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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

body {
  color: #5A5758;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding-inline: clamp(3.75rem, -0.5357142857rem + 8.9285714286vw, 7.5rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 632px;
    padding: 0 1rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1rem;
    max-width: 600px;
  }
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 32px;
  -webkit-transition: opacity 1s ease, translate 0.7s ease;
  transition: opacity 1s ease, translate 0.7s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.animated__fade-In {
  opacity: 0;
  translate: 0 32px;
  -webkit-transition: opacity 1s ease, translate 0.7s ease;
  transition: opacity 1s ease, translate 0.7s ease;
}
.animated__fade-In.js-show {
  opacity: 1;
  translate: 0 0;
}

.c-section-title {
  color: #A59366;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 41.6px */
  letter-spacing: 1.04px;
}
@media (min-width: 768px) {
  .c-section-title {
    font-size: clamp(1.625rem, 0.0535714286rem + 3.2738095238vw, 3rem);
    letter-spacing: 1.92px;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 8px;
  background: rgba(165, 147, 102, 0);
}
@media (min-width: 768px) {
  .p-header {
    padding-inline: clamp(1.875rem, -4.5535714286rem + 13.3928571429vw, 7.5rem);
  }
}

.p-header.scrolled {
  background: rgba(165, 147, 102, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__inner {
  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 (min-width: 768px) {
  .p-header__inner {
    padding-block: 12px;
  }
}

.p-header__logo {
  width: 199.784px;
  aspect-ratio: 199.78/32;
}
@media (min-width: 768px) {
  .p-header__logo {
    width: clamp(10rem, 4.9285714286rem + 10.5654761905vw, 14.4375rem);
  }
}

.p-header__contact--sp {
  width: 118px;
}

.p-header__contact--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.p-header__contact-link.--pc {
  width: clamp(12.5rem, 4.5rem + 16.6666666667vw, 19.5rem);
  border-radius: 2px;
  background: #09c656;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__contact-link.--pc:hover {
    opacity: 0.7;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 17px;
  right: 20px;
  width: 24px;
  height: 16px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #b6e7f3;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-footer {
  padding-block: 69px;
  background: #A59366;
}

.p-footer__logo {
  width: 231px;
  margin-inline: auto;
  display: block;
}

.p-footer__copyright {
  margin-top: 40px;
  font-size: 13px;
  color: var(--ffffff, #fff);
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.52px;
  text-align: center;
}

.p-mv {
  position: relative;
}

.p-mv__text-wrap {
  position: absolute;
  bottom: 100px;
  width: 89.3%;
}
@media screen and (max-width: 767px) {
  .p-mv__text-wrap {
    left: 50%;
    top: 120px;
    translate: -50%;
  }
}
@media (min-width: 768px) {
  .p-mv__text-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 48px;
    left: clamp(3.75rem, -0.5357142857rem + 8.9285714286vw, 7.5rem);
  }
}

.p-mv__text {
  color: var(--ffffff, #fff);
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.59), 0 4px 13px rgba(0, 0, 0, 0.25);
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 39.6px */
  letter-spacing: -0.22px;
}
.p-mv__text.--2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 13px rgba(0, 0, 0, 0.64);
}
.p-mv__text.--3 {
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 4px 13px rgba(0, 0, 0, 0.25);
}
.p-mv__text.--4 {
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25), 0px 4px 10px rgba(0, 0, 0, 0.25), 0px 4px 13px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .p-mv__text {
    font-size: clamp(1.75rem, 0.3214285714rem + 2.9761904762vw, 3rem);
    line-height: 160%;
  }
}

.p-mv__cta-wrap {
  position: fixed;
  left: 50%;
  translate: -50%;
  bottom: 0;
  z-index: 1000;
  width: 312px;
}

.p-cta {
  padding-block: 64px;
}
@media (min-width: 768px) {
  .p-cta {
    padding-block: 80px;
  }
}

.p-cta__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.8px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__title {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
    font-weight: 700;
    letter-spacing: 1.12px;
    line-height: 36px;
  }
}
.p-cta__title::before {
  content: "";
  position: absolute;
  background: url(../img/icon-hukidasi-sp.png) no-repeat center center/contain;
  width: 267px;
  height: 41px;
  left: 50%;
  translate: -50%;
  bottom: -32px;
}
@media (min-width: 768px) {
  .p-cta__title::before {
    background: url(../img/icon-hukidashi-pc.png) no-repeat center center/contain;
    width: clamp(37.5rem, 28.1428571429rem + 19.494047619vw, 45.6875rem);
    height: clamp(2.5625rem, 1.8482142857rem + 1.4880952381vw, 3.1875rem);
    bottom: -50px;
  }
}

.p-cta__link-wrap {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .p-cta__link-wrap {
    margin-top: 83px;
    max-width: 800px;
    margin-inline: auto;
  }
}

.p-cta__link {
  -webkit-box-shadow: 1.715px 2.572px 6.431px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1.715px 2.572px 6.431px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-cta__link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .p-cta__link {
    -webkit-box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, 0.25);
  }
}

.p-custom {
  padding-top: 64px;
  padding-bottom: 95px;
  background: #fbfbfb;
  position: relative;
}
.p-custom::before {
  content: "CUSTOM MADE";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--f-6-f-1-e-9, #f6f1e9);
  font-family: "Cormorant Garamond", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%; /* 88px */
  letter-spacing: 3.52px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (min-width: 768px) {
  .p-custom::before {
    font-size: clamp(5rem, 2.1428571429rem + 5.9523809524vw, 7.5rem);
    letter-spacing: 4px;
  }
}
@media (min-width: 768px) {
  .p-custom {
    padding-top: 48px;
    padding-bottom: 88px;
  }
}

.p-custom__title {
  font-family: "Shippori Mincho", serif;
  color: #A59366;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p-custom__title.--s {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 41.6px */
  letter-spacing: 1.04px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .p-custom__title.--s {
    font-size: clamp(1.625rem, 0.0535714286rem + 3.2738095238vw, 3rem);
    letter-spacing: 1.92px;
  }
}
.p-custom__title.--s::before {
  content: "";
  position: absolute;
  background: url(../img/dash-line.png) no-repeat center center/contain;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
}
@media (min-width: 768px) {
  .p-custom__title.--s::before {
    background: url(../img/dash-line-long.png) repeat center center/contain;
    bottom: -4px;
  }
}
.p-custom__title.--l {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .p-custom__title.--l {
    font-size: clamp(2rem, -0.2857142857rem + 4.7619047619vw, 4rem);
  }
}
.p-custom__title.--l::before {
  content: "";
  position: absolute;
  background: url(../img/dash-line-long.png) no-repeat center center/contain;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
}
@media (min-width: 768px) {
  .p-custom__title.--l::before {
    background: url(../img/dash-line-long.png) repeat center center/contain;
    bottom: -4px;
  }
}

.p-custom__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: clamp(2.5rem, -3.2142857143rem + 11.9047619048vw, 7.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, -0.2857142857rem + 4.7619047619vw, 4rem);
}

.p-custom__title-image {
  width: 31.21%;
}

.p-custom__title-wrap {
  width: 62.18%;
  margin-top: 16px;
}

.p-custom__text {
  margin-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
@media (min-width: 768px) {
  .p-custom__text {
    font-size: clamp(1rem, 0.5714285714rem + 0.8928571429vw, 1.375rem);
  }
}

.p-custom__items {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .p-custom__items {
    margin-top: 66px;
  }
}

.p-custom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-custom__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-custom__item.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .p-custom-item__image {
    width: 84.25%;
  }
  .p-custom-item__image.--reverse {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  .p-custom-item__image {
    width: 29.2%;
  }
}

@media (min-width: 768px) {
  .p-custom-item__body {
    width: 66.6%;
  }
}

.p-custom-item__number {
  font-family: "Cormorant Garamond", serif;
  color: #A59366;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: 0.96px;
  position: relative;
}
.p-custom-item__number::before {
  content: "";
  position: absolute;
  background: #A59366;
  width: 27.55px;
  height: 1px;
  bottom: -10px;
  left: 0;
}
@media (min-width: 768px) {
  .p-custom-item__number::before {
    width: 64.257px;
  }
}
.p-custom-item__number span {
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 3.2px;
}

.p-custom-item__title {
  margin-top: 26px;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
}

.p-custom-item__text {
  margin-top: 8px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
@media (min-width: 768px) {
  .p-custom-item__text {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

.p-custom-item__voice-wrap {
  margin-top: 25px;
  padding-block: 24px;
  padding-inline: 12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid var(--a-59366, #a59366);
  background: var(--ffffff, #fff);
}
.p-custom-item__voice-wrap.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .p-custom-item__voice-wrap {
    margin-top: 24px;
    padding-inline: 23.5px;
  }
}

.p-custom-item__voice-image {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-custom-item__voice-text {
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-philosophy {
  padding-block: 64px;
  position: relative;
  background: #f9f8f8;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-philosophy {
    padding-top: 96px;
    padding-bottom: 70px;
  }
}
.p-philosophy::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 32%;
  height: 889px;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .p-philosophy::before {
    width: 16.6%;
  }
}
.p-philosophy::after {
  content: "OUR PHILOSOPHY";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%; /* 88px */
  letter-spacing: 3.52px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-philosophy::after {
    font-size: clamp(5rem, 3.8571428571rem + 2.380952381vw, 6rem);
    letter-spacing: 4px;
  }
}

.p-philosophy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-philosophy__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .p-philosophy__title::before {
    content: "";
    position: absolute;
    background: url(../img/dash-line.png) repeat center center/contain;
    width: 100%;
    height: 1px;
    bottom: -8px;
    left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-philosophy__title::before {
    background: url(../img/dash-line-long.png) repeat center center/contain;
    bottom: -4px;
  }
}
.p-philosophy__title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-philosophy__title span::before {
    content: "";
    position: absolute;
    background: url(../img/dash-line.png) repeat center center/contain;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-philosophy__title span::before {
    background: url(../img/dash-line-long.png) repeat center center/contain;
    bottom: -4px;
  }
}

.p-philosophy__text {
  margin-top: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
@media (min-width: 768px) {
  .p-philosophy__text {
    margin-top: 24px;
    font-size: clamp(1rem, 0.5714285714rem + 0.8928571429vw, 1.375rem);
  }
}

.p-philosophy__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .p-philosophy__items {
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(1.875rem, -2.0892857143rem + 8.2589285714vw, 5.34375rem);
  }
}

@media (min-width: 768px) {
  .p-philosophy__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-philosophy__item:nth-child(2) {
    margin-top: 40px;
  }
  .p-philosophy__item:nth-child(3) {
    margin-top: 80px;
  }
}

.p-philosophy-item__number {
  color: #A59366;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 24px */
  letter-spacing: 0.96px;
}
.p-philosophy-item__number span {
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 2.24px;
}

.p-philosophy-item__title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
}

.p-philosophy-item__text {
  margin-top: 8px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}

.p-voice {
  padding-bottom: 64px;
  background: var(--f-6-f-1-e-9, #f6f1e9);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-voice {
    padding-bottom: 100px;
  }
}
.p-voice::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 32%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-voice::before {
    width: 16.6%;
    background: #f9f8f8;
  }
}
.p-voice::after {
  content: "OWNER'S VOICE";
  position: absolute;
  top: 63px;
  right: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%; /* 88px */
  letter-spacing: 3.52px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-voice::after {
    font-size: clamp(5rem, 2.1428571429rem + 5.9523809524vw, 7.5rem);
    letter-spacing: 4px;
  }
}

.p-voice__image-wrap-wrap {
  max-width: 480px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-voice__image-wrap-wrap {
    max-width: 100%;
    padding-inline: clamp(3.75rem, -0.5357142857rem + 8.9285714286vw, 7.5rem);
  }
}

.p-voice__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-voice__inner {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .p-voice__inner {
    padding-top: 96px;
  }
}

.p-voice__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .p-voice__title .p-voice__title-sp-line {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .p-voice__title .p-voice__title-sp-line::before {
    content: "";
    position: absolute;
    background: url(../img/dash-line.png) repeat center center/contain;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-voice__title .p-voice__title-sp-line::before {
    background: url(../img/dash-line-long.png) repeat center center/contain;
    bottom: -4px;
  }
}
@media (min-width: 768px) {
  .p-voice__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-voice__title--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .p-voice__title--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    position: relative;
  }
  .p-voice__title--top::before {
    content: "";
    position: absolute;
    background: url(../img/dash-line-long.png) repeat center center/contain;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
  }
}

.p-voice__title--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .p-voice__title--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    position: relative;
  }
  .p-voice__title--bottom::before {
    content: "";
    position: absolute;
    background: url(../img/dash-line-long.png) repeat center center/contain;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
  }
}

.p-voice__text-wrap {
  margin-top: 68px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-voice__text-wrap {
    margin-top: 64px;
  }
}

.p-voice__text {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 0.8px;
}
@media (min-width: 768px) {
  .p-voice__text {
    font-size: 22px;
  }
}
.p-voice__text span {
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-voice__text span::before {
  content: "";
  position: absolute;
  background: rgba(165, 147, 102, 0.3);
  width: 100%;
  height: 7px;
  bottom: 7px;
  left: 0;
  z-index: -1;
}

.p-voice__user-items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-voice__user-items {
    margin-top: 45px;
    padding-inline: clamp(1.25rem, -2.6785714286rem + 8.1845238095vw, 4.6875rem);
    gap: clamp(3.75rem, 1.9642857143rem + 3.7202380952vw, 5.3125rem);
  }
}

.p-voice__user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-voice__user-item.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .p-voice__user-item {
    gap: 44px;
  }
}

.p-voice-user-item__image {
  width: 76px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-voice-user-item__image {
    width: clamp(6.25rem, 4.4642857143rem + 3.7202380952vw, 7.8125rem);
  }
}

.p-voice-user-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding-block: 24px;
  padding-inline: 12px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
  position: relative;
}
@media (min-width: 768px) {
  .p-voice-user-item__body {
    padding: 24px;
  }
}
.p-voice-user-item__body::before {
  content: "";
  position: absolute;
  background: url(../img/icon-hukidashi-ashirai.png) no-repeat center center/contain;
  width: 8px;
  height: 30px;
  top: 50%;
  translate: 0 -50%;
  left: -8px;
}
@media (min-width: 768px) {
  .p-voice-user-item__body::before {
    width: 20px;
    height: 43px;
    left: -20px;
    background: url(../img/icon-hukidashi-left-pc.png) no-repeat center center/contain;
  }
}
.p-voice-user-item__body.--reverse::before {
  content: "";
  position: absolute;
  background: url(../img/icon-hukidashi-right.png) no-repeat center center/contain;
  width: 8px;
  height: 30px;
  top: 50%;
  translate: 0 -50%;
  right: -8px;
  left: unset;
}
@media (min-width: 768px) {
  .p-voice-user-item__body.--reverse::before {
    width: 20px;
    height: 43px;
    right: -20px;
    background: url(../img/icon-hukidashi-right-pc.png) no-repeat center center/contain;
  }
}

.p-voice-user-item__text {
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
@media (min-width: 768px) {
  .p-voice-user-item__text {
    font-size: 18px;
  }
}

.p-voice__content {
  margin-top: 96px;
}
.p-voice__content-title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #A59366;
  font-size: 22px;
  font-weight: 500;
  line-height: 180%; /* 35.2px */
  letter-spacing: 0.8px;
}
@media (min-width: 768px) {
  .p-voice__content-title {
    font-size: clamp(1.625rem, 1.1964285714rem + 0.8928571429vw, 2rem);
    letter-spacing: 1.28px;
  }
}
.p-voice__content-title span {
  font-size: 28px;
  letter-spacing: 1.12px;
}
@media (min-width: 768px) {
  .p-voice__content-title span {
    font-size: 56px;
    letter-spacing: 2.24px;
  }
}

.p-voice__content-items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-voice__content-items {
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
    row-gap: clamp(3.75rem, -0.75rem + 9.375vw, 7.6875rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-voice__content-item {
  background: #fff;
  padding-inline: 16px;
  padding-block: 32px;
  border-top: 1px solid var(--a-59366, #a59366);
  border-bottom: 1px solid var(--a-59366, #a59366);
}
@media (min-width: 768px) {
  .p-voice__content-item {
    width: calc(50% - 20px);
  }
  .p-voice__content-item:nth-child(2), .p-voice__content-item:nth-child(4) {
    -webkit-transform: translateY(126px);
            transform: translateY(126px);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-voice__content-item:nth-child(2), .p-voice__content-item:nth-child(4) {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

.p-voice-content-item__number {
  font-family: "Cormorant Garamond", serif;
  color: #A59366;
  font-size: 56px;
  font-weight: 300;
  line-height: 100%; /* 56px */
  letter-spacing: 2.24px;
}

.p-voice-content-item__title {
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 160%; /* 41.6px */
  letter-spacing: 1.04px;
}
@media (min-width: 768px) {
  .p-voice-content-item__title {
    height: 101px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(1.4375rem, 0.7946428571rem + 1.3392857143vw, 2rem);
    letter-spacing: 1.28px;
  }
}

.p-voice-content-item__text {
  font-family: "Shippori Mincho", serif;
  margin-top: 12px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.12px;
}

.p-voice__user-items--bottom {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .p-voice__user-items--bottom {
    margin-top: 190px;
  }
}

.p-comfortable {
  padding-bottom: 40px;
  background: #f9f8f8;
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .p-comfortable {
    padding-bottom: 64px;
  }
}
.p-comfortable::after {
  content: "COMFORTABLE";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%; /* 88px */
  letter-spacing: 3.52px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-comfortable::after {
    font-size: clamp(5rem, 2.1428571429rem + 5.9523809524vw, 7.5rem);
    letter-spacing: 4px;
  }
}
.p-comfortable::before {
  content: "";
  position: absolute;
  background: url(../img/confortabl-bg-sp.png) no-repeat top center/contain;
  top: 300px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-comfortable::before {
    background: url(../img/confortabl-bg-pc.png) no-repeat top center/contain;
    top: 350px;
    height: 34%;
  }
}

.p-comfortable__top {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
  position: relative;
  z-index: 30;
}
@media (min-width: 768px) {
  .p-comfortable__top {
    padding-top: 96px;
  }
}

.p-comfortable__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.p-comfortable__title::before {
  content: "";
  position: absolute;
  background: url(../img/dash-line.png) repeat center center/contain;
  width: 100%;
  height: 1px;
  bottom: -4px;
  left: 0;
}
@media (min-width: 768px) {
  .p-comfortable__title::before {
    background: url(../img/dash-line-long.png) repeat center center/contain;
    bottom: -4px;
  }
}

.p-comfortable__text {
  margin-top: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
@media (min-width: 768px) {
  .p-comfortable__text {
    margin-top: 24px;
    font-size: clamp(1.125rem, 0.8392857143rem + 0.5952380952vw, 1.375rem);
    letter-spacing: 0.88px;
  }
  .p-comfortable__text span {
    position: relative;
  }
  .p-comfortable__text span::before {
    content: "";
    position: absolute;
    background: rgba(165, 147, 102, 0.3);
    width: 100%;
    height: 13px;
    bottom: 0;
  }
}

.p-comfortable__middle {
  width: 100%;
  position: relative;
  z-index: 30;
}

.p-comfortable__inner {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .p-comfortable__inner {
    padding-top: 35px;
  }
}

.p-comfortable__middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-comfortable__middle-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .p-comfortable__middle-body {
    width: 49.5%;
  }
}

.p-comfortable__middle-title {
  font-family: "Shippori Mincho", serif;
  color: #A59366;
  font-size: 22px;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.88px;
}
@media (min-width: 768px) {
  .p-comfortable__middle-title {
    font-size: clamp(1.75rem, 0.8928571429rem + 1.7857142857vw, 2.5rem);
    letter-spacing: 1.6px;
  }
}

.p-comfortable__middle-title-sub {
  margin-top: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
}

.p-comfortable__middle-text {
  margin-top: 24px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}

@media (min-width: 768px) {
  .p-comfortable__middle-image-area {
    width: 45.8%;
  }
}

.p-comfortable__middle-image-text {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
}

.p-comfortable__bottom {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-comfortable__bottom {
    margin-top: 64px;
  }
}

.p-comfortable__bottom-title {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 41.6px */
  letter-spacing: 1.04px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-title {
    font-size: clamp(1.625rem, 1.1964285714rem + 0.8928571429vw, 2rem);
    letter-spacing: 1.28px;
  }
}

.p-comfortable__bottom-items {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 16px;
    padding-inline: clamp(2.5rem, -3.2142857143rem + 11.9047619048vw, 7.5rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-comfortable__bottom-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
}
.p-comfortable__bottom-items::before {
  content: "";
  position: absolute;
  background: url(../img/icon-hukidasi-sp.png) no-repeat center center/contain;
  width: 90%;
  height: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -80px;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-items::before {
    background: url(../img/icon-hukidashi-pc.png) no-repeat center center/contain;
    width: clamp(31.25rem, 8.3928571429rem + 47.619047619vw, 51.25rem);
    height: 100%;
    bottom: -206px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-comfortable__bottom-items::before {
    bottom: -280px;
  }
}

.p-comfortable__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid var(--a-59366, #a59366);
  background: var(--ffffff, #fff);
  -webkit-box-shadow: 0px 6px 20px 0px rgba(165, 147, 102, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(165, 147, 102, 0.2);
  padding-block: 24px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-item {
    padding-inline: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-comfortable__bottom-item.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-comfortable__bottom-item-image {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-comfortable__bottom-item-title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
}

.p-comfortable__bottom-item-text {
  margin-top: 8px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}

.p-comfortable__bottom-item-name {
  margin-top: 8px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}

.p-comfortable__bottom-text {
  font-family: "Shippori Mincho", serif;
  margin-top: 120px;
  text-align: center;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-text {
    margin-top: 151px;
    font-size: clamp(1.125rem, 0.8392857143rem + 0.5952380952vw, 1.375rem);
  }
}

.p-comfortable__bottom-lists {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-lists {
    max-width: 666px;
    margin-inline: auto;
  }
}

.p-comfortable__bottom-list {
  padding-left: 38px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    font-size: clamp(1.125rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
    padding-left: 40px;
  }
}
.p-comfortable__bottom-list::before {
  content: "";
  position: absolute;
  background: url(../img/icon-check.png) no-repeat center center/contain;
  width: 22px;
  height: 22px;
  left: 0;
  top: 6px;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-list::before {
    width: 24px;
    height: 24px;
    top: 50%;
    translate: 0 -50%;
  }
}
.p-comfortable__bottom-list span {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-comfortable__bottom-list span::before {
  content: "";
  position: absolute;
  background: rgba(165, 147, 102, 0.3);
  width: 100%;
  height: 13px;
  bottom: 0;
}

.p-comfortable__bottom-list-ashirai {
  position: relative;
}
.p-comfortable__bottom-list-ashirai::after {
  content: "";
  position: absolute;
  background: url(../img/icon-ashirai-tenntenn.png) no-repeat center center/contain;
  width: 9.059px;
  height: 20px;
  right: -8px;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-list-ashirai::after {
    width: 13px;
    height: 24px;
    right: -10px;
  }
}

.p-comfortable__bottom-text--l {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
}
@media (min-width: 768px) {
  .p-comfortable__bottom-text--l {
    font-size: clamp(1.125rem, 0.8392857143rem + 0.5952380952vw, 1.375rem);
  }
}

.p-comfortable__bottom-attention {
  text-align: center;
  margin-top: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}

.p-line {
  padding-top: 20px;
  padding-bottom: 64px;
  background: #f9f8f8;
}
@media (min-width: 768px) {
  .p-line {
    padding-top: 100px;
    padding-bottom: 88px;
  }
}

.p-line__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.72px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-line__title {
    font-size: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
  }
}
.p-line__title::before {
  content: "";
  position: absolute;
  background: url(../img/icon-kirakira.png) no-repeat center center/contain;
  width: 20px;
  height: 46px;
  top: -5px;
  left: -28px;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-line__title::before {
    width: 24px;
    height: 52px;
    top: 10px;
    left: -36px;
  }
}
.p-line__title::after {
  content: "";
  position: absolute;
  background: url(../img/icon-kirakira-2.png) no-repeat center center/contain;
  width: 20px;
  height: 46px;
  top: -5px;
  right: -28px;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-line__title::after {
    width: 24px;
    height: 52px;
    top: 10px;
    right: -32px;
  }
}

.p-line__title-l {
  font-size: 18px;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
}
@media (min-width: 768px) {
  .p-line__title-l {
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  }
}

.p-line__title-icon {
  width: 22.022px;
  height: 22.022px;
  margin-inline: 8px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .p-line__title-icon {
    width: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
    height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}

.p-line__title--sub {
  margin-top: 8px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 768px) {
  .p-line__title--sub {
    margin-top: 16px;
    font-size: clamp(1rem, 0.5714285714rem + 0.8928571429vw, 1.375rem);
    letter-spacing: 0.88px;
  }
}

.p-line__text {
  margin-top: 33px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
}
@media (min-width: 768px) {
  .p-line__text {
    margin-top: 64px;
    font-size: clamp(1rem, 0.5714285714rem + 0.8928571429vw, 1.375rem);
    letter-spacing: 0.88px;
  }
}

.p-line__content {
  position: relative;
  margin-top: 35.5px;
}
@media screen and (max-width: 767px) {
  .p-line__content {
    max-width: 320px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-line__content {
    margin-top: 64px;
  }
}

.p-line__hukidashi {
  width: 266px;
  height: 170px;
}
@media (min-width: 768px) {
  .p-line__hukidashi {
    width: 364px;
    height: 229px;
  }
}
.p-line__hukidashi.--1 {
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .p-line__hukidashi.--1 {
    width: clamp(17.5rem, 11.5rem + 12.5vw, 22.75rem);
    aspect-ratio: 364/229;
    margin-inline: auto;
  }
}
.p-line__hukidashi.--2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-line__hukidashi.--2 {
    width: clamp(16.25rem, 9.4677142857rem + 14.1297619048vw, 22.1845rem);
    aspect-ratio: 354.952/198.16;
    margin-top: 0;
    position: absolute;
    left: 76px;
  }
}
@media (min-width: 768px) and (min-width: 901px) and (max-width: 1024px) {
  .p-line__hukidashi.--2 {
    left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-line__hukidashi.--2 {
    left: -30px;
  }
}
.p-line__hukidashi.--3 {
  margin-top: 40px;
  margin-inline: auto 0;
}
@media (min-width: 768px) {
  .p-line__hukidashi.--3 {
    width: clamp(16.25rem, 9.4677142857rem + 14.1297619048vw, 22.1845rem);
    aspect-ratio: 354.952/227.581;
    margin-top: 0;
    position: absolute;
    right: 70px;
  }
}
@media (min-width: 768px) and (min-width: 901px) and (max-width: 1024px) {
  .p-line__hukidashi.--3 {
    right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-line__hukidashi.--3 {
    right: -30px;
  }
}

.p-line__user {
  margin-top: 33px;
  width: 104px;
}
@media (min-width: 768px) {
  .p-line__user {
    margin-inline: auto;
    width: 147px;
    margin-top: 80px;
  }
}

.p-line__answer-heading {
  margin-top: 33px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 160%; /* 35.2px */
  letter-spacing: 0.88px;
  text-align: center;
  padding-left: 38px;
  position: relative;
}
@media (min-width: 768px) {
  .p-line__answer-heading {
    margin-top: 23px;
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
    letter-spacing: 1.28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-left: 61px;
  }
}
.p-line__answer-heading::before {
  content: "";
  position: absolute;
  background: url(../img/icon-light.png) no-repeat center center/contain;
  width: 30px;
  height: 32.996px;
  top: 50%;
  translate: 0 -50%;
  left: 16px;
}
@media (min-width: 768px) {
  .p-line__answer-heading::before {
    width: 52.999px;
    height: 58px;
    left: 0;
  }
}
.p-line__answer-heading::after {
  content: "";
  position: absolute;
  background: url(../img/icon-ashirai-tenntenn.png) no-repeat center center/contain;
  width: 14px;
  height: 24px;
  top: -12px;
  right: -1px;
}
@media (min-width: 768px) {
  .p-line__answer-heading::after {
    width: 0;
  }
}

.p-line__answer {
  margin-top: 22px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 36px; /* 225% */
  letter-spacing: 0.64px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-line__answer {
    margin-top: 58px;
    font-size: clamp(1.25rem, 0.3928571429rem + 1.7857142857vw, 2rem);
    letter-spacing: 1.28px;
  }
}
.p-line__answer::before {
  content: "";
  position: absolute;
  background: url(../img/icon-hukidasi-sp.png) no-repeat center center/contain;
  width: 327px;
  height: 73px;
  left: 50%;
  translate: -50%;
  bottom: -70px;
}
@media (min-width: 768px) {
  .p-line__answer::before {
    background: url(../img/icon-hukidashi-pc.png) no-repeat center center/contain;
    width: clamp(41.25rem, 20.8214285714rem + 42.5595238095vw, 59.125rem);
    height: 59px;
    left: 50%;
    translate: -50%;
    bottom: -48px;
  }
}
.p-line__answer span {
  color: #A59366;
  font-size: 18px;
  line-height: 36px; /* 200% */
  letter-spacing: 0.72px;
  padding-block: 4px;
  border: 1px solid #A59366;
  background: var(--ffffff, #fff);
}
@media (min-width: 768px) {
  .p-line__answer span {
    font-size: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
    padding-block: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  }
}
.p-line__answer .p-line__answer-span-1 {
  margin-right: 8px;
}
.p-line__answer .p-line__answer-span-2 {
  padding-inline: 8px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .p-line__answer .p-line__answer-span-2 {
    padding-inline: 16px;
    position: relative;
  }
  .p-line__answer .p-line__answer-span-2::after {
    content: "";
    position: absolute;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-line__answer .p-line__answer-span-2::after {
    background: url(../img/icon-ashirai-tenntenn.png) no-repeat center center/contain;
    width: 23.999px;
    height: 37px;
    top: -18px;
    right: -36px;
  }
}

.p-line__cta-wrap {
  margin-top: 76px;
}
@media (min-width: 768px) {
  .p-line__cta-wrap {
    margin-top: 82px;
    text-align: center;
  }
}

.p-line__cta-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-box-shadow: 1.715px 2.572px 6.431px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1.715px 2.572px 6.431px 0px rgba(0, 0, 0, 0.25);
}
@media (any-hover: hover) {
  .p-line__cta-link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .p-line__cta-link {
    max-width: 800px;
  }
}

.p-qa {
  padding-top: 64px;
  padding-bottom: 93px;
  position: relative;
}
@media (min-width: 768px) {
  .p-qa {
    padding-top: 96px;
    padding-bottom: 137px;
  }
}
.p-qa::before {
  content: "FAQ";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--f-6-f-1-e-9, #f6f1e9);
  font-family: "Cormorant Garamond", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%; /* 88px */
  letter-spacing: 3.52px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (min-width: 768px) {
  .p-qa::before {
    font-size: clamp(5rem, 2.1428571429rem + 5.9523809524vw, 7.5rem);
    letter-spacing: 4px;
  }
}

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

.p-qa__content {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-qa__content {
    margin-top: 64px;
  }
}

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

.faq__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: 32px;
}

.faq__item {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
}

.faq__question {
  padding-block: 20px 24px;
  position: relative;
  padding-left: 16px;
  border-radius: 10px;
  background: var(--f-6-f-1-e-9, #f6f1e9);
  width: 100%;
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #5a5758;
}
.faq__question::before {
  right: 20px;
  width: 20px;
  height: 2px;
}
@media (min-width: 768px) {
  .faq__question::before {
    right: 24px;
  }
}
.faq__question::after {
  right: 29px;
  width: 2px;
  height: 20px;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media (min-width: 768px) {
  .faq__question::after {
    right: 33px;
  }
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}

details[open] .faq__question::after {
  rotate: 90deg;
}

.faq__question-text {
  list-style: none;
  position: relative;
  padding-inline: 60px 50px;
}
.faq__question-text::before {
  content: "";
  position: absolute;
  background: url(../img/icon-q.png) no-repeat center center/contain;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 36px;
  height: 36px;
}

.faq__answer {
  background: #fff;
  padding-left: 16px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .faq__answer {
    padding-top: 24px;
  }
}

.faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 60px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
.faq__answer-text::before {
  content: "";
  position: absolute;
  background: url(../img/icon-a.png) no-repeat center center/contain;
  top: 6px;
  left: 0;
  width: 36px;
  height: 36px;
}

.faq__answer-link {
  display: inline-block;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 768px) {
  .faq__answer-link {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .faq__answer-link:hover {
    opacity: 0.7;
  }
}

.p-contact {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f6f1e9;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-contact {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.p-contact::after {
  content: "CONTACT";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%; /* 88px */
  letter-spacing: 3.52px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-contact::after {
    font-size: clamp(5rem, 3.8571428571rem + 2.380952381vw, 6rem);
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__title {
    max-width: 300px;
    margin-inline: auto;
    letter-spacing: 1.04px;
  }
}
@media (min-width: 768px) {
  .p-contact__title {
    text-align: center;
  }
}

.p-contact__text {
  margin-top: 8px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__text {
    font-size: clamp(1.125rem, 0.8392857143rem + 0.5952380952vw, 1.375rem);
    letter-spacing: 0.88px;
  }
}

.pp-contact__cta-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .pp-contact__cta-wrap {
    margin-top: clamp(2.5rem, 0.7857142857rem + 3.5714285714vw, 4rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .pp-contact__cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .p-contact__cta-link {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 480px;
    aspect-ratio: 12/5;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .p-contact__cta-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/contact-cta-image-1-pc.jpg) no-repeat center center/cover;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.3s ease;
    transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    z-index: 0;
  }
  .p-contact__cta-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  .p-contact__cta-link.--2::before {
    background: url(../img/contact-cta-image-2-pc.jpg) no-repeat center center/cover;
  }
  .p-contact__cta-link .p-contact__cta-link-text,
  .p-contact__cta-link .p-contact__cta-link-text-main {
    position: relative;
    z-index: 2;
  }
  .p-contact__cta-link .p-contact__cta-link-text {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
  }
  .p-contact__cta-link .p-contact__cta-link-text span {
    width: 20px;
    height: 20px;
  }
  .p-contact__cta-link .p-contact__cta-link-text-main {
    color: #fff;
    font-size: 24px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.96px;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .p-contact__cta-link:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-contact__cta-link:hover::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .p-contact__cta-link-icon {
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 80px;
    left: 21px;
    bottom: 12px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1300px) {
  .p-contact__cta-link-icon {
    width: 68px;
    height: 68px;
  }
}

@media (min-width: 768px) {
  .p-contact__cta-link-allow {
    position: absolute;
    width: 54px;
    height: 6px;
    right: 16px;
    bottom: 24px;
    z-index: 2;
  }
}

.p-contact__attention {
  margin-top: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__attention {
    margin-top: 40px;
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  }
}

.p-contact__tel {
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 41.6px */
  letter-spacing: 1.3px;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .p-contact__tel {
    font-size: clamp(1.625rem, 1.1964285714rem + 0.8928571429vw, 2rem);
    pointer-events: none;
    cursor: default;
  }
  .p-contact__tel:hover {
    text-decoration: none;
    color: inherit;
  }
  .p-contact__tel::before {
    opacity: 0.6;
  }
}
.p-contact__tel::before {
  content: "";
  position: absolute;
  background: url(../img/icon-tel.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-contact__tel::before {
    width: 30px;
    height: 30px;
  }
}

.p-contact__info {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.6px;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Shippori Mincho", serif;
}
.u-font__en {
  font-family: "Cormorant Garamond", serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}