@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fff;
	font-family: 'Shippori Mincho', serif;
	color:#000;
	height:100%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 175%;
}

html{
	height:100%;
}

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

a img { border-style:none;}

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

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

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




.pcview{
	width:100%;
}

.spview{
	display: none;
}


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

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

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

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

.scrollShowEffect-R {
	-webkit-transform: translate3d(10%, 0%, 0);
	   -moz-transform: translate3d(10%, 0%, 0);
	    -ms-transform: translate3d(10%, 0%, 0);
	     -o-transform: translate3d(10%, 0%, 0);
	        transform: translate3d(10%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-10%, 0%, 0);
	   -moz-transform: translate3d(-10%, 0%, 0);
	    -ms-transform: translate3d(-10%, 0%, 0);
	     -o-transform: translate3d(-10%, 0%, 0);
	        transform: translate3d(-10%, 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);
}

.blurimage.showItem{
  filter: blur(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;
}

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

/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background:#fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}

#loader-bg img{
	width:100%;
	height: auto;
}

#loader {
    height:282px;
    left: 50%;
    margin-left: -25px;
    margin-top: -141px;
    position: fixed;
    top: 50%;
    width:50px;
}


.btn-trigger_fix{
	width:70px;
	height:70px;
	border-radius: 50%;
	position: fixed;
	top:2%;
	left: 2%;
	z-index: 100;
	background:rgba(255,255,255,0.9);
	border:3px double #fff;
	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 .btn-trigger_fix{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 14.5px;
  margin-top:17.5px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #878281;
  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 : 52;
  top  : 0;
  right :50%;
  background-color:#fff;
  padding:10% 12% 8% 10%;
  width: 50%;
  height: 100%;
  margin-right:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

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

.btn-trigger_fix2{
	display: none;
}

.menu{
	width:11.1111111%;
	float: right;
	font-size: 15px;
	text-align: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.menu a{
    color: #000;
	text-decoration: none;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.menu a:hover {
    color: #a38cbf;
	text-decoration: none;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

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

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

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

#top_logo{
    width:9%;
	position: absolute;
	left:48%;
	top:4.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;
    transform: translateY(-50px);/* X軸方向に100px */
}
  
.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateY(0);
}

#top_caststaff{
    width:17%;
	position: absolute;
	right:4%;
	top:4.5%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi #top_caststaff{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

#top_catch{
    width:3%;
	position: absolute;
	left:17%;
	top:16%;
	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 #top_catch{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

#top_left{
	width:28%;
	position: absolute;
	left:4%;
	bottom:6%;
	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_left{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}

#top_prize{
    width:67%;
	margin-bottom: 5%;
}

#top_biling{
    width:100%;
	margin-bottom: 5%;
}


#topbtn_wrapper{
	width:95%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 2%;
}

.topbtn{
    width:49%;
	float: left;
    position: relative;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	border:1px solid #fff;
	margin-right: 2%;
}

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

.topbtn a:hover .hoverimg{
	text-decoration: transparent;
	opacity: 1;
}

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

#pony{
	width:20%;
}

#top_right{
	width:27%;
	position: absolute;
	right:4%;
	bottom:6%;
	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_right{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}

#top_day{
    width:100%;
	margin-bottom: 5%;
}

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

#sns_wrapper{
	width:30%;
	float: left;
	overflow: hidden; /* heightを戻す */
	padding-top:0.5%;
}

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

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

.snsbtn img{
	transition:0.5s all;
}

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

#bnr_wrapper{
	width:60%;
	float: right;
	overflow: hidden;
}

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

.bnr_bialystocks{
	width:75%;
	float: left;
}

.bnr_vog{
	width:13%;
	float: right;
}

#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 30px;
    right: 30px;
     
    /*-----装飾-----*/
    width: 50px;
    height: 47px;
    text-align: center;
    color: #fff;
}

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

.pcbr {
display:inline;
}


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


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

.news_pt{
	width:100%;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 70px;
}

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

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

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

.wp-apicard li a:hover{
	color: #70757c;
	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:40%;
	margin:0 auto;
	box-sizing: border-box;
	border:1px solid #70757c;
	margin-top: 70px;
}


.newsmore a{
	display: block;
	color: #000;
	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:#70757c;
}

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




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

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

#intro_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 12%;
}

#intro_main{
	width:75%;
	margin-left: 25%;
}

#intro_sub{
	width:75%;
}

.intro_pt{
	width:5%;
	float: left;
	font-size: 18px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
}

.intro_text{
	width:90%;
	float: right;
}

.intro_midashi{
	width:100%;
	color: #2d362b;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

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

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

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

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

#director_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 12%;
}

.director_pt{
	width:5%;
	float: right;
	font-size: 18px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
}

.director_text{
	width:90%;
	float: left;
}

.director_photo_wrapper{
	width:96%;
	margin:0 auto;
	overflow: hidden;
}

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

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

.directorbtn{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	border:1px solid #70757c;
}


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

.directorbtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#70757c;
}

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

.removebtn{
  position: fixed;
  top: 3%;
  right: 3%;
  width: 40px;
  cursor: pointer;
}
.modal-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255,255,255,0.97);
}
.modal-pop-box{
  z-index: 10;
  width:50%;
  margin-top:7%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  color: #000;
  font-weight: 700;
}

.statementmidashi{
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.statementname{
	width:100%;
	font-size: 25px;
	font-weight: 800;
	text-align: center;
}

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

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

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

.cast_pt{
	width:5%;
	float: left;
	font-size: 18px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
}

.cast_text{
	width:90%;
	float: right;
}

.castbox1{
	width:90%;
	margin-bottom: 100px;
	overflow: hidden;
}

.castbox2{
	width:90%;
	margin-left: 10%;
	margin-bottom: 100px;
	overflow: hidden;
}

.castbox3{
	width:90%;
	margin-left: 10%;
	overflow: hidden;
}

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

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

.cast_name1{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 23px;
	letter-spacing: 3px;
}

.cast_name2{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 25px;
	text-align: right;
}

.cast_left2{
	width:55%;
	float: left;
}

.cast_right2{
	width:40%;
	float: right;
}

.casttext4{
	width:100%;
	text-align: right;
}

.tz_credit{
	width:100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}


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

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

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


#staff_main{
	width:75%;
}


.staff_pt{
	width:5%;
	float: right;
	font-size: 18px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
}

.staff_text{
	width:90%;
	float: left;
}


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

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

#credit_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 12%;
	font-size: 13px;
}


#credit_main{
	width:75%;
	margin-left: 25%;
}


.credit_pt{
	width:5%;
	float: right;
	font-size: 18px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
}

.credit_text{
	width:90%;
	float: left;
}

#footer{
	width:25%;
	margin:0 auto;
	padding:5% 0;
}

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


#comment_wrapper{
	width:100%;
	min-height:100vh;
	background-color:#000;
	background: url("images/comment/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	background-position: bottom center;
	color: #fff;
}

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

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

.comment_logo{
	width:60%;
	margin:0 auto;
	margin-bottom: 30px;
}


.comment_pt{
	width:5%;
	margin:0 auto;
	text-align: center;
	font-size: 18px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 100px;
}

.commentbox{
    width:100%;
    margin-bottom: 60px;
    padding-bottom: 60px;
	box-sizing: border-box;
}

.commenttext{
	width:100%;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.commentname1{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	text-align: right;
}

.commentname2{
	font-size: 12px;
	font-weight: 700;
	padding-left: 5px;
	vertical-align: middle;
	text-align: right;
}


.commentback{
	width:40%;
	margin:0 auto;
	box-sizing: border-box;
	border:1px solid #70757c;
	margin-top: 70px;
}


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

.commentback:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#70757c;
}

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

.commentbtn{
	width:9%;
	position: absolute;
	right:4%;
	top:52%;
	z-index: 101;
	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;
	padding:5% 0 20% 0;
}
  
.showNavi .commentbtn{
  opacity:1;
  -webkit-transition-delay:2.9s;
  transition-delay:2.9s;
}

.commentbtn img {
	display: block;
	transition-duration: 0.5s;
}

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

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

	
#spmain{
	display: inherit;
	width:100%;
}
	
#spmain img{
	width:100%;
	height: auto;
}

.pcview{
	display: none;
}

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

.btn-trigger_fix{
	width:70px;
	height:70px;
	border-radius: 50%;
	position: fixed;
	top:2%;
	left: auto;
	right: 2%;
	z-index: 100;
	background:rgba(255,255,255,0.9);
	border:3px double #fff;
	opacity: 1;
}
  

nav.globalMenuSp {
  position: fixed;
  z-index : 52;
  top  : 0;
  right: auto;
  left :0;
  background-color: rgba(255,255,255,0.95);
  padding:15% 12% 15% 12%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

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

.btn-trigger_fix2{
	display: none;
}

.menu{
	width:100%;
	float: none;
	font-size: 15px;
	text-align: center;
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
	margin-bottom: 5%;
	letter-spacing: 5px;
	font-weight: 700;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.menu a{
    color: #000;
	text-decoration: none;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.menu a:hover {
    color: #a38cbf;
	text-decoration: none;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

#top_wrapper{
	width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
}

#top_main{
	display: none;
}

#top_logo{
	display: none;
}

#top_caststaff{
	display: none;
}

#top_catch{
	display: none;
}

#top_left{
	width:100%;
	position: inherit;
	left:0;
	bottom:0;
	opacity: 1;
	box-sizing: border-box;
	padding:5% 5% 3% 5%;
	background-color: rgba(0,0,0,1.00);
}

#top_prize{
	display: none;
}

#top_biling{
	display: none;
}


#topbtn_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

#top_right{
	width:100%;
	position: inherit;
	right:0;
	bottom:0;
	opacity: 1;
	overflow: hidden;
	padding:0 5% 5% 5%;
	background-color: rgba(0,0,0,1.00);
}

#top_day{
	display: none;
}

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

#sns_wrapper{
	width:30%;
	float: left;
	overflow: hidden; /* heightを戻す */
	padding-top:0.5%;
}

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

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

.snsbtn img{
	transition:0.5s all;
}

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


#bnr_wrapper{
	width:60%;
	float: right;
	overflow: hidden;
}

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

.bnr_bialystocks{
	width:75%;
	float: left;
}

.bnr_vog{
	width:13%;
	float: right;
}


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


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

.news_pt{
	width:100%;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 70px;
	font-size: 14px;
}

ul.wp-apicard li img{
	width:100%;
	height: 100px;
	object-fit: cover;
}
	
.newsmore{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 50px;
}
	
.wp-apicard li{
	width:49%;
	float: left;
	margin-right: 2%;
}
	
.wp-apicard li:nth-child(2) {
	margin-right: 0;
}

.wp-apicard li:nth-child(3) {
	display: none;
}
  

.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

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

#intro_main{
	width:90%;
	margin-left: 10%;
}

#intro_sub{
	width:90%;
}

.intro_pt{
	width:100%;
	float: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 30px;
}

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

.intro_midashi{
	width:100%;
	color: #2d362b;
	font-size: 19px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.intro_photo{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 2%;
}

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

.director_pt{
	width:100%;
	float: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 30px;
}

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

.director_photo_wrapper{
	width:80%;
	margin:0 auto;
	overflow: hidden;
}

.director_photo{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 2%;
}
.modal-pop-box{
  z-index: 10;
  width:80%;
  margin-top:15%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
  color: #000;
  font-weight: 700;
}

.statementmidashi{
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.statementname{
	width:100%;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}

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

.cast_pt{
	width:100%;
	float: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 30px;
}

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

.castbox1{
	width:100%;
	margin-bottom: 70px;
	overflow: hidden;
}

.castbox2{
	width:100%;
	margin-bottom: 70px;
	margin-left: 0;
	overflow: hidden;
}

.castbox3{
	width:100%;
	margin-left: 0;
	overflow: hidden;
}

.cast_left1{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

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

.cast_name1{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 23px;
	letter-spacing: 3px;
}

.cast_name2{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 25px;
	text-align: left;
}

.cast_left2{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

.cast_right2{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

.casttext4{
	width:100%;
	text-align: left;
}


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


#staff_main{
	width:90%;
}


.staff_pt{
	width:100%;
	float: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 30px;
}

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



#credit_inner{
	width:100%;
	box-sizing: border-box;
	padding:10%;
	font-size: 13px;
}

#credit_main{
	width:90%;
	margin-left: 10%;
}


.credit_pt{
	width:100%;
	float: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 30px;
}

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

#footer{
	width:80%;
	margin:0 auto;
	padding:5% 0;
}


#comment_wrapper{
	width:100%;
	min-height:100vh;
	background-color:#000;
	background:none;
	color: #fff;
}

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

.comment_logo{
	width:70%;
	margin:0 auto;
	margin-bottom: 30px;
}
	
.commentbox{
    width:100%;
    margin-bottom: 60px;
    padding-bottom: 60px;
	box-sizing: border-box;
}

.commenttext{
	width:100%;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}

.commentname1{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	text-align: right;
}

.commentname2{
	font-size: 12px;
	font-weight: 700;
	padding-left: 5px;
	vertical-align: middle;
	text-align: right;
}


.commentback{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	border:1px solid #70757c;
	margin-top: 70px;
}

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

.commentbtn{
	width:20%;
	position: absolute;
	right:auto;
	left:28%;
	top:58%;
	z-index: 50;
	opacity: 1;
	padding: 0;
}
	
	
}

*, ::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(135, 130, 129, 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;
}    

