@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #ffffff;
	overflow: hidden;
}
#footer {
	margin-top: 60px;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	text-decoration: underline;
	color: #0099cc;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #f50028;
	background-color: #fff;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	color: #999;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 20px;
}
/*マーカー*/
.line_txt {
	padding: 0 5px;
	display: inline;
}
/*強調カラーテキスト*/
.em_font {
	color: #E84729;
}
.em_font_large {
	font-size: 40px;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.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 {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
/* ============== btn =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	max-width:400px;
	height: 50px;
	margin: 20px auto 0;
	display: grid;
	place-items: center;
	position: relative;
	background-color: #E84729;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2509/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	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;
}
.top_date {
	padding: 10px 28px;
	display: grid;
	place-items: center;
	background-color: #597C40;
}
.top_date img {
	width: 100%;
	max-width: 750px;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.btn_wrap + *,
.sec + .sec {
	margin-top: 60px;
}
.sec_inner {
	padding-top: 40px;
	background-color: #fff;
	border: 2px solid #CBD681;
	overflow: hidden;
}
.sec_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #597C40;
}
.sec_ttl + * {
	margin-top: 25px;
}
.sec_bottom_pic {
	margin-top: 10px;
}
/* ============== LP =================== */
.bg_plaid {
	background-color: #fff6ed;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2509/img/mv_pc_bg.png);
	background-size: 74px;
}
.bg_plaid:not(.top) {
	padding-top: 50px;
	padding-bottom: 60px;
}
/* lead_wrap */
.lead_wrap_top {
	font-size: 16px;
}
.lead_wrap_bottom {
	font-size: 18px;
}
.lead_wrap,
.lead_wrap_top + * {
	margin-top: 60px;
}
.lead_wrap_bottom + * {
	margin-top: 20px;
}
.lead_ttl {
	height: 43px;
}
.lead_ttl img {
	width: auto;
	height: 100%;
}
.lead_txt {
	margin-top: 15px;
}
/* join 参加方法 */
.join_badge {
	padding: 1px 20px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background-color: #E84729;
	border-radius: 100px;
}
.join_txt {
	margin-top: 10px;
}
.join_goal {
	margin-top: 10px;
}
.join_goal::before {
	content: "";
	width: 18px;
	height: 44px;
	display: block;
	margin: 0 auto;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2509/img/join_arrow.png) 0 0 / contain no-repeat;
}
.join_goal_txt {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.join_note_txt {
	margin-top: 10px;
	text-align: left;
}
/* benefits 特典内容 */
.benefits_inner {
	position: relative;
}
.benefits_inner::before {
	content: '';
	width: 100%;
	max-width: 830px;
	position: absolute;
	top: 96px;
	left: 50%;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2509/img/tokuten_bg.png);
	background-size: contain;
	transform: translateX(-50%);
	aspect-ratio: 83 / 17;
}
.benefits_img {
	width: 100%;
	max-width: 341px;
}
/* about Pontaとは */
.about_inner {
	padding: 30px 70px;
}
.about_ttl + * {
	margin-top: 15px;
}
.about_txt + .about_txt {
	margin-top: 1em;
}
.about_img {
	width: 305px;
	margin-top: 20px;
}
/* app Pontaアプリの始め方 */
.app_badge {
	padding: 1px 20px;
	display: inline-block;
	font-weight: bold;
	color: #597C40;
	background-color: #fff;
	border:2px solid #597C40;
	border-radius: 100px;
}
.app_ttl {
	margin-top: 15px;
}
.app_ttl + * {
	margin-top: 45px;
}
.app_list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.app_item {
	width: 100%;
	max-width: 300px;
	min-height: 273px;
	padding: 30px 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 5px;
	flex: 1;
	background-color: #fff;
	border: 2px solid #CBD681;
}
.app_num {
	width: 120px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.app_item_txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #597C40;
}
.app_item p {
	margin-right: 7%;
	margin-left: 7%;
}
/* ============== att =================== */
.att {
	padding: 50px 70px;
	margin-top: 60px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 8px;
	overflow: hidden;
}
.att_ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 40px;
}
.att_item_ttl {
	position: relative;
	padding-left: 1.5em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	background-color: #E84729;
	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 .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) {
	/* ============== 共通 =================== */
	#footer {
		margin-top: 50px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.top + * {
		margin-top: 50px;
	}
	/* ============== btn =================== */
	.btn {
		width: calc(100% - 20px);
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 30px);
	}
	.btn_wrap + *,
	.sec + .sec {
		margin-top: 50px;
	}
	.sec_inner {
		padding-top: 30px;
	}
	/* ============== LP =================== */
	.bg_plaid {
		background-size: 37px;
	}
	.bg_plaid:not(.top) {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	/* lead_wrap */
	.lead_wrap,
	.lead_wrap_top + * {
		margin-top: 50px;
	}
	/* benefits 特典内容 */
	.benefits_inner::before {
		display: none;
	}
	.benefits_img {
		max-width: 620px;
		padding: 0 30px;
	}
	/* about Pontaとは */
	.about_inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.about_txt {
		text-align: left;
	}
	.about_img {
		width: 100%;
		max-width: 610px;
	}
	/* app Pontaアプリの始め方 */
	.app_list {
		flex-direction: column;
		gap: 50px;
	}
	.app_item {
		max-width: none;
		min-height: auto;
		gap: 15px;
	}
	.app_item p,
	.app_img {
		margin-left: 20px;
		margin-right: 20px;
	}
	.app_img {
		max-width: 600px;
		margin: 0 auto;
	}
	.app_device {
		width: calc(100% - 177px);
		max-width: 327px;
		margin: 0 auto
	}
	/* ============== att =================== */
	.att {
		margin-top: 50px;
		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: 5px;
	}
}