@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --rentLeadVideoScale: 1;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #e0e0d9;
}

.main-visual {
  background-color: #e0e0d9;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  padding: 40px;
  overflow: hidden;
}

.main-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1100px, 100% - 80px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2;
  pointer-events: none;
}

.main-visual-copy {
  margin: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.main-visual-sub {
  margin: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  opacity: 0.75;
  text-align: left;
}

#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.42s ease;
}

.main-visual .logo {
  position: relative;
  z-index: 0;
}

.download-section {
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 4;
}

.logo {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}

.logo img {
  height: 220px;
  width: auto;
}

.logo-mobile {
  display: none;
}

.download-section {
  position: absolute;
  bottom: 60px;
  right: 50px;
}

.download-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}

.download-text {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.02em;
}

.download-line {
  width: 180px;
  height: 1px;
  background-color: #000;
}

.free-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 16px;
}

.store-badges {
  display: flex;
  gap: 12px;
}

.store-badge {
  display: block;
  height: 54px;
}

.store-badge img {
  height: 100%;
  width: auto;
}

.intro-section {
  background-color: transparent;
  padding: 80px 46px;
  --intro-side-padding: 46px;
  min-height: 150vh;
  position: relative;
  z-index: 3;
}

.intro-pin-spacer {
  height: 0;
}

.intro-text-wrapper {
  position: relative;
  max-width: 1109px;
  margin: 0 auto;
}

.intro-text-wrapper.is-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1109px, 100% - var(--intro-side-padding) * 2);
  z-index: 2;
}

.intro-text-wrapper.is-after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1109px, 100% - var(--intro-side-padding) * 2);
  z-index: 1;
}

.intro-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 43px;
  line-height: 64px;
  letter-spacing: 0.01em;
}

.intro-text-outline {
  position: relative;
}

.intro-text-fill {
  position: absolute;
  top: 0;
  left: 0;
}

.intro-char-outline {
  display: inline;
  color: transparent;
  -webkit-text-stroke: 1px #d35b4b;
}

.intro-char-fill {
  display: inline;
  color: transparent;
  transition: color 0.1s ease;
}

.intro-char-fill.visible {
  color: #d35b4b;
}

@media (max-width: 768px) {
  .main-visual {
    padding: 18px 18px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }
  .logo {
    display: none;
  }
  .logo-mobile {
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: 95%;
    z-index: 3;
  }
  .main-visual-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(420px, 92%);
    margin: auto 0 18px;
    gap: 10px;
    z-index: 2;
  }
  .main-visual-copy {
    font-size: 22px;
    line-height: 1.3;
  }
  .main-visual-sub {
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
  }
  .download-section {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(420px, 92%);
    margin: 0 auto 6px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 8px;
  }
  .download-header {
    margin-bottom: 0;
    gap: 10px;
    flex-shrink: 0;
    justify-content: center;
  }
  .download-text {
    font-size: 18px;
  }
  .download-line {
    display: none;
  }
  .free-text {
    margin-bottom: 0;
    font-size: 18px;
  }
  .store-badges {
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 2px;
  }
  .intro-section {
    padding: 40px 24px;
    --intro-side-padding: 24px;
  }
  .intro-text {
    font-size: 24px;
    line-height: 38px;
  }
}
.main-copy-section {
  position: relative;
  min-height: 130vh;
  background-color: transparent;
  overflow: hidden;
  margin-top: 0;
  z-index: 3;
}

.spot-section {
  position: relative;
  min-height: 160vh;
  background-color: transparent;
  overflow: hidden;
  z-index: 3;
}

body[data-active-section=spot] #canvas-container {
  z-index: 8;
}

.route-section {
  position: relative;
  min-height: 160vh;
  background-color: transparent;
  overflow: hidden;
  z-index: 3;
}

body[data-active-section=route] #canvas-container {
  z-index: 8;
}

.route-bg {
  position: fixed;
  inset: 0 var(--route-cutout, 0px) 0 0;
  background: #b04a40;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 7;
  overflow: hidden;
}

.route-ui {
  position: fixed;
  inset: 0 var(--route-cutout, 0px) 0 0;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 9;
  pointer-events: none;
}

.route-ui-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 56px;
}

.route-marquee {
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
}

.route-marquee-row {
  position: relative;
  height: 88px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.route-marquee-row.route-marquee-row--search {
  margin-top: 2px;
}

.route-marquee-track {
  display: flex;
  gap: 26px;
  align-items: center;
  white-space: nowrap;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 74px;
  letter-spacing: 0.02em;
  transform: translateX(var(--route-x, 0px));
  will-change: transform;
}

.route-marquee-track > span.is-stroke {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.65);
}

.route-marquee-track > span.is-fill {
  color: rgba(255, 255, 255, 0.95);
  -webkit-text-stroke: 0 transparent;
}

.route-title-wrap {
  position: absolute;
  left: 10%;
  top: 44%;
  transform: translateY(-35%);
  max-width: 560px;
  width: min(560px, 100% - 120px - 56px);
  color: #000;
}

.route-heading {
  position: relative;
  margin-bottom: 18px;
}

.route-ja-main {
  position: relative;
  margin-bottom: 10px;
}

.route-ja-main-outline,
.route-ja-main-fill {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(72px, 8vw, 120px);
  letter-spacing: 0.02em;
}

.route-ja-main-outline {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}

.route-ja-main-fill {
  position: absolute;
  inset: 0;
  color: transparent;
  transition: color 0.5s ease;
}

.route-ja-main-fill.visible {
  color: #000;
}

.route-ja-row {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

.route-en {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #000;
  max-width: 240px;
}

.route-ja-sub {
  position: relative;
}

.route-ja-sub-outline,
.route-ja-sub-fill {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(42px, 4.7vw, 70px);
  letter-spacing: 0.02em;
}

.route-ja-sub-outline {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}

.route-ja-sub-fill {
  position: absolute;
  inset: 0;
  color: transparent;
  transition: color 0.5s ease;
}

.route-ja-sub-fill.visible {
  color: #000;
}

.route-sub {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 10px;
}

.route-desc {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
}

.route-side {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  background: #b04a40;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-top-right-radius: 28px;
}

.route-side-col {
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 34px 18px 34px 16px;
}

.route-side-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.85);
}

.record-section {
  position: relative;
  min-height: 160vh;
  background-color: transparent;
  overflow: hidden;
  z-index: 3;
}

body[data-active-section=record] #canvas-container {
  z-index: 8;
}

body[data-active-section=last] #canvas-container {
  opacity: 0;
}

.chat-section {
  position: relative;
  /* 8 往復ぶんスクロール領域を確保（背景は固定でチャットだけ動く） */
  min-height: 520vh;
  background-color: transparent;
  overflow: hidden;
  /* z-index は外す: 子の position:fixed を body のスタッキング直下に昇格させ、
     phone canvas (z:8) より .chat-ui (z:50) を確実に前面にするため */
}

body[data-active-section=chat] #canvas-container {
  /* チャットの背景レイヤ（z:7）と UI レイヤ（z:9）の間に挟んで、
     スマホがトークセッションの後ろに固定で浮いて見えるようにする */
  z-index: 8;
}

.chat-bg {
  position: fixed;
  inset: 0;
  display: flex;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 7;
  overflow: hidden;
}
.chat-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.chat-bg-half {
  flex: 1 1 50%;
  height: 100%;
}

.chat-bg-half--red {
  background: #d63b2a;
}

.chat-bg-half--dark {
  background: #2b2b2b;
}

.chat-ui {
  position: fixed;
  inset: 0;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 50; /* phone canvas (z:8) より確実に前面 */
  pointer-events: none;
}

.chat-ui-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

.chat-title-block {
  position: fixed;
  top: clamp(28px, 5vh, 56px);
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 100; /* phone(z:8) / chat-ui(z:50) より前面 */
  pointer-events: none;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
}

.chat-title-en {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
}

.chat-title-en span {
  display: inline-block;
  margin-top: 6px;
}

/* ===== Stage: 画面全体をスクロール領域にする（背景はスマホ越しに固定、
       タイトル/下部スローガンは前面に重ねる） ===== */
.chat-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

/* 上下にフェードマスクをかけて自然なスクロール感を出す */
.chat-stage-mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0.55) 100%);
  /* 赤側との視認性のため半透明黒を被せる */
  mix-blend-mode: multiply;
}

.chat-track {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, var(--chat-y, 0px));
  /* チャット比率は変えず、対話コンテンツが伸びやかに配置される様に
     コンテナ幅だけ広めに確保する（中身の bubble / cassette は固定幅） */
  width: min(960px, 92vw);
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: clamp(180px, 24vh, 260px) 0 clamp(260px, 32vh, 340px) 0;
  will-change: transform;
}

.chat-msg {
  display: flex;
  width: 100%;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease-out, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.chat-msg.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.chat-msg--user {
  justify-content: flex-end;
  transform: translate(12px, 18px);
}

.chat-msg--ai {
  justify-content: flex-start;
  transform: translate(-12px, 18px);
}

.chat-msg--user.is-visible,
.chat-msg--ai.is-visible {
  transform: translate(0, 0);
}

.chat-bubble {
  /* bubble は文字量に追従。固定幅は各種別側で */
  display: inline-block;
}

.chat-bubble--user {
  background: #db4a39;
  color: #fff;
  font-weight: 700;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.55;
  padding: 12px 18px;
  border-radius: 22px 22px 4px 22px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  max-width: min(420px, 80%);
}

.chat-bubble--user p {
  margin: 0;
  color: #fff;
}

/* AI のテキストバブル（カードとは独立した小さめのフキダシ） */
.chat-ai-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: min(400px, 86%);
}

.chat-bubble--ai-text {
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
  padding: 12px 16px;
  border-radius: 22px 22px 22px 4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.55;
  font-weight: 700;
}

.chat-bubble--ai-text p {
  margin: 0;
}

.chat-card-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

/* ===== Route Card（NewestRouteBlackCard 模写：ルート検索 TOP スライドと同一仕様） ===== */
.route-card {
  width: 100%;
  height: 170px;
  padding: 9px;
  background: #232323;
  border-radius: 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: stretch;
  gap: 12px;
  color: #E0E0D9;
}

.route-card-thumb {
  flex: 0 0 auto;
  width: 118px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #db4a39;
}

.route-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.route-card-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.route-card-date {
  color: #B6B6B6;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.route-card-title {
  margin: 0 0 4px 0;
  color: #E0E0D9;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.route-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.route-card-tag {
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  white-space: nowrap;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.route-card-tag--cat {
  background: rgba(219, 74, 57, 0.16);
  color: #db4a39;
}

.route-card-tag--area {
  background: rgba(255, 255, 255, 0.12);
  color: #E0E0D9;
}

.route-card-metrics {
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
}

.route-card-metric {
  flex: 1 1 0;
  min-width: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 5px 6px;
  display: flex;
  flex-direction: column;
}

.rcm-l {
  color: #B6B6B6;
  font-size: 9px;
  font-weight: 600;
}

.rcm-v {
  margin-top: 2px;
  color: #E0E0D9;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.route-card-rider {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.route-card-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #555;
  border: 1px solid #444444;
  flex: 0 0 auto;
}

.route-card-rider-name {
  color: #E0E0D9;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* ===== Bottom slogan + body ===== */
.chat-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: clamp(36px, 6vh, 64px);
  padding: 0 clamp(28px, 5vw, 72px);
  display: flex;
  align-items: flex-end;
  gap: clamp(20px, 4vw, 56px);
  z-index: 100; /* phone(z:8) / chat-ui(z:50) より前面 */
  color: #fff;
  pointer-events: none;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
}

.chat-bottom-left {
  flex: 1 1 50%;
}

.chat-slogan {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #fff;
}

.chat-bottom-right {
  flex: 1 1 50%;
  max-width: 460px;
}

.chat-bottom-title {
  margin: 0 0 12px 0;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}

.chat-bottom-desc {
  margin: 0;
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.85);
}

.other-section {
  position: relative;
  min-height: 420vh;
  background-color: transparent;
  overflow: hidden;
  /* z-index は外す: 子の position:fixed を body のスタッキング直下に昇格させ、
     phone canvas (z:8) より .other-ui (z:50) を確実に前面にするため */
}

.last-section {
  position: relative;
  min-height: 180vh;
  background-color: transparent;
  overflow: hidden;
  z-index: 60;
}

.last-bg {
  position: fixed;
  inset: 0;
  background: #2b2b2b;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 58;
}

.last-ui {
  position: fixed;
  inset: 0;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 60;
  pointer-events: none;
}

.last-ui-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

.last-download {
  position: absolute;
  left: 50%;
  top: clamp(22px, 5vh, 56px);
  transform: translateX(-50%);
  width: min(1180px, 100% - 56px);
  display: grid;
  gap: 14px;
  justify-items: center;
  color: #fff;
  z-index: 3;
  pointer-events: auto;
  padding: 22px 28px;
}

.last-download::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #000;
  z-index: -1;
}

.last-download-header {
  display: flex;
  align-items: center;
  gap: 18px;
}

.last-download-text {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #fff;
}

.last-download-line {
  width: 240px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}

.last-download-badges {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.last-store-badge {
  display: block;
  height: 54px;
}

.last-store-badge img {
  height: 100%;
  width: auto;
  display: block;
}

.last-hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #111;
  z-index: 1;
}

.last-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.02);
}

.last-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 48%, rgba(0, 0, 0, 0.35) 100%);
}

.last-hero-content {
  position: absolute;
  inset: 0;
  padding: clamp(28px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #E0E0D9;
  text-align: center;
}

.last-hero-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.3vw, 34px);
  letter-spacing: 0.02em;
}

.last-hero-logo {
  width: min(1200px, 96%);
  max-width: 96%;
  display: flex;
  justify-content: center;
}

.last-hero-logo-svg {
  display: block;
  width: 100%;
  height: auto;
}

.last-hero-en {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: clamp(16px, 1.8vw, 26px);
  letter-spacing: 0.02em;
  opacity: 0.95;
}

/* Copyright */
.last-copyright {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 2.2vw, 28px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: clamp(9px, 0.78vw, 11px);
  letter-spacing: 0.22em;
  color: #E0E0D9;
  opacity: 0.45;
  white-space: nowrap;
  pointer-events: none;
  z-index: 4;
  text-transform: uppercase;
}
.last-copyright-mark {
  font-size: 1.05em;
  margin-right: -2px;
}
.last-copyright-divider {
  display: inline-block;
  width: 1px;
  height: 9px;
  background: currentColor;
  opacity: 0.65;
  margin: 0 2px;
}

/* Floating Download CTA */
.floating-download {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 20px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.72);
  border: 1px solid rgba(224, 224, 217, 0.22);
  color: #E0E0D9;
  text-decoration: none;
  z-index: 9000;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(224, 224, 217, 0.06);
  transition: opacity 0.4s ease, transform 0.4s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  will-change: transform, opacity;
}
.floating-download-label {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}
.floating-download-label-en {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.floating-download-label-ja {
  margin-top: 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  opacity: 0.6;
}
.floating-download-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(224, 224, 217, 0.4);
  transition: transform 0.35s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.floating-download:hover {
  background: #E0E0D9;
  color: #0a0a0a;
  border-color: #E0E0D9;
}
.floating-download:hover .floating-download-arrow {
  background: #0a0a0a;
  color: #E0E0D9;
  border-color: #0a0a0a;
  transform: translateY(2px);
}
.floating-download:hover .floating-download-label-ja {
  opacity: 0.75;
}

body[data-active-section=last] .floating-download {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

@media (max-width: 600px) {
  .floating-download {
    padding: 10px 14px 10px 16px;
    gap: 10px;
  }
  .floating-download-label-en {
    font-size: 11px;
  }
  .floating-download-label-ja {
    font-size: 8.5px;
  }
  .floating-download-arrow {
    width: 22px;
    height: 22px;
  }
}
body[data-active-section=other] #canvas-container {
  z-index: 8;
}

.other-bg {
  position: fixed;
  inset: 0;
  background: #e0e0d9;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 7;
  overflow: hidden;
}

.other-ui {
  position: fixed;
  inset: 0;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 50; /* スライド側の文字を phone canvas (z:8) より前面に */
  pointer-events: none;
}

.other-ui-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 56px;
}

.other-topbar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.other-topbar-left {
  min-width: 260px;
  text-align: left;
}

.other-topbar-title {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #000;
}

.other-topbar-line {
  margin-top: 14px;
  width: 260px;
  height: 1px;
  background: rgba(0, 0, 0, 0.55);
  margin-left: auto;
  margin-right: auto;
}

.other-topbar-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.other-topbar-logo {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 68px;
  letter-spacing: 0.02em;
  color: #000;
}

.other-topbar-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000;
  opacity: 0.85;
  text-align: center;
}

.other-right {
  position: absolute;
  right: clamp(56px, 7vw, 120px);
  top: 52%;
  transform: translateY(-40%);
  width: min(560px, 100% - 112px);
  max-width: 560px;
  pointer-events: none;
}

.other-right-slides {
  position: relative;
  overflow: hidden;
  height: 360px;
}

.other-right-track {
  position: relative;
}

.other-right-slide {
  position: absolute;
  inset: 0;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  will-change: opacity;
}

.other-mini-title {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.other-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.22;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 14px;
}

.other-desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
  max-width: 520px;
}

.other-accent {
  margin-top: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #d35b4b;
}

.other-indicator {
  position: absolute;
  right: -44px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  pointer-events: auto;
}

.other-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  border: 0;
  padding: 0;
}

.other-dot.is-active {
  background: #d35b4b;
}

.other-disclaimer {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}

.record-bg {
  position: fixed;
  inset: 0 var(--record-cutout, 0px) 0 0;
  background: #262626;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 7;
  overflow: hidden;
}

.record-ui {
  position: fixed;
  inset: 0 var(--record-cutout, 0px) 0 0;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 9;
  pointer-events: none;
}

.record-ui-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 56px;
}

.record-marquee {
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
}

.record-marquee-row {
  position: relative;
  height: 88px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.record-marquee-row.record-marquee-row--touring {
  margin-top: 2px;
}

.record-marquee-track {
  display: flex;
  gap: 26px;
  align-items: center;
  white-space: nowrap;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 74px;
  letter-spacing: 0.02em;
  transform: translateX(var(--record-x, 0px));
  will-change: transform;
}

.record-marquee-track > span.is-stroke {
  color: transparent;
  -webkit-text-stroke: 1px rgba(176, 74, 64, 0.65);
}

.record-marquee-track > span.is-fill {
  color: rgba(176, 74, 64, 0.95);
  -webkit-text-stroke: 0 transparent;
}

.record-title-wrap {
  position: absolute;
  left: clamp(32px, 6vw, 84px);
  top: 62%;
  transform: translateY(-50%);
  max-width: 520px;
  width: min(520px, 100% - 56px);
  color: #fff;
}

.record-copy-right {
  position: absolute;
  right: calc(var(--record-side-w, 0px) + clamp(20px, 3.5vw, 48px));
  top: 54%;
  transform: translateY(-50%);
  width: clamp(260px, 25vw, 360px);
  max-width: 360px;
  color: #fff;
}

.record-heading {
  position: relative;
  margin-bottom: 18px;
  width: var(--record-main-w, auto);
}

.record-ja-main {
  position: relative;
  margin-bottom: 10px;
}

.record-ja-main-outline,
.record-ja-main-fill {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(72px, 8vw, 120px);
  letter-spacing: 0.02em;
}

.record-ja-main-outline {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.record-ja-main-fill {
  position: absolute;
  inset: 0;
  color: transparent;
  transition: color 0.5s ease;
}

.record-ja-main-fill.visible {
  color: #fff;
}

.record-ja-row {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: start;
  width: 46%;
}

.record-en {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  min-width: 0;
  overflow-wrap: anywhere;
}

.record-ja-sub {
  position: relative;
}

.record-ja-sub-outline,
.record-ja-sub-fill {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(32px, 3.6vw, 54px);
  letter-spacing: 0.02em;
}

.record-ja-sub-outline {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.record-ja-sub-fill {
  position: absolute;
  inset: 0;
  color: transparent;
  transition: color 0.5s ease;
}

.record-ja-sub-fill.visible {
  color: #fff;
}

.record-sub {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 10px;
}

.record-desc {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
}

.record-side {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  background: #262626;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-top-right-radius: 28px;
}

.record-side-col {
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 34px 18px 34px 16px;
}

.record-side-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.85);
}

.spot-bg {
  position: fixed;
  inset: 0;
  background: #d35b4b;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 7;
  overflow: hidden;
}

.spot-ui {
  position: fixed;
  inset: 0;
  border-radius: 28px 28px 0 0;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  z-index: 9;
  pointer-events: none;
}

.spot-ui-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 56px;
}

.spot-marquee {
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
}

.spot-marquee-row {
  position: relative;
  height: 88px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.spot-marquee-row.spot-marquee-row--search {
  margin-top: 2px;
}

.spot-marquee-track {
  display: flex;
  gap: 26px;
  align-items: center;
  white-space: nowrap;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 74px;
  letter-spacing: 0.02em;
  transform: translateX(var(--spot-x, 0px));
  will-change: transform;
}

.spot-marquee-track > span.is-stroke {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.65);
}

.spot-marquee-track > span.is-fill {
  color: rgba(255, 255, 255, 0.95);
  -webkit-text-stroke: 0 transparent;
}

.spot-title-wrap {
  position: absolute;
  left: 54%;
  top: 38%;
  transform: translateY(-10%);
  max-width: 560px;
  color: #000;
}

.spot-heading {
  position: relative;
  margin-bottom: 18px;
}

.spot-ja-main {
  position: relative;
  margin-bottom: 10px;
}

.spot-ja-main-outline,
.spot-ja-main-fill {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(72px, 8vw, 120px);
  letter-spacing: 0.02em;
}

.spot-ja-main-outline {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}

.spot-ja-main-fill {
  position: absolute;
  inset: 0;
  color: transparent;
  transition: color 0.5s ease;
}

.spot-ja-main-fill.visible {
  color: #000;
}

.spot-ja-row {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

.spot-en {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #000;
  max-width: 240px;
}

.spot-ja-sub {
  position: relative;
}

.spot-ja-sub-outline,
.spot-ja-sub-fill {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(42px, 4.7vw, 70px);
  letter-spacing: 0.02em;
}

.spot-ja-sub-outline {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}

.spot-ja-sub-fill {
  position: absolute;
  inset: 0;
  color: transparent;
  transition: color 0.5s ease;
}

.spot-ja-sub-fill.visible {
  color: #000;
}

.spot-sub {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 10px;
}

.spot-desc {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
}

.hs-info {
  margin-top: 18px;
}

.hs-track {
  display: flex;
  gap: 0;
}

.hs-slide {
  flex: 0 0 100%;
}

.spot-side {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 34px 18px 34px 16px;
  background: #d35b4b;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-top-right-radius: 28px;
  border-bottom-right-radius: 0;
}

.spot-side-line {
  display: none;
}

.spot-side-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 768px) {
  .spot-section,
  .route-section,
  .record-section {
    /* sp 0.00..0.04  heading fade-in（phone 出現と同時）
       sp 0.04..0.20  空スクロール A（phone 中央下＆大、heading 表示）
       sp 0.20..0.40  phone 上昇＋縮小／下コピー fade-in
       sp 0.40..0.90  全表示で空スクロール B（読了時間 ＋ hs-track 進行）
       sp 0.90..1.00  次 section 出現 → ①状態へ戻る */
    min-height: calc(420vh + var(--hs-scroll, 0px));
  }
  .chat-section {
    min-height: 460vh;
  }
  .chat-ui-inner {
    padding: 0;
  }
  .chat-title-block {
    top: 24px;
  }
  .chat-title-en {
    font-size: clamp(28px, 9vw, 44px);
  }
  .chat-track {
    width: 92vw;
    padding: 140px 0 220px 0;
  }
  /* チャット部分の表示順（背→前）:
     チャットカード(背景) → 黒オーバーレイ → スマホ → タイトル
     - bg の赤/ダーク split は出さず、カードを背景画像として見せる
     - chat-ui を z:5 にして chat-bg(z:7)::after の暗オーバーレイで覆う
     - canvas-container は body[data-active-section=chat] で z:8（実装済み）
     - chat-title-block は chat-ui の外に出して z:100 で最前面（実装済み） */
  .chat-bg-half--red,
  .chat-bg-half--dark {
    display: none;
  }
  .chat-ui {
    z-index: 5;
  }
  .chat-bg::after {
    background: rgba(0, 0, 0, 0.6);
  }
  .route-card {
    height: 156px;
    padding: 8px;
    gap: 10px;
    border-radius: 18px;
  }
  .route-card-thumb {
    width: 100px;
  }
  .route-card-title {
    font-size: 14px;
  }
  .route-card-metric {
    padding: 4px 5px;
  }
  .rcm-v {
    font-size: 10.5px;
  }
  .chat-ai-stack {
    max-width: 92%;
  }
  .chat-bubble--user {
    max-width: 86%;
  }
  .chat-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 0 24px;
    bottom: 24px;
  }
  .chat-slogan {
    font-size: clamp(36px, 12vw, 56px);
  }
  .chat-bottom-title {
    font-size: 13px;
  }
  .chat-bottom-desc {
    font-size: 12px;
    line-height: 1.8;
  }
  /* === SPOT / ROUTE / RECORD mobile layout (sp1/sp2/sp3 design) ===
     spot-ui は viewport-fixed なので、内部要素は viewport 基準で配置：
     - 上: heading（場所を探す 一行 + EN sub）
     - 中央: 3D スマホ
     - 下: 説明文ブロック（sub + desc）— --desc-opacity で fade-in
  */
  .spot-ui-inner,
  .route-ui-inner,
  .record-ui-inner {
    padding: 0;
  }
  .spot-title-wrap,
  .route-title-wrap,
  .record-title-wrap {
    position: absolute;
    inset: 0;
    transform: none;
    max-width: none;
    width: auto;
    height: 100%;
    padding: 0;
  }
  /* heading: viewport 上部固定 — phone 固定タイミング（sp 0.15..0.22）で fade-in */
  .spot-heading,
  .route-heading,
  .record-heading {
    position: absolute;
    top: 56px;
    left: 24px;
    right: 24px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 0;
    opacity: var(--heading-opacity, 0);
    transition: opacity 0.18s linear;
  }
  .spot-ja-row,
  .route-ja-row,
  .record-ja-row {
    display: contents;
  }
  .spot-ja-main,
  .route-ja-main,
  .record-ja-main {
    order: 1;
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .spot-ja-sub,
  .route-ja-sub,
  .record-ja-sub {
    order: 2;
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
    display: inline-block;
    margin: 0;
    vertical-align: baseline;
  }
  .spot-en,
  .route-en,
  .record-en {
    order: 3;
    flex-basis: 100%;
    margin: 6px 0 0;
    font-size: 11px;
    line-height: 1.55;
    max-width: 100%;
    opacity: 0.95;
  }
  .spot-en,
  .route-en {
    color: #000;
  }
  .record-en {
    color: #fff;
  }
  .spot-ja-main-outline,
  .spot-ja-main-fill,
  .route-ja-main-outline,
  .route-ja-main-fill,
  .record-ja-main-outline,
  .record-ja-main-fill,
  .spot-ja-sub-outline,
  .spot-ja-sub-fill,
  .route-ja-sub-outline,
  .route-ja-sub-fill,
  .record-ja-sub-outline,
  .record-ja-sub-fill {
    font-size: clamp(56px, 15.5vw, 90px);
    line-height: 0.95;
    letter-spacing: 0;
  }
  .spot-side,
  .route-side,
  .record-side {
    display: none;
  }
  /* SPOT/ROUTE: spot-title-wrap 内の spot-sub/desc を viewport 下部に絶対配置・fade-in */
  .spot-title-wrap > p.spot-sub,
  .route-title-wrap > p.route-sub {
    display: block;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24vh;
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.65;
    color: #e0e0d9;
    font-weight: 700;
    opacity: var(--desc-opacity, 0);
    transition: opacity 0.18s linear;
  }
  .spot-title-wrap > p.spot-desc,
  .route-title-wrap > p.route-desc {
    display: block;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 6vh;
    margin: 0;
    text-align: left;
    font-size: 11.5px;
    line-height: 1.7;
    color: #e0e0d9;
    max-width: 100%;
    opacity: var(--desc-opacity, 0);
    transition: opacity 0.18s linear;
  }
  /* SPOT は背景赤＋見出し黒。description は白で十分コントラスト */
  /* RECORD: 説明文は .record-copy-right 内（同じ位置に配置） */
  .record-copy-right {
    position: absolute;
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 6vh;
    transform: none;
    width: auto;
    max-width: none;
    opacity: var(--desc-opacity, 0);
    transition: opacity 0.18s linear;
  }
  .record-info {
    overflow: hidden;
  }
  .hs-track {
    transform: translateX(var(--hs-x, 0px));
    will-change: transform;
  }
  .hs-slide p {
    margin: 0;
  }
  .hs-slide .record-sub {
    font-size: 15px;
    line-height: 1.65;
    color: #e0e0d9;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
  }
  .hs-slide .record-desc {
    font-size: 11.5px;
    line-height: 1.7;
    color: #e0e0d9;
    max-width: 100%;
    text-align: left;
  }
  .spot-marquee-track,
  .route-marquee-track,
  .record-marquee-track {
    font-size: 44px;
  }
  .spot-marquee-row,
  .route-marquee-row,
  .record-marquee-row {
    height: 60px;
  }
  .record-side-text {
    font-size: 12px;
  }
  .other-ui-inner {
    padding: 24px;
  }
  /* ===== responsive_contents.jpg (Other section mobile) ===== */
  .other-topbar {
    justify-content: center;
    gap: 0;
    max-width: none;
    margin: 0;
    padding-top: 6px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .other-topbar-left {
    display: none;
  }
  .other-topbar-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .other-topbar-logo {
    display: none;
  }
  .other-topbar-sub {
    font-size: 14px;
    opacity: 0.9;
  }
  .other-topbar-right::after {
    content: "TOURING SUPPORT APP";
    display: block;
    font-family: "Special Gothic Expanded One", sans-serif;
    font-size: 18px;
    letter-spacing: 0.02em;
    opacity: 0.9;
    margin-top: -4px;
  }
  .other-right {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 8px;
    transform: none;
    width: auto;
    max-width: none;
  }
  .other-right-slides {
    height: 260px;
  }
  .other-right-slide {
    height: 260px;
  }
  .other-title {
    font-size: 28px;
    line-height: 1.25;
  }
  .other-mini-title {
    font-size: 14px;
  }
  .other-desc {
    font-size: 12px;
    line-height: 1.75;
  }
  .other-accent {
    margin-top: 18px;
  }
  .other-indicator {
    display: none;
  }
  /* Last (Download) section mobile: TOP の download-section と統一 */
  .last-download {
    width: min(420px, 100% - 24px);
    padding: 16px 12px;
    gap: 10px;
  }
  .last-download-header {
    gap: 12px;
    justify-content: center;
  }
  .last-download-text {
    font-size: 18px;
  }
  .last-download-line {
    display: none;
  }
  .last-download-badges {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .last-store-badge {
    height: 42px;
  }
}
.main-copy-bg {
  position: fixed;
  top: var(--video-pad-top, 0px);
  left: var(--video-pad-x, 0px);
  width: calc(100vw - var(--video-pad-x, 0px) * 2);
  height: calc(100vh - var(--video-pad-top, 0px));
  border-top-left-radius: var(--video-radius-top, 0px);
  border-top-right-radius: var(--video-radius-top, 0px);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  transform: translateY(100%);
  will-change: transform, opacity;
  transition: none;
  overflow: hidden;
  z-index: 5;
}

.main-copy-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-copy-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(max(1, var(--rentLeadVideoScale, 1)));
  transform-origin: center;
}

.main-copy-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.main-copy-content {
  position: fixed;
  inset: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 46px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}

.catchcopy-wrapper {
  position: relative;
}

.catchcopy-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.catchcopy-ja-outline {
  color: transparent;
  -webkit-text-stroke: 1px #d35b4b;
}

.catchcopy-ja-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: transparent;
  transition: color 0.5s ease;
}

.catchcopy-ja-fill.visible {
  color: #d35b4b;
}

.catchcopy-ja .rido-text {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 95px;
  letter-spacing: 0.05em;
}

.catchcopy-ja .comma {
  letter-spacing: -0.24em;
}

.catchcopy-en {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 27px;
  letter-spacing: 0.02em;
  color: #d35b4b;
}

.catchcopy-en-wrapper {
  position: relative;
}

.catchcopy-en-outline {
  color: transparent;
  -webkit-text-stroke: 1px #d35b4b;
}

.catchcopy-en-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: transparent;
  transition: color 0.5s ease;
}

.catchcopy-en-fill.visible {
  color: #d35b4b;
}

@media (max-width: 768px) {
  .main-copy-bg.padded {
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
  .main-copy-content {
    padding: 24px;
  }
  .catchcopy-ja {
    font-size: 40px;
  }
  .catchcopy-ja-outline {
    -webkit-text-stroke: 1px #d35b4b;
  }
  .catchcopy-ja .rido-text {
    font-size: 42px;
  }
  .catchcopy-en {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */