/* ============================================================
   GMO DESIGN AWARD 2026 — site.css
   ============================================================ */

/* ── VARIABLES ── */
:root {
  --bg: #04061c;
  /* KV flow animation */
  --flow-strength: 0.7;
  --flow-hue: -10deg;
  --blob-size: 1.45;
  --grain-amount: 1;
  --accent: #1f69ff;
  --accent-2: #ff2e7e;
  --accent-3: #00e5ff;
  --text: #ffffff;
  --border: #414141;
  --font-mono: 'JetBrains Mono', monospace;
  --font-jp: 'Noto Sans JP', sans-serif;
  --font-cond: 'Montserrat', sans-serif;
  --font-arch: 'Montserrat', sans-serif;
  --font-zen: 'Noto Sans JP', sans-serif;
  /* Adobe Fonts + Google Fonts fallbacks */
  --font-futura: 'futura-pt', 'Jost', 'Montserrat', sans-serif;
  --font-futura-bold: 'futura-pt-bold', 'futura-pt', 'Jost', 'Montserrat', sans-serif;
  --font-futura-cond: 'futura-pt-condensed', 'Barlow Condensed', 'Montserrat', sans-serif;
  --font-a1gothic: 'a-otf-a1-gothic-std-n', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  --font-archivo: 'Archivo Black', 'Montserrat', sans-serif;
  --pad-x: 64px;
  --pad-y: 120px;
  /* ── TEXT COLOR HIERARCHY ── */
  --text-dim: rgba(255, 255, 255, 0.8);
  --text-muted: rgba(255, 255, 255, 0.55);
  /* ── BORDER SCALE ── */
  --border-mid: #4b4b4b;
  --border-dark: #323130;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  background: var(--bg); /* canvas の z-index:-1 が透けて見えるための最背面 */
}
body {
  background: transparent; /* html の背景を見せる */
  color: var(--text);
  font-family: var(--font-jp);
  line-height: 1.7;
  overflow-x: hidden;
  overflow-wrap: anywhere;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
details summary { list-style: none; }
details summary::-webkit-details-marker { display: none; }

/* ── TYPOGRAPHY UTILS ── */
.t-mono  { font-family: var(--font-mono); font-weight: 400; }
.t-mono-xs { font-family: var(--font-mono); font-size: 14px; font-weight: 700; }
.t-track3 { letter-spacing: 3px; }
.t-accent { color: var(--accent); }
.t-sep { color: var(--accent); font-family: var(--font-a1gothic); }
.t-jp-bold { font-weight: 900; font-family: var(--font-a1gothic); }
.font-svg {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.font-svg img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 1em;
}
.font-svg--section img { height: 0.94em; }
.font-svg--theme-label img { height: 0.78em; }
.t-sep--svg {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}
.t-sep--svg img {
  display: block;
  width: auto;
  height: 0.72em;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 999px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: opacity 0.2s;
  min-width: 180px;
}
.btn--primary  { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn--ghost    { background: transparent;   color: #fff; border-color: #fff; }
.btn--ghost-dark { background: transparent; color: #000; border-color: #000; }
.btn:hover { opacity: 0.8; }


/* ── HEADER ── */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px var(--pad-x);
  background: rgba(22,23,23,.92);
  border-bottom: 1px solid var(--border);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.logo-link { display: inline-flex; align-items: center; }
.logo-image { width: 120px; height: auto; }
.header nav {
  display: flex;
  gap: 24px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header nav a { opacity: 0.6; transition: opacity .2s; }
.header nav a:hover { opacity: 1; }
.header nav a[href="#entry"],
.header nav a[href="#details"] {
  display: none;
}

main section[id] {
  scroll-margin-top: 120px;
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
  background: transparent;
}

.hero__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #04061c;
  pointer-events: none;
}
#kv-canvas, #kv-ripple, #kv-hero-net {
  position: absolute;
  inset: 0; width: 100%; height: 100%;
  pointer-events: none;
  display: block;
}
#kv-canvas { z-index: 1; }
#kv-ripple { z-index: 2; }
#kv-hero-net { z-index: 2; }
.hero__grid { display: none; }
.hero__noise { z-index: 1; }
.hero__noise {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMDAnIGhlaWdodD0nMjAwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC45Jy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzIwMCcgaGVpZ2h0PScyMDAnIGZpbHRlcj0ndXJsKCNuKScgb3BhY2l0eT0nMC41Jy8+PC9zdmc+");
  opacity: 0.05;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}

/* ── KV BACKGROUND: FLOW BLOBS ── */
.bg-flow {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #04061c;
  pointer-events: none;
  opacity: var(--flow-strength, 0.9);
  filter: hue-rotate(var(--flow-hue, 0deg)) saturate(var(--flow-sat, 1));
  transform-origin: center;
  animation: flowPulse 15s ease-in-out infinite;
}
@keyframes flowPulse {
  0%, 100% {
    opacity: var(--flow-strength, 0.9);
    filter: hue-rotate(var(--flow-hue, 0deg)) saturate(var(--flow-sat, 1));
  }
  50% {
    opacity: calc(var(--flow-strength, 0.9) * 0.12);
    filter: hue-rotate(calc(var(--flow-hue, 0deg) + 24deg)) saturate(var(--flow-sat, 1));
  }
}
.flow-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  mix-blend-mode: screen;
  will-change: transform;
}
.fb1 {
  width: calc(52vw * var(--blob-size, 1)); height: calc(52vw * var(--blob-size, 1));
  top: -12%; left: -10%;
  background: radial-gradient(circle, #1f69ff 0%, rgba(31,105,255,0) 56%);
  animation: flow1 26s linear infinite;
}
.fb2 {
  width: calc(46vw * var(--blob-size, 1)); height: calc(46vw * var(--blob-size, 1));
  bottom: -14%; right: -10%;
  background: radial-gradient(circle, #1f69ff 0%, rgba(31,105,255,0) 56%);
  animation: flow2 34s linear infinite;
}
.fb3 {
  width: calc(40vw * var(--blob-size, 1)); height: calc(40vw * var(--blob-size, 1));
  top: 22%; right: 0%;
  background: radial-gradient(circle, #4f88ff 0%, rgba(79,136,255,0) 54%);
  animation: flow3 30s linear infinite;
}
@keyframes flow1 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(46vw, 18vh); }
  50%  { transform: translate(20vw, 52vh); }
  75%  { transform: translate(58vw, 38vh); }
  100% { transform: translate(0, 0); }
}
@keyframes flow2 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-44vw, -22vh); }
  50%  { transform: translate(-58vw, 20vh); }
  75%  { transform: translate(-18vw, 44vh); }
  100% { transform: translate(0, 0); }
}
@keyframes flow3 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-52vw, 30vh); }
  50%  { transform: translate(-30vw, -34vh); }
  75%  { transform: translate(-60vw, 6vh); }
  100% { transform: translate(0, 0); }
}
.bg-grain {
  position: absolute; inset: 0;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: overlay;
  opacity: var(--grain-amount, 0.85);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMjAnIGhlaWdodD0nMjIwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44JyBudW1PY3RhdmVzPSczJyBzdGl0Y2hUaWxlcz0nc3RpdGNoJy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzIyMCcgaGVpZ2h0PScyMjAnIGZpbHRlcj0ndXJsKCNuKScgb3BhY2l0eT0nMC45Jy8+PC9zdmc+");
  background-size: 200px 200px;
}
.bg-grain::after {
  content: "";
  position: absolute; inset: 0;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMjAnIGhlaWdodD0nMjIwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44JyBudW1PY3RhdmVzPSczJyBzdGl0Y2hUaWxlcz0nc3RpdGNoJy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzIyMCcgaGVpZ2h0PScyMjAnIGZpbHRlcj0ndXJsKCNuKScgb3BhY2l0eT0nMC45Jy8+PC9zdmc+");
  background-size: 200px 200px;
  background-position: 100px 70px;
}
@media (prefers-reduced-motion: reduce) {
  .flow-blob { animation: none; }
}

/* ── OPEN BAR ── */
.open-bar {
  margin-top: 120px;
  margin-bottom: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  z-index: 6;
  pointer-events: none;
}
/* コーナーブラケット形状 (Figma: 10px×33px、3辺borderで [ ] を表現) */
.open-bar__brk {
  display: block;
  width: 10px;
  height: 33px;
  background: transparent;
  flex-shrink: 0;
}
.open-bar__brk--l {
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
}
.open-bar__brk--r {
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
}
.open-bar__date {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
  white-space: nowrap;
  margin-left: 48px;
  margin-right: 16px;
}
.open-bar__label {
  font-family: var(--font-a1gothic);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.42px;
  color: #fff;
  white-space: nowrap;
  margin-right: 48px;
}

/* hero inner (Figma layout) */
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  text-align: center;
  max-width: 1029px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.hero-inner::before {
  content: "";
  position: absolute;
  inset: -10% -60%;
  background: radial-gradient(ellipse 70% 65% at 50% 45%, rgba(4, 6, 28, 0.65) 0%, transparent 72%);
  pointer-events: none;
  z-index: -1;
}
/* ── HERO LOGO ANIMATION ── */
.hero-logo-wrap {
  position: relative;
  width: 300px;
  aspect-ratio: 1 / 1;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  will-change: opacity, transform;
  animation: heroLogoWrapIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
  transition: margin-top 0.5s ease-in-out;
}

/* 2025-style: ロゴをビューポート中央に配置してからスライドアップ */
.hero-inner.is-logo-loading .hero-logo-wrap {
  margin-top: calc(46vh - 280px);
}
@media (max-width: 640px) {
  .hero-inner.is-logo-loading .hero-logo-wrap {
    margin-top: calc(46vh - 160px);
  }
}

@keyframes heroLogoWrapIn {
  0%   { opacity: 0; transform: scale(0.88); }
  100% { opacity: 1; transform: scale(1); }
}

.hero-logo {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  animation: heroLogoReveal 0.45s ease 0.85s forwards;
}

@keyframes heroLogoReveal {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* 2026 グループを opacity:0 で非表示 → その場にフェードイン */
#logo-year {
  opacity: 0;
  animation: heroLogoYearIn 0.4s ease 1.35s forwards;
}

@keyframes heroLogoYearIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ロゴ移動後にサブコンテンツをフェードイン */
.hero-sub, .hero-period-wrap {
  transition: opacity 0.5s ease;
}
.hero-inner.is-logo-loading .hero-sub,
.hero-inner.is-logo-loading .hero-period-wrap {
  opacity: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-wrap { opacity: 1; animation: none; transition: none; }
  .hero-logo      { opacity: 1; animation: none; }
  #logo-year      { opacity: 1; animation: none; }
  .hero-inner.is-logo-loading .hero-logo-wrap { margin-top: 0; }
  .hero-inner.is-logo-loading .hero-sub,
  .hero-inner.is-logo-loading .hero-period-wrap { opacity: 1; pointer-events: auto; }
}
.hero-sub {
  width: 100%;
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.hero-sub p {
  line-height: 48px;
  margin: 0;
  white-space: nowrap; /* Figmaに合わせて折り返し禁止、<br>のみで改行 */
}
.hero-period-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.hero-period-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  flex-wrap: wrap;
  line-height: 1.13;
}
.hero-date {
  font-family: var(--font-futura-bold);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 48px);
  letter-spacing: -0.016em;
  color: #fff;
  line-height: 1.21;
  white-space: nowrap;
}
.hero-dash {
  font-family: var(--font-futura);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}
.hero h1 {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(20px, 3vw, 36px);
  letter-spacing: 0.04em;
  color: #fff;
}
.hero-cta { display: flex; gap: 33px; flex-wrap: wrap; justify-content: center; }

/* ── SECTION SHARED ── */
.sec {
  background: rgba(22,23,23,0.82);
}
.sec--blue-tint { background: rgba(22,23,23,0.82); }
.sec--entry-bg  { background: rgba(22,23,23,0.82); }
.sec--light     { background: rgba(224,221,215,0.94); color: #000; }
#theme.sec,
#judges.sec { background: transparent; }
.sec--border-top      { border-top: 1px solid var(--border); }
.sec--border-top-dark { border-top: 1px solid #000; }

.sec-head {
  padding: var(--pad-y) var(--pad-x) 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
.sec-head--dark .sec-title { color: #000; }

.sec-title {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: clamp(20px, 2.6vw, 32px);
}
.sec-title--dark { color: #000; }
.sec-title .t-mono { font-size: inherit; }

.hl-desc {
  display: inline-flex;
  background: #4b4b4b;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  align-self: flex-start;
}

/* ── THEME SECTION ── */
.theme-section,
#theme.sec {
  padding: var(--pad-y) var(--pad-x);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  text-align: center;
}
.theme-section-2col {
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 0 !important;
  text-align: left !important;
}
.theme-left {
  display: flex;
  flex-direction: column;
  gap: 42px;
  flex: 0 0 auto;
  min-width: min(50%, 917px);
}
.theme-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 540px;
}
.theme-center .sec-title { font-size: clamp(20px, 2.6vw, 36px); }
.theme-word {
  font-family: var(--font-a1gothic);
  font-weight: 400;
  font-size: clamp(80px, 9vw, 160px);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  text-align: left;
  align-self: flex-start;
}
.theme-word img {
  display: block;
  height: 1em;
  width: auto;
  max-width: 100%;
}
.theme-lead {
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 3;
  color: #fff;
  text-align: center;
  max-width: 760px;
  text-wrap: pretty;
}
.theme-section-2col .theme-lead {
  text-align: left;
  padding-top: 80px;
  max-width: none;
  flex: 1;
  line-height: 3;
  font-size: 20px;
}

/* ── GMO CREATIVE ISMS LABEL ── */
.isms-wrap {
  margin: 0 var(--pad-x);
  border: 2px solid var(--accent);
  border-bottom: none;
  background: rgba(46, 60, 255, 0.06);
  padding: 48px;
  position: relative;
}
.isms-wrap::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    var(--accent) calc(50% - 33px),
    transparent calc(50% - 33px),
    transparent calc(50% + 33px),
    var(--accent) calc(50% + 33px)
  );
}
.isms-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
}
.isms-label-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}
.isms-nums {
  display: flex;
  gap: 18px;
  padding-left: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--accent);
}
.gmo-isms-label {
  display: inline-block;
  font-family: var(--font-a1gothic);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--accent);
  padding: 6px 14px;
}
.isms-quote {
  font-family: var(--font-a1gothic);
  font-size: clamp(22px, 3.5vw, 48px);
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}
.isms-quote.font-svg {
  display: flex;
  justify-content: center;
  width: 100%;
}
.isms-copy {
  display: block;
  width: min(100%, 900px);
}
.isms-copy img {
  display: block;
  width: 100%;
  height: auto;
}
.isms-phrase {
  display: inline-block;
  white-space: nowrap;
}
.isms-kw {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.isms-kw-num {
  display: none;
}
.isms-desc {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin: 24px 0 0 0;
}
.isms-arrow {
  display: flex;
  justify-content: center;
  margin: 0 var(--pad-x) 16px;
  line-height: 0;
}

/* ── AWARD OVERVIEW ── */
.ocard-grid {
  display: flex;
  flex-direction: column;
  padding: 0 var(--pad-x) var(--pad-y);
  gap: 0;
}
.ocard:not(:last-child) {
  margin-bottom: -2px;
}
.ocard {
  border: 2px solid var(--accent);
  background: rgba(46,60,255,.08);
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ocard:first-child { background: rgba(10, 20, 156, 0.2); }
.ocard--eval { background: transparent; }
.ocard > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ocard-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.ocard-title {
  font-family: var(--font-a1gothic);
  font-weight: 900;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  text-wrap: balance;
}
.ocard-title.font-svg img {
  height: clamp(24px, 3vw, 30px);
  max-width: 100%;
}
.ocard-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ocard-body p { font-size: 14px; line-height: 1.8; color: #fff; font-weight: 500; }
.ocard-lead-b { font-weight: 700; font-size: 16px !important; line-height: 1.6 !important; }
.ocard-theme-word { font-weight: 900; font-size: 32px !important; color: #fff; line-height: 1.4; }
.ocard-cats { display: flex; flex-direction: column; gap: 0; }
.ocard-cat {
  padding: 14px 20px;
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 3px;
  color: #fff;
}
.ocard-cat--a { background: #696969; }
.ocard-cat--b { background: #4b4b4b; margin-top: 0; }
.ocard-cat--outline { border: 1px solid #fff; margin-bottom: -1px; }

/* ── EVAL LIST (評価軸) ── */
.eval-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: 0;
}
.eval-item {
  flex: 1;
  padding: 32px 24px;
}
.eval-item + .eval-item {
  border-top: 1px solid #ffffff;
}
.eval-item .eval-title {
  font-family: var(--font-mono), var(--font-a1gothic);
  font-weight: 800;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
}
.eval-item .eval-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* ── DEPT TABLE (募集部門) ── */
.dept-table {
  flex: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
.dept-row {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 24px;
  justify-content: center;
}
.dept-row--a { background: rgba(105, 105, 105, 0.4); }
.dept-row--b { background: rgba(75, 75, 75, 0.5); }
.dept-name-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dept-row .dept-eng {
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 16px;
}
.dept-row .dept-jp {
  font-family: var(--font-mono), var(--font-a1gothic);
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 3px;
  color: #fff;
  overflow-wrap: anywhere;
}
.dept-cats { display: flex; gap: 8px; flex-wrap: wrap; }
.dept-cat {
  background: #696969;
  color: #fff;
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 500;
  padding: 18px 24px;
  border-radius: 0;
  line-height: 1;
}
.dept-row .dept-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}
.ocard-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b4b4b4;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-top: 24px;
  cursor: pointer;
}

/* ── PRINCIPLES ── */
.principles {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  margin: 0 var(--pad-x) var(--pad-y);
}
.principle {
  display: flex;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
  padding: 48px;
  border-top: 1px solid var(--border);
  background: rgba(46,60,255,.08);
}
.principle:first-child { border-top: none; }
.prin-num {
  font-family: var(--font-futura);
  font-style: oblique;
  font-weight: 600;
  font-size: clamp(80px, 9vw, 128px);
  color: transparent;
  -webkit-text-stroke: 2px var(--accent);
  line-height: 1;
  flex: 0 0 clamp(140px, 12vw, 200px);
  letter-spacing: 10px;
}
.prin-content {
  display: grid;
  grid-template-columns: clamp(336px, 45%, 550px) 1fr;
  flex: 1;
  min-width: 0;
  align-items: center;
  gap: clamp(24px, 3vw, 40px);
}
.prin-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  justify-content: center;
  align-self: stretch;
}
.prin-title {
  font-family: var(--font-a1gothic);
  font-weight: 900;
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1;
  color: #fff;
}
.prin-title.font-svg img {
  height: clamp(24px, 2.5vw, 45px);
  max-width: 100%;
}
.prin-kw-label {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
  color: var(--accent);
  line-height: 1;
}
.prin-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  flex: 0 1 720px; /* Figma: w-[720px]。縮むことは許可 */
  min-width: 0;
  text-align: left;
}

/* ── ENTRY ── */
.ebox-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 var(--pad-x);
  min-height: 280px;
}
.ebox {
  border: 2px solid var(--accent);
  background: rgba(46,60,255,.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: -2px;
}
.ebox:first-child { margin-left: 0; }
.ebox-head { display: flex; align-items: center; gap: 14px; }
.ebox-num {
  background: var(--accent);
  color: #161717;
  font-family: var(--font-futura-bold);
  font-weight: 700;
  font-size: 22px;
  padding: 2px 8px;
  line-height: 1.4;
  flex-shrink: 0;
}
.ebox-title {
  font-family: var(--font-a1gothic);
  font-weight: 900;
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: 0.05em;
  color: #fff;
}
.ebox-list { display: flex; flex-direction: column; gap: 8px; }
.ebox-list li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-left: 1.6em;
  position: relative;
  line-height: 1.6;
}
.ebox-list li::before {
  content: 'ー';
  position: absolute;
  left: 0;
  font-family: var(--font-jp);
  font-size: 0.9em;
  line-height: 1.6;
}
.ebox-note { font-size: 13px; font-weight: 500; color: var(--text-dim); margin-top: 4px; }

/* Prize */
.prize-wrap {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  padding: 64px var(--pad-x);
}
.prize-left { display: flex; flex-direction: column; gap: 16px; min-width: 260px; flex-shrink: 0; }
.prize-label { font-family: var(--font-a1gothic); font-weight: 900; font-size: 24px; letter-spacing: 0.05em; color: #fff; }
.prize-amount {
  font-family: var(--font-futura-cond);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(60px, 12vw, 256px);
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}
.prize-yen {
  font-family: var(--font-archivo);
  font-size: 0.48em;
  color: var(--accent);
  margin-right: 0;
}
.prize-table-wrap { flex: 1; }
.prize-table { width: 100%; border-collapse: collapse; }
.prize-table th {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #a2a2a2;
}
.prize-table td {
  padding: 16px;
  border-bottom: 1px solid var(--border-dark);
  color: #fff;
  vertical-align: middle;
}
.prize-rank {
  display: block;
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 3px;
  color: var(--accent);
  line-height: 1.2;
}
.prize-rank-jp { display: block; font-size: 16px; font-weight: 500; color: #fff; line-height: 1.4; margin-top: 2px; }
.prize-money {
  font-family: var(--font-futura-cond);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: #fff;
  white-space: nowrap;
}
.prize-total-row td { background: #4c4c4c; font-size: 14px; font-weight: 500; }
.prize-total-row .prize-money { font-size: 30px; }

/* Entry band */
.entryband { border-top: 2px solid #323130; border-bottom: 2px solid #323130; }
.entryband-marquee {
  background: #323130;
  border-top: 1px solid #898989;
  overflow: hidden;
}
.entryband-track {
  display: flex;
  gap: 80px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #898989;
  text-transform: uppercase;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  padding: 10px 0;
  width: max-content;
}
.entryband-track span { flex-shrink: 0; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.entryband-body {
  background: rgba(224,221,215,.9);
  padding: 48px var(--pad-x);
  display: flex;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entryband-period { display: flex; flex-direction: column; gap: 6px; }
.entryband-period-label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 3px;
  color: #000;
  font-family: var(--font-mono);
}
.entryband-date {
  font-family: var(--font-futura-bold);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(44px, 6vw, 72px);
  color: #000;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}
.entryband-time { font-size: 0.5em; }
.entryband-cta { display: flex; gap: 12px; flex-wrap: wrap; align-self: flex-end; }

/* ── COMING SOON placeholder ── */
.coming-soon {
  padding: 0 var(--pad-x) 80px;
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: clamp(20px, 4vw, 48px);
  line-height: 1;
  color: #696969;
  text-align: center;
}

/* ── JUDGES ── */
.judges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #4b4b4b;
  margin-bottom: var(--pad-y);
}
.jcard {
  background: #000;
  border: 1px solid var(--border-mid);
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
}
.jcard-photo {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  overflow: hidden;
}
.jcard-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jcard-photo--empty { background: #fff; }
.jcard-info { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.jcard-org { font-size: 13px; font-weight: 500; line-height: 1.5; color: #fff; }
.jcard-name {
  font-weight: 900;
  font-size: clamp(22px, 2vw, 28px);
  color: #fff;
  line-height: 1.2;
}
.jcard-suffix { font-size: 14px; font-weight: 500; margin-left: 4px; }
.jcard-bio { font-size: 14px; font-weight: 500; line-height: 2; color: #fff; }

/* ── INTERVIEW ── */
.interview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 var(--pad-x) var(--pad-y);
  gap: 0;
}
.icard {
  border: 1px solid var(--border-mid);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  margin-left: -1px;
}
.icard:first-child { margin-left: 0; }
.icard-thumb {
  aspect-ratio: 540 / 300;
  width: 100%;
  background: #585858;
  overflow: hidden;
  flex-shrink: 0;
}
.icard-body { display: flex; flex-direction: column; gap: 24px; }
.icard-cat {
  display: inline-flex;
  background: var(--accent);
  color: #0a0a0a;
  padding: 5px 7px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  align-self: flex-start;
}
.icard-date {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
.icard-title {
  font-family: var(--font-zen);
  font-weight: 900;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.5;
  color: #fff;
}

/* ── PAST WORKS ── */
.works-mosaic {
  padding: 2px;
  margin: 0 var(--pad-x);
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #4b4b4b;
}
.works-top {
  display: grid;
  grid-template-columns: 52fr 48fr;
  gap: 2px;
  height: 988px;
}
.works-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  background: #4b4b4b;
}
.works-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  height: 645px;
  background: #4b4b4b;
  border-top: 2px solid #4b4b4b;
}

.work {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  cursor: pointer;
}
.work:hover img {
  transform: scale(1.04);
}
.work::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 38%, rgba(0,0,0,.88) 100%);
  pointer-events: none;
}
.work--large { height: 100%; }
.work.work--portrait { background: #323130; }
.work.work--portrait img { object-fit: contain; object-position: center; }
.work.work--zoom img { transform: scale(1.4); }
.work.work--zoom:hover img { transform: scale(1.48); }


.work-info {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
  min-width: 0;
}
.work-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 12px 32px 12px 12px;
  overflow: hidden;
}
.work-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: skewX(-20deg);
  transform-origin: top left;
  z-index: -1;
}
.work--yellow .work-badge,
.work--yellow .work-author,
.work--yellow .work-title,
.work--yellow .work-desc   { color: #dcff3c; }
.work--cyan   .work-badge,
.work--cyan   .work-author,
.work--cyan   .work-title  { color: #5eefff; }
.work--amber  .work-badge,
.work--amber  .work-author,
.work--amber  .work-title  { color: #facf58; }
.work--lavender .work-badge,
.work--lavender .work-author,
.work--lavender .work-title { color: #bac0ff; }

.work-cat {
  display: inline-flex;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #0a0a0a;
  align-self: flex-start;
}
.work--yellow .work-cat  { background: #dcff3c; }
.work--cyan   .work-cat  { background: #5eefff; }
.work--amber  .work-cat  { background: #facf58; }
.work--lavender .work-cat{ background: #bac0ff; }

.work-author { font-size: 12px; font-weight: 700; }
.work-title  { font-size: 18px; font-weight: 700; }
.work-desc   { font-size: 13px; font-weight: 700; line-height: 1.6; }
.work-author,
.work-title,
.work-desc {
  overflow-wrap: anywhere;
}

.works-cta {
  display: flex;
  justify-content: center;
  padding: 64px 0 var(--pad-y);
}

/* ── SCHEDULE ── */
.sec--light .sec-head { padding: var(--pad-y) var(--pad-x) 0; }

.timeline {
  display: flex;
  align-items: flex-start;
  padding: 60px var(--pad-x) 148px;
  position: relative;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: calc(60px + 40px + 28px + 8px + 7px);
  height: 2px;
  background: linear-gradient(to right, var(--accent) 0%, #000 36%, #000 100%);
}
.tl-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  text-align: center;
  padding-top: 41px;
}
.tl-date {
  font-family: var(--font-futura-cond);
  font-weight: 500;
  font-size: 20px;
  color: #000;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 34px;
  display: flex;
  align-items: flex-end;
}
.tl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #000;
  background:#000;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  transform: translateY(-6px);
}
.tl-dot--active { background: var(--accent); border-color: var(--accent); }
.tl-label {
  font-family: var(--font-zen);
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.tl-now-badge {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 11px 2px 11px;
  height:21px;
  line-height:21px;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.tl-item--now .tl-dot { border-color: var(--accent); }
.tl-item--now .tl-date { position: relative; top: -16px; }
.tl-item--now::before {
  content: '';
  position: absolute;
  width: 206px;
  height: 206px;
  border-radius: 50%;
  border: 2px solid #000;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

/* ── DETAILS ── */
.details-section { padding: var(--pad-y) var(--pad-x); }
.details-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}
.details-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid var(--border);
}
.details-label {
  padding: 24px 24px 24px 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-right: 1px solid var(--border);
  line-height: 1.6;
}
.details-value {
  padding: 24px 0 24px 32px;
  font-size: 14px;
  line-height: 2;
  color: var(--text-dim);
}
.details-value p { margin-bottom: 8px; }
.details-value p:last-child { margin-bottom: 0; }
.details-value .details-note {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}
.details-more {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}

/* ── NEWS ── */
.news-section {
  display: flex;
  gap: clamp(18px, calc(100vw - 1070px), 593px);
  align-items: center;
  padding: var(--pad-y) var(--pad-x);
  background: rgba(10, 20, 156, 0.2);
  overflow: hidden;
}
.news-head {
  flex-shrink: 0;
}
.news-head .sec-title { align-items: center; font-size: 32px; }
.news-list {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 0 1 646px;
}
.news-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  color: #fff;
  transition: opacity .2s;
  min-width: 0;
}
.news-item:hover { opacity: 0.7; }
.news-date {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
  flex-shrink: 0;
  white-space: nowrap;
}
.news-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  min-width: 0;
  max-width: 486px;
  overflow-wrap: anywhere;
}
.news-more {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color .2s;
}
.news-more:hover { color: #fff; }

/* ── FAQ ── */
.faq-section {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0 80px;
  padding: var(--pad-y) var(--pad-x);
}
.faq-head { padding-top: 4px; }
.faq-head .sec-title { align-items: flex-start; gap: 10px; font-size: 28px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border-mid); }
.faq-item:first-child .faq-q { padding-top: 0; }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  cursor: pointer;
  color: #fff;
}
.faq-q-inner { display: flex; align-items: center; gap: 48px; }
.faq-num {
  font-family: var(--font-arch);
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #fff;
  min-width: 48px;
}
.faq-question {
  font-family: var(--font-zen);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
.faq-icon {
  font-family: var(--font-arch);
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
  margin-left: 20px;
}
.faq-a {
  padding: 0 0 40px 96px;
}
.faq-a p {
  font-family: var(--font-zen);
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

/* ── TYPING ANIMATION ── */
@keyframes blink-cursor {
  50% { opacity: 0; }
}
.typing-cursor::after {
  content: '▊';
  font-size: 0.85em;
  margin-left: 2px;
  animation: blink-cursor 0.65s step-end infinite;
  color: var(--accent);
}

/* ── GMO GROUP COMMON FOOTER ── */
#g-group-common-footer {
  background-color: #fff;
  color: #000;
}
#g-group-common-footer img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}
#g-group-common-footer .g-group-common-footer-logo {
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  gap: 0;
  align-items: flex-start;
  box-sizing: border-box;
  background: #fff;
}
#g-group-common-footer .g-group-common-footer-logo__corporate {
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.g-group-siteseal-area {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.g-group-siteseal-area > li { list-style: none; }
@media screen and (max-width: 540px) {
  #g-group-common-footer .g-group-common-footer-logo {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}

/* ── FOOTER ── */
.footer {
  border-top: 1px solid var(--border);
  padding: 48px var(--pad-x);
  background: rgba(22,23,23,0.82);
}
.footer-top {
  display: flex;
  align-items: flex-start;
  gap: 128px;
  background: #303030;
  padding: 44px 58px;
}
.footer-logo { width: 280px; height: 280px; object-fit: contain; flex-shrink: 0; }
.footer-right { flex: 1; display: flex; flex-direction: column; }
.footer-cols {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  border-top: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  padding-top: 32px;
  padding-bottom: 32px;
  flex: 1;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 140px;
}
.footer-col-head {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--accent);
  text-transform: uppercase;
}
.footer-col-body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
}
.footer-col-body p { margin-bottom: 8px; }
.footer-col-body p:last-child { margin-bottom: 0; }
.footer-col-body a { color: #fff; transition: opacity .2s; }
.footer-col-body a:hover { opacity: 0.7; }
.footer-link-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
}
.footer-link-item {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: opacity .2s;
  display: block;
  line-height: 1.8;
}
.footer-link-item:hover { opacity: 0.7; }
.footer-link-item--soon {
  color: #555;
  cursor: default;
  pointer-events: none;
}
.footer-col--sns {
  margin-left: auto;
}
.footer-sns-list {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  transition: background .2s;
  flex-shrink: 0;
}
.footer-sns-btn svg { width: 18px; height: 18px; }
.footer-sns-btn:hover { background: #2a2a2a; }
.footer-bottom { margin-top: 24px; }
.footer-copy {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  :root { --pad-x: 40px; --pad-y: 80px; }
  .footer-col--sns { margin-left: 0; }
  .theme-section-2col { flex-direction: column !important; }
  .theme-left { min-width: auto; }
  .theme-section-2col .theme-lead { padding-top: 48px; max-width: 880px; }
  .isms-wrap { padding: 36px 28px; }
  .isms-row { gap: 16px; }
  .principle { gap: 24px; padding: 32px 40px; }
  .prin-num { letter-spacing: 6px; }
  .prin-left { min-width: 0; gap: 12px; }
  .prin-title { min-width: auto; }
  .prin-content { flex-direction: column; align-items: flex-start; gap: 20px; }
  .prin-body { max-width: none; flex: none; width: 100%; }
  .prin-body br { display: none; }
  .works-top { grid-template-columns: 1fr; height: auto; }
  .works-right { grid-template-rows: none; grid-template-columns: 1fr 1fr; height: 300px; }
  .works-bottom { height: 320px; }
  .work--large { height: 400px; }
}
@media (max-width: 960px) {
  :root { --pad-x: 28px; --pad-y: 64px; }
  .footer-logo { width: 140px; height: 140px; }
  .footer-top { gap: 48px; }
  .footer-col--sns { margin-left: 0; }
  .isms-row { flex-direction: column; margin-bottom:0;}
  .header { padding: 16px 24px; }
  .header nav { gap: 12px 14px; font-size: 11px; }
  .ocard-grid { display: flex; flex-direction: column; }
  .dept-table { grid-template-columns: 1fr; }
  .ebox-grid { grid-template-columns: 1fr; margin: 0 var(--pad-x); }
  .ebox { min-height: 200px; margin-left: 0; margin-top: -2px; }
  .ebox:first-child { margin-top: 0; }
  .prize-wrap { flex-direction: column; gap: 32px; }
  .prize-table-wrap { width: 100%; }
  .judges-grid { grid-template-columns: 1fr; }
  .jcard-photo { width: 180px; height: 180px; }
  .interview-grid { grid-template-columns: 1fr; }
  .icard { margin-left: 0; margin-top: -1px; }
  .icard:first-child { margin-top: 0; }
  .principle { gap: 20px; padding: 28px; }
  .prin-title { min-width: auto; }
  .prin-content { grid-template-columns: 1fr; align-items: flex-start; gap: 16px; }
  .prin-body { max-width: none; flex: none; width: 100%; }
  .timeline::before { left: 50%; right: auto; width: 100vw; transform: translateX(-50%); }
  .details-row { grid-template-columns: 120px 1fr; }
  .news-section {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 64px;
  }
  .news-list {
    flex: none;
    width: 100%;
  }
  .news-head .sec-title { font-size: 24px; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; }
  .faq-head .sec-title { font-size: 24px; }
  .works-top { grid-template-columns: 1fr; height: auto; }
  .works-right { grid-template-columns: 1fr 1fr; grid-template-rows: 280px; height: 280px; }
  .works-bottom { grid-template-columns: 1fr; height: auto; }
  .works-bottom .work { height: 280px; }
  .work--large { height: 380px; }
  .theme-section-2col .theme-lead { padding-top: 40px; }
}
@media (max-width: 768px) {
  .timeline { flex-direction: column; gap: 24px; padding: 0 var(--pad-x) 64px; }
  .timeline::before { display: none; }
  .tl-item { flex-direction: row; align-items: center; gap: 16px; padding-top: 0; text-align: left; }
  .tl-date { height: auto; font-size: 14px; width: 90px; flex-shrink: 0; }
  .tl-item--now .tl-date { position: static; top: 0; }
  .tl-dot { position: static; transform: none; }
  .tl-item--now::before { display: none; }
  .tl-now-badge { position: static; transform: none; margin-left: 8px; align-self: center; }
}
@media (max-width: 1100px) and (min-width: 961px) {
  .news-section {
    gap:64px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  :root { --pad-x: 18px; --pad-y: 52px; }
  body { line-height: 1.75; }
  main section[id] { scroll-margin-top: 24px; }
  .isms-desc { text-align: left; }
  .isms-quote.font-svg > span { flex-direction: column; align-items: center; gap: 8px; }
  .isms-copy-a, .isms-copy-b { width: 100%; flex: none; }
  .header { display: none; }
  .logo-image { width: 100px; }
  .hero { min-height: auto; padding-top: 64px; }
  .hero-inner { gap: 28px; padding: 0 var(--pad-x); }
  .hero-logo-wrap { width: min(220px, 58vw); }
  .hero-sub p { line-height: 2; white-space: normal; }
  .hero-sub br { display: none; }
  .hero-period-label { gap: 4px 8px; font-size: 11px; letter-spacing: 1.5px; }
  .hero-date { font-size: clamp(30px, 9vw, 40px); }
  .hero h1 { font-size: clamp(22px, 7vw, 28px); }
  .hero-cta { gap: 12px; }
  .btn { min-width: 140px; padding: 14px 22px; font-size: 14px; }
  .theme-section-2col { flex-direction: column !important; }
  .theme-left { min-width: auto; }
  .theme-word { font-size: clamp(54px, 17vw, 64px); letter-spacing: 0.02em; }
  .theme-lead { line-height: 2; }
  .theme-section-2col .theme-lead { padding-top: 28px; font-size: 16px; }
  .isms-wrap { padding: 28px 16px; }
  .isms-quote { font-size: clamp(22px, 7vw, 30px); line-height: 1.8; text-align: left; }
  .isms-desc br { display: none; }
  .ocard { padding: 24px 18px; }
  .dept-row { gap: 24px; padding: 24px 18px; }
  .dept-row .dept-eng { font-size: 18px; letter-spacing: 2px; margin-bottom: 8px; }
  .dept-row .dept-jp { font-size: clamp(23px, 7vw, 28px); letter-spacing: 1px; line-height: 1.25; }
  .dept-cat { width: 100%; padding: 9px 14px; font-size: 14px; text-align: center; }
  .details-row { grid-template-columns: 1fr; }
  .details-label { border-right: none; border-bottom: 1px solid var(--border); padding: 16px 0 8px; }
  .details-value { padding: 12px 0 20px; }
  .ocard-grid { display: flex; flex-direction: column; }
  .interview-grid { grid-template-columns: 1fr; }
  .icard { margin-left: 0; }
  .prize-amount { font-size: 25vw; }
  .entryband-body { padding: 32px var(--pad-x); }
  .entryband-date { font-size: clamp(30px, 9vw, 40px); }
  .entryband-cta { width: 100%; }
  .jcard { flex-direction: column; }
  .jcard-photo { width: 100%; height: 220px; }
  .principles { margin: 0 0 var(--pad-y); border-left: none; border-right: none; }
  .principle { flex-direction: column; padding: 24px var(--pad-x); gap: 14px; }
  .prin-num {
    flex-basis: auto;
    width: auto;
    min-width: auto;
    font-size: 64px;
    letter-spacing: 4px;
    text-align: left;
  }
  .prin-title { min-width: auto; }
  .prin-content { grid-template-columns: 1fr; gap: 14px; }
  .prin-left { gap: 10px; }
  .prin-title { text-align: left; }
  .faq-head .sec-title { flex-direction: row; }
  .sec-title { gap: 4px 6px; flex-wrap: wrap; font-size: clamp(15px, 4.5vw, 22px); }
  .news-section {
    gap: 24px;
    padding-bottom: 32px;
  }
  .news-item { flex-direction: row; gap: 16px; align-items: flex-start; padding: 8px 0 0; }
  .news-title { max-width: none; }
  .faq-q { align-items: flex-start; padding: 24px 0; }
  .faq-q-inner { gap: 16px; align-items: flex-start; }
  .faq-num { min-width: 40px; font-size: 18px; }
  .faq-question { font-size: 16px; }
  .faq-a { padding: 0 0 28px 56px; }
  .footer-logo { width: 140px; height: 140px; }
  .footer-top { flex-direction: column; gap: 24px; padding: 32px 20px; }
  .footer-cols { gap: 24px; }
  .footer-col--sns { margin-left: 0; }
  .works-top { grid-template-columns: 1fr; }
  .works-right { grid-template-columns: 1fr; grid-template-rows: none; height: auto; }
  .works-right .work { height: 240px; }
  .works-bottom { grid-template-columns: 1fr; }
  .works-bottom .work { height: 240px; }
  .work--large { height: 300px; }
  .open-bar {
    flex-direction: column;
    height: auto;
    margin-top: 64px;
    margin-bottom: 32px;
    position: relative;
    padding: 10px 22px 12px;
  }
  .open-bar::before,
  .open-bar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    pointer-events: none;
  }
  .open-bar::before { left: 0; border-left: 2px solid var(--accent); }
  .open-bar::after  { right: 0; border-right: 2px solid var(--accent); }
  .open-bar__brk { display: none; }
  .open-bar__date  { margin: 0 0 2px; font-size: 14px; letter-spacing: 1.5px; }
  .open-bar__label { margin: 0; font-size: 14px; letter-spacing: 0.8px; white-space: normal; text-align: center; }
  .eval-item { padding: 20px 16px; }
  .eval-item .eval-title { letter-spacing: 1px; margin-bottom: 12px; }
}

@media (max-width: 420px) {
  :root { --pad-x: 16px; --pad-y: 48px; }
  .hero-inner { gap: 24px; }
  .hero-sub { font-size: 13px; line-height: 1.95; }
  .hero-date { font-size: 30px; }
  .open-bar { width: calc(100% - var(--pad-x) * 2); padding-inline: 20px; }
  .open-bar__label { font-size: 14px; line-height: 1.6; }
  .sec-head { margin-bottom: 36px; }
  .sec-title { font-size: 18px; }
  .t-track3 { letter-spacing: 1.5px; }
  .theme-section,
  #theme.sec { gap: 40px; }
  .theme-section-2col .theme-lead { font-size: 14px; line-height: 2; }
  .ocard-grid { gap: 18px; }
  .eval-item .eval-title { font-size: 18px; line-height: 1.65; }
  .eval-item .eval-desc { font-size: 14px; }
  .coming-soon { font-size: 32px; padding-bottom: 64px; }
  .work-info { left: 14px; right: 14px; bottom: 14px; }
  .work-title { font-size: 16px; }
  .work-desc { font-size: 12px; }
  .work-badge { font-size: 12px; padding: 9px 26px 9px 10px; }
  .work-cat { font-size: 11px; }
  .tl-item { gap: 12px; }
  .tl-date { width: 84px; font-size: 13px; letter-spacing: 1px; }
  .tl-label { font-size: 13px; }
  .footer { padding: 32px var(--pad-x); }
  .footer-top { padding: 28px 18px; }
  .footer-col { min-width: 100%; }
  .footer-sns-list { flex-wrap: wrap; }
}
