@charset "utf-8";

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

#wrapper{
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #ae030f;
}
a{
  text-decoration: none;
  color: inherit;
}
.spbr,.spbr2{
  display: none;
}
.fadeIn{
  opacity: 0;
  transform: translate(0,5%);
  -webkit-transform: translate(0,5%);
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
}
.fadeIn.scrollIn{
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transition: .8s ease-out;
  -webkit-transition: .8s ease-out;
}
.btn a{
    text-decoration: none;
    color: #ae030f;
    text-align: center;
    border: solid 1px #ae030f;
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    transition: .3s;
    -webkit-transition: .3s;
    margin-bottom: 15px;
}
.btn a:hover{
    background: #ae030f;
    border: solid 1px #ae030f;
    color: #fff;
    opacity: 1;
}
img{
  width: 100%;
  height: auto;
}

/* HEADER */
header{
    position: relative;
    line-height: 0;
    background: #b80211;
}
header .mainvisual{
  position: relative;
  overflow: hidden;
  height: 100vh;
}
header .mainvisual .kv{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 1.2s ease-out 0s;
}
.loading header .mainvisual .kv{
  transform: scale(1.4);
/*   transform: scale(0.8); */
  filter: blur(50px);
}

header .text{
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 6%;
  text-align: center;
  color: #dfdfdf;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  transition: .65s ease 0s;
  -webkit-transition: .65s ease 0s;
}
.loading header .text{
    bottom: 50%;
    opacity: 0;
    transform: translateY(50%);
}
.loading.anim header .text{
  opacity: 1;
  transition: .5s ease .3s;
  -webkit-transition: .5s ease .3s;
}

header .text{
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 8px;
    width: 50%;
    margin: 0 auto;
}
header .text span{
  display: block;
}
header .text .title{
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 10px;
}
header .text .date{
}

header h1 span{
    margin-right: -15px;
}
.skitter{
  width: 100% !important;
  max-width: initial;
  position: absolute;
  left: 0;
  top: 0;
}
.photo-area{
  overflow: hidden;
}
.photo-area .photo-area_wrap{
  width: 350%;
  animation: stream 20s linear 0s infinite normal;
}

@keyframes stream{
  0%,100%{ transform: translateX(0); }
  99.99%{ transform: translateX(-50%); }
}

.photo-area .photo-item{
  float: left;
  width: 8.33%;
}



/* HEADER NAV */
#siteNav .btn-menu{
  display: none;
}

#siteNav{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 12;
}
#siteNav .navWrap{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
#siteNav .navWrap .logo{
  width: 207px;
  float: left;
}
#siteNav .navWrap .logo a{
  display:  block;
  padding: 26px 0;
}
#siteNav .navWrap ul{
  text-align: right;
}
#siteNav .navWrap ul li{
  display: inline-block;
  margin-left: 40px;
}
#siteNav .navWrap ul li a{
  display: inline-block;
  line-height: 90px;
  font-family: 'Lora', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #86b46d;
  text-decoration: none;
}
#siteNav .navWrap ul li a:hover{
  opacity: 0.6;
  transition: .3s;
  -webkit-transition: .3s;
}
#siteNav .spNavi{
  display: none;
}
nav ul li:first-child{
  border-left: none;
}


/* CONTENTS */
#contents{
}
#contents .mainSec{
  padding: 50px 0;
    overflow: hidden;
}
#contents .inner{
  max-width: 950px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
#contents .mainSec h2{
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1em;
  padding-bottom: 1.2em;
  padding-top: 50px;
  text-align: center;
  letter-spacing: 1px;
  color: #86b46d;
}
h4{
    font-size: 25px;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 70px;
}
 h4 span{
    padding: 0 5px;
    background: linear-gradient(transparent 70%, #df9a9f 70%);
}
.attention{
    font-size: 12px;
    padding-top: 30px;
    text-align: center;
    margin-top: 25px;
    line-height: 1.6em;
}


/*RELEASE*/
#release{
    overflow: hidden;
    text-align: center;
}
#release h2.sectiontitle span, #tieup h2.sectiontitle span{
    margin-left: -7px;
}
#release .jkt-image{
    margin: -25px auto;
    margin-bottom: 25px;
    overflow: hidden;
}
#release .jkt{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 25px;
}
#release .jkt .jkt-text{
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    line-height: 1.6em;
}
#release .jkt .jkt-text p.small{
    font-size: 12px;
    line-height: 1.5em;
}
#release .jkt figure{
  margin: 0.5em 0;
  padding: 1em 0;
}
#release .jkt figure figcaption{
  font-size: 85%;
}
#release .jkt figure{
  border: 1px solid #DDD;
}
#release .info{
    padding-top: 100px;
}
#release .info h3{
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}
#release .info h3 strong{
    display: block;
    margin: 15px 0;
    font-size: 125%;
    text-indent: -0.4em;
    letter-spacing: 0.02em;
}
#release .info .text{
  margin: 2em 0;
}
#release .info .text p{
  line-height: 1.6em;
  margin-bottom: 1em;
  font-size: 14px;
}
#release .info .text p span{
  display: inline-block;
}
#release .info .btn{
    margin-bottom: 20px;
    font-size: 14px;
}
#release .info .btn a{
    margin: 0 auto;
    width: 50%;
}


/*RECORD*/
#record{
    text-align: center;
    font-size: 15px;
    line-height: 1.8em;
}
#record .lead{
    font-weight: bold;
    line-height: 1.8em;
}
#record .lead p span{
    background: #fdedee;
    padding: 0 4px;
}
#record .track{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 70px;
}
#record .track-last{
    padding-bottom: 0;
}
#record .track ol.tracklist{
    text-align: left;
    column-count: 2;
}
#record .track-last ol.tracklist{
    column-count: 1;
}
#record .track ol.tracklist li{
    padding-left: 6em;
}
#record .track-last ol.tracklist li{
    padding-left: 0;
}


/* FC */
#fc h4{
    line-height: 1.5em;
}
#fc p.bold{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
    padding-bottom: 20px;
}
#fc .lead{
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 20px;
}
#fc .lead p{
  margin-bottom: 0.8em;
}
#fc .lead figure{
  margin: 50px 0;
  overflow: hidden;
}
#fc .lead figure figcaption{
  margin: 1em 0;
}
#fc .lead figure img{
  margin: -22.5% 0;
}
#fc .fc-image{
    width: 50%;
    margin: 0 auto;
}
#fc p.name{
    font-size: 15px;
    text-align: center;
    padding: 25px 0;
}
#fc .btn{
    font-size: 14px;
}
#fc .btn a{
    width: 50%;
}


/*SHOPLINK*/
#shoplink h4.original{
    padding: 25px 0;
}
#shoplink .lead{
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
}
#shoplink .lead p{
    padding-bottom: 10px;
}
#shoplink .goods-image{
    width: 50%;
    margin: 0 auto;
    padding: 25px 0 20px;
}
#shoplink p.goods-name{
    text-align: center;
    font-size: 16px;
    padding-bottom: 50px;
}
#shoplink .shop-list{
    margin: -25px auto;
    margin-top: 25px;
    max-width: 800px;
    overflow: hidden;
}
#shoplink .shop-item{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 25px;
}
#shoplink .shop-item .shop-text{
    text-align: center;
    padding: 30px 0;
    padding-top: 0;
    font-size: 15px;
}
#shoplink .shop-item .shop-text p{
    line-height: 1.5em;
}
#shoplink .shop-item02 .shop-text{
    padding-bottom: 53px;
}
#shoplink .shop-item .shop-text p.shop{
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1.5em;
}
#shoplink .shop-item .shop-text .small{
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.5em;
}
#shoplink .shop-item .shop-text .ul-center{
    display: flex;
    align-items: center;
    flex-direction: column;
}
#shoplink .shop-item .shop-text ul.small{
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    list-style: disc;
}
#shoplink .btn{
    font-size: 14px;
}


/* MOVIE */
#contents #movie{
    padding-bottom: 100px;
}
#movie.mainSec h2{
  text-align: center;
}
#movie p{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
#movie .movie_select{
  padding: 0px 0 20px;
  overflow: visible;
  position: relative;
}
#movie .slick-list{
  overflow: visible;
}
.slick-prev,
.slick-next{
  z-index: 10;
}
.slick-prev:before, 
.slick-next:before{
  font-size: 30px;
  opacity: 1;
}

#movie .movie_select .select_container .comingsoon{
  text-align: center;
  font-size: 25px;
  color: #d03410;
  padding-bottom: 30px;
    line-height: 1.3em;
}
#movie .movie_select .movie_item{
  box-sizing: border-box;
  padding: 30px 55px;
  position: relative;
  overflow: visible;
  max-width: 640px;
  margin: 0 auto;
}
#movie .movie_select .movie_item a{
  display: block;
  position: absolute;
  left: 55px;
  right: 55px;
  top: 30px;
  bottom: 30px;
  border: 5px solid #ae030f;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-5deg);
}
#movie .movie_select .movie_item a .title{
  position: absolute;
  right: -1.6em;
  bottom: -0.9em;
  display: inline-block;
  background: #ae030f;
  font-size: 32px;
  white-space: pre;
  color: #FFFFFF;
}
#movie .movie_select .movie_item a .title span{
  font-size: 80%;
}
#movie .movie_select .movie_item a .date{
  font-size: 15px;
  font-family: 'Lora', sans-serif;
  font-weight: 600;
  position: absolute;
  left: -1.8em;
  top: -1.2em;
  letter-spacing: 1px;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #ae030f;
}
#movie_playbox{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0 auto;
  display: none;
}
.movie_select.playing #movie_playbox{
  display: block;
}
#movie .movie_select.playing .select_container{
  opacity: 0.6;
}
#movie_playbox .playarea{
  margin: 0 auto;
  width: 84%;
}
#movie_playbox .btn-close{
  display: block;
  position: absolute;
  right: 8%;
  top: 20px;
  margin-right: -50px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -99999px;
  text-align: left;
}
#movie_playbox .btn-close:before,
#movie_playbox .btn-close:after{
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 19px;
  left: 0;
  width: 100%;
  background: #000;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#movie_playbox .btn-close:after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#movie .movie_wrapper{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
  background: #000;
}

#movie .movie_wrapper iframe{
  position: absolute;
  top: 0 ;
  left: 0 ;
  height: 100% ;
  width: 100% ;
}

#movie .slideBtn{
  padding: 40px 40px 20px;
}
#movie .slideBtn .rail{
  height: 2px;
  background: #FFF;
  position: relative;
}
#movie .slideBtn .button{
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 12px;
  overflow: hidden;

  position: absolute;
  left: 1%;
  top: -6px;
  display: block;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

.input-range[type="range"] {
  margin-top: 50px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #282828;
  height: 2px;
  width: 100%;
  outline: none;
}
.input-range[type="range"]:focus,
.input-range[type="range"]:active {
    outline: none;
}
.input-range[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  border: none;
  width: 14px;
  height: 14px;
  border: 2px solid #282828;
  background: #F5F5F5;
  display: block;
  border-radius: 14px;
  -webkit-border-radius: 14px;
}


#playlist .playlistwrap{
  max-width: 600px;
  margin: 0 auto;
}
#playlist .playlistwrap iframe{
  width: 100%;
}


/* FOOTER */
#siteFooter{
  font-family: 'Lora', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 60px 0;
  background: #fff;
  font-weight: normal;
  border-top: 3px solid #ae030f;
}

#siteFooter .footerNav{
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 10;
}
#siteFooter .footerNav ul{
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  white-space: nowrap;
  margin-top: -100px;
  
}
#siteFooter .footerNav ul li{
  display: inline-block;
  font-style: inherit;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: 'Lora', sans-serif;
  font-weight: 600;
  font-size: 11px;
}
#siteFooter .footerNav ul li:before {
  content: "/";
  display: inline-block;
  padding: 0.2em;
  color: #86b46d;
}
#siteFooter .footerNav ul li:first-child:before {
  content: none;
}
#siteFooter .footerNav ul li a{
  color: #86b46d;
}

#siteFooter .copyright{
  line-height: 20px;
  text-align: center;
  color: #ae030f;
}

@media (max-width: 980px){
}

@media (max-width: 768px){
  header h1{
    font-size: 45px;
  }
  header .mainvisual .fluff{
    left: 47%;
  }
  #siteNav .navWrap ul li{
    margin-left: 20px;
  }
  #release .jkt-image{
    margin: -15px;
  }
  #release .jkt{
    padding: 15px;
  }
  #record .lead p .spbr{
    display: block;
  }
  #shoplink .shop-list{
    margin: -15px;
    margin-top: 15px;
  }
  #shoplink .shop-item{
    padding: 15px;
  }
  #contents #movie .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  #movie .movie_select .movie_item{
    padding: 25px;
  }
  #movie .movie_select .movie_item a{
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    border-width: 3px;
  }
  #movie .movie_select .movie_item a .date{
    font-size: 12px;
    left: -1.6em;
  }
  #movie .movie_select .movie_item a .title{
    right: -1em;
    font-size: 4vw;
  }
  #movie_playbox .playarea{
    width: 70%;
  }
  #movie_playbox .btn-close{
    right: 15%;
  }

}

@media (max-width: 640px){
  .spbr{
    display: inline;
  }
/*
  header .mainvisual{
    height: 72vh;
  }
*/

  #siteHeader .text .title{
    font-size: 25px;
  }
  header h1{
    font-size: 40px;
  }
  header .text{
    width: 70%;
  }
  #siteNav .navWrap .logo a{
    padding: 10px 0;
  }
  #siteNav .navWrap ul li{
    display: block;
  }
  #siteNav .navWrap ul li a{
    font-size: 16px;
  }
  #siteNav .spNavi{
    display: block;
  }
  #siteNav .spNavi{
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  #siteNav .spNavi a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  #siteNav .spNavi a span,
  #siteNav .spNavi a:before,
  #siteNav .spNavi a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 30px;
    height: 3px;
    background: #86b46d;
    box-sizing: border-box;
    transition: .4s;
    -webkit-transition: .4s;
    overflow: hidden;
    text-indent: -999px;
  }
  #siteNav .spNavi a:before{
    top: 6px;
  }
  #siteNav .spNavi a:after{
    top: 22px;
  }
  #siteNav.open{
    background: #fff;
    height: 50px;
  }
  #siteNav.open .spNavi a span{
    opacity: 0;
  }
  #siteNav.open a:before{
    top: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #siteNav.open a:after{
    top: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #siteNav .navWrap ul{
    position: absolute;
    top: 49px;
    right: -100%;
    width: 100%;
    background: #fff;
    z-index: 20;
  }
  #siteNav.open .navWrap ul{
    right: 0;
    border-bottom: 1px solid #86b46d;
  }
  #siteNav .navWrap ul li{
    text-align: center;
    margin-left: 0;
    border-top: 1px solid #86b46d;
  }
  #siteNav .navWrap ul li a{
    line-height: 60px;
  }
  .photo-area .photo-area_wrap{
    width: 500%;
  }
  #contents .mainSec{
    padding: 25px 0;
  }
  #contents .inner{
    padding: 0 30px;
  }
  #contents .mainSec h2{
    font-size: 36px;
    padding-bottom: 1em;
  }
  #release .info h3{
    font-size: 16px;
  }
  #release .info .text p{
    font-size: 12.25px;
  }
  #release .info .text{
    margin: 1em 0;
  }
  h4{
    padding-bottom: 1.5em;
  }
  #record .lead{
    font-size: 12.5px;
  }
  #record .lead .spbr2{
    display: block;
  }
  #record .track ol.tracklist li{
    padding-left: 3em;
  }
  #fc p.bold{
      font-size: 17px;
  }
  #shoplink .lead{
    font-size: 12px;
  }
  #fc .lead{
    font-size: 12px;
  }
  #movie .movie_select .movie_item a .title span{
    font-size: 16px;
    font-size: 4.5vw;
  }
  
  #movie .movie_select .movie_item a .title{
    font-size: 25px;
    right: -15px;
  }
  #movie .slideBtn{
    padding: 30px 30px 20px;
  }
  #movie .slick-next{
    right: 0;
  }
  #movie .slick-prev{
    left: -10;
  }
}

@media (max-width: 480px){
  .btn a{
    width: 95%;
  }
  header .text{
    width: auto;
    padding: 25px;
  }
  header .mainvisual .kvs.kv-last img{
    padding-right: 40px;
  }
  #siteHeader .text .title{
    font-size: 20px;
    padding: 5px 0;
  }
  #contents .mainSec h2{
    font-size: 30px;
    padding-top: 20px;
  }
  #siteNav .navWrap .logo {
    width: 175px;
    margin-left: -10px;
  }
  #siteHeader .mainvisual img {
    object-position: 45% center;
  }
  h4{
    font-size: 20px;
    padding-top: 75px;
  }
  #release .jkt-image{
    margin: -10px;
  }
  #release .jkt{
    padding: 10px 20px;
    margin: 0 auto 15px;
    float: none;
    width: 100%;
  }

  #release .jkt .item p{
    font-size: 12px;
  }
  #release .jkt .jkt-text{
    font-size: 14px;
  }
  #release .jkt .jkt-text p.small{
    font-size: 90%;
  }
  #release .info .btn a{
    width: auto;
  }
  #record .track ol.tracklist{
    font-size: 10px;
    line-height: 1.8em;
  }
  #record .track ol.tracklist li{
    padding-left: 0;
  }
    #fc h4 .spbr2{
        display: block;
    }
    #fc h4 .pcbr{
        display: none;
    }
    #fc p.bold .spbr2{
        display: block;
    }
    #fc .lead .spbr2{
        display: block;
    }
  #fc .fc-image{
    width: 95%;
  }
  #fc .btn a{
    width: 95%;
  }
  #fc .lead figure figcaption{
    font-size: 10.6px;
  }
  #shoplink .lead p .spbr2{
    display: block;
  }
  #shoplink .shop-list{
    margin: 10px -5px;
  }
  #shoplink .shop-item{
    padding: 10px 5px;
  }
  #shoplink .shop-item .shop-text{
    font-size: 11px;
    padding: 0 0 15px;
    line-height: 1.5em;
  }
  #shoplink .shop-item .shop-text .shop .spbr2{
    display: block;
  }
  #shoplink .shop-item .shop-text p .spbr2{
    display: block;
  }
  #shoplink .shop-item02 .shop-text{
    padding-bottom: 32px;
  }
  #shoplink .shop-item06 .shop-text{
    padding-bottom: 48px;
  }
  #shoplink .shop-item .shop-text p.shop{
    padding-bottom: 5px;
  }
  #shoplink .shop-item .shop-text .small{
    padding-top: 5px;
    font-size: 11px;
    line-height: 1.6em;
  }
  #shoplink .attention{
    line-height: 1.6em;
    padding: 15px 0 25px;
  }
  #shoplink .attention .spbr2{
    display: block;
  }
  #shoplink .goods-image{
    width: 95%;
    padding-top: 10px;
  }
  #movie .movie_select .select_container .comingsoon{
    font-size: 20px;
  }
  #movie .movie_select .select_container .comingsoon .spbr2{
/*    display: block;*/
  }
  #movie_playbox .playarea{
    width: auto;
    margin: 0px;
    margin-right: 10px;
  }
  #movie_playbox .btn-close{
    margin-right: -10px;
    right: 16px;
    top: -15px;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  #movie_playbox .btn-close:before,
  #movie_playbox .btn-close:after{
    top: 14px;
  }
  #contents #lyric{
    padding-bottom: 70px;
  }
}

@media (max-width: 360px){
  #release .info .text p{
    font-size: 12px;
  }
  #shoplink .shop-item02 .shop-text{
    padding-bottom: 48px;
  }
}

@media (max-width: 330px){

  #movie .movie_select .movie_item a .title{
    font-size: 21px;
  }
}















