/* 
** breakpoint
*/

/*
 ** Viewport
*/

/*
 ** Viewport
 */

html {
	scroll-behavior: smooth;
}

#contents {
	padding: 0;
	color: #282328;
}

#contents .inner {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #282328;
}

.l-mv {
	margin: 0 auto;
	text-align: center;
}

.l-content__inner {
	max-width: 980px;
	padding: 40px 15px;
	margin: 0 auto;
}

.l-title {
	margin-bottom: 3rem;
}

.l-title__step {
	margin-bottom: 5rem;
}

.l-entry__title {
	margin-bottom: 2rem;
	text-align: center;
}

.l-entry__title-bottom {
	margin-bottom: 2rem;
	text-align: center;
}

.l-entry__button {
	margin-bottom: 2rem !important;
}

.l-entry__text {
	text-align: center;
}

.l-step {
	margin-bottom: 5.3rem;
}

.l-step:last-child {
	margin-bottom: 0;
}

.l-step__title {
	margin-bottom: 1.5rem;
}

.l-step__red-text-block {
	margin-bottom: 3rem;
	text-align: center;
}

.l-step1__text {
	text-align: center;
}

.l-step2__middle-title {
	margin-bottom: 1rem;
}

.l-step2__link {
	margin-bottom: 3rem;
}

.l-step3__middle-title {
	margin-bottom: 2rem;
}

.l-campaign__red-text-block {
	margin-bottom: 3rem;
	text-align: center;
}

.l-board:first-of-type {
	margin-bottom: 15px;
}

.c-title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.c-button {
	font-size: 2.2rem;
}

.c-button02 {
	font-size: 1.6rem;
}

.c-button03 {
}

.c-button, .c-button02, .c-button03 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37.0rem;
	max-width: 370px;
	padding: 1.4rem 1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #ff9123;
	border-radius: 8px;
	margin: auto;
	position: relative;
}

.c-button::after, .c-button02::after, .c-button03::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2210/img/button_icon_primary.png) center center no-repeat;
	background-size: cover;
}

.c-button:hover, .c-button02:hover, .c-button03:hover {
	background-color: #fdac5b;
}

.c-button.c-button-close, .c-button02.c-button-close, .c-button03.c-button-close{
	background-color: #888;
	pointer-events: none;
}

.c-button.c-button-close::after,.c-button02.c-button-close::after, .c-button03.c-button-close::after{
	-webkit-filter: grayscale(100%);
	filter: grayscale(1);
}

.c-link {
	font-size: 1.4rem;
	color: #282328;
	text-decoration: underline;
}

.c-link:hover {
	opacity: 0.6;
}

.c-link::after {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 0.5rem;
	content: "";
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2210/img/link_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.c-red-text-block {
	font-size: 1.4rem;
	color: #f50028;
}

.c-flex-column {
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	align-items: center;
}

.c-notes {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}

.c-notes--gray {
	padding-left: 1.6rem;
	font-size: 1.2rem;
	color: #a2a0a2;
	text-indent: -1.6rem;
}

.c-notes__asterisk {
	padding-right: 0.4rem;
}

.c-store__button-app {
	width: 50%;
}

.c-card__title {
	font-size: 2rem;
	font-weight: bold;
	color: #000;
}

.c-step {
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	border: 2px solid #ff9123;
	border-radius: 8px;
}

.c-step::before {
	bottom: -16px;
	content: "";
	border-color: #ff9123 transparent transparent;
	border-style: solid;
	border-width: 16px 19px 0;
}

.c-step::after {
	bottom: -14px;
	content: "";
	border-color: #ff9123 transparent transparent;
	border-style: solid;
	border-width: 14px 17px 0;
}

.c-step::before,
.c-step::after {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	margin: auto;
	content: "";
}

.c-step:last-child::before,
.c-step:last-child::after {
	display: none;
}
	
.c-step__tag {
	position: absolute;
	top: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15rem;
	height: 3.6rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff9123;
	background-color: #fff;
	border: 2px solid #ff9123;
	border-radius: 20px;
	transform: translate(0, -50%);
}

.c-step__middle-title {
	display: flex;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}

.c-step__middle-title::before {
	width: 2px;
	height: 24px;
	margin-right: 15px;
	content: "";
	border-left: 2px solid #282328;
	border-radius: 2px;
	transform: skewX(30deg);
}

.c-step__middle-title::after {
	width: 2px;
	height: 24px;
	margin-left: 10px;
	content: "";
	border-right: 2px solid #282328;
	border-radius: 2px;
	transform: skewX(150deg);
}

.c-board {
	padding: 3rem 4.3rem;
	/*background-color: #ffffd6;*/
	background-color: #ffe6bc;
	border-radius: 8px;
}

.c-board__title-app {
	width: 100%;
	max-width: 189px;
	margin: 0 auto 30px;
}

.c-board__title-web {
	width: 100%;
	max-width: 156px;
	margin: 0 auto 30px;
}

.c-board__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.c-board__content-left {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 392px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.c-board__img-border {
	border-bottom: 2px solid #000;
}

.c-board__img-app {
	width: 100%;
	max-width: 236px;
}

.c-board__content-right {
	max-width: 392px;
}

.c-board__text-block-top {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}

.c-board__text-block-border::after {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 2rem;
	content: "";
	border-bottom: 1px solid #555055;
}

.c-board__text-block-border--gray {
	margin-top: 2rem;
}

.c-board__text-block-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-board__qr-block {
	display: flex;
	justify-content: space-around;
}

.c-board__qr {
	width: 106px;
	height: 106px;
	margin-right: 10px;
}

.c-board__qr-block-text {
	font-size: 1.2rem;
}

.c-board__qr-block-text--bold {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
}

.c-board__link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.c-board__button {
	margin: 0 auto;
}

.p-entry {
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 3.8rem 0 6.6rem;
	background-color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2210/img/entry_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: bottom;
	background-size: contain;
	border-radius: 8px;
}

.p-entry__text {
	font-size: 1.2rem;
	color: #656165;
}

.p-entry__link {
	color: #656165;
	text-decoration: underline;
}

.p-entry__link:hover {
	opacity: 0.6;
}

.p-step1 {
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 3.8rem 0 6.6rem;
	background-color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2210/img/entry_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: bottom;
	background-size: contain;
	border-radius: 8px;
	border-bottom: none;
}

.p-step1::after {
	display: none;
}

.p-step2 {
	padding: 3.8rem 0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2210/img/step2_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: bottom;
	background-size: cover;
}

.p-step2::before {
	border-color: #ff9123 transparent transparent;
}

.p-step2::after {
	border-color: #78c846 transparent transparent;
}

.p-step2__balloon {
	position: relative;
	padding: 1rem 2.5rem 1.5rem;
	margin-bottom: 4rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #282328;
	border: 1px solid #555055;
	border-radius: 8px;
}

.p-step2__balloon::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	content: "";
	background-color: #ff9123;
	border: 1px solid #555055;
	border-radius: 50%;
	transform: translateX(-50%);
}

.p-step2__balloon::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 5px;
	height: 5px;
	margin-bottom: -3px;
	margin-left: -1px;
	content: "";
	border-right: 1px solid #555055;
	border-bottom: 1px solid #555055;
	transform: rotate(45deg) translateX(-50%);
}

.p-step2__balloon:hover {
	opacity: 0.6;
}

.p-step2__middle-text {
	margin-bottom: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
}

.p-step2__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.p-step2__bottom-card {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-right: 24px;
}

.p-step2__bottom-card:last-child {
	margin-right: 0;
}

.p-step2__bottom-balloon {
	position: relative;
	box-sizing: border-box;
	width: 200px;
	padding: 1rem 0;
	margin: 0 auto -1.2rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background-color: #ffffd6;
	border: 1px solid #555055;
	border-radius: 6px;
}

.p-step2__bottom-balloon::before {
	bottom: -0.8rem;
	content: "";
	border-color: #555055 transparent transparent;
	border-style: solid;
	border-width: 8px 6px 0;
}

.p-step2__bottom-balloon::after {
	bottom: -0.6rem;
	content: "";
	border-color: #ffffd6 transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0;
}

.p-step2__bottom-balloon::before,
.p-step2__bottom-balloon::after {
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	content: "";
}

.p-step2__bottom-img {
	width: 150px;
	height: 150px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.p-step3 {
	padding: 3.8rem 3.8rem 4rem;
}

.p-step3__content {
	width: 100%;
}

.p-step3__anchor {
	padding-top: 5.3rem;
	margin-top: -5.3rem;
}

.p-campaign__block-web {
	display: flex;
	flex-flow: column;
	align-items: center;
	max-width: 392px;
	margin-right: 3rem;
}

.p-campaign__ponta-web-title {
	display: flex;
	width: 315px;
	margin: 0 auto 20px;
}

.p-campaign__au-title {
	display: flex;
	width: 167px;
	margin: 0 auto 20px;
}

.p-campaign__text-web {
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.p-summary {
	max-width: 648px;
	margin: 0 auto;
	font-size: 1.4rem;
}

.p-summary__content-block {
	margin-bottom: 2rem;
}

.p-summary__title-sub {
	margin-bottom: 10px;
	font-weight: bold;
}

.p-summary__list {
	padding-left: 1.5rem;
	list-style: disc;
}

.p-summary__text-block {
	margin-bottom: 1em;
}

/*.u-bg {
	background-color: #edeef6;
}
*/
.u-space__pt30 {
	padding-top: 30px;
}

.u-space__mb20 {
	margin-bottom: 20px;
}

.u-space__mb10 {
	margin-bottom: 10px;
}

.end_txt {
	padding: 15px 0 0 0;
	font-weight: bold;
	color: #FF0004;
	font-size: 200%;
	text-align: center;
}
.end_txt + .l-content__inner {
	padding-top: 15px
}

@media screen and (min-width: 768px) {
	.c-board__content {
		margin-right: -30px;
	}

	.c-board__content-right {
		margin-right: 30px;
	}

	.p-step2__link {
		color: #fff;
	}

	.p-step2__link::after {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2210/img/link_icon_white.png);
	}

	.u-display__sp {
		display: none;
	}

	.u-display__block-pc {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.l-mv__content {
		width: 100%;
	}

	.l-content__inner {
		padding: 30px 15px;
	}

	.l-title {
		margin-bottom: 2rem;
	}

	.l-title__step {
		margin-bottom: 2.4rem;
	}

	.l-entry__title-bottom {
		margin-bottom: 1rem;
	}

	.l-entry__button {
		margin-bottom: 1rem !important;
	}

	.l-entry__text {
		text-align: left;
	}

	.l-step {
		margin-bottom: 3.5rem;
	}

	.l-step:last-child {
		margin-bottom: 0;
	}

	.l-step__title {
		margin-bottom: 2rem;
		text-align: center;
	}

	.l-step__red-text-block {
		text-align: left;
	}

	.l-step2__middle-title {
		margin-bottom: 1.5rem;
	}

	.l-step2__link {
		margin-bottom: 2rem;
	}

	.l-campaign__red-text-block {
		margin-bottom: 2rem;
		text-align: left;
	}

	.c-title {
		font-size: 2rem;
	}

	.c-button {
		font-size: 1.8rem;
	}

	.c-button02 {
		font-size: 1.3rem;
	}
	
	.c-button03 {
		font-size: 1.2rem;
	}

	.c-button, .c-button02, .c-button03 {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}

	.c-card__title {
		font-size: 1.6rem;
	}

	.c-step::before {
		bottom: -24px;
		border-width: 12px 12px;
	}

	.c-step::after {
		bottom: -20px;
		border-width: 10px 10px;
	}

	.c-step__tag {
		width: 8rem;
		height: 2.8rem;
		padding: 0.5rem 1.8rem;
		font-size: 1.4rem;
		border-radius: 14px;
	}

	.c-step__middle-title {
		font-size: 1.6rem;
	}

	.c-step__middle-title::before,
	.c-step__middle-title::after {
		height: 20px;
	}

	.c-board {
		position: relative;
		padding: 3rem 1.5rem;
	}

	.c-board__title-app {
		margin-bottom: 20px;
	}

	.c-board__content-left {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.c-board__text-block-border::after {
		display: none;
	}

	.c-board__text-block-border--gray::after {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		margin-top: 2rem;
		content: "";
		border-bottom: 1px solid #d4d2d4;
	}

	.p-entry {
		padding: 3.8rem 1.5rem 4.8rem;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2210/img/entry_bg_sp.png);
		padding-bottom: 48px;
		padding-bottom: 12.8vw;
	}

	.p-entry-bottom {
		padding: 2rem 1.5rem 4.8rem;
	}

	.p-step1 {
		padding: 3.8rem 1.5rem 4.8rem;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2210/img/entry_bg_sp.png);
		padding-bottom: 48px;
		padding-bottom: 12.8vw;
	}

	.p-step1 {
		border-bottom: 2px solid #ff9123;
	}

	.p-step2 {
		padding: 3.5rem 1.5rem 3rem;
		background-position-y: 18px;
	}

	.p-step2__balloon {
		box-sizing: border-box;
		width: 100%;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		margin-bottom: 3.5rem;
		text-align: center;
	}

	.p-step2__middle-text {
		margin-bottom: 1rem;
		text-align: center;
	}

	.p-step2__bottom-card {
		margin-top: 10px;
		margin-top: 2.6666666667vw;
		margin-right: 10px;
		margin-right: 2.6666666667vw;
	}

	.p-step2__bottom-balloon {
		padding-top: 0.6rem;
		padding-bottom: 8;
		font-size: 1rem;
		width: 96px;
		width: 25.6vw;
	}

	.p-step2__bottom-img {
		box-sizing: border-box;
		width: 96px;
		width: 25.6vw;
		height: 96px;
		height: 25.6vw;
	}

	.p-step3 {
		padding: 3.5rem 1.5rem 2rem;
	}

	.p-step3__store-block {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}

	.p-step3__store-title {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		font-weight: bold;
		color: #282328;
	}

	.p-step3__store-link {
		display: flex;
		justify-content: center;
		margin-bottom: 1.5rem;
	}

	.p-campaign__block-web {
		margin-right: 0;
	}

	.p-campaign__block-web:first-of-type {
		margin-bottom: 4rem;
	}

	.p-campaign__captrure-img {
		padding-right: 15px;
		padding-left: 15px;
	}

	.p-summary__content-block {
		margin-bottom: 3rem;
	}

	.p-summary__content-block:first-of-type {
		margin-bottom: 2rem;
	}

	.p-summary__list li {
		margin-bottom: 0.8rem;
	}

	.u-display__pc {
		display: none;
	}

	.u-display__block-sp {
		display: block;
	}
	
	.end_txt {
		font-size: 150%;
	}
	
	/* ================= bnr ================= */
	.bnr img {
		border-radius: 10px;
		box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .3);
	}
}

@media screen and (max-width: 359px) {
	.p-step2__bottom-card {
		margin-right: 3px;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.p-entry__text {
		max-width: 420px;
	}
}