@charset "utf-8";

/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}

#footer {
	margin-top: 60px;
}

#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 {
	color: #f50028;
	background-color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.idnt-0 {
	text-indent: 0 !important;
}

/*注釈テキスト*/
.note_txt {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
	width: 100%;
}

/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}

/*マーカー*/
.line_txt {
	display: inline;
	background: linear-gradient(transparent 70%, #F5F5F5 0%);
	padding: 0 5px;
}

/*強調カラーテキスト*/
.em_font {
	color: #FF3C00;
}

/*太字*/
.bold_font {
	font-weight: bold;
}

/*中黒リスト*/
.dot_list {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}

/*(数字)リスト*/
.num_list {
	text-indent: -1.4em;
	padding-left: 1.5em;
	counter-reset: number 0;
}

.num_list>li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}

/* ============== btn =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.btn {
	display: grid;
	place-items: center;
	background-color: #1EAC4B;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}

/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}

#contents .close_btn::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;
}

/* ============== top =================== */
.top {
	font-size: 0;
	margin-bottom: 60px;
}

.top_ttl {
	background: #FFEF85 url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/top_bg.png) center bottom/auto no-repeat;
}

@media screen and (max-width: 1200px) {
	.top_ttl {
		background-size: 180vw auto;
	}
}

.top_date {
	display: grid;
	place-items: center;
	background-color: #9A4C00;
	padding: 15px 28px;
}

/* ============== sec共通 =================== */
.sec {
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

.sec+.sec {
	margin-top: 60px;
}

.sec.join .sec_ttl,
.sec.benefits .sec_ttl {
	padding-top: 60px;
	position: relative;
}

.sec.join .sec_ttl picture,
.sec.benefits .sec_ttl picture {
	position: absolute;
	top: -33px;
	left: 0;
	right: 0;
	margin: auto;
}

.sec_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 30px auto 0;
}

/* ============== 参加方法 =================== */
.sec.join {
	border-top: 6px solid #FF9123;
	border-bottom: 6px solid #FF9123;
}

.join .sec_ttl {
	background-color: #FFFAD6;
}

.step {
	max-width: 830px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.step_item {
	border: 1px solid #FF9123;
	border-radius: 8px;
	padding: 0 30px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	overflow: hidden;
}

.step_item_02,
.step_item_03 {
	width: calc((100% - 20px) / 2);
	flex: 1 0 0;
}

.step_icon {
	background-color: #FF9123;
	border-radius: 0px 0px 8px 8px;
	display: grid;
	place-items: center;
	width: 134px;
	height: 30px;
	margin: 0 auto 15px;
}

.step_icon img {
	height: 14px;
}

.step_lead {
	flex-grow: 1;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.mail {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	align-self: stretch;
	border-radius: 8px;
	background-color: #FFFCE6;
	margin-bottom: 10px;
}

.mail_ttl_wrap {
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 25px 20px 15px;
	margin-top: 5px;
}

.mail_ttl {
	cursor: pointer;
	text-decoration: underline;
	display: inline;
	background-color: #F5F5F5;
	padding: 2px;
	position: relative;
}

.mail_ttl::after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 15px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/icon_copy.png) 0 0/contain no-repeat;
	position: absolute;
	bottom: 3px;
	right: -15px;
}

.step_pic {
	width: min(245px, 85%);
}

.step_goal::before {
	display: block;
	content: "";
	width: 88px;
	height: 16px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/join_arrow.png) 0 0/contain no-repeat;
	margin: 25px auto;
}

.step_goal {
	font-size: 16px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/join_bg_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: min(90vw, 765px) auto;
}

.step_goal_em {
	font-size: 22px;
	display: block;
}

.step_ponta {
	width: 100px;
	margin: 25px auto 0;
}

/* ============== 特典内容 =================== */
.sec.benefits {
	margin-top: 70px;
	border-top: 6px solid #FF6A5B;
	border-bottom: 6px solid #FF6A5B;
}

.benefits .sec_inner {
	margin-bottom: 40px;
}

.benefits .sec_ttl {
	background-color: #FDF0E8;
}

.benefits_target {
	width: 100%;
	display: flex;
	padding: 20px 30px 25px;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	border-radius: 8px;
	background: #FFDBDB;
	position: relative;
	margin-bottom: 30px;
}

.benefits_target_img {
	width: min(640px, 85%);
}

.benefits_target_icon {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 80px;
}

/* 対象月のグッズ配置 */
/* .benefits_target::after {
	display: block;
	content: "";
	width: 180px;
	height: 180px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/goods_08.png) center bottom/contain no-repeat;
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 25px;
}
@media screen and (max-width: 970px) {
	.benefits_target::after {
		width: 18%;
		height: 52%;
		right: 15px;
	}
} */

.benefits_target_ttl {
	color: #FF3C00;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.benefits_inactive {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
}

.inactive_item {
	width: calc((100% - 20px) / 2);
	display: flex;
	flex-direction: column;
}

.inactive_ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.inactive_datail {
	width: 100%;
	min-height: 150px;
	background-color: #DDD;
	flex-grow: 1;
	display: grid;
	place-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.july_end .inactive_datail,
.july_end+.inactive_item .inactive_datail {
	min-height: auto;
}

/* 8月終了時 */
/* .august_end .inactive_datail {
	position: relative;
}
.august_end .inactive_datail::after {
	position: absolute;
	display: block;
	content: "";
	width: 120px;
	height: 120px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/goods_08.png) 0 0/contain no-repeat;
	position: absolute;
	z-index: 2;
	right: -60px;
	bottom: 0;
} */
/* ============== 配信設定 =================== */
.delivery .sec_ttl {
	color: #1EAC4B;
	font-size: 18px;
}

.delivery .sec_ttl span {
	font-size: 24px;
}

.delivery .sec_inner {
	border-radius: 8px;
	background-color: #E8FFEF;
	padding: 40px 70px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 10px;
}

.delivery_lead {
	font-size: 16px;
}

.delivery_summary {
	padding: 20px 70px 25px 70px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid #1EAC4B;
	background: #fff url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/mail_ponta_pc.png) center bottom 25px /contain no-repeat;
}

.delivery_summary dt {
	color: #1EAC4B;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.delivery_summary dd {
	width: min(420px, 85%);
	display: inline-block;
}

.delivery_summary dd p {
	margin-bottom: 5px;
}

/* ============== att =================== */
.att {
	border-radius: 8px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
	width: calc(100% - 60px);
	max-width: 970px;
	padding: 50px 70px;
}

.att_ttl {
	text-align: center;
	margin-bottom: 40px;
	font-size: 22px;
}

.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: #9A4C00;
	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 .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 {
	color: #f50028;
	font-weight: bold;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {

	/* ============== 共通 =================== */
	img {
		width: 100%;
	}

	.display_pc {
		display: none;
	}

	.display_sp {
		display: block;
	}

	.end_txt {
		font-size: 150%;
	}

	.top+* {
		margin-top: 50px;
	}

	/* ============== btn =================== */
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}

	/* ============== top =================== */
	.top_ttl {
		background: unset;
	}

	.top_date {
		padding: 0;
	}

	/* ============== sec共通 =================== */
	.sec+.sec {
		margin-top: 50px;
	}

	.sec.join .sec_ttl,
	.sec.benefits .sec_ttl {
		padding-top: 56px;
	}

	.sec.join .sec_ttl picture,
	.sec.benefits .sec_ttl picture {
		width: min(375px, 100%);
		top: -30px;
	}

	.sec_inner {
		width: calc(100% - 30px);
	}

	/* ============== 参加方法 =================== */
	.step {
		flex-direction: column;
	}

	.step_item {
		padding: 60px 20px 20px;
		position: relative;
	}

	.step_item_02,
	.step_item_03 {
		width: 100%;
		flex: none;
	}

	.step_icon {
		background-color: unset;
		border-radius: 0px;
		width: min(440px, 130%);
		height: auto;
		position: absolute;
		top: 0;
	}

	.step_icon img {
		height: auto;
	}

	.mail {
		padding: 15px;
	}

	.mail_ttl_wrap {
		padding: 15px;
		text-align: left;
	}

	.step_pic {
		width: min(295px, 100%);
	}

	.step_goal {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/join_bg_sp.png) center bottom 15px/340px auto no-repeat;
	}

	/* ============== 特典内容 =================== */
	.sec.benefits {
		margin-top: 80px;
	}

	.benefits .sec_inner {
		margin-bottom: 35px;
	}

	.benefits_target {
		border-radius: 0;
		padding: 20px 15px 25px;
		margin: 35px calc(50% - 50vw);
		width: 100vw;
	}

	.benefits_target_img {
		width: min(640px, 100%);
	}

	.benefits_target_icon {
		left: 15px;
		top: -28px;
	}

	/* 対象月のグッズ配置 */
	/* .benefits_target::after {
		width: 220px;
		height: 220px;
		position: static;
		margin: 20px auto 0;
	}
	.benefits_target {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/benefits_sp_bg.png);
		background-position: center bottom 40px;
		background-size: auto;
		background-repeat: no-repeat;
	} */
	.benefits_inactive {
		flex-direction: column;
		gap: 35px;
	}

	.inactive_item {
		width: 100%;
	}

	.july_end+.inactive_item .inactive_datail {
		min-height: 150px;
	}

	/* 8月終了時 */
	/* .august_end .inactive_datail::after {
		width: 80px;
		height: 80px;
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/goods_08_end.png) 0 0/contain no-repeat;
		right: -10px;
		top: -40px;
	} */
	/* ============== 配信設定 =================== */
	.delivery .sec_inner {
		padding: 30px 20px;
		gap: 30px;
	}

	.delivery_lead {
		font-size: 14px;
	}

	.delivery_summary {
		padding: 20px 20px 120px;
		background: #fff url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontamail_2507/img/mail_ponta_sp.png) center bottom 20px /305px auto no-repeat;
	}

	.delivery_summary dt {
		font-size: 14px;
	}

	.delivery_summary dd {
		width: min(420px, 100%);
		text-align: left;
	}

	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		padding: 40px 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: 5px;
	}
}

/* コンテンツ（SP：320px以下）
========================================================*/
@media screen and (max-width: 320px) {

	.sec.join .sec_ttl,
	.sec.benefits .sec_ttl {
		padding-top: 15%;
	}

	.sec.join .sec_ttl picture,
	.sec.benefits .sec_ttl picture {
		top: -25px;
	}

	.delivery_summary {
		background-size: 240px auto;
	}
}