@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:847px;
	overflow:hidden;
	background-color:#000;
}

.headerWrapper p{
	overflow:hidden;
}

.socialUnit{
	position:absolute;
	top:22px;
	right:0px;
	z-index:20;
}

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

.scrollFade{opacity:0;}

#anime6,
#anime7{
	opacity:0;
}*/

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

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

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

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

/*#navi3 a{
	opacity:0.5;
	cursor:default;
}*/

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

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

.footerArea{
	position:relative;
	overflow:hidden;
	background:#9e8a1e;
	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{
}

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

.innerContent{padding:0 0 60px;}

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

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

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

.displayNone{
	position:fixed;
	top:-100%;
	left:-100%;
	visibility:hidden;
}

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


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

.newsArea{
	text-align:center;
	background:url(../img/newsBg.png) center top no-repeat;
	height:320px;
	padding:45px 0 0;
}

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

/*.newsContent .left{width:270px;}*/

.newsContent .right{float:none;width:450px;margin:0 auto;}

.newsList{
	width:550px;
	padding:0 0 0 20px;
}

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

.newsList dd{
	padding:0 0 0 165px;
	margin:0 0 20px;
	background:url(../img/newsArrow.png) 145px 8px no-repeat;
	text-align:left;
}

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

/*ボタンエリア
----------------------------------------------*/

.clear{clear:both;}

.btnArea{
	height:160px;
	padding:45px 0 0;
}

.btnArea .twittercpnBtn{
	float:left;
}

.btnArea .castBtn,
.btnArea .talkshowBtn{
	float:left;
	margin-left:50px;
}


/*特集
----------------------------------------------*/

.featureArea{
	height:320px;
	background:url(../img/featureBg.png) center top no-repeat;
	padding:115px 0 0;
}

.featureArea ul{
	width:845px;
	margin:0 auto;
}

.featureArea li{
	width:400px;
	margin:0 45px 0 0;
	float:left;
}

.featureArea li:nth-of-type(2){
	margin:0;
}

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

.summaryArea{
	position:relative;
	padding-bottom:0;
}

.storyContent2{
	position:relative;
}

.storyContent2 h2{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.castContent{
	position:relative;
}

.castContent h2{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.castContent .cast{
	height:3270px;
	background:url(../img/cast.png),center top,no-repeat;
	text-indent:-9999px;
	overflow:hidden;	
}

.castContent .staff{
	height:700px;
	overflow:hidden;
	background:url(../img/staff.png),center top,no-repeat;
	text-indent:-9999px;
}

.dlBtn{
	position:absolute;
	bottom:120px;
	left:440px;
}

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

.recomArea{
	background:url(../img/commonBg.png) center top no-repeat;
	position:relative;
	padding:380px 240px 80px;
}

.recomArea h2{
	position:absolute;
	right:0;
	top:0;
}

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

.recomContent li{
	margin:0 0 20px;
	text-indent:-16px;
	padding:0 0 0 16px;
}

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

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

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

.galleryArea{
	padding:340px 0 10px;
/*	background:url(../img/commonBg.png) center top no-repeat;*/
	background-image:url(../img/galleryBg1.png),url(../img/galleryBg2.jpg);
	background-position:center top,center top;
	background-repeat:no-repeat,repeat-y;
	position:relative;
}

.galleryArea h2{
	position:absolute;
	right:0;
	top:0;
}

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

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

.galleryContent li{
	float:left;
	margin:0 0 25px;
}

.galleryContent li:nth-of-type(3n-1){
	margin:0 25px 25px;
}

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

.galleryContent li span{
	display:block;
	text-align:center;
	padding-top:4px;
}

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


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

.ticketArea{
	color:#000;
	background-image:url(../img/ticketBg1.png),url(../img/ticketBg2.png);
	background-position:center top,center bottom;
	background-repeat:no-repeat,no-repeat;		
	background-color:#180f33;
	position:relative;
	padding:390px 0 90px;
}

.ticketArea h2{
	position:absolute;
	right:0;
	top:0;
}

.ticketContent{margin:0 0 60px;}

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

.ticketContent h3{
	margin:0 0 25px;
}

.ticketDetailList{
	margin:0 0 15px;
}

.ticketDetailList li{
	text-align:left;
	margin:0 0 15px;
}

/*星取り*/

.timeTable{
	color:#fff;
	margin:25px 0 10px;
}

.timeTable,
.timeTable td,
.timeTable th{
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.timeTable table{
	border:2px solid #9e8a1e;
	border-collapse:collapse;
	background:#fff;
	margin:0 0 12px;
	table-layout:fixed;
}
.timeTable td,
.timeTable th{
	border:1px solid #372725;
	padding:5px 8px;
	text-align:center;
	background:#746f85;
	word-break:keep-all;
	white-space:nowrap;
}
.timeTable .blue{
	background:#5d6987;
	/*color:#7aacf4;*/
	color:#fff;
}

.timeTable .red{
	background:#926870;
	/*color:#ad3436;*/
	color:#fff;
}

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

.timeTable th{
	width:96px;
	border-right:2px solid #372725;
}

.timeTable td{
}

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

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

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

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

.childText{
	font-size:16px;
	margin:10px 0;
	line-height:1.7;
}

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

/*上演時間*/

.constitution{
	padding:0 25px 30px;
	color:#fff;
}

.constitution table{
	width:450px;
	text-align:center;
	font-size:20px;
	border-color:#9e8a1e;
}

.constitution caption{
	padding:0 0 20px;
}

.constitution th{
	width:50%;
	padding:20px 0;
	border-color:#9e8a1e;	
}

.constitution td{
	padding:20px 0;
	border-color:#9e8a1e;	
}


/*座席*/

.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:#837122;
}

.rightBox{
	display:table-cell;
	vertical-align:middle;
	border-radius:0 5px 5px 0;
	text-align:left;
	background:#ccc;
	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:#ccc;
	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:#9e8a1e;
}

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

/*グループ観劇*/

.group{
	padding:35px;
	text-align:center;
	background-color:#ccc;
	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:#9e8a1e;
	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;
}

/*プレイガイド*/

.handling{
	font-size:14px;
	padding:35px;
	background-color:#ccc;
	border-radius:5px;
	color:#000;
}

.handling a{
	color:#000;
	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 8px 33%;
	border-bottom:1px dotted #000;
}

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

.accessArea{
	background:url(../img/commonBg.png) center top no-repeat;
	padding:340px 0 100px;
	position:relative;
}

.accessArea h2{
	position:absolute;
	right:0;
	top:0;
}

.accessContent{
	padding:0 0 0 25px;
}

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

.recomDetailArea{
	text-align:center;
	padding:110px 140px;
	background-image:url(../img/recomDetail/recomDetailBg1.png),url(../img/recomDetail/recomDetailBg2.png);
	background-position:center top,center bottom;
	background-repeat:no-repeat,no-repeat;
	background-color:#180f33;
}

.recomDetailArea h1{
	margin:0 0 65px;
	text-align:right;
}

.recomDetailContent{
	padding:0;
	margin:0 0 85px;
}

.recomDetailContent h2{
	color:#fff;
	line-height:1.7;
	padding:30px 0 80px;
	background:url(../img/recomDetail/contentHeader.png) center bottom no-repeat;
}

.recomDetailContent .recomImgList{
	letter-spacing:-5px;
	margin:0;
}

.recomDetailContent .recomImgList li{
	display:inline-block;
	letter-spacing:normal;
	margin:0 25px 0 0;
}

.recomDetailContent .recomImgList li:nth-last-of-type(1){
	margin:0;
}

.recomDetailContent .textLeft{
	text-align:left;
	padding:45px 25px 0;
	font-size:18px;
}

.recomDetailContent h3,
.recomDetailContent h4{
	font-weight:normal;
	font-size:18px;
}

.recomDetailContent h3+dl{
	margin-top:45px;
}

.recomDetailContent p,
.recomDetailContent ul,
.recomDetailContent dl{
	margin:0 0 45px;
}

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

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

.recomDetailContent .recomPhotoTitle h3{
	text-align:center;
	font-weight:normal;
	font-size:22px;
	line-height:2;
	padding:0 0 40px;
}	

.recomDetailContent .recomPhoto{
	width:400px;
	float:left;
	margin:50px 40px 0 0;
}

.recomDetailContent .recomPhotoText{
	width:510px;
	float:left;
	margin:0;
}

.recomDetailContent .recomPhotoText p{
	margin:0 0 20px;
}


/*Twitterキャンペーン
----------------------------------------------*/

.twitterArea{
	color:#000;
	background-color:#fff;
	padding:0 0 100px;
}

.twitterWrapper{
	width:900px;
	margin:0 auto;
}

.twitterArea .clear{
	clear:both;
}

.twitterArea h1{
	text-align:center;
	margin:0 0 50px;
	background-color:#000;
}

.twitterArea .socialBtn{
	text-align:right;
}

.twitterArea .socialBtn li{
	float:right;
	margin:0 10px 0;
}


.twitterOverview h2{
	text-align:center;
	font-size:34px;
	font-weight:normal;
	margin:20px 0 0;
}

.twitterOverview span{
	font-size:24px;
	margin-left:12px;
}

.twitterOverview h3{
	text-align:center;
	font-size:40px;
	font-weight:normal;
	margin:20px 0 40px;
}

.twitterOverview p{
	margin:0 0 20px;
	text-align:right;
}

.camOverview h4{
	text-align:left;
	text-indent:1em;
	line-height:2;
	font-size:24px;
	margin:0 0 20px;
	background-color:#775a44;
	color:#fff;
}

.camOverview .chirashi{
	width:248px;
	float:left;
	margin:0 0 60px;
}

.camOverview .left{
	width:632px;
	float:left;
	margin:60px 0 0 20px;
}

.camOverview p{
	margin:0 0 20px;
}

.camOverview span{
	color:#FB0101;
}

.camParticipation h4{
	text-align:left;
	text-indent:1em;
	line-height:2;
	font-size:24px;
	margin:0 0 40px;
	background-color:#775a44;
	color:#fff;
}

.camParticipation h5{
	font-size:20px;
	border-bottom:solid 1px #000;
	border-left:solid 1.5px #775a44;
	padding:0 0 3px 10px;
	margin:0 0 20px;
}

.camParticipation h5 span{
	color:#775a44;
	margin-right:15px;
}

.camParcontents{
	margin:0 0 60px;
}

.camParcontents p a,
.camParcontents p:visited{
	color:#000;
	text-decoration:underline;
}

.camParWrapper{
	width:880px;
	margin:0 auto;
}

.camParWrapper span{
	color:#FB0101;
}

.camParcontents .btn{
	text-align:center;
	border:solid 1px #000;
	padding:40px 50px;
	margin:20px 0 0;
}

.camParcontents .btn img{
	margin:0 0 20px
}

.camParticipation h6{
	text-align:left;
	text-indent:1em;
	line-height:2;
	font-size:24px;
	margin:80px 0 20px;
	background-color:#775a44;
	color:#fff;
}

.camParcontents ul li{
	line-height:2;
	margin:0 0 10px;
}

.camParcontents ul li span{
	margin-left:1em;
	color:#000;
}

.camParcontents ul li a,
.camParcontents ul li a:visited{
	color:#000;
	text-decoration:underline;
}

.camParcontents .caution1{
	text-align:left;
	margin:40px 0 0;
}

.camParcontents .caution2{
	font-size:18px;
	margin:40px 0 0;
}


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

.reportArea{
	padding:110px 140px;
	background-image:url(../img/recomDetail/recomDetailBg1.png),url(../img/recomDetail/recomDetailBg2.png);
	background-position:center top,center bottom;
	background-repeat:no-repeat,no-repeat;
	background-color:#180f33;
}

.reportArea h1{
	font-size:24px;
	font-weight:normal;
	margin:0 0 20px;
}

.reportArea p{
	margin:0 0 40px;
}

.reportArea .span{
	text-indent:1em;
}


.reportArea .photo{
	float:right;
	margin:0 0 20px 20px;
}

.reportArea .name{
	text-align:right;
	margin:0 0 80px;
}

.reportArea .career h2{
	text-align:left;
	font-weight:normal;
	font-size:16px;
	margin:0;
}

.reportArea .career p{
	margin:0 0 20px;
}

.reportArea .career p a,
.reportArea .career p a:visited{
	color:#fff;
	text-decoration:underline;
}


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

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