@charset "UTF-8";
/* [2026-08-05 修正] カラーミーのテンプレート側 img{max-width:100%!important} が
   width:110% の画像ブリードを潰し、画像右側に隙間が出るため打ち消す */
.omv2 img { max-width: none !important; }
/* [2026-08-05 修正] 本番はサイドバーのある720px幅カラム内に入るため、
   vw（画面幅基準）ではなく cqw（コンテナ幅基準）で組む */
.omv2 { container-type: inline-size; container-name: omv2; }
.omv2 {
    --om-navy: #16284c;
    --om-ecru: #f8f6f1;
    --om-sand: #e3c9a7;
    --om-text: #333333;
    --om-muted: #777777;
    --om-divider: #e8e2d8;
    --om-white: #ffffff;
    color: var(--om-text);
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.75;
  }
  .omv2 *,
  .omv2 *::before,
  .omv2 *::after {
    box-sizing: border-box;
  }
  .omv2__section {
    padding: 64px 24px;
    border-bottom: 1px solid var(--om-divider);
    scroll-margin-top: 24px;
  }
  .omv2__inner {
    width: min(100%, 920px);
    margin: 0 auto;
  }
  .omv2__eyebrow {
    margin: 0 0 8px;
    color: var(--om-navy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .omv2__title,
  .omv2__heading,
  .omv2__case-quote {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: var(--om-navy);
    font-weight: 400;
  }
  .omv2__title {
    margin: 0;
    font-size: clamp(30px, 5cqw, 48px);
    line-height: 1.45;
  }
  .omv2__heading {
    margin: 0 0 16px;
    font-size: clamp(25px, 4cqw, 34px);
    line-height: 1.45;
  }
  .omv2__lead {
    max-width: 650px;
    margin: 24px 0 0;
    font-size: 15px;
  }
  .omv2__note {
    color: var(--om-muted);
    font-size: 12px;
  }
  .omv2__button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }
  .omv2__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid var(--om-navy);
    border-radius: 4px;
    color: var(--om-navy);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .omv2__button--primary {
    background: var(--om-navy);
    color: var(--om-ecru);
  }
  .omv2__button:hover {
    opacity: 0.78;
  }

  /* Hero */
  .omv2__hero {
    --hero-pointer-x: 50%;
    --hero-pointer-y: 42%;
    --hero-focus-x: 50%;
    --hero-focus-y: 72%;
    --hero-zoom: 1;
    --hero-tilt-x: 0deg;
    --hero-tilt-y: 0deg;
    --hero-shift-x: 0px;
    --hero-shift-y: 0px;
    --hero-scroll-shift: 0px;
    position: relative;
    min-height: clamp(560px, 56.25cqw, 840px);
    overflow: hidden;
    padding: 0;
    border-bottom: 0;
    background: #a39b8d;
    cursor: grab;
    isolation: isolate;
    touch-action: pan-y;
  }
  .omv2__hero.is-hero-dragging { cursor: grabbing; }
  .omv2__hero a,
  .omv2__hero button { cursor: pointer; }
  .omv2__hero-media,
  .omv2__hero-media picture,
  .omv2__hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .omv2__hero-media {
    z-index: -2;
    overflow: hidden;
    perspective: 1200px;
    transform-style: preserve-3d;
    animation: omv2HeroReveal 1.35s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .omv2__hero-media::before {
    content: "";
    position: absolute;
    inset: -5%;
    z-index: 0;
    background: url("https://img11.shop-pro.jp/PA01293/394/etc_base64/Y3VzdG9tLW1hZGUtaW1nLTU.jpg?cmsp_timestamp=20260805212303") center / cover no-repeat;
    filter: blur(18px) saturate(0.88) brightness(0.72);
    transform: scale(1.08);
    pointer-events: none;
  }
  .omv2__hero-media picture {
    z-index: 1;
  }
  .omv2__hero-media img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 62%;
    transform-origin: var(--hero-focus-x) var(--hero-focus-y);
    transform: translate3d(
      var(--hero-shift-x),
      calc(var(--hero-shift-y) + var(--hero-scroll-shift)),
      0
    ) scale(var(--hero-zoom)) rotateX(var(--hero-tilt-y)) rotateY(var(--hero-tilt-x));
    will-change: transform, transform-origin;
    backface-visibility: hidden;
    animation: omv2HeroImageReady 1.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .omv2__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
      radial-gradient(circle at var(--hero-pointer-x) var(--hero-pointer-y), rgba(248, 246, 241, 0.1), transparent 28%),
      radial-gradient(ellipse at 50% 48%, rgba(5, 12, 26, 0.42) 0%, rgba(5, 12, 26, 0.2) 40%, transparent 70%),
      linear-gradient(180deg, rgba(9, 18, 35, 0.12) 0%, rgba(9, 18, 35, 0.04) 42%, rgba(9, 18, 35, 0.72) 100%);
  }
  .omv2__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.2;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: linear-gradient(to bottom, transparent 12%, black 58%, transparent);
  }
  .omv2__hero-content {
    position: relative;
    width: min(calc(100% - 48px), 1400px);
    min-height: inherit;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .omv2__hero .omv2__eyebrow {
    margin-bottom: 14px;
    color: #f0ddc2;
    text-shadow: 0 1px 20px rgba(0, 0, 0, 0.28);
    animation: omv2HeroCopyIn 0.9s 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .omv2__hero .omv2__title {
    color: var(--om-white);
    font-size: clamp(38px, 4.4cqw, 68px);
    line-height: 1.28;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-shadow: 0 2px 34px rgba(0, 0, 0, 0.4);
    animation: omv2HeroCopyIn 1.05s 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .omv2__hero-title-line {
    display: inline;
  }
  .omv2__hero-scroll {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-decoration: none;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
    animation: omv2HeroCopyIn 0.9s 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .omv2__hero-scroll:hover {
    color: #ffffff;
  }
  .omv2__hero-scroll:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.92);
    outline-offset: 3px;
  }
  .omv2__hero-cta {
    position: relative;
    z-index: 0;
    overflow: hidden;
    isolation: isolate;
    width: fit-content;
    min-width: 250px;
    align-self: center;
    margin-top: 28px;
    border-color: rgba(255, 255, 255, 0.76);
    background: rgba(248, 246, 241, 0.94);
    color: var(--om-navy);
    box-shadow: 0 14px 42px rgba(8, 18, 36, 0.2);
    backdrop-filter: blur(8px);
    scale: 1;
    transition:
      color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.42s ease,
      box-shadow 0.42s ease,
      scale 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.2s ease;
    animation: omv2HeroCopyIn 0.9s 0.76s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .omv2__hero-cta::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    background: linear-gradient(110deg, var(--om-navy) 0%, #27416e 58%, #a9865f 100%);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .omv2__hero-cta::after {
    content: "";
    position: absolute;
    top: -72%;
    left: -60%;
    z-index: 1;
    width: 45%;
    height: 244%;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(20, 45, 78, 0.04) 22%,
      rgba(255, 255, 255, 0.86) 50%,
      rgba(214, 180, 136, 0.24) 64%,
      transparent 100%
    );
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.46);
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
    animation: omv2HeroCtaGlow 4.2s 1.7s ease-in-out infinite;
  }
  .omv2__hero-cta:hover {
    opacity: 1;
    color: var(--om-white);
    border-color: rgba(227, 201, 167, 0.94);
    box-shadow: 0 20px 54px rgba(8, 18, 36, 0.34), 0 0 0 1px rgba(227, 201, 167, 0.28);
    scale: 1.035;
  }
  .omv2__hero-cta:hover::before,
  .omv2__hero-cta:focus-visible::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .omv2__hero-cta:focus-visible {
    color: var(--om-white);
    border-color: var(--om-sand);
    outline: 2px solid rgba(255, 255, 255, 0.92);
    outline-offset: 4px;
  }
  .omv2__hero-scroll::before {
    content: "";
    width: 64px;
    height: 4px;
    border-radius: 999px;
    transform-origin: center;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.72), 0 2px 10px rgba(5, 12, 26, 0.42);
    animation: omv2HeroLine 2.4s 1.4s ease-in-out infinite;
  }
  .omv2__hero-intro {
    padding-top: 48px;
    padding-bottom: 48px;
    background: var(--om-ecru);
  }
  .omv2__hero-intro .omv2__lead {
    margin-top: 0;
  }
  .omv2__assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
  }
  .omv2__assurance {
    padding-top: 12px;
    border-top: 1px solid var(--om-navy);
    color: var(--om-navy);
    font-size: 13px;
    font-weight: 700;
  }
  @keyframes omv2HeroReveal {
    from { clip-path: inset(0 100% 0 0); }
    to { clip-path: inset(0 0 0 0); }
  }
  @keyframes omv2HeroImageReady {
    from { opacity: 0.72; filter: saturate(0.76); }
    to { opacity: 1; filter: saturate(1); }
  }
  @keyframes omv2HeroCopyIn {
    from { opacity: 0; transform: translateY(24px); filter: blur(7px); }
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
  }
  @keyframes omv2HeroCtaGlow {
    0%, 56% { opacity: 0; transform: translateX(0) skewX(-18deg); }
    63% { opacity: 0.78; }
    86% { opacity: 0.78; }
    94%, 100% { opacity: 0; transform: translateX(360%) skewX(-18deg); }
  }
  @keyframes omv2HeroLine {
    0%, 100% { transform: scaleX(0.38); opacity: 0.62; }
    50% { transform: scaleX(1); opacity: 1; }
  }

  /* Fabric discovery */
  .omv2__fabric-discovery {
    --pointer-x: 50%;
    --pointer-y: 42%;
    --image-shift-x: 0px;
    --image-shift-y: 0px;
    position: relative;
    min-height: clamp(760px, 72cqw, 900px);
    overflow: visible;
    padding: 0;
    border-bottom: 0;
    background: #091327;
    color: var(--om-ecru);
    isolation: isolate;
  }
  .omv2__fabric-discovery::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
      radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(238, 214, 182, 0.2), transparent 25%),
      linear-gradient(180deg, rgba(5, 12, 26, 0.12), transparent 38%, rgba(5, 12, 26, 0.46));
  }
  .omv2__fabric-discovery .omv2__inner {
    position: relative;
    z-index: 4;
    width: 100%;
    min-height: inherit;
    padding: 0 0 34px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
  }
  .omv2__fabric-heading {
    position: relative;
    z-index: 5;
    width: min(100%, 570px);
    margin: 0 0 -22px max(24px, calc((100% - 1200px) / 2));
    padding: 30px 34px 32px;
    transform: translateY(-42px);
    border: 1px solid rgba(22, 40, 76, 0.12);
    background: rgba(248, 246, 241, 0.93);
    box-shadow: 0 24px 70px rgba(5, 12, 26, 0.22);
    color: var(--om-text);
    backdrop-filter: blur(16px);
    pointer-events: auto;
  }
  .omv2__fabric-heading::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 42px;
    height: 1px;
    background: var(--om-navy);
  }
  .omv2__fabric-discovery .omv2__eyebrow,
  .omv2__fabric-discovery .omv2__heading {
    color: var(--om-navy);
  }
  .omv2__fabric-heading .omv2__heading {
    margin-bottom: 16px;
    font-size: clamp(30px, 4.4cqw, 48px);
    line-height: 1.32;
  }
  .omv2__fabric-stage {
    position: absolute;
    inset: 0;
    z-index: -1;
    min-height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #0b1426;
    box-shadow: none;
    cursor: grab;
    pointer-events: auto;
    touch-action: pan-y;
  }
  .omv2__fabric-stage.is-dragging { cursor: grabbing; }
  .omv2__fabric-stage.is-image-mode { touch-action: none; }
  .omv2__fabric-stage.is-image-mode.is-dragging .omv2__fabric-slide--interior.is-active img {
    transition: none;
  }
  .omv2__fabric-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: end;
    opacity: 0;
    clip-path: inset(0 0 0 100%);
    transform: translate3d(3%, 0, 0);
    pointer-events: none;
    transition:
      clip-path 1.15s cubic-bezier(0.77, 0, 0.18, 1),
      transform 1.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0s 1.15s;
    will-change: clip-path, transform;
  }
  .omv2__fabric-slide.is-previous {
    z-index: 1;
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(-1.5%, 0, 0) scale(1.03);
    transition: transform 1.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .omv2__fabric-slide.is-active {
    z-index: 2;
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    transition:
      clip-path 1.15s cubic-bezier(0.77, 0, 0.18, 1),
      transform 1.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0s;
  }
  .omv2__fabric-stage.is-dragging .omv2__fabric-slide.is-active {
    clip-path: inset(0);
    transform: translate3d(var(--fabric-drag-x, 0px), 0, 0) scale(0.995);
    transition: none;
  }
  .omv2__fabric-discovery.is-reverse .omv2__fabric-slide {
    clip-path: inset(0 100% 0 0);
    transform: translate3d(-3%, 0, 0);
  }
  .omv2__fabric-discovery.is-reverse .omv2__fabric-slide.is-previous,
  .omv2__fabric-discovery.is-reverse .omv2__fabric-slide.is-active {
    clip-path: inset(0);
  }
  .omv2__fabric-discovery.is-reverse .omv2__fabric-slide.is-previous {
    transform: translate3d(1.5%, 0, 0) scale(1.03);
  }
  .omv2__fabric-discovery.is-reverse .omv2__fabric-slide.is-active {
    transform: translate3d(0, 0, 0);
  }
  .omv2__fabric-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(7, 15, 31, 0.78) 0%, rgba(7, 15, 31, 0.26) 47%, rgba(7, 15, 31, 0.03) 74%),
      linear-gradient(0deg, rgba(7, 15, 31, 0.78) 0%, transparent 58%),
      linear-gradient(180deg, rgba(7, 15, 31, 0.3), transparent 34%);
  }
  .omv2__fabric-slide img {
    position: absolute;
    inset: -5%;
    width: 110%;
    height: 110%;
    object-fit: cover;
    transform: translate3d(var(--image-shift-x), var(--image-shift-y), 0) scale(1.03);
    transform-origin: center;
    will-change: transform;
  }
  .omv2__fabric-slide.is-active img {
    animation: omv2ScenePushLeft 8s cubic-bezier(0.18, 0.72, 0.2, 1) both;
  }
  .omv2__fabric-slide:nth-child(even).is-active img {
    animation-name: omv2ScenePushRight;
  }
  .omv2__fabric-slide--interior img,
  .omv2__fabric-slide--interior.is-active img {
    inset: 0;
    width: 100%;
    height: 100%;
    animation: none !important;
    transform: translate3d(
      var(--interior-shift-x, 0px),
      var(--interior-shift-y, 0px),
      0
    ) scale(var(--interior-zoom, 1));
    transform-origin: var(--interior-origin-x, 50%) var(--interior-origin-y, 50%);
    transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform-origin 0.52s ease-out;
  }
  .omv2__fabric-slide--interior picture {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    transform-origin: center;
    will-change: transform;
  }
  .omv2__fabric-slide--interior.is-active picture {
    animation: omv2InteriorSceneDriftLeft 7.6s cubic-bezier(0.18, 0.72, 0.2, 1) both;
  }
  .omv2__fabric-slide--interior[data-interior-focus="modern-natural"].is-active picture {
    animation-name: omv2InteriorSceneDriftRight;
  }
  .omv2__fabric-stage.is-image-mode.is-dragging .omv2__fabric-slide--interior.is-active picture {
    animation-play-state: paused;
  }
  .omv2__fabric-active-index {
    display: block;
    margin: 20px 0 8px;
    color: var(--om-sand);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
  }
  .omv2__fabric-controls {
    position: absolute;
    right: max(24px, calc((100% - 1200px) / 2));
    bottom: 34px;
    z-index: 6;
    display: flex;
    align-items: center;
    min-width: min(430px, calc(100% - 48px));
    gap: 16px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(7, 15, 31, 0.48);
    box-shadow: 0 14px 42px rgba(2, 8, 20, 0.2);
    color: var(--om-white);
    backdrop-filter: blur(16px);
    pointer-events: auto;
  }
  .omv2__fabric-status {
    flex: 0 0 auto;
    min-width: 46px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    white-space: nowrap;
  }
  .omv2__fabric-dots {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    gap: 5px;
    margin: 0;
  }
  .omv2__fabric-dot {
    appearance: none;
    width: auto;
    height: 24px;
    flex: 1 1 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .omv2__fabric-dot::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.28);
    transform-origin: left center;
    transition: background 0.35s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .omv2__fabric-dot[aria-current="true"]::before {
    background: var(--om-sand);
    transform: scaleY(2);
  }
  .omv2__fabric-dot:focus-visible {
    outline: none;
  }
  .omv2__fabric-dot:focus-visible::before {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.48);
  }
  .omv2__fabric-gesture {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }
  .omv2__fabric-foot {
    position: absolute;
    left: max(24px, calc((100% - 1200px) / 2));
    bottom: 34px;
    z-index: 5;
    display: flex;
    width: min(56%, 640px);
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(7, 15, 31, 0.42);
    color: rgba(248, 246, 241, 0.76);
    font-size: 11px;
    backdrop-filter: blur(12px);
    pointer-events: auto;
  }
  .omv2__fabric-foot a {
    color: var(--om-ecru);
    white-space: nowrap;
    text-underline-offset: 4px;
  }
  @keyframes omv2ScenePushLeft {
    from {
      transform: translate3d(calc(var(--image-shift-x) + 12px), calc(var(--image-shift-y) + 8px), 0) scale(1.01);
    }
    to {
      transform: translate3d(calc(var(--image-shift-x) - 20px), calc(var(--image-shift-y) - 7px), 0) scale(1.105);
    }
  }
  @keyframes omv2ScenePushRight {
    from {
      transform: translate3d(calc(var(--image-shift-x) - 14px), calc(var(--image-shift-y) + 7px), 0) scale(1.015);
    }
    to {
      transform: translate3d(calc(var(--image-shift-x) + 18px), calc(var(--image-shift-y) - 8px), 0) scale(1.11);
    }
  }
  @keyframes omv2InteriorSceneDriftLeft {
    from { transform: scale(1.01) translate3d(0, 0.35%, 0); }
    to { transform: scale(1.105) translate3d(0, -0.7%, 0); }
  }
  @keyframes omv2InteriorSceneDriftRight {
    from { transform: scale(1.015) translate3d(-0.4%, 0.3%, 0); }
    to { transform: scale(1.11) translate3d(0.8%, -0.7%, 0); }
  }

  /* First contact */
  .omv2__intro {
    max-width: none;
    margin: 0 0 30px;
  }
  .omv2__consult-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
  .omv2__consult {
    padding-top: 20px;
    border-top: 2px solid var(--om-navy);
  }
  .omv2__consult-number {
    color: var(--om-muted);
    font-family: Georgia, serif;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .omv2__consult p {
    margin: 14px 0 8px;
    color: var(--om-navy);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
  }
  .omv2__support {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-top: 36px;
    padding: 24px 0;
    border-top: 1px solid var(--om-divider);
    border-bottom: 1px solid var(--om-divider);
  }
  .omv2__support p {
    margin: 0;
  }

  /* Price */
  .omv2__price-section {
    background: var(--om-ecru);
  }
  .omv2__price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
  }
  .omv2__price {
    padding: 26px 20px;
    border: 1px solid var(--om-divider);
    border-radius: 4px;
    background: var(--om-white);
  }
  .omv2__price h3 {
    min-height: 3.5em;
    margin: 0;
    color: var(--om-navy);
    font-size: 15px;
    line-height: 1.7;
  }
  .omv2__price-value {
    margin: 16px 0 8px;
    color: var(--om-navy);
    font-family: Georgia, "Yu Mincho", serif;
    font-size: 23px;
  }

  /* Cases */
  .omv2__case-list {
    position: relative;
    margin-top: 34px;
  }
  .omv2__case-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .omv2__case-track::-webkit-scrollbar {
    display: none;
  }
  .omv2__case {
    min-width: 0;
    padding: 32px;
    border: 1px solid var(--om-divider);
    border-radius: 4px;
    background: var(--om-white);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .omv2__case-number {
    color: var(--om-muted);
    font-family: Georgia, serif;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .omv2__case-theme {
    display: inline-flex;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid rgba(227, 201, 167, 0.7);
    border-radius: 999px;
    background: rgba(248, 246, 241, 0.92);
    color: var(--om-navy);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    vertical-align: middle;
  }
  .omv2__case-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 34px;
    margin-top: 16px;
  }
  .omv2__case-contact {
    padding: 22px 0;
    border-top: 1px solid var(--om-navy);
    border-bottom: 1px solid var(--om-navy);
  }
  .omv2__case-label {
    margin: 0 0 10px;
    color: var(--om-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .omv2__case-quote {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
  }
  .omv2__proposal h3 {
    margin: 0 0 14px;
    color: var(--om-navy);
    font-size: 17px;
  }
  .omv2__proposal ol {
    margin: 0;
    padding-left: 1.4em;
  }
  .omv2__case-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }
  .omv2__case-meta div {
    padding-top: 10px;
    border-top: 1px solid var(--om-divider);
  }
  .omv2__case-meta span,
  .omv2__case-meta strong {
    display: block;
  }
  .omv2__case-meta span {
    color: var(--om-muted);
    font-size: 11px;
  }
  .omv2__case-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
  }
  .omv2__case-status {
    margin-right: auto;
    color: var(--om-muted);
    font-family: Georgia, serif;
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  .omv2__case-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid var(--om-navy);
    border-radius: 50%;
    background: transparent;
    color: var(--om-navy);
    cursor: pointer;
    font: inherit;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  }
  .omv2__case-arrow:hover:not(:disabled) {
    background: var(--om-navy);
    color: var(--om-white);
  }
  .omv2__case-arrow:disabled {
    cursor: default;
    opacity: 0.28;
  }
  .omv2__voice {
    margin: 24px 0 0;
    padding: 20px 22px;
    border-left: 3px solid var(--om-sand);
    background: var(--om-ecru);
  }
  .omv2__voice strong {
    color: var(--om-navy);
  }

  /* Flow */
  .omv2__flow {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }
  .omv2__flow-item {
    padding-top: 14px;
    border-top: 1px solid var(--om-navy);
  }
  .omv2__flow-number {
    display: block;
    color: var(--om-muted);
    font-family: Georgia, serif;
    font-size: 12px;
  }
  .omv2__flow-item strong {
    display: block;
    margin: 5px 0;
    color: var(--om-navy);
    font-size: 14px;
  }
  .omv2__flow-item small {
    color: var(--om-muted);
    font-size: 11px;
  }

  /* Fabric */
  .omv2__fabric-note {
    display: block;
  }
  .omv2__fabric-note p {
    margin: 0;
  }

  /* 2026-08-01 editorial redesign */
  .omv2__fabric-discovery {
    min-height: 0;
    overflow: hidden;
    background: var(--om-ecru);
    color: var(--om-text);
  }
  .omv2__fabric-discovery::before {
    inset: 0 0 118px;
  }
  .omv2__fabric-discovery .omv2__inner {
    display: block;
    min-height: 0;
    padding: 0;
  }
  .omv2__fabric-heading {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    margin: 0;
    padding: 0 max(32px, calc((100% - 1200px) / 2));
    transform: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--om-white);
    backdrop-filter: none;
    pointer-events: none;
  }
  .omv2__fabric-heading::after {
    display: none;
  }
  .omv2__fabric-discovery .omv2__fabric-heading .omv2__eyebrow {
    margin-bottom: 10px;
    color: var(--om-sand);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
  }
  .omv2__fabric-heading .omv2__heading {
    max-width: 1050px;
    margin: 0;
    color: transparent;
    font-size: clamp(44px, 6cqw, 84px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    -webkit-text-stroke: 1.15px rgba(255, 255, 255, 0.9);
    text-shadow: 0 8px 36px rgba(3, 10, 23, 0.2);
  }
  .omv2__fabric-active-title {
    max-width: 760px;
    margin: 0;
    color: var(--om-white);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(25px, 3.2cqw, 42px);
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0 4px 24px rgba(3, 10, 23, 0.38);
  }
  .omv2__fabric-stage {
    position: relative;
    inset: auto;
    z-index: 1;
    height: clamp(720px, 64cqw, 900px);
    min-height: 0;
  }
  .omv2__fabric-foot {
    position: relative;
    inset: auto;
    z-index: 5;
    display: block;
    width: min(calc(100% - 48px), 1200px);
    margin: 0 auto;
    padding: 20px 0 24px;
    border: 0;
    background: transparent;
    color: var(--om-muted);
    font-size: 11px;
    backdrop-filter: none;
  }
  .omv2__hero-intro {
    padding-top: 70px;
    padding-bottom: 72px;
  }
  .omv2__hero-intro .omv2__inner {
    width: min(100%, 1200px);
  }
  .omv2__hero-intro .omv2__lead {
    max-width: 820px;
    color: var(--om-navy);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(18px, 2.2cqw, 25px);
    line-height: 1.9;
  }
  .omv2__assurances {
    gap: 16px;
    margin-top: 40px;
  }
  .omv2__assurance {
    position: relative;
    display: flex;
    min-height: 84px;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    padding: 18px 22px;
    border: 0;
    background: var(--om-navy);
    color: var(--om-white);
    font-size: 14px;
    letter-spacing: 0.04em;
    box-shadow: 0 16px 38px rgba(22, 40, 76, 0.1);
  }
  .omv2__assurance::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -34px;
    width: 94px;
    height: 94px;
    border: 1px solid rgba(227, 201, 167, 0.34);
    border-radius: 50%;
  }
  .omv2__assurance-index {
    color: var(--om-sand);
    font-family: Georgia, serif;
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  @media (prefers-reduced-motion: no-preference) {
    .omv2__assurances[data-keyword-reveal] .omv2__assurance {
      opacity: 0;
      transform: translateX(-56px);
      transition: opacity 0.75s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .omv2__assurances[data-keyword-reveal].is-visible .omv2__assurance {
      opacity: 1;
      transform: translateX(0);
    }
    .omv2__assurances[data-keyword-reveal].is-visible .omv2__assurance:nth-child(2) { transition-delay: 0.16s; }
    .omv2__assurances[data-keyword-reveal].is-visible .omv2__assurance:nth-child(3) { transition-delay: 0.32s; }
  }

  .omv2__contact-section {
    position: relative;
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 100px;
    border-bottom: 0;
    background: var(--om-ecru);
    color: var(--om-navy);
    isolation: isolate;
  }
  .omv2__contact-section::before {
    display: none;
  }
  .omv2__contact-section::after {
    content: "";
    position: absolute;
    inset: -5%;
    z-index: 0;
    display: block;
    background:
      linear-gradient(118deg, rgba(248, 246, 241, 0.94) 0%, rgba(248, 246, 241, 0.82) 52%, rgba(255, 255, 255, 0.86) 100%),
      url("https://img11.shop-pro.jp/PA01293/394/etc_base64/Y3VzdG9tLW1hZGUtaW1nLTE1.jpg?cmsp_timestamp=20260805212303") center / cover no-repeat;
    filter: saturate(0.62) contrast(1.06);
    transform: scale(1.04) translate3d(0, -1%, 0);
    animation: omv2ContactFabricDrift 29s ease-in-out infinite alternate;
    will-change: transform;
    pointer-events: none;
  }
  .omv2__contact-section .omv2__inner {
    position: relative;
    z-index: 2;
  }
  .omv2__contact-section .omv2__inner,
  .omv2__price-section .omv2__inner,
  #omv2-cases .omv2__inner,
  .omv2__flow-section .omv2__inner {
    width: min(100%, 1200px);
  }
  .omv2__contact-heading {
    position: relative;
    z-index: 1;
    display: block;
  }
  .omv2__contact-section .omv2__eyebrow {
    color: #6d5233;
  }
  .omv2__contact-section .omv2__heading {
    max-width: 720px;
    margin: 0;
    color: var(--om-navy);
    font-size: clamp(34px, 5.4cqw, 64px);
    line-height: 1.3;
    letter-spacing: -0.035em;
  }
  .omv2__contact-section .omv2__consult-grid {
    position: relative;
    z-index: 1;
    gap: 18px;
    margin-top: 62px;
  }
  .omv2__contact-section .omv2__consult {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    padding: 38px 32px 32px;
    border: 0;
    background: var(--om-ecru);
    color: var(--om-text);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease;
  }
  .omv2__contact-section .omv2__consult:hover {
    transform: translateY(-7px);
    background: var(--om-white);
  }
  .omv2__contact-section .omv2__consult-number {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #7d6b55;
  }
  .omv2__contact-section .omv2__consult-number::before {
    content: "";
    width: 22px;
    height: 1px;
    background: currentColor;
  }
  .omv2__contact-section .omv2__consult p {
    position: relative;
    z-index: 1;
    margin: 30px 0 18px;
    font-size: clamp(19px, 2cqw, 24px);
    line-height: 1.75;
  }
  .omv2__contact-section .omv2__consult small {
    position: relative;
    z-index: 1;
    color: var(--om-muted);
  }
  .omv2__contact-promises {
    position: relative;
    z-index: 1;
    margin-top: 70px;
  }
  .omv2__contact-promises .omv2__lead {
    max-width: none;
    margin: 0;
    color: var(--om-navy);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(18px, 2.2cqw, 25px);
    line-height: 1.9;
  }
  .omv2__contact-promises .omv2__assurances {
    margin-top: 34px;
  }
  .omv2__contact-promises .omv2__assurance {
    isolation: isolate;
    justify-content: center;
    border: 1px solid var(--om-navy);
    background: rgba(248, 246, 241, 0.28);
    color: var(--om-navy);
    font-size: clamp(16px, 1.45cqw, 18px);
    text-align: center;
    box-shadow: none;
    transition:
      transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.35s ease,
      background 0.35s ease,
      color 0.35s ease,
      box-shadow 0.48s ease;
  }
  .omv2__contact-promises .omv2__assurance span {
    position: relative;
    z-index: 2;
  }
  .omv2__contact-promises .omv2__assurance::before {
    content: "";
    position: absolute;
    inset: -30% -55%;
    z-index: 1;
    background: linear-gradient(
      105deg,
      transparent 34%,
      rgba(255, 255, 255, 0.08) 43%,
      rgba(227, 201, 167, 0.72) 50%,
      rgba(255, 255, 255, 0.1) 57%,
      transparent 66%
    );
    opacity: 0;
    transform: translate3d(-62%, 0, 0) skewX(-12deg);
    pointer-events: none;
  }
  .omv2__contact-promises .omv2__assurance::after {
    border-color: rgba(22, 40, 76, 0.24);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
  }
  .omv2__contact-promises .omv2__assurance:hover,
  .omv2__contact-promises .omv2__assurance:focus-within {
    z-index: 2;
    border-color: var(--om-navy);
    background: var(--om-navy);
    color: var(--om-white);
    box-shadow: 0 22px 54px rgba(11, 27, 58, 0.24);
    transform: translateY(-7px) scale(1.012);
  }
  .omv2__contact-promises .omv2__assurances.is-visible .omv2__assurance:hover,
  .omv2__contact-promises .omv2__assurances.is-visible .omv2__assurance:focus-within {
    transform: translateY(-7px) scale(1.012);
  }
  .omv2__contact-promises .omv2__assurance:hover::after,
  .omv2__contact-promises .omv2__assurance:focus-within::after {
    border-color: rgba(227, 201, 167, 0.7);
    transform: scale(1.28);
  }
  @media (prefers-reduced-motion: no-preference) {
    .omv2__contact-promises .omv2__assurances.is-visible .omv2__assurance::before {
      animation: omv2PromiseSweep 7.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    }
    .omv2__contact-promises .omv2__assurances.is-visible .omv2__assurance:nth-child(2)::before {
      animation-delay: 0.72s;
    }
    .omv2__contact-promises .omv2__assurances.is-visible .omv2__assurance:nth-child(3)::before {
      animation-delay: 1.44s;
    }
  }
  @keyframes omv2PromiseSweep {
    0%, 9% {
      opacity: 0;
      transform: translate3d(-62%, 0, 0) skewX(-12deg);
    }
    13% { opacity: 0.86; }
    27% {
      opacity: 0;
      transform: translate3d(62%, 0, 0) skewX(-12deg);
    }
    100% {
      opacity: 0;
      transform: translate3d(62%, 0, 0) skewX(-12deg);
    }
  }
  .omv2__contact-cta {
    position: relative;
    z-index: 1;
    margin-top: 86px;
  }
  .omv2__contact-cta-title {
    margin: 0;
    color: var(--om-navy);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(28px, 3.8cqw, 44px);
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }
  .omv2__contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }
  .omv2__contact-action {
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s ease, box-shadow 0.25s ease;
  }
  .omv2__contact-action:hover,
  .omv2__contact-action:focus-visible {
    background: #203867;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    outline: 1px solid rgba(227, 201, 167, 0.72);
    outline-offset: 3px;
  }
  .omv2__contact-action-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-align: center;
  }
  .omv2__contact-action-copy strong {
    color: var(--om-white);
    font-size: clamp(17px, 1.6cqw, 20px);
  }
  .omv2__contact-action-copy small {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(13px, 1.15cqw, 15px);
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .omv2__price-section {
    position: relative;
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 100px;
    background: #0b1730;
    color: rgba(255, 255, 255, 0.76);
    isolation: isolate;
  }
  .omv2__price-section::before {
    content: "";
    position: absolute;
    inset: -5%;
    z-index: 0;
    background:
      linear-gradient(118deg, rgba(4, 11, 27, 0.94) 0%, rgba(7, 18, 41, 0.84) 48%, rgba(12, 31, 61, 0.7) 100%),
      url("https://img11.shop-pro.jp/PA01293/394/etc_base64/Y3VzdG9tLW1hZGUtaW1nLTEz.jpg?cmsp_timestamp=20260805212303") center / cover no-repeat;
    filter: saturate(0.78) contrast(1.08) brightness(0.9);
    transform: scale(1.04) translate3d(0, -1%, 0);
    animation: omv2PriceFabricDrift 29s ease-in-out infinite alternate;
    will-change: transform;
    pointer-events: none;
  }
  .omv2__price-section .omv2__inner {
    position: relative;
    z-index: 1;
  }
  .omv2__price-section > .omv2__inner > .omv2__eyebrow {
    color: var(--om-sand);
  }
  .omv2__price-section > .omv2__inner > .omv2__heading {
    color: var(--om-white);
    font-size: clamp(34px, 4.8cqw, 56px);
  }
  .omv2__price-section > .omv2__inner > .omv2__intro {
    color: rgba(255, 255, 255, 0.72);
  }
  .omv2__price-section > .omv2__inner > .omv2__note {
    color: #ffffff;
  }
  #omv2-cases > .omv2__inner > .omv2__heading,
  .omv2__fabric-note .omv2__heading {
    font-size: clamp(34px, 4.8cqw, 56px);
  }
  .omv2__fabric-note .omv2__heading {
    text-align: center;
  }
  .omv2__price-explorer {
    margin-top: 42px;
  }
  .omv2__price-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(227, 201, 167, 0.46);
    background: rgba(4, 11, 27, 0.48);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
  }
  .omv2__price-tab {
    appearance: none;
    display: grid;
    min-height: 82px;
    place-items: center;
    align-items: center;
    padding: 18px 24px;
    border: 0;
    border-right: 1px solid rgba(227, 201, 167, 0.46);
    background: transparent;
    color: var(--om-white);
    cursor: pointer;
    font: inherit;
    text-align: center;
    transition:
      background 0.38s ease,
      color 0.38s ease,
      box-shadow 0.38s ease;
  }
  .omv2__price-tab:last-child { border-right: 0; }
  .omv2__price-tab:hover {
    background: var(--om-sand);
    color: var(--om-navy);
  }
  .omv2__price-tab[aria-selected="true"] {
    background: var(--om-ecru);
    color: var(--om-navy);
    box-shadow: inset 0 -4px 0 var(--om-sand), 0 14px 34px rgba(0, 0, 0, 0.2);
  }
  .omv2__price-tab:focus-visible {
    outline: 2px solid var(--om-sand);
    outline-offset: -4px;
  }
  .omv2__price-tab-label {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(20px, 2.2cqw, 27px);
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .omv2__price-panel {
    display: none;
    margin-top: 14px;
    border: 1px solid rgba(227, 201, 167, 0.56);
    background: rgba(248, 246, 241, 0.95);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  }
  .omv2__price-panel.is-active {
    display: block;
    animation: omv2PricePanelIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .omv2__price-dropdown + .omv2__price-dropdown {
    border-top: 1px solid var(--om-divider);
  }
  .omv2__price-toggle {
    appearance: none;
    display: grid;
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 25px 28px;
    border: 0;
    background: transparent;
    color: var(--om-navy);
    cursor: pointer;
    text-align: left;
  }
  .omv2__price-toggle-index {
    color: #998064;
    font-family: Georgia, serif;
    font-size: 12px;
    letter-spacing: 0.14em;
  }
  .omv2__price-toggle-title {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(18px, 2.2cqw, 26px);
  }
  .omv2__price-toggle-icon {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(22, 40, 76, 0.42);
    border-radius: 50%;
  }
  .omv2__price-toggle-icon::before,
  .omv2__price-toggle-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: var(--om-navy);
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease;
  }
  .omv2__price-toggle-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
  .omv2__price-toggle[aria-expanded="true"] .omv2__price-toggle-icon::after { transform: translate(-50%, -50%) rotate(0); }
  .omv2__price-dropdown-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  }
  .omv2__price-toggle[aria-expanded="true"] + .omv2__price-dropdown-content {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .omv2__price-options {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    overflow: hidden;
    padding: 0 28px;
    transition: padding 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .omv2__price-toggle[aria-expanded="true"] + .omv2__price-dropdown-content .omv2__price-options {
    padding-bottom: 28px;
  }
  .omv2__price-option {
    position: relative;
    min-height: 218px;
    padding: 26px;
    border: 1px solid var(--om-divider);
    background: var(--om-white);
  }
  .omv2__price-option-tag {
    display: inline-block;
    margin-bottom: 22px;
    padding: 5px 9px;
    background: var(--om-ecru);
    color: #78634b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .omv2__price-option h3 {
    margin: 0;
    color: var(--om-navy);
    font-size: 15px;
    line-height: 1.65;
  }
  .omv2__price-option .omv2__price-value {
    margin: 14px 0 7px;
    font-size: clamp(20px, 2.2cqw, 27px);
  }
  @keyframes omv2PricePanelIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .omv2__case-track {
    grid-auto-columns: min(92%, 1080px);
    gap: 22px;
    padding: 4px 4% 22px;
    cursor: grab;
  }
  .omv2__case-track:active { cursor: grabbing; }
  .omv2__case-track.is-dragging {
    scroll-snap-type: none;
    user-select: none;
  }
  .omv2__case-contact,
  .omv2__case-meta {
    cursor: text;
    user-select: text;
  }
  .omv2__case {
    border: 0;
    border-top: 4px solid var(--om-navy);
    box-shadow: 0 22px 62px rgba(22, 40, 76, 0.1);
  }
  .omv2__case--comparison .omv2__case-grid {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }
  .omv2__case--comparison .omv2__case-grid::after {
    content: "→";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(22, 40, 76, 0.14);
    border-radius: 50%;
    background: var(--om-white);
    color: var(--om-navy);
    font-size: 18px;
    place-items: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 20px rgba(22, 40, 76, 0.12);
    pointer-events: none;
  }
  .omv2__case--comparison .omv2__case-contact,
  .omv2__case--comparison .omv2__proposal {
    min-width: 0;
    padding: 28px;
    border-radius: 4px;
  }
  .omv2__case--comparison .omv2__case-contact {
    border: 1px solid rgba(227, 201, 167, 0.58);
    background: #fdfcf9;
  }
  .omv2__case--comparison .omv2__proposal {
    border: 1px solid var(--om-sand);
    background: var(--om-ecru);
    color: var(--om-navy);
  }
  .omv2__case--comparison .omv2__case-label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(227, 201, 167, 0.42);
    color: var(--om-navy);
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .omv2__case--comparison .omv2__proposal .omv2__case-label {
    background: rgba(227, 201, 167, 0.58);
    color: var(--om-navy);
  }
  .omv2__case--comparison .omv2__proposal li::marker {
    color: var(--om-navy);
    font-weight: 700;
  }
  .omv2__case-cta {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .omv2__case-cta .omv2__hero-cta {
    margin-top: 0;
  }
  .omv2__case-notes {
    width: min(100%, 1080px);
    margin: 24px auto 0;
    color: var(--om-muted);
    font-size: 12px;
    line-height: 1.9;
  }
  .omv2__case-notes p {
    margin: 0;
  }
  .omv2__case-nav {
    position: relative;
    justify-content: center;
    gap: 18px;
    min-height: 86px;
    margin-top: 18px;
    padding-top: 28px;
  }
  .omv2__case-status {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
  .omv2__case-progress {
    display: grid;
    width: min(38cqw, 300px);
    grid-template-columns: repeat(3, minmax(42px, 1fr));
    gap: 8px;
  }
  .omv2__case-progress button {
    position: relative;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .omv2__case-progress button::before,
  .omv2__case-progress button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    transform: translateY(-50%);
    background: #d9d4ca;
  }
  .omv2__case-progress button::after {
    background: var(--om-navy);
    transform: translateY(-50%) scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .omv2__case-progress button[aria-current="true"]::after,
  .omv2__case-progress button.is-past::after {
    transform: translateY(-50%) scaleX(1);
  }
  .omv2__case-arrow {
    width: 52px;
    height: 52px;
  }

  #omv2-cases {
    position: relative;
    overflow: hidden;
    background: #fbfaf7;
    isolation: isolate;
  }
  #omv2-cases::before {
    content: "";
    position: absolute;
    inset: -5%;
    z-index: 0;
    background:
      linear-gradient(110deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 246, 241, 0.88) 50%, rgba(248, 246, 241, 0.76) 100%),
      url("https://img11.shop-pro.jp/PA01293/394/etc_base64/Y3VzdG9tLW1hZGUtaW1nLTk.jpg?cmsp_timestamp=20260805212303") center / cover no-repeat;
    filter: saturate(0.68) contrast(1.04);
    transform: scale(1.04) translate3d(-1%, 0, 0);
    animation: omv2CasesFabricDrift 27s ease-in-out infinite alternate;
    will-change: transform;
    pointer-events: none;
  }
  #omv2-cases .omv2__inner {
    position: relative;
    z-index: 1;
  }

  .omv2__flow-section {
    position: relative;
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 104px;
    border-bottom: 0;
    background: #0b1730;
    color: rgba(255, 255, 255, 0.74);
    isolation: isolate;
  }
  .omv2__flow-section::before {
    content: "";
    position: absolute;
    top: -160px;
    left: -120px;
    width: 520px;
    height: 520px;
    z-index: 1;
    border: 1px solid rgba(227, 201, 167, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(227, 201, 167, 0.025), 0 0 0 180px rgba(227, 201, 167, 0.018);
    pointer-events: none;
  }
  .omv2__flow-section::after {
    content: "";
    position: absolute;
    inset: -5%;
    z-index: 0;
    background:
      linear-gradient(118deg, rgba(4, 11, 27, 0.93) 0%, rgba(7, 18, 41, 0.82) 48%, rgba(12, 31, 61, 0.66) 100%),
      url("https://img11.shop-pro.jp/PA01293/394/etc_base64/Y3VzdG9tLW1hZGUtaW1nLTEx.jpg?cmsp_timestamp=20260805212303") center 45% / cover no-repeat;
    filter: saturate(0.86) contrast(1.06) brightness(0.92);
    transform: scale(1.04) translate3d(-1%, 0, 0);
    transform-origin: center;
    animation: omv2FlowFabricDrift 22s ease-in-out infinite alternate;
    will-change: transform;
    pointer-events: none;
  }
  .omv2__flow-section .omv2__inner {
    position: relative;
    z-index: 2;
  }
  .omv2__flow-section .omv2__eyebrow { color: var(--om-sand); }
  .omv2__flow-section .omv2__heading {
    color: var(--om-white);
    font-size: clamp(34px, 4.8cqw, 56px);
  }
  .omv2__flow-section .omv2__intro { color: rgba(255, 255, 255, 0.68); }
  .omv2__flow-carousel {
    position: relative;
    z-index: 1;
    margin-top: 48px;
  }
  .omv2__flow {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(310px, 34cqw, 390px);
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 8% 24px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
  }
  .omv2__flow::-webkit-scrollbar { display: none; }
  .omv2__flow:active { cursor: grabbing; }
  .omv2__flow.is-dragging {
    scroll-snap-type: none;
    user-select: none;
  }
  .omv2__flow-item {
    position: relative;
    display: flex;
    min-height: 270px;
    flex-direction: column;
    overflow: hidden;
    padding: 30px 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(10px);
    scroll-snap-align: start;
    transition: translate 0.45s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, border-color 0.3s ease;
  }
  .omv2__flow-item:hover {
    translate: 0 -7px;
    border-color: rgba(227, 201, 167, 0.55);
    background: rgba(255, 255, 255, 0.095);
  }
  .omv2__flow-number {
    color: transparent;
    font-size: 62px;
    line-height: 1;
    letter-spacing: -0.04em;
    -webkit-text-stroke: 1px rgba(227, 201, 167, 0.8);
  }
  .omv2__flow-kicker {
    display: block;
    margin-top: 22px;
    color: var(--om-sand);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
  }
  .omv2__flow-item strong {
    display: block;
    margin: 5px 0 9px;
    color: var(--om-white);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 22px;
    font-weight: 400;
  }
  .omv2__flow-item small {
    display: block;
    color: rgba(255, 255, 255, 0.63);
    font-size: 12px;
    line-height: 1.8;
  }
  .omv2__flow-item::after {
    content: "→";
    position: absolute;
    top: 26px;
    right: 26px;
    color: rgba(227, 201, 167, 0.62);
    font-size: 20px;
  }
  .omv2__flow-item:last-child::after { content: "✓"; }
  .omv2__flow-nav {
    display: grid;
    grid-template-columns: 52px minmax(180px, 420px) 52px;
    gap: 18px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
  }
  .omv2__flow-arrow {
    appearance: none;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(227, 201, 167, 0.6);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--om-white);
    cursor: pointer;
    font-size: 22px;
    transition: background 0.3s ease, color 0.3s ease, scale 0.3s ease;
  }
  .omv2__flow-arrow:hover:not(:disabled) {
    background: var(--om-sand);
    color: var(--om-navy);
    scale: 1.06;
  }
  .omv2__flow-arrow:disabled {
    cursor: default;
    opacity: 0.28;
  }
  .omv2__flow-position {
    display: grid;
    gap: 12px;
  }
  .omv2__flow-status {
    color: var(--om-sand);
    font-family: Georgia, serif;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-align: center;
  }
  .omv2__flow-progress {
    display: grid;
    grid-template-columns: repeat(6, minmax(22px, 1fr));
    gap: 7px;
  }
  .omv2__flow-progress button {
    appearance: none;
    height: 4px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition: background 0.35s ease, transform 0.35s ease;
  }
  .omv2__flow-progress button.is-past,
  .omv2__flow-progress button[aria-current="true"] {
    background: var(--om-sand);
  }
  .omv2__flow-progress button[aria-current="true"] {
    transform: scaleY(1.8);
  }
  @keyframes omv2FlowFabricDrift {
    from { transform: scale(1.04) translate3d(-1.2%, 0, 0); }
    to { transform: scale(1.115) translate3d(1.5%, -1.2%, 0); }
  }
  @keyframes omv2ContactFabricDrift {
    from { transform: scale(1.04) translate3d(-1%, 0, 0); }
    to { transform: scale(1.1) translate3d(1.2%, -1%, 0); }
  }
  @keyframes omv2PriceFabricDrift {
    from { transform: scale(1.04) translate3d(0, -1%, 0); }
    to { transform: scale(1.09) translate3d(-1.3%, 1%, 0); }
  }
  @keyframes omv2CasesFabricDrift {
    from { transform: scale(1.04) translate3d(-1%, 0, 0); }
    to { transform: scale(1.095) translate3d(1.4%, -0.8%, 0); }
  }
  @media (prefers-reduced-motion: no-preference) {
    .omv2__price-tabs[data-price-tabs-reveal] .omv2__price-tab {
      opacity: 0;
      transform: translateX(-58px);
      transition: opacity 0.62s ease, transform 0.82s cubic-bezier(0.22, 1, 0.36, 1), background 0.38s ease, color 0.38s ease, box-shadow 0.38s ease;
    }
    .omv2__price-tabs[data-price-tabs-reveal].is-visible .omv2__price-tab {
      opacity: 1;
      transform: translateX(0);
    }
    .omv2__price-tabs[data-price-tabs-reveal].is-visible .omv2__price-tab:nth-child(2) { transition-delay: 0.14s; }
    .omv2__flow[data-flow-reveal] .omv2__flow-item {
      opacity: 0;
      transform: translateX(-72px);
      transition: opacity 0.65s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, border-color 0.3s ease;
    }
    .omv2__flow[data-flow-reveal].is-visible .omv2__flow-item {
      opacity: 1;
      transform: translateY(0);
    }
    .omv2__flow[data-flow-reveal].is-visible .omv2__flow-item:nth-child(2) { transition-delay: 0.08s; }
    .omv2__flow[data-flow-reveal].is-visible .omv2__flow-item:nth-child(3) { transition-delay: 0.16s; }
    .omv2__flow[data-flow-reveal].is-visible .omv2__flow-item:nth-child(4) { transition-delay: 0.24s; }
    .omv2__flow[data-flow-reveal].is-visible .omv2__flow-item:nth-child(5) { transition-delay: 0.32s; }
    .omv2__flow[data-flow-reveal].is-visible .omv2__flow-item:nth-child(6) { transition-delay: 0.4s; }
  }
  @container omv2 (max-width: 820px) {
    .omv2__section {
      padding: 48px 18px;
    }
    .omv2__case-grid {
      grid-template-columns: 1fr;
    }
    .omv2__case--comparison .omv2__case-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .omv2__case--comparison .omv2__case-grid::after {
      content: "↓";
    }
    .omv2__hero {
      min-height: clamp(620px, 78vh, 720px);
    }
    .omv2__hero-content {
      width: min(calc(100% - 36px), 1400px);
      padding: 56px 0;
    }
    .omv2__hero .omv2__title {
      max-width: 13em;
      white-space: normal;
    }
    .omv2__fabric-heading {
      width: 100%;
      transform: none;
    }
    .omv2__fabric-stage {
      min-height: 100%;
    }
    .omv2__consult-grid,
    .omv2__price-grid {
      grid-template-columns: 1fr;
    }
    .omv2__price h3 {
      min-height: 0;
    }
    .omv2__flow {
      grid-auto-columns: min(84cqw, 340px);
    }
    .omv2__contact-section .omv2__consult:nth-child(2),
    .omv2__contact-section .omv2__consult:nth-child(2):hover {
      transform: none;
    }
  }
  @container omv2 (max-width: 768px) {
    .omv2__hero-media img {
      object-fit: cover;
      object-position: 50% 56%;
    }
    .omv2__hero-media::before {
      background-image: url("https://img11.shop-pro.jp/PA01293/394/etc_base64/Y3VzdG9tLW1hZGUtaW1nLTY.jpg?cmsp_timestamp=20260805212938");
    }
  }
  @container omv2 (max-width: 480px) {
    .omv2__hero {
      min-height: 620px;
    }
    .omv2__hero-media img {
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 52%;
    }
    .omv2__hero-media::before {
      background-image: url("https://img11.shop-pro.jp/PA01293/394/etc_base64/Y3VzdG9tLW1hZGUtaW1nLTY.jpg?cmsp_timestamp=20260805212938");
    }
    .omv2__hero-content {
      width: calc(100% - 36px);
      padding: 48px 0;
    }
    .omv2__hero .omv2__title {
      max-width: none;
      font-size: 32px;
      line-height: 1.42;
      white-space: nowrap;
    }
    .omv2__hero-title-line {
      display: block;
    }
    .omv2__hero-intro {
      padding-top: 38px;
      padding-bottom: 38px;
    }
    .omv2__hero-cta {
      width: auto;
      min-width: 0;
      align-self: center;
    }
    .omv2__assurances,
    .omv2__case-meta,
    .omv2__flow {
      grid-template-columns: 1fr;
    }
    .omv2__support,
    .omv2__fabric-note {
      grid-template-columns: 1fr;
    }
    .omv2__button {
      width: 100%;
    }
    .omv2__fabric-discovery {
      min-height: 0;
      padding: 0;
    }
    .omv2__fabric-discovery .omv2__inner {
      display: grid;
      grid-template-rows: auto auto;
      padding-bottom: 0;
    }
    .omv2__fabric-heading {
      position: relative;
      top: auto;
      z-index: 7;
      width: 100%;
      margin: 0;
      padding: 34px 20px 30px;
      transform: none;
      border: 0;
      background: var(--om-ecru);
      box-shadow: none;
      backdrop-filter: none;
    }
    .omv2__fabric-heading::after {
      top: 24px;
      width: 28px;
    }
    .omv2__fabric-heading .omv2__heading {
      color: var(--om-navy);
      font-size: clamp(34px, 10cqw, 46px);
      line-height: 1.02;
      letter-spacing: -0.035em;
      -webkit-text-stroke: 0;
      text-shadow: none;
    }
    .omv2__fabric-active-index {
      margin-top: 16px;
      color: #6d5233;
      text-shadow: none;
    }
    .omv2__fabric-active-title {
      color: var(--om-navy);
      font-size: clamp(22px, 7cqw, 30px);
      line-height: 1.45;
      text-shadow: none;
    }
    .omv2__fabric-stage {
      --omv2-mobile-fabric-media: clamp(250px, 68cqw, 340px);
      position: relative;
      inset: auto;
      z-index: 1;
      height: calc(var(--omv2-mobile-fabric-media) + 112px);
      min-height: 0;
    }
    .omv2__fabric-slide {
      align-items: stretch;
      background: #0b1426;
    }
    .omv2__fabric-slide::after {
      inset: 0 0 auto;
      height: var(--omv2-mobile-fabric-media);
      background:
        linear-gradient(0deg, rgba(8, 18, 36, 0.2) 0%, transparent 34%),
        linear-gradient(180deg, rgba(8, 18, 36, 0.2), transparent 28%);
    }
    .omv2__fabric-slide picture,
    .omv2__fabric-slide > img {
      position: absolute;
      inset: 0 0 auto;
      width: 100%;
      height: var(--omv2-mobile-fabric-media);
      overflow: hidden;
    }
    .omv2__fabric-slide picture img,
    .omv2__fabric-slide--interior picture img {
      inset: 0;
      width: 100%;
      height: 100%;
    }
    .omv2__fabric-slide--interior[data-interior-focus] picture {
      z-index: 1;
      display: grid;
      place-items: center;
      background: #0b1426;
    }
    .omv2__fabric-slide--interior[data-interior-focus] picture img,
    .omv2__fabric-slide--interior[data-interior-focus].is-active picture img {
      position: relative;
      inset: auto;
      max-width: none;
      transform-origin: center;
      transition: transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .omv2__fabric-slide--interior[data-interior-focus].is-interior-focused {
      cursor: move;
    }
    .omv2__fabric-slide > img {
      object-fit: cover;
    }
    .omv2__fabric-controls {
      right: 18px;
      bottom: 20px;
      left: 18px;
      min-width: 0;
      gap: 12px;
      padding: 12px 14px;
    }
    .omv2__fabric-status {
      min-width: 42px;
    }
    .omv2__fabric-gesture {
      font-size: 8px;
    }
    .omv2__fabric-foot {
      inset: auto;
      display: grid;
      width: calc(100% - 36px);
      grid-template-columns: 1fr;
      gap: 18px;
      margin: 0 auto;
      padding: 20px 0 24px;
      font-size: 10px;
    }
    .omv2__case {
      padding: 24px 18px;
    }
    .omv2__hero-intro {
      padding-top: 52px;
      padding-bottom: 54px;
    }
    .omv2__assurances {
      gap: 10px;
      margin-top: 30px;
    }
    .omv2__assurance {
      min-height: 70px;
    }
    .omv2__contact-section,
    .omv2__price-section,
    .omv2__flow-section {
      padding-top: 66px;
      padding-bottom: 72px;
    }
    .omv2__contact-section .omv2__heading {
      font-size: 38px;
    }
    .omv2__contact-section .omv2__consult-grid {
      gap: 12px;
      margin-top: 40px;
    }
    .omv2__contact-section .omv2__consult {
      min-height: 0;
      padding: 30px 24px;
    }
    .omv2__contact-cta {
      margin-top: 56px;
    }
    .omv2__contact-promises {
      margin-top: 42px;
    }
    .omv2__price-tabs {
      grid-template-columns: 1fr;
    }
    .omv2__price-tab {
      min-height: 68px;
      padding: 14px 10px;
      border-right: 0;
      border-bottom: 1px solid rgba(227, 201, 167, 0.46);
    }
    .omv2__price-tab:last-child { border-bottom: 0; }
    .omv2__price-tab-label {
      font-size: 17px;
    }
    .omv2__price-toggle {
      gap: 12px;
      padding: 22px 18px;
    }
    .omv2__price-options {
      grid-template-columns: 1fr;
      padding-right: 18px;
      padding-left: 18px;
    }
    .omv2__price-option {
      min-height: 0;
      padding: 22px;
    }
    .omv2__case-track {
      grid-auto-columns: calc(100% - 12px);
      margin-right: -18px;
      margin-left: -18px;
      padding-right: 18px;
      padding-left: 18px;
    }
    .omv2__case-progress {
      width: min(42cqw, 170px);
      grid-template-columns: repeat(3, minmax(30px, 1fr));
    }
    .omv2__case-nav {
      gap: 10px;
    }
    .omv2__case-arrow {
      width: 46px;
      height: 46px;
      flex: 0 0 46px;
    }
    .omv2__flow {
      grid-template-columns: none;
      grid-auto-flow: column;
      grid-auto-columns: 86%;
      gap: 14px;
      overflow-x: auto;
      margin-right: -18px;
      margin-left: -18px;
      padding: 0 18px 20px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }
    .omv2__flow::-webkit-scrollbar { display: none; }
    .omv2__flow-item {
      min-height: 260px;
      scroll-snap-align: center;
    }
    .omv2__flow-nav {
      grid-template-columns: 46px minmax(150px, 1fr) 46px;
      gap: 12px;
    }
    .omv2__flow-arrow {
      width: 46px;
      height: 46px;
    }
  }
  @media (max-width: 768px) and (orientation: portrait) {
    .omv2__fabric-slide--interior[data-interior-left-safe="true"] picture {
      transform-origin: left center;
    }
    .omv2__fabric-slide--interior[data-interior-focus] picture img,
    .omv2__fabric-slide--interior[data-interior-focus].is-active picture img {
      width: auto;
      height: var(--omv2-mobile-fabric-media);
      object-fit: contain;
    }
  }
  @media (orientation: landscape) and (max-height: 520px) {
    .omv2__hero-media img {
      object-position: 50% 62%;
    }
    .omv2__hero-media::before {
      background-image: url("https://img11.shop-pro.jp/PA01293/394/etc_base64/Y3VzdG9tLW1hZGUtaW1nLTU.jpg?cmsp_timestamp=20260805212303");
    }
    .omv2__fabric-stage {
      --omv2-mobile-fabric-media: 100dvh;
      height: max(320px, 100dvh);
    }
    .omv2__fabric-slide picture,
    .omv2__fabric-slide > img,
    .omv2__fabric-slide::after {
      height: 100%;
    }
    .omv2__fabric-slide--interior[data-interior-focus] picture {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: #07101f;
    }
    .omv2__fabric-slide--interior[data-interior-focus] picture img,
    .omv2__fabric-slide--interior[data-interior-focus].is-active picture img {
      position: relative;
      inset: auto;
      width: auto;
      height: var(--omv2-mobile-fabric-media);
      max-width: none;
      max-height: none;
      object-fit: contain;
    }
    .omv2__fabric-heading {
      top: max(14px, env(safe-area-inset-top));
    }
    .omv2__fabric-heading .omv2__heading {
      font-size: clamp(30px, 5cqw, 50px);
    }
    .omv2__fabric-active-title {
      font-size: clamp(18px, 2.5cqw, 26px);
    }
    .omv2__fabric-controls {
      bottom: max(12px, env(safe-area-inset-bottom));
    }
  }
  @container omv2 (max-width: 480px) {
    .omv2__fabric-gesture { display: none; }
  }
  @media (prefers-reduced-motion: reduce) {
    .omv2__hero-media,
    .omv2__hero-media img,
    .omv2__hero .omv2__eyebrow,
    .omv2__hero .omv2__title,
    .omv2__hero-cta,
    .omv2__hero-cta::after,
    .omv2__hero-scroll,
    .omv2__hero-scroll::before,
    .omv2__fabric-slide,
    .omv2__fabric-slide img,
    .omv2__assurance,
    .omv2__flow-item,
    .omv2__flow-section::after,
    .omv2__contact-section::after,
    .omv2__price-section::before,
    #omv2-cases::before,
    .omv2__price-panel,
    .omv2__price-dropdown-content {
      animation: none;
      transition: none;
    }
    .omv2__contact-promises .omv2__assurance::before {
      animation: none;
    }
    .omv2__case-track {
      scroll-behavior: auto;
    }
  }

/* ===== 2026-08-05 追加調整（本番=720px幅カラム向け） ===== */
/* ① ヒーロー見出しを読点で2行に */
.omv2__hero-title-line { display: block; }

/* ② 「空間と質感から選ぶ」を必ず1行に収める */
.omv2__fabric-heading .omv2__heading {
  font-size: clamp(24px, 6cqw, 84px);
  white-space: nowrap;
}

/* ③ 「寸法・色からご提案」などを1行に収める */
.omv2__assurance { gap: 12px; padding-right: 14px; padding-left: 16px; }
.omv2__assurance > span { white-space: nowrap; }

/* ④ BED 01 / COVER 01 の英字インデックスを非表示（HTMLからも削除済み） */
.omv2__price-toggle-index { display: none; }
.omv2__price-toggle { grid-template-columns: minmax(0, 1fr) auto; }

/* ⑤ スマホ: 画像の自動ズーム・自動パンを停止し、
      アップした画像のトリミングどおりに中央表示する */
@container omv2 (max-width: 480px) {
  .omv2__fabric-slide--interior picture img,
  .omv2__fabric-slide--interior.is-active picture img {
    transform: none !important;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

/* ===== 2026-08-05 追加調整 その2 ===== */
/* ⑥ CONSULTATION 01-03 の余白過多を解消
      （横3列前提の min-height:300px が1列表示でも効いていた） */
@container omv2 (max-width: 820px) {
  .omv2__contact-section .omv2__consult {
    min-height: 0;
    padding: 26px 28px 24px;
  }
  .omv2__contact-section .omv2__consult p { margin: 16px 0 10px; }
}

/* ⑦ 価格事例まわりの文字を拡大 */
.omv2__price-option-tag { font-size: 13px; margin-bottom: 16px; letter-spacing: 0.06em; }
.omv2__price-option h3 { font-size: 17px; }

/* ⑧ 注記（※2026年8月時点… ほか）を拡大 */
.omv2__note { font-size: 13.5px; line-height: 1.85; }

/* ===== 2026-08-05 追加調整 その3 ===== */
/* ⑨ 生地セクション：画像の上下に出ていた48pxの余白を削除し、画像を天地いっぱいに */
@container omv2 (max-width: 820px) {
  .omv2__fabric-discovery { padding-top: 0; padding-bottom: 0; }
}

/* ⑩ スマホ縦：文字は画像の外（下）に出るため、画像上のシェードを撤去 */
@container omv2 (max-width: 480px) {
  .omv2__fabric-slide::after { display: none; }
}

/* ===== 2026-08-05 追加調整 その4 ===== */
/* ⑪ CASE の「↓」矢印：縦積み時は2つの箱の高さが違うため、
      グリッド中央(top:50%)だと本文に重なる。箱と箱の隙間を基準に置き直す。 */
@container omv2 (max-width: 768px) {
  .omv2__case--comparison .omv2__case-grid::after { display: none; }
  .omv2__case--comparison .omv2__case-contact { position: relative; }
  .omv2__case--comparison .omv2__case-contact::after {
    content: "↓";
    position: absolute;
    z-index: 2;
    bottom: -9px;               /* gap:18px の中央 */
    left: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(22, 40, 76, 0.14);
    border-radius: 50%;
    background: var(--om-white);
    color: var(--om-navy);
    font-size: 18px;
    place-items: center;
    transform: translate(-50%, 50%);
    box-shadow: 0 8px 20px rgba(22, 40, 76, 0.12);
    pointer-events: none;
  }
}
