@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fff123;
	background: url("images/top/main.jpg") 100% 0 no-repeat fixed;
	background-position: left top;
    background-size:cover;
	font-family: 'Kiwi Maru', serif;
	color:#fff;
	height:100%;
	box-sizing: border-box;
	font-size: 15px;
	text-align: justify;
	word-break: break-all;
	line-height: 185%;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}



.scrollShowEffect1 {
	-webkit-transition: all 1.8s;
	   -moz-transition: all 1.8s;
	    -ms-transition: all 1.8s;
	     -o-transition: all 1.8s;
	        transition: all 1.8s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.4s;
	   -moz-transition: all 1.4s;
	    -ms-transition: all 1.4s;
	     -o-transition: all 1.4s;
	        transition: all 1.4s;
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	    -ms-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 1.0s;
	   -moz-transition-delay: 1.0s;
	    -ms-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.blurimage{
  filter: blur(50px);
  animation: blur-anim2 4s linear forwards;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 100px, 0);
	   -moz-transform: translate3d(0, 100px, 0);
	    -ms-transform: translate3d(0, 100px, 0);
	     -o-transform: translate3d(0, 100px, 0);
	        transform: translate3d(0, 100px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -150px, 0);
	   -moz-transform: translate3d(0, -150px, 0);
	    -ms-transform: translate3d(0, -150px, 0);
	     -o-transform: translate3d(0, -150px, 0);
	        transform: translate3d(0, -150px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.blurimage.showItem{
  filter: blur(0);
}


.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.loading{
  width: 100vw;
  height: 100vh;
  background-color: #3eb1dd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
	z-index: 1300;
}

.loading img{
  width: 400px;
}

#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
}

#top_wrapper::before {
  content: "";
  display: block;
  padding-top: 52.25%;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

#top_main{
	width:100%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #top_main{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}


#top_catch01{
	width:17%;
	position: absolute;
	left:35%;
	bottom:20%;
    opacity:0;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi #top_catch01{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_catch02{
	width:4.2%;
	position: absolute;
	right:48%;
	top:5%;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
    transform: translateY(-50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_catch02{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateY(0);
}

#top_logo_wrapper{
	width:37%;
	position: absolute;
	right:6%;
	top:8%;
}

#top_prize{
	width:90%;
	margin:0 auto;
	margin-bottom: 3%;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
    transform: translateY(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_prize{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  transform: translateY(0);
}

#top_catch03{
	width:90%;
	margin:0 auto;
	margin-bottom: 3%;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
    transform: translateY(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_catch03{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateY(0);
}

#top_logo{
	width:100%;
	margin-bottom: 3%;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
    transform: translateY(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
  transform: translateY(0);
}

#top_biling{
	width:95%;
	margin:0 auto;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
    transform: translateY(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_biling{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
  transform: translateY(0);
}

.snsbtn_wrapper{
	width:45%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
    transform: translateY(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi .snsbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
  transform: translateY(0);
}

.snsbtn{
	width:18%;
	float: left;
	margin-right:9.33333%;
}

.snsbtn:nth-child(4) {
  margin-right:0;
}

#top_day{
	width:11%;
	position: absolute;
	left:4%;
	top:45%;
    opacity:0;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 50;
}
  
.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#main_menu{
	width:100%;
	position: fixed;
	left:0; 
	bottom: 0;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 60;
}
  
.showNavi #main_menu{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}

#main_menu img{
	width:100%;
	height: auto;
}


.footermenu_wave{
	width:110%;
	margin-bottom: -0.2%;
	z-index: 50;
    animation: 3s fuwafuwa infinite;
}

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

.footermenu_logo{
	width:6%;
	position: absolute;
	left:2%;
	bottom:10%;
	z-index: 100;
	box-sizing: border-box;
}

  
#main_menu_inner{
	width:100%;
	box-sizing: border-box;
	padding:0% 2% 1.2% 2%;
	background-color: #fff123;
	overflow: hidden;
}

.footermenu nav{
	display: inline-block;
	width: 88%;
	float: right;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 17px;
}

.footermenu nav ul li {
	display: inline-block;
	margin-right: 2.5%;
}

.footermenu a {
  display: inline-block;
  transition: .3s;
  text-decoration: none;
  color: #0245c9;
}
.footermenu a:hover {
  transform: rotate(5deg);
}

.footermenu li:last-child {
  margin-right:0;
  padding-right: 0;
  border-right:none;
}

.pcbr {
display:inline;
}

#spmain{
	display: none;
}


.bnr_wrapper{
	width:160px;
	position: absolute;
	left:2%;
	top:3%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
  
.showNavi .bnr_wrapper{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
}


.bnr_wrapper img{
	transition:0.5s all;
}

.bnr_wrapper img:hover{
	transform: translateY(-10px);
	transition:0.5s all;
}

.removebtn{
  position: fixed;
  top: 3%;
  right: 3%;
  width: 40px;
  cursor: pointer;
}

.mvtk-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}
.mvtk-pop-box{
  z-index: 10;
  width:80%;
  margin-top:18%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20%;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}


#top_mvtk{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}


.wrapperline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}



#top_comment{
	width:9%;
	position: absolute;
	left:15%;
	top:60%;
    opacity:0;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 50;
}
  
.showNavi #top_comment{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_comment img{
 transition:0.5s all;
}

#top_comment img:hover{
  transform:scale(1.2,1.2);
  transition:0.5s all;
}

@media screen and (max-width:1024px){
	
	
body{
	margin:0px;
	background:none;
	background-color:#fff123;
}
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}
	

.loading img{
  width: 300px;
}
	

.btn-trigger_fix{
	width:70px;
	height:70px;
	position: fixed;
	top:1%;
	right: 2%;
	z-index: 90;
	background:#fff;
	border-radius: 50%;
	box-sizing: border-box;
	border:3px solid #0245c9;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 13px;
  margin-top:18px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0245c9;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 20;
  top  : 0;
  left : 0;
  background:#fff123;
  box-sizing: border-box;
  padding:20% 5%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

.menu {
	width:100%;
	border:1px solid #0245c9;
	padding:0.5% 5%;
	margin-bottom: 2%;
	box-sizing: border-box;
	text-align: center;
    z-index: 1;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 17px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
	
.menu a{
	text-decoration: none;
	color: #0245c9;
}
	
.menu:nth-child(2n) {
  margin-right:0;
}

#main_menu{
	display: none;
}
	
#spmain{
	display: inherit;
	width:100%;
	margin-bottom: 20px;
}
	
#spmain img{
	width:100%;
	height: auto;
}

#top_wrapper{
	display: none;
}



.snsbtn_wrapper{
	width:60%;
	float: none;
	margin:0 auto;
	box-sizing: border-box;
	opacity: 1;
    transform: translateY(0px);/* X軸方向に100px */
	margin-bottom: 20px;
}

#topbtn_wrapper{
	width: 100%;
	float: none;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
  
.ticket{
	width:150px;
	position: inherit;
	left:0;
	top:0;
	margin:0 auto;
	opacity: 1;
	padding-bottom: 50px;
}
	
.ticket img{
	width:100%;
	height: auto;
}
	
.spcomment{
	width:80%;
	margin:0 auto;
	margin-bottom: 20px;
}
	

#top_comment{
	display: none;
}

.spbnr{
width:50%;
margin:0 auto;
border:1px solid #0245c9;
box-sizing: border-box;
margin-bottom: 20px;
}

}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 45.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #fff;
          width: 49%;
          display: inline-block;
          vertical-align: middle;
          line-height: 3vw;
          height: 3vw;
          text-align: center;
          font-size: 24px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 1.25vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 1.40625vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 6.4vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #fff;
          background-color: #83e1dc;
          color: #fff;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }

 li.mbtn {
          border: 1px solid #fff;
          background-color: #333333;
          color: #fff; }


@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 50px;
          height: 50px;
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.72917vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 3.73333vw; } }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 6% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 20px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.04167vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.17188vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 5.33333vw; } }

@media screen and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 span {
            font-size: 12px; } }
          @media screen and (max-width: 768px) and (min-width: 769px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.625vw; } }
          @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.70313vw; } }
          @media screen and (max-width: 768px) and (max-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text p {
          font-size: 12px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment h3 {
          font-size: 17px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.88542vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.99609vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 4.53333vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment p {
          font-size: 12px;
          line-height: 2.1; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .profile {
          font-size: 10px;
          margin-top: 5%; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.52083vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.58594vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 2.66667vw; } }

section.trailer {
  margin-top: -1%; }
  section.trailer h2 {
    width: 14%;
    margin: 0 auto; }

  section.trailer .player {
    margin-top: 3.8%;
    position: relative;
    padding-top: 35.3%;
    height: 0;
    overflow: hidden; }
    section.trailer .player iframe {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      width: 62%;
      height: 100%;
      border: none; 
  border:2px solid #fff000;}

  section.trailer .btns {
    font-size: 0;
    text-align: center;
    margin-top: 0.25%;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0; }

    section.trailer .btns li {
      width: 49.5%;
	  float: left;
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      background-color: #333333;
	  color: #fff;
      letter-spacing: .1vw;
      height: 2.5vw;
      line-height: 2.5vw;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; 
		margin:0.25%;
}

      @media screen and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 1.04167vw; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 1.17188vw; } }
      @media screen and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 5.33333vw; } }
      section.trailer .btns li:hover {
        opacity: 1;
        background-color: #FFDC00;
        color: #000; }
    section.trailer .btns li.current {
      background-color: #FFDC00;
      color: #000; }



@media screen and (max-width: 768px) {
  section.trailer {
    margin-top: 0; }
    section.trailer h2 {
      width: 36%; }
    section.trailer .player {
      width: 90%;
      padding-top: 50.5%;
      margin: 0% auto 0%; }
      section.trailer .player iframe {
        width: 100%; }
    section.trailer .btns {
      width: 90%;
      margin-top: 0; }
      section.trailer .btns li {
        display: block;
        width: 100%;
        margin: 0% auto;
        height: 60px;
        line-height: 60px;
        font-size: 25px; } }
      @media screen and (max-width: 768px) and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 1.72917vw; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 1.82031vw; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 3.73333vw; } }

            
.remodal-is-opened{
    display:block;
}