@charset "utf-8";
/*index*/
html,body {
	background:#DF0008;
	margin: 0;
	color:#000;
}
#container {
	margin: 0;
}

/*menu*/
body.index #second-h1{
	display:none;
}
#second-h1 a.sp{
	display:none;
}
.menu-btn{
	display:none;
}
#menu {
	width:1100px;
	margin:0 auto;
	height: 40px;
}
#menu nav#nav {
	width:1100px;
	height: 40px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#menu nav#nav ul {
	position:relative;
	left:50%;
	float:left;
}
#menu nav#nav ul li {
	position:relative;
	left:-50%;
	float:left;
	margin:12px 10px 0;
	font-size:16px;
	color:#FFF;
}
#menu nav#nav ul li.none {
	color:#FF7D7D;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor:default;
}
#menu nav#nav ul li small {
	font-size:8px;
}
#menu nav#nav ul li a {
	color:#FFF;
}
#menu nav#nav ul li a:hover {
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
	text-decoration:none;
}
#menu nav#nav ul li.icon {
	margin:0 5px 0 0;
	font-size:30px;
	line-height:40px;
}
#menu nav#nav ul li.facebook {
	margin-left:10px;
}
#menu nav#nav ul li.facebook a {
	color:#FFF;
}
#menu nav#nav ul li.twitter a {
	color:#FFF;
}
#menu nav#nav ul li.instagram a {
	color:#FFF;
}
#menu nav#nav ul li i {
	margin:0 3px 0 0;
}
#menu nav#nav ul li.icon a span.sp{
	display:none;
}



/*body.second #menu*/
body.second #menu{
	height: 85px;
}
body.second #second-h1{
	width:200px;
	margin:10px 0 0 40px;
	float:left;
}
body.second #menu nav#nav {
	width:850px;
	height: 40px;
	padding:45px 0 0 0;
	float:right;
}

/*#body*/
#body {
	height: auto;
}
#body article#index-page {
	width:100%;
	background:#000;
}
#body article#index-page .float {
	background:#000;
	position: relative;
	width:1100px;
	height:600px;
	margin:0 auto;
}
#body article#index-page .float #index-img {
	margin:0 0 0 0;
	width:590px;
	height:600px;
	float:left;
}
#body article#index-page .float #index-img img {
	width:100%;
	height:auto;
}
#body article#index-page .float #index-main {
	margin:130px 0 0;
	width:510px;
	float:right;
}
#body article#index-page .float #index-main h2 {
	margin:0 0 10px 0;
	color:#DF0008;
	font-size:14px;
	font-weight: normal;
	text-align:center;
}
#body article#index-page .float #index-main h1 {
	margin:0 0 10px 0;
	text-align:center;
}
#body article#index-page .float #index-main h1 img {
	width:360px;
	height:auto;
}

#body article#index-page .float #slider-come {
	width:470px;
	height:140px;
	margin:0 auto 15px;
	position:relative;
}
#body article#index-page .float #slider-come img {
	position:absolute;
	left:0;
	top:0;
}

#body article#index-page .float #index-award{
	margin:0 auto 15px;
	text-align:center;
}
#body article#index-page .float #index-award img{
	width:220px;
	height:auto;
}
#body article#index-page .float #banner{
	margin:0 auto;
	text-align:center;
}
#body article#index-page .float #index-award img{
	height:auto;
}
#body article#index-page .float #index-copy {
	position:absolute;
	top:535px;
	left:0;
	width:1100px;
}
#body article#index-page #index-copy h2 {
	background:url(../img/index_copy.png) no-repeat center top;
	height:55px;
}
#body article#index-txt {
	width:100%;
	height:auto;
}
#body article#index-txt #index-release {
	width:1100px;
	margin:0 auto;
}

#body article#index-txt #index-release {
	padding:10px 0 50px;
}
#body article#index-txt #index-release h3 {
	width:1100px;
	margin:0 auto 5px;
	text-align:center;
	font-size:26px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#body article#index-txt #index-release p {
	max-width:1100px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}
#body article#index-txt #index-release p.copy {
	color:#330000;
	font-size:10px;
}
/*#socialmedia*/
#socialmedia{
	max-width:1100px;
	margin:20px auto;
}
#socialmedia ul{
	width:auto;
	height:30px;
	text-align:center;
}
#socialmedia ul li{
	display:inline;
	margin:0 10px;

}
#socialmedia ul li.share{
	font-family: 'Linden Hill', serif;
	font-size:30px;
	color:#330000;
	line-height:1;
}
#socialmedia ul li.share i{
	margin-right:5px;
}
#twitter-widget-0{
	width:100px !important;
}
.fb-like iframe {
    max-width: none !important;
}


/*#socialmedia ul.share-btn*/
#socialmedia ul.share-btn{
	margin:0 auto;
	width:205px;
	height:55px;
}
#socialmedia ul.share-btn li{
	display:block;
	margin:0 5px 0 0;
	float:left;
	text-align:center;
	font-size:10px;
	width:100px;
	height:40px;
	line-height:1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#socialmedia ul.share-btn li a{
	color:#FFF;
	text-decoration:none;
}
#socialmedia ul.share-btn li a:hover{
	text-decoration:none;
}
#socialmedia ul.share-btn li i{
	display:block;
	font-size:18px;
	font-style: normal;
	margin:6px 0 0 0;
	
}
#socialmedia ul.share-btn li.twitter{
	background:#45B0E3;
}
#socialmedia ul.share-btn li.twitter:hover {
	background-color: #7DD5FF;
}
#socialmedia ul.share-btn li.facebook{
	background:#39599F;
	margin-right:0;
}
#socialmedia ul.share-btn li.facebook:hover {
	background-color: #447BEE;
}
#socialmedia ul.share-btn li.line{
	display:none;
	background:#12C712;
	margin-right:0;
}
#socialmedia ul.share-btn li.line:hover {
	background-color: #4BF84B;
}
#socialmedia ul.share-btn li,
#socialmedia ul.share-btn li::before,
#socialmedia ul.share-btn li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#socialmedia ul.share-btn li {
}

#socialmedia .minibanner{
	margin:15px 0 0;
}
#socialmedia .minibanner ul{
	margin:0 auto;
	text-align:center;
}
#socialmedia .minibanner ul li{
	margin:0 5px 10px 0;
	display:inline;
}


/*.link-btn*/
.link-btn {
	margin:50px auto;
	text-align:center;
	font-size:50px;
	width:100%;
}
.link-btn a{
	color:#330000;
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}


/*news*/
article.news {
	padding:0 0 50px;
}
article.news h2{
	color: #330000;
	font-size:30px;
	text-align:center;
	font-weight:normal;
	font-family: 'Linden Hill', serif;
	margin:0 0 30px;
}
article.news .body{
	background:#FFF;
	width:950px;
	margin:0 auto 15px;
	padding:15px 30px;
}
article.news .body h3{
	margin:0 0 10px;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
article.news .body p{
	margin:0 0 10px;
}
article.news .body .red{
	color:#900;
}

/*trailer*/
article.trailer {
	padding:0 0 50px;
}
article.trailer h2{
	color: #330000;
	font-size:30px;
	text-align:center;
	font-weight:normal;
	font-family: 'Linden Hill', serif;
	margin:0 0 30px;
}
article.trailer .youtube{
	text-align:center;
}

/*imgs*/
article.imgs {
	padding:0 0 50px;
}
article.imgs h2{
	color: #330000;
	font-size:30px;
	text-align:center;
	font-weight:normal;
	font-family: 'Linden Hill', serif;
	margin:0 0 30px;
}
article.imgs .teaserflyer {
	width:950px;
	margin:0 auto 20px;
	text-align:center;
}
article.imgs .teaserflyer.flyer-a img{
	width:450px;
	height:auto;
	margin:0 10px;
}
article.imgs .teaserflyer.flyer-b img{
	width:auto;
	height:450px;
	margin:0 10px;
}


/*#body.second*/
#body.second{
	height:auto;
}
#body.second .page{
	margin:0 0 30px;
}
#body.second .page .body{
	width:1100px;
	height:auto;
	margin:0 auto;
}
#body.second .page p{
	margin:0 0 20px 0;
}


/*#body.second.about introduction*/
#body.second article.page.introduction{
	background:#df0008 url(../img/bg_about.jpg) center top repeat-x;
}
#body.second article.page.introduction h1{
	width:1000px;
	margin:0 auto;
	padding:203px 0 0 0;
}

#body.second article.page.introduction .txt{
	width:650px;
	margin:0 0 0 50px;
	float:left;
}
#body.second article.page.introduction figure{
	margin:30px 50px 0;
	width:300px;
	float:right;
}
#body.second article.page.introduction figure img{
	width:300px;
	height:auto;
	margin:0 0 15px 0;
}

#body.second article.page.introduction h2{
	margin:30px 0 20px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:22px;
}
#body.second article.page.introduction p{
	color:#FFF;
}
#body.second article.page.introduction p small{
	font-size:14px;
}

/*#body.second.about story*/
#body.second article.page.story{
	background:url(../img/bg_story.jpg) center;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
#body.second article.page.story .body{
	width:750px;
	margin:0 auto;
	padding:30px 0;
}
#body.second article.page.story h1{
	margin:20px 0 30px;
	text-align:center;
}
#body.second article.page.story p{
	margin:0 0 20px;
	color:#FFF;
	font-size:16px;
}
#body.second article.page.story p.line{
	text-align:center;
	font-size:12px;
}

/*#body.second.about cast*/
#body.second article.page.casts{
	padding:20px 0;
}
#body.second article.page.casts h1{
	margin:20px 0;
	text-align:center;
}
#body.second article.page.casts .body{
	width:1000px;
	margin:0 auto;
	padding:10px 0;
}
#body.second article.page.casts .body .cast{
	margin:0 0 20px 0;
}
#body.second article.page.casts .body .cast h2{
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:28px;
	margin:20px 0 10px 0;
}
#body.second article.page.casts .body .cast h2 small{
	font-size:16px;
	font-weight:normal;
}
#body.second article.page.casts .body .cast.c-04 h2,
#body.second article.page.casts .body .cast.c-05 h2,
#body.second article.page.casts .body .cast.c-06 h2{
	font-size:16px;
}
#body.second article.page.casts .body .cast.c-04 h2 small,
#body.second article.page.casts .body .cast.c-05 h2 small,
#body.second article.page.casts .body .cast.c-06 h2 small{
	font-size:12px;
}
#body.second article.page.casts .body .cast p{
	font-size:14px;
	color:#FFF;
}
#body.second article.page.casts .body .cast figure{
	margin:0 0 10px 0;
	text-align:center;
}
#body.second article.page.casts .body .cast figure img{
	width:450px;
	height:auto;
}

#body.second article.page.casts .body .cast.c-01,
#body.second article.page.casts .body .cast.c-02,
#body.second article.page.casts .body .cast.c-03{
	width:450px;
}
#body.second article.page.casts .body .cast.c-01{
	float:left;
}
#body.second article.page.casts .body .cast.c-02{
	float:right;
}
#body.second article.page.casts .body .cast.c-03{
	clear:both;
	margin:0 auto 30px;
}
#body.second article.page.casts .body .cast.c-04,
#body.second article.page.casts .body .cast.c-05,
#body.second article.page.casts .body .cast.c-06{
	width:295px;
	float:left;
	margin:0 18px 30px;
}
#body.second article.page.casts .body .cast.c-04 figure img,
#body.second article.page.casts .body .cast.c-05 figure img,
#body.second article.page.casts .body .cast.c-06 figure img{
	width:295px;
}

/*#body.second.director */
#body.second.director article.page.profile{
	background:url(../img/bg_director.jpg) center top repeat-x;
}
#body.second.director article.page.profile h1{
	width:1000px;
	height:130px;
	margin:0 auto;
	padding-top:35px;
}
#body.second.director article.page.profile .body{
	width:1000px;
	margin:0 auto;
}
#body.second.director article.page.profile .body p{
	color:#FFF;
}
#body.second.director article.page.profile .body figure{
	float:right;
	width:400px;
	height:auto;
	margin:10px 0 10px 30px;
}
#body.second.director article.page.profile .body figure img{
	width:400px;
	height:auto;
}
#body.second.director article.page.profile .body.filmography{
	margin-top:30px;
}
#body.second.director article.page.profile .body.filmography h2{
	color:#FFF;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:35px;
	font-weight:normal;
}
#body.second.director article.page.profile .body.filmography dl{
	margin:20px auto;
}
#body.second.director article.page.profile .body.filmography dt{
	font-size:16px;
	line-height:1.6;
	color:#FFF;
	float:left;
	width:100px;
	padding:0 0 20px 0;
}
#body.second.director article.page.profile .body.filmography dd{
	border-left:#FFF solid 2px;
	font-size:16px;
	line-height:1.6;
	color:#FFF;
	float:left;
	width:800px;
	padding:0 0 20px 20px;
}
#body.second.director article.page.profile .body.filmography dd:before{
    content:"●";
    color:#fff;
    margin-left:-26px;
	font-size:16px;
}

#body.second.director article.page.staffs{
	background:#000;
	margin-bottom:0;
	padding-bottom:30px;
}
#body.second.director article.page.staffs h1{
	text-align:center;
	padding:20px 0;
}
#body.second.director article.page.staffs .staff{
	width:500px;
	height:250px;
	float:left;
	margin:10px 20px;
}
#body.second.director article.page.staffs .staff h2{
	color:#FFF;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:26px;
	font-weight:normal;
}
#body.second.director article.page.staffs .staff p{
	color:#FFF;
}


/*comments*/
#body.second.comments{
	background:url(../img/bg_comments.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:0 0 30px;
}
#body.second.comments .page{
	margin:0 auto;
	width:1000px;
	height:auto;
}
#body.second.comments .page h1{
	color:#df0008;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:50px;
	font-weight:normal;
	text-align:center;
	padding:30px 0 0;
}
#body.second.comments .page .contents .comment{
	width:470px;
	height:auto;
	margin:10px 10px;
	padding:15px 0 0;
	float:left;
	background: rgba(255, 255, 255, .2);
}
#body.second.comments .page .contents .comment p{
	font-size:16px;
	line-height:1.8;
	margin:0 20px 10px 20px;
	color:#072638;
}
#body.second.comments .page .contents .comment p strong{
	font-size:20px;
	font-weight:800;
}
#body.second.comments .page .contents .comment h3{
	color:#072638;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:28px;
	text-align:right;
	margin:0 20px;
}
#body.second.comments .page .contents .comment h3 small{
	font-weight:normal;
	font-size:16px;
}


/*theater*/
#body.second.theater{
	background:#000 url(../img/bg_theater.jpg) center fixed;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
#body.second.theater .page{
	margin:0 auto;
	width:1000px;
	height:auto;
}
#body.second.theater .page h1{
	color:#FFF;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:50px;
	font-weight:normal;
	text-align:center;
	padding:30px 0 0;
}
#body.second.theater .page section.contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}
#body.second.theater .page .ticket{
	margin:10px auto;
	text-align:center;
}

#body.second.theater .page header nav{
	margin:30px 0;
}
#body.second.theater .page header nav ul.theater-list{
	margin:0;
}
#body.second.theater .page header nav ul.theater-list li{
	background:#df0008;
	float:left;
	margin:0 2% 0 0;
	width:15%;
	height:45px;
	text-align:center;
	line-height:45px;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
#body.second.theater .page header nav ul.theater-list li:hover{
	background:#FF3535;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#body.second.theater .page header nav ul.theater-list li.last{
	margin:0 0 0 0;
}
#body.second.theater .page header nav ul.theater-list li a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
}
#body.second.theater .page header nav ul.theater-list li a:hover{
	text-decoration:none;
	color:#FFF;
}
#body.second.theater .page section.contents{
	margin:0;
	padding:0;
}
#body.second.theater .page section.contents .ken-box{
	background:#FFF;
	margin:0 0 30px;
	border-bottom:#df0008 solid 2px;
	border-top:#df0008 solid 2px;
}
#body.second.theater .page section.contents .ken-box .ken{
	background:#df0008;
	width:20%;
	float:left;
	font-weight:800;
	line-height:50px;
	color:#FFF;
}
#body.second.theater .page section.contents .ken-box .ken h2{
	color:#FFF;
	font-size:20px;
	font-weight:800;
	padding:10px;
}
#body.second.theater .page section.contents .ken-box .theaters{
	width:80%;
	float:right;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box{
	border-bottom:#df0008 solid 2px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box.last{
	border-bottom:none;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name{
	float:left;
	width:40%;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h4{
	color:#df0008;
	font-size:14px;
	font-weight:normal;
	line-height:1.4;
	margin:10px 10px 0;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h3{
	font-size:20px;
	line-height:1.4;
	margin:0 10px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt{
	float:right;
	width:60%;
	font-size:14px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p{
	margin:10px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p strong{
	font-size:16px;
}


/*facebookbox*/
.facebookbox{
	margin:40px auto;
	width:710px;
}

/*uplink*/
#uplink{
	margin:0;
	padding:20px 0;
	width:100%;
	border-top:#FF373D solid 1px;
}
#uplink h1{
	margin:0 auto;
	width:1100px;
	height:auto;
	text-align:center;
}
#uplink h1 img{
	width:50px;
	height:auto;
}
#uplink ul{
	margin:10px auto 0;
	width:1100px;
	text-align:center;
}
#uplink ul li{
	display:inline;
	margin:0 10px 0 0;
}
#uplink ul li.last{
	margin-right:0;
}
#uplink ul li a{
	font-size:30px;
	color:#FFF;
}

/*#vod-btn*/
ul#vod-btn{
	margin:20px 0;
}
ul#vod-btn li{
	float:left;
	width:23%;
	margin:0 1% 10px;
}
ul#vod-btn li img{
	width:100%;
	height:auto;
}


