@charset "utf-8";
/*sp*/
body{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
img{
	width:100%;
    height: auto;
}
p{
	font-size: 12px;
	word-wrap: break-word;
}

.fixed {
    position: absolute;
    top: 0;
    width: auto;
    z-index: 10000;
}

/*#menu*/
body.index #second-h1{
	display: block;
}
#second-h1 a.sp{
	display: block;
}
#second-h1 a.pc{
	display: none;
}
#second-h1{
	position: fixed;
	top:0;
	left:0;
	z-index:200;
	background: #63CAEA;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 100%;
	height: auto;
	text-align:left;
	border-bottom:#333 solid 1px;
}
#second-h1 img{
	width: auto;
	height:50px;
}
#menu{
	background-color: #F2B635;
	background-image:none;
	position: fixed;
	top:0;
	left:0;
	height:auto;
	z-index:1000;
}
/*nav*/
#menu nav#nav{
	position: relative;
	display: none;
	margin:0 0 0 auto;
	top:0;
	left:0;
	width:100%;
	max-width:none;
	min-width:none;
	height:auto;
	display:block;
}
#menu nav#nav a.menu-btn{
	position: fixed;
	display: block;
	width:50px;
	height:50px;
	top:0;
	left:auto;
	right:0;
	z-index:1001;
}
#menu nav#nav:not(:target) > a:last-of-type.menu-btn {
	display: none;
}
#menu nav#nav:target > a:first-of-type.menu-btn {
	display: none;
}
#menu nav#nav ul{
	display: none;
	position: fixed;
	top:50px;
	left: auto;
	float:none;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav:target > ul{
	display: block;
}
#menu nav#nav ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#F2B635;
	width:100%;
	height:35px;
	line-height:35px;
	font-size:14px;
	position: static;
	left: auto;
	float:none;
	border-bottom:#FFF solid 1px;
	text-shadow: none;
}
#menu nav#nav ul li.none {
	display:none;
}
#menu nav#nav ul li small {
	font-size:12px;
}
#menu nav#nav ul li a {
	color:#FFF;
	margin:0 5%;
	display:block;
	width:90%;
}
#menu nav#nav ul li i {
	font-size:18px;
	margin:0 10px 0 0;
}
#menu nav#nav ul li.icon {
	margin:0 0 0 0;
	height:35px;
	line-height:35px;
	font-size:14px;
	text-shadow: none;
	float:left;
}
#menu nav#nav ul li.icon a span.sp{
	display: inline;
	font-size:10px;
}
#menu nav#nav ul li.facebook {
	width:34%;
	background:#3C56A2;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav ul li.twitter {
	width:33%;
	background:#00ABED;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav ul li.instagram {
	width:33%;
	background:#2F5F86;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav ul li.facebook a,
#menu nav#nav ul li.twitter a,
#menu nav#nav ul li.instagram a {
	display:block;
	color:#FFF;
	margin:0 10px;
	padding:0 0 0 0;
	height:35px;
	width:100%;
}
#menu nav#nav ul li a:hover{
     filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

/*#foot-sp-menu*/
nav#foot-sp-menu{
	display: block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#2AA6DD;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	float:none;
	border-bottom:#333 solid 1px;
	text-align:center;
}
nav#foot-sp-menu ul li.none {
	display:none;
}
nav#foot-sp-menu ul li small {
	font-size:10px;
}
nav#foot-sp-menu ul li a {
	color:#FFF;
	margin:0 0 0 0;
	display:block;
	width:100%;
}
nav#foot-sp-menu ul li i {
	font-size:14px;
	margin:0 10px 0 0;
}
nav#foot-sp-menu ul li.icon {
	margin:0 0 0 0;
	height:35px;
	line-height:35px;
	font-size:14px;
	text-shadow: none;
	float:left;
	text-align:center;
}
nav#foot-sp-menu ul li.icon a span.sp{
	display: inline;
	font-size:10px;
	margin:0 0 0 0;
}
nav#foot-sp-menu ul li.facebook {
	width:34%;
	background:#3C56A2;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul li.twitter {
	width:33%;
	background:#00ABED;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul li.instagram {
	width:33%;
	background:#2F5F86;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul li.facebook a,
nav#foot-sp-menu ul li.twitter a,
nav#foot-sp-menu ul li.instagram a {
	display:block;
	color:#FFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:50px;
}
nav#foot-sp-menu ul li a:hover{
     filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

/*body.second #menu*/
body.second #menu{
	height: 50px;
}
body.second #second-h1{
	width:100%;
	margin:0 0 0 0;
}
body.second #menu nav#nav {
	width: auto;
	height: auto;
	padding:0 0 0 0;
	float:none;
}


/*#body*/
#container {
	background:none;
	width: 100%;
    height: auto;
	margin:50px 0 0 0;
}
#body #sp-index{
	display:block;
}
#body {
	width:100%;
	height: auto;
}
#body .float{
	width:100%;
}
#body .copy{
	display:none;
}
#body .release h1{
	display:none;
}
#body .release p{
	text-align:center;
	font-size:8px;
	margin:15px 2% 5px;
	color:#000;
	line-height:1.3;
    -moz-text-shadow:none;
    -webkit-text-shadow:none;
    text-shadow:none;
	text-align:left;
}
#body .release p br{
	display:none;
}
#body .release h2{
	width:96%;
	height:auto;
	text-align:left;
	font-size:16px;
	font-weight:800;
	margin:2% 2%;
	color:#000;
}


#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:100%;
	height:auto;
}

#body #index-banner ul li.major{
	width:100%;
	height:auto;
}

#body #index-banner ul li.major img.major{
	width:100%;
	height:auto;
}

#body #index-banner ul li.filmarks{
	width:200px;
	height:auto;
	margin:10px 0 0 0;
}


#body #index-banner ul.other{
	width:100%;
	margin:0 0 0 0;
	padding:20px 0 0 0;	
}
#body #index-banner ul.other li{
	display: inline;
	margin:1px 0;
		width:100%;
}
#body #index-banner ul.other li img{
	margin:0 0 5px;
		width:70%;
}





a#about{
	display:block;
	height:50px;
}
#body #index-intro-h{
	background:none;
	height:auto;
	margin:0 2% 30px;
}
#body #index-intro-h h1{
	margin:0 2%;
	padding:0 0 0 0;
}
#body #index-intro-h #sp-photo{
	display: block;
	margin:15px 0 0 0;
}

#body #index-intro-h p{
	width:100%;
	font-size:16px;
	font-weight:400;
	margin:2% 0;
	padding:0;
	line-height:1.8;
	color:#000;
	background:none;
}




#body #index-intro-p{
	background:none;
	height:auto;
	margin:0 2% 30px;
}
#body #index-intro-p p{
	width:100%;
	font-size:12px;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	line-height:1.8;
}
#body #index-story{
	padding:20px 0;
}
#body #index-story h1{
	margin:0 2% 20px;
}
#body #index-story .txt{
	margin:0 2% 20px;
	padding:20px 3% 10px;
}
#body #index-story .txt p{
	margin:0 0 15px;
	line-height:1.8;
}
#body #index-trailer{
	margin:40px 0;
	text-align:center;
}
#body #index-trailer iframe{
	width:100%;
	height:auto;
}
#body #index-trailer h1{
	font-family: 'Cinzel', serif;
	font-size:36px;
	color:#000;
	line-height:1;
	text-align:center;
	margin-bottom:10px;
}


#body .page{
	margin:10px 2%;
	width:96%;
	height:auto;
}
#body .page h1{
	font-size:25px;
	padding:10px 0 20px;
	color:#000;
}

/*.cast*/

#body .page .contents .cast{
	padding:0 0 40px;
}

#body .page section.cast header h2{
	font-size:18px;
}

#body .page section.cast figure{
	margin:0 0 10px;
}

#body .page section.cast.c-02 figure{
	width:100%;
	height:auto;
	float:none;
}

#body .page section.cast.c-02 header{
	width:96%;
	height:auto;
	background:none;
	float:none;
}
#body .page section.cast.c-02 header p.bold{
	margin:0 2% 10px;
	font-size:16px;
	font-weight:600;
}

#body .page section.cast.c-02 header p.xtra{
	margin:0 2% 10px;
	font-size:16px;
	color:#0E2166;
	margin:15px 0;
}

#body .page section.cast.c-02 header p.xtra a{
	color:#0E2166;
	font-weight:600;
}

#body .page section.cast .txt{
	padding:20px 0 0 0;
	clear:both;
}
#body .page section.cast.c-03 .txt,
#body .page section.cast.c-04 .txt,
#body .page section.cast.c-05 .txt{
	padding:0 0 0 20px;
}


#body .page section.cast .txt blockquote{
	padding:15px 10px;
}

#body .page section.cast.c-02,
#body .page section.cast.c-04,
#body .page section.cast.c-05{
	width:100%;
}




/*second story*/
body.second.story #container {
	background: url(../img/sp_second_bg.gif) ;
	width: 100%;
    height: auto;
	margin:50px 0 0 0;
}
#body.second.story .page{
    margin:10px 2%;
	width:96%;
	height:auto;
}
#body.second.story .page h1{
	font-family: 'Playfair Display', serif;
	font-size:34px;
	color:#63CAEA;
	line-height:1;
	text-align:center;
	font-weight: 400;
	letter-spacing: 2px;
	padding:20px 0 0 7px;     
	-moz-text-shadow:2px 2px 7px #267784;
    -webkit-text-shadow:2px 2px 10px #267784;
    text-shadow:2px 2px 2px #267784;
}

#body.second.story .page section.story .txt{
	padding:20px 0 0 0;
	clear:both;
	width:90%;
}

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

#body.second.story .page section.story .txt h3{
	font-size:18px;
	color:#03B8DF;
	font-weight:600;
	text-align:center;
}


#body.second.story .page section.story .txt p{
	margin:0 0 20px;
	font-size:16px;
}

/*second director*/
body.second.director #container {
	background: url(../img/sp_second_bg.gif) ;
	width: 100%;
    height: auto;
	margin:50px 0 0 0;
}
#body.second.director .page{
    margin:10px 2%;
	width:96%;
	height:auto;
}
#body.second.director .page h1{
	font-family: 'Playfair Display', serif;
	font-size:34px;
	color:#63CAEA;
	line-height:1;
	text-align:center;
	font-weight: 400;
	letter-spacing: 2px;
	padding:20px 0 0 7px;     
	-moz-text-shadow:2px 2px 7px #267784;
    -webkit-text-shadow:2px 2px 10px #267784;
    text-shadow:2px 2px 2px #267784;
}

#body.second.director .page section.director .txt{
	padding:20px 0 0 0;
	clear:both;
	width:90%;
}

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

#body.second.director .page section.director .txt h3{
	font-size:18px;
	color:#03B8DF;
	font-weight:600;
	text-align:center;
}


#body.second.director .page section.director .txt p{
	margin:0 0 20px;
	font-size:16px;
}

#body.second.director .page section.director .txt h2.note{
	font-family: 'Playfair Display', serif;
	font-size:26px;
	border-top: 1px solid black;
    margin:23px 0 0;
    text-align:center;
    padding:0; height:24px;
	letter-spacing: 3px;
}

#body.second.director .page section.director .txt h2.note span {
    position: relative;
    top: -24px;
    padding: 0 20px;
    background:white;
}


/*second comment*/

#body.second.comment #container {
	background: url(../img/sp_second_bg.gif) ;
	width: 100%;
    height: auto;
	margin:50px 0 0 0;
}
#body.second.comment .page{
    margin:10px 2%;
	width:96%;
	height:auto;
}
#body.second.comment .page h1{
	font-family: 'Playfair Display', serif;
	font-size:34px;
	color:#63CAEA;
	line-height:1;
	text-align:center;
	font-weight: 400;
	letter-spacing: 2px;
	padding:20px 0 0 7px;     
	-moz-text-shadow:2px 2px 7px #267784;
    -webkit-text-shadow:2px 2px 10px #267784;
    text-shadow:2px 2px 2px #267784;
}

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

#body.second.comment .page section.comment{
	padding:0 0 0;
}

#body.second.comment .page section.comment .txt{
	padding:15px ;
	clear:both;
	width:90%;
}
#body.second.comment .page section.comment .txt p{
	margin:0 2% 10px;
	font-size:16px;
}

#body.second.comment .page section.comment.c-l,
#body.second.comment .page section.comment.c-r{
	width:100%;
	font-weight:400;
	margin:2% 0;
	padding:0;
	line-height:1.8;
}



/*#socialmedia*/
#socialmedia{
	width:100%;
	margin:15px 0;
}
#socialmedia ul{
	width:96%;
	height:auto;
	margin:0 2%;
}
#socialmedia ul li{
	line-height:2;
}

/*#socialmedia ul.share-btn*/
#socialmedia ul.share-btn{
	width:100%;
	margin:0 0 10px 0;
}
#socialmedia ul.share-btn li{
	width:31.3%;
	margin:0 1%;
	font-size:8px;
}
#socialmedia ul.share-btn li.twitter{
	margin:0 1% 0 1%;
}
#socialmedia ul.share-btn li.facebook{
	margin:0 1% 0 1%;
}
#socialmedia ul.share-btn li.line{
	display: block;
	margin:0 0 0 1%;
}
#socialmedia ul.share-btn li.line:hover {
	background-color: #4BF84B;
}
#socialmedia .minibanner ul li{
	margin:0 0 10px 0;
	display: block;
	text-align:center;
}

/*uplink*/
#uplink{
	margin:20px 0 0;
	padding:20px 0 0;
}
#uplink h1{
	width:100%;
}
#uplink ul{
	width:100%;
	height:auto;
}
#uplink ul li a{
	font-size:30px;
	color:#FFF;
}

/*second*/
body.second #container #menu {
	margin:0 auto;
	height: auto;
}
body.second #container #menu #second-h1 {
	margin: 0 auto;
	padding:0 0 0 0;
	width:100%;
	text-align:left;
}

/*theater*/

body.second.theater #container {

	background-size: auto;

}

#body.second.theater .page{

	margin:10px 0;

	width:100%;

	height:auto;

}

#body.second.theater .page h1{

	font-size:25px;

	padding:10px 0 0;

}

#body.second.theater .page header nav{

	margin:10px 0 0 0;

	width:100%;

}

#body.second.theater .page header nav ul.theater-list{

	margin:0 0 0 10px;

}

#body.second.theater .page header nav ul.theater-list li{

	float:left;

	margin:0 1% 5px 1%;

	width:30.5%;

	height: 35px;

	text-align:center;

	line-height: 35px;

	font-size:12px;

}

#body.second.theater .page header nav ul.theater-list li.last{

	margin:0 1% 5px 1%;

}

#body.second.theater .page section.contents{

	margin:0 2%;

	padding:0 0 0 0;

	width:96%

}

#body.second.theater .page section.contents a[name]{

	display:block;

	height:1px;

	width:1px;

}

#body.second.theater .page section.contents a.target{

    margin-top:0;

    padding-top:0;

}

#body.second.theater .page section.contents .ken-box{

	margin:50px 0 0 0;

	padding-top:0;

	border-bottom:#312111 solid 2px;

	border-top:none;

}



#body.second.theater .page section.contents .ken-box .ken{

	width:100%;

	float:none;

	line-height:50px;

}



#body.second.theater .page section.contents .ken-box .ken h2{

	font-size:16px;

	padding:5px;

	text-align:center;

}

#body.second.theater .page section.contents .ken-box .theaters{

	width:100%;

}

#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name{

	float:none;

	width:100%;

}

#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h4{

	font-size:10px;

}

#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h3{

	font-size:18px;

	line-height:1.4;

	margin:0 10px 5px;

	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;

}

#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt{

	float:none;

	width:100%;

	font-size:12px;

}

#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p{

	margin:0 10px 10px;

	font-size:12px;

}

#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p strong{

	font-size:12px;

}



/*second caststaff*/

body.second.caststaff #container {

	background-size: auto;

}

/*news*/
article.news {
	padding:50px 0 0;
}
article.news h2{
	font-size:25px;
	padding:20px 0 20px;
	color:#000;
}
article.news .body{
	width:95%;
	height:auto;
	padding:10px 5px;
	text-align:center;
}
article.news .body h3{
	font-size:18px;
	font-weight:800;
}

article.news .body h4{
	font-size:18px;
	font-weight:800;
}

article.news .body img{
	width:50%;
	max-width:100%;
	height:auto;
}
.r {
    float: none;
    margin: 0 0 10px 0;
}

article.news .body p{
	font-size:14px;
}

.r {
    float: none;
    margin: 0 0 10px 0;
}

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


