@charset "utf-8";
/*index*/
html,body {
	background:#FFF;
	margin: 0;
	color:#000;
}
#container {
	margin: 0;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*en*/
.en-h{
	font-family: 'Lora', serif !important;
}


/*menu*/
body.index #second-h1{
	display:none;
}
#second-h1 a.sp{
	display:none;
}
.menu-btn{
	display:none;
}
#menu{
	background:#000;
	margin:0 auto;
	height: 40px;
	border-bottom: 1px solid #8E8E8E;
}
#menu nav#nav {
	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:12px 10px 0;
	font-size:14px;
	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 {
	text-decoration:none;
	color:#FC0;
}
#menu nav#nav ul li.icon {
	margin:0 5px 0 0;
	font-size:30px;
	line-height:36px;
}
#menu nav#nav ul li.facebook {
	margin-left:10px;
}
#menu nav#nav ul li i {
	margin:0 3px 0 0;
}
#menu nav#nav ul li.icon a span.sp{
	display:none;
}



/*#foot-sp-menu*/
#foot-sp-menu{
	display:none;
}

/*#body*/
#container {
	width:100%;
	height:auto;
}

#body #sp-index{
	display:none;
}
#body {
	width:100%;
	height: auto;
}
#body .float{
	width:980px;
	height:auto;
	margin:0 auto;
}
#body #index-main{
	background:#FFF url(../img/index_header.jpg) top center repeat-x;
	color:#000;
	margin:0 0 30px;
	height:580px;
}
body.en #body #index-main{
	background:#FFF url(../img/index_header_en.jpg) top center repeat-x;
}
#body #index-main .main{
	padding:140px 0 0 0;
}
#body #index-main .main .copy{
	float:left;
}

#body #index-main .main .copy h1.nos{
	float:left;
	display: block;
}

#body #index-main .main .copy h2{
	float:left;
	margin:50px 0 0 90px;
	color:#FCF015;
	font-size:18px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 10px;
	display:block;
}

#body #index-main .main .abstract{
	float:right;
	width:550px;
}
#body #index-main .main .abstract h1.button{
	margin:120px 50px 50px 0;
	display: block;
}


#body #index-release .release p{
	text-align:center;
	font-size:10px;
	margin:0 0 5px;
}
#body #index-release .release h2.copy{
	margin:0 0 0 0;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#body #index-release .release h2.date{
	margin:10px 0;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#0952C6;
}

#body #index-release .release h4{
	margin:10px 0 0 0;
	text-align:center;
	font-size:12px;
	font-weight:800;
}

#body .release .sp_award{

display:none;

}

/*index-banner*/

#body #index-banner{
	margin:20px 0;
}
#body #index-banner ul{
	text-align:center;
}
#body #index-banner ul li{
	float:left;
	text-align:center;
	width:100%;
}
#body #index-banner ul li img{
	width:500px;
	height:auto;
}

#body #index-banner ul.other{
	margin:0 auto 20px;
	text-align:center;
	width:750px;
}
#body #index-banner ul.other li{
	display: inline;
	margin:1% 5px;
	width:350px;
}


#body #index-banner ul.other li img{
	width:350px;
	border:solid #333 1px;
}

/*news*/

a#news{
	display:block;
	height:0px;
}

article.news {
	padding:0 0 50px;
	margin-top:50px;
}
article.news h2{
	font-family: 'Mallanna', sans-serif;
	font-size:30px;
	color:#000;
	line-height:1;
	text-align:center;
	font-weight: 400;
	margin:20px 0;
}
article.news .body{
	background:#FFF;
	width:850px;
	margin:0 auto 15px;
	padding:15px 30px;
	overflow:auto;
	border-style: dotted ; 
	border-width: 1px;
}
article.news .body h3{
	margin:0 0 20px;
	text-align:center;
	font-size:26px;
	color:#000;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

article.news .body h4{
	margin:0 0 20px;
	font-size:20px;
	color:#031F69;
	text-align:center;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

article.news .body p{
	margin:0 0 10px;
	color:#000;
	
}
article.news .body .red{
	color:#870AA5;
	font-weight:600;
}




/*index-intro*/

a#about{
	display:block;
	height:0px;
	}

#body #index-intro .float{
	background:#FFF;
	padding:30px 0;
}
#body #index-intro{
	text-align:center;
}
#body #index-intro h2{
	margin:0 50px 10px;
	font-size:26px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	color:#000;
}
#body #index-intro img{
	margin:0 0 15px;
}

#body #index-intro p{
	margin:0 50px 15px;
}

/*index-director*/

#body #index-director .float{
	background:#FFF;
	padding:30px 0;
	width:900px;
}

#body #index-director h2{
	margin:0 50px 10px;
	font-size:26px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	color:#000;
}

#body #index-director section.direc.d-01 header{
	width:420px;
	height:auto;
	float:right;
	padding:10px;
}
#body #index-director section.direc.d-01 figure{
	width:450px;
	float:left;
	margin-top:15px;
}

#body #index-director section.direc.d-01 .txt{
	padding:20px 40px 0;
}

#body #index-director section.direc header h3{
	font-size:22px;
	font-weight:normal;
	color:#0E2166;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

/*index-trailer*/

#body #index-trailer{
	margin:50px 0;
	text-align:center;
}
#body #index-trailer h1{
	font-family: 'Mallanna', sans-serif;
	font-size:36px;
	text-align:center;
	margin-bottom:15px;
}

/*imgs*/
article.imgs {
	padding:0 0 50px;
}
article.imgs h2{
	color: #330000;
	font-size:36px;
	text-align:center;
	font-weight:800;
	font-family: 'Mallanna', sans-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;
	border:solid 1px #CCC;
}
article.imgs .teaserflyer.flyer-b img{
	width:auto;
	height:450px;
	margin:0 10px;
}


#body img#index-photos{
	width:100%;
	height:auto;
}



/*#socialmedia*/
#socialmedia{
	margin:10px auto;
}
/*#socialmedia ul.buttons*/
#socialmedia ul.buttons{
	width:auto;
	margin:10px 0 0;
	text-align:center;
}
#socialmedia ul.buttons li{
	display:inline-block;
	vertical-align: top;
	margin:0 10px 0 0;
	height:22px;
}
#socialmedia ul.buttons li.share{
	font-family: 'Lora', serif;
	font-size:20px;
}
#socialmedia ul.buttons li.share i{
	margin-right:5px;
}

/*#socialmedia ul.share-btn*/
#socialmedia ul.share-btn{
	margin:10px auto 0;
	width:205px;
	height:45px;
}
#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 .minibanner{
	margin:15px 0 0;
}
#socialmedia .minibanner ul{
	margin:0 auto;
	text-align:center;
}
#socialmedia .minibanner ul li{
	margin:0 5px 5px 0;
	display:inline;
}



/*uplink*/
#uplink{
	margin:0;
	padding:20px 0;
	width:100%;
	background:#FFF;
}
#uplink h1{
	margin:0 auto;
	height:auto;
	text-align:center;
}
#uplink h1 img{
	width:50px;
	height:auto;
}
#uplink ul{
	margin:10px auto 0;
	width:980px;
	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:#000;
}

/*second*/
body.second #container #menu {
	margin:0 auto;
	height: 110px;
}
body.second #container #menu #second-h1 {
	margin: 0 auto;
	padding:15px 0 5px 0 ;
	width:980px;
	text-align:center;
}


/*second aboutbutton*/

#body.second.about_button #aboutheader{
	background:#FFF url(../img/aboutbutton_headerimg.jpg) top center repeat-x;
	color:#000;
	margin:0 0 30px;
	height:450px;
}

#body #sp-aboutheader{
	display:none;
}

#body.second.about_button .page{
	margin:0 auto;
	width:1000px;
	height:auto;
}

#body.second.about_button .page section.about .txt{
	margin:0 auto;
	width:850px;
	padding:0 0 0 0;
}

#body.second.about_button .page section.about .txt p{
	padding:0 0 20px;
}

#body.second.about_button .page section.contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}

#body.second.about_button .page h1.buttontit{
	margin:10px 0;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 3px;
}

#body.second.about_button .page h1.abouttit{
	font-family: 'Mallanna', sans-serif;
	font-size:30px;
	border-top: 1px dotted black;
    margin:50px 76px 0;
    text-align:center;
    padding:0; 
	height:24px;
	letter-spacing: 3px;
}

#body.second.about_button .page h1.abouttit span{
    position: relative;
    top: -24px;
    padding: 0 20px;
    background:white;
}

#body.second.about_button .page h2{
	margin:10px 0;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#022A59;
	letter-spacing: 3px;
	}


/*second aboutnostalgia*/

#body.second.about_nostalgia #aboutheader{
	background:#FFF url(../img/aboutnos_header_img.jpg) top center repeat-x;
	color:#000;
	margin:0 0 30px;
	height:450px;
}

#body #sp-aboutheader{
	display:none;
}

#body.second.about_nostalgia .page{
	margin:0 auto;
	width:1000px;
	height:auto;
}

#body.second.about_nostalgia .page h1.nostalgiatit{
	margin:10px 0;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 3px;
}

#body.second.about_nostalgia .page h1.abouttit{
	font-family: 'Mallanna', sans-serif;
	font-size:30px;
	border-top: 1px dotted black;
    margin:50px 76px 0;
    text-align:center;
    padding:0; 
	height:24px;
	letter-spacing: 3px;
}

#body.second.about_nostalgia .page h1.abouttit span{
    position: relative;
    top: -24px;
    padding: 0 20px;
    background:white;
}

#body.second.about_nostalgia .page section.about .txt{
	margin:0 auto;
	width:850px;
	padding:0 0 0 0;
}

#body.second.about_nostalgia .page section.about .txt p{
	padding:0 0 20px;
}

#body.second.about_nostalgia .page section.about .txt h2{
	margin:10px 0;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#022A59;
	letter-spacing: 3px;
	}




#body.second.about_nostalgia .page section.contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}


/*second comment*/

body.second.comment #container {
	background: url(../img/main.jpg) top center fixed;
	background-size:cover;
}
#body.second.comment .page{
	margin:0 auto;
	width:1000px;
	height:auto;
}
#body.second.comment .page h1{
	font-family: 'Mallanna', sans-serif;
	font-size:30px;
	color:#FFF;
	line-height:1;
	text-align:center;
	letter-spacing: 2px;
	padding:20px 0;     
	-moz-text-shadow:2px 2px 7px #000;
    -webkit-text-shadow:2px 2px 10px #000;
    text-shadow:2px 2px 2px #000;
}

#body.second.comment .page span.fudo{
	font-family: 'Verdana','メイリオ', Meiryo, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:center;
	line-height:1;
	text-align:center;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 0;     
	-moz-text-shadow:2px 2px 7px #000;
    -webkit-text-shadow:2px 2px 10px #000;
    text-shadow:2px 2px 2px #000;
}


/*#body.second.comment .page .contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}*/

#body.second.comment .page section.comment.c{
	width:800px;
	margin:20px auto;
	background-color:rgba(26,38,68,0.70);
	padding:20px;
}


#body.second.comment .page section.comment h2{
	font-size:18px;
	font-weight:600;
	color:#0E2166;
	text-align:right;
}

#body.second.comment .page section.comment h3{
	font-size:16px;
	font-weight:600;
	color:#0E2166;
	text-align:right;
}

#body.second.comment .page section.comment .txt{
	padding:20px 0 0 0;
	clear:both;
	font-size:16px;
	color:#e1dcde;
}

#body.second.comment .page section.comment .txt p{
	margin:0 0 20px;
}


#body.second.comment .page section.comment .txt p img{
	width:450px;
	height:auto;
	margin-left:180px;
	
}

#body.second.comment .page section.comment .txt p span.c-strong{
	color:#ecda45;
}

#body.second.comment .page section.comment .txt p.movietit{
	text-align:right;
	font-weight:600;
	font-size:16px;
}


#body.second.comment .page section.comment .txt p.name{
	text-align:right;
	font-weight:600;
	font-size:20px;
}





/*#body.second.comment .page section.comment.c-l,
#body.second.comment .page section.comment.c-r{
	width:430px;
	margin:20px 0;
	background-color:rgba(26,38,68,0.50);
	padding:20px;
}

#body.second.comment .page section.comment.c-l{
	float:left;
}
#body.second.comment .page section.comment.c-r{
	float:right;
}*/




/*second theater*/
body.second.theater #container {
	background: url(../img/theater_bg.jpg) top center fixed;
	background-size:cover;
}
#body.second.theater .page{
	margin:0 auto;
	width:1000px;
	height:auto;
}
#body.second.theater .page h1{
	color:#FFF;
	font-family: 'Cinzel', serif;
	font-size:30px;
	font-weight:normal;
	text-align:center;
	padding:30px 0 0;
    -moz-text-shadow:3px 3px 3px #1E0000;
    -webkit-text-shadow:3px 3px 3px #1E0000;
    text-shadow:3px 3px 3px #1E0000;
}
#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:#1E0000;
	float:left;
	margin:0 2% 0 0;
	width:12.57142857142857%;
	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:#840000;
	-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;
	font-size:14px;
}
#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;
	color:#1E0000;
}
#body.second.theater .page section.contents a.target{
    margin-top:-110px;
    padding-top:110px;
	display: inline-block; /* required for webkit browsers */
	vertical-align: top;
}
#body.second.theater .page section.contents .ken-box{
	background:#FFF;
	margin:0 0 30px;
	border-bottom:#1E0000 solid 2px;
	border-top:#1E0000 solid 2px;
}
#body.second.theater .page section.contents .ken-box .ken{
	background:#1E0000;
	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:#1E0000 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:#1E0000;
	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;
}

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

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