:root {
  --ink: #241b13;
  --muted: #5f584c;
  --paper: #f7f1e5;
  --paper-deep: #efe5d1;
  --green: #2d4424;
  --green-deep: #21351b;
  --red: #8e1714;
  --brown: #5b3f1f;
  --line: rgba(71, 58, 39, .18);
  --content: 1100px;
  --header-content: 1500px;
  --gutter: 40px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  line-height: 1.8;
  background:
    radial-gradient(circle at 20% 16%, rgba(255,255,255,.72), transparent 18%),
    linear-gradient(90deg, rgba(95,72,36,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(95,72,36,.03) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 26px 26px, 26px 26px, auto;
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

.container {
  width: calc(100% - var(--gutter));
  max-width: var(--content);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(250, 245, 234, .93);
  border-bottom: 1px solid rgba(71, 58, 39, .14);
  box-shadow: 0 8px 24px rgba(31, 24, 14, .08);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: calc(100% - var(--gutter));
  max-width: var(--header-content);
  min-height: 78px;
  margin: 0 auto;
}

.site-header__logo {
  flex: 0 0 auto;
}

.site-header__logo img {
  width: clamp(190px, 17vw, 260px);
  max-height: 66px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 26px);
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.site-nav__tel,
.site-nav__contact,
.menu-toggle {
  display: none;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.site-header__tel {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  color: var(--red);
  font-size: 18px;
  border: 1px solid rgba(142, 23, 20, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .45);
}

.site-header__tel::before {
  content: "☎";
  margin-right: 7px;
  font-family: sans-serif;
}

.site-header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(180deg, #3c572e, #273e20);
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(45, 68, 36, .18);
}

.site-header__contact::before {
  content: "✉";
  font-family: sans-serif;
  font-size: .95em;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 3843 / 1688;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  background: #efe7d7;
}

.hero__sp-image {
  display: none;
}

.hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  background: url("../images/mv.webp") center top / 100% auto no-repeat;
}

.hero__overlay {
  display: none;
}

.hero::after,
.services::after,
.shop::before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .28;
  background:
    radial-gradient(50% 100% at 50% 100%, transparent 58%, rgba(177,143,87,.34) 59%, transparent 62%) 0 0 / 42px 22px repeat-x;
}

.hero::after {
  left: 0;
  right: 0;
  bottom: 18px;
  height: 48px;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - var(--gutter));
  max-width: var(--content);
  height: 100%;
  margin: 0 auto;
  padding: 24px 0 42px;
  transform: translate(clamp(-90px, -4vw, -44px), clamp(30px, 3vw, 42px));
}

.hero__lead {
  margin: 0 0 4px;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 700;
}

.site-name {
  margin: 0 0 clamp(46px, 7vw, 82px);
  font-size: clamp(25px, 2.9vw, 40px);
  font-weight: 700;
  letter-spacing: .08em;
}

.hero__recommend {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .04em;
}

.hero__recommend img {
  flex: 0 0 auto;
  width: clamp(44px, 4.3vw, 66px);
  height: auto;
}
.hero h1 {
  margin: 16px 0 24px;
  color: var(--green);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .07em;
}

.hero__catch {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: .04em;
}

.hero__badges {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: clamp(18px, 2vw, 32px);
  width: min(980px, 68vw);
  max-width: calc(100% - var(--gutter));
  height: auto;
  transform: translateX(-50%);
}

.hero__area {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 25px 7px;
  color: #fff;
  font-size: clamp(15px, 1.5vw, 21px);
  font-weight: 700;
  background: linear-gradient(180deg, #3c572e, #273e20);
  border-radius: 8px;
}

.hero__free {
  margin: 0 0 13px;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 700;
}

.hero__tel {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--red);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.1;
}

.hero__tel .icon {
  font-family: sans-serif;
  font-size: .72em;
}

.hero__time {
  margin: 7px 0 0 70px;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 700;
}

.section {
  position: relative;
  scroll-margin-top: 96px;
  padding: clamp(76px, 8vw, 122px) 0;
}

.section-title {
  margin: 0 0 44px;
  text-align: center;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.35;
  letter-spacing: .08em;
}

.section-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  margin: 16px auto 0;
  background: #2f2a22;
}

.sp-break {
  display: none;
}

.section-kicker {
  margin: 0 0 8px;
  text-align: center;
  color: var(--green);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  letter-spacing: .08em;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  min-height: 290px;
  padding: 32px 19px 28px;
  text-align: center;
  background: rgba(255, 250, 239, .74);
  border: 1px solid rgba(91, 63, 31, .08);
}

.service-card__icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  color: var(--green);
}

.service-card svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 0 0 17px;
  font-size: 21px;
  letter-spacing: .04em;
}

.service-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.service-support {
  display: grid;
  grid-template-columns: 1.6fr .9fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 46px;
  overflow: hidden;
  background: rgba(255, 252, 245, .82);
  border: 2px solid rgba(78, 112, 60, .34);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(71, 58, 39, .08);
}

.service-support__text {
  padding: clamp(24px, 3vw, 36px);
}

.service-support ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  font-weight: 700;
}

.service-support li {
  position: relative;
  padding-left: 34px;
  font-size: 17px;
  line-height: 1.65;
}

.service-support li::before {
  content: "✓";
  position: absolute;
  top: .38em;
  left: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  background: var(--green);
  border-radius: 999px;
}

.service-support__headline {
  margin: 0 0 12px;
  color: var(--green);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .05em;
}

.service-support__note {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.service-support__image {
  margin: 0;
}

.service-support__image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.services__note {
  margin: 86px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.services__note p {
  margin: 0;
}

.services__note p + p {
  margin-top: 8px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.35;
  letter-spacing: .05em;
}

.services__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 54px;
}

.services__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(280px, 100%);
  min-height: 56px;
  padding: 0 22px;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
}

.services__tel {
  background: linear-gradient(180deg, #a41413, #8b1110);
}

.services__form {
  background: linear-gradient(180deg, #3b552c, #263d22);
}

.reasons {
  background: rgba(238, 228, 210, .72);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 4vw, 58px);
}

.reason-card {
  text-align: center;
}

.reason-card__icon {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  margin: 0 auto 22px;
  color: #fff;
  background: radial-gradient(circle at 35% 25%, #436136, var(--green-deep));
  border-radius: 999px;
}

.reason-card svg {
  width: 66px;
  height: 66px;
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reason-card h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 1.75vw, 24px);
  letter-spacing: .05em;
}

.reason-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.before-after {
  overflow: hidden;
  background: rgba(247, 241, 229, .94);
}

.before-after .section-title {
  margin-bottom: 22px;
}

.ba-subtitle {
  margin: 0 0 26px;
  text-align: center;
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
}

.ba-slider + .ba-subtitle {
  margin-top: clamp(44px, 5vw, 72px);
}

.ba-slider {
  overflow: visible;
}

.ba-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ba-card {
  margin: 0;
  padding: 10px;
  background: rgba(255, 252, 245, .84);
  border: 1px solid rgba(71, 58, 39, .16);
  box-shadow: 0 12px 26px rgba(71, 58, 39, .08);
}

.ba-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cta-band {
  padding: 56px 0;
  background: rgba(238, 228, 210, .72);
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: center;
  gap: 40px;
  padding: 42px 56px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 32%),
    linear-gradient(180deg, #344c29, #243a20);
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: inset 0 0 0 9px rgba(255,255,255,.06);
}

.cta-box__tel p {
  margin: 0 0 3px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  letter-spacing: .08em;
}

.cta-box__tel a {
  display: block;
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.3;
}

.cta-box__tel span {
  display: block;
  font-size: 16px;
}

.cta-box__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 16px 20px;
  color: #26341f;
  font-size: 18px;
  font-weight: 700;
  background: #fbf6e8;
  border-radius: 7px;
}

.price-guide {
  background: linear-gradient(180deg, #dbe6cc 0%, #cbdab9 100%);
}

.price-panel {
  padding: clamp(24px, 3.6vw, 42px);
  background: rgba(255, 252, 245, .78);
  border: 2px solid rgba(45, 68, 36, .48);
  box-shadow: 0 12px 28px rgba(71, 58, 39, .08);
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 24px;
}

.price-card {
  display: grid;
  place-items: center;
  min-height: 128px;
  padding: 14px 20px;
  text-align: center;
  border-right: 1px solid rgba(45, 68, 36, .24);
}

.price-card__amount {
  margin: 0;
  color: var(--green);
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.42;
}

.price-card--promise {
  border-right: 0;
}

.price-card--promise p {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 82px;
  margin: 0;
  padding: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42;
  background: linear-gradient(180deg, #3b552c, #263d22);
  border-radius: 7px;
}

.price-panel__text {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.price-panel__text + .price-panel__text {
  margin-top: 6px;
}

.shop {
  background: rgba(250, 246, 237, .86);
}

.shop::before {
  left: 0;
  right: 0;
  bottom: 42px;
  height: 46px;
}

.shop__content {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.shop__text h3 {
  margin: 0 0 22px;
  font-size: clamp(26px, 3vw, 37px);
  letter-spacing: .04em;
}

.shop__text p {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
}

.shop__text span {
  width: 24px;
  color: var(--green);
  font-family: sans-serif;
}

.shop__image {
  margin: 0;
}

.shop__image img {
  width: 100%;
  aspect-ratio: 1.93 / 1;
  object-fit: cover;
  border: 1px solid rgba(71, 58, 39, .18);
}

.form-section {
  padding-bottom: 92px;
  background: linear-gradient(180deg, rgba(247,241,229,.92), #f3ead8);
}

.form-container {
  max-width: 920px;
}

.form-section__lead {
  margin: -18px 0 30px;
  text-align: center;
  font-weight: 700;
}

.contact-form {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 252, 245, .82);
  border: 1px solid var(--line);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact-form label {
  display: grid;
  grid-template-rows: 32px auto;
  gap: 8px;
  font-weight: 700;
}

.form-label-text {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
}

.form-label-text em {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 22px;
  padding: 0 8px;
  color: #fff;
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.8;
  background: var(--red);
  border-radius: 3px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink);
  font: 16px/1.6 sans-serif;
  background: #fffdfa;
  border: 1px solid rgba(71, 58, 39, .28);
  border-radius: 4px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__wide {
  margin-top: 20px;
}

.contact-form button {
  display: block;
  width: min(340px, 100%);
  min-height: 62px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  background: linear-gradient(180deg, #3f6332, #294a24);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.fixed-cta {
  position: fixed;
  z-index: 20;
  right: var(--gutter);
  bottom: 0;
  left: var(--gutter);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 680px;
  margin: 0 auto;
  gap: 6px;
  pointer-events: none;
}

.fixed-cta a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 7px 18px;
  color: #fff;
  font-weight: 700;
  border: 2px solid rgba(255, 255, 255, .56);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -8px 24px rgba(31, 24, 14, .18);
  pointer-events: auto;
}

.fixed-cta__tel {
  background: linear-gradient(180deg, #b11412 0%, #8f1110 100%);
}

.fixed-cta__mail {
  background: linear-gradient(180deg, #124c25 0%, #0f3d21 100%);
}

.fixed-cta__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  color: currentColor;
  font-family: sans-serif;
  font-size: 21px;
  line-height: 1;
  transform: translateY(-1px);
  background: #fff;
  border-radius: 999px;
}

.fixed-cta__tel .fixed-cta__icon {
  color: #a41413;
}

.fixed-cta__mail .fixed-cta__icon {
  color: #184a29;
}

.fixed-cta__body {
  display: grid;
  gap: 1px;
  line-height: 1.25;
}

.fixed-cta__lead {
  font-size: 12px;
  letter-spacing: .06em;
}

.fixed-cta strong {
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: .03em;
}

.fixed-cta__note {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  margin-top: 4px;
  padding: 1px 10px 2px;
  color: currentColor;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(9px, .8vw, 11px);
  line-height: 1.35;
  background: #fff;
  border-radius: 6px;
}

.fixed-cta__tel .fixed-cta__note {
  color: #a41413;
}

.fixed-cta__mail .fixed-cta__note {
  color: #174725;
}


.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s ease, transform .9s ease;
  will-change: opacity, transform;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal:nth-child(2) {
  transition-delay: .08s;
}

.js .reveal:nth-child(3) {
  transition-delay: .16s;
}

.js .reveal:nth-child(4) {
  transition-delay: .24s;
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 900px) {
  :root {
    --content: 680px;
    --header-content: 680px;
    --gutter: 28px;
  }

  .site-header__inner {
    flex-wrap: nowrap;
    gap: 12px;
    min-height: 0;
    padding: 10px 0 9px;
  }

  .site-header__logo img {
    width: 168px;
    max-height: 42px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    width: 42px;
    height: 36px;
    margin-left: auto;
    padding: 6px 0 4px;
    color: var(--green);
    background: rgba(255, 255, 255, .52);
    border: 1px solid rgba(45, 68, 36, .28);
    border-radius: 6px;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 1px 0;
    background: currentColor;
    border-radius: 99px;
    transition: transform .2s ease, opacity .2s ease;
  }

  .menu-toggle b {
    margin-top: 1px;
    font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0;
  }

  .is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }

  .is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 0;
    margin-left: 0;
    padding: 8px;
    font-size: 14px;
    background: rgba(250, 245, 234, .98);
    border: 1px solid rgba(71, 58, 39, .16);
    box-shadow: 0 14px 28px rgba(31, 24, 14, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .is-menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 11px 14px;
    border-bottom: 1px solid rgba(71, 58, 39, .12);
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav__tel,
  .site-nav__contact {
    display: block;
  }

  .site-nav__tel {
    color: var(--red);
    font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  }

  .site-nav__tel::before {
    content: "☎";
    margin-right: 7px;
  }

  .site-nav__contact {
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #3c572e, #273e20);
    border-bottom: 0;
    border-radius: 5px;
  }

  .site-header__actions {
    display: none;
  }

  .hero {
    min-height: auto;
    aspect-ratio: 752 / 1082;
    margin-top: 72px;
  }

  .hero__sp-image {
  display: none;
}

.hero__photo {
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    background-image: url("../images/mvsp.webp");
    background-position: center top;
    background-size: 100% auto;
  }

  .hero__inner {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    padding: 0;
    transform: none;
  }

  .site-name {
    margin-bottom: 34px;
  }

  .hero h1 {
    margin: 8px 0 10px;
    font-size: clamp(34px, 8vw, 52px);
    line-height: 1.42;
  }

  .hero__catch {
    font-size: clamp(20px, 5.1vw, 30px);
    line-height: 1.42;
  }

  .hero__badges {
    width: min(100%, 620px);
    margin-top: 4px;
  }

  .hero__time {
    margin-left: 0;
  }

  .service-grid,
  .reason-grid,
  .shop__content,
  .form-grid,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .service-grid {
    gap: 12px;
  }

  .service-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .service-support {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-support__image {
    order: -1;
  }

  .service-support__image img {
    display: block;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
  }

  .services__actions {
    flex-direction: column;
    align-items: center;
  }

  .services__actions a {
    width: min(420px, 100%);
  }

  .reason-grid {
    gap: 38px;
  }

  .before-after .section-title {
    margin-bottom: 18px;
  }

  .ba-subtitle {
    margin-bottom: 22px;
  }

  .ba-slider {
    overflow: hidden;
    width: 100%;
  }

  .ba-track {
    display: flex;
    width: max-content;
    gap: 16px;
    animation: ba-slide 14s infinite ease-in-out;
  }

  .ba-card {
    flex: 0 0 min(82vw, 520px);
  }

  .cta-box {
    gap: 22px;
    padding: 34px 22px;
    text-align: center;
  }

  .cta-box__mail {
    min-height: 64px;
  }

  .price-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .price-card {
    min-height: 118px;
    border: 1px solid rgba(45, 68, 36, .18);
    background: rgba(255, 255, 255, .38);
  }

  .shop__content {
    gap: 30px;
  }

  .fixed-cta {
    right: 10px;
    left: 10px;
    gap: 6px;
  }

  .fixed-cta a {
    gap: 8px;
    min-height: 86px;
    padding: 10px 12px;
  }

  .fixed-cta__icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .fixed-cta__lead {
    font-size: 11px;
  }

  .fixed-cta strong {
    font-size: 18px;
  }

  .fixed-cta__note {
    padding: 2px 8px 3px;
    font-size: 10px;
  }
}

@media (max-width: 520px) {
  .site-header__inner {
    gap: 7px 8px;
  }

  .site-header__logo img {
    width: 142px;
  }

  .site-nav {
    right: 10px;
    left: 10px;
  }

  .hero {
    margin-top: 68px;
  }

  .hero__sp-image {
  display: none;
}

.hero__photo {
    height: auto;
  }

  .hero__tel {
    gap: 9px;
    font-size: 32px;
  }

  .hero__badges {
    width: 100%;
  }

  .section {
    padding: 68px 0;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .sp-break {
    display: block;
  }

  .service-card__icon {
    width: 66px;
    height: 66px;
  }

  .service-support {
    margin-top: 32px;
  }

  .services__note {
    margin-top: 64px;
  }

  .service-support li {
    padding-left: 30px;
    font-size: 15px;
  }

  .service-support__headline {
    font-size: 23px;
  }

  .reason-card__icon {
    width: 98px;
    height: 98px;
  }

  .price-cards {
    grid-template-columns: 1fr;
  }

  .price-card__amount {
    font-size: 28px;
  }

  .ba-card {
    flex-basis: 86vw;
    padding: 8px;
  }

  .fixed-cta {
    right: 5px;
    left: 5px;
    gap: 4px;
    width: auto;
  }

  .fixed-cta a {
    flex-direction: row;
    justify-content: center;
    gap: clamp(4px, 1.5vw, 7px);
    min-width: 0;
    min-height: 68px;
    padding: 6px 3px;
    text-align: left;
  }

  .fixed-cta__icon {
    width: clamp(26px, 8vw, 34px);
    height: clamp(26px, 8vw, 34px);
    font-size: clamp(13px, 4vw, 17px);
  }

  .fixed-cta__body {
    gap: 1px;
    min-width: 0;
    overflow: hidden;
  }

  .fixed-cta__lead {
    max-width: 100%;
    font-size: clamp(7px, 2.25vw, 9px);
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .fixed-cta strong {
    max-width: 100%;
    font-size: clamp(12px, 4vw, 15px);
    line-height: 1.08;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .fixed-cta__note {
    max-width: 100%;
    margin-top: 1px;
    padding: 1px 4px 2px;
    font-size: clamp(6px, 1.9vw, 8px);
    line-height: 1.25;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

@keyframes ba-slide {
  0%, 24% {
    transform: translateX(0);
  }
  34%, 58% {
    transform: translateX(calc(-1 * (min(82vw, 520px) + 16px)));
  }
  68%, 92% {
    transform: translateX(calc(-2 * (min(82vw, 520px) + 16px)));
  }
  100% {
    transform: translateX(0);
  }
}


@media (max-width: 360px) {
  .fixed-cta a {
    gap: 3px;
    min-height: 64px;
    padding: 5px 2px;
  }

  .fixed-cta__icon {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .fixed-cta__lead {
    font-size: 6.5px;
  }

  .fixed-cta strong {
    font-size: 11px;
  }

  .fixed-cta__note {
    font-size: 5.8px;
    padding-right: 3px;
    padding-left: 3px;
  }
}
/* PC MV icon centering / SP full image override */
@media (max-width: 900px) {
  .hero {
    overflow: visible;
    aspect-ratio: auto;
    min-height: 0;
    margin-top: 72px;
    background: transparent;
  }

  .hero::after,
  .hero__photo,
  .hero__badges {
    display: none;
  }

  .hero__sp-image {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 520px) {
  .hero {
    margin-top: 68px;
  }
}
.price-examples {
  margin-top: clamp(28px, 4vw, 44px);
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid rgba(45, 68, 36, .22);
}

.price-examples h3 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.price-examples__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.price-example-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px 18px;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(45, 68, 36, .22);
  box-shadow: 0 8px 18px rgba(71, 58, 39, .06);
}

.price-example-card h4 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  color: #25361f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  border-bottom: 1px solid rgba(45, 68, 36, .18);
}

.price-example-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.price-example-card dl div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  align-items: baseline;
}

.price-example-card dt {
  color: rgba(45, 68, 36, .76);
  font-size: 14px;
  font-weight: 700;
}

.price-example-card dd {
  margin: 0;
  color: #211913;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.price-example-card dl div:last-child dd {
  color: #9f1515;
  font-size: 22px;
}

.price-example-card p {
  margin: 14px 0 0;
  color: #2c271f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}
/* price-examples mobile */
@media (max-width: 520px) {
  .price-examples__grid {
    grid-template-columns: 1fr;
  }

  .price-example-card {
    padding: 18px 16px;
  }

  .price-example-card dl div {
    grid-template-columns: 68px 1fr;
  }
}
.grecaptcha-badge {
  right: 14px !important;
  bottom: 82px !important;
  z-index: 9999 !important;
}

@media (max-width: 520px) {
  .grecaptcha-badge {
    right: 8px !important;
    bottom: 78px !important;
    transform: scale(.86);
    transform-origin: right bottom;
  }
}