/* ============================================================
   ViVNAL inc. — Corporate Site
   共通スタイルシート
   トーン: 白基調 / 日本語中心の誌面風タイポグラフィ / 事業ごとの差し色
   ============================================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
img, video, svg { display: block; max-width: 100%; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }

/* ---------- Design tokens ---------- */
:root {
  --bg: #f7f7f2;
  --bg-2: #ffffff;
  --fg: #111111;
  --muted: rgba(17, 17, 17, 0.62);
  --line: rgba(17, 17, 17, 0.15);

  /* 事業ごとの差し色 */
  --acc-film: #f4d93f;   /* 映像制作: レモンイエロー */
  --acc-sns:  #64c8ea;   /* SNS運用: スカイブルー */
  --acc-systems: #6bf1c4; /* 業務設計・AI活用: ミント */
  --acc-saas: #315bd8;   /* マナベル: コバルトブルー */
  --acc-cafe: #e9a36c;   /* カフェ: テラコッタ */
  --acc: var(--acc-film);

  --font-en: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --font-jp: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;

  --header-h: 80px;
  --gutter: clamp(20px, 5vw, 72px);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.9;
  line-break: strict;
  word-break: normal;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  transition: background-color 0.9s ease;
}

/* 日本語の禁則処理と文節単位の折り返しを優先し、見出し・本文の孤立行を防ぐ。 */
:where(h1, h2, h3, blockquote) {
  line-break: strict;
  word-break: normal;
  text-wrap: balance;
}
:where(p, li, dd, address) {
  line-break: strict;
  word-break: normal;
  text-wrap: pretty;
}
@supports (word-break: auto-phrase) {
  :where(h1, h2, h3, blockquote, p, li, dd, address) {
    word-break: auto-phrase;
  }
}
.text-keep { display: inline-block; white-space: nowrap; }

/* 大きなコピーは文節の間だけで折り返す。意図した行は phrase-break で固定する。 */
.phrase-lines {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  max-width: 100%;
}
.phrase-lines > .phrase {
  flex: 0 0 auto;
  white-space: nowrap;
}
.phrase-lines > .phrase-break {
  flex: 0 0 100%;
  width: 0;
  height: 0;
}
.phrase-lines--center { justify-content: center; }

::selection { background: var(--acc); color: #0b0b0e; }

/* フィルムグレイン(粒状ノイズ)オーバーレイ */
body::after {
  content: "";
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 2000;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
  animation: grain 8s steps(10) infinite;
}
@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-4%, 3%); }
  40% { transform: translate(3%, -5%); }
  60% { transform: translate(-5%, -2%); }
  80% { transform: translate(4%, 4%); }
}

/* ---------- Typography ---------- */
.en { font-family: var(--font-en); letter-spacing: 0.01em; }

.display {
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en);
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--acc);
}
.sec-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--acc);
}

.sec-title {
  font-family: var(--font-en);
  font-size: clamp(44px, 9vw, 128px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.lead {
  max-width: 40em;
  color: var(--muted);
  font-size: clamp(14px, 1.4vw, 16px);
}

/* split-text 用(JSで文字ごとに span 分割される) */
.split-lines .line-wrap { display: block; overflow: hidden; }
.split-chars .char { display: inline-block; will-change: transform; }
.split-chars .word { display: inline-block; white-space: nowrap; }

/* ---------- Layout primitives ---------- */
.container { padding-inline: var(--gutter); max-width: 1680px; margin-inline: auto; }
.section { position: relative; padding-block: clamp(96px, 14vh, 200px); }
.section--full { min-height: 100svh; display: flex; align-items: center; }

/* ---------- Custom cursor (PCのみ) ---------- */
.cursor-dot, .cursor-ring {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 3000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.cursor-dot { width: 6px; height: 6px; background: var(--acc); }
.cursor-ring {
  width: 40px; height: 40px;
  border: 1px solid rgba(244, 242, 236, 0.45);
  transition: width 0.35s var(--ease-out), height 0.35s var(--ease-out),
              background-color 0.35s, border-color 0.35s;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #0b0b0e;
}
.cursor-ring .cursor-text { opacity: 0; transition: opacity 0.2s; }
.cursor-ring.is-hover { width: 72px; height: 72px; background: var(--acc); border-color: var(--acc); }
.cursor-ring.is-hover .cursor-text { opacity: 1; }
@media (min-width: 900px) and (pointer: fine) {
  .cursor-dot { display: block; }
  .cursor-ring { display: flex; }
  body { cursor: none; }
  a, button { cursor: none; }
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding-inline: var(--gutter);
  mix-blend-mode: difference; /* 背景に対して常に視認できる */
}
.logo {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
.logo sup {
  font-size: 9px;
  letter-spacing: 0.3em;
  vertical-align: super;
  margin-left: 6px;
  opacity: 0.6;
}

.menu-toggle {
  position: relative;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
}
.menu-toggle span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: transform 0.45s var(--ease-out), opacity 0.3s;
}
.menu-toggle span:nth-child(1) { transform: translateY(-5px); }
.menu-toggle span:nth-child(2) { transform: translateY(5px); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(-45deg); }

/* ---------- Fullscreen menu ---------- */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 800;
  background: #101014;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: var(--gutter);
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: clip-path 0.8s var(--ease-out), visibility 0s linear 0.8s;
}
.menu-overlay.is-open {
  clip-path: inset(0 0 0% 0);
  visibility: visible;
  transition: clip-path 0.8s var(--ease-out), visibility 0s;
}
.menu-list a {
  display: flex;
  align-items: baseline;
  gap: 20px;
  font-family: var(--font-en);
  font-size: clamp(34px, 6.5vh, 72px);
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--fg);
  transition: color 0.3s, transform 0.4s var(--ease-out);
}
.menu-list a:hover { color: var(--acc); transform: translateX(16px); }
.menu-list .menu-num {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--muted);
}
.menu-list .menu-jp {
  font-family: var(--font-jp);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  white-space: nowrap;
  color: var(--muted);
}
.menu-list li {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.6s var(--ease-out);
}
.menu-overlay.is-open .menu-list li { opacity: 1; transform: translateY(0); }
.menu-overlay.is-open .menu-list li:nth-child(1) { transition-delay: 0.15s; }
.menu-overlay.is-open .menu-list li:nth-child(2) { transition-delay: 0.2s; }
.menu-overlay.is-open .menu-list li:nth-child(3) { transition-delay: 0.25s; }
.menu-overlay.is-open .menu-list li:nth-child(4) { transition-delay: 0.3s; }
.menu-overlay.is-open .menu-list li:nth-child(5) { transition-delay: 0.35s; }
.menu-overlay.is-open .menu-list li:nth-child(6) { transition-delay: 0.4s; }
.menu-overlay.is-open .menu-list li:nth-child(7) { transition-delay: 0.45s; }
.menu-foot {
  position: absolute;
  bottom: 32px;
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--muted);
}

/* ---------- Page transition ---------- */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 1500;
  pointer-events: none;
  visibility: hidden;
}
.page-transition.is-active { visibility: visible; pointer-events: all; }
.page-transition.is-media-loading { visibility: visible; pointer-events: all; }
.pt-panel {
  position: absolute;
  inset: 0;
  background: #0b0b0e;
  transform: scaleY(0);
  transform-origin: bottom;
}
.pt-panel--accent { background: var(--acc); z-index: -1; }
.pt-logo {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--fg);
  opacity: 0;
}
.page-transition.is-media-loading .pt-panel { transform: scaleY(1); }
.page-transition.is-media-loading .pt-logo { opacity: 1; }
.pt-logo-word { line-height: 1; }
.pt-loading {
  display: none;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .22em;
  color: currentColor;
  opacity: .62;
}
.page-transition.is-media-loading .pt-loading { display: flex; }
.pt-loading::before {
  content: "";
  width: clamp(42px,6vw,80px);
  height: 1px;
  background: currentColor;
  transform-origin: left;
  animation: filmLoadingLine 1.2s ease-in-out infinite alternate;
}
@keyframes filmLoadingLine {
  from { transform: scaleX(.2); opacity: .35; }
  to { transform: scaleX(1); opacity: 1; }
}

/* ---------- Buttons / links ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 0.4s, border-color 0.4s;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--acc);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s var(--ease-out);
  z-index: -1;
}
.btn:hover { color: #0b0b0e; border-color: var(--acc); }
.btn:hover::before { transform: scaleX(1); transform-origin: left; }
.btn .arrow { transition: transform 0.4s var(--ease-out); }
.btn:hover .arrow { transform: translateX(6px); }

.link-underline {
  position: relative;
  display: inline-block;
}
.link-underline::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease-out);
}
.link-underline:hover::after { transform: scaleX(1); transform-origin: left; }

/* ---------- Hero (共通ページヒーロー) ---------- */
.page-hero {
  min-height: 72svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--header-h) + 40px);
  padding-bottom: clamp(40px, 8vh, 90px);
  position: relative;
  overflow: hidden;
}
.page-hero .sec-title { font-size: clamp(52px, 12vw, 190px); }
.page-hero .hero-sub {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.2em;
}
.page-hero .hero-bg-word {
  position: absolute;
  right: -4vw;
  top: 8vh;
  font-family: var(--font-en);
  font-size: clamp(120px, 26vw, 420px);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 236, 0.07);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

/* ---------- Media placeholder(動画差し替え枠)---------- */
.media-frame {
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
}
.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-frame .play-badge {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(11, 11, 14, 0.55);
  border: 1px solid rgba(244, 242, 236, 0.3);
  backdrop-filter: blur(6px);
  transition: transform 0.4s var(--ease-out), background-color 0.3s;
}
.media-frame .play-badge svg { width: 20px; height: 20px; fill: var(--fg); margin-left: 3px; }
.media-frame:hover .play-badge { transform: scale(1.12); background: var(--acc); }
.media-frame:hover .play-badge svg { fill: #0b0b0e; }

/* ---------- Video lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  background: rgba(5, 5, 8, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
}
.lightbox.is-open { opacity: 1; visibility: visible; transition: opacity 0.4s; }
.lightbox-inner { width: min(1080px, 90vw); aspect-ratio: 16 / 9; position: relative; }
.lightbox-body { width: 100%; height: 100%; }
.lightbox-inner iframe,
.lightbox-inner video { width: 100%; height: 100%; border: 0; background: #000; }
.lightbox-placeholder {
  width: 100%; height: 100%;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
  border: 1px dashed var(--line);
  color: var(--muted);
  font-family: var(--font-en);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 13px;
}
.lightbox-close {
  position: absolute;
  top: -52px; right: 0;
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--muted);
  transition: color 0.3s;
}
.lightbox-close:hover { color: var(--fg); }

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  border-block: 1px solid var(--line);
  padding-block: 18px;
}
.marquee-track { display: inline-flex; will-change: transform; }
.marquee-track span {
  font-family: var(--font-en);
  font-size: clamp(48px, 8vw, 110px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-right: 0.6em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 236, 0.35);
}
.marquee-track span.fill { color: var(--fg); -webkit-text-stroke: 0; }

/* ============================================================
   TOP page
   ============================================================ */

/* Hero */
.hero {
  position: relative;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  will-change: transform;
  background: #060609;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 7;
  background:
    linear-gradient(90deg, rgba(6,6,9,0.55) 0%, rgba(6,6,9,0.05) 56%, rgba(6,6,9,0.26) 100%),
    linear-gradient(180deg, rgba(6,6,9,0.15) 0%, rgba(6,6,9,0.02) 42%, rgba(6,6,9,0.9) 100%);
}
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.brand-film-motion-picture {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  overflow: hidden;
}
.brand-film-motion-fallback {
  position: absolute;
  inset: 0;
  object-position: center;
}
.brand-film-video {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0;
  object-position: center;
  transition: opacity .8s ease;
}
.brand-film.is-video-ready .brand-film-video { opacity: 1; }
.brand-film.is-video-fallback .brand-film-video { opacity: 0; }
.brand-film.is-video-ready .brand-film-frame,
.brand-film.is-video-ready .brand-film-frame img { animation-play-state: paused; }
.brand-film-frame {
  position: absolute;
  inset: -3%;
  opacity: 0;
  animation: brandFilmCut 16s linear infinite;
  will-change: opacity;
}
.brand-film-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: brandFilmCamera 16s ease-in-out infinite;
  will-change: transform;
}
.brand-film-frame--01 { animation-delay: 0s; }
.brand-film-frame--02 { animation-delay: 4s; }
.brand-film-frame--03 { animation-delay: 8s; }
.brand-film-frame--04 { animation-delay: 12s; }
.brand-film-frame--01 img { animation-delay: 0s; transform-origin: 58% 50%; }
.brand-film-frame--02 img { animation-delay: 4s; transform-origin: 70% 50%; }
.brand-film-frame--03 img { animation-delay: 8s; transform-origin: 65% 46%; }
.brand-film-frame--04 img { animation-delay: 12s; transform-origin: 62% 50%; }
.brand-film-wash {
  position: absolute;
  inset: 0;
  z-index: 6;
  background:
    radial-gradient(circle at 76% 30%, rgba(216,255,62,0.13), transparent 34%),
    linear-gradient(112deg, transparent 34%, rgba(255,255,255,0.05) 50%, transparent 66%);
  mix-blend-mode: screen;
  animation: brandFilmWash 8s ease-in-out infinite alternate;
}
.brand-film.is-paused .brand-film-frame,
.brand-film.is-paused .brand-film-frame img,
.brand-film.is-paused .brand-film-wash,
.brand-film.is-page-hidden .brand-film-frame,
.brand-film.is-page-hidden .brand-film-frame img,
.brand-film.is-page-hidden .brand-film-wash,
.hero:has(.brand-film.is-page-hidden) .brand-film-progress span,
.hero:has(.brand-film.is-paused) .brand-film-progress span {
  animation-play-state: paused;
}
@keyframes brandFilmCut {
  0% { opacity: 0; }
  3% { opacity: 1; }
  22% { opacity: 1; }
  28% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes brandFilmCamera {
  0% { transform: scale(1.02) translate3d(0, 0, 0); }
  25% { transform: scale(1.1) translate3d(-1.1%, -0.7%, 0); }
  100% { transform: scale(1.13) translate3d(-1.5%, -1%, 0); }
}
@keyframes brandFilmWash {
  from { opacity: 0.25; transform: translateX(-12%); }
  to { opacity: 0.7; transform: translateX(12%); }
}
.hero-inner {
  width: 100%;
  padding: 0 var(--gutter) clamp(36px, 7vh, 80px);
  position: relative;
  z-index: 10;
}
.hero-film-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(20px, 3vh, 34px);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(244,242,236,0.72);
}
.hero-film-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acc);
  box-shadow: 0 0 18px rgba(216,255,62,0.8);
  animation: brandFilmSignal 1.6s ease-in-out infinite;
}
@keyframes brandFilmSignal {
  50% { opacity: 0.35; transform: scale(0.72); }
}
.hero-title {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(64px, 15.5vw, 260px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  text-transform: none;
}
.hero-title .char { will-change: transform; }
.hero-tagline {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hero-tagline p { font-size: clamp(13px, 1.3vw, 16px); color: rgba(244,242,236,0.8); }
.hero-controls {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
}
.brand-film-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244,242,236,0.72);
}
.brand-film-toggle-icon {
  width: 14px;
  height: 14px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}
.brand-film-toggle[aria-pressed="true"] .brand-film-toggle-icon {
  width: 0;
  height: 0;
  border: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  border-right: 0;
}
.brand-film-progress {
  position: absolute;
  right: var(--gutter);
  bottom: 22px;
  z-index: 10;
  width: min(240px, 28vw);
  height: 1px;
  overflow: hidden;
  background: rgba(244,242,236,0.22);
}
.brand-film-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--acc);
  transform-origin: left;
  animation: brandFilmProgress 16s linear infinite;
}
@keyframes brandFilmProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.hero-scroll {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-scroll::after {
  content: "";
  width: 1px;
  height: 44px;
  background: linear-gradient(var(--fg), transparent);
  animation: scrollHint 1.8s ease-in-out infinite;
}
@keyframes scrollHint {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* Statement(ズームイン演出) */
.statement { overflow: hidden; }
.statement-huge {
  font-family: var(--font-en);
  font-size: clamp(40px, 8.5vw, 140px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.statement-huge .accent { color: var(--acc); }
.statement-jp { margin-top: 40px; }

/* 事業横スクロールセクション */
.biz-section { overflow: hidden; }
/* デフォルト(モバイル/タブレット)は縦積み。
   横スクロール演出は JS 側の判定(幅900px以上 + pointer:fine)と
   同条件のメディアクエリでのみ有効化する。 */
.biz-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.biz-panel {
  flex: none;
  min-height: 88svh;
  display: flex;
  align-items: center;
  position: relative;
  padding: var(--header-h) var(--gutter);
  overflow: hidden;
}
.biz-panel .biz-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.82;
}
.biz-panel .biz-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 1.4s var(--ease-out), filter 0.8s;
}
.biz-panel:hover .biz-bg img { transform: scale(1.055); }
.biz-panel .biz-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,11,14,0.96) 0%, rgba(11,11,14,0.78) 38%, rgba(11,11,14,0.15) 82%);
}
.biz-num {
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--panel-acc, var(--acc));
}
.biz-title {
  font-family: var(--font-en);
  font-size: clamp(56px, 10vw, 160px);
  font-weight: 700;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 18px 0 10px;
}
.biz-title-jp { font-size: clamp(14px, 1.6vw, 20px); letter-spacing: 0.3em; color: var(--muted); }
.biz-desc { margin-top: 28px; max-width: 34em; color: var(--muted); font-size: 15px; }
.biz-panel .btn { margin-top: 40px; }
/* PC(横スクロール演出が有効な環境)のみ横並び */
@media (min-width: 900px) and (pointer: fine) {
  .biz-track { flex-direction: row; }
  .biz-panel { flex: 0 0 100vw; min-height: 100svh; }
}
.biz-panel[data-acc="film"] { --panel-acc: var(--acc-film); }
.biz-panel[data-acc="sns"]  { --panel-acc: var(--acc-sns); }
.biz-panel[data-acc="systems"] { --panel-acc: var(--acc-systems); }
.biz-panel[data-acc="cafe"] { --panel-acc: var(--acc-cafe); }
.biz-panel .btn:hover { border-color: var(--panel-acc); }
.biz-panel .btn::before { background: var(--panel-acc); }

/* TOP: works digest */
.digest-list { border-top: 1px solid var(--line); }
.digest-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: clamp(28px, 4vh, 44px) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.digest-item .digest-title {
  font-family: var(--font-en);
  font-size: clamp(24px, 4vw, 56px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
  transition: transform 0.5s var(--ease-out), color 0.3s;
}
.digest-item:hover .digest-title { transform: translateX(20px); color: var(--acc); }
.digest-item .digest-cat {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
}
.digest-thumb {
  position: absolute;
  right: 8%;
  top: 50%;
  width: clamp(200px, 22vw, 320px);
  aspect-ratio: 16 / 9;
  transform: translateY(-50%) scale(0.85);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.35s, transform 0.5s var(--ease-out);
  overflow: hidden;
}
.digest-thumb img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) and (pointer: fine) {
  .digest-item:hover .digest-thumb { opacity: 1; transform: translateY(-50%) scale(1) rotate(-2deg); }
}

/* CTA */
.cta {
  min-height: 90svh;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.cta .container { width: 100%; }
.cta-title {
  font-family: var(--font-en);
  font-size: clamp(56px, 14vw, 220px);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.cta-title a { display: inline-block; transition: color 0.4s; }
.cta-title a:hover { color: var(--acc); }
.cta p { margin-top: 30px; color: var(--muted); }

/* ============================================================
   WHO WE ARE page
   ============================================================ */
.pillars { position: relative; }
.pillar {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--pillar-bg, var(--bg));
  border-top: 1px solid var(--line);
  will-change: transform;
}
.pillar[data-index="1"] { --pillar-bg: #0d0d12; }
.pillar[data-index="2"] { --pillar-bg: #101018; }
.pillar[data-index="3"] { --pillar-bg: #12121d; }
.pillar-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 100px);
  align-items: center;
  width: 100%;
}
.pillar-num {
  font-family: var(--font-en);
  font-size: clamp(90px, 16vw, 240px);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 236, 0.18);
}
.pillar-title {
  font-family: var(--font-en);
  font-size: clamp(40px, 6.5vw, 96px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 12px 0 8px;
}
.pillar-sub { font-size: 13px; letter-spacing: 0.3em; color: var(--acc); }
.pillar-desc { color: var(--muted); margin-top: 24px; max-width: 34em; }
@media (max-width: 899px) {
  .pillar-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   WORKS page
   ============================================================ */
.works-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(40px, 6vh, 70px);
}
.filter-btn {
  padding: 10px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  transition: all 0.3s;
}
.filter-btn:hover { border-color: var(--fg); color: var(--fg); }
.filter-btn.is-active { background: var(--acc); border-color: var(--acc); color: #0b0b0e; }

.works-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(20px, 3vw, 48px);
}
.work-card { grid-column: span 6; }
.work-card:nth-child(4n + 1) { grid-column: span 7; }
.work-card:nth-child(4n + 2) { grid-column: span 5; margin-top: clamp(30px, 6vh, 90px); }
.work-card:nth-child(4n + 3) { grid-column: span 5; }
.work-card:nth-child(4n + 4) { grid-column: span 7; margin-top: clamp(-40px, -3vh, -20px); }
.work-card.is-hidden { display: none; }
.work-card .media-frame { aspect-ratio: 16 / 9; }
.work-card .media-frame img { transition: transform 0.8s var(--ease-out); }
.work-card:hover .media-frame img { transform: scale(1.06); }
.work-meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-top: 16px; }
.work-title { min-width: 0; overflow-wrap: normal; hyphens: none; font-size: clamp(15px, 1.4vw, 18px); font-weight: 700; line-height: 1.5; }
.work-cat {
  flex-shrink: 0;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--acc);
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 4px 12px;
}
@media (max-width: 899px) {
  .work-card,
  .work-card:nth-child(4n + 1),
  .work-card:nth-child(4n + 2),
  .work-card:nth-child(4n + 3),
  .work-card:nth-child(4n + 4) { grid-column: 1 / -1; margin-top: 0; }
}
@media (max-width: 599px) {
  .work-meta { flex-direction: column; gap: 10px; }
}

/* ============================================================
   SNS / CAFE 事業ページ共通
   ============================================================ */
.page-sns { --acc: var(--acc-sns); }
.page-cafe { --acc: var(--acc-cafe); }

.notice-placeholder {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 16px;
  border: 1px dashed var(--acc);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--acc);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.service-item {
  background: var(--bg);
  padding: clamp(32px, 4vw, 56px);
  transition: background-color 0.4s;
}
.service-item:hover { background: var(--bg-2); }
.service-item .icon {
  width: 48px; height: 48px;
  margin-bottom: 24px;
  color: var(--acc);
}
.service-item .icon svg { width: 100%; height: 100%; }
.service-item h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}
.service-item .service-en {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 14px;
}
.service-item p { font-size: 13px; color: var(--muted); }

.coming-soon-band {
  border-block: 1px solid var(--line);
  padding-block: clamp(48px, 8vh, 90px);
  text-align: center;
}
.coming-soon-band .cs-text {
  font-family: var(--font-en);
  font-size: clamp(32px, 6vw, 80px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 236, 0.3);
}
.coming-soon-band p { margin-top: 14px; color: var(--muted); font-size: 12px; letter-spacing: 0.2em; }

/* CAFE visual */
.cafe-visual { height: 80svh; overflow: hidden; position: relative; }
.cafe-visual img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
}
.cafe-info-table { width: 100%; border-top: 1px solid var(--line); max-width: 760px; }
.cafe-info-table th, .cafe-info-table td {
  padding: 22px 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
.cafe-info-table th {
  width: 32%;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
}
.cafe-info-table td { font-size: 14px; }

/* ============================================================
   COMPANY page
   ============================================================ */
.company-table { width: 100%; border-top: 1px solid var(--line); }
.company-table th, .company-table td {
  padding: clamp(22px, 3.5vh, 36px) 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
.company-table th {
  width: 28%;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.company-table td { font-size: clamp(14px, 1.4vw, 16px); }
.company-table .th-jp { display: block; font-family: var(--font-jp); letter-spacing: 0.15em; margin-top: 2px; }
.biz-ol { counter-reset: biz; }
.biz-ol li {
  counter-increment: biz;
  display: flex;
  gap: 18px;
  padding-block: 10px;
}
.biz-ol li::before {
  content: counter(biz, decimal-leading-zero);
  font-family: var(--font-en);
  font-size: 12px;
  color: var(--acc);
  letter-spacing: 0.1em;
  padding-top: 5px;
}

/* ============================================================
   CONTACT page
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: clamp(40px, 6vw, 120px);
}
@media (max-width: 899px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-side p { color: var(--muted); font-size: 14px; }
.contact-side .contact-mail {
  display: inline-block;
  margin-top: 28px;
  font-family: var(--font-en);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 500;
}

.form-field { position: relative; margin-bottom: 40px; }
.form-field label {
  display: block;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.form-field label .req { color: var(--acc); margin-left: 6px; }
.form-field input,
.form-field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px 2px;
  font-size: 16px;
  transition: border-color 0.3s;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--acc);
}
.form-field textarea { min-height: 160px; resize: vertical; }
.form-field .field-error {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 11px;
  color: #ff6b6b;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: opacity 0.3s;
}
.form-field.has-error .field-error { opacity: 1; }
.form-field.has-error input,
.form-field.has-error textarea { border-color: #ff6b6b; }

.form-field--consent {
  margin-top: -8px;
  margin-bottom: 32px;
}
.form-field--consent label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: #333;
  font-family: var(--font-jp);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-transform: none;
  cursor: pointer;
}
.form-field--consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  padding: 0;
  border: 1px solid rgba(17,17,17,.35);
  accent-color: #111;
}
.form-field--consent .field-error { bottom: -24px; }
.form-field--consent.has-error input[type="checkbox"] {
  outline: 2px solid rgba(255,107,107,.35);
  outline-offset: 2px;
}

.form-result {
  margin-top: 24px;
  font-size: 13px;
  letter-spacing: 0.1em;
  min-height: 1.5em;
}
.form-result.is-success { color: var(--acc); }
.form-result.is-error { color: #ff6b6b; }

/* ============================================================
   PRIVACY POLICY page
   ============================================================ */
.policy-section { background: #f7f7f4; color: #111; }
.policy-layout {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.5fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: start;
}
.policy-summary {
  position: sticky;
  top: calc(var(--header-h) + 48px);
}
.policy-summary > p:not(.sec-label) {
  margin-top: 26px;
  color: #555;
  font-size: 14px;
  line-height: 2;
}
.policy-summary .policy-updated {
  padding-top: 24px;
  border-top: 1px solid rgba(17,17,17,.15);
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: .08em;
}
.policy-content > section {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 24px;
  padding: 0 0 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(17,17,17,.16);
}
.policy-content > section:last-child { margin-bottom: 0; }
.policy-number {
  grid-row: 1 / span 4;
  color: #777;
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: .15em;
}
.policy-content h2 {
  margin-bottom: 18px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.45;
}
.policy-content p,
.policy-content li,
.policy-content address {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 2;
}
.policy-content ul {
  margin-top: 14px;
  padding-left: 1.4em;
  list-style: disc;
}
.policy-content address {
  margin-top: 18px;
  font-style: normal;
}
@media (max-width: 899px) {
  .policy-layout { grid-template-columns: 1fr; }
  .policy-summary { position: static; }
}
@media (max-width: 599px) {
  .policy-content > section {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .policy-number { grid-row: auto; }
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: clamp(48px, 8vh, 90px) var(--gutter) 32px;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1680px;
  margin-inline: auto;
}
.footer-logo {
  font-family: var(--font-en);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
.footer-address {
  margin-top: 20px;
  font-size: 12px;
  color: var(--muted);
  font-style: normal;
  line-height: 2.2;
}
.footer-nav { display: flex; gap: clamp(32px, 5vw, 80px); }
.footer-nav ul li { margin-bottom: 10px; }
.footer-nav a {
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.3s;
}
.footer-nav a:hover { color: var(--fg); }
.footer-bottom {
  max-width: 1680px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--muted);
  text-transform: uppercase;
}

/* ---------- Reveal 初期状態(JSが無効でも読めるようにopacityはJSで設定) ---------- */
.js [data-reveal] { opacity: 0; }

/* ---------- Reduced motion / mobile fallback ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js [data-reveal] { opacity: 1; }
  body::after { display: none; }
  .brand-film-frame { opacity: 0; }
  .brand-film-frame--01 { opacity: 1; }
  .brand-film-toggle { display: none; }
}

@media (max-width: 699px) {
  .brand-film-video { object-position: center center; }
  .brand-film-frame { inset: 0; }
  .brand-film-frame img { object-position: 62% center; }
  .brand-film-frame--01 img { object-position: 52% center; }
  .hero-film-kicker { margin-bottom: 16px; }
  .hero-title { font-size: clamp(62px, 25vw, 118px); }
  .hero-tagline { align-items: flex-end; }
  .hero-controls { width: 100%; justify-content: space-between; }
  .brand-film-toggle-label { display: none; }
  .brand-film-progress { left: var(--gutter); right: var(--gutter); width: auto; bottom: 14px; }
  .biz-panel .biz-bg::after {
    background: linear-gradient(180deg, rgba(11,11,14,0.12) 0%, rgba(11,11,14,0.74) 50%, rgba(11,11,14,0.96) 100%);
  }
  .biz-panel { align-items: flex-end; padding-bottom: clamp(56px, 10vh, 92px); }
}

/* ============================================================
   2026 Light editorial redesign
   参考サイトの白基調・日本語中心の構成へ更新
   ============================================================ */
body {
  background: var(--bg);
  color: var(--fg);
  transition: none;
}
body::after { opacity: 0.018; mix-blend-mode: multiply; }
::selection { background: #ffe36b; color: #111; }
.cursor-dot, .cursor-ring { display: none !important; }
body, a, button { cursor: auto !important; }

/* Header */
.site-header {
  height: var(--header-h);
  padding-inline: clamp(20px, 4vw, 58px);
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(17,17,17,0.12);
  mix-blend-mode: normal;
  backdrop-filter: blur(12px);
}
.logo { color: #111; font-size: 21px; letter-spacing: 0.035em; }
.site-nav {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.site-nav a {
  display: flex;
  align-items: center;
  padding: 0 clamp(11px, 1.25vw, 22px);
  border-left: 1px solid rgba(17,17,17,0.08);
  white-space: nowrap;
  transition: background-color .25s, color .25s;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { background: #f2f2ed; }
.site-nav .site-nav-contact {
  margin: 12px 0 12px 14px;
  padding-inline: clamp(18px, 2vw, 30px);
  background: #111;
  color: #fff;
  border: 0;
}
.site-nav .site-nav-contact:hover { background: #ffe36b; color: #111; }
.menu-toggle { display: none; }
.menu-toggle span { background: #111; }

.menu-overlay {
  background: #fff;
  color: #111;
  padding-top: var(--header-h);
}
.menu-list a { color: #111; line-height: 1.18; font-size: clamp(28px, 5.1vh, 58px); }
.menu-list a:hover { color: #315bd8; }
.menu-list .menu-num, .menu-list .menu-jp, .menu-foot { color: rgba(17,17,17,.52); }
.page-transition .pt-panel { background: #ffe36b; }
.page-transition .pt-logo { color: #111; }

/* Buttons */
.btn {
  border-color: #111;
  color: #111;
  background: rgba(255,255,255,.9);
  letter-spacing: .12em;
  text-transform: none;
  font-family: var(--font-jp);
  font-weight: 700;
  white-space: nowrap;
}
.btn::before { background: #111; }
.btn:hover { color: #fff; border-color: #111; }
.btn--dark { background: #111; color: #fff; }
.btn--dark::before { background: #315bd8; }
.btn--dark:hover { border-color: #315bd8; }
.text-link { font-weight: 700; border-bottom: 1px solid currentColor; }

/* Home hero */
.hero {
  height: calc(100svh - var(--header-h));
  min-height: 650px;
  margin-top: var(--header-h);
  color: #111;
}
.hero-media { background: #dff1ff; }
.hero-media::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,.02) 64%),
    linear-gradient(180deg, rgba(255,255,255,.02) 55%, rgba(255,255,255,.42) 100%);
}
.brand-film-frame, .brand-film-frame img, .brand-film-progress span { animation-duration: 20s; }
.brand-film-frame--05 { animation-delay: 16s; }
.brand-film-frame--05 img { animation-delay: 16s; transform-origin: 65% 50%; }
@keyframes brandFilmCut {
  0% { opacity: 0; }
  2% { opacity: 1; }
  18% { opacity: 1; }
  22% { opacity: 0; }
  100% { opacity: 0; }
}
.brand-film-wash {
  opacity: .18;
  background: linear-gradient(110deg, transparent 34%, rgba(255,255,255,.72) 50%, transparent 66%);
  mix-blend-mode: soft-light;
}
.hero-inner { padding-bottom: clamp(42px, 7vh, 76px); }
.hero-film-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  background: #111;
  color: #fff;
  font-size: 10px;
  text-transform: none;
}
.hero-film-kicker span { background: #ffe36b; box-shadow: none; }
.hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  font-family: var(--font-jp);
  font-size: clamp(36px, 6.2vw, 88px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.05em;
}
.hero-title > span {
  display: inline-block;
  padding: .06em .18em .1em;
  background: rgba(255,255,255,.46);
  box-shadow: 0 6px 22px rgba(17,17,17,.05);
  white-space: nowrap;
}
.hero-tagline { align-items: flex-end; margin-top: 18px; }
.hero-tagline > p {
  width: fit-content;
  padding: 10px 14px;
  background: rgba(255,255,255,.46);
  color: #111;
  font-weight: 700;
  line-height: 1.7;
}
.hero-controls, .brand-film-toggle, .hero-scroll { color: #111; }
.brand-film-progress { background: rgba(17,17,17,.2); }
.brand-film-progress span { background: #111; }
.hero-scroll::after { background: linear-gradient(#111, transparent); }

@media (max-width: 699px) {
  .hero-film-kicker { background: rgba(17,17,17,.46); }
}

/* Japanese section headings */
.section-heading { max-width: 800px; margin-bottom: clamp(40px, 7vw, 90px); }
.section-heading--row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}
.section-heading > p:last-child, .section-heading--row > p { color: var(--muted); max-width: 38em; }
.section-title-jp {
  margin: 20px 0 22px;
  font-size: clamp(38px, 6.5vw, 92px);
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: -.045em;
}
.section-title-jp.section-title-jp--business {
  max-width: none;
  font-size: clamp(24px, 8.1vw, 82px);
}
.section-title-jp--business > span {
  display: block;
  white-space: nowrap;
}
.sec-label { color: #111; font-family: var(--font-jp); font-weight: 700; letter-spacing: .16em; }
.sec-label::before { background: #111; }

/* Statement */
.statement { background: #fff; color: #111; }
.statement-huge { font-family: var(--font-jp); text-transform: none; font-size: clamp(42px, 8vw, 118px); }
.statement-huge .accent { color: #315bd8; }
.lead { color: var(--muted); }

/* Business cards */
.biz-section { overflow: visible; background: #f7f7f2; }
.biz-section > .container { max-width: 1500px; }
.biz-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  padding: 3px;
  background: #111;
  will-change: auto;
}
.biz-panel {
  min-height: clamp(520px, 58vw, 690px);
  width: auto;
  padding: clamp(28px, 4vw, 52px);
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
}
.biz-panel .biz-bg { z-index: 0; opacity: 1; }
.biz-panel .biz-bg::after {
  background: linear-gradient(180deg, rgba(17,17,17,.02) 25%, rgba(17,17,17,.86) 100%);
}
.biz-panel > .container { position: relative; z-index: 2; padding: 0; margin: 0; max-width: 42em; }
.biz-panel .biz-bg img { transform: scale(1.01); }
.biz-panel:hover .biz-bg img { transform: scale(1.035); }
.biz-num { color: #fff; font-family: var(--font-jp); }
.biz-title {
  margin-top: 14px;
  font-family: var(--font-jp);
  font-size: clamp(42px, 5.6vw, 80px);
  text-transform: none;
  letter-spacing: -.04em;
}
.biz-title.biz-title--business {
  font-size: clamp(25px, 4.1vw, 60px);
  white-space: nowrap;
}
.biz-title-jp { color: rgba(255,255,255,.75); font-family: var(--font-en); font-size: 11px; }
.biz-desc { color: rgba(255,255,255,.88); font-size: 14px; }
.biz-panel .btn { background: #fff; color: #111; border-color: #fff; }
.biz-panel .btn:hover { color: #fff; border-color: #111; }
.biz-panel[data-acc="saas"] { --panel-acc: var(--acc-saas); }

/* Voice */
.voice-section { background: #dff3ff; }
.sample-note { font-size: 12px; line-height: 1.8; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(28px, 3vw, 46px);
  background: #fff;
  border: 1px solid rgba(17,17,17,.15);
}
.voice-card--yellow { background: #ffe36b; }
.voice-tag { font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.voice-card blockquote { margin: 38px 0; font-size: clamp(17px, 1.55vw, 22px); font-weight: 700; line-height: 1.9; }
.voice-person { margin-top: auto; font-size: 12px; color: var(--muted); }

/* FAQ */
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: minmax(250px,.65fr) minmax(0,1.35fr); gap: clamp(50px,8vw,120px); }
.faq-list { border-top: 2px solid #111; }
.faq-list details { border-bottom: 1px solid rgba(17,17,17,.18); }
.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 54px 28px 2px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; background: #111; color: #fff; border-radius: 50%; font-family: var(--font-en); }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { padding: 0 54px 30px 52px; color: var(--muted); }

/* Works and CTA */
.works-digest-section { background: #f7f7f2; }
.marquee { border-color: #111; }
.marquee-track span { -webkit-text-stroke-color: rgba(17,17,17,.38); }
.marquee-track span.fill { color: #111; }
.digest-list { border-color: #111; }
.digest-item { border-color: rgba(17,17,17,.2); }
.digest-item:hover .digest-title { color: #315bd8; }
.digest-cat { color: rgba(17,17,17,.52); }
.cta { background: #ffe36b; color: #111; }
.cta-title { font-family: var(--font-jp); text-transform: none; font-size: clamp(54px, 12vw, 180px); }
.cta-title a:hover { color: #315bd8; }
.cta p { color: rgba(17,17,17,.65); }

/* Sub pages */
.page-hero {
  min-height: 68svh;
  padding-top: calc(var(--header-h) + 80px);
  border-bottom: 1px solid rgba(17,17,17,.14);
  background: #fff;
}
.page-hero .sec-title { font-family: var(--font-jp); text-transform: none; font-size: clamp(48px, 10vw, 150px); }
.page-hero .hero-bg-word { -webkit-text-stroke-color: rgba(17,17,17,.08); }
.page-hero .hero-sub { color: rgba(17,17,17,.5); }
.media-frame { background: #edf0f2; }
.lightbox { background: rgba(255,255,255,.96); }
.lightbox-close { color: #111; }
.lightbox-placeholder { color: #555; border-color: rgba(17,17,17,.2); }
.pillar { background: #fff; color: #111; border-color: rgba(17,17,17,.15); }
.pillar[data-index="1"] { --pillar-bg: #fff; }
.pillar[data-index="2"] { --pillar-bg: #eaf7ff; }
.pillar[data-index="3"] { --pillar-bg: #fff5d0; }
.pillar[data-index="4"] { --pillar-bg: #eaf0ff; }
.pillar[data-index="5"] { --pillar-bg: #fff0e8; }
.pillar-num { -webkit-text-stroke-color: rgba(17,17,17,.18); }
.pillar-title { font-family: var(--font-jp); text-transform: none; }
.pillar-title.pillar-title--business {
  font-size: clamp(27px, 5vw, 72px);
  white-space: nowrap;
}

/* Short service names are semantic units: never split a compound word mid-character. */
:where(
  .biz-title,
  .pillar-title,
  .service-item h3,
  .bd-flow-node,
  .bd-signal-grid h3,
  .bd-area-table h3,
  .bd-steps h3,
  .sns-tags span,
  .daisy-menu-tags span
) {
  overflow-wrap: normal;
  word-break: keep-all;
}
.section .sec-title { font-family: var(--font-jp); text-transform: none; }
.service-lead-visual { margin-top: 48px; aspect-ratio: 16/8; overflow: hidden; }
.service-lead-visual img { width: 100%; height: 100%; object-fit: cover; }
.service-grid { background: #111; border-color: #111; }
.service-item { background: #fff; }
.service-item:hover { background: #f3f3ee; }
.coming-soon-band .cs-text { -webkit-text-stroke-color: rgba(17,17,17,.3); }
.company-table, .company-table th, .company-table td,
.cafe-info-table, .cafe-info-table th, .cafe-info-table td { border-color: rgba(17,17,17,.18); }
.form-field input, .form-field textarea { border-color: rgba(17,17,17,.28); }
.site-footer { background: #fff; color: #111; border-color: rgba(17,17,17,.16); }
.footer-address, .footer-nav a, .footer-bottom { color: rgba(17,17,17,.58); }

/* Manabell */
.page-manabell { --acc: var(--acc-saas); }
.manabell-hero { margin-top: var(--header-h); padding-block: clamp(48px,7vw,100px); background: #f8fbff; }
.manabell-hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(32px,5vw,76px); align-items: center; }
.manabell-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .14em; color: #315bd8; }
.manabell-name { display: flex; align-items: baseline; gap: 10px; margin: 22px 0; font-family: var(--font-en); font-size: clamp(30px,4vw,58px); font-weight: 700; color: #315bd8; }
.manabell-name > span { display: grid; place-items: center; width: 42px; height: 42px; font-size: 16px; background: #ffe36b; border-radius: 50%; color: #111; }
.manabell-name small { font-family: var(--font-jp); font-size: 14px; color: #111; }
.manabell-hero h1 { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: clamp(42px,6vw,82px); line-height: 1.15; letter-spacing: -.05em; }
.manabell-hero h1 span { display: inline; background: #fff; padding: .03em .12em .08em; white-space: nowrap; }
.manabell-lead { margin-top: 28px; max-width: 42em; color: var(--muted); }
.manabell-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.manabell-note { margin-top: 18px; font-size: 11px; line-height: 1.7; color: rgba(17,17,17,.52); }
.manabell-hero-visual { aspect-ratio: 16/10; overflow: hidden; border-radius: 28px; box-shadow: 0 20px 60px rgba(49,91,216,.12); }
.manabell-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.manabell-problems { background: #ffe36b; }
.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 54px; }
.problem-card { min-height: 210px; padding: 28px; background: #fff; border: 1px solid #111; display: flex; flex-direction: column; justify-content: space-between; }
.problem-card span { font-family: var(--font-en); font-size: 11px; }
.problem-card p { font-size: clamp(18px,1.7vw,24px); font-weight: 700; line-height: 1.55; }
.manabell-product { background: #fff; }
.manabell-ui-frame { padding: clamp(10px,2vw,24px); background: #edf3ff; border: 1px solid rgba(49,91,216,.18); border-radius: 28px; }
.manabell-ui-frame img { width: 100%; border-radius: 14px; box-shadow: 0 20px 60px rgba(17,17,17,.08); }
.manabell-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 56px; background: rgba(17,17,17,.18); border: 1px solid rgba(17,17,17,.18); }
.manabell-feature-grid article { padding: clamp(26px,3vw,44px); background: #fff; }
.manabell-feature-grid span, .steps-grid span { font-family: var(--font-en); font-size: 11px; font-weight: 700; color: #315bd8; }
.manabell-feature-grid h3 { margin: 24px 0 12px; font-size: 20px; }
.manabell-feature-grid p, .steps-grid p { color: var(--muted); font-size: 13px; }
.manabell-impact { background: #315bd8; color: #fff; }
.manabell-impact .sec-label, .manabell-impact .impact-copy, .manabell-impact .manabell-note { color: #fff; }
.manabell-impact .sec-label::before { background: #fff; }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px,8vw,130px); align-items: center; }
.impact-copy { margin-top: 30px; max-width: 44em; }
.impact-number { position: relative; display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 380px; padding: 44px; background: #fff; color: #111; border-radius: 50%; }
.impact-number p { font-size: 14px; }
.impact-number p span { display: block; font-family: var(--font-en); font-size: clamp(54px,7vw,100px); font-weight: 700; line-height: 1; }
.impact-number b { font-size: 32px; }
.impact-number strong { position: absolute; right: 2%; bottom: 3%; display: grid; place-items: center; width: 150px; height: 150px; border-radius: 50%; background: #ffe36b; font-family: var(--font-en); font-size: 58px; }
.impact-number strong small { font-family: var(--font-jp); font-size: 11px; }
.manabell-steps { background: #f7f7f2; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 54px; counter-reset: step; }
.steps-grid li { min-height: 280px; padding: clamp(28px,3vw,44px); background: #fff; border-top: 5px solid #315bd8; }
.steps-grid h3 { margin: 28px 0 14px; font-size: 22px; }
.manabell-price { background: #fff; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr .72fr; gap: 16px; margin-top: 54px; }
.price-card { padding: clamp(28px,3.5vw,50px); border: 2px solid #111; }
.price-card--yellow { background: #ffe36b; }
.price-card--compact { background: #eaf4ff; }
.price-card > p:first-child { font-weight: 700; }
.price-card h3 { margin: 24px 0; font-size: 15px; }
.price-card h3 strong { font-family: var(--font-en); font-size: clamp(42px,5vw,70px); }
.price-unit { display: inline-block; white-space: nowrap; }
.price-card li { padding: 8px 0; border-bottom: 1px solid rgba(17,17,17,.14); font-size: 13px; }
.price-sub { margin-top: 24px; font-weight: 700; }
.manabell-cta { display: flex; align-items: center; min-height: 78svh; background: #ffe36b; text-align: center; }
.manabell-cta .container { width: 100%; }
.manabell-cta h2 { margin: 24px 0; font-size: clamp(48px,9vw,130px); line-height: 1.05; letter-spacing: -.055em; }
.manabell-cta p:not(.manabell-eyebrow) { margin-bottom: 30px; }

@media (max-width: 1120px) {
  .site-nav { display: none; }
  .menu-toggle { display: grid; }
  .biz-panel { min-height: 620px; }
}

@media (max-width: 899px) {
  .section-heading--row, .faq-layout, .manabell-hero-grid, .impact-grid { grid-template-columns: 1fr; display: grid; }
  .biz-track, .voice-grid { grid-template-columns: 1fr; }
  .biz-panel { min-height: 76svh; padding: 32px; }
  .problem-grid, .manabell-feature-grid, .steps-grid { grid-template-columns: repeat(2,1fr); }
  .price-grid { grid-template-columns: 1fr; }
  .impact-number { min-height: 340px; }
  .manabell-hero-copy { order: 1; }
  .manabell-hero-visual { order: 0; }
}

@media (max-width: 599px) {
  .hero { min-height: 620px; }
  .hero-title { font-size: clamp(34px,11.5vw,54px); }
  .hero-title > span { padding-inline: .12em; }
  .hero-tagline > p { font-size: 12px; }
  .hero-controls { width: auto; }
  .btn { gap: 10px; padding: 14px 22px; }
  .section-title-jp { font-size: clamp(36px,11vw,56px); }
  .section-heading--row { gap: 20px; }
  .voice-card { min-height: 320px; }
  .faq-list summary { padding-right: 42px; font-size: 14px; }
  .faq-list details > p { padding-left: 50px; padding-right: 12px; }
  .problem-grid, .manabell-feature-grid, .steps-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 160px; }
  .manabell-actions { align-items: flex-start; flex-direction: column; }
  .manabell-hero h1 { font-size: clamp(38px, 11vw, 42px); }
  .manabell-name { font-size: 34px; }
  .impact-number { border-radius: 28px; padding: 30px 22px; min-height: 300px; }
  .impact-number strong { width: 110px; height: 110px; font-size: 42px; }
}

/* ============================================================
   2026-07 Business page variety & alignment pass
   ============================================================ */

/* Icon and badge alignment fixes */
.service-item .icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 26px;
  flex: 0 0 64px;
  line-height: 0;
}
.service-item .icon svg {
  display: block;
  width: 54px;
  height: 54px;
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
}
.media-frame .play-badge {
  display: grid;
  place-items: center;
  line-height: 0;
}
.media-frame .play-badge svg { display: block; flex: none; }

/* ---------- Film production: dark cinema / contact sheet ---------- */
.page-works { --acc: #f5d83b; background: #efede7; }
.film-hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  margin-top: var(--header-h);
  padding: clamp(46px, 7vw, 96px) 0 72px;
  overflow: hidden;
  background: #111;
  color: #fff;
}
.film-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
}
.film-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: clamp(42px,7vw,110px);
  align-items: center;
}
.film-kicker { font: 700 11px/1 var(--font-en); letter-spacing: .2em; color: rgba(255,255,255,.68); }
.film-kicker span { display: inline-flex; align-items: center; gap: 7px; margin-right: 12px; color: #ff6c56; }
.film-kicker span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(255,108,86,.14); }
.film-hero-copy h1 { margin: 28px 0; font-size: clamp(58px,7vw,108px); line-height: 1.03; letter-spacing: -.065em; }
.film-hero-copy > p:last-of-type { max-width: 35em; color: rgba(255,255,255,.7); }
.film-scroll-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid #fff; font-weight: 700; }
.film-scroll-link span { color: #f5d83b; }
.film-hero-visual { position: relative; aspect-ratio: 16/10; padding: 12px; border: 1px solid rgba(255,255,255,.24); background: #050505; box-shadow: 22px 22px 0 #f5d83b; }
.film-hero-visual::before, .film-hero-visual::after { content: ""; position: absolute; left: 22px; right: 22px; height: 6px; z-index: 2; background: repeating-linear-gradient(90deg,#fff 0 14px,transparent 14px 28px); opacity: .72; }
.film-hero-visual::before { top: 15px; }
.film-hero-visual::after { bottom: 31px; }
.film-hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); }
.film-hero-video {
  position: absolute;
  inset: 12px;
  z-index: 1;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: cover;
  opacity: 0;
  transition: opacity .8s ease;
}
.film-hero-visual.is-video-ready .film-hero-video { opacity: 1; }
.film-hero-visual.is-video-fallback .film-hero-video { opacity: 0; }
.film-hero-visual figcaption { position: absolute; left: 24px; right: 24px; bottom: 2px; z-index: 3; display: flex; justify-content: space-between; font: 500 9px/1 var(--font-en); letter-spacing: .14em; color: rgba(255,255,255,.72); }
.film-strip { position: absolute; left: 0; right: 0; bottom: 0; height: 24px; display: flex; justify-content: space-around; align-items: center; background: #f5d83b; }
.film-strip span { width: 28px; height: 10px; background: #111; border-radius: 2px; }
.works-library { background: #efede7; }
.works-library-head { display: grid; grid-template-columns: .5fr 1fr .7fr; gap: 42px; align-items: end; margin-bottom: clamp(44px,7vw,90px); }
.works-library-head h2 { font-size: clamp(46px,6vw,88px); line-height: 1.08; letter-spacing: -.055em; }
.works-library-head > p:last-child { color: rgba(17,17,17,.62); }
.page-works .works-filter { padding-block: 18px; border-block: 1px solid #111; }
.page-works .filter-btn { border-radius: 0; border-color: transparent; font-weight: 700; }
.page-works .filter-btn.is-active { color: #111; box-shadow: 5px 5px 0 #111; }
.page-works .media-frame { border: 10px solid #111; background: #111; }
.page-works .media-frame .play-badge { background: #f5d83b; color: #111; border: 2px solid #111; }
.page-works .work-cat { border-radius: 0; color: #111; background: #f5d83b; border-color: #111; }

/* ---------- SNS: colorful social feed / mobile canvas ---------- */
.page-sns { --acc: #4e5cff; background: #f6f5ff; }
.sns-hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  margin-top: var(--header-h);
  padding-block: clamp(52px,7vw,100px);
  overflow: hidden;
  background: linear-gradient(135deg,#d9f5ff 0 45%,#f5efff 45% 72%,#ffe4dc 72%);
}
.sns-hero::after { content: "#"; position: absolute; right: -3vw; bottom: -18vw; font: 700 clamp(260px,42vw,620px)/1 var(--font-en); color: rgba(78,92,255,.07); }
.sns-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.82fr); gap: clamp(44px,8vw,120px); align-items: center; }
.sns-kicker { font: 700 11px/1 var(--font-en); letter-spacing: .22em; color: #4e5cff; }
.sns-hero-copy h1 { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin: 28px 0; font-size: clamp(42px,5vw,72px); line-height: 1.12; letter-spacing: -.06em; }
.sns-hero-copy h1 span { padding: .03em .13em .09em; background: #fff; box-shadow: 8px 8px 0 #4e5cff; white-space: nowrap; }
.sns-hero-copy > p:not(.sns-kicker) { max-width: 38em; color: rgba(17,17,17,.68); }
.sns-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.sns-tags span { padding: 8px 15px; border: 1px solid #111; border-radius: 999px; background: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; }
.sns-hero-stage { position: relative; min-height: 560px; display: grid; place-items: center; }
.sns-phone-card { width: min(350px,78%); overflow: hidden; border: 10px solid #111; border-radius: 42px; background: #fff; box-shadow: 18px 20px 0 rgba(78,92,255,.9); transform: rotate(3deg); }
.sns-phone-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.sns-phone-card figcaption { display: flex; flex-direction: column; gap: 3px; padding: 16px 18px 20px; font-size: 12px; }
.sns-phone-card figcaption span { color: rgba(17,17,17,.55); }
.sns-float { position: absolute; z-index: 3; display: grid; place-items: center; width: 78px; height: 78px; border: 3px solid #111; border-radius: 24px; font: 700 34px/1 var(--font-en); box-shadow: 7px 7px 0 #111; }
.sns-float--heart { left: 2%; top: 12%; background: #ff806e; transform: rotate(-8deg); }
.sns-float--play { right: 0; top: 24%; background: #fff06d; transform: rotate(9deg); }
.sns-float--chart { right: 7%; bottom: 8%; background: #75dca7; transform: rotate(-5deg); }
.sns-services-section { background: #fff; }
.page-sns .service-grid { gap: 14px; padding: 14px; background: #111; border: 0; }
.page-sns .service-item { min-height: 340px; border-radius: 22px; background: #f6f5ff; }
.page-sns .service-item:nth-child(2) { background: #fff0d2; }
.page-sns .service-item:nth-child(3) { background: #ddf7eb; }
.page-sns .service-item:nth-child(4) { background: #ffe6e0; }
.page-sns .service-item .icon { border: 2px solid #111; border-radius: 18px; background: #fff; color: #4e5cff; box-shadow: 5px 5px 0 #111; }
.sns-process-section { background: #4e5cff; color: #fff; }
.sns-process-section .sec-label { color: #fff; }
.sns-process-section .sec-label::before { background: #fff; }
.sns-process-title { margin: 18px 0 58px; font-size: clamp(46px,6vw,88px); line-height: 1.1; letter-spacing: -.05em; }
.sns-process { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(255,255,255,.35); }
.sns-process li { min-height: 310px; padding: clamp(28px,3vw,46px); background: #4e5cff; }
.sns-process span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #fff; border-radius: 50%; font: 700 12px/1 var(--font-en); }
.sns-process h3 { margin: 42px 0 16px; font-size: 24px; }
.sns-process p { color: rgba(255,255,255,.72); font-size: 14px; }
.sns-case-note { margin-top: 24px; font-size: 12px; color: rgba(255,255,255,.62); }

/* ---------- Manabell: product UI / SaaS navigation ---------- */
.manabell-subnav { position: sticky; top: var(--header-h); z-index: 800; display: flex; align-items: center; gap: 0; height: 48px; margin-top: var(--header-h); padding-inline: var(--gutter); overflow-x: auto; background: #315bd8; color: #fff; border-bottom: 1px solid rgba(255,255,255,.24); white-space: nowrap; }
.manabell-subnav span { margin-right: auto; padding-right: 32px; font: 700 15px/1 var(--font-en); }
.manabell-subnav a { display: flex; align-items: center; height: 100%; padding: 0 18px; border-left: 1px solid rgba(255,255,255,.18); font-size: 12px; font-weight: 700; }
.manabell-subnav a:last-child { background: #ffe36b; color: #111; }
.page-manabell .manabell-hero { margin-top: 0; background: linear-gradient(180deg,#f8fbff,#edf3ff); }
.page-manabell .manabell-ui-frame { position: relative; }
.page-manabell .manabell-ui-frame::before { content: "LIVE PRODUCT VIEW"; position: absolute; top: 16px; left: 18px; z-index: 2; padding: 6px 10px; background: #315bd8; color: #fff; font: 700 9px/1 var(--font-en); letter-spacing: .16em; }

/* ---------- Daisy cafe: berry blue / editorial dessert shop ---------- */
.page-cafe { --daisy-blue:#203eae; --daisy-cream:#fff8e8; --daisy-berry:#9f234e; --daisy-lime:#dff26d; background: var(--daisy-cream); }
.page-cafe .site-header { background: rgba(255,248,232,.96); }
.daisy-hero { margin-top: var(--header-h); overflow: hidden; background: var(--daisy-cream); color: #182552; }
.daisy-hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(360px,1.1fr); gap: clamp(42px,8vw,120px); align-items: center; min-height: calc(100svh - var(--header-h) - 52px); padding-block: clamp(54px,7vw,100px); }
.daisy-kicker, .daisy-section-label { font: 700 10px/1 var(--font-en); letter-spacing: .22em; color: var(--daisy-berry); }
.daisy-logo { margin: 22px 0 8px; font: 700 clamp(64px,10vw,148px)/.9 Georgia,serif; letter-spacing: -.08em; color: var(--daisy-blue); }
.daisy-logo span { color: var(--daisy-berry); }
.daisy-hero-copy h1 { margin: 30px 0 24px; font-family: "Zen Kaku Gothic New",sans-serif; font-size: clamp(44px,5.5vw,80px); line-height: 1.15; letter-spacing: -.055em; }
.daisy-hero-copy .daisy-hero-title { font-size: clamp(32px,4.4vw,62px); }
.daisy-hero-title > span,
.daisy-menu-title > span {
  display: block;
  white-space: nowrap;
}
.daisy-hero-copy > p:not(.daisy-logo):not(.daisy-kicker) { max-width: 38em; color: rgba(24,37,82,.7); }
.daisy-pill-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 34px; padding: 13px 21px; border-radius: 999px; background: var(--daisy-blue); color: #fff; font-weight: 700; }
.daisy-hero-photo { position: relative; width: min(100%,560px); justify-self: end; padding: 14px; border: 2px solid var(--daisy-blue); border-radius: 48% 48% 28px 28px; background: #fff; transform: rotate(2deg); box-shadow: 20px 22px 0 var(--daisy-lime); }
.daisy-hero-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 70%; border-radius: inherit; }
.daisy-hero-photo figcaption { padding: 12px 10px 2px; font: 600 10px/1.5 var(--font-en); color: rgba(24,37,82,.58); }
.daisy-hero-photo figcaption a { text-decoration: underline; }
.daisy-marquee { display: flex; gap: 0; width: max-content; padding-block: 15px; background: var(--daisy-blue); color: #fff; font: 700 14px/1 var(--font-en); letter-spacing: .16em; }
.daisy-marquee span { min-width: 100vw; white-space: nowrap; }
.daisy-menu-section { background: #fff; color: #182552; }
.daisy-menu-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px,10vw,140px); align-items: start; }
.daisy-menu-grid h2, .daisy-section-head h2 { margin-top: 20px; font: 700 clamp(52px,8vw,110px)/1.03 Georgia,"Yu Mincho",serif; letter-spacing: -.055em; color: var(--daisy-blue); }
.daisy-menu-grid .daisy-menu-title { font-size: clamp(32px,4.1vw,60px); }
.daisy-menu-copy > p { color: rgba(24,37,82,.7); }
.daisy-menu-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.daisy-menu-tags span { padding: 10px 15px; border: 1px solid var(--daisy-blue); border-radius: 999px; font-size: 12px; font-weight: 700; }
.daisy-shops-section { background: #dfe8ff; color: #182552; }
.daisy-section-head { display: grid; grid-template-columns: .35fr 1fr .75fr; gap: 38px; align-items: end; margin-bottom: clamp(52px,8vw,100px); }
.daisy-section-head h2 { margin: 0; }
.daisy-section-head > p:last-child { color: rgba(24,37,82,.66); font-size: 13px; }
.daisy-shop-list { display: grid; gap: 34px; }
.daisy-shop-card { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); min-height: 520px; overflow: hidden; border: 2px solid var(--daisy-blue); border-radius: 34px; background: #fff; box-shadow: 12px 12px 0 var(--daisy-blue); }
.daisy-shop-card:nth-child(even) { grid-template-columns: minmax(0,1.18fr) minmax(300px,.82fr); }
.daisy-shop-card:nth-child(even) figure { order: 2; }
.daisy-shop-card figure { position: relative; min-height: 100%; background: #e7ebf7; }
.daisy-shop-card figure img { width: 100%; height: 100%; object-fit: cover; }
.daisy-shop-card--hirano figure img { object-fit: cover; image-rendering: auto; }
.daisy-shop-card figure figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.9); font-size: 9px; font-weight: 700; color: #182552; }
.daisy-shop-body { padding: clamp(34px,5vw,72px); }
.daisy-shop-num { font: 700 10px/1 var(--font-en); letter-spacing: .2em; color: var(--daisy-berry); }
.daisy-shop-body h3 { margin: 20px 0 8px; font-size: clamp(34px,4vw,62px); line-height: 1.15; letter-spacing: -.045em; }
.daisy-shop-body blockquote { margin-bottom: 30px; font: italic 700 clamp(20px,2.2vw,31px)/1.45 Georgia,"Yu Mincho",serif; color: var(--daisy-blue); }
.daisy-shop-body dl { border-top: 1px solid rgba(32,62,174,.2); }
.daisy-shop-body dl div { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(32,62,174,.16); }
.daisy-shop-body dt { font-size: 11px; font-weight: 700; color: rgba(24,37,82,.55); }
.daisy-shop-body dd { font-size: 13px; }
.daisy-source-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.daisy-source-links a { padding: 10px 14px; border-radius: 999px; background: var(--daisy-blue); color: #fff; font-size: 11px; font-weight: 700; }
.daisy-shop-card--hirano { background: #fff7dc; }
.daisy-shop-card--shinsaibashi { background: #f5e7ff; }
.daisy-citation-note { max-width: 72em; margin: 46px auto 0; font-size: 10px; color: rgba(24,37,82,.58); text-align: center; }
.daisy-cta { display: flex; align-items: center; min-height: 72svh; padding-block: 80px; background: var(--daisy-blue); color: #fff; text-align: center; }
.daisy-cta .container { width: 100%; }
.daisy-cta > .container > p { font: 700 11px/1 var(--font-en); letter-spacing: .22em; color: var(--daisy-lime); }
.daisy-cta h2 { margin: 28px 0 36px; font: 700 clamp(52px,8vw,112px)/1.05 Georgia,"Yu Mincho",serif; letter-spacing: -.055em; }
.daisy-cta a { display: inline-flex; padding: 14px 22px; border-radius: 999px; background: var(--daisy-lime); color: #182552; font-weight: 700; }
.page-cafe .site-footer { background: var(--daisy-cream); color: #182552; }

@media (max-width: 899px) {
  .film-hero-grid, .sns-hero-grid, .daisy-hero-grid, .daisy-menu-grid { grid-template-columns: 1fr; }
  .film-hero { min-height: auto; }
  .film-hero-visual { max-width: 760px; }
  .works-library-head, .daisy-section-head { grid-template-columns: 1fr; }
  .sns-hero-stage { min-height: 500px; }
  .sns-process { grid-template-columns: 1fr; }
  .sns-process li { min-height: 230px; }
  .daisy-hero-photo { width: min(88%,520px); justify-self: center; }
  .daisy-shop-card, .daisy-shop-card:nth-child(even) { grid-template-columns: 1fr; }
  .daisy-shop-card:nth-child(even) figure { order: 0; }
  .daisy-shop-card figure { min-height: 420px; }
}

@media (max-width: 599px) {
  .media-frame .play-badge { width: 58px; height: 58px; }
  .film-hero-copy h1 { font-size: 54px; }
  .film-hero-visual { box-shadow: 10px 12px 0 #f5d83b; }
  .film-strip span { width: 16px; }
  .works-library-head h2 { font-size: 50px; }
  .page-works .works-filter { gap: 6px; }
  .page-works .filter-btn { padding: 9px 13px; font-size: 10px; }
  .sns-hero-copy h1 { font-size: 42px; }
  .sns-hero-copy h1 span { box-shadow: 5px 5px 0 #4e5cff; }
  .sns-hero-stage { min-height: 420px; }
  .sns-phone-card { width: 72%; border-width: 7px; border-radius: 30px; box-shadow: 10px 12px 0 rgba(78,92,255,.9); }
  .sns-float { width: 54px; height: 54px; border-radius: 16px; font-size: 24px; box-shadow: 4px 4px 0 #111; }
  .page-sns .service-item { min-height: auto; }
  .sns-process-title { font-size: 46px; }
  .manabell-subnav { padding-inline: 12px; }
  .manabell-subnav span { display: none; }
  .manabell-subnav a { padding: 0 15px; }
  .impact-number { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; padding: 28px 18px; }
  .impact-number p { text-align: center; }
  .impact-number strong { position: static; grid-column: 1 / -1; width: 100%; height: auto; min-height: 86px; margin-top: 8px; border-radius: 18px; font-size: 42px; }
  .daisy-logo { font-size: 82px; }
  .daisy-hero-copy h1 { font-size: 42px; }
  .daisy-hero-photo { width: 92%; padding: 9px; border-radius: 42% 42% 24px 24px; box-shadow: 10px 12px 0 var(--daisy-lime); }
  .daisy-menu-grid h2, .daisy-section-head h2 { font-size: 56px; }
  .daisy-shop-card { border-radius: 22px; box-shadow: 7px 7px 0 var(--daisy-blue); }
  .daisy-shop-card figure { min-height: 330px; }
  .daisy-shop-body { padding: 28px 22px 34px; }
  .daisy-shop-body h3 { font-size: 34px; }
  .daisy-shop-body dl div { grid-template-columns: 72px 1fr; gap: 12px; }
  .daisy-cta h2 { font-size: clamp(40px,12vw,52px); }
}

/* ============================================================
   2026-07-23 Content, business design & collision-safe pass
   ============================================================ */

/* Keep the expanded global navigation collision-free. */
.menu-overlay { overflow-y: auto; }
.menu-list { padding-block: 24px 58px; }
.menu-overlay.is-open .menu-list li:nth-child(8) { transition-delay: .5s; }
.menu-overlay.is-open .menu-list li:nth-child(9) { transition-delay: .55s; }
@media (max-width: 1320px) {
  .site-nav { display: none; }
  .menu-toggle { display: grid; }
}

/* Home: the fifth panel is a code-like systems canvas, not a stock photo. */
.biz-panel[data-acc="systems"] { --panel-acc: var(--acc-systems); background: #071d1b; }
.biz-track > .biz-panel:last-child:nth-child(odd) { grid-column: 1 / -1; }
.biz-bg--systems {
  z-index: 0;
  opacity: 1;
  background:
    linear-gradient(rgba(107,241,196,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107,241,196,.12) 1px, transparent 1px),
    radial-gradient(circle at 72% 28%, rgba(107,241,196,.18), transparent 34%),
    #071d1b;
  background-size: 34px 34px, 34px 34px, auto, auto;
}
.biz-bg--systems::after { background: linear-gradient(180deg,transparent 8%,rgba(7,29,27,.93) 92%) !important; }
.system-node {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 112px;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(107,241,196,.56);
  border-radius: 9px;
  background: rgba(7,29,27,.86);
  color: var(--acc-systems);
  font: 700 11px/1 var(--font-en);
  letter-spacing: .18em;
  box-shadow: 0 0 0 8px rgba(107,241,196,.04);
}
.system-node::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: clamp(80px,10vw,190px);
  height: 1px;
  background: linear-gradient(90deg,var(--acc-systems),transparent);
}
.system-node--a { right: 46%; top: 20%; }
.system-node--b { right: 22%; top: 38%; }
.system-node--c { right: 7%; top: 17%; }
.system-node--c::after { display: none; }

/* Film: requested branding movie is the hero and the lead work. */
.film-hero-visual { cursor: pointer; }
.film-hero-visual > .play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #f5d83b;
  transform: translate(-50%,-50%);
  box-shadow: 7px 7px 0 #111;
}
.film-hero-visual > .play-badge svg { width: 26px; height: 26px; margin-left: 4px; fill: #111; }
.work-card.work-card--featured { grid-column: 1 / -1; margin-top: 0; }
.work-card--featured .media-frame { aspect-ratio: 21 / 9; }
.work-card--featured .work-title { font-size: clamp(22px,3vw,44px); }

/* SNS: exact SVG icon boxes and a result-led proof section. */
.sns-float svg { display: block; width: 42px; height: 42px; }
.sns-float--heart svg, .sns-float--play svg { fill: none; stroke: #111; stroke-width: 2.6; stroke-linejoin: round; }
.sns-float--play svg { fill: #111; stroke: none; width: 38px; height: 38px; transform: translateX(2px); }
.sns-float--chart svg { fill: none; stroke: #111; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.sns-proof-section { padding: 20px; background: #111; color: #fff; }
.sns-proof-grid {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(580px,1.22fr);
  gap: clamp(40px,7vw,110px);
  align-items: end;
  padding-block: clamp(72px,10vw,140px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
}
.sns-proof-intro h2 {
  margin: 24px 0;
  font-size: clamp(38px,5vw,74px);
  line-height: 1.14;
  letter-spacing: -.055em;
}
.sns-proof-intro > p:last-child { max-width: 36em; color: rgba(255,255,255,.65); }
.sns-proof-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sns-proof-numbers > div {
  min-width: 0;
  padding: clamp(24px,3.5vw,46px);
  border-radius: 24px;
  background: #fff06d;
  color: #111;
  transform: rotate(-1deg);
}
.sns-proof-numbers > div:nth-child(2) { background: #75dca7; transform: translateY(26px) rotate(1deg); }
.sns-proof-numbers dt { display: flex; flex-direction: column; line-height: 1; }
.sns-proof-numbers strong { font: 700 clamp(38px,4vw,58px)/.92 var(--font-en); letter-spacing: -.075em; white-space: nowrap; }
.sns-proof-numbers dt span { margin-top: 10px; font: 700 11px/1 var(--font-en); letter-spacing: .2em; text-transform: uppercase; }
.sns-proof-numbers dd { margin-top: 48px; padding-top: 16px; border-top: 1px solid #111; font-size: 14px; font-weight: 700; }
.sns-proof-note { max-width: 1680px; margin: 16px auto 0; padding-inline: var(--gutter); color: rgba(255,255,255,.48); font-size: 10px; }

/* The impact badge becomes a real layout child before it can overlap content. */
@media (max-width: 1120px) {
  .impact-number {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    border-radius: 32px;
    padding: 34px;
  }
  .impact-number p { text-align: center; }
  .impact-number strong {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    min-height: 96px;
    border-radius: 20px;
  }
}

/* Daisy information micro-layout. */
.daisy-shop-body dd small { display: inline-block; margin-top: 4px; color: rgba(24,37,82,.58); font-size: 10px; line-height: 1.55; }
.daisy-hero-copy h1 { font-size: clamp(38px,4.6vw,70px); }

/* ---------- Business Design: operations blueprint / dashboard ---------- */
.page-business-design {
  --bd-ink: #061d1a;
  --bd-mint: #6bf1c4;
  --bd-paper: #eef9f4;
  --acc: var(--bd-mint);
  background: var(--bd-paper);
  color: var(--bd-ink);
}
.page-business-design .site-header { background: rgba(238,249,244,.95); }
.bd-subnav {
  position: sticky;
  top: var(--header-h);
  z-index: 800;
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-top: var(--header-h);
  padding-inline: var(--gutter);
  overflow-x: auto;
  background: var(--bd-ink);
  color: #fff;
  white-space: nowrap;
}
.bd-subnav > span { margin-right: auto; padding-right: 34px; font: 700 10px/1 var(--font-en); letter-spacing: .18em; }
.bd-subnav a { display: flex; align-items: center; min-height: 48px; padding: 0 18px; border-left: 1px solid rgba(255,255,255,.18); font-size: 11px; font-weight: 700; }
.bd-subnav a:last-child { background: var(--bd-mint); color: var(--bd-ink); }
.bd-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(6,29,26,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,29,26,.075) 1px, transparent 1px),
    var(--bd-paper);
  background-size: 38px 38px;
}
.bd-hero::after {
  content: "SYSTEM / 05";
  position: absolute;
  right: -1vw;
  bottom: -2vw;
  color: rgba(6,29,26,.045);
  font: 700 clamp(90px,17vw,270px)/.85 var(--font-en);
  letter-spacing: -.07em;
  pointer-events: none;
}
.bd-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(480px,1.08fr);
  gap: clamp(50px,8vw,130px);
  align-items: center;
  min-height: calc(100svh - var(--header-h) - 48px);
  padding-block: clamp(64px,8vw,120px);
}
.bd-kicker { font: 700 10px/1.5 var(--font-en); letter-spacing: .18em; color: #16775f; }
.bd-kicker > span { margin-right: 12px; padding: 6px 9px; background: var(--bd-mint); color: var(--bd-ink); }
.bd-hero-copy h1 {
  margin: 30px 0;
  font-size: clamp(48px,6.1vw,91px);
  line-height: 1.11;
  letter-spacing: -.062em;
}
.bd-hero-copy h1 em { display: inline-block; color: #16775f; font-size: .72em; font-style: normal; letter-spacing: -.075em; white-space: nowrap; }
.bd-hero-copy > p:not(.bd-kicker) { max-width: 42em; color: rgba(6,29,26,.66); }
.bd-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.bd-command {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 210px;
  padding: 14px 17px;
  border: 1px solid var(--bd-ink);
  background: var(--bd-ink);
  color: #fff;
  font: 700 10px/1 var(--font-en);
  letter-spacing: .13em;
}
.bd-command--ghost { background: transparent; color: var(--bd-ink); }
.bd-console { border: 2px solid var(--bd-ink); background: #092825; color: #fff; box-shadow: 18px 18px 0 var(--bd-mint); }
.bd-console-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  background: #061d1a;
}
.bd-console-bar span { width: 9px; height: 9px; border-radius: 50%; background: #ff806e; }
.bd-console-bar span:nth-child(2) { background: #fff06d; }
.bd-console-bar span:nth-child(3) { background: var(--bd-mint); }
.bd-console-bar b { margin-left: auto; color: rgba(255,255,255,.5); font: 500 9px/1 var(--font-en); letter-spacing: .14em; }
.bd-console-body { padding: clamp(28px,4vw,58px); }
.bd-flow-line { position: relative; display: grid; grid-template-columns: minmax(130px,1fr) 44px minmax(130px,1fr); gap: 14px; align-items: center; }
.bd-flow-line + .bd-flow-line { margin-top: 42px; }
.bd-flow-line::before { content: ""; position: absolute; left: 20%; right: 20%; top: 50%; height: 1px; background: rgba(107,241,196,.5); }
.bd-flow-line i { z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--bd-mint); border-radius: 50%; background: #092825; color: var(--bd-mint); font: normal 700 10px/1 var(--font-en); }
.bd-flow-node {
  z-index: 1;
  min-height: 90px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.32);
  background: #0c3530;
  font-size: 14px;
  font-weight: 700;
}
.bd-flow-node small { display: block; margin-top: 12px; color: var(--bd-mint); font: 700 9px/1 var(--font-en); letter-spacing: .2em; }
.bd-flow-node--active { border-color: var(--bd-mint); box-shadow: inset 0 0 0 4px rgba(107,241,196,.08); }
.bd-console-log { margin-top: 46px; padding-top: 22px; border-top: 1px dashed rgba(255,255,255,.26); font: 500 11px/2 var(--font-en); color: rgba(255,255,255,.65); }
.bd-console-log span { display: inline-block; width: 24px; color: var(--bd-mint); }
.bd-console-status { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.55); font: 500 9px/1 var(--font-en); letter-spacing: .14em; }
.bd-console-status span { padding: 5px 8px; background: var(--bd-mint); color: var(--bd-ink); font-weight: 700; }
.bd-signals { background: #fff; }
.bd-section-head { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; align-items: start; margin-bottom: clamp(48px,7vw,90px); }
.bd-section-head > p { padding-top: 14px; font: 700 10px/1 var(--font-en); letter-spacing: .2em; color: #16775f; }
.bd-section-head h2 { font-size: clamp(44px,6.5vw,92px); line-height: 1.1; letter-spacing: -.06em; }
.bd-signal-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--bd-ink); }
.bd-signal-grid article { min-height: 300px; padding: clamp(26px,3vw,42px); border-right: 1px solid var(--bd-ink); }
.bd-signal-grid article:last-child { border-right: 0; }
.bd-signal-grid span { font: 700 9px/1 var(--font-en); letter-spacing: .17em; color: #16775f; }
.bd-signal-grid h3 { margin: 70px 0 18px; font-size: 20px; }
.bd-signal-grid p { color: rgba(6,29,26,.62); font-size: 13px; }
.bd-service { background: var(--bd-mint); }
.bd-service-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); gap: clamp(60px,10vw,160px); align-items: center; }
.bd-service-copy h2 { margin: 24px 0; font-size: clamp(58px,9vw,132px); line-height: .96; letter-spacing: -.075em; }
.bd-service-copy h2 span { display: inline-block; font-size: .64em; letter-spacing: -.075em; white-space: nowrap; }
.bd-service-copy > p:not(.bd-kicker) { max-width: 40em; color: rgba(6,29,26,.67); }
.bd-external-link { display: inline-flex; gap: 28px; margin-top: 34px; padding-bottom: 6px; border-bottom: 1px solid; font-weight: 700; }
.bd-plan-card { padding: clamp(30px,5vw,72px); border: 2px solid var(--bd-ink); background: var(--bd-paper); box-shadow: 14px 14px 0 var(--bd-ink); }
.bd-plan-card > p:first-child { font: 700 10px/1 var(--font-en); letter-spacing: .2em; }
.bd-plan-card dl { margin: 30px 0; border-top: 1px solid var(--bd-ink); }
.bd-plan-card dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; align-items: baseline; padding: 17px 0; border-bottom: 1px solid rgba(6,29,26,.25); }
.bd-plan-card dt { font-size: 11px; font-weight: 700; color: rgba(6,29,26,.52); }
.bd-plan-card dd { text-align: right; font: 700 13px/1.4 var(--font-en); }
.bd-plan-card dd strong { font-size: clamp(38px,5vw,68px); letter-spacing: -.06em; }
.bd-plan-note { color: rgba(6,29,26,.55); font-size: 10px; }
.bd-plan-card > a { display: flex; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 16px 18px; background: var(--bd-ink); color: #fff; font-weight: 700; }
.bd-areas { background: var(--bd-ink); color: #fff; }
.bd-section-head--light > p { color: var(--bd-mint); }
.bd-area-table { border-top: 1px solid rgba(255,255,255,.35); }
.bd-area-table article { position: relative; display: grid; grid-template-columns: 80px minmax(220px,.72fr) minmax(300px,1fr) 100px; gap: 32px; align-items: center; min-height: 150px; border-bottom: 1px solid rgba(255,255,255,.25); }
.bd-area-table article > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--bd-mint); border-radius: 50%; color: var(--bd-mint); font: 700 10px/1 var(--font-en); }
.bd-area-table h3 { font-size: clamp(22px,2.2vw,34px); }
.bd-area-table p { color: rgba(255,255,255,.62); font-size: 13px; }
.bd-area-table b { text-align: right; color: var(--bd-mint); font: 700 9px/1 var(--font-en); letter-spacing: .18em; }
.bd-flow { background: var(--bd-paper); }
.bd-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; counter-reset: bd-step; }
.bd-steps li { min-height: 330px; padding: clamp(28px,3vw,46px); border: 1px solid var(--bd-ink); background: #fff; }
.bd-steps li:nth-child(even) { transform: translateY(28px); background: #dff7ee; }
.bd-steps span { font: 700 10px/1 var(--font-en); letter-spacing: .17em; color: #16775f; }
.bd-steps h3 { margin: 78px 0 20px; font-size: 24px; }
.bd-steps p { color: rgba(6,29,26,.6); font-size: 13px; }
.bd-cta { display: flex; align-items: center; min-height: 84svh; padding-block: 80px; background: var(--bd-mint); text-align: center; }
.bd-cta .container { width: 100%; }
.bd-cta p { font: 700 10px/1 var(--font-en); letter-spacing: .2em; }
.bd-cta h2 { margin: 30px 0 42px; font-size: clamp(54px,9vw,130px); line-height: 1.04; letter-spacing: -.07em; }
.bd-cta > .container > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.bd-cta a { display: inline-flex; justify-content: space-between; gap: 30px; min-width: 230px; padding: 15px 18px; border: 1px solid var(--bd-ink); background: var(--bd-ink); color: #fff; font-weight: 700; }
.bd-cta a + a { background: transparent; color: var(--bd-ink); }
.page-business-design .site-footer { background: var(--bd-ink); color: #fff; }

@media (max-width: 980px) {
  .sns-proof-grid, .bd-hero-grid, .bd-service-grid { grid-template-columns: 1fr; }
  .sns-proof-grid { gap: 58px; }
  .sns-proof-numbers > div:nth-child(2) { transform: rotate(1deg); }
  .bd-console { width: min(100%,760px); }
  .bd-signal-grid, .bd-steps { grid-template-columns: repeat(2,1fr); }
  .bd-signal-grid article:nth-child(2) { border-right: 0; }
  .bd-signal-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--bd-ink); }
  .bd-area-table article { grid-template-columns: 58px 1fr; padding-block: 26px; }
  .bd-area-table article p { grid-column: 2; }
  .bd-area-table article b { position: absolute; right: 0; top: 32px; }
}

@media (max-width: 599px) {
  .menu-list { padding-block: 54px 72px; }
  .menu-list a { gap: 10px; font-size: clamp(24px,4.3vh,34px); }
  .menu-list .menu-jp { display: none; }
  .hero-title { font-size: clamp(31px,10.4vw,48px); }
  .page-hero .sec-title { font-size: clamp(32px,9vw,48px); }
  .cta-title { font-size: clamp(42px,13vw,54px); }
  .sns-hero-copy h1 { font-size: clamp(31px,9.4vw,40px); }
  .daisy-cta h2 { font-size: clamp(32px,9vw,48px); }
  .system-node { min-width: 84px; height: 42px; padding: 0 10px; font-size: 8px; }
  .system-node--a { right: 48%; top: 17%; }
  .system-node--b { right: 24%; top: 32%; }
  .system-node--c { right: 4%; top: 14%; }
  .work-card--featured .media-frame { aspect-ratio: 16 / 10; }
  .film-hero-visual > .play-badge { width: 62px; height: 62px; box-shadow: 5px 5px 0 #111; }
  .sns-float svg { width: 31px; height: 31px; }
  .sns-proof-section { padding: 10px; }
  .sns-proof-grid { padding-inline: 18px; border-radius: 18px; }
  .sns-proof-numbers { grid-template-columns: 1fr; }
  .sns-proof-numbers strong { font-size: 45px; }
  .sns-proof-numbers dd { margin-top: 30px; }
  .bd-subnav { padding-inline: 10px; }
  .bd-subnav > span { display: none; }
  .bd-subnav a { padding: 0 14px; }
  .bd-hero-grid { padding-top: 50px; }
  .bd-hero-copy h1 { font-size: 46px; }
  .bd-console { box-shadow: 8px 9px 0 var(--bd-mint); }
  .bd-console-body { padding: 22px 16px; }
  .bd-flow-line { grid-template-columns: 1fr 32px 1fr; gap: 7px; }
  .bd-flow-line i { width: 30px; height: 30px; font-size: 8px; }
  .bd-flow-node { min-height: 76px; padding: 12px 10px; font-size: 11px; }
  .bd-console-bar b { max-width: 150px; overflow: hidden; text-overflow: ellipsis; }
  .bd-section-head { grid-template-columns: 1fr; gap: 18px; }
  .bd-section-head h2 { font-size: 48px; }
  .bd-signal-grid, .bd-steps { grid-template-columns: 1fr; }
  .bd-signal-grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--bd-ink); }
  .bd-signal-grid article:last-child { border-bottom: 0; }
  .bd-signal-grid h3 { margin-top: 56px; }
  .bd-service-copy h2 { font-size: 68px; }
  .bd-plan-card { box-shadow: 8px 8px 0 var(--bd-ink); }
  .bd-plan-card dl > div { grid-template-columns: 1fr; gap: 7px; }
  .bd-plan-card dd { text-align: left; }
  .bd-area-table article { grid-template-columns: 44px 1fr; gap: 14px; }
  .bd-area-table article b { display: none; }
  .bd-steps li:nth-child(even) { transform: none; }
  .bd-cta h2 { font-size: 54px; }
}
