@charset "utf-8";
/* CSS Document */
html{
	font-size: 16px;
}

body {
	font-size: 16px;
}
body p {line-height: 1.8;}
h2 {
	font-size: 2em;
	text-align: left;
	font-weight: normal;
}
nav {
	font-size: 14px;
}
.navbar-inverse {
	background-image: none;
	background-color: #1f1f1f;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
}


/* common */
.tac {text-align: center;}
.tar {text-align: right;}
.tal {text-align: left;}


.mx100 {
	max-width: 100%;
	height: auto;
}
.nowrap {
	white-space: nowrap;
}



.tblwrap {
	margin-top: 35px;
	max-height: 430px;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tblwrap table {
	box-sizing: border-box;
}
table {
	width: 100%;
	background: white;
	table-layout: auto;
}

table tr th,
table tr td {
	padding: 0.5625rem 0.625rem;
	color: #111111;
	text-align: left;
}
table tr:nth-child(even) td {
    background: #EBEBEB;
}
table tr.area td {
	background-color: #666;
	color: #FFF;
}
table tr th.tel {
	width: 10em;
}

iframe {
	width: 100%;
}

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

ul {
	padding-left: 0;
	list-style: none;
}
.lblist li {
	display: inline-block;
}











.section {
}
#reader,#news,#trailer,#comment {
	min-height: 0;
}
#reader {
	
}
.row > div {
	background-color: rgba(0,0,0,0.7);
	border-radius: 8px;
}
#top .row > div,
#news .row > div,
#trailer .row > div,
#comment .row > div {
	background-color: transparent;
	border-radius: 0;
}


#top .container .box {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 72px;
}

.section:first-child {
	border-top: none;
}
#cast section,
#cast .bdt {
	border-top: 1px solid #FFF;
}
#cast section:first-child {
	border-top: none;
}
#cast ul {
	font-size: 12px;
}
.container {/* 各クエリごとに書き換え */
	padding-top: 72px;
	padding-bottom: 72px;
}
#news .container,
#trailer .container,
#comment .container {
	padding-top: 32px;
	padding-bottom: 32px;
}




nav .container {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-fixed-top {
	border: 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;
}




#top .container {
	display: table;
	height: 100%;
	position: relative;
	z-index:100;
	text-align: center;
}
#top .container .box {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 72px;
}


#nextArrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	z-index:200;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	text-align: center;
}
#nextArrow img {
	transition: opacity 0.3s ease;
}

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

.desc {
	font-size: 1.275em;
}




.release {
	font-size: 2em;
}






#cast {
	
}





.is_scroll {
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.fb_iframe_widget {
    margin-bottom: 10px;
    position: relative;
    top: -5px;
}




#side {
	opacity: 1;
	position: absolute;
	bottom: -81px;
	right: 10px;
	z-index: 3000;
}
#sideA {
	display: block;
	width: 100px;
	height: 81px;
	background: #FFFFFF url(../images/stiller.png) right 0 no-repeat;
}

#sideA.selected {
	background-color: #d46d53;
}



.section {
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
@keyframes bgmask {
  0% { background-color: rgba(0,0,0,1);}
  70% { background-color: rgba(0,0,0,1);}
  100% { background-color: rgba(0,0,0,0);}
}
.section:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0);
	z-index:50;

    animation-name: bgmask;
    animation-timing-function: ease;
    animation-iteration-count: once;
    animation-duration: 1.5s;
}



/* sideA */

.navbar-inverse .navbar-nav>li>a {
	transition: background-color 0.15s ease, opacity 0.15s ease;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.active>a {
	background-color: #d46d53;
	background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-inverse .navbar-nav>.nav_fb>a {
	background-color: #3b579d;
	background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	transition: 0.3s ease;
	padding: 5px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
}
.navbar-inverse .navbar-nav>.nav_tw>a {
	background-color: #55acee;
	background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	transition: 0.3s ease;
	padding: 5px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
}
.navbar-inverse .navbar-nav>.nav_fb>a img,
.navbar-inverse .navbar-nav>.nav_tw>a img {
	width: 100%;
	height: auto;
}
.navbar-inverse .navbar-nav>.nav_fb {
	margin-right: 5px;
}
.navbar-inverse .navbar-nav>li.nav_fb>a:hover,
.navbar-inverse .navbar-nav>li.nav_fb>a:focus {
	background-color: #3b579d;
	opacity:0.7
}
.navbar-inverse .navbar-nav>li.nav_tw>a:hover,
.navbar-inverse .navbar-nav>li.nav_tw>a:focus {
	background-color: #55acee;
	opacity:0.7
}


#top           { background-image: url(../images/sideA/top.png);}
#reader        { background-image: url(../images/sideA/reader.png);}
#news          { background-color: #1f1f1f;}
#trailer       { background-color: #000;}
#comment       { background-color: #1f1f1f;}
#commentary_01 { background-image: url(../images/sideA/commentary_01.png);}
#commentary_02 { background-image: url(../images/sideA/commentary_02.png);}
#commentary_03 { background-image: url(../images/sideA/commentary_03.png);}
#story         { background-image: url(../images/sideA/story.png);}
#director      { background-image: url(../images/sideA/director.png);}
#information   { background-image: url(../images/sideA/information.png);}
#cast          { background-image: url(../images/sideA/cast.png);}
#footer        { background-color: #d46d53;}

.section {
	position: relative;
}
.section .container {
	position: relative;
	z-index: 100;
}

.section:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	z-index: 10;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;

}
#top .mask {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bgmask.png) 50% top repeat;
	opacity: 1;
	z-index: 10;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;

}

#top:before           { background-image: url(../images/sideB/top.png);}
#reader:before        { background-image: url(../images/sideB/reader.png);}
#news:before          { display: none;}
#trailer:before       { display: none;}
#comment:before       { display: none;}
#commentary_01:before { background-image: url(../images/sideB/commentary_01.png);}
#commentary_02:before { background-image: url(../images/sideB/commentary_02.png);}
#commentary_03:before { background-image: url(../images/sideB/commentary_03.png);}
#story:before         { background-image: url(../images/sideB/story.png);}
#director:before      { background-image: url(../images/sideB/director.png);}
#information:before   { background-image: url(../images/sideB/information.png);}
#cast:before          { background-image: url(../images/sideB/cast.png);}
#footer:before        { background-color: #de7631;}

.sideB .section:before {
	opacity: 1;
}

@media (max-width: 767px) {

.changeImg img {
	width: 100%;
	height: auto;
}
.s-a {
	display: block;
}
.s-b {
	display: none;
}

.sideB .s-a {
	display: none;
}
.sideB .s-b {
	display: block;
}

.area {
	width: 4rem;
}

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

#top           { background-image: url(../images/sp/sideA/top.png);}
#top:before    { background-image: url(../images/sp/sideB/top.png);}
#reader,
#commentary_01,
#commentary_02,
#commentary_03,
#story,
#director,
#information,
#cast,
#reader:before,
#commentary_01:before,
#commentary_02:before,
#commentary_03:before,
#story:before,
#director:before,
#information:before,
#cast:before{ background-image: none;}




.row > div {
	background-color: transparent;
	border-radius: 0;
	text-shadow: 0 3px 3px rgba(0,0,0,0.5)
}
.row > div table,
nav {
	text-shadow: none;
}
.sx-11c {
	left: 4%;
}
.tblwrap {
	margin-top: 0px;
	max-height: 350px;
}

.row > div p:last-child {
	margin-bottom: 0;
}


#side {
	bottom: -81px;
}
#sideA {
	width: 86px;
	height: 70px;
	background: #FFFFFF url(../images/stiller_xs.png) right 0 no-repeat;
}

#information table {
	font-size: 12px;
}



}





.sideB .navbar-inverse .navbar-nav>li>a:hover,
.sideB .navbar-inverse .navbar-nav>li>a:focus,
.sideB .navbar-inverse .navbar-nav>.active>a,
.sideB .navbar-inverse .navbar-nav>.active>a:hover,
.sideB .navbar-inverse .navbar-nav>.active>a:focus,
.sideB .navbar-inverse .navbar-nav>.open>a,
.sideB .navbar-inverse .navbar-nav>.active>a {
	background-color: #de7631;
}

@media (min-width: 768px) {
.sideB #reader .col-sm-push-6 {
	left: 50%;
}
}
#reader .col-sm-push-6,
.sideB #commentary_01 .col-sm-push-6,
.sideB #commentary_02 .col-sm-push-6,
.sideB #commentary_03 .col-sm-push-6,
.sideB #story .col-sm-push-6,
.sideB #director .col-sm-push-6,
.sideB #cast .col-sm-push-6 {
	left:0;
}



#side { position: fixed; bottom: 0px; right: 0px; z-index:5000; }

#page-top a { background: #d46d53; text-decoration: none; color: #fff; width: 100px; padding: 8px 0; text-align: center; display: block; border-radius: 3px; }
.sideB #page-top a { background: #de7631;}

#page-top a:hover { text-decoration: none; opacity:0.5; }


#information table { margin-bottom: 15px;}




@media (max-width: 767px) {
	/* xs */
	.desc {
		font-size: 1em;
	}
	.release {
		font-size: 2em;
	}
	h2 {
		margin-top: 0;
	}
	.container {/* 各クエリごとに書き換え */
		padding-top: 32px;
		padding-bottom: 48px;
	}
body p {line-height: 1.42857143;}

table tr th.tel {
	width: 5em;
}

.tblwrap {
	margin-bottom: 15px;
}
.fbBnr {
	margin-bottom: 15px;
}

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


.navbar-inverse .navbar-nav>.nav_fb>a,
.navbar-inverse .navbar-nav>.nav_tw>a {
	background-color: transparent;
	width: 100%;
	height: auto;
    position: relative;
    display: block;
    padding: 10px 15px;
	line-height: 20px;
}
.navbar-inverse .navbar-nav>li.nav_fb>a:hover,
.navbar-inverse .navbar-nav>li.nav_fb>a:focus,
.navbar-inverse .navbar-nav>li.nav_tw>a:hover,
.navbar-inverse .navbar-nav>li.nav_tw>a:focus {
	opacity:1
}

.navbar-inverse .navbar-nav>.nav_fb>a img,
.navbar-inverse .navbar-nav>.nav_tw>a img {
	width: 100%;
	height: auto;
	position: relative;
	top: 5px;
}
.navbar-inverse .navbar-nav>.nav_fb {
	margin-right: 0px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
	/* sm */
.container {/* 各クエリごとに書き換え */
	padding-top: 48px;
	padding-bottom: 48px;
}

.navbar-inverse .navbar-nav>.nav_fb>a {
	width: 38px;
	height: 50px;
}
.navbar-inverse .navbar-nav>.nav_tw>a {
	width: 38px;
	height: 50px;
}
.navbar-inverse .navbar-nav>.nav_fb>a img,
.navbar-inverse .navbar-nav>.nav_tw>a img {
	width: 100%;
	height: auto;
	position: relative;
	top: 5px;
}
.navbar-inverse .navbar-nav>.nav_fb {
	margin-right: 2px;
}




}


@media (max-width: 767px) and (orientation: landscape) {
	.mx100 {
		max-width: 100%;
		max-height: 40vh;
		height: auto;
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
	.mx100 {
		max-width: 100%;
		max-height: 40vh;
		height: auto;
		width: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
	.mx100 {
		max-width: 100%;
		max-height: 50vh;
		height: auto;
		width: auto;
	}
}


@media (min-width: 992px) {
	#top.overflow img{
		max-height: 55vh;
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar .container a {
    padding: 15px 8px;
}
}

@media (min-width: 992px) {
	#top.overflow img{
		max-height: 55vh;
		width: auto;
	}
}


