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

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

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

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

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

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

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

#animeSp2{
	z-index:2;
	top:0;
	opacity:1;
}

#animeSp3{
	z-index:3;
	top:0;
}

#animeSp4{
	position:absolute;
	z-index:4;
	bottom:0;
}

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

.fixedArea{
	position:fixed;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:46px;
	font-size:14px;
	font-size:1.4rem;
/*	background:rgba(178,3,101,1);*/
    background: url(../img/bgColorRepeat.png) center top repeat-x;
    background-size: auto 100%;
}

.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;
	border-left:1px solid #fff;
}

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

.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:url(../img/bgColorRepeat.png) center top repeat-x;
	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{
}

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

.innerContent{
	padding:15px 0 45px;
	padding:1.5rem 0 4.5rem;
}

.innerContent h2{
	text-align:center;
	margin:0 0 30px;
	margin:0 0 3rem;
}

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

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

.overF{
	text-indent:-9999px;
}


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

.summaryArea{
	background:url(../img/summaryBg.png) center 0 no-repeat;
	background-size:100% auto;
	padding-top:0;
}

.summaryContent{text-align:center;}

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

/*トピックス*/

.topicsContent{
	width:100%;
	margin:0 auto;
	padding:25px 1% 45px;
	padding:2.5rem 1% 4.5rem;
}

.topicsContent p{
	text-align:center;
}

.topicsContent p:nth-of-type(1){
	margin:0 0 25px;
}

/*ニュース*/

.newsContent{
	width:100%;
	margin:0 auto;
	padding:30px 3% 35px;
	padding:3rem 3% 3.5rem;
}

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

/*コピー*/

.copyContent{
	text-align:center;
	padding:0 3% 20px;
	padding:0 3% 2rem;
}

.copyContent p{
	color:#9e6957;
	text-align:left;
}

.copyContent .copy{
	margin:0 0 35px;
	margin:0 0 3.5rem;
}

/*あらすじ*/

.storyContent{
	text-align:center;
	padding-bottom:45px;
	padding-bottom:4.5rem;
}

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

.storyWrap p{
	margin:0 0 25px;
	margin:0 0 2.5rem;
	color:#9e6957;
	text-align:left;
}

/*キャスト*/

.castContent{
	text-align:center;
	overflow:hidden;
}

.castContent .overF{
	position:absolute;
	left:-9999px;
}

.castContent p{
	color:#221815;
	font-size:12px;
	font-size:1.2rem;	
	width:100%;
	padding-bottom:30px;
	padding-bottom:3rem;
	margin:35px auto 0;
	margin:3.5rem auto 0;
}

.castContent a{
	display:inline-block;
	width:75%;
	margin:0 auto;
}

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

.recommendArea{
	position:relative;
	z-index:2;
	padding:0 0 200px;
}

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



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

.galleryArea{
	position:relative;
	z-index:3;
	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:url(../img/ticketBg.png) center top no-repeat;
	background-size:100% auto;
	background-color:#fdeff5;
}

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

.ticketContent h3{
	text-align:center;
	margin:0 0 10px;
	overflow:hidden;
}

.ticketContent h3 img{
	margin-left:-35%;
}

.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 #955ab7;
	border-collapse:collapse;
	background:#fff;
	margin:0 0 10px;
}
.timeTable td,
.timeTable th{
	border:1px solid #8e8f90;
	padding:3px 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 #955ab7;
}

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

#tTableMess {
	margin:0 0 10px;
	margin:0 0 1rem;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
}

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

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


.kurumaContent{
	border:2px solid #955ab7;
	background-color:#fff;
	padding:5px 10px;
	padding:0.5rem 1rem;
	margin:15px 0 0;
	margin:1.5rem 0 0;
}

.kurumaContent p{line-height:1.7;}

.kurumaContent p a{color:#000;}

/*上演時間*/

.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:48%;
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

.seatList li:nth-of-type(even){float:right;}

/*先行発売*/

.preceding{
	width:100%;
	margin:0 0 25px;
	margin:0 0 2.5rem;
}

.leftBox{
	text-align:center;
	border-radius:5px 5px 0 0;
	background:url(../img/bgColorRepeat.png) center top repeat-x;
	background-size:auto 100%;
	padding:20px 5%;
	padding:2rem 5%;
	width:100%;
}

.leftBox span{
	display:block;
	background-color:#fff;
	border-radius:11px;
	border-radius:1.1rem;
	padding:5px 0;
	padding:0.5rem 0;
	line-height:12px;
	margin-top:10px;
	margin-top:1rem;
}

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

.leftBox .reserTell{
	margin-top:10px;
	margin-top:1rem;
}

.rightBox{
	text-align:center;
	background-color:#fff;
	border-radius:0 0 5px 5px;
	padding:10px;
	padding:1rem;
	color:#000;
	width:100%;
}

.rightBox p{
	line-height:1.7;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
}

.rightBox .clubCaution{
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
	margin-top:10px;
	margin-top:1rem;
}

.rightBox .clubCaution a,
.rightBox .counterTell a,
.group dd a{
	text-decoration:underline;
	color:#000;
}

.rightBox .counterTell{
	font-size:26px;
	font-size:2.6rem;
	padding:10px 0;
	padding:1rem 0;
}

.rightBox .counterTell img{
	margin-right:5px;
	margin-right:0.5rem;
}

/*一般発売*/

.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:url(../img/bgColorRepeat.png) center top repeat-x;
	background-size:auto 100%;
	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:url(../img/bgColorRepeat.png) center top repeat-x;
	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 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/accessBg1.png) center top no-repeat;
	background-size:100% auto;
	font-size:12px;
	font-size:1.2rem;
	color:#202020;
	padding-bottom:0;
}

.address{
	margin:15px 0 50px;
	margin:1.5rem 0 5rem;
}

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

.address p,
.address span{line-height:1.4;}

.address span{
	display:block;
	margin:0 0 10px;
	margin:0 0 1rem;
}

.subway,
.bus{
	padding:0 0 25px;
	padding:0 0 2.5rem;
}

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

.subway h3,
.bus h3{
    line-height:35px;
    font-size:16px;
    font-size:1.6rem;
    font-weight:normal;
    padding:0 0 0 40px;
    padding:0 0 0 4rem;
    margin:0 0 20px;
    margin:0 0 2rem;
	border-bottom:1px solid #3147b9;
	background-position:left 4px;
	background-repeat:no-repeat;
	background-size:40px auto;
}

.subway h3{background-image:url(../img/iconTrain.png);}
.bus h3{background-image:url(../img/iconBus.png);}

.subway h4,
.bus h4{
    line-height:1.2;
	font-size:14px;
	font-size:1.4rem;
    margin:0 0 15px;
    margin:0 0 1.5rem;
	font-weight:bold;
	padding:0;
}

.subway p{
	line-height:1.5;
	margin:-5px 0 20px 0;
	padding-left:16px;
	background:url(../img/iconJr.png) left 4px no-repeat;
	background-size:14px auto;
}

.subwayList{
	padding-bottom:45px;
	padding-bottom:4.5rem;
}

.subwayList dt{
	margin:0 0 5px;
	margin:0 0 0.5rem;
	background-repeat:no-repeat;
	background-position:left 5px;
	background-size:12px auto;
	padding:0 0 0 16px;
	padding:0 0 0 1.6rem;
}

.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{
	margin:0 0 15px;
	margin:0 0 1.5rem;
	padding:0 0 0 16px;
	padding:0 0 0 1.6rem;
}

.busWrapper{margin:0 0 45px;}

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

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

.busInnerContent{
	padding-bottom:10px;
	padding-bottom:1rem;
}

.busInnerContent h5{
	font-weight:bold;
    font-size:14px;
    font-size:1.4rem;
    line-height:1;
    margin:15px 0;
    margin:1.5rem 0;
}

.busInnerContent img{
	display:inline-block;
	margin-right:25px;
	margin-right:2.5rem;
}

.busInnerContent p{
	display:inline-block;
	line-height:1.8;
	padding:0;
}

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

.fSnsList{
	width:100%;
	margin:0 auto;
	padding:0 0 30px;
	padding:0 0 3rem;
/*	display:table;
	background-image:url(../img/accessBottomBg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:25% auto;*/
}

.fSnsList li{
/*	display:table-cell;
	vertical-align:middle;
	width:50%;
	padding:0 20px;
	padding:0 2rem;
*/

	text-align:center;
}


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

.recommendArea{
	position:relative;
	z-index:2;
	padding:0 0 20px;
	color:#000;
	background:url(../img/ticketBg.png) center top no-repeat;
	background-size:100% auto;
	background-color:#fdeff5;
}

.recommendArea p{
	padding:20px 0;
	text-align:center;
	font-size:14px;
}

.recommendArea h2{
	margin:60px 0 30px;
}

.recommendArea h3{
	background-image:url(../img/recommendCatch.png);
	background-repeat:no-repeat;
	background-position:left ;
	background-size:auto 30px;
	padding-left:36px;
	margin-bottom:20px;
	border-bottom:1px solid #ef5ca5;
	color: #ef5ca5;
	font-size: 18px;
}

.recommendArea .recommendContent{
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 40px;
}

.recommendArea .recommendContent p{
	text-align: left;
	padding-top: 0;
}

.recommendArea .recommendContent img{
	margin: 10px 0;
}

.recommendArea .idmp{
	margin: -60px 0 0 0;
	padding: 60px 0 0 0;
}

.recommendContent .after p{
	font-size:14px;
}

.recommendContent .after ul{
	margin:0 0 25px;
	font-size:14px;
}

.recommendContent .after .mtb{
	margin:25px 0;
}

/*おすすめページ
----------------------------------------------*/

.recommendBody{
	color:#363636;
}

.recommendBody .wrapper{
	background-image:url(../img/recommend/pageRecomBg1.png),url(../img/recommend/pageRecomBg2.png),url(../img/recommend/pageRecomBg3.png);
	background-position:center -10px,center 37%,center bottom;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-size:100% auto,100% auto, 100% auto;
}

.innerRecomHeader{
	text-align:center;
	padding-bottom:30px;
}

.innerRecomHeader h1{
	padding:30px 0;
}

.innerRecomHeader p{
	color:#9e6957;
	text-align:left;
	padding:0 3%;
}

.iRContents h2{
	text-align:center;
	margin:35px 0;
	margin:3.5rem 0;
}

.innerRecomContent{
	width:100%;
	padding:0 3%;
	margin:0 auto 45px;
	margin:0 auto 4.5rem;
	font-size:12px;
	font-size:1.2rem;
}

.innerRecomContent h3{
	margin:0 0 5px;
	margin:0 0 0.5rem;
	overflow:hidden;
}

.innerRecomContent h3 img{
	margin-left:-35%;
}

.innerRecomContent h3.last{
	text-align:center;
	margin:0 0 45px;
	margin:0 0 4.5rem;
}

.innerRecomContent h3.last img{
	margin-left:0;
}

.innerRecomContent .iRCItem{
	border:2px solid rgba(178,3,101,0.5);
	padding:15px 3%;
	padding:1.5rem 3%;
	margin:30px 0 0;
	margin:3rem 0 0;
}

.innerRecomContent .iRCItem h4{
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	color:#b20365;
	margin:0 0 10px;
	margin:0 0 1rem;
}

.innerRecomContent .iRCItem p{
	padding:0;
}

.innerRecomContent .iRCItem p a{
	color:#222;
	text-decoration:underline;
}

.innerRecomContent .iRCItem p span{
	color:#b20365;
}

.innerRecomContent p{
	line-height:2;
}

.innerRecomContent p.recomCaution{
	text-indent:-12px;
	padding:0 0 0 12px;
}

.innerRecomContent p span{
	color:#b20365;
}

.innerRecomContent ul{
	margin:0 0 20px;
	margin:0 0 2rem;
}

.innerRecomContent li{
	line-height:1.8;
	margin:0 0 10px;
	margin:0 0 1rem;
	font-size:12px;
	font-size:1.2rem;
}

.innerRecomContent .spIndent li{
	text-indent:-12px;
	padding:0 0 0 12px;
}

.innerRecomContent li span{
	color:#b20365;
}

.innerRecomContent .indentColor li{
	font-size:12px;
	font-size:1.2rem;
}

.innerRecomContent .indentColor li span{
	color:#b20365;
}

.innerRecomContent .indentColor li.fColor{
	color:#955ab7;
}

.innerRecomContent .indentColor li.fColor span{
	font-weight:bold;
	color:#955ab7;
}



.innerRecomContent li a{
	text-decoration:underline;
	color:#363636;
}

.recomAudition dl{
	font-size:12px;
	font-size:1.2rem;
}

.recomAudition dt{
	line-height:1.8;
	font-weight:bold;
}

.recomAudition dd{
	line-height:1.8;
	margin:0 0 10px;
	padding:0 0 5px;
	border-bottom:1px dotted #888;
}

.recomAudition dd span{
	color:#b20365;
}


.recomPrivacy dl{
	margin:25px 0 0;
	padding:0 3% 30px;
	padding:0 3% 3rem;
	font-size:12px;
	font-size:1.2rem;
}

.recomPrivacy dt{
	line-height:1.8;
	margin:0 0 10px;
	margin:0 0 1rem;
	font-weight:bold;
}

.recomPrivacy dd{
	line-height:1.8;
	text-indent:-12px;
	text-indent:-1.2rem;
	margin:0 0 10px;
	margin:0 0 1rem;
	padding:0 0 0 12px;
	padding:0 0 0 1.2rem;
}

.recomPrivacy ul.noIndent li{
	margin:0 0 5px;
}

.innerRecomContent ul.noIndent{
	margin:0;
}

.innerRecomContent ul.noIndent li{
	margin:0;
}

.innerRecomContent ul.noIndent li,
.recomPrivacy dd.noIndent{
	text-indent:0 !important;
	padding:0 !important;
}

.recomPrivacy dd a{
	text-decoration:underline;
	color:#363636;
}

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

.method li{
	font-size:14px;
	font-size:1.4rem;
	text-align:center;
}

.recomSche{
	text-align:center;
}

.tCenter{
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
}

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

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

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

.shuzaiArea{
/*--	position:relative;
	z-index:2;
	padding:90px 0 1px; */
	background:url(../img/ticketBg.png) center top no-repeat;
	background-size:100% auto;
	background-color:#fdeff5;
	font-size:14px;
}

.shuzaiArea h3{
	padding:80px 0 30px;
	padding:8rem 0 3rem;
}

.shuzaiArea ul{
	padding:0 0 15px;
	padding:0 0 1.5rem;
}


.shuzaiArea ul li{
	padding:30px 0 0;
	padding:3rem 0 0;
	text-indent:1em;
	line-height:2;
}

.shuzaiArea p{text-align:right;}

.shuzaiArea dl{
	padding:100px 0 80px;
	padding:10rem 0 8rem;
}

.shuzaiArea dl dd{
	padding:20px 0 0;
	padding:2rem 0 0;
}
