@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background-color: #365358;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color:#fff;
	height:100%;
	box-sizing: border-box;
}

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.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}

.scrollShowEffect4 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	opacity:0;
}


.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, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 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);
}

.scrollShowEffect4.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);
}

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

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

.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;
}

.pcbr {
	display:inline;
}

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

.loading img{
  width: 300px;
}


#header_wrapper{
	width:100%;
	overflow: hidden;
    text-align: center;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
	background-color: #fdd000;
    box-sizing: border-box;
	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;
    box-shadow: 0px 0px 15px -5px #000;
    border-bottom: 1px #fdd000 solid;
    transform: translateY(-20px);
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
  transform: translateY(0);
}

.headermenu nav{
	width: 100%;
    box-sizing: border-box;
	font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    line-height: 12px;
    overflow: hidden;
	letter-spacing: 1px;
	text-align: right;
}

.headermenu nav ul li {
	display: inline-block;
    margin-right: -5px;
    border-left: 1px #fdd000 solid;
}

.headermenu a {
  transition: 0.5s;
  display: block;
  text-decoration: none;
  color: #fdd000;
  background-color:#365358;
  padding:16px 30px 10px 30px ;
  box-sizing: border-box;
}

.headermenu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  background-color:#d52e1b;
  color: #fff;
}

.headermenu li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right:1px #fff solid;
}

.menuj{
	font-size: 9px;
	font-weight: 500;
	color: #fff;
}

#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-top:55px;
}

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

.spmain{
    display: none;
}

.topmain{
	width:100%;
}

.snsbtn_wrapper{
	width:2.2%;
	position: absolute;
	left:1.2%;
	top:2%;
	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;
	z-index: 5;
    transform: translateX(-50px);
}
  
.showNavi .snsbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
  transform: translateX(0);
}

.snsbtn_wrapper img {
	transition: filter 1.5s ease;
}
.snsbtn_wrapper img:hover {
	filter: grayscale(100%);
	transition-duration: 1.5s;
}

.snsbtn{
	width:100%;
	margin-bottom: 20px;
}

.snsbtn:nth-child(3) {
  margin-bottom:40px;
}

.catch_tate{
    width:3.5%;
	position: absolute;
	left:39.5%;
	top:6%;
	opacity:0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
    transform: translateY(-50px);
}
  
.showNavi .catch_tate{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
  transform: translateY(0);
}

.day{
    width:18%;
	position: absolute;
	right:2%;
	top:3%;
	opacity:0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
}

.logo_wrapper{
    width:45%;
	position: absolute;
	right:2%;
	bottom:5%;
}

.logo{
    width:70%;
	margin-left: 30%;
	margin-bottom: 8%;
	opacity:0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.biling{
    width:80%;
	margin-left: 20%;
	margin-bottom: 5%;
	opacity:0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.catch_yoko{
    width:100%;
	opacity:0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .catch_yoko{
  opacity:1;
  -webkit-transition-delay:3.2s;
  transition-delay:3.2s;
}

.pt_e{
	width:100%;
	font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
	color: #fdd000;
}

.pt_j{
	width:100%;
	font-size: 12px;
	font-weight: 700;
}

.textcenter{
	text-align: center;
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	color: #000;
}

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

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:7% 20%;
}

.intromain_wrapper{
    width:100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.intromain_wrapper::before {
  content: "";
  display: block;
  padding-top: 45.2%;
}

.intromain{
    width:100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
	overflow: hidden;
}

.introphoto{
    width:50%;
    position: absolute;
    left:13%;
    top:-10%;
    z-index: 1;
}

.introname1{
    width:7%;
    position: absolute;
    left:9%;
    top:42%;
    z-index: 1;
}

.introname2{
    width:7%;
    position: absolute;
    right:10%;
    top:31%;
    z-index: 1;
}

.slider{
  width: 100%;
  margin:0 auto;
  position: relative;
  height:auto;
}

ul.bxslider,
ul.bxslider li {
margin:0;
padding:0;
height:auto;
}
  
.next-btn{
  width: 30px;
  height: 123px;
  position: absolute;
  right:-100px;
  top:30%;
  margin-top: -20px;
}
.prev-btn{
  width: 30px;
  height: 123px;
  position: absolute;
  left: -100px;
  top:30%;
  margin-top: -20px;
}
.bx-prev,.bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 100;
  /*background-color: #f90;*/
}

.add_wrapper{
	width:100%;
	overflow: hidden;
}

.add_wrapper img{
	width:100%;
	height: auto;
}

.add{
	width:25%;
	float: left;
}

#story_wrapper{
    width:100%;
    background: url("images/story/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	overflow: hidden;
}

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

#story_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:12% 15%;
}

.storytext{
	width:100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 33px;
}

.over{
	width:100%;
    background-color: rgba(32,109,147,0.8);
}

#cast_wrapper{
	width:100%;
	overflow: hidden;
    background: url("images/cast/bg.jpg") ;
	background-repeat: no-repeat;
	color: #365358;
}

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

#cast_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:12% 10% 12% 10%;
}

.castbox{
	width:32%;
	float: left;
	margin-right: 2%;
	padding:2%;
	font-size: 14px;
	line-height: 27px;
}

.castbox:nth-child(3) {
  margin-right:0px;
}

.cimg{
	width:100%;
    box-shadow: 0px 0px 15px -5px #000;
	margin-bottom: 50px;
	transform: rotate(5deg);
	box-sizing: border-box;
}

.cname1{
	width:100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
	color: #fdd000;
	margin-bottom: 10px;
}

.cname2{
	width:100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
	margin-bottom: 20px;
	color: #666;
}

#staff_wrapper{
	width:100%;
	background-color: #0e110a;
	overflow: hidden;
	color: #fff;
}

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

#staff_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 10% 0% 10%;
}

.staffbox{
	width:32%;
	float: left;
	margin-right: 2%;
	font-size: 14px;
	line-height: 27px;
	box-sizing: border-box;
	padding:2%;
}

.staffbox:nth-child(3) {
  margin-right:0px;
}

.simg{
	width:90%;
    box-shadow: 0px 0px 15px -5px #000;
	margin:0 auto 50px;
	transform: rotate(5deg);
	box-sizing: border-box;
}

.sname1{
	width:100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
	color: #ccc;
	margin-bottom: 10px;
	text-align: center;
}

.sname2{
	width:100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
	margin-bottom: 20px;
	color: #fdd000;
	text-align: center;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:4% 0;
}

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

.footerlogo{
	width:20%;
	margin:0 auto 30px;
}


#ticket_wrapper{
    width:100%;
    padding:3% 10% 3% 10%;
    box-sizing: border-box;
    background-color: #365358;
}

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

.top_mvtk{
    width:100%;
    margin-bottom: 20px;
}

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

.mvtkbtn_wrapper{
    width:50%;
    margin:0 auto;
    overflow: hidden;
}

.mvtkbtn{
	width:49%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}

.mvtkbtn:nth-child(2) {
  margin-right:0;
}

.mvtkbtn img {
	transition-duration: 0.5s;
}
.mvtkbtn img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}



@media screen and (max-width:1024px){
	
body{
	margin:0px;
  	background:none;
    background-color: #365358;
}
	
.loading img{
  	width:250px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	
#header_wrapper{
	display: none;
}
	
.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #fdd000;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
    box-shadow: 0px 0px 15px -5px #000;
}
  
.btn-trigger {
  position: relative;
  width: 36px;
  height: 25px;
  margin:0 auto;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:#365358;
  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: 11.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

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

nav.globalMenuSp {
  position: fixed;
  z-index : -10;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background: #365358;
  box-sizing: border-box;
  -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;
	display: table;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-top:0;
  z-index : 50;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.menu_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    line-height: 12px;
	letter-spacing: 1px;
	text-align: center;
}

.menu{
    width:100%;
	margin-bottom: 6%;
}

.menu:nth-child(2n) {
  margin-right:0;
}

.menu a{
	color: #fdd000;
	text-decoration: none;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
	margin-top:48px;
}

#top_wrapper::before {
  content:none;
}

.spmain{
    display: inherit;
	width:100%;
}
	
.topmain{
	display: none;
}

.snsbtn_wrapper{
	width:7%;
	position: absolute;
	left:2.7%;
	top:7%;
	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;
	z-index: 5;
    transform: translateX(-50px);
}
  
.catch_tate{
	display: none;
}

.day{
	display: none;
}

.logo_wrapper{
	display: none;
}

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:15% 10%;
}

.add{
	width:50%;
	float: left;
}

#story_wrapper{
    width:100%;
    background:none;
	background-image: url("images/story/bgsp.jpg");
	background-size: cover;
	overflow: hidden;
}

#story_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 10%;
}

.storytext{
	width:100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

#cast_wrapper{
	width:100%;
	overflow: hidden;
    background: url("images/cast/bgsp.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
	color: #365358;
}

#cast_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 5%;
}

.castbox{
	width:100%;
	float: none;
	margin-right: 0;
	padding:10%;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 30px;
}
	
.cname1{
	width:100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
	color: #fdd000;
	margin-bottom: 10px;
}

.cname2{
	width:100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
	margin-bottom: 20px;
	color: #666;
}

#staff_inner{
	width:100%;
	box-sizing: border-box;
	padding:15% 5% 0 5%;
}

.staffbox{
	width:100%;
	float: none;
	margin-right: 0;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding:10%;
}

.staffbox:nth-child(2) {
  margin-right:0px;
}

.simg{
	width:100%;
    box-shadow: 0px 0px 15px -5px #000;
	margin:0 auto 50px;
	transform: rotate(5deg);
	box-sizing: border-box;
}

.sname1{
	width:100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
	color: #ccc;
	margin-bottom: 10px;
	text-align: center;
}

.sname2{
	width:100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
	margin-bottom: 20px;
	color: #fdd000;
	text-align: center;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:8% 0;
}

.footerlogo{
	width:60%;
	margin:0 auto 30px;
}


#ticket_wrapper{
    width:100%;
    padding:2% 3% 8% 3%;
    box-sizing: border-box;
    background-color: #365358;
}
	
.mvtkbtn_wrapper{
    width:100%;
    margin:0 auto;
    overflow: hidden;
}

.mvtkbtn{
	width:49%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}

.mvtkbtn:nth-child(2) {
  margin-right:0;
}

.mvtkbtn img {
	transition-duration: 0.5s;
}
.mvtkbtn img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}

	
}

*, ::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: 42.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 #111;
          background-color: #3ba4cd;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          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: 0.8vw; } }
          @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: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .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 #111;
          background-color: #80e1ff;
          color: #000;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@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: 23px;
          font-size: 13px; } }
        @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.9vw; } }
        @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: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@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: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @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.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




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