@charset "utf-8";

body{
  font-family: 'Lora',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",serif;
}

img{
  width: 100%;
  height: auto;
}
.pcimage {
  display: block;
}
.spimage {
  display: none;
}
#wrapper{
  width: 100%;
  overflow: hidden;
}

/* gimic */
#gimic{
  background: #000;
}
#gimic .container{
  position: relative;
  margin: 0 auto;
  max-width: 860px;
}
#gimic .container .mv{
  line-height: 0;
}
#gimic .container .overlay{
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
}
#gimic .container .overlay .moji{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#gimic .container .overlay .moji-w,
#gimic .container .overlay .moji-h,
#gimic .container .overlay .moji-o,
#gimic .container .overlay .moji-l,
#gimic .container .overlay .moji-s{
  opacity: 0;
}
.no-js #gimic .container .overlay .moji-w,
.no-js #gimic .container .overlay .moji-h,
.no-js #gimic .container .overlay .moji-o,
.no-js #gimic .container .overlay .moji-l,
.no-js #gimic .container .overlay .moji-s{
  opacity: 1;
}

#gimic .container .eye{
  z-index: 2;
  position: absolute;
  left: 0;
  top: 22.1%;
  width: 100%;
}
#gimic .container .eye .eyes{
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
}


/* sound */
#soundAnotate{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 100;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}
.no-js #soundAnotate{
  display: none;
}
#soundAnotate .box{
  border: 1px solid #CCC;
  background: #333333;
  max-width: 600px;
  width: 100%;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  padding: 30px 30px 40px;
}
#soundAnotate .box p{
  line-height: 2em;
  font-size: 13px;
  font-weight: bold;
}
#soundAnotate .box p.note{
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-weight: normal;
}
#soundAnotate .box p.soundOption{
  padding: 20px 0;
  font-size: 20px;
  font-weight: normal;
}
#soundAnotate .box ul{
  text-align: center;
}
#soundAnotate .box ul li{
  display: inline-block;
  margin: 0 10px;
}
#soundAnotate .box ul li a{
  display: block;
  width: 100px;
  line-height: 30px;
  border: 1px solid #CCC;
  border-radius: 15px;
  background: #000;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
}
#soundAnotate .box ul li a:hover{
  color: #000;
  background: #FFF;
}

/* main */

.mainSec{
  color: #000;
  background: #FFF;
}
.mainSec.bg2{
  color: #FFF;
  background: #000;
  -webkit-font-smoothing: antialiased;
}
.mainSec .inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 40px;
}
.mainSec .inner:after{
  content: "";
  display: block;
  clear: both;
}
.mainSec .inner h2{
  text-align: center;
  font-size: 46px;
  padding-bottom: 60px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#release .title h3{
  font-size: 18px;
  line-height: 1.6em;
  margin-top: -0.3em;
}
#release .title h3 span,
#release .title h3 strong{
  font-weight: normal;
}
#release .title h3 strong{
  font-size: 30px;
}
#release .title{
  float: right;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

#release .title p{
  font-size: 13px;
  line-height: 1.8em;
}
#release .title p.releaseDate{
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 10px;
}
#release .jacket{
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}
#release .jacket div{
  padding-bottom: 30px;
}
#release .jacket div p{
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
}
#release .info{
  margin-left: 50%;
  box-sizing: border-box;
  padding-left: 30px;
  line-height: 1.8em;
  font-size: 13px;
}
#release .info .text p{
  font-size: 13px;
}
#release .info .track{
  margin: 30px 0;
}
#release .info .text ol li.m{
  margin-top: 1.6em;
}
#release .info .track h4,
#release .info .tokuten h3{
  font-size: 14px;
  font-weight: normal;
}
#release .info .tokuten .notes{
  font-size: 13px;
  line-height: 1.6em;
  margin: 0.6em 0;
}
#release .buy ul{
  margin: 20px -5px;
}
#release .buy ul li{
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding: 5px;
}
#release .buy ul li a{
  display: block;
  line-height: 38px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  transition: .4s;
  -webkit-transition: .4s;
}
#release .buy ul li a:hover{
  background: #000;
  color: #FFF;
}

/* movie */
#movie{
  background: #000;
}
#movie .movieItems{
  max-width: 720px;
  margin: 0 auto;
}
#movie .movieItems .movie{
  padding-bottom: 30px;
}

#movie .movieItems p{
  text-align: center;
  line-height: 1.6em;
  padding: 15px 0 5px;
  font-size: 14px;
}
#movie .movie_wrapper{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
#movie .movie_wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


/* #live */
#live h3{
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6em;
}
#live .schedule{
  text-align: center;
  padding: 50px 0;
}
#live ul{
  text-align: left;
  column-count: 2;
  column-gap: 60px;
}
#live ul li{
  padding: 15px 0;
  border-bottom: 1px solid #999;
}
#live ul li .date{
  text-align: center;
  display: block;
  float: left;
  font-size: 18px;
  color: #FFF;
  background: #000;
  padding-top: 12px;
  line-height: 18px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  box-sizing: border-box;
  margin-right: 20px;
}

#live ul li .date span{
  display: block;
  font-size: 12px;
}
#live ul li .info{
  display: block;
  line-height: 60px;
  font-size: 16px;
  white-space: pre;
}

.btn-ticket{
  padding-top: 50px;
}
.btn-ticket a{
  display: block;
  font-size: 14px;
  width: 240px;
  line-height: 50px;
  text-align: center;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  margin: 0 auto;
  transition: .4s;
  -webkit-transition: .4s;
}
.btn-ticket a:hover{
  background: #000;
  color: #FFF;
}

/* EVENT */
#event{
  line-height: 1.6em;
}
#event h3{
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6em;
}
#event table{
  width: 100%;
  margin: 50px 0;
}
#event table th{
  padding: 30px 0;
  font-size: 18px;
}
#event table td{
  font-size: 14px;
  padding: 15px 10px;
  line-height: 1.6em;
  vertical-align: middle;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
#event table td span{
  display: block;
}

#event table.exhivision td{
  text-align: center;
}
#event table.exhivision td .date{
  display: block;
}
#event table.ticket td.price{
  text-align: right;
}
#event .btn-ticket a{
  color: #FFF;
  border: 1px solid #FFF;
}
#event .btn-ticket a:hover{
  background: #FFF;
  color: #000;
}

footer{
  border-top: 1px solid #FFF;
  background: #000;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}
footer .footlink{
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 40px;
}
footer .footlink:after{
  content: "";
  display: block;
  clear: both;
}
footer .footlink a{
  color: #FFF;
}
footer .mainInfo{
  width: 25%;
  float: left;
  text-align: center;
  padding-right: 30px;
  padding-top: 7px;
  box-sizing: border-box;
}
footer .mainInfo a{
  display: block;
  line-height: 1.6em;
  border: 1px solid #FFF;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 0;
  transition: .4s;
  -webkit-transition: .4s;
}
footer .mainInfo a:hover{
  background: #FFF;
  color: #000;
}
footer .footlink ul{
  margin-left: 25%;
  column-count: 2;
  column-gap: 20px;
}
footer .footlink ul li{
  line-height: 2.2em;
  font-size: 13px;
}

footer .footlink ul li a:hover{
  opacity: 0.6;
  transition: .3s;
  -webkit-transition: .3s;
}
footer p.copyright{
  line-height: 60px;
  text-align: center;
  font-size: 12px;
  background: #FFF;
  color: #000;
}
@media (max-width: 980px){
  #live ul{
    column-gap: 30px;
  }
  #live ul li .info{
    font-size: 14px;
  }
  #event table td{
    font-size: 13px;
  }
  footer .footlink ul{
    column-count: 1;
    margin-left: 50%;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
  }
  footer .mainInfo{
    width: 50%;
    padding-right: 15px;
  }
  footer .mainInfo a{
    padding: 30px 0;
  }
}
@media (max-width: 768px){
  #soundAnotate .box{
    width: auto;
  }
  .mainSec .inner{
    padding: 60px 20px;
  }
  #release .jacket{
    padding-right: 15px;
  }
  #release .title,
  #release .info{
    padding-left: 15px;
  }
  #release .buy ul li{
    width: 50%;
  }
  #release .buy ul li.dl{
    width: 100%;
    float: none;
  }
  #live ul{
    column-count: 1;
  }
  #event table.exhivision td{
    display: block;
    width: 25%;
    float: left;
    box-sizing: border-box;
  }
}
@media (max-width: 640px){
.pcimage {
  display: none;
}
.spimage {
  display: block;
}
  #gimic .container{
    transform-origin: center center;
    -webkit-transform-origin: center center;
    width: 200%;
    margin-left: -50%;
  }
  .mainSec .inner{
    padding: 50px 15px;
  }
  .mainSec .inner h2{
    font-size: 36px;
    padding-bottom: 30px;
  }
  #release .title{
    float: none;
    width: auto;
    padding-left: 0;
    margin-bottom: 15px;
  }
  #release .title h3 strong{
    font-size: 28px;
  }
  #release .jacket{
    float: none;
    width: auto;
    padding: 0 0 10px;
    overflow: hidden;
    margin: 0 -5px;
  }
  #release .jacket > div{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
  }
  #release .jacket > div img{
    border: 1px solid #ccc;
  }
  #release .info{
    margin-left: 0;
    padding-left: 0;
  }
  #live h3,
  #event h3{
    font-size: 20px;
  }

  #event table th{
    font-size: 14px;
    padding: 20px 0;
  }
  #event table.mainevent td.date{
    width: 100px;
  }

  #event table.exhivision td{
    width: auto;
    float: none;
    border-top: none;
    text-align: left;
  }
  #event table.exhivision td:first-child{
    border-top: 1px solid #999;
  }
  #event table.exhivision td .date{
    display: inline;
    margin-right: 1em;
    font-weight: bold;
  }
  footer .footlink ul{
    margin-left: 0;
    width: auto;
    padding-left: 0;
  }
  footer .mainInfo{
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 20px;
  }
  footer .mainInfo a{
    padding: 10px 0;
  }
}
@media (max-width: 480px){
  #live .schedule{
    padding: 30px 0;
  }
  #event table.mainevent td,
  #event table.mainevent td.date{
    display: block;
    font-weight: bold;
    border-bottom: none;
    width: 100%;
    float: none;
    padding: 5px;
    border: none;
    box-sizing: border-box;
  }
  #event table.mainevent td.date{
    padding-top: 15px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #333;
  }
  #event table.mainevent td:last-child{
    padding-bottom: 15px;
  }
  #event table.mainevent tbody{
    border-bottom: 1px solid #CCC;
  }
  #event table.exhivision td{
    border-bottom: 1px solid #333;
    padding: 10px 5px;
  }
  #event table.exhivision td:last-child{
    border-bottom: 1px solid #CCC;
  }
  footer .footlink ul li{
    font-size: 12px;
  }
}