@charset "utf-8";

/* Common */

body{
	margin: 0;
	background: url(../img/bg.png) #000;
	background: url(../img/bg.png), -moz-linear-gradient(-45deg, #000, #010a1c);
	background: url(../img/bg.png), -webkit-linear-gradient(-45deg, #000, #010a1c);
	background: url(../img/bg.png), -ms-linear-gradient(-45deg, #000, #010a1c);
	background: url(../img/bg.png), linear-gradient(135deg, #000, #010a1c);
	background-repeat: repeat;
	background-position: 0, 0;
	background-size: auto, auto;
	letter-spacing: 0.05em;
	padding-bottom: 200px;
	line-height: 1.4;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

p{
	margin: 0;
}

img{
	vertical-align: bottom;
}

section{
	background: url(../img/sec-bg.png) repeat top left;
	padding: 5px;
	width: 1020px;
	box-sizing: border-box;
	margin: 0 auto 80px;
	background-size: 32px;
}

section div.secBdr{
	background: #876731;
	background: -moz-linear-gradient(-45deg, #876731 0%, #f8efb7 40%, #876731);
	background: -webkit-linear-gradient(-45deg, #876731 0%, #f8efb7 40%, #876731);
	background: -ms-linear-gradient(-45deg, #876731 0%, #f8efb7 40%, #876731);
	background: linear-gradient(135deg, #876731 0%, #f8efb7 40%, #876731);
	box-sizing: border-box;
	padding: 5px;
}

section div.secInr{
	background: url(../img/sec-bg.png) repeat top left;
	padding: 50px 0;
	background-size: 32px;
}

section div.secInr:before{
	content: " ";
	background: url(../img/sec-hd.png) no-repeat top center;
	display: block;
	width: 400px;
    height: 48px;
    background-size: contain;
    margin: 0 auto 30px;
}

section div.secInr:after{
	content: " ";
	background: url(../img/sec-ft.png) no-repeat top center;
	display: block;
	width: 400px;
    height: 34.5px;
    background-size: contain;
    margin: 50px auto 0;
}

section div.secInr h3.ttl{
	height: 76px;
	text-align: center;
	margin: 0 0 30px;
}

section div.secInr h3.ttl img{
	height: 100%;
}



@media screen and (max-width: 640px) {


body{
	background-size: 50%;
	padding-bottom: 100px;
}

section{
	padding: 5px;
	width: 95%;
	background-size: 16px;
	margin-bottom: 30px;
}

section div.secInr{
	padding: 30px 10px;
	background-size: 16px;
}

section div.secInr:before{
	width: 200px;
    height: 24px;
    background-size: contain;
    margin: 0 auto 20px;
}

section div.secInr:after{
	width: 200px;
    height: 24px;
    background-size: contain;
    margin: 20px auto 0;
}

section div.secInr h3.ttl{
	height: 60px;
}


}




/*  Main Visual  */

.mvContents{
	background: rgba(11,0,2,0.7);
	width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
}

.mvInr{
	width: 1020px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}

h1{
	margin: 15px 0 0;
    font-size: initial;
    line-height: 16px;
}

h1 img{
	height: 16px;
}

h2{
	text-align: center;
	margin: 80px 0 0;
}

h2 img{
	height: 280px;
}

.about{
	position: absolute;
	bottom: 30px;
	right: 0
}

img.open{
	height: 36px;
	margin-bottom: 20px;
}

img.tel{
	/*
	height: 71px;
	*/
	height: 25px;
}

div.call{
	display: none;
}
div.page-up{
	display: none;
}

@media screen and (max-width: 640px) {

.mvContents,
.mvInr,
.bx-viewport{
    height: 400px !important;
    width: 100%;
}

.bx-wrapper{
	margin-bottom: 0 !important;
}

.mvSlide div{
	width: 480px !important;
}

.bx-viewport img{
	width: 480px !important;
	height: 400px !important;
}

h1{
	text-align: center;
	margin-top: 85px;
}

h1 img{
	height: 10px;
}

h2{
	margin: 20px 0 0;
}

h2 img{
	height: 150px;
}

.about{
	position: relative;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin-top: 50px;
}

img.open{
	height: 24px;
	margin-bottom: 15px;
}

img.tel{
	height: 18px;
}

div.call{
	display: block;
	position:fixed;
	bottom: 60px;
	right: 6px;
	width: 50px;
	height: 50px;
	z-index:9999;
	
}

div.call img{
	width: 100%;
}

div.page-up{
	display: block;
	position:fixed;
	bottom: 10px;
	right: 6px;
	width: 50px;
	height: 50px;
	z-index:9999;
	
}

div.page-up img{
	width: 100%;
}

}






/*  Navigation  */

nav{
	text-align: center;
	margin: 80px 0;
}

nav div.navContainer{
	display: inline-block;
}

nav div.navBlc{
	float: left;
}

nav a img{
	height: 144px;
	margin: 0 20px;
}


@media screen and (max-width: 640px) {

nav{
	margin: 30px 0 10px;
}


nav a img{
	height: 100px;
	margin: 0 5px;
}

nav div.navBlc{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}


}





/*  event  */


section#event,
section#event div.secInr{
	background: url(../img/sec-bg-info.png) repeat top left;
}


.info{
	text-align: center;
}

.info div.infoInr{
	display: inline-block;
	text-align: left;
}

.info p.cp-ttl{
	text-align: center;
	margin-bottom: 1px;
}

.cp-off{
	width: 400px;
	float: left;
	margin: 0 20px;
}

.cp-desc{
	width: 700px;
	padding-top: 0px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.cp-desc.sp{
	display: none;
}

.cp-off img,
.cp-desc img{
	width: 100%;
}


.info p{
	margin: 0 0 5px;
	font-size: 14px;
}

.info span.date{
	font-size: 12px;
	font-style: italic;
	margin-right: 15px;
}


@media screen and (max-width: 640px) {


.info p{
	margin: 0 0 5px;
	font-size: 12px;
}

.info span.date{
	font-size: 11px;
	margin-right: 10px;
}

.info p.cp-ttl img{
	width: 85%;
}

.cp-off{
	width: 95%;
	float: none;
	margin: 0 auto 10px;
}

.cp-desc.pc{
	display: none;
}

.cp-desc.sp{
	display: block;
}

.cp-desc{
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
}


}


/*  information  */

.information{
	text-align: center;
	font-size: 16px;
}

.informationInr{
	display: inline-block;
	text-align: center;
	margin-top: 50px;
}

.informationBlc{
	width: 300px;
	float: left;
	margin: 0 12px;
}

.informationBlc p{
	text-align: left;
}

.informationImg{
	width: 300px;
	height: 300px;
}

.informationImg img{
	width: 100%;
}

img.informationName{
	height: 24px;
	margin: 20px 0;
}


@media screen and (max-width: 640px) {

.information{
	font-size: 14px;
}

.informationBlc{
	float: none;
	margin: 0 auto 30px;
	width: 100%;
}

.informationImg{
	width: 280px;
	height: 280px;
	margin: 0 auto;
}

.informationInr{
	margin-top: 0;
}

.informationInr.first{
	margin-top: 30px;
}


img.informationName{
	height: 18px;
	margin: 10px 0;
}

}




/*  System  */

.systemInr{
	display: inline-block;
	width: 100%;
}

.systemBlc{
	text-align: center;
	margin: 20px 0 50px;
}
img.systemTtl{
	height: 24px;
	margin-bottom: 20px;
}

img.systemTtl.small{
	height: 19px;
}

.systemBlc p{
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1;
}

p.systemDesc{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

span.time{
	font-size: 20px;
}

span.price{
	font-size: 28px;
	font-weight: 600;
	margin-left: 40px;
	letter-spacing: 0.025em;
}

.systemLimited{
	clear: both;
	text-align: center;
	width: 368px;
	margin: 0 auto;
}

.systemLimited img{
	height: 18px;
	margin:40px 0 30px; 
}

.systemLimited p{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1;
	text-align: right;
}


@media screen and (max-width: 640px) {

img.systemTtl{
	height: 18px;
	margin-bottom: 10px;
}

p.systemDesc{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 15px;
}

img.systemTtl.small{
	height: 16px;
	margin-bottom: 15px;
}

.systemBlc p{
	margin-bottom: 10px;
}

span.time{
	font-size: 14px;
}

span.price{
	font-size: 18px;
	margin-left: 15px;
}

}


/*  Cast  */

section div.secInr.cast h3.ttl{
	margin-bottom: 0;
}

.cast{
	text-align: center;
}

.modal-content{
	width: 600px;
	height: 90%;
	margin: 0 auto;
	position: fixed;
	display: none;
	z-index: 2;
}
  
.modal-content .bx-wrapper{
	background: transparent;
	margin-bottom: 10px;
}

.modal-content .bx-viewport{
	height: 90% !important;
	width: 600px !important;
	margin: 0 auto;
}

.modal-content ul{  
	padding: 0;  
	margin: 0;
	height: 600px;
}  

.modal-content ul li{
	width: 600px !important;
}

.modal-content ul li img{
	margin: 0 auto;
}

.modal-content ul li img.sidePh{
	margin: 75px 0;
}

#modal-overlay{
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.85 );
}
#cast-pager{
	margin-bottom: 15px;
	text-align: center;
}

#cast-pager img{
	width: 60px;
	height: 60px;
}

p.close-btn{
	text-align: center;
}

#modal-close{
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
	font-style: 30px;
	letter-spacing: 0.1em;
}
 
#modal-close:hover{
	cursor: pointer;
	color: #f00;
}

.castInr{
	display: inline-block;
	text-align: center;
	margin-top: 50px;
}

div.castBlc{
	width: 300px;
	float: left;
    margin: 0 12px;
    font-size: 14px;
}

div.castBlc img{
	width: 300px;
}

div.castBlc p.castName{
	margin-top: 10px;
	font-weight: 600;
}

div.castBlc p.castDesc{
	padding: 5px 0 15px;
	text-align: left;
	min-height: 95px;
}

a.button-link img{
	height: 40px;
	width: 240px;
}


@media screen and (max-width: 640px) {

div.castBlc{
	width: 100%;
	float: none;
    margin: 0 auto 30px;
    font-size: 12px;
}

div.castBlc p.castDesc{
	min-height: 0;
	padding: 5px 0 10px;
}

div.castBlc img{
	width: 280px;
	height: inherit;
}

.modal-content ul li img.sidePh{
	width: 300px !important;
    height: inherit !important;
    margin: 87.5px auto;
}

.modal-content{
	margin-top: 30px;
	width: 100%;
    left: 0 !important;
}

.modal-content .bx-viewport{
	width: 90% !important;
}


.modal-content ul{
	height: 400px;
	margin-bottom: 20px;
}

.modal-content ul li{
	width: 100% !important;
}

.modal-content ul li img{
	width: auto !important;
}


a.button-link img{
	height: 40px;
	width: inherit;
}

}


/*  Access  */

section div.secInr.access{
	padding: 50px 100px;
}

.shop{
	text-align: center;
}

p.logo img{
	height: 80px;
	margin: 20px 0 15px;
}

p.address{
	margin-bottom: 30px;
	
}

p.address span{
	font-weight: bold;
}

p.address img{
	height: 38px;
	margin-bottom: 10px;
}

p.btn img{
	height: 40px;
}


@media screen and (max-width: 640px) {

section div.secInr.access{
	padding: 50px 10px;
}

.secInr.access iframe{
	width: 100% !important;
	height: 260px !important;
}

p.logo img{
	height: 50px;
}


p.address{
	margin-bottom: 20px;

}

p.address img{
	height: 24px;
	margin-bottom: 10px;
}

}


/* Recruit */

.recruitInr{
	display: inline-block;
	width: 100%;
}


.recruitColumn{
	width: 38%;
	float: left;
}

.recruitColumn.left{
	margin: 0 2% 0 10%;
}

.recruitColumn.right{
	margin: 0 10% 0 2%;
}

.recruitSub img{
	height: 16px;
}

.recruitSub.small img{
	height: 14px;
}

.recruitColumn p{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.recruitColumn p.recruitSub{
	margin-bottom: 10px;
}


@media screen and (max-width: 640px) {


.recruitInr{
	width: 90%;
	margin: 0 5%;
}
.recruitColumn{
	width: 100%;
	float: none;
}

.recruitColumn.left,
.recruitColumn.right{
	margin: 0;
}

.recruitSub img{
	height: 14px;
}

.recruitSub.small img{
	height: 12px;
}

.recruitColumn p{
	font-size: 12px;
	line-height: 1.5;

}


}


/* Copyright */

footer{
	color: #fff;
	font-size: 12px;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 640px) {
	footer{
		margin-top: 20px;
	}
}


.videoCont{
	width: 90%;
	margin: 5%;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.bnr{
	width: 90%;
    margin: 0 auto 10px;
}
