@charset "utf-8";
html,body{
  background: #FFF;
}
#wrapper{
  overflow: hidden;
  width: 100%;
  font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  position: relative;
}
img{
  width: 100%;
  height: auto;
}
a:hover img{
  opacity: 0.5;
}

/* /\_/gimic\_/\ */
.fadeIn{
  transition: .5s;
  -webkit-transition: .5s;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  opacity: 0;
}
.fadeIn.scrollIn{
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

#shop .illust{
  animation: flow 3s linear 0s infinite alternate;
  -webkit-animation: flow 3s linear 0s infinite alternate;
}

@keyframes flow{
  0%  {transform: translateY(5%) }
  100%{transform: translateY(0%) }
}
@-webkit-keyframes flow{
  0%  {-webkit-transform: translateY(5%) }
  100%{-webkit-transform: translateY(0%) }
}

/* \_/\gimic/\_/ */

/* header */

header{
}
#siteHeader{
    position: relative;
}
#siteHeader .kv{
  line-height: 0;
}
#siteHeader .title{
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 3%;
    padding-top: 3%;
    width: 55%;
    color: #179ae1;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-size: 2.7vw;
    line-height: 1.2em;
    width: 100%;
    box-sizing: border-box;
}
#siteHeader .title span,
#siteHeader .title strong{
  display: block;
  font-weight: 500;
}
#siteHeader .title span.t1 em{
  font-style: normal;
  font-weight: 500;
/*
  font-size: 130%;
  letter-spacing: 0.1em;
*/

}
#siteHeader .title span.t1 small{
  font-size: 90%;
}
#siteHeader .title span.t2{
  font-size: 90%;
}
#siteHeader .title strong{
  margin-top: 0em;
  font-size: 280%;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1em;
}

/* main */
#main .mainSec{
  clear: both;
  padding: 50px;
  color: #000;
}
#main .mainSec.bg-bk{
  background: #179ae1;
  color: #FFF;
/*
  background: url(../img/bg-noize.png);
  background-size: 66px;
*/
}
.mainSec p.cs{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}

#main .inner{
  max-width: 950px;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

#main .inner .sectionTitle{
  padding-bottom: 60px;
  text-align: center;
  color: #179ae1;
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  text-align: center;
}
#main .bg-bk .inner .sectionTitle{
  color: #FFF;
}
#main .inner .sectionTitle span{
  display: inline-block;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  background: linear-gradient(transparent 70%, #fdf102 70%);
}
#main .bg-bk .inner .sectionTitle span{
  background: linear-gradient(transparent 70%, #86cff7 70%);
}

#main .mainSec .btn{

}
#main .mainSec .btn a{
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    display: block;
    font-size: 16px;
    text-decoration: none;
    line-height: 60px;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    padding: 10px 15px;
    margin-top: 25px;
    display: inline-block;
}

#release .content{
  max-width: 900px;
  overflow: hidden;
  margin: 0 auto;
}
#release .content .jacket{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 25px;
}
#release .content .text{
  margin-left: 50%;
  padding-left: 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#release .content .text h3{
  font-size: 240%;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}
#release .text img{
    width: 90%;
}
#mv .mv{
  max-width: 720px;
  margin: 0px auto 50px;
}
#mv .mv p{
  text-align: center;
  margin: 1em 0;
}
#mv .mv_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 1;
}

#mv .mv_wrapper iframe,
#mv .mv_wrapper img{
    position: absolute;
    top: 0 ;
    left: 0 ;
    height: 100% ;
    width: 100% ;
}

#Interview{
    position: relative;
}
.ComingSoon{
    width: 40%;
    margin: 0 auto;
}
#Interview .Interview{
    width: 80%;
    margin: 0 auto;
}
#Interview .Interview .banner{
  margin-bottom: 15px;
}
#Interview .Interview .Interview_wrapper:hover{
    background-color: transparent;
    background-color: #000000;
}
.banner_text{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    width: 30%;
}

#campaign {
  text-align: center;
}
#campaign h3{
  line-height: 1.5em;
  font-size: 1.8em;
  margin-bottom: 1em;
}
#campaign h4{
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 125%;
  line-height: 1.6em;
}
#campaign h4 span{
  display: inline-block;
  text-indent: 0;
  padding: 0 0.2em;
  background: linear-gradient(transparent 70%, #fdf102 70%);
}
#campaign p{
  line-height: 1.8em;
  margin-bottom: 1.8em;
}
#campaign .head-text p strong{
  color: red;
  font-size: 105%;
}
#campaign ul li{
  line-height: 1.5em;
}
#campaign ul li a{
    color: #FFFFFF;
}
#campaign .campaign_goods figure{
  max-width: 320px;
  margin: 0 auto;
  margin-top: 15px;
}
#campaign .campaign_goods ul{
  text-align: left;
  font-size: 90%;
  margin: 1.5em 0;
}
#campaign .campaign_goods ul.notes li{
  padding-left: 1em;
  text-indent: -1em;
  margin: 0.3em 0;
}
#campaign .campaign_detail{
  text-align: left;
}
#campaign .campaign_detail p,
#campaign .campaign_detail dl{
  font-size: 95%;
  line-height: 1.6em;
}
#campaign .campaign_detail h4{
  text-indent: -0.6em;
}
#campaign .campaign_detail p{
  text-indent: -1em;
  padding-left: 1em;
}

#campaign .campaign_detail dl dt{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-top: 2em;
  font-size: 130%;
  padding-left: 3em;
  position: relative;
  line-height: 2em;
}
#campaign .campaign_detail dl dt:before{
  content: "";
  position: absolute;
  display: block;
  width: 2.5em;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background: #000;
}
#campaign .campaign_detail dl dd{
  padding-left: 3.8em;
}
#campaign .campaign_detail dl dd ul li{
  font-size: 90%;
  line-height: 1.6em;
  margin: 0.3em 0;
  padding-left: 1em;
  text-indent: -1em;
}

#campaign .btn-entry a{
  margin: 30px auto;
  display: inline-block;
  background: #179ae1;
  color: #FFF;
  text-align: center;
  line-height: 3.4em;
  padding: 0 3em;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
}
#campaign .btn-entry a:hover{
  background: #000;
}

#campaign ul.attention{
    padding-top: 30px;
    font-size: 14px;
}
#campaign .lm_image img{
    width: 50%;
}
#goods .goods_wrapper{
    width: 80%;
    margin: 0 auto;
}
#goods .goods_wrapper:hover{
    background-color: transparent;
    background-color: #000000;
}

/*footer*/
footer{
  background: #179ae1;
  background: #000;
  text-align: center;
  padding: 40px 0;
}

#siteFooter .official-sns{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
#siteFooter .official-sns li{
  width: 30px;
  display: inline-block;
  padding: 0px 5px 10px;
}
#siteFooter a.banner{
  display: block;
  width: 250px;
  margin: 20px auto;
}
#siteFooter p.copyright{
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 30px;
}


/* INTERVIEW */
.page-interview .interview-main{
  position: relative;
}
.page-interview h1{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #000;
  font-size: 4vw;
  text-align: center;
  line-height: 1.8em;
}
.page-interview h1 span{
  display: inline-block;
  line-height: 1em;
  background: #179ae1;
  background: #FFF;
}
.page-interview h1 span em{
  font-style: normal;
  font-family: 'Montserrat',sans-serif;
  font-size: 105%;
}
.page-interview h1 span.l2{
  font-size: 110%;
}
.page-interview #siteHeader .lead{
    max-width: 950px;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}
.page-interview #siteHeader .lead p{
  line-height: 1.8em;
  font-weight: bold;
  text-align: justify;
}
.page-interview #siteHeader .lead p.auther{
  text-align: right;
  font-weight: normal;
  margin-top: 1em;
}
.page-interview .interview-sec{
  font-size: 14px;
}
.page-interview .interview-sec h2{
  font-size: 160%;
  line-height: 1.2em;
  border-bottom: 1px solid #666;
  margin-bottom: 0.5em;
  margin-top: 3em;
}
.page-interview .interview-sec h2 span{
  display: inline-block;
}
/*
.page-interview .interview-sec h2 span{
  display: inline-block;
  padding: 0 0.2em;
  line-height: 1.2em;
  background: linear-gradient(transparent 60%, #fdf102 60%);
}
*/

.page-interview .interview-sec p{
  line-height: 1.6em;
  margin-bottom: 1.6em;
  text-align: justify;
}
.page-interview .interview-sec p.int{
  font-style: italic;
  font-size: 110%;
  font-weight: bold;
  margin-top: 2.8em;
  padding-left: 2em;
  text-indent: -2em;
}
.page-interview .interview-sec p.int span{
  letter-spacing: -0.1em;
  margin-right: 0.2em;
}
.page-interview .interview-sec p .taku{
  font-weight: bold;
  color: #179ae1;
  font-family: 'Montserrat';
}
.page-interview .interview-sec p .ano{
  font-family: 'Montserrat';
  color: #ff6c6c;
  font-weight: bold;
}

.page-interview .btn-back a{
  display: block;
  max-width: 240px;
  background: #ff6c6c;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  margin: 2em auto;
}

@media( max-width: 980px ){
  
  #main .mainSec.bg-bk:before, #main .mainSec.bg-bk:after{
    height: 60px; 
  }
}

@media( max-width: 768px ){
  #siteHeader .kv{
    overflow: hidden;
  }
  #main .mainSec{
    padding: 20px;
  }
  #main .inner{
    padding: 30px;  
  }
  #main .inner .sectionTitle{
    padding-bottom: 50px;
  }
  #campaign h3{
    font-size: 20px;
  }
  #campaign .lm_image img{
    width: 50%;
  }    
}


@media( max-width: 640px ){
  #main .mainSec{
    padding: 20px;
  }
  #siteHeader .kv{
    border: 2px solid #179ae1;
  }
  #siteHeader .title{
    position: static;
    text-align: center;
    font-size:  7vw;
    padding: 5% 25px;
    background: #179ae1;
    color: #FFF;
  }
  #siteHeader .title strong{
    font-size: 200%;
    letter-spacing: 0.2em;
  }
  #main .mainSec.bg-bk:before, #main .mainSec.bg-bk:after{
    height: 30px;
  }
  #main .inner {
    padding: 20px;
  }
  #main .inner .sectionTitle{
    padding-bottom: 40px;
  }
  #main .inner .sectionTitle {
    max-width: 450px;
  }
  #main #release .inner .sectionTitle{
    padding-top: 0;
  }
  #release .content .jacket{
    padding-right: 10px;
  }
  #release .content .text{
    padding-left: 10px;
  }
  #goods h2{
    width: 24.38%;
  }
  #siteFooter p.copyright{
    font-size: 12px;
  }
  .mainSec p.cs{
    font-size: 18px !important;
    line-height: 3em !important;
  }
  
  .page-interview h1{
    font-size: 5.2vw;
    top: auto;
    bottom: 30px;
  }
  
  .page-interview #siteHeader .lead{
    padding: 20px;
    font-size: 12px;
  }
  .page-interview .interview-sec{
    font-size: 12px;
  }
  .page-interview .interview-sec p.int{
    margin-top: 2em;
    font-size: 105%;
  }
  .page-interview .interview-sec h2{
    font-size: 130%;
    line-height: 1.4em;
  }
}

@media( max-width: 480px ){
  .mainSec{
    font-size: 13px;
  }
  #siteHeader .kv img{
    width: 125%;
    margin: -2px;
  }
  #release .content .jacket{
    width: 100%;
    padding: 0;
    float: none;
  }
  #release .content .text{
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
  }
  .banner_text{
    top: 50%;
    width: 35%;
  }
  #Interview .Interview{
    width: 100%;     
  }
  #campaign .campaign_detail p, #campaign .campaign_detail dl{
    font-size: 100%;
  }
  #campaign .campaign_detail dl dt{
    padding-left: 1.5em;
  }
  #campaign .campaign_detail dl dt:before{
    width: 1em;
  }
  #campaign .campaign_detail dl dd{
    padding-left: 0em;
  }
/*
  #campaign .campaign_detail dl dd ul li{
    font-size: 90%;
  }
*/
  #campaign .btn-entry a{
    font-size: 110%;
    margin: 15px auto;
  }
  #goods .goods_wrapper{
    width: 100%;     
  }    
  #main .mainSec .btn{
    width: 100%;
  }
  #main .mainSec {
    padding: 15px;
  }
  #main .inner{
    padding: 20px;
  }
  #main .inner .sectionTitle{
    padding-bottom: 35px;
  }
  #mv .mv{
    margin-bottom: 30px;
  }
}
