/* CSS Document */ @charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* clearfix
----------------------------------- */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}
.clear { clear: both; }



/* base
================================= */
html, body {
	height: 100%;
	background: #f0f0f0;
	font-family: メイリオ,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Meiryo,'MS P Gothic',sans-serif;
	color: #151515;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.02em;	
}
#wrap {
	background: #f0f0f0;
	padding: 20px 0;
}
#container {
	width:760px;
	background: #fff;
	padding: 30px 50px;
	margin: 0 auto;
}

/* header
--------------------------------- */
#header { margin: 0 0 30px; }
#header th {
	line-height: 0;
	background: #eee;
	border: 1px solid #ddd;
}
#header td { padding: 0 0 0 20px; }
#header h1 {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 10px;
	text-align:center;
}


/* footer
--------------------------------- */
#footer {
	width:860px;
	color: #888;
	font-size: 11px;
	text-align: center;
	padding: 40px 0 20px;
	margin: 0 auto;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #888;
	text-decoration: none;
}
#footer li a:hover {
	color: #666;
	text-decoration: underline;
}


/* section
--------------------------------- */
.section {
	margin: 0 0 60px;
}
.sectionTit {
	background: #FF0066;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 4px;
	padding: 6px 15px;
	margin: 0 0 30px;
}
.sectionTit::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 1em;
	background: #fff;
	margin: 0 10px 0 0;
	position: relative;
	top: 3px;
}
.area { margin: 0 0 30px; }
.areaTit {
	background: #f5f5f5;
	font-size: 18px;
	border-left: 4px solid #aaa;
	padding: 10px 0 10px 10px;
	margin: 0 0 20px;
}

.subTxt { font-size: 0.8em; }
.bold	{ font-weight: bold; }
.center	{ text-align: center; }
.red	{ color: #f00; }

/* anchor
--------------------------------- */
a {
	color: #FF0066;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover { text-decoration: none; }
a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a img:hover { opacity: 0.8; }
.btn { text-align: center; }
.btn a,
.btn input {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid;
	padding: 15px 30px;
	margin: 0 auto 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn .main {
	min-width: 300px;
	background: #FF0066;
	color: #fff;
	font-size: 18px;
	border-color: #FF0066;
}
.btn .main:hover {
	background: #FFF9A6;
	color: #FF0066;
}
.btn .sub {
	min-width: 200px;
	padding: 10px;
	color: #FF0066;
}
.btn .sub:hover {
	background: #FFF9A6;
}

/* layout
================================= */

/* common
--------------------------------- */
.mainLead {
	font-family: 'ヒラギノ角ゴ Pro W3', Arial, 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
}
.lead {
	font-size: 16px;
	margin: 0 0 20px;
}


/* dottList */
.dottList li {
	margin: 0 0 8px 13px;
	position: relative;
}
.dottList li::before {
	content:'●';
	font-size: 0.6em;
	color: #999;
	position: absolute;
	left: -13px;
	top: 0.2em;
}
/* attentnionList */
.attentionList li {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 8px 13px;
	position: relative;
}
.attentionList li::before {
	content:"\f00c";
	font-family: FontAwesome;
	font-size: 0.8em;
	color: #f90;
	position: absolute;
	left: -13px;
	top: -0.1em;
}



/* about
--------------------------------- */
#about .box {
	border: 2px solid #ccc;
	padding: 15px;
	margin: 20px 0 0;
}
#about .box .ph {
	width: 180px;
	float: right;
	line-height: 0;
	padding:0 10px 0 0;
}
#about .box .tit {
	width: 150px;
	float: left;
	font-size: 18px;
	line-height: 1.3em;
	margin: 0 0 10px;
}
#about .box .tit .icon {
	display: inline-block;
	width: 100px;
	background: #FF0066;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 4px;
	padding: 2px 5px;
	margin: 12px 0 0;
	position: relative;
	top: -3px;
}
#about .dottList { margin: 0 0 5px; padding: 0 0 0 150px; }
#about .dottList li { line-height: inherit; margin-bottom: 0; }
#about .dottList li:before { color: #FF0066; }
#about .sub { padding: 0 0 0 150px; }

#about .box.dticket { padding: 15px 5px 10px 15px; }
#about .box.dticket .tit { color: #FF0066; }


/* step
--------------------------------- */
.stepList {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0 0 40px;
}
.stepList dt {
	float:left;
	background: #f5f5f5;
	color:#333;
	font-size:11px;
	line-height:1;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px 8px;
	margin: 0 10px 0 0;
}
.stepList dd {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 70px;
	margin: 0 0 10px;
}
.stepList dd:last-child {
	border: none;
	padding-bottom: 0;
	margin: 0;
}
.appDl {
	margin: 10px 0 0;
}
.appDl li {
	float: left;
	font-size:11px;
	text-align: center;
	margin: 0 10px 0 0;
}
.appDlTxt {
	width: 400px;
	float: left;
	margin-right: 10px;
}
.app_sp{
	display:none;
}


/* identity
--------------------------------- */
#identity .dticket .areaTit {
	font-weight: bold;
	border-color: #000;
}
#identity .dticket .mainLead { padding-top: 20px; }
#identity .ph {
	width: 240px;
	float: left;
	text-align: center;
	margin: 0 0 10px;
}
#identity .idcard {
	clear: left;
	color: #333;
	border-radius: 6px;
	border: 1px solid #ccc;
	padding: 0 15px 15px;
}
#identity .idcard dt {
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 5px;
}
#identity .idcard li {
	display: inline-block;
	font-size: 11px;
	margin-bottom: 0;
}
#identity .dottList li::before { top: 0; }



/* dticket
--------------------------------- */
.pointArea .areaTit {
	background: none;
	font-size: 30px;
	text-align: center;
	line-height: 1.4em;
	border: none;
	margin: 40px 0 20px;
}
.pointArea .box {
	border: 2px solid #ccc;
	padding: 15px;
	margin: 0 0 15px;
}
.pointArea .boxTit {
	color: #FF0066;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.pointArea .boxTit img { vertical-align: middle; }
.pointArea .lead {
	font-size: 14px;
	margin: 0 0 30px;
}
.pointArea .tit { font-weight: bold; margin: 0 0 5px; }
.pointArea .txt { font-size: 12px; line-height: 1.7; margin: 0 0 5px; }
.pointArea .pointList li {
	width: 222px;
	float: left;
	padding: 0 10px;

}
.pointArea .pointList li .ph { text-align: center; margin: 0 0 10px; }
.pointArea .pointList li .ph img { height: 178px; }
.pointArea .pointList li .subTxt { line-height: 1.4; }

/* point01 */
.pointArea .point01 .pointList li { margin-top: -30px; }

/* point02 */
.pointArea .point02 .ph {
	width: 200px;
	float: left;
	padding: 0 30px;
}
.pointArea .point02 .ph img { width: 100%; }
.pointArea .point02 .tit { font-weight: bold; margin: 0 0 5px; }
.pointArea .point02 .btn { text-align: left;  }

/* point03 */
.pointArea .point03 .tit { text-align: center; }
.pointArea .point03 .pointList { width: 510px; margin: 0 auto; }
.pointArea .point03 .pointList li { width: 150px; }
.pointArea .point03 .pointList .ph {
	width: 100px;
	height: 100px;
	background: #eee;
	border-radius: 50%;
	margin: 10px auto;
}
.pointArea .point03 .pointList .ph .fa {
    font-size: 60px;
    line-height: 100px;
    color: #666;
}

/* entry
--------------------------------- */
#entry { margin: 0 0 60px; }

/* 公演概要 */
#entry .summaryList {
	width: 100%;
	border-collapse: collase;
	margin: 0 0 30px;
}
#entry .summaryList th {
	width: 120px;
	background: #f5f5f5;
	font-weight: bold;
	border: 1px solid #aaa;
	padding: 15px;
}
#entry .summaryList td {
	border: 1px solid #aaa;
	padding: 15px;
}
#entry .summaryList td img {
	vertical-align: middle;
}


#entry .listTit {
	font-weight: bold;
	margin: 0 0 10px;
}
#entry .entryArea .txt {
	text-align: center;
}
#entry .entryArea .fin {
	color: #aaa;
	text-align: center;
	margin: 0 0 20px;
}
#entry .entryArea .btn .main {

	line-height: 1;
}
#entry .entryArea .tit {
	text-align: center;
	margin: 0px 0 15px;
}
#entry .entryArea .tit.dticket { font-size: 16px; font-weight: bold; }
#entry .entryArea .tit.paper { color: #777; font-size: 12px; }

.tradeLink{margin-top:30px;}
.tradeLink a{margin-bottom:0;}


/* 対応端末
--------------------------------- */
.deviceArea { margin: 0 0 20px; }
.deviceArea .areaTit {
	font-size: 18px;
	border-left: 4px solid #aaa;
	padding: 5px 0 5px 10px;
	margin: 0 0 20px;
}
.deviceArea .ph {
	width: 220px;
	float: right;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 0 0 0 15px;
}
.deviceArea .attentionList { margin: 0 0 20px }



/* support
--------------------------------- */
.support {
	font-size: 12px;
	border-top: 1px solid #ccc;
	padding: 30px 0 0;
}
.support .txt {
	margin: 0 0 10px;
}
.support a { color: #666; }