/* =========================================================
   株式会社ギルドクエスト v2 — 企業サイト × ちょっとゲーム
   ========================================================= */
:root {
  --ink: #1b130c;
  --ink2: #2a1d12;
  --gold: #d9a441;
  --gold-l: #f6dc95;
  --gold-d: #9a6a1f;
  --parch: #f5ead0;
  --navy: #0f2350;
  --red: #a8322a;
  --green: #2f7d4a;
  --text: #2b2016;
  --muted: #6d5a45;
  --light: #f7eedb;
  --hd-h: 72px;
  --ff-en: "Cinzel", "Shippori Mincho B1", serif;
  --ff-jp: "Shippori Mincho B1", "Yu Mincho", serif;
  --ff-body: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
  --ff-game: "DotGothic16", "Zen Kaku Gothic New", monospace;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-back: cubic-bezier(.34, 1.56, .64, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--hd-h) + 10px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--ff-body); font-size: 16px; line-height: 1.9; letter-spacing: .03em; overflow-x: hidden; }
body.is-loading { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
.wrap { width: min(1160px, 100% - 32px); margin-inline: auto; }
.wrap--narrow { width: min(900px, 100% - 32px); }
.pc { display: inline; } .sp { display: none; }
@media (max-width: 767px) { .pc { display: none; } .sp { display: inline; } }

/* ---------- ボタン ---------- */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 34px; border: 0; border-radius: 4px; text-decoration: none; font-weight: 700; letter-spacing: .08em; isolation: isolate; transition: transform .25s var(--ease-back); }
.btn span { position: relative; z-index: 2; }
.btn::before { content: "▶"; font-size: .7em; margin-right: .6em; opacity: 0; transform: translateX(-6px); transition: .25s; position: relative; z-index: 2; }
.btn:hover { transform: translateY(-2px); }
.btn:hover::before { opacity: 1; transform: none; }
.btn--gold { color: #2a1a06; background: linear-gradient(180deg, #fbe3a1 0%, #e6b654 45%, #c48d2c 100%); box-shadow: 0 0 0 2px #6b4712, 0 0 0 4px rgba(246, 220, 149, .45), 0 10px 26px rgba(0, 0, 0, .3); overflow: hidden; }
.btn--gold::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .75) 50%, transparent 70%); transform: translateX(-120%); animation: shine 3.6s 1.5s infinite; }
@keyframes shine { 0%, 70% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
.btn--ghost { color: #fff; background: rgba(10, 6, 2, .45); box-shadow: inset 0 0 0 1.5px var(--gold-l); backdrop-filter: blur(4px); }
.btn--ghost-dark { color: var(--text); box-shadow: inset 0 0 0 1.5px var(--gold-d); background: rgba(255, 255, 255, .4); }
.btn--lg { min-height: 62px; padding: 0 48px; font-size: 1.05rem; }
.more { text-align: center; margin: clamp(36px, 5vw, 56px) 0 0; }

/* ---------- セクション ---------- */
.sec { position: relative; padding: clamp(80px, 11vw, 136px) 0; }
.sec > .wrap { position: relative; z-index: 1; }
.sec--parch { background: radial-gradient(120% 80% at 50% 0%, #fbf4e2 0%, transparent 60%), radial-gradient(140% 120% at 50% 50%, #f5ead0 40%, #e6d3a6 100%); }
.sec--parch2 { background: linear-gradient(180deg, #efe0bb, #e4cf9f); }
.sec--parch::before, .sec--parch2::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.012' numOctaves='3' seed='4'/%3E%3CfeColorMatrix values='0 0 0 0 .55 0 0 0 0 .42 0 0 0 0 .22 0 0 0 .22 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.sec--wood { background: var(--ink) url(../img/table.webp) center/cover; color: var(--light); }
.sec--wood::before { content: ""; position: absolute; inset: 0; background: rgba(16, 10, 5, .74); pointer-events: none; }
.sec--navy { background: radial-gradient(120% 90% at 50% 0%, #1d3f86 0%, var(--navy) 55%, #08142f 100%); color: var(--light); overflow: hidden; }
.sec--navy::before { content: ""; position: absolute; inset: 0; opacity: .45; background: radial-gradient(1px 1px at 20% 30%, #fff 50%, transparent), radial-gradient(1px 1px at 70% 20%, #fff 50%, transparent), radial-gradient(1.5px 1.5px at 40% 70%, #ffe6a8 50%, transparent), radial-gradient(1px 1px at 85% 60%, #fff 50%, transparent), radial-gradient(1px 1px at 10% 80%, #fff 50%, transparent); background-size: 300px 300px; }
.sec--field { background: #1c2c18 url(../img/bg_field.webp) center 70%/cover; color: #fff; }
.sec--field::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 16, 30, .72), rgba(10, 16, 30, .25) 45%, rgba(10, 16, 30, .55)); }
.sec--wood::after, .sec--navy::after, .sec--parch::after, .sec--parch2::after, .sec--field::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold-l) 50%, var(--gold) 80%, transparent); opacity: .8; }

.sh { text-align: center; margin-bottom: clamp(38px, 6vw, 60px); }
.sh__en { margin: 0; font-family: var(--ff-en); font-weight: 700; font-size: .9rem; letter-spacing: .32em; color: var(--gold-d); display: inline-flex; align-items: center; gap: 14px; }
.sh__en::before, .sh__en::after { content: ""; width: 38px; height: 1px; background: currentColor; }
.sh__jp { margin: 10px 0 0; font-family: var(--ff-jp); font-weight: 800; font-size: clamp(1.75rem, 4.2vw, 2.7rem); line-height: 1.45; letter-spacing: .06em; }
.sh__sub { margin: 12px 0 0; color: var(--muted); }
.sh--light .sh__en { color: var(--gold); }
.sh--light .sh__jp { color: #fff; text-shadow: 0 2px 16px rgba(0, 0, 0, .5); }
.sh--light .sh__sub { color: #e2d4b6; }
.rv { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.rv.in { opacity: 1; transform: none; }
@keyframes bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@keyframes fly { 0%, 100% { translate: 0 0; rotate: -3deg; } 25% { translate: 8px -16px; } 50% { translate: 0 -24px; rotate: 3deg; } 75% { translate: -8px -10px; } }
@keyframes breathe { 0%, 100% { scale: 1 1; } 50% { scale: 1.008 1.018; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes blink { 50% { opacity: .25; } }
@keyframes nextBob { to { transform: translateY(4px); } }

/* =========================================================
   LOADING
   ========================================================= */
.intro { position: fixed; inset: 0; z-index: 1000; background: #000; overflow: hidden; }
.intro__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.intro__veil { position: absolute; inset: 0; background: radial-gradient(85% 75% at 50% 50%, transparent 45%, rgba(0, 0, 0, .55)); pointer-events: none; }
.intro__cap { position: absolute; left: 0; right: 0; bottom: 14vh; text-align: center; pointer-events: none; }
.intro__cap1 { margin: 0; font-family: var(--ff-jp); font-weight: 700; font-size: clamp(.95rem, 2.2vw, 1.25rem); letter-spacing: .25em; color: #f4e6c4; text-shadow: 0 2px 12px #000; opacity: 0; }
.intro.play .intro__cap1 { animation: capIO 4.2s 1s ease forwards; }
@keyframes capIO { 0% { opacity: 0; transform: translateY(8px); } 18%, 80% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.intro__title { position: absolute; left: 0; right: 0; top: 16vh; text-align: center; color: var(--gold-l); pointer-events: none; }
.intro__crest { width: 64px; height: 64px; margin: 0 auto 8px; display: block; filter: drop-shadow(0 0 16px rgba(255, 220, 140, .8)); opacity: 0; transform: scale(.6); }
.intro__en { margin: 0; font-family: var(--ff-en); font-weight: 900; font-size: clamp(2.2rem, 7vw, 4.8rem); line-height: 1.1; background: linear-gradient(180deg, #c98a24, #7a4a0c 60%, #4a2a05); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 2px rgba(255, 250, 230, 1)) drop-shadow(0 0 16px rgba(255, 245, 215, .95)); opacity: 0; letter-spacing: .5em; }
.intro__jp { margin: 14px 0 0; font-family: var(--ff-jp); font-weight: 800; font-size: clamp(1rem, 2.6vw, 1.45rem); letter-spacing: .3em; color: #4a2a08; text-shadow: 0 0 8px #fff8e6, 0 0 18px #fff3d6; opacity: 0; }
.intro.titled .intro__crest { animation: crestIn .9s var(--ease-back) forwards; }
.intro.titled .intro__en { animation: titleIn 1.4s .1s var(--ease-out) forwards; }
.intro.titled .intro__jp { animation: fadeUp .9s .8s var(--ease-out) forwards; }
@keyframes crestIn { to { opacity: 1; transform: none; } }
@keyframes titleIn { to { opacity: 1; letter-spacing: .18em; } }
.intro__load { position: absolute; left: 50%; bottom: 9vh; transform: translateX(-50%); display: grid; gap: 8px; justify-items: center; font-family: var(--ff-game); color: var(--gold-l); font-size: .85rem; letter-spacing: .3em; transition: opacity .5s; }
.intro__loadtxt { animation: blink 1s steps(2) infinite; }
.intro__bar { width: min(260px, 60vw); height: 8px; border: 1px solid var(--gold); padding: 1px; background: rgba(0, 0, 0, .5); }
.intro__bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #c48d2c, #fbe3a1); transition: width .3s; }
.intro.play .intro__load { opacity: 0; }
.intro__start, .intro__skip { position: absolute; font-family: var(--ff-game); letter-spacing: .2em; border: 1px solid var(--gold); background: rgba(10, 6, 2, .55); color: var(--gold-l); }
.intro__start { bottom: 16vh; left: 50%; transform: translateX(-50%); padding: 14px 30px; font-size: 1.05rem; animation: blink 1.2s steps(2) infinite; }
.intro__skip { right: 20px; bottom: 20px; padding: 8px 16px; font-size: .8rem; opacity: .75; }
.intro__skip:hover { opacity: 1; background: rgba(217, 164, 65, .25); }
.intro__flash { position: absolute; inset: 0; background: #fff6e1; opacity: 0; pointer-events: none; }
.intro.out { animation: introOut 1.2s ease forwards; }
.intro.out .intro__flash { animation: flash 1.2s ease forwards; }
@keyframes flash { 0% { opacity: 0; } 35%, 100% { opacity: 1; } }
@keyframes introOut { 0%, 50% { opacity: 1; } 100% { opacity: 0; visibility: hidden; } }

/* =========================================================
   HEADER
   ========================================================= */
.hd { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--hd-h); display: flex; align-items: center; gap: 24px; padding: 0 clamp(16px, 3vw, 36px); color: #fff; transition: background .4s, box-shadow .4s; }
.hd::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 6, 2, .6), transparent); transition: opacity .4s; }
.hd.solid { background: rgba(22, 14, 7, .93); backdrop-filter: blur(8px); box-shadow: 0 1px 0 rgba(217, 164, 65, .45), 0 8px 24px rgba(0, 0, 0, .35); }
.hd.solid::before { opacity: 0; }
.hd__logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.hd__crest { width: 40px; height: 40px; filter: drop-shadow(0 0 8px rgba(246, 200, 110, .4)); transition: transform .5s var(--ease-back); }
.hd__logo:hover .hd__crest { transform: rotate(-12deg) scale(1.1); }
.hd__name { display: grid; line-height: 1.15; }
.hd__name b { font-family: var(--ff-en); font-size: 1.2rem; letter-spacing: .14em; color: var(--gold-l); }
.hd__name small { font-size: .68rem; letter-spacing: .12em; color: #e9dcc2; }
.hd__nav { display: flex; align-items: center; gap: 2px; }
.hd__nav a { position: relative; display: grid; justify-items: center; padding: 6px 14px 6px 20px; font-size: .88rem; font-weight: 500; text-decoration: none; letter-spacing: .06em; line-height: 1.3; }
.hd__nav a .en { font-family: var(--ff-en); font-size: .58rem; letter-spacing: .2em; color: var(--gold); }
.hd__nav a::before { content: "▶"; position: absolute; left: 4px; top: 50%; font-size: .6rem; color: var(--gold); transform: translate(-4px, -50%); opacity: 0; transition: .2s; }
.hd__nav a:hover::before, .hd__nav a[aria-current]::before { opacity: 1; transform: translate(0, -50%); }
.hd__nav a:hover::before { animation: cursorBob .6s ease-in-out infinite alternate; }
@keyframes cursorBob { to { transform: translate(3px, -50%); } }
.hd__nav a:hover, .hd__nav a[aria-current] { color: var(--gold-l); }
.hd__nav .hd__cta { margin-left: 10px; padding: 10px 20px; border-radius: 3px; color: #2a1a06; background: linear-gradient(180deg, #fbe3a1, #d9a441); font-weight: 700; }
.hd__nav .hd__cta::before { display: none; }
.hd__nav .hd__cta:hover { color: #2a1a06; filter: brightness(1.08); }
.hd__menu { display: none; }
.exp { position: absolute; left: 0; right: 0; bottom: -18px; height: 18px; display: flex; align-items: center; gap: 8px; padding: 0 clamp(16px, 3vw, 36px); font-family: var(--ff-game); font-size: .7rem; color: var(--gold-l); pointer-events: none; opacity: 0; transition: opacity .4s; text-shadow: 0 1px 2px #000; }
.hd.solid .exp { opacity: 1; }
.exp__lv b { font-size: .85rem; }
.exp__bar { flex: 1; height: 5px; background: rgba(0, 0, 0, .55); box-shadow: inset 0 0 0 1px rgba(217, 164, 65, .5); }
.exp__bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #4fb0ff, #7ef0c8); box-shadow: 0 0 8px #7ef0c8; }
@media (max-width: 1080px) {
  .hd__menu { display: grid; gap: 6px; width: 46px; height: 46px; place-content: center; border: 1px solid var(--gold); border-radius: 3px; background: rgba(10, 6, 2, .5); z-index: 2; }
  .hd__menu i { display: block; width: 22px; height: 2px; background: var(--gold-l); transition: .3s; }
  .hd__menu[aria-expanded="true"] i:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .hd__menu[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .hd__menu[aria-expanded="true"] i:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hd__nav { position: fixed; top: calc(var(--hd-h) + 8px); right: 16px; width: min(300px, calc(100% - 32px)); flex-direction: column; align-items: stretch; gap: 0; padding: 14px 10px; background: rgba(14, 22, 52, .97); border: 2px solid #e8e0cf; border-radius: 6px; box-shadow: 0 0 0 4px rgba(14, 22, 52, .96), 0 20px 40px rgba(0, 0, 0, .5); font-family: var(--ff-game); transform-origin: top right; transform: scale(.9); opacity: 0; visibility: hidden; transition: .25s var(--ease-back); }
  .hd__nav.open { transform: none; opacity: 1; visibility: visible; }
  .hd__nav a { display: flex; align-items: baseline; justify-items: start; gap: 10px; padding: 11px 14px 11px 34px; font-size: 1rem; }
  .hd__nav a .en { order: 2; }
  .hd__nav a::before { left: 14px; }
  .hd__nav .hd__cta { margin: 8px 6px 2px; justify-content: center; padding: 12px; }
}

/* =========================================================
   HERO（トップ）
   ========================================================= */
.hero { position: relative; min-height: max(100svh, 720px); overflow: hidden; color: #fff; background: #3a5a7a; }
.hero__sky { position: absolute; inset: -4% -2% 0; background: url(../img/bg_field.webp) center 62%/cover; transform-origin: 50% 70%; animation: skyZoom 30s ease-in-out infinite alternate; }
@keyframes skyZoom { from { transform: scale(1.02); } to { transform: scale(1.1) translateX(-1%); } }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8, 14, 34, .62) 0%, rgba(8, 14, 34, .25) 38%, rgba(8, 14, 34, 0) 55%, rgba(8, 14, 34, .15) 100%); }
.hero__fx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; }
.hero__inner::before { content: ""; position: absolute; left: 50%; top: 58%; width: min(980px, 110%); height: 90%; transform: translate(-50%, -50%); z-index: -1; background: radial-gradient(closest-side, rgba(6, 12, 30, .6), transparent); pointer-events: none; }
.hero__inner { position: relative; z-index: 4; text-align: center; padding: calc(var(--hd-h) + clamp(24px, 6vh, 64px)) 16px 0; }
.hero__eyebrow { margin: 0 0 14px; font-family: var(--ff-en); font-weight: 700; letter-spacing: .4em; color: var(--gold-l); font-size: .85rem; text-shadow: 0 1px 8px #000; }
.hero__eyebrow span { display: inline-block; padding: 4px 18px; border-top: 1px solid var(--gold-l); border-bottom: 1px solid var(--gold-l); }
.hero__title { margin: 0; font-family: var(--ff-jp); font-weight: 800; font-size: clamp(2.2rem, 6.2vw, 4.8rem); line-height: 1.28; letter-spacing: .08em; text-shadow: 0 4px 24px rgba(0, 20, 50, .8), 0 0 50px rgba(0, 20, 60, .5); }
.hero__title .ln { display: block; }
.hero__title .ch { display: inline-block; opacity: 0; transform: translateY(.5em) scale(.8); }
.is-started .hero__title .ch { animation: chIn .7s var(--ease-back) forwards; animation-delay: calc(.3s + var(--i) * .055s); }
@keyframes chIn { to { opacity: 1; transform: none; } }
.hero__title .ln:last-child .ch { background: linear-gradient(180deg, #fffbee 10%, #f6d27a 60%, #d49a36); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: none; }
.hero__title .ln:last-child { filter: drop-shadow(0 3px 12px rgba(0, 20, 50, .85)); }
.hero__lead { max-width: 780px; margin: 18px auto 0; font-size: clamp(.92rem, 1.5vw, 1.04rem); line-height: 2; font-weight: 700; text-shadow: 0 1px 3px rgba(0, 10, 30, .9), 0 2px 16px rgba(0, 10, 30, .8); }
.hero__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 24px; }
.hero__eyebrow, .hero__lead, .hero__btns { opacity: 0; }
.is-started .hero__eyebrow { animation: fadeUp .8s .1s var(--ease-out) forwards; }
.is-started .hero__lead { animation: fadeUp .9s 1.1s var(--ease-out) forwards; }
.is-started .hero__btns { animation: fadeUp .9s 1.3s var(--ease-out) forwards; }
.hero .stage { position: absolute; left: 0; right: 0; bottom: 0; height: min(46vh, 440px); z-index: 3; }
@media (max-width: 767px) {
  .hero { min-height: 100svh; }
  .hero__sky { background-position: 38% 60%; }
  .hero__btns { flex-direction: column; align-items: center; gap: 10px; }
  .hero__btns .btn { width: min(280px, 100%); min-height: 50px; }
  .hero .stage { height: 34vh; }
}

/* =========================================================
   BATTLE STAGE
   ========================================================= */
.stage { position: relative; overflow: hidden; user-select: none; -webkit-user-select: none; }
.stage__world, .stage__fx, .stage__ui { position: absolute; inset: 0; }
.stage__fx { width: 100%; height: 100%; pointer-events: none; z-index: 5; }
.stage__ui { pointer-events: none; z-index: 6; }
.stage--manual { height: clamp(360px, 48vw, 520px); border-radius: 10px; background: url(../img/bg_field.webp) center 78%/cover; box-shadow: 0 0 0 2px var(--gold), 0 0 0 6px rgba(20, 12, 6, .9), 0 0 0 7px rgba(217, 164, 65, .5), 0 30px 60px rgba(0, 0, 0, .5); }
.stage--manual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 20, 40, .1), transparent 50%, rgba(10, 20, 10, .25)); }
.spr { position: absolute; bottom: 0; left: 0; will-change: transform; pointer-events: none; }
.spr img { position: absolute; bottom: 0; left: 50%; height: 100%; width: auto; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 10px 8px rgba(0, 0, 0, .35)); }
.spr__shadow { position: absolute; left: 50%; bottom: -3%; width: 70%; height: 9%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(0, 0, 0, .38), transparent); border-radius: 50%; }
.dmg { position: absolute; transform: translate(-50%, -50%); font-family: var(--ff-game); font-size: clamp(1.4rem, 3.4vw, 2.6rem); color: #fff; -webkit-text-stroke: 2px #6b1d10; paint-order: stroke fill; text-shadow: 0 3px 0 #6b1d10, 0 0 16px rgba(255, 170, 60, .9); animation: dmg 1.3s var(--ease-out) forwards; white-space: nowrap; }
.dmg--crit { color: #ffe27a; font-size: clamp(1.8rem, 4.4vw, 3.4rem); }
.dmg--info { font-size: clamp(.9rem, 1.8vw, 1.25rem); color: #aef4ff; -webkit-text-stroke: 1.5px #0d3a5a; text-shadow: 0 2px 0 #0d3a5a; }
@keyframes dmg { 0% { opacity: 0; transform: translate(-50%, -20%) scale(.4); } 18% { opacity: 1; transform: translate(-50%, -80%) scale(1.25); } 35% { transform: translate(-50%, -70%) scale(1); } 80% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, -150%); } }
.banner { position: absolute; left: 50%; top: 30%; transform: translate(-50%, -50%); padding: 8px 28px; font-family: var(--ff-game); font-size: clamp(1rem, 2.4vw, 1.5rem); letter-spacing: .2em; color: #fff; background: rgba(12, 20, 48, .88); border: 2px solid #efe6d2; border-radius: 6px; box-shadow: 0 0 0 3px rgba(12, 20, 48, .88); white-space: nowrap; animation: banner 2.2s ease forwards; }
@keyframes banner { 0% { opacity: 0; transform: translate(-50%, -30%) scale(.8); } 12%, 82% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; } }
.cmd { position: absolute; z-index: 8; left: 16px; bottom: 16px; display: grid; gap: 2px; padding: 12px 10px 10px; min-width: 170px; font-family: var(--ff-game); background: rgba(12, 20, 48, .92); border: 2px solid #efe6d2; border-radius: 6px; box-shadow: 0 0 0 3px rgba(12, 20, 48, .92), 0 10px 24px rgba(0, 0, 0, .45); }
.cmd__ttl { position: absolute; top: -14px; left: 12px; margin: 0; padding: 0 10px; font-size: .75rem; line-height: 24px; background: var(--navy); border: 2px solid #efe6d2; border-radius: 4px; color: var(--gold-l); }
.cmd button { position: relative; text-align: left; padding: 6px 12px 6px 30px; border: 0; background: none; color: #fff; font-family: inherit; font-size: 1rem; border-radius: 3px; }
.cmd button::before { content: "▶"; position: absolute; left: 10px; top: 50%; transform: translateY(-50%); font-size: .7rem; color: var(--gold-l); opacity: 0; }
.cmd button:hover::before, .cmd button:focus-visible::before { opacity: 1; animation: cursorBob2 .5s ease-in-out infinite alternate; }
@keyframes cursorBob2 { to { transform: translate(3px, -50%); } }
.cmd button:hover { background: rgba(255, 255, 255, .08); }
.cmd button[disabled] { opacity: .45; cursor: wait; }
@media (max-width: 600px) { .cmd { left: 8px; right: 8px; top: 14px; bottom: auto; min-width: 0; padding: 12px 4px 4px; grid-auto-flow: column; justify-content: space-around; } .cmd button { font-size: .82rem; padding: 4px 6px 4px 20px; } .cmd button::before { left: 6px; opacity: .7; } .stage--manual .banner { top: 42%; } }

/* =========================================================
   PAGE HERO（下層）
   ========================================================= */
.phero { position: relative; min-height: clamp(340px, 46vh, 460px); display: grid; align-items: end; overflow: hidden; color: #fff; background: #1a1008; }
.phero__bg { position: absolute; inset: -3%; background: url(../img/bg_guild.webp) center 40%/cover; animation: skyZoom 26s ease-in-out infinite alternate; }
.phero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(14, 8, 3, .88) 0%, rgba(14, 8, 3, .55) 55%, rgba(14, 8, 3, .2) 100%), linear-gradient(0deg, rgba(14, 8, 3, .7), transparent 50%); }
.phero__fx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; }
.phero__char { position: absolute; z-index: 2; right: max(2vw, calc(50% - 600px)); bottom: -5%; height: calc(100% - var(--hd-h) + 5%); width: auto; max-width: none; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .55)); animation: pcharIn 1.1s .2s var(--ease-back) both, bob 6s 1.3s ease-in-out infinite; }
@keyframes pcharIn { from { opacity: 0; transform: translateX(60px); } }
.phero__inner { position: relative; z-index: 3; padding: calc(var(--hd-h) + 60px) 0 44px; }
.phero__en { margin: 0; font-family: var(--ff-en); font-weight: 700; letter-spacing: .35em; color: var(--gold); font-size: .9rem; animation: fadeUp .8s both; }
.phero__jp { margin: 6px 0 0; font-family: var(--ff-jp); font-weight: 800; font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: .08em; line-height: 1.3; text-shadow: 0 3px 20px rgba(0, 0, 0, .7); animation: fadeUp .8s .12s both; }
.phero__sub { margin: 8px 0 0; color: #eadcbe; animation: fadeUp .8s .24s both; }
.crumb { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-family: var(--ff-game); font-size: .78rem; color: #cbb892; animation: fadeUp .8s .36s both; }
.crumb a { color: var(--gold-l); text-decoration: none; }
.crumb span:not(:last-child) { font-size: .6rem; }
.phero__char.sq { height: calc(78% - var(--hd-h)); bottom: 6%; }
@media (max-width: 767px) { .phero { min-height: 300px; } .phero__char { height: 78%; right: -8%; opacity: .55; } }

/* =========================================================
   TOP の各ブロック
   ========================================================= */
.home-about__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.home-about__txt .sh { text-align: left; }
.home-about__txt > p { font-size: 1.02rem; line-height: 2.1; }
.triad { list-style: none; margin: 26px 0 30px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.triad li { display: grid; justify-items: center; gap: 6px; padding: 16px 10px; text-align: center; background: linear-gradient(180deg, #fffaf0, #f3e3bf); border-radius: 8px; box-shadow: 0 0 0 1px #c9a867, 0 8px 20px rgba(80, 50, 10, .12); font-family: var(--ff-jp); }
.triad img { width: 84px; height: 84px; object-fit: contain; animation: bob 4s ease-in-out infinite; }
.triad li:nth-child(2) img { animation-delay: -1.3s; } .triad li:nth-child(3) img { animation-delay: -2.6s; }
.home-about__art { position: relative; height: 560px; }
.home-about__art img { position: absolute; bottom: 0; height: 100%; width: auto; max-width: none; filter: drop-shadow(0 20px 26px rgba(80, 50, 10, .3)); }
.home-about__art .a1 { right: 4%; animation: bob 6s ease-in-out infinite; }
.home-about__art .a2 { left: -6%; height: 78%; animation: bob 5s -2s ease-in-out infinite; }
@media (max-width: 900px) { .home-about__grid { grid-template-columns: 1fr; } .home-about__art { height: 380px; } .home-about__txt .sh { text-align: center; } }
@media (max-width: 560px) { .triad img { width: 64px; height: 64px; } .triad b { font-size: .85rem; } }

.mqs { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mqc { position: relative; display: grid; grid-template-columns: 42% 1fr; min-height: 300px; text-decoration: none; border-radius: 10px; overflow: hidden; color: var(--light); background: linear-gradient(135deg, #3b1d10, #22120a); box-shadow: 0 0 0 2px var(--gold), 0 0 0 6px rgba(25, 14, 6, .9), 0 0 0 7px rgba(217, 164, 65, .5), 0 26px 50px rgba(0, 0, 0, .45); transition: transform .2s, box-shadow .3s; }
.mqc--blue { background: linear-gradient(135deg, #16326e, #0b1838); }
.mqc:hover { box-shadow: 0 0 0 2px var(--gold-l), 0 0 0 6px rgba(25, 14, 6, .9), 0 0 0 7px var(--gold-l), 0 0 40px rgba(246, 200, 110, .35), 0 26px 50px rgba(0, 0, 0, .45); }
.mqc__art { position: relative; background: radial-gradient(70% 70% at 50% 65%, rgba(255, 200, 110, .45), transparent 70%); }
.mqc--blue .mqc__art { background: radial-gradient(70% 70% at 50% 65%, rgba(120, 190, 255, .5), transparent 70%); }
.mqc__art img { position: absolute; left: 50%; bottom: -8%; height: 112%; width: auto; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .6)); transition: transform .5s var(--ease-back); }
.mqc:hover .mqc__art img { transform: translateX(-50%) translateY(-10px) scale(1.04); }
.mqc__body { display: flex; flex-direction: column; gap: 6px; padding: 30px 26px 26px 6px; }
.mqc__body b { font-family: var(--ff-jp); font-size: clamp(1.4rem, 2.6vw, 1.9rem); line-height: 1.3; color: #fff; }
.mqc__body b em { display: block; font-style: normal; font-size: .5em; color: #d9c9a8; }
.mqc__body small { font-size: .78rem; color: #e3cfa4; }
.mqc__txt { font-size: .92rem; line-height: 1.9; margin-top: 6px; }
.mqc__go { margin-top: auto; padding-top: 12px; font-family: var(--ff-game); color: var(--gold-l); }
.rank { align-self: flex-start; font-family: var(--ff-en); font-weight: 700; font-size: .7rem; letter-spacing: .18em; padding: 3px 10px; color: #2a1a06; background: linear-gradient(180deg, #fbe3a1, #d9a441); border-radius: 2px; }
.chips { list-style: none; margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.chips li { font-family: var(--ff-game); font-size: .88rem; padding: 6px 16px 6px 30px; position: relative; border: 1px solid rgba(217, 164, 65, .6); border-radius: 3px; background: rgba(0, 0, 0, .3); }
.chips li::before { content: "◆"; position: absolute; left: 12px; color: var(--gold); font-size: .7rem; top: 50%; transform: translateY(-50%); }
@media (max-width: 900px) { .mqs { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .mqc { grid-template-columns: 1fr; } .mqc__art { height: 220px; } .mqc__body { padding: 20px; } }

.home-news__grid { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
.home-news__head .sh { text-align: left; margin-bottom: 20px; }
@media (max-width: 800px) { .home-news__grid { grid-template-columns: 1fr; } .home-news__head { text-align: center; } .home-news__head .sh { text-align: center; } .home-news__head p { display: none; } }

.lineup { position: relative; display: flex; justify-content: center; align-items: flex-end; height: clamp(260px, 36vw, 440px); }
.lineup img { height: 82%; width: auto; max-width: none; margin: 0 -2.5%; filter: drop-shadow(0 16px 20px rgba(0, 0, 0, .5)); animation: bob 5s ease-in-out infinite; animation-delay: calc(var(--d) * -.9s); transition: transform .4s var(--ease-back); }
.lineup img.big { height: 100%; z-index: 2; }
.lineup img.small { height: 48%; align-self: flex-start; margin-top: 2%; animation-name: fly; }
.lineup img:hover { transform: translateY(-14px) scale(1.04); }
.home-party::after { display: none; }

/* =========================================================
   ABOUT
   ========================================================= */
.mission { max-width: 760px; margin: 0 auto clamp(56px, 8vw, 90px); text-align: center; font-family: var(--ff-jp); font-size: clamp(1.02rem, 1.9vw, 1.2rem); line-height: 2.3; font-weight: 600; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 32px); }
.pillar { position: relative; padding: 112px 28px 34px; text-align: center; background: linear-gradient(180deg, #fffaf0, #f4e6c6); border-radius: 8px; box-shadow: 0 0 0 1px #c9a867, 0 0 0 5px #fbf3e0, 0 0 0 6px #c9a867, 0 18px 40px rgba(80, 50, 10, .18); margin-top: 60px; transition: transform .4s var(--ease-back); }
.pillar:hover { transform: translateY(-8px); }
.pillar__icon { position: absolute; left: 50%; top: -64px; width: 160px; height: 160px; transform: translateX(-50%); display: grid; place-items: center; background: radial-gradient(circle, #fff6dc 0%, #f1d796 55%, transparent 70%); border-radius: 50%; }
.pillar__icon img { width: 136px; height: 136px; object-fit: contain; animation: bob 4s ease-in-out infinite; }
.pillar:nth-child(2) .pillar__icon img { animation-delay: -1.3s; } .pillar:nth-child(3) .pillar__icon img { animation-delay: -2.6s; }
.pillar__no { margin: 0; font-family: var(--ff-en); font-weight: 900; font-size: 1.1rem; letter-spacing: .2em; color: var(--gold-d); }
.pillar h3 { margin: 4px 0 12px; font-family: var(--ff-jp); font-size: 1.45rem; }
.pillar p:last-child { margin: 0; color: #4a3b2b; font-size: .95rem; text-align: left; }
.pillars .pillar:nth-child(2) { transition-delay: .12s; } .pillars .pillar:nth-child(3) { transition-delay: .24s; }
@media (max-width: 860px) { .pillars { grid-template-columns: 1fr; gap: 70px; max-width: 520px; margin-inline: auto; } }

.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; }
.steps::before { content: ""; position: absolute; top: 44px; left: 8%; right: 8%; height: 2px; background: repeating-linear-gradient(90deg, var(--gold) 0 10px, transparent 10px 18px); opacity: .7; }
.step { position: relative; text-align: center; padding: 0 6px; }
.step__no { position: relative; z-index: 1; display: grid; place-items: center; width: 88px; height: 88px; margin: 0 auto 18px; border-radius: 50%; font-family: var(--ff-en); font-weight: 900; font-size: 1.9rem; color: #2a1a06; background: radial-gradient(circle at 35% 30%, #fff3c8, #e6b654 50%, #a8741f); box-shadow: 0 0 0 4px var(--navy), 0 0 0 6px var(--gold), 0 0 30px rgba(246, 200, 110, .4); }
.step h3 { margin: 0 0 8px; font-family: var(--ff-jp); font-size: 1.2rem; color: #fff; }
.step p { margin: 0; font-size: .9rem; color: #cdd8f0; line-height: 1.85; }
.step:nth-child(2) { transition-delay: .1s; } .step:nth-child(3) { transition-delay: .2s; } .step:nth-child(4) { transition-delay: .3s; } .step:nth-child(5) { transition-delay: .4s; }
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; gap: 26px; max-width: 520px; margin-inline: auto; }
  .steps::before { top: 20px; bottom: 20px; left: 43px; right: auto; width: 2px; height: auto; background: repeating-linear-gradient(180deg, var(--gold) 0 10px, transparent 10px 18px); }
  .step { display: grid; grid-template-columns: 88px 1fr; column-gap: 20px; text-align: left; align-items: center; }
  .step__no { grid-row: span 2; margin: 0; }
  .step h3 { align-self: end; } .step p { align-self: start; }
}

.players { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; }
.players > div { padding: 30px; border-radius: 8px; background: rgba(255, 251, 242, .9); box-shadow: 0 0 0 1px #c9a867, 0 14px 30px rgba(80, 50, 10, .12); }
.players__ttl { margin: 0 0 14px; font-family: var(--ff-game); font-size: 1.05rem; color: var(--gold-d); }
.players__ok ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.players__ok li { padding: 14px 16px; background: #fff; border-left: 4px solid var(--gold); border-radius: 4px; font-size: .88rem; color: var(--muted); }
.players__ok li b { display: block; color: var(--text); font-size: 1rem; }
.players__ng { background: rgba(80, 20, 15, .06) !important; }
.players__ng .players__ttl { color: var(--red); }
.players__ng p:not(.players__ttl) { margin: 0 0 10px; font-size: .9rem; }
.players__ng ul { margin: 0; padding-left: 1.3em; }
.players__ng li::marker { content: "✕  "; color: var(--red); }
@media (max-width: 860px) { .players { grid-template-columns: 1fr; } .players__ok ul { grid-template-columns: 1fr; } }

.worldmap { position: relative; height: clamp(360px, 42vw, 460px); border-radius: 12px; overflow: hidden; background: radial-gradient(100% 100% at 50% 50%, #f4e3b8 0%, #e2c98f 70%, #caa767 100%); box-shadow: inset 0 0 0 2px #9d7a3d, inset 0 0 60px rgba(120, 80, 20, .35), 0 20px 40px rgba(80, 50, 10, .2); }
.worldmap::before { content: ""; position: absolute; inset: 0; opacity: .35; background: radial-gradient(18% 26% at 12% 70%, #7fa36a 60%, transparent 62%), radial-gradient(14% 20% at 30% 30%, #7fa36a 60%, transparent 62%), radial-gradient(16% 18% at 58% 62%, #8fb378 60%, transparent 62%), radial-gradient(20% 30% at 86% 30%, #7fa36a 60%, transparent 62%), radial-gradient(10% 14% at 47% 18%, #6f8fb6 60%, transparent 62%), radial-gradient(12% 10% at 75% 85%, #6f8fb6 60%, transparent 62%); }
.worldmap__path { position: absolute; inset: 0; width: 100%; height: 100%; }
.worldmap__path path { stroke-width: 4; vector-effect: non-scaling-stroke; }
#mapPath { stroke: #8a6232; stroke-dasharray: 2 12; stroke-linecap: round; opacity: .7; }
#mapPathDone { stroke: #c0392b; stroke-linecap: round; stroke-dasharray: var(--len, 2000); stroke-dashoffset: var(--off, 2000); }
.worldmap__walker { position: absolute; height: 96px; width: auto; max-width: none; left: 0; top: 0; transform: translate(-50%, -88%); filter: drop-shadow(0 6px 6px rgba(0, 0, 0, .35)); z-index: 3; pointer-events: none; animation: walkBob .3s ease-in-out infinite alternate; }
@keyframes walkBob { to { margin-top: -5px; } }
.stage-pt { position: absolute; left: var(--x); top: var(--y); z-index: 2; }
.stage-pt__pin { position: absolute; transform: translate(-50%, -50%); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-family: var(--ff-en); font-weight: 900; color: #fff; background: radial-gradient(circle at 35% 30%, #ff8a7a, #a8322a); box-shadow: 0 0 0 3px #fff4d6, 0 4px 10px rgba(0, 0, 0, .35); }
.stage-pt.reached .stage-pt__pin { animation: pinPop .6s var(--ease-back); background: radial-gradient(circle at 35% 30%, #fff3c8, #d9a441); color: #2a1a06; }
@keyframes pinPop { 50% { transform: translate(-50%, -50%) scale(1.5); } }
.stage-pt__card { position: absolute; width: 200px; left: 50%; top: 28px; transform: translateX(-50%); padding: 12px 14px; background: rgba(255, 250, 238, .94); border: 1px solid #b89456; border-radius: 6px; box-shadow: 0 8px 18px rgba(80, 50, 10, .2); font-size: .82rem; line-height: 1.7; }
.stage-pt:first-of-type .stage-pt__card { left: 0; transform: translateX(-12%); top: auto; bottom: 28px; }
.stage-pt:nth-of-type(4) .stage-pt__card { left: auto; right: 0; transform: translateX(12%); }
.stage-pt__lv { margin: 0; font-family: var(--ff-en); font-weight: 700; font-size: .68rem; letter-spacing: .2em; color: var(--red); }
.stage-pt__card h3 { margin: 0 0 2px; font-family: var(--ff-jp); font-size: 1.05rem; }
.stage-pt__card p:last-child { margin: 0; color: #5a4a36; }
@media (max-width: 860px) {
  .worldmap { height: auto; padding: 20px 16px 20px 64px; overflow: visible; }
  .worldmap__path, .worldmap__walker { display: none; }
  .worldmap::after { content: ""; position: absolute; left: 34px; top: 40px; bottom: 40px; width: 3px; background: repeating-linear-gradient(180deg, #c0392b 0 10px, transparent 10px 16px); }
  .stage-pt { position: relative; left: auto; top: auto; margin: 14px 0; }
  .stage-pt__pin { left: -30px; top: 30px; }
  .stage-pt .stage-pt__card, .stage-pt:first-of-type .stage-pt__card, .stage-pt:nth-of-type(4) .stage-pt__card { position: relative; width: auto; left: auto; right: auto; top: auto; bottom: auto; transform: none; }
}

/* =========================================================
   BUSINESS
   ========================================================= */
.mq { position: relative; display: grid; grid-template-columns: 380px 1fr; border-radius: 10px; overflow: hidden; background: linear-gradient(135deg, #3b1d10, #22120a); box-shadow: 0 0 0 2px var(--gold), 0 0 0 6px rgba(25, 14, 6, .9), 0 0 0 7px rgba(217, 164, 65, .5), 0 30px 60px rgba(0, 0, 0, .5); }
.mq--blue { background: linear-gradient(135deg, #1d3f86, #0b1838); }
.mq__art { position: relative; min-height: 360px; background: radial-gradient(70% 70% at 50% 60%, rgba(255, 200, 110, .45), transparent 70%); }
.mq--blue .mq__art { background: radial-gradient(70% 70% at 50% 60%, rgba(120, 190, 255, .45), transparent 70%); }
.mq__art img { position: absolute; left: 56%; bottom: -8%; height: 108%; width: auto; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .6)); }
.mq__art .mq__sub { left: 22%; height: 62%; bottom: 4%; opacity: .95; animation: bob 5s ease-in-out infinite; }
.mq__body { padding: clamp(28px, 4vw, 48px); color: var(--light); }
.mq__tag { margin: 0; font-size: .82rem; color: #e3cfa4; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.mq__title { margin: 10px 0 14px; font-family: var(--ff-jp); font-weight: 800; font-size: clamp(1.8rem, 3.6vw, 2.5rem); color: #fff; letter-spacing: .06em; line-height: 1.3; }
.mq__title small { font-size: .45em; margin-left: .5em; color: #d9c9a8; font-weight: 600; }
.mq__body > p:not(.mq__tag) { margin: 0; line-height: 2.05; }
@media (max-width: 860px) { .mq { grid-template-columns: 1fr; } .mq__art { min-height: 300px; } }
.subttl { margin: 60px 0 26px; text-align: center; font-family: var(--ff-jp); font-size: clamp(1.2rem, 2.6vw, 1.6rem); color: #fff; }
.subttl::before, .subttl::after { content: "◆"; color: var(--gold); font-size: .6em; margin: 0 .8em; vertical-align: .25em; }
.perks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.perks li { display: grid; gap: 4px; padding: 22px; border-radius: 6px; background: rgba(0, 0, 0, .35); box-shadow: inset 0 0 0 1px rgba(217, 164, 65, .5); }
.perks li:nth-child(3n+2) { transition-delay: .1s; } .perks li:nth-child(3n) { transition-delay: .2s; }
.perk__no { font-family: var(--ff-en); font-weight: 900; color: var(--gold); letter-spacing: .15em; font-size: .85rem; }
.perks b { font-family: var(--ff-jp); font-size: 1.15rem; color: #fff; }
.perks li > span:last-child { font-size: .9rem; color: #dccfb4; }
@media (max-width: 860px) { .perks { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .perks { grid-template-columns: 1fr; } }
.qg3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.qg { padding: 26px; border-radius: 8px; background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(160, 200, 255, .35); }
.qg__en { margin: 0; font-family: var(--ff-en); font-weight: 700; font-size: .72rem; letter-spacing: .2em; color: #8fc4ff; }
.qg h3 { margin: 4px 0 8px; font-family: var(--ff-jp); font-size: 1.25rem; color: #fff; }
.qg p:last-child { margin: 0; font-size: .92rem; color: #d3dcf0; }
@media (max-width: 860px) { .qg3 { grid-template-columns: 1fr; } }
.board { position: relative; padding: 44px clamp(16px, 3vw, 40px) 40px; border-radius: 10px; background: linear-gradient(180deg, rgba(92, 56, 28, .92), rgba(60, 36, 18, .95)), repeating-linear-gradient(90deg, #5b3a1f 0 90px, #4e3119 90px 92px); box-shadow: inset 0 0 0 10px #3a2413, inset 0 0 0 12px #8a6232, 0 30px 60px rgba(0, 0, 0, .5); }
.papers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 22px; }
.paper { position: relative; padding: 34px 22px 22px; color: var(--text); background: #f1e2bd url(../img/quest_paper.webp) center/100% 100%; box-shadow: 0 10px 20px rgba(0, 0, 0, .35); transform: rotate(var(--r, -1deg)); transition: transform .35s var(--ease-back), box-shadow .35s, opacity .9s; }
.paper.rv { transform: rotate(var(--r, -1deg)) translateY(30px); }
.paper.rv.in { transform: rotate(var(--r, -1deg)); }
.paper:nth-child(2n) { --r: 1.2deg; } .paper:nth-child(3n) { --r: -.6deg; }
.paper:hover { transform: rotate(0) translateY(-8px) scale(1.03) !important; box-shadow: 0 22px 34px rgba(0, 0, 0, .45); z-index: 2; }
.paper__pin { position: absolute; top: -10px; left: 50%; width: 30px; transform: translateX(-50%); filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .4)); }
.paper__no { margin: 0; font-family: var(--ff-en); font-weight: 700; font-size: .72rem; letter-spacing: .2em; color: var(--red); text-align: center; }
.paper h3 { margin: 4px 0 10px; font-family: var(--ff-jp); font-size: 1.15rem; text-align: center; border-bottom: 1px dashed #b39462; padding-bottom: 10px; }
.paper p:last-child { margin: 0; font-size: .9rem; line-height: 1.85; color: #4a3b2b; }
@media (max-width: 900px) { .papers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .papers { grid-template-columns: 1fr; } }
.order { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.order li { display: grid; gap: 4px; padding: 22px 24px; background: rgba(255, 251, 242, .92); border-radius: 6px; box-shadow: 0 0 0 1px #c9a867, 0 10px 24px rgba(80, 50, 10, .1); }
.order b { font-family: var(--ff-jp); font-size: 1.15rem; }
.order b::before { content: "◆ "; color: var(--gold); font-size: .7em; vertical-align: .15em; }
.order span { font-size: .9rem; color: var(--muted); }
@media (max-width: 860px) { .order { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .order { grid-template-columns: 1fr; } }

/* =========================================================
   CHARACTERS
   ========================================================= */
.roster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pm { position: relative; display: grid; justify-items: center; gap: 2px; padding: 16px 10px; border: 0; color: var(--light); border-radius: 8px; background: linear-gradient(180deg, rgba(40, 70, 140, .55), rgba(12, 22, 50, .88)); box-shadow: inset 0 0 0 1px rgba(217, 164, 65, .55), 0 10px 24px rgba(0, 0, 0, .35); transition: transform .3s var(--ease-back), box-shadow .3s, opacity .9s; }
.pm:hover, .pm.active { transform: translateY(-6px); box-shadow: inset 0 0 0 2px var(--gold-l), 0 0 26px rgba(246, 200, 110, .45), 0 16px 30px rgba(0, 0, 0, .45); }
.pm.active::after { content: "▼"; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); color: var(--gold-l); font-size: .9rem; animation: nextBob .6s ease-in-out infinite alternate; }
.pm__img { display: block; width: 100%; aspect-ratio: 1; }
.pm__img img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s var(--ease-back); filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .5)); }
.pm:hover .pm__img img { transform: scale(1.08); }
.pm.active .pm__img img { animation: jump .6s var(--ease-back); }
@keyframes jump { 35% { transform: translateY(-26px) scale(1.05, .95); } 70% { transform: translateY(0) scale(.97, 1.03); } }
.pm__cls { font-family: var(--ff-en); font-weight: 700; font-size: .66rem; letter-spacing: .2em; color: var(--gold); }
.pm__jp { font-family: var(--ff-jp); font-weight: 700; font-size: 1.1rem; }
.pm__role { font-size: .75rem; color: #cfc2a8; }
@media (max-width: 760px) { .roster { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
.dlg { position: relative; margin-top: 34px; font-family: var(--ff-game); color: #fff; background: rgba(12, 20, 48, .92); border: 2px solid #efe6d2; border-radius: 6px; box-shadow: 0 0 0 3px rgba(12, 20, 48, .92), 0 16px 34px rgba(0, 0, 0, .5); padding: 18px 26px; }
.dlg__name { position: absolute; top: -16px; left: 18px; margin: 0; padding: 0 12px; font-size: .82rem; line-height: 28px; background: var(--navy); border: 2px solid #efe6d2; border-radius: 4px; color: var(--gold-l); }
.dlg__text { margin: 0; min-height: 3.6em; font-size: clamp(.92rem, 1.8vw, 1.05rem); line-height: 1.8; letter-spacing: .06em; }
.dlg__next { position: absolute; right: 16px; bottom: 8px; font-size: .8rem; color: var(--gold-l); animation: nextBob .7s ease-in-out infinite alternate; }

/* =========================================================
   JOIN / NEWS / COMPANY / CONTACT / DOC
   ========================================================= */
.join { position: relative; padding: clamp(110px, 16vw, 200px) 0; text-align: center; color: #fff; overflow: hidden; }
.join__bg { position: absolute; inset: -10% 0; background: url(../img/gate_open.jpg) center/cover; will-change: transform; }
.join::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20, 12, 4, .65), rgba(20, 12, 4, .35) 50%, rgba(20, 12, 4, .75)); }
.join__inner { position: relative; z-index: 2; }
.join .sh__en { color: var(--gold-l); }
.join__title { margin: 12px 0 18px; font-family: var(--ff-jp); font-weight: 800; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: .08em; text-shadow: 0 4px 24px rgba(0, 0, 0, .7); }
.join p { text-shadow: 0 2px 10px rgba(0, 0, 0, .9); font-weight: 500; }
.join .btn { margin-top: 26px; }

.newslist { list-style: none; margin: 0; padding: 0; border-top: 1px solid #c9a867; }
.newslist li.hide { display: none; }
.newslist a { display: grid; grid-template-columns: 110px 96px 1fr 20px; align-items: center; gap: 14px; padding: 22px 10px; border-bottom: 1px solid #c9a867; text-decoration: none; transition: background .25s, padding .25s; }
.newslist a:hover { background: rgba(255, 250, 238, .75); padding-left: 20px; }
.newslist time { font-family: var(--ff-en); font-weight: 700; color: var(--gold-d); letter-spacing: .08em; }
.cat { font-size: .74rem; text-align: center; padding: 2px 8px; border-radius: 2px; color: #fff; background: var(--gold-d); }
.cat--1 { background: var(--red); } .cat--2 { background: var(--navy); }
.newslist .arw { font-size: .7rem; color: var(--gold-d); transition: transform .25s; }
.newslist a:hover .arw { transform: translateX(4px); }
@media (max-width: 600px) { .newslist a { grid-template-columns: auto auto 1fr; } .newslist .ttl { grid-column: 1 / -1; } .newslist .cat { justify-self: start; } .newslist .arw { display: none; } }
.tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 30px; }
.tabs button { padding: 8px 20px; font-family: var(--ff-game); border: 1px solid var(--gold-d); background: rgba(255, 255, 255, .5); color: var(--text); border-radius: 3px; }
.tabs button.on { background: var(--navy); color: var(--gold-l); border-color: var(--navy); }
.post { padding: clamp(26px, 5vw, 56px); background: rgba(255, 251, 242, .94); border-radius: 8px; box-shadow: 0 0 0 1px #c9a867, 0 0 0 5px #fbf3e0, 0 0 0 6px #c9a867, 0 20px 40px rgba(80, 50, 10, .12); }
.post__meta { margin: 0; display: flex; gap: 12px; align-items: center; }
.post__meta time { font-family: var(--ff-en); font-weight: 700; color: var(--gold-d); }
.post__ttl { margin: 10px 0 24px; padding-bottom: 18px; border-bottom: 2px solid #e2cd9c; font-family: var(--ff-jp); font-size: clamp(1.4rem, 3vw, 1.9rem); line-height: 1.5; }
.post__body p { margin: 0 0 1.2em; line-height: 2.1; }
.pager { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; margin-top: 30px; font-size: .88rem; }
.pager a { text-decoration: none; color: var(--gold-d); }
.pager .all { padding: 6px 22px; border: 1px solid var(--gold-d); border-radius: 3px; }
.pager .next { text-align: right; }

.status { position: relative; padding: clamp(28px, 5vw, 50px); border-radius: 8px; background: linear-gradient(180deg, rgba(18, 30, 66, .95), rgba(9, 16, 38, .97)); border: 2px solid #efe6d2; box-shadow: 0 0 0 4px rgba(9, 16, 38, .95), 0 0 0 5px rgba(217, 164, 65, .6), 0 30px 60px rgba(0, 0, 0, .5); color: #f1ead9; }
.status__crest { position: absolute; right: clamp(16px, 4vw, 40px); top: clamp(16px, 4vw, 36px); width: 90px; height: 90px; }
.status__crest svg { width: 100%; height: 100%; animation: bob 5s ease-in-out infinite; }
.status__list { margin: 0; }
.status__list > div { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px dashed rgba(239, 230, 210, .3); }
.status__list > div:last-child { border-bottom: 0; }
.status__list dt { font-family: var(--ff-game); color: var(--gold-l); letter-spacing: .1em; }
.status__list dt::before { content: "▶ "; font-size: .7em; color: var(--gold); }
.status__list dd { margin: 0; }
.status__list a { color: var(--gold-l); }
.status__biz { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px 20px; }
.status__biz li::before { content: "◆ "; color: var(--gold); font-size: .7em; }
@media (max-width: 640px) { .status__list > div { grid-template-columns: 1fr; gap: 2px; } .status__biz { grid-template-columns: 1fr; } .status__crest { width: 56px; height: 56px; } }
.access { display: grid; grid-template-columns: 1.4fr 1fr; gap: 26px; align-items: center; }
.access__map { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; box-shadow: 0 0 0 1px #c9a867, 0 0 0 5px #fbf3e0, 0 0 0 6px #c9a867; }
.access__map iframe { width: 100%; height: 100%; border: 0; filter: sepia(.25) saturate(.9); }
.access__name { font-family: var(--ff-jp); font-weight: 800; font-size: 1.25rem; margin: 0 0 6px; }
.access__note { font-size: .9rem; color: var(--muted); }
@media (max-width: 760px) { .access { grid-template-columns: 1fr; } }

.kinds { list-style: none; margin: 0 0 34px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.kinds li { display: grid; justify-items: center; gap: 2px; padding: 18px 10px; text-align: center; background: rgba(255, 251, 242, .92); border-radius: 6px; box-shadow: 0 0 0 1px #c9a867; }
.k__ico { font-size: 1.8rem; }
.kinds b { font-family: var(--ff-jp); }
.kinds span:last-child { font-size: .78rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 760px) { .kinds { grid-template-columns: 1fr 1fr; } }
.form { display: grid; gap: 20px; padding: clamp(24px, 4vw, 44px); background: rgba(255, 251, 242, .94); border-radius: 8px; box-shadow: 0 0 0 1px #c9a867, 0 0 0 5px #fbf3e0, 0 0 0 6px #c9a867, 0 20px 40px rgba(80, 50, 10, .15); }
.form__row { display: grid; gap: 6px; font-weight: 700; font-size: .92rem; }
.form__row em { font-style: normal; font-size: .7rem; padding: 1px 6px; margin-left: 6px; color: #fff; background: var(--red); border-radius: 2px; vertical-align: 2px; }
.form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea { width: 100%; padding: 13px 14px; font: inherit; font-weight: 400; color: var(--text); background: #fff; border: 1px solid #c9b48a; border-radius: 4px; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-color: var(--gold-d); box-shadow: 0 0 0 3px rgba(217, 164, 65, .3); }
.form__agree { display: flex; gap: 8px; align-items: center; justify-content: center; font-size: .92rem; }
.form .btn { justify-self: center; min-width: 260px; }
.form__note { margin: 0; text-align: center; font-size: .8rem; color: var(--muted); }
.doc { padding: clamp(26px, 5vw, 56px); background: rgba(255, 251, 242, .94); border-radius: 8px; box-shadow: 0 0 0 1px #c9a867, 0 20px 40px rgba(80, 50, 10, .1); }
.doc h2 { margin: 1.8em 0 .5em; font-family: var(--ff-jp); font-size: 1.2rem; padding-left: 12px; border-left: 4px solid var(--gold); }
.doc p { margin: 0 0 1em; }
.doc__box { padding: 26px; text-align: center; font-family: var(--ff-game); background: #f4ead2; border-radius: 4px; }
.doc__date { text-align: right; color: var(--muted); font-size: .9rem; }

/* FOOTER */
.ft { background: #0f0a05; color: #cfc2a8; padding: 60px 0 30px; border-top: 3px solid var(--gold-d); }
.ft__inner { display: grid; justify-items: center; gap: 16px; text-align: center; }
.ft__logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.ft__logo svg { width: 54px; height: 54px; }
.ft__logo span { display: grid; text-align: left; line-height: 1.2; }
.ft__logo b { font-family: var(--ff-en); font-size: 1.3rem; letter-spacing: .14em; color: var(--gold-l); }
.ft__logo small { font-size: .75rem; }
.ft__nav, .ft__sub { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; font-size: .88rem; }
.ft__sub { font-size: .78rem; color: #a99c82; }
.ft__nav a, .ft__sub a { text-decoration: none; }
.ft__nav a:hover, .ft__sub a:hover { color: var(--gold-l); }
.ft__addr { margin: 0; font-size: .8rem; }
.ft__copy { margin: 6px 0 0; font-family: var(--ff-en); font-size: .75rem; letter-spacing: .15em; color: #8f826a; }

/* ゲーム演出 */
.toasts { position: fixed; left: 16px; bottom: 16px; z-index: 300; display: grid; gap: 10px; pointer-events: none; }
.toast { display: flex; align-items: center; gap: 12px; min-width: 250px; max-width: calc(100vw - 32px); padding: 10px 16px 10px 12px; font-family: var(--ff-game); color: #fff; background: rgba(12, 20, 48, .94); border: 2px solid #efe6d2; border-radius: 6px; box-shadow: 0 10px 24px rgba(0, 0, 0, .45); animation: toastIn .5s var(--ease-back) both, toastOut .5s 3.4s ease-in forwards; }
.toast__ico { display: grid; place-items: center; width: 36px; height: 36px; flex: none; border-radius: 50%; font-size: 1.05rem; background: radial-gradient(circle at 35% 30%, #fff3c8, #d9a441 60%, #8a5e1a); box-shadow: 0 0 14px rgba(246, 200, 110, .7); }
.toast small { display: block; font-size: .64rem; letter-spacing: .15em; color: var(--gold-l); }
.toast b { font-weight: 400; font-size: .88rem; }
.toast--lv { background: linear-gradient(90deg, rgba(120, 70, 10, .95), rgba(40, 20, 5, .95)); }
@keyframes toastIn { from { opacity: 0; transform: translateX(-40px) scale(.9); } }
@keyframes toastOut { to { opacity: 0; transform: translateX(-30px); } }
.buddy { position: fixed; right: 12px; bottom: 12px; z-index: 250; width: 84px; height: 84px; padding: 0; border: 0; background: none; opacity: 0; transform: translateY(30px); transition: opacity .5s, transform .5s var(--ease-back); }
.is-started .buddy { opacity: 1; transform: none; }
.is-started.at-hero .buddy { opacity: 0; transform: translateY(30px); pointer-events: none; }
.buddy img { width: 100%; height: 100%; object-fit: contain; animation: fly 3.2s ease-in-out infinite; filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .4)); }
.buddy__say { position: absolute; right: 70px; bottom: 60px; width: max-content; max-width: 220px; padding: 8px 12px; font-family: var(--ff-game); font-size: .78rem; line-height: 1.6; color: #2a1a06; text-align: left; background: #fffaf0; border: 2px solid #2a1a06; border-radius: 10px; box-shadow: 3px 3px 0 rgba(0, 0, 0, .25); opacity: 0; transform: scale(.8); transform-origin: 100% 100%; transition: .3s var(--ease-back); pointer-events: none; }
.buddy__say::after { content: ""; position: absolute; right: -9px; bottom: 8px; border: 7px solid transparent; border-left-color: #2a1a06; }
.buddy__say.show { opacity: 1; transform: none; }
@media (max-width: 600px) { .buddy { width: 62px; height: 62px; } .buddy__say { right: 54px; bottom: 44px; max-width: 180px; } }
.spark { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 400; pointer-events: none; }

/* =========================================================
   OPENING v2（イラスト＋リアルタイム演出）
   ========================================================= */
.op { background: #04060f; }
.op__cam { position: absolute; left: 0; top: 0; width: 1536px; height: 1024px; transform-origin: 0 0; opacity: 0; will-change: transform, opacity, filter; z-index: 2; }
.op__frame { position: absolute; left: 0; top: 0; width: 1536px; height: 1024px; max-width: none; z-index: 3; }
.op__beyond { position: absolute; left: 530px; top: 202px; width: 478px; height: 668px; border-radius: 239px 239px 0 0; opacity: 0; z-index: 1;
  background: radial-gradient(ellipse 60% 55% at 50% 50%, rgba(255, 254, 246, .95) 0%, rgba(255, 240, 196, .75) 30%, rgba(248, 196, 110, .25) 70%, rgba(215, 123, 36, .1) 100%), url(../img/bg_field_s.webp) 18% 40%/auto 100%; box-shadow: 0 0 120px 40px rgba(255, 210, 130, .6); }
.op__doors { position: absolute; left: 530px; top: 202px; width: 478px; height: 668px; perspective: 1300px; perspective-origin: 50% 45%; z-index: 2; }
.op__door { position: absolute; top: 0; width: 239px; height: 668px; max-width: none; backface-visibility: hidden; will-change: transform; }
.op__door--l { left: 0; transform-origin: 0 50%; }
.op__door--r { left: 239px; transform-origin: 100% 50%; }
.op__vista { position: absolute; inset: 0; opacity: 0; overflow: hidden; z-index: 1; }
.op__vbg { position: absolute; inset: 0; background: url(../img/bg_field.webp) center/cover; transform-origin: 50% 60%; }
.op__party { position: absolute; left: 50%; bottom: -2%; height: min(54vh, 52vw); width: auto; max-width: none; transform-origin: 50% 100%; filter: drop-shadow(0 0 30px rgba(255, 220, 160, .35)); }
.op__fx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 3; pointer-events: none; }
.op__vignette { position: absolute; inset: 0; z-index: 4; pointer-events: none; background: radial-gradient(90% 80% at 50% 50%, transparent 55%, rgba(0, 0, 0, .55)); }
.op__white { position: absolute; inset: 0; z-index: 5; background: radial-gradient(circle at 50% 50%, #fffef8, #fff1d2 70%, #ffe2a8); opacity: 0; pointer-events: none; }
.op__cap { position: absolute; left: 0; right: 0; bottom: 12vh; z-index: 6; text-align: center; pointer-events: none; }
.op__cap p { position: absolute; left: 0; right: 0; margin: 0; padding: 0 16px; opacity: 0; font-family: var(--ff-jp); font-weight: 700; font-size: clamp(1rem, 2.4vw, 1.4rem); letter-spacing: .32em; color: #f6ecd4; text-shadow: 0 0 12px rgba(0, 0, 0, .9), 0 2px 4px #000; }
.op__title { position: absolute; left: 0; right: 0; top: 7vh; z-index: 7; text-align: center; pointer-events: none; }
.op__crest { width: 70px; height: 70px; display: block; margin: 0 auto 6px; opacity: 0; transform: scale(.4) rotate(-30deg); filter: drop-shadow(0 0 18px rgba(255, 230, 160, .9)); transition: .9s var(--ease-back); }
.op__title.on .op__crest { opacity: 1; transform: none; }
.op__en { position: relative; margin: 0; font-family: var(--ff-en); font-weight: 900; font-size: clamp(2.4rem, 8vw, 5.6rem); line-height: 1.1; letter-spacing: .14em; white-space: nowrap; }
.op__en .l { display: inline-block; opacity: 0; transform: translateY(30px) scale(.6); filter: blur(8px);
  background: linear-gradient(180deg, #fffdf2 0%, #f7d57e 45%, #c98a24 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
  transition: opacity .6s, transform .8s var(--ease-back), filter .6s; transition-delay: calc(var(--i) * .07s); }
.op__en .sp { display: inline-block; width: .5em; }
.op__title.on .op__en .l { opacity: 1; transform: none; filter: drop-shadow(0 2px 0 #5a3a0c) drop-shadow(0 0 3px rgba(40, 20, 0, .9)) drop-shadow(0 6px 20px rgba(20, 10, 0, .75)); }
.op__title::before { content: ""; position: absolute; left: 50%; top: 45%; width: min(900px, 100%); height: 140%; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(10, 20, 45, .45), transparent); opacity: 0; transition: opacity 1.2s; z-index: -1; }
.op__title.on::before { opacity: 1; }
.op__en::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .95) 50%, transparent 65%); mix-blend-mode: overlay; transform: translateX(-100%); opacity: 0; }
.op__title.shine .op__en::after { animation: opShine 1.1s ease forwards; }
@keyframes opShine { 0% { opacity: 1; transform: translateX(-60%); } 100% { opacity: 1; transform: translateX(60%); } }
.op__jp { margin: 16px 0 0; font-family: var(--ff-jp); font-weight: 800; font-size: clamp(1.05rem, 2.8vw, 1.6rem); letter-spacing: .4em; color: #fff; text-shadow: 0 2px 10px rgba(20, 10, 0, .85), 0 0 24px rgba(0, 0, 0, .5); opacity: 0; transform: translateY(10px); transition: 1s .9s var(--ease-out); }
.op__title.on .op__jp { opacity: 1; transform: none; }
.op__load { position: absolute; left: 50%; bottom: 10vh; z-index: 8; transform: translateX(-50%); display: grid; gap: 8px; justify-items: center; font-family: var(--ff-game); color: var(--gold-l); font-size: .82rem; letter-spacing: .3em; transition: opacity .6s; }
.op__load span:first-child { animation: blink 1s steps(2) infinite; }
.op__load.hide { opacity: 0; }
.op__bar { width: min(240px, 60vw); height: 6px; border: 1px solid var(--gold); padding: 1px; }
.op__bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #c48d2c, #fbe3a1); transition: width .3s; }
.op__skip { position: absolute; right: 18px; bottom: 18px; z-index: 9; padding: 8px 16px; font-family: var(--ff-game); font-size: .8rem; letter-spacing: .2em; color: var(--gold-l); background: rgba(10, 6, 2, .5); border: 1px solid rgba(217, 164, 65, .7); opacity: .75; }
.op__skip:hover { opacity: 1; }
.op.out { animation: opOut 1.2s ease forwards; }
@keyframes opOut { to { opacity: 0; visibility: hidden; } }
@media (max-width: 600px) { .op__party { height: auto; width: 100vw; } .op__title { top: 14vh; } .op__en { letter-spacing: .08em; } .op__cap p { font-size: .9rem; letter-spacing: .12em !important; } .op__jp { letter-spacing: .25em; } }
