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

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

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

.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:url(../img/bgColorRepeat.png) center top repeat-x;
	background-size:auto 100%;
}

.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;
	background:#452895;
	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;
	padding:0 0 20px;
	margin:0 0 40px;
	background:url(../img/headerBorder.png) center bottom no-repeat;
}

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

.pageLink{
	position:absolute;
	top:-60px;
}
	
/*公演内容
----------------------------------------------*/

.summaryArea{
	position:relative;
	padding-bottom:0;
	background:url(../img/specialBgTop.png) center top no-repeat;
}

.summaryArea h2{margin:0 0 20px;}

.summaryContent{text-align:center;}

.summaryContent p{
	font-size:16px;
	margin:0 0 30px;
	line-height:2.5;
	color:#222222;
}

/*ニュース*/

.newsContent{
	width:800px;
	margin:0 auto;
	padding:80px 0;
	position:relative;
	z-index:2;
}

.newsContent .left{width:295px;}

.newsContent .right{width:475px;}

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

/*第一部＆第二部
----------------------------------------------*/

.stage1Content,
.stage2Content{
	position:relative;
}

.stage1Content h2,
.stage2Content h2{
	background:none;
	padding:0;
	margin:0;
}

.textNone{
	position:absolute;
	top:0;
	left:-9999px;
	opacity:0;
}

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

.specialArea{
	position:relative;
	z-index:2;
	margin:0 0 120px;
	background-image:url(../img/specialBg.png),url(../img/specialBgTop.png);
	background-repeat:no-repeat,no-repeat;
	background-position:center bottom,center top;
	padding:75px 0 200px;
}

.pdfContent{
	padding:0 0 45px;
	text-align:center;
}

.specialArea p{
	padding:50px 0;
	text-align:center;
	font-size:30px;
}

.specialArea h3{
	display:block;
	padding:0 0 0 40px;
	background:url(../img/special/catchSpecial.png) left center no-repeat;
	text-align:left;
	font-size:24px;
	line-height:40px;
	margin:0 auto;
}

.specialArea h3.2line{
	display:block;
	padding:0 0 0 40px;
	background:url(../img/special/catchSpecial.png) left top no-repeat;
	text-align:left;
	font-size:24px;
	line-height:44px;
	margin:0 auto;
}

.specialArea div.h3{
	display:block;
	background:url(../img/special/sepSpecial.png) center bottom no-repeat;
	width:850px;
	margin:0 auto;
}

.specialArea div p{
	font-size:20px;
	padding:0;
}

.specialArea section{
	margin:40px 0 100px;
}

.specialArea section.zen p{
	text-align:left;
}

.specialArea section.pro p{
	text-align:left;
}

.specialArea section.kakomi p{
	text-align:left;
}

.leftFloat {
	float: left;
	margin: 0px 15px 40px 0px;
}

.leftRight {
	float: right;
}

.floatclear {
	clear: both;
}

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

.galleryArea{
	position:relative;
	z-index:3;
	margin:-80px 0 0;
	background-image:url(../img/ticketBg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:0 0 200px;
}

.galleryContent{
	padding:0 0 60px;
}

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

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

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

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

.ticketArea{
	color:#000;
	background-color:#fbf9ff;
}

.ticketArea h2{
	position:relative;
	z-index:4;
	margin-top:-70px;
}

.ticketContent{padding:0 0 35px;}

.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;
}
.timeTable table{
	border:2px solid #5d3eb5;
	border-collapse:collapse;
	background:#fff;
	margin:0 0 10px;
}
.timeTable td,
.timeTable th{
	border:1px solid #8e8f90;
	padding:5px 10px;
	text-align:center;
	background:#fff;
}
.timeTable .blue{
	background:#f1f9fe;
	color:#1848a8;
}

.timeTable .red{
	background:#fff8fd;
	color:#e54b42;
}

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

.timeTable th{
	width:100px;
	font-weight:bold;
	border-right:2px solid #5d3eb5;
}

.timeTable td{width:69px;}

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

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

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

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

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

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

/*上演時間*/

.timeList{
	font-size:20px;
	text-align:center;
}

.timeList caption{
	margin:0 0 20px;
}

.timeList table{
	width:475px;

}
.timeList th{
	width:145px;
	padding:25px 0;
}

.timeList td{
	padding:25px 0;	
}

/*座席*/

.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:url(../img/bgColorRepeat.png) center top repeat-x;
	background-size:auto 100%;
	padding:25px 30px;
	width:44%;
}

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

.leftBox span.internet:hover{opacity:0.7;}

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

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

.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{
	display:inline-block;
	margin-top:10px;
	font-size:30px;
	padding:0 0 0 45px;
	background:url(../img/iconTell.png) left top no-repeat;
	background-size:38px auto;
}

.counterTell{
	display:inline-block;
	margin-top:10px;
	font-size:30px;
	padding:0 0 0 45px;
	background:url(../img/iconTell.png) left top no-repeat;
	background-size:38px auto;
	line-height:1.5;
}

/*一般発売*/

.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%;
	border-radius:15px;
	line-height:1;
	padding:7px 0;
	margin:0 0 25px;
	color:#fff;
	background:url(../img/bgColorRepeat.png) center top repeat-x;
	background-size:auto 100%;
}

.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:#452895;
	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;
	margin:0 auto;
	padding:8px 0 0 55px;
	background:url(../img/iconTell.png) left top no-repeat;
}


.specialArea span.tel{
	line-height:1;
	font-size:30px;
	display:inline-block;
	margin:0 auto;
	padding:8px 0 0 40px;
	background:url(../img/iconTell.png) left top no-repeat;
}

/*プレイガイド*/

.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;
	border-bottom:1px dotted #000;
}

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

.accessArea{
	background-image:url(../img/accessTopBg.png),url(../img/accessBottomBg.png);
	background-position:center top,right bottom;
	background-repeat:no-repeat,no-repeat;
	padding:130px 0 40px;
	font-size:14px;
	color:#202020;
}

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

.subway a,
.bus a{
	color:#202020;
	text-decoration:underline;
}

.subway h3,
.bus h3{
    line-height:1;
    font-size:20px;
    font-weight:normal;
    padding:8px 0 8px 65px;
    margin:0 0 22px;
	border-bottom:1px solid #452895;
	background-position:left 0px;
	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;
}

.subway p{
	line-height:1.5;
	margin:-5px 0 20px 43px;
	padding-left:27px;
	background:url(../img/iconJr.png) left center no-repeat;
}

.mLeft{margin-left:50px;}

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

.subwayList dt{
	float:left;
	width:22%;
	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 22%;
	margin:0 0 12px;
	line-height:1;
}

.busWrapper{margin:0 0 20px;}

.busFree ul,
.busInnerContent{padding:10px 0 15px;}

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


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

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

/*おせち関係
----------------------------------------------*/

.osechiArea {
	background:url(../img/osechi/osechibg2.jpg) top center no-repeat,url(../img/osechi/osechibg1.jpg) top center repeat-y;
	background-size: 100% auto;
	color: #ffffff;
	padding: 0px 80px;
}

.osechiArea h1 {
	font-size:28px;
	text-align: center;
	line-height: 50px;
	font-weight: normal;
	padding: 80px 0px;
}

.osechiArea h2 {
	font-size:24px;
	text-align: center;
	font-weight: normal;
	padding: 150px 0px 40px;
}

.osechiArea dl {
	font-size: 18px;
	list-style: none;
	overflow: hidden;
}

.osechiArea dt {
	margin-top: 20px;
}

.osechiArea dd {
	margin-top: 40px;
}

.osechiArea a:link {
	color: #ffffff;
}

.osechiArea a:hover {
	color: #4169e1;
}

.osechiArea a:visited {
	color: #4169e1;
}

.tdline {
	text-decoration: underline;
	text-decoration-color: #ffffff;
}

.tdback {
	background-color: rgba(0,0,0,.3);
	padding: 0px 10px;
}

.order {
	font-size: 24px;
	text-align: center;
	padding: 60px 0px ;
}

.Rfloat {
	float: right;
    margin: 40px -80px 60px 40px;
}

.Lfloat {
	float: left;
    margin: 40px 40px 60px -80px;
}

.Cfloat {
	clear: both;
}

.planArea {
	position: relative;
	padding-bottom: 60px;
	margin-top: 150px;
}

.absolute {
	position: absolute;
	top: 70px;
	font-size: 18px;
	background: rgba(0,0,0,.5);
	margin-left: 40px;
}	

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


/*取材ページ
----------------------------------------------*/

.shuzaiArea {
/*--	position:relative;
	z-index:2;
	padding:90px 0 1px;
	background-image:url(../img/recommendBg1.png),url(../img/recommendBg2.png);
	background-repeat:no-repeat,no-repeat;
	background-position:right top,left bottom;--*/
	background-color:#fff;
	padding: 0px 100px;
}

.shuzaiArea p {
	margin-top: 40px;
}

.shuzaiArea .rightFloat {
	float: right;
    margin: 300px 0px 30px 30px;
}

.shuzaiArea .leftFloat {
	float: left;
    margin: 40px 30px 0px 0px;
}

.shuzaiArea .floatclear
{
	clear: both;
}
