@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 601px){

body{
	margin:0px;
	background-color:#000;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#ccc;
	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:rgba(0,0,0,0.9);
  z-index: 1;
}

#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: 2;
}

#spheader{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	color: #DDDDDD;
	text-align: justify;
	word-break: break-all;
}

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

#logo{
	width:100%;
	position: relative;
	margin:0 auto;
	margin-bottom: 20px;
}

#topbnr{
	width:17%;
	position: absolute;
	left:20px;
	bottom: 20px;
	overflow: hidden; /* heightを戻す */
}

.topbnr{
	width:48%;
	float: left;
	margin:1%;
}

#submenu{
	width:40%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom:20px;
}

.submenu{
	width:32%;
	float: left;
	margin:0.666%;
}

#prize_biling{
	width:80%;
	margin:0 auto;
	margin-bottom: 20px;
}

#snsbtnline1{
	width:360px;
	margin: 0 auto;
	margin-bottom: 100px;
	overflow: hidden; /* heightを戻す */
}

.tweet{
	width:75px;
	float:left;
	margin-right:10px;
}

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

.eigacom{
	width:115px;
	float: right;
}

#menupc{
	width:100%;
	padding:5px 10px 5px 10px;
	box-sizing: border-box;
	position: fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.9);
}

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

.menupc{
	width:10.5%;
	float: left;
	margin:0.305%;
}

#menusp{
	display: none;
}

.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: 100;
	position: fixed;
	top:0;
	left:0;
	width: 6%;
	cursor: pointer;}
.menubox{
	padding: 2% 2% 2% 8%;
	z-index: 99;
	background: rgba(0,0,0,0.9);
	}
.showMenu .menuarea{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}

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

.menubox a{
	outline:none;
}

.content {
  	position: relative;
	margin: 0 auto;
	padding: 0;
}

.pagetitle1{
	width:40%;
	margin-left: 60%;
	margin-bottom: 80px;
	padding-top:70px;
}

.pagetitle2{
	width:40%;
	margin-right: 60%;
	margin-bottom: 80px;
	padding-top:70px;
}

.pagetitle3{
	width:55%;
	margin-left: 45%;
	margin-bottom: 80px;
	padding-top:70px;
}

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

#intro_wrapper{
	width:100%;
	background-color: #000;
}

#intro_inner{
	width:75%;
	margin:0 auto;
	padding-bottom:100px;
	overflow: hidden; /* heightを戻す */
}

#intro_left{
	width:48%;
	float: left;
}

#intro_right{
	width:48%;
	float: right;
}

.box{
	width:100%;
	margin-bottom: 50px;
}

.midashi{
	width:100%;
	margin-bottom: 20px;
}

.midashi2{
	width:60%;
	margin-bottom: 10px;
}

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

#story_wrapper{
	width:100%;
	background: url(../images/bg/story.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
}

#story_inner{
	width:40%;
	margin-left: 10%;
	padding-bottom:100px;
	overflow: hidden; /* heightを戻す */
	color: #333;
}



#director_wrapper{
	width:100%;
	background: url(../images/bg/director.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
}

#director_inner{
	width:80%;
	margin-left: 10%;
	padding-bottom:100px;
	overflow: hidden; /* heightを戻す */
}

#director_block{
	width:100%;
	margin-bottom: 40px;
}

#director_left{
	width:40%;
	float: left;
	margin-right: 2%;
}

#director_center{
	width:26%;
	float: left;
	padding-top:20px;
}

#director_right{
	width:30%;
	float: right;
	padding-top:20px;
}

dl.filmlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:10px;
	font-size:12px;
	border-bottom:1px dotted #666;
	padding-bottom:10px;
}

dl.filmlist dt {
	margin: 0;
	width: 25%;
	float: left;
	color:#b83db9;
}

dl.newslist dd {
	margin: 0 0 0 25%;
}


#cast_wrapper{
	width:100%;
	background-color: #EEE;
}

#cast_inner{
	width:80%;
	margin:0 auto;
	padding-bottom:100px;
	color: #333;
	overflow: hidden; /* heightを戻す */
}

.cast{
	width:20%;
	float: left;
	margin:2.5%;
}

.castphoto{
	width:100%;
	margin-bottom: 20px;
}

#footer_wrapper{
	width:100%;
	background-color: #abadaf;
}

#footer_inner{
	width:20%;
	margin:0 auto;
	padding:20px 0 30px 0;
}

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

#theater_inner{
	width:80%;
	margin:0 auto;
	padding-bottom:50px;
	overflow: hidden; /* heightを戻す */
}

#theater_attention{
	width:100%;
	text-align: center;
	font-size: 12px;
	color: #eee;
	margin-bottom:30px;
	line-height: 140%;
}

#logo_header_pre{
	width:40%;
	margin:0 auto;
	padding-top:2%;
}

#header_wrapper{
	width:100%;
	margin:0 auto;
	background-color: #abadaf;
}

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

#logo_header{
	width:40%;
	float:left;
	padding-top:2%;
}

#ticketarea{
	width:55%;
	float:right;
	padding:2%;
	box-sizing: border-box;
	background-color:#ddd;
}

#ticket_left{
	width:80%;
	margin:0 auto;
}

#ticket_right{
	width:30%;
	margin:0 auto;
	margin-bottom: 10px;
}

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

#contents{
	width:80%;
	margin:0 auto;
	margin-bottom:50px;
}

#theaterbody{
	width:100%;
	font-size:14px;
	padding-top:30px;
}

#theater_midashi{
	width:50%;
	margin:0 auto;
	margin-bottom: 30px;
}

.theater{
	width:100%;
	margin-bottom:10px;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.theaterbox01{
	background-color:#333;
	text-align:center;
	padding:6px 10px 6px 10px;
	color:#fff;
	font-size:12px;
}

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

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

.theaterbox02 a:hover{
	color:rgba(170,0,2,1.00);
	text-decoration:underline;
}

#areaMenu {
	display: block;
	width: 98%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px;
	padding:1%;
	background-color:#ab0082;
}

#areaMenu a{
	color:#fff;
	text-decoration:none;
}

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

.areaname{
	width: 98%;
	text-align:center;
	color:#fff;
	padding:0.5% 1% 0.5% 1%;
	font-size:12px;
	font-weight:bold;
	background-color:#ab0082;
	margin-top:3%;
}

#totop{
	width:20%;
	margin:0 auto;
	margin-top:60px;
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 0;
}

#comment_wrapper{
	width:100%;
	background: url(../images/bg/comment.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
}

#comment_inner{
	width:90%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
	overflow: hidden; /* heightを戻す */
}

.comment_pc{
	width:100%;
}

.comment_sp{
	display: none;
}

#comment_header{
	width:40%;
	margin:0 auto;
	margin-bottom: 30px;
}

.comment_midashi_wrapper{
	width:100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.comment_midashi{
	width:30%;
	margin:0 auto;
}

#comment_menu_wrapper{
	width:30%;
	margin:0 auto;
	margin-bottom: 50px;
	overflow: hidden; /* heightを戻す */
}

.comment_menu{
	width:46%;
	float: left;
	margin:2%;
}

#comment_text{
	width:100%;
}

#comment_movie{
	width:100%;
	margin-bottom: 100px;
}

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

.cmovie_box{
	width:46%;
	float: left;
	margin:2%;
}

#cmovie_pc2{
	width:40%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}
#cmovie_pc2 .cmovie_box{
	width:92%;
	float: left;
	margin:4%;
}

#sptopbnr{
	display: none;
}

#comment_midashi_pc{
	width:90%;
	margin: 0 auto;
	margin-bottom:30px;
}

#comment_midashi_sp{
	display: none;
}


#event_wrapper{
	width:100%;
	background: url(../images/bg/event.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
}

#event_inner{
	width:50%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
	overflow: hidden; /* heightを戻す */
}

.event_midashi_text{
	width:100%;
	text-align: center;
	margin-bottom: 40px;
}

.event_box{
	width:100%;
	margin-bottom: 50px;
	padding:5%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
}

.event_midashi{
	width:100%;
	background-color: #ab0082;
	padding:5px 10px 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.event_text{
	width:100%;
}

dl.eventlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:10px;
	font-size:14px;
	border-bottom:1px dotted #333;
	padding-bottom:10px;
	font-weight: bold;
}

dl.eventlist dt {
	margin: 0;
	width: 12%;
	float: left;
	color:#b83db9;
}

dl.eventlist dd {
	margin: 0 0 0 12%;
}

.event_detail{
	width:40%;
	margin:0 auto;
	border:1px solid #333;
	padding:2px;
	box-sizing: border-box;
	margin-top:30px;
	text-align: center;
	font-size: 13px;
}

.event_detail a{
    display:block;
	width: 100%; /* 横幅 */
	background-color:#444;
	border:2px solid #00171F;
	padding:2px 10px 2px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #eee;
}

.event_detail a:hover {
	background-color: #ab0082;
	text-decoration: none;
	color: #eee;
}

.event_soldout{
	width:100%;
	background-color:rgba(162,0,2,1.00);
	padding:2px 10px 2px 10px;
	box-sizing: border-box;
	font-size: 11px;
	font-weight: bold;
	margin-top:20px;
	text-align: center;
}

.event_comment{
	width:100%;
	padding:5%;
	border: 3px double #fff;
	background-color: rgba(255,255,255,0.9);
	box-sizing: border-box;
	color: #222;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
}

.event_comment_name{
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}


}