@charset "UTF-8";
/* ========================================
 * COLORS
 * ====================================== */
/* ========================================
 * BACKGROUND
 * ====================================== */
/* ========================================
 * TEXT
 * ====================================== */
/* ========================================
 * BORDER
 * ====================================== */
/* ========================================
 * SHADOW
 * ====================================== */
/* ========================================
* FONT SIZE
* ====================================== */
/* ========================================
* LINE HEIGHT
* ====================================== */
/* ========================================
* FONT WEIGHT
* ====================================== */
/* ========================================
 * RADIUS
 * ====================================== */
/* ========================================
 * SPACING
 * ====================================== */
/* ========================================
 * TRANSITION
 * ====================================== */
/* ========================================
 * LAYOUT
 * ====================================== */
/* ========================================
 * Z-INDEX
 * ====================================== */
/* ========================================
 * MEDIA SIZE
 * ====================================== */
/* =========================================================================
 * /css/gaming/harmony.css — /gaming/harmony.php 専用追加スタイル
 *
 * 【スコープ】
 *   すべてのセレクタを .gpc-harmony 配下に閉じ込める（他ページへ波及させない）。
 *   .gpc-harmony は <main class="dark-mode"> > <div class="container gpc-harmony"> に付与。
 *
 * 【前提】
 *   /gaming/new-index.html と同じ CSS スタック（new_style.css / header.css /
 *   footer.css / new_gaming.css / new_style_responsive.css）の上に追記。
 *   - .container : new_style.css で max-width:1332px / padding:0 16px
 *   - .dark-mode : new_gaming.css で background:black / color:#f6f9fe / a:#08caca
 *   この上に本ファイルで「黒系×明るめ×木目アクセント」のブランド訴求装飾を被せる。
 *
 * 【デザイン方針】
 *   ターゲットは 20-40代男性「整った部屋を持つ若者」。
 *   - 黒・チャコール基調だが「沈まない」よう、深いミッドナイトネイビーをベースに
 *     ICE CYAN (#5BD1FF) と WARM AMBER (#FFB03F) を双方向にアクセント
 *   - 上質さ・洗練・所有欲・空間との調和を CSS のグラデと余白で表現
 *   - ファーストビューは大判 KV + ガラス質感のコピーカードで「作り込み」感を演出
 * =========================================================================*/
/* -- カスタムプロパティ ------------------------------------------------ */
:root {
  --h-accent-rgb: 214,168,122; /* 木目アクセント */
}

.dark-mode:has(.gpc-harmony)::before {
  top: 0;
  background: radial-gradient(1100px 700px at 8% -5%, rgba(255, 176, 63, 0.1), transparent 60%), radial-gradient(1000px 700px at 100% 0%, rgba(91, 209, 255, 0.18), transparent 60%), radial-gradient(900px 600px at 50% 110%, rgba(var(--h-accent-rgb), 0.13), transparent 60%), -webkit-gradient(linear, left top, left bottom, from(#101828), color-stop(50%, #131c30), to(#0d1422));
  background: radial-gradient(1100px 700px at 8% -5%, rgba(255, 176, 63, 0.1), transparent 60%), radial-gradient(1000px 700px at 100% 0%, rgba(91, 209, 255, 0.18), transparent 60%), radial-gradient(900px 600px at 50% 110%, rgba(var(--h-accent-rgb), 0.13), transparent 60%), linear-gradient(180deg, #101828 0%, #131c30 50%, #0d1422 100%);
}

/* =====================================================================
 * ファーストビュー（h-hero）— 大判 KV + コピーカード
 * ===================================================================*/
.h-hero {
  isolation: isolate;
  padding: 0;
}
.h-hero .gpc-sub-hero__bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 2048/950;
}
.h-hero .gpc-sub-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-hero .gpc-sub-hero__bg-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(12, 23, 38, 0.92) 0%, rgba(12, 23, 38, 0.7) 30%, rgba(12, 23, 38, 0.2) 56%, rgba(12, 23, 38, 0) 75%), linear-gradient(180deg, rgba(12, 23, 38, 0) 0%, rgba(12, 23, 38, 0) 55%, rgba(12, 23, 38, 0.65) 100%);
}
.h-hero .gpc-sub-hero__inner {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 56px;
  pointer-events: none;
}
.h-hero .gpc-sub-hero__text {
  max-width: 560px;
  pointer-events: auto;
}
.h-hero .gpc-sub-hero__eyebrow {
  background: rgba(12, 23, 38, 0.6);
  backdrop-filter: blur(8px);
}
.h-hero .gpc-sub-hero__title {
  color: #f2f6fd;
  font-size: 50px;
  line-height: 1.16;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(0, 0, 0, 0.5);
}
.h-hero .gpc-sub-hero__title em {
  background: linear-gradient(135deg, #ffe6b8 0%, #ffb03f 35%, rgb(var(--h-accent-rgb)) 70%, #b8e9ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.h-hero .gpc-sub-hero__lead, .h-hero .gpc-sub-hero__sub {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.85), 0 1px 0 rgba(0, 0, 0, 0.5);
}
.h-hero .gpc-sub-hero__lead {
  color: #f2f6fd;
}
.h-hero .gpc-sub-hero__sub {
  color: rgba(242, 246, 253, 0.92);
}
.h-hero .gpc-sub-hero__pillars {
  margin: 0;
  padding: 28px 24px;
  border-top: 1px solid #2c4769;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 23, 38, 0.4)), to(rgba(12, 23, 38, 0.85))), #131e30;
  background: linear-gradient(180deg, rgba(12, 23, 38, 0.4) 0%, rgba(12, 23, 38, 0.85) 100%), #131e30;
}

.h-pillar {
  padding: 8px 24px;
  border-right: 1px solid #2c4769;
}
.h-pillar:last-child {
  border-right: 0;
}
.h-pillar .gpc-sub-pillar__num {
  color: #ffb03f;
  font-size: 11px;
  letter-spacing: 0.14em;
}
.h-pillar .gpc-sub-pillar__title {
  color: #f2f6fd;
}

/* =====================================================================
 * CTA ボタン共通
 * ===================================================================*/
.gpc-harmony .gpc-sub-btn--primary {
  background: linear-gradient(135deg, #ffb03f 0%, #ffd070 50%, rgba(var(--h-accent-rgb)) 100%);
  color: #1f1303;
  -webkit-box-shadow: 0 12px 28px rgba(255, 176, 63, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 12px 28px rgba(255, 176, 63, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.gpc-harmony .gpc-sub-btn--primary:hover {
  color: #1f1303;
  background: linear-gradient(135deg, #ffb03f 0%, rgb(238.5, 140.3671875, 0) 100%);
  -webkit-box-shadow: 0 18px 36px rgba(255, 176, 63, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 18px 36px rgba(255, 176, 63, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.gpc-harmony .gpc-sub-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(4px);
  color: #f2f6fd;
}
.gpc-harmony .gpc-sub-btn--ghost:hover {
  background: rgba(255, 176, 63, 0.1);
  border-color: rgba(255, 176, 63, 0.55);
  color: #ffb03f;
}

/* =====================================================================
* 共通セクションスタイル
* ===================================================================*/
.gpc-harmony .gpc-sub-split {
  grid-template-columns: 1fr 1.05fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gpc-harmony .gpc-sub-subtitle {
  color: #f2f6fd;
}

.h-body-p {
  font-size: 15px;
}
.h-body-p strong {
  color: #f2f6fd;
}

.h-figure {
  position: relative;
}
.h-figure__cap {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  pointer-events: none;
}
.h-figure__cap-pin {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
}
.h-figure__cap-pin--left {
  background: rgba(48, 28, 16, 0.7);
  border: 1px solid rgba(255, 176, 63, 0.4);
  color: #ffd9a8;
}
.h-figure__cap-pin--right {
  background: rgba(15, 35, 56, 0.7);
  border: 1px solid rgba(91, 209, 255, 0.5);
  color: #c8edff;
}

/* =====================================================================
 * Section 2 — ケースを選べることのメリット + ケース選択UI風カード
 * ===================================================================*/
.h-merit__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-merit__item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid #2c4769;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  grid-auto-flow: row;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.h-merit__item:hover {
  background: rgba(91, 209, 255, 0.06);
  border-color: rgba(91, 209, 255, 0.45);
}
.h-merit__key {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffb03f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.h-merit__val {
  color: #c7d3e6;
  font-size: 14px;
  line-height: 1.7;
}

/* =====================================================================
 * Section 3 — ケースカード（7 種）
 * ===================================================================*/
.h-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px 22px 18px;
  border: 1px solid #2c4769;
  border-radius: 18px;
  background: radial-gradient(80% 70% at 100% 0%, rgba(255, 176, 63, 0.1), transparent 65%), -webkit-gradient(linear, left top, left bottom, from(#1a2740), to(#0b1422));
  background: radial-gradient(80% 70% at 100% 0%, rgba(255, 176, 63, 0.1), transparent 65%), linear-gradient(180deg, #1a2740 0%, #0b1422 100%);
}
.h-picker__title {
  margin-bottom: 14px;
  color: #f2f6fd;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.h-picker__title::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: #5bd1ff;
}
.h-picker__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.h-picker__cell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px;
  border: 1px solid #2c4769;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: #c7d3e6;
  font-size: 11px;
  text-align: center;
  cursor: default;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
}
.h-picker__cell:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: rgba(91, 209, 255, 0.55);
  background: rgba(91, 209, 255, 0.06);
}
.h-picker__cell.is-selected {
  border-color: rgba(91, 209, 255, 0.85);
  background: rgba(91, 209, 255, 0.1);
  -webkit-box-shadow: inset 0 0 0 2px rgba(91, 209, 255, 0.25);
          box-shadow: inset 0 0 0 2px rgba(91, 209, 255, 0.25);
}
.h-picker__cell.is-selected::after {
  content: "✓";
  position: absolute;
  top: 6px;
  right: 8px;
  color: #5bd1ff;
  font-size: 22px;
  font-weight: 800;
}
.h-picker__cell-thumb {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #2c4769;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}
.h-picker__cell-label {
  color: #c7d3e6;
  font-size: 11px;
  line-height: 1.4;
}
.h-picker__cell--wood .h-picker__cell-thumb {
  background: linear-gradient(135deg, #6b4a2b 0%, #d6a87a 60%, #3a2a1b 100%);
}
.h-picker__cell--pillarless .h-picker__cell-thumb {
  border-color: rgba(91, 209, 255, 0.4);
  background: linear-gradient(135deg, #2a3548 0%, rgba(91, 209, 255, 0.45) 50%, #0c1726 100%);
}
.h-picker__cell--mini .h-picker__cell-thumb {
  background: linear-gradient(135deg, #f1eee7 0%, #c5beb0 50%, #6f6c66 100%);
}
.h-picker__cell--glass .h-picker__cell-thumb {
  background: linear-gradient(135deg, #0c1f33 0%, rgba(91, 209, 255, 0.3) 50%, #06121f 100%);
}
.h-picker__cell--silent .h-picker__cell-thumb {
  background: linear-gradient(135deg, #2a2a30 0%, #1a1a20 60%, #0a0a0d 100%);
}
.h-picker__cell--rgb .h-picker__cell-thumb {
  background: linear-gradient(135deg, #4a3a8c 0%, #5bd1ff 50%, #ffb03f 100%);
}
.h-picker__cell--frame .h-picker__cell-thumb {
  background: repeating-linear-gradient(45deg, #1c2233, #1c2233 6px, #2a3550 6px, #2a3550 10px);
}
.h-picker__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(91, 209, 255, 0.08);
  color: #b6e1f4;
  font-size: 13px;
}
.h-picker__hint svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #5bd1ff;
}

.h-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.h-case {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
  border: 1px solid #2c4769;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#131e30), to(#0b1422));
  background: linear-gradient(180deg, #131e30 0%, #0b1422 100%);
  -webkit-transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.h-case:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  border-color: rgba(91, 209, 255, 0.5);
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
          box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.h-case:hover .h-case__media img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.h-case__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #1a2740;
}
.h-case__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.h-case__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 23, 38, 0.55)), color-stop(45%, rgba(12, 23, 38, 0)));
  background: linear-gradient(0deg, rgba(12, 23, 38, 0.55) 0%, rgba(12, 23, 38, 0) 45%);
}
.h-case__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px 24px;
}
.h-case.is-selected {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  /* 7 番目を 2 カラム占有 */
  grid-column: 1/span 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
  gap: 0;
}
.h-case.is-selected .h-case__media,
.h-case.is-selected .h-case__media img {
  height: 540px;
  aspect-ratio: 16/9;
}
.h-case.is-selected .h-case__body {
  padding: 32px 32px 24px;
}
.h-case__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 10px;
  border: 1px solid rgba(255, 176, 63, 0.45);
  border-radius: 999px;
  background: rgba(12, 23, 38, 0.3);
  backdrop-filter: blur(6px);
  color: #ffb03f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.h-case__title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  color: #f2f6fd;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
}
.h-case__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 16px;
  color: #c7d3e6;
  font-size: 13.5px;
  line-height: 1.85;
}
.h-case__meta {
  margin: 0;
  padding-top: 16px;
  border-top: 1px dashed #2c4769;
}
.h-case__meta dt {
  margin-bottom: 8px;
  color: #8a9bb5;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.h-case__meta dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.h-tag {
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid rgba(91, 209, 255, 0.35);
  border-radius: 6px;
  background: rgba(91, 209, 255, 0.1);
  color: #5bd1ff;
  font-size: 11.5px;
  font-weight: 600;
}

/* =====================================================================
 * Section 4・Section 6 — テーブル
 * ===================================================================*/
.h-table {
  min-width: 560px;
  border: 1px solid #2c4769;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
}
.h-table .h-cell--strong {
  color: #f2f6fd;
  font-weight: 600;
}
.h-table .h-cell--accent {
  color: #5bd1ff;
  font-weight: 700;
}

/* =====================================================================
 * Section 5 — 2 軸マップ + レーダーチャート
 * ===================================================================*/
.h-charts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.h-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border: 1px solid #2c4769;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#131e30), to(#0b1422));
  background: linear-gradient(180deg, #131e30 0%, #0b1422 100%);
}
.h-chart__title {
  color: #f2f6fd;
  font-size: 18px;
  font-weight: 800;
}
.h-chart__note {
  color: #8a9bb5;
  font-size: 11px;
}

/* 2 軸マップ */
.h-map {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1/1;
  margin: 8px auto 0;
  border: 1px solid #2c4769;
  border-radius: 12px;
  background: radial-gradient(60% 60% at 50% 50%, rgba(91, 209, 255, 0.05), transparent 70%), -webkit-gradient(linear, left top, left bottom, from(#16223a), to(#0c1626));
  background: radial-gradient(60% 60% at 50% 50%, rgba(91, 209, 255, 0.05), transparent 70%), linear-gradient(180deg, #16223a 0%, #0c1626 100%);
}
.h-map__axes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.h-map__axis-x, .h-map__axis-y {
  position: absolute;
  background: rgba(91, 209, 255, 0.18);
}
.h-map__axis-x {
  top: 50%;
  right: 8%;
  left: 8%;
  height: 1px;
}
.h-map__axis-y {
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 1px;
}
.h-map__grid {
  position: absolute;
  inset: 8%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 25% 25%;
  opacity: 0.7;
}
.h-map__axis-lbl {
  position: absolute;
  color: #8a9bb5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.h-map__axis-lbl--top {
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.h-map__axis-lbl--bottom {
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.h-map__axis-lbl--left {
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-map__axis-lbl--right {
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-map__pin {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  color: #f2f6fd;
}
.h-map__pin:hover .h-map__dot {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.h-map__pin--wood .h-map__dot {
  background: rgba(var(--h-accent-rgb));
  -webkit-box-shadow: 0 0 0 4px rgba(214, 168, 122, 0.18), 0 0 12px rgba(214, 168, 122, 0.6);
          box-shadow: 0 0 0 4px rgba(214, 168, 122, 0.18), 0 0 12px rgba(214, 168, 122, 0.6);
}
.h-map__pin--pillarless .h-map__dot {
  background: #5bd1ff;
}
.h-map__pin--mini .h-map__dot {
  background: #9be37a;
  -webkit-box-shadow: 0 0 0 4px rgba(155, 227, 122, 0.18), 0 0 12px rgba(155, 227, 122, 0.6);
          box-shadow: 0 0 0 4px rgba(155, 227, 122, 0.18), 0 0 12px rgba(155, 227, 122, 0.6);
}
.h-map__pin--glass .h-map__dot {
  background: #ffb03f;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 176, 63, 0.18), 0 0 12px rgba(255, 176, 63, 0.6);
          box-shadow: 0 0 0 4px rgba(255, 176, 63, 0.18), 0 0 12px rgba(255, 176, 63, 0.6);
}
.h-map__pin--silent .h-map__dot {
  background: #a39ff0;
  -webkit-box-shadow: 0 0 0 4px rgba(163, 159, 240, 0.18), 0 0 12px rgba(163, 159, 240, 0.6);
          box-shadow: 0 0 0 4px rgba(163, 159, 240, 0.18), 0 0 12px rgba(163, 159, 240, 0.6);
}
.h-map__pin--rgb .h-map__dot {
  background: #ff7eb3;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 126, 179, 0.18), 0 0 12px rgba(255, 126, 179, 0.6);
          box-shadow: 0 0 0 4px rgba(255, 126, 179, 0.18), 0 0 12px rgba(255, 126, 179, 0.6);
}
.h-map__pin--frame .h-map__dot {
  background: #5dd6c9;
  -webkit-box-shadow: 0 0 0 4px rgba(93, 214, 201, 0.18), 0 0 12px rgba(93, 214, 201, 0.6);
          box-shadow: 0 0 0 4px rgba(93, 214, 201, 0.18), 0 0 12px rgba(93, 214, 201, 0.6);
}
.h-map__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5bd1ff;
  -webkit-box-shadow: 0 0 0 4px rgba(91, 209, 255, 0.18), 0 0 12px rgba(91, 209, 255, 0.6);
          box-shadow: 0 0 0 4px rgba(91, 209, 255, 0.18), 0 0 12px rgba(91, 209, 255, 0.6);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.h-map__lbl {
  margin-top: 6px;
  padding: 2px 8px;
  border: 1px solid #2c4769;
  border-radius: 999px;
  background: rgba(12, 23, 38, 0.85);
  color: #c7d3e6;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

/* ピン色を個別化 */
/* レーダーチャート */
.h-radar {
  display: block;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1/1;
  margin: 8px auto 16px;
  overflow: visible;
}
.h-radar__grid {
  fill: none;
  stroke: rgba(91, 209, 255, 0.14);
  stroke-width: 1;
}
.h-radar__axis {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}
.h-radar__series {
  /* fill / stroke / fill-opacity は <polygon> の style 属性でシリーズごとに個別指定 */
  stroke-width: 2;
}
.h-radar__dot {
  stroke: #0b1422;
  stroke-width: 1;
}
.h-radar__label {
  fill: #c7d3e6;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
}
.h-radar__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-radar__legend li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #c7d3e6;
  font-size: 13px;
}
.h-radar__legend strong {
  color: #f2f6fd;
  font-weight: 700;
}
.h-radar__sw {
  width: 12px;
  height: 12px;
  border-radius: 4px;
}

/* =====================================================================
* Section 6 — スペックチップ
* ===================================================================*/
.h-spec-chips {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.h-spec-chips li {
  padding: 16px 18px;
  border-radius: 12px;
  background: radial-gradient(80% 80% at 100% 0%, rgba(91, 209, 255, 0.1), transparent 60%), -webkit-gradient(linear, left top, left bottom, from(#131e30), to(#0b1422));
  background: radial-gradient(80% 80% at 100% 0%, rgba(91, 209, 255, 0.1), transparent 60%), linear-gradient(180deg, #131e30 0%, #0b1422 100%);
  border: 1px solid #2c4769;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.h-spec-chips span {
  color: #5bd1ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.h-spec-chips strong {
  color: #f2f6fd;
  font-size: 15px;
  font-weight: 700;
}

/* =====================================================================
 * Section 7 — ライフスタイル提案
 * ===================================================================*/
.h-section--lifestyle {
  margin-left: -16px;
  margin-right: -16px;
}

.h-life {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b1422), to(#0a121d));
  background: linear-gradient(180deg, #0b1422 0%, #0a121d 100%);
  border: 1px solid #2c4769;
  border-width: 1px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.h-life__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 460px;
}
.h-life__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.h-life__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, transparent), to(rgba(12, 23, 38, 0.7)));
  background: linear-gradient(90deg, transparent 60%, rgba(12, 23, 38, 0.7) 100%);
  pointer-events: none;
}
.h-life__text {
  padding: 56px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h-life__text .h-body-p strong {
  font-size: 17px;
  color: #5bd1ff;
}

/* =====================================================================
 * Section 8 — 選び方ガイド
 * ===================================================================*/
.h-guide {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.h-guide__item {
  display: grid;
  grid-template-columns: 56px 1fr 44px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.015)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid #2c4769;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  text-decoration: none;
}
.h-guide__item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: rgba(91, 209, 255, 0.06);
  border-color: rgba(91, 209, 255, 0.45);
}
.h-guide__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(91, 209, 255, 0.22), rgba(91, 209, 255, 0.06));
  border: 1px solid rgba(91, 209, 255, 0.35);
  color: #5bd1ff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.h-guide__icon svg {
  width: 24px;
  height: 24px;
}
.h-guide__body {
  min-width: 0;
}
.h-guide__cond {
  color: #c7d3e6;
  font-size: 13px;
  margin: 0 0 4px;
  line-height: 1.5;
}
.h-guide__pick {
  color: #f2f6fd;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
}
.h-guide__arrow {
  color: #ffb03f;
  font-weight: 800;
  margin-right: 4px;
}
.h-guide__cta {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(91, 209, 255, 0.1);
  border: 1px solid rgba(91, 209, 255, 0.35);
  color: #5bd1ff;
  display: grid;
  place-items: center;
  -webkit-transition: background 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.h-guide__cta:hover {
  background: #5bd1ff;
  color: #052033;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

/* =====================================================================
 * 最終 CTA
 * ===================================================================*/
.gpc-harmony .gpc-sub-final {
  background: radial-gradient(60% 80% at 50% 0%, rgba(255, 176, 63, 0.18), transparent 70%), radial-gradient(60% 80% at 50% 100%, rgba(91, 209, 255, 0.14), transparent 70%), -webkit-gradient(linear, left top, left bottom, from(#131c30), to(#0a1320));
  background: radial-gradient(60% 80% at 50% 0%, rgba(255, 176, 63, 0.18), transparent 70%), radial-gradient(60% 80% at 50% 100%, rgba(91, 209, 255, 0.14), transparent 70%), linear-gradient(180deg, #131c30 0%, #0a1320 100%);
}
.gpc-harmony .gpc-sub-final__title {
  color: #f2f6fd;
}
.gpc-harmony .gpc-sub-final__lead {
  max-width: 740px;
}

/* アクセシビリティ */
a:focus-visible,
button:focus-visible {
  outline: 2px solid #5bd1ff;
  outline-offset: 3px;
}

/* =====================================================================
 * レスポンシブ調整（harmony 固有）
 * ===================================================================*/
@media (width <= 1024px) {
  .gpc-sub-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .h-hero__bg {
    aspect-ratio: 16/9;
    max-height: 480px;
    min-height: 360px;
  }
  .h-hero__bg-gradient {
    background: linear-gradient(100deg, rgba(12, 23, 38, 0.95) 0%, rgba(12, 23, 38, 0.78) 40%, rgba(12, 23, 38, 0.2) 65%, rgba(12, 23, 38, 0) 85%), linear-gradient(180deg, rgba(12, 23, 38, 0) 0%, rgba(12, 23, 38, 0) 60%, rgba(12, 23, 38, 0.7) 100%);
  }
  .h-hero__inner {
    padding: 30px 28px;
  }
  .h-hero__title {
    font-size: 36px;
  }
  .h-hero__lead {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 14px;
  }
  .h-hero__sub {
    display: none;
  }
  .h-hero__pillars {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .h-pillar {
    padding: 18px 24px;
    border-right: 0;
    border-bottom: 1px solid #2c4769;
  }
  .h-pillar:last-child {
    border-bottom: 0;
  }
  .gpc-sub-section {
    margin: 64px 0;
  }
  .gpc-sub-section__title {
    font-size: 26px;
  }
  .gpc-sub-section__head {
    margin-bottom: 32px;
  }
  .gpc-sub-section--lifestyle {
    margin-left: 0;
    margin-right: 0;
  }
  .h-cases {
    grid-template-columns: repeat(2, 1fr);
  }
  .h-cases .h-case.is-selected {
    grid-column: 1/span 2;
    grid-template-columns: 1fr;
  }
  .h-cases .h-case.is-selected .h-case__media {
    width: 540px;
    aspect-ratio: 4/3;
  }
  .h-charts {
    grid-template-columns: 1fr;
  }
  .h-life {
    grid-template-columns: 1fr;
  }
  .h-life__media {
    min-height: 280px;
    max-height: 380px;
  }
  .h-life__text {
    padding: 40px 28px;
  }
  .h-guide {
    grid-template-columns: 1fr;
  }
  .h-spec-chips {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 767px) {
  .h-hero {
    margin-bottom: 48px;
    /* スマホでは KV を「画像 → テキスト → CTA → pillars」の縦並びにする。
       絶対配置を解除して、画像のコラージュ感を縦比 4:3 で残しつつ、コピーは
       その下に明確に配置する。 */
  }
  .h-hero__bg {
    aspect-ratio: 4/3;
    max-height: 420px;
    min-height: 0;
  }
  .h-hero__bg-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 23, 38, 0.1)), color-stop(60%, rgba(12, 23, 38, 0.1)), to(rgba(12, 23, 38, 0.85)));
    background: linear-gradient(180deg, rgba(12, 23, 38, 0.1) 0%, rgba(12, 23, 38, 0.1) 60%, rgba(12, 23, 38, 0.85) 100%);
  }
  .h-hero__inner {
    position: relative;
    inset: auto;
    display: block;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 22px 18px 26px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 23, 38, 0.95)), to(#0c1726));
    background: linear-gradient(180deg, rgba(12, 23, 38, 0.95) 0%, #0c1726 100%);
  }
  .h-hero__text {
    max-width: 100%;
  }
  .h-hero__eyebrow {
    padding: 4px 12px;
    font-size: 11px;
  }
  .h-hero__title {
    margin: 10px 0;
    font-size: 28px;
    line-height: 1.18;
  }
  .h-hero__lead {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.75;
  }
  .h-hero__sub {
    display: none;
  }
  .h-hero__ctas {
    gap: 10px;
    margin-top: 10px;
  }
  .h-hero__ctas .h-btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 13px 18px;
    font-size: 14px;
  }
  .h-pillar {
    padding: 14px 18px;
  }
  .gpc-sub-section {
    margin: 48px 0;
  }
  .gpc-sub-section__title {
    font-size: 22px;
  }
  .gpc-sub-section__head {
    margin-bottom: 24px;
  }
  .gpc-sub-section--lifestyle {
    margin-inline: -8px;
  }
  .h-merit__item {
    grid-template-columns: 80px 1fr;
  }
  .h-picker__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .h-cases {
    grid-template-columns: 1fr;
  }
  .h-cases .h-case.is-selected {
    grid-column: 1;
  }
  .h-table th,
  .h-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
  .h-spec-chips {
    grid-template-columns: 1fr;
  }
  .h-final {
    padding: 36px 18px;
  }
  .h-final__title {
    font-size: 22px;
  }
  .h-life__text {
    padding: 28px 20px;
  }
}