body {
	color: #666666;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.anxiety {
	background-image: url(../images/common/anxiety-bg@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.375rem;
}

.anxiety__head {
	background-color: #494949;
	height: 9.6875rem;
	padding-top: 2.75rem;
	position: relative;
}

.anxiety__head-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 38.375rem;
	position: relative;
	z-index: 2;
}

.anxiety__head::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #494949;
	bottom: -8.0625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 8.125rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.anxiety__inner.inner {
	background-color: #fff;
	margin-top: 4.375rem;
	max-width: 1000px;
	padding-bottom: 5.625rem;
	padding-top: 6.125rem;
}

.anxiety__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 13.375rem;
}

.anxiety__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 22.75rem;
}

.anxiety__list {
	background-color: #efefef;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.625rem;
	padding: 2.75rem 3.125rem;
	width: 37.8125rem;
}

.anxiety__list-item {
	color: #494949;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 1.5rem;
	position: relative;
}

.anxiety__list-item::before {
	aspect-ratio: 12/9;
	background-image: url(../images/common/check-mark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.anxiety__list-item + .anxiety__list-item {
	margin-top: 0.25rem;
}

.anxiety__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.75rem;
	max-width: 37.8125rem;
}

.anxiety__text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.anxiety__text:first-of-type {
	margin-top: 1.75rem;
}

.anxiety__text:not(:first-of-type) {
	margin-top: 0.5625rem;
}

.benefit {
	background-image: url(../images/common/benefit-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.benefit__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 13.125rem;
}

.benefit__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 23.625rem;
}

.benefit__list {
	grid-gap: 2.375rem 1.25rem;
	display: grid;
	gap: 2.375rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.benefit__item {
	align-items: center;
	background-color: #fff;
	border: 1px solid #828282;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	padding: 1.5rem 1.875rem;
}

.benefit__image {
	flex-shrink: 0;
}

.benefit__item:nth-child(1) .benefit__image {
	width: 3.875rem;
}

.benefit__item:nth-child(2) .benefit__image {
	width: 4.5625rem;
}

.benefit__item:nth-child(3) .benefit__image {
	width: 4.5625rem;
}

.benefit__item:nth-child(4) .benefit__image {
	width: 4.5625rem;
}

.benefit__item:nth-child(5) .benefit__image {
	width: 3.875rem;
}

.benefit__item:nth-child(6) .benefit__image {
	width: 4.5625rem;
}

.benefit__item-body {
	max-width: 20.625rem;
}

.benefit__item-title span {
	border-bottom: 1px solid #494949;
	color: #494949;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.7777777778;
	padding-bottom: 0.1875rem;
}

.benefit__text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-top: 0.625rem;
}

.benefit__notes {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 2.875rem;
	text-align: center;
}

.compare-contents {
	background-image: url(../images/common/before-after-bg@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.compare-contents__list {
	background-color: #666666;
	display: flex;
	gap: 1.5rem;
	margin-top: 2.75rem;
	padding: 1.5rem;
}

.compare-contents__item {
	display: flex;
	flex-direction: column;
	width: 29.125rem;
}

.compare-contents__item-image img {
	aspect-ratio: 466/300;
}

.icv__circle {
	background-color: #F2EFEF;
	height: 2.5rem;
	width: 2.5rem;
}

.icv__control-line {
	background-color: #F2EFEF !important;
}

.icv__control-line {
	width: 0.125rem;
}

.icv__arrow-wrapper path {
	fill: transparent !important;
	stroke: #7C7170 !important;
}

.compare-contents__item-body {
	background-color: #EDEDED;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem 1.625rem 1.875rem;
}

.compare-contents__item-note {
	color: #c6587f;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.625;
	text-align: center;
}

.compare-contents__item-dl {
	grid-gap: 0.5rem;
	align-items: center;
	display: grid;
	flex: 1;
	gap: 0.5rem;
	grid-template-columns: 6.625rem 1fr;
}

.compare-contents__item-dt {
	align-content: center;
	background-color: #fff;
	color: #666666;
	display: grid;
	font-size: 0.875rem;
	height: 1.75rem;
	justify-content: center;
	margin-top: 0.125rem;
	place-content: center;
}

.compare-contents__item-dd {
	font-size: 1rem;
	letter-spacing: 0em;
	line-height: 1;
}

.cta-section {
	background-image: url(../images/common/cta-bg@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.cta-section__cta {
	margin-top: 1.625rem;
}

.customer {
	background-image: url(../images/common/customer-bg@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.customer__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 17.3125rem;
}

.customer__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 14.5rem;
}

.customer__list {
	display: flex;
	margin-top: 3.125rem;
}

.customer__item {
	width: 33.3%;
}

.customer__item:nth-child(2) {
	margin-left: 3.5rem;
}

.customer__item:nth-child(3) {
	margin-left: 6.25rem;
}

.customer__item:nth-child(3) .customer__image {
	position: relative;
}

.customer__item:nth-child(3) .customer__image::before {
	aspect-ratio: 194/110;
	background-image: url(../images/common/customer-graph-3-1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: -4.8125rem;
	position: absolute;
	top: -1.25rem;
	width: 12.125rem;
}

.customer__item-title {
	align-content: center;
	border: 1px solid #666666;
	display: grid;
	font-size: 1.25rem;
	font-weight: 700;
	height: 2.1875rem;
	justify-content: center;
	line-height: 1;
	margin-top: 1.375rem;
	place-content: center;
	text-align: center;
	width: 16.875rem;
}

.customer__item-text {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 0.75rem;
}

.reason__graph-notes {
	display: none;
}

.faq__head {
	background-color: #494949;
	padding: 3.5rem 0 3.125rem;
	position: relative;
	text-align: center;
}

.faq__head::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #494949;
	bottom: -2.0625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 2.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.5rem;
	z-index: 2;
}

.faq__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 5.8125rem;
}

.faq__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 8.625rem;
}

.faq__wrapper {
	background-image: url(../images/common/faq-bg@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.625rem;
	padding-top: 5.625rem;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.faq__item-question {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #E2DCDC;
	cursor: pointer;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.875rem;
	padding: 1.375rem 3.25rem;
	position: relative;
}

.faq__item-question::before,
.faq__item-question::after {
	background-color: #494949;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.75rem;
}

.faq__item-question-q {
	width: 0.8125rem;
}

.faq__item-answer {
	font-size: 1rem;
	line-height: 2;
	padding: 1.625rem 2.875rem 1.125rem;
}

.faq__item-question.is-open::after {
	transform: rotate(0deg);
}

.faq__item-question::after {
	transform: rotate(90deg);
}

.faq__item-answer {
	display: none;
}

.flow {
	background-color: #C1C1C1;
}

.flow__title-en {
	width: 8.75rem;
}

.flow__title-jp {
	width: 13.375rem;
}

.flow__list {
	grid-gap: 2.625rem 2.5rem;
	display: grid;
	gap: 2.625rem 2.5rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.75rem;
}

.flow__item {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	padding: 2.875rem 3.375rem;
	position: relative;
}

.flow__item-number {
	aspect-ratio: 1;
	left: -1.875rem;
	position: absolute;
	top: -1.25rem;
	width: 5.625rem;
}

.flow__item-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.125rem;
}

.flow__item-title {
	color: #494949;
	font-size: 1.375rem;
	font-weight: 700;
}

.flow__item-text {
	flex: 1;
	font-size: 1rem;
	line-height: 2.125;
}

.fv {
	position: relative;
}

.fv__wrapper {
	aspect-ratio: 1500/610;
	background-image: url(../images/common/fv-bg@2x.png);
	background-position: center;
	background-size: cover;
	position: relative;
}

.fv__content {
	left: 3.8666666667%;
	min-width: 28.75rem;
	position: absolute;
	top: 31%;
	width: 42.9333333333%;
}

.fv__title-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2.125rem;
}

.fv__head {
	width: 82.298136646%;
}

.fv__badges {
	background-color: rgba(255, 255, 255, 0.85);
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	padding: 0.875rem 0;
}

.fv__badge {
	width: 14.75rem;
}

.fv__badge img {
	height: auto;
	width: 100%;
}

.gallery {
	background-image: url(../images/common/gallery-bg@2x.webp);
	padding: 2.5rem 0;
}

.gallery .swiper-wrapper {
	transition-timing-function: linear !important;
}

.gallery .swiper-slide,
.gallery__image {
	width: 13.4375rem;
}

.impression {
	background-image: url(../images/common/impression-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.25rem;
	padding-top: 6rem;
	position: relative;
}

.impression__inner.inner {
	display: flex;
	justify-content: space-between;
	max-width: 92.125rem;
	position: relative;
}

.impression__content {
	width: min(44.875rem, 47.8666666667vw);
}

.impression__content-wrapper {
	margin-left: auto;
	width: min(36.75rem, 39.2vw);
}

.impression__title-en {
	width: min(30.25rem, 32.2666666667vw);
}

.impression__title-jp {
	width: min(19.0625rem, 20.3333333333vw);
}

.impression__text {
	font-size: min(1rem, 1.0666666667vw);
	letter-spacing: 0.05em;
	line-height: 2.25;
	margin-top: 2.875rem;
	width: min(36.125rem, 38.5333333333vw);
}

.impression__text:not(:first-of-type) {
	margin-top: 0.625rem;
}

.impression__summary {
	font-size: min(1rem, 1.0666666667vw);
	letter-spacing: 0em;
	line-height: 2.25;
	margin-top: 2.875rem;
	width: min(37.5rem, 40vw);
}

.impression__image-wrapper {
	padding-right: 2.25rem;
	width: min(39.625rem, 42.2666666667vw);
}

.impression__main-image {
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	margin-left: auto;
	max-width: 39.625rem;
	width: 100%;
}

.impression__sub-image {
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-top: 0.625rem;
	max-width: 26.5rem;
	width: min(26.5rem, 28.2666666667vw);
}

.menu {
	background-image: url(../images/common/menu-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.menu__cta {
	margin-top: 1.625rem;
}

.price {
	background-image: url(../images/common/price-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.price__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 9.25rem;
}

.price__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 3rem;
}

.price__contents {
	margin-top: 3.75rem;
}

.price__cta {
	margin-top: 1.625rem;
}

.price__plan-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 5rem;
}

.price__plan-item {
	background-color: #fff;
	border: 0.1875rem solid #828282;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
}

.price__plan-content {
	padding: 1.625rem 0 0 2.875rem;
	width: 31.375rem;
}

.price__plan-description {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.price__plan-item:nth-child(1) .price__plan-description {
	letter-spacing: 0em;
}

.price__plan-item:nth-child(2) .price__plan-description {
	letter-spacing: 0em;
}

.price__plan-item:nth-child(3) .price__plan-description {
	letter-spacing: -0.1em;
}

.price__plan-item:nth-child(4) .price__plan-description {
	letter-spacing: -0.02em;
}

.price__plan-title {
	border-bottom: 0.0625rem solid;
	color: #494949;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.625rem;
	padding-bottom: 0.375rem;
}

.price__plan-features {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 0.75rem;
}

.price__plan-feature {
	background-color: rgba(204, 172, 181, 0.3);
	color: #776F6E;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.375rem 0.5rem;
}

.price__plan-feature.price__plan-feature--time {
	background-color: #F0F0F0;
}

.price__plan-feature.price__plan-feature--text {
	background-color: transparent;
}

.price__plan-feature.price__plan-feature--space {
	background-color: transparent;
	width: 1.25rem;
}

.price__plan-price {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
}

.price__plan-item:nth-child(1) .price__plan-price {
	width: 12.1875rem;
}

.price__plan-item:nth-child(2) .price__plan-price {
	width: 12.1875rem;
}

.price__plan-item:nth-child(3) .price__plan-price {
	width: 12.1875rem;
}

.price__plan-item:nth-child(4) .price__plan-price {
	width: 12.625rem;
}

.price__plan-image {
	width: 27.875rem;
}

.reason.section {
	background-color: #f4f4f4;
	padding-bottom: 7.25rem;
}

.reason__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 12.5rem;
}

.reason__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 20.5rem;
}

.reason__graph-wrapper {
	margin-top: 2.5rem;
}

.reason__graph {
	width: 100%;
}

.reason__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10.625rem;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.reason__list {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
	position: relative;
	z-index: 2;
}

.reason__item {
	display: flex;
	gap: 6%;
}

.reason__item-image {
	width: 48.8333333333%;
}

.reason__item:nth-of-type(odd) .reason__item-image {
	order: 2;
}

.reason__item:nth-of-type(even) .reason__item-image {
	order: 1;
}

.reason__item-body {
	width: 45%;
}

.reason__item:nth-of-type(odd) .reason__item-body {
	order: 1;
}

.reason__item:nth-of-type(even) .reason__item-body {
	order: 2;
}

.reason__item-title {
	position: relative;
	z-index: 3;
}

.reason__item-title span {
	border-bottom: 2px solid #352A2A;
	color: #352A2A;
	font-size: 1.5rem;
	font-weight: 700;
}

.reason__item-text-wrapper {
	margin-top: 1.625rem;
	position: relative;
	z-index: 2;
}

.reason__item .reason__item-text-wrapper::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1.875rem;
	content: "";
	position: absolute;
	right: 0;
	z-index: -1;
}

.reason__item:nth-of-type(1) .reason__item-text-wrapper::before {
	background-image: url(../images/common/reason-01.svg);
	height: 5.625rem;
	width: 6.125rem;
}

.reason__item:nth-of-type(2) .reason__item-text-wrapper::before {
	background-image: url(../images/common/reason-02.svg);
	height: 5.6875rem;
	width: 6.875rem;
}

.reason__item:nth-of-type(3) .reason__item-text-wrapper::before {
	background-image: url(../images/common/reason-03.svg);
	height: 5.6875rem;
	width: 7rem;
}

.reason__item-text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.reason__item-text:not(:first-of-type) {
	margin-top: 0.625rem;
}

.recommendation {
	background-image: url(../images/common/testimonials-bg@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.625rem;
}

.recommendation__title-wrapper {
	background-color: #666666;
	padding-bottom: 2.125rem;
	padding-top: 2.125rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.recommendation__title-wrapper::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #666666;
	bottom: -1.25rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 1.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.recommendation__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5625rem;
}

.recommendation__content {
	padding-top: 5.625rem;
}

.recommendation__inner.inner {
	max-width: 1250px;
}

.recommendation__list {
	grid-gap: 2.5rem 1.25rem;
	display: grid;
	gap: 2.5rem 1.25rem;
	grid-template-columns: 1fr 1fr;
}

.recommendation__item-head {
	grid-gap: 1rem;
	align-items: center;
	background-color: #fff;
	border: 1px solid #828282;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	display: grid;
	gap: 1rem;
	grid-template-columns: 9rem 1fr;
	justify-content: center;
	padding: 2rem 4.1379310345% 2rem 8.6206896552%;
	position: relative;
	transition: 0.3s;
}

.is-open.recommendation__item-head {
	box-shadow: 0.3125rem 0 0.4375rem rgba(0, 0, 0, 0.15);
}

.js-recommendation-head {
	cursor: pointer;
}

.js-recommendation-head::before,
.js-recommendation-head::after {
	background-color: #494949;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 3.4482758621%;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 4.8275862069%;
}

.is-open.js-recommendation-head::after {
	transform: rotate(0deg);
}

.js-recommendation-head::after {
	transform: rotate(90deg);
}

.recommendation__item-head-text {
	-webkit-text-decoration: underline;
	color: #666666;
	font-size: min(1.92vw, 24px);
	letter-spacing: 0;
	line-height: 1.8333333333;
	text-align: left;
	text-decoration: underline;
}

.recommendation__item-head-name {
	color: #666666;
	font-size: min(2.08vw, 26px);
	font-weight: 700;
	line-height: 1.6923076923;
	margin-top: 0.25rem;
	text-align: left;
}

.recommendation__item-body {
	background-color: #fff;
	border: 1px solid #828282;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	display: none;
	flex: 1;
	padding: 2rem 2.5rem;
	text-align: left;
}

.recommendation__item-body-text {
	color: #494949;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3913043478;
}

.recommendation__item-body-description {
	font-size: 1rem;
	line-height: 2;
}

.recommendation__item-body-text + .recommendation__item-body-description {
	margin-top: 1.25rem;
}

.recommendation__item-body-description + .recommendation__item-body-description {
	margin-top: 0.75rem;
}

.shop {
	background-color: #F0F0F0;
	padding-top: 5.625rem;
}

.shop__inner {
	padding-bottom: 12.25rem;
	position: relative;
}

.shop__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 8.4375rem;
}

.shop__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 9.375rem;
}

.shop__images {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.625rem;
}

.shop__image-item {
	position: relative;
}

.shop__content {
	margin-top: 3.625rem;
}

.shop__info {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: auto 22.625rem;
	justify-content: space-between;
	margin-top: 1.25rem;
}

.shop__info-inner {
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
}

.shop__info-item.shop__info-item--point {
	display: flex;
	gap: 0.375rem;
}

.shop__info-icon {
	flex-shrink: 0;
	margin-top: 0.5rem;
	width: 1.25rem;
}

.shop__info-title {
	font-size: 1.125rem;
	font-weight: 700;
}

.shop__info-title span {
	border-bottom: 0.0625rem solid;
	display: inline-block;
	padding-bottom: 0.25rem;
}

.shop__info-text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.625rem;
}

.shop__info-text span {
	display: block;
	font-size: 0.875rem;
}

.shop__info-text--access {
	display: flex;
	gap: 0.375rem;
}

.shop__info-text-icon {
	height: 1.25rem;
	margin-top: 0.375rem;
	width: 1.25rem;
}

.shop__info-row {
	display: flex;
	gap: 3.75rem;
}

.shop__info-text.shop__info-text--tel {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1;
}

.shop__info-text--tel a {
	color: #666666;
}

.shop__info-item--time .shop__info-text {
	line-height: 1.2;
}

.shop__image-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
}

.shop__interior,
.shop__exterior {
	aspect-ratio: 362/242;
	position: relative;
}

.shop__interior img,
.shop__exterior img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.shop__interior-caption {
	background-color: #fff;
	bottom: 0;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.5rem 1rem;
	position: absolute;
	right: 0;
}

.shop__map {
	height: 23.75rem;
	margin-top: 4rem;
	max-width: 62.5rem;
}

.shop__map iframe {
	height: 100%;
	width: 100%;
}

.shop__contents {
	margin-top: 4rem;
}

.shop__cta {
	margin-top: 1.625rem;
}

.shop__page-top {
	bottom: 1.5625rem;
	position: absolute;
	right: 1.5625rem;
}

.testimonials {
	background-image: url(../images/common/testimonials-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 23.5625rem;
}

.testimonials__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 7.75rem;
}

.testimonials__slider.swiper-container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	overflow: hidden;
	padding-bottom: 0.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.testimonials__slider {
	margin-top: 3rem;
}

.testimonials__slider.swiper-wrapper { /* スライドの高さを揃える */
	align-items: stretch;
}

.testimonials__slider .swiper-slide {
	height: auto !important;
}

.testimonials__slider .swiper-slide {
	max-width: 36.75rem;
}

.testimonials__card {
	background-color: #fff;
	border: 1px solid #94938F;
	color: #776F6E;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: 36.75rem;
	overflow: hidden;
}

.testimonials__card-head {
	display: flex;
	gap: 5.8620689655%;
	text-align: left;
}

.testimonials__card-image {
	max-width: 56.2068965517%;
}

.testimonials__card-profile {
	flex-shrink: 0;
	padding-top: 3.25rem;
}

.testimonials__card-profile-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.testimonials__card-profile-name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
}

.testimonials__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 2rem 2.5rem;
	text-align: left;
}

.testimonials__card-text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.testimonials__card-description {
	font-size: 1rem;
	line-height: 2;
}

.testimonials__card-text + .testimonials__card-description {
	margin-top: 1.25rem;
}

.testimonials__card-description + .testimonials__card-description {
	margin-top: 0.75rem;
}

.testimonials__pagination.swiper-pagination {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1.875rem;
	position: relative;
}

.testimonials__pagination.swiper-pagination .swiper-pagination-bullet {
	background-color: #dddddd;
	height: 0.9375rem;
	opacity: 1;
	transition: background-color 0.3s;
	width: 0.9375rem;
}

.testimonials__pagination.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ccacb5;
	opacity: 1;
}

.testimonials__review {
	margin-top: 3.625rem;
}

.testimonials__review-inner.inner {
	margin-top: 5.625rem;
	max-width: 1250px;
}

.testimonials__review-head {
	align-content: center;
	background-color: #666666;
	display: grid;
	height: 10.875rem;
	justify-content: center;
	place-content: center;
}

.testimonials__review-head-image {
	max-width: 30.625rem;
	position: relative;
}

.testimonials__review-head-image::before {
	background-image: url(../images/common/testimonials-text-design.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.0625rem;
	position: absolute;
	right: -2.875rem;
	top: -1.5rem;
	width: 3.125rem;
}

.testimonials__review-list {
	grid-gap: 1.625rem 1.875rem;
	display: grid;
	gap: 1.625rem 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
}

.testimonials__review-item {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	color: #776F6E;
	display: flex;
	flex-direction: column;
	padding: 2.125rem min(2.875rem, 3.0666666667vw) 2.875rem;
}

.testimonials__review-header {
	grid-gap: 1.25rem;
	align-items: center;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 4.375rem 1fr;
}

.testimonials__review-star {
	color: #c6587f;
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.testimonials__review-name {
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

.testimonials__review-comment {
	flex: 1;
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.5rem;
}

.cta {
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	position: relative;
}

.cta__card {
	width: 100%;
}

.cta__link-wrapper {
	bottom: 14%;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	position: absolute;
	right: 16%;
	width: 23.75rem;
}

.cta__link {
	width: 23.75rem;
}

.fade-in {
	opacity: 0;
	transition: opacity 2s;
}

.fade-in.is-show {
	opacity: 1;
}

.footer {
	background-color: #494949;
	color: #fff;
	padding-bottom: 2.25rem;
	padding-top: 2.625rem;
}

.footer__list {
	display: flex;
	justify-content: center;
}

.footer__item {
	position: relative;
}

.footer__item:not(:last-child)::after {
	background-color: #fff;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.footer__link {
	display: inline-block;
	font-size: 1rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.footer__copyright {
	display: block;
	font-size: 0.875rem;
	margin-top: 3.375rem;
	text-align: center;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

.header {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	height: 5.25rem;
	left: 0;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1210px;
	padding-left: 6.25rem;
	padding-right: 0.625rem;
}

.header__logo-wrapper a {
	display: flex;
	gap: 0.75rem;
	height: inherit;
}

.header__logo {
	width: 3.375rem;
}

.header__logo-text {
	display: flex;
	flex-direction: column;
	margin-top: 0.0625rem;
}

.header__logo-text-top {
	color: #494949;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.005em;
	line-height: 1;
}

.header__logo-text-bottom {
	color: #494949;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.005em;
	margin-top: 0.25rem;
}

.header__contact {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	height: 100%;
}

.header__line {
	align-items: center;
	display: flex;
	width: 13.375rem;
}

.header__line-link {
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.marker {
	background-color: #F7F0B2;
	color: #776F6E;
	color: #685856;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.page-top {
	aspect-ratio: 1;
}

.page-top--pc {
	display: block;
	width: 4.75rem;
}

.page-top--sp {
	display: none;
}

.page-top.is-show {
	opacity: 1;
	visibility: visible;
}

.price-contents {
	display: flex;
	justify-content: center;
}

.price-contents__item {
	background-color: #fff;
	min-height: 49.75rem;
	position: relative;
	width: 37.125rem;
}

.price-contents__body {
	padding: 1.625rem 2.125rem 2.125rem;
	position: relative;
}

.price-contents__item:nth-child(1)::before {
	background-image: url(../images/common/ribbon-campaign.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.375rem;
	left: 50%;
	position: absolute;
	top: -2.875rem;
	transform: translateX(-50%);
	width: 29.375rem;
}

.price-contents__item:nth-child(1) {
	border: 1.375rem solid #db9eb1;
}

.price-contents__description {
	color: #494949;
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 1.75;
	text-align: center;
}

.price-contents__title {
	border-bottom: 0.0625rem solid #494949;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	padding-bottom: 0.5rem;
}

.price-contents__item:nth-child(1) .price-contents__title {
	margin-top: 1.375rem;
}

.price-contents__item:nth-child(2) .price-contents__title {
	margin-top: 0.75rem;
}

.price-contents__item .price-contents__title img {
	margin-left: auto;
	margin-right: auto;
}

.price-contents__item:nth-child(1) .price-contents__title img {
	width: 15.4375rem;
}

.price-contents__list {
	display: flex;
	gap: 0.375rem;
	justify-content: center;
	margin-top: 0.75rem;
}

.price-contents__plan {
	color: #666666;
	font-size: 0.875rem;
	letter-spacing: 0.075em;
	line-height: 1;
	padding: 0.5rem 0.75rem;
}

.price-contents__item:nth-child(1) .price-contents__plan {
	background-color: rgba(239, 200, 189, 0.3);
}

.price-contents__item:nth-child(1) .price-contents__plan.price-contents__plan-time {
	background-color: #EEEEEE;
}

.price-contents__item:nth-child(2) .price-contents__plan {
	background-color: rgba(239, 225, 202, 0.3);
}

.price-contents__price {
	margin-left: auto;
	margin-right: auto;
}

.price-contents__item:nth-child(1) .price-contents__price {
	max-width: 22.875rem;
}

.price-contents__regular-price {
	color: #666666;
	font-size: 1.5rem;
	margin-top: 0.75rem;
	text-align: center;
}

.price-contents__regular-price span {
	-webkit-text-decoration: line-through;
	text-decoration: line-through;
}

.price-contents__item:nth-child(2) .price-contents__regular-price {
	margin-top: 0.25rem;
}

.price-contents__special-price-note {
	color: #666;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	text-align: left;
	text-align: center;
}

.section {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.shop-contents {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.625rem;
	position: relative;
}

.shop-contents__head {
	background-color: #F0F0F0;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding: 1rem;
}

.shop-contents__image {
	position: relative;
}

.shop-contents__image-caption {
	background-color: #fff;
	bottom: 0;
	font-size: 1rem;
	padding: 0.125rem 1.5625rem;
	position: absolute;
	right: 0;
}

.shop-contents__body {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 1.25rem;
}

.shop-contents__info {
	background-color: inherit;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	padding: 0 1rem;
}

.shop-contents__info-item {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.shop-contents__info-item.shop-contents__info-item-access {
	align-items: center;
	flex-direction: row;
	gap: 0.375rem;
}

.shop-contents__info-title {
	font-size: 1.125rem;
	font-weight: 700;
}

.shop-contents__info-title span {
	border-bottom: 0.0625rem solid;
	display: inline-block;
	padding-bottom: 0.25rem;
}

.shop-contents__info-text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.25rem;
}

.shop-contents__info-text span {
	display: block;
	font-size: 0.875rem;
}

.shop-contents__info-icon {
	flex-shrink: 0;
	margin-top: 0.375rem;
	width: 1.25rem;
}

.shop-heading {
	align-items: center;
	background-color: #494949;
	color: #fff;
	display: flex;
	font-size: 1.625rem;
	font-weight: 400;
	gap: 0.625rem;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
}

.shop-heading span {
	background-color: #fff;
	color: #666666;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.25rem;
	padding: 0.375rem 0.5rem;
	text-align: center;
	text-transform: uppercase;
}

.test {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 1000px;
	width: 100px;
}

.title-jp {
	margin-top: 1.5rem;
}

@media (hover: hover) {

a:hover {
	opacity: 0.8;
}

}

@media (max-width: 1025px) {

html {
	font-size: 1.5609756098vw;
}

}

@media screen and (max-width: 767px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 4.2105263158vw;
}

.anxiety {
	background-image: url(../images/common/anxiety-bg-sp@2x.webp);
	padding-bottom: 3.125rem;
}

.anxiety__head {
	height: 6.25rem;
	height: 11.125rem;
	padding-top: 1.875rem;
}

.anxiety__head-image {
	max-width: 20.625rem;
}

.anxiety__head::before {
	bottom: -3.1875rem;
	height: 3.25rem;
}

.anxiety__inner.inner {
	margin-top: 2.125rem;
	max-width: 86.8421052632%;
	padding-bottom: 2.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 2.75rem;
}

.anxiety__title-en {
	width: 9.0625rem;
}

.anxiety__title-jp {
	width: 16.375rem;
}

.anxiety__list {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
	gap: 0.5rem;
	margin-top: 1.875rem;
	padding: 1.125rem 0.75rem;
	width: 100%;
}

.anxiety__list-item {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	padding-left: 1.25rem;
}

.anxiety__list-item::before {
	top: 0.5rem;
	transform: translateY(0);
}

.anxiety__content {
	margin-top: 1.875rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.anxiety__text {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.anxiety__text:first-of-type {
	margin-top: 0;
}

.benefit {
	background-image: url(../images/common/benefit-bg-sp@2x.webp);
}

.benefit__title-en {
	width: 8.875rem;
}

.benefit__title-jp {
	width: 17rem;
}

.benefit__list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.benefit__item {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
	gap: 0.5rem;
	padding: 1.125rem 0.875rem;
}

.benefit__item:nth-child(1) .benefit__image {
	width: 3.375rem;
}

.benefit__item:nth-child(2) .benefit__image {
	width: 3.25rem;
}

.benefit__item:nth-child(3) .benefit__image {
	width: 3.375rem;
}

.benefit__item:nth-child(4) .benefit__image {
	width: 3.5rem;
}

.benefit__item:nth-child(5) .benefit__image {
	width: 3.0625rem;
}

.benefit__item:nth-child(6) .benefit__image {
	width: 3.125rem;
}

.benefit__item-body {
	max-width: 100%;
}

.benefit__item-title span {
	font-size: 1.0625rem;
}

.benefit__notes {
	line-height: 1.7142857143;
	margin-top: 1.625rem;
	text-align: left;
}

.compare-contents {
	background-image: url(../images/common/before-after-bg-sp@2x.webp);
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.compare-contents__inner.inner {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.compare-contents__list {
	flex-direction: column;
	margin-top: 1rem;
	padding: 0.9375rem;
}

.compare-contents__item {
	width: 100%;
}

.compare-contents__item-body {
	background-color: #ECECEC;
	gap: 0.625rem;
	padding: 0.75rem 0.875rem 1.25rem;
}

.compare-contents__item-note {
	font-size: 0.75rem;
	line-height: 2.1666666667;
}

.compare-contents__item-dd {
	font-size: 0.9375rem;
	line-height: 1;
}

.cta-section {
	background-image: url(../images/common/cta-bg-sp@2x.webp);
}

.cta-section__cta {
	margin-top: 1.375rem;
}

.customer {
	background-image: url(../images/common/customer-bg-sp@2x.webp);
}

.customer__title-en {
	width: 11.6875rem;
}

.customer__title-jp {
	width: 10rem;
}

.customer__list {
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.customer__item {
	width: 100%;
}

.customer__item:nth-child(2) {
	margin-left: 0;
}

.customer__item:nth-child(3) {
	margin-left: 0;
}

.customer__image {
	margin-left: auto;
	margin-right: auto;
	width: 13.375rem;
}

.customer__item:nth-child(3) .customer__image {
	margin-top: 0.625rem;
}

.customer__item:nth-child(3) .customer__image::before {
	aspect-ratio: 154/91;
	background-image: url(../images/common/customer-graph-3-1-sp.svg);
	left: -35%;
	top: 4%;
	width: 10.0625rem;
	width: 9.625rem;
}

.customer__item-title {
	font-size: 1rem;
	height: 2.1875rem;
	width: 20.625rem;
}

.customer__item-text {
	font-size: 0.9375rem;
	line-height: 2;
}

.reason__graph-notes {
	color: #494949;
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 0.625rem;
	text-align: center;
}

.faq__head {
	padding: 1.75rem 0 1.75rem;
}

.faq__title-en {
	width: 3.9375rem;
}

.faq__title-jp {
	width: 5.875rem;
}

.faq__wrapper {
	background-image: url(../images/common/faq-bg-sp@2x.webp);
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.faq__list {
	max-width: 100%;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.faq__item-question {
	align-items: flex-start;
	font-size: 0.9375rem;
	gap: 0.625rem;
	padding: 1rem 2.5rem 1rem 1rem;
}

.faq__item-question::before,
.faq__item-question::after {
	right: 0.625rem;
	width: 1.125rem;
}

.faq__item-question-q {
	margin-top: 0.5rem;
	width: 0.625rem;
}

.faq__item-question span {
	display: block;
	width: 15.375rem;
}

.faq__item-answer {
	font-size: 0.9375rem;
	line-height: 2;
	padding: 1rem 0 1.25rem;
}

.flow__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 6rem;
}

.flow__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 9.1875rem;
}

.flow__list {
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 1.625rem;
}

.flow__item {
	padding: 0;
}

.flow__item-number {
	left: -1.25rem;
	top: -1.25rem;
	width: 3.625rem;
}

.flow__item-body {
	gap: 1rem;
	margin-top: 0;
	padding: 1.125rem 1.125rem 1.75rem;
}

.flow__item-title {
	font-size: 1.125rem;
}

.flow__item-text {
	font-size: 0.9375rem;
	line-height: 2;
}

.fv {
	background-image: none;
	height: auto;
	min-height: auto;
}

.fv__content {
	background-image: url(../images/common/fv-bg-sp@2x.png);
	background-position: center;
	background-size: cover;
	left: auto;
	left: initial;
	max-width: 100%;
	min-width: 100%;
	padding-top: 24.625rem;
	position: relative;
	top: auto;
	top: initial;
	width: 100%;
}

.fv__title-wrapper {
	background-color: rgba(255, 255, 255, 0.7);
	gap: 0.875rem;
	padding-bottom: 2.875rem;
	padding-top: 2.875rem;
}

.fv__head {
	margin-left: auto;
	margin-right: auto;
	width: 12rem;
}

.fv__title {
	margin-left: auto;
	margin-right: auto;
	width: 20.125rem;
}

.fv__badges {
	align-items: center;
	background-color: #fff;
	flex-wrap: wrap;
	gap: 0.625rem;
	padding: 1.5rem 0;
	position: relative;
}

.fv__badge {
	width: 9.625rem;
}

.gallery {
	background-image: url(../images/common/gallery-bg-sp@2x.webp);
	padding: 2.5rem 0;
}

.gallery .swiper-slide,
.gallery__image {
	width: 7.5rem;
}

.impression {
	background-image: url(../images/common/impression-bg-sp@2x.webp);
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.impression__inner.inner {
	flex-direction: column;
	max-width: 100%;
}

.impression__content {
	width: 100%;
}

.impression__content-wrapper {
	margin-left: 0;
	width: 100%;
}

.impression__title-en {
	margin-left: auto;
	margin-right: auto;
	width: 20.4375rem;
}

.impression__title-jp {
	margin-left: auto;
	margin-right: auto;
	width: 13.75rem;
}

.impression__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 1.5rem;
	width: 100%;
}

.impression__text:not(:first-of-type) {
	margin-top: 0.5rem;
}

.impression__summary {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 1.5rem;
	width: 100%;
}

.impression__image-wrapper {
	margin-top: 2rem;
	padding-right: 0;
	width: 100%;
}

.impression__main-image {
	margin-left: 0;
	max-width: 100%;
}

.impression__sub-image {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
	margin-left: 0;
	margin-top: 1.375rem;
	max-width: 100%;
	width: 100%;
}

.menu {
	background-image: url(../images/common/menu-bg-sp@2x.webp);
	padding-bottom: 3.125rem;
	padding-top: 4.75rem;
}

.menu__cta {
	margin-top: 1.375rem;
}

.price {
	background-image: url(../images/common/price-bg-sp@2x.webp);
}

.price__title-en {
	width: 6.25rem;
}

.price__title-jp {
	width: 2.125rem;
}

.price__contents {
	margin-top: 3.75rem;
}

.price__plan-list {
	margin-top: 2.25rem;
}

.price__plan-item {
	flex-direction: column-reverse;
}

.price__plan-content {
	padding: 0.75rem 1.125rem 2.125rem;
	width: 100%;
}

.price__plan-description {
	line-height: 1.4285714286;
	text-align: center;
}

.price__plan-title {
	font-size: 1.125rem;
	text-align: center;
}

.price__plan-features {
	gap: 0.25rem;
	justify-content: center;
	text-align: center;
}

.price__plan-feature {
	font-size: 0.75rem;
}

.price__plan-feature.price__plan-feature--space {
	display: none;
}

.price__plan-image {
	width: 100%;
}

.reason.section {
	padding-bottom: 2.375rem;
}

.reason__title-en {
	width: 8.5rem;
}

.reason__title-jp {
	width: 14rem;
}

.reason__graph-wrapper {
	margin-top: 1.5rem;
	overflow-x: auto;
	white-space: nowrap;
}

.reason__graph {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.375rem;
	width: 33.375rem;
}

.reason__contents {
	margin-top: 3.125rem;
	max-width: 100%;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.reason__list {
	gap: 1.75rem;
}

.reason__item {
	flex-direction: column;
	gap: 1.125rem;
}

.reason__item-image {
	width: 100%;
}

.reason__item:nth-of-type(odd) .reason__item-image {
	order: 1;
}

.reason__item:nth-of-type(even) .reason__item-image {
	order: 1;
}

.reason__item-body {
	width: 100%;
}

.reason__item:nth-of-type(odd) .reason__item-body {
	order: 2;
}

.reason__item:nth-of-type(even) .reason__item-body {
	order: 2;
}

.reason__item-title span {
	font-size: 1.125rem;
}

.reason__item-text-wrapper {
	margin-top: 1.125rem;
}

.reason__item .reason__item-text-wrapper::before {
	bottom: auto;
	bottom: initial;
	top: -2.5rem;
}

.reason__item-text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 1.125rem;
}

.recommendation {
	background-image: url(../images/common/testimonials-bg-sp@2x.webp);
}

.recommendation__title-wrapper {
	padding-bottom: 1.625rem;
	padding-top: 1.25rem;
}

.recommendation__title {
	max-width: 19.8125rem;
}

.recommendation__content {
	padding-top: 2.5rem;
}

.recommendation__list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.recommendation__item {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
}

.recommendation__item-head {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
	gap: 0.625rem;
	grid-template-columns: 5.1875rem 1fr;
	padding: 1.5rem 0.875rem 1.5rem 1.875rem;
}

.js-recommendation-head::before,
.js-recommendation-head::after {
	height: 0.0625rem;
	right: 0.625rem;
	width: 1.125rem;
}

.recommendation__item-head-text {
	font-size: 0.875rem;
}

.recommendation__item-head-name {
	font-size: 1rem;
}

.recommendation__item-body {
	padding: 1.25rem 1.5rem;
}

.recommendation__item-body-text {
	font-size: 1.125rem;
}

.recommendation__item-body-description {
	font-size: 0.9375rem;
	line-height: 2;
}

.recommendation__item-body-text + .recommendation__item-body-description {
	margin-top: 1.125rem;
}

.recommendation__item-body-description + .recommendation__item-body-description {
	margin-top: 0.5rem;
}

.shop {
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.shop__inner {
	padding-bottom: 0;
}

.shop__title-en {
	width: 5.625rem;
}

.shop__title-jp {
	width: 6.375rem;
}

.shop__images {
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.shop__content {
	margin-top: 2rem;
}

.shop__info {
	gap: 2.375rem;
	grid-template-columns: 1fr;
	margin-top: 0.625rem;
}

.shop__info-title {
	font-size: 0.9375rem;
}

.shop__info-text {
	font-size: 0.875rem;
}

.shop__info-text span {
	font-size: 0.75rem;
}

.shop__info-text--access p {
	font-size: 0.875rem;
	line-height: 1.8571428571;
	max-width: 18.75rem;
}

.shop__info-row {
	flex-direction: column;
	gap: 0.625rem;
}

.shop__info-text--tel a {
	cursor: pointer;
	pointer-events: auto;
}

.shop__info-item--time {
	margin-top: 1.625rem;
}

.shop__interior-caption {
	padding: 0.5rem 0.75rem;
}

.shop__map {
	height: 17.5rem;
	margin-left: -1.5625rem;
	margin-right: -1.5625rem;
	margin-top: 2rem;
}

.shop__contents {
	margin-top: 3.75rem;
}

.shop__cta {
	margin-top: 1.375rem;
}

.testimonials {
	background-image: url(../images/common/testimonials-bg-sp@2x.webp);
}

.testimonials__title-en {
	width: 15.9375rem;
}

.testimonials__title-jp {
	width: 5.3125rem;
}

.testimonials__slider.swiper-container {
	max-width: 100%;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.testimonials__slider {
	margin-top: 1.625rem;
}

.testimonials__slider .swiper-slide {
	max-width: 100%;
}

.testimonials__card {
	max-width: 100%;
}

.testimonials__card-head {
	flex-direction: column;
	gap: 0.875rem;
}

.testimonials__card-image {
	max-width: 100%;
}

.testimonials__card-profile {
	display: flex;
	justify-content: space-between;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0;
}

.testimonials__card-profile-text {
	line-height: 1.9285714286;
}

.testimonials__card-profile-name {
	font-size: 0.875rem;
	line-height: 2.2857142857;
}

.testimonials__card-body {
	padding: 1.25rem 1.5rem;
}

.testimonials__card-text {
	font-size: 1.125rem;
}

.testimonials__card-description {
	font-size: 0.9375rem;
	line-height: 2;
}

.testimonials__card-text + .testimonials__card-description {
	margin-top: 1.125rem;
}

.testimonials__card-description + .testimonials__card-description {
	margin-top: 0.5rem;
}

.testimonials__review-inner.inner {
	margin-top: 3.125rem;
}

.testimonials__review-head {
	height: 7rem;
}

.testimonials__review-head-image {
	max-width: 20rem;
}

.testimonials__review-head-image::before {
	height: 1.5625rem;
	right: -1.0625rem;
	top: -1.5rem;
	width: 1.625rem;
}

.testimonials__review-list {
	gap: 1.625rem;
	grid-template-columns: 1fr;
}

.testimonials__review-item {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
	padding: 1.5rem 1.375rem 2.5rem;
}

.testimonials__review-star {
	font-size: 1.25rem;
	line-height: 1;
}

.testimonials__review-name {
	font-size: 0.875rem;
	line-height: 1;
	margin-top: 0.5rem;
}

.testimonials__review-comment {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 1rem;
}

.cta {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
}

.cta__link-wrapper {
	bottom: 17%;
	gap: 1rem;
	right: 50%;
	transform: translateX(50%);
	width: 18.4375rem;
}

.cta__link {
	width: 18.4375rem;
}

.footer {
	padding-bottom: 1rem;
	padding-top: 2rem;
}

.footer__list {
	flex-direction: column;
	gap: 0.25rem;
}

.footer__item:not(:last-child)::after {
	display: none;
}

.footer__link {
	font-size: 0.875rem;
	padding-left: 0;
}

.footer__copyright {
	font-size: 0.625rem;
	margin-top: 2.125rem;
}

.header {
	height: 3.75rem;
}

.header__inner.inner {
	padding-left: 0.9375rem;
	padding-right: 0;
}

.header__logo-wrapper a {
	gap: 0.25rem;
}

.header__logo-text {
	margin-top: 0.25rem;
}

.header__logo-text-top {
	font-size: 1.25rem;
}

.header__logo-text-bottom {
	font-size: 0.625rem;
}

.header__contact {
	gap: 0;
	justify-content: flex-end;
}

.header__line {
	width: 3.75rem;
}

.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.marker {
	background-color: #F6EFAD;
}

.page-top--pc {
	display: none;
}

.page-top--sp {
	bottom: 1.25rem;
	display: block;
	opacity: 0;
	position: fixed;
	right: 0.625rem;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 4.75rem;
	z-index: 1000;
}

.price-contents {
	width: 100%;
}

.price-contents__item {
	max-width: 100%;
	min-height: auto;
	width: 100%;
}

.price-contents__body {
	max-width: 100%;
	min-height: auto;
	padding: 2.5rem 0.625rem 2.5rem;
	width: 100%;
}

.price-contents__item:nth-child(1)::before {
	background-image: url(../images/common/ribbon-campaign-sp.svg);
	height: 4.375rem;
	left: 50%;
	top: -2.25rem;
	transform: translateX(-50%);
	width: 22.375rem;
}

.price-contents__item:nth-child(1) {
	border: 0.625rem solid #db9eb1;
}

.price-contents__description {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.7333333333;
}

.price-contents__title {
	max-width: 13.375rem;
	padding-bottom: 0.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.price-contents__item:nth-child(2) .price-contents__title {
	margin-top: 0.625rem;
}

.price-contents__item:nth-child(1) .price-contents__title img {
	width: 15.125rem;
}

.price-contents__list {
	flex-wrap: wrap;
	gap: 0.5rem 0.1875rem;
	margin-top: 1.25rem;
}

.price-contents__plan {
	font-size: 0.625rem;
	padding: 0.25rem 0.375rem;
}

.price-contents__item:nth-child(1) .price-contents__price {
	margin-top: 0.875rem;
	max-width: 13.375rem;
}

.price-contents__regular-price {
	margin-top: 0.875rem;
}

.price-contents__special-price-note {
	font-size: 0.625rem;
	line-height: 1.4;
}

.section {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.shop-contents {
	width: 100%;
}

.shop-contents__image-caption {
	font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
}

.shop-contents__body {
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 0.625rem;
}

.shop-contents__info {
	gap: 2rem;
	padding: 0;
}

.shop-contents__info-title {
	font-size: 0.9375rem;
}

.shop-contents__info-text {
	font-size: 0.875rem;
}

.shop-contents__info-text span {
	font-size: 0.75rem;
}

.shop-heading {
	font-size: 1.375rem;
}

.shop-heading span {
	font-size: 0.75rem;
	padding: 0.1875rem 0.5rem;
}

.title-jp {
	margin-top: 1rem;
}

}


/*# sourceMappingURL=style.css.map */
