@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0 0 60px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #333333;
	background-color: #FFF5F0;
	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 {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #f50028;
	background-color: #fff;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	color: #999;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.em_font {
	color: #FF3333;
	font-size: 32px;
	font-weight: bold;
}
.em_large_font {
	font-size: 60px;
	font-weight: bold;
}
.em_small_font {
	font-size: 28px;
	font-weight: bold;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.dot_list {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
/*(数字)リスト*/
.num_list {
	padding-left: 1.5em;
	text-indent: -1.4em;
	counter-reset: number 0;
}
.num_list > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
/* ============== btn =================== */
#contents .btn {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.btn {
	max-width: 400px;
	height: 50px;
	margin: 20px auto 0;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #E60012;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2603/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	font-size: 0;
}
.top_date {
	padding: 10px 20px;
	display: grid;
	place-items: center;
	background-color: #FF6666;
}
.top_date img {
	width: 656px;
}
.top + * {
	margin-top: 60px;
}
/* ============== sec共通 =================== */
.about,
.app_inner,
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.sec + .sec {
	margin-top: 60px;
}
.sub_sec {
	margin-top: 22px;
	padding-top: 18px;
}
.sub_sec_inner {
	padding: 50px 0 30px;
	position: relative;
	background-color: #FFF;
	box-shadow: 0 4px 10px 0 rgba(255, 59, 59, 0.20);
	border-radius: 10px;
}
.sub_sec_ttl {
	width: 250px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #8CC63F;
	border-radius: 50px;
	transform: translate(-50%, -50%);
}
.sub_sec_ttl::after {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #8CC63F;
	transform: translate(-50%, 50%) rotate(45deg);
}
/* ============== LP =================== */
/* about キャンペーン概要 */
.about_ttl {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	color: #736357;
}
/* about > join 参加条件 */
.join_inner {
	padding-right: 90px;
	padding-left: 90px;
}
.join_contents {
	display: grid;
	grid-template-columns: 1fr 170px;
	align-items: center;
	column-gap: 30px;
	row-gap: 20px;
}
.join_index_row {
	font-size: 16px;
	text-align: left;
}
.join_index_row_02 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
.join_ponta {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
/* about > benefits 特典内容 */
.benefits_inner {
	padding-bottom: 0;
}
.benefits_txt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.benefits_ponta {
	margin-top: 15px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
/* about > howto 当選確率アップの方法 */
.howto_inner {
	padding-right: 70px;
	padding-left: 70px;
}
.howto_txt {
	font-size: 18px;
}
.howto_steps {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
	column-gap: 30px;
}
.howto_step {
	width: calc(100% / 2 - 15px);
	max-width: 400px;
	padding: 50px 0 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 2px solid #FF6666;
}
.howto_step_num {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	background-color: #FF6666;
	color: #FFF;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.howto_step_txt_area {
	width: calc(100% - 40px);
	margin: 20px auto 0;
}
.howto_att {
	margin-top: 30px;
	text-align: left;
}
/* app タカシマヤアプリ */
.app {
	padding: 50px 0;
	background-color: #E8DECC;
}
.app_ttl {
	display: inline-flex;
	gap: 30px;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
}
.app_ttl::before,
.app_ttl::after {
	content: "";
	width: 46.44px;
	height: 110.56px;
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2603/img/ttl_app_deco.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.app_ttl::after {
	transform: scaleX(-1);
}
.app_feature_area {
	margin-top: 40px;
}
.app_features {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.app_feature {
	width: 100%;
	max-width: 260px;
	padding: 30px 0;
	flex: 1;
	background-color: #FFF;
	border-radius: 10px;
}
.app_feature_ttl {
	font-size: 18px;
}
.app_feature_ttl + p {
	margin-top: 10px;
}
.app_feature_img {
	margin-top: 10px;
}
.app_download_area {
	margin-top: 40px;
}
.app_list {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 50px;
}
.app_item {
	width: 168px;
	display: grid;
	grid-template-rows: 50px 150px;
	gap: 15px;
}
.app_btn,
.app_code {
	display: flex;
	justify-content: center;
}
.app_txt {
	margin-top: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
/* ============== att =================== */
.att {
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
}
.att_list {
	margin-top: 30px;
}
.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: #FF6666;
	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) {
	/* ============== 共通 =================== */
	#contents {
		padding-bottom: 50px;
	}
	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 + * {
		margin-top: 50px;
	}
	/* ============== sec共通 =================== */
	.about,
	.app_inner,
	.att {
		width: calc(100% - 30px);
	}
	.sec + .sec {
		margin-top: 50px;
	}
	/* ============== LP =================== */
	/* about キャンペーン概要 */
	/* about > join 参加条件 */
	.join_inner {
		padding-right: 30px;
		padding-left: 30px;
	}
	.join_contents {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 10px;
	}
	.join_index_row_02 {
		grid-column: auto;
		grid-row: 3 / 4;
	}
	.join_ponta {
		width: 170px;
		grid-column: auto;
		grid-row: 2 / 3;
	}
	/* about > benefits 特典内容 */
	.benefits_txt {
		line-height: 1.6;
	}
	.benefits_em_font {
		line-height: 1;
	}
	/* about > howto 当選確率アップの方法 */
	.howto_inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.howto_txt,
	.howto_att {
		width: calc(100% - 20px);
		margin-right: auto;
		margin-left: auto;
	}
	.howto_steps {
		flex-direction: column;
		align-items: center;
	}
	.howto_step {
		width: 100%;
	}
	.howto_step_txt_area {
		width: calc(100% - 20px);
	}
	/* app タカシマヤアプリ */
	.app_ttl {
		font-size: 24px;
		gap: 10px;
	}
	.app_ttl::before,
	.app_ttl::after {
		width: 35px;
		height: 83.325px;
	}
	.app_feature_ttl,
	.app_download_ttl {
		width: 100%;
		max-width: 450px;
		margin-right: auto;
		margin-left: auto;
	}
	.app_features {
		flex-direction: column;
	}
	.app_feature_img {
		width: auto;
	}
	.app_btn.app_store {
		width: 183px;
	}
	.app_btn.google_play {
		width: 220px;
	}
	/* ============== att =================== */
	.att {
		padding: 40px 30px 30px;
	}
	.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;
	}
}