html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 95%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .sp-only {
    display: block;
  }
}

.container {
  max-width: 375px;
  margin: 0 auto;
  width: 100%;
  border-left: 1px solid #5D5348;
  border-right: 1px solid #5D5348;
  background: #F7F3EE;
}

.head {
  position: relative;
  z-index: 1;
}

.head-btn {
  position: absolute;
  height: min(60px, 16vw);
  display: flex;
  align-items: center;
  right: min(15px, 4vw);
  gap: min(10px, 2.6666666667vw);
}
.head-btn a {
  padding: min(5.5px, 1.4666666667vw) min(20px, 5.3333333333vw);
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: min(16px, 4.2666666667vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.head-btn .head-btn__shop {
  border-radius: 5px;
  background: rgba(18, 87, 46, 0.7);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.head-btn .head-btn__booking {
  border-radius: 5px;
  background: #E07A5F;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.mv {
  position: relative;
}
.mv .mv-btn {
  position: absolute;
  bottom: min(18px, 4.8vw);
  width: min(341px, 90.9333333333vw);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.coupon {
  position: relative;
  background: #d1d9b1;
  min-height: min(320px, 85.3333333333vw);
  padding: min(28px, 7.4666666667vw) min(24px, 6.4vw) min(32px, 8.5333333333vw);
  overflow: visible;
}

.coupon__ribbon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: min(142px, 37.8666666667vw);
  height: min(100px, 26.6666666667vw);
  pointer-events: none;
}

.coupon__ribbon-shape {
  width: 100%;
  height: 100%;
}
.coupon__ribbon-shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coupon__ribbon-word {
  position: absolute;
  left: min(50.14px, 13.3706666667vw);
  top: max(-9px, -2.4vw);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(102.275px, 27.2733333333vw);
  height: min(93.924px, 25.0464vw);
  transform: translateX(-50%);
}

.coupon__ribbon-label {
  margin: 0;
  font-family: "Mrs Saint Delafield", cursive;
  font-size: min(48px, 12.8vw);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transform: rotate(-37.29deg);
}

.coupon__card {
  position: relative;
  z-index: 1;
  width: min(327px, 87.2vw);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 min(4px, 1.0666666667vw) min(20px, 5.3333333333vw) rgba(0, 0, 0, 0.25);
}

.coupon__card-border {
  position: absolute;
  left: min(10px, 2.6666666667vw);
  top: min(11px, 2.9333333333vw);
  width: min(307px, 81.8666666667vw);
  height: min(275px, 73.3333333333vw);
  border: 1px solid rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  pointer-events: none;
}

.coupon__card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(30px, 8vw) 0 min(28px, 7.4666666667vw);
}

.coupon__badge {
  width: 100%;
  max-width: min(238px, 63.4666666667vw);
  background: #12572e;
  padding: min(5px, 1.3333333333vw) min(25px, 6.6666666667vw);
  box-sizing: border-box;
}

.coupon__badge-text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-align: center;
  letter-spacing: min(0.8px, 0.2133333333vw);
}

.coupon__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.coupon__discount {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(4px, 1.0666666667vw);
  max-width: min(238px, 63.4666666667vw);
  max-width: min(238px, 63.4666666667vw);
}

.coupon__discount-head {
  flex-shrink: 0;
}

.coupon__discount-head-line {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(36px, 9.6vw);
  font-weight: 500;
  line-height: 1.2;
  color: #5d5348;
}

.coupon__discount-num {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: min(96px, 25.6vw);
  font-weight: 500;
  line-height: 1;
  color: #e07a5f;
}

.coupon__discount-suffix {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  line-height: 1;
  color: #5d5348;
}

.coupon__discount-percent {
  font-family: "Montserrat", sans-serif;
  font-size: min(50.902px, 13.5738666667vw);
  font-weight: 500;
}

.coupon__discount-off {
  font-family: "Montserrat", sans-serif;
  font-size: min(22px, 5.8666666667vw);
  font-weight: 400;
}

.coupon__divider {
  width: 100%;
  padding: 0;
  border-top: 1px dashed #5d5348;
  border-bottom: 1px dashed #5d5348;
  box-sizing: border-box;
  max-width: min(238px, 63.4666666667vw);
}

.coupon__divider-text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 500;
  line-height: normal;
  color: #5d5348;
  text-align: center;
  letter-spacing: min(1px, 0.2666666667vw);
}

.coupon__note {
  text-align: center;
  margin-top: min(6px, 1.6vw);
}

.coupon__note p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 400;
  line-height: 1.4;
  color: #5d5348;
}

.message {
  position: relative;
  width: 100%;
  min-height: min(703px, 187.4666666667vw);
  padding-bottom: min(24px, 6.4vw);
  overflow: visible;
  background: #F4F1EC;
  z-index: 0;
}

.message__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.message__bg-img {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}

.message__bg-img--top {
  top: 0;
  height: min(216px, 57.6vw);
}

.message__bg-img--bottom {
  top: min(216px, 57.6vw);
  height: min(487px, 129.8666666667vw);
}

.message__stage {
  position: relative;
  z-index: 1;
  min-height: min(703px, 187.4666666667vw);
  overflow: visible;
}

.message__stage-leaf {
  width: min(78px, 20.8vw);
  position: absolute;
  top: min(124px, 33.0666666667vw);
}

.message__intro {
  position: absolute;
  top: min(40px, 10.6666666667vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(243px, 64.8vw);
  z-index: 3;
}

.message__intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(3px, 0.8vw);
}

.message__catch {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 500;
  line-height: normal;
  color: #fff;
  text-align: center;
}

.message__catch-line {
  display: block;
  width: min(139px, 37.0666666667vw);
  height: min(9px, 2.4vw);
}

.message__lead {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(25.372px, 6.7658666667vw);
  font-weight: 500;
  line-height: normal;
  color: #fff;
  text-align: center;
}

.message__emphasis {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-align: center;
}

.message__photo {
  position: absolute;
  top: min(225px, 60vw);
  left: min(81px, 21.6vw);
  width: min(214px, 57.0666666667vw);
  height: min(214px, 57.0666666667vw);
  z-index: 3;
}

.message__photo-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.message__photo-ring {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.message__photo-ring img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.message__bubble {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(10px, 2.6666666667vw);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  box-shadow: 0 min(4px, 1.0666666667vw) min(14px, 3.7333333333vw) rgba(0, 0, 0, 0.08);
  z-index: 4;
}

.message__bubble-inner {
  text-align: center;
}

.message__bubble-line {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}

.message__bubble-accent {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.4;
  color: #12572e;
}

.message__bubble-line--mixed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: min(2px, 0.5333333333vw);
}

.message__bubble-muted {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  color: #333;
}

.message__bubble-accent--lg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  color: #12572e;
}

.message__bubble--1 {
  top: min(247px, 65.8666666667vw);
  left: min(12px, 3.2vw);
  width: min(202px, 53.8666666667vw);
  min-height: min(63px, 16.8vw);
}

.message__bubble--2 {
  top: min(338px, 90.1333333333vw);
  left: min(132px, 35.2vw);
  width: min(218px, 58.1333333333vw);
  min-height: min(63px, 16.8vw);
  padding: 0 min(8px, 2.1333333333vw);
}

.message__bubble--3 {
  top: min(429px, 114.4vw);
  left: min(16px, 4.2666666667vw);
  width: min(194px, 51.7333333333vw);
  min-height: min(63px, 16.8vw);
}

.message__solution {
  position: absolute;
  left: 0;
  top: min(456px, 121.6vw);
  width: 100%;
  bottom: auto;
  height: min(191px, 50.9333333333vw);
  overflow: visible;
  isolation: isolate;
}

.message__solution-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: min(374px, 99.7333333333vw);
  max-width: 100%;
  height: min(191px, 50.9333333333vw);
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
}
.message__solution-visual img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.message__icon-slot {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 6;
  pointer-events: none;
  line-height: 0;
}
.message__icon-slot img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.message__icon-slot--watch {
  top: max(-9px, -2.4vw);
  left: min(124px, 33.0666666667vw);
  width: min(34px, 9.0666666667vw);
  height: min(43px, 11.4666666667vw);
}

.message__icon-slot--phone {
  top: 0;
  left: min(204px, 54.4vw);
  width: min(39px, 10.4vw);
  height: min(45px, 12vw);
}

.message__icon-slot--chair {
  top: max(-56px, -14.9333333333vw);
  left: min(262px, 69.8666666667vw);
  width: min(88px, 23.4666666667vw);
  height: min(71px, 18.9333333333vw);
}

.message__solution-copy {
  position: absolute;
  top: min(44px, 11.7333333333vw);
  left: min(141px, 37.6vw);
  width: min(208px, 55.4666666667vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 2.6666666667vw);
  text-align: center;
  z-index: 7;
}

.message__lead-block {
  width: 100%;
}

.message__lead-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: min(4px, 1.0666666667vw);
  transform: rotate(-13deg);
}

.message__lead-word {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 600;
  line-height: normal;
  color: #b3916d;
}

.message__lead-underline {
  display: block;
  width: min(71px, 18.9333333333vw);
  height: auto;
}

.message__brand {
  width: 100%;
}

.message__brand-line {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(26px, 6.9333333333vw);
  font-weight: 700;
  line-height: normal;
  color: #5d5348;
}

.message__brand-line--accent {
  font-weight: 700;
}

.message__bubble-line.message__bubble-line--mixed {
  display: flex;
}

.reason {
  width: 100%;
  height: min(1242px, 331.2vw);
  background: url(../img/reason-bg.webp) no-repeat center center/cover;
  margin-top: max(-73px, -19.4666666667vw);
  position: relative;
  padding: min(67px, 17.8666666667vw) min(37px, 9.8666666667vw) min(29px, 7.7333333333vw);
}

.reason__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(25px, 6.6666666667vw);
  width: 100%;
}

.reason-gradient {
  background-image: linear-gradient(90deg, #42b270 0%, #12572e 35.096%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 min(2.25px, 0.6vw) min(5.625px, 1.5vw) rgb(255, 255, 255));
}
.reason-gradient span {
  -webkit-text-fill-color: transparent;
}

.reason__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(5px, 1.3333333333vw);
  width: 100%;
}

.reason__lead {
  margin: 0;
  text-align: center;
}

.reason__lead-main {
  white-space: nowrap;
}

.reason__lead-xl {
  font-family: "Noto Serif JP", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 600;
  line-height: 1;
}

.reason__lead-sm {
  font-family: "Noto Serif JP", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1;
}

.reason__title-stack {
  position: relative;
  width: min(292px, 77.8666666667vw);
  height: min(54px, 14.4vw);
}

.reason__title-deco {
  position: absolute;
  left: min(10px, 2.6666666667vw);
  top: min(24px, 6.4vw);
  width: min(288px, 76.8vw);
  height: min(34px, 9.0666666667vw);
  display: block;
}

.reason__main-title {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: max(-4px, -1.0666666667vw);
  white-space: nowrap;
}

.reason__main-fs40 {
  font-size: min(40px, 10.6666666667vw);
}

.reason__main-fs32 {
  font-size: min(32px, 8.5333333333vw);
}

.reason__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(20px, 5.3333333333vw);
  width: 100%;
}

.reason-card {
  width: min(300px, 80vw);
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: min(15px, 4vw);
  align-items: stretch;
  padding-bottom: min(10px, 2.6666666667vw);
}

.reason-card__figure {
  position: relative;
  height: min(176px, 46.9333333333vw);
  overflow: hidden;
}
.reason-card__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason-card__body {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
  padding: 0 min(15px, 4vw);
  width: 100%;
}

.reason-card__heading {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.4;
  color: #12572e;
}
.reason-card__heading p {
  margin: 0;
}

.reason-card__text-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.reason-card__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
  color: #5d5348;
  text-decoration: underline dotted #b3916d;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}

.pc-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 0;
  height: 100vh;
}
.pc-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-bg__mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.pc-bg__mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pc-bg__picture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: -1;
  height: 100vh;
}
.pc-bg__picture img {
  display: block;
}

.p_pc-bg-picture__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.65s ease;
}
.p_pc-bg-picture__item.is-active {
  opacity: 1;
  z-index: 1;
}
.p_pc-bg-picture__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .p_pc-bg-picture__item {
    transition: none;
  }
}
.p_leaves-home {
  position: relative;
  z-index: 2;
}

.p_pc-home-fixed {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.p_pc-home-fixed a {
  pointer-events: auto;
}

.p_pc-home-fixed__deco {
  position: absolute;
  pointer-events: none;
}
.p_pc-home-fixed__deco img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.p_pc-home-fixed__deco-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p_pc-home-fixed__deco--tl {
  left: 0;
  top: 0;
  width: 265px;
  height: 300px;
}

.p_pc-home-fixed__deco--tr {
  right: 0;
  top: 0;
  width: 293px;
  height: 216px;
}

.p_pc-home-fixed__deco--br {
  right: 0;
  bottom: 0;
  width: 145px;
  height: 171px;
}

.p_pc-home-fixed__brand {
  position: absolute;
  left: -0.18em;
  bottom: -0.17em;
  margin: 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(120px, 25.93vh, 286px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.7;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  pointer-events: none;
}

.p_pc-home-fixed__sidebar {
  position: absolute;
  left: 12.2666666667vw;
  top: clamp(120px, 30.86vh, 316px);
  bottom: clamp(24px, 5vh, 56px);
  width: min(245px, 17vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.p_pc-home-fixed__sidebar a {
  pointer-events: auto;
}
@media (max-width: 1000px) {
  .p_pc-home-fixed__sidebar {
    display: none;
  }
}

.p_pc-home-fixed__sidebar-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  width: 100%;
}

.p_pc-home-fixed__nav-rule {
  position: relative;
  width: 100%;
  height: 5px;
}

.p_pc-home-fixed__nav-rule-dot {
  position: absolute;
  top: 0;
  width: 5px;
  height: 5px;
}
.p_pc-home-fixed__nav-rule-dot img {
  display: block;
  width: 100%;
  height: 100%;
}
.p_pc-home-fixed__nav-rule-dot--start {
  left: 0;
}
.p_pc-home-fixed__nav-rule-dot--end {
  right: 0;
}

.p_pc-home-fixed__nav-rule-line {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 2px;
  background: #12572e;
  height: 1px;
  width: 98%;
}

.p_pc-home-fixed__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.05em;
  color: #12572e;
}
.p_pc-home-fixed__nav-list a {
  color: inherit;
  text-decoration: none;
}
.p_pc-home-fixed__nav-list a:hover {
  opacity: 0.75;
}

.p_pc-home-fixed__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.p_pc-home-fixed__company-name {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #12572e;
  text-align: center;
}

.p_pc-home-fixed__social {
  display: flex;
  gap: 4.31px;
  align-items: center;
  justify-content: center;
}

.p_pc-home-fixed__social-link {
  display: block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}
.p_pc-home-fixed__social-link img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}
.p_pc-home-fixed__social-link--fb {
  position: relative;
}
.p_pc-home-fixed__social-link--fb .p_pc-home-fixed__social-fb-img {
  position: absolute;
  display: block;
  object-fit: contain;
}
.p_pc-home-fixed__social-link--fb .p_pc-home-fixed__social-fb-img--a {
  inset: 0 0 2% 0;
  width: 100%;
  height: 100%;
}
.p_pc-home-fixed__social-link--fb .p_pc-home-fixed__social-fb-img--b {
  top: 19%;
  right: 28%;
  bottom: 0;
  left: 29%;
  width: auto;
  height: auto;
  max-width: 48%;
  max-height: 82%;
  margin: auto;
}
.p_pc-home-fixed__social-link--ig {
  overflow: hidden;
}

.p_pc-home-fixed__cta {
  position: absolute;
  right: clamp(16px, 3.33vw, 48px);
  bottom: clamp(16px, 4.79vh, 49px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: min(300px, 20.83vw);
  pointer-events: none;
}
.p_pc-home-fixed__cta a {
  pointer-events: auto;
}
@media (max-width: 1000px) {
  .p_pc-home-fixed__cta {
    display: none;
  }
}

.p_pc-home-fixed__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e07a5f;
  border-radius: 5px;
  box-shadow: 0 4px 0 #ad4e36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1.39vw, 20px);
  color: #e07a5f;
  text-decoration: none;
  opacity: 1;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.p_pc-home-fixed__cta-btn img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  object-fit: contain;
}
.p_pc-home-fixed__cta-btn:hover {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: 0 0 0 #ad4e36;
}
.p_pc-home-fixed__cta-btn:active {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: 0 0 0 #ad4e36;
}
.p_pc-home-fixed__cta-btn--maps {
  color: #e4856b;
  border-color: #e17e64;
}

.p_pc-home-fixed__cta-label {
  white-space: nowrap;
}

.p_b4a {
  background-color: #d9d9d9;
  padding: min(40px, 10.6666666667vw) min(27px, 7.2vw) min(19px, 5.0666666667vw);
}

.p_b4a__inner {
  max-width: min(329px, 87.7333333333vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(30px, 8vw);
}

.p_b4a__lead {
  margin: 0;
  text-align: center;
  color: #333;
}

.p_b4a__lead-line {
  margin: 0;
  line-height: 1.6;
}
.p_b4a__lead-line--note {
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
}
.p_b4a__lead-line--emph {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
}
.p_b4a__lead-line--body {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
}

.p_b4a__mid {
  display: flex;
  flex-direction: column;
  gap: min(15px, 4vw);
}

.p_b4a__compare-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
  width: 100%;
}

.p_b4a__compare-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(2px, 0.5333333333vw);
  flex-shrink: 0;
}

.p_b4a__compare-label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #000;
}
.p_b4a__compare-label--before {
  font-size: min(20px, 5.3333333333vw);
  width: 100%;
}
.p_b4a__compare-label--after {
  font-size: min(24px, 6.4vw);
  width: min-content;
}

.p_b4a__compare-photo {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.p_b4a__compare-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.p_b4a__compare-photo--before {
  width: min(130px, 34.6666666667vw);
  height: min(127px, 33.8666666667vw);
}
.p_b4a__compare-photo--after {
  width: min(150px, 40vw);
  height: min(147px, 39.2vw);
}

.p_b4a__compare-arrow {
  flex-shrink: 0;
  width: min(24px, 6.4vw);
  height: min(24px, 6.4vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_b4a__compare-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transform: rotate(90deg);
}

.p_b4a__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(20px, 5.3333333333vw);
  width: 100%;
}

.p_b4a__copy {
  margin: 0;
  text-align: center;
  color: #333;
}

.p_b4a__copy-line {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.6;
}

.p_b4a__badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(11px, 2.9333333333vw);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p_b4a__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: min(100px, 26.6666666667vw);
  height: min(100px, 26.6666666667vw);
  padding: min(37px, 9.8666666667vw) 0 min(38px, 10.1333333333vw);
  border-radius: 50%;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(18px, 4.8vw);
  line-height: 1.4;
  text-align: center;
  color: #000;
}

.p_style {
  background-color: #fff;
  padding: min(21px, 5.6vw) 0 min(40.44px, 10.784vw);
}

.p_style__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(30px, 8vw);
  width: 100%;
  margin: 0 auto;
}

.p_style__hero {
  position: relative;
  width: 100%;
  isolation: isolate;
  margin-bottom: 24.6px;
}

.p_style__hero-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.p_style__hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(5px, 1.3333333333vw);
  width: 100%;
  margin-top: min(5px, 1.3333333333vw);
  box-sizing: border-box;
  padding: 0 min(15px, 4vw);
}

.p_style__hero-note-title {
  margin: 0;
  align-self: stretch;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(18px, 4.8vw);
  line-height: normal;
  color: #333;
  white-space: nowrap;
}

.p_style__hero-note-body {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.4;
  color: #5d5348;
}

.p_style__leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: min(169px, 45.0666666667vw);
  z-index: 2;
  pointer-events: none;
}
.p_style__leaf img {
  display: block;
  width: 100%;
  height: auto;
}

.p_style__panels {
  display: flex;
  flex-direction: column;
  gap: min(15px, 4vw);
  width: 100%;
  margin: 0 auto;
  padding: 0 min(15px, 4vw);
  box-sizing: border-box;
}

.p_style__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f8f2e8;
  padding: min(20px, 5.3333333333vw) min(13px, 3.4666666667vw) min(12.4px, 3.3066666667vw);
}
.p_style__panel--walkin {
  box-shadow: 1px 4px 4px rgba(51, 51, 51, 0.2);
}
.p_style__panel--priority {
  box-shadow: 2px 4px 4px rgba(51, 51, 51, 0.2);
}

.p_style__panel-main {
  width: 100%;
  line-height: 0;
}

.p_style__panel-shot {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  vertical-align: top;
  width: min(289px, 77.0666666667vw);
  margin: 0 auto;
}

.p_style__panel-merit {
  position: relative;
  width: 100%;
  margin-top: min(10px, 2.6666666667vw);
  padding: min(5.5px, 1.4666666667vw) min(5px, 1.3333333333vw);
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(206, 206, 206, 0.85);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.p_style__panel-merit::before, .p_style__panel-merit::after {
  content: "";
  position: absolute;
  width: min(42px, 11.2vw);
  height: min(42px, 11.2vw);
  background-color: #12572e;
  pointer-events: none;
  z-index: 10;
}
.p_style__panel-merit::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p_style__panel-merit::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.p_style__panel-merit--priority {
  margin-top: min(12px, 3.2vw);
  padding: min(24px, 6.4vw) min(22px, 5.8666666667vw) min(26px, 6.9333333333vw);
}

.p_style__merit-inner {
  background-color: #e8e6d9;
  padding: min(11.5px, 3.0666666667vw) 0 min(13px, 3.4666666667vw);
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 2.6666666667vw);
}
.p_style__merit-inner--priority {
  max-width: min(278px, 74.1333333333vw);
  gap: min(12px, 3.2vw);
}

.p_style__merit-heading {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

.p_style__merit-heading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(86px, 22.9333333333vw);
  height: min(12px, 3.2vw);
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.07);
  transform: translate(-50%, -35%);
}

.p_style__merit-heading-text {
  position: relative;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(20px, 5.3333333333vw);
  line-height: 1;
  background: linear-gradient(270deg, #3E5200 0%, #769500 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p_style__merit-heading-text--medium {
  font-weight: 500;
}

.p_style__merit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: min(1.5px, 0.4vw);
  align-items: flex-start;
  width: min(254px, 67.7333333333vw);
  margin: 0 auto;
}
.p_style__merit-list--priority {
  gap: min(10px, 2.6666666667vw);
}

.p_style__merit-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(6px, 1.6vw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.6;
  color: #5D5348;
}
.p_style__merit-item img {
  flex-shrink: 0;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  max-width: none;
  object-fit: contain;
}

.p_flow {
  background-color: #dee2c7;
}

.p_flow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(345px, 92vw);
  margin: 0 auto;
  padding: min(40px, 10.6666666667vw) 0;
  box-sizing: border-box;
}

.p_flow__title {
  margin: 0 0 min(20px, 5.3333333333vw);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(32px, 8.5333333333vw);
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(112.685deg, #e1a401 4.24%, #b89d7c 26%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p_flow__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(5px, 1.3333333333vw);
  width: 100%;
}

.p_flow__card {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: min(20px, 5.3333333333vw);
  width: 100%;
  padding: min(15px, 4vw);
  box-sizing: border-box;
  background-color: #f7f3ee;
  border-radius: 0 min(20px, 5.3333333333vw) 0 min(20px, 5.3333333333vw);
}

.p_flow__thumb {
  position: relative;
  flex-shrink: 0;
  width: min(100px, 26.6666666667vw);
  height: min(100px, 26.6666666667vw);
  overflow: hidden;
  box-shadow: min(6px, 1.6vw) min(6px, 1.6vw) 0 0 #eba100;
}

.p_flow__thumb-img {
  position: absolute;
  display: block;
  max-width: none;
}
.p_flow__thumb-img--1 {
  width: 159.17%;
  height: 312.93%;
  left: -43.36%;
  top: -86.65%;
}
.p_flow__thumb-img--2 {
  width: 131%;
  height: 257.55%;
  left: -31.14%;
  top: -63.25%;
}
.p_flow__thumb-img--3 {
  width: 158.9%;
  height: 132.63%;
  left: -43.52%;
  top: -16.44%;
}
.p_flow__thumb-img--4 {
  width: 132%;
  height: 259.52%;
  left: 0;
  top: -53.19%;
}
.p_flow__thumb-img--5 {
  width: 124%;
  height: 243.79%;
  left: -23.9%;
  top: -45.51%;
}

.p_flow__body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.p_flow__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(5px, 1.3333333333vw);
  border-radius: min(30px, 8vw);
  background-color: #12572e;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(11px, 2.9333333333vw);
  line-height: 1.4;
  color: #fff;
}

.p_flow__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(5px, 1.3333333333vw);
  width: 100%;
}

.p_flow__step-title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(24px, 6.4vw);
  line-height: normal;
  color: #12572e;
}
.p_flow__step-title--sm {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
}

.p_flow__step-desc {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(18px, 4.8vw);
  line-height: 1.4;
  color: #5d5348;
}
.p_flow__step-desc--emph {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.6;
}

.p_flow__connector {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  flex-shrink: 0;
}
.p_flow__connector img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.p_price {
  background: url(../img/p_price__bg.webp) no-repeat top center/contain;
  background-color: #fff;
}

.p_price__inner {
  width: 100%;
  max-width: min(375px, 100vw);
  margin: 0 auto;
  padding: 0 min(25px, 6.6666666667vw) min(32px, 8.5333333333vw);
  box-sizing: border-box;
}

.p_price__header {
  position: relative;
  margin: 0 max(-25px, -6.6666666667vw);
  min-height: min(135px, 36vw);
}

.p_price__heading {
  z-index: 1;
  pointer-events: none;
  position: relative;
  z-index: 10;
  padding-top: min(87px, 23.2vw);
}

.p_price__badge {
  position: absolute;
  left: min(87px, 23.2vw);
  top: min(26px, 6.9333333333vw);
  width: min(100px, 26.6666666667vw);
  height: min(99px, 26.4vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_price__title {
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(32px, 8.5333333333vw);
  line-height: 1;
  text-align: center;
  color: #333;
}

.p_price__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(15px, 4vw);
  margin-top: min(20px, 5.3333333333vw);
  width: 100%;
}

.p_price__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
}

.p_price__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: min(12px, 3.2vw);
  width: 100%;
  padding: min(18px, 4.8vw) 0;
  border-bottom: 0.5px solid #cecece;
  box-sizing: border-box;
}
.p_price__row--first {
  border-top: 0.5px solid #cecece;
}

.p_price__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(18px, 4.8vw);
  line-height: normal;
  color: #333;
}

.p_price__value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(15px, 4vw);
  line-height: normal;
  color: #333;
  white-space: nowrap;
}

.p_price__note {
  margin: 0;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(16px, 4.2666666667vw);
  line-height: normal;
  color: #333;
}

.p_voice {
  background-color: #e8e8e8;
}

.p_voice__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(30px, 8vw);
  width: 100%;
  max-width: min(375px, 100vw);
  margin: 0 auto;
  padding: min(50px, 13.3333333333vw) min(17px, 4.5333333333vw);
  box-sizing: border-box;
}

.p_voice__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: min(342px, 91.2vw);
  text-align: center;
  color: #333;
}

.p_voice__kicker {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(16px, 4.2666666667vw);
  line-height: normal;
}

.p_voice__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(28px, 7.4666666667vw);
  line-height: normal;
}

.p_voice__title-line {
  display: block;
}

.p_voice__title-line--slash {
  font-size: min(28px, 7.4666666667vw);
}

.p_voice__slash {
  display: inline-block;
  font-size: min(32px, 8.5333333333vw);
  line-height: 1;
  vertical-align: middle;
}

.p_voice__cards {
  display: flex;
  flex-direction: column;
  gap: min(16px, 4.2666666667vw);
  width: 100%;
  max-width: min(342px, 91.2vw);
}

.p_voice-card__stage {
  position: relative;
  width: 100%;
}

.p_voice-card__skin-wrap {
  position: relative;
  width: min(277px, 73.8666666667vw);
}

.p_voice-card__skin {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.p_voice-card__content {
  position: absolute;
  left: min(14px, 3.7333333333vw);
  top: min(13px, 3.4666666667vw);
  display: flex;
  flex-direction: column;
  gap: min(5px, 1.3333333333vw);
  width: min(241px, 64.2666666667vw);
  box-sizing: border-box;
}

.p_voice-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(2px, 0.5333333333vw);
  width: 100%;
}

.p_voice-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(2px, 0.5333333333vw) min(12px, 3.2vw);
  overflow: hidden;
  background-color: #5d5348;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(12px, 3.2vw);
  line-height: min(14px, 3.7333333333vw);
  letter-spacing: min(0.96px, 0.256vw);
  color: #fff;
  white-space: nowrap;
}

.p_voice-card__heading {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  letter-spacing: min(1.28px, 0.3413333333vw);
  color: #034495;
}

.p_voice-card__body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.6;
  letter-spacing: min(1.12px, 0.2986666667vw);
  color: #333;
}

.p_voice-card__photo-mask {
  position: relative;
  width: min(60px, 16vw);
  height: min(60px, 16vw);
  overflow: hidden;
  border-radius: 50%;
}

.p_voice-card__photo {
  position: absolute;
  display: block;
  max-width: none;
}
.p_voice-card__photo--a1 {
  width: 202.83%;
  height: 282.56%;
  left: -102.83%;
  top: -18.85%;
}
.p_voice-card__photo--b1 {
  width: 202.6%;
  height: 296.25%;
  left: -3.23%;
  top: -19.46%;
}
.p_voice-card__photo--b2 {
  width: 209.36%;
  height: 291.39%;
  left: -105%;
  top: -19.14%;
}

.p_voice-card--end .p_voice-card__main {
  width: min(277px, 73.8666666667vw);
}
.p_voice-card--end .p_voice-card__portrait {
  position: absolute;
  left: min(282px, 75.2vw);
  top: min(86px, 22.9333333333vw);
  width: min(60px, 16vw);
}
.p_voice-card--end .p_voice-card__portrait--alt {
  top: min(86px, 22.9333333333vw);
}

.p_voice-card--start .p_voice-card__stage {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.p_voice-card--start .p_voice-card__portrait {
  flex: 0 0 min(63px, 16.8vw);
  margin-left: max(-1px, -0.2666666667vw);
}
.p_voice-card--start .p_voice-card__bubble {
  position: relative;
  flex: 1 1 auto;
  max-width: min(273px, 72.8vw);
  min-height: min(251px, 66.9333333333vw);
}
.p_voice-card--start .p_voice-card__bubble-panel {
  position: absolute;
  left: min(10px, 2.6666666667vw);
  top: 0;
  width: min(262.5px, 70vw);
  height: min(252px, 67.2vw);
  background-color: #fff;
  border-radius: min(10px, 2.6666666667vw);
}
.p_voice-card--start .p_voice-card__bubble-tail {
  position: absolute;
  left: 0;
  top: min(143px, 38.1333333333vw);
  width: min(24px, 6.4vw);
  height: auto;
  max-width: none;
  transform: rotate(-26.35deg) scaleY(0.86) skewX(-30.44deg);
  transform-origin: center center;
}
.p_voice-card--start .p_voice-card__content--bubble {
  left: min(24.5px, 6.5333333333vw);
  top: min(13px, 3.4666666667vw);
  z-index: 1;
}

.p_voice-card--last .p_voice-card__skin {
  height: 271px;
}

.p_voice__cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
  width: 100%;
  max-width: min(342px, 91.2vw);
  min-height: min(64px, 17.0666666667vw);
  padding: min(10px, 2.6666666667vw);
  box-sizing: border-box;
  border-radius: min(5px, 1.3333333333vw);
  background-color: #333;
  text-decoration: none;
  color: #fff;
}

.p_voice__cta-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(20px, 5.3333333333vw);
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}

.p_voice__cta-icon {
  display: block;
  flex-shrink: 0;
  width: min(24px, 6.4vw);
  height: min(24px, 6.4vw);
  max-width: none;
}

.p_access {
  background-color: #f7f3ee;
}

.p_access__band {
  background-color: #12572e;
  padding: min(10px, 2.6666666667vw) min(15px, 4vw);
  box-sizing: border-box;
}

.p_access__band-inner {
  max-width: min(375px, 100vw);
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.p_access__band-sub {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(18px, 4.8vw);
  line-height: 1.2;
}

.p_access__band-title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(32px, 8.5333333333vw);
  line-height: 1.2;
}

.p_access__inner {
  max-width: min(375px, 100vw);
  margin: 0 auto;
  padding: min(28px, 7.4666666667vw) min(15px, 4vw) min(24px, 6.4vw);
  box-sizing: border-box;
}

.p_access__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p_access__pick {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}

.p_access__pick-lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.2;
  text-align: center;
  color: #5d5348;
}

.p_access__select-wrap {
  position: relative;
  width: 100%;
  max-width: min(260px, 69.3333333333vw);
}
.p_access__select-wrap::after {
  content: "";
  position: absolute;
  right: min(12px, 3.2vw);
  top: 50%;
  width: min(17px, 4.5333333333vw);
  height: min(9px, 2.4vw);
  transform: translateY(-50%);
  background: url("../img/p_access-select-chevron.svg") center center/contain no-repeat;
  pointer-events: none;
}

.p_access__select {
  width: 100%;
  height: min(35px, 9.3333333333vw);
  padding: 0 min(34px, 9.0666666667vw) 0 min(10px, 2.6666666667vw);
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(14px, 3.7333333333vw);
  line-height: normal;
  color: #5d5348;
  appearance: none;
}
.p_access__select:focus {
  outline: 2px solid #12572e;
  outline-offset: 2px;
}

.p_access__slider {
  margin: 0 auto;
  width: 100%;
  max-width: min(345px, 92vw);
  overflow: hidden;
}
.p_access__slider .slick-list {
  overflow: hidden;
  margin: 0 max(-3px, -0.8vw);
  padding: 0 min(3px, 0.8vw) min(12px, 3.2vw);
}
.p_access__slider .slick-slide {
  outline: none;
  padding: 0 min(3px, 0.8vw);
  box-sizing: border-box;
  padding-bottom: 5px;
}
.p_access__slider .slick-slide > div {
  outline: none;
}
.p_access__slider .slick-arrow {
  display: none !important;
}
.p_access__slider .slick-dots {
  display: none !important;
}

.p_access-slide {
  width: 100%;
}

.p_access-slide__name {
  margin: 0 0 min(10px, 2.6666666667vw);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(22px, 5.8666666667vw);
  line-height: 1.2;
  text-align: center;
  color: #12572e;
}

.p_access-facade {
  width: 100%;
  margin-bottom: min(20px, 5.3333333333vw);
}

.p_access-facade__mask {
  width: 100%;
  max-width: min(345px, 92vw);
  margin: 0 auto;
  overflow: hidden;
  -webkit-mask-image: url("../img/p_access-store-mask.svg");
  mask-image: url("../img/p_access-store-mask.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
}

.p_access-facade__img {
  display: block;
  width: 100%;
  height: min(115px, 30.6666666667vw);
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.p_access-slide__rows {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(16px, 4.2666666667vw);
  color: #5d5348;
}

.p_access-slide__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: min(12px, 3.2vw);
  padding: min(15px, 4vw) 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-bottom: -1px;
}
.p_access-slide__row:nth-of-type(1) {
  height: min(76.78px, 20.4746666667vw);
}

.p_access-slide__label {
  flex-shrink: 0;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.p_access-slide__value {
  flex: 0 0 min(200px, 53.3333333333vw);
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}

.p_access-slide__tel {
  color: inherit;
  text-decoration: none;
  text-align: right;
  display: block;
}

.p_access-map {
  position: relative;
  width: 100%;
  height: min(170px, 45.3333333333vw);
  margin-top: min(20px, 5.3333333333vw);
}

.p_access-map__media {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 29.41%;
  overflow: hidden;
}

.p_access-map__img {
  position: absolute;
  left: -0.29%;
  top: -27.82%;
  width: 100.58%;
  height: 155.9%;
  max-width: none;
  object-fit: cover;
}

.p_access-map__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p_access-slide__ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(15px, 4vw);
  width: 100%;
  max-width: min(335px, 89.3333333333vw);
  margin: min(32px, 8.5333333333vw) auto 0;
  padding-bottom: 0;
  box-sizing: border-box;
}

.p_access-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
  width: 100%;
  max-width: min(335px, 89.3333333333vw);
  min-height: min(64px, 17.0666666667vw);
  padding: min(10px, 2.6666666667vw);
  box-sizing: border-box;
  border-radius: min(5px, 1.3333333333vw);
  background: linear-gradient(180deg, #f2b29b 0%, #e07a5f 86.541%);
  box-shadow: 0 min(4px, 1.0666666667vw) 0 #ad4e36;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.p_access-cta:hover {
  opacity: 1;
  transform: translateY(min(4px, 1.0666666667vw));
  box-shadow: 0 0 0 #ad4e36;
}
.p_access-cta:active {
  opacity: 1;
  transform: translateY(min(4px, 1.0666666667vw));
  box-shadow: 0 0 0 #ad4e36;
}
.p_access-cta:focus-visible {
  outline: 2px solid #12572e;
  outline-offset: 3px;
}

.p_access-cta__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(20px, 5.3333333333vw);
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}

.p_access-cta__icon {
  display: block;
  flex-shrink: 0;
  width: min(30px, 8vw);
  height: min(30px, 8vw);
  max-width: none;
}

.p_access__slider-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(-16px, -4.2666666667vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: min(56px, 14.9333333333vw);
  height: 29.41%;
  margin: 0;
  padding: 0 min(8px, 2.1333333333vw);
  box-sizing: border-box;
}

.p_access__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.p_access__nav-btn img {
  display: block;
  width: min(46px, 12.2666666667vw);
  height: min(46px, 12.2666666667vw);
  max-width: none;
}
.p_access__nav-btn:focus-visible {
  outline: 2px solid #12572e;
  outline-offset: 2px;
}

.p_access__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(4px, 1.0666666667vw);
}

.p_access__dot {
  display: block;
  width: min(6px, 1.6vw);
  height: min(6px, 1.6vw);
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.p_access__dot.is-active {
  background: #333;
}
.p_access__dot:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}

/* ----- FAQ (Figma 1:3839) ----- */
.p_faq {
  background: #d4dab5;
  padding: 0 min(15px, 4vw) min(40px, 10.6666666667vw);
  overflow: hidden;
}

.p_faq__inner {
  width: 100%;
  max-width: min(345px, 92vw);
  margin: 0 auto;
}

.p_faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  position: relative;
}

.p_faq__head-visual {
  position: relative;
  width: min(270px, 72vw);
  height: min(133px, 35.4666666667vw);
  margin-bottom: max(-10px, -2.6666666667vw);
  overflow: visible;
}

.p_faq__deco-arc {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(270px, 72vw);
  height: auto;
}

.p_faq__title {
  position: absolute;
  left: 50%;
  top: min(27px, 7.2vw);
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.p_faq__title-line {
  display: block;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(20px, 5.3333333333vw);
  line-height: 1.2;
  background-image: linear-gradient(99.2971deg, #88aa00 5.23%, #405300 65.3%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p_faq__title-line--lg {
  font-size: min(36px, 9.6vw);
}

.p_faq__list {
  display: flex;
  flex-direction: column;
  gap: min(16px, 4.2666666667vw);
  margin-bottom: max(-10px, -2.6666666667vw);
  position: relative;
  z-index: 10;
}

.p_faq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
}

.p_faq-item__trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(12px, 3.2vw);
  width: 100%;
  margin: 0;
  padding: min(16px, 4.2666666667vw);
  border: none;
  background: #12572e;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
}
.p_faq-item__trigger:focus-visible {
  outline: min(2px, 0.5333333333vw) solid #fff;
  outline-offset: max(-4px, -1.0666666667vw);
}

.p_faq-item__trigger-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: min(12px, 3.2vw);
  flex: 1 1 auto;
  min-width: 0;
}

.p_faq-item__q-badge {
  position: relative;
  flex-shrink: 0;
  width: min(36px, 9.6vw);
  height: min(36px, 9.6vw);
}

.p_faq-item__q-ring {
  display: block;
  width: 100%;
  height: 100%;
}

.p_faq-item__q-letter {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: min(16px, 4.2666666667vw);
  line-height: min(18px, 4.8vw);
  color: #12572e;
}

.p_faq-item__question {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.6;
  color: #fff;
}

.p_faq-item__chevron {
  position: relative;
  flex-shrink: 0;
  width: min(16px, 4.2666666667vw);
  height: min(16px, 4.2666666667vw);
}
.p_faq-item__chevron::before, .p_faq-item__chevron::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #fff;
}
.p_faq-item__chevron::before {
  transform: translate(-50%, -50%);
}
.p_faq-item__chevron::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}

.p_faq-item.is-open .p_faq-item__chevron::after {
  opacity: 0;
}

.p_faq-item__panel {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: min(8px, 2.1333333333vw);
  padding: 0 min(15px, 4vw) min(15px, 4vw);
  margin-top: min(16px, 4.2666666667vw);
  box-sizing: border-box;
}

.p_faq-item__panel[hidden] {
  display: none !important;
}

.p_faq-item__a-badge {
  position: relative;
  flex-shrink: 0;
  width: min(36px, 9.6vw);
  height: min(36px, 9.6vw);
}

.p_faq-item__a-ring {
  display: block;
  width: 100%;
  height: 100%;
}

.p_faq-item__a-letter {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: min(16px, 4.2666666667vw);
  line-height: min(18px, 4.8vw);
  color: #fff;
}

.p_faq-item__body {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.4;
  color: #333;
}
.p_faq-item__body p {
  margin: 0 0 0.35em;
}
.p_faq-item__body p:last-child {
  margin-bottom: 0;
}

/* ----- Footer CTA (Figma 1:3869) ----- */
.p_footer {
  width: 100%;
}

.p_footer__hero {
  width: 100%;
}

.p_footer__body {
  position: relative;
  width: 100%;
  padding: 0 min(18px, 4.8vw) min(28px, 7.4666666667vw);
  background: #f7f3ee;
}

.p_footer__accent {
  position: absolute;
  left: 0;
  top: min(6px, 1.6vw);
  width: min(136px, 36.2666666667vw);
  max-width: 58%;
  pointer-events: none;
}

.p_footer__accent-img {
  display: block;
  width: 100%;
  height: auto;
}

.p_footer__inner {
  position: relative;
  width: 100%;
  max-width: min(340px, 90.6666666667vw);
  margin: 0 auto;
}

.p_footer__heading {
  margin: 0 0 min(18px, 4.8vw);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(24px, 6.4vw);
  line-height: 1.6;
  letter-spacing: min(1.2px, 0.32vw);
  text-align: center;
  color: #5d5348;
}

.p_footer__heading-line {
  display: block;
}

.p_footer__heading-plain {
  color: #5d5348;
  -webkit-text-fill-color: #5d5348;
}

.p_footer__heading-brand {
  background-image: linear-gradient(90deg, #598d54 42.309%, #aee5ad 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p_footer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(341px, 90.9333333333vw);
  margin: 0 auto;
}

.p_footer__cta-badge {
  position: relative;
  z-index: 2;
  margin: 0 0 max(-10px, -2.6666666667vw);
  padding: min(5px, 1.3333333333vw) min(10px, 2.6666666667vw);
  border: min(1.5px, 0.4vw) solid #e07a5f;
  border-radius: min(20px, 5.3333333333vw);
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(14px, 3.7333333333vw);
  line-height: normal;
  color: #e07a5f;
  white-space: nowrap;
}

.p_footer__cta-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: min(5px, 1.3333333333vw);
  width: 100%;
  min-height: min(64px, 17.0666666667vw);
  margin: 0;
  padding: min(10px, 2.6666666667vw);
  border-radius: min(5px, 1.3333333333vw);
  background: linear-gradient(180deg, #f2b29b 0%, #e07a5f 86.541%);
  box-shadow: 0 min(4px, 1.0666666667vw) 0 #ad4e36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(22px, 5.8666666667vw);
  line-height: normal;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  opacity: 1;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.p_footer__cta-btn:hover {
  opacity: 1;
  transform: translateY(min(4px, 1.0666666667vw));
  box-shadow: 0 0 0 #ad4e36;
}
.p_footer__cta-btn:active {
  opacity: 1;
  transform: translateY(min(4px, 1.0666666667vw));
  box-shadow: 0 0 0 #ad4e36;
}
.p_footer__cta-btn:focus-visible {
  outline: min(2px, 0.5333333333vw) solid #ad4e36;
  outline-offset: min(2px, 0.5333333333vw);
}

.p_footer__cta-btn-label {
  white-space: nowrap;
}

.p_footer__cta-btn-icon {
  display: block;
  flex-shrink: 0;
  width: min(30px, 8vw);
  height: min(30px, 8vw);
}

.p_footer__cta-btn-icon img {
  display: block;
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
