@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0 0 60px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #333333;
	background-color: #ffffff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/bg_contents.svg);
	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;
	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: 8px;
}
/*強調カラーテキスト*/
.em_font {
	color: #ff9123;
}
/*太字*/
.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 {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
/* ============== btn =================== */
#contents .btn {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.btn {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/btnarrow_right.svg);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.btn_a {
	background-color: #FFE180;;
}
.btn_b {
	background-color: #FFAEB4;;
}
.btn_large_txt {
	font-size: 20px;
}
/*終了対応*/
#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;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	background-color: #a9ffff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/mv_bg_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 6px solid #93EDE8;
}
.top_logo {
	height: 50px;
	display: grid;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
}
.top_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.top_mv {
	position: relative;
}
.top_btn_list {
	width: 35.78vw;
	max-width: 375px;
	position: absolute;
	right: 70px;
	right: calc(min(93.5px, 6.7vw));
	top: 50%;
	transform: translateY(-50%);
}
.top_btn_item {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.top_pontacard_btn_item {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/mv_campaign_pontaweb_bg.png);
}
.top_aupay_btn_item {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/mv_campaign_aupay_bg.png);
}
.top_btn {
	position: relative;
	z-index: 100;
}
.top_news {
	margin-top: 12.5px;
	position: relative;
}
.top_news::before,
.top_news::after {
	content: "";
	position: absolute;
	width: calc((100% - 375px) / 2);
	height: 1px;
	top: 0;
	background-color: #00738E;
}
.top_news::before {
	left: 0;
}
.top_news::after {
	right: 0;
}
.top_news_ttl {
	width: 375px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top_news_txt {
	padding: 17.5px 0 19px;
	color: #00738E;
}
/* ============== sec共通 =================== */
.sec {
	margin-top: 60px;
	padding-top: 20px;
	position: relative;
}
.sec_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	position: relative;
	padding: 30px 30px 45px;
	border-radius: 40px;
}
.sec_inner::before {
	content: "";
	width: 20vw;
	max-width: 210px;
	aspect-ratio: 210 / 165;
	position: absolute;
	top: -40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.sec_inner > * {
	width: 100%;
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
}
.sec_label {
	width: 220px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sec_ttl {
	width: 345px;
	margin: 0 auto;
}
.sec_steps {
	margin-top: 30px;
	display: flex;
	gap: 20px;
}
.sec_step {
	padding: 35px 20px 20px;
	position: relative;
	display: grid;
	align-content: space-between;
	gap: 15px;
	flex: 1;
	background-color: #FFF;
	border-radius: 3px;
}
.sec_step_num {
	width: 130px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	font-weight: bold;
	line-height: 1.5;
	background-color: #FFF;
	border-radius: 20px;
	transform: translate(-50%, -50%);
}
.sec_step_att {
	font-size: 12px;
	color: #999;
	text-align: left;
}
/* accordion */
.accordion_header {
	padding: 15px;
	display: grid;
	grid-template-columns: 1fr 20px;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
}
.accordion_icon {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
}
.accordion_icon {
	position: relative;
	background-color: #FFF;
	border-radius: 50%;
}
.accordion_icon::before,
.accordion_icon::after {
	content: "";
	width: 1px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #333;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}
.accordion_icon::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.sec_att.is_open .accordion_icon::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion_contents {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s;
}
.sec_att.is_open .accordion_contents {
	grid-template-rows: 1fr;
}
/* ============== LP =================== */
/* pontacard キャンペーンA */
.pontacard_inner {
	background-color: #FF9123;
}
.pontacard_inner::before {
	left: calc(max(-40px, -3.33vw));
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/pontaweb_leaf_pc.png);
}
.pontacard_step {
	min-height: 306px;
}
/* aupay キャンペーンB */
.aupay_inner {
	background-color: #EB5505;
}
.aupay_inner::before {
	right: calc(max(-40px, -3.33vw));
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/aupay_leaf_pc.png);
}
.aupay_step{
	min-height: 282px;
}
/* bnr_wrap */
.bnr_wrap {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
}
.bnr_list {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.bnr_item {
	width: 100%;
	max-width: 405px;
}
.bnr_link {
	margin-top: 15px;
	display: block;
	color: inherit;
	text-decoration: none;
	border: 1px solid #DDD;
	overflow: hidden;
}
.bnr_caption {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 5px;
	font-weight: bold;
	text-align: center;
}
.bnr_caption::before,
.bnr_caption::after {
	content: "";
	width: 15px;
	height: 29px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.bnr_caption::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/dot_dec_left.png);
}
.bnr_caption::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/dot_dec_right.png);
}
.bnr {
	width: 100%;
	max-width: 405px;
	display: block;
}
#contents .bnr_link {
	color: #333;
	text-decoration: none;
}
.bnr_cta {
	padding: 10px 15px;
	background-color: #F2F2F2;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/btnarrow_right.svg);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
}
/* ============== att =================== */
.sec_att {
	margin-top: 30px;
}
.att_list {
	padding: 0 70px;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
	transition: 0.5s;
}
.sec_att.is_open .att_list {
	padding-top: 50px;
	padding-bottom: 50px;
}
.att_item + .att_item {
	margin-top: 40px;
}
.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: #EB5505;
	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;
}
.sec_att .dot_list,
.sec_att .num_list,
.att_small_unit,
.att_small_unit + * {
	margin-top: 10px;
}
.att_small_unit dd > *:first-child {
	margin-top: 0;
}
.sec_att .dot_list .att_small_unit {
	text-indent: 0;
}
.sec_att .dot_list li > .dot_list,
.sec_att .dot_list li > .num_list,
.sec_att .num_list li > .dot_list,
.sec_att .num_list li > .num_list,
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-top: 0;
}
.sec_att .dot_list li > .dot_list + *,
.sec_att .dot_list li > .num_list + *,
.sec_att .num_list li > .dot_list + *,
.sec_att .num_list li > .num_list + *,
.att_small_unit .dot_list + *,
.att_small_unit .num_list + * {
	margin-top: 10px;
}
.sec_att .dot_list li > .num_list,
.sec_att .num_list li > .num_list {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-left: 0.5em;
}
.dot_list + .dot_list {
	margin-top: 0;
}
.sec_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%;
	}
	/* ============== btn =================== */
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2606/img/mv_bg_sp.png);
		background-size: 100%;
	}
	.top_inner {
		width: 100%;
	}
	.top_btn_list {
		width: 100%;
		max-width: 750px;
		display: block;
		position: static;
		margin-top: 20px;
		transform: translate(0);
	}
	.top_btn_item::before {
		width: 100%;
		max-width: 750px;
	}
	.top_news {
		margin-top: 20px;
	}
	.top_news::before,
	.top_news::after {
		content: none;
	}
	.top_news_ttl {
		width: 100%;
		position: static;
		transform: translate(0);
	}
	.top_news_txt {
		padding-top: 5px;
	}
	/* ============== sec共通 =================== */
	.sec {
		margin-top: 80px;
	}
	.sec_inner {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		border-radius: 20px;
	}
	.sec_inner::before {
		content: none;
	}
	.sec_label {
		width: 58.67vw;
		max-width: 350px;
	}
	.sec_ttl {
		width: 100%;
		max-width: 600px;
	}
	.sec_steps {
		flex-direction: column;
		gap: 40px;
	}
	.sec_step {
		min-height: auto;
		justify-items: center;
	}
	.sec_step_img {
		max-width: 500px;
	}
	.sec_step_att {
		width: 100%;
	}
	/* ============== LP =================== */
	/* bnr_wrap */
	.bnr_wrap {
		width: calc(100% - 30px);
	}
	.bnr_list {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.bnr_cta {
		text-align: left;
	}
	/* ============== att =================== */
	.sec_att {
		margin-top: 30px;
	}
	.sec_att .att_list {
		padding: 0 30px;
	}
	.sec_att.is_open .att_list {
		padding-right: 30px;
		padding-left: 30px;
	}
	.att_item_ttl {
		padding-left: 1.5em;
	}
	.att_item_inner p,
	.sec_att .dot_list,
	.sec_att .num_list,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 5px;
	}
}