@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;
}
.end_txt {
	color: #f50028;
	background-color: #fff;
	font-size: 180%;
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}
.mt-10 {
	margin-top: 10px !important;
}
/*注釈テキスト*/
.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;
}
/*マーカー*/
.line_txt {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);
	padding: 0 5px;
}
/*強調カラーテキスト*/
.em_font {
	color: #ff9123;
}
/*太字*/
.bold_font {
	font-weight: 700;
}
/*中黒リスト*/
.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 =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.btn_wrap {
	margin: 60px auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}
.btn_ttl {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.btn_ttl::before,
.btn_ttl::after {
	content: "";
	width: 16px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.btn_ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontaid_2511/img/btn_ttl_dec_left.png);
}
.btn_ttl::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontaid_2511/img/btn_ttl_dec_right.png);
}
.btn {
	display: grid;
	place-items: center;
	background-color: #00BF7C;
	border: 1px solid #000;
	box-shadow: 0 3px 0 0 #000;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontaid_2511/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: 700;
	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 {
	font-size: 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontaid_2511/img/pc_mv_bg.png) center bottom/contain repeat-x;
}
/* ============== LP =================== */
.sec {
	padding: 50px 0;
}
.sec_inner {
	width:calc(100% - 70px);
	max-width: 970px;
	margin: 0 auto;
}
/* 参加方法 */
.sec_join {
	display: flex;
	padding-top: 50px;
	flex-direction: column;
	align-items: center;
	background-color: #F19EC2;
	padding-bottom: 0;
}
.sec_join .sec_ttl {
	margin-bottom: 15px;
}
.step_list {
	background-color: #fff;
	padding: 50px 70px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
}
.step_list::after {
	content: "";
	display: block;
	width: 30px;
	height: 55px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontaid_2511/img/arrow.png) center bottom/contain repeat-x;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -75px;
}
.step_item {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	border-radius: 8px;
	gap: 10px;
	padding: 10px 15px 20px 75px;
	position: relative;
}
.step_item.step_item03 {
	padding-top: 20px;
}
.step_icon {
	position: absolute;
	left: 44px;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
}
.step_item:not(.step_item03) .step_img {
	flex: 1;
	max-width: 285px;
}
.step_item:not(.step_item03) .step_txt {
	width: 345px;
	text-align: left;
}
.step_unit {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 50px;
}
.step_unit_item {
	max-width: 285px;
}
.step_unit p {
	text-align: left;
	margin-top: 10px;
}
.step_goal {
	margin-top: 95px;
}
.step_ponta {
	margin-top: 20px;
}
@media screen and (max-width: 970px) {
	.step_item {
		padding-left: 85px;
	}
	.step_icon {
		left: 25px;
		width: 60px;
	}
}
/* Pontaって何？ */
.sec_about {
	background-color: #FEE39A;
}
.sec_about_lead {
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}
.about_list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 30px;
	margin-top: 60px;
}
.about_item {
	background-color: #fff;
	padding: 35px 20px 20px;
	border-radius: 16px;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	flex: 1;
	position: relative;
}
.about_icon {
	position: absolute;
	width: 240px;
	left: 0;
	right: 0;
	margin: auto;
	top: -18px;
}
.about_img {
	border-radius: 8px;
	background-color: #F2F2F2;
	margin-bottom: 15px;
}
.about_img img {
	width: min(315px, 100%);
}
.about_item p {
	text-align: left;
}
/* ============== att =================== */
.att {
	width:calc(100% - 70px);
	max-width: 970px;
	margin: 0 auto;
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 8px;
	overflow: hidden;
}
.att_ttl {
	text-align: center;
	font-size: 22px;
}
.att_list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #9E63A6;
	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: 700;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.top + * {
		margin-top: 50px;
	}
	/* ============== btn =================== */
	.btn_wrap {
		padding: 0 45px;
		margin: 50px auto;
	}
	.btn_ttl {
		font-size: 16px;
		position: relative;
	}
	.btn_ttl::before, .btn_ttl::after {
		position: absolute;
	}
	.btn_ttl::before {
		left: -24px;
	}
	.btn_ttl::after {
		right: -24px;
	}
	.btn_att {
		text-align: left;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top {
		background: none;
	}
	/* ============== LP =================== */
	.sec {
		padding-top: 30px;
	}
	.sec_inner {
		width:calc(100% - 30px);
	}
	/* 参加方法 */
	.step_list {
		padding: 50px 15px 15px;
		gap: 40px;
	}
	.step_item {
		flex-direction: column;
		padding: 35px 15px 20px 15px;
	}
	.step_item.step_item03 {
		padding-top: 45px;
	}
	.step_icon {
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		width: 60px;
	}
	.sec_join .step_item .step_img {
		max-width: 285px;
		margin: auto;
	}
	.step_item:not(.step_item03) .step_txt {
		width: 100%;
	}
	.step_unit {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	.step_unit_item {
		max-width: 100%;
	}
	.step_unit_item + .step_unit_item {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #DDD;
	}
	.step_ponta {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
	/* Pontaって何？ */
	.sec_about_lead {
		font-size: 16px;
		margin-top: 15px;
	}
	.about_list {
		flex-direction: column;
		gap: 40px;
		margin-top: 40px;
	}
	.about_item {
		padding: 35px 15px 20px;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		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;
	}
}