@charset "utf-8";
/* ============== 共通 ============== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/lp_bg.png);
	background-size: 50px;
	padding: 0 0 50px;
	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 {
	color: #f50028;
	background-color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}
/*注釈テキスト*/
.note_txt {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 3px;
}
/*改行なし*/
.nowrap_txt {
	white-space: nowrap;
}
/*強調カラーテキスト*/
.em_pink_txt {
	color: #E54E67;
}
.em_yellow_txt {
	color: #FFEC3F;
}
/*中黒リスト*/
.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_wrap {
	padding: 0 60px;
}
.btn {
	width: 100%;
	display: grid;
	place-items: center;
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.btn_ponta {
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/btnarrow_right_ponta.png);
}
.btn_aupay {
	background-color: #EB5505;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/btnarrow_right_aupay.png);
}
.btn_att {
	font-size: 12px;
	color: #999999;
	text-align: left;
}
/* 追従ボタン */
.follow_area {
	width: 100%;
	padding: 15px;
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.80);
	transform: translateY(100%);
	transition: transform 0.3s;
	gap: 30px;
	z-index: 100;
}
.follow_area.show {
	transform: translateY(0);
}
.follow_btn {
	height: 56px;
	margin: 0;
	padding: 0 35px 0 10px;
	position: relative;
	grid-template-columns: 63px 1fr;
}
.follow_btn_logo {
	height: 37px;
	padding: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.follow_large_txt {
	font-size: 16px;
}
/*終了対応*/
#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;
	background-color: #1b9ad8;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/mv_pc_bg.png);
	background-size: 67px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.top_date {
	display: grid;
	place-items: center;
	background-color: #171C61;
	height: 40px;
	padding: 0 28px;
}
.top_date img {
	width: 529px;
}
/* ============== sec共通 ============== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.sec_ttl {
	font-size: 22px;
}
/* ============== LP ============== */
/* nav */
.nav_wrap {
	width: 100%;
	max-width: 1144.83px;
	margin: 40px auto 0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/nav_left_pc.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/nav_right_pc.png);
	background-size: 219px, 207px;
	background-position: top 11px left 0, top 11px right 0;
	background-repeat: no-repeat;
}
.nav_catch_txt {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #181D62;
	gap: 10px;
}
.nav_catch_txt::before,
.nav_catch_txt::after {
	content: "";
	width: 2px;
	height: 16px;
	background-color: #181D62;
}
.nav_catch_txt::before {
	transform: rotate(-40deg);
}
.nav_catch_txt::after {
	transform: rotate(40deg);
}
.nav {
	width: calc(100% - 60px);
	max-width: 820px;
	margin: 10px auto 0;
}
.nav_list {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.nav_item {
	width: 100%;
	max-width: 400px;
	min-width: 0;
	height: 56px;
	position: relative;
	font-weight: bold;
	background-color: #E6F1F8;
	border: 1px solid #1B9AD8;
	flex: 1;
}
.nav_item::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/nav_btn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-50%, 50%);
}
#contents .nav_link {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #171C61;
	gap: 15px;
	text-decoration: none;
}
.nav_icon {
	width: auto;
	height: min(3.3vw, 31px);
}
.nav_large_txt {
	font-size: 18px;
}
/* campaign共通 */
.campaign {
	position: relative;
}
.campaign_flag {
	height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -40px);
}
.campaign_flag img {
	width: auto;
	height: 60px;
}
.campaign_ttl {
	padding: 40px 0 20px;
	color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/sec_ttl_fish.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/sec_ttl_fish.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/sec_bg.svg);
	background-size: 86.292px, 86.292px, 40px;
	background-position: top 45px left 15px, top 45px right 15px, top;
	background-repeat: no-repeat, no-repeat, repeat-x;
}
.campaign_large_ttl {
	font-size: 26px;
}
.campaign_large_txt {
	font-size: 22px;
}
.campaign_body {
	width: 100%;
	padding: 30px 30px 50px;
	background-color: #E6F1F8;
}
.campaign_inner {
	max-width: 830px;
	margin: 0 auto;
}
.campaign_balloon {
	height: 42px;
	padding: 6px 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #fff;
	border-radius: 60px;
	gap: 10px;
}
.campaign_balloon::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 20px solid #fff;
	border-bottom: 0;
	transform: translate(-50%, 70%);
}
.campaign_balloon_logo_ponta {
	width: 61px;
}
.campaign_balloon_logo_aupay {
	width: 79px;
}
.campaign_lead {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.campaign_step_list {
	margin-top: 30px;
	display: flex;
	gap: 20px;
}
.campaign_step_item {
	padding: 35px 30px 30px;
	position: relative;
	background-color: #fff;
	border: 1px solid #65C1E2;
	flex: 1;
}
.campaign_step_item_01 {
	display: grid;
	align-content: space-between;
}
.campaign_step_num {
	width: 122px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.campaign_step_figure {
	display: grid;
	gap: 15px;
}
.campaign_step_note_txt {
	text-align: left;
}
.campaign_accordion {
	margin-top: 30px;
	overflow: hidden;
	cursor: pointer;
}
.campaign_accordion_header {
	padding: 5px 0;
	position: relative;
	font-weight: bold;
	color: #fff;
	background-color: #65C1E2;
}
.campaign_accordion_header:hover {
	opacity: 0.7;
}
.campaign_accordion_icon {
	position: absolute;
	top: 50%;
	right: 12.35px;
	transform: translateY(-50%);
}
.campaign_accordion_icon::before,
.campaign_accordion_icon::after {
	content: "";
	width: 2px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}
.campaign_accordion_icon::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.open .campaign_accordion_icon::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.campaign_accordion_body {
	height: 0;
	padding-right: 70px;
	padding-left: 70px;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.5s;
}
.open .campaign_accordion_body {
	padding-top: 40px;
	padding-bottom: 40px;
}
/* campaign_a ポイント2倍キャンペーン */
.campaign_a {
	margin-top: 80px;
}
/* campaign_b ポイント最大3%還元キャンペーン */
.campaign_b {
	margin-top: 90px;
}
/* renewal タカシマヤアプリ リニューアル%還元キャンペーン */
.renewal {
	margin-top: 50px;
}
.renewal_ttl {
	width: 100%;
	max-width: 650px;
	display: inline-block;
	position: relative;
}
.renewal_ttl::before,
.renewal_ttl::after {
	content: "";
	position: absolute;
	top: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.renewal_ttl::before {
	width: 135px;
	height: 76.9px;
	left: 0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/app_ttl_pc_left.png);
}
.renewal_ttl::after {
	width: 133px;
	height: 79px;
	right: 0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/app_ttl_pc_right.png);
}
.renewal_ttl_inside {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 20px;
}
.renewal_ttl_inside::before,
.renewal_ttl_inside::after {
	content: "";
	width: 45px;
	height: 46px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/img_parasol.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.renewal_ttl_inside::after {
	transform: scale(-1, 1);
}
.renewal_txt {
	margin-top: 20px;
}
.renewal_bnr {
	width: 100%;
	max-width: 700px;
	margin: 20px auto 0;
	display: block;
}
/* ============== att ============== */
.att {
	text-align: left;
	overflow: hidden;
}
.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: #65C1E2;
	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%;
	}
	/* ============== btn ============== */
	/* 追従ボタン */
	.follow_area {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.follow_btn {
		height: 50px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top ============== */
	.top_date {
		height: 52px;
	}
	.top_date img {
		width: 220px;
	}
	/* ============== sec共通 ============== */
	.sec {
		width: 100%;
	}
	/* ============== LP ============== */
	/* nav */
	.nav_wrap {
		width: calc(100% - 30px);
		background-image: none;
	}
	.nav {
		width: 100%;
		margin-top: 15px;
	}
	.nav_list {
		gap: 10px;
	}
	.nav_item {
		height: 82px;
	}
	#contents .nav_link {
		padding-bottom: 5px;
		flex-direction: column;
		gap: 3px;
	}
	.nav_icon {
		height: 30px;
	}
	/* campaign共通 */
	.campaign_ttl {
		padding: 35.45px 0 15px;
		background-size: 57.528px, 57.528px, 40px;
		background-position: bottom 14px left 15px, bottom 14px right 15px, top;
		background-repeat: no-repeat, no-repeat, repeat-x;
	}
	.campaign_body {
		padding-right: 15px;
		padding-left: 15px;
	}
	.campaign_step_list {
		flex-direction: column;
		gap: 30px;
	}
	.campaign_step_item {
		padding: 35px 20px 20px;
	}
	.campaign_step_item_01 {
		gap: 15px;
	}
	.campaign_step_figure img {
		max-width: 610px;
		margin: 0 auto;
	}
	.campaign_accordion_body {
		padding-right: 20px;
		padding-left: 20px;
	}
	.open .campaign_accordion_body {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	/* campaign_a ポイント2倍キャンペーン */
	.campaign_a {
		margin-top: 70px;
	}
	/* campaign_b ポイント最大3%還元キャンペーン */
	.campaign_b {
		margin-top: 80px;
	}
	/* renewal タカシマヤアプリ リニューアル%還元キャンペーン */
	.renewal {
		width: calc(100% - 30px);
	}
	.renewal_ttl {
		max-width: 375px;
	}
	.renewal_ttl::before,
	.renewal_ttl::after {
		top: 50%;
		transform: translateY(-50%);
	}
	.renewal_ttl::before {
		width: 77.6px;
		height: 119px;
		left: 7px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/app_ttl_sp_left.png);
	}
	.renewal_ttl::after {
		width: 73px;
		height: 106px;
		right: 7px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2506/img/app_ttl_sp_right.png);
	}
	/* ============== att ============== */
	.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;
	}
}