@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fff;
    font-family:'Hina Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color:#111;
	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: 1.0s;
	   -moz-transition-delay: 1.0s;
	    -ms-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
	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);
}

.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-color: #030301;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 70px;
}


#header_wrapper{
	width:100%;
    height:50px;
	padding:0 1.8% 0 2.2%;
	overflow: hidden;
	font-size: 17px;
	letter-spacing: 1px;
    font-weight: 600;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color: #fff;
	font-family: 'Spectral', serif;
	text-align: center;
}

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

.headermenu nav{
	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;
	padding:10px 0;
}
  
.showNavi .headermenu nav{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.headermenu nav ul li {
	display: inline-block;
	margin-right: 3%;
}

.headermenu li:after {
  content: " ";
  margin-left: -2px;
}

.headermenu a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #435f6c;
}

.headermenu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  letter-spacing: 5px;
  color: #ccc;
}

.headermenu li:nth-child(8) {
  margin-right:2%;
}

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

.sns{
	width:30px; 
}

.sns img {
	transition-duration: 0.5s;
}
.sns img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}

.snsbtn_wrapper{
	width:7%;
	float: right;
	overflow: hidden;
	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;
	padding:7px 0 5px 0;
}
  
.showNavi .snsbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.snsbtn{
	width:30%;
	float: right;
	margin-left: 25%;
}

.snsbtn img {
	transition-duration: 0.5s;
}
.snsbtn img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}


.snsbtn:nth-child(2) {
  margin-left:0;
}


#top_wrapper{
    width:96%;
	height: auto;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #435f6c;
	margin-top:50px;
}

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

.main{
    width:100%;
	opacity: 0;
	-webkit-transition: 2.5s;
	transition: 2.5s;
    filter: blur(50px);
    animation: blur-anim2 1s linear forwards;
}

.showNavi .main{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
  filter: blur(0);
}

.spmain{
    display: none;
}

.catch1{
	width:2%;
	position: absolute;
	left:49%;
	top:9%;
	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(-70px);/* X軸方向に100px */
}
  
.showNavi .catch1{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
  transform: translateY(0);
}

#logo_wrapper{
    width:60%;
    position: absolute;
    left:20%;
    top:38%;
}

.logo{
    width:100%;
    margin-bottom:0;
	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);/* X軸方向に100px */
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateY(0);
}

.biling1{
    width:70%;
    margin:0 auto 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 .biling1{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.day{
    width:23%;
    margin:0 auto;
	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:2.5s;
  transition-delay:2.5s;
}

.catch2{
    width:80%;
	position: absolute;
	left:10%;
	bottom:2%;
	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 .catch2{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.biling2{
	width:96%;
	margin:0 auto;
	box-sizing: border-box;
	padding:0 27% 5% 27%;
	background-color: #435f6c;
}
  
.biling2 img{
	width:100%;
	height: auto;
}

#news_wrapper{
	width:100%;
	height: auto;
	box-sizing: border-box;
	background-color: #fff;
	padding:7% 15% 7% 15%; 
	color: #000;
	font-size: 15px;
	line-height: 23px;
	font-feature-settings: "palt";
	overflow: hidden;
}

.wp-apicard li{
	width:30%;
	float: left;
	margin-right: 5%;
}

.wp-apicard li:nth-child(3) {
  margin-right: 0;
}

.item_img {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
  border:6px solid #435f6c;
  box-sizing: border-box;
}
.item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.item_img:hover img {
  transform: scale(1.1);
}

.newsday{
	font-size: 12px;
	font-weight: 700;
	margin-top:10px;
	color: #c84a4f;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}


.newsmore{
	width:30%;
	margin:0 auto;
	box-sizing: border-box;
    border:1px solid #fff;
	margin-top: 70px;
    transition: 0.7s;
	font-weight: 800;
	border-radius: 20px;
	background-color: #435f6c;
}


.newsmore a{
	display: block;
	color: #fff;
	padding:1% 2%;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 2px;
	text-decoration: none;
}

.newsmore:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#ccc;
}

.newsmore a:hover{
	color: #fff;
}

.pagetitle{
	width:100%;
	color: #435f6c;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 3px;
	margin-bottom: 80px;
	text-align: center;
	font-family: 'Spectral', serif;
}


#movie_wrapper{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
}

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

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

.movie-trailer__player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
}
.movie-trailer__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.moviebtn{
	width:33.33333%;
	float: left;
	background-color: #435f6c;
	box-sizing: border-box;
	padding:1%;
	border:2px solid #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 700;
    line-height: 15px;
	color: #fff;
}

.active{
	background-color: #f69e00;
}

.moviebtn:nth-child(1) {
  border-right:0;
}

.moviebtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#f69e00;
}

#footer_wrapper{
	width:100%;
	padding:3% 0 3% 0;
	box-sizing: border-box;
	background-color: #ddd;
}

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

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

#intro_wrapper{
	width:100%;
	overflow: hidden;
  	background: url("images/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
  	background-position: center top;
	background-color: #101d2a;
}

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

.intromain{
	width:100%;
	position: relative;
	overflow: hidden;
}

.intromain::before {
  content: "";
  display: block;
  padding-top: 25%;
}

.intro_main_img{
    width:100%;
    position: absolute;
    right:0;
    top:0;
    z-index: 10;
}

.intro_midashi01{
	width:14%;
	position: absolute;
	top:10%;
	left:43%;
    z-index: 20;
}

#loop01{
	width:100%;
	overflow: hidden;
}

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

#loop02{
	width:100%;
	overflow: hidden;
}

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

.loop_wrapper{
  display: flex;
  align-items: center;
  height: 200px;
　overflow: hidden;	
}

.loop_content {
  width: 333px;
  height: 200px;
}

.loop_wrap {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-100%);
  }
}

.loop_wrap2 {
  display: flex;
  animation: loop-slide2 20s infinite linear 1s both;
}

@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-50%);
  }
}

#intro_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 20%;
	color: #fff;
}

.pt1{
	width:100%;
	font-size: 30px;
	font-family: 'Spectral', serif;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 30px;
	margin-bottom: 10px;
}

.pt2{
	width:100%;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	line-height:18px;
	margin-bottom: 60px;
}

.intro_midashi02{
	width:80%;
	margin:0 auto 30px;
}

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

#story_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #fff;
}

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

#story_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 20% 10% 20%;
	color: #222;
}


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

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

#cast_wrapper{
	width:100%;
	overflow: hidden;
	background-size:cover;
	background-color:#fff;
}

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

#cast_inner{
	width:100%;
	box-sizing: border-box;
	padding:7% 2% 2% 2%;
	overflow: hidden;
    color: #435f6c;
}

.castmain{
	width:50%;
	position: relative;
	float: left;
    box-sizing: border-box;
	border:6px solid #fff;
	overflow: hidden;
}

.castmain .caption {
	font-size:24px;
	letter-spacing: 5px;
	font-family: 'Spectral', serif;
	font-weight: 400;
	color:#ddd;
	padding-top:40px;
	padding-left:0px;
}

.castmain .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
}

.castmain:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-left:40px;	/* 右にずらす */
}


.caption{
	width:50%;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.castsub1{
	width:33.33333%;
	position: relative;
	float: left;
    box-sizing: border-box;
	border:6px solid #fff;
	overflow: hidden;
}

.castsub1 .caption {
	font-size:20px;
	letter-spacing: 5px;
	font-family: 'Spectral', serif;
	font-weight: 400;
	color:#ddd;
	padding-top:30px;
	padding-left:0px;
}

.castsub1 .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
}

.castsub1:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-left:30px;	/* 右にずらす */
}

div.castsub1:hover{
	cursor:pointer;
}

.castsub2{
	width:25%;
	position: relative;
	float: left;
    box-sizing: border-box;
	border:6px solid #fff;
	overflow: hidden;
}

.castsub2 .caption {
	font-size:14px;
	letter-spacing: 5px;
	font-family: 'Spectral', serif;
	font-weight: 400;
	color:#ddd;
	padding-top:25px;
	padding-left:0px;
}

.castsub2 .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
}

.castsub2:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-left:25px;	/* 右にずらす */
}

div.castsub2:hover{
	cursor:pointer;
}



.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background:rgba(255,255,255,0.97);
  transition: all 1s ease-in-out;
}

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

.modal-content {
    overflow-y: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    animation: show 0.6s linear 0s;
    z-index: 1000;
	padding:7% 20%;
	box-sizing: border-box;
}

.modal-container {
	padding:0;
    margin:0;
	box-sizing: border-box;
}

.modal-close {
    position: fixed;
    width:50px;
    right: 20px;
    top:20px;
	z-index: 1010;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-close img {
	transition-duration: 0.5s;
}
.modal-close img:hover {
	transform: scale(0.9,0.9);
	transition-duration: 0.5s;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.castmodal{
	width:100%;
}

.castmodal_img{
	width:60%;
	margin: 0 auto 30px;
	padding:5px;
	border:3px double #fff;
}

.castmodal_name1{
	width:100%;
	font-size: 35px;
	font-weight: 700;
    color: #435f6c;
	line-height: 25px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.castmodal_name1:after {
  content: " ";
  margin-left: -3px;
}

.castmodal_name2{
	width:100%;
	font-size: 20px;
	font-weight: 700;
    color: #435f6c;
	line-height: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom:30px;
}

.castmodal_name2:after {
  content: " ";
  margin-left: -3px;
}

.castmodal_prof{
	width:100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
    color: #435f6c;
}

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

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

#staff_inner{
	width:100%;
	box-sizing: border-box;
	padding:10%;
	overflow: hidden;
	background-color:rgba(9,7,8,0.5);
    color: #fff;
}

.staffbox1{
	width:30%;
	margin:0 auto 5%;
	text-align: center;
	padding-top:20px;
	border-top:1px solid #ccc;
}

.staffline{
	width:100%;
	margin:0 auto;
	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;
}


.staffline2{
	width:60%;
	margin:0 auto 100px;
	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;
}

.staffbox3{
	width:30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
	text-align: center;
	padding-top:20px;
	border-top:1px solid #ccc;
}

.staffbox3:nth-child(3n) {
  margin-right:0;
}

.staffbox4{
	width:50%;
	margin:0 auto;
	color: #fff;
}

.staffbox2{
	width:47.5%;
	float: left;
	margin-right: 5%;
	text-align: center;
	padding-top:20px;
	border-top:1px solid #ccc;
}

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

.staff_name1{
	width:100%;
	font-size: 14px;
	font-weight: 700;
    color: #fff;
	line-height: 14px;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.staff_name1:after {
  content: " ";
  margin-left: -3px;
}

.staff_name2{
	width:100%;
	font-size: 20px;
	font-weight: 700;
    color: #fff;
	line-height: 20px;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom:20px;
}

.staff_name2:after {
  content: " ";
  margin-left: -3px;
}

.staffmodal_prof{
	width:100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
    color: #435f6c;
	padding-bottom: 100px;
}

.staffbtn{
	box-sizing: border-box;
	letter-spacing: 3px;
    font-weight: 600;
	font-family: 'Spectral', serif;
	font-size: 12px;
	line-height: 12px;
	display: block;
	text-align: center;
	padding:2% 1%;
	text-decoration: none;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
}

div.staffbtn:hover{
	cursor:pointer;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	letter-spacing: 5px;
}


.staffmodal_name1{
	width:100%;
	font-size: 16px;
	font-weight: 700;
    color: #435f6c;
	line-height: 16px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.staffmodal_name1:after {
  content: " ";
  margin-left: -3px;
}

.staffmodal_name2{
	width:100%;
	font-size: 30px;
	font-weight: 700;
    color: #435f6c;
	line-height: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom:30px;
}

.staffmodal_name2:after {
  content: " ";
  margin-left: -3px;
}

.staff_filmo_midashi{
	width:100%;
	margin-top:70px;
	padding-bottom: 10px;
	border-bottom: 1px solid #435f6c;
	margin-bottom: 10px;
	text-align: center;
    color: #435f6c;
}

.staff_filmo{
	width:100%;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
    color: #435f6c;
}

.modal_comment{
	width:100%;
	text-align: center;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 15px;
	line-height: 27px;
    color: #435f6c;
}

.modalbtn{
	width:60%;
	margin:0 auto;
	margin-top:30px;
	box-sizing: border-box;
	letter-spacing: 3px;
    font-weight: 600;
	font-family: 'Spectral', serif;
	font-size: 12px;
	line-height: 12px;
	display: block;
	text-align: center;
	padding:1% 1%;
	text-decoration: none;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	border:1px solid #ffff;
	margin-bottom: 100px;
}

.modalbtn a{
	text-decoration: none;
    color: #fff;
}

div.modalbtn:hover{
	cursor:pointer;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	letter-spacing: 5px;
    background-color: rgba(150,150,150,0.70);
}


.staff_prof{
	width:100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
    color: #fff;
}

.staff_img{
	width:40%;
	margin:0 auto 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
    color: #fff;
}

.staff_img2{
	width:80%;
	margin:0 auto 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
    color: #fff;
}

.bnr_wrapper{
	width:50%;
	margin:0 auto ;
	overflow: hidden;
	padding:2% 0 2% 0;
}

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


.bnr_l{
	width:48%;
    float: left;
    margin-right: 4%;
}

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

.bnr{
	width:32%;
	margin:0 auto;
}

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

.bnr_wrapper img {
	transition-duration: 0.5s;
}
.bnr_wrapper img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}


#comment_wrapper{
	width:100%;
	height: auto;
    background: url("images/comment/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	font-feature-settings: "palt";
	overflow: hidden;
}

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

#comment_inner{
	width:100%;
	height: auto;
	box-sizing: border-box;
	padding: 8% 20% 5% 20%;
	text-align: center;
}


.commentbox{
	width:100%;
	margin-bottom: 7%;
}

.commenttext{
	width:100%;
	font-size: 18px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}

.commentname1{
	width:100%;
	font-size: 24px;
	font-weight: 600;
	color:rgba(237,243,118,1.00);
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.commentname2{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
	color:#ccc;
}


.topbnr{
    width:9%;
    position: absolute;
    right: 2%;
    top:2%;
	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 .topbnr{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

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

.topbnrsp{
    display: none;
}

@media screen and (max-width:1024px){

.loading img{
  	width: 50px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

#header_wrapper{
	display: none;
}
	
.btn-trigger_fix{
	width:70px;
	height:70px;
	position: fixed;
	bottom:2%;
	right: 2%;
	z-index: 93;
	background-color: #435f6c;
	border-radius: 50%;
	box-sizing: border-box;
	border:1px solid #fff;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 15px;
  margin-top:20px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  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 : 50;
  top  : 0;
  left : 0;
  background-color:rgba(23,37,48,0.9);
  box-sizing: border-box;
  padding:25% 10% 25% 10%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  text-align: center;
  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;
}

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

.menu{
	width:100%;
	float: none;
	padding:0;
	box-sizing: border-box;
	border-right: none;
	margin-bottom: 40px;
    font-size: 17px;
    line-height: 17px;
	letter-spacing: 3px;
    font-weight: 600;
	font-family: 'Spectral', serif;
}

.menu a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #fff;
  cursor: pointer;
}
	

.menu:last-child {
  margin-bottom:70px;
}

.spsns_wrapper{
	width:40%;
	margin:0 auto;
	overflow: hidden;
}
	
.spsns{
	width:30%;
	float: left;
	margin-right: 40%;
}
	
.spsns:nth-child(2) {
  margin-right:0;
}
	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

.spmain{
    display: inherit;
    width:100%;
	opacity: 0;
	-webkit-transition: 2.5s;
	transition: 2.5s;
    filter: blur(50px);
    animation: blur-anim2 1s linear forwards;
}

.showNavi .spmain{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
  filter: blur(0);
}

	


#top_wrapper{
    width:100%;
	height: auto;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #435f6c;
	margin-top:0px;
}

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

.main{
	display: none;
}

.catch1{
	display: none;
}

#logo_wrapper{
	display: none;
}

.catch2{
	display: none;
}

.biling2{
	display: none;
}
	
.top_mvtk{
    width:100%;
    margin-bottom: 0px;
	padding:10% 0 5% 0;
	background-color: #fff;
}

#movie_wrapper{
	background-color: #fff;
}

#movie_inner{
    width:100%;
	box-sizing: border-box;
    padding:15% 10%;
	overflow: hidden;
}
	
#news_wrapper{
	width:100%;
	height: auto;
	box-sizing: border-box;
	background-color: #fff;
	padding:7% 10% 15% 10%; 
	color: #222;
	font-size: 15px;
	line-height: 23px;
	font-feature-settings: "palt";
	overflow: hidden;
}

.wp-apicard li{
	width:48%;
	float: left;
	margin-right: 4%;
	font-size: 13px;
	line-height: 20px;
}
	
.wp-apicard li:nth-child(2) {
	margin-right: 0;
}

.wp-apicard li:nth-child(3) {
	display: none;
}
	
.item_img {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border:6px solid #d0d073;
  box-sizing: border-box;
}

.newsmore{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	margin-top: 30px;
    transition: 0.7s;
	font-weight: 800;
	border-radius: 20px;
	background-color: #435f6c;
}


.newsmore a{
	display: block;
	color: #fff;
	padding:1% 2%;
	text-align: center;
    font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	font-size: 15px;
	text-decoration: none;
}

.newsmore:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#ea5514;
}

.newsmore a:hover{
	color:#fff;
}
	

#footer_wrapper{
	width:100%;
	padding:10% 0 10% 0;
	box-sizing: border-box;
	background-color: #fff;
}

.footerlogo{
	width:60%;
	margin:0 auto;
}
	
#intro_wrapper{
	width:100%;
	overflow: hidden;
  	background:none;
}

.Section-Image-SPBG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-SPBG{
  background-image: url("images/bgsp.jpg");
  background-color: #101d2a;
}

.intromain{
	width:100%;
	position: inherit;
	overflow: hidden;
}

.intromain::before {
  content: none;
}

.intro_main_img{
	display: none;
}

.intro_midashi01{
	display: none;
}


.loop_wrapper{
  display: flex;
  align-items: center;
  height: 120px;
　overflow: hidden;	
}

.loop_content {
  width: 200px;
  height: 120px;
}

#intro_inner{
	width:100%;
	box-sizing: border-box;
	padding:15% 10%;
	color: #fff;
}

.pt1{
	width:100%;
	font-size: 25px;
	font-family: 'Spectral', serif;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 25px;
	margin-bottom: 10px;
}

.pt2{
	width:100%;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	line-height:14px;
	margin-bottom: 30px;
}

.intro_midashi02{
	width:100%;
	margin:0 auto 30px;
}

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

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

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

.castmain{
	width:50%;
	position: relative;
	float: left;
    box-sizing: border-box;
	border:6px solid #fff;
	overflow: hidden;
}

.castmain .caption {
	display: none;
}

.castmain .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:40px;
	left:40px;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
}

.castmain:hover .mask {
	opacity:0;	/* マスクを表示する */
	padding-left:0px;	/* 右にずらす */
}


.caption{
	width:100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.castsub1{
	width:50%;
	position: relative;
	float: left;
    box-sizing: border-box;
	border:6px solid #fff;
	overflow: hidden;
}

.castsub1 .caption {
	display: none;
}

.castsub1 .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
}

.castsub1:hover .mask {
	opacity:0;	/* マスクを表示する */
	padding-left:0px;	/* 右にずらす */
}

div.castsub1:hover{
	cursor:pointer;
}

.castsub2{
	width:50%;
	position: relative;
	float: left;
    box-sizing: border-box;
	border:6px solid #fff;
	overflow: hidden;
}

.castsub2 .caption {
	display: none;
}

.castsub2 .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
}

.castsub2:hover .mask {
	opacity:0;	/* マスクを表示する */
	padding-left:0;	/* 右にずらす */
}

div.castsub2:hover{
	cursor:pointer;
}

.modal-container {
	padding:30px 10%;
	box-sizing: border-box;
}


.castmodal_img{
	width:100%;
	margin: 0 auto 30px;
	padding:5px;
	border:3px double #fff;
}

.castmodal_name1{
	width:100%;
	font-size: 25px;
	font-weight: 700;
    color: #435f6c;
	line-height: 25px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.castmodal_name2{
	width:100%;
	font-size: 14px;
	font-weight: 700;
    color: #435f6c;
	line-height: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom:30px;
}

.castmodal_prof{
	width:100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
    color: #435f6c;
}

#staff_wrapper{
	width:100%;
	overflow: hidden;
  	background:none;
}

#staff_inner{
	width:100%;
	box-sizing: border-box;
	padding:10%;
	overflow: hidden;
	background-color:rgba(9,7,8,0.5);
    color: #fff;
}
	
.staffline2{
	width:100%;
	margin:0 auto 100px;
	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;
}

.staffbox1{
	width:100%;
	margin:0 auto 5%;
	text-align: left;
	padding-top:20px;
	border-top:1px solid #ccc;
}

.staffbox3{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 5%;
	text-align: left;
	padding-top:20px;
	border-top:1px solid #ccc;
}

.staffbox3:nth-child(3n) {
  margin-right:0;
}
	
	
.staffbox2{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 5%;
	text-align: left;
	padding-top:20px;
	border-top:1px solid #ccc;
}


.staff_name1{
	width:100%;
	font-size: 11px;
	font-weight: 700;
    color: #fff;
	line-height: 11px;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.staff_name1:after {
  content: " ";
  margin-left: -3px;
}

.staff_name2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
    color: #fff;
	line-height: 16px;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom:20px;
}

.staff_name2:after {
  content: " ";
  margin-left: -3px;
}

.staffmodal_prof{
	width:100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
    color: #435f6c;
	padding-bottom: 100px;
}

.staffbtn{
	box-sizing: border-box;
	letter-spacing: 3px;
    font-weight: 600;
	font-family: 'Spectral', serif;
	font-size: 12px;
	line-height: 12px;
	display: block;
	text-align: center;
	padding:2% 1%;
	text-decoration: none;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
}

div.staffbtn:hover{
	cursor:pointer;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	letter-spacing: 5px;
}


.staffmodal_name1{
	width:100%;
	font-size: 16px;
	font-weight: 700;
    color: #435f6c;
	line-height: 16px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.staffmodal_name1:after {
  content: " ";
  margin-left: -3px;
}

.staffmodal_name2{
	width:100%;
	font-size: 30px;
	font-weight: 700;
    color: #435f6c;
	line-height: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom:30px;
}

.staffmodal_name2:after {
  content: " ";
  margin-left: -3px;
}

.staff_filmo_midashi{
	width:100%;
	margin-top:70px;
	padding-bottom: 10px;
	border-bottom: 1px solid #435f6c;
	margin-bottom: 10px;
	text-align: center;
    color: #435f6c;
}

.staff_filmo{
	width:100%;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
    color: #435f6c;
}

.modalbtn{
	width:100%;
	margin:0 auto;
	margin-top:30px;
	box-sizing: border-box;
	letter-spacing: 3px;
    font-weight: 600;
	font-family: 'Spectral', serif;
	font-size: 12px;
	line-height: 12px;
	display: block;
	text-align: center;
	padding:2% 1%;
	text-decoration: none;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	border:1px solid #fff;
	margin-bottom: 100px;
}

.modalbtn a{
	text-decoration: none;
    color: #fff;
}

div.modalbtn:hover{
	cursor:pointer;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	letter-spacing: 5px;
}
	
.bnr_wrapper{
	width:100%;
	margin:0 auto ;
	overflow: hidden;
	padding:4% 5% 0 5%;
	box-sizing: border-box;
	background-color: #fff;
}
	
.modal_comment{
	width:100%;
	text-align: left;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 15px;
	line-height: 27px;
    color: #435f6c;
}
	
	
.staffbox4{
	width:100%;
	margin:0 auto;
	color: #fff;
}
	
.staff_img{
	width:60%;
	margin:0 auto 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
    color: #fff;
}

.staff_img2{
	width:100%;
	margin:0 auto 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
    color: #fff;
}


.moviebtn{
	width:100%;
	float: none;
	background-color: #435f6c;
	box-sizing: border-box;
	padding:2% 1%;
	border:none;
    border-top: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 700;
    line-height: 14px;
	color: #fff;
}

#comment_wrapper{
	width:100%;
	height: auto;
    background:none;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	font-feature-settings: "palt";
	overflow: hidden;
}

.Section-Image-COMMENTBG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-COMMENTBG{
  background-image: url("images/comment/bgsp.jpg");
  background-color: #101d2a;
}

#comment_inner{
	width:100%;
	height: auto;
	box-sizing: border-box;
	padding:20% 10% 15% 10%;
	text-align: left;
}


.commentbox{
	width:100%;
	margin-bottom: 10%;
}

.commenttext{
	width:100%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}

.commentname1{
	width:100%;
	font-size: 20px;
	font-weight: 600;
	color:rgba(237,243,118,1.00);
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.commentname2{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
	color:#ccc;
}

.topbnr{
    display: none;
}

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

*, ::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: #435f6c;
          width: 33.333333%;
          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: #f69e00;
          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; }



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