@font-face {
	font-family: "Cinzel", serif;
	src: url(./dist/assets/fonts/Cinzel-Regular.ttf) format("truetype");
}

body {
	background-color: #fff;
	color: #2A2A2A;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 14px;
	letter-spacing: 0.098em;
	line-height: 1.6;
	position: relative;
	z-index: -5;
}

body.modal-open {
	overflow: hidden;
}

main {
	padding-top: var(--header-height);
	position: relative;
	z-index: -5;
}

.u-pc {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.5s;
}

*,
*::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 */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* 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;
}

.c-btn {
	display: inline-block;
	font-family: "Poppins", serif;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-bottom: 0.125rem;
	position: relative;
}

.c-btn::after {
	background: #111;
	bottom: 0;
	content: "";
	height: 0.03125rem;
	left: 0;
	position: absolute;
	transition: 0.5s;
	width: 100%;
}

.c-btn__triangle {
	display: inline-block;
	height: 0.375rem;
	margin-left: 0.25rem;
	width: 0.5rem;
}

.c-card01 {
	overflow: hidden;
}

.c-card01__link {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.c-card01__link:hover .c-card01__image img {
	transform: scale(1.1);
}

.c-card01__image::before {
	background: rgba(42, 42, 42, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-card01__image img {
	-o-object-fit: cover;
	aspect-ratio: 325/280;
	height: 100%;
	object-fit: cover;
	position: relative;
	transition: all 0.5s ease-in-out;
	width: 100%;
	z-index: -1;
}

.c-card01__inner {
	display: block;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 51%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.c-card01__label {
	color: #fff;
	font-family: "Poppins", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-indent: 0.1em;
}

.c-card01__button {
	margin-top: 0.5rem;
}

.c-card01__title {
	font-weight: 400;
	margin-top: 10px;
	padding-left: 1.125rem;
	padding-right: 0.875rem;
	position: relative;
}

.c-card01__title::before {
	background: #D4FF3A;
	border-radius: 50%;
	content: "";
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	height: 0.625rem;
	left: 1px;
	position: absolute;
	top: 16%;
	width: 0.625rem;
}

.c-card02__inner {
	text-align: center;
}

.c-card02__number {
	color: #B9AC8B;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 1.5rem;
	position: relative;
	text-indent: 0.1em;
}

.c-card02__number::after {
	background-color: #B9AC8B;
	bottom: -7px;
	content: "";
	display: block;
	display: inline-block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.5rem;
}

.c-card02__title {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 2rem;
}

.c-card02__description {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	width: 85%;
}

.c-card02__icon {
	margin-top: 1.75rem;
}

.c-card02__icon01 {
	aspect-ratio: 63/100;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 3.9375rem;
}

.c-card02__icon02 {
	aspect-ratio: 114/100;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 7.125rem;
}

.c-card02__icon03 {
	aspect-ratio: 113/100;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 7.0625rem;
}

.c-card02__icon04 {
	aspect-ratio: 177/100;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 11.0625rem;
}

.c-card02__icon05 {
	aspect-ratio: 104/100;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 6.5rem;
}

.c-card02__icon06 {
	aspect-ratio: 93/100;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 5.8125rem;
}

.c-card03 {
	overflow: hidden;
}

.c-card03__link {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.c-card03__link:hover .c-card03__image img {
	transform: scale(1.1);
}

.c-card03__link::before {
	background: rgba(42, 42, 42, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s;
	width: 100%;
	z-index: 1;
}

.c-card03__image img {
	-o-object-fit: cover;
	aspect-ratio: 325/280;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.c-card03__inner {
	color: #fff;
	left: 50.5%;
	position: absolute;
	text-align: center;
	top: 50.5%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.c-card03__label--en {
	font-family: "Poppins", serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.c-card03__button {
	margin-top: 0.75rem;
}

.c-card03__title {
	color: #2A2A2A;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 0.5rem;
	padding-left: 1.125rem;
	position: relative;
}

.c-card03__title::before {
	background: #D4FF3A;
	border-radius: 50%;
	content: "";
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 25%;
	width: 0.5rem;
}

.c-card03__description {
	color: #2A2A2A;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
}

.c-card04 {
	overflow: hidden;
}

.c-card04__link {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.c-card04__link:hover .c-card04__image img {
	transform: scale(1.1);
}

.c-card04__link::before {
	background: rgba(42, 42, 42, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-card04__image img {
	-o-object-fit: cover;
	aspect-ratio: 325/240;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.c-card04__inner {
	display: block;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 67%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.c-card04__label {
	color: #fff;
	font-family: "Poppins", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.c-card04__label-ja {
	color: #fff;
	font-size: 1rem;
}

.c-card04__button {
	margin-top: 0.3125rem;
}

.c-card04__btn-link {
	border-radius: 50%;
	border-right: 1px solid #685652;
	display: inline-block;
	height: 2.5rem;
	width: 2.5rem;
}

.c-card04__button .c-circle-btn {
	height: 2.5rem;
	width: 2.5rem;
}

.c-circle-btn {
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 2.5rem;
	position: relative;
	width: 2.5rem;
}

.c-circle-btn--brown {
	border: 1px solid #685652;
	border-radius: 50%;
	display: inline-block;
	height: 1.25rem;
	position: relative;
	position: relative;
	top: -3px;
	width: 1.25rem;
}

.c-circle-btn__arrow {
	background-color: #fff;
	border-radius: 6px;
	content: "";
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 53%;
	transform: translate(-50%, -50%);
	width: 0.8125rem;
}

.c-circle-btn__arrow::after {
	background-color: #fff;
	border-radius: 6px;
	content: "";
	display: block;
	height: 0.0625rem;
	position: absolute;
	right: -1px;
	top: -2px;
	transform: rotate(47deg);
	width: 0.375rem;
}

.c-circle-btn__arrow--small {
	background-color: #685652;
	border-radius: 6px;
	content: "";
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.4375rem;
}

.c-circle-btn__arrow--small::after {
	background-color: #685652;
	border-radius: 6px;
	content: "";
	display: block;
	height: 0.0625rem;
	position: absolute;
	right: 0;
	top: -100%;
	transform: rotate(45deg);
	width: 0.1875rem;
}

.c-circle-btn--brown .c-circle-btn__arrow,
.c-circle-btn--b-small .c-circle-btn__arrow {
	background: #685652;
}

.c-circle-btn--brown .c-circle-btn__arrow::after,
.c-circle-btn--b-small .c-circle-btn__arrow::after {
	background: #685652;
}

.c-circle-btn--b-small {
	border: 1px solid #fff;
	border-color: #685652;
	border-radius: 50%;
	display: inline-block;
	height: 1.625rem;
	position: relative;
	width: 1.625rem;
}

.c-contact {
	background: linear-gradient(135deg, #FFFEF7 0%, #E8DED6 88%, rgba(210, 192, 171, 0.5) 100%);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 3rem;
	padding-top: 32px;
	text-align: center;
}

.c-contact__title-sub {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 2px;
}

.c-contact__btns {
	grid-row-gap: 0.5rem;
	display: grid;
	margin-top: 1.5rem;
	row-gap: 0.5rem;
}

.c-contact__icon--tel {
	height: 1.375rem;
	width: 1.5rem;
}

.c-contact__icon--mail {
	height: 1rem;
	width: 1.25rem;
}

.c-contact__link-tel,
.c-contact__link-mail {
	-moz-column-gap: 0.75rem;
	align-items: center;
	column-gap: 0.75rem;
	display: flex;
	justify-content: center;
}

.c-contact__tel {
	border-bottom: 1px solid #685652;
	color: #685652;
	display: inline-block;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.c-contact__mail {
	border-bottom: 1px solid #685652;
	color: #685652;
	display: inline-block;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.c-title {
	font-family: "Poppins", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.c-title--gold {
	color: #B9AC8B;
}

.c-title--beige {
	color: #AC9488;
}

.c-title--white {
	color: #fff;
}

.c-title--brown {
	color: #685652;
}

.c-title--dark-brown {
	color: #AC9488;
}

.l-company {
	margin-top: 3.875rem;
}

.l-contact {
	margin-top: 4rem;
	padding-bottom: 7.5rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-inner--medium10 {
  padding-left: 25px;
	padding-right: 25px;
}

.l-spark {
	margin-top: 4rem;
}

.l-staff {
	margin-top: 5.5rem;
}

.l-thanks {
	margin-top: 4rem;
	padding-bottom: 7.5rem;
}

.l-top-speciality {
	margin-top: 4rem;
}

.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slow {
	animation: fade-in-slow 1.5s ease-out forwards; /* 動作時間を少し長くして、柔らかく */
	opacity: 0.7;
}

.p-breadcrumb {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.p-company-info__item {
	border-top: 1px solid #D3C6C2;
	padding-bottom: 0.9375rem;
	padding-top: 1rem;
}

.p-company-info__item:last-child {
	border-bottom: 0.5px solid #D3C6C2;
}

.p-company-info__content {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 4px;
}

.p-company {
	padding-bottom: 7.5rem;
}

.p-company__title-img {
	-o-object-fit: contain;
	aspect-ratio: 227/38;
	height: 100%;
	margin-left: -1.25rem;
	max-width: 9.375rem;
	object-fit: contain;
	width: 100%;
}

.p-company__subtitle {
	color: #B9AC8B;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 0.3125rem;
}

.p-company__info {
	margin-top: 32px;
}

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

.p-contact_subtitle {
	color: #B9AC8B;
}

.p-contact__title-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 14.375rem;
}

.p-contact__form {
	margin-top: 2.75rem;
}

.p-example {
	animation: scrollSliderSP 30s linear infinite; /* 滑らかに流れるアニメーション */
}

/* クローンを作成して途切れを防ぐ */

.p-example__item {
	border-bottom: 0.5px solid #fff;
	border-left: 0.5px solid #fff;
	border-top: 0.5px solid #fff;
	padding: 1rem 1rem 1.0625rem 1rem;
	width: 80%;
}

.p-example__item:last-child {
	border-right: 0.5px solid #fff;
}

.p-example__image {
	-o-object-fit: cover;
	aspect-ratio: 263/308;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-example__caption {
	font-size: 0.75rem;
	margin-top: 1rem;
	text-align: center;
}

.p-features__item {
	background: linear-gradient(135deg, #FFFEF7 0%, #E8DED6 88%, rgba(210, 192, 171, 0.5) 100%);
	padding-bottom: 1.5rem;
}

.p-features__item:not(:first-child) {
	border-top: 1px solid #D3C6C2;
}

.p-features__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/300;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-footer-nav {
	color: white;
	width: 100%;
}

.p-footer-nav__items {
	display: grid;
	margin-top: 1rem;
}

.p-footer-nav__link {
	display: block;
	padding-bottom: 0.1875rem;
	padding-top: 0.1875rem;
	width: 100%;
}

.p-footer {
	background-color: #685652;
	color: #fff;
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}

.p-footer__inner {
	grid-row-gap: 1.25rem;
	display: grid;
	margin-left: auto;
	margin-right: auto;
	row-gap: 1.25rem;
	width: 100%;
}

.p-footer__head {
	grid-gap: 1.25rem;
	align-items: center;
	display: grid;
	gap: 1.25rem;
	justify-items: center;
	place-items: center;
}

.p-footer__logo {
	width: 15vw;
}

.p-footer__site-title-img {
	width: 60vw;
}

.p-footer__nav-about-img {
	margin-left: auto;
	margin-right: auto;
	width: 5.9375rem;
}

.p-footer__nav-features-img {
	margin-left: auto;
	margin-right: auto;
	width: 9.375rem;
}

.p-footer__nav-price-img {
	margin-left: auto;
	margin-right: auto;
	width: 5.625rem;
}

.p-footer__nav-create-space-img {
	margin-left: auto;
	margin-right: auto;
	width: 12.5rem;
}

.p-footer__nav-news-img {
	margin-left: auto;
	margin-right: auto;
	width: 5.625rem;
}

.p-footer__nav-contact-img {
	margin-left: auto;
	margin-right: auto;
	width: 7.5rem;
}

.p-footer__sns {
	margin-top: 0.625rem;
}

.p-footer__sns-link {
	height: 1.25rem;
	width: 1.25rem;
}

.p-footer__instagram {
	height: 2rem;
	margin-left: auto;
	margin-right: auto;
	width: 2rem;
}

.p-footer__nav {
	font-family: "Cinzel", serif;
	text-align: center;
}

.p-footer__copyright {
	font-family: "Poppins", serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 4rem;
	text-align: center;
}

.p-footer__copyright span {
	font-family: "Zen Kaku Gothic New", serif;
}

.p-footer__copyright small {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-form__item + .p-form__item {
	margin-top: 1.25rem;
}

.p-form__item dd {
	margin-top: 0.3125rem;
}

.p-form__item input,
.p-form__item textarea {
	border: 0.5px solid #D3C6C2;
	border-radius: 4px;
	width: 100%;
}

.p-form__item input {
	height: 50px;
}

.p-form__item textarea {
	height: 200px;
}

.p-form__required {
	color: #ED5656;
	display: inline-block;
	margin-left: 0.25rem;
}

.p-form__btn {
	margin-top: 3.75rem;
	text-align: center;
}

.p-form__submit {
	background-color: #D4FF3A;
	border-radius: 25px;
	color: #685652;
	padding: 0.5625rem 1.875rem;
}

.p-fv {
	background: linear-gradient(135deg, #FFFEF7 0%, #E8DED6 88%, rgba(210, 192, 171, 0.5) 100%);
	padding-bottom: 5rem;
	position: relative;
	z-index: -1;
}

.p-fv__inner {
	position: relative;
	z-index: -1;
}

.p-fv__images {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-areas: "main main" "sub01 sub02";
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	z-index: -1;
}

.p-fv__image-main-wrap {
	grid-area: main;
	position: relative;
	z-index: 0;
}

.p-fv__title {
	bottom: 0;
	left: 0;
	position: absolute;
}

.p-fv__title-img {
	-o-object-fit: cover;
	aspect-ratio: 314/140;
	height: 100%;
	max-width: 19.625rem;
	object-fit: cover;
	width: 100%;
}

.p-fv__image-main {
	-o-object-fit: cover;
	aspect-ratio: 375/399;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: -1;
}

.p-fv__image-sub01 {
	-o-object-fit: cover;
	aspect-ratio: 183/260;
	grid-area: sub01;
	object-fit: cover;
	width: 100%;
}

.p-fv__image-sub02 {
	-o-object-fit: cover;
	aspect-ratio: 183/260;
	grid-area: sub02;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-header {
	background-color: transparent;
	color: #fff;
	height: 3.75rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.5s ease-out;
	width: 100%;
	z-index: 10;
}

.p-header.is-color {
	background-color: #685652;
	transition: background-color 0.5s ease-out;
}

.p-header.is-open {
	background-color: #685652;
	transition: background-color 0.5s;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5rem 0 0.9375rem;
	width: 100%;
}

.p-header__link {
	-moz-column-gap: 0.625rem;
	align-items: center;
	column-gap: 0.625rem;
	display: flex;
}

.p-header__site-logo-img {
	height: 1.875rem;
	width: 1.875rem;
}

.p-header__site-title-img {
	width: 6.25rem;
}

.p-header__nav {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: flex-end;
}

.p-header__pc-nav {
	display: none;
	height: inherit;
}

.p-header__nav-list {
	height: inherit;
}

.p-header__btn {
	cursor: pointer;
	height: 1.5rem;
	opacity: 1;
	position: relative;
	top: -3px;
	width: 2rem;
	z-index: 100;
}

.p-header__hamburger {
	background-color: #fff;
	border-radius: 10px;
	display: block;
	height: 2px;
	position: absolute;
	width: 1.875rem;
}

.p-header__hamburger:first-child {
	left: 1px;
	top: 7px;
	transition: transform 0.5s;
}

.p-header__hamburger:nth-child(2) {
	left: 1px;
	top: 15px;
	transition: transform 0.5s;
}

.p-header__hamburger.is-active:first-child {
	left: 0.125rem;
	top: 0;
	transform: translateY(12px) rotate(25deg);
	width: 1.75rem;
}

.p-header__hamburger.is-active:nth-child(2) {
	left: 0.0625rem;
	top: 12px;
	transform: translateY(0) rotate(-25deg);
	width: 1.75rem;
}

.p-info {
	padding-bottom: 120px;
	padding-top: 64px;
}

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

.p-info__title-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 12.5rem;
}

.p-info__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	width: 90%;
}

.p-info__btn {
	margin-top: 64px;
	text-align: center;
}

.p-info__news-title {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: left;
}

.p-info__content {
	margin-top: 4rem;
}

.p-info__pagination .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3rem;
}

.p-info__pagination .nav-links a {
	text-decoration: underline;
}

iframe.snapwidget-widget {
	aspect-ratio: 4/3;
	display: block;
	height: 300px;
}

.p-news-list__item {
	align-items: end;
	border-top: 0.5px solid #947E7A;
	display: flex;
	font-size: 0.75rem;
	justify-content: space-between;
	padding-bottom: 0.9375rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	padding-top: 0.9375rem;
}

.p-news-list__item:last-child {
	border-bottom: 0.5px solid #947E7A;
}

.p-news-list__date {
	color: #B9AC8B;
	font-family: "Poppins", serif;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-news-list__title {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-pc-nav {
	height: 5rem;
	opacity: 0;
}

.p-pc-nav__item {
	height: inherit;
	text-align: center;
}

.p-pc-nav__item--contact {
	padding-left: 20px;
}

.p-pc-nav__link {
	display: block;
	height: inherit;
}

.p-pc-nav__link:hover {
	opacity: 0.6;
}

.p-pc-nav__en {
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-pc-nav__ja {
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.p-plan {
	color: #486F7C;
}

.p-plan + .p-plan {
	margin-top: 3.5rem;
}

.p-plan__inner {
	background-color: #EFEEE7;
	padding: 2.5rem 0.75rem 5rem;
}

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

.p-plan__title {
	background-color: #486F7C;
	color: #fff;
	padding: 3px 0;
}

.p-plan__description {
	border-bottom: double 3px #486F7C;
	margin-top: 1.5rem;
	padding-bottom: 1rem;
}

.p-plan__description--no-border {
	border-bottom: none;
}

.p-plan__contents {
	margin-top: 2.5rem;
	padding: 0 10%;
	row-gap: 2.5rem;
}

.p-plan__body {
	grid-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-left: 7px;
	text-align: center;
}

.p-plan__body + .p-plan__body {
	margin-top: 2.75rem;
}

.p-plan__body--link {
	text-align: center;
}

.p-plan__name {
	align-items: center;
	border: 0.5px solid #486F7C;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	font-family: "Poppins", serif;
	font-size: 1.125rem;
	height: 6.25rem;
	justify-content: center;
	position: relative;
	width: 6.25rem;
	z-index: 1;
}

.p-plan__name span {
	display: block;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1;
}

.p-plan__name::before {
	background-color: #D4FF3A;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.625rem;
	left: -5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
	z-index: 0;
}

.p-plan__price {
	font-size: 1.375rem;
	font-weight: 700;
}

.p-plan__price span {
	font-size: 0.875rem;
}

.p-plan__size {
	margin-top: 0.625rem;
}

.p-plan__btn {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0.625rem;
}

.p-plan__btn span {
	border-bottom: 1px solid #486F7C;
	display: inline-block;
	padding-bottom: 2px;
}

.p-relaxing {
	position: relative;
	z-index: -1;
}

.p-relaxing::before {
	background: linear-gradient(135deg, #FFFEF7 0%, #E8DED6 88%, rgba(210, 192, 171, 0.5) 100%);
	content: "";
	height: 85.5%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-relaxing__inner {
	padding-top: 64px;
}

.p-relaxing__text-wrap {
	padding-left: 25px;
	padding-right: 25px;
}

.p-relaxing__subtitle {
	color: #B9AC8B;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 0.1875rem;
}

.p-relaxing__title-img {
	-o-object-fit: contain;
	aspect-ratio: 227/38;
	height: 100%;
	max-width: 14.1875rem;
	object-fit: contain;
	width: 100%;
}

.p-relaxing__description {
	margin-top: 2rem;
}

.p-relaxing__description-text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-relaxing__image-wrap {
	margin-left: auto;
	margin-top: 1.875rem;
	width: 85%;
}

.p-relaxing__image {
	-o-object-fit: cover;
	aspect-ratio: 319/140;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-service-rental {
	padding-bottom: 7.5rem;
	padding-top: 64px;
}

.p-service-rental__head {
	text-align: center;
}

.p-service-rental__subtitle {
	color: #B9AC8B;
	font-size: 1rem;
	font-weight: 500;
}

.p-service-rental__title-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 6.25rem;
}

.p-service-rental__title-img--create-space {
	margin-left: auto;
	margin-right: auto;
	max-width: 12.5rem;
}

.p-service-rental__title-img--product,
.p-service-rental__title-img--example {
	max-width: 10rem;
}

.p-service-rental__title-img--thanks {
	margin-left: auto;
	margin-right: auto;
	max-width: 11.875rem;
}

.p-service-rental__media {
	margin-top: 2.75rem;
}

.p-service-rental__media-inner {
	margin-top: 2.5rem;
}

.p-service-rental__media-image {
	-o-object-fit: cover;
	aspect-ratio: 325/200;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-service-rental__media-title {
	color: #685652;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-left: 1.5625rem;
	position: relative;
}

.p-service-rental__media-title::before {
	background: #D4FF3A;
	border-radius: 50%;
	content: "";
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	height: 0.625rem;
	left: 1px;
	position: absolute;
	top: 28%;
	width: 0.625rem;
}

.p-service-rental__media-note {
	font-size: 11px;
	letter-spacing: 0.2em;
	margin-top: 20px;
}

.p-service-rental__media-text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.p-service-rental__gallery-images {
	/* grid-row-gap: 1.5rem; */
	display: grid;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.75rem;
	/* row-gap: 1.5rem; */
}

.p-service-rental__image {
	-o-object-fit: cover;
	aspect-ratio: 375/250;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.p-service-rental__image:hover {
	opacity: 0.8;
	transform: scale(1.1);
}

.p-service-rental__btn {
	margin-top: 3.125rem;
	text-align: center;
}

.p-service-rental__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	position: relative;
}

.p-service-rental__link::before {
	background-color: #2A2A2A;
	bottom: -9px;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;
}

.p-service-rental__arrow {
	display: inline-block;
	height: 1.25rem;
	margin-left: 0.5rem;
	width: 1.25rem;
}

.p-service-rental__gallery {
	margin-top: 5.625rem;
}

.p-service-rental__gallery-title {
	text-align: center;
}

.p-service-rental__contact {
	margin-top: 6.25rem;
}

.p-service-rental__items {
	display: grid;
	margin-top: 64px;
}

.p-service-rental__item {
	overflow: hidden;
}

.p-service-rental__plan {
	margin-top: 64px;
}

.p-sp-nav {
	background-color: #685652;
	color: white;
	display: none;
	height: 100vh;
	overflow-y: scroll;
	position: relative;
	transition: opacity 0.4s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}

.p-sp-nav::-webkit-scrollbar {
	display: none;
}

.p-sp-nav.is-open {
	display: block;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	visibility: visible;
	z-index: 10;
}

.p-sp-nav__block {
	display: flex;
	padding-bottom: 8.125rem;
	padding-left: 2.25rem;
	padding-top: 5.25rem;
}

.p-sp-nav__block::-webkit-scrollbar {
	display: none;
}

.p-sp-nav__link {
	display: inline-block;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
	width: 100%;
}

.p-sp-nav__menu--en {
	font-family: "Poppins", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-bottom: 0.625rem;
	padding-top: 0.5625rem;
}

.p-sp-nav__menu--ja {
	font-size: 0.75rem;
	margin-left: 0.625rem;
}

.p-sp-nav__menu--sub {
	font-weight: normal;
}

.p-spark__title-img {
	-o-object-fit: contain;
	aspect-ratio: 124/38;
	height: 100%;
	margin-left: -0.5rem;
	max-width: 5.625rem;
	object-fit: contain;
	width: 100%;
}

.p-spark__subtitle {
	color: #B9AC8B;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 0.1875rem;
}

.p-spark__description {
	margin-top: 2rem;
}

.p-spark__description-text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-spark__images {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	display: flex;
	margin-top: 3.3125rem;
}

.p-staff__head {
	margin-left: auto;
	margin-right: auto;
}

.p-staff__subtitle {
	color: #B9AC8B;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 0.1875rem;
}

.p-staff__title-img {
	-o-object-fit: contain;
	aspect-ratio: 124/38;
	height: 100%;
	margin-left: -3px;
	max-width: 7rem;
	object-fit: contain;
	width: 100%;
}

.p-staff__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	width: min(100%, 20.3125rem);
}

.p-staff__image img {
	-o-object-fit: cover;
	aspect-ratio: 290/235;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.125rem;
	object-fit: cover;
	width: 100%;
}

.p-staff__description {
	margin-top: 2rem;
}

.p-staff__description-text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.p-sub-fv {
	height: 200px;
	position: relative;
}

.p-sub-fv__inner {
	height: inherit;
}

.p-sub-fv__image {
	position: relative;
	z-index: -1;
	display: block;
	height: inherit;
}

.p-sub-fv__image::before {
	background-color: rgba(89, 67, 64, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-sub-fv__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/200;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-sub-fv__nav {
	left: 5%;
	position: absolute;
	top: 62%;
}

.p-sub-nav__title {
	color: #fff;
	display: grid;
	text-align: left;
}

.p-sub-nav__title--en {
	font-family: "Poppins", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.p-sub-nav__title--ja {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: -4px;
}

.p-sub-nav__title--about {
	margin-left: -0.625rem;
	width: 100px;
}

.p-sub-nav__title--features {
	margin-left: -0.625rem;
	width: 120px;
}

.p-sub-nav__title--news {
	margin-left: -0.625rem;
	width: 80px;
}

.p-sub-nav__title--price {
	margin-left: -0.625rem;
	width: 90px;
}

.p-sub-nav__title--create-space {
	margin-left: -0.625rem;
	width: 160px;
}

.p-sub-nav__title--contact {
	margin-left: -0.5rem;
	width: 120px;
}

.p-sub-nav__title--thanks {
	margin-left: -0.625rem;
	width: 120px;
}

.p-sub-nav__title--toggle {
	position: relative;
}

.p-sub-nav__title--toggle::before,
.p-sub-nav__title--toggle::after {
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	top: 64%;
	width: 8px;
}

.p-sub-nav__title--toggle::before {
	right: -14px;
	transform: rotate(40deg);
}

.p-sub-nav__title--toggle::after {
	right: -19px;
	transform: rotate(-45deg);
}

.p-sub-nav__list {
	background-color: #fff;
	border-radius: 4px;
	height: auto;
	margin-left: 7px;
	margin-top: 0.875rem;
	opacity: 0;
	padding: 1rem;
	transform: translateY(-10px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	visibility: hidden;
	width: 10.625rem;
}

.p-sub-nav__list.is-active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.p-sub-nav__item {
	padding-left: 1.25rem;
	position: relative;
}

.p-sub-nav__item::before {
	background-color: #2A2A2A;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 0.5rem;
}

.p-sub-nav__item + .p-sub-nav__item {
	margin-top: 4px;
}

.p-sub-nav__link {
	color: #2A2A2A;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-sustainability {
	background: linear-gradient(135deg, #FFFEF7 0%, #E8DED6 88%, rgba(210, 192, 171, 0.5) 100%);
	padding-bottom: 3.5rem;
	padding-top: 4rem;
}

.p-sustainability__title-img {
	-o-object-fit: contain;
	aspect-ratio: 227/38;
	height: 100%;
	max-width: 11.25rem;
	object-fit: contain;
	width: 100%;
}

.p-sustainability__subtitle {
	color: #B9AC8B;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 0.1875rem;
}

.p-sustainability__description {
	margin-top: 2rem;
}

.p-sustainability__description-text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-sustainability__images {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	display: flex;
	margin-top: 3.5rem;
}

.p-sustainability__images picture {
	display: block;
}

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

.p-thanks__subtitle {
	color: #B9AC8B;
}

.p-thanks__contents {
	margin-top: 3rem;
	text-align: center;
}

.p-thanks__message {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-thanks__btn {
	margin-top: 2.5rem;
}

.p-thanks__btn .p-top-contact__link-tel {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.p-thanks__note {
	background: linear-gradient(135deg, #FFFEF7 0%, #E8DED6 88%, rgba(210, 192, 171, 0.5) 100%);
	margin-top: 4rem;
	padding: 1.5rem 1.375rem 2.5rem;
}

.p-thanks__note-title {
	border-bottom: 1px solid #2A2A2A;
	padding-bottom: 0.625rem;
}

.p-thanks__note-text {
	padding-top: 1.5rem;
}

.p-thanks__note-text p {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-top-contact {
	padding-top: 4.125rem;
}

.p-top-contact__contents {
	padding-bottom: 80px;
}

.p-top-contact__text-wrap {
	margin-top: 16px;
}

.p-top-contact__subtitle {
	color: #685652;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 32px;
}

.p-top-contact__title-img {
	-o-object-fit: contain;
	aspect-ratio: 124/38;
	height: 100%;
	margin-left: -0.1875rem;
	max-width: 7.75rem;
	object-fit: contain;
	width: 100%;
}

.p-top-contact__text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-top-contact__btns {
	grid-row-gap: 1rem;
	display: grid;
	margin-top: 1.875rem;
	padding-left: 13px;
	row-gap: 1rem;
}

.p-top-contact__icon {
	align-items: center;
	border: 0.5px solid #685652;
	border-radius: 50%;
	display: flex;
	height: 2.75rem;
	justify-content: center;
	width: 2.75rem;
}

.p-top-contact__icon--tel {
	height: 1.375rem;
	width: 1.5rem;
}

.p-top-contact__icon--mail {
	height: 1rem;
	width: 1.25rem;
}

.p-top-contact__link-tel,
.p-top-contact__link-mail {
	-moz-column-gap: 0.75rem;
	align-items: center;
	column-gap: 0.75rem;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: min(100%, 16.25rem);
}

.p-top-contact__tel {
	color: #685652;
	display: inline-block;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	position: relative;
}

.p-top-contact__tel::after {
	background-color: #685652;
	bottom: 1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-contact__mail {
	color: #685652;
	display: inline-block;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	position: relative;
}

.p-top-contact__mail::after {
	background-color: #685652;
	bottom: -2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-contact__image-wrap {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.p-top-contact__image {
	-o-object-fit: cover;
	aspect-ratio: 375/300;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-create-space {
	padding: 64px 0;
}

.p-top-create-space__title-img {
	-o-object-fit: contain;
	aspect-ratio: 227/38;
	height: 100%;
	margin-left: -0.1875rem;
	max-width: 14.1875rem;
	object-fit: contain;
	width: 100%;
}

.p-top-create-space__img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.5rem;
}

.p-top-create-space__btn {
	margin-top: 1.5rem;
	text-align: right;
}

.p-top-create-space__instagram {
	margin-top: 3.125rem;
}

.p-top-example {
	background-color: #AC9488;
	color: #fff;
	padding-bottom: 80px;
	padding-top: 4.125rem;
}

.p-top-example__subtitle {
	font-size: 0.75rem;
}

.p-top-example__slider {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.875rem;
}

.p-top-example__area {
	margin-top: 2.1875rem;
}

.p-top-example__area-title {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-size: 1rem;
	height: 4.625rem;
	justify-items: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	place-items: center;
	text-indent: 0.1em;
	width: 4.625rem;
}

.p-top-example__area-text {
	font-size: 0.75rem;
	margin-left: 2px;
	margin-top: 1.5rem;
}

.p-top-example__def + .p-top-example__def {
	margin-top: 0.75rem;
}

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

.p-top-example__def-title span {
	display: inline-block;
	position: relative;
}

.p-top-example__def-title span::after {
	background-color: #fff;
	bottom: -1px;
	content: "";
	height: 1px;
	left: -1px;
	position: absolute;
	width: 101%;
}

.p-top-example__def-data {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	width: 79%;
}

.p-top-example__def-data span {
	display: contents;
}

.p-top-features {
	padding-bottom: 80px;
	padding-top: 64px;
}

.p-top-features__subtitle {
	color: #2A2A2A;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.p-top-features__items {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	margin-top: 3rem;
}

.p-top-news {
	background: linear-gradient(135deg, #FFFEF7 0%, #E8DED6 88%, rgba(210, 192, 171, 0.5) 100%);
	padding-bottom: 80px;
	padding-top: 4.1875rem;
	position: relative;
	z-index: -1;
}

.p-top-news__header {
	padding-left: 25px;
	padding-right: 25px;
}

.p-top-news__subtitle {
	font-size: 0.75rem;
}

.p-top-news__title-img {
	-o-object-fit: contain;
	aspect-ratio: 88/38;
	height: 100%;
	margin-left: -0.1875rem;
	max-width: 5.5rem;
	object-fit: contain;
	width: 100%;
}

.p-top-news__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	width: 90%;
}

.p-top-news__btn {
	display: none;
}

.p-top-price {
	background-color: #FEFFEE;
	padding-bottom: 80px;
	padding-top: 64px;
}

.p-top-price__title-img {
	-o-object-fit: contain;
	aspect-ratio: 90/38;
	height: 100%;
	margin-left: -0.5rem;
	max-width: 5.625rem;
	object-fit: contain;
	width: 100%;
}

.p-top-price__subtitle {
	color: #B9AC8B;
	font-size: 0.75rem;
}

.p-top-price__description--main {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.098em;
	line-height: 1.6;
	margin-top: 0.4375rem;
	padding-left: 1.125rem;
	position: relative;
}

.p-top-price__description--main::before {
	background: #D4FF3A;
	border-radius: 50%;
	content: "";
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

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

.p-top-price__items {
	grid-gap: 42px;
	display: grid;
	gap: 42px;
	margin-top: 2.25rem;
}

.p-top-price__btn {
	margin-top: 1.5rem;
	text-align: right;
}

.p-top-product {
	background-color: #fff;
	padding-bottom: 80px;
	padding-top: 64px;
}

.p-top-product__title-img {
	-o-object-fit: contain;
	aspect-ratio: 135/38;
	height: 100%;
	margin-left: -0.5rem;
	max-width: 8.4375rem;
	object-fit: contain;
	width: 100%;
}

.p-top-product__gallery-lists {
	grid-gap: 12px 8px;
	display: grid;
	gap: 12px 8px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
}

.p-top-product__gallery-item img {
	-o-object-fit: cover;
	aspect-ratio: 100/114;
	height: auto;
	object-fit: cover;
}

.p-top-product__btn {
	margin-top: 1.5rem;
	text-align: right;
}

.p-top-speciality__title-img {
	-o-object-fit: contain;
	aspect-ratio: 163/38;
	height: 100%;
	margin-left: -0.5rem;
	max-width: 10.1875rem;
	object-fit: contain;
	width: 100%;
}

.p-top-speciality__subtitle {
	color: #2A2A2A;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.098em;
	line-height: 1.6;
	margin-top: 0.4375rem;
}

.p-top-speciality__description {
	margin-top: 1.5rem;
}

.p-top-speciality__description-text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-top-speciality__btn {
	margin-top: 1rem;
	text-align: right;
}

.p-top-speciality__images {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	margin-top: 2rem;
}

.p-top-speciality__image-top {
	-o-object-fit: cover;
	aspect-ratio: 200/140;
	height: 100%;
	margin-left: auto;
	object-fit: cover;
	width: 100%;
	width: 12.5rem;
}

.p-top-speciality__image-bottom {
	-o-object-fit: cover;
	aspect-ratio: 230/157;
	height: 100%;
	object-fit: cover;
	width: 100%;
	width: 14.375rem;
}

.modal {
	display: none;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.modal.is-open {
	display: block;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.modal__container {
	left: 50%;
	max-height: 80vh;
	overflow-y: auto;
	position: absolute; /* fixed ではなく absolute に変更 */
	transform: translateX(-50%);
	transition: all 0.5s ease-in-out;
	width: 90%;
}

.modal-open {
	overflow: hidden;
}

.modal__overlay {
	align-items: center;
	background: rgba(42, 42, 42, 0.8);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5;
}

.modal__content {
	background: #fff;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-bottom: 30px;
	padding-top: 30px;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.modal__media {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 600px;
	text-align: center;
	width: 100%;
}

.modal__media img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.modal__image {
	max-width: 300px;
}

.modal__text {
	padding: 10px;
}

.modal__title {
	color: #2A2A2A;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

.modal__description {
	color: #2A2A2A;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 1rem;
}

.modal__close {
	background: none;
	border: none;
	color: #2A2A2A;
	cursor: pointer;
	font-size: 1.5rem;
	left: 86%;
	position: relative;
	top: -20px;
}

.modal-swiper {
	padding-bottom: 100px;
}

.modal-swiper .swiper-button-next,
.modal-swiper .swiper-button-prev {
	border-radius: 50%;
	bottom: 10px; /* カードの下に配置 */
	height: 40px;
	left: 50%;
	position: absolute;
	top: auto; /* デフォルトの位置を解除 */
	transform: translateX(-50%);
	width: 40px;
	z-index: 5;
}

.modal-swiper .swiper-button-prev {
	background-image: url(../images/common/prev.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: 10%;
}

.modal-swiper .swiper-button-next {
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: 90%;
}

.swiper-wrapper {
	transition-timing-function: linear;
}
.p-fv__images {
	animation: zoomIn 7s ease-out forwards;
}

@keyframes zoomIn {
	0% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

@media screen and (min-width: 600px) {

iframe.snapwidget-widget {
	height: 400px;
}

}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-btn {
	padding-top: 0.3125rem;
}

.c-btn__triangle {
	margin-left: 0.375rem;
}

.c-card01__image img {
	aspect-ratio: 400/280;
}

.c-card01__inner {
	top: 57.5%;
}

.c-card01__label {
	font-size: 1.5rem;
}

.c-card01__button {
	margin-top: 0;
	padding-right: 1rem;
	position: relative;
	text-align: right;
	top: 40px;
}

.c-card01__title {
	padding-left: 1.6875rem;
	padding-right: 1.3125rem;
}

.c-card01__title::before {
	left: 9px;
	top: 13%;
}

.c-card02__number {
	font-size: 3.75rem;
	margin-top: 4.125rem;
}

.c-card02__number::after {
	bottom: -42px;
	width: 5rem;
}

.c-card02__title {
	font-size: 1rem;
	margin-top: 0;
}

.c-card02__description {
	font-size: 0.875rem;
	margin-top: 3.75rem;
	width: 80%;
}

.c-card03__image img {
	aspect-ratio: 400/280;
}

.c-card03__inner {
	bottom: -1.375rem;
	top: auto;
	top: initial;
}

.c-card03__label--ja {
	margin-top: -2px;
}

.c-card03__button {
	margin-top: 0.5rem;
}

.c-card03__title {
	padding-left: 1.75rem;
}

.c-card03__title::before {
	left: 10px;
	top: 30%;
}

.c-card03__description {
	margin-top: 0.5rem;
	padding: 0 10px;
	width: 95%;
}

.c-card04__image img {
	aspect-ratio: 400/290;
}

.c-card04__inner {
	top: 68%;
}

.c-circle-btn--brown {
	height: 2.5rem;
	top: 8px;
	width: 2.5rem;
}

.c-circle-btn__arrow--small {
	width: 0.8125rem;
}

.c-circle-btn__arrow--small::after {
	right: -1px;
	top: -2px;
	width: 0.375rem;
}

.c-contact {
	display: grid;
	grid-template-columns: 50% 50%;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	padding: 2.375rem 0;
}

.c-contact__btns {
	margin-top: 0;
	row-gap: 1rem;
}

.c-contact__link-tel,
.c-contact__link-mail {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	font-size: 3.75rem;
}

.c-title--beige {
	margin-right: -6px;
}

.c-title--brown {
	margin-right: -6px;
}

.c-title--small {
	font-size: 2rem;
	letter-spacing: 0.1em;
}

.l-company {
	margin-top: 8.125rem;
}

.l-contact {
	margin-top: 6.25rem;
	padding-bottom: 12.5rem;
}

.l-inner {
	max-width: 1260px;
	padding-left: 30px;
	padding-right: 30px;
}

.l-inner--sub {
	margin-left: auto;
	margin-right: auto;
	max-width: 88%;
}

.l-inner--small {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.l-inner--medium8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.l-inner--medium10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	padding-left: 30px;
	padding-right: 30px;
}

.l-spark {
	margin-top: 1rem;
}

.l-staff {
	margin-top: 9.125rem;
}

.l-sustainability {
	margin-top: -3.125rem;
}

.l-thanks {
	margin-top: 6.25rem;
	padding-bottom: 12.5rem;
}

.l-top-speciality {
	margin-top: 8.75rem;
}

.p-about__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-company-info__item {
	display: flex;
	padding: 1.5rem 0;
	width: min(100%, 37.5rem);
}

.p-company-info__title {
	font-size: 1rem;
	letter-spacing: 0.1em;
	width: 26%;
}

.p-company-info__content {
	margin-top: 0;
	width: 74%;
}

.p-company {
	padding-bottom: 12.5rem;
}

.p-company__head {
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}

.p-company__title-img {
	aspect-ratio: 567/96;
	margin-left: -2.5rem;
	max-width: 18.75rem;
}

.p-company__subtitle {
	margin-top: 0;
}

.p-company__info {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.9375rem;
	width: 88%;
}

.p-contact__title-img {
	max-width: 18.75rem;
}

.p-contact__form {
	margin-top: 5rem;
}

.p-example {
	animation: scrollSliderPC 50s linear infinite; /* 滑らかに流れるアニメーション */
}

.p-example__item {
	width: 100%;
}

.p-example__image {
	aspect-ratio: 263/322;
}

.p-features__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-features__image img {
	aspect-ratio: 1440/400;
}

.p-footer-nav__items {
	margin-top: 1.3125rem;
}

.p-footer {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

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

.p-footer__head {
	align-items: center;
	display: flex;
}

.p-footer__logo {
	width: 5vw;
}

.p-footer__site-title-img {
	width: 30vw;
}

.p-footer__nav-about-img {
	margin-left: auto;
	margin-right: 0;
}

.p-footer__nav-features-img {
	margin-left: auto;
	margin-right: 0;
}

.p-footer__nav-price-img {
	margin-left: auto;
	margin-right: 0;
}

.p-footer__nav-create-space-img {
	margin-left: auto;
	margin-right: 0;
}

.p-footer__nav-news-img {
	margin-left: auto;
	margin-right: 0;
}

.p-footer__nav-contact-img {
	margin-left: auto;
	margin-right: 0;
}

.p-footer__sns {
	margin-top: 1.125rem;
}

.p-footer__instagram {
	height: 2.5rem;
	margin-right: 3%;
	width: 2.5rem;
}

.p-footer__nav {
	text-align: right;
	width: 16.9%;
}

.p-footer__copyright {
	margin-top: 0;
	text-align: left;
}

.p-form__inner {
	margin-left: auto;
	margin-right: auto;
	width: min(100%, 37.5rem);
}

.p-form__item textarea {
	height: 10rem;
}

.p-form__btn {
	margin-top: 5rem;
}

.p-fv {
	padding-bottom: 6.25rem;
}

.p-fv__images {
	-moz-column-gap: 2.375rem;
	column-gap: 2.375rem;
	grid-template-areas: "main sub02" "main sub01";
	grid-template-columns: 61.56% 34.6%;
	padding: 2.5rem 3rem;
	position: relative;
	row-gap: 2.5rem;
}

.p-fv__images::before {
	background-color: #947e7a;
	content: "";
	display: block;
	height: 0.5px;
	position: absolute;
	right: 0;
	top: 51%;
	width: 36.5%;
}

.p-fv__images::after {
	background-color: #947e7a;
	bottom: -41px;
	content: "";
	display: block;
	height: 0.5px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-fv__title {
	left: -10px;
}

.p-fv__title-img {
	aspect-ratio: 679/286;
	max-width: 42.4375rem;
}

.p-fv__image-main {
	aspect-ratio: 828/623;
}

.p-fv__image-sub01 {
	aspect-ratio: 464/298;
	position: relative;
	z-index: -1;
}

.p-fv__image-sub02 {
	aspect-ratio: 464/283;
}

.p-header {
	background-color: #685652;
	height: 4.375rem;
}

.p-header__inner {
	padding: 0 0 0 1.5rem;
}

.p-header__site-title-img {
	width: 7.5rem;
}

.p-header__pc-nav {
	display: block;
}

.p-header__btn {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.p-header__sp-nav {
	display: none;
}

.p-info {
	padding-bottom: 12.5rem;
	padding-top: 120px;
}

.p-info__title-img {
	max-width: 18.75rem;
}

.p-info__list {
	margin-top: 5rem;
	max-width: none;
	max-width: initial;
}

.p-info__btn {
	margin-top: 80px;
}

.p-info__news-title {
	text-align: center;
}

iframe.snapwidget-widget {
	height: 680px;
}

.p-news-list__item {
	align-items: center;
	padding-bottom: 2rem;
	padding-left: 0;
	padding-right: 7.5rem;
	padding-top: 2.25rem;
}

.p-pc-nav {
	align-items: center;
	display: flex;
	height: inherit;
	opacity: 1;
}

.p-pc-nav__item--contact {
	border-left: 1px solid #947E7A;
	margin-left: 4.375rem;
	padding-left: 0;
}

.p-pc-nav__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	padding-right: 21px;
}

.p-pc-nav__link--about {
	padding-right: 6px;
}

.p-pc-nav__link--features {
	padding-right: 26px;
}

.p-pc-nav__link--contact {
	padding-left: 39px;
	padding-right: 38px;
}

.p-pc-nav__en {
	font-size: 0.9375rem;
	letter-spacing: 0.12em;
	margin-top: -3px;
}

.p-pc-nav__ja {
	margin-top: 0;
}

.p-plan + .p-plan {
	margin-top: 3.75rem;
}

.p-plan__inner {
	padding: 2rem 9.375rem 4.5rem;
}

.p-plan__contents {
	-moz-column-gap: 5.9375rem;
	align-items: center;
	column-gap: 5.9375rem;
	display: flex;
	justify-content: center;
	margin-top: 1.6875rem;
}

.p-plan__body {
	grid-template-columns: 1fr;
}

.p-plan__body + .p-plan__body {
	margin-top: 0;
}

.p-relaxing::before {
	height: 79.7%;
	width: 69.8%;
}

.p-relaxing__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 120px;
}

.p-relaxing__text-wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	width: 88%;
}

.p-relaxing__subtitle {
	margin-top: 0;
}

.p-relaxing__title-img {
	aspect-ratio: 567/96;
	margin-left: -0.3125rem;
	max-width: 25rem;
}

.p-relaxing__description-text {
	width: min(100%, 46.25rem);
}

.p-relaxing__image-wrap {
	margin-top: 1.5rem;
	width: min(100%, 52rem);
}

.p-relaxing__image {
	aspect-ratio: 832/282;
}

.p-service-rental {
	padding-bottom: 12.5rem;
	padding-top: 6.25rem;
}

.p-service-rental__title-img {
	max-width: 10rem;
}

.p-service-rental__title-img--create-space {
	max-width: 18.75rem;
}

.p-service-rental__title-img--product,
.p-service-rental__title-img--example {
	max-width: 15rem;
}

.p-service-rental__title-img--thanks {
	max-width: 15.625rem;
}

.p-service-rental__media {
	grid-column-gap: 96px;
	-moz-column-gap: 96px;
	column-gap: 96px;
	display: grid;
	grid-template-columns: 42% 1fr;
	margin-top: 3.5rem;
	padding-left: 40px;
}

.p-service-rental__media-inner {
	margin-top: 0rem;
}

.p-service-rental__media-image {
	aspect-ratio: 404/320;
}

.p-service-rental__media-title {
	font-size: 1.125rem;
	margin-top: 1.25rem;
	padding-left: 1.5rem;
}

.p-service-rental__media-text {
	margin-top: 1.5rem;
}

.p-service-rental__gallery-images {
	gap: 3.375rem 2rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.p-service-rental__image {
	aspect-ratio: 384/256;
}

.p-service-rental__btn {
	margin-top: 9.1875rem;
	text-align: left;
}

.p-service-rental__gallery {
	margin-top: 6.25rem;
}

.p-service-rental__gallery-title {
	text-align: left;
}

.p-service-rental__contact {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.75rem;
	width: min(100%, 50rem);
}

.p-service-rental__items {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 8.75rem;
}

.p-service-rental__plan-inner {
	margin: 6.25rem auto 0;
	width: min(100%, 50rem);
}

.p-sp-nav {
	display: none;
}

.p-sp-nav__menu--en {
	font-size: 0.875rem;
}

.p-spark__text-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}

.p-spark__title-img {
	aspect-ratio: 309/96;
	margin-left: -0.9375rem;
	max-width: 9.375rem;
}

.p-spark__subtitle {
	margin-top: 0;
}

.p-spark__description {
	width: 92%;
}

.p-spark__images {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	margin-top: 1rem;
	max-width: 60%;
}

.p-staff__head {
	width: 88%;
}

.p-staff__subtitle {
	margin-top: 0;
}

.p-staff__title-img {
	aspect-ratio: 309/96;
	margin-left: -0.4375rem;
	max-width: 13rem;
}

.p-staff__content {
	margin-top: 2.5rem;
	width: min(100%, 45.625rem);
}

.p-staff__image img {
	aspect-ratio: 590/483;
	max-width: 36.875rem;
}

.p-sub-fv {
	height: auto;
}

.p-sub-fv__image img {
	aspect-ratio: 1440/360;
}

.p-sub-fv__nav {
	left: 8.1%;
	top: 39%;
	width: 83%;
}

.p-sub-nav__header {
	display: contents;
}

.p-sub-nav__title--ja {
	font-size: 1.375rem;
	margin-top: 0;
}

.p-sub-nav__title--toggle::before {
	display: none;
}

.p-sub-nav__title--toggle::after {
	display: none;
}

.p-sub-nav__list {
	background-color: transparent;
	color: #fff;
	margin-top: -55px;
	padding: 0.875rem 0;
	width: auto;
	width: initial;
}

.p-sub-nav__list.is-active {
	position: absolute;
	right: -10px;
	top: 115px;
}

.p-sub-nav__item::before {
	background-color: #fff;
	height: 2px;
	left: -6px;
	width: 0.625rem;
}

.p-sub-nav__link {
	color: #fff;
	font-size: 1rem;
}

.p-sustainability {
	padding-bottom: 11.25rem;
	padding-top: 7.5rem;
}

.p-sustainability__text-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}

.p-sustainability__title-img {
	aspect-ratio: 567/96;
	margin-left: -0.1875rem;
	max-width: 18.75rem;
}

.p-sustainability__subtitle {
	margin-top: 0;
}

.p-sustainability__description {
	width: 92%;
}

.p-sustainability__images {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	width: 66%;
}

.p-thanks__contents {
	margin-top: 2.75rem;
}

.p-thanks__note {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	padding: 2.5rem 1.875rem 2.875rem;
	width: min(100%, 50rem);
}

.p-thanks__note-title {
	display: inline-block;
	padding-bottom: 0.5rem;
}

.p-top-contact {
	overflow: hidden;
	padding-top: 0;
}

.p-top-contact__inner {
	display: grid;
	grid-template-columns: 56.6% 54%;
	padding-bottom: 0;
}

.p-top-contact__contents {
	padding-bottom: 4.375rem;
	padding-top: 5rem;
}

.p-top-contact__text-wrap {
	margin-top: 1.125rem;
}

.p-top-contact__subtitle {
	margin-top: 24px;
}

.p-top-contact__title-img {
	aspect-ratio: 309/96;
	margin-left: -0.625rem;
	max-width: 19.3125rem;
}

.p-top-contact__btns {
	-moz-column-gap: 2px;
	column-gap: 2px;
	display: flex;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.9375rem;
	padding-left: 0;
}

.p-top-contact__link-tel,
.p-top-contact__link-mail {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.p-top-contact__link-tel {
	pointer-events: none;
}

.p-top-contact__image-wrap {
	margin-left: 0;
	width: min(100%, 40rem);
}

.p-top-contact__image {
	aspect-ratio: 640/528;
	width: min(100%, 40rem);
}

.p-top-create-space {
	padding-bottom: 100px;
	padding-top: 80px;
}

.p-top-create-space__title-img {
	aspect-ratio: 567/96;
	margin-left: -0.625rem;
	max-width: 31.25rem;
}

.p-top-create-space__img {
	margin-top: 4.375rem;
}

.p-top-create-space__btn {
	margin-top: 2.5rem;
}

.p-top-create-space__instagram {
	margin-top: 5rem;
}

.p-top-example {
	padding-bottom: 100px;
	padding-top: 80px;
}

.p-top-example__header {
	margin-left: 3rem;
}

.p-top-example__slider {
	margin-top: 4.0625rem;
}

.p-top-example__area {
	margin-top: 4.0625rem;
}

.p-top-example__area-inner {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-left: 20%;
	margin-right: auto;
	width: min(100%, 50rem);
}

.p-top-example__area-title {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.p-top-example__area-text {
	display: grid;
	letter-spacing: 0.1em;
	margin-left: 0.875rem;
	margin-top: 1.25rem;
	margin-top: 0.25rem;
}

.p-top-example__def + .p-top-example__def {
	margin-top: 0.4375rem;
}

.p-top-example__def {
	justify-content: start;
}

.p-top-example__def-title {
	width: 68px;
}

.p-top-example__def-data {
	width: -moz-max-content;
	width: max-content;
}

.p-top-example__def-data span {
	display: inline-block;
}

.p-top-features {
	padding-bottom: 7.5rem;
	padding-top: 80px;
}

.p-top-features__header {
	text-align: right;
}

.p-top-features__subtitle {
	font-size: 1.125rem;
}

.p-top-features__items {
	-moz-column-gap: 0;
	column-gap: 0;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.125rem;
}

.p-top-news {
	padding-bottom: 120px;
	padding-top: 100px;
}

.p-top-news__inner {
	display: grid;
	grid-template-columns: 30.6% 69.4%;
	padding-left: 0;
	padding-right: 0;
}

.p-top-news__header {
	padding-left: 20%;
}

.p-top-news__title-img {
	aspect-ratio: 219/96;
	margin-left: -0.625rem;
	max-width: 12.5rem;
}

.p-top-news__list {
	margin-top: 2.5rem;
	width: 100%;
}

.p-top-news__btn {
	display: block;
	margin-right: 8.25rem;
	margin-top: 4rem;
	text-align: right;
}

.p-top-price {
	padding-bottom: 9.5rem;
	padding-top: 5.125rem;
}

.p-top-price__title-img {
	aspect-ratio: 231/96;
	margin-left: -0.75rem;
	max-width: 12.5rem;
}

.p-top-price__contents {
	margin-left: auto;
	margin-right: auto;
	width: min(100%, 62.5rem);
}

.p-top-price__description--main {
	font-size: 1.125rem;
	margin-top: 0;
	padding-left: 1.75rem;
}

.p-top-price__description--main::before {
	left: 10px;
}

.p-top-price__description--text {
	margin-top: 1.5rem;
	width: 50%;
}

.p-top-price__items {
	-moz-column-gap: 0;
	column-gap: 0;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4rem;
}

.p-top-price__btn {
	margin-top: 4rem;
}

.p-top-product {
	padding-bottom: 9.5rem;
	padding-top: 5.125rem;
}

.p-top-product__title-img {
	aspect-ratio: 336/96;
	margin-left: auto;
	max-width: 21rem;
}

.p-top-product__gallery-lists {
	gap: 54px 80px;
	margin-top: 4rem;
}

.p-top-product__gallery-item img {
	aspect-ratio: 273/308;
}

.p-top-product__btn {
	margin-top: 4rem;
}

.p-top-speciality__inner {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 1fr;
}

.p-top-speciality__title-img {
	aspect-ratio: 408/96;
	margin-left: -1rem;
	max-width: 25.5rem;
}

.p-top-speciality__subtitle {
	font-size: 1.125rem;
	margin-top: 0;
}

.p-top-speciality__description {
	margin-top: 2rem;
	width: min(100%, 26rem);
}

.p-top-speciality__btn {
	margin-top: 3.5rem;
}

.p-top-speciality__images {
	gap: 2.875rem;
	margin-top: 1.25rem;
}

.p-top-speciality__image-top {
	aspect-ratio: 429/287;
	margin-left: 0;
	margin-left: initial;
	width: min(100%, 26.8125rem);
}

.p-top-speciality__image-bottom {
	aspect-ratio: 289/192;
	height: auto;
	height: initial;
	margin-left: auto;
	margin-right: 10.5%;
	margin-top: -1.5625rem;
	width: min(100%, 18.0625rem);
}

.modal__content {
	height: 500px;
	max-width: 800px;
	padding-bottom: 100px;
	padding-left: 3%;
	padding-top: 56px;
}

.modal__media {
	flex-direction: row;
	text-align: left;
}

.modal__image {
	flex: 1;
}

.modal__text {
	flex: 1;
}

.modal__description {
	margin-top: 1.5rem;
}

.modal__close {
	left: 90%;
	top: 0;
}

.modal-swiper .swiper-button-prev {
	left: 3%;
}

.modal-swiper .swiper-button-next {
	left: 94%;
}

}

@media screen and (min-width: 1024px) {

.c-card01__button {
	top: 62px;
}

iframe.snapwidget-widget {
	height: 880px;
}

.p-top-news__header {
	padding-left: 121px;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (max-width: 767px) {

.p-features__item {
	padding-bottom: 3.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade-in-slow {

from {
	opacity: 0.7;
}

to {
	opacity: 1;
}

}

@keyframes scrollSliderSP {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-1000%); /* スライドを左へ移動 */
}

}

@keyframes scrollSliderPC {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-300%); /* スライドを左へ移動 */
}

}


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