@charset "utf-8";
/* ============== 共通 ============== */
#contents {
	padding-bottom: 50px;
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #FFFEE6;
	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_yellow_txt {
	color: #FFEC3F;
}
/*吹き出し*/
.slash_txt {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #1E2A6C;
	gap: 5px;
}
.slash_txt::before,
.slash_txt::after {
	content: "";
	width: 16px;
	height: 17px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.slash_txt::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/banzai_left.png);
}
.slash_txt::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/banzai_right.png);
}
/*中黒リスト*/
.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 {
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.btn_ponta {
	background-color: #FF9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/btnarrow_right.png);
}
.btn_aupay {
	background-color: #EB5505;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/btnarrow_right.png);
}
.btn_att {
	font-size: 12px;
	color: #999999;
	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;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/mv_pc_bg.png);
	background-size: 1200px;
	background-position: top;
	background-repeat: repeat-x;
}
.top_date {
	display: grid;
	place-items: center;
	background-color: #1E2A6C;
	height: 44px;
}
.top_date img {
	width: 683px;
}
/* ============== LP ============== */
/* nav */
.nav_wrap {
	margin: 40px auto 0;
}
.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;
	flex: 1;
}
.nav_item_ponta {
	background-color: #FF9123;
}
.nav_item_aupay {
	background-color: #EB5505;
}
.nav_item::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-50%, 50%);
}
.nav_item_ponta::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/btnarrow_down_a.png);
}
.nav_item_aupay::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/btnarrow_down_b.png);
}
#contents .nav_link {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	gap: 15px;
	text-decoration: none;
}
.nav_icon {
	width: auto;
	height: min(3.3vw, 31px);
}
.nav_large_txt {
	font-size: 18px;
}
/* campaign共通 */
.campaign {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	position: relative;
}
.campaign_header {
	padding: 15px 0 65px;
	color: #fff;
	background-color: #1E2A6C;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/sec_top_pc.png),  url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/house_pc.png);
	background-size: 970px;
	background-position: top, bottom;
	background-repeat: no-repeat;
}
.campaign_flag img {
	width: auto;
	height: 45px;
}
.campaign_ttl {
	margin-top: 5px;
	font-size: 22px;
	color: #fff;
}
.campaign_large_ttl {
	font-size: 26px;
}
.campaign_body {
	width: 100%;
	padding: 30px 30px 50px;
	background-color: #5C9CCD;
}
.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;
	color: #fff;
}
.campaign_large_txt {
	font-size: 22px;
}
.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: 130px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.campaign_step_figure {
	display: grid;
	gap: 15px;
}
.campaign_step_note_txt {
	padding: 0;
	text-align: left;
	text-indent: 0;
}
.campaign_accordion {
	margin-top: 30px;
	overflow: hidden;
}
.campaign_accordion_header {
	padding: 5px 0;
	position: relative;
	font-weight: bold;
	color: #fff;
	background-color: #1E2A6C;
	cursor: pointer;
}
.campaign_accordion_header:hover {
	opacity: 0.7;
}
.campaign_accordion_icon {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 20px;
	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);
}
.is_open .campaign_accordion_icon::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.campaign_accordion_body {
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.att_list {
	padding: 50px 70px;
	background-color: #fff;
}
/* campaign_a ポイント2倍キャンペーン */
.campaign_a {
	margin-top: 50px;
}
/* campaign_b ポイント最大3%還元キャンペーン */
.campaign_b {
	margin-top: 80px;
}
/* bnr_wrap 他にもおトクなキャンペーン実施中 */
.bnr_wrap {
	width: calc(100% - 60px);
	margin: 50px auto 0;
}
.bnr_txt {
	font-size: 18px;
}
.bnr_link {
	width: 100%;
	max-width: 700px;
	margin: 15px 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: #5C9CCD;
	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 ============== */
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top ============== */
	.top_date {
		height: 54px;
	}
	.top_date img {
		width: 292px;
	}
	/* ============== 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 {
		width: 100%;
	}
	.campaign_header {
		padding-bottom: 47px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/sec_top_sp.png),  url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2511/img/house_sp.png);
		background-size: 100%, 375px;
		background-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;
	}
	.att_list {
		padding: 30px 20px;
	}
	/* campaign_a ポイント2倍キャンペーン */
	.campaign_a {
		margin-top: 50px;
	}
	/* campaign_b ポイント最大3%還元キャンペーン */
	.campaign_b {
		margin-top: 0;
	}
	/* bnr_wrap 他にもおトクなキャンペーン実施中 */
	.bnr_wrap {
		width: calc(100% - 30px);
	}
	/* ============== 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;
	}
}