:root {
  --paper: #f5f5f7;
  --ink: #070707;
  --subtle-ink: #646464;
  --faq-ink: #3f4448;
  --faq-muted: #70767a;
  --line: #d2d2d4;
  --accent: #c98791;
  --max-text: 760px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  height: 100svh;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  line-height: 1.9;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.policy-page {
  min-height: 100svh;
  height: auto;
  overflow: auto;
}

.story {
  width: 100%;
  height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.fixed-entry {
  position: fixed;
  top: clamp(16px, 2vw, 28px);
  left: clamp(22px, 3.4vw, 56px);
  right: clamp(14px, 2.2vw, 28px);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  pointer-events: none;
}

.fixed-logo {
  color: var(--ink);
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.2;
  letter-spacing: .14em;
  text-decoration: none;
  pointer-events: auto;
}

.fixed-entry-panel {
  display: grid;
  justify-items: end;
  gap: 6px;
  pointer-events: auto;
}

.fixed-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.entry-campaign {
  margin: 0;
  padding: 4px 10px;
  border: 1px solid rgba(181, 27, 30, .24);
  background: rgba(255, 255, 255, .72);
  color: #9d171a;
  font-size: clamp(12px, .95vw, 14px);
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}

.entry-button {
  min-width: clamp(176px, 14.5vw, 244px);
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  color: #fff;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s ease;
}

.entry-button:hover {
  opacity: .86;
}

.entry-button.trial {
  background: #b51b1e;
}

.entry-button.line {
  background: #25b84b;
}

.message-section {
  height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(96px, 12vw, 180px) clamp(24px, 7vw, 120px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.message-section.first {
  position: relative;
}

.image-message {
  background: var(--paper);
}

.message-block {
  width: fit-content;
  max-width: min(100%, var(--max-text));
  display: grid;
  gap: clamp(22px, 3.8vw, 42px);
  margin: 0 auto;
  text-align: left;
}

.message-block p {
  margin: 0;
  font-size: clamp(25px, 2.45vw, 38px);
  font-weight: 400;
  line-height: 1.85;
}

.mobile-break {
  display: none;
}

.desktop-break {
  display: block;
}

.story > .message-section:nth-of-type(-n + 4) .message-block {
  width: min(100%, 940px);
  max-width: min(100%, 940px);
}

.first .message-block p,
.first-aligned .message-block p,
.lesson-invite .message-block p {
  font-size: clamp(24px, 2.35vw, 36px);
}

.trackman-closing .message-block {
  max-width: min(100%, 900px);
}

.trackman-closing .message-block p {
  font-size: clamp(24px, 2.35vw, 36px);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.coach-section {
  height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(72px, 9vw, 124px) clamp(32px, 7vw, 128px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.coach-inner {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(360px, .85fr);
  align-items: center;
  gap: clamp(56px, 7vw, 120px);
  margin: 0 auto;
}

.coach-photo {
  min-width: 0;
  margin: 0;
}

.coach-photo img {
  width: 100%;
  max-height: min(68svh, 620px);
  display: block;
  object-fit: contain;
  object-position: center top;
}

.coach-copy {
  min-width: 0;
  color: var(--faq-ink);
  text-align: left;
}

.coach-label {
  text-align: left;
}

.coach-copy h2 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(28px, 2.65vw, 40px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .06em;
}

.coach-name-en {
  margin: 4px 0 0;
  color: var(--faq-muted);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.5;
  letter-spacing: .08em;
}

.coach-license {
  margin-top: 14px !important;
}

.coach-rule {
  margin: 18px 0 26px;
}

.coach-copy p:not(.section-label) {
  margin: 0;
  color: var(--faq-muted);
  font-size: clamp(16px, 1.18vw, 19px);
  font-weight: 400;
  line-height: 2.1;
}

.coach-copy p + p {
  margin-top: 10px;
}

.equipment-section {
  height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(72px, 9vw, 124px) clamp(32px, 7vw, 128px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.equipment-inner {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(340px, .75fr);
  align-items: center;
  gap: clamp(46px, 6vw, 96px);
  margin: 0 auto;
}

.equipment-media {
  min-width: 0;
  margin: 0;
}

.equipment-media img {
  width: 100%;
  max-height: min(58svh, 560px);
  display: block;
  object-fit: contain;
}

.equipment-copy {
  min-width: 0;
  color: var(--faq-ink);
  text-align: left;
}

.equipment-label {
  text-align: left;
}

.equipment-copy h2,
.equipment-copy-heading {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .08em;
}

.equipment-lead {
  margin-top: 14px !important;
  color: var(--faq-ink) !important;
  font-size: clamp(18px, 1.5vw, 24px) !important;
  line-height: 1.8 !important;
}

.equipment-rule {
  margin: 20px 0 28px;
}

.equipment-copy p:not(.section-label) {
  margin: 0;
  color: var(--faq-muted);
  font-size: clamp(16px, 1.18vw, 19px);
  font-weight: 400;
  line-height: 2.1;
}

.equipment-copy p + p {
  margin-top: 10px;
}

.equipment-analysis .equipment-inner {
  grid-template-columns: minmax(440px, 1.1fr) minmax(340px, .7fr);
}

.equipment-analysis .equipment-media img {
  max-height: min(54svh, 520px);
  background: #151515;
}

.equipment-coaching .equipment-inner {
  grid-template-columns: minmax(360px, .85fr) minmax(360px, .8fr);
  width: min(100%, 1240px);
}

.equipment-video-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: clamp(10px, 1.3vw, 16px);
}

.equipment-video-grid video {
  width: min(100%, 320px);
  max-height: min(22svh, 180px);
  display: block;
  object-fit: contain;
  background: #151515;
}

.equipment-more {
  margin-top: 24px !important;
}

.equipment-more a {
  color: var(--faq-muted);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity .2s ease;
}

.equipment-more a:hover {
  opacity: .7;
}

.price-section {
  height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(56px, 7vw, 96px) clamp(28px, 5vw, 72px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.price-inner {
  width: min(100%, 1360px);
  margin: -2vh auto 0;
}

.price-label {
  text-align: left;
}

.price-section h2 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.price-rule {
  margin: 18px 0 28px;
}

.price-table-wrap {
  overflow-x: auto;
}

.price-card-list {
  display: none;
}

.price-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .5);
  color: var(--faq-ink);
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.45;
}

.price-table thead {
  background: #c68590;
  color: #fff;
}

.price-table th,
.price-table td {
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-weight: 400;
}

.price-table thead th {
  font-weight: 700;
}

.price-table tbody th {
  width: 25%;
}

.price-table tbody td {
  color: var(--faq-muted);
}

.price-notes {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  color: var(--faq-muted);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.7;
  text-align: left;
}

.price-notes p {
  margin: 0;
}

.partner-section {
  height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(64px, 8vw, 112px) clamp(28px, 6vw, 96px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.partner-inner {
  width: min(100%, 1180px);
  margin: -2vh auto 0;
  text-align: center;
}

.partner-section h2 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.35;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(34px, 4.5vw, 58px);
}

.partner-card {
  min-height: clamp(128px, 13vw, 176px);
  display: grid;
  place-items: center;
  padding: clamp(22px, 2.6vw, 36px);
  border: 0;
  background: transparent;
}

.partner-card img {
  width: 100%;
  max-width: 320px;
  max-height: 92px;
  display: block;
  object-fit: contain;
}

.access-section {
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.access-copy {
  display: grid;
  align-content: center;
  padding: clamp(86px, 10vw, 140px) clamp(44px, 8vw, 140px);
}

.footer-brand {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .14em;
}

.access-label,
.access-section h2 {
  text-align: left;
}

.access-section h2 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.35;
}

.access-rule {
  margin: 22px 0 32px;
}

.access-copy address,
.access-phone,
.access-hours,
.access-call-note,
.access-note {
  margin: 0;
  color: var(--faq-muted);
  font-size: clamp(16px, 1.25vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
}

.access-phone {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
}

.access-phone a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.access-hours {
  margin-top: 8px;
}

.access-note {
  max-width: 520px;
  margin-top: 24px;
  font-size: clamp(14px, 1.05vw, 17px);
}

.access-call-note {
  max-width: 560px;
  margin-top: 18px;
  font-size: clamp(13px, .98vw, 16px);
  line-height: 1.9;
}

.access-map {
  min-height: 100%;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.site-footer {
  height: 100svh;
  min-height: 100svh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(48px, 7vw, 92px);
  padding: clamp(80px, 9vw, 128px) 24px clamp(56px, 6vw, 86px);
  border-top: 1px solid rgba(210, 210, 212, .9);
  background: var(--paper);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.footer-menu-wrap {
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 7vw, 96px);
}

.footer-nav-group {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-nav-group h2 {
  margin: 0 0 8px;
  color: var(--faq-muted);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
}

.footer-nav-group a {
  color: var(--faq-muted);
  font-size: clamp(20px, 1.85vw, 28px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .02em;
  text-decoration: none;
  transition: opacity .2s ease;
}

.footer-nav-group a:hover {
  opacity: .7;
}

.simple-footer .footer-menu-wrap {
  width: min(100%, 980px);
  grid-template-columns: 1fr;
  justify-items: center;
}

.simple-footer .footer-nav-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 34px);
}

.simple-footer .footer-nav-group a {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  white-space: nowrap;
}

.footer-copy {
  margin: 0;
  color: var(--faq-muted);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.5;
  text-align: center;
}

.policy-main {
  width: min(100% - 48px, 860px);
  margin: 0 auto;
  padding: clamp(96px, 12vw, 150px) 0;
}

.policy-back {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--faq-muted);
  font-size: 15px;
  text-decoration: none;
}

.policy-main h1 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(32px, 3.3vw, 46px);
  font-weight: 400;
  line-height: 1.35;
}

.detailed-faq-label,
.policy-main:has(.detailed-faq-label) h1 {
  text-align: center;
}

.policy-main:has(.detailed-faq-label) .section-rule {
  margin-left: auto;
  margin-right: auto;
}

.policy-main .section-rule {
  margin-left: 0;
  margin-right: 0;
}

.trackman-video-hero {
  width: 100%;
  min-height: 100svh;
  display: grid;
  place-items: center;
  background: #070707;
}

.trackman-video-hero video {
  width: 100%;
  height: 100svh;
  display: block;
  object-fit: cover;
}

.policy-content {
  display: grid;
  gap: 30px;
  margin-top: 42px;
  color: var(--faq-muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 2;
}

.policy-content section {
  display: grid;
  gap: 8px;
}

.policy-content h2 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 400;
  line-height: 1.5;
}

.policy-content p {
  margin: 0;
}

.faq-category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin: 34px 0 0;
}

.faq-category-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 18px;
  border: 1px solid rgba(201, 135, 145, .45);
  color: var(--faq-muted);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.4;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease;
}

.faq-category-nav a:hover {
  border-color: var(--accent);
  color: var(--faq-ink);
}

.detailed-faq-list {
  display: block;
  gap: 0;
}

.faq-category {
  margin-top: clamp(44px, 5vw, 64px);
  scroll-margin-top: 130px;
}

.faq-category h2 {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}

.faq-category .faq-item:first-of-type {
  border-top: 1px solid var(--line);
}

.detailed-faq-list .faq-item summary {
  font-size: clamp(18px, 1.45vw, 23px);
}

.policy-hero {
  margin: 42px 0 0;
}

.policy-hero img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.trackman-page .section-label,
.trackman-page h1 {
  text-align: center;
}

.trackman-logo-heading {
  margin: 0;
}

.trackman-logo-heading img {
  width: min(100%, 560px);
  display: block;
  margin: 0 auto;
}

.trackman-device-section {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  margin-top: clamp(44px, 6vw, 76px);
}

.trackman-device-image {
  margin: 0;
}

.trackman-device-image img {
  width: 100%;
  max-height: 520px;
  display: block;
  object-fit: contain;
}

.trackman-device-copy {
  display: grid;
  gap: 14px;
  text-align: left;
}

.trackman-device-copy h2 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1.55;
}

.trackman-device-copy p {
  margin: 0;
  color: var(--faq-muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 2;
}

.trackman-page .section-rule {
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(56px, 7vw, 96px) clamp(24px, 6vw, 96px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.faq-inner {
  width: min(60vw, 1120px);
  margin: -3vh auto 0;
}

.section-label {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
}

.faq-section h2 {
  margin: 0;
  color: var(--faq-ink);
  font-family: inherit;
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.section-rule {
  width: 68px;
  height: 1px;
  margin: 22px auto 24px;
  background: var(--accent);
}

.price-section .section-label {
  text-align: left;
}

.price-section .section-rule {
  margin-left: 0;
  margin-right: 0;
}

.access-section .section-label {
  text-align: left;
}

.access-section .section-rule {
  margin-left: 0;
  margin-right: 0;
}

.coach-copy .section-label {
  text-align: left;
}

.coach-copy .section-rule {
  margin-left: 0;
  margin-right: 0;
}

.equipment-copy .section-label {
  text-align: left;
}

.equipment-copy .section-rule {
  margin-left: 0;
  margin-right: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  display: block;
  padding: 24px 56px 24px 0;
  color: var(--faq-ink);
  font-family: inherit;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 2px;
  background: var(--accent);
  transform: translateY(-50%);
}

.faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
  padding: 0 56px 24px 0;
}

.faq-answer p {
  margin: 0;
  color: var(--faq-muted);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 400;
  line-height: 2;
}

.faq-more {
  margin: 18px 0 0;
  text-align: right;
}

.faq-more a {
  color: var(--faq-muted);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity .2s ease;
}

.faq-more a:hover {
  opacity: .7;
}

@media (max-width: 760px) {
  .story {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    scroll-snap-type: y proximity;
    touch-action: pan-y;
  }

  .message-section,
  .faq-section,
  .coach-section,
  .equipment-section,
  .price-section,
  .partner-section,
  .access-section,
  .site-footer {
    scroll-snap-stop: normal;
  }

  .fixed-entry {
    top: 16px;
    left: 22px;
    right: 22px;
    align-items: center;
  }

  .fixed-entry-panel {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 30;
    justify-items: stretch;
    gap: 5px;
  }

  .fixed-actions {
    flex-direction: row;
    gap: 8px;
  }

  .entry-campaign {
    max-width: none;
    padding: 4px 8px;
    font-size: 10.5px;
    line-height: 1.45;
    text-align: center;
    white-space: normal;
  }

  .entry-button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 9px 13px;
    font-size: 14px;
  }

  .message-section {
    min-height: 86svh;
    justify-items: start;
    padding: 112px 28px 96px;
  }

  .message-section.first {
    padding-top: 148px;
  }

  .image-message {
    background: var(--paper);
  }

  .message-block {
    gap: 20px;
  }

  .message-block p,
  .first .message-block p,
  .first-aligned .message-block p {
    font-size: clamp(22px, 6.3vw, 31px);
    line-height: 1.95;
  }

  .mobile-break {
    display: block;
  }

  .desktop-break {
    display: none;
  }

  .faq-section {
    height: auto;
    min-height: 100svh;
    padding: 72px 24px 88px;
  }

  .coach-section {
    height: auto;
    min-height: 100svh;
    padding: 96px 24px 84px;
  }

  .coach-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .coach-photo img {
    max-height: 42svh;
    margin: 0 auto;
  }

  .equipment-section {
    height: auto;
    min-height: 100svh;
    padding: 96px 24px 84px;
  }

  .equipment-inner {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 30px;
  }

  .equipment-analysis .equipment-inner,
  .equipment-coaching .equipment-inner {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .equipment-media img {
    max-width: 100%;
    max-height: 36svh;
    margin: 0 auto;
  }

  .equipment-analysis .equipment-media img {
    width: 100%;
    max-height: 30svh;
  }

  .equipment-video-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .equipment-video-grid video {
    width: 100%;
    max-height: 19svh;
  }

  .equipment-coaching {
    min-height: 100svh;
    padding-top: 92px;
    padding-bottom: 150px;
    align-items: center;
  }

  .equipment-coaching .equipment-inner {
    gap: 0;
    align-items: center;
    justify-items: center;
  }

  .equipment-coaching .equipment-copy {
    display: none;
  }

  .price-section {
    height: auto;
    min-height: 100svh;
    padding: 80px 24px 88px;
  }

  .price-inner {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    overflow: hidden;
  }

  .price-card-list {
    width: 100%;
    max-width: 100%;
    display: grid;
    gap: 12px;
    margin: 0 0 22px;
  }

  .price-card {
    width: 100%;
    min-width: 0;
    padding: 18px 18px 16px;
    border: 1px solid rgba(201, 135, 145, .28);
    background: rgba(255, 255, 255, .48);
  }

  .price-card h3 {
    margin: 0 0 8px;
    color: var(--faq-ink);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }

  .price-card p {
    margin: 0;
    color: var(--faq-muted);
    font-size: 14px;
    line-height: 1.7;
  }

  .price-card .price-card-fee {
    margin-bottom: 6px;
    color: var(--faq-ink);
    font-size: 20px;
    line-height: 1.4;
  }

  .price-table-wrap {
    margin-right: -24px;
    padding-bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .price-table {
    min-width: 760px;
    font-size: 15px;
  }

  .price-table th,
  .price-table td {
    padding: 14px 16px;
  }

  .price-table thead th:first-child,
  .price-table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 136px;
    min-width: 136px;
    box-shadow: 1px 0 0 var(--line);
  }

  .price-table thead th:first-child {
    z-index: 3;
    background: #c68590;
  }

  .price-table tbody th {
    background: rgba(245, 245, 247, .96);
  }

  .partner-section {
    height: auto;
    min-height: 100svh;
    padding: 84px 24px 88px;
  }

  .partner-inner {
    margin-top: 0;
  }

  .partner-list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .partner-card {
    min-height: 128px;
    padding: 24px;
  }

  .partner-card img {
    max-width: 280px;
    max-height: 82px;
  }

  .access-section {
    height: auto;
    min-height: 100svh;
    grid-template-columns: 1fr;
  }

  .access-copy {
    padding: 88px 24px 42px;
  }

  .footer-brand {
    font-size: clamp(34px, 10vw, 48px);
  }

  .footer-menu-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-nav-group {
    gap: 10px;
  }

  .footer-nav-group a {
    font-size: clamp(19px, 5.6vw, 25px);
  }

  .trackman-device-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .trackman-device-image img {
    max-height: 42svh;
  }

  .access-map {
    height: auto;
    min-height: 320px;
  }

  .footer-copy {
    text-align: center;
  }

  .faq-inner {
    width: 100%;
    margin-top: 0;
  }

  .faq-item summary {
    padding: 24px 42px 24px 0;
  }

  .faq-item summary::before,
  .faq-item summary::after {
    width: 18px;
  }

  .faq-answer {
    padding: 0 42px 24px 0;
  }

  .message-section,
  .faq-section,
  .coach-section,
  .equipment-section,
  .price-section,
  .partner-section,
  .access-section,
  .site-footer {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

  .message-section {
    align-items: center;
    padding-top: 116px;
    padding-bottom: 150px;
  }

  .message-section.first {
    padding-top: 146px;
  }

  .message-block p,
  .first .message-block p,
  .first-aligned .message-block p {
    line-height: 1.82;
  }

  .faq-section,
  .price-section,
  .partner-section {
    padding-top: 72px;
    padding-bottom: 150px;
  }

  .faq-inner,
  .price-inner {
    max-height: calc(100svh - 230px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .faq-section h2,
  .price-section h2,
  .partner-section h2,
  .access-section h2 {
    margin-bottom: 26px;
  }

  .faq-section .section-rule,
  .price-section .section-rule,
  .partner-section .section-rule,
  .access-section .section-rule {
    margin-bottom: 18px;
  }

  .faq-item summary {
    padding: 15px 38px 15px 0;
    font-size: 15.5px;
    line-height: 1.55;
  }

  .faq-answer {
    padding: 0 38px 16px 0;
  }

  .faq-answer p {
    font-size: 13.5px;
    line-height: 1.75;
  }

  .coach-section,
  .equipment-section {
    padding-top: 84px;
    padding-bottom: 150px;
  }

  .coach-inner,
  .equipment-inner {
    gap: 18px;
  }

  .coach-inner,
  .equipment-inner,
  .partner-inner {
    max-height: calc(100svh - 234px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .coach-photo img {
    max-height: 30svh;
  }

  .coach-copy h2,
  .equipment-copy h2 {
    font-size: clamp(26px, 8vw, 38px);
    line-height: 1.24;
  }

  .coach-copy p,
  .equipment-copy p {
    font-size: 13.5px;
    line-height: 1.75;
  }

  .coach-copy .section-label,
  .equipment-copy .section-label {
    font-size: 13px;
  }

  .equipment-media img {
    max-height: 28svh;
  }

  .equipment-analysis .equipment-media img {
    max-height: 25svh;
    object-fit: contain;
  }

  .equipment-coaching {
    padding-top: 112px;
    padding-bottom: 150px;
  }

  .equipment-coaching .equipment-inner {
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .equipment-coaching .equipment-video-grid {
    gap: 12px;
    justify-items: stretch;
  }

  .equipment-coaching .equipment-video-grid video {
    width: 100%;
    max-height: 20svh;
    object-fit: contain;
  }

  .trackman-closing .message-block p {
    font-size: clamp(23px, 6.2vw, 30px);
    line-height: 1.8;
  }

  .price-inner {
    padding-right: 2px;
    overflow-x: hidden;
  }

  .price-card-list {
    gap: 10px;
    margin-bottom: 18px;
  }

  .price-card {
    padding: 13px 14px 12px;
  }

  .price-card h3 {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.45;
  }

  .price-card .price-card-fee {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 1.35;
  }

  .price-card p {
    font-size: 13px;
    line-height: 1.5;
  }

  .price-table-wrap {
    margin-right: 0;
  }

  .access-section {
    grid-template-rows: minmax(0, 1fr) minmax(150px, 24svh);
  }

  .access-copy {
    min-height: 0;
    padding: 76px 24px 14px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .access-copy address,
  .access-phone,
  .access-hours,
  .access-call-note,
  .access-note {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .access-phone {
    gap: 6px 12px;
    margin-top: 8px;
  }

  .access-call-note {
    margin-top: 10px;
  }

  .access-note {
    margin-top: 12px;
  }

  .access-map {
    min-height: 0;
    height: auto;
  }

  .access-map iframe {
    height: 100%;
    min-height: 150px;
  }

  .partner-list {
    gap: 10px;
    margin-top: 22px;
  }

  .partner-card {
    min-height: 94px;
    padding: 16px;
    border: 0;
    background: transparent;
  }

  .partner-card img {
    max-width: 240px;
    max-height: 64px;
  }

  .site-footer {
    padding: 120px 24px 150px;
  }

  .simple-footer .footer-nav-group {
    gap: 14px 18px;
  }
}

@media (max-width: 420px) {
  .message-section {
    padding-inline: 22px;
  }

}
