@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
#footer {
	margin-top: 80px;
}
figure {
	margin: auto;
}
.display-sp {
	display: none;
}
/* spanテキスト */
span.red_txt {
	color: #F50028;
}
span.campaign_ponta_txt {
	color: #ED2B2B;
}
span.campaign_aupay_txt {
	color: #EB5505;
}
span.double_chance_txt {
	color: #11A311;
}

/* 角丸ブロック */
.ly-round {
	border-radius: 8px;
}

/* 終了対応 */
#contents .btn_close {
	pointer-events: none;
}
#contents .btn_close::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;
}
.end_txt {
	margin: 20px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
	line-height: 1;
}
/* ============== LP =================== */
.top {
	position: relative;
	background: linear-gradient(#ef7430, #ffcc66);
}
.top_ttl {
	position: inherit;
	background-image: radial-gradient(#ffffff33 30%, transparent 0%);
	background-size: 20px 20px;
}
.top_date {
	height: 45px;
	padding: 10px 0;
	display: flex;
	position: inherit;
	justify-content: center;
	align-items: center;
	background-color: #FF9123;
}
.top_date img {
	width: auto;
	height: 100%;
}
.top_link {
	padding: 5px 0;
	position: inherit;
	font-size: 12px;
	background-color: #fff;
	border-bottom: 1px solid #DDD;
}

/* sec共通 */
.sec {
	max-width: 970px;
	width: 100%;
	margin: auto;
	padding: 80px 4.7% 170px;
	position: relative;
	background-size: 345px, contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.sec + .sec {
	margin-top: 80px;
}
.sec_flag {
	width: 70px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.sec_lead {
	display: grid;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	gap: 15px;
}
.sec_lead .note-txt {
	color: #333;
}
.sec_lead_balloon,
.sec_lead_pic {
	max-width: 345px;
	margin: auto;
}
.sec_step_list {
	margin-top: 60px;
	display: flex;
	gap: 30px;
}
.sec_step_item {
	padding: 0 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	background-color: #fff;
	flex: 1;
}
.sec_step_icon {
	width: 160px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	background-color: #fff;
	border-radius: 500px;
	line-height: 25px;
}
.sec_step_btn,
.sec_step_pic {
	display: grid;
	grid-template-rows: 120px auto;
	text-align: left;
	gap: 20px;
}
.sec_step_btn_head {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.sec_step_item .btn_slash_txt {
	font-size: 12px;
}
.join_goal {
	margin-top: 30px;
}
.join_goal::before {
	content:"";
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/join_arrow.png);
	width: 21px;
	height: 43px;
	margin: 0 auto;
}
.join_goal_pic {
	margin-top: 30px;
}
.join_goal .note-txt {
	color: #333;
	margin-top: 10px;
}

/* btn共通*/
.btn_wrap {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 40px auto 0;
}
.btn_list {
	margin: 0 auto;
	display: flex;
	gap: 30px;
}
.btn_list_item {
	padding: 15px 35px 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex: 1;
}
.btn_campaign_ponta {
	border: solid 4px #ED2B2B;
}
.btn_campaign_aupay {
	border: solid 4px #EB5505;
}
.btn_campaign_ponta .btn_lead {
	max-width: 320px;
}
.btn_campaign_aupay .btn_lead {
	max-width: 285px;
}
.btn_flag {
	width: 55px;
	position: absolute;
	top: -11px;
	left: 20px;
}
.btn_body {
	width: 100%;
}
.btn_slash_txt {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	font-weight: bold;
	text-align: center;
}
.btn_slash_txt::before,
.btn_slash_txt::after {
	content: '';
	width: 2px;
	height: 16px;
	background-color: #333;
}
.btn_slash_txt::before {
	transform: rotate(-30deg);
}
.btn_slash_txt::after {
	transform: rotate(30deg);
}
#contents .btn {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 5px auto 0;
	display: grid;
	position: relative;
	place-items: center;
	background-color: #FFE100;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
#contents .btn.disabled {
	background-color: #7F7F7F;
	color: #fff;
	pointer-events: none;
	background-image: none;
}
.btn_att {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 12px;
	color: #999999;
}
.btn_list_item .note-txt {
	margin-top: 5px;
	color: #333;
}

/* nav */
.nav {
	margin-top: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.nav_list {
	max-width: 970px;
	margin: auto;
	display: flex;
}
.nav_list_item {
	position: relative;
	flex: 1;
}
.nav_list_item + .nav_list_item::before {
	content: "";
	width: 1px;
	height: 60px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	background-color: #D9D9D9;

}
.nav_list_item::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	background-size: 20px;
}
.nav_campaign_ponta::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/nav01_pic_btn.png);
}
.nav_campaign_aupay::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/nav02_pic_btn.png);
}
.nav_double_chance::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/nav03_pic_btn.png);
}
#contents .nav_link {
	height: 100%;
	padding: 5px 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #333;
	text-decoration: none;
}
.nav_icon {
	width: 106px;
}
.nav_list_item:has(a:hover)::after {
	opacity: 0.7;
}

/* main */
main {
	margin-top: 80px;
}

/* section campaign_ponta */
.campaign_ponta {
	border-top: 15px solid #ED2B2B;
	border-bottom: 15px solid #ED2B2B;
	background-color: #FFF0F0;
	background-image:  url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/pontacard_step_last_pic.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/step_bg_pc.png);
}
.campaign_ponta .sec_step_icon {
	color: #ED2B2B;
}

/* section campaign_aupay */
.campaign_aupay {
	border-top: 15px solid #EB5505;
	border-bottom: 15px solid #EB5505;
	background-color: #FDEFEA;
	background-image:  url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/aupay_step_last_pic.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/step_bg_pc.png);
}
.campaign_aupay .sec_step_icon {
	color: #EB5505;
}

/* section double_chance */
.sec.double_chance {
	margin-top: 110px;
	border-top: 15px solid #11A311;
	border-bottom: 15px solid #11A311;
	background-color: #E4FFDA;
	background-image:  url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/wchance_step_last_pic.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/step_bg_pc.png);
}
.double_chance .sec_flag {
	width: 347px;
	top: 0;
	transform: translate(-50%, -65%);
}
.double_chance .sec_step_icon {
	color: #11A311;
}
.double_chance .sec_step_btn_head {
	justify-content: center;
}


/* ============== att =================== */
/* tab */
.att_tab {
	width: 100%;
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 72px auto;
}
.att_tab_label {
	min-width: 70px;
	height: 72px;
	margin: 0;
	padding: 0;
	display: grid;
	justify-items: center;
	align-content: center;
	background-color: #F2F2F2;
	text-align: center;
	border: 1px solid #DDDDDD;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	order: -1;
}
.att_tab_label:hover {
	opacity: .7;
}
.att_label_icon {
	height: 40px;
}
.att_label_icon img {
	width: auto;
	height: 100%;
}
.att_tab input {
	display: none;
}
.att_list {
	display: none;
	width: 100%;
	background-color: #fff;
}
.att_tab_label:has(:checked) {
	height: 82px;
	color: #333333;
	background-color: #fff;
	border-bottom: none;
	transform: translateY(-10px);
}
.att_tab_label:has(:checked) + .att_list {
	display: block;
}

/* att */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 80px auto 0;
	text-align: left;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
	color: #111;
}
.att_list {
	width: 100%;
	padding: 50px 70px;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 8px 8px;
	grid-column: 1 / 4;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.campaign_ponta_att .att_item_ttl::before {
	background-color: #ED2B2B;
}
.campaign_aupay_att .att_item_ttl::before {
	background-color: #EB5505;
}
.double_chance_att .att_item_ttl::before {
	background-color: #11A311;
}
.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: 20px auto;
}
.att_list-style {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
.att_num-style {
	text-indent: -1.4em;
	margin-top: 10px;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.att_small-unit {
	margin: 10px auto;
}
.att_small-unit dd > *:first-child {
	margin-top: 0;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att_list-style li > .att_list-style,
.att_list-style li > .att_num-style,
.att_num-style li > .att_list-style,
.att_num-style li > .att_num-style,
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-top: 0;
	margin-bottom: 10px;
}
.att_list-style li > .att_num-style,
.att_num-style li > .att_num-style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-left: 0.5em;
}
.att_item_fwb {
	font-weight: bold;
}
.att_item_ftem {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
		max-width: 690px;
		margin: auto;
	}
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	/* 角丸ブロック */
	.ly-block {
		width: calc(100% - 30px);
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	.end_txt {
		font-size: 150%;
	}


/* ============== LP =================== */
	.top_date {
		height: 36px;
		padding: 10px 0;
	}

	/* sec共通 */
	.sec {
		padding: 80px 15px 170px;
	}
	.sec_lead {
		font-size: 18px;
	}
	.sec_step_list {
		flex-direction: column;
		gap: 40px;
	}
	.sec_step_btn,
	.sec_step_pic {
		grid-template-rows: auto auto;
		gap: 10px;
	}
	.sec_step_btn_head {
		padding: 40px 0 30px;
	}

	/* btn共通 */
	.btn_wrap {
		width: calc(100% - 30px);
		margin: 50px auto;
	}
	.btn_list {
		flex-direction: column;
		gap: 40px;
	}
	.btn_list_item {
		padding: 15px 30px 30px;
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
		flex: 1;
	}
	.btn {
		max-width: 100%;
	}
	.btn_att {
		margin-top: 15px;
		padding-left: 1em;
		flex-direction: column;
		text-align: left;
		text-indent: -1em;
	}

	/* nav */
	.nav_list_item {
		font-size: 12px;
	}
	.nav_list_item + .nav_list_item::before {
		height: 90px;
	}

	/* section campaign_ponta */
	.campaign_ponta {
		background-image:  url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/pontacard_step_last_pic.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/step_bg_sp.png);
	}

	/* section campaign_aupay */
	.campaign_aupay {
		background-image:  url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/aupay_step_last_pic.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/step_bg_sp.png);
	}
	/* section double_chance */
	.sec.double_chance {
		margin-top: 180px;
		background-image:  url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/wchance_step_last_pic.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2411/img/step_bg_sp.png);
	}
	.double_chance .sec_flag {
		width: 345px;
		margin: auto;
	}

/* ============== att =================== */
	/* tab */
	.att_tab {
		grid-template-rows: 68px auto;
	}
	.att_tab_label {
		height: 68px;
		font-size: 12px;
	}
	.att_tab_label:has(:checked) {
		height: 73px;
		transform: translateY(-5px);
	}
	.att_label_icon {
		height: 30px;
	}
	/* att */
	.att {
		width: calc(100% - 30px);
		margin: 80px auto;
	}
	.att_list {
		padding: 40px 30px 30px;
	}
	.att_item + .att_item {
		margin-top: 40px;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}