@charset "utf-8";
/*index*/
html,body {
	background:#F1F0EB;
	height: 100%;
	margin: 0;
	color:#312111;
}
#container {
	height: 100%;
	margin: 0;
}

/*menu*/
#second-h1{
	text-align:center;
	margin:10px 0;
}
body.index #second-h1{
	display:none;
}
.menu-btn{
	display:none;
}
#menu {
	background: url(../img/index_menu_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height: 40px;
}
#menu nav#nav {
	max-width:1100px;
	min-width:980px;
	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:14px 4px 0;
	font-size:14px;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
}
#menu nav#nav ul li small {
	font-size:8px;
}
#menu nav#nav ul li.icon {
	margin:0 2px 0 0;
	font-size:34px;
	line-height:34px;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}
#menu nav#nav ul li.facebook {
	margin-left:10px;
}
#menu nav#nav ul li.facebook a {
	color:#3C56A2;
}
#menu nav#nav ul li.twitter a {
	color:#00ABED;
}
#menu nav#nav ul li.instagram a {
	color:#2F5F86;
}
#menu nav#nav ul li a:hover{
     filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}
#menu nav#nav ul li i {
	margin:0 3px 0 0;
}
#menu nav#nav ul li.icon a span.sp{
	display:none;
}

/*#body*/
#body {
	width: 100%;
	height: 100%;
}
#body article#index-page {
	background:#FFF;
	width: 100%;
}
#body article#index-page .float {
	max-width:1100px;
	min-width:980px;
	margin:0 auto;
}
#body article#index-page #index-img {
	width:56%;
	margin:0 2% 0 0;
	max-width:670px;
	float:left;
}
#body article#index-page #index-img img {
	max-width:670px;
	width:100%;
	height: auto;
}
#body article#index-page #index-main {
	margin:20px 2% 0 0;
	width:40%;
	max-width:430px;
	float:right;
}
#body article#index-page #index-main h2 {
	margin:0 0 10px 0;
	color:#A16E38;
	font-size:16px;
	font-weight: normal;
	text-align:center;
}
#body article#index-page #index-main h1 {
	text-align:center;
}
#body article#index-page #index-trailer{
	background:#000;
	position:relative;
	margin:15px auto;
	text-align:center;
	width:250px;
	height:140px;
}
#body article#index-page #index-trailer img {
	position:absolute;
	left:0;
	top:0;
}
#body article#index-page #index-trailer ul{
	width:250px;
	height:140px;
	margin:0 auto;
}
#body article#index-page #index-trailer .play-btn{
	width:100%;
	position:absolute;
	top:0;
	font-size:50px;
	line-height:140px;
	text-align:center;
	z-index:100;
}
#body article#index-page #index-trailer .play-btn a{
	display:block;
	color:#FFF;
     filter: alpha(opacity=30);
    -moz-opacity:0.30;
    opacity:0.30;
	width:250px;
	height:140px;
}
#body article#index-page #index-trailer .play-btn a:hover{
	color:#FFF;
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
#body article#index-page #index-banner{
	position:relative;
	margin:5px auto;
	text-align:center;
}
#body article#index-page #index-banner img{
	max-width:350px;
	height:auto;
}
#body article#index-page #index-banner2{
	position:relative;
	margin:5px auto;
	text-align:center;
}
#body article#index-page #index-banner2 img{
	max-width:350px;
	height:auto;
}
#body article#index-page #index-banner3{
	position:relative;
	margin:5px auto;
	text-align:center;
}
#body article#index-page #index-banner3 img{
	max-width:350px;
	height:auto;
}
#body article#index-page #index-award{
	margin:15px auto 0;
	text-align:center;
}

#body article#index-page #index-copy {
	max-width:1100px;
	margin:0 auto;
	background: #FFF;
	clear:both;
}
#body article#index-page #index-copy h2 {
	background:url(../img/index_copy.png) no-repeat center 15px;
	height:85px;
}
#body article#index-page #index-release {
	background:#F1F0EB;
	padding:20px 0 50px;
}
#body article#index-page #index-release h3 {
	max-width:1100px;
	margin:0 auto 10px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#body article#index-page #index-release p {
	max-width:1100px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}
#body article#index-page #index-release p.copy {
	color:#C68F59;
	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: 'Crimson Text', serif;
	font-size:30px;
	color:#9F6C38;
	line-height:1;
}
#socialmedia ul li.share i{
	margin-right:5px;
}
#twitter-widget-0{
	width:100px !important;
}

/*.link-btn*/
.link-btn {
	margin:50px auto 0;
	text-align:center;
	color:#9F6C38;
	font-size:40px;
	width:100%;
}
.link-btn a{
	color:#9F6C38;
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
/*event*/
article.event {
	background:#F1F0EB;
	padding:0 0 50px;
}
article.event h3{
	color: #221A0D;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	margin:0 0 5px 0;
}
article.event h2{
	color: #221A0D;
	font-size:30px;
	text-align:center;
	font-weight:normal;
	font-family: 'Crimson Text', serif;
	margin:0 0 30px;
}
article.event section.body{
	width:980px;
	margin: 0 auto;
}
article.event section.body p{
	margin: 0 0 15px 0;
}
article.event section.body .red{
	color:#C00;
}
article.event section.body h3{
	margin: 0 0 15px 0;
	font-size:24px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	text-align:left;
}
article.event section.body h3 small{
	font-size:16px;
}
article.event section.body p small{
	font-size:12px;
}

	
/*ticket*/
article.ticket {
	background:#F1F0EB;
	padding:0 0 50px;
}
article.ticket h3{
	color: #221A0D;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	margin:0 0 5px 0;
}
article.ticket h2{
	color: #221A0D;
	font-size:30px;
	text-align:center;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	margin:0 0 30px;
}
article.ticket section.body{
	width:980px;
	margin: 0 auto;
}
article.ticket section.body p{
	color: #221A0D;
	font-size:18px;
	margin:0 0 20px 0;
}
article.ticket section.body p a{
	color: #221A0D;
}
article.ticket section.body p.note{
	font-size:14px;
	margin:0 0 20px 0;
}
article.ticket section.body blockquote{
	margin:0 0 0 0;
	padding:30px 50px;
	border:none;
	background:#FFF;
}
article.ticket section.body blockquote p{
	color:#0652C5;
	font-size:16px;
	margin:0 0 0 0;
}

article.ticket section.body blockquote p.fr{
	font-family: 'Crimson Text', serif;
	font-size:24px;
	margin:0 0 20px;
}


/*imgs*/
article.imgs {
	background:#F1F0EB;
	padding:0 0 50px;
}
article.imgs h2{
	color: #221A0D;
	font-size:30px;
	text-align:center;
	font-weight:normal;
	font-family: 'Crimson Text', 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{
	background:#FFF;
	height:auto;
}
#body.second #page{
	max-width:1100px;
	height:auto;
	margin:0 auto;
}
#body.second #page h1{
	padding:30px 0 0;
	font-family: 'Crimson Text', serif;
	font-weight:normal;
	font-size:23px;
	text-align:center;
}
#body.second #page .txt{
	padding:30px 0;
	font-size:16px;
	width:800px;
	margin:0 auto;
}
#body.second #page .txt h2{
	margin:0 0 35px 0;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}
#body.second #page .txt h2 small{
	font-size:18px;
}
#body.second #page .txt p{
	margin:0 0 20px 0;
}
#body.second #page .txt figure{
	text-align:center;
}
#body.second #page .txt figure img{
	width:500px;
	height:auto;
	margin:0 0 20px 0;
}
#body.second #page hr{
	color:#9f6c38;
	border-style: dashed;
}

#body.second figure img{
	width:100%;
	height:auto;
}

#body.second #page .txt .cast{
	margin:0 0 30px 0;
}
#body.second #page .txt .cast h3{
	margin:0 0 10px 0;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:26px;
	font-weight:normal;
	text-align:center;
}
#body.second #page .txt .cast h3 small{
	font-size:18px;
}
#body.second #page .txt .cast figure{
	text-align:center;
}
#body.second #page .txt .cast figure img{
	width:600px;
	height:auto;
	margin:0 0 15px 0;
}



/*comments*/
#body.second.comments #page .txt{
	max-width:1100px;
	text-align:center;
}
#body.second.comments #page .txt .comment{
	padding:30px 0;
	width:46%;
	margin:0 2%;
	float:left;
}
#body.second.comments #page .txt .comment p{
	font-size:16px;
	line-height:1.8;
	margin:0 0 5px 0;
}
#body.second.comments #page .txt .comment p strong{
	font-size:20px;
	font-weight:800;
}
#body.second.comments #page .txt .comment h3{
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:28px;
	font-weight:normal;
	line-height:30px;
	text-align:right;
}
#body.second.comments #page .txt .comment h3 small{
	font-weight:normal;
	font-size:16px;
}


/*theater*/
#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:#312111;
	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:#8E6031;
	-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{
	padding:0;
}
#body.second.theater #page section.contents .ken-box{
	background:#FFF;
	margin:0 0 30px;
	border-bottom:#312111 solid 2px;
	border-top:#312111 solid 2px;
}
#body.second.theater #page section.contents .ken-box .ken{
	background:#312111;
	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:#312111 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:#312111;
	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;
}


/*gallery #body.second.gallery*/
#body.second.gallery #page{
	max-width:100% !important;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
#body.second.gallery #page #imgs{
	margin: 0 auto;
}
#body.second.gallery #page #imgs section.img{
    margin: 5px;
    float: left;
}
#body.second.gallery #page #imgs section.img img{
    width: 500px;
	height:auto;
}


/*#body.second.products*/
#body.second.products #page h2{
	padding:0 0 0 0;
	font-weight:normal;
	font-size:14px;
	text-align:center;
}
#body.second #page section.item{
	margin:0 auto;
	padding:50px 0;
	font-size:16px;
	width:980px;
}
#body.second #page section.item .txt{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:500px;
	float:left;
}
#body.second #page section.item .txt h1{
	margin:0 0 20px 0;
	padding:0 0 0 0;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:26px;
	text-align:left;
}
#body.second #page section.item .txt h2{
	width:200px;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-family: 'Crimson Text', serif;
	font-weight:normal;
	font-size:26px;
	text-align:center;
	color:#FFF;
	background:#C00;
}
#body.second #page section.item .txt  p{
	margin:0 0 20px 0;
	font-size:16px;
	text-align:left;
}
#body.second #page section.item .txt  p.mini{
	font-size:14px;
}
#body.second #page section.item .img{
	margin:0 0 0 0;
	width:450px;
	float:right;
}
#body.second #page section.item .img img{
	margin:0 auto;
}
#body.second #page section.item ul.imgs{
	margin:50px auto;
}
#body.second #page section.item ul.imgs li{
	margin:5px 5px;
	float:left;
}
#body.second #page section.item ul.imgs li img{
	max-width:150px;
	height:auto;
}

img.shadow{
	display: inline-block;
	box-shadow: 0px 0px 15px #999;
	-moz-box-shadow: 0px 0px 15px #999; /* Firefox */
	-webkit-box-shadow: 0px 0px 15px #999;  ; /* Chrome, Safari */
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=135, strength=10, enabled=true);
}

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

/*news*/
#news {
	margin-top : -20px;
  padding-top : 20px;
}

article.news {
	padding:0 0 0;
	
}
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{
	color:#000;
	background:#FFF;
	width:850px;
	margin:0 auto 15px;
	padding:15px 30px;
	overflow:auto;
	border: solid ; 
	border-width: 1px;
}
article.news .body h3{
	margin:0 0 10px;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
article.news .body p{
	margin:0 0 10px;
}
article.news .body .red{
	color:#900;
}

.r{
	float:right;
	margin:0 0 20px 20px;
}

/*#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;
}

ul#vod-btn li.first{
	float:left;
	width:23%;
	margin:0 0 10px 220px;
}
ul#vod-btn li.first img{
	width:100%;
	height:auto;
}
