@charset "UTF-8";
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scrollbar-gutter: stable;
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #111;
}

@media screen and (min-width: 768px) {
  a,
  button {
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18.4375rem;
  padding-block: 1rem;
  background: #111;
  border: 1px solid #111;
  border-radius: 2rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.18);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.c-button:hover {
  opacity: 1;
  background: #fff;
  color: #111;
}

.c-button__arrow-wrap {
  position: absolute;
  inset-inline-end: 1rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: clip;
}

.c-button:hover .c-button__arrow {
  animation: button-arrow 0.3s ease forwards;
}

@keyframes button-arrow {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.c-button.c-button--white {
  background: rgba(255, 255, 255, 0.9);
  border-color: #fff;
  color: #111;
}
.c-button.c-button--white:hover {
  background: #111;
  color: #fff;
}

.c-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.c-card__image {
  position: relative;
  overflow: hidden;
}

.c-card__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 364/205;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.c-card__area {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  padding: 0.25rem 0.75rem;
  background-color: #CD163D;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

.c-card__type {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  padding: 0.25rem 0.75rem;
  background-color: #EBEBD3;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
}

.c-card__sold-out {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(17, 17, 17, 0.55);
  font-family: "Marcellus", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

.c-card__body {
  margin-block-start: 0.5rem;
}

.c-card__title {
  display: inline;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.36px;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 0%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 0% 100%;
  transition: background-size 0.5s ease;
}

.c-card:hover .c-card__title {
  background-size: 100% 100%;
  background-position: left;
}

.c-card__price {
  display: flex;
  align-items: baseline;
}

.c-card__price-num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.c-card__price-unit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.c-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-block-start: 0.375rem;
}

.c-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 1rem 0.25rem;
  background-color: #EBEBD3;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

.c-card:hover {
  opacity: 1;
}

.c-card:hover .c-card__image img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.c-page-title {
  padding-block-start: 5.125rem;
  padding-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    padding-block-start: 8.375rem;
    padding-block-end: 2rem;
  }
}

.c-page-title__content {
  position: relative;
}
.c-page-title__content::after {
  content: "";
  display: none;
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background-color: #d7d7d7;
}
@media screen and (min-width: 768px) {
  .c-page-title__content::after {
    display: block;
  }
}

.c-page-title__inner {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-page-title__inner {
    gap: 2.5rem;
  }
}

.c-page-title__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #828282;
}
@media screen and (min-width: 768px) {
  .c-page-title__text {
    gap: 1rem;
  }
}

.c-page-title__en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .c-page-title__en {
    font-size: 3.5rem;
    letter-spacing: 1.12px;
  }
}

.c-page-title__ja {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .c-page-title__ja {
    font-weight: 500;
  }
}

.c-page-title__line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #828282;
  border: none;
  margin: 0;
}

.c-breadcrumb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-block: 0;
  padding-block: 1rem;
  padding-inline: 1rem;
  white-space: nowrap;
}
.c-breadcrumb__list::after {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__list {
    gap: 1rem;
    padding-inline: 2.5rem;
  }
  .c-breadcrumb__list::after {
    width: 2.5rem;
  }
}

.c-breadcrumb__separator {
  display: flex;
  flex-shrink: 0;
}

.c-breadcrumb__link {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  color: #929292;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__link {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.c-breadcrumb__current {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  color: rgba(17, 17, 17, 0.7);
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__current {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-header {
  background-color: #fff;
}

.p-header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    height: 5rem;
  }
}

.p-header__logo {
  display: flex;
  align-items: center;
  margin-inline-start: 5rem;
}

.p-header__logo img {
  display: block;
  width: 11.1875rem;
  height: auto;
}

.p-header__brand {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding-inline-start: 1.5rem;
  text-decoration: none;
}

.p-header__brand-logo {
  display: block;
  width: 8.75rem;
  height: auto;
}

.p-header__nav {
  display: flex;
  align-items: center;
  gap: 4rem;
  height: 100%;
}

.p-header__nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-header__nav-item {
  transition: background-color 0.3s;
  height: 100%;
}

.p-header__nav-item:hover {
  background-color: #EBEBD3;
}

.p-header__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.5rem;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #111;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.p-header__nav-link:hover {
  background-color: #EBEBD3;
  opacity: 1;
}

.p-header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 12.5rem;
  height: 100%;
  background-color: #111;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.32px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #111;
}
.p-header__contact:hover {
  opacity: 1;
  background-color: #fff;
  color: #111;
}

.p-header__contact-arrow-wrap {
  position: absolute;
  inset-inline-end: 1rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: clip;
}

.p-header__contact:hover .p-header__contact-arrow {
  animation: button-arrow 0.3s ease forwards;
}

.p-header__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-inline-end: 1rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.p-header__hamburger span {
  display: block;
  position: absolute;
  inset-inline-start: 0.25rem;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #111;
  transition: 0.3s;
}
.p-header__hamburger span:nth-of-type(1) {
  top: 0.5rem;
}
.p-header__hamburger span:nth-of-type(2) {
  top: 0.9375rem;
}
.p-header__hamburger span:nth-of-type(3) {
  top: 1.375rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0.9375rem;
  transform: rotate(45deg);
}
.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.p-header__hamburger.is-open span:nth-of-type(3) {
  top: 0.9375rem;
  transform: rotate(-45deg);
}

body.is-drawer-open {
  overflow: hidden;
}

.p-drawer {
  position: fixed;
  top: 4rem;
  inset-inline: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-drawer.is-open {
  visibility: visible;
  opacity: 1;
}

.p-drawer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block-end: 2.5rem;
}

.p-drawer__list {
  width: 100%;
}

.p-drawer__item {
  border-bottom: 1px solid #f0f0f0;
}

.p-drawer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #111;
  text-decoration: none;
}

.p-drawer__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #111;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.p-drawer__trigger::after {
  content: "";
  position: absolute;
  inset-inline-end: 1.5rem;
  top: 50%;
  width: 0.875rem;
  height: 0.875rem;
  transform: translateY(-50%);
  background: linear-gradient(#111, #111) center/0.875rem 0.125rem no-repeat, linear-gradient(#111, #111) center/0.125rem 0.875rem no-repeat;
  transition: background 0.3s, transform 0.3s;
}
.p-drawer__trigger.is-open {
  background-color: #676767;
  color: #fff;
}
.p-drawer__trigger.is-open::after {
  background: linear-gradient(#fff, #fff) center/0.875rem 0.125rem no-repeat;
}

.p-drawer__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.p-drawer__section {
  padding-inline: 1rem;
  padding-block: 0.75rem;
}

.p-drawer__section:last-of-type {
  padding-block-end: 1.5rem;
  display: flex;
  justify-content: center;
}

.p-drawer__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-block: 0.625rem;
  background-color: #EBEBD3;
}

.p-drawer__label-icon {
  flex-shrink: 0;
}

.p-drawer__label-text {
  display: flex;
  align-items: baseline;
  color: #111;
  font-weight: 700;
  line-height: 1.6;
}

.p-drawer__label-main {
  font-size: 1rem;
  letter-spacing: 0.32px;
}

.p-drawer__label-sub {
  font-size: 0.75rem;
  letter-spacing: 0.24px;
}

.p-drawer__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 0.75rem;
}

.p-drawer__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding-inline: 1rem;
  border: 1px dashed #c5c5c5;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
}

.p-drawer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4375rem;
  height: 3.5rem;
  margin-block-start: 1.5rem;
  background-color: #111;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.32px;
  text-decoration: none;
  border-radius: 2rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.18);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}

body:has(.p-header__nav-item--mega:hover) {
  overflow: hidden;
}

body:has(.p-header__nav-item--mega:hover)::after {
  opacity: 1;
  visibility: visible;
}

.p-megamenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  background-color: #fff;
  transition: clip-path 0.3s ease-out, visibility 0.3s;
  z-index: 10;
}

.p-header__nav-item--mega {
  height: 100%;
  display: flex;
  align-items: center;
}

.p-header__nav-item--mega:hover .p-megamenu {
  visibility: visible;
  clip-path: inset(0 0 0 0);
}

.p-megamenu__inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-block: 5rem;
}

.home .p-megamenu__inner {
  padding-top: 6rem;
}

.p-megamenu__row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.p-megamenu__btn-wrap {
  display: flex;
  justify-content: center;
}

.p-megamenu__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-shrink: 0;
  width: 14rem;
  padding-block: 0.625rem;
  background-color: #ebebd3;
}

.p-megamenu__icon {
  flex-shrink: 0;
}

.p-megamenu__label-text {
  display: flex;
  align-items: baseline;
  color: #111;
  font-weight: 700;
  line-height: 1.6;
}

.p-megamenu__label-main {
  font-size: 1.125rem;
  letter-spacing: 0.36px;
}

.p-megamenu__label-sub {
  font-size: 0.875rem;
  letter-spacing: 0.28px;
}

.p-megamenu__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  padding-block-start: 0.5rem;
  padding-block-end: 1rem;
}

.p-megamenu__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1.5rem;
  border: 1px dashed #c5c5c5;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s;
}
.p-megamenu__tag:hover {
  opacity: 1;
  background-color: rgba(190, 189, 211, 0.4);
}

.p-fv {
  position: relative;
  width: 100%;
  height: calc(100svh - 4rem);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: calc(100svh - 6rem);
  }
}

.p-fv__slider {
  position: absolute;
  inset: 0;
}

.p-fv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s;
}

.p-fv__slide.is-active {
  opacity: 1;
}

.p-fv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
}

.p-fv__slide.is-active img,
.p-fv__slide.is-leaving img {
  animation: fv-kenburns 7s linear forwards;
}

@keyframes fv-kenburns {
  from {
    transform: scale(1.15) translateX(2%);
  }
  to {
    transform: scale(1.15) translateX(-2%);
  }
}
.p-fv__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.p-fv__text {
  position: absolute;
  top: 35%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    top: 50%;
    gap: 1rem;
  }
}

.p-fv__title {
  font-family: "Marcellus", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    font-size: 7.5rem;
    letter-spacing: 2.4px;
  }
}

.p-fv__subtitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv__subtitle {
    font-size: 2.25rem;
  }
}

.p-concept {
  overflow: clip;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-concept {
    padding-top: 1.25rem;
    padding-bottom: unset;
  }
}
.p-concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p-concept::before {
    height: calc(100% - 9.375rem);
  }
}

.p-concept__marquee {
  display: flex;
  overflow: clip;
  position: relative;
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__marquee {
    top: unset;
  }
}

.p-concept__marquee-track {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
  padding-inline-end: 0.5rem;
  animation: concept-marquee 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-concept__marquee-track {
    gap: 3rem;
    padding-inline-end: 3rem;
  }
}

.p-concept__marquee-text {
  font-family: "Aboreto", system-ui, serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(130, 130, 130, 0.3);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-concept__marquee-text {
    font-size: 10rem;
    color: rgba(130, 130, 130, 0.2);
  }
}

@keyframes concept-marquee {
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .p-concept__body {
    padding-block-end: 0;
    height: 74.5rem;
  }
}

.p-concept__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-concept__image--01 {
  width: 10.5625rem;
  width: clamp(10.5625rem, 0.48378rem + 43.00254vw, 21.125rem);
  opacity: 0.8;
  margin-block-start: -4.875rem;
  margin-inline-start: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__image--01 {
    position: absolute;
    top: 53.875rem;
    inset-inline-start: 2.5rem;
    width: 40.6875rem;
    margin: 0;
  }
}

.p-concept__image--02 {
  position: absolute;
  width: 20rem;
  width: clamp(20rem, 9.26527rem + 45.80153vw, 31.25rem);
  height: 11.25rem;
  inset-block-start: 3rem;
  inset-inline-end: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-concept__image--02 {
    position: absolute;
    top: 13.125rem;
    inset-inline-start: unset;
    inset-inline-end: clamp(6.25rem, -25rem + 41.66667vw, 12.5rem);
    width: 22.5rem;
    height: auto;
    margin: 0;
  }
}

.p-concept__image--02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .p-concept__image--02 img {
    aspect-ratio: 360/395;
    object-fit: cover;
  }
}

.p-concept__image--03 {
  width: 9.875rem;
  width: clamp(9.875rem, 0.45229rem + 40.20356vw, 19.75rem);
  margin-block-start: 0.875rem;
  margin-inline: auto 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__image--03 {
    position: absolute;
    top: 45.1875rem;
    inset-inline-start: unset;
    inset-inline-end: 2.5rem;
    width: 25rem;
    margin: 0;
  }
}

.p-concept__image--03 img {
  aspect-ratio: 1;
  object-fit: cover;
}

.p-concept__content {
  margin-block-start: 11.75rem;
}
@media screen and (min-width: 768px) {
  .p-concept__content {
    margin-block-start: unset;
    padding-block-start: 6rem;
    padding-inline-start: 5rem;
    top: 17.5rem;
    inset-inline-start: 5rem;
    width: 45rem;
    margin: 0;
  }
}

.p-concept__label {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  color: #828282;
}
@media screen and (min-width: 768px) {
  .p-concept__label {
    font-size: 1.375rem;
  }
}

.p-concept__heading {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-block-start: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__heading {
    font-size: 2.5rem;
  }
}

.p-concept__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__text {
    gap: 2rem;
    font-size: 1rem;
    margin-block-start: 3rem;
  }
}

.p-sale {
  overflow: hidden;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .p-sale {
    padding-block: 7.5rem;
  }
}

.p-sale__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale__header {
    gap: 1rem;
  }
}

.p-sale__label {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #828282;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-sale__label {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-sale__heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .p-sale__heading {
    font-size: 2.5rem;
  }
}

.p-sale__search {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale__search {
    gap: 0.75rem;
    margin-block-start: 1.5rem;
  }
}

.p-sale__search-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-sale__search-row {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.p-sale__search-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding-block: 0.5rem;
  background-color: #EBEBD3;
}
@media screen and (min-width: 768px) {
  .p-sale__search-label {
    width: 14rem;
    flex-shrink: 0;
    padding-block: 0.625rem;
  }
}

.p-sale__search-icon {
  flex-shrink: 0;
}

.p-sale__search-label-text {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
}

.p-sale__search-label-main {
  font-size: 1.125rem;
  letter-spacing: 0.36px;
}

.p-sale__search-label-sub {
  font-size: 0.875rem;
  letter-spacing: 0.28px;
}

.p-sale__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 0.75rem 1rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sale__tags {
    justify-content: flex-start;
    gap: 0.5rem 1rem;
    padding-block: 0.5rem 1rem;
    padding-inline: 0;
  }
}

.p-sale__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding-inline: 1.5rem;
  border: 1px dashed #c5c5c5;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-sale__tag {
    font-size: 1rem;
    letter-spacing: 0.32px;
    height: auto;
    padding: 0.25rem 1.5rem;
  }
}
.p-sale__tag:hover {
  opacity: 1;
  background-color: rgba(190, 189, 211, 0.4);
}

.p-sale__slider-area {
  padding-inline: 1.5rem;
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale__slider-area {
    padding-inline: 0;
    margin-inline-start: max(1.5625rem, (100% - 1200px) / 2);
    margin-block-start: 3.5rem;
  }
}

.p-sale__slider .splide__list {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-sale__slider .splide__list {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-sale__slider .splide__track {
    overflow: visible;
  }
}

.p-sale__slider:not(.is-initialized) .splide__slide {
  visibility: visible;
}

.p-sale__slide + .p-sale__slide {
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale__slide + .p-sale__slide {
    margin-block-start: 0;
    margin-inline-start: 2.5rem;
  }
}

.p-sale__slide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sale__slide {
    width: 22.75rem;
  }
}

.p-sale__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-sale__nav {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    margin-block-start: 3rem;
  }
}

.p-sale__nav-prev,
.p-sale__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.p-sale__nav-prev .p-sale__nav-circle,
.p-sale__nav-next .p-sale__nav-circle {
  fill: #fff;
  transition: fill 0.3s;
}
.p-sale__nav-prev .p-sale__nav-arrow,
.p-sale__nav-next .p-sale__nav-arrow {
  transition: stroke 0.3s;
}
.p-sale__nav-prev:hover,
.p-sale__nav-next:hover {
  opacity: 1;
}
.p-sale__nav-prev:hover .p-sale__nav-circle,
.p-sale__nav-next:hover .p-sale__nav-circle {
  fill: #111;
}
.p-sale__nav-prev:hover .p-sale__nav-arrow,
.p-sale__nav-next:hover .p-sale__nav-arrow {
  stroke: #fff;
}

.p-sale__action {
  display: flex;
  justify-content: center;
  margin-block-start: 3rem;
}
@media screen and (min-width: 768px) {
  .p-sale__action {
    margin-block-start: 2.5rem;
  }
}

.p-rent {
  overflow: hidden;
  padding-block: 5rem;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .p-rent {
    padding-block: 7.5rem;
  }
}

.p-rent__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent__header {
    gap: 1rem;
  }
}

.p-rent__label {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #828282;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-rent__label {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-rent__heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .p-rent__heading {
    font-size: 2.5rem;
  }
}

.p-rent__search {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent__search {
    gap: 0.75rem;
    margin-block-start: 1.5rem;
  }
}

.p-rent__search-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-rent__search-row {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.p-rent__search-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding-block: 0.5rem;
  background-color: #EBEBD3;
}
@media screen and (min-width: 768px) {
  .p-rent__search-label {
    width: 14rem;
    flex-shrink: 0;
    padding-block: 0.625rem;
  }
}

.p-rent__search-icon {
  flex-shrink: 0;
}

.p-rent__search-label-text {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
}

.p-rent__search-label-main {
  font-size: 1.125rem;
  letter-spacing: 0.36px;
}

.p-rent__search-label-sub {
  font-size: 0.875rem;
  letter-spacing: 0.28px;
}

.p-rent__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 0.75rem 1rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .p-rent__tags {
    justify-content: flex-start;
    gap: 0.5rem 1rem;
    padding-block: 0.5rem 1rem;
    padding-inline: 0;
  }
}

.p-rent__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding-inline: 1.5rem;
  border: 1px dashed #c5c5c5;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-rent__tag {
    font-size: 1rem;
    letter-spacing: 0.32px;
    height: auto;
    padding: 0.25rem 1.5rem;
  }
}
.p-rent__tag:hover {
  opacity: 1;
  background-color: rgba(190, 189, 211, 0.4);
}

.p-rent__slider-area {
  padding-inline: 1.5rem;
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent__slider-area {
    padding-inline: 0;
    margin-inline-start: max(1.5625rem, (100% - 1200px) / 2);
    margin-block-start: 3.5rem;
  }
}

.p-rent__slider .splide__list {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-rent__slider .splide__list {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-rent__slider .splide__track {
    overflow: visible;
  }
}

.p-rent__slider:not(.is-initialized) .splide__slide {
  visibility: visible;
}

.p-rent__slide + .p-rent__slide {
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent__slide + .p-rent__slide {
    margin-block-start: 0;
    margin-inline-start: 2.5rem;
  }
}

.p-rent__slide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-rent__slide {
    width: 22.75rem;
  }
}

.p-rent__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-rent__nav {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    margin-block-start: 3rem;
  }
}

.p-rent__nav-prev,
.p-rent__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.p-rent__nav-prev .p-rent__nav-circle,
.p-rent__nav-next .p-rent__nav-circle {
  fill: #fff;
  transition: fill 0.3s;
}
.p-rent__nav-prev .p-rent__nav-arrow,
.p-rent__nav-next .p-rent__nav-arrow {
  transition: stroke 0.3s;
}
.p-rent__nav-prev:hover,
.p-rent__nav-next:hover {
  opacity: 1;
}
.p-rent__nav-prev:hover .p-rent__nav-circle,
.p-rent__nav-next:hover .p-rent__nav-circle {
  fill: #111;
}
.p-rent__nav-prev:hover .p-rent__nav-arrow,
.p-rent__nav-next:hover .p-rent__nav-arrow {
  stroke: #fff;
}

.p-rent__action {
  display: flex;
  justify-content: center;
  margin-block-start: 3rem;
}
@media screen and (min-width: 768px) {
  .p-rent__action {
    margin-block-start: 2.5rem;
  }
}

.p-news {
  padding-block: 1.5rem 5rem;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-block: 1.5rem 10rem;
  }
}

.p-news__marquee {
  display: flex;
  overflow: clip;
}

.p-news__marquee-track {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
  padding-inline-end: 0.5rem;
  animation: news-marquee 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-news__marquee-track {
    gap: 3rem;
    padding-inline-end: 3rem;
  }
}

.p-news__marquee-text {
  font-family: "Aboreto", system-ui, serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(130, 130, 130, 0.3);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-news__marquee-text {
    font-size: 10rem;
    color: rgba(130, 130, 130, 0.2);
  }
}

@keyframes news-marquee {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.p-news__inner {
  max-width: 930px;
}

.p-news__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-block-start: 1rem;
}
@media screen and (min-width: 768px) {
  .p-news__header {
    gap: 1rem;
    margin-block-start: 3.5rem;
  }
}

.p-news__label {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #828282;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-news__label {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-news__heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .p-news__heading {
    font-size: 2.5rem;
  }
}

.p-news__list {
  width: 100%;
}
.p-news__item {
  position: relative;
  border-block-end: 1px solid #e0e0e0;
}
.p-news__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #111;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.p-news__item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.p-news__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-block: 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news__link {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    padding-block: 4rem 2.5rem;
  }
}
.p-news__link:hover {
  opacity: 1;
}

.p-news__meta {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-news__meta {
    gap: 0;
  }
}

.p-news__date {
  width: 6.875rem;
  flex-shrink: 0;
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
  color: #111;
}
@media screen and (min-width: 768px) {
  .p-news__date {
    font-size: 0.9375rem;
    letter-spacing: 0.12em;
  }
}

.p-news__category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6.375rem;
  padding: 0.125rem 0.75rem;
  background-color: #111;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-news__category {
    padding: 0.25rem 0.75rem;
    font-size: 0.9375rem;
  }
}

.p-news__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
}

.p-news__title {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-news__arrow-wrap {
  overflow: clip;
}

.p-news__arrow {
  flex-shrink: 0;
}

.p-news__link:hover .p-news__arrow {
  animation: news-arrow 0.3s ease forwards;
}

@keyframes news-arrow {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.p-news__action {
  display: flex;
  justify-content: center;
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__action {
    justify-content: flex-end;
    margin-block-start: 2rem;
  }
}

.p-contact {
  position: relative;
  padding-block: 6.25rem;
  overflow: hidden;
}

.p-contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-contact__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-contact__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-contact__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-contact__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__header {
    gap: 1rem;
  }
}

.p-contact__label {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-contact__label {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-contact__heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .p-contact__heading {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
}

.p-contact__text {
  margin-block-start: 1.5rem;
  font-size: 1.15625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1.25rem;
  }
}

.p-contact__action {
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__action {
    margin-block-start: 2rem;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.p-footer {
  background-color: #111;
  color: #fff;
  padding-block: 4rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-block: 4rem 3rem;
  }
}

.p-footer__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-footer__body {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer__nav {
  display: flex;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    order: 1;
    gap: 3.5rem;
  }
}

.p-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-footer__nav-link,
.p-footer__nav-list a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-link,
  .p-footer__nav-list a {
    padding-block-end: 0.125rem;
  }
}
.p-footer__nav-link::after,
.p-footer__nav-list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.p-footer__nav-link:hover,
.p-footer__nav-list a:hover {
  opacity: 1;
}
.p-footer__nav-link:hover::after,
.p-footer__nav-list a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.p-footer__logo img {
  display: block;
  width: 11.9375rem;
  height: auto;
}

.p-footer__address {
  margin-block-start: 1rem;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-block-start: 0.75rem;
}

.p-footer__contact-item {
  display: flex;
  align-items: baseline;
  font-family: "Marcellus", sans-serif;
  line-height: 1.6;
}

.p-footer__contact-label {
  font-size: 0.875rem;
  margin-inline-end: 0.375rem;
}

.p-footer__contact-number {
  font-size: 1.125rem;
}

.p-footer__bottom {
  margin-block-start: 4rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    text-align: end;
    margin-block-start: 3rem;
  }
}

.p-about-business {
  overflow: hidden;
  background: linear-gradient(to bottom, #f5f5f5, #fff);
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about-business {
    background: #fff;
    padding-block: 7.5rem 17.5rem;
  }
}

.p-about-business__item {
  position: relative;
}

.p-about-business__item + .p-about-business__item {
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-business__item + .p-about-business__item {
    margin-block-start: 7.5rem;
  }
}

.p-about-business__bg-text {
  margin-block-end: -0.5em;
  position: relative;
  z-index: 1;
  font-family: "Aboreto", system-ui, serif;
  font-size: 2.5rem;
  letter-spacing: 0.8px;
  line-height: 1;
  background: linear-gradient(to right, #e9e9e9, #9f9f9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: right;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about-business__bg-text {
    margin-block-end: unset;
    position: absolute;
    bottom: -3.75rem;
    left: 0;
    font-size: 7.5rem;
    letter-spacing: 2.4px;
    text-align: left;
    padding: 0;
  }
}

.p-about-business__item--reverse .p-about-business__bg-text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about-business__item--reverse .p-about-business__bg-text {
    left: auto;
    right: 0;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .p-about-business__body {
    position: relative;
    width: min(100% - 5rem, 80rem);
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-about-business__image {
    width: 62.5%;
  }
}

.p-about-business__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-about-business__item--reverse .p-about-business__image {
    margin-inline-start: auto;
  }
}

.p-about-business__card {
  position: relative;
  z-index: 1;
  background-color: rgba(252, 252, 252, 0.9);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin-inline: 1rem;
  margin-block-start: -1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-business__card {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 47.3%;
    padding: 3rem 3rem;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-business__card {
    padding: 3rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about-business__item--reverse .p-about-business__card {
    right: auto;
    left: 0;
  }
}

.p-about-business__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-about-business__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.5rem;
  background-color: #111;
  color: #fff;
  font-family: "Aboreto", system-ui, serif;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .p-about-business__number {
    font-size: 1.625rem;
    letter-spacing: 0.52px;
  }
}

.p-about-business__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-about-business__title {
    font-size: 2rem;
    letter-spacing: 0.64px;
  }
}

.p-about-business__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-block-start: 1rem;
  list-style: none;
  padding: 0;
}

.p-about-business__list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.36px;
}
.p-about-business__list-item::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Crect x='.33' y='.33' width='15.33' height='15.33' stroke='%23828282' stroke-width='.667'/%3E%3Cpath d='M4 8.5L6.5 11L12 5.5' stroke='%23828282' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-about-business__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about-business__logo {
    display: block;
    position: absolute;
    bottom: -2.125rem;
    right: 0;
    z-index: 1;
    width: 26.5rem;
    height: 19rem;
  }
}

.p-about-photo {
  position: relative;
}
.p-about-photo::before, .p-about-photo::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  z-index: 1;
  pointer-events: none;
}
.p-about-photo::before {
  top: 0;
  height: 1.5rem;
  background: linear-gradient(to bottom, #f5f5f5, rgba(245, 245, 245, 0.9) 25%, rgba(245, 245, 245, 0));
}
@media screen and (min-width: 768px) {
  .p-about-photo::before {
    height: 7.5rem;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0));
  }
}
.p-about-photo::after {
  bottom: 0;
  height: 1.5rem;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0));
}
@media screen and (min-width: 768px) {
  .p-about-photo::after {
    height: 7.5rem;
  }
}

.p-about-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/200;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about-photo img {
    aspect-ratio: 1440/654;
  }
}

.p-about-overview {
  background-color: #f5f5f5;
  padding-block-start: 3.75rem;
  padding-block-end: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-overview {
    padding-block-start: 7.5rem;
    padding-block-end: 10rem;
  }
}

.p-about-overview__card {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2.5rem 1.5rem;
  margin-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-overview__card {
    width: min(100%, 65rem);
    margin-inline: auto;
    padding: 5rem;
  }
}

.p-about-overview__header {
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-overview__header {
    margin-block-end: 2.5rem;
  }
}

.p-about-overview__en {
  display: block;
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  color: #828282;
  letter-spacing: 0.28px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-about-overview__en {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-about-overview__heading {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 1.6;
  margin-block-start: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-overview__heading {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
    margin-block-start: 1rem;
  }
}

.p-about-overview__dl {
  margin: 0;
}

.p-about-overview__row {
  padding-block: 1rem;
  border-bottom: 1px solid #ddd;
  border-image: linear-gradient(to right, #111 5rem, #ddd 5rem) 1;
}
@media screen and (min-width: 768px) {
  .p-about-overview__row {
    display: grid;
    grid-template-columns: 12.25rem 1fr;
    align-items: baseline;
    padding-block: 1.5rem;
    border-image: linear-gradient(to right, #111 12.25rem, #ddd 12.25rem) 1;
  }
}

.p-about-overview__row--last {
  border-bottom: none;
  border-image: none;
}

.p-about-overview__dt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 768px) {
  .p-about-overview__dt {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}

.p-about-overview__dd {
  margin: 0;
  margin-block-start: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-about-overview__dd {
    font-size: 1rem;
    letter-spacing: 0.32px;
    margin-block-start: 0;
  }
}

.p-about-overview__map {
  padding-block: 1rem;
  border-bottom: 1px solid #ddd;
  border-image: linear-gradient(to right, #111 5rem, #ddd 5rem) 1;
}
@media screen and (min-width: 768px) {
  .p-about-overview__map {
    padding-block: 1.5rem;
    border-image: linear-gradient(to right, #111 12.25rem, #ddd 12.25rem) 1;
  }
}

.p-about-overview__map img, .p-about-overview__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 880/404;
  object-fit: cover;
  border-radius: 0.5rem;
}

.p-about-overview__bg-image {
  position: absolute;
  inset-block-end: 0;
  inset-inline: 0;
  z-index: 0;
}
.p-about-overview__bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 50%;
  background: linear-gradient(to bottom, #f5f5f5, rgba(245, 245, 245, 0));
  z-index: 1;
  pointer-events: none;
}

.p-about-overview__bg-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/375;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about-overview__bg-image img {
    aspect-ratio: 1440/900;
  }
}

.p-news-archive {
  background-color: #fff;
  padding-block: 5rem 6rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive {
    padding-block: 5rem 10rem;
  }
}

.p-news-archive__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: min(100%, 55rem);
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__inner {
    padding-inline: 0;
  }
}

.p-news-archive__tabs {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .p-news-archive__tabs {
    gap: 4rem;
    overflow-x: visible;
  }
}

.p-news-archive__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-block-end: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #111;
  text-decoration: none;
  transition: border-color 0.3s ease;
  border-block-end: 1px solid transparent;
}

.p-news-archive__tab.is-active {
  font-weight: 500;
  border-block-end-color: #111;
}

.p-news-archive__empty {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.p-news-archive__pagination {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.p-news-archive__pagination .page-numbers {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #111;
  text-decoration: none;
}

.p-news-archive__pagination .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #111;
  border-radius: 50%;
  color: #fff;
}

.p-news-archive__pagination .page-numbers.dots {
  font-size: 0.75rem;
}

.p-news-archive__pagination .page-numbers.next {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-news-archive__pagination .page-numbers.prev {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-news-single {
  background-color: #fff;
  padding-block: 5rem 6rem;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    padding-block: 5rem 10rem;
  }
}

.p-news-single__inner {
  width: min(100%, 55rem);
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__inner {
    padding-inline: 0;
  }
}

.p-news-single__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 880/495;
  object-fit: cover;
}

.p-news-single__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__header {
    margin-block-start: 2rem;
  }
}

.p-news-single__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-news-single__date {
  font-family: "Aboreto", system-ui, serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 2.16px;
  color: #111;
}

.p-news-single__category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6.375rem;
  padding: 0.25rem 0.75rem;
  background-color: #111;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

.p-news-single__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    font-size: 2rem;
    letter-spacing: 0.64px;
  }
}

.p-news-single__content {
  margin-block-start: 1rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__content {
    margin-block-start: 1.5rem;
  }
}

.p-news-single__content h2 {
  margin-block-start: 3rem;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  border-block-start: 2px solid #111;
  border-block-end: 2px solid #111;
}
@media screen and (min-width: 768px) {
  .p-news-single__content h2 {
    padding: 0.75rem 1.5rem;
    font-size: 1.5rem;
  }
}

.p-news-single__content h3 {
  position: relative;
  margin-block-start: 3rem;
  padding: 1rem;
  padding-block-end: 0.75rem;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.6;
  border-block-end: 3px solid #111;
}
@media screen and (min-width: 768px) {
  .p-news-single__content h3 {
    padding: 0.75rem 1.5rem;
    padding-block-end: 0.75rem;
    font-size: 1.375rem;
  }
}

.p-news-single__content h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  border-block-end: 2px solid #111;
}

.p-news-single__content h4 {
  margin-block-start: 3rem;
  padding-inline-start: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  border-inline-start: 3px solid #111;
}
@media screen and (min-width: 768px) {
  .p-news-single__content h4 {
    font-size: 1.25rem;
  }
}

.p-news-single__content h5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-block-start: 3rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-news-single__content h5 {
    font-size: 1.125rem;
  }
}

.p-news-single__content h5::before {
  content: ">>";
  flex-shrink: 0;
}

.p-news-single__content p {
  margin-block-start: 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-news-single__content p {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-news-single__content img {
  display: block;
  width: 100%;
  height: auto;
  margin-block-start: 1rem;
}

.p-news-single__content > :first-child {
  margin-block-start: 0;
}

.p-news-single__action {
  display: flex;
  justify-content: center;
  width: min(100%, 55rem);
  margin-inline: auto;
  margin-block-start: 4rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__action {
    padding-inline: 0;
  }
}

.p-top-tagline {
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
  color: #CD163D;
  margin-inline-start: 1.5rem;
}

.p-top-tagline.p-top-tagline--pc {
  display: none;
  margin-inline-start: 5rem;
  margin-block-end: 0.25rem;
  font-size: 0.625rem;
  font-weight: 400;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .p-top-tagline.p-top-tagline--pc {
    display: inline-block;
  }
}

.p-sale-archive {
  padding-block: 2.5rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-archive {
    padding-block: 2.5rem 7.5rem;
  }
}

.p-sale-archive__wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-archive__wrap {
    flex-direction: row;
    gap: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sale-archive__sidebar {
    width: 16.625rem;
    flex-shrink: 0;
  }
}

.p-sale-archive__search-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-block-end: 1rem;
}

.p-sale-archive__search-status-icon {
  flex-shrink: 0;
}

.p-sale-archive__search-status-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.36px;
}

.p-sale-archive__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #EBEBD3;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-sale-archive__accordion-trigger {
    pointer-events: none;
  }
}

.p-sale-archive__accordion-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.36px;
  color: #111;
}

.p-sale-archive__accordion-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
}
.p-sale-archive__accordion-icon::before, .p-sale-archive__accordion-icon::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  background-color: #111;
  translate: -50% -50%;
  transition: transform 0.3s ease;
}
.p-sale-archive__accordion-icon::before {
  width: 1rem;
  height: 2px;
}
.p-sale-archive__accordion-icon::after {
  width: 2px;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sale-archive__accordion-icon {
    display: none;
  }
}

.p-sale-archive__accordion-trigger.is-open .p-sale-archive__accordion-icon::after {
  transform: rotate(90deg);
}

.p-sale-archive__accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-sale-archive__accordion-panel {
    max-height: none;
    overflow: visible;
    margin-block-start: 1.5rem;
  }
}

.p-sale-archive__filter-group {
  padding-block: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sale-archive__filter-group {
    padding-block: 1rem;
  }
}

.p-sale-archive__filter-group--bordered {
  border-block-start: 1px solid #dedede;
}

.p-sale-archive__filter-title {
  padding-inline-start: 0.75rem;
  border-inline-start: 2px solid #111;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-sale-archive__checks {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-block-start: 0.75rem;
}

.p-sale-archive__check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.p-sale-archive__check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-sale-archive__check-box {
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #fff;
}

.p-sale-archive__check-input:checked + .p-sale-archive__check-box {
  background-color: #111;
  border-color: #111;
}
.p-sale-archive__check-input:checked + .p-sale-archive__check-box::after {
  content: "";
  position: absolute;
  inset-block-start: 1px;
  inset-inline-start: 4px;
  width: 4px;
  height: 8px;
  border-inline-end: 2px solid #fff;
  border-block-end: 2px solid #fff;
  transform: rotate(45deg);
}

.p-sale-archive__check-text {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-sale-archive__price-range {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-block-start: 0.75rem;
}

.p-sale-archive__price-select {
  width: 6.875rem;
  padding: 0.375rem 0.5rem;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #111;
  background-color: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23111' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.625rem 0.375rem;
  padding-inline-end: 1.5rem;
}

.p-sale-archive__price-separator {
  font-size: 0.875rem;
  color: #111;
}

.p-sale-archive__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-block-start: 0.75rem;
}

.p-sale-archive__tag {
  cursor: pointer;
}

.p-sale-archive__tag-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-sale-archive__tag-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding-inline: 1rem;
  border: 1px dashed #dedede;
  border-radius: 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  color: #111;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.p-sale-archive__tag-input:checked + .p-sale-archive__tag-text {
  background-color: #EBEBD3;
  border-color: #EBEBD3;
}

.p-sale-archive__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1.5rem;
  margin-block-start: 1.5rem;
  background-color: #111;
  border: none;
  border-radius: 1.875rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-sale-archive__submit:hover {
  opacity: 0.8;
}

.p-sale-archive__main {
  flex: 1;
  min-width: 0;
}

.p-sale-archive__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sale-archive__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.p-sale-archive__heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-sale-archive__heading-en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #828282;
  letter-spacing: 0.28px;
}

.p-sale-archive__heading-ja {
  font-size: 1.375rem;
  font-weight: 500;
  color: #828282;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-sale-archive__heading-ja {
    font-size: 2rem;
    letter-spacing: 0.64px;
  }
}

.p-sale-archive__controls {
  display: flex;
  gap: 1rem;
}

.p-sale-archive__control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-sale-archive__control-label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

.p-sale-archive__control-select {
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #111;
  background-color: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23111' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.625rem 0.375rem;
  cursor: pointer;
}

.p-sale-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-block-start: 2rem;
}
@media screen and (min-width: 768px) {
  .p-sale-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.375rem;
    margin-block-start: 2.5rem;
  }
}

.p-sale-archive__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-block-start: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-archive__pagination {
    gap: 2rem;
    margin-block-start: 5rem;
  }
}

.p-sale-archive__pagination .page-numbers {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #111;
  text-decoration: none;
}

.p-sale-archive__pagination .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #111;
  border-radius: 50%;
  color: #fff;
}

.p-sale-archive__pagination .page-numbers.dots {
  font-size: 0.75rem;
}

.p-sale-archive__pagination .page-numbers.prev,
.p-sale-archive__pagination .page-numbers.next {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-sale-archive__empty {
  padding-block: 5rem;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.p-sale-single__overview {
  padding-block: 2.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__overview {
    padding-block: 5rem 7.5rem;
  }
}

.p-sale-single__overview-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__overview-wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 6.25rem;
  }
}

.p-sale-single__gallery {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__gallery {
    width: 43.875rem;
    flex-shrink: 0;
    gap: 0.75rem;
  }
}

.p-sale-single__gallery-main .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.p-sale-single__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__thumbs {
    gap: 0.75rem;
  }
}

.p-sale-single__thumb {
  width: 4.6875rem;
  height: 2.625rem;
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-sale-single__thumb {
    width: 5.625rem;
    height: 3.1875rem;
  }
}
.p-sale-single__thumb:hover {
  opacity: 0.8;
}

.p-sale-single__thumb.is-active {
  opacity: 1;
}

.p-sale-single__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-sale-single__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__info {
    min-width: 25rem;
    width: 100%;
    gap: 1rem;
  }
}

.p-sale-single__catchcopy {
  border-block-start: 1px solid #111;
  border-block-end: 1px solid #111;
  padding: 0.5rem;
  text-align: center;
}

.p-sale-single__catchcopy-text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-sale-single__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__title {
    font-size: 2rem;
    letter-spacing: 0.64px;
  }
}

.p-sale-single__summary {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__summary {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-sale-single__specs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-sale-single__spec {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding-block-start: 0.5rem;
  border-block-start: 1px solid #dedede;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-sale-single__spec-label {
  width: 3.5625rem;
  flex-shrink: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sale-single__spec-label {
    width: 5.125rem;
  }
}

.p-sale-single__spec-value {
  flex: 1;
  min-width: 0;
  font-weight: 500;
}

.p-sale-single__spec--price {
  align-items: flex-end;
}

.p-sale-single__spec-price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}

.p-sale-single__spec-price-num {
  font-size: 1.75rem;
  line-height: 1;
}

.p-sale-single__spec-price-unit {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-sale-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-block-start: 0.5rem;
}

.p-sale-single__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1.5rem;
  border: 1px dashed #c5c5c5;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
}

.p-sale-single__detail {
  padding-block: 2.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__detail {
    padding-block: 5rem 7.5rem;
  }
}

.p-sale-single__detail-heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__detail-heading {
    margin-block-end: 3rem;
  }
}

.p-sale-single__detail-heading-en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  color: #828282;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__detail-heading-en {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-sale-single__detail-heading-ja {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__detail-heading-ja {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
}

.p-sale-single__detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__detail-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2rem;
  }
}

.p-sale-single__detail-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding-block-start: 0.5rem;
  border-block-start: 1px solid #dedede;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__detail-item {
    gap: 1.5rem;
  }
}

.p-sale-single__detail-label {
  width: 3.75rem;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-sale-single__detail-label {
    width: 5.125rem;
  }
}

.p-sale-single__detail-value {
  flex: 1;
  min-width: 0;
  font-weight: 400;
}

.p-sale-single__contact {
  padding-block: 5rem 6rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact {
    padding-block: 10rem;
  }
}

.p-sale-single__contact-inner {
  max-width: 50rem;
  margin-inline: auto;
}

.p-sale-single__contact-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-heading {
    gap: 1rem;
    margin-block-end: 3rem;
  }
}

.p-sale-single__contact-heading-en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  color: #828282;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-heading-en {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-sale-single__contact-heading-ja {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-heading-ja {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
}

.p-sale-single__contact-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 4rem 0.625rem;
  background-color: #f5f5f5;
  text-align: center;
  margin-block-end: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tel {
    margin-block-end: 3rem;
  }
}

.p-sale-single__contact-tel-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tel-text {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-sale-single__contact-tel-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.p-sale-single__contact-tel-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tel-subtitle {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-sale-single__contact-tel-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tel-number {
    gap: 0.75rem;
  }
}

.p-sale-single__contact-tel-number svg {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tel-number svg {
    width: 3rem;
    height: 3rem;
  }
}

.p-sale-single__contact-tel-number a {
  font-family: "Marcellus", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #111;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tel-number a {
    font-size: 3rem;
    letter-spacing: 0.96px;
  }
}

.p-sale-single__contact-tel-hours {
  font-family: "Marcellus", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tel-hours {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}

.p-sale-single__contact-tel-note {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(17, 17, 17, 0.1);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  color: #CD163D;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tel-note {
    max-width: 25.5rem;
    font-size: 1rem;
    letter-spacing: 0.32px;
    padding-inline: 4rem;
  }
}

.p-sale-single__contact-form-intro {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  text-align: center;
  margin-block-end: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-form-intro {
    font-size: 1rem;
    letter-spacing: 0.32px;
    margin-block-end: 2.5rem;
  }
}

.p-sale-single__contact-form-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-block-end: 3.5rem;
}

.p-sale-single__contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-sale-single__contact-field--tags {
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-field--tags {
    margin-block-end: 0;
  }
}

.p-sale-single__contact-field-header p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-sale-single__contact-field-icon {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  flex-shrink: 0;
}
.p-sale-single__contact-field-icon::before, .p-sale-single__contact-field-icon::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #111;
}
.p-sale-single__contact-field-icon::before {
  inset-block-start: 0;
  inset-inline-end: 0;
  background-color: #f5f5f5;
}
.p-sale-single__contact-field-icon::after {
  inset-block-end: 0;
  inset-inline-start: 0;
}

.p-sale-single__contact-field-name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-sale-single__contact-field-name--lg {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.p-sale-single__contact-field-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.24px;
}

.p-sale-single__contact-field-badge--required {
  background-color: #CD163D;
  border: 1px solid #CD163D;
  color: #fff;
  font-weight: 700;
}

.p-sale-single__contact-field-badge--optional {
  background-color: transparent;
  border: 1px solid #828282;
  color: #828282;
  font-weight: 500;
}

.p-sale-single__contact-tags p {
  margin: 0;
}

.p-sale-single__contact-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tag {
    gap: 0.75rem;
  }
}

.p-sale-single__contact-tag .wpcf7-list-item {
  margin: 0;
}

.p-sale-single__contact-tag .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding-inline: 0.75rem;
  border: 1px dashed #c5c5c5;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28px;
  cursor: pointer;
  transition: background-color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-tag .wpcf7-list-item label {
    padding-inline: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-sale-single__contact-tag .wpcf7-list-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-sale-single__contact-tag .wpcf7-list-item:has(:checked) label {
  border: 1px solid #c5c5c5;
  background-color: #f1f1f1;
}

.p-sale-single__contact-input {
  width: 100%;
  height: 2.875rem;
  padding-inline: 1rem;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-input {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.p-sale-single__contact-input:focus {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.p-sale-single__contact-select {
  width: 100%;
  height: 2.875rem;
  padding-inline: 1rem 2.5rem;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-select {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.p-sale-single__contact-select:focus {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.p-sale-single__contact-textarea {
  width: 100%;
  min-height: 15rem;
  padding: 0.75rem 1rem;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28px;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-textarea {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.p-sale-single__contact-textarea:focus {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.p-sale-single__contact-form .wpcf7-response-output {
  display: none;
}

.p-sale-single__contact-form .wpcf7-not-valid {
  outline: 2px solid #CD163D;
  outline-offset: -2px;
}

.p-sale-single__contact-form .wpcf7-not-valid-tip {
  margin-block-start: 0.25rem;
  font-size: 0.75rem;
  color: #CD163D;
}

.p-sale-single__contact-submit-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4375rem;
  margin-inline: auto;
  background: #111;
  border: 1px solid #111;
  border-radius: 2rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.18);
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-sale-single__contact-submit-wrap {
    width: 23.1875rem;
  }
}
.p-sale-single__contact-submit-wrap:hover {
  background: #fff;
}

.p-sale-single__contact-submit-wrap p {
  margin: 0;
  width: 100%;
}

.p-sale-single__contact-submit {
  width: 100%;
  padding-block: 1rem;
  background: transparent;
  border: none;
  border-radius: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}

.p-sale-single__contact-submit-wrap:hover .p-sale-single__contact-submit {
  color: #111;
}

.p-sale-single__contact-submit-arrow {
  position: absolute;
  inset-inline-end: 1rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: clip;
  pointer-events: none;
}

.p-sale-single__contact-submit-arrow svg {
  color: #fff;
  transition: color 0.3s ease;
}

.p-sale-single__contact-submit-wrap:hover .p-sale-single__contact-submit-arrow svg {
  color: #111;
  animation: button-arrow 0.3s ease forwards;
}

.p-sale-single__recommend-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__recommend-heading {
    gap: 1rem;
  }
}

.p-sale-single__recommend-heading-en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #828282;
}
@media screen and (min-width: 768px) {
  .p-sale-single__recommend-heading-en {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-sale-single__recommend-heading-ja {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .p-sale-single__recommend-heading-ja {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
}

.p-sale-single__recommend-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sale-single__recommend-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-block-start: 4rem;
  }
}

.p-contact-thanks {
  padding-block: 5rem 6rem;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks {
    padding-block: 5rem 10rem;
  }
}

.p-contact-thanks__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  max-width: 50rem;
  margin-inline: auto;
  text-align: center;
}

.p-contact-thanks__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__title {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
}

.p-contact-thanks__message {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__message {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-contact-thanks__note {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #CD163D;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__note {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-contact-thanks__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 1rem;
  padding-block: 1rem;
  padding-inline: 7.5rem;
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  text-decoration: none;
  box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, 0.25);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-contact-thanks__btn:hover {
  background-color: #fff;
  color: #111;
}

.p-contact-thanks__btn-arrow {
  position: absolute;
  inset-inline-start: 1rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: clip;
}

.p-contact-thanks__btn:hover .p-contact-thanks__btn-arrow svg {
  animation: thanks-btn-arrow 0.3s ease forwards;
}

@keyframes thanks-btn-arrow {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.p-404 {
  padding-block: 4rem 6rem;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding-block: 4rem 10rem;
  }
}

.p-404__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  max-width: 50rem;
  margin-inline: auto;
}

.p-404__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.p-404__number {
  font-family: "Marcellus", sans-serif;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404__number {
    font-size: 15rem;
    letter-spacing: 4.8px;
  }
}

.p-404__logo {
  position: absolute;
  top: 5.375rem;
  inset-inline-start: calc(100% - 2.3125rem);
  width: 4.625rem;
  height: 3.5625rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-404__logo {
    top: 10rem;
    inset-inline-start: calc(100% - 1.875rem);
    width: 8.6875rem;
    height: 6.75rem;
  }
}

.p-404__title {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
}

.p-404__message {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 768px) {
  .p-404__message {
    text-align: center;
  }
}

.p-404__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4375rem;
  padding-block: 1rem;
  padding-inline: 7.5rem;
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  text-decoration: none;
  box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, 0.25);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-404__btn:hover {
  background-color: #fff;
  color: #111;
}

.p-404__btn-text {
  white-space: nowrap;
}

.p-404__btn-arrow {
  position: absolute;
  inset-inline-start: 1rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: clip;
}

.p-404__btn:hover .p-404__btn-arrow svg {
  animation: notfound-btn-arrow 0.3s ease forwards;
}

@keyframes notfound-btn-arrow {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.p-rent-archive {
  padding-block: 2.5rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-archive {
    padding-block: 2.5rem 7.5rem;
  }
}

.p-rent-archive__wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-archive__wrap {
    flex-direction: row;
    gap: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-rent-archive__sidebar {
    width: 16.625rem;
    flex-shrink: 0;
  }
}

.p-rent-archive__search-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-block-end: 1rem;
}

.p-rent-archive__search-status-icon {
  flex-shrink: 0;
}

.p-rent-archive__search-status-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.36px;
}

.p-rent-archive__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #EBEBD3;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-rent-archive__accordion-trigger {
    pointer-events: none;
  }
}

.p-rent-archive__accordion-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.36px;
  color: #111;
}

.p-rent-archive__accordion-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
}
.p-rent-archive__accordion-icon::before, .p-rent-archive__accordion-icon::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  background-color: #111;
  translate: -50% -50%;
  transition: transform 0.3s ease;
}
.p-rent-archive__accordion-icon::before {
  width: 1rem;
  height: 2px;
}
.p-rent-archive__accordion-icon::after {
  width: 2px;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .p-rent-archive__accordion-icon {
    display: none;
  }
}

.p-rent-archive__accordion-trigger.is-open .p-rent-archive__accordion-icon::after {
  transform: rotate(90deg);
}

.p-rent-archive__accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-rent-archive__accordion-panel {
    max-height: none;
    overflow: visible;
    margin-block-start: 1.5rem;
  }
}

.p-rent-archive__filter-group {
  padding-block: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-rent-archive__filter-group {
    padding-block: 1rem;
  }
}

.p-rent-archive__filter-group--bordered {
  border-block-start: 1px solid #dedede;
}

.p-rent-archive__filter-title {
  padding-inline-start: 0.75rem;
  border-inline-start: 2px solid #111;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-rent-archive__checks {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-block-start: 0.75rem;
}

.p-rent-archive__check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.p-rent-archive__check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-rent-archive__check-box {
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #fff;
}

.p-rent-archive__check-input:checked + .p-rent-archive__check-box {
  background-color: #111;
  border-color: #111;
}
.p-rent-archive__check-input:checked + .p-rent-archive__check-box::after {
  content: "";
  position: absolute;
  inset-block-start: 1px;
  inset-inline-start: 4px;
  width: 4px;
  height: 8px;
  border-inline-end: 2px solid #fff;
  border-block-end: 2px solid #fff;
  transform: rotate(45deg);
}

.p-rent-archive__check-text {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-rent-archive__price-range {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-block-start: 0.75rem;
}

.p-rent-archive__price-select {
  width: 6.875rem;
  padding: 0.375rem 0.5rem;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #111;
  background-color: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23111' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.625rem 0.375rem;
  padding-inline-end: 1.5rem;
}

.p-rent-archive__price-separator {
  font-size: 0.875rem;
  color: #111;
}

.p-rent-archive__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-block-start: 0.75rem;
}

.p-rent-archive__tag {
  cursor: pointer;
}

.p-rent-archive__tag-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-rent-archive__tag-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding-inline: 1rem;
  border: 1px dashed #dedede;
  border-radius: 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  color: #111;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.p-rent-archive__tag-input:checked + .p-rent-archive__tag-text {
  background-color: #EBEBD3;
  border-color: #EBEBD3;
}

.p-rent-archive__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1.5rem;
  margin-block-start: 1.5rem;
  background-color: #111;
  border: none;
  border-radius: 1.875rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-rent-archive__submit:hover {
  opacity: 0.8;
}

.p-rent-archive__main {
  flex: 1;
  min-width: 0;
}

.p-rent-archive__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-rent-archive__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.p-rent-archive__heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-rent-archive__heading-en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #828282;
  letter-spacing: 0.28px;
}

.p-rent-archive__heading-ja {
  font-size: 1.375rem;
  font-weight: 500;
  color: #828282;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-rent-archive__heading-ja {
    font-size: 2rem;
    letter-spacing: 0.64px;
  }
}

.p-rent-archive__controls {
  display: flex;
  gap: 1rem;
}

.p-rent-archive__control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-rent-archive__control-label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

.p-rent-archive__control-select {
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #111;
  background-color: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23111' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.625rem 0.375rem;
  cursor: pointer;
}

.p-rent-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-block-start: 2rem;
}
@media screen and (min-width: 768px) {
  .p-rent-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.375rem;
    margin-block-start: 2.5rem;
  }
}

.p-rent-archive__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-block-start: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-archive__pagination {
    gap: 2rem;
    margin-block-start: 5rem;
  }
}

.p-rent-archive__pagination .page-numbers {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #111;
  text-decoration: none;
}

.p-rent-archive__pagination .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #111;
  border-radius: 50%;
  color: #fff;
}

.p-rent-archive__pagination .page-numbers.dots {
  font-size: 0.75rem;
}

.p-rent-archive__pagination .page-numbers.prev,
.p-rent-archive__pagination .page-numbers.next {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-rent-archive__empty {
  padding-block: 5rem;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.p-rent-single__overview {
  padding-block: 2.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__overview {
    padding-block: 5rem 7.5rem;
  }
}

.p-rent-single__overview-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__overview-wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 6.25rem;
  }
}

.p-rent-single__gallery {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__gallery {
    width: 43.875rem;
    flex-shrink: 0;
    gap: 0.75rem;
  }
}

.p-rent-single__gallery-main .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.p-rent-single__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__thumbs {
    gap: 0.75rem;
  }
}

.p-rent-single__thumb {
  width: 4.6875rem;
  height: 2.625rem;
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-rent-single__thumb {
    width: 5.625rem;
    height: 3.1875rem;
  }
}
.p-rent-single__thumb:hover {
  opacity: 0.8;
}

.p-rent-single__thumb.is-active {
  opacity: 1;
}

.p-rent-single__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-rent-single__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__info {
    min-width: 25rem;
    width: 100%;
    gap: 1rem;
  }
}

.p-rent-single__catchcopy {
  border-block-start: 1px solid #111;
  border-block-end: 1px solid #111;
  padding: 0.5rem;
  text-align: center;
}

.p-rent-single__catchcopy-text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-rent-single__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__title {
    font-size: 2rem;
    letter-spacing: 0.64px;
  }
}

.p-rent-single__summary {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__summary {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-rent-single__specs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-rent-single__spec {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding-block-start: 0.5rem;
  border-block-start: 1px solid #dedede;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-rent-single__spec-label {
  width: 3.5625rem;
  flex-shrink: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-rent-single__spec-label {
    width: 5.125rem;
  }
}

.p-rent-single__spec-value {
  flex: 1;
  min-width: 0;
  font-weight: 500;
}

.p-rent-single__spec--price {
  align-items: flex-end;
}

.p-rent-single__spec-price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}

.p-rent-single__spec-price-num {
  font-size: 1.75rem;
  line-height: 1;
}

.p-rent-single__spec-price-unit {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-rent-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-block-start: 0.5rem;
}

.p-rent-single__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1.5rem;
  border: 1px dashed #c5c5c5;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
}

.p-rent-single__detail {
  padding-block: 2.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__detail {
    padding-block: 5rem 7.5rem;
  }
}

.p-rent-single__detail-heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__detail-heading {
    margin-block-end: 3rem;
  }
}

.p-rent-single__detail-heading-en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  color: #828282;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__detail-heading-en {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-rent-single__detail-heading-ja {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__detail-heading-ja {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
}

.p-rent-single__detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__detail-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2rem;
  }
}

.p-rent-single__detail-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding-block-start: 0.5rem;
  border-block-start: 1px solid #dedede;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__detail-item {
    gap: 1.5rem;
  }
}

.p-rent-single__detail-label {
  width: 3.75rem;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-rent-single__detail-label {
    width: 5.125rem;
  }
}

.p-rent-single__detail-value {
  flex: 1;
  min-width: 0;
  font-weight: 400;
}

.p-rent-single__contact {
  padding-block: 5rem 6rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact {
    padding-block: 10rem;
  }
}

.p-rent-single__contact-inner {
  max-width: 50rem;
  margin-inline: auto;
}

.p-rent-single__contact-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-heading {
    gap: 1rem;
    margin-block-end: 3rem;
  }
}

.p-rent-single__contact-heading-en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  color: #828282;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-heading-en {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-rent-single__contact-heading-ja {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-heading-ja {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
}

.p-rent-single__contact-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 4rem 0.625rem;
  background-color: #f5f5f5;
  text-align: center;
  margin-block-end: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tel {
    margin-block-end: 3rem;
  }
}

.p-rent-single__contact-tel-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tel-text {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-rent-single__contact-tel-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.p-rent-single__contact-tel-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tel-subtitle {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-rent-single__contact-tel-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tel-number {
    gap: 0.75rem;
  }
}

.p-rent-single__contact-tel-number svg {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tel-number svg {
    width: 3rem;
    height: 3rem;
  }
}

.p-rent-single__contact-tel-number a {
  font-family: "Marcellus", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #111;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tel-number a {
    font-size: 3rem;
    letter-spacing: 0.96px;
  }
}

.p-rent-single__contact-tel-hours {
  font-family: "Marcellus", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tel-hours {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}

.p-rent-single__contact-tel-note {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(17, 17, 17, 0.1);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  color: #CD163D;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tel-note {
    max-width: 25.5rem;
    font-size: 1rem;
    letter-spacing: 0.32px;
    padding-inline: 4rem;
  }
}

.p-rent-single__contact-form-intro {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  text-align: center;
  margin-block-end: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-form-intro {
    font-size: 1rem;
    letter-spacing: 0.32px;
    margin-block-end: 2.5rem;
  }
}

.p-rent-single__contact-form-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-block-end: 3.5rem;
}

.p-rent-single__contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-rent-single__contact-field--tags {
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-field--tags {
    margin-block-end: 0;
  }
}

.p-rent-single__contact-field-header p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-rent-single__contact-field-icon {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  flex-shrink: 0;
}
.p-rent-single__contact-field-icon::before, .p-rent-single__contact-field-icon::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #111;
}
.p-rent-single__contact-field-icon::before {
  inset-block-start: 0;
  inset-inline-end: 0;
  background-color: #f5f5f5;
}
.p-rent-single__contact-field-icon::after {
  inset-block-end: 0;
  inset-inline-start: 0;
}

.p-rent-single__contact-field-name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.p-rent-single__contact-field-name--lg {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.p-rent-single__contact-field-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.24px;
}

.p-rent-single__contact-field-badge--required {
  background-color: #CD163D;
  border: 1px solid #CD163D;
  color: #fff;
  font-weight: 700;
}

.p-rent-single__contact-field-badge--optional {
  background-color: transparent;
  border: 1px solid #828282;
  color: #828282;
  font-weight: 500;
}

.p-rent-single__contact-tags p {
  margin: 0;
}

.p-rent-single__contact-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tag {
    gap: 0.75rem;
  }
}

.p-rent-single__contact-tag .wpcf7-list-item {
  margin: 0;
}

.p-rent-single__contact-tag .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding-inline: 0.75rem;
  border: 1px dashed #c5c5c5;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28px;
  cursor: pointer;
  transition: background-color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-tag .wpcf7-list-item label {
    padding-inline: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-rent-single__contact-tag .wpcf7-list-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-rent-single__contact-tag .wpcf7-list-item:has(:checked) label {
  border: 1px solid #c5c5c5;
  background-color: #f1f1f1;
}

.p-rent-single__contact-input {
  width: 100%;
  height: 2.875rem;
  padding-inline: 1rem;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-input {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.p-rent-single__contact-input:focus {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.p-rent-single__contact-select {
  width: 100%;
  height: 2.875rem;
  padding-inline: 1rem 2.5rem;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-select {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.p-rent-single__contact-select:focus {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.p-rent-single__contact-textarea {
  width: 100%;
  min-height: 15rem;
  padding: 0.75rem 1rem;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28px;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-textarea {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.p-rent-single__contact-textarea:focus {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.p-rent-single__contact-form .wpcf7-response-output {
  display: none;
}

.p-rent-single__contact-form .wpcf7-not-valid {
  outline: 2px solid #CD163D;
  outline-offset: -2px;
}

.p-rent-single__contact-form .wpcf7-not-valid-tip {
  margin-block-start: 0.25rem;
  font-size: 0.75rem;
  color: #CD163D;
}

.p-rent-single__contact-submit-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4375rem;
  margin-inline: auto;
  background: #111;
  border: 1px solid #111;
  border-radius: 2rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.18);
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-rent-single__contact-submit-wrap {
    width: 23.1875rem;
  }
}
.p-rent-single__contact-submit-wrap:hover {
  background: #fff;
}

.p-rent-single__contact-submit-wrap p {
  margin: 0;
  width: 100%;
}

.p-rent-single__contact-submit {
  width: 100%;
  padding-block: 1rem;
  background: transparent;
  border: none;
  border-radius: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}

.p-rent-single__contact-submit-wrap:hover .p-rent-single__contact-submit {
  color: #111;
}

.p-rent-single__contact-submit-arrow {
  position: absolute;
  inset-inline-end: 1rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: clip;
  pointer-events: none;
}

.p-rent-single__contact-submit-arrow svg {
  color: #fff;
  transition: color 0.3s ease;
}

.p-rent-single__contact-submit-wrap:hover .p-rent-single__contact-submit-arrow svg {
  color: #111;
  animation: button-arrow 0.3s ease forwards;
}

.p-rent-single__recommend-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__recommend-heading {
    gap: 1rem;
  }
}

.p-rent-single__recommend-heading-en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #828282;
}
@media screen and (min-width: 768px) {
  .p-rent-single__recommend-heading-en {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-rent-single__recommend-heading-ja {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .p-rent-single__recommend-heading-ja {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
}

.p-rent-single__recommend-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-rent-single__recommend-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-block-start: 4rem;
  }
}

.p-contact-page {
  padding-block: 5rem 6rem;
}
@media screen and (min-width: 768px) {
  .p-contact-page {
    padding-block: 5rem 10rem;
  }
}

.p-contact-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact-page__inner {
    gap: 6rem;
  }
}

.p-contact-page__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding: 4rem 0.625rem;
  background-color: #f5f5f5;
  text-align: center;
}

.p-contact-page__tel-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tel-text {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-contact-page__tel-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tel-info {
    gap: 0.75rem;
  }
}

.p-contact-page__tel-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tel-subtitle {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-contact-page__tel-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tel-number {
    gap: 0.75rem;
  }
}

.p-contact-page__tel-number svg {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tel-number svg {
    width: 3rem;
    height: 3rem;
  }
}

.p-contact-page__tel-number a {
  font-family: "Marcellus", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #111;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tel-number a {
    font-size: 3rem;
    letter-spacing: 0.96px;
  }
}

.p-contact-page__tel-hours {
  font-family: "Marcellus", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tel-hours {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}

.p-contact-page__tel-note {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: rgba(17, 17, 17, 0.1);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  color: #CD163D;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tel-note {
    max-width: 25.5rem;
    font-size: 1rem;
    letter-spacing: 0.32px;
    padding-inline: 4rem;
  }
}

.p-contact-page__form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-page__form-section {
    gap: 2.5rem;
  }
}

.p-contact-page__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.p-contact-page__heading-en {
  font-family: "Aboreto", system-ui, serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #828282;
}
@media screen and (min-width: 768px) {
  .p-contact-page__heading-en {
    font-size: 3.5rem;
    letter-spacing: 1.12px;
  }
}

.p-contact-page__heading-ja {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
  color: #828282;
}
@media screen and (min-width: 768px) {
  .p-contact-page__heading-ja {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}

.p-contact-page__intro {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-page__intro {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-contact-page__form {
  width: 100%;
}

.p-contact-page__form-intro {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  text-align: center;
  margin-block-end: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-page__form-intro {
    font-size: 1rem;
    letter-spacing: 0.32px;
    margin-block-end: 2.5rem;
  }
}

.p-contact-page__form-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-block-end: 3.5rem;
}

.p-contact-page__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-contact-page__field--tags {
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-page__field--tags {
    margin-block-end: 0;
  }
}

.p-contact-page__field-header p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-contact-page__field-icon {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  flex-shrink: 0;
}
.p-contact-page__field-icon::before, .p-contact-page__field-icon::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #111;
}
.p-contact-page__field-icon::before {
  inset-block-start: 0;
  inset-inline-end: 0;
  background-color: #f5f5f5;
}
.p-contact-page__field-icon::after {
  inset-block-end: 0;
  inset-inline-start: 0;
}

.p-contact-page__field-name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-contact-page__field-name {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-contact-page__field-name--lg {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.p-contact-page__field-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.24px;
}

.p-contact-page__field-badge--required {
  background-color: #CD163D;
  border: 1px solid #CD163D;
  color: #fff;
  font-weight: 700;
}

.p-contact-page__field-badge--optional {
  background-color: transparent;
  border: 1px solid #828282;
  color: #828282;
  font-weight: 500;
}

.p-contact-page__tags p {
  margin: 0;
}

.p-contact-page__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tag {
    gap: 0.75rem;
  }
}

.p-contact-page__tag .wpcf7-list-item {
  margin: 0;
}

.p-contact-page__tag .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding-inline: 0.75rem;
  border: 1px dashed #c5c5c5;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28px;
  cursor: pointer;
  transition: background-color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-contact-page__tag .wpcf7-list-item label {
    padding-inline: 1.5rem;
  }
}

.p-contact-page__tag .wpcf7-list-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-contact-page__tag .wpcf7-list-item:has(:checked) label {
  border: 1px solid #c5c5c5;
  background-color: #f1f1f1;
}

.p-contact-page__input {
  width: 100%;
  height: 2.875rem;
  padding-inline: 1rem;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-contact-page__input {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.p-contact-page__input:focus {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.p-contact-page__textarea {
  width: 100%;
  min-height: 15rem;
  padding: 0.75rem 1rem;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28px;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .p-contact-page__textarea {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.p-contact-page__textarea:focus {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.p-contact-page__form .wpcf7-response-output {
  display: none;
}

.p-contact-page__form .wpcf7-not-valid {
  outline: 2px solid #CD163D;
  outline-offset: -2px;
}

.p-contact-page__form .wpcf7-not-valid-tip {
  margin-block-start: 0.25rem;
  font-size: 0.75rem;
  color: #CD163D;
}

.p-contact-page__submit-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4375rem;
  margin-inline: auto;
  background: #111;
  border: 1px solid #111;
  border-radius: 2rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.18);
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-contact-page__submit-wrap {
    width: 23.1875rem;
  }
}
.p-contact-page__submit-wrap:hover {
  background: #fff;
}

.p-contact-page__submit-wrap p {
  margin: 0;
  width: 100%;
}

.p-contact-page__submit {
  width: 100%;
  padding-block: 1rem;
  background: transparent;
  border: none;
  border-radius: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}

.p-contact-page__submit-wrap:hover .p-contact-page__submit {
  color: #111;
}

.p-contact-page__submit-arrow {
  position: absolute;
  inset-inline-end: 1rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: clip;
  pointer-events: none;
}

.p-contact-page__submit-arrow svg {
  color: #fff;
  transition: color 0.3s ease;
}

.p-contact-page__submit-wrap:hover .p-contact-page__submit-arrow svg {
  color: #111;
  animation: button-arrow 0.3s ease forwards;
}

.p-loading {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.p-loading.is-hidden {
  opacity: 0;
}

.p-loading__logo {
  inline-size: 15.625rem;
  block-size: auto;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.p-loading.is-loaded .p-loading__logo {
  opacity: 1;
}
.p-loading__logo img {
  width: 100%;
  height: auto;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-desktop-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop-flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-scroll-blur {
  filter: blur(10px);
  opacity: 0;
  transition: filter 1s ease, opacity 1s ease;
}
.u-scroll-blur.is-scrolled {
  filter: blur(0);
  opacity: 1;
}

.u-scroll-flow {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.is-scrolled.u-scroll-flow {
  opacity: 1;
  transform: translateX(0);
}