/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ============================================================
   reCAPTCHA
   ============================================================ */
.grecaptcha-badge { display: none !important; }

/* ============================================================
   変数
   ============================================================ */
:root {
  --hkg-black:      #0d0d0d;
  --hkg-black-mid:  #151515;
  --hkg-black-soft: #1e1e1e;
  --hkg-gold:       #c8a96a;
  --hkg-gold-dark:  #a8893a;
  --hkg-gold-light: #e2c98a;
  --hkg-white:      #ffffff;
  --hkg-off-white:  #f7f6f3;
  --hkg-gray-100:   #f0ede8;
  --hkg-gray-300:   #d0cdc8;
  --hkg-gray-500:   #888780;
  --hkg-gray-700:   #444441;
  --hkg-text:       #1a1a1a;
  --hkg-text-mid:   #555555;
  --hkg-text-light: #999999;
  --hkg-sb-width:   240px;
  --hkg-font-serif: 'Noto Serif JP', serif;
  --hkg-font-sans:  'Noto Sans JP', sans-serif;
  --hkg-font-disp:  'Bebas Neue', sans-serif;
  --hkg-ease:       cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --hkg-ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
}

/* ============================================================
   Astra リセット
   ============================================================ */

/* ヘッダー・フッター・関連UI非表示 */
.site-header,
#masthead,
#ast-fixed-header,
.ast-site-header-cart,
.ast-above-header-section,
.ast-below-header-section,
#ast-desktop-header,
#ast-mobile-header,
.ast-mobile-header-wrap,
.site-footer,
#colophon,
.footer-widget-area,
.ast-breadcrumbs-wrapper,
.entry-title,
.page-title,
.ast-page-title-section,
.ast-separate-container .ast-article-post {
  display: none !important;
}

/* ページ構造の余白・幅リセット */
#page,
#content,
.site-content,
#primary,
#secondary,
.widget-area,
.ast-right-sidebar,
.ast-left-sidebar,
.ast-grid-right-section,
.ast-grid-left-section {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

.ast-container,
#content > .ast-container,
#content .ast-container,
div.ast-container {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.entry-content,
.entry-content > *:first-child,
.entry-header,
.entry-footer,
article.post,
article.page,
.post-0,
.hentry,
.ast-separate-container .entry-content {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 上余白を全段階で0に */
body,
#page,
#page.site {
  padding-top: 0 !important;
  margin-top:  0 !important;
}

/* #primary の余分なmargin-bottom */
#primary.content-area {
  margin-bottom: 0 !important;
}

/* ============================================================
   レイアウト — #page を右にずらす
   ============================================================ */
#page {
  margin-left: var(--hkg-sb-width) !important;
  width: calc(100% - var(--hkg-sb-width)) !important;
  max-width: none !important;
  box-sizing: border-box !important;
  transition: margin-left 0.3s, width 0.3s;
}

/* フッターは #page 外に出力されるので個別に指定 */
.hkg-footer {
  margin-left: var(--hkg-sb-width) !important;
  box-sizing: border-box !important;
}

.hkg-main {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
  box-sizing: border-box;
}

body.hkg-no-scroll { overflow: hidden; }

/* ============================================================
   サイドバー
   ============================================================ */
.hkg-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--hkg-sb-width);
  height: 100vh;
  background: var(--hkg-black);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.hkg-sidebar::-webkit-scrollbar { display: none; }

.hkg-sb-logo {
  padding: 36px 28px 28px;
  border-bottom: 1px solid #1a1a1a;
  flex-shrink: 0;
}
.hkg-sb-mark {
  width: 36px;
  height: 2px;
  background: var(--hkg-gold);
  margin-bottom: 16px;
}
.hkg-sb-logo-link { display: block; text-decoration: none; }
.hkg-sb-logo-ja {
  display: block;
  font-size: 15px;
  color: var(--hkg-white);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
  font-family: var(--hkg-font-sans);
}
.hkg-sb-logo-en {
  display: block;
  font-size: 15px;
  color: #888;
  letter-spacing: 0.16em;
  margin-top: 8px;
  font-family: var(--hkg-font-disp);
}

.hkg-sb-nav { padding: 24px 0; flex: 1; }
.hkg-sb-nav-label {
  display: block;
  font-size: 15px;
  letter-spacing: 0.18em;
  color: #888;
  padding: 0 28px;
  margin-bottom: 10px;
  font-family: var(--hkg-font-disp);
}
.hkg-sb-nav-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 28px;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}
.hkg-sb-nav-item:hover { background: #151515; border-left-color: #3a3a3a; }
.hkg-sb-nav-item--active { background: #161610; border-left-color: var(--hkg-gold); }
.hkg-sb-nav-icon { font-size: 17px; color: #888; width: 20px; text-align: center; flex-shrink: 0; }
.hkg-sb-nav-item--active .hkg-sb-nav-icon { color: var(--hkg-gold); }
.hkg-sb-nav-text { display: flex; flex-direction: column; gap: 2px; }
.hkg-sb-nav-ja { font-size: 15px; color: #ccc; letter-spacing: 0.04em; font-family: var(--hkg-font-sans); font-weight: 400; }
.hkg-sb-nav-en { font-size: 15px; color: #777; letter-spacing: 0.1em; font-family: var(--hkg-font-disp); }
.hkg-sb-nav-item--active .hkg-sb-nav-ja { color: var(--hkg-gold); }
.hkg-sb-nav-item--active .hkg-sb-nav-en { color: #a07830; }
.hkg-sb-nav-item--contact .hkg-sb-nav-ja { color: var(--hkg-gold); }

.hkg-sb-divider { height: 1px; background: #2a2a2a; margin: 8px 28px; }

.hkg-sb-tel {
  margin: 0 16px 18px;
  padding: 14px 16px;
  background: #161614;
  border: 1px solid #2a2a24;
}
.hkg-sb-tel-label { display: block; font-size: 15px; color: #888; letter-spacing: 0.14em; margin-bottom: 6px; font-family: var(--hkg-font-disp); }
.hkg-sb-tel-num { display: block; font-size: 18px; color: var(--hkg-gold); font-weight: 500; letter-spacing: 0.04em; text-decoration: none; font-family: var(--hkg-font-sans); }
.hkg-sb-tel-num:hover { color: var(--hkg-gold-light); }
.hkg-sb-tel-time { display: block; font-size: 15px; color: #888; margin-top: 4px; }

/* ============================================================
   ハンバーガー
   ============================================================ */
.hkg-hamburger {
  display: none;
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1100;
  width: 44px;
  height: 44px;
  background: var(--hkg-black);
  border: 1px solid #2a2a2a;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0;
}
.hkg-hamburger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--hkg-gold);
  transition: transform 0.3s var(--hkg-ease), opacity 0.3s;
  transform-origin: center;
}
.hkg-hamburger--open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hkg-hamburger--open span:nth-child(2) { opacity: 0; }
.hkg-hamburger--open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.hkg-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s;
}
.hkg-overlay--show { opacity: 1; }

/* ============================================================
   ボタン
   ============================================================ */
.hkg-btn {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.06em;
  padding: 11px 26px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  font-family: var(--hkg-font-sans);
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
}
.hkg-btn--primary { border: 1px solid var(--hkg-gold); color: var(--hkg-gold); background: transparent; }
.hkg-btn--primary:hover { background: var(--hkg-gold); color: var(--hkg-black); }
.hkg-btn--ghost { border: 1px solid #3a3a3a; color: #888; background: transparent; }
.hkg-btn--ghost:hover { border-color: #666; color: var(--hkg-white); }
.hkg-btn--gold { background: var(--hkg-gold); color: var(--hkg-black); border: 1px solid var(--hkg-gold); font-weight: 500; }
.hkg-btn--gold:hover { background: var(--hkg-gold-light); border-color: var(--hkg-gold-light); }
.hkg-btn--ghost-light { border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); background: transparent; }
.hkg-btn--ghost-light:hover { border-color: rgba(255,255,255,0.5); color: var(--hkg-white); }
.hkg-btn-label { display: block; font-size: 12px; letter-spacing: 0.12em; opacity: 0.6; margin-bottom: 2px; font-family: var(--hkg-font-disp); }

/* ============================================================
   HERO
   ============================================================ */
.hkg-hero {
  position: relative;
  background: var(--hkg-black);
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hkg-hero-slides { position: absolute; inset: 0; z-index: 0; }
.hkg-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
  transform: scale(1.08);
}
.hkg-hero-slide--active { opacity: 1; animation: hkg-zoom-out 7s ease-out forwards; }
@keyframes hkg-zoom-out {
  from { transform: scale(1.08); }
  to   { transform: scale(1.0); }
}
.hkg-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.2) 100%),
    linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
}
.hkg-hero-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(255,255,255,0.015) 79px, rgba(255,255,255,0.015) 80px);
  pointer-events: none;
}
.hkg-hero-indicators { position: absolute; bottom: 36px; left: 56px; display: flex; gap: 8px; z-index: 10; }
.hkg-hero-ind { display: block; width: 24px; height: 1.5px; background: rgba(255,255,255,0.25); cursor: pointer; transition: background 0.3s, width 0.3s; }
.hkg-hero-ind--active { width: 48px; background: var(--hkg-gold); }
.hkg-hero-inner { position: relative; z-index: 3; padding: 80px 60px 80px 56px; max-width: 700px; }
.hkg-hero-eyebrow { font-size: 15px; letter-spacing: 0.2em; color: #888; margin: 0 0 20px; font-family: var(--hkg-font-disp); }
.hkg-hero-h1 { font-size: clamp(2.8rem, 6vw, 4.5rem); font-weight: 300; line-height: 1.1; margin: 0 0 24px; font-family: var(--hkg-font-serif); }
.hkg-hero-h1-main { color: var(--hkg-white); }
.hkg-hero-h1-accent { color: var(--hkg-gold); display: inline; }
.hkg-hero-sub { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.9; margin: 0 0 36px; font-family: var(--hkg-font-sans); font-weight: 300; }
.hkg-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hkg-hero-scroll { position: absolute; bottom: 32px; right: 40px; display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 3; }
.hkg-hero-scroll-text { font-size: 9px; color: #555; letter-spacing: 0.18em; writing-mode: vertical-rl; font-family: var(--hkg-font-disp); }
.hkg-hero-scroll-line {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, #555, transparent);
  animation: hkg-scroll-line 1.6s ease-in-out infinite;
}
@keyframes hkg-scroll-line {
  0%, 100% { transform: scaleY(1); transform-origin: top; opacity: 1; }
  50%       { transform: scaleY(0.5); transform-origin: top; opacity: 0.4; }
}

/* ============================================================
   アニメーション
   ============================================================ */
.hkg-anim { opacity: 0; transform: translateY(16px); transition: opacity 0.65s var(--hkg-ease-out), transform 0.65s var(--hkg-ease-out); }
.hkg-anim--in { opacity: 1; transform: translateY(0); }
.hkg-reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s var(--hkg-ease-out), transform 0.7s var(--hkg-ease-out); }
.hkg-reveal--in { opacity: 1; transform: translateY(0); }
.hkg-reveal-child { opacity: 0; transform: translateY(20px); transition: opacity 0.5s var(--hkg-ease-out), transform 0.5s var(--hkg-ease-out); }
.hkg-reveal-child--in { opacity: 1; transform: translateY(0); }

/* ============================================================
   ティッカー
   ============================================================ */
.hkg-ticker { background: #080808; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; overflow: hidden; padding: 11px 0; }
.hkg-ticker-track { display: flex; width: max-content; animation: hkg-ticker 28s linear infinite; }
@keyframes hkg-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hkg-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  font-size: 13px;
  color: #999 !important;
  letter-spacing: 0.06em;
  white-space: nowrap;
  font-family: var(--hkg-font-sans);
  font-weight: 300;
}
.hkg-ticker-dot { display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--hkg-gold); flex-shrink: 0; }

/* ============================================================
   セクション共通
   ============================================================ */
.hkg-section { padding: 72px 56px; }
.hkg-section-inner { max-width: 800px; }
.hkg-section-label { display: flex; align-items: baseline; gap: 14px; margin-bottom: 28px; }
.hkg-section-label-en { font-size: 2rem; font-weight: 400; color: var(--hkg-gold); letter-spacing: 0.1em; font-family: var(--hkg-font-disp); line-height: 1; }
.hkg-section-label-ja { font-size: 15px; color: var(--hkg-gray-500); letter-spacing: 0.1em; font-family: var(--hkg-font-sans); }

/* ============================================================
   ABOUT
   ============================================================ */
.hkg-about { background: var(--hkg-off-white); border-bottom: 1px solid var(--hkg-gray-100); position: relative; }
.hkg-about-h2 { font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 300; line-height: 1.5; margin: 0 0 28px; font-family: var(--hkg-font-serif); color: var(--hkg-text); }
.hkg-about-body { display: flex; flex-direction: column; gap: 16px; }
.hkg-about-body p { font-size: 16px; color: var(--hkg-text-mid); line-height: 1.95; font-weight: 300; margin: 0; }
.hkg-about-tagline { font-size: 16px; color: var(--hkg-text); font-family: var(--hkg-font-serif); font-weight: 400; padding-left: 16px; border-left: 2px solid var(--hkg-gold); margin-top: 8px; }

/* ============================================================
   SERVICE（トップページ）
   ============================================================ */
.hkg-services { background: var(--hkg-white); border-bottom: 1px solid var(--hkg-gray-100); position: relative; }
.hkg-service-list { display: flex; flex-direction: column; }
.hkg-service-item { display: flex; align-items: flex-start; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--hkg-gray-100); text-decoration: none; color: inherit; transition: background 0.2s; position: relative; }
.hkg-service-item:first-child { border-top: 1px solid var(--hkg-gray-100); }
.hkg-service-item:hover { background: var(--hkg-off-white); margin: 0 -56px; padding-left: 56px; padding-right: 56px; }
.hkg-service-num { font-size: 2.2rem; color: var(--hkg-gray-300); font-family: var(--hkg-font-disp); line-height: 1; min-width: 52px; flex-shrink: 0; transition: color 0.2s; }
.hkg-service-item:hover .hkg-service-num { color: var(--hkg-gold); }
.hkg-service-body { flex: 1; }
.hkg-service-name { font-size: 15px; font-weight: 500; color: var(--hkg-text); margin: 0 0 4px; font-family: var(--hkg-font-sans); }
.hkg-service-en { font-size: 13px; color: var(--hkg-text-light); letter-spacing: 0.1em; margin: 0 0 10px; font-family: var(--hkg-font-disp); }
.hkg-service-desc { font-size: 15px; color: var(--hkg-text-mid); line-height: 1.8; margin: 0; font-weight: 300; }
.hkg-service-arrow { font-size: 16px; color: var(--hkg-gray-300); align-self: center; transition: transform 0.2s, color 0.2s; flex-shrink: 0; }
.hkg-service-item:hover .hkg-service-arrow { transform: translateX(5px); color: var(--hkg-gold); }

/* ============================================================
   SCENE
   ============================================================ */
.hkg-scene { background: var(--hkg-off-white); border-bottom: 1px solid var(--hkg-gray-100); position: relative; }
.hkg-scene-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hkg-scene-card { background: var(--hkg-white); border: 0.5px solid var(--hkg-gray-100); overflow: hidden; transition: border-color 0.2s; }
.hkg-scene-card:hover { border-color: var(--hkg-gold); }
.hkg-scene-card-img { width: 100%; height: 200px; background-size: cover; background-position: center; transition: transform 0.6s ease; }
.hkg-scene-card:hover .hkg-scene-card-img { transform: scale(1.04); }
.hkg-scene-card-body { padding: 22px 22px 24px; border-top: 3px solid var(--hkg-black); transition: border-top-color 0.2s; }
.hkg-scene-card:hover .hkg-scene-card-body { border-top-color: var(--hkg-gold); }
.hkg-scene-card-title { font-size: 15px; font-weight: 500; color: var(--hkg-text); margin: 0 0 12px; font-family: var(--hkg-font-sans); }
.hkg-scene-card-text { font-size: 13px; color: var(--hkg-text-mid); line-height: 1.85; margin: 0 0 16px; font-weight: 300; }
.hkg-scene-card-link { font-size: 15px; color: var(--hkg-gold); text-decoration: none; letter-spacing: 0.04em; transition: letter-spacing 0.2s; }
.hkg-scene-card-link:hover { letter-spacing: 0.08em; }
.hkg-scene-wide { position: relative; margin-top: 16px; height: 200px; background-size: cover; background-position: center; overflow: hidden; }
.hkg-scene-wide-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%); }
.hkg-scene-wide-body { position: relative; z-index: 1; padding: 32px 28px; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.hkg-scene-wide-title { font-size: 16px; font-weight: 500; color: var(--hkg-white); margin: 0 0 8px; font-family: var(--hkg-font-sans); }
.hkg-scene-wide-text { font-size: 15px; color: rgba(255,255,255,0.7); margin: 0 0 16px; font-weight: 300; line-height: 1.7; }

/* ============================================================
   NEWS
   ============================================================ */
.hkg-news { background: var(--hkg-white); border-bottom: 1px solid var(--hkg-gray-100); position: relative; }
.hkg-news-list { display: flex; flex-direction: column; }
.hkg-news-item { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--hkg-gray-100); text-decoration: none; color: inherit; transition: background 0.15s; }
.hkg-news-item:first-child { border-top: 1px solid var(--hkg-gray-100); }
.hkg-news-item:hover { background: var(--hkg-off-white); margin: 0 -56px; padding-left: 56px; padding-right: 56px; }
.hkg-news-date { font-size: 15px; color: var(--hkg-gray-500); min-width: 72px; font-variant-numeric: tabular-nums; letter-spacing: 0.04em; font-family: var(--hkg-font-sans); font-weight: 300; }
.hkg-news-badge { font-size: 9px; background: var(--hkg-black); color: var(--hkg-gold); padding: 3px 8px; letter-spacing: 0.06em; font-family: var(--hkg-font-disp); flex-shrink: 0; }
.hkg-news-text { font-size: 16px; color: var(--hkg-text); flex: 1; font-weight: 300; }
.hkg-news-arrow { font-size: 16px; color: var(--hkg-gray-300); transition: transform 0.2s, color 0.2s; }
.hkg-news-item:hover .hkg-news-arrow { transform: translateX(4px); color: var(--hkg-gold); }

/* ============================================================
   CTA バナー
   ============================================================ */
.hkg-cta-banner { background: var(--hkg-black); padding: 60px 56px; border-top: 1px solid #1a1a1a; }
.hkg-cta-banner-inner { max-width: 800px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hkg-cta-banner-sub { font-size: 15px; color: #aaa; letter-spacing: 0.12em; margin: 0 0 10px; font-family: var(--hkg-font-disp); }
.hkg-cta-banner-h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 300; color: var(--hkg-white); line-height: 1.5; margin: 0; font-family: var(--hkg-font-serif); }
.hkg-cta-banner-actions { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.hkg-footer { background: #080808; padding: 48px 56px 24px; border-top: 1px solid #141414; }
.hkg-footer-inner { max-width: 800px; display: flex; gap: 60px; margin-bottom: 36px; }
.hkg-footer-logo { font-size: 16px; color: #ddd; font-weight: 500; margin-bottom: 10px; font-family: var(--hkg-font-sans); }
.hkg-footer-address,
.hkg-footer-tel { font-size: 15px; color: #bbb; margin: 0 0 4px; font-weight: 300; line-height: 1.7; }
.hkg-footer-nav { display: flex; flex-direction: column; gap: 10px; padding-top: 2px; }
.hkg-footer-nav a { font-size: 15px; color: #aaa; text-decoration: none; letter-spacing: 0.04em; font-weight: 300; transition: color 0.2s; }
.hkg-footer-nav a:hover { color: var(--hkg-gold); }
.hkg-footer-copy { border-top: 1px solid #1e1e1e; padding-top: 20px; max-width: 800px; }
.hkg-footer-copy p { font-size: 15px; color: #666; margin: 0; letter-spacing: 0.04em; }

/* ============================================================
   縦書き装飾テキスト
   ============================================================ */
.hkg-vert-text {
  position: absolute;
  writing-mode: vertical-rl;
  font-family: var(--hkg-font-disp);
  font-size: 72px;
  letter-spacing: 0.2em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(200,169,106,0.22);
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--hkg-ease-out), transform 1s var(--hkg-ease-out);
}
.hkg-reveal--in .hkg-vert-text { opacity: 1; transition-delay: 0.3s; }
.hkg-vert-text--right { right: 32px; top: 50%; transform: translateY(calc(-50% + 30px)); }
.hkg-reveal--in .hkg-vert-text--right { transform: translateY(-50%); }
.hkg-about, .hkg-services, .hkg-scene, .hkg-news { position: relative; overflow: visible; }

/* ============================================================
   ブロックエディタ「最新の投稿」
   ============================================================ */
.hkg-news .wp-block-latest-posts,
.hkg-news .wp-block-latest-posts__list { list-style: none !important; margin: 0 !important; padding: 0 !important; display: flex !important; flex-direction: column !important; }
.hkg-news .wp-block-latest-posts__list li { display: flex !important; align-items: center !important; gap: 16px !important; padding: 16px 0 !important; border-bottom: 1px solid var(--hkg-gray-100) !important; transition: background 0.15s !important; margin: 0 !important; }
.hkg-news .wp-block-latest-posts__list li:first-child { border-top: 1px solid var(--hkg-gray-100) !important; }
.hkg-news .wp-block-latest-posts__post-date { font-size: 15px !important; color: var(--hkg-gray-500) !important; min-width: 72px !important; font-variant-numeric: tabular-nums !important; letter-spacing: 0.04em !important; font-family: var(--hkg-font-sans) !important; font-weight: 300 !important; order: -1 !important; }
.hkg-news .wp-block-latest-posts__list li > a { font-size: 16px !important; color: var(--hkg-text) !important; font-weight: 300 !important; text-decoration: none !important; flex: 1 !important; font-family: var(--hkg-font-sans) !important; transition: color 0.15s !important; }
.hkg-news .wp-block-latest-posts__list li > a:hover { color: var(--hkg-gold) !important; }
.hkg-news .wp-block-latest-posts__list li > a::before { content: 'NEW' !important; display: inline-block !important; font-size: 9px !important; background: var(--hkg-black) !important; color: var(--hkg-gold) !important; padding: 3px 8px !important; letter-spacing: 0.06em !important; font-family: var(--hkg-font-disp) !important; margin-right: 12px !important; vertical-align: middle !important; }
.hkg-news .wp-block-latest-posts__list li::after { content: '→' !important; font-size: 16px !important; color: var(--hkg-gray-300) !important; transition: transform 0.2s, color 0.2s !important; flex-shrink: 0 !important; }
.hkg-news .wp-block-latest-posts__list li:hover::after { transform: translateX(4px) !important; color: var(--hkg-gold) !important; }
.hkg-news .wp-block-latest-posts { border: none !important; padding: 0 !important; }

/* ============================================================
   サブページ共通
   ============================================================ */
.hkg-page-header { background: var(--hkg-black); padding: 64px 56px 52px; border-bottom: 1px solid #1a1a1a; position: relative; overflow: hidden; }
.hkg-page-header::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(255,255,255,0.012) 79px, rgba(255,255,255,0.012) 80px); }
.hkg-page-header-inner { position: relative; z-index: 1; }
.hkg-page-header-en { font-size: 2.8rem; font-family: var(--hkg-font-disp); color: var(--hkg-gold); letter-spacing: 0.1em; line-height: 1; margin: 0 0 10px; }
.hkg-page-header-ja { font-size: 15px; color: #555; letter-spacing: 0.12em; margin: 0; font-weight: 300; font-family: var(--hkg-font-sans); }

.hkg-sub-section { background: var(--hkg-off-white); position: relative; }
.hkg-sub-content { max-width: 760px; }
.hkg-sub-lead { font-size: 15px; color: var(--hkg-text-mid); line-height: 1.9; margin: 0 0 48px; font-weight: 300; }
.hkg-sub-lead-em { font-size: 16px; color: var(--hkg-text); font-family: var(--hkg-font-serif); font-weight: 400; line-height: 1.8; padding-left: 16px; border-left: 2px solid var(--hkg-gold); margin-bottom: 20px; display: block; }

/* ============================================================
   サービスページ
   ============================================================ */
.hkg-sub-block { padding: 40px 0; border-bottom: 1px solid var(--hkg-gray-100); }
.hkg-sub-block:last-child { border-bottom: none; }
.hkg-sub-block-head { display: flex; align-items: flex-start; gap: 24px; margin-bottom: 24px; }
.hkg-sub-block-num { font-size: 3.5rem; font-family: var(--hkg-font-disp); color: var(--hkg-gray-300); line-height: 1; flex-shrink: 0; min-width: 64px; }
.hkg-sub-block-cat { display: inline-block; font-size: 11px; background: var(--hkg-black); color: var(--hkg-gold); padding: 3px 10px; letter-spacing: 0.08em; font-family: var(--hkg-font-disp); margin-bottom: 8px; }
.hkg-sub-block-title { font-size: 1.4rem; font-weight: 500; color: var(--hkg-text); margin: 4px 0; font-family: var(--hkg-font-sans); }
.hkg-sub-block-en { font-size: 11px; color: var(--hkg-text-light); letter-spacing: 0.1em; font-family: var(--hkg-font-disp); margin: 0; }
.hkg-sub-block-body { padding-left: 88px; }
.hkg-sub-block-body p { font-size: 15px; color: var(--hkg-text-mid); line-height: 1.9; margin: 0 0 14px; font-weight: 300; }
.hkg-sub-block-body strong { color: var(--hkg-text); font-weight: 500; }

.hkg-sub-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-left: 88px; margin-top: 20px; }
.hkg-sub-card { background: var(--hkg-white); border: 0.5px solid var(--hkg-gray-100); border-top: 2px solid var(--hkg-black); padding: 18px 20px; transition: border-top-color 0.2s; }
.hkg-sub-card:hover { border-top-color: var(--hkg-gold); }
.hkg-sub-card-title { font-size: 14px; font-weight: 500; color: var(--hkg-text); margin: 0 0 8px; }
.hkg-sub-card-text { font-size: 13px; color: var(--hkg-text-mid); line-height: 1.8; margin: 0; font-weight: 300; }

.hkg-sub-highlight { background: var(--hkg-black); padding: 20px 24px; margin-top: 20px; margin-left: 88px; }
.hkg-sub-highlight p { font-size: 15px; color: #888; line-height: 1.8; margin: 0; font-weight: 300; }

.hkg-sub-trouble-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding-left: 88px; margin-top: 20px; }
.hkg-sub-trouble { background: var(--hkg-white); border: 0.5px solid var(--hkg-gray-100); padding: 16px 18px; }
.hkg-sub-trouble h3 { font-size: 13px; font-weight: 500; color: var(--hkg-text); margin: 0 0 8px; padding-bottom: 8px; border-bottom: 1px solid var(--hkg-gray-100); }
.hkg-sub-trouble p { font-size: 12px; color: var(--hkg-text-mid); line-height: 1.7; margin: 0; font-weight: 300; }

/* ============================================================
   会社概要ページ
   ============================================================ */
.hkg-greeting { margin-bottom: 16px; }
.hkg-greeting-body p { font-size: 15px; color: var(--hkg-text-mid); line-height: 1.95; margin: 0 0 18px; font-weight: 300; }
.hkg-greeting-name { font-size: 15px; color: var(--hkg-text); font-family: var(--hkg-font-serif); font-weight: 400; padding-left: 16px; border-left: 2px solid var(--hkg-gold); line-height: 1.8; margin-top: 28px; display: block; }
.hkg-company-table { display: flex; flex-direction: column; border-top: 1px solid var(--hkg-gray-100); }
.hkg-company-row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid var(--hkg-gray-100); padding: 20px 0; align-items: start; }
.hkg-company-row dt { font-size: 14px; font-weight: 500; color: var(--hkg-text); padding-right: 24px; line-height: 1.7; }
.hkg-company-row dd { font-size: 15px; color: var(--hkg-text-mid); line-height: 1.8; font-weight: 300; margin: 0; }
.hkg-company-row dd p { margin: 0 0 6px; }
.hkg-company-row dd p:last-child { margin: 0; }
.hkg-map-wrap { margin-top: 12px; border: 0.5px solid var(--hkg-gray-300); }

/* ============================================================
   採用情報ページ
   ============================================================ */
.hkg-recruit-soon { padding: 48px 32px; background: var(--hkg-white); border: 0.5px solid var(--hkg-gray-100); border-left: 4px solid var(--hkg-gold); text-align: center; }
.hkg-recruit-soon p:first-child { font-size: 1.2rem; font-family: var(--hkg-font-serif); color: var(--hkg-text); font-weight: 400; margin: 0 0 12px; }
.hkg-recruit-soon-sub { font-size: 14px; color: var(--hkg-text-light); font-weight: 300; margin: 0; }

/* ============================================================
   お問い合わせページ（CF7）
   ============================================================ */
.hkg-cf7-wrap { background: var(--hkg-white); border: 0.5px solid var(--hkg-gray-100); padding: 40px 36px; margin-bottom: 40px; }
.hkg-form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 24px; }
.hkg-form-row:last-child { margin-bottom: 0; }

.hkg-cf7-wrap label {
  display: flex !important;
  align-items: center !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--hkg-text) !important;
  margin-bottom: 8px !important;
  font-family: var(--hkg-font-sans) !important;
  line-height: 1.5 !important;
}
.hkg-cf7-wrap .required {
  display: inline-block !important;
  font-size: 11px !important;
  background: var(--hkg-gold) !important;
  color: var(--hkg-black) !important;
  padding: 2px 8px !important;
  letter-spacing: 0.06em !important;
  font-family: var(--hkg-font-disp) !important;
  font-weight: 400 !important;
  margin-left: 8px !important;
  vertical-align: middle !important;
  line-height: 1.4 !important;
}
.hkg-cf7-wrap input[type="text"],
.hkg-cf7-wrap input[type="email"],
.hkg-cf7-wrap input[type="tel"],
.hkg-cf7-wrap textarea {
  width: 100% !important;
  height: auto !important;
  padding: 12px 16px !important;
  border: 1px solid var(--hkg-gray-300) !important;
  border-radius: 0 !important;
  background: var(--hkg-off-white) !important;
  font-size: 15px !important;
  font-family: var(--hkg-font-sans) !important;
  color: var(--hkg-text) !important;
  outline: none !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  transition: border-color 0.2s !important;
  line-height: 1.5 !important;
}
.hkg-cf7-wrap input[type="text"]:focus,
.hkg-cf7-wrap input[type="email"]:focus,
.hkg-cf7-wrap input[type="tel"]:focus,
.hkg-cf7-wrap textarea:focus { border-color: var(--hkg-gold) !important; background: var(--hkg-white) !important; }
.hkg-cf7-wrap textarea { min-height: 160px; resize: vertical; }

.hkg-cf7-wrap select {
  width: 100% !important;
  height: auto !important;
  min-height: 48px !important;
  padding: 12px 40px 12px 16px !important;
  border: 1px solid var(--hkg-gray-300) !important;
  border-radius: 0 !important;
  background-color: var(--hkg-off-white) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  font-size: 15px !important;
  font-family: var(--hkg-font-sans) !important;
  color: var(--hkg-text) !important;
  outline: none !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  line-height: 1.5 !important;
}
.hkg-cf7-wrap select:focus { border-color: var(--hkg-gold) !important; background-color: var(--hkg-white) !important; }

.hkg-cf7-wrap input[type="submit"] {
  width: auto !important;
  height: auto !important;
  padding: 14px 40px !important;
  background: transparent !important;
  border: 1px solid var(--hkg-gold) !important;
  color: var(--hkg-gold) !important;
  font-size: 15px !important;
  letter-spacing: 0.08em !important;
  cursor: pointer !important;
  font-family: var(--hkg-font-sans) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  transition: background 0.2s, color 0.2s !important;
}
.hkg-cf7-wrap input[type="submit"]:hover { background: var(--hkg-gold) !important; color: var(--hkg-black) !important; }

.hkg-cf7-wrap .wpcf7-radio,
.hkg-cf7-wrap .wpcf7-checkbox { display: flex; flex-wrap: wrap; gap: 12px; }
.hkg-cf7-wrap .wpcf7-list-item { margin: 0 !important; }
.hkg-cf7-wrap .wpcf7-list-item label { display: flex; align-items: center; gap: 8px; font-weight: 300; cursor: pointer; }
.hkg-cf7-wrap .wpcf7-not-valid-tip { font-size: 12px !important; color: #c0392b !important; margin-top: 4px !important; }
.hkg-cf7-wrap .wpcf7-response-output { border: 1px solid var(--hkg-gold) !important; padding: 14px 20px !important; font-size: 14px !important; margin: 0 !important; }

.hkg-contact-tel { padding: 32px; background: var(--hkg-black); text-align: center; }
.hkg-contact-tel-label { font-size: 13px; color: #555; letter-spacing: 0.12em; font-family: var(--hkg-font-disp); margin: 0 0 10px; }
.hkg-contact-tel-num { display: block; font-size: 2rem; color: var(--hkg-gold); font-family: var(--hkg-font-disp); letter-spacing: 0.06em; text-decoration: none; margin-bottom: 8px; transition: color 0.2s; }
.hkg-contact-tel-num:hover { color: var(--hkg-gold-light); }
.hkg-contact-tel-time { font-size: 13px; color: #444; font-weight: 300; margin: 0; }

/* ============================================================
   プライバシーポリシーページ
   ============================================================ */
.hkg-privacy-block { display: flex; flex-direction: column; }
.hkg-privacy-item { padding: 28px 0; border-bottom: 1px solid var(--hkg-gray-100); }
.hkg-privacy-item:last-child { border-bottom: none; }
.hkg-privacy-title { display: flex; align-items: baseline; gap: 16px; font-size: 16px; font-weight: 500; color: var(--hkg-text); margin: 0 0 14px; font-family: var(--hkg-font-sans); }
.hkg-privacy-num { font-size: 2rem; font-family: var(--hkg-font-disp); color: var(--hkg-gray-300); line-height: 1; flex-shrink: 0; }
.hkg-privacy-item p { font-size: 15px; color: var(--hkg-text-mid); line-height: 1.9; margin: 0 0 10px; font-weight: 300; }
.hkg-privacy-item p:last-child { margin: 0; }
.hkg-privacy-contact { background: var(--hkg-white); border: 0.5px solid var(--hkg-gray-100); border-left: 3px solid var(--hkg-gold); padding: 16px 20px; margin-top: 12px; }
.hkg-privacy-contact p { font-size: 14px !important; color: var(--hkg-text-mid) !important; margin: 0 0 6px !important; }
.hkg-privacy-date { padding: 24px 0 0; text-align: right; }
.hkg-privacy-date p { font-size: 14px; color: var(--hkg-text-mid); line-height: 1.8; font-family: var(--hkg-font-serif); }

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 921px) {
  :root { --hkg-sb-width: 0px; }

  #page { margin-left: 0 !important; width: 100% !important; }
  .hkg-footer { margin-left: 0 !important; }

  .hkg-sidebar { transform: translateX(-100%); transition: transform 0.35s var(--hkg-ease); width: 280px; }
  .hkg-sidebar--open { transform: translateX(0); }
  .hkg-overlay { display: block; pointer-events: none; }
  .hkg-overlay--show { pointer-events: auto; }
  .hkg-hamburger { display: flex; }

  .hkg-hero-inner { padding: 100px 28px 60px; }
  .hkg-hero-scroll { display: none; }
  .hkg-section { padding: 52px 28px; }
  .hkg-scene-grid { grid-template-columns: 1fr; }
  .hkg-cta-banner { padding: 48px 28px; }
  .hkg-cta-banner-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .hkg-cta-banner-actions { flex-direction: row; flex-wrap: wrap; }
  .hkg-footer { padding: 40px 28px 20px; }
  .hkg-footer-inner { flex-direction: column; gap: 32px; }
  .hkg-service-item:hover,
  .hkg-news-item:hover { margin: 0; padding-left: 0; padding-right: 0; }

  .hkg-page-header { padding: 48px 28px 36px; }
  .hkg-sub-section { padding: 40px 28px; }
  .hkg-sub-block-head { flex-direction: column; gap: 12px; }
  .hkg-sub-block-body, .hkg-sub-cards, .hkg-sub-highlight, .hkg-sub-trouble-grid { padding-left: 0; }
  .hkg-sub-cards { grid-template-columns: 1fr; }
  .hkg-sub-trouble-grid { grid-template-columns: 1fr 1fr; }
  .hkg-company-row { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
  .hkg-cf7-wrap { padding: 24px 20px; }
}

@media (max-width: 480px) {
  .hkg-hero-h1 { font-size: 2.4rem; }
  .hkg-hero-cta { flex-direction: column; }
  .hkg-hero-cta .hkg-btn { text-align: center; }
  .hkg-cta-banner-actions { flex-direction: column; }
  .hkg-sub-trouble-grid { grid-template-columns: 1fr; }
}