@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:700');

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/bebas-regular-webfont.eot');
    src: url('../fonts/bebas-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebas-regular-webfont.woff') format('woff'),
         url('../fonts/bebas-regular-webfont.ttf') format('truetype'),
         url('../fonts/bebas-regular-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	width: 100%;
	/*height: 100%;
	transform-origin: 50%;*/
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    background:#000;
    font-size:14px;
	/*background:#000;*/
	/*min-height:667px;*/
}

figure, p, ul, li, img {
	margin: 0;
	padding: 0;
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	pointer-events: none;
    vertical-align: top;
}


#loading {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #000;
}

#loading #loadingText img {
	width: 100%;
	height: auto;
}

#loading #loading-bar{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:0;
    background:#fff100;
    z-index: 1;
}
#loading #loading-bar #loadingText {
	position: absolute;
	bottom: 0;
	right: 0;
    z-index:2;
    color:#000;
    font-size:5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}




/*---------------------------------------------------------------------------------------
　header
---------------------------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	transition: all .3s;
    background:#000;
}
header #header-inner{
	position: relative;
	margin:0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

#tab {
	display: none
}
#main-navi {
	margin: 0;
	/*float: left;
    width:68%;*/
}
#main-navi li {
	float: left;
	margin-right: 30px;
    vertical-align: middle;
}
#main-navi li a{
	padding:25px 0;
}
#main-navi li a,
#sns-navi li a{
	display: block;
	position: relative;
	transition:all 0.3s;
}
#sns-navi li a:hover{
	opacity: .5;
}

#main-navi li a:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    height:1px;
    width:0;
    background:#fff100;
    transition:all 0.3s ease-out;
}

#main-navi li a:hover:after{
    width:100%;
}


#sns-navi {
	margin-top: auto;
	position: absolute;
	top: 20px;
	right: 30px;
}
#sns-navi li {
	float:left;
	margin-left: 15px;
}



/*---------------------------------------------------------------------------------------
　common 
---------------------------------------------------------------------------------------*/

#wrapper {
	/*max-width:1070px;*/
	width:100%;
	height:100%;
	margin: 0 auto;
	/*overflow:auto;*/
	/*display:table;
	padding: 0 30px;
    box-sizing: border-box;
    
    perspective: 3000px;*/
}

#main-contents a{
    position: relative;
    display: block;
    width:100%;
    height: 100%;
}

/*---------------------------------------------------------------------------------------
　top    
---------------------------------------------------------------------------------------*/
#top {
	position: relative;
    width:100%;
    height:calc(100vh - 50px);
    overflow: hidden;
}


#top #top-text{
	position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 90%;
    text-align: center;
    max-width: 615px;
}

#top #top-text h1{
	width:100%;
    text-align: center;
}

#bnr-review {
    top: 85px;
    left: 15px;
    z-index: 1;
    position: absolute;
    width: 15%;
    max-width:175px;
}

#bnr-review h2 {
    text-align: center;
}

#bnr-review ul {
    width:80%;
    margin:0 auto;
}

#bnr-review li {
   margin-top:10px;
   width:100%;
   text-align: center;
}

#bnr-review a {
    display: inline-block;
}



/* pc */
#top #roadshow{
	/*width: 21.51515%;*/
    /*bottom: 40px;
    left: 30px;
	position: absolute;
    z-index: 1;*/
    width: 70%;
    margin: 0 auto 0 auto;
}

#top #btn-spmovie{
	position: absolute;
    bottom:40px;
    right:0;
    max-width: 265px;
   /* width:22.584%;
    text-align: right;*/

}

#top #btn-spmovie a{
	display: block;
}

#top .spmovie-icon{
	position: absolute;
    bottom:0;
    right:0;
	transition:all 0.2s ease-out;
    width: 110px;
}

#top #btn-spmovie a:hover .spmovie-icon{
	right:-5px;
}

#op-comment-area{
    height:50px;
    /*background:#000 url("../images/top/comment_arrow@2x.png") no-repeat 98% 50%;
    background-size:8px auto;*/
    background: #c71915;
}

#op-comment-area a{
    display: block;
    color:#fff;
    text-decoration: none;
    position: relative;
    padding-right: 40px;
}

#op-comment-area a:after{
    content:"";
    position: absolute;
    top:15px;
    right:10px;
    width:20px;
    height:20px;
    background:url("../images/top/comment_arrow@2x.png") no-repeat 0 0;
    background-size:cover;
}

#op-comment-area a h2{
    float: left;
    background: #c71915;
    width: 200px;
    /*padding: 0 15px;*/
    height: 50px;
    /*line-height: 50px;*/
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

#op-comment-area a h2 img{
    position: absolute;
    width:90%;
    left:5%;
    bottom: 7px;
}


#op-comment-area a .infiniteslide_wrap{
    padding-right:20px;
}


#op-comment-area a ul{
    /*float:left;
    width:100%;calc(100% - 170px);
    overflow:hidden;*/
    height:50px;
    opacity:0;
    transition:all 0.3s;
}

#op-comment-area a .infiniteslide_wrap ul{
    opacity:1;
}

#op-comment-area a ul li{
    margin-left:5em;
    font-size: 120%;
    font-weight: bold;
}

#op-comment-area a ul li strong{
    color:#fff100;
    font-weight: bold;
}

/*#op-comment-area a ul li {
	float: left;
	display: inline-block;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 50px;
    height:50px;
}*/

/*---------------------------------------------------------------------------------------
　main video
---------------------------------------------------------------------------------------*/
 #main-bg{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    z-index:-1;
    overflow: hidden;
}
#main-bg:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index:1;
    background:rgba(0,0,0,0.2) url("../images/top/bg_dot.png") repeat 0 0;
    background-size:2px 2px;
}
#main-bg video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%,-50%);
}


/*---------------------------------------------------------------------------------------
　main
---------------------------------------------------------------------------------------*/
#main-visual{
	position: relative;
    width:100%;
	background:url("../images/top/main_bg@2x.jpg") no-repeat 50% 50%;
    background-size:cover;
    /*margin-bottom:50vh;*/
    transform-origin: 50% 0%;
}
#main-visual figure{
    text-align: center;
    padding-top:5%;
}


/*---------------------------------------------------------------------------------------
　cast
---------------------------------------------------------------------------------------*/
#cast{
    /*margin-bottom:50vh;*/
}

#cast figure.pc{
    position: relative;
}

#cast figure.pc ul{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#cast figure.pc ul li{
    position: absolute;
    z-index: 1;
    height: 100%;
    bottom:0;
    left:0;
    width:10%;
}

#cast figure.pc ul li#cast-fable{
    left: 27%;
    width: 24%;
}

#cast figure.pc ul li#cast-yoko{
    left: 18.5%;
}

#cast figure.pc ul li#cast-misaki{
    left: 9%;
}

#cast figure.pc ul li#cast-hood{
    left: 50%;
}

#cast figure.pc ul li#cast-kojima{
    left: 60%;
}

#cast figure.pc ul li#cast-sunagawa{
    left: 70%;
}

#cast figure.pc ul li#cast-ebihara{
    left: 80%;
    width:9%;
}

#cast figure.pc ul li#cast-boss{
    left: 89%;
    width: 11%;
}


#cast figure.pc li a{
    display: block;
    width:100%;
    height: 100%;
}

#cast .slider-nav{
	width:100%;
    background: url("../images/top/cast_bg_sp.jpg") no-repeat 50% 50%;
    background-size:cover;
}

#cast .slider-nav li{
	box-sizing: border-box;
}

#cast .slider-nav .slick-prev,
#cast .slider-nav .slick-next{
    width: 15px;
    height: 30px;
    top:65%;
}

#cast .slider-nav .slick-prev:before,
#cast .slider-nav .slick-next:before{
    content: "";
    width: 15px;
    height: 30px;
    display: block;
}

#cast .slider-nav .slick-prev:before{
    background: url(../images/top/btn_prev.png) no-repeat 0 0;
    background-size: cover;
}

#cast .slider-nav .slick-next:before{
    background: url(../images/top/btn_next.png) no-repeat 0 0;
    background-size: cover;
}

#cast #cast-other-list{
    display: flex;
  flex-wrap: wrap;
}

#cast #cast-other-list li{
  width:25%;
}




/*---------------------------------------------------------------------------------------
　top story introduction
---------------------------------------------------------------------------------------*/
#top-story-introduction a{
    position: relative;
    display: block;
    /*margin-bottom:50vh;*/
}
span.detail-btn{
    position: absolute;
    bottom:0;
    right:0;
    z-index: 1;
}

/*---------------------------------------------------------------------------------------
　scene
---------------------------------------------------------------------------------------*/
#scene{
    /*background:#000;*/
}
#scene ul{
    display: flex;
  flex-wrap: wrap;
}

#scene li{
  width:33.33333%;
}

#scene li.x2{
   width:66.66666%;
}

#scene li.x3{
   width:100%;
}


#top-story-introduction a figure,
#cast-other-list li,
#scene li{
    position: relative;
    overflow:hidden;
}

#top-story-introduction a figure img,
#cast-other-list li a img,
#scene li a img{
    transition:all 0.2s ease-out;
}

#top-story-introduction a:hover figure img,
#cast-other-list li a:hover img,
#scene li:hover a img{
    transform:scale(1.05);
}

#scene li:hover a .detail-btn img{
    transform:scale(1);
}



/*---------------------------------------------------------------------------------------
　footer    
---------------------------------------------------------------------------------------*/
footer {
	position: relative;
    width:100%;
    height:100vh;
    overflow: hidden;
}


footer h2{
	position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 90%;
    text-align: center;
}


footer #page-top{
	position: absolute;
    bottom:-15px;
    left:50%;
    transform: translate(-50%,0%);
    text-align: center;
    transition:all 0.2s ease-out;
}

footer #page-top:hover{
    bottom:0;
}

footer #policy{
    position: absolute;
    bottom:15px;
    right:15px;
}

footer #policy a{
    display: inline-block;
    margin-left:1em;
    color:#fff;
    text-decoration: none;
    font-size:10px;
    text-align: right;
}



/*---------------------------------------------------------------------------------------
　popup
---------------------------------------------------------------------------------------*/

/* info */

/*#intro_page{
	height:95%;
}*/
.mfp-content {
	/*display:block;*/
	position: relative;
	height: 100%;
	width: 100vh;
	margin: 0 auto;
	background:#000;
	z-index: 0;/*min-width:1024px;*/
}

.mfp-image-holder .mfp-content {
	height: auto;
}

.mfp-page {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 998;/*background:rgba(255,255,255,0.9);*//*display:none;*/
		
}
.mfp-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 15px;
	z-index: 2000;
	box-sizing: border-box;
}
.mfp-head h2 {
	margin: 0;
	text-align: center;
}
.mfp-close, .mfp-iframe-scaler .mfp-close {
	transform: translate3d(0, 0, 0);
	position: fixed;
	background: transparent url(../images/close@2x.png) no-repeat 50% 50%;
	background-size: cover;
	padding: 0;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1005;
	transition: all 0.5s;
	line-height: 1;
	text-indent: -9999px;
	text-align: left;
}
.mfp-main {
	height: 100vh;
	margin: 0 auto;
	/* left: 6.5%; */
	z-index: 1000;
	overflow: scroll;
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}




/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in.mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
/*.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}*/
.mfp-zoom-in.mfp-removing.mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
 

/* trailer */
.mfp-iframe-scaler .mfp-close {
	top: 15px;
	right: 15px;
}
.mfp-main {
	height: 100vh;
	margin: 0 auto;
	/* left: 6.5%; */
	z-index: 1000;
	/*overflow: scroll;*/
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}




/*---------------------------------------------------------------------------------------
trailer
---------------------------------------------------------------------------------------*/
#trailer-page .mfp-main p {
	text-align: center;
}
#trailer-page .mfp-head {
	background: none;
}

#trailer-page .mfp-content {
    line-height: 0;
    max-width: 900px;
	width:100%;
    min-width: inherit;
	min-width: auto;
	height:100%;
	display:table;

}

#trailer-page .mfp-iframe-scaler{
	display: table-cell;
	vertical-align:middle;
	padding:0;
}

#trailer-page .mfp-iframe-scaler iframe {
     position: relative; 
    display: block;
    top: auto;
    left: auto;
    width: 900px;
    height: 506px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


#trailer-page #trailer-list {
	/*position: absolute;
	bottom: 40px;
	left: 0;*/
	list-style: none;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	margin-top:30px;
}
#trailer-page #trailer-list li {
	float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px 10px 5px;
}


#trailer-page #trailer-list li a {
	display: block;
	background: #000;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease-out;
	font-size: 14px;
	border:1px solid #333;
    font-weight: bold;

}
#trailer-page #trailer-list li a.current,
#trailer-page #trailer-list li a:hover {
	background:#f7d300;
	color: #000;
}


#trailer-page #spmovie-banner{
    margin:30px auto;
    width:80%;
    text-align: center;
}

#trailer-page #spmovie-banner a{
    display:inline-block;
}


/*---------------------------------------------------------------------------------------
credit
---------------------------------------------------------------------------------------*/
#credit-page .mfp-content {
    line-height: 0;
    max-width: 900px;
	width:100%;
    min-width: inherit;
	min-width: auto;
	height:100%;
	display:table;
}

#credit-page .mfp-iframe-scaler{
	display: table-cell;
	vertical-align:middle;
	padding:0;
}

#credit-page .mfp-iframe-scaler p {
	text-align: center;
	padding:30px;
}
 

#message_bn {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}




/* release */
.release-contents h2 {
	/*position:fixed;
	left:0;
	top:0;
	z-index:-1;*/
	text-align: center;
	margin-bottom: 50px;
}



/*---------------------------------------------------------------------------------------
banner
---------------------------------------------------------------------------------------*/

.banner-wrapper{
    position: absolute;
    right:30px;
    top:90px;
    max-width: 200px;
    width: 16%;
}

.banner-area-2 .banner{
   margin-top:15px;
   /*text-align: right;*/
}

.banner-wrapper .banner a{
   display:block;
   transition: all 0.3s;
}

.banner-wrapper .banner a:hover{
   opacity:0.7;
}

.banner-area .slick-prev:before,
.banner-area .slick-next:before{
    color:#fff100;
    content:"";
    width:100%;
    height:100%;
    display: block;
    opacity:1;
}


.banner-area .slick-prev:before{
    background:url("../images/top/arrow_prev@2x.png") no-repeat 50% 50%;
    background-size:cover;
}

.banner-area .slick-next:before{
    background:url("../images/top/arrow_next@2x.png") no-repeat 50% 50%;
    background-size:cover;
}

.banner-area .slick-prev {
    left: -25px;
}

.banner-area .slick-next {
    right: -25px;
}

/*---------------------------------------------------------------------------------------
other
---------------------------------------------------------------------------------------*/

.rollover {
	transition: all 0.3s;
}
.rollover:hover {
	opacity: 0.5;
}
img.responsive {
	width: 100%;
	height: auto;
}
.table {
	display: table;
}
.table .table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* clearfix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}


#official-banner{
    padding:50px;
    text-align: center;
}

#official-banner a{
    display: inline-block;
}



/* copy guard */
.jn{
    position: relative;
}
.jn:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}


@media screen and (orientation: portrait) and (min-width:901px)  {
/* 横向きの場合のスタイル */
}



@media(max-width:900px) {
.pc {
	display: none;
}
.sp {
	display: block;
}


body {
    font-size: 12px;
}

#loading #loading-bar #loadingText {
    font-size:3rem;
}


#wrapper{
	background:none;
}

header {
	top: 0;
	left: 0;
	margin-left: 0;
	width: 100%;
	height: auto;
	z-index: 5;
	display: block;
    background:none;
}
#header-inner {
	padding: 5px 10px;
	display: block
}

#tab {
	position: absolute;
	top: 17px;
	left: 15px;
	z-index: 10;
	display: block
}
#tab span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box
}
#tab a {
	position: relative;
	width: 25px;
	height: 16px;
	display: block
}
#tab a span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff
}
#tab a span:nth-of-type(1) {
	top: 0
}
#tab a span:nth-of-type(2) {
	top: 7px
}
#tab a span:nth-of-type(3) {
	bottom: 0
}
/*#home #tab span {
	background-color: #fff
}*/
#tab a.active span {
	background: #fff !important;
}
#tab a.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg)
}
#tab a.active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .5s forwards;
	animation: active-menu-bar02 .5s forwards
}
@-webkit-keyframes active-menu-bar02 {
100% {
height:0
}
}
@keyframes active-menu-bar02 {
100% {
height:0
}
}
#tab a.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg)
}

#global-navi {
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	background: #000;
	transition: all .5s cubic-bezier(.9, 0, 0, 1);
	z-index: 5;
	display:table;
}

#global-navi.active {
	left: 0;
	transition: all .5s cubic-bezier(.9, 0, 0, 1)
}
#main-navi {
	float: none;
	margin: 55px auto 0 auto;
	background-position: 0 0;
	background-size: 100% 1px;
	padding: 0 0 30px 0;
	border-top: 1px solid rgba(58,35,22,0.2);
	display:table-cell;
	vertical-align: middle;
}
/*#home #main-navi {
	border-top: 1px solid rgba(255,255,255,0.2)
}
#home .move #main-navi, .move #main-navi {
	border-top: 1px solid rgba(58,35,22,0.2)
}*/
#main-navi li {
	float: none;
	margin-right: 0;
    margin-bottom:0;
}
#main-navi li a {
	display:block;
	text-align: center;
	padding:1em;
}

#main-navi li .sp {
	display:inline-block;

}

#sns-navi {
    top: 11px;
    right: 14px;
	width: auto;
}
#sns-navi li {
	margin-left: 10px;
    width: 28px;
}


#top{
	margin:0;
    height:auto;
}

#main-bg video {
    min-width: inherit; 
    min-height: inherit; 
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: none;
}

#top #btn-spmovie{
    width:55%;
    bottom: 20px;
}

#top .spmovie-icon {
    width: 42%;
}

#top #btn-spmovie a{
    display:block;
    text-align: center;
    /*background:#fff100;*/
}

#top #roadshow{
	/*width:25.33333%;
    bottom: 20px;
    left: 15px;*/
}

#op-comment-area a h2 {
    width: 22%;
    max-width: 200px;
    min-width: 130px;
}

#main-visual {
	background:none;
}

#main-visual figure {
    padding-top: 0;
}

#main-visual figure img {
    max-width: inherit;
    max-width:none;
    width:100%;
}

.mfp-wrap{
	top:0 !important;
	height:100vh !important;
	position: fixed !important;
}


/* trailer */

#trailer-page {
    display:table;
    width: 100%;
    margin: 5% auto;
}

#top-trailer{
    background:#000;
    padding:5%;
}

#top-trailer #trailer-page{
    margin: 0;
}
 
 #trailer-page .mfp-head {
	 background:none;
 }

#trailer-page .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; 
	height:auto;
	vertical-align:middle;
	display:table-cell;
}

#trailer-page .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    /* overflow: hidden; */
    padding-top: 56.25%;
	display:block;
}

#trailer-page .mfp-iframe-scaler iframe {
	position:absolute;
	display: block;
    width: 100%;
    height: 100%;
	top:0;
	left:0;
}

#trailer-page .mfp-iframe-scaler #trailer-list{
	margin-top:10px;
}
#trailer-page .mfp-iframe-scaler #trailer-list li{
    padding: 0 5px 10px 5px;
}

#trailer-page .mfp-iframe-scaler #trailer-list li a{
	padding:5px 10px;
	font-size:12px;
}

.banner-area{
    position: relative;
    right:auto;
    bottom:auto;
    background:#000;
   /* padding:5%;*/
   padding:20px 40px;
    width:auto;
    top:auto;
    max-width: none;
    max-width: inherit;
}

.banner-area-2{
    position: relative;
    background:#000;
    padding:0 40px;
}

.banner-area-2 .banner{
    margin:0;
    padding-bottom:20px;
}

.banner-area-2 .banner img,
.banner-area .banner img{
    width:100%;
    max-width: none;
    max-width: inherit;
}


.banner-area .banner:first-of-type {
    margin-top: 0;
}


.banner-area .slick-prev {
    left: 10px;
}

.banner-area .slick-next {
    right: 10px;
}

/* scene */

#scene li{
  width:50%;
}

#scene li.x3{
   width:100%;
}

#bnr-review-sp {
    background:#000;
    padding:30px 30px 15px 30px;
}

#bnr-review-sp h2 {
    text-align: center;
}

#bnr-review-sp ul {
    width: 100%;
    margin: 15px auto 0 auto;
    display: flex;
    justify-content: center;
}

#bnr-review-sp ul li {
    width: 33.33333%;
    margin: 0;
    text-align: center;
}

#bnr-review-sp ul li a {
    display: inline-block;
}

}



@media(max-width:768px) {
#trailer-page .mfp-iframe-scaler #trailer-list li.long{
	width:100%;
}
#cast #cast-other-list li {
    width: 33.33333%;
}

}


@media(max-width:480px) {
body{
    font-size:12px;
}


#trailer-page .mfp-main p{
		text-align:center;
}

footer #page-top{
	width:20%;
}


/*
#trailer-page .mfp-iframe-scaler{
	display: table-cell;
	vertical-align:middle;
	padding:0;
}
*/

span.detail-btn{
    width: 40px;
}

.mfp-close, .mfp-iframe-scaler .mfp-close {
    width: 28px;
    height: 28px;
}

#official-banner{
    padding:30px;
}


footer #policy a{
    display: block;
    margin-left:0;
    margin-top:5px;
}




}



@media print{
  body{
  	display:none;
  }
}

