@charset "UTF-8";

/* main */
.l-main-wrap {
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.l-main {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.l-main p > a:hover,
.l-main li > a:hover {
	opacity: 0.8;
	text-decoration: none;
}

/* title */
.l-title {
	background: linear-gradient(180deg, #F95D6E 0%, #FA3348 100%);
	background-clip: text;
	color: transparent;
}
.l-title__underline {
	font-size: 28px;
}
.l-title__underline::after {
	background: url(../images/h2_line.svg) no-repeat center / contain;
	content: "";
	display: block;
	height: 17px;
	margin-top: 4px;
}
.l-title__rounded {
	align-items: center;
	border-radius: 17px;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 33px;
	justify-content: center;
}
.l-title__rounded--pink {
	background-color: #FFECF0;
}
.l-title__rounded--blue {
	background-color: #E3F5FF;
}
.l-title__supplement {
	align-items: center;
	color: #FA3348;
	display: flex;
	font-size: 14px;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 4px;
	position: relative;
	white-space: nowrap;
}
.l-title__supplement::before,
.l-title__supplement::after {
	content: "";
	height: 17px;
	width: 10px;
}

/* メインビジュアル */
.p-mv {
	background-color: #56CCE6;
	min-height: 739px;
	overflow: hidden;
	position: relative;
}
.p-mv::before {
	background: url(../images/FV_confetti_y.png) no-repeat center / contain;
	bottom: -22px;
	content: "";
	display: block;
	height: 160px;
	left: -70px;
	position: absolute;
	width: 160px;
}
.p-mv::after {
	background: url(../images/FV_confetti_p.png) no-repeat center / contain;
	bottom: 49px;
	content: "";
	display: block;
	height: 24px;
	position: absolute;
	right: -14px;
	width: 46px;
}
.p-mv__KV {
	aspect-ratio: 1000 / 2164;
	display: block;
	min-height: 811px;
	width: 100%;
}
.p-mv__terms {
	background: linear-gradient(180deg, #72D2E5 0%, #BAF5FF 100%);
}
.p-mv__terms-list {
	color: #6D6D6D;
	font-size: 10px;
	padding: 10px 16px 100px;
}
.p-catch {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 240%;
	margin: 32px 0 82px;
}

/* STEP */
.p-step {
	background-color: #FFF9FA;
	padding-bottom: calc(72px + 48px);
}
.p-step-title {
	background: linear-gradient(180deg, #FF7988 0%, #F95D6E 100%);
	height: 99px;
	position: relative;
}
.p-step-title__sub {
	left: 50%;
	position: absolute;
	top: -10px;
	transform: translate(-50%);
}
.p-step-title__main {
	margin-top: 20px;
}
.p-step-title__supplement::before {
	background: url(../images/about_line_left.svg) no-repeat center / contain;
}
.p-step-title__supplement::after {
	background: url(../images/about_line_right.svg) no-repeat center / contain;
}
.p-step-lead {
	font-size: 16px;
	letter-spacing: -2%;
}
.p-step__image {
	padding: 0 8px;
}
.p-step-box {
	background-color: #FFFFFF;
	border-radius: 20px;
	margin-top: 72px;
	padding: 16px 11px;
}
.p-step-box__image {
	padding: 24px 39px;
}

/* 対象サロン */
.p-salon {
	padding-bottom: 56px;
}
.p-salon-box {
	background-color: #FFFFFF;
	border: 1px solid #FFDBE2;
	border-radius: 20px;
	overflow: hidden;
}
.p-salon-box__title {
	background-color: #FFECF0;
	color: #FA3348;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 0;
}
.p-salon-box-list {
	font-size: 14px;
	margin: 6px 0 12px;
	text-align: center;
}
.p-salon-box-list__title {
	font-size: 14px;
}
.p-salon-box-list__title--small {
	font-size: 12px;
}

/* 予約の確認方法 */
.p-reservation {
	padding: 72px 0 56px;
}
.p-reservation-text {
	margin: 16px 0 20px;
}
.p-reservation-box {
	background-color: #ECF1F3;
	border-radius: 20px;
	margin: 24px 0 64px;
	padding: 12px 44px 10px;
}
.p-reservation-title__supplement::before {
	background: url(../images/reserve_line_left.svg) no-repeat center / contain;
}
.p-reservation-title__supplement::after {
	background: url(../images/reserve_line_right.svg) no-repeat center / contain;
}

/* 対象金額の決まり方 */
.p-amount {
	padding: 72px 0 calc(72px + 48px);
}
.p-amount-title {
	display: flex;
	justify-content: center;
	position: relative;
}
.p-amount-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 20px 0;
}
.p-amount__accent {
	border-bottom: 3px solid #FDE142;
	font-size: 22px;
}
.p-amount__accent--high {
	color: #F95D6E;
}
.p-amount__accent--low {
	color: #1095D8;
}
.p-amount-box__high {
	display: flex;
	font-size: 10px;
	justify-content: center;
	margin: 24px auto 48px;
	padding: 12px 8px;
	width: 283px;
}
.p-amount-box {
	align-items: start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 66px 0 24px;
	padding: 16px;
}
.p-amount-box__text {
	display: flex;
	flex-wrap: wrap;
	margin-left: 6px;
}
.p-amount-box__image {
	flex-shrink: 0;
}
.p-amount-icon {
	display: inline-block;
	position: relative;
}
.p-amount-icon--high::after,
.p-amount-icon--low::after {
	background: url(../images/medal_applicable.png) no-repeat center / contain;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	width: 50px;
}
.p-amount-icon--high::after {
	left: -28px;
	top: -28px;
}
.p-amount-icon--low::after {
	right: -25px;
	top: -28px;
}

/* 予約の確認方法 */
.p-case {
	padding: 72px 0 calc(72px + 48px);
}

/* キャンペーン実施に伴うアクセス集中について */
.p-access {
	padding: 48px 0 calc(72px + 48px);
}
.p-access .l-title {
	font-size: 24px;
	line-height: 1.3;
}

/* QA */
.p-qa {
	padding: 48px 0 65px;
}
.p-qa-navi {
	display: grid;
	gap: 12px;
	margin: 24px 0;
}
.p-qa-navi ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.p-qa-navi li {
	display: flex;
	height: 17px;
	line-height: 1;
}
.p-qa-navi li:not(:last-child)::after {
	border-right: 1.5px solid #C9C9C9;
	content: "";
	display: inline-block;
	height: 16px;
	padding-right: 12px;
}
.p-qa-navi__icon {
	align-items: center;
	background: url(../images/icon_arrow_anker.svg) no-repeat center right / 12px;
	color: #333333;
	display: inline-flex;
	font-size: 12px;
	padding-right: 17px;
	position: relative;
	text-decoration: none;
}
.p-qa-wrap {
	border: 1px solid #E2EBEE;
	border-radius: 16px;
	margin-top: 20px;
	overflow: hidden;
}
.p-qa-list-title {
	background-color: #FFF3F6;
	color: #F95D6E;
	font-size: 20px;
	font-weight: 700;
	padding: 12px 16px;
	text-align: left;
}
.p-qa-list {
	background-color: #FFFFFF;
	padding: 0 16px;
}
.p-qa-list-title + .p-qa-list {
	border-radius: 0 0 8px 8px;
}
.p-qa-list__answer-wrap {
	display: grid;
	grid-template-rows: 0fr;
	transition-duration: 0.3s;
	transition-property: grid-template-rows;
}
details[open] .p-qa-list__answer-wrap {
	grid-template-rows: 1fr;
}
.p-qa-list__answer {
	border-top: 1px dashed #D2D9E0;
	margin: 0;
	margin-left: 24px;
	overflow-wrap: anywhere;
	padding: 12px 0 25px;
}
.p-qa-list__answer a {
	text-decoration: underline;
}
.p-qa-list__answer-list dt {
	font-weight: 700;
	margin-top: 24px;
}
.p-qa-list__answer-list dt + dd {
	margin-top: 2px;
}
.p-qa-list__answer-list dd + dd {
	margin-top: 24px;
}
/* QAアイコン */
.p-qa-list__question {
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
	padding: 16px 0 16px 24px;
	position: relative;
}
.p-qa-list__question::before {
	background: url(../images/accordion_question.svg) no-repeat center / contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}
details[open] .p-qa-list__question::before {
	transform: rotate(-180deg);
}
/* QAアコーディオン */
.p-qa-list__accordion {
	position: relative;
	text-align: left;
}
.p-qa-list > li ~ li {
	border-top: 1px solid #D2D9E0;
}
.p-qa-list__accordion::details-content {
	content-visibility: unset;
}
.p-qa-list__accordion--slider {
	overflow: hidden;
}

/* 規約 */
.p-terms {
	color: #6D6D6D;
	font-feature-settings: normal;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
.p-terms-title {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.p-terms-title__sub {
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	margin-top: 28px;
}
.p-terms-title__sub + .p-terms__heading {
	margin-top: 8px;
}
.p-terms__heading {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}
.p-terms__heading:first-child {
	margin-top: 28px;
}
.p-terms__text {
	color: #666666;
	font-size: 12px;
}
.p-terms table {
	border: 1px solid #CCCCCC;
	width: 100%;
}
.p-terms table th {
	background-color: #F5F5F5;
	font-weight: 700;
}
.p-terms table th,
.p-terms table td {
	border: none;
	padding: 8px 16px;
	width: 50%;
}
.p-terms table.c-row th + th,
.p-terms table.c-row td + td {
	border-left: 1px dashed #C8C8C8;
}
.p-terms table.c-row tr:not(:last-child) td,
.p-terms table.c-column td:not(:last-child) {
	border-bottom: 1px dashed #C8C8C8;
}
.p-terms table tr > th {
	border-bottom: 1px dashed #C8C8C8;
}
.p-terms table tr:not(:first-child) > th {
	border-top: 1px solid #C8C8C8;
}
.p-terms table.c-column,
.p-terms table.c-column tbody,
.p-terms table.c-column tr,
.p-terms table.c-column th,
.p-terms table.c-column td {
	display: block;
	width: 100%;
}
.p-terms-list_box {
	background-color: #F5F5F5;
	border-radius: 8px;
	margin: 4px 0 10px;
	padding: 16px;
}
.p-terms__text + .c-list {
	margin-top: 8px;
}
.p-terms .c-list > li,
.p-terms .c-list--marked > li {
	padding-left: 28px;
}

/* PC QRコード */
@media (max-width: 767px) {
	/* SPデザイン */
	.l-App-wrap {
		display: none;
	}
}
@media (min-width: 768px) {
	/* PCデザイン */
	.l-PC-bg {
		background: #56CCE6 url(../images/bg_pc.webp) no-repeat center / cover;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.l-PC {
		display: flex;
		justify-content: center;
	}
	.l-main-wrap {
		display: block;
		width: 500px;
	}
	.l-App-wrap {
		display: flex;
		justify-content: center;
		position: relative;
		width: 500px;
	}
	.l-App {
		align-items: center;
		display: flex;
		height: 100vh;
		position: sticky;
		top: 0;
	}
	.l-App-box {
		width: 314px;
	}
	.l-App-box_text {
		color: #FFFFFF;
		text-align: center;
		text-shadow: 0 0 4px rgba(21, 132, 192, 0.5);
	}
	.l-App-box_qr {
		align-items: center;
		background-color: #FFFFFF;
		border-radius: 16px;
		display: flex;
		height: 144px;
		justify-content: center;
		margin: 6px auto 8px;
		overflow: hidden;
		width: 144px;
	}
}

/* modal */
.p-modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.p-modal.is-active {
	display: flex;
}
.p-modal-close {
	position: absolute;
	z-index: 1;
}
.p-modal-body {
	position: relative;
	width: 343px;
}
.p-modal-title {
	margin-bottom: -34px;
	text-align: center;
}
.p-modal-box {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 40px 16px 16px;
}
.p-modal-app__title {
	align-items: center;
	background: no-repeat center left / 32px;
	display: flex;
	font-size: 18px;
	min-height: 32px;
	padding-left: 36px;
}
.p-modal-app__title--no1 {
	background-image: url(../images/AppDLmodal_no1.png);
}
.p-modal-app__title--no2 {
	background-image: url(../images/AppDLmodal_no2.png);
	margin-top: 16px;
}
@media (max-width: 767px) {
	/* SPデザイン */
	.p-modal-app__button {
		align-items: center;
		display: inline-flex;
		justify-content: space-between;
		margin-left: 38px;
		width: 273px;
	}
}
@media (min-width: 768px) {
	/* PCデザイン */
	.p-modal-app__button {
		display: none;
	}
}
.p-modal-app__text {
	font-size: 12px;
	font-weight: 500;
	margin-left: 36px;
}

/* 外部アンカーリンクの上部余白用 */
#qa2_no2,
#terms {
	scroll-margin-top: calc(20px + env(safe-area-inset-top));
}

/* 画像サイズ */
.c-entry-box__image--push { aspect-ratio: 516 / 170; }
.p-step__image--step { aspect-ratio: 936 / 1140; }
.p-step__image--schedule { aspect-ratio: 936 / 989; }
.p-step__image--limit { aspect-ratio: 686 / 507; }
.p-salon__image--saloncheck { aspect-ratio: 936 / 625; }
.p-reservation__image--reservecheck { aspect-ratio: 936 / 574; }
.p-reservation__image--reservedetail { aspect-ratio: 936 / 762; }
.p-reservation-box__image--notapplicable { aspect-ratio: 686 / 401; }
.p-case__image--case1 { aspect-ratio: 686 / 623; }
.p-case__image--case2 { aspect-ratio: 686 / 623; }
.p-access__image--waitingroom { aspect-ratio: 936 / 519; }
.p-qa-list__image--qaimg_01 { aspect-ratio: 756 / 1116; }
.p-qa-list__image--qaimg_02 { aspect-ratio: 756 / 804; }
.p-qa-list__image--qaimg_03 { aspect-ratio: 756 / 701; }
.p-qa-list__image--qaimg_04 { aspect-ratio: 756 / 865; }
.p-qa-list__image--qaimg_05 { aspect-ratio: 756 / 1165; }
.p-qa-list__image--qaimg_06 { aspect-ratio: 756 / 783; }
.p-qa-list__image--qaimg_07 { aspect-ratio: 756 / 680; }
.p-qa-list__image--qaimg_08 { aspect-ratio: 756 / 794; }
.p-qa-list__image--qaimg_09 { aspect-ratio: 756 / 502; }
.p-qa-list__image--qaimg_10 { aspect-ratio: 756 / 677; }
.p-qa-list__image--qaimg_11 { aspect-ratio: 756 / 677; }
.p-qa-list__image--qaimg_12 { aspect-ratio: 756 / 332; }
.p-qa-list__image--qaimg_13 { aspect-ratio: 756 / 592; }
.p-qa-list__image--qaimg_14 { aspect-ratio: 756 / 1014; }
.p-qa-list__image--qaimg_15 { aspect-ratio: 756 / 1215; }
.p-qa-list__image--qaimg_16 { aspect-ratio: 756 / 531; }
.p-qa-list__image--qaimg_17 { aspect-ratio: 756 / 528; }
.p-qa-list__image--qaimg_18 { aspect-ratio: 756 / 528; }
.p-qa-list__image--qaimg_19 { aspect-ratio: 756 / 523; }
.p-qa-list__image--qaimg_20 { aspect-ratio: 756 / 727; }
.p-qa-list__image--qaimg_21 { aspect-ratio: 756 / 1162; }
.p-qa-list__image--qaimg_22 { aspect-ratio: 756 / 454; }
.p-qa-list__image--qaimg_23 { aspect-ratio: 756 / 454; }
.p-qa-list__image--qaimg_24 { aspect-ratio: 756 / 621; }
.p-terms__image--agreement { aspect-ratio: 686 / 309; }
