@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;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 71%, var(--yellow01, #FFCF4F) 75.5%);
}
/*強調カラーテキスト*/
.em_font {
	color: #F50028;
}
/*太字*/
.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_wrap {
	margin-top: 60px;
	padding: 0 60px;
}
.btn_wrap + * {
	margin-top: 60px;
}
.btn_slash_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	color: #470007;
}
.btn_slash_txt::before,
.btn_slash_txt::after {
	content: "";
	width: 13.378px;
	height: 22.898px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.btn_slash_txt::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/nishimuta_2603/img/banzai_left.png);
}
.btn_slash_txt::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/nishimuta_2603/img/banzai_right.png);
}
.btn_slash_txt + .btn {
	margin-top: 10px;
}
.btn {
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #C40013;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/nishimuta_2603/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;
	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-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/nishimuta_2603/img/mv_bg_pc.png);
	background-size: 57.5px;
}
.top_date {
	padding: 10px;
	display: grid;
	place-items: center;
	background-color: #470007;
}
.top_date img {
	width: 567px;
}
/* ============== sec共通 =================== */
.sec {
	padding: 60px 15px;
}
.sec:nth-of-type(even) {
	background-color: #F9F4EC;
}
.sec:nth-of-type(odd) {
	background-color: #F4DFDF;
}
.sec_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.sec_ttl {
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
}
/* ============== LP =================== */
/* about キャンペーン概要 */
.about_subTtl {
	display: inline-block;
	margin: 30px auto 0;
	padding: 5px 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #470007;
	background-color: #FFF;
	border: 2px solid #470007;
	border-radius: 100px;
}
.about_txt {
	margin-top: 30px;
}
.about_box {
	max-width: 830px;
	margin: 30px auto 0;
	padding: 20px 20px 25px;
	background-color: #FFF;
}
.about_box_txt {
	font-weight: bold;
	color: #470007;
}
.about_box_list {
	max-width: 690px;
	margin: 20px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}
.about_box_item {
	display: flex;
	align-items: center;
	gap: 5px;
}
.about_box_item::before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/nishimuta_2603/img/check.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/* join キャンペーン参加方法 */
.join_steps {
	margin-top: 40px;
	display: flex;
	gap: 30px;
}
.join_step {
	padding: 40px 20px 20px;
	position: relative;
	flex: 1;
	background-color: #FFF;
}
.join_step_num {
	width: 160px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 50%;
	font-weight: bold;
	line-height: 25px;
	color: #FFF;
	background-color: #99151D;
	border-radius: 500px;
	transform: translate(-50%, -50%);
}
.join_step_lead {
	font-weight: bold;
}
.join_step_img {
	width: 100%;
	max-width: 345px;
}
.join_step_txt {
	margin-top: 10px;
	text-align: left;
}
.join_note_txt {
	margin-top: 10px;
}
.join_btn_wrap {
	margin-top: 30px;
}
/* benefits 特典内容 */
.benefits {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.benefits_lead {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #470007;
}
.benefits_img {
	margin-top: 30px;
}
.benefits_txt_img {
	margin-top: 60px;
}
.benefits_txt {
	margin-top: 20px;
	font-weight: bold;
	color: #470007;
}
.benefits_example {
	margin-top: 30px;
}
.benefits_table_img {
	margin-top: 10px;
}
.benefits_goal {
	margin-top: 30px;
	position: relative;
}
.benefits_goal::before {
	content: "";
	width: 110px;
	height: 20px;
	display: block;
	margin: 0 auto;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/nishimuta_2603/img/tokuten_arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.benefits_goal_ponta {
	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 {
	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;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	background-color: #99151D;
	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 {
	color: #f50028;
}
/* animation */
.animation_glint {
	opacity: 1;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.animation_glint::before {
	background-color: #ffffff80;
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	width: 30px;
	height: 100%;
	opacity: 0;
	transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.animation_glint:hover::before {
	animation: glint 0.8s linear;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	#footer {
		margin-top: 50px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		margin-top: 50px;
		padding: 0 45px;
	}
	.btn_wrap + * {
		margin-top: 50px;
	}
	.btn_slash_txt {
		align-items: flex-end;
	}
	.btn_slash_txt::before,
	.btn_slash_txt::after {
		width: 19.112px;
		height: 32.712px;
		margin-bottom: 5px;
	}
	.btn_att {
		text-align: left;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== sec共通 =================== */
	.sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec_inner {
		width: 100%;
	}
	/* ============== LP =================== */
	/* about キャンペーン概要 */
	.about_txt {
		margin-top: 20px;
		text-align: left;
	}
	.about_box {
		margin-top: 20px;
	}
	.about_box_list {
		grid-template-columns: 1fr;
	}
	/* join キャンペーン参加方法 */
	.join_steps {
		margin-top: 40px;
		flex-direction: column;
	}
	.join_note_txt {
		text-align: left;
	}
	.join_btn_wrap {
		margin-top: 30px;
		padding-right: 30px;
		padding-left: 30px;
	}
	/* benefits 特典内容 */
	.benefits {
		padding-bottom: 0;
	}
	.benefits_contents {
		width: calc(100% - 30px);
		margin-right: auto;
		margin-left: auto;
	}
	.benefits_img,
	.benefits_txt_img {
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
	.benefits_txt_img {
		margin-top: 40px;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		padding: 40px 30px 30px;
		margin-top: 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;
	}
}

@keyframes glint {
	0% {
		transform: scale(2) rotate(45deg);
		opacity: 0;
	}
	20% {
		transform: scale(20) rotate(45deg);
		opacity: 0.6;
	}
	40% {
		transform: scale(30) rotate(45deg);
		opacity: 0.4;
	}
	80% {
		transform: scale(45) rotate(45deg);
		opacity: 0.2;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}