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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
div,
figure,
figcaption,
span,
img,
a,
table,
tr,
th,
td,
blockquote {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

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

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

body {
	background: #FEF7F6;
	color: #3E3A39;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	line-height: 2.2;
}

.l-header {
	height: 5rem;
	left: 0;
	margin-inline: auto;
	max-width: 90rem;
	padding-inline: 1rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

/* ファーストビューを過ぎたあとのh1 */

.transform {
	color: #3E3A39;
}

.transform p {
	color: #3E3A39;
}

.transform svg {
	color: #3E3A39;
}

.l-section {
	padding-block: 6.25rem;
}

.l-inner {
	margin-inline: auto;
	max-width: 74rem;
}

.l-lower-section {
	padding-bottom: 3.75rem;
	padding-top: 10rem;
}

.l-lower-inner {
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 14.9375rem;
}

.c-lower-page__contents-inner {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	padding-bottom: 0;
	text-align: center;
}

.animated__fadeIn {
	filter: blur(10px);
	opacity: 0;
	transition: opacity 0.9s ease, translate 0.9s ease;
	translate: 0 0.625rem;
}

.animated__fadeIn.js-show {
	filter: blur(0);
	opacity: 1;
	translate: 0 0;
}

.c-heading-ja-h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.175rem;
	line-height: 1.5;
}

.c-heading-ja-h2_sp {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	letter-spacing: 0.0375rem;
	line-height: 1.6;
}

.c-heading-ja-h3 {
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.04125rem;
	line-height: 2;
}

.c-ja-text__L {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 2.3;
}

.c-ja-text__L-narrow {
	font-size: 1.125rem;
	letter-spacing: 0.045rem;
	line-height: 1.4;
}

.c-re__text {
	font-size: 0.9375rem;
	letter-spacing: 0.0375rem;
}

.c-re__text-narrow {
	font-size: 0.9375rem;
	letter-spacing: 0.0375rem;
	line-height: 1.8;
}

.c-ja-text__s {
	font-size: 0.8125rem;
	letter-spacing: 0.0325rem;
	line-height: 1.8;
}

.c-ja__nav-text {
	font-size: 0.875rem;
	line-height: 1;
}

.c-en__price-text {
	font-family: "DM Sans", sans-serif;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.4;
}

.c-en__numbering {
	font-family: "DM Sans", sans-serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 300;
	line-height: 1.4;
}

.c-en-h2 {
	font-family: "DM Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
}

.c-en-date {
	font-family: "DM Sans", sans-serif;
	font-size: 0.875rem;
	line-height: 1.4;
}

.c-privacy__text {
	font-size: 0.8125rem;
	line-height: 1; /* 13px */
	text-align: center;
}

.c-copyright__text {
	font-size: 0.8125rem;
	line-height: 1.4; /* 13px */
	text-align: center;
}

.c-section-title__head {
	align-items: center;
	display: flex;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	margin-bottom: 1.25rem;
}

.c-section-title {
	color: #F7B7AE;
}

.c-heading-title__wrapper {
	color: #3E3A39;
	display: flex;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content;
}

.c-blur-text span {
	display: block;
	filter: blur(15px);
	transform: scale(1.1);
	transition: none;
}

.c-lower-page__title-head {
	padding-bottom: 3.75rem;
	position: relative;
}

.c-lower-page__title-head::after {
	background-color: rgba(62, 58, 57, 0.2);
	content: "";
	height: 0.0625rem;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 100%;
	width: 100%;
	width: 100vw;
}

.c-lower-section-title__head {
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 74rem;
}

.c-cta__btn {
	align-items: center;
	box-shadow: 0 0 0.625rem 0 rgba(62, 58, 57, 0.04);
	display: flex;
	gap: 1.875rem;
	padding: 0.5rem 1rem;
}

.c-cta__btn1 {
	background: #F7B7AE;
	margin-right: 0.75rem;
	transition: all 0.3s ease;
}

.c-cta-btn1__text {
	color: #FFFFFF;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.0325rem;
	line-height: 1; /* 13px */
	transition: all 0.3s ease;
}

.c-cta-btn__arrow {
	background: #FFFFFF;
	border-radius: 0.9375rem;
	color: #E9938A;
	height: 0.84375rem;
	padding: 0.09375rem 0.9375rem;
	position: relative;
	transition: left 0.3s ease;
}

.c-cta-btn__arrow svg {
	height: 0.5625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: left 0.3s ease;
	translate: -50% -50%;
	width: 0.5625rem;
}

.c-cta__btn2 {
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0 0 0.625rem 0 rgba(62, 58, 57, 0.04);
	display: flex;
	height: 3.75rem;
	justify-content: space-between;
	margin-inline: auto;
	margin-top: 5.3125rem;
	max-width: 15.5rem;
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	transition: all 0.3s ease;
}

.c-cta-btn__arrow2 {
	background: #F7B7AE;
	color: #FFFFFF;
	transition: left 0.3s ease;
}

.c-cta-btn2__text {
	color: #3E3A39;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.0375rem;
	line-height: 0.9; /* 13.5px */
}

.c-sns-icon__btn {
	height: 1.5rem;
	margin-inline: auto;
	text-align: center;
	width: 1.5rem;
}

.c-sns-icon__btn img {
	display: block;
	
}

.c-hover-under-line {
	display: inline-block;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-hover-under-line::after {
	background: #3E3A39;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	scale: 0;
	transform-origin: left center;
	transition: scale 0.5s ease;
	width: 100%;
}

.c-back__btn2 {
	background-color: #FEF7F6;
	box-shadow: none;
	display: flex;
	gap: 0.875rem;
	height: 2rem;
	margin-inline: auto;
	margin-top: 0;
	max-width: 10.5rem;
	padding: 0.5rem 1rem;
	transition: all 0.3s ease;
}

.c-back__btn2 .c-lower__back-text {
	color: #3E3A39;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.035rem;
	line-height: 1; /* 14px */
}

.c-back__btn2 .c-back-btn__arrow {
	background-color: #F7B7AE;
	border-radius: 1.25rem;
	color: #FFFFFF;
	height: 1.125rem;
	padding: 0.1875rem 0.625rem;
	position: relative;
	width: 2rem;
}

.c-back__btn2 .c-back-btn__arrow svg {
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: left 0.3s ease;
	translate: -50% -50%;
	width: 0.75rem;
}

.c-breadcrumb {
	margin-top: auto;
}

.c-breadcrumb__angle-right {
	aspect-ratio: 1/1;
	background: url(../img/breadcrumb-angle-right.svg) center/cover no-repeat;
	display: inline-block;
	height: 0.75rem;
	padding-inline: 0.625rem;
	width: 0.75rem;
}

.p-header__inner {
	display: flex;
	justify-content: space-between;
	padding-block: 1.25rem 0.5rem;
}

.p-header__heading-wrapper {
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content;
}

.p-head-ja_s {
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1725rem;
	line-height: 1.2;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__drawer {
	background: #F9D3CD;
	box-shadow: 0 0 10px 0 rgba(62, 58, 57, 0.08);
	height: 100vh;
	height: 100svh;
	max-height: 40.75rem;
	max-width: 37.6875rem;
	opacity: 0; /*はじめは透過0*/
	overflow: hidden;
	padding: 3.75rem 4rem;
	position: fixed;
	right: 4rem;
	top: 5.5rem;
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: -90;
}

.p-header__drawer.js-show {
	opacity: 1;
	transition: all 0.3s;
	visibility: visible;
	z-index: 999;
}

.p-header-drawer__inner {
	display: flex;
	flex-direction: column;
	height: auto;
	margin-inline: auto;
	max-width: 29.6875rem;
	row-gap: 1.25rem;
	width: 100%;
}

.p-header-drawer__title {
	text-align: center;
}

.p-header-drawer__menu {
	display: flex;
	flex-direction: column;
	height: -moz-fit-content;
	height: fit-content;
	row-gap: 1.25rem;
	transition: all 0.3s;
	width: 100%;
}

.p-header-drawer__list {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(5, auto);
	height: auto;
	margin-inline: auto;
	row-gap: 1.125rem;
	-moz-column-gap: 5.375rem;
	column-gap: 5.375rem;
	padding-block: 0.5625rem 0.5625rem;
}

.p-header-drawer__list a::before {
	background: url(../img/img-drawer-list-icon.svg) center/cover no-repeat;
	content: "";
	height: 0.75rem;
	left: -1.375rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.75rem;
}

.p-header-drawer__list li {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 2; /* 26px */
	position: relative;
}

.p-drawer-btn__wrapper {
	display: flex;
	flex-direction: column;
	position: fixed;
}

.p-drawer__icon {
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	height: 2.75rem;
	right: 3.0625rem;
	top: 1.25rem;
	width: 3rem;
	z-index: 102;
	align-items: center;
}

.p-drawer__icon-border-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.33125rem;
	justify-content: center;
	padding-bottom: 0.1875rem;
	padding-top: 0.5rem;
	align-items: center;
}

.p-drawer-btn__text {
	color: #E9938A;
	font-family: "DM Sans", sans-serif;
	font-size: 0.6875rem;
	font-weight: 300;
	letter-spacing: 0.0275rem;
	line-height: 1; /* 11px */
	text-align: center;
}

.p-drawer-icon__bar {
	background: #E9938A;
	height: 0.0875rem;
	margin-inline: auto;
	transition: all 0.3s ease;
	width: 1.3375rem;
}

.p-drawer__icon.js-show .p-drawer-icon__bar:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 0.4125rem;
}

.p-drawer__icon.js-show .p-drawer-icon__bar:nth-of-type(2) {
	opacity: 0;
}

.p-drawer__icon.js-show .p-drawer-icon__bar:nth-of-type(3) {
	rotate: -45deg;
	translate: 0 -0.4125rem;
}

.p-fv {
	position: relative;
}

.p-slide {
	height: 50.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-slide-image {
	animation: slider-1 20s linear infinite;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-slide-image:nth-child(1) {
	animation-delay: -2s;
	background-image: url(../img/img-fv-image-1.webp);
}

.p-slide-image:nth-child(2) {
	animation-delay: 3s;
	background-image: url(../img/img-fv-image-2.webp);
}

.p-slide-image:nth-child(3) {
	animation-delay: 8s;
	background-image: url(../img/img-fv-image-3.webp);
}

.p-slide-image:nth-child(4) {
	animation-delay: 13s;
	background-image: url(../img/img-fv-image-4.webp);
}

.p-fv-copy__wrapper {
	bottom: 2.625rem;
	display: flex;
	flex-direction: column;
	left: 8.125rem;
	position: absolute;
	row-gap: 0.6875rem;
	z-index: 1;
}

.p-fv-copy__01 {
	align-items: center;
	color: #FFFFFF;
	display: flex;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.3; /* 28.6px */
	text-shadow: 0 0 0.5rem rgba(62, 58, 57, 0.5);
}

.p-fv-copy__01::after {
	background: #FFFFFF;
	content: "";
	height: 0.0625rem;
	margin-left: 0.625rem;
	width: 2.6875rem;
}

.p-fv-main-copy__01,
.p-fv-main-copy__02,
.p-fv-main-copy__03 {
	color: #FFFFFF;
	font-family: "Zen Old Mincho", serif;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.3;
	text-shadow: 0 0 0.5rem rgba(62, 58, 57, 0.5);
}

.p-fv-main-copy__03 {
	font-size: 3.5rem;
	letter-spacing: -0.25rem;
	line-height: 1; /* 56px */
}

.p-fv-copy-03 {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05625rem;
	line-height: 1.5; /* 22.5px */
	text-shadow: 0 0 0.5rem rgba(62, 58, 57, 0.5);
}

.p-worry {
	background: linear-gradient(180deg, #FDEDEB 0%, #F9D3CD 25%, #F9D3CD 50%, #F9D3CD 75%, #FEF7F6 100%);
	overflow: hidden;
	position: relative;
}

.p-worry__bg-left,
.p-worry__bg-center,
.p-worry__bg-right {
	position: absolute;
}

.p-worry__bg-left {
	background: url(../img/img-worry-left-vector.svg) center/cover no-repeat;
	bottom: 7.0390625rem;
	height: 13.5625rem;
	left: 3.3125rem;
	width: 18rem;
}

.p-worry__bg-center {
	background: url(../img/img-worry-center-vector.svg) center/cover no-repeat;
	bottom: 5.4765625rem;
	height: 18.125rem;
	right: 27.4375rem;
	width: 30.375rem;
}

.p-worry__bg-right {
	background: url(../img/img-worry-right-vector.svg) center/cover no-repeat;
	bottom: 3.5390625rem;
	height: 12.375rem;
	right: -8.5rem;
	width: 16.5rem;
}

.p-worry__inner {
	display: flex;
	flex-direction: column;
	row-gap: 3.75rem;
}

.p-worry__title {
	text-align: center;
}

.p-worry__contents {
	display: flex;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	position: relative;
	z-index: 1;
}

.p-worry-text__wrapper-left,
.p-worry-text__wrapper-right {
	display: flex;
	flex-direction: column;
	padding-bottom: 1.625rem;
	padding-top: 1.625rem;
	row-gap: 2rem;
}

.--ml {
	margin-left: 6.25rem;
}

.p-worry__text {
	padding-left: 1.6875rem;
	position: relative;
}

.p-worry__text::before {
	background: url(../img/img-worry-check-icon.svg) center/cover no-repeat;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 0.75rem;
}

.p-about__container {
	display: grid;
	grid-template-areas: "left top right" "left top right" "left bottom right";
	grid-template-columns: minmax(0, 21.9375rem) 1fr minmax(0, 15.5rem);
	-moz-column-gap: clamp(1.25rem, 4%, 3.90625rem);
	column-gap: clamp(1.25rem, 4%, 3.90625rem);
}

.p-about-picture_wrapper-left {
	grid-area: left;
	min-height: 25rem;
	position: relative;
}

.p-about-img__left {
	bottom: 20.0625rem;
	height: 21.9375rem;
	overflow: hidden;
	width: 21.9375rem;
}

.p-about-picture_wrapper-right {
	grid-area: right;
	min-height: 31.25rem;
	position: relative;
}

.p-about-title__contents {
	grid-area: top;
}

.p-about-content__text-bottom {
	display: flex;
	flex-direction: column;
	grid-area: bottom;
	margin-top: 3.75rem;
	row-gap: 4rem;
}

.p-about-picture_wrapper-right,
.p-about-picture_wrapper-left {
	position: relative;
}

.p-about-content__text-top {
	margin-top: 6.25rem;
}

.p-about-content__text-top span {
	display: block;
}

.p-about-img__right-1,
.p-about-img__right-2,
.p-about-img__left,
.p-about-img-left__bg-s,
.p-about-img-left__bg-m,
.p-about-img-left__bg-l,
.p-about-img-right__bg-s,
.p-about-img-right__bg-m,
.p-about-img-right__bg-l {
	position: absolute;
}

.p-about__bg-s,
.p-about__bg-m,
.p-about__bg-l {
	content: "";
	position: absolute;
}

.p-about__bg-s {
	aspect-ratio: 1/1;
	background: url(../img/img-about-bg-circle-s.svg) center/cover no-repeat;
	height: 5rem;
	width: 5rem;
}

.p-about__bg-m {
	aspect-ratio: 1/1;
	background: url(../img/img-about-bg-circle-m.svg) center/cover no-repeat;
	height: 7.5rem;
	width: 7.5rem;
}

.p-about__bg-l {
	aspect-ratio: 1/1;
	background: url(../img/img-about-bg-circle-l.svg) center/cover no-repeat;
	height: 14.75rem;
	width: 14.75rem;
}

.p-about-img-left__bg-s {
	bottom: 9.75rem;
	right: 2.75rem;
}

.p-about-img-left__bg-m {
	bottom: 35.5rem;
	left: 50%;
	translate: -50%;
}

.p-about-img-left__bg-l {
	bottom: 13.3125rem;
	right: -1rem;
}

.p-about-img__right-1 {
	height: 15.5rem;
	overflow: hidden;
	top: 15.25rem;
	width: 15.5rem;
}

.p-about-img-right__bg-s {
	left: -0.8125rem;
	top: 7.6875rem;
}

.p-about-img-right__bg-l {
	left: -0.8125rem;
	top: 10.1875rem;
}

.p-about-img__right-2 {
	bottom: 0;
	height: 8.9375rem;
	left: 0;
	overflow: hidden;
	width: 8.9375rem;
}

.p-about-img-right__bg-m {
	bottom: 6.3125rem;
	left: 4.8125rem;
}

.p-features {
	background: url(../img/img-features-noise.webp) center/cover no-repeat;
}

.p-features__title {
	color: #FFFFFF;
}

.p-features__items {
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
	row-gap: 4rem;
}

.p-features__item {
	display: flex;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-features__item:nth-child(even) {
	flex-direction: row-reverse;
}

.animated__clipView {
	clip-path: inset(100% 0 0 0);
	opacity: 0;
	transform: translateY(40px);
	transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease, transform 0.8s ease;
}

.animated__clipView.js-show {
	clip-path: inset(0 0 0 0);
	opacity: 1;
	transform: translateY(0);
}

.p-features-item__contents {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	max-width: 35rem;
	row-gap: 1.6875rem;
	width: 100%;
}

.p-features-item-number__wrapper {
	display: flex;
}

.p-features-item__head {
	color: #FFFFFF;
	font-family: "DM Sans", sans-serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 300;
	line-height: 1.4; /* 33.6px */
	margin-top: auto;
}

.p-features-item__image {
	width: 100%;
}

.p-features-item__image img {
	width: 100%;
}

.p-features-item__number {
	color: #FFFFFF;
	font-family: "DM Sans", sans-serif;
	font-size: 4rem;
	font-style: italic;
	font-weight: 200;
	line-height: 1; /* 64px */
}

.p-features-item__title {
	font-style: normal;
}

.p-ponnyo {
	background: url(../img/img-whatsPonnyo.webp) center/cover no-repeat;
	overflow: hidden;
	position: relative;
}

.p-ponnyo::before {
	background: inherit;
	content: "";
	filter: blur(20px);
	inset: 0;
	position: absolute;
	transform: scale(1.05);
	transition: filter 2.5s ease, opacity 2.5s ease;
	z-index: 0;
}

.p-ponnyo.is-focused::before {
	filter: blur(0px);
}

.p-ponnyo__inner {
	display: flex;
	position: relative;
	z-index: 1;
}

.p-ponnyo__contents {
	margin-left: 33rem;
	margin-right: auto;
	padding-left: 6rem;
}

.p-ponnyo__content {
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
	row-gap: 1.5rem;
}

.p-menu__main-wrapper,
.p-menu__option-wrapper {
	display: flex;
	-moz-column-gap: 3.75rem;
	border-bottom: 0.0625rem solid rgba(62, 58, 57, 0.2);
	column-gap: 3.75rem;
	margin-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.p-menu__main-title,
.p-menu__option-head {
	max-width: 15.5rem;
	width: 100%;
}

.p-menu__main-item {
	display: flex;
	-moz-column-gap: 4.6875rem;
	border-bottom: 0.0625rem solid rgba(62, 58, 57, 0.2);
	column-gap: 4.6875rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.p-menu__main-item:first-child {
	padding-top: 0;
}

.p-menu__main-item:nth-child(4) {
	border-bottom: 0;
}

.p-menu__image {
	height: 100%;
	max-height: 32.9375rem;
	max-width: 22rem;
	position: relative;
	width: 100%;
}

.p-menu__image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	max-height: 32.9375rem;
	max-width: 22rem;
	width: 100%;
}

.--position-y img {
	bottom: 3.75rem;
	position: relative;
}

.animated__clipView {
	clip-path: inset(100% 0 0 0);
	opacity: 0;
	transform: translateY(40px);
	transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease, transform 0.8s ease;
}

.animated__clipView.js-show {
	clip-path: inset(0 0 0 0);
	opacity: 1;
	transform: translateY(0);
}

.p-menu__caption {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.6) 100%);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	padding: 1.5rem;
	position: absolute;
	width: 100%;
}

.p-menu__content {
	display: flex;
	flex-direction: column;
	row-gap: 1.75rem;
}

.p-menu__head-wrapper {
	border-left: 0.125rem solid #E9938A;
	padding-left: 1.25rem;
}

.p-menu__title {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.p-menu__category,
.p-menu__category-title {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.04125rem;
	line-height: 1; /* 22px */
}

.p-menu__meta {
	margin-top: 1.1875rem;
}

.p-menu__time-wrapper {
	display: flex;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.p-menu__time-l {
	height: 1.75rem;
}

.p-menu__time-text-all-l {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1; /* 20px */
	padding-right: 0.5rem;
}

.p-menu__time-all-l,
.p-menu__time-all-s {
	position: relative;
}

.p-menu__time-all-l::before,
.p-menu__time-all-s::before {
	background: rgba(62, 58, 57, 0.2);
	content: "";
	height: 1.25rem;
	left: 0rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.0625rem;
}

.p-menu__time-all-l {
	font-family: "DM Sans", sans-serif;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1; /* 28px */
	padding-left: 0.5rem;
}

.p-menu__other {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1; /* 16px */
}

.p-menu__time-text-all-s {
	padding-right: 0.3125rem;
}

.p-menu__time-all-s {
	font-family: "DM Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1; /* 18px */
	padding-left: 0.3125rem;
}

.p-menu__other2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1; /* 16px */
}

.p-menu__price {
	display: inline-block;
	font-family: "DM Sans", sans-serif;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1; /* 28px */
}

.p-menu__badge {
	background: #F9D3CD;
	padding-block: 0.125rem;
	padding-inline: 0.5rem;
}

.p-menu__sub-title {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.035rem;
	line-height: 2.3; /* 32.2px */
	padding-top: 1.5rem;
}

.p-menu__option-image {
	height: 100%;
	max-height: 13rem;
	max-width: 22rem;
	width: 100%;
}

.p-menu__option-image img {
	-o-object-fit: cover;
	object-fit: cover;
}

.--border-bottom-0 {
	border-bottom: 0;
}

.p-menu__campaign {
	background: #F9D3CD;
	margin-top: 3.75rem;
	padding: 2rem 4rem;
}

.p-menu__campaign-container {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
	text-align: center;
}

.p-menu__campaign-head {
	position: relative;
}

.p-menu__campaign-head::before,
.p-menu__campaign-head::after {
	height: 1.625rem;
	position: absolute;
	top: 0.3125rem;
	width: 1.875rem;
}

.p-menu__campaign-head::before {
	border-left: 1px solid #3E3A39;
	content: "";
	left: 13.125rem;
	transform: rotate(-20deg);
}

.p-menu__campaign-head::after {
	border-right: 1px solid #3E3A39;
	content: "";
	transform: rotate(20deg);
}

.p-menu__campaign-img-wrapper {
	display: flex;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	margin-inline: auto;
}

.p-menu__campaign-img-left,
.p-menu__campaign-img-right {
	background: #FFFFFF;
	height: 100%;
	max-height: 12.125rem;
	max-width: 31rem;
	position: relative;
	width: 100%;
}

.p-menu__campaign-img-left::before,
.p-menu__campaign-img-left::after,
.p-menu__campaign-img-right::before,
.p-menu__campaign-img-right::after {
	background: #F9D3CD;
	border-radius: 50%;
	content: "";
	height: 3.4375rem;
	position: absolute;
	width: 3.0625rem;
}

.p-menu__campaign-img-left::before,
.p-menu__campaign-img-right::before {
	left: -1.5625rem;
	top: 50%;
	translate: 0 -50%;
}

.p-menu__campaign-img-left::after,
.p-menu__campaign-img-right::after {
	right: -1.5625rem;
	top: 50%;
	translate: 0 -50%;
}

.p-contact {
	background: url(../img/img-Contact.webp) center/cover no-repeat;
	padding-block: 4.375rem;
}

.p-contact__inner {
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	max-width: 35rem;
	row-gap: 3.75rem;
}

.p-contact__title-head {
	justify-content: center;
}

.p-section__caption {
	text-align: center;
}

.p-contact__present-text-wrap {
	height: 3.25rem;
	position: relative;
}

.p-contact__present-text-border svg {
	height: 2.5625rem;
	width: 22rem;
}

.p-contact__present-text-border,
.p-contact__present-text,
.p-contact__present-text-border-rotate {
	left: 50%;
	position: absolute;
	translate: -50%;
}

.p-contact__present-text {
	margin-inline: auto;
	max-width: 22rem;
	white-space: nowrap;
}

.p-contact__present-text-border-rotate {
	bottom: calc(50% - 1.5rem);
	height: 0.625rem;
	left: calc(50% + 0.3125rem);
	width: 0.5625rem;
}

.p-contact__btn {
	background-color: #F7B7AE;
	margin-top: 1rem;
}

.p-contact__btn .p-contact__btn-text {
	color: #FFFFFF;
}

.p-contact__btn .p-contact__btn-arrow {
	background-color: #FFFFFF;
}

.p-contact__btn .p-contact__btn-arrow svg {
	color: #F7B7AE;
	height: 0.75rem;
	width: 0.75rem;
}

.js-stagger-item {
	opacity: 0;
	transform: translateY(30px);
}

.p-message__inner {
	display: flex;
	flex-direction: column;
	row-gap: 3.8125rem;
}

.p-message__content {
	display: flex;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-message__content-left {
	max-width: 35rem;
}

.p-message__content-left-caption {
	border-bottom: 0.0625rem solid rgba(62, 58, 57, 0.2);
	padding-bottom: 1.125rem;
}

.p-message__content-left-title {
	padding-top: 1.8125rem;
}

.--mt {
	margin-top: 1.875rem;
}

.p-message__content-right-name {
	border-bottom: 0.0625rem solid rgba(62, 58, 57, 0.2);
	margin-top: 1.5rem;
	padding-bottom: 1rem;
}

.p-message__content-right-certified {
	color: rgba(62, 58, 57, 0.7);
	padding-top: 1rem;
}

.p-voice {
	overflow: hidden;
	padding-bottom: 11.5rem;
}

.p-voice-card__swiper-slide-title {
	height: 100%;
	max-height: 3.125rem;
}

.p-voice-card__swiper-container,
.p-voice-card__swiper,
.p-voice-card__swiper-wrapper,
.p-voice-card__swiper-slide {
	position: relative;
}

.p-voice-card {
	padding-top: 3.75rem;
}

.p-voice-card .p-voice-card__swiper {
	overflow: visible;
}

.p-voice-card .p-voice-card__swiper-slide {
	background: #FFFFFF;
	height: 36.375rem;
	padding: 1rem;
	width: 22rem;
}

.p-voice-card__swiper-slide-img {
	height: 28.75rem;
	margin-top: 1rem;
	width: 20.5rem;
}

.p-voice-card__swiper-slide-img img {
	-o-object-fit: cover;
	height: 28.75rem;
	object-fit: cover;
}

/* 位置のreset */

.p-voice-card .swiper-button-prev,
.p-voice-card .swiper-button-next,
.p-voice-card .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: unset;
	left: unset;
	margin: 0;
	padding: 0;
	right: unset;
	top: unset;
}

/* =============================
  ナビゲーションボタン
============================= */

/* デフォルトのボタンを初期化 */

.p-voice-card .swiper-button-prev::after,
.p-voice-card .swiper-button-next::after {
	content: ""; /* デフォルトのものを初期化 */
}

.p-voice-card { /* 各ボタンのカスタマイズ */
}

.p-voice-card .swiper-button-prev,
.p-voice-card .swiper-button-next {
	height: 1.5rem;
	opacity: 1 !important;
	top: calc(100% + 3.75rem);
	width: 2.625rem;
}

.p-voice-card .swiper-button-prev svg,
.p-voice-card .swiper-button-next svg {
	height: 100%;
	width: 100%;
}

.p-voice-card .p-swiper-btn__arrow {
	height: 1.5rem;
	padding: 0.3125rem 0.875rem;
	width: 2.625rem;
	width: 100%;
}

.p-voice-card .p-swiper-btn__arrow svg {
	height: 0.875rem;
	width: 0.875rem;
}

.p-voice-card .swiper-button-prev {
	left: 19.375rem;
}

.p-voice-card .swiper-button-next {
	right: 19.375rem;
}

.p-voice-card { /* =============================
      ページネーション (progressbar)
  ============================= */ /* 位置の設定と外枠 */
}

.p-voice-card .swiper-pagination-progressbar.swiper-pagination-horizontal {
	background: rgba(62, 58, 57, 0.2);
	height: 0.0625rem;
	left: 50%;
	top: calc(100% + 4.5rem);
	translate: -50%;
	width: 22rem;
}

.p-voice-card { /* activeな部分 */
}

.p-voice-card .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #3E3A39;
}

.p-flow__bg-img {
	background-attachment: fixed;
	background-image: url(../img/img-flow-bg2.webp);
	background-position: center;
	background-size: cover;
	height: 18.625rem;
	padding-top: 18.625rem;
	position: relative;
	position: relative;
	z-index: 2;
}

.p-flow__bg-img::before {
	background-color: rgba(247, 255, 226, 0.2);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-flow__main-card-wrapper {
	display: flex;
	gap: 2.25rem;
	margin-top: 3.75rem;
}

.p-flow__main-card {
	background-color: #FFFFFF;
	max-width: 13rem;
	position: relative;
	width: 100%;
}

.p-flow__main-card::after {
	background: url(../img/img-flow-arrow.svg) center/cover no-repeat;
	content: "";
	height: 2.375rem;
	position: absolute;
	right: -1.75rem;
	top: 53%;
	translate: 0 -53%;
	width: 1.25rem;
}

.p-flow__main-card:last-child::after {
	content: none;
}

.p-flow__main-card-inner {
	display: flex;
	flex-direction: column;
	row-gap: 0.75rem;
}

.p-flow__main-card-head {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 0.75rem 0rem 0.75rem;
	row-gap: 0.75rem;
	text-align: center;
}

.p-flow__main-card-number {
	border-bottom: 0.0625rem solid #F7B7AE;
	border-top: 0.0625rem solid #F7B7AE;
	color: #F7B7AE;
}

.p-flow__main-card-title {
	align-items: center;
	display: flex;
	height: 5rem;
	justify-content: center;
	position: relative;
}

.p-flow__main-card-img {
	max-width: 13rem;
	width: 100%;
}

.p-flow__main-card-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 18.1875rem;
}

.p-flow__main-card-text {
	padding: 0rem 0.75rem 0.5rem 0.75rem;
}

.p-column {
	padding-bottom: 5.625rem;
}

.p-column__inner {
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	max-width: 48rem;
	row-gap: 3.75rem;
}

.p-column__section-title-wrapper {
	margin-inline: auto;
}

.p-column__section-title-head {
	justify-content: center;
}

.p-column__contents {
	display: flex;
	flex-direction: column;
	row-gap: 4rem;
}

.p-column__contents-item {
	display: flex;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	cursor: pointer;
}

.p-column__contents-item-left {
	height: 9.6875rem;
	max-width: 15.5rem;
	width: 100%;
}

.p-column__contents-item-right {
	display: flex;
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	flex-grow: 1;
}

.p-column__contents-item-info {
	max-width: 26rem;
	width: 100%;
}

.p-column__contents-item-info-date {
	color: rgba(62, 58, 57, 0.6980392157);
	margin-right: 1rem;
}

.p-column__contents-item-info-tag {
	border: 1px solid rgba(62, 58, 57, 0.2);
	padding-inline: 0.75rem;
}

.p-column__contents-item-info-text {
	margin-top: 1rem;
}

.p-column__contents-item-info-btn-arrow {
	border-radius: 1.25rem;
	height: 1.25rem;
	padding: 0.125rem 1.25rem;
	width: 3.5rem;
}

.p-column__contents-item-info-btn-arrow svg {
	height: 1rem;
	width: 1rem;
}

.p-column__contents-more-btn-wrapper {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	margin-inline: auto;
	padding: 0.5rem 1rem;
}

.p-column__contents-more-btn-text {
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.035rem;
	line-height: 1; /* 14px */
}

.p-column__contents-more-btn-arrow {
	background: #F7B7AE;
	border-radius: 1.25rem;
	color: #FFFFFF;
	height: 1.125rem;
	padding: 0.1875rem 0.625rem;
	width: 2rem;
}

.p-column__contents-more-btn-arrow svg {
	height: 0.75rem;
	width: 0.75rem;
}

.p-faq {
	background-color: #FFFFFF;
}

.p-faq__inner {
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	max-width: 48rem;
	row-gap: 3.75rem;
}

.p-faq__section-title-wrapper {
	margin-inline: auto;
}

.p-faq__section-title-head {
	justify-content: center;
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.faq__items {
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	row-gap: 1.5rem;
	width: 100%;
}

.faq__item {
	background: #FEF7F6;
	padding: 2rem;
}

.faq__question-arrow img {
	max-width: 1.5rem;
}

.faq__question {
	align-items: center;
	display: flex;
	gap: 1rem;
	position: relative;
	width: 100%;
}

details[open] .faq__question {
	padding-bottom: 1.25rem;
}

details[open] .faq__question .faq__question-arrow {
	rotate: 180deg;
	transition: rotate 0.3s ease;
}

.faq__question-q,
.faq__answer-a {
	color: #E9938A;
	font-family: "DM Sans", sans-serif;
	font-size: 1.25rem;
	line-height: 1; /* 20px */
}

.faq__question-text {
	display: block;
	flex-grow: 1;
	padding-bottom: 0;
	position: relative;
}

.faq__question-arrow {
	transition: rotate 0.3s ease;
}

.faq__answer {
	align-items: center;
	border-top: 0.0625rem solid rgba(62, 58, 57, 0.2);
	display: flex;
	gap: 1rem;
	padding-top: 1.25rem;
}

.faq__answer-a {
	position: relative;
}

.faq__answer-text {
	flex-grow: 1;
	position: relative;
}

.p-access__inner {
	display: flex;
	flex-direction: column;
	row-gap: 4rem;
}

.p-access__container {
	display: flex;
	flex-direction: column;
	row-gap: 4rem;
}

.p-access__items {
	display: flex;
	justify-content: space-between;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-access-item__left {
	display: flex;
	flex-direction: column;
	max-width: 40rem;
	row-gap: 2rem;
	width: 100%;
}

.p-access-item-left__head {
	display: flex;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	align-items: center;
}

.p-access-head-ja_s {
	font-size: 0.51875rem;
	font-weight: 400;
	letter-spacing: 0.1341875rem;
	line-height: 1.2; /* 9.907px */
}

.p-access__wrap {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
	row-gap: 1rem;
}

.p-access-icon__btn {
	margin-inline: 0;
}

.p-access-wrap__info {
	display: flex;
}

.p-access-wrap__info-item {
	margin-right: 0.75rem;
	max-width: 4.25rem;
	width: 100%;
}

.p-access-wrap__info-description {
	padding-left: 0.75rem;
	position: relative;
}

.p-access-wrap__info-description::before {
	background: rgba(62, 58, 57, 0.2);
	content: "";
	height: 0.875rem;
	left: 0rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.0625rem;
}

.p-access-t0::before {
	top: 0.8125rem;
}

.p-access-item__left-icon {
	text-align: center;
	width: 6.75rem;
}

.p-access-item__left-icon-wrapper {
	display: flex;
	-moz-column-gap: 1.5rem;
	align-items: center;
	column-gap: 1.5rem;
}

.p-access-item__left-text {
	margin-top: 0.5rem;
}

.p-access-item__right {
	max-width: 35rem;
	position: relative;
	width: 100%;
}

.p-access-item__right::before {
	content: "";
	display: block;
	padding-top: 75.7142857143%;
}

.p-access-item__right iframe {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-access-image__wrapper {
	display: flex;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-access__image {
	width: 100%;
}

.p-access__image img {
	width: 100%;
}

.p-footer {
	border-top: 0.0625rem solid rgba(62, 58, 57, 0.2);
	margin-bottom: 1.25rem;
	margin-inline: auto;
	max-width: 74rem;
}

.p-footer-heading-title__wrapper {
	gap: 0.1875rem;
}

.p-footer__inner {
	display: flex;
	flex-direction: column;
	margin-bottom: 2.4375rem;
	margin-top: 2.5rem;
	row-gap: 1.625rem;
}

.p-footer__content {
	display: flex;
	justify-content: space-between;
}

.p-footer-grid__menu {
	max-width: 15.375rem;
	width: 100%;
}

.p-footer-grid__list {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 2; /* 26px */
	-moz-column-gap: 3.4375rem;
	column-gap: 3.4375rem;
	padding-top: 0.25rem;
	row-gap: 0;
}

.p-footer-cta__btn {
	gap: 57px;
	height: 3.75rem;
	margin-right: 0;
	max-width: 15.5rem;
	padding-left: 1.5rem;
}

.p-cta-footer__text {
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.0375rem;
	line-height: 0.9; /* 13.5px */
}

.p-cta-footer__btn-arrow svg {
	height: 0.75rem;
	width: 0.75rem;
}

.p-footer__bottom {
	display: flex;
	justify-content: space-between;
	padding-block: 1.5rem;
}

.is-lower .p-lower__heading-wrapper {
	color: #3E3A39;
}

.p-lower__heading-wrapper img {
	color: inherit;
}

.p-lower__column-contents-inner {
	display: flex;
	flex-direction: column;
	padding-block: 6.25rem;
	padding-bottom: 0;
	row-gap: 4rem;
}

.p-lower__column-contents-inner span {
	display: inline-block;
}

.p-lower__column-contents {
	margin-inline: auto;
	max-width: 48rem;
	width: 100%;
}

.p-lower__column-contents-tag-inner {
	display: flex;
	width: 100%;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	justify-content: center;
}

.p-lower__column-contents-tag-inner span {
	display: block;
}

.p-lower__column-contents-tag {
	border: 1px solid rgba(62, 58, 57, 0.2);
	font-size: 0.8125rem;
	letter-spacing: 0.0325rem;
	line-height: 1.5; /* 19.5px */
	padding-inline: 0.75rem;
}

.pagination {
	align-items: center;
	display: flex;
	gap: 0 1.25rem;
	justify-content: center;
	padding: 0;
}

.pagination .prev {
	margin-right: 2.75rem;
}

.pagination .next {
	margin-left: 2.75rem;
}

.pagination a,
.pagination span {
	align-items: center;
	display: flex;
	height: 2.625rem;
	justify-content: center;
	padding: 0.53125rem 1.125rem;
	width: 2.625rem;
}

/* .pagination  .current a {
	border-bottom: 0.0625rem solid #F7B7AE;
	border-top: 0.0625rem solid #F7B7AE;
	pointer-events: none;
} */
.pagination .page-numbers.current {
	border-bottom: 0.0625rem solid #F7B7AE;
	border-top: 0.0625rem solid #F7B7AE;
	pointer-events: none;
}

.p-lower__column-pagination-perv svg {
	rotate: 180deg;
}

.p-column__pagination-btn-arrow {
	background: #F7B7AE;
	border-radius: 1.25rem;
	color: #FFFFFF;
	height: 1.5rem;
	padding: 0.3125rem 0.875rem;
	transition: all 0.3s ease;
	width: 2.625rem;
}

.p-column__pagination-btn-arrow svg {
	height: 0.875rem;
	width: 0.875rem;
}

.p-lower-column-contact {
	padding-top: 0;
}

.p-single-column__contents-inner {
	margin-inline: auto;
	max-width: 48rem;
}

.p-single-column__contents-image img {
	width: 100%;
	object-fit: cover;
}

.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
	padding-bottom: 2rem;
}

.p-single__content h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.175rem;
	line-height: 1.5;
}

.p-single__content h3 {
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.04125rem;
	line-height: 2;
}

.p-single__content h4 {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 2.3;
}

.p-single__content h5 {
	font-size: 0.9375rem;
	letter-spacing: 0.0375rem;
}

.p-single__content h6 {
	color: #3E3A39;
	font-size: 0.875rem;
	letter-spacing: 0.035rem;
	line-height: 2.3; /* 32.2px */
}

.p-single__content p {
	font-size: 0.9375rem;
	letter-spacing: 0.0375rem;
	padding-bottom: 2rem;
}

.p-single__content ul {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-block: 1rem 2rem;
}

.p-single__content ul li::before {
	content: "・";
}

.p-single__content ol {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-block: 1rem 2rem;
	padding-left: 1.25rem;
}

.p-single__content .p-single__wp-block-quote,.wp-block-quote {
	background-color: #F9D3CD;
	margin-bottom: 2rem;
	padding: 2rem 1rem 0.5rem;
	position: relative;
}

.p-single__content .p-single__wp-block-quote,.wp-block-quote::before {
	background: url(../img/img-single-quotes.svg) center/cover no-repeat;
	content: "";
	height: 1.5rem;
	left: 1rem;
	position: absolute;
	top: 0.5rem;
	width: 1.5rem;
}

.p-single-column__contents-head {
	border-bottom: 0.0625rem solid rgba(62, 58, 57, 0.2);
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	margin-inline: auto;
	max-width: 48rem;
	padding-bottom: 2rem;
	row-gap: 3.5rem;
}

.p-single-column__item-info {
	max-width: 100%;
}

.p-single__contents-item-info-text {
	margin-top: 0;
}

.--wrap {
	overflow-wrap: anywhere;
}

.p-lower__404-contents-inner {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	padding-bottom: 0;
	text-align: center;
}

.p-lower-privacy__contents-inner {
	margin-inline: auto;
	max-width: 50rem;
	padding-right: 2rem;
	text-align: start;
}

.--pt {
	padding-top: 2rem;
}

.p-lower__privacy-cta-btn {
	margin-top: 2rem;
}

.u-pc-hidden {
	display: none;
}

.u-visually-hidden {
	visibility: hidden;
}

.u-ml-auto {
	margin-left: auto;
}

.u-white-space-nowrap {
	white-space: nowrap;
}

.u-padding-top-0 {
	padding-top: 0;
}

.u-padding-bottom-0 {
	padding-bottom: 0;
}

@media (any-hover: hover) {

.c-cta__btn:hover {
	background: #FFFFFF;
	transition: all 0.3s ease;
}

.c-cta__btn:hover .c-cta-btn1__text {
	color: #F7B7AE;
	transition: all 0.3s ease;
}

.c-cta__btn:hover .c-cta-btn__arrow {
	background: #F7B7AE;
	color: #FFFFFF;
	transition: all 0.3s ease;
}

.c-cta__btn:hover .c-cta-btn__arrow svg {
	left: calc(50% + 0.5rem);
	transition: left 0.3s ease;
}

.c-cta__btn2:hover {
	background: #F7B7AE;
	transition: all 0.3s ease;
}

.c-cta__btn2:hover .c-cta-btn2__text {
	color: #FFFFFF;
	transition: all 0.3s ease;
}

.c-cta__btn2:hover .c-cta-btn__arrow {
	background: #FFFFFF;
	color: #F7B7AE;
	transition: all 0.3s ease;
}

.c-cta__btn2:hover .c-cta-btn__arrow svg {
	left: calc(50% + 0.5rem);
	transition: left 0.3s ease;
}

.c-hover-under-line:hover::after {
	scale: 1;
	transform-origin: left center;
}

.c-back__btn2:hover {
	transition: all 0.3s ease;
}

.c-back__btn2:hover .c-back-btn__arrow svg {
	left: calc(50% - 0.5rem);
	transition: left 0.3s ease;
}

.p-contact__btn:hover {
	background-color: #FFFFFF;
}

.p-contact__btn:hover .p-contact__btn-text {
	color: #F7B7AE;
}

.p-contact__btn:hover .p-contact__btn-arrow {
	background-color: #F7B7AE;
}

.p-contact__btn:hover .p-contact__btn-arrow svg {
	color: #FFFFFF;
}

.p-column__contents-item:hover .c-cta-btn__arrow2,
.p-column__contents-item:hover .p-column__contents-item-info-btn-arrow,
.p-column__contents-item:hover .p-column__contents-more-btn-arrow,
.p-column__contents-more-btn-wrapper:hover .c-cta-btn__arrow2,
.p-column__contents-more-btn-wrapper:hover .p-column__contents-item-info-btn-arrow,
.p-column__contents-more-btn-wrapper:hover .p-column__contents-more-btn-arrow {
	transition: all 0.3s ease;
}

.p-column__contents-item:hover .c-cta-btn__arrow2 svg,
.p-column__contents-item:hover .p-column__contents-item-info-btn-arrow svg,
.p-column__contents-item:hover .p-column__contents-more-btn-arrow svg,
.p-column__contents-more-btn-wrapper:hover .c-cta-btn__arrow2 svg,
.p-column__contents-more-btn-wrapper:hover .p-column__contents-item-info-btn-arrow svg,
.p-column__contents-more-btn-wrapper:hover .p-column__contents-more-btn-arrow svg {
	left: calc(50% + 0.5rem);
	transition: left 0.3s ease;
}

.faq__question:hover {
	cursor: pointer;
}

}

@media screen and (max-width: 1223px) and (min-width: 768px) {

html {
	font-size: calc(16 / 1224 * 100vw);
}

}

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

html {
	font-size: calc(16 / 375 * 100vw);
}

.l-header {
	height: 4rem;
}

.l-section {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.l-inner {
	padding-inline: 1.875rem;
}

.l-lower-section {
	padding-top: 4rem;
}

.l-lower__inner-head {
	margin-top: 3.75rem;
	padding-bottom: 1.25rem;
}

.c-lower-page__contents-inner {
	row-gap: 3rem;
}

.c-heading-ja-h2 {
	font-size: 1.25rem;
	letter-spacing: 0.0375rem;
	line-height: 1.6;
}

.c-heading-ja-h3 {
	font-size: 1.125rem;
	letter-spacing: 0.03375rem;
}

.c-ja-text__L {
	font-size: 1.0625rem;
	letter-spacing: 0.0425rem;
	line-height: 2;
}

.c-re__text {
	line-height: 1.9;
}

.c-section-title__head {
	margin-bottom: 1.125rem;
}

.c-lower-page__title-head {
	padding-bottom: 1.25rem;
	row-gap: 2.8125rem;
}

.c-lower-section-title__head {
	flex-direction: column;
}

.c-cta__btn2 {
	margin-top: 2.5rem;
}


.p-header__inner {
	align-items: center;
	padding-block: 0;
	padding-top: 1rem;
}

.p-header__heading-wrapper svg {
	height: 100%;
	max-height: 1.25rem;
	max-width: 8.6875rem;
	width: 100%;
}

.p-head-ja_s {
	font-size: 0.5rem;
	letter-spacing: 0.09375rem;
}

.p-header__drawer {
	height: auto;
	padding: 2.8125rem 1.875rem;
	right: 0;
	top: 4rem;
}

.p-header-drawer__btn::after {
	height: 26.875rem;
}

.p-drawer-copyright__text {
	font-size: 13px;
}

.p-slide {
	height: 40.03125rem;
}

.p-slide-image:nth-child(2) {
	background-image: url(../img/sp/img-fv-image-2-sp.webp);
}

.p-slide-image:nth-child(3) {
	background-image: url(../img/sp/img-fv-image-3-sp.webp);
}

.p-fv-copy__wrapper {
	bottom: 2.9375rem;
	left: 1rem;
	row-gap: 0.75rem;
}

.p-fv-copy__01 {
	font-size: 0.875rem;
	letter-spacing: 0.0875rem;
}

.p-fv-copy__01::after {
	content: none;
}

.p-fv-main-copy__01,
.p-fv-main-copy__02,
.p-fv-main-copy__03 {
	font-size: 1.625rem;
}

.p-fv-main-copy__03 {
	font-size: 1.875rem;
	letter-spacing: -0.3rem;
}

.p-fv-copy-03 {
	font-size: 0.8125rem;
	letter-spacing: 0.0325rem;
	line-height: 1.7; /* 22.1px */
	max-width: 16.25rem;
}

.p-worry__bg-left {
	bottom: 0;
	left: -3.5625rem;
	top: 10.9375rem;
}

.p-worry__bg-center {
	bottom: 14.25rem;
	height: 20.5625rem;
	right: -0.4375rem;
	width: 23.875rem;
}

.p-worry__bg-right {
	display: none;
}

.p-worry__inner {
	row-gap: 3rem;
}

.p-worry__contents {
	flex-direction: column;
}

.p-worry__contents img {
	display: block;
	height: 100%;
	margin: 1.25rem calc(50% - 50vw);
	max-height: 16.625rem;
	max-width: none;
	overflow: hidden;
	width: 100vw;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-worry-text__wrapper-left,
.p-worry-text__wrapper-right {
	padding-block: 0;
	row-gap: 1.375rem;
	row-gap: 1.25rem;
}

.--ml {
	margin-left: 5.4375rem;
}

.--ml-2 {
	margin-left: 1.6875rem;
}

.p-worry__text {
	font-size: 1rem;
	letter-spacing: 0.04rem;
	line-height: 1.4; /* 22.4px */
}

.p-about__container {
	grid-template-areas: "top" "left" "bottom" "right";
	grid-template-columns: 1fr;
}

.p-about-picture_wrapper-left {
	height: 16.25rem;
	min-height: 16.25rem;
	padding-top: 0;
}

.p-about-img__left {
	height: 14.5rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14.5rem;
}

.p-about-picture_wrapper-right {
	height: 24.9375rem;
	margin-top: 3.75rem;
	min-height: 24.9375rem;
	padding-top: 0;
}

.p-about-content__text-bottom {
	margin-top: 0;
	row-gap: 1.1875rem;
}

.p-about-content__text-top {
	margin-top: 3rem;
}

.p-about-img-left__bg-s {
	display: none;
}

.p-about-img-left__bg-m {
	bottom: 0;
	left: auto;
	right: -3.75rem;
	top: -0.8125rem;
}

.p-about-img-left__bg-l {
	display: none;
}

.p-about-img__right-1 {
	height: 9.25rem;
	top: 0;
	width: 9.25rem;
}

.p-about-img-right__bg-s {
	left: 10.5rem;
	top: 19.1875rem;
}

.p-about-img-right__bg-l {
	left: 2.625rem;
	top: 3.125rem;
}

.p-about-img__right-2 {
	bottom: 5.75rem;
	height: 9.25rem;
	left: auto;
	right: 0;
	top: auto;
	width: 9.25rem;
}

.p-about-img-right__bg-m {
	display: none;
}

.p-features-section-title__head {
	margin-bottom: 1.125rem;
}

.p-features__items {
	margin-top: 2.75rem;
	row-gap: 3.8125rem;
}

.p-features__item {
	flex-direction: column;
	gap: 1.25rem;
}

.p-features__item:nth-child(even) {
	flex-direction: column;
}

.p-features-item__contents {
	row-gap: 1rem;
}

.p-features-item__head {
	font-size: 0.75rem;
}

.p-features-item__number {
	font-size: 2.5rem;
}

.p-features-item__title {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.03375rem;
	line-height: 2; /* 36px */
}

.p-ponnyo {
	background: url(../img/sp/img-whatsPonnyo-bg-sp.webp) center/cover no-repeat;
}

.p-ponnyo-section-title__head {
	margin-bottom: 0.9375rem;
}

.p-ponnyo__contents {
	display: block;
	margin: 0;
	padding: 0;
}

.p-ponnyo__content {
	margin-top: 3rem;
	row-gap: 0.8125rem;
}

.p-menu-section-title__head {
	margin-bottom: 0.9375rem;
}

.p-menu__main-wrapper,
.p-menu__option-wrapper {
	flex-direction: column;
}

.p-menu__main-wrapper {
	margin-top: 3rem;
}

.p-menu__main-items {
	margin-top: 1rem;
}

.p-menu__main-item {
	flex-direction: column;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-option-menu__item {
	padding-bottom: 0;
}

.p-menu__image {
	max-height: 19.6875rem;
	max-width: 19.6875rem;
}

.p-menu__content {
	margin-top: 1.25rem;
	row-gap: 1.1875rem;
}

.p-menu__head-wrapper {
	padding-left: 0.5625rem;
}

.p-menu__category,
.p-menu__category-title {
	font-size: 1.25rem;
	letter-spacing: 0.015625rem;
}

.p-menu__meta {
	margin-top: 1.0625rem;
}

.p-menu__time-text-all-l {
	font-size: 1.125rem;
}

.p-menu__time-all-l {
	font-size: 1.625rem;
}

.p-menu__time-text-all-s {
	font-size: 0.875rem;
}

.p-menu__option-wrapper {
	border-bottom: none;
	padding-bottom: 0;
}

.p-menu__sub-title {
	padding-top: 1rem;
}

.p-menu__option-image {
	max-height: 19.6875rem;
	max-width: 19.6875rem;
}

.p-menu__campaign {
	margin-top: 3rem;
	overflow: hidden;
	padding: 1.375rem 1.25rem;
}

.p-menu__campaign-container {
	row-gap: 1.375rem;
}

.p-menu__campaign-head::before,
.p-menu__campaign-head::after {
	height: 3.5rem;
	top: -0.4375rem;
	width: 3.75rem;
}

.p-menu__campaign-head::before {
	left: 0;
}

.p-menu__campaign-head::after {
	right: -0.1875rem;
}

.p-menu__campaign-description {
	text-align: left;
}

.p-menu__campaign-img-wrapper {
	flex-direction: column;
	row-gap: 1.25rem;
}

.p-menu__campaign-img-left,
.p-menu__campaign-img-right {
	max-height: 10.8125rem;
	max-width: 17.1875rem;
}

.p-menu__campaign-img-left::before,
.p-menu__campaign-img-left::after,
.p-menu__campaign-img-right::before,
.p-menu__campaign-img-right::after {
	height: 3.0625rem;
	width: 1.6875rem;
}

.p-menu__campaign-img-left::before,
.p-menu__campaign-img-right::before {
	left: -0.9375rem;
}

.p-menu__campaign-img-left::after,
.p-menu__campaign-img-right::after {
	right: -0.9375rem;
}

.p-menu__campaign-img-left img,
.p-menu__campaign-img-right img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-contact {
	background: url(../img/sp/img-Contact-sp.webp) center/cover no-repeat;
	padding-block: 4.375rem;
}

.p-contact__inner {
	row-gap: 3rem;
}

.p-contact__present-text-border {
	top: -0.3125rem;
}

.p-contact__present-text-border svg {
	height: 2.5625rem;
	width: 19.6875rem;
}

.p-contact__present-text-border-rotate {
	bottom: calc(50% - 1.125rem);
	left: calc(50% + 0.25rem);
}

.p-contact__btn {
	margin-top: 0.5rem;
}

.p-message__inner {
	row-gap: 2.9375rem;
}

.p-message__content {
	flex-direction: column;
}

.p-message__content-left-caption {
	padding-bottom: 1rem;
}

.p-message__content-right-image {
	margin-top: 0.875rem;
}

.p-message__content-right-image img {
	width: 100%;
}

.p-message__content-left-title {
	padding-top: 0.9375rem;
}

.--mt {
	margin-top: 1.375rem;
}

.p-message__content-right-name {
	margin-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.p-message__content-right-name-padding {
	padding-left: 1rem;
}

.p-message__content-right-certified {
	padding-top: 0.4375rem;
}

.p-voice {
	margin-bottom: 3.75rem;
	padding-bottom: 4.5rem;
}

.p-voice-card__swiper-slide-title {
	font-size: 1rem;
	letter-spacing: 0.04rem;
	line-height: 1.4; /* 22.4px */
}

.p-voice-section-title__head {
	margin-bottom: 0.8125rem;
}

.p-voice-card {
	padding-top: 3rem;
}

.p-voice-card .p-voice-card__swiper-slide {
	padding: 0.75rem;
	width: 19.6875rem;
}

.p-voice-card__swiper-slide-img {
	width: 100%;
}

.p-voice-card__swiper-slide-img img {
	width: 18.1875rem;

}

.p-voice-card .swiper-button-prev,
.p-voice-card .swiper-button-next {
	top: calc(100% + 2.875rem);
}

.p-voice-card .swiper-button-prev {
	left: 0;
}

.p-voice-card .swiper-button-next {
	right: 0;
}

.p-voice-card .swiper-pagination-progressbar.swiper-pagination-horizontal {
	top: calc(100% + 3.5625rem);
	width: 11.8125rem;
}

.p-flow-section-title__head {
	margin-bottom: 0.875rem;
}

.p-flow__main-card-wrapper {
	flex-direction: column;
	gap: 2.75rem;
	margin-top: 3rem;
}

.p-flow__main-card {
	max-width: 19.6875rem;
}

.p-flow__main-card::after {
	background: url(../img/sp/img-flow-arrow-sp.svg) center/cover no-repeat;
	height: 20px;
	left: 50%;
	top: calc(100% + 0.625rem);
	translate: -50%;
	width: 38px;
}

.p-flow__main-card-inner {
	row-gap: 0.9375rem;
}

.p-flow__main-card-head {
	padding-top: 1.125rem;
	row-gap: 0.625rem;
}

.p-flow__main-card-title {
	height: auto;
}

.p-flow__main-card-img {
	margin-inline: auto;
	max-width: 18.1875rem;
}

.p-flow__main-card-text {
	padding-bottom: 0.75rem;
}

.p-column {
	padding-bottom: 3.0625rem;
}

.p-column__inner {
	row-gap: 2.8125rem;
}

.p-column__section-title-wrapper {
	margin-inline: 0;
}

.p-column__section-title-head {
	justify-content: start;
}

.p-column__contents {
	row-gap: 2.25rem;
}

.p-column__contents-item {
	flex-direction: column;
	gap: 0.75rem;
}

.p-column__contents-item-left {
	height: auto;
	max-width: 19.6875rem;
}

.p-column__contents-item-left img {
	height: auto;
	width: 19.6875rem;
}

.p-column__contents-item-right {
	align-items: end;
	flex-direction: column;
	gap: 0.875rem;
}

.p-column__contents-item-info-text {
	margin-top: 0.8125rem;
}

.p-column__btn-arrow {
	justify-content: end;
}

.p-faq__inner {
	row-gap: 2.8125rem;
}

.faq__items {
	row-gap: 0.875rem;
}

.faq__item {
	padding: 1.375rem;
}

details[open] .faq__question {
	padding-bottom: 1.0625rem;
}

.faq__question-q,
.faq__answer-a {
	font-weight: 300;
}

.p-access__inner {
	row-gap: 1.25rem;
}

.p-access-section-title__head {
	margin-bottom: 0.875rem;
}

.p-access__container {
	row-gap: 0.875rem;
}

.p-access__items {
	flex-direction: column;
}

.p-access-item__left {
	row-gap: 1.3125rem;
}

.p-access-item-left__head {
	-moz-column-gap: 1.375rem;
	column-gap: 1.375rem;
}

.p-access-item__left-icon-wrapper {
	-moz-column-gap: 0rem;
	column-gap: 0rem;
}

.p-access-item__right {
	margin-top: 1.25rem;
}

.p-access-image__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 0;
	column-gap: 0;
}

.p-footer {
	padding-inline: 1.875rem;
}

.p-footer-heading-title__wrapper {
	margin-inline: auto;
}

.p-footer-heading-title__wrapper img {
	height: 100%;
	max-height: 2.625rem;
}

.p-footer__inner {
	margin-bottom: 0;
	margin-top: 1.875rem;
	row-gap: 1.75rem;
	text-align: center;
}

.p-footer__content {
	flex-direction: column;
}

.p-footer-grid__menu {
	margin-inline: auto;
	max-width: 19.6875rem;
}

.p-footer-grid__list {
	margin-inline: 0;
	margin-top: 1.375rem;
	padding-block: 0;
	padding-left: 1.375rem;
	padding-top: 0;
}

.p-footer-grid__list a {
	padding-block: 0.5625rem;
	padding-right: 1.5625rem;
}

.p-footer-cta__btn {
	margin-inline: auto;
	margin-top: 1.125rem;
}

.p-footer-sns-icon__btn {
	margin-top: 0.75rem;
}

.p-footer__bottom {
	flex-direction: column;
	margin-top: 2rem;
	padding-block: 0;
	row-gap: 0.625rem;
}

.p-lower__column-contents-inner {
	padding-block: 3.75rem;
	row-gap: 2rem;
}

.p-lower__column-contents {
	gap: 1.25rem;
}

.p-lower__column-contents-tag-inner {
	-moz-column-gap: 1.375rem;
	column-gap: 1.375rem;
}

.pagination {
	gap: 0.5rem;
}

.pagination .prev {
	margin-right: 0.5rem;
}

.pagination .next {
	margin-left: 0.5rem;
}

.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
	padding-bottom: 1.375rem;
}

.p-single__content h2 {
	font-size: 1.25rem;
	letter-spacing: 0.0375rem;
	line-height: 1.6;
}

.p-single__content h3 {
	font-size: 1.125rem;
	letter-spacing: 0.03375rem;
}

.p-single__content h4 {
	font-size: 1.0625rem;
	letter-spacing: 0.0425rem;
	line-height: 2;
}

.p-single__content h5 {
	line-height: 1.9;
}

.p-single__content p {
	line-height: 1.9;
	padding-bottom: 1.3125rem;
}

.p-single__content ul {
	padding-block: 0.5rem 1.375rem;
}

.p-single__content ol {
	padding-block: 0.5rem 1.375rem;
}

.p-single__content .p-single__wp-block-quote {
	margin-bottom: 1.375rem;
}

.p-single-column__contents-head {
	margin-bottom: 1.375rem;
	padding-bottom: 1.375rem;
	row-gap: 0.5625rem;
}

.p-single__contents-item-info-text {
	margin-top: 0.375rem;
}

.p-lower__404-text {
	text-align: left;
}

.p-lower-privacy__contents-inner {
	padding-right: 0;
}

.--pt {
	padding-top: 1.3125rem;
}

.u-pc-hidden {
	display: block;
}

.u-sp-hidden {
	display: none;
}

}

@keyframes slider-1 {

0% {
	opacity: 0;
	transform: scale(1);
}

6.25% {
	opacity: 1;
}

25% {
	opacity: 1;
}

31.25% {
	opacity: 0;
	transform: scale(1.2);
}

100% {
	opacity: 0;
}

}

