@charset "UTF-8";

:root {
  --ink: #13212c;
  --paper: #f4f0e8;
  --mint: #a8f0d2;
  --red: #ff645c;
  --blue: #445bff;
}

body {
  min-width: 320px;
  background: #e9e7e1;
  color: var(--ink);
  font-family: Inter, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.sec_vertical_promo {
  padding: 34px 18px;

  > .wrap {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .page-head {
    margin: 0 0 18px;

    > p {
      color: #52616a;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.16em;
    }

    h1 {
      margin: 7px 0 0;
      font-size: clamp(22px, 4vw, 31px);
      font-weight: 900;
      line-height: 1.45;
      letter-spacing: -0.04em;
    }
  }

  .stage-shell {
    position: relative;
    width: min(100%, 540px);
    height: 960px;
    margin: 0 auto;
    overflow: hidden;
    background: var(--ink);
    box-shadow: 0 34px 80px #26323b2d;
  }

  .stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 540px;
    height: 960px;
    overflow: hidden;
    transform-origin: top left;
    background: var(--ink);
  }

  .scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;

    &[data-scene="0"] {
      opacity: 1;
      visibility: visible;
    }
  }

  .topline {
    position: absolute;
    z-index: 20;
    top: 33px;
    right: 34px;
    left: 34px;
    display: flex;
    justify-content: space-between;
    color: currentColor;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
  }

  .eyebrow {
    margin: 0 0 16px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
  }

  .scene-problem {
    background: var(--ink);
    color: #fff;

    .mesh {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 85% 24%, #ff645c42 0 8%, transparent 32%),
        linear-gradient(135deg, transparent 0 48%, #ffffff0e 49% 50%, transparent 51% 100%);
      background-size: auto, 62px 62px;
    }

    .problem-copy {
      position: absolute;
      z-index: 5;
      top: 118px;
      left: 38px;
      width: 465px;

      h2 {
        font-size: 58px;
        font-weight: 950;
        line-height: 1.12;
        letter-spacing: -0.075em;

        em {
          color: var(--red);
        }
      }

      > p:last-child {
        margin: 22px 0 0;
        color: #bed0d8;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.75;
      }
    }

    .alerts {
      position: absolute;
      z-index: 7;
      right: 28px;
      bottom: 88px;
      left: 28px;

      .alert-card {
        min-height: 102px;
        margin: 0 0 12px;
        padding: 17px 20px 15px 75px;
        position: relative;
        border: 1px solid #ffffff20;
        border-radius: 16px;
        background: #f9fbfcf2;
        box-shadow: 0 18px 35px #00000032;
        color: var(--ink);

        &::before {
          position: absolute;
          top: 25px;
          left: 20px;
          width: 37px;
          height: 37px;
          border-radius: 50%;
          background: var(--mint);
          content: "✦";
          display: grid;
          place-items: center;
          font-weight: 900;
        }

        span {
          position: absolute;
          top: 16px;
          right: 17px;
          color: #7b8a90;
          font-size: 10px;
          font-weight: 800;
        }

        b,
        small {
          display: block;
        }

        b {
          font-size: 19px;
          font-weight: 900;
        }

        small {
          margin: 5px 0 0;
          color: #66777e;
          font-size: 12px;
          font-weight: 700;
        }

        &.is-hot {
          margin-left: 36px;
          background: var(--red);
          color: #fff;

          &::before {
            background: #fff;
            color: var(--red);
            content: "!";
          }

          span,
          small {
            color: #fff;
          }
        }
      }
    }

    .counter-word {
      position: absolute;
      right: -19px;
      bottom: 332px;
      color: #ffffff08;
      font-size: 136px;
      font-weight: 950;
      letter-spacing: -0.08em;
    }
  }

  .scene-flow {
    background: var(--mint);
    color: var(--ink);

    .flow-copy {
      position: absolute;
      z-index: 5;
      top: 107px;
      left: 37px;
      width: 470px;

      .eyebrow {
        color: #315f54;
      }

      h2 {
        font-size: 46px;
        font-weight: 950;
        line-height: 1.16;
        letter-spacing: -0.07em;

        em {
          color: var(--blue);
        }
      }
    }

    .phone {
      position: absolute;
      z-index: 4;
      top: 323px;
      left: 95px;
      width: 350px;
      height: 494px;
      padding: 15px;
      border: 4px solid #182a33;
      border-radius: 46px;
      background: #14242d;
      box-shadow: 0 40px 60px #183d3430;
      transform: rotate(-3deg);

      .speaker {
        position: absolute;
        z-index: 3;
        top: 10px;
        left: 50%;
        width: 86px;
        height: 18px;
        border-radius: 20px;
        background: #0b171e;
        transform: translateX(-50%);
      }

      .phone-screen {
        height: 100%;
        padding: 50px 19px 21px;
        overflow: hidden;
        border-radius: 31px;
        background: #f7f8f4;
      }

      .app-head {
        margin: 0 0 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;

        b {
          font-size: 22px;
          font-weight: 950;
        }

        span {
          width: 31px;
          height: 31px;
          border-radius: 50%;
          display: grid;
          place-items: center;
          background: var(--blue);
          color: #fff;
          font-size: 12px;
          font-weight: 900;
        }
      }

      .booking {
        position: relative;
        min-height: 86px;
        margin: 0 0 10px;
        padding: 17px 16px 15px 76px;
        border: 1px solid #dfe4df;
        border-radius: 15px;
        background: #fff;

        i {
          position: absolute;
          top: 19px;
          left: 15px;
          color: var(--blue);
          font-size: 13px;
          font-style: normal;
          font-weight: 900;
        }

        strong,
        small {
          display: block;
        }

        strong {
          font-size: 15px;
          font-weight: 900;
        }

        small {
          margin: 6px 0 0;
          color: #718077;
          font-size: 10px;
          font-weight: 800;
        }

        &.is-active {
          border-color: var(--blue);
          box-shadow: inset 4px 0 0 var(--blue);
        }
      }

      .done-mark {
        position: absolute;
        right: 27px;
        bottom: 23px;
        width: 51px;
        height: 51px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--red);
        box-shadow: 0 12px 30px #ff645c55;
        color: #fff;
        font-size: 25px;
        font-weight: 900;
      }
    }

    .flow-steps {
      position: absolute;
      z-index: 7;
      right: 22px;
      bottom: 42px;
      left: 22px;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 7px;
      list-style: none;

      li {
        min-height: 82px;
        padding: 14px 13px;
        list-style: none;
        border: 1px solid #19322d2e;
        background: #f7fffbe8;

        span,
        b {
          display: block;
        }

        span {
          color: var(--red);
          font-size: 10px;
          font-weight: 900;
        }

        b {
          margin: 9px 0 0;
          font-size: 17px;
          font-weight: 950;
        }
      }
    }
  }

  .scene-time {
    background: var(--paper);

    .time-orbit {
      position: absolute;
      top: 250px;
      right: -250px;
      width: 650px;
      height: 650px;
      border: 1px solid #13212c26;
      border-radius: 50%;

      i {
        position: absolute;
        inset: 62px;
        border: 1px solid #13212c1e;
        border-radius: inherit;

        &:nth-child(2) {
          inset: 129px;
        }

        &:nth-child(3) {
          inset: 198px;
          background: var(--mint);
          border: 0;
        }
      }
    }

    .time-copy {
      position: absolute;
      z-index: 5;
      top: 128px;
      left: 38px;
      width: 460px;

      h2 {
        font-size: 55px;
        font-weight: 950;
        line-height: 1.12;
        letter-spacing: -0.075em;

        em {
          color: var(--blue);
        }
      }

      > p:last-child {
        margin: 22px 0 0;
        color: #62706f;
        font-size: 17px;
        font-weight: 750;
        line-height: 1.75;
      }
    }

    .focus-card {
      position: absolute;
      z-index: 7;
      right: 33px;
      bottom: 109px;
      width: 330px;
      min-height: 245px;
      padding: 26px;
      background: var(--ink);
      box-shadow: 0 28px 55px #18272f35;
      color: #fff;

      > span {
        color: var(--mint);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.16em;
      }

      strong {
        margin: 18px 0 22px;
        display: block;
        color: var(--red);
        font-size: 78px;
        font-weight: 950;
        line-height: 0.9;
      }

      .focus-bar {
        height: 8px;
        overflow: hidden;
        background: #ffffff21;

        i {
          display: block;
          width: 76%;
          height: 100%;
          background: var(--mint);
        }
      }

      small {
        margin: 15px 0 0;
        display: block;
        color: #c2d2d7;
        font-size: 12px;
        font-weight: 700;
      }
    }

    .free-word {
      position: absolute;
      z-index: 1;
      bottom: 20px;
      left: -13px;
      color: #13212c0b;
      font-size: 126px;
      font-weight: 950;
      letter-spacing: -0.08em;
    }
  }

  .scene-end {
    background: var(--blue);
    color: #fff;

    .end-glow {
      position: absolute;
      top: -120px;
      right: -120px;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, #a8f0d28f 0%, #a8f0d200 67%);
    }

    .end-copy {
      position: absolute;
      z-index: 4;
      top: 184px;
      right: 35px;
      left: 35px;
      text-align: center;

      .eyebrow {
        color: var(--mint);
      }

      h2 {
        font-size: 58px;
        font-weight: 950;
        line-height: 1.14;
        letter-spacing: -0.075em;

        em {
          color: var(--mint);
        }
      }

      .brand-lockup {
        margin: 107px 0 0;
        color: #fff;
        font-size: 71px;
        font-weight: 950;
        line-height: 1;
        letter-spacing: -0.08em;

        span,
        i {
          color: var(--mint);
        }

        i {
          font-style: normal;
        }
      }

      .concept {
        margin: 22px 0 0;
        color: #d9e2ff;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 0.15em;
      }
    }

    .end-rail {
      position: absolute;
      right: 0;
      bottom: 69px;
      left: 0;
      display: flex;
      gap: 12px;
      transform: rotate(-7deg) scale(1.12);

      span {
        flex: 1;
        height: 22px;
        background: var(--red);

        &:nth-child(2) {
          background: var(--mint);
        }

        &:nth-child(3) {
          background: #fff;
        }
      }
    }
  }

  .stage-progress {
    position: absolute;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    height: 7px;
    background: #ffffff3d;

    span {
      display: block;
      width: 0;
      height: 100%;
      background: var(--red);
    }
  }

  .caption-line {
    width: min(100%, 540px);
    min-height: 69px;
    margin: 0 auto;
    padding: 14px 18px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid #dfe3df;
    border-top: 0;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.65;
    text-align: center;
  }

  .narrations {
    display: none;
  }

  .player-controls {
    width: min(100%, 540px);
    min-height: 68px;
    margin: 0 auto;
    padding: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    background: var(--ink);
    color: #fff;

    button {
      min-height: 38px;
      padding: 7px 10px;
      border: 1px solid #75858d;
      border-radius: 5px;
      background: #263d49;
      color: #fff;
      font: inherit;
      font-size: 11px;
      font-weight: 850;
      cursor: pointer;

      &:hover,
      &:focus-visible {
        border-color: var(--mint);
        background: #34515e;
      }
    }

    input {
      flex: 1 1 100%;
      accent-color: var(--red);
    }

    output {
      margin-left: auto;
      color: #c4d0d5;
      font-size: 11px;
      font-variant-numeric: tabular-nums;
    }
  }

  .sample-note {
    width: min(100%, 540px);
    margin: 12px auto 0;
    color: #677278;
    font-size: 12px;
    line-height: 1.75;
  }

  @media (max-width: 600px) {
    padding: 18px 0;

    .page-head,
    .sample-note {
      padding-right: 14px;
      padding-left: 14px;
    }

    .stage-shell {
      box-shadow: none;
    }
  }
}

body.embed-mode {
  background: var(--ink);

  .sec_vertical_promo {
    padding: 0;

    .page-head,
    .sample-note {
      display: none;
    }
  }
}
