html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
}


/* -----------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size: 62.5%;
	height: 100%;
}

body {
	font-size: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", YuGothic, "游ゴシック","ＭＳ Ｐゴシック","sans-serif";
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	height: 100%;
}

/*clearfix*/
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

a {
	color: #2d2d2d;
	text-decoration: underline;
}
a:hover {
	/* color: #1769b4; */
	color: inherit;
}

a img {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.5;
}
img.nofade {
	opacity: 1 !important;
}

#wrap {
	overflow: hidden;
	max-width: 768px;
	margin: 0 auto;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#wrap {
		min-width: 0;
	}
}

#svgSet {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

#responseFlagTab {
	display: none !important;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	#responseFlagPc {
		display: block !important;
	}
	#responseFlagSp {
		display: none !important;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#responseFlagPc {
		display: none !important;
	}
	#responseFlagSp {
		display: block !important;
	}
}


/*===========================================================================
 #header
===========================================================================*/
#header {
}
/* hdTypeTop
====================================*/
#header.hdTypeTop {
	background: url(/common/images/top_bg01.png) repeat center center;
}
/* hdTypeFixd
====================================*/
#header.hdTypeFixd {
	position: fixed;
	top: -50px;
	left: 50%;
	padding-top: 50px;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	z-index: 100;
}
#header.hdTypeFixd + * {
	padding-top: 70px;
}
#header .hdInr {
	height: 70px;
}
/* basicHeaderCts
====================================*/
#header .hdInr .basicHeaderCts {
	height: 100%;
	position: relative;
}
#header .hdInr .basicHeaderCts .icnLinkWrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
#header .hdInr .basicHeaderCts .icnLinkWrap .icnLinkWrapInr {
	display: block;
	text-decoration: none;
}
#header .hdInr .basicHeaderCts .icnLinkWrap .icn {
	margin: 0 auto;
	height: 25px;
	display: block;
}
#header .hdInr .basicHeaderCts .icnLinkWrap .icnTxt {
	margin-top: 5px;
	display: block;
	color: #ce0000;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.2;
}
#header .hdInr .basicHeaderCts .icnLinkWrap.icnHowTo {
	left: 15px;
}
#header .hdInr .basicHeaderCts .icnLinkWrap.icnHowTo .icn {
	width: 25px;
	background: url(/common/images/icn_question.png) no-repeat center center;
	background-size: auto 100%;
}
#header .hdInr .basicHeaderCts .icnLinkWrap.icnPresent {
	right: 15px;
}
#header .hdInr .basicHeaderCts .icnPresent.icnPresent .icn {
	width: 26px;
	background: url(/common/images/icn_present_box.png) no-repeat center bottom;
	background-size: auto 25px;
}
#header .firstModalBtnCloak{
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* backHeaderCts
====================================*/
#header .hdInr .backHeaderCts {
	padding: 0 50px;
	height: 100%;
	position: relative;
}
#header .hdInr .backHeaderCts .backBtn {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	display: block;
	z-index: 1;
}
#header .hdInr .backHeaderCts .backBtn .backBtnInr {
	width: 100%;
	height: 100%;
	background: url(/common/images/icn_hd_arw.png) no-repeat center center;
	background-size: 10px 17px;
	display: block;
	text-decoration: none;
}
#header .hdInr .backHeaderCts .hdTtl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #c00;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	z-index: 0;
	white-space: nowrap;
}



/*===========================================================================
 #footer
===========================================================================*/
#footer {
}



/*===========================================================================
 #main
===========================================================================*/
#main {
}
.section {
	padding: 0 15px 30px;
	background: url(/common/images/top_bg01.png) repeat center center;
}



/*===========================================================================
 margin-top
===========================================================================*/
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}

/* PC
-------------------------------------*/
@media print and (min-width: 769px), screen and (min-width: 769px) {
	.pcMt0 {
		margin-top: 0 !important;
	}
	.pcMt5 {
		margin-top: 5px !important;
	}
	.pcMt10 {
		margin-top: 10px !important;
	}
	.pcMt15 {
		margin-top: 15px !important;
	}
	.pcMt20 {
		margin-top: 20px !important;
	}
	.pcMt25 {
		margin-top: 25px !important;
	}
	.pcMt30 {
		margin-top: 30px !important;
	}
	.pcMt35 {
		margin-top: 35px !important;
	}
	.pcMt40 {
		margin-top: 40px !important;
	}
	.pcMt45 {
		margin-top: 45px !important;
	}
	.pcMt50 {
		margin-top: 50px !important;
	}
	.pcMt55 {
		margin-top: 55px !important;
	}
	.pcMt60 {
		margin-top: 60px !important;
	}
	.pcMt70 {
		margin-top: 70px !important;
	}
	.pcMt75 {
		margin-top: 75px !important;
	}
	.pcMt80 {
		margin-top: 80px !important;
	}
	.pcMt90 {
		margin-top: 90px !important;
	}
	.pcMt100 {
		margin-top: 100px !important;
	}
}

/* SP
-------------------------------------*/
@media print and (max-width: 768px), screen and (max-width: 768px) {
	.spMt0 {
		margin-top: 0 !important;
	}
	.spMt5 {
		margin-top: 5px !important;
	}
	.spMt10 {
		margin-top: 10px !important;
	}
	.spMt15 {
		margin-top: 15px !important;
	}
	.spMt20 {
		margin-top: 20px !important;
	}
	.spMt25 {
		margin-top: 25px !important;
	}
	.spMt30 {
		margin-top: 30px !important;
	}
	.spMt35 {
		margin-top: 35px !important;
	}
	.spMt40 {
		margin-top: 40px !important;
	}
	.spMt45 {
		margin-top: 45px !important;
	}
	.spMt50 {
		margin-top: 50px !important;
	}
	.spMt55 {
		margin-top: 55px !important;
	}
	.spMt60 {
		margin-top: 60px !important;
	}
	.spMt70 {
		margin-top: 70px !important;
	}
	.spMt80 {
		margin-top: 80px !important;
	}
	.spMt90 {
		margin-top: 90px !important;
	}
	.spMt100 {
		margin-top: 100px !important;
	}
}

/*===========================================================================
 margin-bottom
===========================================================================*/

.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}

/* PC
-------------------------------------*/
@media print and (min-width: 769px), screen and (min-width: 769px) {
	.pcMb0 {
		margin-bottom: 0 !important;
	}
	.pcMb5 {
		margin-bottom: 5px !important;
	}
	.pcMb10 {
		margin-bottom: 10px !important;
	}
	.pcMb15 {
		margin-bottom: 15px !important;
	}
	.pcMb20 {
		margin-bottom: 20px !important;
	}
	.pcMb25 {
		margin-bottom: 25px !important;
	}
	.pcMb30 {
		margin-bottom: 30px !important;
	}
	.pcMb35 {
		margin-bottom: 35px !important;
	}
	.pcMb40 {
		margin-bottom: 40px !important;
	}
	.pcMb45 {
		margin-bottom: 45px !important;
	}
	.pcMb50 {
		margin-bottom: 50px !important;
	}
	.pcMb55 {
		margin-bottom: 55px !important;
	}
	.pcMb60 {
		margin-bottom: 60px !important;
	}
	.pcMb70 {
		margin-bottom: 70px !important;
	}
	.pcMb75 {
		margin-bottom: 75px !important;
	}
	.pcMb80 {
		margin-bottom: 80px !important;
	}
	.pcMb90 {
		margin-bottom: 90px !important;
	}
	.pcMb100 {
		margin-bottom: 100px !important;
	}
}

/* SP
-------------------------------------*/
@media print and (max-width: 768px), screen and (max-width: 768px) {
	.spMb0 {
		margin-bottom: 0 !important;
	}
	.spMb5 {
		margin-bottom: 5px !important;
	}
	.spMb10 {
		margin-bottom: 10px !important;
	}
	.spMb15 {
		margin-bottom: 15px !important;
	}
	.spMb20 {
		margin-bottom: 20px !important;
	}
	.spMb25 {
		margin-bottom: 25px !important;
	}
	.spMb30 {
		margin-bottom: 30px !important;
	}
	.spMb35 {
		margin-bottom: 35px !important;
	}
	.spMb40 {
		margin-bottom: 40px !important;
	}
	.spMb45 {
		margin-bottom: 45px !important;
	}
	.spMb50 {
		margin-bottom: 50px !important;
	}
	.spMb55 {
		margin-bottom: 55px !important;
	}
	.spMb60 {
		margin-bottom: 60px !important;
	}
	.spMb70 {
		margin-bottom: 70px !important;
	}
	.spMb80 {
		margin-bottom: 80px !important;
	}
	.spMb90 {
		margin-bottom: 90px !important;
	}
	.spMb100 {
		margin-bottom: 100px !important;
	}
}

/*===========================================================================
 padding-top
===========================================================================*/
.pt0 {
	padding-top: 0 !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt65 {
	padding-top: 65px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt100 {
	padding-top: 100px !important;
}

/* PC
-------------------------------------*/
@media print and (min-width: 769px), screen and (min-width: 769px) {
	.pcPt0 {
		padding-top: 0 !important;
	}
	.pcPt5 {
		padding-top: 5px !important;
	}
	.pcPt10 {
		padding-top: 10px !important;
	}
	.pcPt15 {
		padding-top: 15px !important;
	}
	.pcPt20 {
		padding-top: 20px !important;
	}
	.pcPt25 {
		padding-top: 25px !important;
	}
	.pcPt30 {
		padding-top: 30px !important;
	}
	.pcPt35 {
		padding-top: 35px !important;
	}
	.pcPt40 {
		padding-top: 40px !important;
	}
	.pcPt45 {
		padding-top: 45px !important;
	}
	.pcPt50 {
		padding-top: 50px !important;
	}
	.pcPt55 {
		padding-top: 55px !important;
	}
	.pcPt60 {
		padding-top: 60px !important;
	}
	.pcPt70 {
		padding-top: 70px !important;
	}
	.pcPt75 {
		padding-top: 75px !important;
	}
	.pcPt80 {
		padding-top: 80px !important;
	}
	.pcPt90 {
		padding-top: 90px !important;
	}
	.pcPt100 {
		padding-top: 100px !important;
	}
}

/* SP
-------------------------------------*/
@media print and (max-width: 768px), screen and (max-width: 768px) {
	.spPt0 {
		padding-top: 0 !important;
	}
	.spPt5 {
		padding-top: 5px !important;
	}
	.spPt10 {
		padding-top: 10px !important;
	}
	.spPt15 {
		padding-top: 15px !important;
	}
	.spPt20 {
		padding-top: 20px !important;
	}
	.spPt25 {
		padding-top: 25px !important;
	}
	.spPt30 {
		padding-top: 30px !important;
	}
	.spPt35 {
		padding-top: 35px !important;
	}
	.spPt40 {
		padding-top: 40px !important;
	}
	.spPt45 {
		padding-top: 45px !important;
	}
	.spPt50 {
		padding-top: 50px !important;
	}
	.spPt55 {
		padding-top: 55px !important;
	}
	.spPt60 {
		padding-top: 60px !important;
	}
	.spPt70 {
		padding-top: 70px !important;
	}
	.spPt80 {
		padding-top: 80px !important;
	}
	.spPt90 {
		padding-top: 90px !important;
	}
	.spPt100 {
		padding-top: 100px !important;
	}
}

/*===========================================================================
 padding-bottom
===========================================================================*/
.pb0 {
	padding-bottom: 0 !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb55 {
	padding-bottom: 55px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb65 {
	padding-bottom: 65px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb90 {
	padding-bottom: 90px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}

/* PC
-------------------------------------*/
@media print and (min-width: 769px), screen and (min-width: 769px) {
	.pcPb0 {
		padding-bottom: 0 !important;
	}
	.pcPb5 {
		padding-bottom: 5px !important;
	}
	.pcPb10 {
		padding-bottom: 10px !important;
	}
	.pcPb15 {
		padding-bottom: 15px !important;
	}
	.pcPb20 {
		padding-bottom: 20px !important;
	}
	.pcPb25 {
		padding-bottom: 25px !important;
	}
	.pcPb30 {
		padding-bottom: 30px !important;
	}
	.pcPb35 {
		padding-bottom: 35px !important;
	}
	.pcPb40 {
		padding-bottom: 40px !important;
	}
	.pcPb45 {
		padding-bottom: 45px !important;
	}
	.pcPb50 {
		padding-bottom: 50px !important;
	}
	.pcPb55 {
		padding-bottom: 55px !important;
	}
	.pcPb60 {
		padding-bottom: 60px !important;
	}
	.pcPb70 {
		padding-bottom: 70px !important;
	}
	.pcPb75 {
		padding-bottom: 75px !important;
	}
	.pcPb80 {
		padding-bottom: 80px !important;
	}
	.pcPb90 {
		padding-bottom: 90px !important;
	}
	.pcPb100 {
		padding-bottom: 100px !important;
	}
}

/* SP
-------------------------------------*/
@media print and (max-width: 768px), screen and (max-width: 768px) {
	.spPb0 {
		padding-bottom: 0 !important;
	}
	.spPb5 {
		padding-bottom: 5px !important;
	}
	.spPb10 {
		padding-bottom: 10px !important;
	}
	.spPb15 {
		padding-bottom: 15px !important;
	}
	.spPb20 {
		padding-bottom: 20px !important;
	}
	.spPb25 {
		padding-bottom: 25px !important;
	}
	.spPb30 {
		padding-bottom: 30px !important;
	}
	.spPb35 {
		padding-bottom: 35px !important;
	}
	.spPb40 {
		padding-bottom: 40px !important;
	}
	.spPb45 {
		padding-bottom: 45px !important;
	}
	.spPb50 {
		padding-bottom: 50px !important;
	}
	.spPb55 {
		padding-bottom: 55px !important;
	}
	.spPb60 {
		padding-bottom: 60px !important;
	}
	.spPb70 {
		padding-bottom: 70px !important;
	}
	.spPb80 {
		padding-bottom: 80px !important;
	}
	.spPb90 {
		padding-bottom: 90px !important;
	}
	.spPb100 {
		padding-bottom: 100px !important;
	}
}



/*===========================================================================
 Common use （cm-）　parts （pt-） 　パターン別（st-）　個別での上書き（ow-）
===========================================================================*/
.js-shWrapDelay,
.js-shWrap,
.js-shItem,
.js-flexWrap,
.js-flexBtn,
.js-flexBox {
}


/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	.cm-spOnly {
		display: none !important;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.cm-pcOnly {
		display: none !important;
	}
}


.cm-imgW100 {
	width: 100%;
	height: auto;
}

.txtRed{
  color: #c00 !important;
}
.txtBold{
  font-weight: bold !important;
}
.center {
	text-align: center;
}

/*-------------------------------------
アイコン
//ex//<svg class="pt-icnBlank icnBlank"><use xlink:href="#svg-icnBlank"/></svg>
-------------------------------------*/
/*ブランクアイコン*/
.pt-icnBlank {
	width: 13px;
	height: 14px;
}
.pt-icnBlank {
	fill: #2d2d2d;
}
a:hover .pt-icnBlank {
	fill: #1769b4;
}


/*====================================
secTopPage
====================================*/

/*  表示切り替え
====================================*/
.secTopPage .after {
	display: none;
}
.secTopPage .before {
	display: block;
}
.secTopPage .is-check .after {
	display: block;
}
.secTopPage .is-check .before {
	display: none;
}

.secTopPage {
	background: url(/common/images/top_bg01.png) repeat center center;
}
.secTopPage .mainVisWrap {
}
.secTopPage .mainVisWrap .mainVis {
	margin: 0 -15px;
}
.secTopPage .mainVisWrap .mainVis img {
	width: 100%;
	height: auto;
}
.secTopPage .pageTtl {
	margin-top: 25px;
	text-align: center;
}
.secTopPage .pageTtl img {
	width: 100%;
	max-width: 350px;
	height: auto;
}
.secTopPage .itemWrap {
}
.secTopPage .itemWrap .item {
	margin-top: 30px;
	border-radius: 5px;
	background: #fff;
	padding: 15px 10px;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(255, 77, 77, 0.2);
	box-shadow: 0px 3px 1px 0px rgba(255, 77, 77, 0.2);
	position: relative;
}
.secTopPage .itemWrap .item + .item {
	margin-top: 35px;
}
.secTopPage .itemWrap .item .itemTtl {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (max-width: 450px) {
	.secTopPage .itemWrap .item .itemTtl {
		font-size: 6.5vw;
	}
}
.secTopPage .itemWrap .panelItem {
	position: relative;
	text-align: center;
}
.secTopPage .itemWrap .panelItem::before {
	content: " ";
	max-width: 70px;
	width: 18.66667%;
	height: 70px;
	background: url(/images/top_balloon02.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: -20px;
	left: 15px;
}
.secTopPage .itemWrap .panelItem .mapIcn {
	position: absolute;
	top: 10px;
	right: 10px;
}
.secTopPage .itemWrap .panelItem .mapIcn a {
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	background: url(/common/images/icn_map_circle.png) no-repeat center center;
	background-size: 100% auto;
}
.secTopPage .itemWrap .panelItem .itemTtl {
	position: relative;
	display: inline-block;
	padding: 0 18.66667%;
}
.secTopPage .itemWrap .item .presentTxt {
	margin-top: 15px;
	text-align: center;
}
.secTopPage .itemWrap .item .presentTxt .icnTxt {
	text-align: center;
}
.secTopPage .itemWrap .item .presentTxt .icnTxt img {
	width: 100%;
	max-width: 350px;
	height: auto;
}
.secTopPage .itemWrap .item .panelArea {
	margin: 20px -3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.secTopPage .itemWrap .item .panelArea .panel {
	width: 25%;
	margin-top: 6px;
	padding: 0 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.secTopPage .itemWrap .item .panelArea .panel .panelCts {
	position: relative;
}
.secTopPage .itemWrap .item .panelArea .panel .panelCts .panelCtsInr {
	display: block;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.secTopPage .itemWrap .item .panelArea .panel .panelCts .panelCtsInr:hover {
	opacity: 0.7;
}
.secTopPage .itemWrap .item .panelArea .panel .panelCts .panelCtsInr:hover img {
	opacity: 1;
}
.secTopPage .itemWrap .item .panelArea .panel .before .panelCtsInr {
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.secTopPage .itemWrap .item .panelArea .panel .before .panelCtsInr .panelNum {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #666;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.secTopPage .itemWrap .item .panelArea .panel .before .panelCtsInr .panelNum .num {
	font-size: 1.8rem;
}
.secTopPage .itemWrap .item .panelArea .panel .after .panelCtsInr {
	border: 2px solid #cf0000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.secTopPage .itemWrap .item .panelArea .panel .after .panelCtsInr::before {
	content: " ";
	width: 35px;
	height: 35px;
	background: url(/common/images/icn_clear_circle.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: -5px;
	right: -5px;
}
.secTopPage .itemWrap .item .panelArea.noClearIcon .panel .after .panelCtsInr::before {
	display: none;
}
.secTopPage .itemWrap .item .panelArea .panel .panelImg {
	width: 100%;
	height: auto;
}

.secTopPage .itemWrap .item.is-complete::after {
	content: " ";
	width: 134px;
	height: 88px;
	background: url(/common/images/lebel_complete.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: -25px;
	left: -15px;
}
.secTopPage .itemWrap .item.is-complete .pt-btnWrap {
	background: #e9e9e9;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.secTopPage .itemWrap .item.is-complete .pt-btnWrap .btnWrapInr {
	pointer-events: none;
}
.secTopPage .itemWrap .item.is-complete .pt-btnWrap .after {
	display: inline-block;
}
.secTopPage .itemWrap .item .pt-btnWrap .after {
	display: none;
}
.secTopPage .itemWrap .item.is-complete .pt-btnWrap .before {
	display: none;
}
.secTopPage .itemWrap .item .pt-btnWrap .before {
	display: inline-block;
}
.secTopPage .itemWrap .item.disabled .pt-btnWrap {
	opacity:0.4;
}
.secTopPage .itemWrap .item.disabled .btnWrapInr {
	pointer-events: none;
}


/*====================================
secThanks
====================================*/
.secThanks {
	padding-bottom: 0;
}

/*====================================
secMainDetail
====================================*/
.secMainDetail {
	background: #fff;
}

/*====================================
secImgTxtWrap
====================================*/
.secImgTxtWrap {
	min-height: 100vh;
}


/*========================================================================
パーツCSS
========================================================================*/
.js-toggleTarget {
	display: none;
	height: 0;
}
.js-toggleTarget > *:first-child {
	margin-top: 0 !important;
}
.js-toggleTarget .pt-inputItem {
	background: #f7f7f7;
	padding: 20px;
}
.js-toggleTarget .pt-inputItem.is-bgWhite {
	background: #fff;
}
.js-toggleTarget .pt-inputItem > *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


input.js-disable {
	background: #f7f7f7;
}
.pt-formLead {
	padding-top: 20px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.pt-formTtl {
	margin-top: 40px;
	font-size: 2.1rem;
	line-height: 1.3;
	padding-left: 15px;
	position: relative;
}
.pt-formTtl::before {
	content: " ";
	width: 1px;
	height: 100%;
	border-left: 2px solid #d20000;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}
.pt-formTxt {
	padding-top: 25px;
	font-size: 1.6rem;
	line-height: 1.3;
}
.pt-inputItem {
	margin-top: 15px;
	padding: 20px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}
.pt-inputTtl {
	color: #333;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
}
.js-required .pt-inputTtl {
	position: relative;
	display: inline-block;
	padding-right: 40px;
}
.js-required .pt-inputTtl::before {
	content: "必須";
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 17px;
	width: 35px;
	text-align: center;
	background: #d90000;
	border-radius: 3px;
	position: absolute;
	top: 2px;
	right: 0;
}
.js-required .requiredTxt {
	display: none;
}
.js-required.is-notEntered {
	border: 1px solid #dc0000;
}
.js-required.is-notEntered .requiredTxt {
	display: block;
	padding-left: 20px;
	position: relative;
	color: #dc0000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}
.js-required.is-notEntered .requiredTxt::before {
	content: " ";
	background: url(/common/images/icn_note_red.png) no-repeat center center;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*====================================
checkbox
====================================*/
.pt-inputCheckBox {
	padding-top: 10px;
}
.pt-inputCheckBox .label {
	padding: 10px 0;
	display: block;
}
.pt-inputCheckBox .checkBox {
	display: none;
}
.pt-inputCheckBox .checkboxTxt {
	padding-left: 35px;
	position: relative;
	font-size: 1.7rem;
	line-height: 1.2;
	display: inline-block;
}
.pt-inputCheckBox .checkboxTxt::before,
.pt-inputCheckBox .checkboxTxt::after {
	content: " ";
	width: 22px;
	height: 22px;
	border: 1px solid #aaa;
	border-radius: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pt-inputCheckBox .checkBox:checked + .checkboxTxt::before {
	background: #dc0000;
	border: 1px solid #dc0000;
}
.pt-inputCheckBox .checkBox:checked + .checkboxTxt::after {
	background: url(/common/images/icn_check.png) no-repeat center center;
	background-size: 10px auto;
	border: 1px solid #dc0000;
}
/*====================================
radio
====================================*/
.pt-inputRadioBtn {
	padding-top: 10px;
}
.pt-inputRadioBtn .label {
	padding: 10px 0;
	display: block;
}
.pt-inputRadioBtn .radioBtn {
	display: none;
}
.pt-inputRadioBtn .radioBtnTxt {
	padding-left: 35px;
	position: relative;
	font-size: 1.7rem;
	line-height: 1.2;
	display: inline-block;
}
.pt-inputRadioBtn .radioBtnTxt::before,
.pt-inputRadioBtn .radioBtnTxt::after {
	content: " ";
	border-radius: 99px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pt-inputRadioBtn .radioBtnTxt::before {
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #aaa;
}
.pt-inputRadioBtn .radioBtn:checked + .radioBtnTxt::before {
	background: #df0000;
	border: 1px solid #df0000;
}
.pt-inputRadioBtn .radioBtn:checked + .radioBtnTxt::after {
	width: 12px;
	height: 12px;
	background: #fff;
	left: 6px;
}
/*====================================
textarea
====================================*/
.pt-inputTextArea {
	padding-top: 10px;
}
.pt-inputTextArea .textArea {
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: 4px;
	width: 100%;
	height: 135px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 10px;
}
/*====================================
text
====================================*/
.pt-inputTxtWrap {
	padding-top: 15px;
}
.pt-inputTxtWrap.is-radioTxt {
	padding-top: 10px;
	padding-left: 35px;
}
.pt-inputText[type="text"] {
	padding: 0;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: 4px;
	width: 100%;
	height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 10px;
}
/*====================================
select
====================================*/
.pt-inputSelect {
	padding-top: 15px;
}
.pt-inputSelect .label {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa;
	border-radius: 4px;
	position: relative;
	padding: 0;
}
.pt-inputSelect .label::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #999 transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	pointer-events: none;
}
.pt-inputSelect .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	display: block;
	line-height: 50px;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	padding: 0 30px 0 20px;
	width: 100%;
	background: #fff;
}
/*====================================
button
====================================*/
.pt-submitBtn {
	margin-top: 55px;
}
.pt-submitBtn .button {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
	border-radius: 99px;
	background: #cf0000;
}
.pt-submitBtn .button .btnTxt {
	display: inline-block;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 50px;
}
/*====================================
txtOnlyArea
====================================*/
.pt-txtOnlyArea {
	position: relative;
	width: 100%;
	height: calc(100vh - 75px);
	display: block;
}
.pt-txtOnlyArea .txtWrap {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 100%;
	text-align: center;
}
.pt-txtOnlyArea .txtWrap .areaTtl {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
}
.pt-txtOnlyArea .txtWrap .areaTxt {
	margin-top: 30px;
	font-size: 1.7rem;
	line-height: 1.9;
}
.pt-txtOnlyArea .txtWrap .areaBtn {
	margin-top: 60px;
}
.pt-txtOnlyArea .txtWrap .areaBtn .btn {
	display: inline-block;
	max-width: 100%;
	min-width: 150px;
	text-align: center;
	padding: 14px 20px;
	background: #999;
	border-radius: 99px;
}
.pt-txtOnlyArea .txtWrap .areaBtn .btn .btnTxt {
	display: inline-block;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
}


/*====================================
pageDetailWrap
====================================*/
.pt-pageDetailWrap {
}
.pt-pageDetailWrap .pageHeadLine {
	padding-top: 17px;
}
.pt-pageDetailWrap .pageHeadLine .ttlBg {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
.pt-pageDetailWrap .pageHeadLine .ttlBg img {
	width: 100%;
	height: auto;
}
.pt-pageDetailWrap .pageMainImg {
	margin: 20px -15px 0;
}
.pt-pageDetailWrap .pageMainImg img {
	width: 100%;
	height: auto;
}
.pt-pageDetailWrap .pageMainTtl {
	margin-top: 25px;
}
.pt-pageDetailWrap .pageMainTtl .pageSubLine {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pt-pageDetailWrap .pageMainTtl .pageNum {
	color: #878787;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.pt-pageDetailWrap .pageMainTtl .pageNum .num {
	font-size: 1.9rem;
}
.pt-pageDetailWrap .pageMainTtl .cat {
	margin-left: 10px;
	padding: 0 16px;
	border-radius: 10px;
	color: #fff;
	background: #868686;
	font-size: 1.5rem;
	line-height: 1.4;
}
.pt-pageDetailWrap .pageMainTtl .pageTtl {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
}
.pt-pageDetailWrap p {
	margin-top: 10px;
	font-size: 1.7rem;
	line-height: 1.7;
}
.pt-pageDetailWrap h3,
.pt-pageDetailWrap h4 {
	margin-top: 25px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}
.pt-pageDetailWrap .recommendWrap {
	margin-top: 30px;
	background: #F3F3F3;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 6px;
}
.pt-pageDetailWrap .recommendWrap p {
	margin-top: 0;
	font-size: 1.6rem;
}
.pt-pageDetailWrap .note {
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.4;
}
.pt-pageDetailWrap .img {
	margin-top: 15px;
	width: 100%;
	height: auto;
}
.pt-pageDetailWrap .gMapArea {
	margin-top: 20px;
}
.pt-pageDetailWrap .gMapArea .gMap {
	width: 100%;
	height: 220px;
}


/*====================================
pt-btnWrap
====================================*/
.pt-btnWrap {
	margin-top: 20px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #e32e2f;
	text-align: center;
	padding: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.53);
	box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.53);
}
.pt-btnWrap .btnWrapInr {
	border: 1px solid #fff;
	border-radius: 3px;
	display: block;
	padding: 16px 0;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pt-btnWrap .btnWrapInr .btnTxt {
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2;
}

/*  is-disable
====================================*/
.pt-btnWrap.is-disable {
	background: #e9e9e9;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pt-btnWrap.is-lottery.is-disable {
	opacity: 0.4;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pt-btnWrap.is-disable .btnWrapInr {
	pointer-events: none;
}

/*  is-lottery
====================================*/
.pt-btnWrap.is-lottery {
	background: url(/common/images/btn_bg01.png) repeat-x center center;
	background-size: auto 100%;
}
.pt-btnWrap.is-lottery.btn-type02 {
	background: url(/common/images/btn_bg02.png) repeat-x center center;
	background-size: auto 100%;
}
.pt-btnWrap.is-lottery .btnTxt {
}


/*====================================
.pt-txtLinkBtn
====================================*/
.pt-txtLinkBtn {
	margin-top: 15px;
	text-align: center;
}
.pt-txtLinkBtn .btn {
	display: inline-block;
	padding-left: 14px;
	position: relative;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	color: #333;
}
.pt-txtLinkBtn .btn:hover {
	text-decoration: underline;
}
.pt-txtLinkBtn .btn::before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 5px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}


/*====================================
.pt-ownedTicketWrap
====================================*/
.pt-ownedTicketWrap {
	margin-top: 20px;
	border: 3px solid #e90000;
	border-radius: 5px;
	background: #fff;
	padding: 20px 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pt-ownedTicketWrap .ownedTicketNum {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pt-ownedTicketWrap .ownedTicketNum .numTtl {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.pt-ownedTicketWrap .ownedTicketNum .numTxt {
	color: #e60000;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.pt-ownedTicketWrap .ownedTicketNum .numTxt .num {
	font-size: 4.3rem;
	padding: 0 5px;
	display: inline-block;
}
.pt-ownedTicketWrap .pt-btnWrap {
	margin-top: 15px;
}
.pt-ownedTicketWrap .pt-btnWrap + .pt-btnWrap {
	margin-top: 10px;
}


/*====================================
is-noTicket
====================================*/
.pt-ownedTicketWrap.is-noTicket .pt-btnWrap {
	opacity: 0.4;
}
.pt-ownedTicketWrap.is-noTicket .btnWrapInr {
	pointer-events: none;
}


/*====================================
.pt-modal
====================================*/
.pt-modal {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,0,0,0.4);
	z-index: 100;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: none;
}
.pt-modal .modalInr {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.pt-modal .modalCts {
	width: 100%;
	height: auto;
	max-height: 100%;
	padding: 80px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.is_ios .pt-modal .modalCts {
	height: 100%;
}
.pt-modal .modalCts .modalCtsInr {
	height: auto;
	max-height: calc(100vh - 160px);
	padding: 30px 30px 80px;
	background: #fff;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
}
.is_safari .pt-modal .modalCtsInr {
	max-height: calc(100vh - 200px);
}
.pt-modal .modalCts .modalCtsInr::-webkit-scrollbar {
	width: 10px;
}
.pt-modal .modalCts .modalCtsInr::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 99px;
}
.pt-modal .pt-closeBtn {
	margin-top: 30px;
	max-width: 340px;
}
.pt-modal .modalTtl {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.9;
	text-align: center;
}
.pt-modal .closeBtn {
	position: absolute;
	top: 35px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	color: #eee;
	font-size: 3.4rem;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.is_ie .pt-modal .pt-closeBtn,
.is_edge .pt-modal .pt-closeBtn {
	margin-bottom: 30px;
}

.pt-modal .modalCtsInr .blockHeading {
	margin-top: 25px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.5;
}
.pt-modal .modalCtsInr .blockTxt {
	margin-top: 5px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.pt-modal .modalCtsInr .blockImg {
	margin-top: 20px;
	width: 100%;
	height: auto;
}
.pt-modal .modalCtsInr .blockImg + * {
	margin-top: 20px;
}
.pt-modal .modalCtsInr .linkBox{
  padding: 15px;
  background-color: #f6f6f6;
  border-radius: 5px;
  color: #3f5adf;
}
.pt-modal .modalCtsInr .linkBox a{
  display: inline-block;
}
.pt-modal .modalCtsInr .linkBox a,
.pt-modal .modalCtsInr .linkBox a:link{
  color: #3f5adf;
  text-decoration: underline;
}
.pt-modal .modalCtsInr .linkBox::before{
  content: ">";
  margin-right: 5px;
}
.pt-modal .modalCtsInr .defBox .item{
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	width: 100%;
  padding: 10px 0;
  line-height: 1.28;
}
.pt-modal .modalCtsInr .defBox .item + .item{
  border-top: 1px solid #aaa;
}
.pt-modal .modalCtsInr .defBox .item dt{
  width: 34%;
  font-weight: bold;
  padding-right: 10px;
}
.pt-modal .modalCtsInr .defBox .item dd{
  width: 66%;
}
.pt-modal .modalCtsInr .accessMap .gMapArea {
	margin: 20px -15px 0;
	width: auto;
}
.pt-modal .modalCtsInr .accessMap .gMapArea .gMap {
	width: 100%;
	height: 250px;
}
.pt-modal .modalCtsInr .noticeBox{
  color: #c00;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.pt-modal .modalCtsInr .redNote{
  color: #c00;
	font-size: 1.4rem;
	line-height: 1.6;
}
.pt-modal .modalCtsInr .closeBtnWrap {
	margin: 40px auto 0;
	width: 100%;
	max-width: 190px;
	background: #999;
	text-align: center;
	border-radius: 99px;
	cursor: pointer;
}
.pt-modal .modalCtsInr .closeBtnWrap .btnTxt {
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
}
.pt-modal .modalCtsInr .noticeArea {
  margin: 20px 0 0;
	font-size: 1.4rem;
  line-height: 1.7;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.pt-modal {
	}
	.pt-modal .modalInr {
	}
	.pt-modal .modalCts {
		padding: 50px 10px 30px;
	}
	.pt-modal .modalCts .modalCtsInr {
		height: 100%;
		max-height: calc(100vh - 100px);
		padding: 15px 15px 80px 15px;
		background: #fff;
		overflow-y: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pt-modal .modalCts .modalCtsInr::-webkit-scrollbar {
		width: 5px;
	}
	.pt-modal .modalCts .modalCtsInr::-webkit-scrollbar-track {
		background: #fff;
		border-radius: 99px;
		padding-right: 2px;
	}
	.pt-modal .modalCts .modalCtsInr::-webkit-scrollbar-thumb {
		background: #ccc;
		border-radius: 99px;
		margin: 0 2px;
	}
	.pt-modal .pt-closeBtn {
		margin-top: 20px;
		max-width: 270px;
	}
	.pt-modal .modalTtl {
		font-size: 2rem;
	}
	.pt-modal .closeBtn {
		top: 15px;
		right: 0;
		width: 50px;
		height: auto;
		line-height: 35px;
		font-size: 3rem;
		z-index: 10;
		border-radius: 6px;
	}
}



/*====================================
pt-modalBenefits
====================================*/
.pt-modalBenefits {
}
.pt-modalBenefits .modalTtl {
	color: #D20000;
	font-size: 2.5rem;
	line-height: 1.2;
}
.pt-modalBenefits .modalCtsInr .modalImg {
	width: 100%;
}
.pt-modalBenefits .modalCtsInr .modalImg img {
	width: 100%;
	height: auto;
}
.pt-modalBenefits .modalCtsInr .modallistWrap {
	margin-top: 10px;
}
.pt-modalBenefits .modalCtsInr .modallistWrap .list {
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.pt-modalBenefits .modalCtsInr .modallistWrap .list + .list {
	border-top: 1px dashed #aaa;
}
.pt-modalBenefits .modalCtsInr .modallistWrap .list .listInr {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	max-width: 320px;
	width: 100%;
	text-align: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pt-modalBenefits .modalCtsInr .modallistWrap .list .ttl {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.pt-modalBenefits .modalCtsInr .modallistWrap .list .txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #c00;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: right;
}
.pt-modalBenefits .modalCtsInr .modallistWrap .list .icn {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.pt-modalBenefits .icn.rank01 {
  background-image: url();
}
.pt-modalBenefits .modalCtsInr .accessMap {
	margin-top: 35px;
}
.pt-modalBenefits .modalCtsInr .accessMap .mapTtl {
	text-align: center;
	color: #d30000;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}
.pt-modalBenefits .modalCtsInr .accessMap .mapArea {
	margin: 20px -15px 0;
	width: auto;
}
.pt-modalBenefits .modalCtsInr .accessMap .mapArea .gMap {
	width: 100%;
	height: 250px;
}
.pt-modalBenefits .modalCtsInr .accessMap .mapTxt {
	margin: 15px auto 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	display: block;
	width: 100%;
}
.pt-modalBenefits .modalCtsInr .qrBtnWrap {
	margin: 40px auto 0;
	width: 100%;
	max-width: 250px;
	background: #cf0000;
	text-align: center;
	border-radius: 99px;
	cursor: pointer;
}
.pt-modalBenefits .modalCtsInr .qrBtnWrap .btnTxt {
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
}
.pt-modalBenefits .modalCtsInr .modalBlock {
	margin-top: 30px;
}
.pt-modalBenefits .modalCtsInr .modalBlock .blockTtl {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 7.5px 20px;
	box-sizing: border-box;
	background: #f85ca0;
	border-radius: 99px;
}
.pt-modalBenefits .modalCtsInr .modalBlock .bgRed {
  background: #c00;
}
.pt-modalBenefits .modalCtsInr .modalBlock .numList {
	margin-top: 10px;
}
.pt-modalBenefits .modalCtsInr .modalBlock .numList li {
	padding: 10px 0;
	box-sizing: border-box;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
}
.pt-modalBenefits .modalCtsInr .noticeArea {
  margin: 40px 0 0;
}


/*====================================
pt-scanBtn
====================================*/
.pt-scanBtn {
	position: fixed;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
	height: 70px;
}
.pt-scanBtn .scanBtnInr {
	display: block;
	text-decoration: none;
}
.pt-scanBtn .scanBtnInr img {
	width: 100%;
	height: auto;
}


/*====================================
pt-imgTxtWrap
====================================*/
.pt-imgTxtWrap {
}
.pt-imgTxtWrap .imgTxtWrapInr {
	text-align: center;
	padding: 30px 0 150px;
}
.pt-imgTxtWrap .imgTxtWrapInr .img {
	max-width: 690px;
	margin: 0 auto;
}
.pt-imgTxtWrap .imgTxtWrapInr .img img {
	width: 100%;
	height: auto;
}
.pt-imgTxtWrap .imgTxtWrapInr .imgTxt {
	margin-top: 20px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}
.pt-imgTxtWrap .imgTxtWrapInr .bgItemWrap {
	margin-top: 25px;
	text-align: left;
}
.pt-imgTxtWrap .imgTxtWrapInr .bgItemWrap .item {
	background: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.pt-imgTxtWrap .imgTxtWrapInr .bgItemWrap .item + .item {
	margin-top: 10px;
}
.pt-imgTxtWrap .imgTxtWrapInr .bgItemWrap .itemTxt {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.pt-imgTxtWrap .imgTxtWrapInr .bgItemWrap .itemDate {
	margin-top: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.pt-imgTxtWrap .imgTxtWrapInr .btnArea {
	/*margin-top: 90px;*/
	max-width: 768px;
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	padding: 20px 0;
	background: url(/common/images/top_bg01.png) repeat center center;
}
.pt-imgTxtWrap .imgTxtWrapInr .btnArea .btn {
	max-width: 190px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #cf0000;
	border-radius: 99px;
	display: block;
	text-decoration: none;
}
.pt-imgTxtWrap .imgTxtWrapInr .btnArea .btn.disabled {
  opacity: .5;
  pointer-events: none;
}
.pt-imgTxtWrap .imgTxtWrapInr .btnArea .btn .txt {
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 50px;
}

/* staff */
.pt-imgTxtWrap .txtCallStaff {
  padding: 16px 0 35px;
  color: #ce0000;
  font-size: 1.8rem;
  font-weight: bold;
}
.pt-inputCheckBox{
  padding: 0 0 26px;
}

/*====================================
pt-ticketSelect
====================================*/
.pt-ticketSelect {
	padding-top: 40px;
}
.pt-ticketSelect .selectTxt {
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.pt-ticketSelect .btnArea {
	margin-top: 95px;
}
.pt-ticketSelect .btnArea .btn {
	max-width: 190px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #999;
	border-radius: 99px;
	display: block;
	text-decoration: none;
}
.pt-ticketSelect .btnArea .btn .txt {
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 50px;
}


/*====================================
pt-dlistWrap
====================================*/
.pt-dlistWrap {
}
.pt-dlistWrap .list {
	padding-top: 30px;
}
.pt-dlistWrap .list + .list {
	padding-top: 45px;
}
.pt-dlistWrap .list .ttl {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}
.pt-dlistWrap .list .descCts {
	margin-top: 15px;
}
.pt-dlistWrap .list .descCts .descTxt {
	font-size: 1.6rem;
	line-height: 1.5;
}
.pt-dlistWrap .list .descCts .pt-txtLinkBtn {
	text-align: left;
}
.pt-dlistWrap .list .descCts .pt-txtLinkBtn .btn {
	font-weight: 400;
}
.pt-dlistWrap .list .descCts .numList {
}
.pt-dlistWrap .list .descCts .numList + .numList {
	margin-top: 25px;
}
.pt-dlistWrap .list .descCts .numList .listTtl {
	color: #cf0000;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}
.pt-dlistWrap .list .descCts .numList .listTxt {
	padding: 15px 0;
	border-bottom: 1px dotted #bbb;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.pt-dlistWrap .list .descCts .numList .icn {
	padding: 0 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 21px;
	display: inline-block;
	text-indent: 0;
}
.pt-dlistWrap .list .descCts .numList .icn img {
	width: 100%;
	height: auto;
	vertical-align: initial;
}


/*====================================
pt-listWrap
====================================*/
.pt-listWrap {
	padding-top: 10px;
}
.pt-listWrap .wrapTxt {
	font-size: 1.5rem;
	line-height: 1.6;
}
.pt-listWrap .wrapCts {
	margin-top: 20px;
}
.pt-listWrap .list {
}
.pt-listWrap .list + .list {
	margin-top: 20px;
}
.pt-listWrap .list .listTtl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
.pt-listWrap .list .listDesc {
	font-size: 1.5rem;
	line-height: 1.6;
}
.pt-listWrap .list .listDesc *:first-of-type {
	margin-top: 10px;
}
.pt-listWrap .list .listDesc ul li,
.pt-listWrap .list .listDesc ol li {
	margin-top: 5px;
	text-indent: -1.4em;
	padding-left: 1.4em;
}
.pt-listWrap .list .listDesc p + p {
	margin-top: 20px;
}


/*====================================
pt-mapArea
====================================*/
.pt-mapArea {
	height: calc(100vh - 70px);
}


/*====================================
pt-imgTxtNote
====================================*/
.pt-imgTxtNote {
	position: relative;
	width: 100%;
	height: 100vh;
	display: block;
}
.pt-imgTxtNote .imgTxtNoteInr {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 100%;
	text-align: center;
}
.pt-imgTxtNote .imgTxtNoteInr .noteImg {
	width: 45px;
	margin: 0 auto;
}
.pt-imgTxtNote .imgTxtNoteInr .noteImg img {
	width: 100%;
	height: auto;
}
.pt-imgTxtNote .imgTxtNoteInr .txtCol {
	margin-top: 25px;
}
.pt-imgTxtNote .imgTxtNoteInr .txtCol .colTtl {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}
.pt-imgTxtNote .imgTxtNoteInr .txtCol .colTxt {
	margin-top: 10px;
	font-size: 1.7rem;
	line-height: 1.6;
}
.pt-imgTxtNote .imgTxtNoteInr .btnArea {
	margin-top: 75px;
}
.pt-imgTxtNote .imgTxtNoteInr .btnArea .btn {
	width: 100%;
	max-width: 256px;
	margin: 0 auto;
	background: #cf0000;
	border-radius: 99px;
	padding: 0 10px;
	text-decoration: none;
	display: block;
}
.pt-imgTxtNote .imgTxtNoteInr .btnArea .txt {
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 50px;
}


/*====================================
.pt-modalHowToPlay
====================================*/
.pt-modalHowToPlay {
}
.pt-modalHowToPlay .howToWrap {
}
.pt-modalHowToPlay .howToWrap .howToTtl {
	text-align: center;
	color: #c00;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2;
}
.pt-modalHowToPlay .howToWrap .howToImg {
	margin-top: 30px;
}
.pt-modalHowToPlay .howToWrap .howToImg img {
	width: 100%;
	height: auto;
}
.pt-modalHowToPlay .howToWrap .wrapBlock {
	padding: 20px 0;
}
.pt-modalHowToPlay .howToWrap .wrapBlock + .wrapBlock {
	border-top: 1px dotted #ddd;
}
.pt-modalHowToPlay .howToWrap .wrapBlock .em {
	color: #f00;
	font-weight: bold;
}
.pt-modalHowToPlay .howToWrap .wrapBlock .borderList {
}
.pt-modalHowToPlay .howToWrap .wrapBlock .borderList li {
	padding: 10px 0;
	font-size: 1.6rem;
	line-height: 1.7;
}
.pt-modalHowToPlay .howToWrap .wrapBlock .borderList li + li {
	border-top: 1px dotted #ddd;
}

.pt-modalHowToPlay .howToWrap .blockBgWrap {
	margin-top: 20px;
	background: #ffedf2;
	padding: 20px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
.pt-modalHowToPlay .howToWrap .blockBgWrap .bgTtl {
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 30px;
	background: #c11517;
	border-radius: 99px;
	padding: 0 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.pt-modalHowToPlay .howToWrap .blockBgWrap ul {
	margin-top: 10px;
}
.pt-modalHowToPlay .howToWrap .blockBgWrap li {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	text-indent: -1em;
	margin-left: 1em;
}
.pt-modalHowToPlay .howToWrap .blockBgWrap .note {
	margin-top: 20px;
	text-indent: 0;
	margin-left: 0;
}
.pt-modalHowToPlay .howToWrap .btmTxtArea {
	margin: 30px -30px -80px -30px;
	padding: 35px 15px 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffedf2;
}
.pt-modalHowToPlay .howToWrap .btmTxtArea .areaTtl {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}
.pt-modalHowToPlay .howToWrap .btmTxtArea .areaTtl img {
	width: 100%;
	height: auto;
}
.pt-modalHowToPlay .howToWrap .btmTxtArea .areaTxt {
	text-align: center;
	margin-top: 20px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.pt-modalHowToPlay .howToWrap .btmTxtArea .note {
	text-align: left;
	max-width: 500px;
	margin: 30px auto 0;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1rem;
	line-height: 1.2;
}
.pt-modalHowToPlay .howToWrap .closeBtnWrap {
	margin-top: 40px;
}
.pt-modalHowToPlay .howToWrap .closeBtnWrap .btnTxt {
	background: #cf0000;
	border-radius: 99px;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 768px) {
	.pt-modalHowToPlay .howToWrap .btmTxtArea {
		margin: 30px -15px -80px -15px;
		background: #ffedf2;
	}
}


/*====================================
pt-modalFirst
====================================*/
.pt-modalFirst .modalCtsInr .blockHeading {
  text-align: center;
}

#lang_en .secTopPage .itemWrap .panelItem::before {
	background: url(/images/top_balloon02_en.png) no-repeat center center;
	background-size: 100% auto;
}
#lang_en .secTopPage .itemWrap .panelItem .mapIcn a {
	background: url(/common/images/icn_map_circle_en.png) no-repeat center center;
	background-size: 100% auto;
}
#lang_en .pt-ownedTicketWrap .ownedTicketNum .numTtl {
	font-size: 1.6rem;
}
#lang_en .pt-ownedTicketWrap .ownedTicketNum .numTxt {
	font-size: 1.4rem;
}
#lang_en .pt-modalBenefits .modalCtsInr .modallistWrap .list .ttl {
	/*width: 65px;*/
}
#lang_en .js-required .pt-inputTtl::before {
	content: "req";
}




#lang_zh_hans .secTopPage .itemWrap .panelItem::before {
	background: url(/images/top_balloon02_hans.png) no-repeat center center;
	background-size: 100% auto;
}
#lang_zh_hans .secTopPage .itemWrap .panelItem .mapIcn a {
	background: url(/common/images/icn_map_circle_hans.png) no-repeat center center;
	background-size: 100% auto;
}
#lang_zh_hans .js-required .pt-inputTtl {
  padding-right: 50px;
}
#lang_zh_hans .js-required .pt-inputTtl::before {
	content: "必填项";
	width: 42px;
}


#lang_zh_hant .secTopPage .itemWrap .panelItem::before {
	background: url(/images/top_balloon02_hant.png) no-repeat center center;
	background-size: 100% auto;
}
#lang_zh_hant .secTopPage .itemWrap .panelItem .mapIcn a {
	background: url(/common/images/icn_map_circle_hant.png) no-repeat center center;
	background-size: 100% auto;
}
#lang_zh_hant .js-required .pt-inputTtl {
  padding-right: 50px;
}
#lang_zh_hant .js-required .pt-inputTtl::before {
	content: "必填項";
	width: 42px;
}


#lang_ko .secTopPage .itemWrap .panelItem::before {
	background: url(/images/top_balloon02_ko.png) no-repeat center center;
	background-size: 100% auto;
}
#lang_ko .secTopPage .itemWrap .panelItem .mapIcn a {
	background: url(/common/images/icn_map_circle_ko.png) no-repeat center center;
	background-size: 100% auto;
}
#lang_ko .js-required .pt-inputTtl::before {
	content: "필수";
}