@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;
  background: #192e55;
  background: #021440;
}

#wrapper{
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}
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: #fff;
    font-size: 15px;
    text-align: center;
    border: solid 1px #fff;
    display: block;
    padding: 15px 0;
    width: 50%;
    margin: 0 auto;
    transition: .3s;
    -webkit-transition: .3s;
    margin-bottom: 15px;
}
.btn a:hover{
    background: #fff;
    border: solid 1px #fff;
    color: #021440;
    opacity: 1;
}
img{
  width: 100%;
  height: auto;
}

/* HEADER */
header{
    position: relative;
    line-height: 0;
    background: #03255b;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000b39+40,041f58+85 */
background: #000b39; /* Old browsers */
background: -moz-linear-gradient(45deg,  #000b39 40%, #04245b 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #000b39 40%,#04245b 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #000b39 40%,#04245b 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b39', endColorstr='#04245b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

height: 100vh;
overflow: hidden;
}
header:before{
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  top: 0;
  width: 120%;
  height: 110%;
  background: url(../img/bg_sora.jpg) no-repeat center top;
  background-size: cover;
  opacity: 0;
  transition: 1s;
}
.loading header:before{
  opacity: 0.3;
}
header .mainvisual{
    margin: 0 auto;
    height: 100vh;
    width: 182.8vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
header .mainvisual .stars ul{
  opacity: 0;
  transition: 1s ease .3s;
}
.loading.anim header .mainvisual .stars ul{
  opacity: 1;
  transition: .8s ease 1s;
}
.loading.anim header .mainvisual .stars ul.big{
  opacity: 1;
  transition: .6s ease .2s;
}
.anim header .mainvisual .stars ul.big
.anim header .mainvisual .stars ul{
  opacity: 0;
  transition: 1s ease .3s;
}

header .mainvisual .stars,
header .mainvisual .stars ul{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
header .mainvisual .stars{
  width: 75%;
}

header .mainvisual .stars ul li{
  position: absolute;
  width: 1.5%;
  height: 0;
  padding-top: 1.5%;
  background: #FFFFFF;
/*   background: #f7ffdc; */
  overflow: hidden;
  border-radius: 100%;
  filter: blur(2px);
  transform: scale(0.4);
  transition: .6s ease-out .8s;
}
@keyframes twincle{
  0%,100%{ opacity: 1; }
  48%{ opacity: 0.3; }
  52%{ opacity: 0.3; }
/*
  0%,100%{ opacity: 1;}
  48%{ opacity: 0.2;}
  52%{ opacity: 0.2;}
*/
}

@keyframes twincle2{
  0%{ transform: scale(0.4);}
  50%{ transform: scale(0.7);}
  100%{ transform: scale(.5);}
}

header .mainvisual .stars .big li{
  width: 3%;
  padding-top: 3%;
}
header .mainvisual .stars li.g1{
  left: 45.8%;
  top: 23%;
  animation: twincle 1.5s ease .4s infinite alternate;
}
header .mainvisual .stars li.g2{
  left: 60%;
  top: 35.2%;
  animation: twincle 1.5s ease .8s infinite alternate;
}
header .mainvisual .stars li.g3{
  left: 44.7%;
  top: 58%;
  animation: twincle 1.5s ease 1.2s infinite alternate;
}
header .mainvisual .stars li.g4{
  left: 44.7%;
  top: 58%;
  animation: twincle 1.5s ease 1.6s infinite alternate;
}

header .mainvisual .stars ul li.b1{
  left: 45.8%;
  top: 23%;
  animation: twincle 2s ease 0s infinite alternate;
}
header .mainvisual .stars ul li.b2{
  left: 60%;
  top: 35.2%;
  animation: twincle 2s ease 0.5s infinite alternate;
}
header .mainvisual .stars ul li.b3{
  left: 44.7%;
  top: 58%;
  animation: twincle 2s ease 1s infinite alternate;
}
/* Cygnus */
.anim header .mainvisual .stars ul li.s1{
  left: 47.4%;
  top: 30%;
}
.anim header .mainvisual .stars ul li.s2{
  left: 49.5%;
  top: 36.1%;
}
.anim header .mainvisual .stars ul li.s3{
  left: 51.6%;
  top: 44%;
}
.anim header .mainvisual .stars ul li.s4{
  left: 38%;
  top: 33.8%;
}
.anim header .mainvisual .stars ul li.s5{
  left: 42.7%;
  top: 33.7%;
}
.anim header .mainvisual .stars ul li.s6{
  left: 52.9%;
  top: 28%;
}
.anim header .mainvisual .stars ul li.s7{
  left: 55.6%;
  top: 22.4%;
}
.anim header .mainvisual .stars ul li.s8{
  left: 57.4%;
  top: 21.3%;
}

/* Lyra */
.anim header .mainvisual .stars ul li.s9{
  left: 59%;
  top: 37.2%;
}
.anim header .mainvisual .stars ul li.s10{
  left: 57.5%;
  top: 37.5%;
}
.anim header .mainvisual .stars ul li.s11{
  left: 58%;
  top: 40.7%;
}
.anim header .mainvisual .stars ul li.s12{
  left: 56.3%;
  top: 41.1%;
}
/* Aquila */
.anim header .mainvisual .stars ul li.s13{
  left: 42.4%;
  top: 51.4%;
}
.anim header .mainvisual .stars ul li.s14{
  left: 44.9%;
  top: 56.1%;
}
.anim header .mainvisual .stars ul li.s15{
  left: 46.7%;
  top: 57.1%;
}
.anim header .mainvisual .stars ul li.s16{
  left: 48.1%;
  top: 61.1%;
}
.anim header .mainvisual .stars ul li.s17{
  left: 49%;
  top: 65.9%;
}
.anim header .mainvisual .stars ul li.s18{
  left: 51.4%;
  top: 73%;
}
.anim header .mainvisual .stars ul li.s19{
  left: 44.2%;
  top: 61.4%;
}
.anim header .mainvisual .stars ul li.s20{
  left: 40.3%;
  top: 67.3%;
}
.anim header .mainvisual .stars ul li.s21{
  left: 54%;
  top: 56.3%;
}





header .mainvisual img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 1s;
  opacity: 1;
}
.loading header .mainvisual img{
  opacity: 0;
  transition: 0s;
}

header .text{
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 2px;
  max-width: 360px;
  width: 27%;
  margin: 0 auto;
  opacity: 1;
  transition: .6s ease 1s;
  transform: translateY(0%);
}
.loading header .text{
  opacity: 0;
  transform: translateY(-10%);
}
header h1{
    font-size: 55px;
    letter-spacing: 15px;
}

header h1 span{
    margin-right: -15px;
}

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

#siteNav{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 12;
}
.loading #siteNav{
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
#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: #b1b1b1;
  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: #b1b1b1;
}
/*
section{
    background-image: linear-gradient(to right, #b1b1b1, #b1b1b1 3px, transparent 3px, transparent 9px);
    background-size: 9px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
*/


/*RELEASE*/
#release h2.sectiontitle span, #tieup h2.sectiontitle span{
    margin-left: -7px;
}
#release .cd_info .jkt{
    width: 50%;
    margin: 0 auto;
    line-height: 0;
}
#release .cd_info .gaiyo .title{
    margin: 0 auto;
    padding: 25px 0;
}
#release .cd_info .gaiyo .title p{
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
}
#release .cd_info .gaiyo .title .name{
    margin: 0 auto;
    padding: 15px 0;
    font-size: 30px;
    letter-spacing: 15px;
}
#release .cd_info .gaiyo .title .name span{
    margin-right: -15px;
}


/*LYRIC*/
#lyric{
    text-align: center;
}
#lyric p{
    line-height: 2em;
}
#lyric p.lyric_title, #lyric p.lyric_name{
    line-height: 1.5em;
}
#lyric p.lyric_title{
    font-size: 20px;
}
#lyric p.lyric_name{
    font-size: 14px;
}
#lyric .textBox{
    font-size: 14px;
    height: 16em;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 80px;
}
.textBox .lyrictext, .textBox .lyrictext{
    overflow: hidden;
    height: 100%;
    margin-bottom: -2em;
}
.textBox.show{
    height: auto;
}
#lyric .textBox p{
    margin-bottom: 1em;
    line-height: 2.5em;
}
#lyric .textBox .more_btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    cursor: pointer;
}
#lyric .textBox .more_btn:before{
    content: "...";
    font-size: 20px;
    display: block;
    text-align: center;
}
#lyric .textBox .more_btn span{
    padding: 30px 0 0;
    display: inline-block;
    font-size: 15px;
    line-height: 1.1em;
    border-bottom: 1px solid #b1b1b1;
    position: relative;
    overflow: hidden;
    color: #b1b1b1;
}
#lyric .textBox .more_btn span:after{
    content: "";
    width: 100%;
    height: 1em;
    display: block;
    position: absolute;
    left: -101%;
    bottom: 0;
    transition: 0s;
    -webkit-transition: 0s;
}
#lyric .textBox.show{
    height: auto;
}
#lyric .textBox.show .more_btn{
    display: none;
}


/* CAMPAIGN */
#campaign p.lead{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    padding-bottom: 20px;
}
#campaign .goods-image{
    width: 50%;
    margin: 0 auto;
    padding-bottom: 25px;
}


/* MOVIE */
#movie.mainSec h2{
  text-align: center;
}
#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 #fff;
  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: #fff;
  font-size: 32px;
  white-space: pre;
  color: #021440;
}
#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: #fff;
}
#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%;
}


/* TIEUP */
#tieup{
  border-bottom: 3px solid #fff;
}
#contents #tieup{
    padding-bottom: 100px;
}
#tieup .tieup-image{
    margin: 0 auto 15px;
    max-width: 540px;
}
#tieup p.small{
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 40px;
    margin: 0 auto;
}
#tieup h3{
    text-align: center;
    font-size: 30px;
    padding-bottom: 15px;
    line-height: 1.3em;
}
#tieup h3 span{
    font-size: 20px;
}
#tieup .info{
    font-size: 14px;
    line-height: 1.7em;
    max-width: 500px;
    margin: 0 auto;
}
#tieup .info .text{
    padding: 10px 0;
}
#tieup .info .text p{
    padding-bottom: 15px;
}

#tieup .info .story{
    margin-bottom: -15px;
}
#tieup .info .text li.op{
    padding-top: 15px;
}
#tieup .info .text a{
    color: #b1b1b1;
}


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

#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: #b1b1b1;
}
#siteFooter .footerNav ul li:first-child:before {
  content: none;
}
#siteFooter .footerNav ul li a{
  color: #b1b1b1;
}

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

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

@media (max-width: 768px){
  header .text{
    bottom: 20px;
    width: 80%;
  }
  header h1{
    font-size: 45px;
  }
  #siteNav .navWrap ul li{
    margin-left: 20px;
  }
  #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;
  }
  #siteHeader .text .title{
    font-size: 20px;
  }
  header h1{
    font-size: 40px;
  }
  #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: #b1b1b1;
    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: #021440;
    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: #021440;
    z-index: 20;
  }
  #siteNav.open .navWrap ul{
    right: 0;
    border-bottom: 1px solid #b1b1b1;
  }
  #siteNav .navWrap ul li{
    text-align: center;
    margin-left: 0;
    border-top: 1px solid #b1b1b1;
  }
  #siteNav .navWrap ul li a{
    line-height: 60px;
  }
  #contents .mainSec{
    padding: 25px 0;
  }
  #contents .inner{
    padding: 0 30px;
  }
  #contents .mainSec h2{
    font-size: 36px;
    padding-bottom: 1em;
  }
  #release .cd_info .gaiyo .title p{
    font-size: 19px;
  }
  #campaign p.lead{
    font-size: 16px;
  }
  #campaign p.lead .spbr2{
    display: block;
  }
  #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{
    font-size: 18px;
    line-height: 2em;
  }
  header h1{
    font-size: 30px;
  }
  #contents .mainSec h2{
    font-size: 30px;
    padding-top: 20px;
  }
  #siteNav .navWrap .logo {
    width: 175px;
    margin-left: -10px;
  }
  #siteHeader .mainvisual img {
  }
  #release .cd_info .jkt, #campaign .goods-image{
    width: 95%;
  }
  #release .cd_info .gaiyo .title p{
    font-size: 16px;
  }
  #lyric .textBox{
    font-size: 12px;
  }
  #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 #tieup{
    padding-bottom: 70px;
  }
    #tieup h3{
        font-size: 25px;
    }
    #tieup .info .text ul li .spbr2{
        display: block;
    }
}

@media (max-width: 330px){
  #movie .movie_select .movie_item a .title{
    font-size: 21px;
  }
}















