@charset "utf-8";
/* CSS Document */


.tblwrap {
    margin-top: 35px;
    max-height: 430px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-y: auto;
}


table {
	width: 100%;
	margin-bottom: 16px;
	font-size: 16px;
}

table tr th,
table tr td {
	padding: 0.5625rem 0.625rem;
	text-align: left;
	background: rgba(200,200,200,0.4);
}
table tr:nth-child(even) td {
	background: rgba(200,200,200,0.2);
}
table tr.area td {
	background: rgba(68,68,68,0.8);
	color: #FFF;
}
table tr th.area {
	min-width: 4em;
}
table tr th.theater {
	/*min-width: 10em;*/
}
table tr th.tel {
	width: 10em;
}

.section .row {
	padding: 88px 0;
	background-color: rgba(255,255,255,0.80);
}

.section.invert .row {
	padding: 0px 0;
	background: none;
}
.credit.section.invert .row {
	padding: 0px 0;
	background: none;
}

#sns {
	margin-bottom: 10px;
	height: 24px;
}
#sns .fb_iframe_widget {
	position: relative;
	top: -4px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #680012;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a {
	background-color: #e50012 !important;
	background-image: none !important;
	box-shadow: none !important
}






/* common */
body {
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
}
.navbar {
	font-size: 16px;
}
.tac {text-align: center;}


.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.menu-padding {margin-bottom: 54px !important;}
.navbar {
	margin-bottom: 0;
}
.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #262626 0, #222 100%);
    background-image: -o-linear-gradient(top, #262626 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), to(#222));
    background-image: linear-gradient(to bottom, #262626 0, #222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262626', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius: 0px;
}
.navbar-fixed-top {
    border-width: 0 !important;
}
.nav img {
	height: 20px;
	width: auto;
}

.vjs-control-bar {
	display: none !important;
}



#top {
/*
	height: 768px;
	max-height: 768px;
*/
	/*background: #FFF url(../t_img/header_bg.png) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;*/
	position: relative;
	z-index:1000 !important;
}

#top .wrap {
	position: relative;
	height: 768px;
	max-height: 768px;
}

.logo, .txt_1, .txt_2, .txt_3 {
	position: absolute;
}


.logo {
	top: 367px;
	right: 0;
}
.txt_1 {
	top: 16px;
	left: 0;
}
.txt_2 {
	top: 16px;
	right: 0;
}
.txt_3 {
	bottom: 16px;
	left: 0;
}


#nextArrow {
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 40%;
	padding: 16px;
	text-align: center;
}
#nextArrow img {
	transition: opacity 0.3s ease;
}

#nextArrow:hover img,
#nextArrow:active img,
#nextArrow:focus img {
	opacity: 0.5;
}




#trailer, #sub, #footer {
	width: 100%;
}





.trailer {
	padding: 48px 0;
}
iframe {
	width: 100%;
}

.flex-video {
	position: relative;
	padding-top: 1.5625rem;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden;
	z-index: 5000;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.big-video-wrap {
	z-index:100;
}
.btt {
	position: fixed;
	right: 10px;
	z-index:10000;

	background: #333;
	padding: 16px 16px;
	color: #fff;
	text-align: center;
	transition: opacity 0.3s ease;
	font-size: 14px;
	line-height: 1.2;
}
.btt:hover,
.btt:active,
.btt:focus {
	opacity: 0.5;
	text-decoration: none;
	color: #FFF;
}
.info_link {
	position: absolute;
	bottom: 128px;
	left: 0px;
	z-index: 1000;
	display: none;

	background: #e50012;
	padding: 16px 16px;
	color: #fff;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 32px;
	font-weight: bold;
	
	transition: opacity 0.3s ease;
}
.info_link:hover,
.info_link:active,
.info_link:focus {
	opacity: 0.5;
	text-decoration: none;
	color: #FFF;
}


.titleImg {
	width: auto;
	height: 243px;
}





.section {
	padding: 104px 0;
	position: relative !important;
	z-index:1000 !important;
	background-color: #FFF;
}
.section {
	color: #111111;
}
.section.split + .section.split {
	border-top: 1px solid #FFFFFF;
}
.section.invert {
	color: #FFFFFF;
	background-color: #150000;
}
.row .section section:last-child {
	
}
.navbar{
	z-index:10000 !important;
}

#videoMask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/videoMask.gif) 0 0 repeat;
	z-index: 750;
}

#sub {
	padding: 104px 0;
	background-color: #000;
	position: relative !important;
	z-index:1000 !important;
	color: #111;
}
#sub p {
	/*
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 24px;
	*/
}
#sub h2 {
	font-size: 92px;
	margin: 0px 0px 72px;
	padding: 0;
	box-shadow: none;
	background-color: transparent;
	color: #e50012;
	font-weight: bold;
}
h2 {
	font-size: 72px;
	color: #FFF;
	padding: 32px;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 1500;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	
}

h3 {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -1px;
	margin: 32px 0px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 16px;
}
.release {
	font-size: 32px;
	line-height: 40px;
	margin-top: 80px;
}
.euro {
	margin-top: 104px;
}



#footer {
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	padding: 16px 0;
	position: relative;
	z-index: 1000;
}


img {
	max-width: 100%;
	height: auto;
}


.nowrap {
	white-space: nowrap;
}

#sub,
#director,
#infomation,
#credit {
	position: relative !important;
	z-index:1000 !important;
}




#sub,#news,.trailer,.comment,.story_1,.story_2,.story_3,.story_4,.commentary_1,.commentary_2,.commentary_3,.commentary_4,.director,.infomation,.credit {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}



#sub { background-image: url(../images/sub_1.png)}
#news,
.trailer,
.comment { background-color: #150000;}
.story_1 { background-image: url(../images/story_1.png)}
.story_2 { background-image: url(../images/story_2.png)}
.story_3 { background-image: url(../images/story_3.png)}
.story_4 { background-image: url(../images/story_4.png)}
.commentary_1 { background-image: url(../images/commentary_1.png)}
.commentary_2 { background-image: url(../images/commentary_2.png)}
.commentary_3 { background-image: url(../images/commentary_3.png)}
.commentary_4 { background-image: url(../images/commentary_4.png)}
.director { background-image: url(../images/director_1.png)}
.infomation { background-image: url(../images/infomation_1.png)}
.credit { background-image: url(../images/credit_1.png)}




.story_4 {
	font-size: 14px;
}
.story_4 dt {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 16px;
}
.story_4 dt:first-child {
	margin-top: 0px;
}



ul {
	padding-left: 0;
	list-style: none;
}

#commentList:after { content: ''; display: block; clear: both; height:0;} 
#commentList { /zoom : 1; } 

#commentList { 	border-top: 1px solid #333;}

#commentList li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 16px;
	border-bottom: 1px solid #333;
}
#commentList li:nth-child(even) {
	border-left: 1px solid #333;
}

.credit li {
	margin-bottom: 8px;
	font-size: 16px;
}
.credit ul span {
	display: inline-block;
	white-space: nowrap;
}



.pos {
	position:relative;
	top: -50px;
	height: 1px;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	display: block;
}










@media (max-width: 991px) {
/* sm以下の指定 */
/*
#top {
	height: 678px;
	max-height: 678px;
}
*/
#top {
	background: #FFF url(../images/sp_header_bg.png) 50% 50% no-repeat;
	background-size: cover;
/*
	height: 538px;
	max-height: 538px;
	*/
}
#top .wrap {
	height: 678px;
	max-height: 678px;
}

.logo {
	top: 344px;
	width: 580px;
}
.txt_1 {
	width: 360px;
}
.txt_2 {
    width: 340px;
}
.txt_3 {
}

#sub {
	padding: 88px 0;
}
h2 {
	font-size: 56px;
	margin: 0px;
}

.credit ul span {
	white-space: normal;
}

}

@media (max-width: 767px) {
/* xs以下の指定 */
body {
	font-size: 16px;
	min-width: 320px;
}
#top {
	background: #FFF url(../images/sp_header_bg.png) 50% 50% no-repeat;
	background-size: cover;
	height: 538px;
	max-height: 538px;
}

#top .wrap {
	height: 538px;
	max-height: 538px;
}

.tblwrap {
    margin-bottom: 15px;
    margin-top: 0px;
    max-height: 350px;
}
.container {
	max-width: 375px;
	margin:auto;
}

.section {
	padding: 48px 0;
	padding: 24px 0;
	position: relative !important;
	z-index:1000 !important;
}
.section.split + .section.split {
	border-top: 1px solid #ccc;
}
.section img {
	margin-bottom: 16px;
}

.navbar-nav > li > a {
	padding: 10px 30px;
	line-height: 22px;
}

.section .row {
    padding: 24px 0;
}
.section p:last-child {
	margin-bottom: 0;
}

table tr th.tel {
    width: 5em;
}
.infomation table {
    font-size: 12px;
}

.sp_logo, .sp_txt_1, .sp_txt_2, .sp_txt_3 {
	position: absolute;
}



.sp_logo {
	width: 94%;
	bottom: 130px;
	left: 3%;
}
.sp_txt_1 {
	width: 50%;
	top: 10px;
	left: 10px;
}
.sp_txt_2 {
	width: 35%;
	top: 10px;
	right: 10px;
}
.sp_txt_3 {
	width: 20%;
	bottom: 130px;
	left: 10px;
}




#nextArrow {
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
#nextArrow img {
	width: 80px;
	margin: auto;
}


#trailer {
	padding: 24px 0;
	background-image: none;
}

#sub {
	padding: 32px 0;
}
#sub h2 {
    font-size: 40px;
    margin: 0px 0px 24px;
	text-align: left;
	background-color: none;
	color: #e50012;
	border: none;
}
h2 {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	font-size: 24px;
	margin: 0px;
	background-color: #FFF;
	color: #111;
}
h3 {
	font-size: 24px;
	line-height: 32px;
    margin: 0px 0px 16px;
}
p {
	font-size: 16px;
	line-height: 24px;
}
.release {
	font-size: 24px;
	line-height: 32px;
	margin-top: 32px;
}
.euro {
	margin-top: 32px;
}
.euro img {
	height: 19px;
	width: auto;
}


#sub { background-image: url(../images/sp_sub_1.png)}
.story_1 { background-image: url(../images/sp_story_1.png)}
.story_2 { background-image: url(../images/sp_story_2.png)}
.story_3 { background-image: url(../images/sp_story_3.png)}
.story_4 { background-image: url(../images/sp_story_4.png)}
.commentary_1 { background-image: url(../images/sp_commentary_1.png)}
.commentary_2 { background-image: url(../images/sp_commentary_2.png)}
.commentary_3 { background-image: url(../images/sp_commentary_3.png)}
.commentary_4 { background-image: url(../images/sp_commentary_4.png)}
.director { background-image: url(../images/sp_director_1.png)}
.infomation { background-image: url(../images/sp_infomation_1.png)}
.credit { background-image: url(../images/sp_credit_1.png); background-position: 25% 50%;}


#commentList li {
    width: 100%;
    float: none;
}
#commentList li:nth-child(even) {
    border-left: none;
}



.btt {
	font-size: 14px;
	line-height: 1.2;
}
.info_link {
	position: absolute;
	bottom: 128px;
	left: 0px;
	z-index: 1000;
	display: block;

	background: #e50012;
	padding: 12px 12px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.info_link:hover,
.info_link:active,
.info_link:focus {
	opacity: 0.5;
	text-decoration: none;
	color: #FFF;
}


.nav_sns_btn.visible-xs {
    padding: 14px 0 0 14px;
    margin-right: 75px;
}

.fb_iframe_widget {
    margin-bottom: 10px;
    position: relative;
    top: -4px;
}

.sx-11c {
    left: 4%;
}


.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 60vh;
}



#videoMask {
	display: none;
}

.pos {
	top: -49px;
}

#big-video-wrap {
	display:none;
}


}



@media (max-width: 774px) and (orientation: landscape) {
.landscape.is_sp .info_link {
    bottom: 0;
}
.landscape.is_sp #top {
    min-height: 100vh;
}

.landscape.is_sp .info_link {
	padding:12px 20px;
}

.is_sp #top .wrap {
	height: auto;
}

.is_sp .container {
	max-width: none;
	margin:auto;
}

.is_sp .logo {
    width: 48%;
	top: 44%;
	right: 10px;
	left:auto;
}
.is_sp .txt_1 {
	width: auto;
	top: 16px;
	left: 10px;
	max-height: 70%;
	max-width: 50%;
	height: auto;
}
.is_sp .txt_2 {
	width: 23%;
	top: 16px;
	right: 10px;
}
.is_sp .txt_3 {
	width: 100px;
	bottom: 16px;
	left: 10px;
}
.is_sp #nextArrow {
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 40%;
	padding: 16px;
	text-align: center;
}
.is_sp #nextArrow img {
	width: 79px;
}



.is_sp #sns {
	position: absolute;
	bottom: 16px;
	right: 10px;
	text-align: right;
}

.is_sp #sns .fb_iframe_widget {
	top: -5px;
}



}



@media (max-width: 767px) and (orientation: landscape) {

.is_sp #top .wrap {
	height: auto;
}

.is_sp .container {
	max-width: none;
	margin:auto;
}

.is_sp .sp_logo {
    width: 48%;
	top: 24%;
	right: 10px;
	left:auto;
}
.is_sp .sp_txt_1 {
	width: auto;
	top: 16px;
	left: 10px;
	max-height: 70%;
	max-width: 50%;
	height: auto;
}
.is_sp .sp_txt_2 {
	width: 18%;
	top: 16px;
	right: 10px;
}
.is_sp .sp_txt_3 {
	width: 100px;
	bottom: 16px;
	left: 10px;
}
.is_sp #nextArrow {
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 40%;
	padding: 16px;
	text-align: center;
}
.is_sp #nextArrow img {
	width: 79px;
}



.is_sp #sns {
	position: absolute;
	bottom: 16px;
	right: 10px;
	text-align: right;
}

.is_sp #sns .fb_iframe_widget {
	top: -5px;
}



}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {


}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
#top {
	background: #FFF url(../images/sp_header_bg.png) 50% 50% no-repeat;
	background-size: cover;
}
}



/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
	.navbar-header .nav_sns_btn {
		display: block !important;
		padding: 14px 0 0 14px;
		margin-right: 75px;
	}
	.fb_iframe_widget {
		margin-bottom: 10px;
		position: relative;
		top: -4px;
	}
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	#navbar,
	.navbar-fixed-top {
		max-height: none !important;
	}
	.navbar-right {
		display: none !important;
	}
}



