@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;
	opacity:0;
}

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

.headerWrapper{
	position:relative;
	width:1280px;
	height:755px;
	overflow:hidden;
}

.headerWrapper p{
	overflow:hidden;
}

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

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

#anime3,
#anime4{
	opacity:0;
}

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

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

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

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


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

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

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

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

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

.hiddenText{
	position:fixed;
	top:-100%;
}

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

.idmpSpecial{
	margin: 0 0 0;
	padding: 0 0 0;
}


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

.newsArea{
	color:#000;
	text-align:center;
	background:url(../img/newsBg.png) left 140px bottom 20px no-repeat;
	background-color:#fac8a1;
	padding:50px 0;
}

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

.newsContent .left{width:270px;}

.newsContent .right{width:450px;}

.newsList{
	width:450px;
	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:#000;
	text-decoration:underline;
}


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

.clear{clear:both;}

.btnArea{
	width:1000px;
	margin:0 auto;
	padding:0 0 0px;
}

.ticketbtn{
	text-align:center;
}




/*ニュース*/

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

.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;
	background:url(../img/newsArrow.png) 145px 8px no-repeat;
}

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

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

.summaryArea{
	padding-bottom:0;
}

.storyContent{
	background:url(../img/storyBg.png) center top no-repeat;
	text-align:center;
	padding:55px 0 85px;
}

.castContent{
	position:relative;
}

.castContent h2{
	position:absolute;
	left:250px;
	top:50px;
}

.castContent li{
	text-align:center;
}

.castContent .castList{
	background:url(../img/castBg.png);
}

.staffContent{
	text-align:center;
	padding:50px 0 0;
	height:734px;
	background:url(../img/staffBg.png);	
}

.staffContent div{
	margin:0 0 60px;
}

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

.recomArea{
	padding:75px 164px;
	background-image:url(../img/recomBg.png),url(../img/comBg1.png);
	background-position:right 180px bottom 20px,center top;
	background-repeat:no-repeat,no-repeat;		
	background-color:#b5b9c8;
}

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

.recomContent li{
	margin:0 0 20px;
}

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

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

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

.galleryArea{
	padding:75px 0 95px;
	background-image:url(../img/comBgMark1.png),url(../img/comBg1.png);
	background-position:left 150px bottom 20px,center top;
	background-repeat:no-repeat,no-repeat;		
	background-color:#b5b9c8;
}

.galleryContent{
}

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

.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;
/*	height:3898px;*/
/*	height:3498px;*/
	height:3358px;
/*	height:2898px;*/
	background:url(../img/ticketBg.png) center top no-repeat;
	padding:50px 0 50px;
}

.ticketArea h2{
}

.ticketContent{margin:0 0 60px;}

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

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

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

.ticketDetailList li:nth-of-type(2){
	margin-bottom:25px;
}

.ticketContent2{
	padding:10px 0 0;
	border-radius:5px;
	background:#fff;
}

.ticketContent2 h3{
	background:#f15733;
	padding:13px 0;
	text-align:center;
	margin:0 0 40px;
}

/*星取り*/

.timeTable{
	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 #f15733;
	border-collapse:collapse;
	background:#fff;
	margin:0 0 12px;
	table-layout:fixed;
}
.timeTable td,
.timeTable th{
	border:1px solid #372628;
	padding:5px 8px;
	text-align:center;
	background:#fef4ed;
	word-break:keep-all;
	white-space:nowrap;
}
.timeTable .blue{
	background:#b1c2d0;
	color:#2575f4;
}

.timeTable .red{
	background:#f0afad;
	color:#e26060;
}

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

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

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

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

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

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

/*上演時間*/

.constitution{
	padding:0 25px 30px;
}

.constitution table{
	width:450px;
	text-align:center;
	font-size:20px;
}

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

.constitution th{
	width:50%;
	padding:20px 0;
}

.constitution td{
	padding:20px 0;
}

/*座席*/

div.seatList{
	padding:0 25px 35px;
}

.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{
	padding:10px 25px;
}

.preceding:nth-of-type(2){
	padding-bottom:30px;
}

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

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

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

.leftBox span{
	display:block;
	margin:0 auto;
	height:30px;
	border-radius:15px;
	width:410px;
	background-color:#fff;
}

.leftBox span img{
	margin-top:5px;
}

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

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

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

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

.netCampaign{
	color:#fff;
	margin:10px 0 25px;
	font-size:16px;
	text-align:center;
}

.precedingText{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin:15px 0;
}

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

/*一般発売*/

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

.general{
	border-radius:5px;
	padding:0 30px 45px;
	color:#000;
}

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

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

.general div.clearfix dt{
	width:100%;
	border-radius:15px;
	box-shadow:0 3px 3px rgba(0,0,0,0.25);
	line-height:1;
	padding:7px 0;
	margin:0 0 25px;
	color:#fff;
	background:#152977;
}

.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:5px 35px 35px;
	text-align:center;
	color:#000;
	font-size:18px
}

.group p{line-height:1;}

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

.group dt{
	width:100%;
	background:#152977;
	border-radius:15px;
	line-height:1;
	padding:7px 0;
	margin:25px 0 30px;
	box-shadow:0 3px 3px rgba(0,0,0,0.25);	
	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:0 35px 35px;
	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{
	padding:50px 0 200px;
	background-image:url(../img/comBgMark1.png),url(../img/comBg1.png);
	background-position:left 150px bottom 20px,center top;
	background-repeat:no-repeat,no-repeat;		
	background-color:#b5b9c8;
	text-align:center;
}

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

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

.recomDetailArea{
	text-align:center;
	padding:100px 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:#fac9a3;
}

.recomDetailArea h1{
	margin:0 0 65px;
}

.recomDetailContent{
	padding:20px 0 0;
	margin:0 0 85px;
	background-color:#fff;
}

.recomDetailContent h2{
	color:#fff;
	padding:12px 0;
	margin:0 0 45px;
	line-height:1.7;
	background:url(../img/recomDetail/borderRecom.png) center bottom no-repeat;
	background:#f15733;
}

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

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

.recomDetailContent h3:before{
	content:"●";
	color:#f15733;
}

.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:#000;
	text-decoration:underline;
}


/*対談ページ
----------------------------------------------*/

.talkArea{
	text-align:center;
	padding:100px 0;
	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:#fac8a1;
}

.talkArea h1{
	margin:0 0 30px;
}

.talkArea .socialBtn{
	width:1000px;
	margin:0 auto;
	text-align:right;
}

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


.talkArea .firstDescription{
	width:600px;
	margin:0 auto 30px;
	text-align:left;
}

.talkArea .firstDescription h2{
	text-align:center;
	margin:0 0 20px;
	font-size:20px;
}

.talkArea .secondDescription{
	width:800px;
	margin:0 auto 30px;
	text-align:left;
}

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

.talkArea .mainContents{
	margin:0 0 30px;
}

.talkArea .mainContents h3{
	text-align:left;
	text-indent:1em;
	line-height:2;
	font-size:16px;
	margin:0 0 15px;
	background-color:#f15733;
	color:#fff;
}

.talkArea .mainContents dt{
	float:left;
	width:50px;
	text-align:left;
}

.talkArea .mainContents dd{
	padding:0 0 0 50px;
	margin:0 0 20px;
	text-align:left;
}

.talkArea .mainContents .blue{
	color:#0080FF;
	font-weight:bold;
}

.talkArea .mainContents .red{
	color:#FF0040;
	font-weight:bold;
}

.talkArea .interPhoto{
	width:1000px;
	margin:0 auto 50px;
}

.talkArea .left{
	float:left;
	margin:0 0 0 100px;
}

.talkArea .btnArea{
	width:1000px;
	margin:80px auto;
}

.talkArea .interviewer{
	text-align:right;
}

.talkArea .profile{
	border:2px solid #f15733;
	text-align:left;
	padding:20px 10px;
	margin:40px 0 20px;
}

.talkArea .profile h3{
	font-weight:normal;
	font-size:18px;
	margin:0 0 20px;
}

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

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