@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	color: #333333;
	background-color: #96001e;
	text-align: center;
	line-height: 1.6;
	overflow: hidden;
	font-family: 'M PLUS 1p', sans-serif;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0000ff;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.inner {
	max-width: 970px;
	margin: 0 auto;
	padding-bottom: 60px;
	background-color: #c2001e;
}
figure {
	margin: 0;
}
.end_txt {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	color: #f50028;
	background-color: #fff;
	text-align: center;
	line-height: 1;
}
.display_pc {
	display: block;
}
.display_sp {
	display: none;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: left;
	line-height: 1.6;
	text-indent: -1em;
}
/*中黒リスト*/
.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 =================== */
.btn_wrap {
	width: 100%;
	max-width: 750px;
	margin: 25px auto 0;
}
.btn {
	margin: 0 auto;
	display: block;
	cursor: pointer;
}
.btn_att {
	margin-top: 20px;
	color: #000000;
	font-size: 12px;
	font-family: 'M PLUS 1p', sans-serif;
}
/*終了対応*/
#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 {
	font-size: 0;
	background-color: #d80c18;
}
.top_eligible {
	max-width: 970px;
	margin: 0 auto;
	padding: 20px;
	background-color: #000000;
}
.top_date {
	max-width: 970px;
	height: 40px;
	margin: 0 auto;
	padding: 0 28px;
	display: grid;
	place-items: center;
	background-color: #ffffff;
}
.top_date img {
	width: auto;
}
/* ============== sec共通 =================== */
.sec {
	width: calc(100% - 60px);
	max-width: 880px;
	margin: 0 auto;
	border-radius: 25px;
}
.sec_ttl {
	padding: 26px 0;
	position: relative;
	background-color: #000000;
	border-radius: 25px 25px 0 0;
	text-align: center;
	z-index: 0;
}
.sec_ttl::after {
	content: "";
	width: 140px;
	height: 140px;
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	background-size: contain;
	transform: translateY(-50%);
}
.sec_inner {
	padding: 40px 30px 30px;
	background-color: #fff;
	border-radius: 0 0 25px 25px;
	overflow: hidden;
}
/* ============== point =================== */
.point {
	margin-top: 52px;
}
.point_ttl::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bsponta_natsunojin2025/img/img_point_ponta.png);
}
.point_ttl img {
	width: 341px;
}
.point_lead_img {
	width: 803px;
}
.point_rank_img {
	width: 795px;
	margin: 36px auto 0;
}
/* ============== goods =================== */
.goods {
	margin-top: 30px;
}
.goods_ttl::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bsponta_natsunojin2025/img/img_goods_ponta.png);
}
.goods_ttl img {
	width: 293px;
}
.goods_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.goods_txt {
	width: 60%;
	max-width: 549px;
	height: auto;
}
.goods_img {
	width: 30%;
	max-width: 272px;
	height: auto;
}
/* ============== att =================== */
.att_ttl img {
	width: 209px;
}
.att {
	margin-top: 32px;
	text-align: left;
	overflow: hidden;
	font-family: 'Rounded Mplus 1c', sans-serif;
}
.att_list {
	padding: 40px 30px 30px;
	background-color: #fff;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	padding-left: 1.2em;
	position: relative;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.3;
	font-family: 'Rounded Mplus 1c', sans-serif;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #c2001e;
	border-radius: 50%;
	transform: translateY(-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 .dot_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;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.inner {
		max-width: 767px;
		margin: 0 auto;
		padding-bottom: 60px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		margin-top: 15px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: auto;
		padding: 10px 60px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 26px);
		margin-top: 30px;
	}
	.sec_ttl {
		padding: 17px 0;
		border-radius: 18px 18px 0 0;
	}
	.sec_ttl::after {
		max-width: 102px;
		height: 102px;
		right: 9px;
	}
	.sec_inner {
		padding: 30px 10px 25px;
	}
	/* ============== point =================== */
	.point_lead_img {
		width: calc(100% - 30px);
		max-width: 584px;
	}
	.point_rank_img {
		width: calc(100% - 30px);
		margin: 20px auto 0;
	}
	.point_ttl img {
		width: calc(100% - 182px);
		max-width: 273px;
		margin-right: 82px;
	}
	/* ============== goods =================== */
	.goods_ttl img {
		width: calc(100% - 182px);
		max-width: 234px;
		margin-right: 56px;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 26px);
		font-family: 'Rounded Mplus 1c', sans-serif;
	}
	.att_ttl {
		text-align: center;
	}
	.att_ttl img {
		width: calc(100% - 182px);
		max-width: 241px;
	}
	.att_list {
		padding: 30px;
	}
	.att_item_ttl {
		padding-left: 1.2em;
		font-size: 24px;
	}
	/*「●」タイプのリスト用*/
	.att_item_ttl::before {
		content: "";
		width: 18px;
		height: 18px;
	}
	.att_item_inner p,
	.att .dot_list,
	.att .num_list,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 5px;
	}
}