@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #ffffff;
	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 {
	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;
}
/*マーカー*/
.line_txt {
	padding: 0 5px;
	display: inline-block;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 71%, #FFFC26 75.5%);
}
/*強調カラーテキスト*/
.em_font {
	color: #FFFF00;
}
/*太字*/
.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 {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
/* ============== btn =================== */
#contents .btn {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.btn_wrap {
	margin: 60px 0;
	padding: 0 60px;
}
.btn_lead {
	display: flex;
	justify-content: center;
	align-items: end;
	flex-direction: row;
	font-size: 18px;
	gap: 20px;
}
.btn_lead::before,
.btn_lead::after {
	content: '';
	width: 3px;
	height: 24px;
	display: block;
	background-color: #000;
	border-radius: 3px;
}
.btn_lead::before {
	transform: rotate(-45deg);
}
.btn_lead::after {
	transform: rotate(45deg);
}
.btn {
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	display: grid;
	position: relative;
	place-items: center;
	background-color: #DD4400;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/joshin_2511/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.btn_att {
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	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 {
	background-color: #C6AA9B;
	font-size: 0;
}
/* ============== LP 参加方法 =================== */
.join {
	padding-top: 40px;
	background-color: #1B5A6F;
}
.join_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/joshin_2511/img/join_bg_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.join_ttl {
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
}
.join_step_list {
	margin-top: 50px;
	display: flex;
	align-items: stretch;
	gap: 20px;
}
.join_step_item {
	width: calc((100% - 20px) / 2);
	max-width: 475px;
	position: relative;
	padding-top: 20px;
	background-color: #fff;
}
.join_step_icon {
	width: 160px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	color: #000;
	background-color: #C6AA9B;
	border: 1px solid #1B5A6F;
	border-radius: 500px;
	transform: translate(-50%, -50%);
}
.join_step_contents {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.join_step_main {
	width: 100%;
}
.join_step_txt {
	font-size: 16px;
}
.join_step_btn_wrap {
	padding: 25px 0;
}
.join_step_btn {
	margin-top: 0;
}
.join_step_img {
	width: min(345px, 100%);
}
.join_step_note_txt {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: left;
	line-height: 1.6;
}
.join_goal {
	margin-top: 30px;
}
.join_goal::before {
	content: "";
	width: 110px;
	height: 20px;
	margin: 0 auto;
	display: block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/joshin_2511/img/join_arrow.png) 0 0 / contain no-repeat;
}
.join_goal_txt {
	margin-top: 30px;
	font-size: 22px;
	color: #fff;
}
.join_goal_note_txt {
	margin-top: 10px;
	color: #fff;
}
.join_goal_em_font {
	font-size: 32px;
}
.join_goal_pic {
	margin-top: 30px;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.att_ttl {
	text-align: center;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	padding-left: 1.5em;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #C6AA9B;
	border-radius: 50%;
}
.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 {
	margin-top: 20px;
	text-align: center;
}
.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 {
	font-weight: bold;
	color: #f50028;
}
/* コンテンツ（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_wrap {
		margin: 50px 0;
		padding: 0 45px;
	}
	.btn_att {
		text-align: left;
		margin-top: 15px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== LP 参加方法 =================== */
	.join_inner {
		width: 100%;
		background-image: none;
	}
	.join_ttl {
		width: min(270px, 72%);
	}
	.join_step_list {
		margin: 40px 15px 0;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.join_step_item {
		width: 100%;
		max-width: none;
		padding: 10px 0 20px;
	}
	.join_step_contents {
		padding: 0;
		gap: 20px;
	}
	.join_step_txt {
		margin-top: 20px;
	}
	.join_step_btn_wrap {
		padding: 0 29px;
	}
	.join_step_img {
		max-width: none;
	}
	.join_step_note_txt {
		width: calc(100% - 40px);
	}
	.join_goal_pic {
		margin-top: 10px;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		margin-top: 50px;
		padding: 40px 30px 30px;
	}
	.att_ttl {
		font-size: 22px;
	}
	.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;
	}
}