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

html{font-size: 62.5%;}
body{font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;word-break:normal;word-wrap:break-word;-webkit-text-size-adjust: 100%;}
body,div,nav,section,article,aside,header,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td{margin:0;padding:0;}
div,nav,section,article,aside,header,footer,ul,ol,li,table,th,td,dl,dt,dd{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{font-size:20px;font-size:2rem;font-weight:bold;}
a{
	color: ;text-decoration:none;
	opacity:1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
a:hover{opacity:0.7;}
p{line-height:2;}
li,dt,dd,th,td,a,span{line-height:1.5;}
a:hover{opacity:0.7;}
table{border-collapse:collapse;border-spacing:0;border:thin solid #000000;}
th{border-bottom:thin solid #000000;font-weight:normal;}
td{border-bottom:thin solid #000000;border-left:thin solid #000000;}
fieldset,img{border:0;}
img{vertical-align:top;}
ol,ul{list-style:none;}
caption,th{text-align:l;}

/*.clearfix
----------------------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*body
----------------------------------------------*/

body{
	width:100%;
	background:#000;
}

/*.wrapper
----------------------------------------------*/

.wrapper{
	margin:0 auto;
	width:100%;
	font-size:14px;
	font-size:1.4rem;
	color:#fff;
	background-color:#000;
	opacity:0;
}

/*.headerArea
----------------------------------------------*/

.headerWrapper{
	position:relative;
	width:100%;
	margin-top:46px;
	/*border-top:1px solid #fff;*/
}

.headerWrapper h1{
	width:100%;
}

.headerWrapper p{
	overflow:hidden;
	line-height:1;
	width:100%;
}

/*.fixedArea
----------------------------------------------*/

.fixedArea{
	position:fixed;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:46px;
	font-size:14px;
	font-size:1.4rem;
	background:#3c0715;
}

.socialUnit{
	margin:12px 0;
	margin:1.2rem 0;
}

.socialUnit li{
	float:left;
    vertical-align:top;
    margin:1px 10px 0 5px;
    margin:0.1rem 1rem 0 0.5rem;
}

.socialUnit li span{display:block !important;}

#ticketBtn{
	position:fixed;
	right:46px;
	top:0;
	display:block;
	width:70px;
	height:46px;
	line-height:46px;
	background:#880207;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.menuBtn{
	color:#fff;
	position:fixed;
	top:0;
	right:0;
	display:block;
	width:46px;
	height:46px;
	line-height:46px;
	font-size:10px;
	font-size:1rem;
	font-weight:bold;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#closeBtn{display:none;}

#fixedMenu{
	position:fixed;
	background-color:rgba(255,255,255,0.95);
	top:46px;
	left:200%;
	width:50%;
	height:100%;
	opacity:0;
	box-shadow:0 10px 30px  rgba(255,255,255,0.95);
}

#fixedMenuWrapper{
	height:100%;
	overflow-y:scroll;
}

.menuList{
	padding:0 15px 46px 15px;
	padding:0 1.5rem 4.6rem 1.5rem;
}

.menuList li{
	padding:20px 0 20px 15px;
	padding:2rem 0 2rem 1.5rem;
	font-weight:bold;
	colro:#333;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:1px solid #D1D1D1;
	background:url(../img/newsArrow.png) left center no-repeat;
}

.menuList li a{
	color:#000;
	display:block;
	width:100%;
}


/*.footerArea
----------------------------------------------*/

.footerArea{
	overflow:hidden;
	background:#000;
	color:#fff;
}

.copyright{
	font-size:10px;
	font-size:1rem;
	line-height:3;
	display:block;
	text-align:center;
}

/*共通
----------------------------------------------*/

.pcNone{display:none;}

.left{float:left;}

.right{float:right;}

.callto{text-decoration:underline;}

.innerWrapper{
	width:100%;
	margin:0 auto;
	padding:0 3%;
}

.innerContent{
	padding:20px 0 40px;
	padding:2rem 0 4rem;
}

.innerContent h2{
	text-align:center;
	margin:0 0 30px;
	margin:0 0 3rem;
	box-sizing:border-box;
}

.comming{
	text-align:center;
	margin:100px 0 0;
}

.pageLink{
	position:absolute;
	top:-60px;
}

.fSnsList{
	text-align:center;
}

/*公演内容
----------------------------------------------*/

.summaryArea{
	color:#fff;
}

.summaryArea .newsContent{
	width:100%;
	margin:0 auto;
	padding:20px 0;
	padding:2rem 0;
}

.summaryArea .newsList{
	margin:15px 0;
	margin:1.5rem 0;
}

.summaryArea .newsList dd{
	margin:0 0 15px;
	margin:0 0 1.5rem;
	text-align: center;
}

.summaryArea .newsList dd a,
.summaryArea .newsList dd a:visited{
	color:#fff;
	text-decoration:underline;
}

.summaryArea .logo{
	padding:0 0 60px;
	padding:0 0 6rem;
}

.summaryContent{
	padding:0 0 25px;
	padding:0 0 2.5rem;
}

.summaryContent h3{
	padding:0 0 25px;
	padding:0 0 2.5rem;
}

.summaryContent .text1,
.summaryContent .text2{
	padding:0 0 25px;
	padding:0 0 2.5rem;
}

.summaryContent .text1 p{
	font-size:12px;
	padding:25px 0 0;
	padding:2.5rem 0 0;
}	

.summaryContent .text1 ul{text-align:center;}
.summaryContent .text1 ul li{
	font-size: 14px;
	padding:5px 0 0;
	padding:0.5rem 0 0;
}

.summaryContent .text2 p{
	font-size:12px;
	padding:0;
}


/*おすすめ
----------------------------------------------*/
.recommendArea{
	color:#fff;
	padding:60px 0 0;
	padding:6rem 0 0;
}

.recommendArea .idmp{
	margin: -60px 0 0 0;
	padding: 60px 0 0 0;
}

.recommendContent{
	padding:0 0 25px;
	padding:0 0 2.5rem;
}

.recommendContent h3{
	padding:0 0 25px;
	padding:0 0 2.5rem;
}

.recommendContent .text{
	padding:0 0 25px;
	padding:0 0 2.5rem;
}

.recommendContent .text img{
	padding:0 0 20px;
	padding:0 0 2rem;
}


.recommendContent .text h4{
	font-size: 20px;
	font-weight:normal;
	text-align: center;
	padding:0 0 20px;
	padding:0 0 2rem;
}

.recommendContent .text p{
	font-size:12px;
	padding:0 0 20px;
	padding:0 0 2rem;
}	


/*ギャラリー
----------------------------------------------*/

.galleryArea{
	padding:80px 0 0;
	padding:8rem 0 0;
}

.galleryContent{
	padding:0 0 25px;
	padding:0 0 2.5rem;
}

.galleryContent h3{
	text-align:center;
	margin:0 0 20px;
}

.photoContent h3{
	margin:0 0 25px;
	margin:0 0 2.5rem;
}

.galleryContent p{
	text-align:center;
	margin:0 0 15px;
	margin:0 0 1.5rem;
	font-size:12px;
	font-size:1.2rem;
}

.photoList,
.movieList{margin:15px 0 0;}

.photoList li,
.movieList li{
	float:none;
	width:90%;
	margin:0 auto 20px;
	margin:0 auto 2rem;
}

.movieList li a{color:#000;}

.movieList li a span{
	display:block;
	padding-top:5px;
	padding-top:0.5rem;
	font-size:10px;
	font-size:1rem;
	text-align:center;
	color:#fff;
}

/*チケット
----------------------------------------------*/

.ticketArea{
	color:#000;
	position:relative;
	overflow:hidden;
	margin:80px 0 0;
	margin:8rem 0 0;
	background-color:#000;
}

.ticketContent{
	margin:0 0 45px;
	margin:0 0 4.5rem;
}

.ticketContent h3{
	text-align:center;
	margin:0 0 10px;
}

.ticketDetailList ul{
	margin:25px 0;
}

/*料金*/

.ticketArea .copy,
.ticketArea .day{
	color: #fff;
	text-align: center;
}

.ticketArea .copy h3{
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

.ticketArea .copy p{
	font-size:12px;
	margin:0 0 50px;
	margin:0 0 5rem;
}

.ticketArea .day h3{
	margin:0 0 5px;
	margin:0 0 0.5rem;
}

.ticketArea .day h4{
	font-size:18px;
	font-weight: normal;
}

.ticketArea .day .line{
	margin:25px 0;
	margin:2.5rem 0;	
}

.ticketArea .seatFee{
	color: #fff;
	font-size:18px;
	margin:0 0 100px;
	margin:0 0 10rem;
}

.seatFee dt{
	float:left;
	text-align:right;
	width:55%;
}

.seatFee dd{
	width:100%;
	padding:0 0 0 60%;
}

.fee dt{
	padding:5px 0;
	padding:0.5rem 0;
}

.fee dd{
	padding:5px 0 5px 60%;
	padding:0.5rem 0 0.5rem 60%;
}

/*座席*/

.seatList li{
	float:left;
	width:48%;
	text-align:center;
	margin:0 0 15px;
	margin:0 0 1.5rem;	
}

.seatList li:nth-of-type(even){float:right;}

/*先行販売*/

.preceding{
	margin:0 0 30px;
	margin:0 0 3rem;
}

.preceding h4{
	margin:0 0 15px;
	margin:0 0 1.5rem;
	text-align:center;
}

.leftBox{
	border-radius:5px 5px 0 0;
	text-align:center;
	background:#152c0d;
	padding:20px;
	padding:2rem;
}

.leftBox h5{
	line-height:1;
}

.rightBox{
	border-radius:0 0 5px 5px;
	text-align:left;
	background:#d2ccce;
	padding:20px;
	padding:2rem;
}


.rightBox p{
	font-size:18px;
	font-size:1.8rem;
	line-height:1.4;
	text-align:center;
}

.rightBox .mailClubLink{
	margin:10px 0 0;
	margin:1rem 0 0;
	font-size:12px;
	font-size:1.2rem;
}

.rightBox .mailClubLink a{
	text-decoration:underline;
	color:#000;
}

.rightBox .tell,
.group .tell{
	padding:0;
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	line-height:36px;
	margin:10px 0 0;
	margin:1rem 0 0;
}

.rightBox .tell a,
.group .tell a{
	color:#000;
}

.rightBox .tell img,
.group .tell img{
	margin-right:15px;
	margin-right:1.5rem;
}


/*一般発売*/

.general{
	background-color:#d2ccce;
	border-radius:5px;
	padding:25px 30px;
	padding:15px;
	padding:1.5rem;
	color:#000;
}

.general div.clearfix{text-align:center;}


.general div.clearfix dt{
	width:100%;
	border-radius:4px;
	font-size:12px;
	font-size:1.2rem;
	line-height:1;
	padding:5px 0;
	padding:0.5rem 0;
	margin:0 0 10px;
	margin:0 0 1rem;
	color:#fff;
	background:#3c0715;
	font-weight:bold;
}

.general div.clearfix dd{
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1;
	margin:20px 0 30px;
	margin:2rem 0 3rem;
}

.ticketList1 dt{
	padding:10px 0 5px;
	padding:1rem 0 0.5rem;
	font-weight:bold;
	font-size:14px;
	font-size:1.4rem;
}

.ticketList1 dd{
	font-size:14px;
	font-size:1.4rem;
	padding:0 0 10px;
	padding:0 0 1rem;
	border-bottom:1px dotted #000;
}

.ticketList1 dd a{
	text-decoration:underline;
	color:#000;
}

/*プレイガイド*/

.general .playguide{
	margin:30px 0 0;
	margin:3rem 0 0;
}

.handling a{
	color:#000;
	text-decoration:underline;
}

.ticketList2{
	margin:0 0 10px;
	margin:0 0 1rem;
	color:#000;
}

.ticketList2 dt{
	padding:15px 0 0;
	padding:1.5rem 0 0;
	margin-bottom:5px;
	margin-bottom:0.5rem;
	font-weight:bold;
}

.ticketList2 dd{
	width:100%;
	padding:3px 0;
	padding:0.3rem 0;
	line-height:1.6;
}

.ticketList2 .bBorder{
	border-bottom:1px dotted #000;
	padding-bottom:10px;
	padding-bottom:1rem;
}

/*グループ観劇*/

.group{
	padding:20px 15px;
	padding:2rem 1.5rem;
	text-align:center;
	background-color:#d2ccce;
	border-radius:5px;
	color:#000;
	font-size:18px
}

.group p{
	font-size:14px;
	font-size:1.4rem;
	line-height:1.7;
}

.group dl{
	width:100%;
	margin:0 auto;
}

.group dt{
	width:100%;
	background:#3c0715;
	border-radius:4px;
	line-height:1;
	padding:5px 0;
	padding:0.5rem 0;
	margin:20px 0;
	margin:2rem 0;
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
}

.group dd{
	line-height:1;
	text-align:center;
	font-weight:bold;
	font-size:26px;
	font-size:2.6rem;
	padding:10px 0;
	padding:1rem 0;
}

/*アクセス
----------------------------------------------*/
.accessArea{
	color:#fff;
	padding:70px 0 100px;
	padding:7rem 0 10rem;
}

.address{
	padding:0 0 20px;
	padding:0 0 2rem;
}
.address p{font-size:14px;}

.accessArea .accessLink p{
	width: 100%;
	background:#3c0715;
	border-radius:5px;
	line-height:1;
	padding:20px 0;
	padding:2rem 0;
	margin:20px 0 0;
	margin:2rem 0 0;
	color:#fff;
	font-size:16px;
	text-align: center;
}

.accessArea .accessLink a{
	color:#fff;
}

/*ページトップボタン
----------------------------------------------*/

.dlBtn{
	display:block;
	text-align:center;
	background:url(../img/btnBg.png) center center repeat;
	border-radius:3px;
	height:76px;
	line-height:76px;
	width:430px;
	font-size:16px;
	color:#fff;
	margin:0 auto;
}

.dlBtn span{
	display:inline;
	vertical-align:middle;
}

#pageTopBtn{
	display:block;
	width:58px;
	height:58px;
	overflow:hidden;
	background:url(../img/pageTop.png) center center no-repeat;
	background-size:auto 100%;
	position:fixed;
	bottom:30px;
	opacity:0;
	z-index:6;
	text-indent:-9999px;
}

#contText1,
#contText2,
#contText3,
#contText4,
#contText5,
#contText6,
#contText7,
#contText8{
	display:none;
}


#contBtn1,
#contBtn2,
#contBtn3,
#contBtn4,
#contBtn5,
#contBtn6,
#contBtn7,
#contBtn8{
	display:block;
	width:100%;
	border:1px solid #fff;
	line-height:4;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
}