@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}
main {
	padding-bottom: 60px;
	background-color: #FFFAF5;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
/*角丸ブロック*/
.ly_round {
	border-radius: 8px;
}
/*マーカー*/
.line-txt {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);/* 任意 */
	padding: 0 5px;
}
/*強調カラーテキスト*/
.em_txt {
	color: #ff9123;/* 任意 */
}
/*終了対応*/
.end_txt {
	color: #f50028;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}
#contents .btn_close {
	position: relative;
	pointer-events: none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

/* ============== btn =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn_wrap {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
}
.btn {
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	display: grid;
	position: relative;
	place-items: center;
	background-color: #EB3341;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2412/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}

/* ============== top =================== */
.top {
	font-size: 0;
	background: center top /auto repeat-x url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2412/img/mv_pc_bg.png);
}
.top_date {
	display: grid;
	place-items: center;
	background-color: #B40000;
	height: 51.5px;
	padding: 0 34px;
}

/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	background-color: #FAF2E6;
	border-radius: 8px;
	overflow: hidden;
}
.sec_ttl {
	padding: 15px 0;
	font-size: 18px;
	color: #ffffff;
	background-color: #603813;
}
.sec_contents {
	padding: 0 70px;
}

/* ============== LP =================== */
/* join キャンペーン参加方法 */
.join {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2412/img/sec_last_pc.png);
	background-position: center bottom 30px;
	background-size: 85.57%;
	background-repeat: no-repeat;
}
.join_contents {
	padding-top: 60px;
	padding-bottom: 210px;
}
.join_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	align-items: stretch;
	gap: 40px 30px;
}
.join_item {
	width: 100%;
	max-width: 400px;
	position: relative;
	text-align: left;
	background-color: #fff;
	border-radius: 8px;
}
.join_icon {
	width: 160px;
	height: 30px;
	margin: 0 auto;
	display: grid;
	position: absolute;
	top: 0;
	left: 50%;
	place-items: center;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	background-color: #EB3341;
	border-radius: 15px;
	transform: translate(-50%, -50%);
}
.join_item_03 .join_item_img img,
.join_item_04 .join_item_img img {
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
	display: block;
}
.join_item_txt {
	padding: 20px;
}
.join_att {
	padding-left: 1.2rem;
	text-indent: -1.2rem;
	color: #999999;
	font-size: 12px;
}
.join_btn {
	margin-top: 40px;
}

/* benefits 特典内容 */
.benefits_img {
	padding: 40px 0;
	background: center center / contain no-repeat url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2412/img/tokuten_bg.png) #fff;
}
.benefitsc_contents {
	padding-top: 50px;
	padding-bottom: 60px;
}
.benefits_img img {
	max-width: 341px;
}

/* ============== att =================== */
.att {
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #FAF2E6;
	overflow: hidden;
}
.att_ttl {
	margin-bottom: 40px;
	font-size: 22px;
	text-align: center;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 1.5em;
	position: relative;
}
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #EB3341;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note-txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	text-align: center;
	margin-top: 20px;
}
.att_item_img + * {
	margin-top: 20px;
}
.att_list-style {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
.att_num-style {
	text-indent: -1.4em;
	margin-top: 10px;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.att_small-unit {
	margin-top: 10px;
}
.att_small-unit dd > *:first-child {
	margin-top: 0;
}
.att_small-unit + * {
	margin-top: 10px;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att_list-style li > .att_list-style,
.att_list-style li > .att_num-style,
.att_num-style li > .att_list-style,
.att_num-style li > .att_num-style,
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-top: 0;
}
.att_list-style li > .att_list-style + *,
.att_list-style li > .att_num-style + *,
.att_num-style li > .att_list-style + *,
.att_num-style li > .att_num-style + *,
.att_small-unit .att_list-style + *,
.att_small-unit .att_num-style + * {
	margin-top: 10px;
}
.att_list-style li > .att_num-style,
.att_num-style li > .att_num-style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-left: 0.5em;
}
.att_item_fwb {
	font-weight: bold;
}
.att_item_ftem {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	main {
		padding-bottom: 50px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	/*終了対応*/
	.end_txt {
		font-size: 150%;
	}
	#contents .btn_close::after {
		font-size: 1.8rem;
	}

	/* ============== btn =================== */
	.btn_wrap {
		margin-top: 50px;
	}
	.btn {
		height: 63px;
	}

	/* ============== top =================== */
	.top_date {
		height: 36px;
	}

	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 30px);
		margin-top: 50px;
	}
	.sec_ttl {
		padding: 5px 0;
	}
	.sec_contents {
		padding-right: 15px;
		padding-left: 15px;
	}
	.btn_wrap + *,
	.sec + .sec {
		margin-top: 50px;
	}

	/* ============== LP =================== */
	/* join キャンペーン参加方法 */
	.join {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2412/img/sec_last_sp.png);
		background-size: 345px;
		background-position: center bottom 20px;
	}
	.join_contents {
		padding-top: 45px;
		padding-bottom: 160px;
	}
	.join_list {
		justify-items: center;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.join_icon {
		height: 25px;
	}

	/* benefits 特典内容 */
	.benefits_img {
		padding: 30px 15px;
		background-image: none;
	}
	.benefitsc_contents {
		padding-top: 45px;
		padding-bottom: 40px;
	}

	/* ============== att =================== */
	.att {
		padding: 40px 30px 30px;
	}
	.att_item_ttl {
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}