:root {
  --purple: #7130d4;
  --purple-bright: #9b42f1;
  --purple-soft: #eadfff;
  --ink: #14111a;
  --muted: #696374;
  --paper: #ffffff;
  --tint: #f8f6fc;
  --line: #e5e0eb;
  --dark-purple: #24122f;
  --yellow: #f5dc58;
  --container: 1120px;
  --radius: 28px;
  --shadow: 0 24px 60px rgba(42, 28, 58, .11);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
}

body.is-slider-dragging { user-select: none; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  color: #fff;
  background: #000;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.mobile-only { display: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(20, 17, 26, .06);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  width: 210px;

}

.brand__mark {
  width: 42px;
  color: var(--purple);
}

.brand__copy { display: grid; line-height: 1.2; }
.brand__copy strong { font-size: 17px; letter-spacing: .04em; }
.brand__copy small { margin-top: 3px; font-size: 10px; font-weight: 700; }

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  font-size: 13px;
  font-weight: 800;
}

.global-nav a,
.site-footer nav a { transition: color .2s ease, opacity .2s ease; }
.global-nav a:hover,
.global-nav a:focus-visible { color: var(--purple); }

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button:focus-visible { outline: 3px solid rgba(155, 66, 241, .35); outline-offset: 3px; }
.button--large { min-width: 148px; min-height: 52px; }
.button--purple { background: linear-gradient(135deg, var(--purple), var(--purple-bright)); box-shadow: 0 10px 24px rgba(113, 48, 212, .24); }
.button--black { background: #050506; }
.button--outline { border-color: rgba(255, 255, 255, .8); background: rgba(0, 0, 0, .38); }
.button--outline-light { border-color: #fff; }
.button--white { color: var(--ink); background: #fff; }
.button--instagram { background: linear-gradient(115deg, #7c34d6 0%, #d63889 52%, #ff4b22 100%); }

.hero {
  position: relative;
  display: grid;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background-color: #19151e;
  background-image:
    linear-gradient(90deg, rgba(11, 6, 16, .97) 0%, rgba(29, 8, 55, .82) 34%, rgba(9, 7, 12, .26) 72%, rgba(8, 7, 10, .12) 100%),
    url("../img/hero.jpg");

  background-position: center;
  background-size: cover;
}



.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 15% 15%, rgba(126, 45, 220, .42), transparent 28%),
    linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .5));
}

.hero__inner {
  position: relative;
  z-index: 1;
  align-self: center;
  padding-block: 72px 64px;
}

.hero__eyebrow {
  display: inline-flex;
  margin: 0 0 24px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.hero h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(52px, 5.6vw, 82px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.hero h1 span { color: #d8baff; }

.hero__lead {
  max-width: 640px;
  margin: 20px 0 26px;
  font-size: 19px;
  font-weight: 750;
  line-height: 1.7;
}

.hero__actions { display: flex; gap: 12px; }

.hero__facts {
  display: grid;
  max-width: 768px;
  margin: 28px 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hero__facts div {
  min-height: 62px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 16px;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(8px);
}

.hero__facts dt { font-size: 11px; font-weight: 700; opacity: .85; }
.hero__facts dd { margin: 1px 0 0; font-size: 14px; font-weight: 900; line-height: 1.35; }

.section { padding-block: 92px; }
.section--tint { background: var(--tint); }

.section-heading { margin-bottom: 38px; }
.section-heading__en,
.discount__en {
  margin: 0 0 8px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 950;
  line-height: 1.22;
  letter-spacing: -.04em;
}

.section-heading > p:last-child {
  max-width: 860px;
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.75;
}

.campaign-panel {
  overflow: hidden;
  padding: 46px;
  border-radius: var(--radius);
  color: #fff;
  background:
    radial-gradient(circle at 8% 0%, rgba(146, 65, 226, .7), transparent 33%),
    linear-gradient(135deg, #3c174f 0%, #24112e 48%, #160e1a 100%);
  box-shadow: var(--shadow);
}

.campaign-panel__intro .chip { margin-bottom: 18px; }
.chip { display: inline-flex; padding: 6px 13px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.chip--light { border: 1px solid rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .1); }

.campaign-panel__intro h3,
.discount h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -.04em;
}

.campaign-panel__intro > p {
  max-width: 900px;
  margin: 14px 0 26px;
  font-weight: 700;
  opacity: .92;
}

.campaign-feature-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.campaign-feature {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 24px;
  background: rgba(255, 255, 255, .13);
}

.campaign-feature--main { grid-row: 1 / span 2; padding: 30px; }
.campaign-feature__label { margin: 0 0 12px; font-size: 13px; font-weight: 800; opacity: .85; }
.campaign-feature__label del { margin-left: 8px; opacity: .65; }
.campaign-feature__big { margin: 0; font-size: 47px; font-weight: 950; line-height: 1.04; letter-spacing: -.04em; }
.campaign-feature__big em { color: var(--yellow); font-style: normal; }
.campaign-feature__big strong { display: block; font-size: 70px; }
.campaign-feature h4 { margin: 0 0 8px; font-size: 29px; line-height: 1.35; }
.campaign-feature p:last-child { margin: 10px 0 0; font-size: 13px; font-weight: 700; opacity: .88; }

.price-grid {
  display: grid;
  margin-top: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.price-grid article {
  min-height: 132px;
  padding: 22px;
  border-radius: 22px;
  color: var(--ink);
  background: #fff;
}

.price-grid > article > small { display: block; font-size: 12px; font-weight: 900; }
.price-grid p { display: flex; margin: 15px 0 0; align-items: baseline; gap: 14px; }
.price-grid p span { padding: 4px 10px; border-radius: 999px; color: var(--purple); background: #f3ebff; font-size: 12px; font-weight: 900; }
.price-grid p strong { font-size: 45px; line-height: 1; letter-spacing: -.04em; }
.price-grid p strong small { font-size: 17px; }
.purple-text { color: var(--purple); }

.campaign-panel__actions { display: flex; margin-top: 22px; gap: 12px; }
.campaign-note { margin: 18px 0 0; font-size: 11px; font-weight: 650; opacity: .8; }
.campaign-panel hr { margin: 36px 0; border: 0; border-top: 1px solid rgba(255, 255, 255, .2); }
.discount__en { color: #fff; opacity: .82; }
.discount > p { margin: 13px 0 22px; font-size: 14px; font-weight: 700; opacity: .86; }

.discount-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.discount-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 24px;
  background: rgba(255, 255, 255, .13);
}

.discount-card__number {
  position: absolute;
  top: 0;
  right: 12px;
  color: rgba(255, 255, 255, .06);
  font-size: 78px;
  font-weight: 950;
  line-height: 1;
}

.discount-card small { font-weight: 800; opacity: .8; }
.discount-card h4 { position: relative; margin: 10px 0; font-size: 23px; line-height: 1.5; }
.discount-card > p:not(.discount-card__rate) { margin: 0; font-size: 12px; font-weight: 650; opacity: .86; }
.discount-card__rate { margin: 6px 0 10px; color: var(--yellow); font-size: 39px; font-weight: 950; line-height: 1.1; }
.discount-card__rate span { color: #fff; font-size: 12px; }
.discount-card ul { display: grid; margin: 16px 0 0; padding: 0; gap: 8px; list-style: none; }
.discount-card li { position: relative; padding-left: 18px; font-size: 11px; font-weight: 800; }
.discount-card li::before { position: absolute; left: 0; color: var(--yellow); content: "✓"; }

.discount-note {
  margin-top: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 18px;
  background: rgba(0, 0, 0, .22);
}

.discount-note h4 { margin: 0 0 6px; font-size: 14px; }
.discount-note p { margin: 0; font-size: 11px; font-weight: 650; opacity: .8; }

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.reason-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(42, 29, 56, .07);
}

.reason-card__image {
  display: grid;
  height: 190px;
  align-items: center;
  justify-items: center;
  color: rgba(255, 255, 255, .82);
  background-color: #2e2440;
  background-position: center;
  background-size: cover;
}

.reason-card--01 .reason-card__image { background-image: linear-gradient(135deg, rgba(37, 20, 61, .72), rgba(113, 48, 212, .25)), url("../img/reason01.jpg"); }
.reason-card--02 .reason-card__image { background-image: linear-gradient(135deg, rgba(20, 13, 54, .88), rgba(72, 47, 145, .48)), url("../img/reason02.jpg"); }
.reason-card--03 .reason-card__image { background-image: linear-gradient(135deg, rgba(21, 13, 35, .72), rgba(113, 48, 212, .24)), url("../img/reason03.jpg"); }
.reason-card--04 .reason-card__image { background-image: linear-gradient(135deg, rgba(42, 17, 69, .66), rgba(160, 67, 220, .32)), url("../img/reason04.jpg"); }
.reason-card__image span { padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.reason-card__body { position: relative; min-height: 220px; padding: 28px 22px 24px; }
.reason-card__icon { position: absolute; top: -24px; display: grid; width: 50px; height: 50px; border-radius: 50%; place-items: center; color: var(--purple); background: #fff; box-shadow: 0 7px 20px rgba(49, 31, 72, .14); font-size: 10px; font-weight: 900; }
.reason-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.4; }
.reason-card p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 650; }

.equipment-slider { position: relative; }
.equipment-slider__image {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
  background-color: #1c1722;
  background-position: center;
  background-size: cover;
  transition: background-image .3s ease, opacity .25s ease;
}
/* 通常の設備画像 */
.equipment-slider__image {
  background-size: 100% 100%, cover;
  background-position: center, center;
  background-repeat: no-repeat;
}



.equipment-slider__image.is-changing { opacity: .65; }
.equipment-slider__caption { position: absolute; z-index: 2; bottom: 34px; left: 34px; display: grid; }
.equipment-slider__caption span { width: fit-content; padding: 5px 10px; border: 1px solid rgba(255, 255, 255, .65); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 900; }
.equipment-slider__caption strong { margin-top: 8px; color: #fff; font-size: 42px; font-weight: 950; line-height: 1.1; }

.slider-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgba(72, 77, 88, .55);
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.slider-button--prev { left: 24px; }
.slider-button--next { right: 24px; }
.slider-button:hover { background: var(--purple); }

.slider-dots {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.slider-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .45); cursor: pointer; transition: width .2s ease, background .2s ease; }
.slider-dots button.is-active { width: 34px; background: #fff; }

.equipment-detail {
  display: grid;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 26px 26px;
  grid-template-columns: .8fr 1.4fr;
  gap: 34px;
  background: #fff;
}

.equipment-detail h3 { margin: 0 0 8px; font-size: 30px; }
.equipment-detail p { margin: 0; color: var(--muted); font-weight: 650; }
.machine-tags { display: flex; margin: 0; padding: 0; align-content: center; align-items: center; flex-wrap: wrap; gap: 8px; list-style: none; }
.machine-tags li { padding: 8px 14px; border: 1px solid #e8def2; border-radius: 999px; background: #faf6ff; font-size: 12px; font-weight: 800; }

.feature-grid {
  display: grid;
  margin-top: 20px;
  padding: 28px;
  border-radius: 24px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  background: #f8f5fb;
  box-shadow: var(--shadow);
}

.feature-grid article {
  display: flex;
  min-height: 136px;
  padding: 16px 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #fff;
}

.feature-icon { display: grid; min-width: 48px; height: 48px; margin-bottom: 10px; padding-inline: 8px; border-radius: 14px; place-items: center; color: var(--purple); background: #f0e7ff; font-size: 15px; font-weight: 900; }
.feature-grid strong { font-size: 13px; line-height: 1.4; }
.feature-grid small { margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.35; }

.access-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.store-info,
.map-card { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.store-info div { display: grid; padding: 16px 0; border-bottom: 1px solid var(--line); grid-template-columns: 120px 1fr; gap: 18px; }
.store-info div:last-child { border-bottom: 0; }
.store-info dt { font-weight: 900; }
.store-info dd { margin: 0; color: var(--muted); font-weight: 750; }
.store-info a { text-decoration: underline; text-underline-offset: 3px; }

.map-placeholder {
  position: relative;
  width: 100%;
  height: 310px;
  border-radius: 18px;
  place-items: center;
  align-content: center;
  color: #635b69;
  background:
    linear-gradient(45deg, transparent 48%, rgba(150, 160, 175, .24) 49%, rgba(150, 160, 175, .24) 51%, transparent 52%),
    linear-gradient(-45deg, transparent 48%, rgba(150, 160, 175, .18) 49%, rgba(150, 160, 175, .18) 51%, transparent 52%),
    linear-gradient(135deg, #eff2f7, #e3e8ef);
  background-size: 48px 48px, 48px 48px, auto;
}
.map-placeholder iframe{
  width: 100%;
  height: 100%;
}

.map-placeholder__pin { display: grid; width: 54px; height: 54px; margin-bottom: 12px; border-radius: 50% 50% 50% 0; place-items: center; color: #fff; background: #d84438; font-size: 16px; transform: rotate(-45deg); }
.map-placeholder__pin::first-letter { transform: rotate(45deg); }
.map-placeholder strong { font-size: 17px; letter-spacing: .12em; }
.map-placeholder small { font-weight: 700; }
.map-card__actions { display: flex; margin-top: 18px; gap: 12px; }

.faq-list { display: grid; gap: 14px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 11px 30px rgba(47, 30, 66, .06); }
.faq-list summary { position: relative; padding: 20px 58px 20px 22px; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 50%; right: 22px; width: 20px; height: 20px; color: var(--purple); content: "+"; font-size: 24px; line-height: 18px; text-align: center; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 22px 20px; color: var(--muted); font-weight: 650; }
.faq-answer p { margin: 0; }
.faq-answer--long h3 { margin: 22px 0 8px; color: var(--ink); font-size: 16px; }
.faq-answer--long ol { padding-left: 1.5em; }

.closing-section { padding-top: 70px; }
.closing-cta {
  overflow: hidden;
  padding: 48px;
  border-radius: 26px;
  color: #fff;
  background-color: #17131b;
  background-image: linear-gradient(90deg, rgba(10, 8, 12, .95), rgba(15, 10, 19, .76) 50%, rgba(16, 12, 20, .5)), url("../img/cta.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.closing-cta > div { max-width: 900px; }
.closing-cta h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.18; letter-spacing: -.035em; }
.closing-cta p { max-width: 760px; margin: 16px 0 22px; font-weight: 700; }
.closing-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }



/* =========================
   FOOTER
========================= */
.site-footer {
  width: 100%;
  color: #fff;
  background: #100d16;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  padding-top: 28px;
  padding-bottom: 28px;
}

/* ロゴ */
.site-footer__logo {
  display: block;
  flex-shrink: 0;
  transition: opacity 0.25s ease;
}

.site-footer__logo:hover {
  opacity: 0.75;
}

.site-footer__logo img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
}

/* ナビゲーション */
.site-footer__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-footer__nav a {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.site-footer__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: #7b45da;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s ease;
}

.site-footer__nav a:hover {
  color: #c7aaff;
}

.site-footer__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
@media (max-width: 767px) {
  .site-footer__inner {
    display: block;
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .site-footer__logo img {
    width: 200px;
  }

  .site-footer__nav {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
  }

  .site-footer__nav a {
    font-size: 13px;
  }
}


.mobile-cta { display: none; }

@media (max-width: 1040px) {
  .global-nav { display: none; }
  .reason-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 66px; }
  body { padding-bottom: 72px; font-size: 15px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .mobile-only { display: initial; }

  .site-header__inner { width: calc(100% - 28px); min-height: 66px; gap: 10px; }
  .brand__mark { width: 34px; }
  .brand__copy strong { font-size: 14px; }
  .brand__copy small { display: none; }
  .site-header__actions .button { min-height: 42px; padding: 10px 18px; font-size: 12px; }
  .site-header__actions .header-web { display: none; }

  .hero { min-height: 760px; background-position: 58% center; }
  .hero::after { background: linear-gradient(180deg, rgba(28, 8, 53, .5), rgba(0, 0, 0, .83)); }
  .hero__inner { padding-block: 50px 42px; align-self: start; }
  .hero__eyebrow { margin-bottom: 24px; font-size: 11px; }
  .hero h1 { font-size: clamp(44px, 13.6vw, 62px); line-height: 1.08; }
  .hero__lead { margin-top: 24px; font-size: 17px; line-height: 1.8; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero__actions .button { min-width: 0; padding-inline: 12px; }
  .hero__facts { margin-top: 30px; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero__facts div { min-height: 76px; padding: 13px 14px; }
  .hero__facts dd { font-size: 13px; }

  .section { padding-block: 68px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading__en, .discount__en { margin-bottom: 8px; font-size: 12px; }
  .section-heading h2 { font-size: 34px; line-height: 1.3; }
  .section-heading > p:last-child { font-size: 14px; }

  .campaign-panel { margin-inline: -6px; padding: 26px 18px; border-radius: 26px; }
  .campaign-panel__intro h3, .discount h3 { font-size: 35px; line-height: 1.18; }
  .campaign-panel__intro > p { font-size: 14px; }
  .campaign-feature-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .campaign-feature, .campaign-feature--main { grid-row: auto; padding: 24px 20px; }
  .campaign-feature__big { font-size: 39px; }
  .campaign-feature__big strong { font-size: 56px; }
  .campaign-feature h4 { font-size: 24px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-grid article { min-height: 114px; padding: 20px; }
  .price-grid p strong { font-size: 39px; }
  .campaign-panel__actions { display: grid; }
  .campaign-panel__actions .button { width: 100%; }
  .campaign-note { font-size: 10px; }
  .discount-grid { grid-template-columns: 1fr; }
  .discount-card { padding: 26px 22px; }
  .discount-card h4 { font-size: 24px; }
  .discount-card__rate { font-size: 42px; }
  .discount-card > p:not(.discount-card__rate), .discount-card li { font-size: 12px; }

  .reason-grid { grid-template-columns: 1fr; gap: 22px; }
  .reason-card__image { height: 250px; }
  .reason-card__body { min-height: auto; padding: 30px 24px 28px; }
  .reason-card h3 { font-size: 24px; }
  .reason-card p { font-size: 15px; }

  .equipment-slider__image { min-height: 330px; border-radius: 22px 22px 0 0; }
  .equipment-slider__caption { bottom: 28px; left: 24px; }
  .equipment-slider__caption strong { font-size: 35px; }
  .slider-button { width: 44px; height: 44px; }
  .slider-button--prev { left: 14px; }
  .slider-button--next { right: 14px; }
  .equipment-detail { padding: 24px 20px; grid-template-columns: 1fr; gap: 20px; }
  .equipment-detail h3 { font-size: 27px; }
  .machine-tags li { padding: 7px 12px; font-size: 11px; }
  .feature-grid { margin-inline: -6px; padding: 16px 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
  .feature-grid article { min-height: 132px; padding: 13px 5px; border-radius: 18px; }
  .feature-icon { min-width: 42px; height: 42px; }
  .feature-grid strong { font-size: 11px; }
  .feature-grid small { font-size: 9px; }

  .access-grid { grid-template-columns: 1fr; }
  .store-info, .map-card { padding: 22px; }
  .store-info div { grid-template-columns: 1fr; gap: 4px; }
  .map-placeholder { min-height: 260px; }
  .map-card__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .map-card__actions .button { padding-inline: 12px; }

  .faq-list details { border-radius: 18px; }
  .faq-list summary { padding: 20px 54px 20px 20px; }
  .faq-answer { padding: 0 20px 22px; font-size: 14px; }

  .closing-cta { padding: 34px 24px; background-position: center; }
  .closing-cta h2 { font-size: 36px; }
  .closing-cta p { font-size: 14px; }
  .closing-cta__actions { display: grid; }
  .closing-cta__actions .button { width: 100%; }

  .site-footer { padding-block: 38px; }
  .site-footer__inner { align-items: flex-start; flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; }

  .mobile-cta {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, .12);
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background: rgba(14, 11, 18, .95);
    backdrop-filter: blur(14px);
  }

  .mobile-cta .button { min-height: 46px; padding: 10px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* EVOLTスライドでは1カラムに変更 */
#equipment-detail-layout.is-wide {
  grid-template-columns: minmax(0, 1fr);
}

#equipment-detail-layout.is-wide .equipment-detail__text {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
}

#equipment-machine-column[hidden] {
  display: none !important;
}

/* 長文を読みやすくする */
#equipment-detail-layout.is-wide #equipment-detail-copy {
  max-width: 1000px;
  line-height: 2;
}