@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;
	margin-top:4.6rem;
}

.headerWrapper h1{
	width:100%;
}

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

/*.アニメーション
----------------------------------------------*/

.animeImg{
	opacity:0;
}

.animePo{
	position:absolute;
	opacity:0;
	top:0;
	left:0;
}

#anime4{
	z-index:3;
}

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

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

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

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

/*.socialUnit li:nth-of-type(1){
    margin:1px 10px 0 5px;
    margin:0.1rem 1rem 0 0.5rem;
}*/

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

#ticketBtn{
	position:fixed;
	right:0;
	top:0;
	display:block;
	width:70px;
	height:46px;
	line-height:46px;
	background:#000;
	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;
	left:0;
	bottom:0;
	display:inline-block;
	width:100%;
	height:60px;
	line-height:40px;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background:#000;
	padding:10px 3%;
	box-sizing:border-box;
	z-index:11;
}

#openBtn div:before{
	content:'.';
	color:rgba(255,255,255,0);
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 5px 0 0;
	background:url(../img/iconOpen.png) center center no-repeat;
	background-size:auto 80%;
}

#closeBtn div:before{
	content:'.';
	color:rgba(255,255,255,0);
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 5px 0 0;
	background:url(../img/iconClose.png) center center no-repeat;
	background-size:auto 60%;
}

.menuBtn div{
	background-color:#980411;
}

#closeBtn{display:none;}

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

#fixedMenuWrapper{
	height:100%;
	overflow-y:scroll;
	padding:0 0 60px;
	padding:0 0 6rem;
}

.menuList{
	padding:0 15px 60px 15px;
	padding:0 1.5rem 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:#980411;
	color:#fff;
	padding:0 0 60px;
	padding:0 0 6rem;
}

.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 25px;
	margin:0 0 2.5rem;
	box-sizing:border-box;
}

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

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

.fSnsList{
	text-align:center;
	margin:60px 0 15px;
	margin:6rem 0 1.5rem;
}

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



/*ニュース
----------------------------------------------*/

.newsArea{
	padding:25px 0 35px;
	padding:2.5rem 0 3.5rem;
}

.newsContent{
	width:100%;
	margin:0 auto;
	padding:0 3%;
	position:relative;
	z-index:1;
}

.newsList{
	margin:20px 0 0;
	margin:2rem 0 0;
}

.newsList dt{
	font-size:12px;
	font-size:1.2rem;
}

.newsList dd{
	margin:0 0 15px;
	margin:0 0 1.5rem;
	padding:4px 0 4px 12px;
	padding:0.4rem 0 0.4rem 1.2rem;
	border-bottom:1px dotted #747474;
	background:url(../img/newsArrow.png) left center no-repeat;
}

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

.newsBg{
	margin:-180px 0 0;
	margin:-18rem 0 0;
}

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

.summaryArea{
	padding:0;
}

.stage1Content .hidden,
.stage2Content .hidden,
.cast1Content .hidden,
.cast2Content .hidden{
	opacity:0;
	position:fixed;
	left:100%;
}

.stage1Content h2,
.stage2Content h2,
.cast1Content h2
.cast2Content h2{
	margin:0;
}

.cast2Content .cast2Other{
	margin:-30px 0 0;
	padding:0 3%;
}

.cast2Content .cast2Other li{
	margin:0 0 30px;
}

.cast2Content .cast2Other li:nth-of-type(2){
	margin:45px 0;
}

/*おすすめ
----------------------------------------------*/

.recomArea{
	padding:30px 0 60px;
	background:url(../img/recomBg.png) center bottom no-repeat;
	background-size:100% auto;
}

.recomContent{
	padding:0 3%
}

.recomContent ul{
	font-size:12px;
}

.recomContent li{
	margin:0 0 15px;
	text-indent:-12px;
	padding:0 0 0 12px;
}

.recomContent li:before{
	content: "■";
	color:#980411;
}

.recomContent li a{
	color:#fff;
	text-decoration:underline;
}

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

.galleryArea{
	padding:30px 0 60px;
	background:url(../img/galleryBg.png) center top no-repeat;	
	background-color:#3d3948;
}

.galleryContent h3{
	margin:0 0 15px;
}

.galleryContent ul{
	margin:0 0 25px;
}

.galleryContent ul:nth-last-of-type(1){
	margin:0;
}

.galleryContent li{
	float:left;
	width:48.5%;
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

.galleryContent li span{
	display:block;
	text-align:center;
	padding-top:4px;
	font-size:10px;
	font-size:1rem;
}

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

.galleryContent li:nth-of-type(2n){
	float:right;
}

.galleryContent li:nth-of-type(2n+1){
	clear:both;
}

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

.ticketArea{
	color:#000;
	padding:0 0 60px;
}

.ticketArea h2{
	margin:0;
}

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

.ticketContent:nth-last-of-type(1){
	margin:0;
}

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

.ticketDetailList{
	margin:-25px 0 25px;
}

.ticketDetailList li{
	margin:0 0 15px;
}

/*星取り*/

.tableScroll{
	width:100%;
	overflow-x:scroll;
}

.timeTable{
	color:#fff;
	margin:15px 0 10px;
	margin:1.5rem 0 1rem;
}

.timeTable,
.timeTable td,
.timeTable th{
	font-size:12px;
	font-size:1.2rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.timeTable table{
	border:2px solid #372628;
	border-collapse:collapse;
	background:#fff;
	margin:0 0 10px;
	table-layout:fixed;
}
.timeTable td,
.timeTable th{
	border:1px solid #372628;
	padding:4px 6px;
	text-align:center;
	background:#4b353b;
	word-break:keep-all;
	white-space:nowrap;
}
.timeTable .blue{
	background:#353d54;
	color:#7aacf4;
}

.timeTable .red{
	background:#742a31;
	color:#ea8c96;
}

.timeTable .colorNone .blue,
.timeTable .colorNone .red{
	color:#fff;
}

.timeTable th{
	width:86px;
	border-right:2px solid #372628;
}

.timeTable td{width:60px;}

.timeTable td span{
	/*color:#3147b9;*/
}

.timeTable td:empty{
	background:url(../img/tdLine.png);
	background-size:100% 100%;
}

.timeTable td img{
	display:inline;
	vertical-align:middle;
}

.timeTable tbody{
	border-bottom:2px solid #372628;
}

.timeTable tbody.uppertable{border-bottom:2px solid #372628;}

.timeTable .txt_b{font-weight: bold;}

#tTableMess {
	margin:0 0 10px;
	margin:0 0 1rem;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
}

.childText{
	font-size:12px;
	font-size:1.2rem;
	line-height:1.7;
	margin:5px 0;
	margin:0.5rem 0;
}

/*握手会*/

.akusyukai{
	border:1px solid #ea9228;
	text-align:center;
	padding:10px;
}

.akusyukai .attention{
	color:#fff;
	padding:10px 0 0;
}

.akusyukai2{
	border:1px solid #ea9228;
	text-align:left;
	padding:10px;
	margin-top:15px;
}

.akusyukai2 .attention{
	color:#fff;
}

/*上演時間*/

.constitution table{
	width:100%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	margin:0 0 20px;
	margin:0 0 2rem;
}

.constitution caption{
	padding:0 0 10px;
	padding:0 0 1rem;
}

.constitution th{
	width:50%;
	padding:15px 0;
	padding:1.5rem 0;
}

.constitution td{
	padding:15px 0;
	padding:1.5rem 0;
}

.Time{
	color:#fff;
	font-size:20px;
	font-size:2rem;
	font-weight:normal;
	letter-spacing:1px;
	letter-spacing:0.1rem;
	border-bottom:solid 1px #fff;
}

.Time .TimeSP{
	font-size:8px;
	font-size:0.8rem;
	vertical-align:middle;
}

/*座席*/

.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:#980411;
	padding:20px;
	padding:2rem;
}

.leftBox h5{
	line-height:1;
}

.rightBox{
	border-radius:0 0 5px 5px;
	text-align:left;
	background:#ccc;
	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;
}

.netCampaign{
	color:#fff;
	margin:-10px 0 20px;
	font-size:12px;
}

/*一般発売*/

.general{
	background-color:#ccc;
	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:#980411;
	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;
}

/*グループ観劇*/

.group{
	padding:20px 15px;
	padding:2rem 1.5rem;
	text-align:center;
	background-color:#ccc;
	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:#980411;
	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;
}

/*プレイガイド*/

.handling{
	padding:20px 15px;
	padding:2rem 1.5rem;
	background-color:#ccc;
	border-radius:5px;
	color:#000;
}

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

/*アクセス
----------------------------------------------*/

.accessArea{
	text-align:center;
	padding:30px 0 0;
}

.accessArea a{
	position:relative;
	z-index:1;
}

.accessArea .accessBg{
	margin:-30px 0 0;
}

/*おすすめ詳細
----------------------------------------------*/

.recomDetailArea{
	text-align:center;
	padding:80px 0 0;
	padding:8rem 0 0;
}

.recomDetailArea h1{
	margin:0 0 35px;
	margin:0 0 3.5rem;
}

.recomDetailContent{
	margin:0 3% 30px;
	margin:0 3% 3rem;
	padding:20px 3% 5px;
	padding:2rem 3% 0.5rem;
	background:#FFF;
	color:#000;
}

.recomDetailContent h2{
	font-size:14px;
	font-size:1.4rem;
	padding:5px 0;
	padding:0.5rem 0;
	margin:0 0 25px;
	margin:0 0 2.5rem;
	line-height:1.7;
	background:url(../img/recomDetail/borderRecom.png) center bottom no-repeat;
	background-size:100% auto;
}

.recomDetailContent .textLeft{
	text-align:left;
	padding:25px 0 0;
	padding:2.5rem 0 0;
	font-size:12px;
	font-size:1.2rem;
}

.recomDetailContent h3,
.recomDetailContent h4{
	font-weight:normal;
	font-size:12px;
	font-size:1.2rem;
}

.recomDetailContent h3+dl{
	margin-top:25px;
	margin-top:2.5rem;
}

.recomDetailContent p,
.recomDetailContent ul,
.recomDetailContent dl{
	margin:0 0 25px;
	margin:0 0 2.5rem;
}

.recomDetailContent dt,
.recomDetailContent dd,
.recomDetailContent li{
	line-height:2;
}

.recomDetailCaution li{
	text-indent:-12px;
	text-indent:-1.2rem;
	padding:0 0 0 12px;
	padding:0 0 0 1.2rem;
}

.recomDetailContent .photoCaution{
	font-size:10px;
	font-size:1rem;
	margin:5px 0 0;
	margin:0.5rem 0 0;
}

.recomDetailContent a{
	color:#a30022;
	text-decoration:underline;
}

.recomDetailContent .title{
	margin:0 0 10px;
	margin:0 0 1rem;
}

.recomDetailContent .themeSong img{
	margin:0 0 25px;
	margin:0 0 2.5rem;
}


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

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

#contBtn{
	display:block;
	width:100%;
	border:1px solid #fff;
	line-height:4;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}