@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-color:#000;
}

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

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

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

.headerWrapper{
	position:relative;
	width:1280px;
	height:853px;
	overflow:hidden;
	background-color:#000;
}

.headerWrapper p{
	overflow:hidden;
}

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

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

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

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

.linksFixedArea{
	position:fixed;
	top:50px;
	right:0;
	z-index:9999;
	/*opacity:0;*/
}

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

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

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


/*
#anime4{top:-20px;left:50px;}

#anime7{top:10px;right:25px;opacity:0;}

#anime8{opacity:0;}

*/

.scrollFade{opacity:0;}

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

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

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

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

#navi1{
	width:170px;
}

.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:-170px 0;}
#navi3 a{background-position:-336px 0;}
#navi4 a{background-position:-502px 0;}
#navi5 a{background-position:-668px 0;}
#navi6 a{background-position:-834px 0;}

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

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

.footerArea{
	position:relative;
	overflow:hidden;
	border-top:1px solid #fff;
	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;}

.contentsArea{
	padding:0 0 150px;
}

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

.innerContent{padding:0 0 60px;}

.innerContent h2{
	text-align:center;
	margin:0 0 80px;
}

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

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

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

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

.summaryArea{
	padding:60px 0 0;
	color:#fff;
}

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

.newsContent .left{width:295px;}

.newsContent .right{width:485px;}

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

.newsList dd{
	padding:0 0 0 165px;
	margin:0 0 20px;
}

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

.summaryArea .copy{
	padding:20px 0;
	width: 100%;
}

.emoto1{background-image:url(../img/emoto1.png);}
.emoto2{background-image:url(../img/emoto2.png);}

.emoto1,
.emoto2{
	background-repeat:no-repeat;
	width: 100%;
	margin:0 0 60px;
}

.emoto1 .title,
.emoto2 .title{
	width: 70%;
	margin-left: auto;
	padding: 80px 0 110px;
}

.emoto1 .title ul,
.emoto2 .title ul{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.emoto1 .title ul li,
.emoto2 .title ul li{padding:0 0 20px;}

.emoto2 .cast{
	height: 700px;
	width: 100%;
	background-image:url(../img/castList.png);
	background-repeat:no-repeat;
}

.emoto2 .cast .listSep{padding: 212px 0 0 206px;}
.emoto2 .cast ul{padding: 350px 0 0 313px;}

.emoto4{
	background-image:url(../img/emoto4.png);
	background-repeat:no-repeat;
	width: 100%;
}

.emoto4 .title{
	height: 328px;
	width: 100%;
	margin:0 0 10px;
	background-image:url(../img/emoto4.png);
	background-repeat:no-repeat;
}

.emoto4 .text p{padding:30px 0 0;}

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

.recommendContent{
	text-align:center;
	padding:0 0 40px;
}

.recommendContent .title{
	color:#fff;
	font-size:28px;
	padding:10px 25px;
	display:inline-block;
	border:solid 1px #fff;
}

.recommendContent .title h3{
	font-size:28px;
	font-weight:normal;
}

.recommendArea .recommendtext{padding:0 0 25px;}

.recommendArea .recommendtext .image{
	padding:20px 0 40px;
	text-align:center;
}

.recommendArea .recommendtext h4{
	font-size: 24px;
	font-weight:normal;
	text-align: center;
	padding:0 0 20px;
}

.recommendArea .recommendtext p{padding:0 0 20px;}


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

.galleryArea{padding:100px 0 0;}

.galleryContent{padding:0 0 80px;}

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

.photoContent h3{
	margin:0 0 30px;
}

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

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

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

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

.movieList li a{color:#fff;}

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

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

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

.ticketContent{margin:0 0 80px;}

.ticketContent h3{
	text-align:center;
	margin:0 0 30px;
	color:#fff;
	font-size: 20px
}

.ticketDetailList{
	margin:0 0 40px;
}

.ticketDetailList li{
	text-align:center;
	margin:0 0 30px;
}

/*料金*/

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

.ticketArea .copy h3,
.ticketArea .day h3{margin:0 0 15px;}

.ticketArea .copy p{
	font-size:16px;
	margin:0 0 60px;
}

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

.ticketArea .day .line{margin:30px 0;}

.ticketArea .seatFee{
	color: #fff;
	text-align: center;
	margin:0 0 145px;
}

.ticketArea .seatFee h4{
	font-size:22px;
	font-weight: normal;
}

/*座席*/

.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{
	margin:0 0 50px;
}

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

.precedingBox{
	display:table;
	width:100%;
	height:150px;
}

.leftBox{
	width:450px;
	display:table-cell;
	vertical-align:middle;
	border-radius:5px 0 0 5px;
	text-align:center;
	background:#152c0d;
}

.rightBox{
	display:table-cell;
	vertical-align:middle;
	border-radius:0 5px 5px 0;
	text-align:left;
	background:#d2ccce;
	padding:0 40px;
}

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

.rightBox .mailClubLink{
	margin:15px 0 0;
	font-size:16px;
}

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

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

/*一般発売*/

#general .ticketList1{
	margin:0 0 10px;
}

.general{
	background-color:#d2ccce;
	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%;
	border-radius:5px;
	line-height:1;
	padding:7px 0;
	margin:0 0 25px;
	color:#fff;
	background:#3c0715;
}

.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;
	font-size:18px;
}

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

/*プレイガイド*/

.general .playguide{
	width: 300px;
	margin:70px auto 30px;
}

.general .playguide h4{
	width: 100%;
	background:#3c0715;
	border-radius:5px;
	background-size: 300px;
	line-height:1;
	text-align:center;
	padding:7px 0;
	color:#fff;
	font-size:18px;
	font-weight:normal;
}

.handling{font-size:14px;}

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

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

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

.ticketList2{margin:0 0 10px;color:#333;}

.ticketList2 dt{padding:8px 0;}

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

/*グループ観劇*/

.group{
	padding:35px;
	text-align:center;
	background-color:#d2ccce;
	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:#3c0715;
	border-radius:5px;
	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;
}

/*アクセス
----------------------------------------------*/
.accessArea{
	color:#fff;
	padding:80px 0 0;
}

.address{
	padding:0 0 20px;
	text-align:center;
}

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

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

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

.accessArea .accessLink{
	width: 350px;
	margin:0 auto;
}

.accessArea .accessLink p{
	width: 100%;
	background:#3c0715;
	border-radius:5px;
	background-size: 350px;
	line-height:1;
	padding:15px 0;
	margin:40px 0 0;
	color:#fff;
	font-size:18px;
	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;
}
