@media (max-width: 1200px) {
  .fv ul {
    transform: translate(-50%, -50%) scale(1.3);
  }
  .glitch-logo {
    width: 230px;
    height: 80px;
  }
  .about-split {
    grid-template-columns: minmax(160px, 260px) 1fr;
  }
  .container {
    margin: 80px auto 0;
  }
  .sec-title {
    font-size: clamp(28px, 6vw, 60px);
  }
  .company--index .company-overview div {
    grid-template-columns: minmax(6rem, 8rem) 1fr;
  }
}
@media (max-width: 1024px) {
  .cy-menu {
    display: none;
  }
  .menu-trigger,
  .overlay {
    display: block;
  }
  .menu-trigger {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 100;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid rgba(0, 255, 255, 0.25);
    border-radius: 12px;
    background: linear-gradient(180deg, #0b111c, #06080c);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.1) inset,
      0 0 10px rgba(0, 255, 255, 0.1);
  }
  .menu-trigger .burger {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .menu-trigger .burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #00f5ff, #8a5cff);
    border-radius: 2px;
    box-shadow: 0 0 6px #00f5ff;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }
  .menu-trigger .label {
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .menu-trigger.active .burger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .menu-trigger.active .burger span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger.active .burger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  .panel {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    background: rgba(10, 14, 20, 0.96);
    border: 1px solid rgba(0, 255, 255, 0.25);
    border-radius: 14px;
    transform: translateY(16px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.22);
  }
  .head-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .close-group {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }
  #mCloseBtn {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 255, 255, 0.25);
    border-radius: 8px;
    background: rgba(12, 16, 24, 0.6);
  }
  #mCloseBtn::before,
  #mCloseBtn::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 70%;
    height: 2px;
    background: linear-gradient(90deg, #00f5ff, #8a5cff);
    box-shadow: 0 0 6px #00f5ff;
  }
  #mCloseBtn::before {
    transform: rotate(45deg);
  }
  #mCloseBtn::after {
    transform: rotate(-45deg);
  }
  .close-label {
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 0.9rem;
  }

  .panel-body {
    padding: 12px;
    overflow: auto;
    max-height: calc(80vh - 56px);
  }
  .m-menu {
    display: grid;
    gap: 12px;
  }
  .m-menu .cy-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px;
    border-radius: 12px;
    color: #e6f7ff;
    text-decoration: none;
    border: 1px solid rgba(0, 255, 255, 0.2);
    background: linear-gradient(
      180deg,
      rgba(12, 16, 24, 0.8),
      rgba(12, 16, 24, 0.55)
    );
    overflow: hidden;
  }
  .m-menu .cy-item .label {
    font-size: 1rem;
    letter-spacing: 0.12em;
  }
  .m-menu .cy-item .gltch-border,
  .m-menu .cy-item .cy-outline {
    display: none;
  }
  .m-menu .cy-item .bar {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 6px;
    height: 2px;
    opacity: 0.8;
  }
  .m-menu .cy-item .bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #00f5ff, #ffd84a);
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
  }

  /* 開閉状態 */
  body.is-mopen .overlay {
    pointer-events: auto;
    opacity: 1;
  }
  body.is-mopen .panel {
    transform: translateY(0);
  }
  /* ===== ABOUT ===== */
  .about-split {
    grid-template-columns: 1fr;
    grid-auto-rows: auto 1fr;
    gap: 12px;
    height: 100%;
  }
  /* タブ群 → 横スクロールのチップ列 */
  .about-split .st-tabs {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding: 6px 2px 10px;
    scrollbar-width: none;
  }
  .about-split .st-tabs::-webkit-scrollbar {
    display: none;
  }
  .about-split .st-tab {
    height: 44px;
    padding: 0 14px 0 30px;
    clip-path: none;
    border-radius: 10px;
    white-space: nowrap;
  }
  .about-split .st-tab__label {
    font-size: 14px;
  }

  /* 右パネルは余り高さでスクロール */
  .about-split .st-stage {
    min-height: 0;
  }
  .about-split .st-frame,
  .about-split .st-box {
    height: 100%;
  }
  .about-split .st-box {
    padding: 18px 16px 16px;
  }
  .about-values {
    grid-template-columns: 1fr; /* 2列→1列 */
    gap: 12px;
  }
  .about-values-item {
    padding: 0;
  }
  .about-values-item p {
    margin-top: 0.5rem;
  }
  .container {
    margin: 30px auto 0;
  }
}
@media (max-width: 992px) {
  /* ▼ オープン/クローズ時のルートフェード */
  .biz-modal {
    opacity: 0;
    transition: opacity 0.28s ease;
  }
  .biz-modal.is-open {
    opacity: 1;
  }
  .biz-modal.is-close {
    opacity: 0;
  } /* クローズ中もdisplayさせておく */

  /* ▼ ボックス：ネオン脈動＋ボーダースイープ＋開閉アニメ */
  .biz-modal__box {
    position: relative;
    width: min(92vw, 560px);
    height: 80vh;
    background: radial-gradient(
        120% 140% at 10% 0%,
        rgba(0, 255, 255, 0.08),
        transparent 40%
      ),
      linear-gradient(180deg, #061416, #030b0d);
    border: 1px solid rgba(0, 255, 255, 0.35);
    box-shadow: 0 0 26px rgba(0, 255, 255, 0.28),
      inset 0 0 8px rgba(0, 255, 255, 0.18);

    border-radius: 10px;
    overflow: hidden;
    animation: cyModalInBox 0.38s cubic-bezier(0.2, 0.7, 0.1, 1);
  }
  /* クローズ時は逆再生 */
  .biz-modal__box.is-closing {
    animation: cyModalOutBox 0.28s ease forwards;
  }

  /* ネオンの脈動 */
  .biz-modal__box {
    animation-name: cyModalInBox, neonPulse;
    animation-duration: 0.38s, 2.8s;
    animation-delay: 0s, 0.38s;
    animation-iteration-count: 1, infinite;
  }

  /* ボーダーを走るスイープ */
  .biz-modal__box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    pointer-events: none;
    /* 角に沿って回るラインを擬似的に演出 */
    background: conic-gradient(
      from 0deg at 50% 50%,
      transparent 0 84%,
      rgba(0, 255, 255, 0.6) 86% 92%,
      transparent 94% 100%
    );
    -webkit-mask: linear-gradient(#000, #000) content-box,
      linear-gradient(#000, #000);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    animation: borderSweep 2.2s linear infinite;
    opacity: 0.55;
  }

  /* スキャンライン＋微ノイズ（既存scanを強化） */
  .biz-modal__scan::before {
    background: repeating-linear-gradient(
        180deg,
        rgba(0, 255, 255, 0.1) 0 2px,
        transparent 2px 6px
      ),
      repeating-linear-gradient(
        90deg,
        rgba(138, 92, 255, 0.06) 0 1px,
        transparent 1px 3px
      );
    opacity: 0.6;
    filter: contrast(1.2) blur(0.2px);
    animation: scanTexture 2.2s linear infinite, flicker 4s ease-in-out infinite;
  }

  /* タイトルのクロマチック・グリッチ（控えめ） */
  .biz-modal .dw-ttl {
    text-shadow: 0 0 6px rgba(0, 255, 255, 0.4), 1px 0 0 rgba(0, 255, 255, 0.5),
      -1px 0 0 rgba(138, 92, 255, 0.45);
    animation: chromaShift 3.6s ease-in-out infinite;
  }

  /* ==== keyframes ==== */
  @keyframes cyModalInBox {
    from {
      transform: translateY(10px) scale(0.985);
      filter: blur(6px) saturate(1.15);
      opacity: 0;
    }
    to {
      transform: none;
      filter: none;
      opacity: 1;
    }
  }
  @keyframes cyModalOutBox {
    from {
      transform: none;
      filter: none;
      opacity: 1;
    }
    to {
      transform: translateY(10px) scale(0.985);
      filter: blur(6px) saturate(1.15);
      opacity: 0;
    }
  }
  @keyframes neonPulse {
    0%,
    100% {
      box-shadow: 0 0 22px rgba(0, 255, 255, 0.26),
        inset 0 0 8px rgba(0, 255, 255, 0.18);
    }
    50% {
      box-shadow: 0 0 36px rgba(0, 255, 255, 0.38),
        inset 0 0 12px rgba(0, 255, 255, 0.25);
    }
  }
  @keyframes borderSweep {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes scanTexture {
    from {
      transform: translateY(-12px);
    }
    to {
      transform: translateY(12px);
    }
  }
  @keyframes flicker {
    0%,
    100% {
      opacity: 0.55;
    }
    5% {
      opacity: 0.75;
    }
    7% {
      opacity: 0.5;
    }
    9% {
      opacity: 0.7;
    }
    50% {
      opacity: 0.6;
    }
    55% {
      opacity: 0.4;
    }
    60% {
      opacity: 0.65;
    }
    80% {
      opacity: 0.58;
    }
  }
  @keyframes chromaShift {
    0%,
    100% {
      text-shadow: 0 0 6px rgba(0, 255, 255, 0.4),
        1px 0 0 rgba(0, 255, 255, 0.5), -1px 0 0 rgba(138, 92, 255, 0.45);
    }
    50% {
      text-shadow: 0 0 10px rgba(0, 255, 255, 0.6),
        2px 0 0 rgba(0, 255, 255, 0.6), -2px 0 0 rgba(138, 92, 255, 0.55);
    }
  }
  /* セクションはABOUTと同じ2段(タイトル/本文)＋100svh運用 */
  #sec-works > .container {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 14px;
    max-height: 100svh;
    overflow: hidden;
  }

  /* カードは縦に3つ（横スクロールなし） */
  .biz-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: auto;
    padding-bottom: 8px;
  }
  .biz-card {
    min-height: 58px;
    padding: 12px 14px;
    clip-path: none;
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 255, 0.25);
    background: linear-gradient(180deg, #0e2b2f, #0b2226);
    box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.12);
    text-align: left;
  }
  .biz-card .b-glow,
  .biz-card .b-scan {
    display: none;
  }

  /* 下部ドロワーはモバイル時は使わない */
  .biz-drawer {
    display: none;
  }

  /* ===== Cyber Modal ===== */
  .biz-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
  }
  .biz-modal[hidden] {
    display: none;
  }
  .biz-modal__veil {
    position: absolute;
    inset: 0;
  }
  .biz-modal__box {
    position: relative;
    width: min(92vw, 560px);
    max-height: 86vh;
    background: linear-gradient(180deg, #061416, #030b0d);
    color: #e6f7ff;
    border: 1px solid rgba(0, 255, 255, 0.35);
    box-shadow: 0 0 24px rgba(0, 255, 255, 0.28),
      inset 0 0 8px rgba(0, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    animation: cyModalIn 0.38s cubic-bezier(0.2, 0.7, 0.1, 1);
  }
  .biz-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(0, 255, 255, 0.35);
    background: rgba(12, 16, 24, 0.6);
    cursor: pointer;
  }
  .biz-modal__close::before,
  .biz-modal__close::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 72%;
    height: 2px;
    background: linear-gradient(90deg, #00f5ff, #8a5cff);
    box-shadow: 0 0 6px #00f5ff;
  }
  .biz-modal__close::before {
    transform: rotate(45deg);
  }
  .biz-modal__close::after {
    transform: rotate(-45deg);
  }

  .biz-modal__scan {
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: screen;
  }
  .biz-modal__scan::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      180deg,
      rgba(0, 255, 255, 0.08) 0 2px,
      transparent 2px 6px
    );
    opacity: 0.55;
    filter: blur(0.2px);
    animation: scanTexture 2.4s linear infinite;
  }
  .biz-modal__inner {
    padding: 20px 16px 18px;
    max-height: 86vh;
    overflow: auto;
  }

  /* モーダル内のベース（既存drawerの見出し/本文を流用） */
  .biz-modal .dw-ttl {
    font-size: 1.5rem;
    color: #9ffcff;
    margin-bottom: 6px;
  }
  .biz-modal .dw-lead {
    font-size: 1.2rem;
    margin: 15px 0 20px;
  }
  .biz-modal .dw-list {
  }
  .biz-modal .dw-list li {
    margin-bottom: 6px;
    line-height: 1.55;
  }

  @keyframes scanTexture {
    from {
      transform: translateY(-12px);
    }
    to {
      transform: translateY(12px);
    }
  }
  @keyframes cyModalIn {
    from {
      transform: translateY(10px) scale(0.98);
      filter: blur(6px) contrast(1.2);
      opacity: 0;
    }
    to {
      transform: none;
      filter: none;
      opacity: 1;
    }
  }
  /* ▼ オープン/クローズ時のルートフェード */
  .biz-modal {
    opacity: 0;
    transition: opacity 0.28s ease;
  }
  .biz-modal.is-open {
    opacity: 1;
  }
  .biz-modal.is-close {
    opacity: 0;
  } /* クローズ中もdisplayさせておく */

  /* ▼ ボックス：ネオン脈動＋ボーダースイープ＋開閉アニメ */
  .biz-modal__box {
    position: relative;
    width: min(92vw, 560px);
    max-height: 86vh;
    background: radial-gradient(
        120% 140% at 10% 0%,
        rgba(0, 255, 255, 0.08),
        transparent 40%
      ),
      linear-gradient(180deg, #061416, #030b0d);
    border: 1px solid rgba(0, 255, 255, 0.35);
    box-shadow: 0 0 26px rgba(0, 255, 255, 0.28),
      inset 0 0 8px rgba(0, 255, 255, 0.18);

    border-radius: 10px;
    overflow: hidden;
    animation: cyModalInBox 0.38s cubic-bezier(0.2, 0.7, 0.1, 1);
  }
  /* クローズ時は逆再生 */
  .biz-modal__box.is-closing {
    animation: cyModalOutBox 0.28s ease forwards;
  }

  /* ネオンの脈動 */
  .biz-modal__box {
    animation-name: cyModalInBox, neonPulse;
    animation-duration: 0.38s, 2.8s;
    animation-delay: 0s, 0.38s;
    animation-iteration-count: 1, infinite;
  }

  /* ボーダーを走るスイープ */
  .biz-modal__box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    pointer-events: none;
    /* 角に沿って回るラインを擬似的に演出 */
    background: conic-gradient(
      from 0deg at 50% 50%,
      transparent 0 84%,
      rgba(0, 255, 255, 0.6) 86% 92%,
      transparent 94% 100%
    );
    -webkit-mask: linear-gradient(#000, #000) content-box,
      linear-gradient(#000, #000);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    animation: borderSweep 2.2s linear infinite;
    opacity: 0.55;
  }

  /* スキャンライン＋微ノイズ（既存scanを強化） */
  .biz-modal__scan::before {
    background: repeating-linear-gradient(
        180deg,
        rgba(0, 255, 255, 0.1) 0 2px,
        transparent 2px 6px
      ),
      repeating-linear-gradient(
        90deg,
        rgba(138, 92, 255, 0.06) 0 1px,
        transparent 1px 3px
      );
    opacity: 0.6;
    filter: contrast(1.2) blur(0.2px);
    animation: scanTexture 2.2s linear infinite, flicker 4s ease-in-out infinite;
  }

  /* タイトルのクロマチック・グリッチ（控えめ） */
  .biz-modal .dw-ttl {
    text-shadow: 0 0 6px rgba(0, 255, 255, 0.4), 1px 0 0 rgba(0, 255, 255, 0.5),
      -1px 0 0 rgba(138, 92, 255, 0.45);
    animation: chromaShift 3.6s ease-in-out infinite;
  }

  /* ==== keyframes ==== */
  @keyframes cyModalInBox {
    from {
      transform: translateY(10px) scale(0.985);
      filter: blur(6px) saturate(1.15);
      opacity: 0;
    }
    to {
      transform: none;
      filter: none;
      opacity: 1;
    }
  }
  @keyframes cyModalOutBox {
    from {
      transform: none;
      filter: none;
      opacity: 1;
    }
    to {
      transform: translateY(10px) scale(0.985);
      filter: blur(6px) saturate(1.15);
      opacity: 0;
    }
  }
  @keyframes neonPulse {
    0%,
    100% {
      box-shadow: 0 0 22px rgba(0, 255, 255, 0.26),
        inset 0 0 8px rgba(0, 255, 255, 0.18);
    }
    50% {
      box-shadow: 0 0 36px rgba(0, 255, 255, 0.38),
        inset 0 0 12px rgba(0, 255, 255, 0.25);
    }
  }
  @keyframes borderSweep {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes scanTexture {
    from {
      transform: translateY(-12px);
    }
    to {
      transform: translateY(12px);
    }
  }
  @keyframes flicker {
    0%,
    100% {
      opacity: 0.55;
    }
    5% {
      opacity: 0.75;
    }
    7% {
      opacity: 0.5;
    }
    9% {
      opacity: 0.7;
    }
    50% {
      opacity: 0.6;
    }
    55% {
      opacity: 0.4;
    }
    60% {
      opacity: 0.65;
    }
    80% {
      opacity: 0.58;
    }
  }
  @keyframes chromaShift {
    0%,
    100% {
      text-shadow: 0 0 6px rgba(0, 255, 255, 0.4),
        1px 0 0 rgba(0, 255, 255, 0.5), -1px 0 0 rgba(138, 92, 255, 0.45);
    }
    50% {
      text-shadow: 0 0 10px rgba(0, 255, 255, 0.6),
        2px 0 0 rgba(0, 255, 255, 0.6), -2px 0 0 rgba(138, 92, 255, 0.55);
    }
  }
}
@media (max-width: 900px) {
  .fv ul {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .glitch-logo {
    width: 210px;
    height: 70px;
  }
}
/* =========================================================
   Sections: Mobile layout (<=768px) — fit into 100vh
   ========================================================= */
@media (max-width: 768px) {
  /* パネル全体：タイトル + スクロール領域の2段 */
  .panel > .container {
    display: grid;
    grid-template-rows: auto 1fr; /* 上：見出し / 下：中身 */
    gap: 14px;
    overflow: hidden;
    padding-bottom: 2rem;
  }
  .panel .sec-title {
    margin: 0 2px 4px;
    font-size: clamp(22px, 6vw, 32px);
  }
  /* ===== ABOUT ===== */
  .about-split {
    margin-top: 10px;
  }
  .about-split .st-box {
    padding: 12px 16px 8px;
  }
  .st-ttl {
    font-size: 1.5rem;
  }
  .st-lead {
    font-size: 1.25rem;
    margin: 12px 0 8px;
  }
  .about-values-item p,
  .st-txt {
    font-size: 14px;
  }

  /* ===== COMPANY ===== */
  .company-stack {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 12px;
    height: 100%;
  }
  .company-hero {
    padding: 12px 14px;
    background: linear-gradient(180deg, #061416 0%, #030b0d 100%);
    box-shadow: 0 0 18px rgba(0, 255, 255, 0.18),
      inset 0 0 0 1px rgba(0, 255, 255, 0.22);
    border-radius: 10px;
  }
  .comp-rail {
    overflow: auto;
    padding: 2px 2px 6px;
  }
  .comp-cards {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    gap: 10px;
  }
  .comp-card {
    padding: 14px 12px;
    background: linear-gradient(180deg, #0e2b2f, #0b2226);
    box-shadow: inset 0 0 0 2px rgba(0, 255, 255, 0.18);
    border-radius: 10px;
  }
  .comp-meta {
    font-size: 11px;
    opacity: 0.8;
  }
  .comp-num {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  /* タイムライン（縦並び） */
  .comp-timeline {
    margin-top: 12px;
    display: grid;
    gap: 10px;
  }
  .comp-item {
    padding: 10px 12px;
    border-left: 2px solid rgba(0, 255, 255, 0.35);
    background: rgba(6, 20, 22, 0.55);
  }
  .st-panels {
    padding-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .company--index .company-overview div {
    display: flex;
    flex-direction: column;
  }
  .company--index.company--compact .company-overview div {
    gap: 0.5rem;
    padding: 0.75rem 1rem;
  }
  .company--index .company-overview dd {
    line-height: 1.5;
    font-size: 14px;
  }
  .biz-card .b-title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .fv ul {
    transform: translate(-50%, -50%) scale(1);
  }
  .glitch-logo {
    width: 180px;
    height: 80px;
  }

  .st-tab::before {
    left: 10px;
    width: 7px;
  }
  .about-split .st-tab {
    padding: 0 8px 0 23px;
    height: 38px;
    border-radius: 7px;
  }
  .about-split .st-tab__label {
    font-size: 12px;
  }
  .container {
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  .fv ul {
    transform: translate(-50%, -50%) scale(0.9);
  }
  .glitch-logo {
    width: 160px;
    height: 70px;
  }
}

/* 320px以下での微調整 */
@media (max-width: 320px) {
  .about-split .st-tab {
    height: 40px;
    padding: 0 12px;
  }
  .comp-cards {
    grid-template-columns: 1fr;
  } /* 1列に落とす */
  .menu-trigger {
    gap: 8px;
    padding: 8px 12px;
  }
  .menu-trigger .burger {
    width: 24px;
    height: 18px;
  }
  .panel {
    width: 92%;
  }
  .m-menu .cy-item {
    padding: 12px;
    border-radius: 10px;
  }
  .m-menu .cy-item .label {
    font-size: 0.95rem;
  }
}

