
/* ==================================================
  timed release control
================================================== */

/* 第1弾：FVだけ表示 */
html.release-phase1 .fv__brand,
html.release-phase1 .fv__catch,
html.release-phase1 .fv__date,
html.release-phase1 .pc-side__nav,
html.release-phase1 .pc-side__character {
  display: none !important;
}

html.release-phase1 .lp > :not(.fv) {
  display: none !important;
}

html.release-phase1 .lp {
  overflow: hidden;
}

html.release-phase2 .fv__brand,
html.release-phase2 .fv__catch,
html.release-phase2 .fv__date,
html.release-phase2 .pc-side__nav {
  display: none !important;
}

html.release-phase2 .concept-deco-zone {
  display: none !important;
}

html.release-phase2 .product-intro,
html.release-phase2 .color-section,
html.release-phase2 .point,
html.release-phase2 .size-accordion,
html.release-phase2 .cta,
html.release-phase2 .closing-models,
html.release-phase2 .bottom-message {
  display: none !important;
}

html.release-phase3 .product-intro .button,
html.release-phase3 .cta .button {
  visibility: hidden !important;
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  html.release-phase1 .fv,
  html.release-phase1 .fv__inner {
    min-height: calc(100svh - 56px);
  }
}


/* ==================================================
  accessibility / SEO
================================================== */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ==================================================
      reset / base
    ================================================== */
    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: var(--font-ja);
      color: var(--color-text);
      background: var(--color-page-bg);
      line-height: 1.8;
      letter-spacing: 0.04em;
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    /* ==================================================
      design tokens
    ================================================== */
    :root {
      --color-main-dark: #7d689e;
      --color-accent: #2f2f2f;
      --color-lavender: #d9cbed;
      --color-light: #f8f6f9;
      --color-gray: #eeeeee;
      --color-border: #d9d9d9;
      --color-text: #2f2f2f;
      --color-white: #ffffff;
      --color-page-bg: #e6d8e8;
      --color-point-bg: var(--color-main-dark);
      --color-kuromi-stripe: #f8f6f9;

      --font-en: "Times New Roman", Georgia, serif;
      --font-round: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      --font-basic: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      --font-ja: var(--font-basic);

      --contents-width: 450px;
      --section-padding: 72px;
      --section-padding-sp: 56px;
    }

    /* ==================================================
      common
    ================================================== */
    .lp {
      width: min(100%, var(--contents-width));
      min-height: 100vh;
      margin: 0 auto;
      background: var(--color-white);
      overflow: hidden;
    }

    .lp__inner {
      width: min(100%, var(--contents-width));
      margin: 0 auto;
      padding: 0 24px;
    }

    .lp__section {
      padding: var(--section-padding) 0;
    }

    .lp__section--narrow {
      padding: 48px 0;
    }

    .section-heading {
      text-align: center;
      margin-bottom: 24px;
    }

    .section-heading__en {
      display: block;
      font-family: var(--font-round);
      font-size: 24px;
      line-height: 1.2;
      color: var(--color-main-dark);
      letter-spacing: 0.08em;
      font-weight: 700;
    }

    .section-heading__ja {
      display: block;
      margin-top: 8px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.1em;
    }

    .lead-text {
      margin: 0;
      color: var(--color-main-dark);
      font-family: var(--font-round);
      font-size: 14px;
      font-weight: 700;
      line-height: 2.1;
      text-align: center;
    }

    .border-title {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin: 0 0 28px;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.12em;
    }

    .border-title::before,
    .border-title::after {
      content: "";
      display: block;
      width: 56px;
      height: 1px;
      background: var(--color-border);
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 180px;
      padding: 12px 24px;
      border: 1px solid var(--color-accent);
      background: transparent;
      color: var(--color-accent);
      font-size: 12px;
      line-height: 1;
      letter-spacing: 0.12em;
    }

    .button--dark {
      background: var(--color-accent);
      color: var(--color-white);
    }

    .collab-logo {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .collab-logo__image {
      display: block;
      width: min(60vw, 240px);
      height: auto;
    }

    /* ==================================================
      typography
    ================================================== */
    .concept__title,
    .fv__catch,
    .lead-text,
    .product-intro__name,
    .button,
    .color-block__label,
    .color-block__copy,
    .section-heading__en,
    .section-heading__ja,
    .point__lead,
    .point-card__num,
    .point-card__title,
    .point-card__text,
    .size__toggle,
    .size-chart__title,
    .border-title,
    .bottom-message__copy,
    .share__title {
      font-family: var(--font-round);
      font-feature-settings: "palt";
    }

    .product-intro__price,
    .size-table,
    .size-chart__note,
    .share__lead,
    .share__name,
    .footer__text,
    .footer__copy {
      font-family: var(--font-basic);
    }

    @media screen and (max-width: 767px) {
      body {
        padding: 0;
        overflow: visible;
      }

      .lp__inner {
        padding: 0 22px;
      }

      .lp {
        width: 100%;
        min-height: 100vh;
        border-radius: 0;
        overflow: hidden;
      }

      .lp__section {
        padding: var(--section-padding-sp) 0;
      }

      .collab-logo__image {
        width: min(80vw, 290px);
      }
    }

    /* ==================================================
      first view
    ================================================== */
    .fv {
      position: relative;
      min-height: 100vh;
      min-height: 100svh;
      overflow: hidden;
      background: var(--color-lavender);
      text-align: center;
    }

    .fv__inner {
      position: relative;
      z-index: 1;
      width: 100%;
      min-height: 100vh;
      min-height: 100svh;
      margin: 0 auto;
      padding: 60px 24px 28px;
    }

    .fv__brand {
      margin-bottom: 10px;
    }

    .fv__catch {
      margin: 0;
      font-family: var(--font-round);
      font-size: 15px;
      line-height: 1.9;
      font-weight: 700;
      letter-spacing: 0.06em;
    }

    .fv__visual {
      position: absolute;
      inset: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      margin: 0;
    }

    .fv__visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.1);
      transform-origin: center center;
      transition: transform 2.1s cubic-bezier(.2, .72, .2, 1);
      will-change: transform;
    }

    body.is-page-ready .fv__visual img {
      transform: scale(1);
    }

    .fv__date {
      position: absolute;
      right: 0;
      bottom: 28px;
      left: 0;
      margin: 0;
      padding-bottom: 0;
      font-family: var(--font-round);
      color: var(--color-white);
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.16em;
    }

    @media screen and (max-width: 767px) {
      .fv__inner {
        padding: 60px 22px 24px;
      }

      .fv__brand {
        margin-bottom: 8px;
      }

      .fv__catch {
        font-size: 14px;
      }

      .fv__date {
        bottom: 24px;
        font-size: 14px;
      }
    }

    /* ==================================================
      concept
    ================================================== */
    .concept {
      position: relative;
      z-index: 2;
      text-align: center;
      background: var(--color-light);
    }

    .concept.lp__section {
      padding-bottom: 38px;
    }

    .concept__title {
      margin: 0 0 18px;
      color: var(--color-main-dark);
      font-family: var(--font-round);
      font-size: 30px;
      font-weight: 900;
      line-height: 1.18;
      letter-spacing: 0.08em;
    }

    .concept__character {
      max-width: 156px;
      margin: 22px auto 0;
    }

    .concept-deco-zone {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
    }

    .concept .lp__inner {
      position: relative;
      z-index: 2;
    }

    .concept-deco-zone .deco-piece--01 { left: 4%; bottom: -5%; --w: 38px; --end-rotate: 16deg; }
    .concept-deco-zone .deco-piece--02 { left: 8%; bottom: 5%; --w: 38px; --end-rotate: -16deg; }
    .concept-deco-zone .deco-piece--03 { right: 4%; bottom: -5%; --w: 46px; --end-rotate: -16deg; }


    /* イントロ：タイプライターアニメーション */
    .js-typewriter {
      visibility: hidden;
    }

    .js-typewriter.is-typing,
    .js-typewriter.is-typed {
      visibility: visible;
    }

    .typewriter-line {
      display: block;
      min-height: 1em;
    }

    .typewriter-char {
      opacity: 0;
    }

    .typewriter-char.is-visible {
      opacity: 1;
    }

    .typewriter-caret {
      display: none;
    }

    @keyframes typewriterCaretBlink {
      0%, 48% { opacity: 1; }
      49%, 100% { opacity: 0; }
    }

    @media (prefers-reduced-motion: reduce) {
      .js-typewriter {
        visibility: visible;
      }

      .typewriter-char {
        opacity: 1;
      }

      .typewriter-caret {
        display: none;
      }
    }
    
    /* ==================================================
      product intro
    ================================================== */
    .product-intro {
      position: relative;
      z-index: 1;
      overflow: visible;
      background: var(--color-light);
      text-align: center;
    }

    .product-intro.lp__section {
      padding-top: 42px;
      padding-bottom: 118px;
    }

    .product-intro__image {
      display: flex;
      justify-content: center;
      margin: 0 auto 26px;
    }

    .product-intro__image img {
      width: min(100%, 340px);
      margin: 0 auto;
    }

    .product-intro__name {
      margin: 0 0 8px;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.08em;
    }

    .product-intro__price {
      margin: 0 0 24px;
      font-size: 12px;
    }

    /* intro decoration */
    .intro-fall-zone,
    .arch-fall-zone {
      pointer-events: none;
    }

    .intro-fall-zone {
      position: absolute;
      inset: -210px 0 -92px;
      z-index: 3;
    }

    .deco-piece {
      position: absolute;
      display: block;
      z-index: var(--z, 1);
      width: var(--w, 44px);
      transform: translate3d(0, 0, 0) rotate(var(--end-rotate, 0deg));
      transform-origin: center;
    }

    .deco-piece img {
      width: 100%;
      height: auto;
    }

    .deco-piece--fall {
      opacity: 0;
      transform:
        translate3d(var(--start-x, 0), var(--start-y, -260px), 0)
        rotate(var(--start-rotate, 0deg))
        scale(0.96);
      will-change: transform, opacity;
    }

    .deco-piece--static {
      opacity: 1;
    }

    .intro-fall-zone .deco-piece--04 { right: 2%; bottom: 327px; --w: 46px; --end-rotate: -40deg; }
    .intro-fall-zone .deco-piece--05 { left: 2%; bottom: 360px; --w: 54px; --end-rotate: 14deg; }
    .intro-fall-zone .deco-piece--06 { right: -4%; top: 400px; --w: 46px; --end-rotate: -14deg; }
    .intro-fall-zone .deco-piece--07 { left: 13%; bottom: 185px; --w: 54px; --end-rotate: 12deg; }
    .intro-fall-zone .deco-piece--08 { left: 10%; bottom: 120px; --w: 56px; --end-rotate: -15deg; }
    .intro-fall-zone .deco-piece--09 { right: 8%; bottom: 194px; --w: 56px; --end-rotate: -2deg; }
    .intro-fall-zone .deco-piece--10 { right: -2%; bottom: 284px; --w: 56px; --end-rotate: -22deg; }
    .intro-fall-zone .deco-piece--11 { left: 3%; bottom: 204px; --w: 64px; --end-rotate: -50deg; }
    .intro-fall-zone .deco-piece--12 { right: 2%; bottom: 238px; --w: 56px; --end-rotate: 46deg; }
    .intro-fall-zone .deco-piece--13 { right: 10%; bottom: 90px; --w: 56px; --end-rotate: -14deg; }
    .intro-fall-zone .deco-piece--14 { right: 4%; bottom: 164px; --w: 64px; --end-rotate: -30deg; }
    .intro-fall-zone .deco-piece--15 { right: 2%; bottom: 119px; --w: 56px; --end-rotate: -40deg; }
    .intro-fall-zone .deco-piece--16 { right: 14%; bottom: 116px; --w: 54px; --end-rotate: 34deg; }
    .intro-fall-zone .deco-piece--17 { right: -2%; bottom: 76px; --w: 56px; --end-rotate: -20deg; }
    .intro-fall-zone .deco-piece--18 { right: 21%; bottom: 66px; --w: 56px; --end-rotate: 14deg; }
    .intro-fall-zone .deco-piece--19 { left: -2%; bottom: 230px; --w: 56px; --end-rotate: 8deg; }
    .intro-fall-zone .deco-piece--20 { left: 6%; bottom: 148px; --w: 56px; --end-rotate: -40deg; }
    .intro-fall-zone .deco-piece--21 { left: 18%; bottom: 85px; --w: 46px; --end-rotate: -4deg; }
    .intro-fall-zone .deco-piece--22 { left: 6%; bottom: 70px; --w: 56px; --end-rotate: 8deg; }
    .intro-fall-zone .deco-piece--23 { left: -4%; bottom: 100px; --w: 66px; --end-rotate: -10deg; }
    .intro-fall-zone .deco-piece--24 { left: 26%; bottom: 80px; --w: 46px; --end-rotate: 46deg; }

    .intro-fall-zone .deco-piece--03 {
      --start-x: -26px;
      --start-y: -300px;
      --start-rotate: -80deg;
      --duration: 3.6s;
      --delay: .08s;
    }

    .intro-fall-zone .deco-piece--05 {
      --start-x: 34px;
      --start-y: -280px;
      --start-rotate: 64deg;
      --duration: 4.1s;
      --delay: .36s;
    }

    .intro-fall-zone .deco-piece--08 {
      --start-x: -18px;
      --start-y: -260px;
      --start-rotate: -52deg;
      --duration: 3.8s;
      --delay: .72s;
    }

    .intro-fall-zone .deco-piece--09 {
      --start-x: 20px;
      --start-y: -310px;
      --start-rotate: 72deg;
      --duration: 4.4s;
      --delay: 1.02s;
    }

    .js-fall-deco.is-inview .deco-piece--fall {
      animation: softPhysicsFall var(--duration, 3.8s) cubic-bezier(.18, .72, .19, 1) var(--delay, 0s) forwards;
    }

    @keyframes softPhysicsFall {
      0% {
        opacity: 0;
        transform:
          translate3d(var(--start-x, 0), var(--start-y, -260px), 0)
          rotate(var(--start-rotate, 0deg))
          scale(.94);
      }
      18% {
        opacity: 1;
      }
      58% {
        transform:
          translate3d(calc(var(--start-x, 0) * .22), 18px, 0)
          rotate(calc(var(--end-rotate, 0deg) + 24deg))
          scale(1.02);
      }
      70% {
        transform:
          translate3d(calc(var(--start-x, 0) * .12), -13px, 0)
          rotate(calc(var(--end-rotate, 0deg) - 12deg))
          scale(1);
      }
      82% {
        transform:
          translate3d(calc(var(--start-x, 0) * .05), 7px, 0)
          rotate(calc(var(--end-rotate, 0deg) + 6deg));
      }
      92% {
        transform:
          translate3d(0, -3px, 0)
          rotate(calc(var(--end-rotate, 0deg) - 2deg));
      }
      100% {
        opacity: 1;
        transform:
          translate3d(0, 0, 0)
          rotate(var(--end-rotate, 0deg))
          scale(1);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .deco-piece--fall {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(var(--end-rotate, 0deg));
      }

      .js-fall-deco.is-inview .deco-piece--fall {
        animation: none;
      }
    }

    @media screen and (max-width: 767px) {
      .concept__title {
        font-size: 28px;
      }

      .product-intro.lp__section {
        padding-bottom: 112px;
      }
    }

    /* ==================================================
      color section
    ================================================== */
    .color-section {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      padding-top: 0;
      background-color: var(--color-kuromi-stripe);
      background-image: url("img/bg-kuromi.jpg");
      background-repeat: repeat-y;
      background-position: center top;
      background-size: var(--kuromi-bg-size);
    }

    .color-section::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: -2;
      height: 300px;
      background: var(--color-page-bg);
    }

    .color-section::after {
      content: "";
      position: absolute;
      top: 150px;
      left: 50%;
      z-index: -1;
      width: 120%;
      height: 150px;
      transform: translateX(-50%);
      border-radius: 50% 50% 0 0 / 100% 100% 0 0;
      background-color: var(--color-kuromi-stripe);
      background-image: url("img/bg-kuromi.jpg");
      background-repeat: repeat-y;
      background-position: center -150px;
      background-size: var(--kuromi-bg-size);
    }

    .color-section .lp__inner {
      position: relative;
      z-index: 1;
      padding-top: 300px;
    }

    .arch-character {
      position: absolute;
      top: 50px;
      left: 50%;
      z-index: 4;
      width: 140px;
      transform: translateX(-50%);
      pointer-events: none;
    }

    .arch-fall-zone {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 3;
      height: 300px;
      pointer-events: none;
    }

    .color-block + .color-block {
      margin-top: 88px;
    }

    .color-block__head {
      position: relative;
      z-index: 3;
      margin-bottom: 32px;
      text-align: center;
    }

    .color-block__label {
      display: inline-flex;
      color: var(--color-main-dark);
      align-items: center;
      gap: 10px;
      margin: 0 0 12px;
      font-family: var(--font-round);
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0.12em;
    }

    .color-block__label::before,
    .color-block__label::after {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      background: currentColor;
    }

    .color-block__copy {
      margin: 0;
      color: var(--color-main-dark);
      font-size: 26px;
      font-weight: 800;
      line-height: 1.55;
      letter-spacing: 0.06em;
    }

    .color-block--black .color-block__label,
    .color-block--black .color-block__copy {
      color: #222222;
    }

    .color-block--pink .color-block__label,
    .color-block--pink .color-block__copy {
      color: #b46f7f;
    }

    .look-gallery {
      position: relative;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      row-gap: 18px;
      margin: 0 -8px;
      padding-bottom: 28px;
    }

    .look-card {
      position: relative;
      z-index: 1;
      margin: 0;
      border-radius: 42px;
      overflow: hidden;
      background: var(--color-lavender);
      transform: rotate(var(--rotate, 0deg));
      transform-origin: center;
      will-change: transform, opacity;
    }

    .look-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .look-card--01 {
      grid-column: 1 / 10;
      aspect-ratio: 0.78;
      --rotate: -2.5deg;
    }

    .look-card--02 {
      grid-column: 6 / 13;
      aspect-ratio: 0.72;
      margin-top: -64px;
      --rotate: 3deg;
      z-index: 2;
    }

    .look-card--03 {
      grid-column: 2 / 12;
      aspect-ratio: 0.9;
      margin-top: -18px;
      --rotate: -1.5deg;
    }

    .color-block__item {
      position: relative;
      z-index: 4;
      width: 60%;
      max-width: 240px;
      margin: -84px 0 0 auto;
    }

    .color-block--pink .look-card--01 {
      grid-column: 4 / 13;
      --rotate: 2.5deg;
    }

    .color-block--pink .look-card--02 {
      grid-column: 1 / 8;
      --rotate: -3deg;
    }

    .color-block--pink .look-card--03 {
      grid-column: 2 / 12;
      --rotate: 1.5deg;
    }

    @media screen and (max-width: 767px) {
      .color-section::before {
        height: 300px;
      }

      .color-section::after {
        top: 150px;
        width: 120%;
        height: 150px;
      }

      .color-section .lp__inner {
        padding-top: 300px;
      }

      .arch-character {
        top: 50px;
        width: 140px;
      }

      .look-gallery {
        margin: 0 -10px;
      }
    }

    /* ==================================================
      model image scroll animations
    ================================================== */
    .look-card.js-reveal {
      opacity: 0;
      transition:
        opacity var(--reveal-duration, 1s) ease,
        transform var(--reveal-duration, 1s) cubic-bezier(.22, .7, .2, 1),
        filter var(--reveal-duration, 1s) ease;
      transition-delay: var(--reveal-delay, 0s);
      filter: blur(var(--reveal-blur, 0));
    }

    .look-card.js-reveal.is-visible {
      opacity: 1;
      transform: translate3d(0, 0, 0) rotate(var(--rotate, 0deg)) scale(1);
      filter: blur(0);
    }

    .look-card--reveal-zoom {
      transform: translate3d(0, 0, 0) rotate(var(--rotate, 0deg)) scale(.86);
      --reveal-duration: 1.15s;
      --reveal-blur: 2px;
    }

    .look-card--reveal-fade {
      transform: translate3d(0, 0, 0) rotate(var(--rotate, 0deg)) scale(1);
      --reveal-duration: 1.05s;
    }

    .look-card--reveal-up {
      transform: translate3d(0, 56px, 0) rotate(var(--rotate, 0deg)) scale(.98);
      --reveal-duration: 1.1s;
      --reveal-blur: 1px;
    }

    .look-card--reveal-left {
      transform: translate3d(-48px, 18px, 0) rotate(calc(var(--rotate, 0deg) - 3deg)) scale(.96);
      --reveal-duration: 1.15s;
    }

    .look-card--reveal-right {
      transform: translate3d(48px, 18px, 0) rotate(calc(var(--rotate, 0deg) + 3deg)) scale(.96);
      --reveal-duration: 1.15s;
    }

    .color-block--black .look-card--01 { --reveal-delay: .05s; }
    .color-block--black .look-card--02 { --reveal-delay: .16s; }
    .color-block--black .look-card--03 { --reveal-delay: .08s; }
    .color-block--pink .look-card--01 { --reveal-delay: .04s; }
    .color-block--pink .look-card--02 { --reveal-delay: .18s; }
    .color-block--pink .look-card--03 { --reveal-delay: .1s; }

    @media (prefers-reduced-motion: reduce) {
      .look-card.js-reveal {
        opacity: 1;
        transform: rotate(var(--rotate, 0deg)) scale(1);
        filter: none;
        transition: none;
      }
    }



    /* ==================================================
      point scroll animations
    ================================================== */
    .point-card.js-reveal {
      opacity: 0;
      transition:
        opacity var(--point-reveal-duration, 1.05s) ease,
        transform var(--point-reveal-duration, 1.05s) cubic-bezier(.22, .7, .2, 1),
        filter var(--point-reveal-duration, 1.05s) ease;
      transition-delay: var(--point-reveal-delay, 0s);
      filter: blur(var(--point-reveal-blur, 0));
      will-change: transform, opacity, filter;
    }

    .point-card.js-reveal.is-visible {
      opacity: 1;
      transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
      filter: blur(0);
    }

    .point-card--reveal-up {
      transform: translate3d(0, 64px, 0) scale(.97);
      --point-reveal-blur: 2px;
    }

    .point-card--reveal-right {
      transform: translate3d(58px, 20px, 0) rotate(2deg) scale(.96);
      --point-reveal-duration: 1.15s;
    }

    .point-card--reveal-pop {
      transform: translate3d(0, 28px, 0) scale(.82) rotate(-2deg);
      --point-reveal-duration: 1.2s;
      --point-reveal-blur: 2px;
    }

    .point-card--reveal-left {
      transform: translate3d(-58px, 20px, 0) rotate(-2deg) scale(.96);
      --point-reveal-duration: 1.15s;
    }

    .point-card--reveal-zoom {
      transform: translate3d(0, 0, 0) scale(.88);
      --point-reveal-duration: 1.15s;
      --point-reveal-blur: 2px;
    }

    .point-card:nth-child(1) { --point-reveal-delay: .02s; }
    .point-card:nth-child(2) { --point-reveal-delay: .08s; }
    .point-card:nth-child(3) { --point-reveal-delay: .04s; }
    .point-card:nth-child(4) { --point-reveal-delay: .08s; }
    .point-card:nth-child(5) { --point-reveal-delay: .04s; }

    @media (prefers-reduced-motion: reduce) {
      .point-card.js-reveal {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
      }
    }

    /* ==================================================
      point
    ================================================== */
    .point {
      position: relative;
      overflow: hidden;
      background: var(--color-point-bg);
      text-align: center;
    }

    .point .lp__inner {
      position: relative;
      z-index: 2;
    }

    .point .section-heading__en,
    .point .section-heading__ja,
    .point__lead {
      color: var(--color-white);
    }

    .point-deco-zone {
      position: absolute;
      inset: 0;
      z-index: 99;
      pointer-events: none;
    }

    .point-deco {
      position: absolute;
      display: block;
      width: var(--w, 96px);
      transform: rotate(var(--rotate, 0deg));
      opacity: var(--opacity, 1);
    }

    .point-deco img {
      width: 100%;
      height: auto;
    }

    .point-deco--02 { top: 500px; left: 10px; --w: 106px; --rotate: -10deg; }
    .point-deco--03 { top: 796px; right: 4px; --w: 102px; --rotate: -8deg; }
    .point-deco--04 { top: 1500px; left: 14px; --w: 102px; --rotate: 8deg; }
    .point-deco--05 { bottom: 600px; right: 20px; --w: 102px; --rotate: -12deg; }

    .point__lead {
      margin: 0 0 42px;
      font-size: 26px;
      font-weight: 900;
      line-height: 1.55;
      letter-spacing: 0.08em;
    }

    .point-list {
      display: grid;
      gap: 32px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .point-card {
      position: relative;
      margin: 0;
      text-align: left;
    }

    .point-card__media {
      position: relative;
      overflow: hidden;
      background: var(--color-light);
      transform: rotate(var(--rotate, 0deg));
      will-change: transform, opacity;
    }

    .point-card__media img,
    .point-card__media video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .point-card__media video {
      background: var(--color-light);
    }

    .point-card__body {
      position: relative;
      z-index: 2;
      width: 78%;
      margin-top: -28px;
      padding: 20px 18px 22px;
      border: 1px solid var(--color-accent);
      background: rgba(255, 255, 255, 0.94);
    }

    .point-card:nth-child(odd) .point-card__body {
      margin-left: auto;
    }

    .point-card:nth-child(even) .point-card__body {
      margin-right: auto;
    }

    .point-card__num {
      display: inline-grid;
      place-items: center;
      min-width: 58px;
      margin-bottom: 8px;
      padding: 4px 10px;
      border-radius: 999px;
      background: var(--color-accent);
      color: var(--color-white);
      font-family: var(--font-round);
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.1em;
    }

    .point-card__title {
      margin: 0 0 8px;
      color: var(--color-main-dark);
      font-size: 19px;
      font-weight: 900;
      line-height: 1.55;
      letter-spacing: 0.05em;
    }

    .point-card__text {
      margin: 0;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.9;
      letter-spacing: 0.04em;
    }

    .point-card--wide .point-card__media {
      width: 100%;
      aspect-ratio: 1.22 / 1;
      border-radius: 36px;
      --rotate: -1.5deg;
    }

    .point-card--wide .point-card__body {
      width: 82%;
    }

    .point-card--right .point-card__media {
      width: 84%;
      margin-left: auto;
      aspect-ratio: 0.95 / 1;
      border-radius: 34px 34px 34px 80px;
      --rotate: 2.5deg;
    }

    .point-card--left .point-card__media {
      width: 84%;
      margin-right: auto;
      aspect-ratio: 0.95 / 1;
      border-radius: 34px 34px 80px 34px;
      --rotate: -2.5deg;
    }

    .point-card--circle .point-card__media {
      width: 76%;
      margin: 0 auto;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      --rotate: 0deg;
    }

    .point-card--circle .point-card__body {
      width: 86%;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }

    .point-card--mini {
      display: grid;
      grid-template-columns: 44% 1fr;
      gap: 14px;
      align-items: center;
      padding: 18px;
      border-radius: 30px;
      background: #f8f6f9;
    }

    .point-card--mini .point-card__media {
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 24px;
      --rotate: -3deg;
    }

    .point-card--mini .point-card__body {
      width: auto;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
    }

    @media screen and (max-width: 767px) {
      .point-list {
        gap: 30px;
      }

      .point-card__body {
        width: 80%;
        padding: 16px 16px 18px;
      }

      .point-card--wide .point-card__body {
        width: 84%;
      }
    }

    /* ==================================================
      size accordion
    ================================================== */
    .size-accordion {
      background: var(--color-light);
    }

    .size {
      background: var(--color-accent);
      color: var(--color-white);
      text-align: center;
    }

    .size__button {
      display: block;
      width: 100%;
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      cursor: pointer;
      user-select: none;
      appearance: none;
    }

    .size__toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin: 0;
      font-size: 13px;
      letter-spacing: 0.12em;
    }

    .size__toggle::after {
      content: "＋";
      display: inline-block;
      min-width: 1em;
      font-size: 14px;
      line-height: 1;
    }

    .size-accordion.is-open .size__toggle::after {
      content: "−";
    }

    .size-accordion__panel {
      height: 0;
      overflow: hidden;
      background: var(--color-light);
      transition: height 0.35s ease;
    }

    .size-chart {
      padding: 34px 22px;
      background: var(--color-light);
      color: var(--color-text);
      text-align: center;
    }

    .size-chart__title {
      margin: 0 0 18px;
      font-family: var(--font-round);
      font-size: 17px;
      font-weight: 800;
      letter-spacing: 0.06em;
    }

    .size-table {
      width: 100%;
      border-collapse: collapse;
      background: var(--color-white);
      font-size: 11px;
      line-height: 1.4;
    }

    .size-table th,
    .size-table td {
      border: 1px solid #bbb;
      padding: 8px 4px;
      text-align: center;
      font-weight: 500;
    }

    .size-table th {
      background: #eee6f3;
      font-weight: 700;
    }

    .size-chart__note {
      margin: 14px 0 0;
      font-size: 10px;
      line-height: 1.7;
      text-align: left;
    }


    /* ==================================================
      closing model gallery
    ================================================== */
    .closing-models {
      padding: 64px 0 54px;
      overflow: hidden;
      background: var(--color-light);
    }

    .closing-models__row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      align-items: start;
      margin: 0 -10px;
    }

    .closing-models__item {
      margin: 0;
      overflow: hidden;
      border-radius: 26px;
      background: var(--color-lavender);
      opacity: 0;
      filter: blur(2px);
      transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.22, .72, .2, 1),
        filter 1s ease;
      will-change: transform, opacity, filter;
    }

    .closing-models__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .closing-models__item--01 {
      aspect-ratio: .72;
      transform: translate3d(-28px, 34px, 0) rotate(-3deg) scale(.94);
    }

    .closing-models__item--02 {
      aspect-ratio: .72;
      margin-top: 54px;
      transform: translate3d(0, 42px, 0) scale(.9);
      transition-delay: .12s;
    }

    .closing-models__item--03 {
      aspect-ratio: .72;
      margin-top: 18px;
      transform: translate3d(28px, 30px, 0) rotate(3deg) scale(.94);
      transition-delay: .22s;
    }

    .closing-models__item.is-visible {
      opacity: 1;
      filter: blur(0);
    }

    .closing-models__item--01.is-visible {
      transform: translate3d(0, 0, 0) rotate(-3deg) scale(1);
    }

    .closing-models__item--02.is-visible {
      transform: translate3d(0, 0, 0) scale(1);
    }

    .closing-models__item--03.is-visible {
      transform: translate3d(0, 0, 0) rotate(3deg) scale(1);
    }

    @media screen and (max-width: 374px) {
      .closing-models__row {
        gap: 7px;
        margin: 0 -8px;
      }

      .closing-models__item {
        border-radius: 20px;
      }

      .closing-models__item--02 {
        margin-top: 42px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .closing-models__item {
        opacity: 1;
        filter: none;
        transition: none;
      }

      .closing-models__item--01 {
        transform: rotate(-3deg);
      }

      .closing-models__item--02 {
        transform: none;
      }

      .closing-models__item--03 {
        transform: rotate(3deg);
      }
    }

    /* ==================================================
      cta
    ================================================== */
    .cta {
      background: var(--color-light);
      text-align: center;
    }

    /* ==================================================
      bottom message / share
    ================================================== */
    .bottom-message {
      background: var(--color-light);
      text-align: center;
    }

    .bottom-message__brand {
      margin-bottom: 24px;
    }

    .bottom-message__copy {
      margin: 0 0 24px;
      color: var(--color-main-dark);
      font-size: 15px;
      font-weight: 700;
      line-height: 2;
      letter-spacing: 0.08em;
    }

    .bottom-message__character {
      max-width: 140px;
      margin: 0 auto;
    }

    .bottom-message__brand.js-reveal,
    .bottom-message__copy.js-reveal {
      opacity: 0;
      transition: opacity var(--bottom-reveal-duration, 1.2s) ease;
      transition-delay: var(--bottom-reveal-delay, 0s);
      will-change: opacity;
    }

    .bottom-message__brand.js-reveal.is-visible,
    .bottom-message__copy.js-reveal.is-visible {
      opacity: 1;
    }

    .bottom-message__brand {
      --bottom-reveal-delay: 0s;
    }

    .bottom-message__copy {
      --bottom-reveal-delay: 0.18s;
    }

    @media (prefers-reduced-motion: reduce) {
      .bottom-message__brand.js-reveal,
      .bottom-message__copy.js-reveal {
        opacity: 1;
        transition: none;
      }
    }

    .share {
      position: relative;
      padding: 42px 0 48px;
      background: var(--color-light);
      text-align: center;
    }

    .share::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 72%;
      height: 1px;
      transform: translateX(-50%);
      background: var(--color-border);
    }

    .share__title {
      margin: 0 0 6px;
      font-family: var(--font-round);
      color: var(--color-main-dark);
      font-size: 28px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.12em;
    }

    .share__lead {
      margin: 0 0 24px;
      color: #6b5b72;
      font-size: 11px;
      font-weight: 600;
      line-height: 1.7;
      letter-spacing: 0.08em;
    }

    .share__list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .share__item {
      transform: rotate(var(--rotate, 0deg));
    }

    .share__item:nth-child(1) {
      --rotate: -3deg;
    }

    .share__item:nth-child(2) {
      --rotate: 2deg;
    }

    .share__item:nth-child(3) {
      --rotate: -1deg;
    }

    .share__link {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 7px;
      min-height: 92px;
      border: 2px solid currentColor;
      border-radius: 24px;
      background: var(--share-bg, var(--color-accent));
      color: var(--color-white);
      box-shadow: 5px 6px 0 rgba(47, 47, 47, 0.12);
      font-size: 11px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.06em;
      transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
    }

    .share__link:focus-visible {
      outline: 3px solid var(--color-lavender);
      outline-offset: 4px;
    }

    .share__link:hover {
      transform: translateY(-3px);
      box-shadow: 5px 9px 0 rgba(47, 47, 47, 0.12);
      opacity: 0.92;
    }

    .share__link--facebook {
      --share-bg: #1877f2;
    }

    .share__link--x {
      --share-bg: #111111;
    }

    .share__link--line {
      --share-bg: #06c755;
    }

    .share__icon {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      font-size: 19px;
      font-weight: 800;
    }

    .share__icon svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

    .share__name {
      display: block;
      font-size: 10px;
      letter-spacing: 0.08em;
    }

    @media screen and (max-width: 374px) {
      .share__list {
        gap: 8px;
      }

      .share__link {
        min-height: 84px;
        border-radius: 20px;
        font-size: 10px;
      }

      .share__icon {
        width: 30px;
        height: 30px;
      }
    }



    @media screen and (max-width: 374px) {
      .color-block__label {
        font-size: 26px;
      }

      .section-heading__en {
        font-size: 24px;
      }

      .point__lead {
        font-size: 23px;
      }

      .point-card__title {
        font-size: 18px;
      }

      .point-card__text {
        font-size: 13px;
      }
    }




    /* ==================================================
      PC side fixed elements
    ================================================== */
    .pc-side {
      display: none;
    }

    @media screen and (min-width: 1024px) {
      .pc-side {
        position: fixed;
        inset: 0;
        z-index: 1;
        display: block;
        pointer-events: none;
      }

      .pc-side__logo,
      .pc-side__qr,
      .pc-side__nav,
      .pc-side__character {
        position: fixed;
        z-index: 2;
      }

      .pc-side__logo {
        top: clamp(64px, 11vh, 120px);
        left: clamp(56px, 9vw, 150px);
        width: clamp(150px, 13vw, 220px);
      }

      .pc-side__qr {
        left: clamp(52px, 9vw, 150px);
        bottom: clamp(56px, 11vh, 140px);
        width: 180px;
        padding: 18px 20px 20px;
        border: 4px solid var(--color-main-dark);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.82);
        text-align: center;
        pointer-events: auto;
      }

      .pc-side__qr-title {
        margin: 0 0 10px;
        color: var(--color-main-dark);
        font-family: var(--font-round);
        font-size: 14px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0.08em;
      }

      .pc-side__qr img {
        width: 124px;
        margin: 0 auto;
      }

      .pc-side__nav {
        top: clamp(74px, 13vh, 135px);
        right: clamp(46px, 8vw, 150px);
        pointer-events: auto;
      }

      .pc-side__nav-list {
        display: grid;
        gap: 24px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .pc-side__nav-link {
        display: inline-flex;
        align-items: center;
        gap: 18px;
        color: var(--color-main-dark);
        font-family: var(--font-round);
        font-size: 15px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0.08em;
        transition: transform 0.2s ease, opacity 0.2s ease;
      }

      .pc-side__nav-link:hover {
        transform: translateX(4px);
        opacity: 0.78;
      }

      .pc-side__nav-icon {
        width: 34px;
        flex: 0 0 auto;
      }

      .pc-side__character {
        right: clamp(68px, 12vw, 185px);
        bottom: clamp(44px, 10vh, 110px);
        width: clamp(190px, 18vw, 280px);
      }

      .pc-side__character-main {
        position: relative;
        z-index: 2;
        width: 100%;
      }

      .pc-side__float {
        position: absolute;
        z-index: 1;
        display: block;
        width: var(--w, 42px);
        animation: pcFloat var(--duration, 4.2s) ease-in-out var(--delay, 0s) infinite alternate;
        will-change: transform;
      }

      .pc-side__float img {
        width: 100%;
      }

      .pc-side__float--01 {
        top: -42px;
        left: 34%;
        --w: 46px;
        --move-x: -8px;
        --move-y: -18px;
        --rotate: -7deg;
        --duration: 4.6s;
      }

      .pc-side__float--02 {
        top: -58px;
        left: 56%;
        --w: 38px;
        --move-x: 10px;
        --move-y: -15px;
        --rotate: 10deg;
        --duration: 3.9s;
        --delay: .7s;
      }
    }

    @keyframes pcFloat {
      0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
      }
      100% {
        transform: translate3d(var(--move-x, 0), var(--move-y, -16px), 0) rotate(var(--rotate, 8deg));
      }
    }

    @media screen and (min-width: 1024px) and (max-width: 1180px) {
      .pc-side__logo {
        left: 36px;
        width: 150px;
      }

      .pc-side__qr {
        left: 32px;
        width: 150px;
        padding: 14px 14px 16px;
      }

      .pc-side__qr img {
        width: 104px;
      }

      .pc-side__nav {
        right: 30px;
      }

      .pc-side__nav-link {
        gap: 12px;
        font-size: 13px;
      }

      .pc-side__nav-icon {
        width: 28px;
      }

      .pc-side__character {
        right: 40px;
        width: 190px;
      }
    }

    /* ==================================================
      PC fixed frame layout
    ================================================== */
    @media screen and (min-width: 768px) {
      html,
      body {
        height: 100%;
      }

      body {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 64px 0 48px;
        overflow: hidden;
      }

      .lp {
        height: calc(100svh - 112px);
        min-height: 560px;
        max-height: 900px;
        border-radius: 72px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
      }

      .fv,
      .fv__inner {
        min-height: calc(100svh - 112px);
      }

      .lp::-webkit-scrollbar {
        width: 0;
      }

      .lp {
        scrollbar-width: none;
      }
    }

    /* ==================================================
      SHIROHATO common header / footer
    ================================================== */
    .brand-header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9000;
      width: 100%;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border-bottom: 1px solid #efefef;
    }

    .brand-header__link {
      display: block;
      width: 166px;
      transition: opacity .2s ease;
    }

    .brand-header__link:hover {
      opacity: .72;
    }

    .brand-header__logo {
      width: 100%;
      height: auto;
    }

    .brand-footer {
      position: relative;
      padding: 84px 24px 36px;
      overflow: hidden;
      background: #fff;
      color: #333;
      text-align: center;
    }

    .brand-footer__mame {
      position: absolute;
      top: 50px;
      left: 50%;
      width: 40px;
      transform: translate(-50%, -42%);
    }

    .brand-footer__contact {
      margin: 0 0 28px;
    }

    .brand-footer__label {
      margin: 0 0 6px;
      font-size: 11px;
      letter-spacing: .08em;
    }

    .brand-footer__tel {
      display: inline-block;
      margin: 0;
      color: #333;
      font-family: var(--font-basic);
      font-size: 24px;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: .06em;
    }

    .brand-footer__hours {
      margin: 8px 0 0;
      color: #666;
      font-size: 11px;
      line-height: 1.7;
    }

    .brand-footer__links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px 18px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .brand-footer__link {
      position: relative;
      display: inline-block;
      padding-right: 12px;
      color: #555;
      font-size: 11px;
      line-height: 1.8;
    }

    .brand-footer__link::after {
      content: "›";
      position: absolute;
      top: 0;
      right: 0;
    }

    .brand-footer__link:hover {
      text-decoration: underline;
    }

    .brand-footer__brand {
      display: block;
      width: 156px;
      margin: 32px auto 0;
    }

    .brand-footer__brand img {
      width: 100%;
    }

    .brand-footer__copy {
      margin: 22px 0 0;
      color: #999;
      font-size: 9px;
      line-height: 1.8;
      letter-spacing: .02em;
    }

    @media screen and (min-width: 768px) {
      .brand-header {
        top: 0;
        left: 0;
        width: 100%;
        height: 48px;
        transform: none;
        border-radius: 0;
        border-bottom: 0;
      }

      .brand-header__link {
        width: 142px;
      }

      .lp {
        padding-top: 0;
      }

      .fv,
      .fv__inner {
        min-height: calc(100svh - 112px);
      }
    }

    @media screen and (max-width: 767px) {
      .brand-header {
        height: 56px;
      }

      .brand-header__link {
        width: 148px;
      }

      .lp {
        padding-top: 56px;
      }

      .brand-footer {
        padding-top: 78px;
      }
    }

    /* ==================================================
      footer
    ================================================== */
    .footer {
      padding: 36px 0 48px;
      background: #f7f7f7;
      text-align: center;
    }

    .footer__text {
      margin: 0;
      color: #777;
      font-size: 10px;
      line-height: 2;
    }

    .footer__copy {
      margin: 22px 0 0;
      color: #aaa;
      font-size: 9px;
    }


    /* ==================================================
      loading screen
    ================================================== */
    body.is-loading {
      overflow: hidden !important;
    }

    .loading-screen {
      position: fixed;
      inset: 0;
      z-index: 99999;
      display: grid;
      place-items: center;
      padding: 24px;
      background: var(--color-page-bg);
      opacity: 1;
      visibility: visible;
      transition: opacity .75s ease, visibility .75s ease;
    }

    .loading-screen.is-hidden {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    .loading-screen__inner {
      display: grid;
      justify-items: center;
      width: min(54vw, 220px);
    }

    @media screen and (max-width: 767px) {
      .loading-screen__inner {
        width: min(44vw, 170px);
      }
    }

    .loading-screen__logo {
      width: 100%;
      opacity: 0;
      transform: translate3d(0, 16px, 0) scale(.94);
      animation: loadingLogoIn .9s cubic-bezier(.22, .75, .2, 1) .1s forwards,
                 loadingLogoFloat 2.2s ease-in-out 1s infinite alternate;
      will-change: transform, opacity;
    }

    .loading-screen__bar {
      position: relative;
      width: min(190px, 70%);
      height: 2px;
      margin-top: 34px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(125, 104, 158, .2);
    }

    .loading-screen__bar::after {
      content: "";
      position: absolute;
      inset: 0;
      width: 45%;
      border-radius: inherit;
      background: var(--color-main-dark);
      transform: translateX(-120%);
      animation: loadingBar 1.2s ease-in-out infinite;
    }

    .loading-screen__text {
      margin: 14px 0 0;
      color: var(--color-main-dark);
      font-family: var(--font-round);
      font-size: 11px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: .18em;
      animation: loadingTextBlink 1.5s ease-in-out infinite;
    }

    @keyframes loadingLogoIn {
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
      }
    }

    @keyframes loadingLogoFloat {
      from { transform: translate3d(0, 0, 0) scale(1); }
      to { transform: translate3d(0, -7px, 0) scale(1.015); }
    }

    @keyframes loadingBar {
      0% { transform: translateX(-120%); }
      55% { transform: translateX(85%); }
      100% { transform: translateX(240%); }
    }

    @keyframes loadingTextBlink {
      0%, 100% { opacity: .45; }
      50% { opacity: 1; }
    }

    @media (prefers-reduced-motion: reduce) {
      .loading-screen__logo {
        opacity: 1;
        transform: none;
        animation: none;
      }

      .loading-screen__bar::after,
      .loading-screen__text {
        animation: none;
      }

      .fv__visual img,
      body.is-page-ready .fv__visual img {
        transform: scale(1);
        transition: none;
      }
    }
