@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-10 {
	margin-top: 10px;
}
.tl-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;
}
/*強調カラーテキスト*/
.em_font {
	color: #D10531;
}
/*太字*/
.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) ")";
}
/*dotのスラッシュ*/
.dotslash_ttl {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 15px;
}
.dotslash_ttl::before,
.dotslash_ttl::after {
	content: "";
	display: block;
	width: 15px;
	height: 29px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.dotslash_ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2602/img/dot_dec_left.png);
}
.dotslash_ttl::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2602/img/dot_dec_right.png);
}
/* ============== btn =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn_wrap {
	padding: 0 60px;
}
.btn {
	display: grid;
	place-items: center;
	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;
}
#ponta_camp .btn {
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2602/img/btnarrow_right.png);
}
#aupay_camp .btn {
	background-color: #EB5505;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2602/img/btnarrow_right_aupay.png);
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
/*終了対応*/
#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 {
	margin-bottom: 40px;
}
.top_ttl {
	background-color: #EDD9E4;
	font-size: 0;
}
.top_date {
	font-size: 0;
	display: grid;
	place-items: center;
	background-color: #D36879;
	padding: 5px 0;
}
.top_news {
	display: flex;
	padding: 15px 15px 10px 15px;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #D36879;
	background-color: #fff;
}
/* ============== nav =================== */
.nav {
	margin: 0 auto 50px;
	width: calc(100% - 30px);
}
.nav_ttl_wrap {
	margin-bottom: 15px;
}
.nav_ttl {
	margin-bottom: 5px;
}
.nav_list {
	width: 100%;
	margin: auto;
	max-width: 820px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}
.nav_item {
	width: 100%;
	position: relative;
}
.nav_item::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2602/img/btnarrow_down.png) 0 0/contain no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -9.803px;
	z-index: 2;
}
.nav_txt_icon {
  flex-shrink: 1;
  min-width: 0;
  height: auto;
  max-width: 114px;
}
.nav_txt {
	flex-shrink: 0;
}
#contents .nav_link {
	display: flex;
	width: 100%;
	height: 56px;
	max-width: 400px;
	padding: 5px 10px;
	gap: 15px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid #D36879;
	background-color: #EDD9E4;
	text-decoration: none;
	color: #751300;
	font-weight: bold;
	overflow: hidden;
}
#contents .nav_link .em_font > span {
	font-size: 18px;
}
.nav_link .display_pc {
	display: inline-block;
}
/* ============== sec共通 =================== */
.sec {
	background-color: #EDD9E4;
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.sec + .sec {
	margin-top: 80px;
}
.sec_ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	background: #D36879 url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2602/img/ttl_wrap_pc.png) top center/contain repeat-x;
	padding: 10px 20px;
}
.sec_ttl_icon {
	width: 70px;
}
.sec_ttl_txt {
	color: #fff;
	font-size: 22px;
}
.sec_ttl_txt > span {
	color: #FFF000;
	font-size: 26px;
}
.sec_main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 30px 70px 50px;
}
.sec_lead_cap {
	display: flex;
	padding: 6px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 60px;
	height: 42px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: 18px;
}
#ponta_camp .sec_lead_cap img {
	width: auto;
	height: 30px;
}
#aupay_camp .sec_lead_cap img {
	width: auto;
	height: 15px;
}
.sec_lead_cap img p {
	padding-top: 3px;
}
.sec_lead_cap::after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
	z-index: -1;
}
.sec_lead_main {
	color: #751300;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}
.sec_lead_main > span {
	color: #D10531;
	font-size: 22px;
}
/* step */
.step {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
}
.step_item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: space-between;
	width: calc((100% - 20px)/2);
	background-color: #fff;
	border-radius: 3px;
	padding: 35px 30px 30px;
	position: relative;
}
.step_item .note-txt {
	text-align: left;
	text-indent: 0;
	padding-left: 0;
}
.step_icon {
	display: grid;
	place-items: center;
	color: #751300;
	font-weight: bold;
	width: 130px;
	height: 28px;
	border-radius: 20px;
	border: 1px solid #D36879;
	background-color:#FFF;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -13px;
	z-index: 2;
}
/* bnr */
.sec + .bnr {
	margin-top: 50px;
}
.bnr_unit .dotslash_ttl {
	margin-bottom: 15px;
}
.bnr_unit + .bnr_unit {
	margin-top: 50px;
}
/* ================= アコーディオン =================== */
.acc_input {
  display: none;
}
.accordion {
	width: 100%;
}
.acc_ttl {
	display: block;
	width: 100%;
	border-radius: 3px;
	background-color: #D36879;
	color: #fff;
	font-weight: bold;
  position: relative;
	padding: 5px 20px;
	cursor: pointer;
}
/* アイコン：プラス・マイナスの共通パーツ */
.acc_ttl::before,
.acc_ttl::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 3px;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.acc_ttl::before {
  transform: translateY(-50%);
}
/* 縦棒：初期状態 */
.acc_ttl::after {
  transform: translateY(-50%) rotate(90deg);
}
/* 開閉アニメーション */
.acc_content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  overflow: hidden;
}
.acc_input:checked + .acc_ttl + .acc_content {
  grid-template-rows: 1fr;
	transition: grid-template-rows 0.5s ease-in-out;
}
/* 開いている時のアイコン */
.acc_input:checked + .acc_ttl::after {
  transform: translateY(-50%) rotate(0deg);
}
.acc_input:checked + .acc_ttl {
	border-radius: 3px 3px 0 0;
}
.acc_inner {
	min-height: 0;
  padding: 0;
}
.acc_inner .att_list {
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	padding: 50px 70px;
	text-align: left;
}
/* ============== att =================== */
.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: #D36879;
	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 =================== */
	.btn {
		width: calc(100% - 20px);
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top {
		margin-bottom: 30px;
	}
	.top_date {
		padding: 2px 0;
	}
	.top_news {
		padding: 10px 15px;
	}
	/* ============== nav =================== */
	.nav_ttl {
		font-size: 16px;
		gap: 5px;
	}
	.nav_list {
		gap: 10px;
	}
	.nav_item::after {
		bottom: -8.8px;
	}
	#contents .nav_link {
		flex-direction: column;
		gap: 3px;
		padding: 10px;
		height: auto;
	}
	.nav_link .display_pc {
		display: none;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: 100%;
	}
	.sec + .sec {
		margin-top: 0;
	}
	.sec_ttl {
		gap: 5px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2602/img/ttl_wrap_sp.png);
		padding: 13px 20px 10px;
	}
	.sec_main {
		padding: 30px 15px 50px;
	}
	.sec_lead_cap {
		padding: 6px 18px;
	}
	/* step */
	.step {
		flex-direction: column;
		gap: 30px;
	}
	.step_item {
		gap: 20px;
		width: 100%;
		padding: 35px 20px 20px;
	}
	/* bnr */
	.bnr {
		width: calc(100% - 30px);
		margin: auto;
	}
	.bnr .dotslash_ttl {
		font-size: 16px;
	}
	/* ================= アコーディオン =================== */
	.acc_inner .att_list {
		padding: 30px 20px;
	}
	/* ============== 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;
	}
}