/* 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: #333;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.02em;	
}
#wrap {
	background: #f0f0f0;
	padding: 20px 0;
}
#container {
	width:760px;
	background: #fff;
	padding: 30px 50px;
	margin: 0 auto;
}
.webicon {
	font-weight: normal;
	font-size: 120%;
	vertical-align: -1px;
}

/* 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: 20px;
	line-height: 1.4em;
	margin: 0 0 10px;
}
#header .btn {/* text-align: left; */}
#header .btn .sub {
	min-width: auto;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid;
	padding: 5px 10px;
	margin: 10px 0 0;
}

/* 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;
}

/* フッター固定帯
--------------------------------- */
#buy{
	position:fixed;
	bottom:-150px;
	left:0;
	width:100%;
	z-index:999;
	background:rgba(255,255,255,0.9);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#buy.fixed{
	bottom:0;
}
#buy .inner{
	width:900px;
	margin:0 auto;
	padding:8px 0;
	min-width:760px;
}
#buy p.txt{
	float:left;
	color:#333;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
}
#buy .btn{
	float:right;
}
#buy .btn a.main,
#buy .btn a.sub{
	margin:0;
	width:200px;
	font-size:14px;
	font-weight:bold;
	padding:12px 0;
	min-width:auto;
}
#buy .btn a.sub {
	width: 160px;
	padding: 9px 0;
}

/* section
--------------------------------- */
.section {
	margin: 0 0 60px;
}
.sectionTit {
	background: #FF0066;
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
	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;
}

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


/* 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;
	min-width: 300px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid;
	padding: 15px;
	margin: 0 auto 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn .main {
	background: #FF0066;
	color: #fff;
	font-size: 18px;
	border-color: #FF0066;
}
.btn .main:hover {
	background: #FFF9A6;
	color: #FF0066;
}
.btn .sub {
	padding: 10px;
	color: #FF0066;
}
.btn .sub:hover {
	background: #FFF9A6;
}

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



/* 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;
}


/* 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: 12px;
	line-height: 1.5em;
	margin: 0 0 8px 10px;
	position: relative;
}
.attentionList li::before {
	content:'●';
	font-size: 0.6em;
	color: #999;
	position: absolute;
	left: -13px;
	top: 0.2em;
}
.entryArea {
	font-size: 16px;
	text-align: center;
	margin: 0 0 30px;
}
.entryArea .tit {
	margin: 0 0 15px;
}
.entryArea .btn .main {
	font-size: 30px;
	line-height: 1em;
}
/* step */
.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;
}

/* dticket
--------------------------------- */
#dticket { margin: 0; }

/* pointArea */
.pointArea .areaTit {
	font-size: 30px;
	text-align: center;
	line-height: 1.4em;
	margin: 40px 0 20px;
}
.pointArea .box {
/*	background: #FFFBC5;
	border-radius: 6px;
	padding: 20px;
*/
	margin: 0 0 40px;
}
.pointArea .boxTit {
	color: #FF0066;
	font-size: 20px;
	font-weight: bold;
}
.pointArea .boxTit img {
	vertical-align: middle;
}

/* 安心! */
.pointArea .point01 li {
	width: 233px;
	float: left;
	padding: 0 10px;
}
.pointArea .point01 .ph {
	text-align: center;
	margin: 0 0 10px;
}
.pointArea .point01 .ph img { height: 190px; }
.pointArea .point01 .tit {
	color: #FF0066;
	font-weight: bold;
	margin: 0 0 5px;
}
.pointArea .point01 .txt {
	font-size: 12px;
	margin: 0 0 5px;
}
.pointArea .point01 .subTxt {
	line-height: 1.4em;

}


/* 楽しめる */
.pointArea .point02 .boxTit { margin: 0 0 20px; }
.pointArea .point02 .ph {
	margin: 0 0 10px;
	text-align: center;
}
.pointArea .point02 .tit {
	font-weight:bold;
	font-size:16px;
	margin: 0 0 20px;
	text-align:center;
}
.pointArea .point02 .lead {
	font-weight:bold;
	font-size:20px;
	color: #FF0066;
	text-align:center;
}
.pointArea .point02 .btn { clear: left; padding-top: 50px; }
/* support */
.support {
	font-size: 12px;
	border-top: 1px solid #ccc;
	padding: 30px 0 0;
}
.support .txt {
	margin: 0 0 10px;
}

/* device */
.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 }




/* 電子チケットのオススメポイント
============================== */
.section.categoryBox {
	margin: 0 0 50px!important;
	padding:28px!important;
}

#point {
/*	background: #FFEACB;
	border: 2px solid #FA812A;*/
	color: #000;
	font-weight: bold;
}

#point #inner {
	padding: 35px 25px 20px;
}

#point h4 {
	color: #FF3785;
	font-weight: normal;
	padding: 0px 0px 10px;
	border-bottom: none;
	/*border-bottom: 3px solid #FF3785;*/
	font-size: 34px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 26px 0px 10px;
	position: relative;
}

#point h4 span{
	display:inline-block;
	margin-left: -20px;
}

#point h4 span:last-child{
	display:inline-block;
	margin-left: -5px;
}

#point #subTit p {
	position: absolute;
	right: -20px;
	top: -38px;
}

#point #subTit p img {width: 90%;}

#point .block {
	margin: 0 0 100px;
}

#point .block#tanoshimeru {
	margin: 0 0 20px;
}

#point .block .pointTit {
	position: relative;
	margin: 0 0 25px;
}

#point .block p.circle {
	position: absolute;
	left: -20px;
	top: -30px;
}

#point .block h5 {
	font-size: 22px;
	font-weight: bold;
	color: #111;
	text-align:left;
	border-bottom: 2px solid #FF3785;
	background: none;
	margin: 0px 0px 20px;
/*	padding: 0px 0px 7px 80px;*/
	padding: 0px 0px 7px 0;
}

#point .block .text {
	font-weight: bold;
	margin: 0 0 15px;
}

#point .block#kantan .pict {
	position: absolute;
	right: -10px;
	top: -35px;
}

#point .block#kantan .text {
	margin: 0 0 30px;
}

#point .block#anshin .webicon {
	color: #FF3785;
}

#point .block#anshin ul.case li {
	/*text-indent: -1.7em;*/
	padding: 0 0 0 20px;
	margin: 0 0 8px;
	font-size: 15px;

}

#point .block#anshin ul.case li span.add {
	font-weight: normal;
	font-size: 14px;
}

#point .block#tanoshimeru ul {
	background: #FFFCE4;
	padding: 15px 20px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 20px;
}

#point .block#tanoshimeru ul li {
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

#point .block#tanoshimeru ul li.last {margin: 0;}

#point .block#tanoshimeru ul .webicon {
	color: #FF3785;
}

#application {
	text-align: center;
	
}

#application ul {
	margin: 0 0 30px;
}

#application ul li {
	margin: 0 0 3px;
}

#application ul li.red {
	font-weight: bold;
	font-size: 18px;
}

#application ul li span {
	text-decoration: underline;
}

#trailer {
	text-align: center;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #FF3785;
}

#application .mainBtn {
	margin: 0 0 10px;
}

#point #anshin.block ul.case {
	overflow: hidden;
}
#point .block#anshin ul.case li {
	padding: 0 0 1em 0;
	margin: 0 22px 8px 0;
	width:266px;
	float: left;
	line-height:1.2em;
}

.case .illust{
	text-align:center;
	margin-bottom: 10px;
}

#point .block#anshin ul.case li span.add { font-weight: normal; font-size:11px;}
.txtList{
	font-size:13px;
	color:#FF3785;
	margin-bottom: 12px;
}

#point .block#tanoshimeru ul {
	background: #FFFCE4;
	padding: 15px 20px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 15px;
/*	width:610px;*/
	width:470px;
	border-radius:10px;
}

#point .block#tanoshimeru ul li {
	font-weight: normal;
	font-size: 13px;
	color: #000;
	margin-bottom:5px;
	padding-left:1.5em;
	text-indent: -1.5em;
}

#point .block#tanoshimeru ul li.last {margin: 0;}

#point .block#tanoshimeru ul .webicon {
	color: #FF3785;
}
#collection #mobile{
	float:left;
/*	width:150px;*/
	width:260px;
}
#collection #collectionInner{
/*	padding:5px 0 5px 165px;*/
	padding:5px 0 5px 285px;
}

.stepTit{
	border-left: 4px solid #111;
	padding: 0 0px 0 13px;
	height:35px;
	font-size: 27px;
	color: #000;
	text-align: left;
	line-height: 1.3em;
	vertical-align:middle;
}
.osList{
	position:relative;
	padding:8px 0 0;
}

.osList .illust{
	position:absolute;
	top:-12px;
	right:80px;
}

.osList li{
	font-size:14px;
	margin:0 0 25px;
	font-weight:bold;
}
.osList li .tit{
	font-size:14px;
	font-weight:bold;
}

.osList li .text{
	font-size:12px;
	text-indent:-1em;
	padding: 10px 0 0 25px;
	font-weight:normal;
	letter-spacing: 0.2px;
	line-height: 1.4em;
}
.precede #schedule{
	padding:0 0 30px;
}
.precede #schedule table .bga{
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	background:#eee;
}
.precede table {
margin: 0 auto 3px;
	font-size:13px;
border-bottom: 1px solid #DDD;
border-left: 1px solid #DDD;
}
.precede table #ticket{
	font-size:13px;
	border-color:#ffe5bf;
}
.precede table #ticket th,
.precede table #ticket td{
	border-color:#ffe5bf;
	line-height:1.5em;
}
.precede table #ticket th{
	background:#fffdee;
}
.precede table th.area {
background-color: #EEE;
padding:5px;
font-weight:bold;
font-size:13px;
}
.precede table td.data .small{
	font-size:11px;
}

.addIcon {
    background: #FF3785;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
}


.precede table th {
border-top: 1px solid #DDD;
border-right: 1px solid #DDD;
padding:10px;
color: #333;
vertical-align: middle;
}

.precede table td {
border-top: 1px solid #DDD;
border-right: 1px solid #DDD;
padding:15px 12px;
line-height:1.3em;
background-color: #fff;
vertical-align: middle;
font-weight:normal;
}

.precede table td.date{
	font-size:15px;
}

.precede table td.date li{
	font-size:14px;
	margin-bottom:5px;
}


.precede table td .atention li{
	margin:0 0 5px;
	text-indent:-1.2em;
	padding:0 0 0 1em;
	line-height:1.5em;
	font-size:12px;
}

.btnBlk a{
	display:block;
	width:320px;
	background:#333;
	color:#FFF;
	padding:15px 0;
	margin:0 auto 20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	text-decoration:none;
	border-bottom:solid 2px #000;
}



.btnBlk a:hover{
	border-top: 1px solid transparent;
	background:#333;
	border-bottom: 1px solid #000;
	position: relative;
	top: 1px;
}

.btnOrg a{
	display:block;
	width:320px;
	background:#FF3785;
	color:#FFF;
	padding:15px 0;
	margin:0 auto 20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	text-decoration:none;
	border-bottom:solid 2px #CF3B00;
}



.btnOrg a:hover{
	border-top: 1px solid transparent;
	background:#F23400;
	border-bottom: 1px solid #CF3B00;
	position: relative;
	top: 1px;
}

.btnPink a{
	display:block;
	width:320px;
	background:#FF3E75;
	color:#FFF;
	padding:15px 0;
	margin:0 auto 20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	text-decoration:none;
	border-bottom:solid 2px #CF325E;
}

.btnPink a:hover{
	border-top: 1px solid transparent;
	background:#D92B5C;
	border-bottom: 1px solid #CF325E;
	position: relative;
	top: 1px;
}
#attentionList{
	margin:0 auto 20px;
	border-color:#ccc;
}
#attentionList tr td{
	padding: 15px 15px 5px;
	font-size:14px;
	line-height:1.5em;
	border-color:#ccc;
}
#attentionList tr td p{
	text-indent:-15px;
	padding:0 0 10px 15px;
}
#attentionList tr td p span{
	margin:0 3px 0 0;
	color:#111;
	vertical-align: -0.1em;
}

#pageTop {
font-size: 40px;
position: fixed;
right: 60px;
bottom: 30px;
z-index: 999;
}

#pageTop a {
text-decoration: none;
color: #999;
}

ul.choice { padding: 0 122px; margin:20px 0 20px;}

ul.choice li a {
		margin: 0 10px 0 0 ;
	display: block;
	width: 320px;
}

ul.choice li:last-child a{margin: 0;}

.mainBtn2 span.tokuten {
	background: #fff;
	padding: 5px;
	color: #FF3785;
	border-radius: 2px;
	font-size: 15px;
}
ul.hutatu{
	padding:0;
	text-align: center;
}
ul.hutatu li{
	display:inline-block;
}
ul.choice li a {
	margin: 0 20px 0 0 ;
}
.mainBtn2 a{
	display: block;
	background: #FF4800;
	color: #FFF;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 5px;
	width: 40%;
	font-weight: bold;
	font-size:19px;
}
.mainBtn2.paper a,.mainBtn2.paper a:hover {
	background: #FF9536;
}
#wBtn:hover,#normalBtn:hover,#serialBtn:hover{
	background:#DDD;
	border: #DDD solid 1px;
	color:#333;
}

.mainBtn2 a:hover{
	background: #FF9536;
}

.leadRed{
	font-size:20px;
	text-align: center;
	color: #ff3785;
	margin-bottom:40px;
}

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


