/* ============================================================
   Vogueer グローバルフッター — vg-footer.css（全ページ共通）
   ============================================================ */
.vgf{
  background:#060608;
  border-top:1px solid rgba(255,255,255,.07);
  padding:clamp(48px,7vw,72px) 24px 0;
  color:#c7c8d2;
  font-family:'Noto Sans JP',system-ui,sans-serif;
}
.vgf *{box-sizing:border-box}
.vgf__inner{
  max-width:1080px;margin:0 auto;
  display:flex;flex-wrap:wrap;gap:clamp(36px,6vw,80px);
  justify-content:space-between;align-items:flex-start;
  padding-bottom:44px;
}
.vgf__logo{font-family:'Great Vibes',cursive;font-size:40px;color:#fff;line-height:1}
.vgf__tag{margin:12px 0 0;font-size:12px;color:#6f7180;letter-spacing:.06em}
.vgf__cols{display:flex;flex-wrap:wrap;gap:clamp(32px,5vw,72px)}
.vgf__col{display:flex;flex-direction:column;gap:10px;min-width:150px}
.vgf__head{font-size:11px;letter-spacing:.28em;color:#8fe8ff;font-weight:700;margin-bottom:6px}
.vgf__col a{color:#c7c8d2 !important;font-size:13px;text-decoration:none;transition:color .2s;line-height:1.8}
.vgf__col a:hover{color:#fff !important}
.vgf__bottom{
  max-width:1080px;margin:0 auto;
  display:flex;flex-wrap:wrap;gap:8px 24px;justify-content:space-between;
  border-top:1px solid rgba(255,255,255,.06);
  padding:18px 0 26px;
  font-size:11px;color:#55565f;letter-spacing:.05em;
}
@media (max-width:640px){
  .vgf__inner{flex-direction:column}
  .vgf__cols{width:100%;justify-content:space-between}
}

/* SNSアイコン（Instagram / Threads） */
.vgf__sns{display:flex;gap:16px;margin-top:16px}
.vgf__sns a{color:#adaeb8;display:inline-flex;transition:color .2s ease,transform .2s ease}
.vgf__sns a:hover{color:#8fe8ff;transform:translateY(-2px)}
.vgf__sns svg{width:22px;height:22px}

/* 筆記体テキスト → ロゴ画像化 */
.vgf__logo img{height:38px;width:auto;display:block}
