@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: 14px;
	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: #FFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 100%;
	height: auto;
	text-align:left;
	box-shadow: 0 0 5px 0 #333;
}
#second-h1 img,
body.second #container #menu #second-h1 img{
	width: auto;
	height:50px;
}
#menu{
	background-color: #1E0000;
	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:#1E0000;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	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:10px;
}
#menu nav#nav ul li a {
	color:#FFF;
	margin:0 5%;
	display:block;
	width:95%;
}
#menu nav#nav ul li i {
	font-size:12px;
	margin:0 5px 0 0;
}
#menu nav#nav ul li.icon {
	margin:0 0 0 0;
	height:30px;
	line-height:30px;
	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.icon i{
	font-size:18px;
}
#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:30px;
	width:100%;
}
#menu nav#nav ul li a:hover{
     filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

#menu nav#nav ul.mini {
	position: fixed;
	top:236px;
	left: auto;
	float:none;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav ul.mini li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	position: static;
	left: auto;
	float:none;
	border-bottom:#FFF solid 1px;
	text-shadow: none;
	background: #00C6C9;
	border-radius: 0;/* CSS3草案 */
	-webkit-border-radius: 0;/* Safari,Google Chrome用 */
	-moz-border-radius: 0;/* Firefox用 */
}
#menu nav#nav ul.mini li a {
	color:#FFF;
	padding:0 0 0 0;
}


/*#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:#1E0000;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	float:none;
	border-bottom:#fff 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;
}
nav#foot-sp-menu ul.mini li {
	background: #00C6C9;
}
nav#foot-sp-menu ul.mini li:hover {
	background: #007284;
}

/*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 article#index-main{
	background:none;
}
#body article#index-main .copy{
	display:none;
}
#body article#index-main .release p{
	text-align:center;
	font-size:10px;
	margin:5px 2%;
	line-height:1.3;
	text-align:left;
}
#body article#index-main .release p br{
	display:none;
}
#body article#index-main .release h2{
	margin:0 2%;
	font-size:20px;
	font-weight:800;
	line-height:1.3;
	text-align:left;
}

/*.banner*/
.banner{
	
}

/*.sp-banner*/
.sp-banner{
	display: block;
	margin:0 5% 10px;
}
.sp-banner a{
	display: block;
	margin:0 0 5px;
}


/*#index-intro*/
#index-intro{
	background:url(../img/index_bg_intro.jpg) bottom center;
	background-size:cover;
	height:auto;
	padding: 60px 0;
}
#index-intro h1{
	margin:0 4% 5px;
	padding:10px 0 0 0;
	font-size:18px;
	font-weight:800;
}
#index-intro p{
	margin:0 4% 5px;
}

/*#index-gaudi*/
#index-gaudi{
	background:#EFEFEF url(../img/index_gaudi.jpg) top right no-repeat;
	height:auto;
}
#index-gaudi h1{
	margin:0 4% 5px;
	padding:260px 0 0 0;
	font-size:18px;
	font-weight:800;
}
#index-gaudi p{
	margin:0 4% 0;
	padding:0 0 20px;
}

/*#index-intro2*/
#index-intro2{
	margin:20px 0 30px;
}
#index-intro2 h1{
	margin:0 4% 5px;
	padding:10px 0 0 0;
	font-size:20px;
	font-weight:800;
	text-align:left;
}
#index-intro2 p{
	margin:0 4% 5px;
}
/*#index-cast*/
#index-cast{
	margin:0 0 20px;
}
#index-cast .cast{
	width:100%;
	float:none;
	margin:0 0 30px 0;
}
#index-cast .cast .txt{
	width:100%;
	float:none;
	margin:15px 0 5px;
}
#index-cast .cast .txt h1{
	margin:0 4% 3px;
	font-size:18px;
	font-weight:800;
}
#index-cast .cast .txt p{
	margin:0 4% 5px;
}
#index-cast .cast figure {
	float:none;
	display: inline-block;
	position: relative;
}
#index-cast .cast.cast-r .txt{
	float:none;
}
#index-cast .cast.cast-r figure {
	float:none;
}
#index-cast .cast figure:after {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	right: auto;
	left: 0;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 40px 50px;
	border-color: transparent transparent #ffffff transparent;
}
#index-cast .cast.cast-r figure:after {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	right: auto;
	left: 0;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 40px 50px;
	border-color: transparent transparent #ffffff transparent;
}


#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:22px;
	line-height:1;
	text-align:center;
}


/*#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 h1{
	width:100%;
}
#uplink ul{
	width:100%;
	height:auto;
}
#uplink ul li a{
	font-size:30px;
	color:#1e0000;
}

/*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 .ticket{
	margin:10px 5%;
}
#body.second.theater .page header nav{
	margin:10px 0 0 0;
	width:100%;
}
#body.second.theater .page header nav ul.theater-list{
	margin:0 1%;
	padding:0 0 0 0;
}
#body.second.theater .page header nav ul.theater-list li{
	float:left;
	margin:0 1% 5px;
	width:23%;
	height: 40px;
	text-align:center;
	line-height: 40px;
}
#body.second.theater .page header nav ul.theater-list li a{
	font-size:10px;
}
#body.second.theater .page header nav ul.theater-list li.last{
	margin:0 1% 5px;
}
#body.second.theater .page section.contents{
	margin:0 2%;
	padding:0 0 0 0;
	width:96%
}
#body.second.theater .page section.contents a.target{
    margin-top:0;
    padding-top:0;
}
#body.second.theater .page section.contents a[name]{
	display:block;
	height:1px;
	width:1px;
}
#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 comments*/
body.second.comments #container #body article.page {
	padding:20px 0 30px;
}
body.second.comments #container #body article.page h1 {
	font-size:28px;
	font-weight:800;
	margin-bottom:10px;
}
body.second.comments #container #body article.page .contents {
	padding:10px 0;
}
body.second.comments #container #body article.page .contents .comment {
	margin:40px 3%;
}
body.second.comments #container #body article.page .contents .comment h2 {
	font-size:20px;
	font-weight:800;
	margin-bottom:0;
}
body.second.comments #container #body article.page .contents .comment p {
	font-size:14px;
}


/*second special*/
body.second.special #container #body article.page {
	margin:0 1.5%;
	padding:5px 0 30px;
}
body.second.special #container #body article.page h1 {
	margin-bottom:5px;
}
body.second.special #container #body article.page .contents h1 {
	font-size:20px;
	font-weight:800;
}
body.second.special #container #body article.page h1 img {
	width:80%;
}
body.second.special #container #body article.page .contents {
	padding:10px 0;
}
body.second.special #container #body article.page .contents .content .txt {
	width:100%;
	float:none;
}
body.second.special #container #body article.page .contents .content .twitter {
	width:100%;
	float:none;
}
body.second.special #container #body article.page .contents .content .twitter iframe#twitter-widget-0 {
	width:100% !important;
}
body.second.special #container #body article.page .contents .content {
	margin:15px 3%;
}
body.second.special #container #body article.page .contents .content p {
	font-size:14px;
	margin:0 0 10px;
}
body.second.special #container #body article.page .contents .present {
	margin:0 1%;
}
body.second.special #container #body article.page .contents .present h2 {
	font-size:13px;
	font-weight:800;
	margin-bottom:0;
}
body.second.special #container #body article.page .contents .present p {
	font-size:12px;
}

/*second event*/
body.second.event #container #body article.page {
	margin:0 1.5%;
	padding:20px 0 30px;
}
body.second.event #container #body article.page h1 {
	font-size:28px;
	font-weight:800;
	margin-bottom:10px;
}
body.second.event #container #body article.page .contents {
	padding:10px 0;
}

body.second.event #container #body article.page .contents .content {
	margin:0 3%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: #000000 dotted 1px;
}
body.second.event #container #body article.page .contents .content.border {
	border-bottom:#000000 solid 2px;
	margin: 0 3%;
}
body.second.event #container #body article.page .contents .content h2 {
	font-size:16px;
	font-weight:800;
}
body.second.event #container #body article.page .contents .content h3 {
	font-size:12px;
	font-weight:800;
}
body.second.event #container #body article.page .contents .content p {
	font-size:12px;
	margin:0 0 10px;
}
body.second.event #container #body article.page .contents .content .img {
	width:100%;
	float:none;
	text-align:center;
	margin:0 0 5px;
}
body.second.event #container #body article.page .contents .content .img img {
	width:60%;
}
body.second.event #container #body article.page .contents .content .txt {
	width:100%;
	float:none;
}
body.second.event #container #body article.page .contents .content .txt h2 {
	font-size:16px;
	font-weight:800;
}
body.second.event #container #body article.page .contents .content .txt p {
	font-size:12px;
	margin:0 0 10px;
}
body.second.event #container #body article.page .contents .content .txt p br {
	display:none;
}

/*second tieup*/
body.second.tieup #container #body article.page {
	margin:0 1.5%;
	padding:20px 0 30px;
}
body.second.tieup #container #body article.page h1 {
	font-size:28px;
	font-weight:800;
	margin-bottom:10px;
}
body.second.tieup #container #body article.page .contents {
	padding:10px 0;
}
body.second.tieup #container #body article.page .contents .content {
	margin:0 3%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: #000000 dotted 1px;
}
body.second.tieup #container #body article.page .contents .content h2 {
	font-size:16px;
	font-weight:800;
}
body.second.tieup #container #body article.page .contents .content p {
	font-size:12px;
	margin:0 0 10px;
}
body.second.tieup #container #body article.page .contents .content .img {
	width:100%;
	float:none;
	text-align:center;
	margin:0 0 5px;
}
body.second.tieup #container #body article.page .contents .content .img img {
	width:60%;
}
body.second.tieup #container #body article.page .contents .content .txt {
	width:100%;
	float:none;
}
body.second.tieup #container #body article.page .contents .content .txt h2 {
	font-size:16px;
	font-weight:800;
}
body.second.tieup #container #body article.page .contents .content .txt p {
	font-size:12px;
	margin:0 0 10px;
}
body.second.tieup #container #body article.page .contents .content .txt p br {
	display:none;
}

/*news*/
article.news {
	padding:0 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;
}

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

.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;
}

