@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color: #d9ac9b;
	font-family: 'Hina Mincho', serif;
	color:#fff;
	box-sizing: border-box;
	font-feature-settings: "palt";
	height:100%;
}

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

.scrollShowEffect3 {
	-webkit-transition: all 1.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.5s;
	-webkit-transition-delay: 0.4s;
	   -moz-transition-delay: 0.4s;
	    -ms-transition-delay: 0.4s;
	     -o-transition-delay: 0.4s;
	        transition-delay: 0.4s;
	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, 40px, 0);
	   -moz-transform: translate3d(0, 40px, 0);
	    -ms-transform: translate3d(0, 40px, 0);
	     -o-transform: translate3d(0, 40px, 0);
	        transform: translate3d(0, 40px, 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;
}

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

.loading img{
  width: 50px;
}

#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	height: 100%;
	margin:0 auto;
	font-size: 16px;
	text-align: justify;
	word-break: break-all;
	line-height: 185%;
}


#header_wrapper{
	width:100%;
    height:50px;
	padding:10px 1% 10px 2%;
	overflow: hidden;
	background-color:rgba(196,156,131,0.7);
	font-size: 15px;
	letter-spacing: 5px;
	font-family: 'Quintessential', cursive;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
}


#header_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}

  


.headermenu nav{
	display: inline-block;
	width: 92%;
	float: left;
}

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

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

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


#snsbtn_wrapper{
	width:4%;
	float: right;
	overflow: hidden; /* heightを戻す */
	padding-top:2px;
}

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

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

.snsbtn img{
	transition:0.5s all;
}

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


.btn-trigger_fix{
	width:70px;
	height:70px;
	border-radius: 50%;
	position: fixed;
	top:2%;
	right: 2%;
	z-index: 20;
	background: #a06a4d;
	border:1px double #ccb9a8;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 15.5px;
  margin-top:17.8px;
	z-index: 20;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccb9a8;
  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(-14px) rotate(315deg);
  transform: translateY(-14px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 10;
  top  : 0;
  left : 0;
  background-color:rgba(196,156,131,0.9);
  box-sizing: border-box;
  padding:10% 10% 10% 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;
}

.btn-trigger_fix2{
	display: none;
}

.menu{
	width:100%;
	margin-bottom: 2%;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
}

.menu a {
  color: #fff;
  display: block;
  font-size: 17px;
  text-decoration: none;
  transition: 0.8s;
  outline: none;
}

.menu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #edc53a;
}

.menu_sns{
	width:7%;
	margin:0 auto;
}


#top_wrapper{
	width:100%;
	height: 90vh;
	position: relative;
	overflow: hidden;
	padding: 2.5% 3%;
	background: url("images/top/main.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	background-position:  left top;
}

#top_logo{
    height:80%;
	position: absolute;
	left:38%;
	top:13%;
	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: 90;
}
  
.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:1.3s;
  transition-delay:1.3s;
}

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

#catch_tate{
	width:6%;
	position: absolute;
	left: 2.5%;
	top:10%;
	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 #catch_tate{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}

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

#top_biling_wrapper{
	width:40%;
	position: absolute;
	right: 3%;
	bottom:5%;
}

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

#top_biling{
	width:90%;
	margin-left: 10%;
	margin-bottom: 30px;
	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_biling{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}

#top_day{
    width:70%;
	margin-left: 30%;
	margin-bottom: 20px;
	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;
    background-color: #fff;
}
  
.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

#top_day img:hover{
	transition:0.5s all;
	opacity: 0.7;
}


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

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


.topphoto{
	width:33.3333333333%;
	float: left;
}


#catch_yoko{
	width:33%;
	position: absolute;
	left:2%;
	bottom:5%;
	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 #catch_yoko{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}


.pcbr {
display:inline;
}


#intro_wrapper{
	width:100%;
	height: auto;
	box-sizing: border-box;
	background-color: #dfd9cb;
}

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

#intro_inner{
	width:100%;
	padding:10% 15%; 
	color: #222;
}

.intro_pt{
	width:100%;
	line-height: 20px;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #711a2a;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 70px;
}

.intro_midashi{
	width:70%;
	margin:0 auto;
	margin-bottom: 50px;
}

.intro_photo{
	width:32%;
	float: left;
	margin-right: 2%;
}


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

#story_wrapper{
	width:100%;
	overflow: hidden;
	color: #000;
	background: url("images/story/main.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	padding-top: 30%;
	padding-bottom: 30%;
}

#story_inner{
	width:100%;
	background-color:rgba(226,227,164,0.97);
	padding:5% 10%; 
	color: #222;
	text-align: center;
}

.story_pt{
	width:100%;
	line-height: 20px;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #711a2a;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 70px;
}

#cast_wrapper{
	width:100%;
	overflow: hidden;
	background-color:#d3cdc1;
}

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

#cast_inner{
	width:100%;
	padding:10% 15%; 
	color: #222;
	text-align: center;
}

.cast_pt{
	width:100%;
	line-height: 20px;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #711a2a;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 70px;
}

.castbox{
	width:30%;
	float: left;
	margin-right: 5%;
}

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


.name1{
	width:100%;
	font-size: 22px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	margin-bottom: 5px;
	letter-spacing: 2px;
	color: #711a2a;
	text-align: center;
}

.name2{
	width:100%;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 5px;
	text-align: center;
}

.castsn{
	width:100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.castsn a{
  display: block;
  position: relative;
  outline: none;
}
  
.castsn .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.castsn a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

#contents_wrapper img.cast-sntitle-name{
  width: 80%;
}

.removebtn{
  position: fixed;
  top: 2%;
  right: 2%;
  width: 50px;
  cursor: pointer;
  z-index: 1000;
}
.cast-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(224,207,187,0.97);
}
.cast-pop-box{
  z-index: 10;
  width:60%;
  margin-top: 7%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  color: #000;
  font-size: 14px;
  text-align: left;
}

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

.castprofile{
	width:100%;
	text-align: center;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #711a2a;
	font-size: 20px;
	margin-bottom: 50px;
}

.castphoto{
	width:40%;
	float: left;
}

.casttext{
	width:55%;
	float: right;
}

.name3{
	width:100%;
	font-size: 22px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #711a2a;
}

.name4{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 5px;
	padding-left: 10px;
}

.castmidashi{
	width:100%;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #711a2a;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.castcomment{
	font-style: italic;
}


#staff_wrapper{
	width:100%;
	overflow: hidden;
	color: #000;
	background: url("images/staff/main.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	padding-top: 40%;
  font-size: 14px;
}

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

#staff_inner{
	width:100%;
	background-color:rgba(134,127,135,0.97);
	padding:5% 20%; 
	color: #fff;
}

.staff_pt{
	width:100%;
	line-height: 20px;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 70px;
}


.staffmidashi{
	width:100%;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #711a2a;
	font-size: 20px;
	margin-bottom: 10px;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:3% 0;
	background-color: #c6b3a2;
}

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

#footer_inner{
	width:2%;
	margin:0 auto;
}


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

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

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

.loop_content {
  width: 357px;
  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%);
  }
}



#news_wrapper{
	width:100%;
	height: auto;
	box-sizing: border-box;
	background-color: #56303d;
	padding:7% 15%; 
	color: #ae8d6e;
	overflow: hidden;
}

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

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

.wp-apicard li a{
	color: #ae8d6e;
	text-decoration: none;
}

.wp-apicard li a:hover{
	color: #fff;
	text-decoration: none;
}

ul.wp-apicard li img{
	width:100%;
	height: 250px;
	object-fit: cover;
}

ul.wp-apicard li img:hover{
	transition:0.5s all;
	opacity: 0.7;
}

.newsday{
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: 700;
	margin-top:10px;
}


.newsmore{
	width:30%;
	margin:0 auto;
	box-sizing: border-box;
	background-color:#ae8d6e;
	margin-top: 70px;
}


.newsmore a{
	display: block;
	color: #fff;
	padding:1% 2%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

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

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

.news_pt{
	width:100%;
	line-height: 20px;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #dfd9cb;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 70px;
}

.topbnr_wrapper{
	width:70%;
	margin-left: 30%;
	overflow: hidden;
	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;
}

.topbnr_wrapper img{
	width:100%;
	height: auto;
}
  
.showNavi .topbnr_wrapper{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.topbnr_wrapper img:hover{
	transition:0.5s all;
	opacity: 0.7;
}

.topbnr{
	width:48%;
	float: left;
	margin-right: 4%;
	background-color: #fff;
}

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


@media screen and (max-width:768px){
	
#spmain{
	display: inherit;
	width:100%;
	overflow: hidden;
	background-color: #c6987e;
	padding-bottom: 30px;
}
	
#spmain img{
	width:100%;
	height: auto;
}
	
.topticket{
	width:90%;
	margin:0 auto;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:95%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:20px;
}

.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}
	
.spview img{
	width:100%;
	height: auto;
}
	
.pcbr {
	display:none;
}
	
#header_wrapper{
	display: none;
}



nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left :0;
  background-color:rgba(196,156,131,0.9);
  box-sizing: border-box;
  padding:15% 10%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  font-family: 'EB Garamond', serif;
  font-style:italic;
  letter-spacing: 7px;
  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;
}


.menu{
	width:100%;
	margin-bottom: 2%;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
}

.menu a {
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: 0.8s;
  outline: none;
}

.menu a:hover {
  transition: 0.8s;
  text-decoration: none;
  outline: none;
  color: #cea574;
}

.menu_sns{
	width:15%;
	margin:0 auto;
}
	
#top_wrapper{
	display: none;
}

#top_photo_wrapper{
	display: none;
}

.topphoto{
	width:33.3333333333%;
	float: left;
}


.pcbr {
display:inline;
}


#intro_inner{
	width:100%;
	padding:10% 7%; 
	color: #222;
}


.intro_midashi{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}

.intro_photo{
	width:32%;
	float: left;
	margin-right: 2%;
}


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

#story_wrapper{
	width:100%;
	overflow: hidden;
	color: #000;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}

#story_inner{
	width:100%;
	background-color:rgba(226,227,164,1.0);
	padding:10% 7% 10% 7%; 
	color: #222;
	text-align: left;
}

#cast_wrapper{
	width:100%;
	overflow: hidden;
	background-color:#d3cdc1;
}

#cast_inner{
	width:100%;
	padding:10% 7% 5% 7%; 
	color: #222;
	text-align: center;
}
	
.castbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 7%;
}

.removebtn{
  position: fixed;
  top: 2%;
  right: 2%;
  width: 50px;
  cursor: pointer;
  z-index: 1000;
}
	
.cast-pop-box{
  z-index: 10;
  width:85%;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
  color: #000;
  font-size: 14px;
  text-align: left;
}


.castprofile{
	width:100%;
	text-align: left;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #711a2a;
	font-size: 20px;
	margin-bottom: 50px;
}

.castphoto{
	width:100%;
	float: none;
	margin-bottom: 30px;
}

.casttext{
	width:100%;
	float: none;
}


.castmidashi{
	width:100%;
    font-family: 'Quintessential', cursive;
    letter-spacing: 7px;
	color: #711a2a;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}


#staff_wrapper{
	width:100%;
	overflow: hidden;
	color: #000;
	background:none;
	padding-top:0;
    font-size: 14px;
}

#staff_inner{
	width:100%;
	background-color:rgba(134,127,135,1.0);
	padding:10% 7%; 
	color: #fff;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:7% 0;
	background-color: #c6b3a2;
}

#footer_inner{
	width:5%;
	margin:0 auto;
}
	
.loop_wrapper{
  display: flex;
  align-items: center;
  height: 150px;
　overflow: hidden;	
}

.loop_content {
  width: 268px;
  height: 150px;
}
	
#news_wrapper{
	width:100%;
	height: auto;
	box-sizing: border-box;
	background-color: #56303d;
	padding:7% 5% 5% 5%; 
	color: #ae8d6e;
	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;
}
	

.newsmore{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 50px;
}
	
ul.wp-apicard li img{
	width:100%;
	height: 100px;
	object-fit: cover;
}
	

.topbnr_wrapper{
	width:80%;
	margin-left:0%;
	margin:0 auto;
	overflow: hidden;
	opacity: 1;
}

.bddvd{
    width:90%;
    margin:0 auto 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%;
  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: -5%; }
  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.5%;
      height: 100%;
      border: none; }
  section.trailer .btns {
    font-size: 0;
    text-align: center;
    margin-top: 2.5%;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0; }
    section.trailer .btns li {
      width: 29.5%;
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      border: 1px solid #333333;
        background-color: #333333;
		color: #fff;
      letter-spacing: .1vw;
      height: 3.5vw;
      line-height: 3.5vw;
      margin: 0 1.5% 1.5%;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; }
      @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: #83e1dc;
        border: 1px solid #fff;
        color: #fff; }
    section.trailer .btns li.current {
      background-color: #83e1dc;
      border: 1px solid #fff;
      color: #fff; }



@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: 50px;
        line-height: 50px;
        font-size: 14px; } }
      @media screen and (max-width: 768px) and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 0.72917vw; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 0.82031vw; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 3.73333vw; } }

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