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

@media screen and (max-width:600px){
	
body{
	margin:0px;
	background-color:#1d2d35;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#eee;
}

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

a 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:#1d2d35;
  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;
}

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

#contents_wrapper img{
	max-width:100%;
}

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

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:40px;
}

#topmain{
	width:100%;
	position: relative;
}

#topimage{
display: none;
}

#topcontents_wrapper{
	width:100%;
}

#logo{
display: none;
}

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

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

.tablet{
	display: none;
}

#snsbtnline2{
	width:336px;
	margin: 0 auto;
	overflow: hidden; /* heightを戻す */
}

.tweet{
	width:75px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.like{
	width:136px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.eigacom{
	width:105px;
	margin: 0 auto;
	margin-bottom: 20px;
}

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

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

#contents{
	width:90%;
	margin:0 auto;
	padding:3% 5% 10% 5%;
	background-color:rgba(43,57,65,0.7);
}

#theater_logo{
	width:80%;
	margin:0 auto;
	margin-bottom: 10px;
}

#theater_ticketarea{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
	padding:15px 0 15px 0;
	border-top:3px double #555;
	border-bottom:3px double #555;
}

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

#theater_ticketbtn{
	width:100%;
}

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

#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:rgba(97,93,71,1.00);
	margin-top:3%;
}

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

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

}