@charset "utf-8";
html,body{
  background: #F9F9F9;
  background: #F1F1F4;
}
#fixedbg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#wrapper{
  overflow: hidden;
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",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-origin: left center;
/*   transform: rotateY(90deg); */
}
.fadeIn.scrollIn{
/*   transform: rotateY(0deg); */
}

#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 */
#siteHeader{
  position: relative;
}
#siteHeader .mainVisual{
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 27% 0;
}
#siteHeader .mainVisual img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#siteHeader .title{
  max-width: 316px;
  width: 35%;
  margin: 0 auto;
}
#siteHeader .title span{
  display: block;
}

#siteHeader .header_text{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 30px 0;
  z-index: 10;
}
#siteHeader .header_text p{
  margin: 12px 0;
  text-align: center;
  font-family: 'Lora',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",serif;
  font-size: 32px;
}
#siteHeader .header_text p span{
  background: rgba(255,255,255,0.8);
  display: inline-block;
  font-weight: bold;
  line-height: 1.4em;
}
#siteHeader .header_text p span font{
  color: #e34948;
}
#siteHeader .header_text p span em{
  font-style: normal;
  letter-spacing: -1px;
  margin-left: 3px;
}
#siteHeader .audioplay{
  position: fixed;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  z-index: 100;
}
#siteHeader .audioplay .btn-play{
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
#siteHeader .audioplay .btn-play:after{
  content: "";
  display: block;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  border-top: 1px solid #FFF;
  background: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#siteHeader .audioplay .btn-play.playing:after{
  content: none;
}

/* main */
#main{
  padding: 10px 0 0;
}
#main .mainSec{
  clear: both;
}
#main .inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 100px 0px;
  position: relative;
  z-index: 10;
  color: #9fa0a0;
}
#main .inner .sectionTitle{
  max-width: 200px;
  margin: 0 auto;
  padding: 30px 0;
}
#release .content{
  max-width: 640px;
  overflow: hidden;
  margin: 0 auto;
}
#release .content .jacket{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
}
#release .content .text{
  margin-left: 50%;
  padding-left: 20px;
}
#release .content .text .releasedate{
  font-size: 42px;
  line-height: 1.2em;
  margin-top: -0.2em;
}
#release .content .text p{
  font-size: 26px;
  line-height: 1.6em;
}
#release .content .text p span{
  letter-spacing: -2px;
}
#release .content .text .releasedate span{
  display: block;
  letter-spacing: 0;
}
#release .content .text h3{
  font-size: 54px;
  padding: 40px 0 35px;
}
.download{
  clear: both;
  margin: 20px -5px 0;
  overflow: hidden;
}
.download li{
  width: 33.33%;
  box-sizing: border-box;
  padding: 20px 10px;
  float: left;
}
.download li a{
  text-align: center;
  line-height: 60px;
  border: 2px solid #9fa0a0;
  display: block;
  font-size: 20px;
  color: #9fa0a0;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Lora',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",serif;
}
#campaign h3{
  text-align: center;
  line-height: 1.8em;
  font-size: 24px;
}
#campaign p{
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
}
#campaign .btn-detail{
  margin: 10px auto;
  padding: 20px;
  width: 50%;
  box-sizing: border-box;
}
#campaign .btn-detail a{
  display: block;
  text-align: center;
  line-height: 60px;
  border: 2px solid #9fa0a0;
  display: block;
  font-size: 20px;
  color: #9fa0a0;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Lora',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",serif;
}

#video .movie_content{
  margin: 0 auto;
  max-width: 640px;
}
#video .movie_wrapper{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
#video .movie_wrapper img,
#video .movie_wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#video .movie_wrapper img{
  height: auto;
}
#lyric .content .textmask{
  text-align: center;
  font-size: 16px;
  height: 13.2em;
  overflow: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}
#lyric .content .textmask.open{
  height: auto;
}
#lyric .content .textmask p{
  color: #9fa0a0;
  line-height: 2.2em;
  margin-bottom: 2.2em;
  font-weight: bold;
}

#lyric .content .btn-more{
  margin: 10px auto;
  padding: 20px;
  width: 50%;
  box-sizing: border-box;
}
#lyric .content .btn-more a{
  display: block;
  text-align: center;
  line-height: 50px;
  border: 2px solid #9fa0a0;
  display: block;
  font-size: 20px;
  color: #9fa0a0;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Lora',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",serif;
}

#release .download li a,
#campaign .btn-detail a,
#lyric .content .btn-more a{
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .3s;
  -webkit-transition: .3s;
}
#release .download li a:after,
#campaign .btn-detail a:after,
#lyric .content .btn-more a:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  transition: .3s;
  -webkit-transition: .3s;
  background: #FFF;
  z-index: -1;
}
#release .download li a:hover:after,
#campaign .btn-detail a:hover:after,
#lyric .content .btn-more a:hover:after{
  bottom: 0;
}

#siteFooter{
  padding: 20% 0 20px;
  color: #9fa0a0;
  position: relative;
}
#siteFooter:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom:0 ;
  width: 100%;
  height: 70%;
  background: #FFF;
}
#siteFooter:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/footer_grad.png) no-repeat center top;
  background-size: 100%;
  z-index: 0;
}
#siteFooter .footerWrap{
  position: relative;
  z-index: 10;
}
#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.officialLink{
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #9fa0a0;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
}
#siteFooter a.banner{
  display: block;
  width: 250px;
  margin: 20px auto;
}
#siteFooter p.copyright{
  font-size: 14px;
  text-align: center;
  line-height: 60px;
}


/* MODAL */
html.modal-on{
  position: relative;
}
#modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}
#modal .modal-bg{
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#modal .modal-contents{
  position: absolute;
  max-width: 1000px;
  margin: 0 auto;
  width: auto;
  box-sizing: border-box;
  top: 50px;
  right: 50px;
  left: 50px;
  bottom: 50px;
  border: 1px solid #FFF;
}
.modal-main{
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
}
.modal-main .detail{
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: left;
  color: #9fa0a0;
/*   display: none; */
  line-height: 1.8em;
  font-size: 14px;
}
.modal-main .detail h2{
  font-size: 20px;
  line-height: 1.6em;
  font-weight: normal;
}
.modal-main .detail dl dt,
.modal-main .detail section h3{
  margin-top: 2em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.modal-main .detail section p{
  margin-bottom: 1em;
}
.modal-main .detail dl dd a{
  margin: 10px 0 20px;
  display: block;
  text-align: center;
  line-height: 50px;
  border: 1px solid #9fa0a0;
  max-width: 320px;
  display: block;
  font-size: 16px;
  color: #9fa0a0;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Lora',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",serif;
}
.modal-main .detail section{
  margin: 30px 0;
}
.modal-main .detail section a{
  color: #55acee;
}
.modal-main .detail section li{
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.modal-main .detail section ol li{
  margin: 0.5em 0;
}
.modal-main .detail section li figure{
  text-indent: 0;
}
.modal-main .detail section h4{
  font-size: 120%;
  margin-top: 1em;
}
.modal-main .detail .note{
  font-size: 13px;
}
.modal-main .detail .note p{
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.modal-main .detail figure{
  max-width: 325px;
  margin: 0;
}
.modal-close{
  width: 34px;
  height: 34px;
  position: absolute;
  right: 21px;
  top: 21px;
  overflow: hidden;
  text-indent: -9999px;
}
.modal-close:before,
.modal-close:after{
  content: "";
  display: block;
  background: #9fa0a0;
  width: 37px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.modal-close:after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}



@media( max-width: 980px ){
  #main .inner{
    padding: 30px 50px 0;
  }
}
@media( max-width: 768px ){
  #siteHeader .mainVisual{
    padding: 33% 0;
  }
  #siteHeader .header_text p{
    font-size: 28px;
  }
  #siteHeader .header_text{
    padding: 15px 0px;
  }
  #release .download{
    margin: 20px -10px 0;
    padding-top: 20px;
  }
  #release .download li{
    padding: 10px;
  }
  #release .content .text .releasedate{
    font-size: 32px;
  }
  #release .content .text h3{
    font-size: 46px;
    padding: 0.8em 0 0.7em;
  }
  #release .content .text p{
    font-size: 24px;
  }
  #release .content .jacket{
    padding-right: 10px;
  }
  #release .content .text{
    padding-left: 10px;
  }
  #release .download li a, #campaign .btn-detail a, #lyric .content .btn-more a{
    font-size: 16px;
    line-height: 50px;
  }
  #campaign h3{
    font-size: 20px;
  }
  #campaign p{
    font-size: 16px;
  }
  #campaign .link li{
    padding: 10px;
  }
  #lyric .content .textmask{
    font-size: 15px;
  }
}


@media( max-width: 640px ){
  #siteHeader .mainVisual{
    padding: 38% 0;
  }
  #siteHeader .header_text p{
    font-size: 24px;
    font-size: 5vw;
    margin: 0.4em 0;
  }
  #siteHeader .header_text p span{
    line-height: 1.2em;
  }
  #siteHeader .header_text p i{
    display: block;
    height: 0.4em;
  }
  #siteHeader .header_text p span em{
    margin-left: 0px;
  }
  #siteHeader .header_text{
    padding: 10px 0px;
  }
  #main .inner{
    padding: 30px 10px 0px;
  }
  #main .inner .sectionTitle{
    padding: 15px 0;
  }
  #release .content{
    max-width: 400px;
  }
  #release .download{
    margin: 10px auto; 
    padding-top: 0;
    max-width: 410px;
  }
  #release .download li{
    padding: 5px;
    width: 50%;
  }
  #campaign .btn-detail,
  #lyric .content .btn-more{
    width: auto;
    max-width: 360px;
    padding: 10px;
  }
  #release .download li a, #campaign .btn-detail a, #lyric .content .btn-more a{
    font-size: 15px;
  }
  #release .content .jacket{
    width: auto;
    padding-right: 0;
    margin: 0 auto;
    float: none;
  }
  #release .content .text{
    margin: 20px auto 0;
    padding-left: 0;
  }
  #release .content .text .releasedate{
    font-size: 24px;
  }
  #release .content .text .releasedate span{
    display: inline;
    margin-left: 0.4em;
  }
  #release .content .text h3{
    padding: 0.4em 0 0.3em;
    font-size: 40px;
  }
  #release .content .text p{
    font-size: 20px;
  }
  #campaign .link{
    padding-top: 0px;
  }
  #campaign .link ul{
    float: none;
    width: auto;
    margin-top: 10px;
  }
  #campaign .link ul li{
    margin: 0 auto;
    padding: 5px 0;
  }
  #campaign .link li a{
    font-size: 15px;
    padding: 10px 0;
  }
  #modal .modal-contents{
    left: 30px;
    right: 30px;
  }
  .modal-main .detail{
    padding: 50px 15px;
  }
  .modal-main .detail h2{
    font-size: 16px;
  }
  .modal-main .detail dl dt, .modal-main .detail section h3{
    font-size: 14px;
  }
  .modal-main .detail{
    font-size: 12px;
  }
  .modal-main .detail dl dd a{
    font-size: 14px;
    line-height: 44px;
  }
  .modal-main .detail .note{
    font-size: 11px;
  }
}
  
@media( max-width: 480px ){
  #siteFooter p.copyright{
    font-size: 12px;
  }
  #siteHeader .audioplay{
    top: 5px;
    right: 5px;
  }
  #lyric .content .textmask{
    font-size: 14px;
  }
  #campaign h3{
    font-size: 16px;
  }
  #campaign p{
    font-size: 14px;
  }
  #modal .modal-contents{
    left: 10px;
    right: 10px;
    top: 50px;
    bottom: 10px
  }
  .modal-main .detail{
    padding: 20px 15px;
  }
  .modal-close{
    top: -45px;
    right: 0px;
  }
  .modal-close:before, .modal-close:after{
    background: #FFF;
  }
}
