@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:fff;
	font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
	color:#666;	
	text-align: justify;
	height:100%;
}

html{
	height:100%;
}

a { 
border-style:none;
text-decoration: none;
color: #fd5577;
}

a:hover{ 
border-style:none;
color: #fd5577;
opacity: 0.5;
}

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

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



#loader {
    width: 400px;
    height: 106px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -53px; /* heightの半分のマイナス値 */
    margin-left: -200px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fd5577;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}


.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;
	padding: 10px;
}
.menubtn{
	z-index: 100;
	position: fixed;
	top:1%;
	right:2%;
	width: 7%;
	cursor: pointer;
	box-sizing: border-box;
}

.menubox{
	padding: 1%;
	z-index: 99;
    background-color: #000;
}

.menubox a{
	outline: none;
}

.menubox a:hover{
	outline: none;
}

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

.menubox li{
	width: auto;
	color: #fd5577;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}

.small{
	font-size: 80%;
	padding-top: 15px;	
}

.large{
	font-size: 130%;
	font-family: 'Raleway', sans-serif;
	line-height: 140%;
}

.white{
	color: #fff;	
}

.pink{
	color: #fd5577;	
}

.right{
	text-align: right;
	padding-right: 1%;
}

.datebox{
border-top: solid 1px #60b239;
padding: 5px 0;
line-height: 140%;
}

.left_m{
	box-sizing: border-box;
	color: #fd5577;
}

.right_m{
	box-sizing: border-box;
	color: #fd5577;
}

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

.left_m img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	outline: none;
}

.left_m:hover img {
  opacity: .2;
}

.right_m img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.right_m:hover img {
  opacity: .2;
}


#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 13px;
	line-height: 170%;
}

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

#top_wrapper{
	width:100%;
	overflow: hidden;
	position: relative;
}

#top_tlm{
	width:50%;
	float: left;
	box-sizing: border-box;
	border:10px solid #000;
    position: relative;
}

#top_tlm a{
  display: block;
  position: relative;
}
  
#top_tlm .hoverimg{
  position: absolute;
  top:0;
  left: -100%;
  -webkit-transition: .4s;
     -moz-transition: .4s;
      -ms-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
  z-index: 101;
}

#top_tlm a:hover .hoverimg{
  left: 0%;
}

#fade_catch {
	width:50%;
	position: absolute;
    left: 0%;
    top:10%;
    margin:0 auto;
    display: none;
    z-index: 105;
}

#snsbtn_wrapper1{
	width:2%;
	position: fixed;
	right: 0;
	top:16%;
	z-index: 103;
}

.snsbtn{
    width:100%;
	margin-bottom: 5px;
	box-sizing: border-box;
	background-color: #fff100;
}

.snsbtn img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.snsbtn:hover img {
  opacity: .2;
}

#snsbtn_wrapper2{
	width:400px;
	right:20px;
	bottom:20px;
	position: absolute;
	overflow: hidden; /* heightを戻す */
}

.tweet{
	width:68px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:66px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.line{
	width:76px;
	float: right;
	margin-right:60px;
	line-height: 100%;
}

#snsbtn_wrapper3{
	display: none;
}

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

#snsbtn_wrapper5{
	display: none;
}

.scrollShowEffect {
	-webkit-transition-delay: 1s;
	   -moz-transition-delay: 1s;
	    -ms-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	-webkit-transition: all 2s ease-in-out;
	   -moz-transition: all 2s ease-in-out;
	    -ms-transition: all 2s ease-in-out;
	     -o-transition: all 2s ease-in-out;
	        transition: all 2s ease-in-out;
	opacity:0;
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.mb20s{
	width:40%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb20s2{
	width:60%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

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

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

.spshow{
	display: none;
}

.pcshow{
	width:100%;
}

.pagetitle1{
	font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #000;
	letter-spacing: 5px;
	margin-bottom: 50px;
}

.pagetitle2{
    margin:0 auto;
	font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	background-color: #fd5577;
	margin-bottom: 50px;
	letter-spacing: 2px;
	text-align:center;
	padding: 5px;
}

#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin: 0 auto;
	background-color: #fd5577;
	padding:50px 0 50px 0;
}

#footer_logo{
	width:30%;
	margin:0 auto;
    margin-bottom: 20px;
}


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

#DD_intro_wrapper{
	width:100%;
	background-size:cover;
    color: #fff;
}

#DD_intro_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:7% 10% 7% 10%;
    box-sizing: border-box;
}

#ikeda_news_wrapper{
	width:100%;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#ikeda_news_inner{
	max-width:380px;
	overflow: hidden; /* heightを戻す */
	padding:10% 0% 10% 0%;
    box-sizing: border-box;
	color: #666;
	margin: 0 auto;
	text-align: justify;
}


#DD_staff_wrapper{
	width:100%;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#DD_staff_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:7% 10% 7% 10%;
    box-sizing: border-box;
	color: #fff;
	text-align: justify;
}

#DD_credit_wrapper{
	width:100%;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#DD_credit_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 10% 10% 10%;
    box-sizing: border-box;
	text-align: center;
}

#DD_theater_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

#DD_theater_inner{
	max-width:800px;
	overflow: hidden; /* heightを戻す */
	padding:10% 0% 10% 0%;
    box-sizing: border-box;
	color: #666;
	margin: 0 auto;
}

.midashi1{
	width:100%;
	font-size: 26px;
	font-weight: 600;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 40px;
	margin-bottom: 50px;
	color:#fff;
}

.midashi2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #666;
	line-height: 24px;
}

.midashi3{
	width:100%;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
}

.marker {
background: linear-gradient(transparent -40%, #fd5577 0%);
font-weight: bold;
color: #fff;
padding: 0px 2%;
}

.marker_g {
background: linear-gradient(transparent -40%, #60b239 0%);
font-weight: bold;
color: #fff;
padding: 0px 2%;
}

.marker_m {
background: linear-gradient(transparent -40%, #999999 0%);
font-weight: bold;
color: #fff;
padding: 0px 2%;
}

.wrapperline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	border-bottom: solid 1px #666;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.newsbox{
	width:100%;
	float: center;
	margin:0%;
}

.newsbox_02{
	width:45%;
	float: left;
	margin:5% 5% 5% 0%;
}

.newsbox_03{
	width:39%;
	float: left;
	margin:5% 0% 0% 0%;
}

.newsbox_04{
	width:100%;
	float: left;
	margin:3% 0% 3% 0%;
}
.newsbox_05{
	width:30%;
	float: left;
	margin:5% 2% 5% 0%;
}

.staffbox{
	width:44%;
	float: left;
	margin:0 6% 0 0;
} 

table   {
width: 100%;
border-collapse:collapse
}
table tr    {
border-bottom:1px solid #666;
}

.theaterbox{
	padding:6px;
}

.theaterboxa{
	width:100%;
	padding:6px;
}

.theaterboxb{
	width:25%;
	padding:6px;
}

.theaterboxc{
	width:50%;
	padding:6px;
}

.theaterboxc a{
	color:#666;
	text-decoration: none;
}

.theaterboxc a:hover{
	opacity: 0.5;
	text-decoration: underline;
}


.ticket{
    width:60%;
    margin:0 auto;
    margin-bottom: 30px;
}



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

#loader {
    width: 300px;
    height: 80px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -150px; /* widthの半分のマイナス値 */
    z-index: 103;
}

#contents_wrapper{
	width:90%;
	margin:0 auto;
	font-size: 14px;
	line-height: 160%;
}
.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: auto;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0, -100%, 0);
  	transform: translate3d(0, -100%, 0);
}

.menubtn{
	z-index: 100;
	position: fixed;
	top:0;
	right:5%;
	width: 15%;
	cursor: pointer;
	box-sizing: border-box;
}

.menubox{
	padding: 10% ;
	z-index: 99;
    background-color: #000;
}

.menubox li{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 5% 0%;
	margin:1%;
}

.left_m{
	border-bottom: 1px solid #666;
	box-sizing: border-box;
}

.right_m{
	border-bottom: 1px solid #666;
	box-sizing: border-box;
}


#spmain{
	width:100%;
	display: inherit;
    margin-bottom: 30px;
}
	
#top_day{
	display: none;
}
	
#top_comment{
	display: none;
}
	
#snsbtn_wrapper1{
	display: none;
}
	
#snsbtn_wrapper3{
	width:90%;
	margin:0 auto;
	display: inherit;
	margin-bottom: 10px;
	margin-top: 20px;
    overflow: hidden;
	box-sizing: border-box;
}

#snsbtn_wrapper2{
	width:241px;
	right:0;
	bottom:0;
	position: inherit;
	overflow: hidden; /* heightを戻す */
	margin:0 auto;
}
	
#snsbtn_wrapper4{
margin-left: 15%;
}
	
#snsbtn_wrapper5{
	width:90%;
	margin:0 auto;
	display: inherit;
    overflow: hidden;
	box-sizing: border-box;
}

.snsbtn{
    width:32%;
	margin-bottom:0;
    float: left;
    margin:0.66666%;
	box-sizing: border-box;
	background-color: #fff100;
}

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:30px;
	display: inherit;
	margin-top:30px;
}

.pcshow{
	display: none;
}

.spshow{
	display:inherit;
	width:100%;
}


.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

#top_image{
	display: none;
}
	
#DD_intro_wrapper{
	width:100%;
	background:none;
}

#DD_intro_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 10% 10% 10%;
    box-sizing: border-box;
	background-color: #fd5577;
}

#ikeda_news_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
}

#ikeda_news_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 0% 10% 0%;
    box-sizing: border-box;
	color: #666;
}

#DD_staff_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
}

#DD_staff_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 10% 10% 10%;
    box-sizing: border-box;
	background-color: #fd5577;
	color: #fff;
}

#DD_credit_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	background-color: #fd5577;
}

#DD_credit_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 10% 10% 10%;
    box-sizing: border-box;
	text-align: center;
	font-size: 11px;
}

#DD_theater_wrapper{
	width:100%;
	background-color: #fff;
	overflow: hidden; /* heightを戻す */
}

#DD_theater_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 0% 10% 0%;
    box-sizing: border-box;
	color: #666;
}
	
#footer_logo{
	width:80%;
	margin:0 auto;
    margin-bottom: 20px;
}
	
.pagetitle1{
	width:100%;
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}

.pagetitle2{
	width:100%;
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
	padding:25px 0px 25px 0px;
}
	
.midashi1{
	font-size: 19px;
	line-height: 24px;
	letter-spacing:-2px;
}

.midashi2{
	font-size: 13px;
}

.midashi3{
	font-size: 16px;
}

.small{
	font-size: 90%;
	padding-top: 5px;	
	}
	
.narrow{
	letter-spacing:-5px;		
	}

.newsbox{
	width:100%;
	float: left;
	margin: 0% 0% 5% 0%;
}

.newsbox_02{
	width:45%;
	float: left;
	margin: 3% 3% 3% 0%;
}

.newsbox_03{
	width:39%;
	float: left;
	margin:3% 0% 0% 0%;
}
	



.staffbox{
	width:100%;
	float: left;
	margin:0%;
} 

.theaterbox{
	padding:10px;
	font-size:12px;
}

.theaterboxa{
	padding:10px;
	font-size:11px;
}

.theaterboxb{
	padding:10px;
	font-size:11px;
}

.theaterboxc{
	padding:10px;
	font-size:11px;
}

.ticket{
    width:100%;
    margin:0 auto;
    margin-bottom: 30px;
}

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

}