@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #F4EFE6;
	padding: 0;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.mt-10 {
	margin-top: 10px !important;
}
.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;
}
/*マーカー*/
.line_txt {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);/* 任意 */
	padding: 0 5px;
}
/*強調カラーテキスト*/
.em_font {
	color: #ff9123;/* 任意 */
}
/*太字*/
.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) ")";
}
/* ============== top =================== */
.top {
	background-color: #E8DECC;
	font-size: 0;
}
.top_date {
	display: grid;
	place-items: center;
	background-color: #A78457;
	padding: 10px;
}
.nav_link {
	display: block;
	margin: 20px auto;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding: 70px 0 30px;
	border-radius: 10px;
	background-color: #E8DECC;
	position: relative;
}
.sec_inner {
	width: calc(100% - 140px);
	margin: auto;
}
.sec_ttl {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
.app,
.att {
	margin-top: 60px;
}
/* ============== LP =================== */
.sec.sec_point {
	margin-top: 80px;
}
.sec_point .sec_ttl {
	top: -56px;
}
.point_wrap {
	margin-top: 20px;
}
.point_list {
	display: flex;
	justify-content: center;
	gap: 50px;
}
.point_item {
	border-radius: 8px;
	box-shadow: 0 6px 6px 0 rgba(167, 132, 87, 0.30);
	overflow: hidden;
}
.point_txt {
	margin-top: 30px;
}
.sec_point .app {
	margin-top: 50px;
}
.sec_point .app_ttl {
	background-color: #F7F4ED;
}
.sec_point .app_txt {
	color: #666;
}
.sec.sec_campaign {
	padding-bottom: 0;
	margin-top: 35px;
}
.sec_campaign .sec_ttl {
	top: -33px;
}
.sec_campaign .sec_ttl img {
	height: 62px;
}
.join_wrap {
	overflow: hidden;
	margin-top: 30px;
}
.step_list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
}
.step_item {
	width: calc((100% - 30px)/2);
	border-radius: 8px;
	background-color: #fff;
	padding: 30px 0 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.step_icon {
	color: #fff;
	font-weight: 700;
	line-height: 1;
	background-color: #A78457;
	border-radius: 500px;
	display: flex;
	width: 160px;
	height: 30px;
	padding: 6px 22px 4px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -15px;
}
.step_main {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.step_item:first-of-type .step_main {
	justify-content: center;
	padding-bottom: 40px;
}
.step_main .note_txt {
	margin-top: 20px;
}
.step_goal {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_app_2511/img/join_bg_pc.png) bottom center/contain no-repeat;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.step_goal_inc {
	width: min(600px, 80%);
	margin: auto;
}
.step_goal_txt .note_txt {
	margin-top: 20px;
}
/* app */
.inner > .app {
	margin: 60px auto;
}
.app_ttl {
	padding: 10px 90px;
	border-radius: 60px;
	display: inline-block;
	background-color: #fff;
}
.app_main {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 100px;
}
.app_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
#contents .app_btn img {
	width: auto;
	height: 50px;
}
.app_txt {
	margin-top: 30px;
}
/* ============== att =================== */
.att {
	text-align: left;
	background-color: #fff;
	padding: 50px 70px;
	margin-bottom: 60px;
	overflow: hidden;
}
.att_ttl {
	text-align: center;
	font-size: 22px;
}
.att_list {
	margin-top: 40px;
}
.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: #E02D40;
	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%;
	}
	/* ============== sec共通 =================== */
	.sec:not(.att) {
		width: 100%;
		border-radius: 0;
	}
	.sec_inner {
		width: calc(100% - 30px);
	}
	.sec .sec_ttl {
		max-width: calc(100% - 30px);
		top: -9vw;
	}
	.sec_point {
		margin-top: 70px;
	}
	.sec_campaign,
	.app,
	.att {
		margin-top: 50px;
	}
	/* ============== LP =================== */
	.point_list {
		gap: 20px;
		flex-wrap: wrap;
	}
	.point_item {
		width: min(150px, 45%);
	}
	.sec.sec_point {
		padding-top: 11vw;
		margin-top: 12vw;
	}
	.sec_point .sec_ttl {
		width: 90%;
	}
	.sec.sec_campaign {
		padding-top: 16vw;
		margin-top: 10vw;
	}
	.sec_campaign .sec_ttl img {
		height: auto;
	}
	.step_list {
		flex-direction: column;
	}
	.step_item {
		width: 100%;
	}
	.step_item:first-of-type .step_main {
		padding-bottom: 0;
	}
	.step_goal {
		background: none;
		border-radius: 0;
		margin-top: 50px;
		gap: 40px;
	}
	.step_goal_inc {
		width: calc(100% - 30px);
	}
	.step_goal_arrow {
		display: none;
	}
	/* app */
	.inner > .app {
		width: calc(100% - 30px);
		margin: 50px auto;
	}
	.app_ttl {
		padding: 10px 45px;
	}
	.app_main {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	#contents .app_btn img {
		height: 60px;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		padding: 40px 30px 30px 30px;
		margin-bottom: 50px;
	}
	.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;
	}
}