@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#000;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#ddd;
	height:100%;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color:#150902;
  z-index: 101;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 102;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}

.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0, -100%, 0);
  	transform: translate3d(0, -100%, 0);
}

.imgresponsive img{
	width: 100%;
	height: auto;
}
.menubtn{
	z-index: 200;
	position: fixed;
	top:0;
	left:47%;
	width: 6%;
	cursor: pointer;
}

.menubox{
	padding: 5% 2% 1% 2%;
	z-index: 99;
	background-image:url(images/bg/menu.jpg);
}

.showMenu .menuarea{
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}

.menubox li{
	width: 23%;
	float: left;
	margin:1%;
}
.menubox img{
	width: 100%;
	height: auto;
}

.menubox a{
	outline:none;
}


#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 13px;
	text-align: justify;
	word-break: break-all;
	line-height: 140%;
}

#contents_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#top_wrapper{
	width:100%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

#top_l{
	width:50%;
	float: left;
}

#top_r{
	width:42%;
	float: right;
	padding: 7% 4% 0 4%;
}

.logo{
	width:100%;
	margin-bottom: 10px;
}

.museum{
	width:40%;
	margin:0 auto;
	margin-bottom: 20px;
}

.day{
	width:80%;
	margin:0 auto;
}

#snsbtnline{
	width:226px;
	position: fixed;
	right: 30px;
	top: 20px;
	overflow: hidden; /* heightを戻す */
}

.like{
	width:146px;
	float:left;
}

.tweet{
	width:75px;
	float:right;
}

#intro_wrapper{
	width:100%;
	background: url(images/bg/intro.jpg) 100% 0 no-repeat fixed; 
	background-size:cover;
	padding:500px 0 0 0;
}

#intro_inner{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	line-height: 180%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.9);
	padding:150px 10% 150px 10%;
	border-top:3px double #ccc;
}

#giger_wrapper{
	width:100%;
	background: url(images/bg/giger.jpg) 100% 0 no-repeat fixed; 
	background-size:cover;
	padding:500px 0 0 0;
}

#giger_inner{
	width:100%;
	font-size: 14px;
	line-height: 160%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.9);
	padding:150px 15% 70px 15%;
	border-top:3px double #ccc;
}

#crewcast_wrapper{
	width:100%;
	background: url(images/bg/cc.jpg) 100% 0 no-repeat fixed; 
	background-size:cover;
	padding:500px 0 0 0;
}

#crewcast_inner{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	line-height: 180%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.9);
	padding:150px 15% 150px 15%;
	border-top:3px double #ccc;
}


#eeg_wrapper{
	width:100%;
	background: url(images/bg/eeg.jpg) 100% 0 no-repeat fixed; 
	background-size:cover;
	padding:500px 0 0 0;
}

#eeg_inner{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	line-height: 180%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.9);
	padding:150px 15% 150px 15%;
	border-top:3px double #ccc;
}


#theater_wrapper{
	width:100%;
	background: url(images/bg/theater.jpg) 100% 0 no-repeat fixed; 
	background-size:cover;
	padding:500px 0 0 0;
}

#theater_inner{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	line-height: 180%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.9);
	padding:150px 15% 150px 15%;
	border-top:3px double #ccc;
}

.box{
	width:100%;
	margin-bottom: 70px;
	overflow: hidden; /* heightを戻す */
}

.box2{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.box3{
	width:100%;
	margin-bottom: 30px;
	overflow: hidden; /* heightを戻す */
}

.midashi{
	width:100%;
	margin-bottom: 20px;
	color:#fff;
	text-shadow: 0 -1px 1px #000, -1px 0 1px #000, 1px 0 1px #000;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 18px;
	font-weight: bold;
}

.text{
	width:100%;
}

.text a{
	color: #ccc;
	text-decoration: underline;
}

.text a:hover{
	color: #fff;
	text-decoration: underline;
}

.intro_l{
	width:46%;
	float: left;
}

.intro_r{
	width:46%;
	float: right;
}

.pagetitle_intro{
	width:95%;
}

.credit{
	width:100%;
	margin:0 auto;
	border-top:1px solid #ccc;
	padding:70px 0 100px 0;
	margin-top:100px;
}

.credit_pagetitle{
	width:15%;
	margin:0 auto;
	margin-bottom: 70px;
}

.credit_text{
	width:70%;
	margin:0 auto;
	text-align: center;
	font-size: 12px;
}

.pagetitle_giger{
	width:95%;
}

.giger_l{
	width:30%;
	float: left;
}

.giger_r{
	width:65%;
	float: right;
}

.giger_photo{
	width:100%;
	margin-bottom:30px;
}

.giger_btn{
	width:100%;
	margin-bottom:10px;
}

.pagetitle_cc{
	width:95%;
}

.cc_wrapper{
	width:100%;
	border-bottom:1px solid #333;
	padding-bottom:5%;
	box-sizing: border-box;
	margin-bottom: 70px;
	overflow: hidden; /* heightを戻す */
}

.film{
	width:100%;
	padding-bottom:5px;
	margin-bottom: 20px;
	border-bottom:1px dotted #ccc;
	font-weight: bold;
}

dl.filmlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:20px;
	font-size:13px;
}

dl.filmlist dt {
	margin: 0;
	width: 16%;
	float: left;
}
	
dl.filmlist dd {
	margin: 0 0 0 16%;
}

.ccname{
	color: #999;
	font-size: 12px;
	padding-left: 10px;
}

.ccbox_l{
	width:46%;
	float: left;
}

.ccbox_r{
	width:46%;
	float: right;
}

.ccphoto{
	width:60%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.eegbox{
	width:100%;
	margin-bottom: 100px;
	padding-bottom: 50px;
	border-bottom: 1px solid #666;
}


.theaterbox01{
	background-color:rgba(131,131,131,0.5);
	padding:6px 10px 6px 10px;
	color:#eee;
	font-size:12px;
	text-align:center;
}

.theaterbox02{
	background-color:rgba(255,255,255,0.8);
	padding:6px 10px 6px 10px;
	color:#333;
	font-size:12px;
	text-align:center;
}

.theaterbox02 a{
	color:rgba(111,91,36,1.00);
	text-decoration: none;
}

.theaterbox02 a:hover{
	color:#ccc;
	text-decoration: none;
}

.spheader{
	display: none;
}

#sptrailerarea{
	display: none;
}

.goodsmidashi{
	width:100%;
	margin-bottom: 10px;
	color:#fff;
	text-shadow: 0 -1px 1px #000, -1px 0 1px #000, 1px 0 1px #000;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.goodstext{
	width:100%;
	font-size: 11px;
	color: #ccc;
	text-align: center;
	margin-bottom: 30px;
}

.goodstext2{
	width:100%;
	font-size: 12px;
}

.goodspic{
	width:100%;
	margin-bottom: 10px;
}







@media screen and (max-width:600px){

.menubtn{
	z-index: 100;
	position: inherit;
	position: fixed;
	top:0;
	left:42%;
	width: 16%;
	cursor: pointer;
}

.menubox{
	padding: 30% 22.5% 30%;
	width: 100%;
	z-index: 99;
}

.menubox li{
	list-style: none;
	width: 50%;
	float: left;
}

.menubox img{
	width: 100%;
	height: auto;
}

#top_wrapper{
	width:100%;
	position:inherit;
}

#top_wrapper{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding:5% 0 7% 0;
}

#top_l{
	width:100%;
	float: none;
}

#top_r{
	width:100%;
	float: none;
	padding: 0;
}

#snsbtnline{
	position: inherit;
	left:0;
	bottom:0;
	width:226px;
	margin:0 auto;
	margin-bottom: 50px;
	float: none;
}

.fb{
	width:48%;
	float:left;
}

.tw{
	width:48%;
	float:right;
}

#intro_wrapper{
	width:100%;
	background:none; 
	padding:50px 0 0 0;
}

#intro_inner{
	width:80%;
	margin:0 auto;
	font-size: 13px;
	line-height: 180%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,1.0);
	padding:50px 0 50px 0;
	border-top:3px double #ccc;
}

#giger_wrapper{
	width:100%;
	background:none; 
	padding:50px 0 0 0;
}

#giger_inner{
	width:80%;
	margin:0 auto;
	font-size: 13px;
	line-height: 180%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,1.0);
	padding:50px 0 50px 0;
	border-top:3px double #ccc;
}

#crewcast_wrapper{
	width:100%;
	background:none; 
	padding:50px 0 0 0;
}

#crewcast_inner{
	width:80%;
	margin:0 auto;
	font-size: 13px;
	line-height: 180%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,1.0);
	padding:50px 0 50px 0;
	border-top:3px double #ccc;
}


#eeg_wrapper{
	width:100%;
	background:none; 
	padding:50px 0 0 0;
}

#eeg_inner{
	width:80%;
	margin:0 auto;
	font-size: 13px;
	line-height: 180%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,1.0);
	padding:50px 0 50px 0;
	border-top:3px double #ccc;
}


#theater_wrapper{
	width:100%;
	background:none; 
	padding:50px 0 0 0;
}

#theater_inner{
	width:80%;
	margin:0 auto;
	font-size: 13px;
	line-height: 180%;
	box-sizing:border-box;
	background-color:rgba(0,0,0,1.0);
	padding:50px 0 50px 0;
	border-top:3px double #ccc;
}

.spheader{
	display: inherit;
	width:100%;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 3px double #666;
}

.intro_l{
	width:100%;
	float: none;
	margin-bottom: 70px;
}

.intro_r{
	width:100%;
	float: none;
}

.pagetitle_intro{
	width:80%;
	margin-left: 10%;
	padding-bottom: 10px;
}

.credit{
	width:100%;
	margin:0 auto;
	border-top:1px solid #ccc;
	padding:70px 0 100px 0;
	margin-top:100px;
}

.credit_pagetitle{
	width:30%;
	margin:0 auto;
	padding-bottom: 30px;
}

.credit_text{
	width:100%;
	margin:0 auto;
	text-align: center;
	font-size: 11px;
	line-height: 130%;
}

.pagetitle_giger{
	width:80%;
	margin-left: 10%;
	padding-bottom: 10px;
}

.giger_l{
	width:100%;
	float: none;
	margin-bottom: 30px;
}

.giger_r{
	width:100%;
	float: none;
}

.giger_photo{
	width:100%;
	margin-bottom:30px;
}

.giger_btn{
	width:100%;
	margin-bottom:10px;
}

.pagetitle_cc{
	width:80%;
	margin-left: 10%;
	padding-bottom: 10px;
}

.cc_wrapper{
	width:100%;
	border-bottom:1px solid #333;
	padding-bottom:5%;
	box-sizing: border-box;
	margin-bottom: 70px;
	overflow: hidden; /* heightを戻す */
}

.film{
	width:100%;
	padding-bottom:5px;
	margin-bottom: 20px;
	border-bottom:1px dotted #ccc;
	font-weight: bold;
}

dl.filmlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:20px;
	font-size:12px;
}

dl.filmlist dt {
	margin: 0;
	width: 100%;
	float: none;
	margin-bottom: 10px;
	border: 1px solid #333;
	box-sizing: border-box;
	padding:2%;
	text-align: center;
}
	
dl.filmlist dd {
	width: 100%;
	margin: 0 0 0 0;
}

.ccname{
	color: #999;
	font-size: 11px;
	padding-left: 10px;
}

.ccbox_l{
	width:100%;
	float: none;
	margin-bottom: 70px;
}

.ccbox_r{
	width:100%;
	float: none;
}

.ccphoto{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
}

.eegbox{
	width:100%;
	margin-bottom: 100px;
	padding-bottom: 50px;
	border-bottom: 1px solid #666;
}

.midashi{
	width:100%;
	margin-bottom: 10px;
	color:#fff;
	text-shadow: 0 -1px 1px #000, -1px 0 1px #000, 1px 0 1px #000;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 14px;
	font-weight: bold;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom:20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
	display: inherit;
}


}