@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#85754e;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#fff;
	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;
}

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


#loader {
    width: 400px;
    height: 40px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -20px; /* heightの半分のマイナス値 */
    margin-left: -200px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    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);
    background-color: rgba(0,0,0,0.9);
	z-index: 100;
	border-bottom: 6px double #84754d;
}

.imgresponsive img{
	width: 100%;
	height: auto;
}
.menubtn{
	z-index: 101;
	position: fixed;
	top:1.8%;
	right:1.5%;
	width: 6%;
	cursor: pointer;
}

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

#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:1.4% 9% 1.4% 1.5%;
	box-sizing: border-box;
}

.menu-box img{
  width: 100%;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 13%;
  box-sizing: border-box;
  margin: 0.64285714%;
}

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

.menu-box a:hover .hoverimg{
  left: 0%;
}

#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

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

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

#top_wrapper{
    width:100%;
    position: relative;
    margin-bottom: 30px;
}

#top_image{
    width:100%;
}

#top_bnr{
    width:25%;
    position: absolute;
    right: 5%;
    bottom:15%;
}

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

.twbtn{
    width:40px;
    position: fixed;
    top:15%;
    left:0;
    z-index: 100;
}


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

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

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

.line{
	width:83px;
	float: right;
	line-height: 100%;
}

.pcview{
    width:100%;
}

.spview{
    display: none;
}

.sptw{
    width:80%;
    margin:0 auto;
    margin-bottom: 20px;
}

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

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 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;
	line-height: 140%;
}

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

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

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

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

.pagetitle{
	width:400px;
    margin:0 auto;
	margin-bottom: 50px;
}

.pagetitle2{
	width:400px;
	margin-bottom: 50px;
}

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

.footer_logo{
	width:20%;
	margin:0 auto;
    margin-bottom: 10px;
}

.footer_copy{
    font-size: 12px;
    text-align: center;
    color: #999;
}


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


#intro_wrapper{
	width:100%;
	background: url("images/bg/intro.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10% 10% 10% 50%;
}

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

#staffcast_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10% 20% 1% 20%;
}

#schedule_wrapper{
	width:100%;
	background: url("images/bg/schedule.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#schedule_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10% 58% 10% 12%;
}

#ticket_wrapper{
	width:100%;
	background: url("images/bg/ticket.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#ticket_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10% 40% 10% 12%;
}

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

#cancel_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10% 15% 10% 15%;
}

#cancel_inner a{
    color: #84754d;
}

#cancel_inner a:hover{
    color: #ccc;
}

#ticket_inner a{
    color: #84754d;
}

#ticket_inner a:hover{
    color: #ccc;
}

.add{
    width:25%;
    float: left;
}

.midashi01{
    width:100%;
    font-size: 24px;
    margin-bottom: 20px;
    color: #8b7d5a;
    font-weight: 800;
    line-height: 140%;
}

.midashi02{
    width:100%;
    border-top:1px solid #84754d;
    border-bottom:1px solid #84754d;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 30px;
    padding:5px 0 5px 0;
    color: #84754d;
}

.credit{
    width:100%;
    text-align: center;
    margin-bottom: 70px;
}

.staff_l{
    width:37%;
    float: left;
}

.staff_r{
    width:60%;
    float: right;
}

.sche {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:10px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.sche_day {
	width: 100%;
    color:#84754d;
}
	
.sche_time {
	color: #ddd;
}



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

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

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

.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);
    background-color: rgba(0,0,0,0.9);
	z-index: 100;
	border-bottom: 6px double #84754d;
}

.menubtn{
	z-index: 101;
	position: fixed;
	top:1.8%;
	right:1.5%;
	width: 12%;
	cursor: pointer;
}

#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:20% 10% 20% 10%;
	box-sizing: border-box;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 48%;
  box-sizing: border-box;
  margin: 1%;
}


#spmain{
	width:100%;
	display: inherit;
    margin-bottom: 30px;
}

#top_image{
    display: none;
}

#top_bnr{
    width:90%;
    position: inherit;
    right: 0;
    bottom: 0;
    margin:0 auto;
    margin-bottom: 20px;
}

#top_daybiling{
    display: none;
}

#snsbtn_wrapper1{
	width:100%;
    float: none;
	overflow: hidden; /* heightを戻す */
    margin-bottom: 10px;
}


.snsbtn{
    width:32%;
	float: left;
	margin:0.666666%;
}


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;
    box-sizing: border-box;
    border:1px solid #333;
}

.tablet{
    display: none;
}

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

.pagetitle2{
	width:100%;
    margin:0 auto;
	margin-bottom: 50px;
}

.pcview{
    display: none;
}

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

#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background-color: #000;
	padding:30px 0 30px 0;
}

.footer_logo{
	width:80%;
	margin:0 auto;
    margin-bottom: 10px;
}

.footer_copy{
    font-size: 12px;
    text-align: center;
    color: #999;
}


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

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10%;
}

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

#staffcast_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10%;
}

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

#schedule_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10%;
}

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

#ticket_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10%;
}


.add{
    width:50%;
    float: left;
}

.midashi01{
    width:100%;
    font-size: 18px;
    margin-bottom: 20px;
    color: #8b7d5a;
    font-weight: 800;
    line-height: 140%;
}

.midashi02{
    width:100%;
    border-top:1px solid #84754d;
    border-bottom:1px solid #84754d;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 30px;
    padding:5px 0 5px 0;
    color: #84754d;
}

.credit{
    width:100%;
    text-align: left;
    margin-bottom: 70px;
}

.staff_l{
    width:100%;
    float: none;
    margin-bottom: 20px;
}

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

dl.sche {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:10px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

dl.sche dt {
	margin: 0;
	width: 100%;
	float: none;
    color:#84754d;
}
	
dl.sche dd {
	margin: 0 0 0 0;
}

dl.tick {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:10px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

dl.tick dt {
	margin: 0;
	width: 100%;
	float: none;
    color:#84754d;
}
	
dl.tick dd {
	margin: 0 0 0 0;
}

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

#cancel_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10% 10% 10% 10%;
}
    
}