@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span, picture {
  display: inline-block;
}

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

input,
textarea,
select {
  font: inherit;
}

/*----------------------------------
  レイアウト（単位不要）
----------------------------------*/
/*----------------------------------
  color
----------------------------------*/
/*----------------------------------
  font-family
----------------------------------*/
/*----------------------------------
  z-index
----------------------------------*/
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #4A4A4A;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  background: #F4F2F0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.c-button-white {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.3125rem;
  padding-block: 0.25rem;
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-transition: color 0.5s, border-color 0.3s;
  transition: color 0.5s, border-color 0.3s;
}
.c-button-white.--small {
  width: 8.9375rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-button-white.--small {
    width: 12.3125rem;
    font-size: 1rem;
  }
}
.c-button-white::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(20deg, #bfa57d 13.41%, #a47c3e 86.59%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-button-white-img {
  position: absolute;
  right: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.4375rem;
  pointer-events: none;
}
.c-button-white-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/page/arrow.webp") no-repeat center/contain;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-button-white-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/page/active-arrow.webp") no-repeat center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .c-button-white:hover, .c-button-content:hover .c-button-white {
    color: #FFF;
    border-color: transparent;
  }
  .c-button-white:hover::after, .c-button-content:hover .c-button-white::after {
    opacity: 1;
  }
  .c-button-white:hover .c-button-white-img::before, .c-button-content:hover .c-button-white .c-button-white-img::before {
    opacity: 0;
  }
  .c-button-white:hover .c-button-white-img::after, .c-button-content:hover .c-button-white .c-button-white-img::after {
    opacity: 1;
  }
}

@media (any-hover: hover) {
  .c-button-item:hover a {
    opacity: 1;
  }
}

.c-button-gold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5.6875rem;
  margin-inline: auto;
  background: linear-gradient(20deg, #bfa57d 13.41%, #a47c3e 86.59%);
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.4s, border 0.4s, background-color 0.4s;
  transition: color 0.4s, border 0.4s, background-color 0.4s;
}
.c-button-gold > *,
.c-button-gold .c-button-gold-img {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-button-gold {
    width: 34.5rem;
  }
}
.c-button-gold.--content {
  margin-block: 1.5rem 1.25rem;
}
.c-button-gold.--loan {
  height: 4rem;
  margin-block: 1.25rem 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
}
.c-button-gold::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  background: transparent;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.c-button-gold::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #F4F2F0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (any-hover: hover) {
  .c-button-gold:hover {
    color: #4A4A4A;
  }
  .c-button-gold:hover::before, .c-button-gold:hover::after {
    opacity: 1;
  }
  .c-button-gold:hover .c-button-gold-img img {
    -webkit-filter: none;
            filter: none;
    opacity: 0;
  }
  .c-button-gold:hover .c-button-gold-img::after {
    opacity: 1;
  }
  .c-button-gold:hover.--loan .c-button-gold-img img {
    -webkit-filter: invert(1);
            filter: invert(1);
    opacity: 1;
  }
}

@media (any-hover: hover) {
  a.c-button-gold:hover {
    opacity: 1;
  }
}

.c-button-gold-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -2.8125rem;
  width: 0.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-button-gold-img {
    right: -0.625rem;
  }
}
.c-button-gold-img img {
  -webkit-transition: opacity 0.4s, -webkit-filter 0.4s;
  transition: opacity 0.4s, -webkit-filter 0.4s;
  transition: filter 0.4s, opacity 0.4s;
  transition: filter 0.4s, opacity 0.4s, -webkit-filter 0.4s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-button-gold-img.--loan {
  right: -1.4375rem;
  width: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-button-gold-img.--loan {
    right: -8.4375rem;
  }
}
.c-button-gold-img.--loan::after {
  display: none !important;
}
.c-button-gold-img::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../img/cta/hover-arrow.webp") no-repeat center/contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  z-index: 1;
}

.c-heading {
  position: relative;
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  border-bottom: 1px solid #bfa57d;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.c-heading::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 6.875rem;
  height: 1px;
  background: #902c1f;
  z-index: 1;
}

.c-heading--small {
  position: relative;
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-heading--small {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}
.c-heading--small::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.25rem;
  height: 1px;
  background: #902c1f;
  z-index: 1;
}
.c-heading--small.--typ2 {
  text-align: center;
}
.c-heading--small.--typ2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  left: 50%;
  translate: -50% 0;
  width: 2.25rem;
  height: 1px;
  background: #902c1f;
  z-index: 1;
}

.c-heading-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-heading-large.--02 {
  text-align: center;
}

.c-heading-large-ja {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .c-heading-large-ja {
    margin-top: -0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading-large-ja.--01 {
    padding-left: 0.625rem;
  }
}
.c-heading-large-ja.--02 {
  color: #FFF;
}

.c-heading-large-en {
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-heading-large-en {
    font-size: 6rem;
    letter-spacing: 0.6rem;
  }
}
.c-heading-large-en.--01 {
  background: linear-gradient(177deg, #6d2e46 24.47%, rgba(109, 46, 70, 0) 82.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-heading-large-en.--02 {
  background: linear-gradient(177deg, #fff 24.47%, rgba(255, 255, 255, 0) 82.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-text {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.08rem;
  }
}
.c-text.--md {
  padding-top: 1.5rem;
}

.c-entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.c-entry-meta__date {
  color: #928b81;
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}

.c-entry-meta__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-entry-meta__label {
  background: #d7cec4;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04375rem;
}

.l-inner {
  width: 100%;
  max-width: 35rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 71.5rem;
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-inner.--content {
    max-width: 66.5rem;
  }
}

.l-header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-30.99%, #928b81), color-stop(29.9%, rgba(109, 108, 102, 0.32)), color-stop(83.1%, rgba(102, 102, 102, 0)));
  background: linear-gradient(180deg, #928b81 -30.99%, rgba(109, 108, 102, 0.32) 29.9%, rgba(102, 102, 102, 0) 83.1%);
  backdrop-filter: blur(2px);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.l-header.--typ2 .l-header__menu-button span {
  background: #4A4A4A;
}
.l-header.--typ2 .l-header__nav-item {
  color: #4A4A4A;
}
.l-header.--typ2 .l-header__nav-link::after {
  background-color: #4A4A4A;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.25rem 1rem 1rem;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 1.125rem 3.5rem 1.4375rem 1.9375rem;
  }
}

.l-header__logo {
  aspect-ratio: 100/11;
  width: 12.5rem;
}

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

@media screen and (min-width: 768px) {
  .l-header__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.75rem;
  }
}

.l-header__nav-item {
  white-space: nowrap;
  color: #FFF;
  text-shadow: 0 0 10px rgba(114, 112, 107, 0.32);
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
}

.l-header__nav-link {
  padding-block: 0.3125rem;
  padding-inline: 0.625rem;
  position: relative;
}
.l-header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  scale: 0 1;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
@media (any-hover: hover) {
  .l-header__nav-link:hover {
    opacity: 1;
  }
  .l-header__nav-link:hover::after {
    scale: 1 1;
  }
}

.l-header__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  z-index: 102;
}
.l-header__menu-button span {
  display: block;
  width: 1.875rem;
  height: 0.0625rem;
  background: #FFF;
  -webkit-transition: translate 0.4s ease, rotate 0.4s ease, background 0.4s ease;
  transition: translate 0.4s ease, rotate 0.4s ease, background 0.4s ease;
  pointer-events: none;
}
.l-header__menu-button.is-checked span:nth-child(1) {
  translate: 0 0.6875rem;
  rotate: 45deg;
  background: #4A4A4A;
}
.l-header__menu-button.is-checked span:nth-child(2) {
  translate: 0 0;
  rotate: -45deg;
  background: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .l-header__menu-button {
    display: none;
  }
}

.l-header__nav-item {
  position: relative;
}

.l-header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F4F2F0;
  padding: 1.875rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none;
  opacity: 0;
  max-height: 80vh;
  overflow-y: auto;
  width: 14.6875rem;
  scrollbar-width: thin;
}

.l-header__dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.125rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.l-header__dropdown-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  min-width: 100%;
  color: #4A4A4A;
  font-size: 0.875rem;
}

.l-header__dropdown-summary {
  cursor: pointer;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  gap: 0.625rem;
}
.l-header__dropdown-summary::-webkit-details-marker {
  display: none;
}

.l-header__dropdown-summary-text {
  white-space: wrap;
}

.l-header__dropdown-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__dropdown-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #BFA57D;
  display: block;
}

.l-header__dropdown-line:nth-child(1) {
  width: 0.5rem;
  height: 1px;
}

.l-header__dropdown-line.js-header-dropdown-icon {
  width: 1px;
  height: 0.5rem;
}

.l-header__dropdown-content-list {
  border-bottom: 1px solid #BFA57D;
  font-size: 0.75rem;
}
.l-header__dropdown-content-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 0.5rem;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  gap: 0.625rem;
}
@media (any-hover: hover) {
  .l-header__dropdown-content-list a:hover {
    opacity: 1;
    background: #e8e5e1;
  }
}

.l-header__dropdown-content-list-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: normal;
  display: block;
}

.l-header__dropdown-content-list-img {
  width: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #e8e5e1;
  overflow-y: auto;
  -webkit-transition: opacity 0.8s ease, visibility 0.4s;
  transition: opacity 0.8s ease, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-color: #461025;
  z-index: 101;
}
.l-drawer.is-checked {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-drawer__nav-items {
  padding-block: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.l-drawer__nav-item {
  opacity: 0;
  translate: -20px 20px;
  -webkit-transition: opacity 0.4s ease, translate 0.4s ease;
  transition: opacity 0.4s ease, translate 0.4s ease;
}
.l-drawer.is-checked .l-drawer__nav-item {
  opacity: 1;
  translate: 0 0;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.l-drawer.is-checked .l-drawer__nav-item:nth-child(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.l-drawer__service-menu {
  margin-top: 0.625rem;
}

.l-drawer__service-content {
  padding-left: 0.625rem;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.l-drawer__category-details {
  color: #4A4A4A;
}
.l-drawer__category-details:last-child {
  border-bottom: none;
}

.l-drawer__category-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.9375rem;
  cursor: pointer;
  list-style: none;
  padding: 0.5rem;
}
.l-drawer__category-summary::-webkit-details-marker {
  display: none;
}

.l-drawer__category-icon {
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
}

.l-drawer__category-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #BFA57D;
  display: block;
}

.l-drawer__category-line:nth-child(1) {
  width: 0.5rem;
  height: 0.0625rem;
}

.l-drawer__category-line.js-drawer-category-icon {
  width: 0.0625rem;
  height: 0.5rem;
}

.l-drawer__category-content-list {
  font-size: 0.8125rem;
  border-bottom: 1px solid #BFA57D;
}
.l-drawer__category-content-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 0.5rem;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (any-hover: hover) {
  .l-drawer__category-content-list a:hover {
    opacity: 1;
    background: #eeebe8;
  }
}

.l-drawer__category-content-list-img {
  width: 0.5rem;
}

.l-footer {
  background: #461025;
}

.l-footer__inner {
  margin-inline: auto;
  max-width: 72.75rem;
  padding-block: 6rem 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-block: 6rem 0.78125rem;
  }
}

.l-footer__logo-link {
  display: block;
  margin-inline: auto;
  max-width: 12.5rem;
  aspect-ratio: 100/11;
}

.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-block: 2.5rem 5.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-wrapper {
    gap: clamp(1.25rem, -7.6470588235rem + 12.9411764706vw, 4rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-items {
    gap: 2.5rem;
  }
}

.l-footer__nav-item {
  color: #FFF;
  text-shadow: 0 0 10px rgba(114, 112, 107, 0.32);
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.l-footer__nav-link {
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding-bottom: 0.3125rem;
}
.l-footer__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  scale: 0 1;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
@media (any-hover: hover) {
  .l-footer__nav-link:hover::after {
    scale: 1 1;
  }
}

@media (any-hover: hover) {
  a.l-footer__nav-link:hover {
    opacity: 1;
  }
}

.l-footer__category-title {
  color: #FFF;
  text-shadow: 0 0 10px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.05rem;
}

.l-footer__category-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem 1.5rem;
  margin-top: 1.5rem;
}

.l-footer__category-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-footer__category-details {
  display: block;
  width: 9.4375rem;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__category-details {
    width: 10rem;
  }
}

.l-footer__category-summary {
  cursor: pointer;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
  line-height: 2;
  border-bottom: 1px solid #928b8e;
}
.l-footer__category-summary::-webkit-details-marker {
  display: none;
}

.l-footer__category-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-footer__category-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFF;
  display: block;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.l-footer__category-line:nth-child(1) {
  width: 0.5rem;
  height: 1px;
}

.l-footer__category-line.js-footer-category-icon {
  width: 1px;
  height: 0.5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.l-footer__category-content {
  overflow: hidden;
}

.l-footer__category-content-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-footer__category-content-list {
  padding-block: 0.625rem 0.3125rem;
  border-bottom: 1px solid #928b8e;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.0375rem;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.l-footer__category-content-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (any-hover: hover) {
  .l-footer__category-content-list:hover {
    background: #FFF;
    color: #4A4A4A;
  }
  .l-footer__category-content-list:hover a {
    opacity: 1;
  }
  .l-footer__category-content-list:hover .l-footer__category-line {
    background: #461025;
  }
  .l-footer__category-content-list:hover .l-footer__category-content-list-img::after {
    opacity: 1;
  }
}

.l-footer__category-content-list-img {
  width: 0.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-left: 0.625rem;
}
.l-footer__category-content-list-img::after {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.5rem;
  inset: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/footer/hover-category-arrow.webp") no-repeat center/contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  z-index: 1;
}

.l-footer__price-link {
  color: #FFF;
  background: #89775b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.25rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04375rem;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.l-footer__price-link:hover {
  opacity: 1;
  background: #FFF;
  color: #89775b;
}

.l-footer__sns-lists-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-lists-wrapper {
    gap: clamp(1.5rem, -0.1176470588rem + 2.3529411765vw, 2rem);
  }
}

.l-footer__sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-lists {
    gap: 1.5rem;
  }
}
.l-footer__sns-lists.--typ2 {
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-lists.--typ2 {
    gap: clamp(1.5rem, -0.1176470588rem + 2.3529411765vw, 2rem);
  }
}
.l-footer__sns-lists .--typ2:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-lists .--typ2:nth-child(1) {
    gap: clamp(1.5rem, -0.1176470588rem + 2.3529411765vw, 2rem);
  }
}
.l-footer__sns-lists .--typ2:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 1.4375rem;
  background: #FFF;
}

.l-footer__sns-list.--typ2 {
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-footer__sns-list.--typ2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.l-footer__sns-list.--typ2 a span {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 0.8125rem;
  letter-spacing: 0.04375rem;
  padding-block: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-list.--typ2 a span {
    font-size: 0.875rem;
  }
}
.l-footer__sns-list.--typ2 a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  scale: 0 1;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
@media (any-hover: hover) {
  .l-footer__sns-list.--typ2:hover {
    opacity: 1;
  }
  .l-footer__sns-list.--typ2:hover a span::before {
    scale: 1 1;
  }
}
@media (any-hover: hover) {
  .l-footer__sns-list:hover a {
    opacity: 1;
  }
  .l-footer__sns-list:hover .footer__sns-list-img {
    scale: 1.1;
  }
}

.footer__sns-list-img {
  width: 1.5rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.l-footer__button-box {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-footer__button-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-footer__tel,
.l-footer__appointment {
  border: solid 1px currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-inline: auto;
  width: 15.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer__tel,
  .l-footer__appointment {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer__tel span,
.l-footer__appointment span {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.l-footer__tel,
.l-footer__appointment {
  -webkit-transition: background 0.4s, border-color 0.4s;
  transition: background 0.4s, border-color 0.4s;
}
@media (any-hover: hover) {
  .l-footer__tel:hover,
  .l-footer__appointment:hover {
    background: #FFF;
    color: #4A4A4A;
    border: solid 1px transparent;
  }
  .l-footer__tel:hover .l-footer__tel-img::after,
  .l-footer__tel:hover .l-footer__appointment-img::after,
  .l-footer__appointment:hover .l-footer__tel-img::after,
  .l-footer__appointment:hover .l-footer__appointment-img::after {
    opacity: 1;
  }
}

@media (any-hover: hover) {
  a.l-footer__tel:hover,
  a.l-footer__appointment:hover {
    opacity: 1;
  }
}

.l-footer__tel {
  gap: 0.1875rem;
  color: #FFF;
  text-shadow: 0 0 38.531px rgba(114, 112, 107, 0.1);
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
}

.l-footer__tel-img {
  width: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__tel-img::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  inset: 0;
  background: url("../img/footer/hover-phone.webp") no-repeat center/contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  z-index: 1;
}

.l-footer__appointment {
  gap: 0.375rem;
  color: #fff;
  text-shadow: 0 0 38.531px rgba(114, 112, 107, 0.1);
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

.l-footer__appointment-img {
  width: 0.6875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__appointment-img::after {
  content: "";
  position: absolute;
  width: 0.6875rem;
  height: 0.6875rem;
  inset: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/footer/hover-arrow.webp") no-repeat center/contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  z-index: 1;
}

.l-footer__text-box {
  margin-top: 2.5rem;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04375rem;
  max-width: 28.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__text-box {
    margin-top: 0.625rem;
  }
}

.l-footer__text-box-address {
  margin-top: 0.625rem;
}
.l-footer__text-box-address span {
  display: block;
}

.l-footer__policy {
  margin-top: 2rem;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding-bottom: 0.3125rem;
}

.l-footer__copyright {
  color: #FFF;
  text-shadow: 0 0 10px rgba(114, 112, 107, 0.32);
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
  text-align: center;
  padding-bottom: 0.75rem;
}

.l-sidebar-menu__title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar-menu__title {
    font-size: 1.5rem;
  }
}

.l-sidebar-menu__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.l-sidebar-menu__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
  margin-top: 1.25rem;
}

.l-sidebar-menu__details {
  width: 20rem;
}

.l-sidebar-menu__details.is-opened .l-sidebar-menu__summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-sidebar-menu__summary {
  cursor: pointer;
  list-style: none;
  background: #e8e5e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
}
.l-sidebar-menu__summary::-webkit-details-marker {
  display: none;
}

.l-sidebar-menu__summary-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  margin-right: 1.25rem;
}

.l-sidebar-menu__summary-text {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.l-sidebar-menu__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-inline: auto 0;
}

.l-sidebar-menu__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #BFA57D;
  display: block;
}

.l-sidebar-menu__line:nth-child(1) {
  width: 1rem;
  height: 1px;
}

.l-sidebar-menu__line.js-sidebar-menu-icon {
  width: 1px;
  height: 1rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.l-sidebar-menu__content {
  overflow: hidden;
}

.l-sidebar-menu__content-lists {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-sidebar-menu__content-list-link {
  padding: 0.875rem 0.625rem 0.875rem 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.375rem;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  border-bottom: 1px solid #bfa57d;
}
@media (any-hover: hover) {
  .l-sidebar-menu__content-list-link:hover {
    opacity: 1;
    background: #e8e5e1;
  }
}

.l-sidebar-menu__content-list-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
}

.l-access {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
}

.l-access__inner {
  padding-block: 5.5rem;
}
@media screen and (min-width: 768px) {
  .l-access__inner {
    padding-block: 7.5rem;
  }
}

.l-access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-block: 3rem 0;
}
@media screen and (min-width: 768px) {
  .l-access__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.25rem, -8.2536764706rem + 13.8235294118vw, 4.1875rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-access_content.--right {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .l-access_content.--right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.l-access__logo {
  width: 10.25rem;
}
@media screen and (min-width: 768px) {
  .l-access__logo {
    width: 16.25rem;
  }
}

.lーaccess__list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .lーaccess__list {
    margin-top: 3rem;
  }
}

.lーaccess__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #b1b1b1;
  gap: 0.5rem;
  padding: 1.5rem 0.625rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .lーaccess__item {
    gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.lーaccess__item-link {
  width: 100%;
}
@media (any-hover: hover) {
  .lーaccess__item-link:hover {
    opacity: 1;
  }
  .lーaccess__item-link:hover .l-access__list-term,
  .lーaccess__item-link:hover .l-access__list-description {
    opacity: 0.7;
  }
}

.l-access__list-term,
.l-access__list-description {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.l-access__list-term {
  width: 5rem;
}

.l-access__list-description {
  max-width: 25.5rem;
}

.l-access__map-wrapper {
  aspect-ratio: 323/323;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-access__map-wrapper {
    max-width: 28.5625rem;
    aspect-ratio: 457/329;
    height: auto;
    margin-top: 0;
  }
}
.l-access__map-wrapper iframe {
  width: 100%;
  height: 100%;
}

.l-access__table-wrapper {
  margin-top: 2rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .l-access__table-wrapper {
    margin-top: 3.5rem;
  }
}

.l-access__table-header,
.l-access__table-data {
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  padding: 0.4375rem 0.75rem;
  font-size: 0.62025rem;
  line-height: 2;
  letter-spacing: 0.031rem;
}
@media screen and (min-width: 768px) {
  .l-access__table-header,
  .l-access__table-data {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
    padding: 0.625rem 1rem;
  }
}
.l-access__table-header:first-child,
.l-access__table-data:first-child {
  padding: 0.4375rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .l-access__table-header:first-child,
  .l-access__table-data:first-child {
    padding: 0.625rem 1rem;
  }
}
.l-access__table-header:last-child,
.l-access__table-data:last-child {
  border-right: none;
}

.l-access__circle {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 0.8px solid #4a4a4a;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-access__circle {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.l-cta {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(70, 16, 37, 0.72)), to(rgba(70, 16, 37, 0.72))), url("../img/cta/bg.webp") lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(70, 16, 37, 0.72) 0%, rgba(70, 16, 37, 0.72) 100%), url("../img/cta/bg.webp") lightgray 50%/cover no-repeat;
}

.l-cta__inner {
  padding-block: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.l-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5.6875rem;
  margin-inline: auto;
  background: linear-gradient(20deg, #bfa57d 13.41%, #a47c3e 86.59%);
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
.l-cta__link > *,
.l-cta__link .l-cta__link-img {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-cta__link {
    width: 34.5rem;
  }
}
.l-cta__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.l-cta__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #F4F2F0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (any-hover: hover) {
  .l-cta__link:hover {
    color: #4A4A4A;
    opacity: 1;
  }
  .l-cta__link:hover::before, .l-cta__link:hover::after {
    opacity: 1;
  }
  .l-cta__link:hover .l-cta__link-img img {
    -webkit-filter: none;
            filter: none;
  }
  .l-cta__link:hover .l-cta__link-img::after {
    opacity: 1;
  }
}

.l-cta__link-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: -2.8125rem;
  width: 0.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-cta__link-img {
    right: -0.625rem;
  }
}
.l-cta__link-img img {
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.l-cta__link-img::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6875rem;
  height: 0.6875rem;
  background: url("../img/cta/hover-arrow.webp") no-repeat center/contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  z-index: 1;
}

.l-cta__info {
  border-block: 0.8px solid #FFF;
  padding-block: 1.5rem;
  width: 100%;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-cta__info {
    width: 34.5rem;
  }
}

.l-cta-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-cta-tel__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
.l-cta-tel__text span {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
}

.l-cta-tel__icon {
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-cta-tel__link {
  color: #FFF;
  margin-top: 0.625rem;
  display: block;
}

.l-cta-tel__link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.125rem;
  cursor: pointer;
}

.l-cta-tel__label {
  text-shadow: 0 0 38.531px rgba(114, 112, 107, 0.1);
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.04375rem;
}

.l-cta-tel__number {
  text-shadow: 0 0 38.531px rgba(114, 112, 107, 0.1);
  font-size: 2rem;
  font-style: normal;
  letter-spacing: 0.1rem;
}

.l-cta__business-hours {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04375rem;
  margin-top: 0.625rem;
}

.l-single__fv {
  position: relative;
}

.l-single__fv-inner {
  padding-inline: 8vw;
}
@media screen and (min-width: 768px) {
  .l-single__fv-inner {
    padding-inline: 6.3888888889vw;
  }
}

.l-single__fv-img {
  position: relative;
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 375/402;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-single__fv-img {
    aspect-ratio: 2560/1260;
  }
}
.l-single__fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-single__fv-img picture {
  width: 100%;
}

.l-single__fv-heading {
  position: absolute;
  bottom: 11.4666666667vw;
  z-index: 2;
  width: 74.1333333333vw;
}
@media screen and (min-width: 768px) {
  .l-single__fv-heading {
    bottom: 19.7222222222vw;
    width: auto;
  }
}

.l-single__fv-heading-main {
  color: #FFF;
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-size: 7.4666666667vw;
  line-height: 1.4;
  letter-spacing: 0.1944444444vw;
}
@media screen and (min-width: 768px) {
  .l-single__fv-heading-main {
    font-size: 2.7777777778vw;
    letter-spacing: 0.2777777778vw;
  }
}

.l-single__fv-heading-sub {
  color: #FFF;
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-size: 5.3333333333vw;
  font-style: normal;
  letter-spacing: 0.5333333333vw;
  padding-top: 5.8666666667vw;
  width: 58.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-single__fv-heading-sub {
    font-size: 1.3888888889vw;
    font-style: normal;
    letter-spacing: 0.1388888889vw;
    padding-top: 1.5277777778vw;
    width: auto;
  }
}

.l-single__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-block: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-single__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
    margin-block: 5.5rem 7.5rem;
  }
}

.l-single__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-single__contents {
  max-width: 48.75rem;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-single__contents {
    margin-bottom: 0;
  }
}

.l-single__section {
  padding-top: 4rem;
}

.l-coming-soon__inner {
  margin-block: 6.25rem 6.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-coming-soon__inner {
    padding-block: 7.5rem 7.5rem;
  }
}

.p-coming-soon__title {
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-family: "EB Garamond", serif;
  font-size: 1.75rem;
  letter-spacing: 0.175rem;
}
@media screen and (min-width: 768px) {
  .p-coming-soon__title {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
  }
}

.l-coming-soon_text {
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  letter-spacing: 0.15rem;
  padding-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .l-coming-soon_text {
    font-size: 1.125rem;
    letter-spacing: 0.2rem;
  }
}

.l-coming-soon__button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  border-radius: 3.125rem;
  border: 0.8px solid currentColor;
  padding: 0.625rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 2.8125rem;
  -webkit-transition: color 0.5s, border-color 0.3s;
  transition: color 0.5s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .l-coming-soon__button {
    padding: 0.875rem 3rem;
    font-size: 1.125rem;
  }
}
.l-coming-soon__button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(20deg, #bfa57d 13.41%, #a47c3e 86.59%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-coming-soon__button-img {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.9375rem;
  pointer-events: none;
}
.l-coming-soon__button-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/arrow.svg") no-repeat center/contain;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-coming-soon__button-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/active-arrow.svg") no-repeat center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .l-coming-soon__button:hover {
    color: #FFF;
    border-color: transparent;
  }
  .l-coming-soon__button:hover::after {
    opacity: 1;
  }
  .l-coming-soon__button:hover .l-coming-soon__button-img::before {
    opacity: 0;
  }
  .l-coming-soon__button:hover .l-coming-soon__button-img::after {
    opacity: 1;
  }
}

@media (any-hover: hover) {
  a.l-coming-soon__button:hover {
    opacity: 1;
  }
}

.l-bread-crumb-inner {
  padding-block: 0.625rem;
}

.l-bread-crumb {
  display: block;
  line-height: 1.8;
}
.l-bread-crumb span {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  display: inline;
  word-break: break-all;
  white-space: normal;
}
.l-bread-crumb span:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.5625rem;
  background: url("../img/common/bread-crumb.svg") no-repeat center/contain;
  margin: 0 0.875rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.l-bread-crumb span[property=itemListElement] {
  display: inline;
}
.l-bread-crumb span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.l-bread-crumb a {
  color: inherit;
  position: relative;
}
.l-bread-crumb a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #4A4A4A;
  scale: 0 1;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
@media (any-hover: hover) {
  .l-bread-crumb a:hover {
    opacity: 1;
  }
  .l-bread-crumb a:hover::after {
    scale: 1 1;
  }
}

.l-page__fv {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .l-page__fv {
    margin-top: 4.4375rem;
  }
}

.l-page__fv-inner {
  padding-block: 5.0625rem 3.4375rem;
}

.l-page__heading {
  text-align: center;
}

.l-post-nav__contents {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-nav__contents {
    gap: 1.25rem;
  }
}

.l-post-nav__contents {
  max-width: 48.75rem;
  margin-inline: auto;
}

.l-post-nav__item {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .l-post-nav__item {
    font-size: 1rem;
  }
}

.l-post-nav__item--prev {
  justify-self: start;
}

.l-post-nav__item--center {
  justify-self: center;
}

.l-post-nav__item--next {
  justify-self: end;
}

.l-post-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-post-nav__link {
    gap: 0.6875rem;
  }
}
.l-post-nav__link .l-post-nav__text {
  position: relative;
  display: inline-block;
}
.l-post-nav__link::before {
  content: "";
  display: inline-block;
  width: 0.4375rem;
  height: 0.625rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .l-post-nav__link:hover {
    opacity: 1;
  }
  .l-post-nav__link:hover::before {
    scale: 1.4;
  }
}
.l-post-nav__link.--prev::before {
  background: url("../img/common/prev-arrow.svg") no-repeat center/contain;
  margin-right: 0.6875rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.l-post-nav__link.--prev .l-post-nav__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.l-post-nav__link.--next::before {
  background: url("../img/common/next-arrow.svg") no-repeat center/contain;
  margin-left: 0.6875rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.l-post-nav__link.--next .l-post-nav__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.l-related-post__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-related-post__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-related-post__item {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-related-post__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 21.625rem;
    margin-inline: unset;
  }
}
@media (any-hover: hover) {
  .l-related-post__item:hover a {
    opacity: 1;
  }
  .l-related-post__item:hover .l-related-post__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.l-related-post__link {
  display: block;
}

.l-related-post__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-related-post__img img {
  position: absolute;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.l-related-post__body {
  margin-top: 0.625rem;
}

.l-related-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.l-related-post__date {
  color: #928b81;
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}

.l-related-post__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-related-post__tag {
  background: #d7cec4;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04375rem;
}

.l-related-post__title {
  margin-top: 0.625rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.l-related-post__none {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

.l-pagination__prev,
.l-pagination__next {
  padding: 0.6875rem 0.8125rem;
  border: 1px solid #BFA57D;
  position: relative;
  overflow: hidden;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  width: 2rem;
}
.l-pagination__prev img,
.l-pagination__next img {
  display: block;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.l-pagination__prev::after,
.l-pagination__next::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(20deg, #bfa57d 13.41%, #a47c3e 86.59%);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .l-pagination__prev:hover,
  .l-pagination__next:hover {
    border: 1px solid transparent;
  }
  .l-pagination__prev:hover img,
  .l-pagination__next:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .l-pagination__prev:hover::after,
  .l-pagination__next:hover::after {
    opacity: 1;
  }
}

.l-pagination__prev {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-pagination__prev {
    margin-left: 1rem;
  }
}

.l-pagination__next {
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-pagination__next {
    margin-right: 1rem;
  }
}

.l-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-pagination__list {
    gap: 1.5rem;
  }
}

@media (any-hover: hover) {
  .l-pagination__item:hover a {
    color: #461025;
  }
}
.l-pagination__item .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #BFA57D;
  font-size: 0.9375rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.l-pagination__item .page-numbers.current {
  color: #928b8e;
}

.l-price-about__list {
  margin-top: 1.5rem;
  padding: 1.5rem 1rem;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-price-about__list {
    padding: 1.5rem;
  }
}
.l-price-about__list.--medium {
  margin-top: 2rem;
}

.l-price-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-price-about__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 2;
  margin-top: -0.125rem;
}
.l-price-about__img.--card {
  width: 1.5625rem;
}
.l-price-about__img.--cash, .l-price-about__img.--loan {
  width: 1.75rem;
}
.l-price-about__img.--qr {
  width: 1.75rem;
}

.l-price-about__text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  overflow-wrap: anywhere;
}

.l-price-about__link {
  margin-top: 2rem;
}

.l-search {
  position: relative;
  z-index: 20;
}

.l-search__inner {
  padding-block: 2rem 3.5rem;
}
.l-search__inner.--bottom {
  padding-block: 2rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-search__inner.--bottom {
    padding-block: 3.5rem 7.5rem;
  }
}

.l-search__contents {
  max-width: 62.5rem;
  margin-inline: auto;
}

.l-search__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  gap: 1.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .l-search__category {
    gap: 1.75rem 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.l-search__details {
  width: 20rem;
  background: rgba(243, 241, 239, 0.64);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .l-search__details {
    width: calc((100% - 3rem) / 3);
    max-width: calc((100% - 3rem) / 3);
    padding-bottom: 0.625rem;
    margin-inline: unset;
  }
}
/* JSや[open]属性で制御 */
.l-search__details[open] .l-search__toggle-line.js-search-toggle-line,
.l-search__details.is-opened .l-search__toggle-line.js-search-toggle-line {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.l-search__summary {
  cursor: pointer;
  list-style: none;
  background: #e8e5e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
}

.l-search__summary::-webkit-details-marker {
  display: none;
}

.l-search__summary-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  margin-right: 1.25rem;
}

.l-search__summary-text {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.l-search__toggle-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-inline: auto 0;
}

.l-search__toggle-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #BFA57D;
  display: block;
}

.l-search__toggle-line:nth-child(1) {
  width: 1rem;
  height: 1px;
}

.l-search__toggle-line.js-search-icon {
  width: 1px;
  height: 1rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.l-search__content {
  overflow: hidden;
}

.l-search__item-list {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .l-search__item-list {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.04375rem;
  }
}
.l-search__item-link {
  padding: 0.875rem 0.625rem 0.875rem 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-bottom: 1px solid #bfa57d;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .l-search__item-link {
    border-bottom: none;
    padding: 0.3125rem 2rem 0.3125rem 2rem;
  }
}
@media (any-hover: hover) {
  .l-search__item-link:hover {
    opacity: 1;
    background: #e8e5e1;
  }
}
.l-search__item-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .l-search__item-arrow {
    width: 0.3125rem;
  }
}
.l-search__item-arrow img {
  width: 100%;
  height: auto;
}

.l-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.l-search__input {
  color: #4A4A4A;
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  padding-left: 1.125rem;
  background: #FFF;
  width: 100%;
  border: 1px solid rgba(191, 165, 125, 0);
  -webkit-transition: color 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: color 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: color 0.4s, border-color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, border-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.l-search__input::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.56);
}
.l-search__input::-moz-placeholder {
  color: rgba(74, 74, 74, 0.56);
}
.l-search__input:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.56);
}
.l-search__input::-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.56);
}
.l-search__input::placeholder {
  color: rgba(74, 74, 74, 0.56);
}
.l-search__input:focus {
  outline: none;
  border: 1px solid rgba(191, 165, 125, 0.2);
  -webkit-box-shadow: 0 0 20px 4px rgba(191, 165, 125, 0.2);
          box-shadow: 0 0 20px 4px rgba(191, 165, 125, 0.2);
}

@media screen and (min-width: 768px) {
  .l-search__input {
    width: 43.9375rem;
  }
}
.l-search__input:focus {
  outline: none;
}

.l-search__submit {
  background: #BFA57D;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .l-search__submit:hover .l-search__submit-icon img {
    scale: 1.1;
  }
}

.l-search__submit-icon {
  width: 100%;
  padding: 0.625rem;
}

.l-search__submit-icon img {
  width: 100%;
  height: auto;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.p-top-main-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url("../img/top/fv-sp.webp") center right/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual {
    background: url("../img/top/fv-pc.webp") center right/cover no-repeat;
  }
}

.p-top-main-visual {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.p-top-main-visual__inner {
  max-width: 384vw;
  margin-inline: auto;
  padding-inline: 5.0666666667vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__inner {
    padding-inline: 4.5138888889vw;
    max-width: 100vw;
  }
}

.p-top-main-visual__heading {
  margin-top: auto;
  margin-bottom: 28vw;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__heading {
    padding: 1.25vw 1.5277777778vw 3.3333333333vw 1.5277777778vw;
    margin-bottom: 11.875vw;
  }
}

.p-top-main-visual__heading--l {
  font-family: "EB Garamond", serif;
  color: #FFF;
  text-shadow: 0 0 24.888px rgba(114, 112, 107, 0.1);
  font-size: 10.6666666667vw;
  letter-spacing: 0.5333333333vw;
  padding-top: 3.4666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__heading--l {
    font-size: 4.3055555556vw;
    letter-spacing: 0.2083333333vw;
    padding-top: 1.3194444444vw;
  }
}

.p-top-main-visual__heading--m {
  color: #FFF;
  text-shadow: 0 0 20.67px rgba(114, 112, 107, 0.32);
  font-size: 4.8vw;
  letter-spacing: 0.24vw;
  padding-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__heading--m {
    font-size: 1.5277777778vw;
    letter-spacing: 0.0763888889vw;
    padding-top: 0.6944444444vw;
  }
}

.p-top-main-visual__heading--s {
  color: #FFF;
  text-shadow: 0 0 6.459px rgba(114, 112, 107, 0.32);
  font-size: 3.7333333333vw;
  letter-spacing: 0.1866666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0666666667vw;
  padding-top: 3.2vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__heading--s {
    padding-top: 1.4583333333vw;
    font-size: 1.5277777778vw;
    letter-spacing: 0.0763888889vw;
  }
}
.p-top-main-visual__heading--s::before {
  content: "";
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  width: 5.3333333333vw;
  background: #FFF;
  margin-left: 0.8vw;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__heading--s::before {
    width: 2.2222222222vw;
    height: 0.0694444444vw;
    margin-left: 0.4166666667vw;
  }
}

.p-top__heading.--01 {
  text-align: center;
}
.p-top__heading.--02 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top__heading.--02 {
    text-align: left;
  }
}

.p-top-overlay-trigger {
  height: 100vh;
}

.p-top-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  --progress: 0;
}
.p-top-overlay::before {
  content: "";
  position: absolute;
  width: 250rem;
  height: 250rem;
  background: #e6e5e4;
  border-radius: 50%;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(50% - 100% * var(--progress)), calc(50% - 100% * var(--progress))) scale(calc(0.5 + 0.5 * var(--progress)));
          transform: translate(calc(50% - 100% * var(--progress)), calc(50% - 100% * var(--progress))) scale(calc(0.5 + 0.5 * var(--progress)));
  opacity: var(--progress);
}
.p-top-overlay.is-pushed {
  position: absolute;
  height: 100lvh;
}
.p-top-overlay.is-pushed::before {
  border-radius: 0;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: none !important;
          transform: none !important;
}

.p-top-about {
  position: relative;
  z-index: 20;
  background: url("../img/top/about-bg.webp") center/100% 100% no-repeat;
  translate: 0 0;
  margin-top: -30vh;
  opacity: 0;
}
.p-top-about::after {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: 0;
  width: 100%;
  height: 5vh;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: calc(var(--progress) * 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebeae9), color-stop(50%, #e5e4e3), to(#dedddc));
  background: linear-gradient(180deg, #ebeae9 0%, #e5e4e3 50%, #dedddc 100%);
  pointer-events: none;
  z-index: 1;
}

.p-top-about__inner {
  padding-block: 6.25rem;
  width: 100%;
  max-width: 35rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-about__inner {
    padding-block: 12.5rem 3.5rem;
    max-width: 90rem;
    padding-inline: 0;
  }
}

.p-top-about__content {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__content {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: clamp(1.25rem, -10.8823529412rem + 17.6470588235vw, 5rem);
    margin-right: auto;
    margin-left: 0;
  }
}

.p-top-about__img--l,
.p-top-about__img--m,
.p-top-about__img--s {
  position: relative;
  overflow: hidden;
}

.js-parallax {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.js-parallax.--right {
  -o-object-position: right;
     object-position: right;
  left: auto;
  right: 0.9375rem;
}

.p-top-about__img--l {
  width: 100%;
  aspect-ratio: 327/249;
}
@media screen and (min-width: 768px) {
  .p-top-about__img--l {
    width: 40.6875rem;
    height: 31.0625rem;
    aspect-ratio: unset;
  }
}

.p-top-about__text-boxes {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__text-boxes {
    padding-top: 6.25rem;
    max-width: 29.5rem;
  }
}

.p-top-about__text-box {
  padding-top: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-top-about__lead {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__lead {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.125rem;
  }
}

.p-top-about__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04375rem;
}

.p-top-about__img-bottom {
  padding-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__img-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-inline: auto 0;
    max-width: 76.375rem;
  }
}

.p-top-about__img--m {
  aspect-ratio: 175/112;
  width: 52.2388059701%;
}
@media screen and (min-width: 768px) {
  .p-top-about__img--m {
    width: 25.4375rem;
    height: 16.25rem;
    margin-top: 3.125rem;
    aspect-ratio: unset;
  }
}

.p-top-about__img--s {
  margin-top: 5.5rem;
  margin-right: 1.125rem;
  width: 30.7462686567%;
  aspect-ratio: 103/106;
}
@media screen and (min-width: 768px) {
  .p-top-about__img--s {
    margin-top: -3.4375rem;
    margin-left: 1.875rem;
    width: 19.3125rem;
    height: 19.875rem;
  }
}

.p-top-about__policy {
  padding: 2rem 1.25rem;
  letter-spacing: 0.16875rem;
  border: 1px solid #928b81;
  margin-top: 3.625rem;
  max-width: 67.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-about__policy {
    margin-top: 5.1875rem;
    width: calc(100% - 4rem);
  }
}

.p-top-about__policy-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}

.p-top-about__policy--ja {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.1125rem;
}

.p-top-about__policy--en {
  color: #BFA57D;
  text-shadow: 0 0 103.825px rgba(114, 112, 107, 0.1);
  font-family: "EB Garamond", serif;
  font-size: 1.125rem;
  letter-spacing: 0.16875rem;
}

.p-top-about__policy-text {
  text-align: center;
  padding-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.040625rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__policy-text {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.p-top__campaign {
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e6e5), to(#f4f2f0));
  background: linear-gradient(180deg, #e7e6e5 0%, #f4f2f0 100%);
  position: relative;
  z-index: 20;
}

.p-top-campaign__inner {
  padding-block: 2rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-campaign__inner {
    padding-block: 6.25rem 7.5rem;
  }
}

.p-top-campaign__swiper-area {
  position: relative;
  padding-block: 1.5rem 0;
}
.p-top-campaign__swiper-area:has(.swiper-initialized) {
  padding-block: 3.5rem 3rem;
}

.p-top-campaign__swiper {
  height: auto;
}
.p-top-campaign__swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-campaign__swiper:not(.swiper-initialized) .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-top-campaign__swiper.swiper-initialized {
    height: auto;
  }
}
.p-top-campaign__swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-campaign__swiper:not(.swiper-initialized) .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-campaign__swiper:not(.swiper-initialized) .p-top-campaign__swiper-slide {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-campaign__swiper:not(.swiper-initialized) .p-top-campaign__swiper-slide {
    width: calc((100% - 7rem) / 3);
  }
}

.p-top-campaign__swiper-slide {
  width: 100%;
  height: auto;
  margin-inline: auto;
  height: auto;
}

.p-top-campaign__swiper-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (any-hover: hover) {
  .p-top-campaign__swiper-link.is-link:hover {
    opacity: 1;
  }
  .p-top-campaign__swiper-link.is-link:hover .p-top-campaign__swiper-slide-img img {
    scale: 1.1;
  }
}

.p-top-campaign__swiper-slide-img {
  aspect-ratio: 320/320;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-campaign__swiper-slide-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.p-top-campaign-swiper-slide-text-box {
  padding-top: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-top-campaign-swiper-slide-text--m {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05625rem;
}

.p-top-campaign-swiper-slide-text--s {
  display: block;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04375rem;
}

.p-top-campaign__swiper-pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  z-index: 10;
}
.p-top-campaign__swiper-pagination.swiper-pagination-vertical, .p-top-campaign__swiper-pagination.swiper-pagination-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-top-campaign__swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.5rem;
  height: 0.5rem;
  background: #d9d9d9 !important;
  opacity: 1;
}
.p-top-campaign__swiper-pagination .swiper-pagination-bullet-active {
  background: #6d2e46 !important;
}

.p-top-menu {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
  position: relative;
  z-index: 20;
}

.p-top-menu__title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__title {
    font-size: 1.5rem;
  }
}

.p-top-menu__inner {
  margin-inline: auto;
  padding-block: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__inner {
    padding-block: 7.5rem;
  }
}

.p-top-menu__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  gap: 1.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-menu__category {
    gap: 1.75rem 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.p-top-menu__details {
  width: 20rem;
  background: rgba(243, 241, 239, 0.64);
}
@media screen and (min-width: 768px) {
  .p-top-menu__details {
    width: calc((100% - 3rem) / 3);
    max-width: calc((100% - 3rem) / 3);
    padding-bottom: 0.625rem;
  }
  .p-top-menu__details .p-top-menu__summary {
    pointer-events: none;
    cursor: default;
  }
  .p-top-menu__details .p-top-menu__icon {
    display: none;
  }
  .p-top-menu__details .p-top-menu__content {
    height: auto !important;
    opacity: 1 !important;
  }
}

.p-top-menu__details.is-opened .p-top-menu__summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-top-menu__summary {
  cursor: pointer;
  list-style: none;
  background: #f7f6f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__summary {
    background: transparent;
    padding: 1.5rem 2rem 0.9375rem 2rem;
  }
}
.p-top-menu__summary::-webkit-details-marker {
  display: none;
}

.p-top-menu__summary-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__summary-icon {
    width: 3.75rem;
    margin-right: 1.25rem;
  }
}

.p-top-menu__summary-text {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__summary-text {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}

.p-top-menu__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-inline: auto 0;
}

.p-top-menu__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #BFA57D;
  display: block;
}

.p-top-menu__line:nth-child(1) {
  width: 1rem;
  height: 1px;
}

.p-top-menu__line.js-top-menu-icon {
  width: 1px;
  height: 1rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-menu__content {
  overflow: hidden;
}

.p-top-menu__content-lists {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-menu__content-lists {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.04375rem;
  }
}

.p-top-menu__content-list {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .p-top-menu__content-list {
    background: transparent;
  }
}

.p-top-menu__content-list-link {
  padding: 0.875rem 0.625rem 0.875rem 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  border-bottom: 1px solid #bfa57d;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top-menu__content-list-link {
    border-bottom: none;
    padding: 0.3125rem 2rem 0.3125rem 2rem;
  }
}
@media (any-hover: hover) {
  .p-top-menu__content-list-link:hover {
    opacity: 1;
    background: #e8e5e1;
  }
}

.p-top-menu__content-list-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__content-list-img {
    width: 0.3125rem;
  }
}

.p-top-doctor__bg {
  width: 100%;
}

.p-top-doctor__content {
  width: 100%;
  background: url("../img/top/doctor02.webp") center/cover no-repeat;
}

.p-top-doctor__inner {
  padding-block: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__inner {
    padding-block: 7.5rem 8.75rem;
  }
}

.p-top-doctor__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__layout {
    grid-template-columns: 1.2fr 1fr;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
    display: grid;
    grid-template-areas: "heading   img" "lead    img" "profile img";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-doctor__heading {
  grid-area: heading;
}

.p-top-doctor__lead {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05625rem;
  grid-area: lead;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__lead {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    padding-top: 3.5rem;
  }
}

.p-top-doctor__img {
  margin-top: 2rem;
  grid-area: img;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__img {
    margin-top: 0;
    max-width: 29.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-doctor__profile {
    margin-top: 3.5rem;
    grid-area: profile;
    max-width: 28.6875rem;
  }
}

.p-top-doctor__name-ja {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.125rem;
}

.p-top-doctor__name-en {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-family: "EB Garamond", serif;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.0875rem;
}

.p-top-doctor__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
  margin-top: 2rem;
}

.p-top-doctor__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04375rem;
}

.p-top-column {
  background: #FFF;
}

.p-top-column-layout {
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-column-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875rem;
  }
}

.p-top-column__inner {
  padding-block: 6.25rem;
  padding-inline: 1.5rem;
  width: 100%;
  max-width: 35rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-column__inner {
    padding-inline: clamp(2rem, -27.9264705882rem + 43.5294117647vw, 11.25rem) 0;
    max-width: 90rem;
  }
}

.p-top-column__content {
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-column__lists {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-column__lists {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem 1.3125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-column__column-item {
    width: calc((100% - 1.3125rem) / 2);
    max-width: 21.625rem;
  }
}

@media (any-hover: hover) {
  .p-top-column__column-item:hover a {
    opacity: 1;
  }
  .p-top-column__column-item:hover .p-top-column__column-thumbnail img {
    scale: 1.1;
  }
}

.p-top-column__column-thumbnail {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-top-column__column-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.p-top-column__column-entry-meta {
  padding-top: 0.6875rem;
}

.p-top-column__column-title {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  padding-top: 0.6875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-top-column__button-wrapper {
    max-width: 44.5rem;
  }
}

.p-top-column__button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  border-radius: 2rem;
  border: 0.8px solid currentColor;
  padding: 0.25rem 1.5rem;
  width: 12.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 2rem;
  -webkit-transition: color 0.5s, border-color 0.3s;
  transition: color 0.5s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-column__button {
    margin-inline: auto 0;
  }
}
.p-top-column__button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(20deg, #bfa57d 13.41%, #a47c3e 86.59%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-top-column__button-img {
  position: absolute;
  right: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.4375rem;
  pointer-events: none;
}
.p-top-column__button-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/arrow.webp") no-repeat center/contain;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-top-column__button-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/page/active-arrow.webp") no-repeat center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .p-top-column__button:hover {
    color: #FFF;
    border-color: transparent;
  }
  .p-top-column__button:hover::after {
    opacity: 1;
  }
  .p-top-column__button:hover .p-top-column__button-img::before {
    opacity: 0;
  }
  .p-top-column__button:hover .p-top-column__button-img::after {
    opacity: 1;
  }
}

.p-top-column__bg {
  width: 28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-column__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

@media screen and (min-width: 768px) {
  .p-menu__inner {
    max-width: 76.25rem;
  }
}

.p-menu__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  margin-top: 2rem;
}

.p-menu__recommended-lists {
  background: #FFF;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.5rem;
}

.p-menu__recommended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08rem;
  gap: 0.625rem;
}
.p-menu__recommended-list::before {
  content: "";
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/page/check-box.webp") center/contain no-repeat;
}

.p-menu__video {
  padding-top: 3.5rem;
}

.p-menu__video-iframe-wrapper {
  cursor: pointer;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .p-menu__video-iframe-wrapper {
    aspect-ratio: 183/103;
  }
}
.p-menu__video-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}

.p-menu__video-url {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
  padding-block: 0.625rem 0.3125rem;
  display: block;
}
.p-menu__video-url a {
  position: relative;
}
.p-menu__video-url a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #4A4A4A;
  scale: 0 1;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
@media (any-hover: hover) {
  .p-menu__video-url:hover a {
    opacity: 1;
  }
  .p-menu__video-url:hover a::after {
    scale: 1 1;
  }
}

.p-menu__case-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-menu__case-lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-menu__case-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-menu__case-list {
    width: calc(50% - 16px);
  }
}
.p-menu__case-list.js-case-hidden {
  display: none;
}
@media (any-hover: hover) {
  .p-menu__case-list a:hover {
    opacity: 1;
  }
  .p-menu__case-list a:hover img {
    scale: 1.1;
  }
}

.p-menu__case-thumb {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-menu__case-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.p-menu__price {
  max-width: 48.75rem;
}
.p-menu__price .scroll-hint-icon {
  top: calc(50% - 45px);
}
@media screen and (min-width: 768px) {
  .p-menu__price .scroll-hint-icon {
    display: none;
  }
}
.p-menu__price .wp-block-table {
  white-space: nowrap;
}
.p-menu__price .wp-block-table + .wp-block-table {
  margin-top: 1.5rem;
}
.p-menu__price .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #c3c3c3;
}
@media screen and (min-width: 768px) {
  .p-menu__price .wp-block-table table {
    max-width: 100%;
  }
}
.p-menu__price .wp-block-table table tr td {
  background: #e8e5e1;
  border: 1px solid #c3c3c3;
  padding: 0.625rem;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  white-space: wrap;
}
.p-menu__price .wp-block-table table tr td:first-child {
  width: 15rem;
}
.p-menu__price .wp-block-table table tr td:not(:first-child) {
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-menu__price .wp-block-table table tr td:not(:first-child) {
    width: auto;
  }
}
.p-menu__price .wp-block-table table tr:not(:first-child) td + td {
  background: #FFF;
}

.p-menu-case-button {
  margin-inline: auto;
  margin-top: 2rem;
}

.p-menu__price-link {
  margin-top: 2rem;
}

.p-menu__summary-lists {
  margin-top: 1.5rem;
}

.p-menu__summary-list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  border-bottom: 1px solid #b1b1b1;
  padding: 1.5rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-menu__summary-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}

.p-menu__summary-term {
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-menu__faq {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.p-menu__faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  list-style: none;
  background: #e8e5e1;
  padding: 1.125rem 1.5rem;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-menu__faq-question {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-menu__faq-Q {
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-size: 1.0625rem;
  letter-spacing: 0.15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  padding: 0.4375rem 0.4375rem 0.6875rem 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  background: #BFA57D;
}
@media screen and (min-width: 768px) {
  .p-menu__faq-Q {
    font-size: 1.5rem;
    width: 2.875rem;
    height: 2.875rem;
    padding: 0.625rem 0.625rem 1rem 0.75rem;
  }
}

.p-menu__faq-question::-webkit-details-marker {
  display: none;
}

.p-menu__faq-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-block: auto;
  margin-left: auto;
}

.p-menu__faq-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #BFA57D;
  display: block;
}

.p-menu__faq-line:nth-child(1) {
  width: 1rem;
  height: 1px;
}

.p-menu__faq-line.js-sidebar-menu-icon {
  width: 1px;
  height: 1rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-menu__faq-answer {
  padding: 1.125rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-menu__faq-answer {
    padding: 1.125rem 1.5rem;
  }
}

.p-menu__faq-a {
  color: #6d2e46;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  display: inline-block;
  padding-left: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-menu__faq-a-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
}

.p-menu__column-inner {
  padding-top: 4rem;
}

.p-column__bred-crumb {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-column__bred-crumb {
    margin-top: 4.4375rem;
  }
}

.p-column__header {
  padding-block: 2.1875rem 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-column__header {
    padding-block: 2.5rem 3.5rem;
  }
}

.p-column__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.p-column__time {
  color: #928b81;
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}

.p-column__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-column__tag {
  background: #d7cec4;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04375rem;
}

.p-column__title {
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-column__title {
    font-size: 1.75rem;
    letter-spacing: 0.175rem;
  }
}

.p-column__content {
  margin-inline: auto;
  margin-block: 2rem;
}
@media screen and (min-width: 768px) {
  .p-column__content {
    max-width: 48.75rem;
  }
}
.p-column__content > h2:first-child, .p-column__content > h3:first-child, .p-column__content > p:first-child, .p-column__content > .wp-block-embed-youtube:first-child, .p-column__content > .p-column__writer:first-child, .p-column__content > .wp-block-image:first-child {
  margin-top: 0;
}
.p-column__content h2 {
  position: relative;
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  border-bottom: 1px solid #bfa57d;
  padding-bottom: 1.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-column__content h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.p-column__content h2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 6.875rem;
  height: 1px;
  background: #902c1f;
  z-index: 1;
}
.p-column__content h3 {
  position: relative;
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  padding-bottom: 0.625rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-column__content h3 {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}
.p-column__content h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.25rem;
  height: 1px;
  background: #902c1f;
  z-index: 1;
}
.p-column__content p {
  margin-top: 2rem;
}
.p-column__content .wp-block-buttons,
.p-column__content .wp-block-image,
.p-column__content .wp-block-embed-youtube {
  margin-top: 3.5rem;
}
.p-column__content h2 + p,
.p-column__content h3 + p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
}
.p-column__content p + h2,
.p-column__content p + h3,
.p-column__content p + .wp-block-embed-youtube,
.p-column__content .wp-block-embed-youtube + .wp-block-embed-youtube,
.p-column__content .wp-block-embed-youtube + h2,
.p-column__content .wp-block-embed-youtube + h3,
.p-column__content p + .wp-block-buttons {
  margin-top: 3.5rem;
}
.p-column__content .wp-block-buttons + h2,
.p-column__content .wp-block-buttons + h3 {
  margin-top: 4rem;
}
.p-column__content h2 + p {
  margin-top: 2rem;
}
.p-column__content h3 + p {
  margin-top: 1.5rem;
}
.p-column__content p + p {
  margin-top: 1.125rem;
}
.p-column__content .wp-block-embed__wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-column__content .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}
.p-column__content .wp-block-buttons {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-column__content .wp-block-buttons .wp-block-button__link {
    width: 34.5rem;
  }
}

.p-column__writer {
  margin-top: 4rem;
  background: #FFF;
  padding: 2rem;
  gap: 1.125rem;
}
.p-column__writer h2 {
  position: relative;
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  letter-spacing: 0.125rem;
  border-bottom: 1px solid #bfa57d;
  padding-bottom: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-column__writer h2 {
    font-size: 1.25rem;
  }
}
.p-column__writer h2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 6.875rem;
  height: 1px;
  background: #902c1f;
  z-index: 1;
}
.p-column__writer p {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
  max-width: 33.5625rem;
  padding-top: 0;
}

.p-column__button-buttons .p-column__button {
  margin-inline: auto;
}

.p-column__button {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-column__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-column__button::before, .p-column__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6875rem;
  height: 0.6875rem;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .p-column__button::before, .p-column__button::after {
    right: 5rem;
  }
}
.p-column__button::before {
  background: url("../img/cta/arrow.webp") no-repeat center/contain;
  opacity: 1;
}
.p-column__button::after {
  background: url("../img/cta/hover-arrow.webp") no-repeat center/contain;
  opacity: 0;
}
@media (any-hover: hover) {
  .p-column__button:hover::before {
    opacity: 0;
  }
  .p-column__button:hover::after {
    opacity: 1;
  }
}
.p-column__button a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
  height: 5.6875rem;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  border-radius: unset;
  background: linear-gradient(20deg, #bfa57d 13.41%, #a47c3e 86.59%);
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-column__button a {
    width: 34.5rem;
  }
}
.p-column__button a::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.p-column__button a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #F4F2F0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (any-hover: hover) {
  .p-column__button a:hover {
    color: #4A4A4A;
    opacity: 1;
  }
  .p-column__button a:hover::before, .p-column__button a:hover::after {
    opacity: 1;
  }
}

.p-column__writer-contents {
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-column__writer-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.p-column__writer-profile-img {
  width: 9.1875rem;
  border-radius: 9.1875rem;
  overflow: hidden;
}
.p-column__writer-profile-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column__writer-profile-info {
  gap: 0;
}
.p-column__writer-profile-info p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.07rem;
  margin-inline: auto;
}
.p-column__writer-profile-info p + p {
  padding-top: 0;
}

.p-column__post-nav-inner {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-column__post-nav-inner {
    padding-bottom: 6.25rem;
  }
}

.p-column__related__contents {
  max-width: 48.75rem;
  margin-inline: auto;
}

.p-column__related-inner {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-column__related-inner {
    padding-bottom: 7.5rem;
  }
}

.p-case__bred-crumb {
  padding-block: 3.0625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-case__bred-crumb {
    padding-block: 5.0625rem 0.625rem;
  }
}

.p-case__inner {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case__inner {
    padding-top: 5.5rem;
  }
}

.p-case__content {
  padding-top: 2rem;
}

.p-case__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-case__summary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-case__image {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-case__image {
    max-width: 23.75rem;
  }
}
.p-case__image img {
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-case__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}

.p-case__tag {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

.p-case__tag--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.p-case__tag--service::after {
  content: "";
  inset: 0;
  width: 0.375rem;
  height: 0.5625rem;
  background: url("../img/common/arrow.svg") center/cover no-repeat;
  z-index: -1;
  margin-left: 0.875rem;
}

.p-case__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}

.p-case__meta-label {
  width: 6.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-case__details {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
}

.p-case__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-case__detail-item.--type2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-case__detail-item.--type2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-case__detail-label {
  white-space: nowrap;
}

.p-case__detail-value {
  white-space: wrap;
  overflow-wrap: break-word;
  word-break: break-all;
}

.p-case__content-comment {
  padding-top: 2rem;
}

.p-case__contact-comment-inner {
  background: #FFF;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-case__contact-comment-inner {
    padding: 2rem;
  }
}

.p-case__content-comment-title {
  position: relative;
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #bfa57d;
}
@media screen and (min-width: 768px) {
  .p-case__content-comment-title {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}
.p-case__content-comment-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 6.875rem;
  height: 1px;
  background: #902c1f;
  z-index: 1;
}

.p-case__content-comment-content {
  padding-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case__content-comment-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-menu__case-list.js-case-hidden {
  display: none;
}

.p-case__content-comment-content-writer-profile {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.07rem;
}

.p-case__content-comment-content-img {
  max-width: 9.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-case__content-comment-content-img {
    max-width: 6.3125rem;
  }
}

.p-case__content-comment-content-writer-profile-company {
  white-space: nowrap;
  padding-top: 0.625rem;
}

.p-case__content-comment-content-writer-profile-name {
  display: block;
}

.p-case__content-comment-content-text {
  display: block;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}

.p-case__price-inner {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case__price-inner {
    padding-top: 3.5rem;
  }
}

.p-case__price-title {
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
}

.p-case__price-content {
  padding-top: 0.625rem;
}

.p-case__price .scroll-hint-icon {
  top: calc(50% - 45px);
}
@media screen and (min-width: 768px) {
  .p-case__price .scroll-hint-icon {
    display: none;
  }
}
.p-case__price .wp-block-table {
  white-space: nowrap;
}
.p-case__price .wp-block-table + .wp-block-table {
  margin-top: 1.5rem;
}
.p-case__price .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #c3c3c3;
}
@media screen and (min-width: 768px) {
  .p-case__price .wp-block-table table {
    max-width: 100%;
  }
}
.p-case__price .wp-block-table table tr td {
  background: #e8e5e1;
  border: 1px solid #c3c3c3;
  padding: 0.625rem;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  white-space: wrap;
}
.p-case__price .wp-block-table table tr td:first-child {
  width: 15rem;
}
.p-case__price .wp-block-table table tr td:not(:first-child) {
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-case__price .wp-block-table table tr td:not(:first-child) {
    width: auto;
  }
}
.p-case__price .wp-block-table table tr:not(:first-child) td + td {
  background: #FFF;
}

.p-case__related-inner {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case__related-inner {
    padding-top: 3.5rem;
  }
}

.p-case__related-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-case__related-lists {
    gap: 3.5rem;
  }
}

.p-case__related-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case__related-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}

.p-case__related-item {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-case__related-item {
    margin-inline: unset;
    max-width: 18.75rem;
  }
}

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

.p-case__related-item-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  padding-block: 0.3125rem;
  margin-top: 0.625rem;
}
.p-case__related-item-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #928b8e;
  z-index: 1;
}

.p-case__related-item-meta {
  margin-top: 0.3125rem;
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}

.p-case__related-item-info,
.p-case__related-item-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-case__related-item-info span,
.p-case__related-item-info p,
.p-case__related-item-attributes span,
.p-case__related-item-attributes p {
  display: block;
}

.p-case__related-item-attributes {
  padding-top: 0.3125rem;
}

.p-case__related-item-label {
  width: 3.125rem;
  margin-right: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-case__related-item-bottom {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-case__related-item-bottom .c-button-white {
  margin-inline: auto;
}

.p-case__related-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-case__related-empty {
  padding-top: 2rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
}

.p-archive-case__inner {
  padding-block: 5.0625rem 3.4375rem;
}

.p-archive-case__search {
  position: relative;
  z-index: 20;
}

.p-archive-case__search-title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .p-archive-case__search-title {
    font-size: 1.5rem;
  }
}

.p-archive-case__search-inner {
  margin-inline: auto;
  padding-block: 2rem 3.5rem;
}

.p-archive-case__search-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  gap: 1.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-archive-case__search-category {
    gap: 1.75rem 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.p-archive-case__search-details {
  width: 20rem;
  background: rgba(243, 241, 239, 0.64);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-archive-case__search-details {
    width: calc((100% - 3rem) / 3);
    max-width: calc((100% - 3rem) / 3);
    padding-bottom: 0.625rem;
    margin-inline: unset;
  }
}

.p-archive-case__search-details.is-opened .p-archive-case__search-summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-archive-case__search-summary {
  cursor: pointer;
  list-style: none;
  background: #e8e5e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
}
.p-archive-case__search-summary::-webkit-details-marker {
  display: none;
}

.p-archive-case__search-summary-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-archive-case__search-summary-icon {
    margin-right: 1.25rem;
  }
}

.p-archive-case__search-summary-text {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.p-archive-case__search-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-inline: auto 0;
}

.p-archive-case__search-line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #BFA57D;
  display: block;
}

.p-archive-case__search-line:nth-child(1) {
  width: 1rem;
  height: 1px;
}

.p-archive-case__search-line.js-archive-case-search-icon {
  width: 1px;
  height: 1rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-archive-case__search-content {
  overflow: hidden;
}

.p-archive-case__search-content-lists {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-archive-case__search-content-lists {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.04375rem;
  }
}

.p-archive-case__search-content-list-link {
  padding: 0.875rem 0.625rem 0.875rem 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  border-bottom: 1px solid #bfa57d;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-archive-case__search-content-list-link {
    border-bottom: none;
    padding: 0.3125rem 2rem 0.3125rem 2rem;
  }
}
@media (any-hover: hover) {
  .p-archive-case__search-content-list-link:hover {
    opacity: 1;
    background: #e8e5e1;
  }
}

.p-archive-case__search-content-list-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-case__search-content-list-img {
    width: 0.3125rem;
  }
}

.p-archive-case__search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.p-archive-case__search-input {
  color: rgba(74, 74, 74, 0.56);
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  padding-left: 1.125rem;
  border: transparent;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-archive-case__search-input {
    width: 43.9375rem;
  }
}
.p-archive-case__search-input:focus {
  outline: none;
  border-color: #BFA57D;
  -webkit-box-shadow: 0 0 8px rgba(191, 165, 125, 0.4);
          box-shadow: 0 0 8px rgba(191, 165, 125, 0.4);
}

.p-archive-case__search-submit {
  background: #BFA57D;
}

.p-archive-case__search-submit-icon {
  width: 3rem;
  padding: 0.625rem;
}

.p-archive-case__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-case__lists {
    gap: 3.5rem;
  }
}

.p-archive-case__contents-inner {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-archive-case__contents-inner {
    padding-bottom: 7.5rem;
  }
}

.p-archive-case__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-archive-case__list-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
    margin-top: 2rem;
  }
}

.p-archive-case__item {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-archive-case__item {
    margin-inline: unset;
    max-width: 18.75rem;
  }
}

.p-archive-case__item-img {
  aspect-ratio: 1/1;
}
.p-archive-case__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-archive-case__item-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  padding-block: 0.3125rem;
  margin-top: 0.625rem;
}
.p-archive-case__item-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #928b8e;
  z-index: 1;
}

.p-archive-case__item-meta {
  margin-top: 0.3125rem;
}

.p-archive-case__item-meta {
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}

.p-archive-case__item-problem,
.p-archive-case__item-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-archive-case__item-problem span,
.p-archive-case__item-attributes span {
  display: block;
}

.p-archive-case__item-attributes {
  padding-top: 0.3125rem;
}

.p-archive-case__item-label {
  width: 3.125rem;
  margin-right: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-archive-case__item-button {
  margin-top: 1.25rem;
  margin-inline: auto;
}

.p-archive-column__contents {
  margin-top: 2rem;
}

.p-archive-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-block: 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-archive-column__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1.25rem;
    margin-block: 2rem 3rem;
  }
}

.p-archive-column__item {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-archive-column__item {
    max-width: 20rem;
  }
}
@media (any-hover: hover) {
  .p-archive-column__item:hover a {
    opacity: 1;
  }
  .p-archive-column__item:hover .p-archive-column__img img {
    scale: 1.1;
  }
}

.p-archive-column__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.p-archive-column__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: scale 0.6s;
  transition: scale 0.6s;
}

.p-archive-column__body {
  margin-top: 0.6875rem;
}

.p-archive-column__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.p-archive-column__date {
  color: #928b81;
  text-shadow: 0 0 32px rgba(114, 112, 107, 0.32);
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}

.p-archive-column__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-archive-column__tag {
  background: #d7cec4;
  padding: 0 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04375rem;
}

.p-archive-column__title {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin-top: 0.6875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-archive-column__pagination {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-archive-column__pagination {
    padding-bottom: 7.5rem;
  }
}

.p-archive-price-content {
  margin-inline: auto;
}
.p-archive-price-content .scroll-hint-icon {
  top: calc(50% - 45px);
}
@media screen and (min-width: 768px) {
  .p-archive-price-content .scroll-hint-icon {
    display: none;
  }
}
.p-archive-price-content .wp-block-table {
  white-space: nowrap;
}
.p-archive-price-content .wp-block-table + .wp-block-table {
  margin-top: 1.5rem;
}
.p-archive-price-content .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #c3c3c3;
}
@media screen and (min-width: 768px) {
  .p-archive-price-content .wp-block-table table {
    max-width: 100%;
  }
}
.p-archive-price-content .wp-block-table table tr td {
  background: #e8e5e1;
  border: 1px solid #c3c3c3;
  padding: 0.625rem;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  white-space: wrap;
}
.p-archive-price-content .wp-block-table table tr td:first-child {
  width: 15rem;
}
.p-archive-price-content .wp-block-table table tr td:not(:first-child) {
  width: 15.875rem;
}
@media screen and (min-width: 768px) {
  .p-archive-price-content .wp-block-table table tr td:not(:first-child) {
    width: auto;
  }
}
.p-archive-price-content .wp-block-table table tr:not(:first-child) td + td {
  background: #FFF;
}

.p-archive-price-content-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  max-width: 62.5rem;
  margin-inline: auto;
}

.p-archive-price-content__item-title {
  text-shadow: 0 0 88px rgba(114, 112, 107, 0.32);
  font-size: ren(18);
  letter-spacing: 0.1125rem;
  padding-block: 2rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-archive-price-content__item-title {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}

.p-archive-price__about-inner {
  padding-block: 4rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-archive-price__about-inner {
    padding-block: 4.5rem 7.5rem;
  }
}

.p-archive-price__about-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 62.5rem;
  margin-inline: auto;
}

.p-archive-price__about-loan-text {
  padding-top: 2rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
}

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

.p-privacy__content-inner {
  padding-top: 2rem;
}

.p-privacy__lists {
  padding-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}

.p-privacy__text {
  line-height: 2;
  text-align: justify;
  padding-top: 1.5rem;
}
.p-privacy__text.--l {
  padding-block: 0 3.5rem;
}
.p-privacy__text.--m {
  padding-block: 2rem 0;
}

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

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

.u-hidden {
  display: none;
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */