@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0 0 40px;
	font-size: 14px;
	color: #333333;
	background-color: #EB5505;
	text-align: center;
	line-height: 1.6;
	overflow: hidden;
}
#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;
}
.end_txt {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	color: #f50028;
	background-color: #fff;
	text-align: center;
	line-height: 1;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	line-height: 1.6;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*吹き出し*/
.catch_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	gap: 20px;
}
.catch_txt::before,
.catch_txt::after {
	content: '';
	width: 2px;
	height: 21px;
	display: inline-block;
	background-color: #333;
}
.catch_txt::before {
	transform: rotate(-25deg);
}
.catch_txt::after {
	transform: rotate(25deg);
}
.catch_txt .normal_txt {
	font-size: 14px;
	font-weight: normal;
}
/*中黒リスト*/
.dot_list {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
/*(数字)リスト*/
.num_list {
	padding-left: 1.5em;
	text-indent: -1.4em;
	counter-reset: number 0;
}
.num_list > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
/* ============== btn =================== */
#contents .btn {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.btn {
	max-width:400px;
	height: 50px;
	margin: 40px auto 0;
	display: grid;
	place-items: center;
	position: relative;
	background-color: #FFF000;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/aupay_pontaup2512/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border: 1px solid #000;
	border-radius: 5px;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/aupay_pontaup2512/img/pc_bg.png);
	font-size: 0;
}
.top + * {
	margin-top: 40px;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-radius: 8px;
}
.sec + .sec {
	margin-top: 60px;
}
.sec_ttl {
	padding: 15px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 8px 8px 0px 0px;
	gap: 10px;
}
.sec_ttl img {
	width: auto;
	height: 25px;
}
.sec_ttl::before {
	content: "";
	width: 35px;
	height: 35px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.sec_main {
	padding: 50px 70px;
}
.sec_top {
	position: relative;
	padding-right: 70px;
	padding-left: 70px;
}
.sec_top::after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/aupay_pontaup2512/img/bg_arrow_pc.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	transform: translateY(100%);
	aspect-ratio: 97 / 7;
	z-index: 1;
}
.sec_bottom {
	background-color: #FDEEE6;
	border-radius: 0px 0px 8px 8px;
}
.sec_bottom_ponta_img {
	margin-top: 30px;
}
.sec_txt {
	line-height: 1.5;
}
/* ============== LP =================== */
/* au PAY Pontaアップ店とは？ */
.about_ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/aupay_pontaup2512/img/about_icon.png);
}
.about_main {
	padding: 50px 0 0;
}
.about_top {
	padding-bottom: 40px;
}
.about_benefit {
	max-width: 690px;
	margin: 50px auto 0;
	padding: 40px 0 20px;
	position: relative;
	border: 1px solid #ddd;
}
.about_benefit_ttl {
	width: 300px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	color: #fff;
	background-color: #EB5505;
	border-radius: 500px;
	transform: translate(-50%, -50%);
}
.about_benefit_img {
	width: 265px;
}
.about_benefit_txt {
	margin-top: 20px;
	line-height: 24px;
}
.about_benefit_em_txt {
	font-size: 18px;
	color: #EB5505;
}
.about_more_txt {
	position: relative;
	font-size: 22px;
	line-height: 30px;
	z-index: 2;
}
.about_incentive_txt_img {
	width: 100%;
	max-width: 488px;
	margin: 60px auto 0;
}

/* 対象店舗 */
.store_ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/aupay_pontaup2512/img/shop_icon.png);
}
.store_catch_txt {
	margin-top: 40px;
}
.store_img {
	margin-top: 20px;
}

/* キャンペーン参加方法 */
.join_ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/aupay_pontaup2512/img/join_icon.png);
}
.join_main {
	padding: 50px 0 0;
}
.join_txt {
	margin-top: 10px;
}
.join_img {
	max-width: 305px;
	margin-top: 10px;
}
.join_bottom {
	padding-top: 110px;
}
.join_incentive_txt_img {
	width: 100%;
	max-width: 388px;
}

/* au PAY アプリをダウンロードしよう */
.app_ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/aupay_pontaup2512/img/app_icon.png);
}
.app_img {
	margin-top: 20px;
}
.app_download_block {
	width: 100%;
	max-width: 690px;
	margin: 40px auto 0;
	padding: 30px 0;
	background-color: #FDEEE6;
}
.app_download_catch_txt {
	line-height: 25px;
	align-items: flex-end;
	gap: 15px;
}
.app_download_catch_txt::before,
.app_download_catch_txt::after {
	height: 40px;
}
.app_download_pc {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 60px;
}
.app_download_ios {
	width: 136px;
}
.app_download_android {
	width: 169px;
}
.app_download_qr {
	width: 100px;
	margin: 20px auto 0;
}
.app_note_txt {
	margin-top: 30px;
}

/* ============== att =================== */
.att {
	text-align: left;
	background-color: #ffffff;
}
.att_ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/aupay_pontaup2512/img/att_icon.png);
}
.att_list {
	padding: 50px 70px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	padding-left: 1.5em;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #FFCB77;
	border-radius: 50%;
}
.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 {
	margin-top: 20px;
	text-align: center;
}
.att_item_img + * {
	margin-top: 20px;
}
.att .dot_list,
.att .num_list,
.att_small_unit,
.att_small_unit + * {
	margin-top: 10px;
}
.att_small_unit dd > *:first-child {
	margin-top: 0;
}
.att .dot_list .att_small_unit {
	text-indent: 0;
}
.att .dot_list li > .dot_list,
.att .dot_list li > .num_list,
.att .num_list li > .dot_list,
.att .num_list li > .num_list,
.att_small_unit .num_list {
	margin-top: 0;
}
.att .dot_list li > .dot_list + *,
.att .dot_list li > .num_list + *,
.att .num_list li > .dot_list + *,
.att .num_list li > .num_list + *,
.att_small_unit .dot_list + *,
.att_small_unit .num_list + * {
	margin-top: 10px;
}
.att .dot_list li > .num_list,
.att .num_list li > .num_list {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-left: 0.5em;
}
.att .em_font {
	font-weight: bold;
	color: #f50028;
}
.dot_list + .dot_list {
	margin-top: 30px;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	#contents {
		padding-bottom: 30px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_att {
		text-align: left;
		margin-top: 15px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top + * {
		margin-top: 30px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 30px);
	}
	.sec + .sec {
		margin-top: 50px;
	}
	.sec_ttl {
		padding-top: 25px;
		position: relative;
	}
	.sec_ttl img {
		height: 20px;
	}
	.sec_ttl::before {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.sec_main {
		padding: 30px 20px;
	}
	.sec_top {
		padding-right: 20px;
		padding-left: 20px;
	}
	.sec_top::after {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/aupay_pontaup2512/img/bg_arrow_sp.png);
		aspect-ratio: 69 / 8;
	}
	.sec_bottom_ponta_img {
		margin-top: -20px;
	}
	/* ============== LP =================== */
	/* au PAY Pontaアップ店とは？ */
	.about_main {
		padding: 30px 0 0;
	}
	.about_benefit {
		margin-top: 40px;
		padding-top: 30px;
	}
	.about_benefit_ttl {
		width: 220px;
	}
	.about_benefit_img {
		width: 100%;
		max-width: 386px;
		padding: 0 36px;
	}
	.about_benefit_txt {
		margin-top: 15px;
	}
	.about_more_txt {
		margin-bottom: -18px;
		display: block;
		font-size: 18px;
		transform: translateY(-18px);
	}
	.about_incentive_txt_img {
		margin-top: 13.33vw;
		padding: 0 41px;
	}

	/* 対象店舗 */
	.store_catch_txt {
		margin-top: 20px;
	}
	.store_img {
		width: 100%;
		max-width: 610px;
		margin-right: auto;
		margin-left: auto;
	}

	/* キャンペーン参加方法 */
	.join_main {
		padding: 30px 0 0;
	}
	.join_top {
		padding-bottom: 20px;
	}
	.join_img {
		width: 100%;
		max-width: 610px;
		margin-top: 20px;
	}
	.join_bottom {
		padding-top: 17.33vw;
	}
	.join_incentive_txt_img {
		max-width: 566px;
		padding: 0 31px;
	}

	/* au PAY アプリをダウンロードしよう */
	.app_ttl img {
		height: 50px;
	}
	.app_img {
		margin-right: 117.6px;
		margin-left: 117.6px;
	}
	.app_img img {
		max-width: 140px;
	}
	.app_download_block {
		margin-top: 30px;
		padding: 20px 0;
	}
	.app_download_sp {
		margin-top: 10px;
	}
	.app_download_sp img {
		width: auto;
		height: 16vw;
	}
	.app_note_txt {
		margin-top: 15px;
		text-align: left;
	}
	/* ============== att =================== */
	.att_list {
		padding: 40px 30px 30px;
	}
	.att_item_ttl {
		padding-left: 1.5em;
	}
	.att_item_inner p,
	.att .dot_list,
	.att .num_list,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 10px;
	}
	.dot_list + .dot_list {
		margin-top: 30px;
	}
}