@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:100%;
	font-size:14px;
	font-size:1.4rem;
	color:#000;
	opacity:0;
}

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

.headerWrapper{
	position:relative;
	width:100%;
	margin-top:46px;
}

.headerWrapper h1{
	width:100%;
}

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

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

.animeSp{
	position:absolute;
	opacity:0;
	top:0;
}

#animeSp1{
	opacity:0;
	z-index:1;
}

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

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

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

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

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

#ticketBtn{
	position:fixed;
	right:46px;
	top:0;
	display:block;
	width:70px;
	height:46px;
	line-height:46px;
	background:#880207;
	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;
	top:0;
	right:0;
	display:block;
	width:46px;
	height:46px;
	line-height:46px;
	font-size:10px;
	font-size:1rem;
	font-weight:bold;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#closeBtn{display:none;}

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

#fixedMenuWrapper{
	height:100%;
	overflow-y:scroll;
}

.menuList{
	padding:0 15px 46px 15px;
	padding:0 1.5rem 4.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:#31429f;
	color:#fff;
}

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

.contentsArea{
	background:url(../img/ticketBg2.png) center bottom no-repeat;
	background-size:100% auto;
}

.innerWrapper{
	width:100%;
	margin:0 auto;
	padding:0 3%;
}

.innerContent{
	padding:30px 0 45px;
	padding:3rem 0 4.5rem;
	border-bottom:5px solid #fff;
}

.innerContent h2{
	text-align:center;
	margin:0 0 30px;
	margin:0 0 3rem;
	padding:0 4% 0 0;
	box-sizing:border-box;
}

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

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

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

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

.newsArea{
	background-color:#bdc9eb;
	padding:25px 3% 35px;
	padding:2.5rem 3% 3.5rem;
	box-shadow:0 8px 10px -8px #333 inset;
}

.newsContent{
	width:100%;
	margin:0 auto;
	padding:20px 3% 20px;
	padding:2rem 3% 2rem;
}

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

.newsArea p{
	margin:0 0 25px;
	margin:0 0 2.5rem;
	text-align:center;
	font-size:16px;
	font-size:1.6rem;
}

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

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

.summaryArea{
	background:url(../img/summaryBg.png) center top no-repeat;
	background-size:100% auto;
	background-color:#bbc8eb;
	border:none;
	padding:0;
	border-bottom:5px solid #fff;
}

.summaryArea h2{
	margin:30px 0;
	margin:3rem 0;
}

.summaryArea h3{
	margin:60px 0 0;
}

.summaryArea li{
	margin:0 0 20px;
	margin:0 0 2rem;
}

.summaryArea p.chapter{
	margin-bottom:25px;
}

.summaryArea p.character{
	width:80%;
	margin:55px auto 100px;
}

.summaryArea .sumList li{
	margin:0;
}

/*チラシボタン＆イベント*/

.leaflet{
	padding:0 3% 40px;
	padding:0 3% 4rem;
	background-color:#bbc8eb;
	border-bottom:5px solid #fff;
}

/*キャスト
----------------------------------------------*/

.castArea{
	background:url(../img/castBg.png) center top no-repeat;
	background-size:100% auto;
	background-color:#b8cafd;
}

.castArea ul{
	padding:0 10%;
}

.castArea li{
	float:right;
	width:48%;
	margin:0 0 10px;
}

.castArea li:nth-of-type(even){
	float:left;
}

.castArea li:nth-of-type(1){
	width:100%;
	padding:0 26%;
	margin-bottom:20px;
}

.castArea li:nth-last-of-type(1){
	width:100%;
	padding:0 26%;
	margin-top:30px;
}

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

.recomArea{
	background:url(../img/recomBg.png) top center no-repeat;
	background-size:100% auto;
	background-color:#5ab7cc;
}

.recomContent{
	width:100%;
	padding:20px 10px 30px;
	padding:2rem 1rem 3rem;
	background:#ffffff;
	font-size:14px;
	font-size:1.4rem;
}

.recomContent h3{
	font-size:16px;
	font-size:1.6rem;
	border-bottom:1px solid #31429f;
	background:url(../img/recomMark.png) left top 3px no-repeat;
	background-size:auto 75%;
	padding:0 25px 5px;
	padding:0 2.5rem 0.5rem;
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

.recomContent p{
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

.recomContent h4{
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
	margin:25px 0 5px;
	margin:2.5rem 0 0.5rem;
}

.recomContent ul{
	padding-left:14px;
	padding-left:1.4rem;
}

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

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

.recomContent li table{
	border:none;
	margin:5px 0 0;
	margin:0.5rem 0 0;
}

.recomContent li th{
	border:none;
	word-break:keep-all;
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
	padding-bottom:2px;
	padding-bottom:0.2rem;
}

.recomContent li td{
	border:none;
	vertical-align:top;
	padding-bottom:3px;
	padding-bottom:0.3rem;
}

.recomContent .recomDateaList li{
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

.recomContent .recomCauList{
	padding:0;
}

.recomContent .recomCauList li{
	text-indent:-14px;
	padding-left:28px;
	padding-left:2.8rem;
}

.recomContent .recomCounterList li{
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

/*おすすめ 高橋作成
----------------------------------------------*/

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

.recomContent .mealset{
	margin:25px 0;
	margin:2.5rem 0;
}

.recomContent .mealset img{
	margin:0 0 20px;
	margin:0 0 2rem;
}

.earphone p{margin:0 0 0px;}
.earphone .price{margin:40px 0 0px;}

.earphone h3,
.momoya h3{
	font-size:16px;
	font-size:1.6rem;
	border-bottom:1px solid #31429f;
	background:url(../img/recomMark.png) left top 3px no-repeat;
	background-size:auto 45%;
	padding:0 25px 5px;
	padding:0 2.5rem 0.5rem;
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

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

.galleryArea{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dafe1+0,bdc9eb+50,bdc9eb+100 */
	background: rgb(157,175,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,175,225,1) 0%, rgba(189,201,235,1) 50%, rgba(189,201,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(157,175,225,1) 0%,rgba(189,201,235,1) 50%,rgba(189,201,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(157,175,225,1) 0%,rgba(189,201,235,1) 50%,rgba(189,201,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dafe1', endColorstr='#bdc9eb',GradientType=0 ); /* IE6-9 */
	padding-bottom:20px;
}

.galleryArea h2{
	padding:0 3%;
	width:100%;
}

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

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

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

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

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

.ticketArea{
	color:#000;
	background-image:url(../img/ticketBg1.png),url(../img/ticketBg2.png);
	background-repeat:no-repeat,no-repeat;
	background-position:center top,center bottom;
	background-size:100% auto;
	background-color:#bdc9eb;
}

.ticketArea h2{
	padding:0 3%;
	width:100%;
}

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

.ticketContent2{
	padding:15px 0 20px;
	padding:1.5rem 0 2rem;
	margin:0 0 45px;
	margin:0 0 4.5rem;
	background-color:#fff;
}

.ticketContent h3{
	text-align:center;
	margin:0 0 20px;
	margin:0 0 2rem;
}

.ticketContent h3 img{
	box-shadow:0px 8px 3px -4px rgba(0,0,0,0.26);
}

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

/*星取り*/

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

.timeTable{
	color:#000;
	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 #31429f;
	border-collapse:collapse;
	background:#fff;
	margin:0 0 10px;
}
.timeTable td,
.timeTable th{
	border:1px solid #918b8a;
	padding:5px 8px;
	text-align:center;
	background:#fff;
	word-break:keep-all;
	white-space:nowrap;
}
.timeTable .blue{
	background:#eaf6fd;
	color:#004f8e;
}

.timeTable .red{
	background:#fef4f7;
	color:#d63038;
}

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

.timeTable th{
	width:86px;
	font-weight:bold;
	border-right:2px solid #4f2a9b;
}

.timeTable td{width:80px;}

.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 #4f2a9b;
}

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

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

/*上演時間*/

.playTime{
	margin:0 15px;
	margin:0 1.5rem;
	text-align:center;
}

.playTime table{
	margin:0 auto 20px;
	border:solid 1px;
}

.playTime table th{
	font-size:16px;
	font-size:1.6rem;
	padding-bottom:5px;
	padding-bottom:0.5rem;
	border-top-style:hidden;
	border-right-style:hidden;
	border-left-style:hidden;
}

.playTime table td{
	height:50px;
	height:5rem;
	width:200px;
	width:20rem;
}

.playTime .rest{
	height:30px;
	height:3rem;
}	


/*座席*/

div.seatList{
	padding:0 15px;
	padding:0 1.5rem;
}

.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 15px;
	margin:0 1.5rem;
	text-align:center;
}

.preceding h4{
	font-size:10px;
	line-height:1;
	margin:20px 0;
	margin:2rem 0;
}

.precedingUpper{
	padding:25px 0;
	padding:2.5rem 0;
	background-color:#31429f;
	border-radius:5px 5px 0 0;
}

.precedingLower{
	padding:20px 15px;
	padding:2rem 1.5rem;
	background-color:#ecf0fb;
	border-radius:0 0 5px 5px;
}

.precedingLower p{
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

.precedingLower .large{
	font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.precedingLower p a{
	font-size:20px;
	font-weight:bold;
}

.precedingLower .member a{
	font-size:14px;
	font-weight:normal;
}

.precedingLower p a,
.group dd a{
	text-decoration:underline;
	color:#000;
}

/*一般発売*/

#general{
/*	border:2px solid #e77708;
	background-color:#fff;*/
	padding:20px 0 10px;
	padding:2rem 0 1rem;
	margin:0 0 45px;
	margin:0 0 4.5rem;
}

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

.general{
	background-color:#fff;
	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:11px;
	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:#31429f;
	box-shadow:0px 8px 3px -4px rgba(0,0,0,0.26);
	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:#fff;
	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:#31429f;
	box-shadow:0px 8px 3px -4px rgba(0,0,0,0.26);
	border-radius:11px;
	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:0 15px;
	padding:0 1.5rem;
}

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

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

.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{
	background:url(../img/accessBg.png) top center no-repeat;
	background-size:100%;
	background-color:#bdc9eb;
	text-align:center;
	border:none;
}

/*フッターSNS
----------------------------------------------*/

.fSnsList{
	width:100%;
	margin:45px auto 0;
	margin:4.5rem auto 0;
	padding:0 0 30px;
	padding:0 0 3rem;
}

.fSnsList li{
	text-align:center;
}

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

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