html{
  height:100vh; 
}

body { margin: 0; padding:0;font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; width:100%; height:100vh;overflow-x:hidden;}
	

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background:url(../img/fixed_bg_pc.jpg) center no-repeat;
	background-size: cover;
	background-position: center center;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

h2 {overflow-x: hidden !important;}

.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}

br.clear {
	clear:both;
}

br.sponly {display:none;}

@media (max-width: 800px) {
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background:url(../img/cast_bg_sp_rev.jpg) center no-repeat;
	background-size: cover;
	background-position: center center;
  min-width: 100%;
  min-height: 100%;
}


}


@media (max-width: 510px) {
br.sponly {display:inline;}
}


/* ========================================
POPUP
========================================== */


.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width:100%;
  z-index: 300000000;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
	max-width:1000px;
  padding: 10px;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}

.op-movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.op-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:2;
}

.close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  padding:5px;
    z-index:3;
}
.close-btn i {
  font-size: 40px;
  color: #fff;
}
.black-background-pop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}



/* ========================================
ヘッダー
========================================== */


header {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}


.navigation {
  position: absolute;
  left: 0;
  top: 5px ;
  width: 100%;
  height: 60px;
}

.global-nav {
  position: fixed;
  top: -75vw;
  left:-50vw;
  width: 200vw;
  height: 200vw;
  transform: scale(0);
  border-radius:50%;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  background-color:rgba( 5,29,19 , 0.8 );
  color:#fff;
  transition: all .6s;
  z-index: 200000;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  overflow-x:hidden;
}
.hamburger {
  position: fixed;
  left: 15px;
  top: 5px;
  width: 100px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 100px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300000;
  /* background-color:rgba(255,255,255,0.5);
  border-radius:50%; */

}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
  width:100%;
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #E74B95;
  font-size:1.7vw;
  font-weight:bold;
	transition-duration: 0.6s
}
.global-nav__item a:hover {
  color:#fff;
}

.global-nav__item #menu-logo {
	display:inline;
}

.global-nav__item #menu-logo img{
	width:20% !important;
}

.menu-sns {
	display:flex;
	justify-content: center;
}

.menu-sns div {
	width:5%;
	margin:0 20px;
}

.menu-sns div img {
	width:100%;
}

.menu-sns div img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}



.global-nav #menu-logo {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}

.global-nav #menu-logo img {
	width:10%;
	height:auto;
}

.hamburger__line {
  position: absolute;
  left: 25px;
  width: 50px;
  height: 4px;
  background-color: #E74B95 !important;
  transition: all .6s;
}

.hamburger #menu {
  position: absolute;
  top: 61px;
  left: 23px;
  font-weight:bold;
  color:#E74B95;
  font-size:1.1em;
}

#js-hamburger {
	opacity:1;
}

.hamburger__line--1 {
  top: 17px;
}
.hamburger__line--2 {
  top: 37px;
}
.hamburger__line--3 {
  top: 57px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
    transform: scale(1);

}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 23px;

}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;

}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 23px;

}



/* 以下タブレット */
@media (max-width: 800px) {

.global-nav {
  top: -35vw;
  left:-55vw;
  overflow-x:hidden;

}

.global-nav__item a {
  font-size:1.6em;
}


}

/* 以下スマホ */
@media (max-width: 600px) {

.global-nav {
  top: -40vw;
  left:-90vw;
  width: 270vw;
  height: 270vw;

}

.global-nav__item a {
  font-size:1.1em;
}

.hamburger {
  position: fixed;
  left: 2px;
  top: 3px;
  width: 60px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 60px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300000;
  /* background-color:rgba(255,255,255,0.5);
  border-radius:50%; */
}

.hamburger__line {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 4px;
  background-color: #E74B95 !important;
  transition: all .6s;
}

.hamburger #menu {
  position: absolute;
  top: 36px;
  left: 5px;
  font-weight:bold;
  color:#E74B95;
  font-size:0.9em;
}

.hamburger__line--1 {
  top: 5px;
}
.hamburger__line--2 {
  top: 17px;
}
.hamburger__line--3 {
  top: 29px;
}



}







/* ========================================
トップメイン画像まわり
========================================== */


#topmain-sp { 
	display:none !important;
}

#theatersp { 
	display:block !important;
	width:10%;
	height:auto;
	text-align:center;
	position:fixed;
	bottom:1%;
	left:2%;
	z-index:5;
	opacity:0;
}

#theatersp img { 
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#theatersp img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#topmain-pc {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position:relative;
}

#topmain-pc #up1 {
	width:100%;
	height:auto;
	text-align:center;
}

#topmain-pc #up1 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#topmain-pc #up2 { 
	width:45%;
	height:auto;
	text-align:center;
	opacity:0;
	transform: scale(3);
	filter: blur(6px);
	position:absolute;
	bottom:5%;
	left:3%;
}

#topmain-pc #up3 { 
	width:57%;
	height:auto;
	text-align:center;
	opacity:0;
	transform: scale(3);
	filter: blur(6px);
	position:absolute;
	top:0%;
	left:20%;
}

#topmain-pc #up4 { 
	width:35%;
	height:auto;
	text-align:center;
	opacity:0;
	transform: scale(3);
	filter: blur(6px);
	position:absolute;
	top:12%;
	left:55%;
}

#topmain-pc #up5 { 
	width:100%;
	height:auto;
	text-align:center;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}

#topmain-pc #up2 img ,
#topmain-pc #up3 img ,
#topmain-pc #up4 img ,
#topmain-pc #up5 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
#topmain-pc .comment-banner { 
	width:13%;
	height:auto;
	text-align:center;
	opacity:0;
	position:absolute;
	bottom:5%;
	right:3%;
}
#topmain-pc .comment-banner img {
	width: 100%;
	height: auto; 
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;

}
#topmain-pc .comment-banner img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}


@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}






/* 以下タブレット・スマホ */
@media (max-width: 800px) {
#topmain-pc , #billing-pc {
	display:none !important;
}

#theatersp { 
	display:block !important;
	width:22%;
	height:auto;
	text-align:center;
	position:fixed;
	bottom:1%;
	left:75%;
	z-index:5;
	opacity:0;
}

#theatersp img { 
	width:100%;
	height:auto;
	vertical-align:bottom;
}


#topmain-sp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
  overflow-x:hidden;
}


#topmain-sp #up1sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#topmain-sp #up1sp img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#topmain-sp #up2sp { 
	width:84%;
	height:auto;
	text-align:center;
	opacity:0;
	transform: scale(3);
	filter: blur(6px);
	position:absolute;
	top:4%;
	left:0%;
	overflow-x:hidden;
}

#topmain-sp #up3sp { 
	width:50%;
	height:auto;
	text-align:center;
	opacity:0;
	transform: scale(3);
	filter: blur(6px);
	position:absolute;
	top:9.6%;
	right:0%;
	overflow-x:hidden;
}

#topmain-sp #up4sp { 
	width:99%;
	height:auto;
	text-align:center;
	opacity:0;
	transform: scale(3);
	filter: blur(6px);
	position:absolute;
	top:70.5%;
	left:0.5%;
	overflow-x:hidden;
}

#topmain-sp #up2sp img ,
#topmain-sp #up3sp img ,
#topmain-sp #up4sp img ,
#topmain-sp #up5sp img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}




#topmain-sp #up5sp { 
	width:100%;
	height:auto;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

#topmain-sp #up5sp img { 
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#topmain-sp .comment-banner { 
	width:26%;
	height:auto;
	text-align:center;
	opacity:0;
	position:absolute;
	bottom:30%;
	right:5%;
	z-index: 2;
}
#topmain-sp .comment-banner img {
	width: 100%;
	height: auto; 
}




.hamburger {
	display:block !important;
}

ul#nav-button {
	display:none !important;
}

}



/* ========================================
ブリッジ
========================================== */

#bridge {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	background:rgba( 5,29,19 , 0.7 );
}

#bridge #award-sp ,
#bridge #catch-sp ,
#bridge #release-sp {
	display:none;
}

#bridge #catch-pc {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
}

#bridge #catch-pc img {
	width:80%;
}


#bridge #billing-pc {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
}

#bridge #billing-pc img {
	width:80%;
}

#bridge #release-pc {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
}

#bridge #release-pc img {
	width:60%;
}
#bridge #postcards {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 60px;
	text-align:center;
}

#bridge #postcards img {
	width:50%;
}


#bridge ul#tickets {
	width:100%;
	height:auto;
	list-style-type: none;
	padding:0;
	margin:0 0 20px;
	display: flex;
	justify-content: center;
}

#bridge ul#tickets li {
	width: 14%;
	height: auto;
	padding: 0;
	margin: 0 5%;
}

#bridge ul#tickets li img {
	width:100%;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#bridge ul#tickets li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#bridge ul#sns-link-btn {
	width:30%;
	height:auto;
	list-style-type: none;
	padding:0;
	margin:0 35%;
	display: flex;
	justify-content: center;
}

#bridge ul#sns-link-btn li {
	width: 14%;
	height: auto;
	padding: 0;
	margin: 0 5%;
}

#bridge ul#sns-link-btn li img {
	width:100%;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#bridge ul#sns-link-btn li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}






/* 以下タブレット・スマホ */
@media (max-width: 800px) {

#bridge {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	background:rgba( 5,29,19 , 0.5 );
}

#bridge #award-sp {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

#bridge #award-sp img {
	width:80%;
}

#bridge #catch-pc {
	display:none;
}

#bridge #catch-sp {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
}

#bridge #catch-sp img {
	width:100%;
}

#bridge #billing-pc ,
#bridge #release-pc ,
#bridge ul#sns-link-btn ,
#bridge #button-area {
	display:none;
}

#bridge #release-sp {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
}

#bridge #release-sp img {
	width:90%;
}
#bridge #postcards {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 40px;
	text-align:center;
}

#bridge #postcards img {
	width:98%;
}


#bridge ul#tickets li {
	width: 60%;
	height: auto;
	padding: 0;
	margin: 0 5%;
}








}

/* ========================================
SNSボタンアリア
========================================== */

#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
}

#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
#button-area ul.social_sq_buttons li {
	width:140px;
	height: 20px;
	margin:0 3px;
	padding:0;
	display: flex;
	justify-content: center;
}

#button-area ul.social_sq_buttons li.fb {
	background:#1877F2;
}
#button-area ul.social_sq_buttons li.tw {
	background:#1B95E0;
}
#button-area ul.social_sq_buttons li.line {
	background:#00B900;
}
#button-area ul.social_sq_buttons li.checkin {
	background:#10519D;
}
#button-area ul.social_sq_buttons li.filmarks {
	background:#FFE100;
}

#button-area ul.social_sq_buttons li.fb .fb_iframe_widget > span {
  vertical-align: baseline !important;
}




/* 以下タブレット・スマホ */
@media (max-width: 800px) {

#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 30px;
	background:#051D13;
}

#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

#button-area ul.social_sq_buttons li {
	width:180px;
	height: 20px;
	margin:5px;
	padding:0;
	display: flex;
	justify-content: center;
}


}


/* ========================================
トレーラー
========================================== */


.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 0 120px;
	background:rgba( 5,29,19 , 0.7 );
	overflow-x: hidden;
}

.trailer h2 {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align:center;
	background:transparent;
	overflow-x: hidden;
}

.trailer h2 img {
	width:15%;
	height:auto;
}

.video {
  width:80%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin:0 10% 10px;
  display:block;
}
 
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-sp {
  display:none !important;
}

.h2sp {display:none;}


/* 以下スマホ */
@media (max-width: 800px) {


.trailer {
	width:100%;
	padding:30px 0 30px;
	background:rgba( 5,29,19 , 0.5 );
}

.h2sp {display:block;overflow-x:hidden;}
.h2pc {display:none;}



.trailer h2 img {
	width:60%;
}
}

@media (max-width: 525px) {

.video {

}
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 70px;
}

.trailer h2 {
	width:100%;
	height:auto;
	text-align:center;
	padding:0;
	margin:30px 0 20px;
	position:relative;
}

.trailer h2 img {
	width:35%;
}

.video {
  width:90%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin:0 5% 10px;
  display:block;
}


}


/* ========================================
イントロダクション
========================================== */

#introduction {
	width:100%;
	height:auto;
	margin:0;
	padding:80px 0;
	background:rgba( 5,29,19 , 0.7 );
	overflow-x: hidden;
}

#introduction h2 {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align:center;
	background:transparent;
	overflow-x:hidden;
	position: relative;
}

#introduction h2 img {
	width:27%;
	height:auto;
}


#introduction #intro-txt-area {
	width:100%;
	height:auto;
	padding:0;
	margin: 0 ;
	position:relative;
}


/* スライダー  */
.slider-area {
	width:100%;
	height:auto;
	padding:0;
	margin: 0 ;
	display:block;
	overflow:hidden;
	position:relative;
}

.slider-area .multiple-slider ,
.slider-area .multiple-slider2 ,
.slider-area .multiple-slider3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

.pcslide {display:block;}
.spslide {display:none;}

.slider-area .multiple-slider .slide-img {
	width:30%;
	height:auto;
	margin:0;
	padding:0 50px;
}

.slider-area .multiple-slider2 .slide-img ,
.slider-area .multiple-slider3 .slide-img {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
}


.slider-area .multiple-slider .slide-img img ,
.slider-area .multiple-slider2 .slide-img img ,
.slider-area .multiple-slider3 .slide-img img {
	width:100%;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

#introduction #intro-txt-area #intro-catch-sp {
	display:none;
}

#introduction #intro-txt-area #intro-catch {
	display:block;
	width:70%;
	height:auto;
	padding:0;
	margin:0;
	position:absolute;
	top:12%;
	left:15%;
}

#introduction #intro-txt-area #intro-catch img {
	width:100%;
}


#introduction #intro-txt-area #intro-txt {
	width:84%;
	height:auto;
	padding:30px 2%;
	margin: 0 ;
	position:absolute;
	top:40%;
	left:6%;
	color:#fff;
	font-size:1.3vw;
}


/* 以下スマホ */
@media (max-width: 600px) {

#introduction {
	width:100%;
	height:auto;
	margin:0;
	padding:80px 0 0;
	background:rgba( 5,29,19 , 0.5 );
}

#introduction h2 img {
	width:60%;
	height:auto;
}


.pcslide {display:none;}
.spslide {display:block;}

.slider-area .multiple-slider .slide-img {
	padding:0;
}

#introduction #intro-txt-area h2 {
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position:absolute;
	top:5%;
	left:0%;
}

#introduction #intro-txt-area h2 img {
	width:60%;
}

#introduction #intro-txt-area #intro-catch {
	display:none;
}

#introduction #intro-txt-area #intro-catch-sp {
	display:block;
	width:80%;
	height:auto;
	padding:0;
	margin:0;
	position:absolute;
	top:12%;
	left:10%;
}

#introduction #intro-txt-area #intro-catch-sp img {
	width:100%;
}

#introduction #intro-txt-area #intro-txt {
	width:90%;
	height:auto;
	padding:30px 0;
	margin: 0 ;
	position:absolute;
	top:35%;
	left:5%;
	color:#fff;
	font-size:1em;
}


}



/* ========================================
ストーリー
========================================== */

#story {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:rgba( 5,29,19 , 0.8 );
	overflow-x: hidden;
}

#story h2 {
	width:100%;
	height:auto;
	padding:100px 0 30px;
	margin:0;
	text-align:center;
	background:transparent;
	overflow-x:hidden;
	position: relative;
}

#story h2 img {
	width:14%;
	height:auto;
}

#story #story-txt {
	width:70%;
	height:auto;
	margin:0 15% 100px;
	text-align:left;
	color:#fff;
	font-size:1.3vw;
}


/* 以下スマホ */
@media (max-width: 800px) {

#story {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:rgba( 5,29,19 , 0.5 );
}

#story h2 {
	width:100%;
	height:auto;
	padding:100px 0 30px;
	margin:0;
	text-align:center;
	background:transparent;
}

#story h2 img {
	width:30%;
	height:auto;
}

#story #story-txt {
	width:90%;
	height:auto;
	margin:0 5% 100px;
	text-align:left;
	color:#fff;
	font-size:1em;
}


}


/* ========================================
レビュー
========================================== */

#review {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 0;
	background:rgba( 5,29,19 , 0.8 );
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	overflow-x: hidden;
}

#review .review-txt {
	width:40%;
	height:auto;
	margin:0;
	padding:20px 30%;
}

#review .review-txt img {
	width:auto;
	height:100px;
	margin:0;
	padding:0;
}

#review .left-review {
	text-align:center;
}

#review .right-review {
	text-align:center;
}


#review h2 {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	text-align:center;
}

#review h2 img {
	width:15%;
	height:auto;
}


/* 以下スマホ */
@media (max-width: 600px) {

#review {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 0 20px;
	background:rgba( 5,29,19 , 0.5 );
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#review .review-txt {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:flex;
	justify-content: center;
	align-items: center;
}

#review .review-txt img {
	width:auto;
	height:40%;
}

#review h2 {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	text-align:center;
	order: -1;
}

#review h2 img {
	width:40%;
	height:auto;
}







}


/* ========================================
キャスト
========================================== */
#cast-head-wrap {
	width:100%;
	height:auto;
	padding:40px 0 80px;
	margin:0;
	overflow-x: hidden;
}

h2#casthead {
	width:100%;
	height:auto;
	padding:80px 0 0;
	margin:0;
	text-align:center;
	background:transparent;
	overflow-x:hidden;
	position: relative;
}

h2#casthead img {
	width:12%;
	height:auto;
}

#cast {
	width:100%;
	height:2500px;
	margin:0;
	padding:100px 0 0;
	position:relative;
	z-index:-8;
	overflow-x: hidden;
}

#cast .triggers {
	display:block;
	width:100%;
	height:400px;
}

#cast .triggers .sp-cast-txt {
	display:none;
}

#cast-pics-sp {
	display:none;
}


#cast-pics {
	display:block;
	width:100%;
	height:auto;
	max-width:100%;
	margin:0;
	padding:0;
	position:relative;
	overflow-x:hidden;
}

#cast-pics #cast1 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	opacity:0;
	position:fixed;
	bottom:0;
	left:0;
	z-index:-6;

}

#cast-pics #cast2 ,
#cast-pics #cast3 ,
#cast-pics #cast4 ,
#cast-pics #cast5 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	opacity:0;
	position:fixed;
	bottom:0;
	left:0;
	z-index:-7;

}

#cast-pics #cast1 img ,
#cast-pics #cast2 img ,
#cast-pics #cast3 img ,
#cast-pics #cast4 img ,
#cast-pics #cast5 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#cast1btn {
	position:fixed;
	bottom:8%;
	left:58%;
	z-index:-5;
	opacity:0;
}

#cast2btn {
	position:fixed;
	bottom:8%;
	left:25%;
	z-index:-5;
	opacity:0;
}

#cast3btn {
	position:fixed;
	bottom:8%;
	right:2%;
	z-index:-5;
	opacity:0;
}

#cast4btn {
	position:fixed;
	bottom:25%;
	left:6%;
	z-index:-5;
	opacity:0;
}

#cast5btn {
	position:fixed;
	bottom:40%;
	right:18%;
	z-index:-5;
	opacity:0;
}


.profButton {
	background-color:transparent;
	border:1px solid #E74B95;
	display:inline-block;
	cursor:pointer;
	color:#E74B95;
	font-family:Arial;
	font-size:1.2vw;
	padding:8px 25px;
	text-decoration:none;
}
.profButton:hover {
	background-color:#E74B95;
	color:#fff;
	transition-duration: 0.6s
}

.cast-modal {
	width:100%;
	height:auto;
	margin:0;
	padding:40px 0;
  background:url(../img/modal_bg_rev.jpg) center no-repeat;
	background-size: cover;
	background-position: center center;
}

.cast-modal h3 {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:center;
	color:#051D13;
	font-size:1.5vw;
}

.cast-modal h3 span {
	color:#051D13;
	font-size:1.5vw;
	margin-left:10px;
}


.cast-modal h4 {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:center;
	color:#051D13;
	font-size:1.5vw;
}

.cast-modal .modal-image {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

.cast-modal .modal-image img {
	width:350px;
}

.cast-modal p {
	width:90%;
	height:auto;
	margin:0;
	padding:0 5%;
	text-align:left;
	color:#000;
	font-size:1vw;
}





/* 以下スマホ */
@media (max-width: 800px) {

#cast-pics ,
#cast1btn ,
#cast2btn ,
#cast3btn ,
#cast4btn ,
#cast5btn {display:none;}

#cast-head-wrap {
	width:100%;
	height:auto;
	padding:40px 0;
	margin:0;
	overflow-x: hidden;
}

h2#casthead {
	width:100%;
	height:auto;
	padding:80px 0 0;
	margin:0;
	text-align:center;
	background:transparent;
}

h2#casthead img {
	width:24%;
	height:auto;
}

#cast-pics {
	display:none;
}

#cast-pics-sp {
	display:block;
	width:100%;
	height:auto;
	max-width:100%;
	margin:0;
	padding:0;
	position:relative;
	overflow-x:hidden;
}

#cast-pics-sp #cast1sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	opacity:0;
	text-align:right;
	position:fixed;
	bottom:0;
	left:0;
	z-index:2;

}

#cast-pics-sp #cast3sp ,
#cast-pics-sp #cast4sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	opacity:0;
	text-align:right;
	position:fixed;
	bottom:0;
	left:0;
	z-index:2;
}

#cast-pics-sp #cast2sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	opacity:0;
	text-align:left;
	position:fixed;
	bottom:0;
	left:0;
	z-index:2;
}

#cast-pics-sp #cast5sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	opacity:0;
	text-align:left;
	position:fixed;
	bottom:0;
	left:0;
	z-index:2;
}



#cast-pics-sp #cast1sp img ,
#cast-pics-sp #cast2sp img ,
#cast-pics-sp #cast3sp img ,
#cast-pics-sp #cast4sp img ,
#cast-pics-sp #cast5sp img {
	width:auto;
	height:350px;
	vertical-align:bottom;
}

#cast {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}

#cast .triggers {
	width:100%;
	height:auto;
	margin:80px 0;
}

#cast .triggers .sp-cast-txt {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
}

#cast .triggers .sp-cast-txt h3 {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	text-align:center;
	font-size:1.4em;
}

#cast .triggers .sp-cast-txt .modal-image {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	text-align:center;
}

#cast .triggers .sp-cast-txt .modal-image img {
	width:80%;
}

#cast .triggers .sp-cast-txt p {
	width:90%;
	height:auto;
	margin:0;
	padding:20px 5%;
	text-align:left;
	font-size:1.1em;
}






}


/* ========================================
キャスト2
========================================== */
#other-casts {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0;
	background-image: url("../img/CAST-BG.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#other-casts .other-casts-unit {
	width: 28%;
	height: auto;
	margin:30px 2%;
	padding:0;
}
#other-casts .other-casts-unit h3 {
	display: none;
}
#other-casts .other-casts-unit .other-casts-imgsp {
	display: none;
}
#other-casts .other-casts-unit .other-casts-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#other-casts .other-casts-unit .other-casts-img img {
	width: 100%;
	height: auto;
}
#other-casts .other-casts-unit .other-casts-txt {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	font-size: 1.1vw;
}



/* 以下スマホ */
@media (max-width: 800px) {
	#other-casts {
		background-image: none;
	}
	
	#other-casts .other-casts-unit {
		width: 100%;
		height: auto;
		margin:30px 0;
		padding:0;
	}
	#other-casts .other-casts-unit h3 {
		display: block;
		width:100%;
		height:auto;
		margin:0;
		padding:30px 0;
		text-align:center;
		font-size:1.4em;
	}
	#other-casts .other-casts-unit .other-casts-img {
		display: none;
	}
	#other-casts .other-casts-unit .other-casts-imgsp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30px 0;
		text-align: center;
	}
	#other-casts .other-casts-unit .other-casts-imgsp img {
		width: 80%;
		height: auto;
	}
	#other-casts .other-casts-unit .other-casts-txt {
		width:90%;
		height:auto;
		margin:0;
		padding:20px 5%;
		text-align:left;
		font-size:1.1em;
	}
	





}

/* ========================================
スタッフ
========================================== */

#staff {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 0;
	background:url(../img/fixed_bg_2.jpg)  center no-repeat;
	background-attachment: fixed;
	position:relative;
	z-index:-4;
	overflow-x: hidden;
}

#staff::after {
  content: '';
  background: -moz-linear-gradient(top, rgba( 5,29,19 , 1 ), rgba( 5,29,19 , 0.5 ));
  background: -webkit-linear-gradient(top, rgba( 5,29,19 , 1 ), rgba( 5,29,19 , 0.5 ));
  background: linear-gradient(to bottom, rgba( 5,29,19 , 1 ), rgba( 5,29,19 , 0.5 ));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    height: 100%;
	z-index:-3;
}


#staff h2 {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	text-align:center;
	overflow-x:hidden;
	position: relative;
}

#staff h2 img {
	width:13%;
}

#staff h3 {
	width:100%;
	height:auto;
	margin:0;
	padding:50px 0 20px;
	text-align:center;
	color:#E74B95;
	font-size:1.5vw;
}

#staff #dir-img {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
}

#staff #dir-img img {
	width:35%;
}

#staff .staff-txt {
	width:80%;
	height:auto;
	margin:0;
	padding:20px 10%;
	text-align:left;
	color:#fff;
	font-size:1.3vw;
}

#staff h4 {
	width:100%;
	height:auto;
	margin:0;
	padding:50px 0 10px;
	text-align:center;
	color:#fff;
	font-size:1.5vw;
}



/* 以下スマホ */
@media (max-width: 800px) {

#staff {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 0;
	background:url(../img/fixed_bg_2_sp.jpg)  center no-repeat;
	background-attachment: fixed;
	position:relative;
	z-index:1;
  min-width: 100%;
  min-height: 100%;
}

#staff::after {
  content: '';
  background: -moz-linear-gradient(top, rgba( 5,29,19 , 1 ), rgba( 5,29,19 , 0.5 ));
  background: -webkit-linear-gradient(top, rgba( 5,29,19 , 1 ), rgba( 5,29,19 , 0.5 ));
  background: linear-gradient(to bottom, rgba( 5,29,19 , 1 ), rgba( 5,29,19 , 0.5 ));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    height: 100%;
	z-index:-3;
}

#staff h2 img {
	width:30%;
}

#staff h3 {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 20px;
	text-align:center;
	color:#E74B95;
	font-size:1.5em;
}

#staff #dir-img {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
}

#staff #dir-img img {
	width:80%;
}


#staff .staff-txt {
	width:90%;
	height:auto;
	margin:0;
	padding:20px 5%;
	text-align:left;
	color:#fff;
	font-size:1em;
}

#staff h4 {
	width:100%;
	height:auto;
	margin:0;
	padding:50px 0 10px;
	text-align:center;
	color:#fff;
	font-size:1.4em;
}




}

/* ========================================
フッター
========================================== */

footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background:rgba( 5,29,19 , 1 );
}

footer #foot-imgs {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
}

footer #foot-imgs #foot1sp ,
footer #foot-imgs #foot2sp {
	display:none;
}

footer #foot-imgs #foot1 {
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

footer #foot-imgs #foot2 {
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

footer #foot-imgs #foot1 img ,
footer #foot-imgs #foot2 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

footer #foot-imgs ul#sns-link-btn {
	width:35%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content:center;
	position:absolute;
	top:45%;
	right:0;
}

footer #foot-imgs ul#sns-link-btn li {
	width:12%;
	height:auto;
	padding:0;
	margin:0 3%;
}

footer #foot-imgs ul#sns-link-btn li img {
	width:100%;
	height:auto;
}

footer #foot-imgs ul#sns-link-btn li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

footer .copyright {
	width:100%;
	height:auto;
	padding:10px 0;
	color:#fff;
	text-align:center;
	background:rgba( 5,29,19 , 1 );
	font-size:0.9vw;
}

footer .copyright img {
	width:30%;
}



@media (max-width: 800px) {

footer {
	width:100%;
	height:auto;
	padding:0;
	text-align:center;
	margin:0;
	vertical-align:bottom;
}

footer #foot-imgs #foot1 ,
footer #foot-imgs #foot2 {
	display:none;
}

footer #foot-imgs #foot1sp {
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

footer #foot-imgs #foot2sp {
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

footer #foot-imgs #foot1sp img ,
footer #foot-imgs #foot2sp img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

footer #foot-imgs ul#sns-link-btn {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content:center;
	position:absolute;
	top:71%;
	left:0;
	z-index:2;
}

footer #foot-imgs ul#sns-link-btn li {
	width:12%;
	height:auto;
	padding:0;
	margin:0 3%;
}

footer #foot-imgs ul#sns-link-btn li img {
	width:100%;
	height:auto;
}




footer .copyright {
	width:100%;
	height:auto;
	padding:10px 0;
	color:#fff;
	text-align:center;
	background:#051D13;
	font-size:0.7em;
}



}


/* ========================================
コメント
========================================== */

body#combody:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(../img/comment_bg_pc.jpg) center no-repeat;
	background-size: cover;
	background-position: center center;
}
#comment {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0;
}  
#comment h1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 0;
	text-align: center;
}
#comment h1 img {
	width: 20%;
	height: auto;
}
#comment .com-unit {
	width: 64%;
	height: auto;
	margin: 100px 14%;
	padding:50px 4%;
	background-color: rgba( 0,0,0 , 0.7 );
}
#comment .com-unit .com-txt {
	width: 100%;
	height: auto;
	margin:0;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 1.3vw;
}
#comment .com-unit .com-txt span {
	font-size: 2.0vw;
	font-weight: bold;
	color: #E74B95;
}
#comment .com-unit .com-name {
	width: 100%;
	height: auto;
	margin-top:10px;
	padding: 0;
	text-align: right;
	color: #fff;
}
#comment .com-unit .com-name span.name {
	font-size: 1.8vw;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}
#comment .com-unit .com-name span.name img {
	width: 8%;
	display: inline;
}
#comment .com-unit .com-name span.title {
	font-size: 1.2vw;
}
#comment .com-unit .com-name span.title2 {
	font-size: 1.2vw;
	margin:0 10px;
}
#comment #keisyo {
	width: 80%;
	height: auto;
	margin: 10px 10%;
	padding: 0;
	font-size: 1.4vw;
	color:#fff;
	text-align: right;
}

@media (max-width: 800px) {
	body#combody:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-10;
		width:100%;
		height:100vh;
		background:url(../img/comment_bg_sp.jpg) center no-repeat;
		background-size: cover;
		background-position: center center;
		min-height: 100%;
	}
	#comment h1 img {
		width: 50%;
		height: auto;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		margin: 60px 3%;
		padding:15px 2%;
		background-color: rgba( 0,0,0 , 0.7 );
	}
	#comment .com-unit .com-txt {
		width: 100%;
		height: auto;
		margin:0;
		padding: 0;
		text-align: left;
		color: #fff;
		font-size: 3.9vw;
	}
	#comment .com-unit .com-txt span {
		font-size: 5.6vw;
		font-weight: bold;
	}
	#comment .com-unit .com-name {
		width: 100%;
		height: auto;
		margin-top:10px;
		padding: 0;
		text-align: right;
		color: #fff;
	}
	#comment .com-unit .com-name span.name {
		font-size: 5vw;
		font-weight: bold;
	}
	#comment .com-unit .com-name span.title {
		font-size: 3.4vw;
	}
	#comment .com-unit .com-name span.title2 {
		font-size: 3.4vw;
		margin:0 10px;
	}
	#comment #keisyo {
		width: 90%;
		height: auto;
		margin: 10px 5%;
		padding: 0;
		font-size: 3.2vw;
		color:#fff;
		text-align: right;
	}
	
	


}