@charset "UTF-8";

/* ==========================================================================
   よぶら〜 ティザーサイト
   Figma: TOP / FV (node 220:882) をティザー用に一部変更
   ========================================================================== */

:root {
  --brand:        #3ebabf;
  --brand-light:  #d9ede7;
  --base-light:   #eff7f5;
  --fv-top:       #dff6f0;
  --text:         #1a3951;
  --yellow:       #f2bc00;
  --orange:       #ee7a1f;

  --font-round: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  --font-sans:  "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--text);
  background: #fff;
  line-height: 1.75;
}

img { display: block; max-width: 100%; height: auto; }
ul  { margin: 0; padding: 0; list-style: none; }
p, h1 { margin: 0; }

/* ==========================================================================
   FV
   ========================================================================== */

.fv {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;   /* iOS 15.3 以前へのフォールバック */
  min-height: 100svh;
  padding: clamp(8px, 3vw, 32px) 20px 0;
  background: linear-gradient(to bottom, var(--fv-top) 0%, #fff 54.3%, #fff 100%);
}

.fv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 4vw, 32px);
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-bottom: clamp(4px, 2vw, 20px);
}

/* --- 装飾の雲 ------------------------------------------------------------ */

.fv__cloud {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: .9;
}

.fv__cloud--1 { top: 4%;  left: -6%;  width: clamp(56px, 12vw, 88px); }
.fv__cloud--2 { top: 30%; right: -8%; width: clamp(64px, 14vw, 103px); }
.fv__cloud--3 { top: 12%; right: 4%;  width: clamp(48px, 10vw, 88px); }
.fv__cloud--4 { top: 52%; left: -9%;  width: clamp(56px, 12vw, 103px); }

@media (min-width: 900px) {
  .fv__cloud--1 { top: 17%; left: 12%;  }
  .fv__cloud--2 { top: 37%; right: 4%;  }
  .fv__cloud--3 { top: 15%; right: 18%; }
  .fv__cloud--4 { top: 53%; left: 2%;   }
}

/* --- コピー -------------------------------------------------------------- */

.fv__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.fv__eyebrow {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 24px;
  background: #fff;
  font-family: var(--font-round);
  font-weight: 700;
  font-size: clamp(12px, 3.4vw, 21px);
  line-height: 1;
  color: var(--brand);
}

.fv__logo {
  position: relative;
  font-family: var(--font-round);
  font-weight: 900;
  font-size: clamp(40px, 12.5vw, 104px);
  line-height: 1;
  letter-spacing: .01em;
  color: var(--brand);
}

.fv__sparkle {
  position: absolute;
  top: calc(-0.4em + 10px);
  right: -0.02em;
  width: clamp(30px, 8vw, 44px);
  pointer-events: none;
}

.fv__lead {
  font-family: var(--font-round);
  font-weight: 700;
  font-size: clamp(12px, 3.4vw, 19px);
  line-height: 1.4;
  color: var(--text);
}

/* --- もうすぐリリース ---------------------------------------------------- */

.fv__release {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 2px;
  padding: 6px clamp(16px, 5vw, 32px);
  border: 3px solid var(--yellow);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 0 rgba(242, 188, 0, .18);
}

.fv__release-sub {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(10px, 2.8vw, 14px);
  line-height: 1.3;
  color: var(--text);
}

.fv__release-main {
  font-family: var(--font-round);
  font-weight: 900;
  font-size: clamp(17px, 5vw, 32px);
  line-height: 1.15;
  color: var(--orange);
}

/* --- 3つの特長 ----------------------------------------------------------- */

.points {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 2.6vw, 21px);
  margin-top: 0;
}

.points__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: clamp(60px, 17vw, 140px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--base-light);
}

.points__label {
  font-family: var(--font-round);
  font-weight: 700;
  font-size: clamp(11px, 3vw, 20px);
  line-height: 1;
  color: var(--brand);
}

.points__icon {
  width: auto;
  height: clamp(20px, 6vw, 48px);
}

/* --- ビジュアル（スマホ＋タクシーカード） -------------------------------- */

.fv__visual {
  position: relative;
  width: clamp(120px, 34vw, 260px);
  flex-shrink: 0;
}

.fv__phone {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .25));
}

.fv__card {
  position: absolute;
  right: -32%;
  bottom: 2%;
  width: 52%;
  transform: rotate(19.22deg);
  /* 角丸が透過PNGなので box-shadow ではなく drop-shadow で影を付ける */
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
}

/* --- 街並みイラスト ------------------------------------------------------ */

.fv__town {
  z-index: 1;
  width: min(1100px, 104%);
  pointer-events: none;
}

/* --- クレジット ---------------------------------------------------------- */

.fv__credit {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px clamp(16px, 4vw, 48px);
  padding: 6px 20px;
  background: var(--brand);
}

.fv__credit-label {
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(12px, 3.2vw, 20px);
  line-height: 1.2;
  letter-spacing: .04em;
  color: #fff;
  text-align: center;
}

.fv__credit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px clamp(10px, 2.6vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv__credit-list li {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(10px, 2.6vw, 16px);
  line-height: 1.4;
  letter-spacing: .04em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

/* ==========================================================================
   デスクトップ：2カラム
   ========================================================================== */

@media (min-width: 900px) {
  .fv { padding-inline: 40px; }

  .fv__inner {
    flex-direction: row;
    align-items: center;
    gap: 64px;
    transform: translateY(40px);
  }

  .fv__copy {
    align-items: flex-start;
    text-align: left;
  }

  .fv__visual { width: 240px; }
}

/* ==========================================================================
   計測デバッグパネル（?debug=1 のときだけ表示）
   ========================================================================== */

.tracking-debug {
  position: fixed;
  inset: auto 12px 12px 12px;
  z-index: 9999;
  max-height: 62vh;
  overflow: auto;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(12, 26, 36, .95);
  color: #e6f7f8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .35);
}

.tracking-debug h2 {
  margin: 0 0 8px;
  font-size: 13px;
  color: #7fe3e8;
}

.tracking-debug dl { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; margin: 0 0 10px; }
.tracking-debug dt { color: #8fb3bd; white-space: nowrap; }
.tracking-debug dd { margin: 0; word-break: break-all; }

.tracking-debug__ok   { color: #6ee7a8; }
.tracking-debug__ng   { color: #ff9d9d; }
.tracking-debug__wait { color: #ffd479; }

.tracking-debug__close {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 2px 8px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, .12);
  color: inherit;
  font: inherit;
  cursor: pointer;
}
