/* front-page.css — トップ（担当 front）。値は _design/mobile/モバイルTOP_案3a.dc.html と _design/pc/トップページ_案3a.dc.html の inline から。
   色・フォント・影は tokens.css の変数。tokens.css に無い色は下の .ts-fp 内の変数（tokens.css への追加要望は最終報告に記載）。
   〜767px モバイル ／ 768px〜 PC を縮めた形 ／ 1200px〜 PC */
.ts-fp {
  --ts-fp-yt-lead: #DCEBDE;
  --ts-fp-yt-thumb: #37503C;
  --ts-fp-route-desc: #E8F2EA;
  --ts-fp-ink-hover: #3A3A3A;
  --ts-fp-red-hover: #E14A33;
  --ts-fp-glass: rgba(255,255,255,0.18);
  --ts-fp-dot-off: rgba(255,255,255,0.4);
  --ts-fp-shadow-pc: 0 6px 18px rgba(0,0,0,0.08);
  --ts-fp-shadow-cta: 0 8px 24px rgba(0,0,0,0.18);
  --ts-fp-ig-gradient: radial-gradient(circle at 30% 110%, #FEDA75 0%, #FA7E1E 30%, #D62976 55%, #962FBF 80%, #4F5BD5 100%);
  line-height: normal;
  letter-spacing: normal;
  overflow-x: clip;
}

/* 共通の部品 */
.ts-fp-inner { padding: 0 var(--ts-gutter); }
.ts-fp-head { display: flex; align-items: baseline; gap: 10px; }
.ts-fp-head__text { display: flex; flex-direction: column; }
.ts-fp-head__en { font-family: var(--ts-font-num); font-style: italic; font-weight: 900; font-size: 30px; line-height: 1; }
.ts-fp-head__ja { font-size: 12px; font-weight: 700; }
.ts-fp-head--between { align-items: flex-end; justify-content: space-between; gap: 12px; }
.ts-fp-head--between .ts-fp-head__ja { margin-top: 4px; }
.ts-fp-more { font-size: 12px; font-weight: 700; color: var(--ts-green-text); white-space: nowrap; }
.ts-fp-more:hover { color: var(--ts-green); }
.ts-fp-btn { display: inline-flex; align-items: center; gap: 12px; background: var(--ts-ink); color: var(--ts-white); border-radius: var(--ts-radius-pill); padding: 13px 30px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.ts-fp-btn:hover { background: var(--ts-fp-ink-hover); color: var(--ts-white); }
.ts-fp-btn--red { background: var(--ts-red); }
.ts-fp-btn--red:hover { background: var(--ts-fp-red-hover); }
.ts-fp-lead { margin: 0; font-size: 14px; letter-spacing: 0.05em; color: var(--ts-muted); }
.ts-fp-arrow { width: 38px; height: 38px; flex: none; border-radius: 50%; background: var(--ts-ink); color: var(--ts-white); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.ts-fp-arrow--52 { width: 52px; height: 52px; font-size: 17px; }
.ts-fp-empty { margin: 0; font-size: 13px; color: var(--ts-muted); }
.ts-fp-hero, .ts-fp-cats, .ts-fp-latest, .ts-fp-yt, .ts-fp-rank, .ts-fp-req, .ts-fp-profile, .ts-fp-sns, .ts-fp-contact { position: relative; }

/* ---- ヒーロー（モバイル: 写真クロスフェード） ---- */
.ts-fp-hero { overflow: hidden; padding: 12px var(--ts-gutter) 0; }
.ts-fp-hero__inner { position: relative; }
.ts-fp-hero__frame { position: relative; height: 380px; border-radius: 36px 90px 20px 20px / 36px 120px 20px 20px; overflow: hidden; background: var(--ts-ink); }
.ts-fp-hero__video { display: none; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ts-fp-hero__slides { position: absolute; inset: 0; }
.ts-fp-hero__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.ts-fp-hero__slide.is-on { opacity: 1; }
.ts-fp-hero__now { position: absolute; top: 16px; left: 14px; background: var(--ts-white); border-radius: var(--ts-radius-pill); padding: 8px 16px; transform: rotate(-4deg); font-size: 11px; font-weight: 900; letter-spacing: 0.03em; color: var(--ts-red); white-space: nowrap; z-index: 2; }
.ts-fp-hero__now-pc { display: none; }
.ts-fp-hero__labels { position: absolute; top: 56px; right: 14px; display: flex; gap: 10px; z-index: 2; }
.ts-fp-hero__label { position: relative; writing-mode: vertical-rl; background: var(--ts-white); padding: 16px 10px; font-size: 19px; font-weight: 900; letter-spacing: 0.1em; line-height: 1; border-radius: 6px; color: var(--ts-ink); }
.ts-fp-hero__label--1 { margin-top: 38px; }
.ts-fp-hero__dot, .ts-fp-hero__tire { display: none; }
.ts-fp-hero__copy { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ts-fp-road { position: relative; height: 56px; margin: 4px 0 0; }
.ts-fp-road__line { position: absolute; left: 0; right: 0; top: 30px; height: 4px; background: repeating-linear-gradient(90deg, var(--ts-ink) 0 26px, transparent 26px 48px); opacity: 0.35; }
.ts-fp-road__car { position: absolute; left: 50%; margin-left: -38px; top: -16px; width: 76px; height: 76px; }

/* ---- カテゴリー（モバイル: チップ横スクロール） ---- */
.ts-fp-cats { padding: 6px 0 26px; }
.ts-fp-cats .ts-fp-inner { padding: 0; }
.ts-fp-cats__head { padding: 0 var(--ts-gutter); margin-bottom: 12px; }
.ts-fp-cats__en { font-size: 26px; }
.ts-fp-cats__rail { display: flex; gap: 10px; padding: 2px var(--ts-gutter) 6px; }
.ts-fp-cats__chip { flex: none; display: inline-flex; align-items: center; background: var(--ts-white); border: 1px solid var(--ts-line); border-radius: var(--ts-radius-pill); padding: 12px 22px; font-size: 13px; font-weight: 700; white-space: nowrap; color: var(--ts-ink); }
.ts-fp-cats__chip:first-child { background: var(--ts-ink); border-color: var(--ts-ink); color: var(--ts-white); font-weight: 900; }
.ts-fp-cats__chip:hover { color: inherit; }
.ts-fp-cats__route, .ts-fp-cats__desc, .ts-fp-cats__arrow { display: none; }
.ts-fp-cats__count { font-family: var(--ts-font-mono); font-size: 10px; font-weight: 500; margin-left: 6px; opacity: 0.7; }

/* ---- 新着（ポラロイド） ---- */
.ts-fp-latest { background: var(--ts-white); border-radius: 40px 40px 0 0; padding: 30px 0 36px; scroll-margin-top: 96px; }
.ts-fp-latest .ts-fp-head { margin-bottom: 18px; }
.ts-fp-latest__list { display: flex; flex-direction: column; gap: 22px; }
.ts-fp .ts-card { margin: 0; }
.ts-fp .ts-card__link { display: block; color: var(--ts-ink); }
.ts-fp .ts-card__link:hover { color: var(--ts-ink); }
.ts-fp .ts-card__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ts-fp .ts-card__read { display: none; }
.ts-fp .ts-card--polaroid { position: relative; background: var(--ts-white); border: 1px solid var(--ts-line-pale); border-radius: 6px; padding: 11px 11px 18px; box-shadow: var(--ts-shadow-card); transform: rotate(var(--ts-fp-tilt, var(--ts-tilt, 0deg))); }
.ts-fp .ts-card--polaroid .ts-card__tape { position: absolute; left: 50%; top: -10px; transform: translateX(-50%) rotate(-3deg); width: 70px; height: 20px; background: var(--ts-green-pale); opacity: 0.85; border-radius: 2px; }
.ts-fp .ts-card--polaroid:nth-child(3n+2) .ts-card__tape { background: var(--ts-yellow-pale); transform: translateX(-50%) rotate(3deg); }
.ts-fp .ts-card--polaroid:nth-child(3n+3) .ts-card__tape { background: var(--ts-bluegray); opacity: 0.7; transform: translateX(-50%) rotate(-2deg); }
.ts-fp .ts-card--polaroid .ts-card__thumb { display: block; height: 180px; border-radius: 4px; overflow: hidden; background: var(--ts-line-pale); }
.ts-fp .ts-card--polaroid .ts-card__body { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 8px; margin-top: 13px; }
.ts-fp .ts-card--polaroid .ts-card__cat { grid-column: 1; grid-row: 1; display: inline-block; margin: 0; background: var(--ts-green); color: var(--ts-white); border-radius: var(--ts-radius-pill); padding: 5px 11px; font-size: 10px; font-weight: 900; }
.ts-fp .ts-card--polaroid .ts-card__meta { grid-column: 2; grid-row: 1; display: flex; align-items: center; gap: 8px; margin: 0; font-family: var(--ts-font-mono); font-size: 10px; color: var(--ts-muted); }
.ts-fp .ts-card--polaroid .ts-card__title { grid-column: 1 / -1; grid-row: 2; display: block; margin-top: 7px; font-size: 16px; font-weight: 900; line-height: 1.7; color: var(--ts-ink); }
.ts-fp-latest__ad { margin-top: 30px; }
.ts-fp-latest__ad .ts-ad { margin: 0; }
.ts-fp-latest__ad .ts-ad__label { margin-bottom: 7px; }
.ts-fp-latest__ad .ts-ad__unit { max-width: 300px; min-height: 250px; margin: 0 auto; }
.ts-fp-banner { display: none; }

/* ---- YouTube（モバイル: 中央スナップのカルーセル） ---- */
.ts-fp-yt { background: var(--ts-green-deep); border-radius: 40px 40px 0 0; margin-top: -16px; padding: 32px 0 34px; color: var(--ts-white); }
.ts-fp-yt__head { margin-bottom: 16px; }
.ts-fp-yt .ts-fp-head__en, .ts-fp-yt .ts-fp-head__ja { color: var(--ts-white); }
.ts-fp-yt__lead { margin-top: 6px; font-size: 12px; letter-spacing: 0.03em; color: var(--ts-fp-yt-lead); }
.ts-fp-yt__hint { display: flex; align-items: center; gap: 7px; background: var(--ts-fp-glass); border-radius: var(--ts-radius-pill); padding: 8px 14px; white-space: nowrap; }
.ts-fp-yt__hint-arrow { font-size: 13px; color: var(--ts-white); }
.ts-fp-yt__hint-text { font-size: 11px; font-weight: 700; color: var(--ts-white); }
.ts-fp-yt__rail { display: flex; gap: 14px; padding: 2px 90px 8px; scroll-snap-type: x mandatory; }
.ts-fp-yt__card { flex: none; width: 250px; scroll-snap-align: center; color: var(--ts-white); }
.ts-fp-yt__card:hover { color: var(--ts-white); }
.ts-fp-yt__thumb { display: block; position: relative; height: 150px; border-radius: 14px; overflow: hidden; background: var(--ts-fp-yt-thumb); }
.ts-fp-yt__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ts-fp-yt__play { display: none; }
.ts-fp-yt__title { display: block; margin-top: 10px; font-size: 13px; font-weight: 700; line-height: 1.7; }
.ts-fp-yt__dots { display: flex; justify-content: center; gap: 8px; margin-top: 6px; }
.ts-fp-yt__dot { width: 22px; height: 5px; border-radius: var(--ts-radius-pill); background: var(--ts-fp-dot-off); }
.ts-fp-yt__dot.is-on { background: var(--ts-yellow); }

/* ---- ランキング ---- */
.ts-fp-rank { background: var(--ts-bg); border-radius: 40px 40px 0 0; margin-top: -16px; padding: 32px 0 34px; }
.ts-fp-rank .ts-fp-head { margin-bottom: 18px; }
.ts-fp-rank__list { display: flex; flex-direction: column; gap: 14px; }
.ts-fp .ts-card--rank { background: var(--ts-white); border-radius: 16px; padding: 12px; }
.ts-fp .ts-card--rank .ts-card__link { display: grid; grid-template-columns: 44px 96px 1fr; gap: 12px; align-items: center; }
.ts-fp .ts-card--rank .ts-card__rank { position: static; z-index: auto; display: block; min-width: 0; height: auto; padding: 0; border-radius: 0; background: none; font-family: var(--ts-font-num); font-style: italic; font-weight: 900; font-size: 30px; line-height: 1; color: var(--ts-green); text-align: center; }
.ts-fp .ts-card--rank .ts-card__tape { display: none; }
.ts-fp .ts-card--rank .ts-card__thumb { display: block; height: 72px; border-radius: 10px; overflow: hidden; background: var(--ts-line-pale); }
.ts-fp .ts-card--rank .ts-card__body { display: block; }
.ts-fp .ts-card--rank .ts-card__cat, .ts-fp .ts-card--rank .ts-card__meta { display: none; }
.ts-fp .ts-card--rank .ts-card__title { display: block; font-size: 14px; font-weight: 900; line-height: 1.65; color: var(--ts-ink); }

/* ---- 依頼ハブ ---- */
.ts-fp-req { background: var(--ts-white); border-radius: 40px 40px 0 0; margin-top: -16px; padding: 32px 0 34px; }
.ts-fp-req__head { margin-bottom: 6px; }
.ts-fp-req__lead { margin: 0 0 18px; font-size: 13px; line-height: 1.9; letter-spacing: normal; }
.ts-fp-req__list { display: flex; flex-direction: column; gap: 14px; }
.ts-fp-req__card { position: relative; display: flex; align-items: center; gap: 14px; border-radius: 20px; padding: 20px 18px; color: var(--ts-ink); }
.ts-fp-req__card:hover { color: var(--ts-ink); }
.ts-fp-req__card--spot { background: var(--ts-green-pale); }
.ts-fp-req__card--gear { background: var(--ts-bg); }
.ts-fp-req__card--question { background: var(--ts-yellow); }
.ts-fp-req__icon { display: block; width: 54px; height: 54px; flex: none; }
.ts-fp-req__text { display: block; flex: 1; }
.ts-fp-req__title { display: block; font-size: 17px; font-weight: 900; color: var(--ts-ink); }
.ts-fp-req__desc { display: block; margin-top: 5px; font-size: 12px; line-height: 1.75; color: var(--ts-ink-2); }
.ts-fp-req__card--question .ts-fp-req__desc { color: var(--ts-ink); }
.ts-fp-req__corner { display: flex; flex: none; }

/* ---- プロフィール ---- */
.ts-fp-profile { background: var(--ts-bg); border-radius: 40px 40px 0 0; margin-top: -16px; padding: 32px 0 34px; }
.ts-fp-profile__inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.ts-fp-profile__photo { width: 190px; height: 190px; flex: none; border-radius: 46% 54% 52% 48% / 50% 44% 56% 50%; overflow: hidden; }
.ts-fp-profile__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ts-fp-profile__text { display: flex; flex-direction: column; align-items: center; }
.ts-fp-profile__en { display: block; margin-top: 16px; font-family: var(--ts-font-num); font-style: italic; font-weight: 600; font-size: 14px; color: var(--ts-green); }
.ts-fp-profile__title { margin: 6px 0 12px; font-size: 26px; font-weight: 900; letter-spacing: 0.03em; line-height: normal; }
.ts-fp-profile__bio { margin: 0 0 18px; font-size: 14px; line-height: 2; letter-spacing: 0.03em; color: var(--ts-ink-2); text-wrap: pretty; }
.ts-fp-profile__btn { gap: 10px; padding: 15px 30px; font-size: 14px; }

/* ---- SNS ---- */
.ts-fp-sns { background: var(--ts-white); border-radius: 40px 40px 0 0; margin-top: -16px; padding: 32px 0 34px; }
.ts-fp-sns__head { margin-bottom: 16px; }
.ts-fp-sns__head .ts-fp-head__en { font-size: 26px; }
.ts-fp-sns__list { display: flex; flex-direction: column; gap: 12px; }
.ts-fp-sns__item { display: flex; align-items: center; gap: 14px; background: var(--ts-bg); border-radius: 16px; padding: 16px 18px; color: var(--ts-ink); }
.ts-fp-sns__item:hover { color: var(--ts-ink); }
.ts-fp-sns__icon { display: inline-flex; align-items: center; justify-content: center; flex: none; }
.ts-fp-sns__icon svg { display: block; }
.ts-fp-sns__yt-bg { fill: var(--ts-yt); }
.ts-fp-sns__yt-play { fill: var(--ts-white); }
.ts-fp-sns__item--ig .ts-fp-sns__icon { width: 26px; height: 26px; border-radius: 8px; background: var(--ts-fp-ig-gradient); }
.ts-fp-sns__item--ig .ts-fp-sns__icon svg { width: 22px; height: 22px; }
.ts-fp-sns__ig { stroke: var(--ts-white); }
.ts-fp-sns__ig-dot { fill: var(--ts-white); stroke: none; }
.ts-fp-sns__x { fill: var(--ts-ink); }
.ts-fp-sns__name { flex: 1; font-size: 15px; font-weight: 900; }
.ts-fp-sns__action { font-size: 12px; font-weight: 700; color: var(--ts-green-text); white-space: nowrap; }

/* モバイルでは出さないもの */
@media (max-width: 767px) {
  .ts-fp .ts-fp-only-pc { display: none; }
}

/* =========================================================
   768px〜: PC のレイアウト（1200px 未満は同じ形を縮める）
   ========================================================= */
@media (min-width: 768px) {
  .ts-fp .ts-fp-only-m { display: none; }
  .ts-fp-inner { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
  .ts-fp-head { gap: 20px; }
  .ts-fp-head__en { font-size: 64px; }
  .ts-fp-head__ja { font-size: 15px; }
  .ts-fp-head--between .ts-fp-head__text { flex-direction: row; align-items: baseline; gap: 20px; }
  .ts-fp-head--between .ts-fp-head__ja { margin-top: 0; }

  /* ヒーロー（PC: 動画） */
  .ts-fp-hero { padding: 0; }
  .ts-fp-hero__inner { padding: 20px 40px 170px; }
  .ts-fp-hero__frame { height: 640px; border-radius: 84px 260px 40px 40px / 84px 330px 40px 40px; }
  .ts-fp-hero__video { display: block; }
  .ts-fp-hero__slides { display: none; }
  .ts-fp-hero__now { left: 64px; top: 44px; padding: 12px 26px; transform: rotate(-6deg); font-size: 14px; letter-spacing: 0.05em; color: var(--ts-green); }
  .ts-fp-hero__now-m { display: none; }
  .ts-fp-hero__now-pc { display: inline; }
  .ts-fp-hero__labels { top: 48px; right: 120px; gap: 16px; }
  .ts-fp-hero__label { padding: 24px 14px; font-size: 28px; letter-spacing: 0.14em; border-radius: 8px; }
  .ts-fp-hero__label--1 { margin-top: 64px; }
  .ts-fp-hero__label::after { content: ""; position: absolute; left: -8px; width: 18px; height: 18px; background: var(--ts-white); transform: rotate(45deg); }
  .ts-fp-hero__label--1::after { bottom: 34px; }
  .ts-fp-hero__label--2::after { top: 40px; }
  .ts-fp-hero__dot { display: block; position: absolute; right: 28px; top: 56%; width: 18px; height: 18px; border-radius: 50%; background: var(--ts-yellow); }
  .ts-fp-hero__tire { display: block; position: absolute; bottom: 152px; width: 130px; height: 130px; }
  .ts-fp-hero__tire--l { left: 9%; }
  .ts-fp-hero__tire--r { right: 8%; }
  .ts-fp-hero__copy { position: absolute; left: 0; right: 0; bottom: 20px; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; text-align: center; }
  .ts-fp-hero__title { margin: 0; font-family: var(--ts-font-num); font-style: italic; font-weight: 900; font-size: clamp(80px, 7.5vw, 112px); line-height: 1; letter-spacing: -0.01em; }
  .ts-fp-hero__title-accent { color: var(--ts-green); }
  .ts-fp-hero__tagline { margin: 10px 0 0; font-size: 15px; font-weight: 700; letter-spacing: 0.1em; }
  .ts-fp-road { height: 70px; margin: 0 40px; }
  .ts-fp-road__line { right: 110px; top: 32px; height: 5px; background: repeating-linear-gradient(90deg, var(--ts-ink) 0 40px, transparent 40px 72px); }
  .ts-fp-road__car { margin-left: -49px; top: -44px; width: 98px; height: 98px; }

  /* カテゴリ（PC: 道路標識） */
  .ts-fp-cats { background: var(--ts-white); border-radius: 50% 50% 0 0 / 90px 56px 0 0; margin-top: -20px; padding: 92px 0 90px; }
  .ts-fp-cats .ts-fp-inner { padding: 0 40px; }
  .ts-fp-cats__head { padding: 0; margin-bottom: 10px; }
  .ts-fp-cats__en { font-size: 64px; }
  .ts-fp-cats .ts-fp-lead { margin-bottom: 44px; }
  .ts-fp-cats__rail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; padding: 0; overflow: visible; }
  .ts-fp-cats__chip, .ts-fp-cats__chip:first-child { display: flex; flex-direction: column; gap: 8px; background: var(--ts-green); border: 0; border-radius: 18px; padding: 28px 26px; white-space: normal; color: var(--ts-white); font-weight: 900; transition: transform 0.25s; }
  .ts-fp-cats__chip:nth-child(4n+1) { transform: rotate(-1.5deg); }
  .ts-fp-cats__chip:nth-child(4n+2) { transform: rotate(1.2deg); }
  .ts-fp-cats__chip:nth-child(4n+3) { transform: rotate(-1deg); }
  .ts-fp-cats__chip:nth-child(4n+4) { transform: rotate(1.5deg); }
  .ts-fp-cats__chip:hover { transform: rotate(0deg) translateY(-8px); color: var(--ts-white); }
  .ts-fp-cats__route { display: block; font-family: var(--ts-font-num); font-style: italic; font-weight: 600; font-size: 16px; color: var(--ts-green-pale); }
  .ts-fp-cats__arrow { display: inline; }
  .ts-fp-cats__name { font-size: 21px; font-weight: 900; color: var(--ts-white); }
  .ts-fp-cats__count { font-size: 12px; opacity: 0.8; }
  .ts-fp-cats__desc { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; font-size: 12px; line-height: 1.8; font-weight: 500; color: var(--ts-fp-route-desc); }

  /* 新着（PC） */
  .ts-fp-latest { background: var(--ts-bg); border-radius: 46% 54% 0 0 / 64px 100px 0 0; padding: 88px 0 90px; }
  .ts-fp-latest .ts-fp-head { margin-bottom: 48px; }
  .ts-fp-latest__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
  .ts-fp .ts-card--polaroid { padding: 16px 16px 22px; border: 0; box-shadow: var(--ts-fp-shadow-pc); transition: transform 0.25s; }
  .ts-fp-latest__list .ts-card--polaroid:nth-child(3n+1) { --ts-fp-tilt: -2deg; }
  .ts-fp-latest__list .ts-card--polaroid:nth-child(3n+2) { --ts-fp-tilt: 1.5deg; }
  .ts-fp-latest__list .ts-card--polaroid:nth-child(3n+3) { --ts-fp-tilt: -1deg; }
  .ts-fp .ts-card--polaroid:hover { transform: rotate(0deg) translateY(-10px); }
  .ts-fp .ts-card--polaroid .ts-card__tape { top: -12px; width: 96px; height: 26px; }
  .ts-fp .ts-card--polaroid:nth-child(3n+2) .ts-card__tape { transform: translateX(-50%) rotate(2deg); }
  .ts-fp .ts-card--polaroid .ts-card__thumb { height: 200px; }
  .ts-fp .ts-card--polaroid .ts-card__body { column-gap: 12px; margin-top: 16px; }
  .ts-fp .ts-card--polaroid .ts-card__cat { padding: 5px 14px; font-size: 11px; font-weight: 700; }
  .ts-fp .ts-card--polaroid .ts-card__meta { font-family: var(--ts-font-num); font-style: italic; font-size: 14px; color: var(--ts-muted); }
  .ts-fp .ts-card--polaroid .ts-card__title { margin-top: 10px; font-size: 15px; font-weight: 700; line-height: 1.8; letter-spacing: 0.03em; }
  .ts-fp-banner { display: flex; align-items: center; gap: 24px; background: var(--ts-yellow); border-radius: 20px; padding: 22px 32px; margin-top: 56px; color: var(--ts-ink); }
  .ts-fp-banner:hover { filter: brightness(1.04); color: var(--ts-ink); }
  .ts-fp-banner__icon { display: block; width: 66px; height: 66px; flex: none; }
  .ts-fp-banner__text { display: block; flex: 1; }
  .ts-fp-banner__title { display: block; font-size: 17px; font-weight: 900; letter-spacing: 0.03em; }
  .ts-fp-banner__sub { display: block; margin-top: 4px; font-size: 13px; letter-spacing: 0.04em; }

  /* YouTube（PC: 3 列） */
  .ts-fp-yt { border-radius: 52% 48% 0 0 / 80px 56px 0 0; margin-top: 0; padding: 92px 0 90px; }
  .ts-fp-yt__head { margin-bottom: 14px; }
  .ts-fp-yt__lead-pc { margin: 0 0 44px; color: var(--ts-fp-yt-lead); }
  .ts-fp-yt__rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1240px; margin: 0 auto; padding: 0 40px; overflow: visible; scroll-snap-type: none; }
  .ts-fp-yt__card { width: auto; transition: transform 0.25s; }
  .ts-fp-yt__card:hover { transform: translateY(-8px); }
  .ts-fp-yt__thumb { height: 200px; border-radius: 16px; }
  .ts-fp-yt__play { display: flex; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; border-radius: 50%; background: var(--ts-white); align-items: center; justify-content: center; font-size: 16px; color: var(--ts-ink); }
  .ts-fp-yt__title { margin-top: 14px; font-size: 14px; line-height: 1.8; letter-spacing: 0.03em; }

  /* ランキング（PC） */
  .ts-fp-rank { background: var(--ts-white); border-radius: 48% 52% 0 0 / 70px 96px 0 0; margin-top: -24px; padding: 92px 0 90px; }
  .ts-fp-rank .ts-fp-head { margin-bottom: 48px; }
  .ts-fp-rank__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .ts-fp .ts-card--rank { position: relative; background: var(--ts-bg); border-radius: 24px; padding: 28px 28px 32px; transition: transform 0.25s; }
  .ts-fp .ts-card--rank:hover { transform: translateY(-8px); }
  .ts-fp .ts-card--rank .ts-card__link { display: block; }
  .ts-fp .ts-card--rank .ts-card__rank { position: absolute; top: -18px; left: 24px; font-size: 56px; text-align: left; }
  .ts-fp .ts-card--rank .ts-card__thumb { height: 170px; border-radius: 14px; margin: 22px 0 16px; }
  .ts-fp .ts-card--rank .ts-card__body { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; }
  .ts-fp .ts-card--rank .ts-card__cat { grid-column: 1; grid-row: 1; display: inline-block; margin: 0; background: var(--ts-green); color: var(--ts-white); border-radius: var(--ts-radius-pill); padding: 5px 14px; font-size: 11px; font-weight: 700; }
  .ts-fp .ts-card--rank .ts-card__meta { grid-column: 2; grid-row: 1; display: flex; align-items: center; gap: 8px; margin: 0; font-family: var(--ts-font-num); font-style: italic; font-size: 14px; color: var(--ts-muted); }
  .ts-fp .ts-card--rank .ts-card__title { grid-column: 1 / -1; grid-row: 2; margin-top: 10px; font-size: 15px; font-weight: 700; line-height: 1.8; letter-spacing: 0.03em; }

  /* 依頼ハブ（PC） */
  .ts-fp-req { background: var(--ts-bg); border-radius: 46% 54% 0 0 / 64px 100px 0 0; margin-top: 0; padding: 92px 0 90px; }
  .ts-fp-req__head { margin-bottom: 10px; }
  .ts-fp-req__lead { margin: 0 0 44px; font-size: 14px; line-height: normal; letter-spacing: 0.05em; }
  .ts-fp-req__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .ts-fp-req__card { display: block; border-radius: 24px; padding: 30px 28px 88px; transition: transform 0.25s; }
  .ts-fp-req__card:hover { transform: translateY(-8px); }
  .ts-fp-req__card--gear { background: var(--ts-white); }
  .ts-fp-req__icon { width: 72px; height: 72px; margin-bottom: 14px; }
  .ts-fp-req__title { font-size: 19px; letter-spacing: 0.03em; }
  .ts-fp-req__desc { margin-top: 10px; font-size: 13px; line-height: 1.9; letter-spacing: 0.03em; }
  .ts-fp-req__corner { position: absolute; bottom: 0; right: 0; width: 76px; height: 76px; background: var(--ts-bg); border-top-left-radius: 24px; align-items: flex-end; justify-content: flex-end; }
  .ts-fp-req__arrow { width: 52px; height: 52px; font-size: 17px; }

  /* プロフィール（PC） */
  .ts-fp-profile { background: var(--ts-white); border-radius: 52% 48% 0 0 / 88px 60px 0 0; margin-top: 0; padding: 96px 0 90px; }
  .ts-fp-profile__inner { max-width: 1160px; flex-direction: row-reverse; align-items: center; justify-content: space-between; gap: 72px; text-align: left; }
  .ts-fp-profile__photo { width: 280px; height: 280px; }
  .ts-fp-profile__text { max-width: 640px; align-items: flex-start; }
  .ts-fp-profile__en { margin-top: 0; font-size: 22px; font-weight: 900; }
  .ts-fp-profile__title { margin: 14px 0 24px; font-size: 40px; }
  .ts-fp-profile__bio { margin: 0 0 28px; font-size: 16px; letter-spacing: 0.05em; color: var(--ts-ink); }
  .ts-fp-profile__btn { gap: 14px; padding: 18px 48px; font-size: 15px; }

  /* SNS（PC: 3 枚のカード） */
  .ts-fp-sns { background: var(--ts-bg); border-radius: 48% 52% 0 0 / 80px 56px 0 0; margin-top: 0; padding: 92px 0 90px; }
  .ts-fp-sns__head { margin-bottom: 12px; }
  .ts-fp-sns__head .ts-fp-head__en { font-size: 56px; }
  .ts-fp-sns__lead { margin: 0 0 40px; }
  .ts-fp-sns__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .ts-fp-sns__item { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto 1fr; align-items: center; column-gap: 12px; row-gap: 14px; background: var(--ts-white); border-radius: 24px; padding: 32px; }
  .ts-fp-sns__icon { grid-column: 1; grid-row: 1; }
  .ts-fp-sns__name { grid-column: 2; grid-row: 1; font-family: var(--ts-font-num); font-style: italic; font-weight: 900; font-size: 28px; }
  .ts-fp-sns__desc { grid-column: 1 / -1; grid-row: 2; font-size: 13px; line-height: 1.9; letter-spacing: 0.04em; color: var(--ts-ink-2); }
  .ts-fp-sns__action { grid-column: 1 / -1; grid-row: 3; align-self: end; justify-self: start; display: inline-flex; align-items: center; gap: 10px; background: var(--ts-ink); color: var(--ts-white); border-radius: var(--ts-radius-pill); padding: 11px 26px; font-size: 13px; font-weight: 700; }
  .ts-fp-sns__item:hover .ts-fp-sns__action { background: var(--ts-fp-ink-hover); }
  .ts-fp-sns__item--ig .ts-fp-sns__icon { width: 24px; height: 24px; border-radius: 0; background: none; }
  .ts-fp-sns__item--ig .ts-fp-sns__icon svg { width: 24px; height: 24px; }
  .ts-fp-sns__ig { stroke: var(--ts-ink); stroke-width: 2.5; }
  .ts-fp-sns__ig-dot { fill: var(--ts-ink); }
  .ts-fp-sns__item--x .ts-fp-sns__icon svg { width: 22px; height: 22px; }

  /* お問い合わせ（PC だけ） */
  .ts-fp-contact { display: block; background: var(--ts-white); border-radius: 50% 50% 0 0 / 72px 52px 0 0; padding: 88px 0 96px; text-align: center; }
  .ts-fp-contact__en { display: block; font-size: 48px; }
  .ts-fp-contact__title { margin: 12px 0 18px; font-size: 26px; font-weight: 900; letter-spacing: 0.05em; line-height: normal; }
  .ts-fp-contact__lead { margin: 0 0 32px; line-height: 2; }
  .ts-fp-contact__btn { gap: 14px; padding: 18px 52px; font-size: 15px; }

  /* 右下の浮遊 CTA（PC だけ） */
  .ts-fp-cta { position: fixed; right: 32px; bottom: 32px; z-index: 50; width: 160px; height: 160px; border-radius: 50%; background: var(--ts-yellow); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; box-shadow: var(--ts-fp-shadow-cta); color: var(--ts-ink); }
  .ts-fp-cta:hover { filter: brightness(1.05); color: var(--ts-ink); }
  .ts-fp-cta__icon { display: block; width: 52px; height: 52px; }
  .ts-fp-cta__ja { font-size: 14px; font-weight: 900; letter-spacing: 0.05em; }
  .ts-fp-cta__en { font-family: var(--ts-font-num); font-style: italic; font-weight: 600; font-size: 13px; }
}

@media (min-width: 1200px) {
  .ts-fp-cats__rail { grid-template-columns: repeat(4, 1fr); }
  /* デザインは道路標識 4 枚・1 段。5 枚目以降はナビ（ヘッダー・フッター）に任せる */
  .ts-fp-cats__chip:nth-child(n+5) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ts-motion-respect .ts-fp-hero__slide { transition: none; }
  .ts-motion-respect .ts-fp .ts-card--polaroid, .ts-motion-respect .ts-fp .ts-card--rank, .ts-motion-respect .ts-fp-cats__chip, .ts-motion-respect .ts-fp-yt__card, .ts-motion-respect .ts-fp-req__card { transition: none; }
}
