@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	color: #333333;
	background-color: #ffffff;
	overflow: hidden;
	line-height: 1.6;
}
#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;
	color: #f50028;
	background-color: #fff;
	line-height: 1;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	line-height: 1.6;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.em_txt {
	color: #E50012;
}
/*太字*/
.bold_txt {
	font-weight: bold;
}
/*吹き出し*/
.slash_txt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
}
.slash_txt::before,
.slash_txt::after {
	content: '';
	width: 2px;
	height: 25px;
	margin-bottom: 4px;
	display: inline-block;
	background-color: #E50012;
}
.slash_txt::before {
	transform: rotate(-35deg);
}
.slash_txt::after {
	transform: rotate(35deg);
}
/*中黒リスト*/
.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_wrap {
	padding: 0 60px;
}
.btn {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
}
.btn_red {
	height: 69px;
	font-size: 18px;
	background-color: #E50012;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/btnarrow.png);
}
.btn_black {
	margin-top: 40px;
	background-color: #000;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/btnarrow_bk.png);
}
.btn_instagram {
	margin-top: 30px;
	box-shadow: none;
}
.btn_instagram span {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: relative;
	display: grid;
	align-items: center;
	font-weight: bold;
	color: #FF0069;
	background-color: #FFF;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/btnarrow_pu.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 3px;
	z-index: 100;
}
.btn_instagram::before {
	content: "";
	width: 100%;
	max-width: 400px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: linear-gradient(90deg, #FFD600 0%, #FF7A00 25%, #FF0069 50%, #D300C5 75%, #7638FA 100%);
	transform: translate(-50%, -50%);
	border-radius: 5px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
}
/*終了対応*/
#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;
	background-color: #E50012;
}
/* ============== sec共通 =================== */
.sec {
	padding-top: 60px;
	padding-bottom: 60px;
}
.sec_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
/* ============== LP =================== */
/* intro */
.intro {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/bg.png);
}
.nav_list {
	display: flex;
	justify-content: center;
	gap: 60px;
}
.nav_item {
	width: 100%;
	max-width: 400px;
	flex: 1;
}
.intro_summary {
	margin-top: 60px;
	padding: 30px 20px 20px;
	position: relative;
	background-color: #FFF;
}
.intro_ttl {
	width: 240px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 50%;
	display: grid;
	align-items: center;
	font-size: 20px;
	color: #D52929;
	background-color: #FFF;
	border: 2px solid #D52929;
	border-radius: 20px;
	line-height: 1;
	transform: translate(-50%, -50%);
}
.intro_lead {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	word-break: keep-all;
}
.intro_txt {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.4;
}
/* campaign 共通 */
.campaign {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/bg_red.png);
}
.campaign + .campaign {
	padding-top: 10px;
}
.campaign_inner {
	padding: 40px 70px;
	background-color: #FFF;
	background-image: 
		url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/bg_top_left.png),
		url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/bg_top_right.png),
		url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/bg_wave_left.png),
		url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/bg_wave_right.png);
	background-size: 110px auto, 110px auto, 182px auto, 182px auto;
	background-position: top left, top right, bottom left, bottom right;
	background-repeat: no-repeat;
}
.campaign_ttl {
	margin: 0 auto;
}
.campaign_ttl + * {
	margin-top: 30px;
}
.campaign_sub_ttl {
	position: relative;
}
.campaign_sub_ttl span {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #D52929;
	background-color: #FFF;
	border-radius: 20px;
	border: 2px solid #D52929;
	z-index: 100;
}
.campaign_sub_ttl::before,
.campaign_sub_ttl::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #D52929;
}
.campaign_sub_ttl::before {
	transform: translateY(calc(-50% - 3px));
}
.campaign_sub_ttl::after {
	transform: translateY(calc(-50% + 3px));
}
.campaign_sub_ttl + p {
	margin-top: 30px;
}
.campaign_lead_txt {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	word-break: keep-all;
}
.campaign_large_txt {
	font-size: 18px;
	line-height: 1.4;
}
p + .campaign_txt,
p + .campaign_large_txt {
	margin-top: 10px;
}
.campaign_img_area {
	margin-top: 30px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/tokuten_bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.campaign_img {
	max-width: 380px;
}
.campaign_date_area {
	margin-top: 30px;
	padding: 20px 40px 25px;
	font-weight: bold;
	color: #E50012;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/bg.png);
}
.campaign_date_ttl {
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
	border-bottom: 3px dotted #E50012;
}
.campaign_date_txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4;
	word-break: keep-all;
}
.campaign_date_col {
	display: inline-block;
}
.campaign_date_list {
	width: 100%;
	max-width: 394px;
	margin: 10px auto 0;
	padding-left: 1em;
	font-size: 16px;
	text-align: left;
	text-indent: -1em;
}
.campaign_note_txt {
	margin-top: 10px;
	text-align: left;
}
.campaign_steps {
	margin-top: 45px;
	display: flex;
	gap: 30px;
}
.campaign_step {
	padding-bottom: 20px;
	position: relative;
	flex: 1;
	border: 2px solid #D52929;
}
.campaign_step_num {
	width: 160px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	display: grid;
	align-items: center;
	font-weight: bold;
	color: #FFF;
	background-color: #D52929;
	border-radius: 500px;
	transform: translate(-50%, -50%);
}
.campaign_step_txt {
	width: calc(100% - 40px);
	margin: 20px auto 0;
	text-align: left;
}
/* campaign_01 */
.campaign_01 {
	background-position: bottom;
}
.campaign_01_sub_ttl {
	margin-top: 40px;
}
/* campaign_02 */
.campaign_02 {
	background-position: top;
}
.campaign_02_sub_ttl {
	margin-top: 30px;
}
/* ============== att =================== */
.att {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/newyear2026/img/bg.png);
}
.att_inner {
	text-align: left;
	overflow: hidden;
}
.att_tab_head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}
.att_tab_btn {
	width: 100%;
	height: 46px;
	display: grid;
	align-items: center;
	flex: 1;
	font-size: 16px;
	color: #000;
	background-color: #DADADA;
	border: none;
	border-radius: 8px 8px 0 0;
	transition: .3s;
	cursor: pointer;
}
.att_tab_btn.active {
	background-color: #FFF;
	font-weight: bold;
}
.att_tab_btn_img {
	width: auto;
	height: 43px;
	transition: .5s;
}
.att_tab_body {
	padding: 50px 70px;
	position: relative;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	z-index: 100;
}
.att_tab_panel {
	display: none;
}
.att_tab_panel.active {
	display: block;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 40px;
}
.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: #E50012;
	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_black {
		margin-top: 30px;
	}
	.btn_instagram,
	.btn_instagram::before {
		height: 63px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== sec共通 =================== */
	.sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec_inner {
		width: calc(100% - 30px);
	}
	/* ============== LP =================== */
	/* intro */
	.nav_list {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.intro_summary {
		margin-top: 50px;
	}
	.intro_lead {
		font-size: 26px;
	}
	.campaign_inner {
		padding: 30px 20px 80px;
		background-size: 55px auto, 55px auto, 91px auto, 91px auto;
	}
	/* campaign 共通 */
	.campaign {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.campaign + .campaign {
		padding-top: 0px;
	}
	.campaign_ttl {
		max-width: 500px;
	}
	.campaign_01_sub_ttl {
		margin-top: 30px;
	}
	.campaign_lead_txt {
		font-size: 20px;
	}
	.campaign_img_area {
		background-image: none;
	}
	.campaign_date_area {
		padding-right: 20px;
		padding-left: 20px;
	}
	.campaign_date_txt {
		width: 100%;
		max-width: 161px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	.campaign_date_col {
		display: block;
	}
	.campaign_date_list {
		max-width: 230px;
	}
	.campaign_steps {
		flex-direction: column;
	}
	.campaign_step_img {
		max-width: 500px;
	}
	/* campaign_01 */
	.campaign_01_join_ttl {
		margin-top: 50px;
	}
	/* campaign_02 */
	.campaign_02_img_area {
		margin-top: 10px;
	}
	/* ============== att =================== */
	.att_tab_head {
		gap: 0;
	}
	.att_tab_btn {
		height: 62px;
		padding: 0 16px;
		font-size: 12px;
	}
	.att_tab_body {
		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;
	}
}