/* =========================================================
   /tokyo/seitai 専用
   既存の style.css（ヘッダー・フッター・ナビ）と
   /treatment の世界観を踏襲する。既存CSSは上書きしない。
========================================================= */

.tokyo-seitai-page {
  background-color: #ffffff;
  color: #1E3A5F;
  overflow-x: hidden;
}

.tokyo-seitai-page .ts-hero,
.tokyo-seitai-page .ts-section {
  box-sizing: border-box;
}

/* このページ専用：FV上は透明＋白文字、抜けたら白背景＋ネイビー */
.tokyo-seitai-page .header {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(18, 32, 48, 0.42) 0%, rgba(18, 32, 48, 0) 100%);
  box-shadow: none;
  border-bottom: none;
  transition:
    background-color 0.4s ease,
    background-image 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.tokyo-seitai-page .logo {
  color: #ffffff;
  transition: color 0.4s ease;
}

.tokyo-seitai-page .nav {
  gap: 16px;
}

.tokyo-seitai-page .nav a:not(.nav-book) {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 0;
  min-height: 0;
  transition: color 0.4s ease;
}

.tokyo-seitai-page .nav a:hover:not(.nav-book) {
  color: #c0a062;
}

.tokyo-seitai-page .nav-book {
  min-height: 32px;
  padding: 5px 14px;
  background: transparent;
  color: #c0a062;
  border-color: #c0a062;
  box-shadow: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media (hover: hover) {
  .tokyo-seitai-page .nav a.nav-book:hover {
    background: transparent;
    color: #d4b57a;
    border-color: #d4b57a;
    box-shadow: none;
  }
}

.tokyo-seitai-page.is-past-hero .header {
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(30, 58, 95, 0.08);
}

.tokyo-seitai-page.is-past-hero .logo {
  color: #1E3A5F;
}

.tokyo-seitai-page.is-past-hero .nav a:not(.nav-book) {
  color: #1E3A5F;
}

.tokyo-seitai-page.is-past-hero .nav a:hover:not(.nav-book) {
  color: #8fa3c1;
}

.tokyo-seitai-page.is-past-hero .nav-book {
  background: #1E3A5F;
  color: #ffffff;
  border-color: #1E3A5F;
}

@media (hover: hover) {
  .tokyo-seitai-page.is-past-hero .nav a.nav-book:hover {
    background: #4a5f7a;
    color: #ffffff;
    border-color: #4a5f7a;
    box-shadow: none;
  }
}

.ts-section {
  padding: 88px 8% 96px;
  text-align: center;
  background-color: #ffffff;
}

.ts-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100svh;
  padding: 110px 8% 80px;
  text-align: left;
  color: #ffffff;
  background-color: #1e3a5f;
  background-image: url("../images/tokyoseitaifv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 58% 50%;
}

.ts-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(18, 32, 48, 0.58) 0%,
    rgba(18, 32, 48, 0.4) 36%,
    rgba(18, 32, 48, 0.16) 64%,
    rgba(18, 32, 48, 0.08) 100%
  );
}

.ts-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 32em;
  margin: 0;
  padding-right: 4%;
}

@media (min-width: 1025px) {
  .ts-hero-copy {
    width: min(32em, 44vw);
  }
}

.ts-hero-kicker {
  display: inline-block;
  margin: 0 0 22px;
  padding: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.6;
  color: #c0a062;
  position: relative;
}

.ts-hero-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1.5px;
  background-color: #c0a062;
}

.ts-hero-title {
  position: relative;
  margin: 0;
  padding: 0;
}

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

.ts-hero-visual {
  display: block;
  font-size: clamp(1.35rem, 3.4vw, 2.05rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #ffffff;
}

.ts-hero-sub {
  margin: 28px 0 0;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  color: rgba(255, 255, 255, 0.88);
}

.ts-hero-br {
  display: inline;
}

.ts-section--muted {
  background-color: #fafafa;
}

.ts-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ts-inner--narrow {
  max-width: 680px;
}

.ts-eyebrow {
  font-family: "Playfair Display", serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #c0a062;
  margin: 0 0 18px;
}

.ts-eyebrow--left {
  text-align: left;
  margin-bottom: 10px;
}

.ts-heading {
  display: inline-block;
  position: relative;
  font-size: 1.42rem;
  font-weight: 600;
  color: #1E3A5F;
  margin: 0 0 12px;
  padding: 0 0 16px;
  letter-spacing: 0.06em;
  line-height: 1.55;
}

.ts-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 2.5px;
  background-color: #c0a062;
  border-radius: 2px;
}

.ts-heading--left {
  display: block;
  text-align: left;
}

.ts-heading--left::after {
  left: 0;
  transform: none;
}

.ts-br-sp {
  display: none;
}

.ts-br-pc {
  display: inline;
}

.ts-body,
.ts-section-lead {
  margin: 28px auto 0;
  text-align: left;
}

.ts-lead,
.ts-body p,
.ts-section-lead,
.ts-view-item p,
.ts-view-intro > p:last-child,
.ts-recommend-list li > p:not(.ts-num),
.ts-flow-list p {
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.05;
  color: #1E3A5F;
  opacity: 0.86;
}

.ts-lead {
  font-size: 1.04rem;
  font-weight: 500;
  opacity: 0.92;
  margin-bottom: 1em;
}

.ts-body p {
  margin: 0 0 1.1em;
}

.ts-body p:last-child {
  margin-bottom: 0;
}

.ts-body--left {
  margin-top: 20px;
}

.ts-body a,
.ts-faq a {
  color: #1E3A5F;
  border-bottom: 1px solid #c0a062;
  text-decoration: none;
}

.ts-quote {
  margin: 40px auto 0;
  padding: 44px 40px;
  max-width: none;
  border: none;
  border-radius: 12px;
  background-color: #F3F5F7;
  box-shadow: none;
  font-size: 1.14rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.15;
  color: #1E3A5F;
  text-align: center;
}

.ts-quote + .ts-body {
  margin-top: 40px;
}

.ts-approach-heading {
  margin: 48px auto 0;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #1E3A5F;
  text-align: center;
}

.ts-num {
  font-family: "Playfair Display", serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #c0a062;
  margin: 0 0 8px;
}

/* ---------- おすすめ ---------- */

#ts-recommend-heading + .ts-section-lead {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ts-recommend-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 20px 24px;
  margin: 40px auto 0;
  padding: 0;
  max-width: 920px;
  text-align: left;
}

.ts-recommend-list li {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 22px 24px 20px;
  background-color: #ffffff;
  border: 1px solid #eee8dc;
  border-radius: 12px;
  box-shadow: none;
}

.ts-recommend-list h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #1E3A5F;
}

.ts-recommend-list li > p:not(.ts-num) {
  margin: 0;
  line-height: 1.8;
}

.ts-concern-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
  margin: 40px 0 0;
  padding: 0;
  text-align: left;
}

.ts-concern-list li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 14px 20px 14px 18px;
  background-color: #fcfbf8;
  border: 1px solid rgba(30, 58, 95, 0.04);
  border-left: 6px solid rgba(192, 160, 98, 0.45);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(30, 58, 95, 0.02);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: rgba(30, 58, 95, 0.78);
  position: relative;
}

.ts-approach-list {
  list-style: none;
  display: grid;
  gap: 0;
  margin: 28px auto 0;
  padding: 0;
  max-width: 640px;
  text-align: left;
}

.ts-approach-list li {
  display: grid;
  grid-template-columns: 2.4em minmax(0, 1fr);
  gap: 4px 14px;
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid #eee8dc;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: #1E3A5F;
}

.ts-approach-list li:last-child {
  border-bottom: 1px solid #eee8dc;
}

.ts-approach-list .ts-num {
  margin: 0;
  padding-top: 2px;
}

.ts-approach-list h4 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.ts-approach-list li p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.85;
  opacity: 0.82;
}

/* ---------- 身体の見方 ---------- */
.ts-view-intro {
  margin: 40px auto 0;
  max-width: 720px;
  padding: 48px 56px;
  border: none;
  border-radius: 12px;
  background-color: #2B4668;
  box-shadow: none;
  text-align: center;
}

.ts-view-role {
  margin: 0;
  padding: 0 8px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.85;
  color: #c0a062;
}

.ts-view-role-break {
  display: inline;
}

.ts-view-intro > p:last-child {
  margin: 24px auto 0;
  max-width: 26em;
  color: #ffffff;
  opacity: 0.92;
  line-height: 2.1;
}

.ts-view-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 48px;
  margin-top: 56px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.ts-view-item {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.ts-view-title {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0 0 10px;
}

/* ---------- スポーツ / ダンサー ---------- */
.ts-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: center;
  text-align: left;
}

.ts-feature--reverse {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}

.ts-feature--reverse .ts-feature-image {
  order: 2;
}

.ts-feature-image {
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 16px;
}

.ts-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ts-feature--sport {
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 64px;
}

.ts-feature--dance {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 64px;
}

.ts-feature--sport .ts-feature-image,
.ts-feature--dance .ts-feature-image {
  height: auto;
  aspect-ratio: 16 / 9;
  box-shadow: none;
}

.ts-feature--dance .ts-feature-image {
  order: 2;
}

.ts-feature-highlight {
  margin: 18px 0 14px;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #1E3A5F;
}

.tokyo-seitai-page .ts-feature--sport[data-aos="fade-right"] {
  transform: translate3d(-28px, 0, 0);
}

.tokyo-seitai-page .ts-feature--dance[data-aos="fade-left"] {
  transform: translate3d(28px, 0, 0);
}

.tokyo-seitai-page .ts-feature--sport[data-aos="fade-right"].aos-animate,
.tokyo-seitai-page .ts-feature--dance[data-aos="fade-left"].aos-animate {
  transform: none;
}

/* ---------- 出張場所 ---------- */
#ts-place-heading + .ts-section-lead {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ts-place-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  text-align: center;
}

.ts-place-list li {
  padding: 4px 16px;
  border-left: 1px solid rgba(30, 58, 95, 0.12);
  background: none;
  box-shadow: none;
  text-align: center;
}

.ts-place-list li:first-child {
  border-left: none;
}

.ts-place-list h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #1E3A5F;
}

.ts-place-list li > p:not(.ts-num) {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #1E3A5F;
  opacity: 0.7;
}

.ts-place-other {
  margin: 28px 0 0;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #1E3A5F;
  opacity: 0.62;
}

.ts-place-note {
  max-width: 36em;
  margin: 20px auto 0;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.9;
  color: #1E3A5F;
  opacity: 0.7;
  text-align: center;
}

/* ---------- 流れ ---------- */
.ts-flow-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  text-align: center;
}

.ts-flow-list li {
  position: relative;
  padding: 0 14px;
  border: none;
  background: none;
  box-shadow: none;
}

.ts-flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.85em;
  left: calc(50% + 1.7em);
  width: calc(100% - 3.4em);
  height: 1px;
  background-color: rgba(30, 58, 95, 0.16);
}

.ts-flow-list .ts-num {
  font-size: 1.18rem;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
}

.ts-flow-list h3 {
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0 0 8px;
  color: #1E3A5F;
}

.ts-flow-list li > p:not(.ts-num) {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #1E3A5F;
  opacity: 0.78;
}

/* ---------- 料金 ---------- */
#ts-price-heading + .ts-section-lead {
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ts-price-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  margin: 40px auto 0;
  padding: 0;
  max-width: 640px;
  text-align: center;
}

.ts-price-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 16px;
  border-left: 1px solid rgba(30, 58, 95, 0.12);
  background: none;
  box-shadow: none;
}

.ts-price-list li:first-child {
  border-left: none;
}

.ts-price-time {
  display: block;
  margin: 0 0 10px;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #1E3A5F;
  opacity: 0.7;
}

.ts-price-amount {
  display: block;
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #1E3A5F;
}

.ts-price-note {
  margin: 24px auto 0;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #1E3A5F;
  opacity: 0.78;
  text-align: center;
}

.ts-text-link {
  display: inline-block;
  margin-top: 28px;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #1E3A5F;
  border-bottom: 1px solid #c0a062;
  padding-bottom: 3px;
  text-decoration: none;
}

/* ---------- FAQ ---------- */
.ts-faq {
  margin-top: 36px;
  text-align: left;
}

.ts-faq details {
  border-top: 1px solid #eee8dc;
  padding: 4px 0;
}

.ts-faq details:last-child {
  border-bottom: 1px solid #eee8dc;
}

.ts-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 12px 0;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

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

.ts-faq summary::after {
  content: "＋";
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #c0a062;
}

.ts-faq details[open] summary::after {
  content: "−";
}

.ts-faq details p {
  margin: 0 0 14px;
  font-size: 0.94rem;
  line-height: 1.9;
  opacity: 0.86;
}

/* ---------- CTA ---------- */
.ts-cta-section {
  background-color: #E9EEF2;
  padding-bottom: 104px;
}

.ts-cta-section .ts-heading {
  font-size: 1.5rem;
}

.ts-cta-section .ts-body,
.ts-cta-section .ts-body p {
  text-align: center;
}

.ts-cta-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 14px 16px;
  margin-top: 36px;
}

.ts-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 48px;
  padding: 12px 28px;
  background: #1E3A5F;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 40px;
  border: 1px solid #1E3A5F;
  box-shadow: none;
  box-sizing: border-box;
}

.ts-cta-btn--outline {
  background: transparent;
  color: #1E3A5F;
  border-color: #1E3A5F;
}

.tokyo-seitai-page .footer-bottom {
  margin-top: 40px;
}

@media (hover: hover) and (min-width: 1025px) {
  .ts-text-link:hover,
  .ts-body a:hover,
  .ts-faq a:hover {
    color: #8fa3c1;
  }

  .ts-cta-btn:hover {
    background: #4a5f7a;
    color: #ffffff;
    border-color: #4a5f7a;
  }

  .ts-cta-btn--outline:hover {
    background: #ffffff;
    color: #1E3A5F;
    border-color: #1E3A5F;
  }
}

@media (max-width: 1024px) {
  .tokyo-seitai-page .hamburger,
  .tokyo-seitai-page .nav-overlay {
    display: none;
  }

  .tokyo-seitai-page .nav {
    position: static;
    right: auto;
    width: auto;
    height: auto;
    background: transparent;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    overflow: visible;
  }

  .tokyo-seitai-page .nav a:not(.nav-book) {
    width: auto;
    min-height: 0;
    font-size: 0.72rem;
    padding: 0;
    color: #ffffff;
  }

  .tokyo-seitai-page.is-past-hero .nav a:not(.nav-book) {
    color: #1E3A5F;
  }

  .tokyo-seitai-page .nav .nav-book {
    width: auto;
    max-width: none;
    margin-top: 0;
    min-height: 30px;
    padding: 4px 12px;
    font-size: 0.74rem;
  }

  .tokyo-seitai-page .ts-hero {
    min-height: 72svh;
    padding: 100px 7% 56px;
    background-position: 72% 46%;
  }

  .tokyo-seitai-page .ts-section {
    padding: 72px 8% 80px;
  }

  .ts-feature,
  .ts-feature--reverse,
  .ts-feature--sport,
  .ts-feature--dance {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .ts-feature--reverse .ts-feature-image,
  .ts-feature--dance .ts-feature-image {
    order: 0;
  }

  .ts-feature-image {
    height: 240px;
  }

  .ts-feature--sport,
  .ts-feature--dance {
    max-width: none;
    gap: 36px;
  }

  .ts-feature--sport .ts-feature-image,
  .ts-feature--dance .ts-feature-image {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .ts-concern-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ts-view-list {
    gap: 32px 28px;
  }

  .ts-recommend-list {
    gap: 16px 18px;
  }

  .ts-place-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 0;
  }

  .ts-place-list li {
    padding: 20px 16px;
    border-left: none;
    border-top: 1px solid rgba(30, 58, 95, 0.1);
  }

  .ts-place-list li:nth-child(-n+2) {
    border-top: none;
    padding-top: 4px;
  }

  .ts-place-list li:nth-child(even) {
    border-left: 1px solid rgba(30, 58, 95, 0.1);
  }

  .ts-flow-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 22em;
    margin: 40px auto 0;
  }

  .ts-flow-list li {
    width: 100%;
    padding: 0 0 32px;
  }

  .ts-flow-list li:not(:last-child)::after {
    top: auto;
    left: 50%;
    bottom: 8px;
    width: 1px;
    height: 16px;
    transform: translateX(-50%);
  }

  .ts-flow-list li:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .tokyo-seitai-page .ts-hero {
    min-height: 0;
    min-height: 62svh;
    align-items: flex-end;
    padding: 88px 7% 36px;
    background-position: 82% 40%;
  }

  .tokyo-seitai-page .ts-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(18, 32, 48, 0.22) 0%,
        rgba(18, 32, 48, 0.12) 38%,
        rgba(18, 32, 48, 0.55) 100%
      ),
      linear-gradient(
        90deg,
        rgba(18, 32, 48, 0.42) 0%,
        rgba(18, 32, 48, 0.12) 48%,
        rgba(18, 32, 48, 0) 100%
      );
  }

  .tokyo-seitai-page .ts-hero-copy {
    max-width: 22em;
    padding-right: 0;
  }

  .tokyo-seitai-page .ts-hero-visual {
    font-size: 1.22rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }

  .tokyo-seitai-page .ts-hero-sub {
    margin-top: 18px;
    font-size: 0.82rem;
    line-height: 1.9;
  }

  .tokyo-seitai-page .ts-hero-br {
    display: none;
  }

  .tokyo-seitai-page .ts-section {
    padding: 64px 7% 72px;
  }

  .ts-br-sp {
    display: block;
  }

  .ts-br-pc {
    display: none;
  }

  .ts-heading {
    font-size: 1.28rem;
    letter-spacing: 0.04em;
  }

  .ts-lead,
  .ts-body p,
  .ts-section-lead,
  .ts-view-item p,
  .ts-view-intro > p:last-child,
  .ts-recommend-list li > p:not(.ts-num),
  .ts-faq details p {
    font-size: 0.94rem;
    line-height: 2.05;
  }

  .ts-quote {
    margin: 28px auto 0;
    padding: 28px 20px;
    font-size: 1.02rem;
    line-height: 2.05;
    letter-spacing: 0.03em;
  }

  .ts-quote + .ts-body {
    margin-top: 28px;
  }

  .ts-view-intro {
    margin-top: 28px;
    padding: 32px 24px;
  }

  .ts-view-role {
    font-size: 1.08rem;
    letter-spacing: 0.08em;
    padding: 0;
  }

  .ts-view-role-break {
    display: block;
  }

  .ts-view-intro > p:last-child {
    margin-top: 18px;
  }

  .ts-view-list {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 36px;
  }

  .ts-view-title {
    font-size: 0.98rem;
  }

  .ts-feature--sport,
  .ts-feature--dance {
    gap: 24px;
  }

  .ts-feature--sport .ts-feature-body,
  .ts-feature--dance .ts-feature-body {
    display: contents;
  }

  .ts-feature--sport .ts-eyebrow,
  .ts-feature--dance .ts-eyebrow {
    display: none;
  }

  .ts-feature--sport .ts-heading,
  .ts-feature--dance .ts-heading {
    order: 1;
    text-align: center;
  }

  .ts-feature--sport .ts-heading::after,
  .ts-feature--dance .ts-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .ts-feature--sport .ts-feature-image,
  .ts-feature--dance .ts-feature-image {
    order: 2;
  }

  .ts-feature--sport .ts-feature-highlight,
  .ts-feature--dance .ts-feature-highlight {
    order: 3;
    margin: 0;
    font-size: 1.04rem;
    text-align: left;
  }

  .ts-feature--sport .ts-body,
  .ts-feature--dance .ts-body {
    order: 4;
  }

  .tokyo-seitai-page .ts-feature--sport[data-aos="fade-right"] {
    transform: translate3d(-16px, 0, 0);
  }

  .tokyo-seitai-page .ts-feature--dance[data-aos="fade-left"] {
    transform: translate3d(16px, 0, 0);
  }

  .ts-recommend-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
    margin-top: 32px;
  }

  .ts-recommend-list li {
    padding: 16px 18px 14px;
  }

  .ts-recommend-list h3 {
    font-size: 0.96rem;
    margin-bottom: 6px;
  }

  .ts-place-list {
    margin-top: 36px;
  }

  .ts-place-list li {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ts-place-list h3 {
    font-size: 0.96rem;
    margin-bottom: 4px;
  }

  .ts-place-list li > p:not(.ts-num) {
    font-size: 0.8rem;
  }

  .ts-place-other,
  .ts-place-note {
    font-size: 0.8rem;
  }

  .ts-flow-list {
    margin-top: 32px;
  }

  .ts-flow-list li {
    padding-bottom: 24px;
  }

  .ts-flow-list .ts-num {
    font-size: 1.08rem;
    margin-bottom: 8px;
  }

  .ts-flow-list h3 {
    font-size: 0.94rem;
    margin-bottom: 6px;
  }

  .ts-flow-list li > p:not(.ts-num) {
    font-size: 0.8rem;
    line-height: 1.75;
  }

  .ts-price-list {
    grid-template-columns: 1fr;
    max-width: 280px;
    gap: 0;
  }

  .ts-price-list li {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding: 12px 0;
    border-left: none;
    border-top: 1px solid rgba(30, 58, 95, 0.1);
  }

  .ts-price-list li:first-child {
    border-top: none;
    padding-top: 0;
  }

  .ts-price-time {
    margin: 0;
    font-size: 0.84rem;
  }

  .ts-price-amount {
    font-size: 1.12rem;
  }

  .ts-price-note {
    font-size: 0.8rem;
    margin-top: 20px;
  }

  .ts-concern-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .ts-concern-list li {
    padding: 12px 16px 12px 16px;
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .tokyo-seitai-page .ts-cta-section {
    padding-bottom: 88px;
  }

  .ts-cta-section .ts-heading {
    font-size: 1.32rem;
  }

  .ts-cta-row {
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
    gap: 12px;
  }

  .ts-cta-btn {
    width: 80%;
    max-width: 260px;
    min-width: 0;
  }

  .ts-faq summary {
    font-size: 0.94rem;
  }
}

@media (max-width: 480px) {
  .tokyo-seitai-page .logo {
    font-size: 1.55rem;
  }

  .tokyo-seitai-page .nav a:not(.nav-book) {
    font-size: 0.7rem;
    padding: 0;
  }

  .tokyo-seitai-page .nav .nav-book {
    padding: 4px 10px;
    font-size: 0.72rem;
    min-height: 28px;
  }

  .tokyo-seitai-page .ts-hero {
    min-height: 56svh;
    padding: 84px 6% 32px;
    background-position: 86% 38%;
  }

  .tokyo-seitai-page .ts-hero-visual {
    font-size: 1.12rem;
  }

  .ts-approach-list li {
    grid-template-columns: 2.1em minmax(0, 1fr);
    padding: 16px 0;
    gap: 2px 10px;
  }

  .ts-approach-list h4 {
    font-size: 0.94rem;
  }

  .ts-approach-list li p {
    font-size: 0.86rem;
    line-height: 1.8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tokyo-seitai-page .ts-feature--sport[data-aos],
  .tokyo-seitai-page .ts-feature--dance[data-aos] {
    opacity: 1;
    transform: none;
    transition-property: none;
  }
}
