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

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

.wrapper{
	margin:0 auto;
	width:1280px;
	font-size:16px;
	font-size:1.6rem;
}

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

.headerWrapper{
	position:relative;
	width:1280px;
	height:600px;
}

.socialUnit{
	position:absolute;
	top:22px;
	right:20px;
}

.socialUnit li{
	float:left;
	margin-left:20px;
}

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

/*.固定
----------------------------------------------*/

.linksFixedArea{
	position:fixed;
	top:60px;
	right:0;
	z-index:9999;
}

.linksFixedArea li{margin-bottom:18px;}

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

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

#anime8{top:22px;left:24px;}
#anime1{top:0;left:0;}
#anime2{top:0;left:0;}
#anime3{top:10px;left:0;}
#anime4{top:264px;right:156px;}
#anime4-2{top:0;right:180px;}
#anime5{top:42px;left:153px;}
#anime6{top:53px;right:208px;}
#anime7{bottom:10px;right:146px;}
#anime9,
#anime10{opacity:0;}

.scrollFade{opacity:0;}

/*.naviArea
----------------------------------------------*/

#naviWrapper{
	width:100%;
	min-width:1280px;
}

.naviList {
	width:1280px;
	margin:0 auto;
	padding:0 140px;
	background-color:#8b0207;
}

.naviList li{
	float:left;
	width:20%;
	height:60px;
}

.naviList li:hover{cursor:pointer;}

.naviList a{
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-image:url(../img/navi.png);
	text-align:center;
	line-height:60px;
	text-indent:-9999px;
}

#navi1 a{background-position:0 0;}
#navi2 a{background-position:-200px 0;}
#navi3 a{background-position:-400px 0;}
#navi4 a{background-position:-600px 0;}
#navi5 a{background-position:-800px 0;}

/*固定ナビゲーション用*/
.naviFixed{
	position:fixed;
	top:0;
	z-index:100;
}

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

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

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

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

.pcNone{display:none;}

.left{float:left;}

.right{float:right;}

.callto{
	text-decoration:underline;
}

.innerWrapper{
	width:1000px;
	margin:0 auto;
}

.innerContent{padding:0 0 60px;}

.innerContent h2{text-align:center;}

.comming{
	text-align:center;
	margin:100px 0 0;
}
	
/*公演内容
----------------------------------------------*/

.summaryArea{
	background-image:url(../img/stage1Bg.png),url(../img/bg1Repeat.png);
	background-position:top center,top center;
	background-repeat:no-repeat,repeat-y;
	background-size:100% auto,100% auto;
	box-shadow:0 3px 5px -3px #333 inset;
	padding:60px 0 0;
}

/*ニュース*/

.newsContent{
	width:1000px;
	margin:0 auto;
}

.newsContent .left{width:30%;}

.newsContent .right{width:70%;}

.newsList dt{
	float:left;
	width:150px;
}

.newsList dd{
	padding:0 0 0 150px;
	margin:0 0 20px 10px;
	background:url(../img/newsArrow.png) 130px 8px no-repeat;
}

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

/*ステージ１*/

.stage1Content{
	position:relative;
	height:1050px;
	padding:70px 0 0;
}

.stage1Content p,
.stage1Content ul{width:1000px;}

.stage1Content ul{margin:140px auto 70px;}

.stage1Content li{
	display:inline-block;
	margin-right:30px;
	line-height:1;
}

.stage1Content p{
	margin:0 auto;
	line-height:2.5;
}

.stage1Bg{
	position:absolute;
	bottom:0;
	right:0;
}

/*キャスト*/

.castContent{position:relative;}

.castBg{
	position:absolute;
	top:0;
	left:0;
}

/*ステージ２*/

.stage2Content{
	height:875px;
	background:url(../img/stage2Bg.png) top center no-repeat;
	background-size:100% auto;
	box-shadow:0 6px 12px -6px #333 inset;
}

.stage2Content h2{
	position:relative;
	z-index:2;
}

.stage2Content h2 img{margin:-23px 0 0;}

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

.ticketArea{
	background-image:url(../img/ticketBg.png),url(../img/bgRed.png);
	background-position:top center,top center;
	background-repeat:no-repeat,repeat-y;
	background-size:100% auto,100% auto;
	box-shadow:0 6px 12px -6px #333 inset;
	padding-bottom:110px;
	color:#fff;
}

.ticketArea h2{margin:0 0 35px;}

.ticketArea h2 img{	margin:-23px 0 0;}

.ticketContent{padding:0 0 45px;}

.ticketContent h3{text-align:center;}

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

/*星取り*/

.timeTable{
	color:#000;
	margin:15px 0 10px;
}

.timeTable,
.timeTable td,
.timeTable th{
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#a42925;
}
.timeTable table{
	border:2px solid #a42925;
	border-collapse:collapse;
	background:#f0ebe3;
}
.timeTable td,
.timeTable th{
	border:1px solid #a42925;
	padding:5px 10px;
	text-align:center;
	background:#f0ebe3;
}
.timeTable .blue{background: #d6eff9;}

.timeTable .red{	background: #f9d7d6;}

.timeTable th{width:100px;}

.timeTable td{width:69px;}

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

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

.timeTable tbody.uppertable{border-bottom:5px solid #a42925;}

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

.tableCaution{
	font-size:14px;
	margin:10px 0;
}

.kurumaCaution{
	font-size:14px;
	line-height:1.7;
}

/*座席*/

.seatList li{
	float:left;
	width:24%;
	text-align:center;
}

.seatList li:nth-of-type(4n-1){margin:0 1.3% 0 0;}

.seatList li:nth-of-type(4n-2){margin:0 1.4% 0 1.3%;}

/*先行発売*/

.preceding{
	display:table;
	width:100%;
	margin:0 0 20px;
}

.leftBox,
.rightBox{
	display:table-cell;
	vertical-align:middle;
}

.leftBox{
	text-align:center;
	border-radius:5px 0 0 5px;
	background-color:#bb9244;
	padding:25px 30px;
	width:47%;
}

.leftBox span{
	display:block;
	background-color:#fff;
	border-radius:15px;
	padding:7px 0;
	line-height:1;
	margin-top:20px;
}

.leftBox span.internet:hover{
	background-color:#D9B654;	
}

.leftBox .reserTell{margin-top:25px;}

.rightBox{
	background-color:#fff;
	border-radius:0 5px 5px 0;
	padding:20px 35px;
	color:#000;
	width:53%;
}

.rightBox p{
	line-height:1;
	font-size:24px;
}

.rightBox .clubCaution{
	font-size:15px;
	margin-top:15px;
}

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

.rightBox .counterTell{
	font-size:30px;
	padding:20px 0 0 45px;
	background:url(../img/iconTell.png) left bottom no-repeat;
}

/*一般発売*/

.general{
	background-color:#fff;
	border-radius:5px;
	padding:25px 30px;
	color:#000;
}

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

.general .left,
.general .right{
	width:46%;
}

.general div.clearfix dt{
	width:100%;
	background-color:#bb9244;
	border-radius:15px;
	line-height:1;
	padding:7px 0;
	margin:0 0 25px;
	color:#fff;
}

.general div.clearfix dd{
	font-size:28px;
	line-height:1;
	margin:0 0 45px;
}

.ticketList1 dt{
	padding:10px 0;
	float:left;
	width:38%;
}

.ticketList1 dd{
	width:100%;
	padding:10px 0 10px 38%;
	border-bottom:1px dotted #000;
}

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

/*グループ観劇*/

.group{
	padding:35px;
	text-align:center;
	background-color:#fff;
	border-radius:5px;
	color:#000;
	font-size:18px
}

.group p{line-height:1;}

.group dl{
	width:410px;
	margin:0 auto;
}

.group dt{
	width:100%;
	background-color:#bb9244;
	border-radius:15px;
	line-height:1;
	padding:7px 0;
	margin:25px 0 30px;
	color:#fff;
	font-size:16px;
}

.group dd{
	line-height:1;
	font-size:30px;
	display:inline-block;
	margiin:0 auto;
	padding:8px 0 0 55px;
	background:url(../img/iconTell.png) left top no-repeat;
}

/*プレイガイド*/

.handling{font-size:14px;}

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

.handling dt{
	float:left;
	width:33%;
}

.handling dd{
	width:100%;
	padding:0 0 0 33%;
}

.ticketList2{margin:0 0 10px;}

.ticketList2 dt{padding:8px 0;}

.ticketList2 dd{
	padding:8px 0;
	border-bottom:1px dotted #000;
}

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

.recoomenArea{
	background:url(../img/bg1Repeat.png) bottom center repeat-y;
	background-size:100% auto;
	padding-bottom:120px;
}

.recoomenArea h2 img{margin:-30px 0 0;}

.recoomenArea h3{
	color:#9c211a;
	font-size:22px;
	font-weight:normal;
	margin:70px 0 20px;
	background:url(../img/recomHBg.png) left 2px no-repeat;
	padding:0 0 0 20px;
	line-height:1.4;
}

.recommendContent{
	position:relative;
	background:#fff;
	border-radius:5px;
	padding:45px;
}

.recomFlourPo{
	position:absolute;
	top:-84px;
	right:0;
}

.recommendContent .left{
	width:540px;
}

.recommendContent .left p{
	font-size:18px;
	color:#333;
	margin:0 0 25px;
}

.recommendContent .left dt{
	background-color:#a02522;
	color:#fff;
	float:left;
	width:120px;
	text-align:center;
	border-radius:3px;
	line-height:1;
	padding:5px 0 4px;
}

.recommendContent .left dd{
	padding:5px 0 4px 130px;
	margin:0 0 15px;
	line-height:1;
}

.recomBtn{
	display:block;
	width:500px;
	margin:45px auto 0;
}

/*おすすめ1詳細*/

.recomDetail .recom1Po{
	position:absolute;
	top:90px;
	right:45px;
}

.recomDetail .recomCopy{
	font-size:18px;
	margin:0 0 30px;
}

.recomDetail dl{
	margin:0 0 35px;
}

.recomDetail dt{
	background-color:#a02522;
	color:#fff;
	float:left;
	width:165px;
	text-align:center;
	border-radius:3px;
	line-height:1;
	padding:5px 0 4px;
}

.recomDetail dd{
	padding:5px 0 4px 180px;
	margin:0 0 5px;
	line-height:1;
}

.recomDetail .recomBottom{
	margin:0 0 20px;
}

.rDWhat h4{
	font-size:18px;
	color:#a02522;
	font-weight:normal;
	margin:0 0 10px;
	text-indent:-10px;
}

.rDWhat .rDLeft{
	float:left;
}

.rDWhat .right{
	width:600px;
}

.rDWhat p{
	margin:0 0 30px;
}

/*おすすめ2詳細*/

.recomDetail2 .recom2Po{
	position:absolute;
	top:45px;
	right:45px;
}

.recomDetail2 dt{
	background-color:#a02522;
	color:#fff;
	width:220px;
	text-align:center;
	border-radius:3px;
	line-height:1;
	padding:5px 0 4px;
	margin:0 0 10px;
}

.recomDetail2 dd{
	padding:5px 0 4px 0;
	margin:0 0 25px;
	line-height:1.8;
}

/*スペシャル
----------------------------------------------*/

.specialArea{
	background:url(../img/bg1Repeat.png) bottom center repeat-y;
	background-size:100% auto;
	padding-bottom:50px;
}

.movieList{	margin:45px 0 0;}

.movieList li{
	float:left;
	width:30%;
	margin:0 0 30px;
}

.movieList li:nth-of-type(3n-1){margin:0 5% 30px;}

.movieList li a{
	color:#000;
}

.movieList li a span{
	display:block;
	padding-top:5px;
	font-size:14px;
	text-align:center;
}

.photoList ul {
float:left;
left:50%;
position:relative;
}

.photoList{	margin:30px 0 0;}

.photoList li {
float:left;
left:5%;
position:relative;
}

.photoList li{
	float:left;
	width:27%;
	margin:0 0 30px;
}

.photoList li:nth-of-type(3n-1){margin:0 5% 30px;}

.photoList li a{
	color:#000;
}

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

.accessArea{
	background:url(../img/bgRed.png) top center repeat-y;
	background-size:100% auto;
	font-size:14px;
	color:#fff;
}

.accessArea h2{margin:0 0 40px;}

.accessArea h2 img{margin:-40px 0 0;}

.address{padding:15px 0 40px;}

.address > *{display:inline-block;}

.address p,
.address span{
	line-height:43px;
	font-size:16px;
}

.address img{	margin:0 30px 0 0;}

.subway,
.bus{padding:0 0 25px;}

.subway h3,
.bus h3{
    line-height:1;
    font-size:20px;
    font-weight:normal;
    padding:15px 0 15px 65px;
    margin:0 0 22px;
	border-bottom:1px solid rgba(0,0,0,0.2);
	background-position:left 8px;
	background-repeat:no-repeat;
}

.subway h3{background-image:url(../img/iconTrain.png);}
.bus h3{background-image:url(../img/iconBus.png);}

.subway h4,
.bus h4{
	font-size:16px;
    line-height:1;
    margin:0 0 15px;
	font-weight:normal;
}

.mLeft{margin-left:50px;}

.subwayList{margin:0 0 20px 50px;}

.subwayList dt{
	float:left;
	width:20%;
	line-height:1;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	padding-left:20px;
}

.subwayList .t1{background-image:url(../img/trainMark1.png);}
.subwayList .t2{background-image:url(../img/trainMark2.png);}
.subwayList .t3{background-image:url(../img/trainMark3.png);}
.subwayList .t4{background-image:url(../img/trainMark4.png);}

.subwayList dd{
	width:100%;
	padding:0 0 0 20%;
	margin:0 0 12px;
	line-height:1;
}

.busWrapper{margin:0 0 30px;}

.busInnerContent{padding:10px 0 15px;}

.busInnerContent h5{
	font-weight:normal;
    font-size:14px;
    line-height:1;
    margin:20px 0 15px;
}

.busInnerContent img{
	display:inline-block;
	margin-right:25px;
}

.busInnerContent p{
	display:inline-block;
	line-height:1.8;
}

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

.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;
	text-indent:-9999px;
}