@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;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 
.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;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.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) ")";
}
/* ============== btn =================== */
.btn_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.btn_ttl {
	max-width: 343px;
}
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	display: grid;
	place-items: center;
	background-color: #0050C8;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/the0123_2510/img/btnarrow_right.png);
	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;
}
.btn_att {
	color: #999999;
	font-size: 12px;
}
/*終了対応*/
#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 {
	background-color: #FFF4CD;
}
.mv_wrap {
	font-size: 0;
	display: inline-block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/the0123_2510/img/mv_pc_bg.png) bottom center/ contain no-repeat;
}
.top_date {
	display: grid;
	place-items: center;
	border-top: 2px solid #111;
	border-bottom: 2px solid #111;
	background: #FFF;
	padding: 5px;
}
.top_date img {
	max-width: 534px;
}
.top .btn_wrap {
	margin: 0 auto;
	width: calc(100% - 90px);
	padding-bottom: min(2.5vw, 30px);
	gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 940px) {
	.top .btn_wrap .btn_att {
		width: 320px;
	}
}
/* ============== 共通 ============== */
.ly_block {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: auto;
}
.ly_2column {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.ly_2column_item {
	width: calc((100% - 20px)/2);
	border-radius: 15px;
	border: 2px solid #111;
	background: #FFF;
	position: relative;
}
/*マーカータイトル*/
.line_txt {
	display: inline;
	background: linear-gradient(transparent 75%, #FFF300 0%);/* 任意 */
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}
.line_txt::before,
.line_txt::after {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background-color: #111;
	border-radius: 10px;
}
.line_txt::before {
	left: -18px;
	transform: translateY(-6px) rotate(60deg);
}
.line_txt::after {
	right: -18px;
	transform: translateY(-6px) rotate(120deg);
}
/* ============== LP ============== */
.sec {
	padding-top: 60px;
	background-color: #FFF4CD;
}
.sec + .sec {
	margin-top: 60px;
}
.sec_ttl {
	display: inline-flex;
	padding: 10px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	border-radius: 15px;
	border: 2px solid #111;
	background: #FFF;
	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}
.sec_subttl {
	width: 260px;
	margin: 0 auto 15px;
}
.sec_top {
	margin-bottom: 60px;
}
.sec_bottom {
	background-color: #FFF;
	position: relative;
}
.sec_bottom::before {
	display: block;
	content: "";
	width: min(80.83vw, 970px);
	height: min(5vw, 60px);
	background: #FFF url(https://pntc.sslcs.cdngc.net/cdn/campaign/the0123_2510/img/arrow_pc.png) top center/contain no-repeat;
	margin: auto;
}
.sec_bottom .ly_block {
	margin-top: 40px;
}
.sec_bottom_ttl .line_txt {
	margin-bottom: 15px;
}
/* sec_join */
.step_item {
	display: flex;
	padding: 40px 0 30px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.step_item .btn {
	width: calc(100% - 20px);
}
.step_icon {
	display: flex;
	width: 160px;
	height: 30px;
	padding: 4px 22px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #F60;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -15px;
}
.step_contents {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.step_item .btn {
	width: calc(100% - 40px);
}
.step_pic img {
	width: 100%;
	max-width: 414px;
}
.bonus {
	border-radius: 15px;
	border: 2px solid #111;
	background-color: #FFF;
	max-width: 830px;
	margin: 15px auto 0;
	overflow: hidden;
}
.bonus_list {
	padding-top: 40px;
	margin-bottom: 10px;
}
.bonus_list img {
	width: min(60%, 342px);
}
/* sec_way */
.sec_way .sec_top {
	margin-bottom: 0;
}
.way_item {
	overflow: hidden;
}
.way_ttl {
	background-color: #0050C8;
	color: #FFF;
	display: flex;
	padding: 7px 20px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}
.way_contents {
	padding: 20px 0 30px;
}
.way_contents_txt {
	padding: 0 10px 15px;
	position: relative;
}
.way_contents_txt span {
	font-weight: bold;
}
.way_contents_txt::after {
	content: "";
	display: block;
	width: min(435px, 95%);
	height: 1px;
	background-color: #DDD;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.way_pic {
	/* border-top: 1px solid #DDD;
	width: min(100%, 435px); */
	padding-top: 15px;
	margin: auto;
}
.way_pic img {
	width: min(100%, 414px);
}
.way_goal {
	margin-top: 30px;
}
.way_goal_txt {
	max-width: 428px;
	margin: auto;
}
/* ============== att =================== */
.att {
	text-align: left;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 15px;
	padding: 50px 70px;
	overflow: hidden;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
	margin-bottom: 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: #FF0000;
	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_att {
		text-align: left;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		padding: 10px 15px;
	}
	.mv_wrap {
		background-image: none;
	}
	.top .btn_wrap {
		width: 80%;
		margin-top: 0;
		padding-bottom: min(5.33vw, 20px);
	}
	/* ============== 共通 ============== */
	.ly_block {
		width:calc(100% - 30px);
	}
	.ly_2column {
		flex-direction: column;
		gap: 30px;
	}
	.ly_2column_item {
		width: 100%;
	}
	/* ============== LP ============== */
	.sec {
		padding-top: 50px;
	}
	.sec + .sec {
		margin-top: 50px;
	}
	.sec_ttl {
		margin-bottom: 30px;
	}
	.sec_subttl {
		margin: 0 auto 20px;
	}
	.sec_top {
		margin-bottom: 30px;
	}
	.sec_bottom::before {
		width: 100%;
		height: 12vw;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/the0123_2510/img/arrow_sp.png);
	}
	.sec_bottom .ly_block {
		margin-top: 30px;
	}
	.sec_bottom_ttl .line_txt {
		margin-bottom: 10px;
	}
	/* sec_join */
	.step.ly_2column {
		gap: 40px;
	}
	.step_item {
		padding: 30px 0;
		gap: 20px;
	}
	.step_item .btn {
		width: calc(100% - 50px);
		/* min-width: 285px; */
	}
	.step_icon {
		height: 25px;
		top: -12.5px;
	}
	.bonus {
		margin-top: 10px;
	}
	.bonus_list {
		padding-top: 30px;
		margin-bottom: 0;
	}
	.bonus_list img {
		width: calc(100% - 60px);
	}
	/* sec_way */
	.sec.sec_way {
		padding-top: 40px;
	}
	.sec.sec_way .btn_wrap {
		width: calc(100% - 90px);
		gap: 10px;
		margin-top: 50px;
	}
	.sec_way .sec_top {
		margin-bottom: 0;
	}
	.way_contents_txt {
		padding-bottom: 20px;
	}
	.way_pic {
		padding-top: 20px;
	}
	.way_goal {
		margin-bottom: 15px;
	}
	.way_goal_txt {
		max-width: 428px;
		margin: auto;
	}
	/* ============== 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;
	}
}