/* =========================================================
   ANGELIC LUMIEL  -  Top Page Styles
   Base: White / Accent: Emerald Green + Sky Blue / Point: Pink
   ========================================================= */

:root {
  --white:      #ffffff;
  --bg:         #f6fcfb;     /* ほんのり青みのオフホワイト */
  --bg-tint:    #eef8f7;     /* セクション切替の薄いティント */
  --emerald:    #3bb3a3;     /* エメラルドグリーン */
  --emerald-d:  #2a9c8d;
  --sky:        #7ec8e3;     /* 水色 */
  --sky-l:      #aadcef;
  --pink:       #ff9ec4;     /* アクセントピンク */
  --pink-d:     #ff7eb0;
  --ink:        #4a5a5e;     /* 本文（やわらかい墨） */
  --ink-light:  #8aa0a3;
  --line:       #e3efee;

  --radius:     20px;
  --shadow:     0 10px 30px rgba(80, 160, 160, 0.12);
  --shadow-sm:  0 4px 14px rgba(80, 160, 160, 0.10);

  --font-ja:    'Noto Sans JP', sans-serif;
  --font-round: 'Zen Maru Gothic', sans-serif;
  --font-en:    'Quicksand', sans-serif;

  --header-h:   84px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }

body {
  font-family: var(--font-ja);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.9;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: .25s; }
ul { list-style: none; }

.container { width: min(1080px, 88%); margin-inline: auto; }

/* ---------- Section common ---------- */
.section { padding: 96px 0; }
.section--tint { background: var(--bg-tint); }

.section-head { text-align: center; margin-bottom: 52px; }
.section-en {
  font-family: var(--font-en);
  letter-spacing: .18em;
  color: var(--emerald);
  font-weight: 600;
  font-size: 14px;
}
.section-title {
  font-family: var(--font-round);
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  margin-top: 4px;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 46px; height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--emerald), var(--sky));
}

.section-more { text-align: center; margin-top: 48px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: .06em;
  padding: 14px 38px;
  border-radius: 999px;
  font-size: 14px;
}
.btn--primary {
  color: #fff;
  background: linear-gradient(120deg, var(--emerald), var(--sky));
  box-shadow: 0 8px 18px rgba(59, 179, 163, 0.35);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(59,179,163,.45); }
.btn--outline {
  color: var(--emerald-d);
  border: 1.5px solid var(--emerald);
  background: #fff;
}
.btn--outline:hover { background: var(--emerald); color: #fff; }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  z-index: 100;
  transition: .3s;
}
/* ヘッダー下端のスカラップ（フリル波形） */
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; top: 100%;
  height: 14px; pointer-events: none;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-mask: url(../img/header-scallop.svg) repeat-x top center / 30px 14px;
          mask: url(../img/header-scallop.svg) repeat-x top center / 30px 14px;
  filter: drop-shadow(0 2px 2px rgba(80, 150, 165, 0.12));
}
.site-header.is-scrolled { height: 68px; box-shadow: var(--shadow-sm); }
.header-inner {
  height: 100%;
  width: min(1180px, 92%);
  margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
}
.header-left { display: flex; align-items: center; gap: 18px; }
.header-logo img { height: 52px; transition: .3s; }
.site-header.is-scrolled .header-logo img { height: 44px; }

/* ヘッダー内 言語切替（PC） */
.header-lang { display: flex; align-items: center; gap: 7px; }
.header-lang__globe { display: flex; color: var(--emerald); flex: none; }
.header-lang__globe svg { width: 20px; height: 20px; }
.lang-select--header {
  appearance: none; -webkit-appearance: none;
  font-family: var(--font-ja); font-size: 13px; color: var(--ink);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234a5a5e' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 11px center;
  background-size: 10px;
  border: 1.5px solid var(--line); border-radius: 999px;
  padding: 7px 28px 7px 14px; cursor: pointer; transition: .25s;
}
.lang-select--header:hover { border-color: var(--emerald); }

/* GTranslate プラグイン（[gtranslate]）をヘッダーの言語セレクト風に */
.header-lang .gtranslate_wrapper { display: inline-flex; align-items: center; line-height: 1; }
.header-lang .gt_selector {
  appearance: none; -webkit-appearance: none;
  font-family: var(--font-ja); font-size: 13px; color: var(--ink);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234a5a5e' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 11px center;
  background-size: 10px;
  border: 1.5px solid var(--line); border-radius: 999px;
  padding: 7px 28px 7px 14px; cursor: pointer; transition: .25s;
  max-width: 150px; text-overflow: ellipsis;
}
.header-lang .gt_selector:hover { border-color: var(--emerald); }
.header-lang .gt_selector:focus {
  outline: none; border-color: var(--emerald);
  box-shadow: 0 0 0 3px rgba(59, 179, 163, .12);
}
/* GTranslate が内部処理用に挿入する Google ウィジェットは隠す */
.gtranslate_wrapper #google_translate_element2 { display: none !important; }

.gnav ul { display: flex; gap: 6px; }
.gnav a {
  display: flex; flex-direction: column; align-items: center;
  padding: 8px 14px;
  border-radius: 12px;
}
.gnav .en { font-family: var(--font-en); font-weight: 600; font-size: 13px; letter-spacing: .08em; color: var(--ink); }
.gnav .ja { font-size: 10px; color: var(--emerald); margin-top: 1px; }
.gnav a:hover { background: var(--bg-tint); }
.gnav a:hover .en { color: var(--emerald); }

/* グローバルメニューの SNS アイコン */
.gnav-sns { display: flex; align-items: center; gap: 8px; margin-left: 6px; }
.gnav-icon {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; padding: 0; border-radius: 50%;
  color: var(--emerald-d); background: var(--bg-tint);
  border: 1.5px solid var(--line); transition: .25s;
}
.gnav-icon:hover { color: #fff; background: var(--emerald); border-color: var(--emerald); transform: translateY(-2px); }
.gnav-icon svg { width: 18px; height: 18px; }

.nav-toggle { display: none; }

/* =========================================================
   ① Hero
   ========================================================= */
.hero {
  position: relative;
  height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding-top: calc(var(--header-h) + 3.5vh);
  text-align: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(126,200,227,.35), transparent 42%),
    radial-gradient(circle at 82% 78%, rgba(255,158,196,.28), transparent 45%),
    linear-gradient(160deg, #ffffff 0%, #eef9f8 55%, #e6f4f6 100%);
  overflow: hidden;
}

/* 後光（神々しいオーラ）：人物の背後 */
.hero-aura {
  position: absolute; z-index: 0; pointer-events: none;
  left: 50%; top: 52%; transform: translate(-50%, -50%);
  width: min(900px, 98%); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle,
    rgba(255,255,255,1) 0%,
    rgba(255,251,236,.72) 18%,
    rgba(186,231,238,.45) 40%,
    rgba(255,200,224,.24) 58%,
    transparent 72%);
  filter: blur(6px);
  animation: auraPulse 6s ease-in-out infinite;
}
@keyframes auraPulse {
  0%, 100% { opacity: .85; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.05); }
}

/* やわらかな光線（後光のレイ） */
.hero-rays {
  position: absolute; z-index: 0; pointer-events: none;
  left: 50%; top: 52%; transform: translate(-50%, -50%);
  width: min(1100px, 130%); aspect-ratio: 1; border-radius: 50%;
  background: repeating-conic-gradient(from 0deg,
    rgba(255,255,255,0) 0deg,
    rgba(255,255,255,.6) 1.8deg,
    rgba(255,255,255,0) 4.4deg,
    rgba(255,255,255,0) 10deg);
  -webkit-mask: radial-gradient(circle, transparent 10%, #000 30%, transparent 80%);
  mask: radial-gradient(circle, transparent 10%, #000 30%, transparent 80%);
  opacity: .6;
  animation: raysSpin 70s linear infinite;
}
@keyframes raysSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* きらめき */
.hero-sparkles { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-sparkles span {
  position: absolute; left: var(--x); top: var(--y);
  width: var(--s); height: var(--s);
  background:
    radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(255,255,255,0) 60%);
  filter: drop-shadow(0 0 5px rgba(255,255,255,.9));
  animation: twinkle var(--dur, 3.2s) ease-in-out infinite;
  animation-delay: var(--d);
}
/* 4方向に伸びる光のきらめき形状 */
.hero-sparkles span::before,
.hero-sparkles span::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(currentColor, currentColor) center / 100% 16% no-repeat,
              linear-gradient(currentColor, currentColor) center / 16% 100% no-repeat;
  color: rgba(255,255,255,.9);
}
.hero-sparkles span:nth-child(odd)::before { color: rgba(255,200,224,.9); }
@keyframes twinkle {
  0%, 100% { opacity: 0; transform: scale(.4) rotate(0deg); }
  50%      { opacity: 1; transform: scale(1) rotate(45deg); }
}

/* テキスト（中央・上） */
.hero-inner {
  position: relative; z-index: 3;
  text-align: center;
  width: min(1100px, 92%);
}

/* 人物（透過PNG）：中央に大きく。足元は画面下で切る（hero=100vhを超えない） */
.hero-figure-wrap {
  position: relative; z-index: 1;
  flex: none;
  margin-top: 2.5vh;
  width: min(900px, 94%);
  display: flex; justify-content: center;
  pointer-events: none;
}
.hero-figure {
  position: relative; z-index: 1;
  width: 100%; height: auto;
  filter: drop-shadow(0 16px 30px rgba(70, 150, 165, .22));
  animation: floaty 8s ease-in-out infinite;
}
.hero-deco {
  position: absolute; border-radius: 50%;
  filter: blur(2px); opacity: .5;
  pointer-events: none;
}
.hero-deco--1 {
  width: 260px; height: 260px; top: 12%; right: 8%;
  background: radial-gradient(circle, rgba(255,158,196,.45), transparent 70%);
  animation: floaty 7s ease-in-out infinite;
}
.hero-deco--2 {
  width: 320px; height: 320px; bottom: 6%; left: 4%;
  background: radial-gradient(circle, rgba(126,200,227,.4), transparent 70%);
  animation: floaty 9s ease-in-out infinite reverse;
}
@keyframes floaty { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-22px);} }
@keyframes floatySoft { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-10px);} }

.hero-logo {
  width: 140px; margin: 0 auto 14px;
  animation: floaty 6s ease-in-out infinite;
}
.hero-en {
  font-family: var(--font-en); font-weight: 600;
  letter-spacing: .3em; color: var(--sky);
  font-size: 14px; margin-bottom: 18px;
}
.hero-catch {
  font-family: var(--font-round); font-weight: 700;
  font-size: clamp(30px, 6vw, 52px);
  color: var(--ink); line-height: 1.5;
  letter-spacing: .04em;
}
.hero-catch span { color: var(--emerald); position: relative; }
.hero-catch span::after {
  content: "✧"; color: var(--pink); font-size: .5em;
  position: absolute; top: -.2em; right: -.7em;
}
.hero-sub {
  margin-top: 18px; color: var(--ink-light);
  font-family: var(--font-round); letter-spacing: .08em;
}
.hero-btn { margin-top: 36px; }

/* =========================================================
   ② Concept
   ========================================================= */
/* コンセプト：イラスト左 / テキスト右 */
.concept-inner {
  display: flex; align-items: center; gap: 60px;
}
.concept-figure {
  position: relative;
  flex: 0 0 36%; max-width: 360px;
}
.concept-figure::before {
  content: "";
  position: absolute; z-index: 0; inset: 6% -6% -2% -6%;
  background: radial-gradient(ellipse at center, rgba(126,200,227,.22), rgba(255,158,196,.12) 55%, transparent 72%);
  filter: blur(12px);
}
.concept-figure img {
  position: relative; z-index: 1;
  width: 100%;
  filter: drop-shadow(0 16px 30px rgba(70, 150, 165, .18));
  animation: floaty 7s ease-in-out infinite;
}

.concept-body { flex: 1; text-align: left; }
.concept-lead {
  display: flex; align-items: center; justify-content: flex-start; gap: .45em;
  font-family: var(--font-round); font-weight: 700;
  font-size: clamp(22px, 3vw, 30px);
  color: var(--emerald-d);
  margin-bottom: 28px; letter-spacing: .04em; line-height: 1.5;
}
/* ハートは左に1つだけ・縦中央 */
.concept-lead::before { content: "♡"; color: var(--pink); font-size: .7em; flex: none; }
.concept-lead::after { content: none; }
.concept-text { font-size: 16px; letter-spacing: .03em; color: var(--ink); }
.concept-accent { color: var(--sky); font-family: var(--font-round); font-weight: 700; font-size: 18px; }

/* =========================================================
   ③ News
   ========================================================= */
.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.news-card {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.news-card__link { display: flex; height: 100%; }
.news-card__thumb {
  width: 38%; flex-shrink: 0; overflow: hidden; position: relative;
  aspect-ratio: 1 / 1; align-self: flex-start;
}
.news-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.news-card:hover .news-card__thumb img { transform: scale(1.07); }
.news-card__body { padding: 20px 22px; }
.news-card__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.news-card__date { font-family: var(--font-en); font-size: 12px; color: var(--ink-light); letter-spacing: .05em; }
.news-card__cat {
  font-family: var(--font-en); font-size: 10px; font-weight: 600;
  color: #fff; background: linear-gradient(120deg, var(--emerald), var(--sky));
  padding: 2px 12px; border-radius: 999px; letter-spacing: .08em;
}
.news-card__title {
  font-family: var(--font-round); font-size: 15px; font-weight: 700;
  color: var(--ink); margin-bottom: 8px; line-height: 1.6;
}
.news-card:hover .news-card__title { color: var(--emerald); }
.news-card__text { font-size: 12.5px; color: var(--ink-light); line-height: 1.8; }

/* =========================================================
   ④ SNS
   ========================================================= */
.sns-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
/* PC（901px以上）は必ず3カラム（Instagram / X / TikTok 横並び）で右の空白をなくす */
@media (min-width: 901px) {
  .sns-grid { grid-template-columns: repeat(3, 1fr) !important; }
}
.sns-block { display: flex; flex-direction: column; }
.sns-block__head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 18px; }
.sns-block__title { font-family: var(--font-en); font-size: 20px; font-weight: 700; color: var(--ink); }
.sns-block__id { font-size: 13px; color: var(--pink-d); font-family: var(--font-en); }
.sns-block__id:hover { color: var(--pink); }

.insta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.insta-item {
  position: relative; aspect-ratio: 1/1; overflow: hidden; border-radius: 12px;
  background: var(--bg-tint);
}
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.insta-item__icon {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 26px; background: rgba(255, 126, 176, 0.55);
  opacity: 0; transition: .3s;
}
.insta-item:hover img { transform: scale(1.08); }
.insta-item:hover .insta-item__icon { opacity: 1; }

.sns-block__more { margin-top: auto; align-self: flex-start; }

/* X 個別ツイート埋め込み（Instagram側と同じ高さに収め、超過分は内部スクロール） */
.x-tweets { flex: 1 1 0; min-height: 0; overflow-y: auto; padding-right: 4px; margin-bottom: 24px; }

/* TikTok クリエイター埋め込み（他カラムと高さを揃え、超過分は内部スクロール） */
.tiktok-feed { flex: 1 1 0; min-height: 0; overflow-y: auto; margin-bottom: 24px; }
.tiktok-feed .tiktok-embed { margin: 0 !important; min-width: 0 !important; max-width: 100% !important; }
.insta-grid { margin-bottom: 24px; }

/* Smash Balloon Instagram Feed をサイトのトーンに馴染ませる */
.insta-embed { margin-bottom: 24px; }
.insta-embed #sb_instagram { padding: 0 !important; }
.insta-embed #sb_instagram .sbi_photo,
.insta-embed #sb_instagram .sbi_item img { border-radius: 12px; }

/* Smash Balloon X(Twitter) Feed をサイトのトーンに馴染ませる
   ※見出し「X @angelc_lumiel」と下の「Xで見る」ボタンがあるため、
     プラグイン側のヘッダー（アイコン＋名前＋Follow）とLoad Moreは非表示 */
.x-tweets #ctf { padding: 0 !important; background: transparent !important; }
.x-tweets #ctf .ctf-header,
.x-tweets #ctf .ctf-load-more { display: none !important; }
/* ヘッダー（アバター＋ユーザー名）と「Instagramでフォロー」ボタンを非表示
   ※下に自前の「Instagramで見る」ボタンがあるため重複を避ける */
.insta-embed .sb_instagram_header,
.insta-embed #sbi_load { display: none !important; }
.x-tweets .twitter-tweet { margin: 0 auto 12px !important; }
.x-tweets__empty {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; box-shadow: var(--shadow-sm);
  padding: 40px 20px; text-align: center;
  font-size: 14px; color: var(--ink-light); line-height: 1.8;
}

/* =========================================================
   ⑤ Banners
   ========================================================= */
.banner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.banner {
  position: relative; border-radius: var(--radius); overflow: hidden;
  min-height: 180px; display: flex; align-items: center;
  box-shadow: var(--shadow); color: #fff;
}
.banner::before {
  content: ""; position: absolute; inset: 0; z-index: 0; transition: .4s;
}
/* SYSTEM：イラストを装飾に使用＋エメラルド×水色の半透明オーバーレイ */
.banner--system {
  background: url(../img/system01.png) center 18% / cover no-repeat;
}
.banner--system::before {
  background: linear-gradient(120deg,
    rgba(46,178,168,.9) 0%,
    rgba(126,200,227,.6) 45%,
    rgba(186,231,238,.32) 100%);
}

/* CAST：実写真を装飾に使用＋水色×ピンクの半透明オーバーレイ */
.banner--cast {
  background: url(../img/cast01.png) center 8% / cover no-repeat;
}
.banner--cast::before {
  background: linear-gradient(100deg,
    rgba(120,196,225,.92) 0%,
    rgba(126,200,227,.6) 40%,
    rgba(255,158,196,.32) 100%);
}
.banner::after {
  content: "✧"; position: absolute; right: -10px; bottom: -20px;
  font-size: 140px; color: rgba(255,255,255,.18); z-index: 0; line-height: 1;
}
.banner:hover::before { filter: brightness(1.06); }
.banner:hover { transform: translateY(-4px); }
.banner__inner { position: relative; z-index: 1; padding: 0 44px; text-shadow: 0 1px 6px rgba(0,0,0,.35), 0 1px 2px rgba(0,0,0,.25); }
.banner__en { font-family: var(--font-en); font-weight: 700; letter-spacing: .15em; font-size: 28px; }
.banner__ja { font-family: var(--font-round); font-weight: 500; margin-top: 4px; letter-spacing: .05em; }
.banner__arrow { display: inline-block; margin-top: 14px; font-size: 20px; transition: .3s; }
.banner:hover .banner__arrow { transform: translateX(8px); }

/* 装飾フレーム（二重線＋角飾り） */
.banner__frame {
  position: absolute; inset: 14px; z-index: 2; pointer-events: none;
  border: 1.5px solid rgba(255,255,255,.85);
  border-radius: 8px;
}
.banner__frame::before {
  content: ""; position: absolute; inset: 5px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 5px;
}
.banner__corner {
  position: absolute; width: 46px; height: 46px;
  background-color: rgba(255,255,255,.92);
  -webkit-mask: url(../img/frame-corner.svg) center / contain no-repeat;
          mask: url(../img/frame-corner.svg) center / contain no-repeat;
}
.banner__corner--tl { top: -7px; left: -7px; transform: rotate(0deg); }
.banner__corner--tr { top: -7px; right: -7px; transform: rotate(90deg); }
.banner__corner--br { bottom: -7px; right: -7px; transform: rotate(180deg); }
.banner__corner--bl { bottom: -7px; left: -7px; transform: rotate(270deg); }
.banner:hover .banner__frame { border-color: rgba(255,255,255,.95); }

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: linear-gradient(160deg, #b9e3df 0%, #9fd4d9 100%);
  border-top: 2px solid rgba(59, 179, 163, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 64px 0 24px; margin-top: 0;
}
.footer-inner {
  width: min(1080px, 88%); margin-inline: auto;
  display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start;
  justify-content: space-between;
}
.footer-logo { height: 64px; margin-bottom: 14px; }
.footer-catch { font-family: var(--font-round); color: var(--emerald-d); font-size: 14px; letter-spacing: .05em; }
.footer-nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 32px; }
.footer-nav a { font-family: var(--font-en); font-size: 13px; letter-spacing: .06em; color: var(--ink); }
.footer-nav a:hover { color: var(--emerald); }
.footer-sns { display: flex; flex-direction: row; gap: 12px; }
.footer-sns__icon {
  display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%;
  color: var(--emerald-d); background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid var(--emerald); transition: .25s;
}
.footer-sns__icon:hover { background: var(--emerald); color: #fff; transform: translateY(-2px); }
.footer-sns__icon svg { width: 22px; height: 22px; }
.copyright {
  text-align: center; margin-top: 48px; font-family: var(--font-en);
  font-size: 11px; color: var(--ink-light); letter-spacing: .08em;
}

/* ---------- To top ---------- */
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 48px; height: 48px; border-radius: 50%; border: none; cursor: pointer;
  background: linear-gradient(120deg, var(--emerald), var(--sky));
  color: #fff; font-size: 18px; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: .3s;
}
.to-top.is-show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { transform: translateY(-3px); }

/* ---------- スマホ下部固定バー（言語切替＋SNS） ---------- */
.mobile-bar { display: none; }

/* Google 翻訳の上部バナー等を無効化（自前セレクトで操作するため） */
.goog-te-banner-frame,
iframe.goog-te-banner-frame { display: none !important; }
#google_translate_element { display: none !important; }
body { top: 0 !important; }
.goog-tooltip, .goog-text-highlight { display: none !important; background: none !important; box-shadow: none !important; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: .8s cubic-bezier(.2,.7,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 900px) {
  .news-list, .sns-grid, .banner-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  /* スマホは1カラムで高さ自動。flex:1 1 0 だと潰れるので内容に合わせる */
  .x-tweets,
  .tiktok-feed { flex: none; overflow: visible; }

  /* コンセプトは縦積み（テキスト上・イラスト下・中央寄せ）。
     FVの人物イラストとコンセプトのイラストが連続しないよう、イラストは本文の下へ */
  .concept-inner { flex-direction: column; gap: 28px; text-align: center; }
  .concept-figure { order: 2; flex: none; width: min(220px, 54%); max-width: 220px; margin-inline: auto; }
  .concept-body { order: 1; text-align: center; }
  .concept-lead {
    justify-content: center;
    /* 400px端末でも1行に収まるよう、ビューポート幅に合わせて縮小＆折り返し禁止 */
    white-space: nowrap;
    font-size: clamp(16px, 5.4vw, 26px);
    letter-spacing: .02em;
    gap: .3em;
  }

  /* ヒーローは縦積み（テキスト上・人物下・中央寄せ）。
     コンテンツ高さにフィットさせて余白をなくし、短い画面でははみ出した足元を切る */
  .hero {
    height: auto; min-height: 0; max-height: 100vh;
    flex-direction: column; align-items: center; justify-content: flex-start;
    padding-top: calc(var(--header-h) + 3vh); padding-bottom: 0;
    text-align: center;
    overflow: hidden;
  }
  .hero-grid { width: 92%; }
  .hero-inner { text-align: center; max-width: none; margin-inline: auto; }
  .hero-catch br { display: none; }
  /* 人物は大きく見せ、足元はFVセクション下端でトリミング（全身は出さない） */
  .hero-figure-wrap {
    position: static; width: min(560px, 100%);
    /* 画像は自然な高さで配置し、下端（脚〜足）を負マージン分だけ hero でクリップ＝膝あたりで切る。
       足元に余白が常にある状態にするので、浮遊で上下しても足が切れない（PCと同じ挙動） */
    margin: 1.5vh auto -22vw;
    align-items: stretch; justify-content: center; overflow: visible;
  }
  .hero-figure {
    width: 100%; height: auto;
    /* PCと同様に画像ごと上下に浮遊（頭は開いた空間、足元はクリップ域に余白あり） */
    animation: floatySoft 8s ease-in-out infinite;
  }
}

@media (max-width: 768px) {
  :root { --header-h: 64px; }
  .header-logo img { height: 40px; }
  .site-header.is-scrolled { height: 60px; }
  .header-lang { display: none; }  /* スマホは下部固定バー側に表示 */
  /* ロゴを中央寄せ、ハンバーガーは右端に */
  .header-inner { position: relative; justify-content: center; }
  .nav-toggle { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

  /* mobile nav */
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; gap: 6px;
    width: 42px; height: 42px; border: none; background: transparent; cursor: pointer;
  }
  .nav-toggle span {
    display: block; width: 26px; height: 2px; background: var(--emerald);
    border-radius: 2px; transition: .3s;
  }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .gnav {
    position: fixed; inset: var(--header-h) 0 auto 0;
    background: rgba(255,255,255,.97); backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
    max-height: 0; overflow: hidden; transition: max-height .35s ease;
    box-shadow: var(--shadow-sm);
  }
  .gnav.is-open { max-height: 640px; }
  .gnav ul { flex-direction: column; gap: 0; padding: 8px 0; }
  .gnav li { border-bottom: 1px solid var(--line); }
  .gnav li:last-child { border-bottom: none; }
  .gnav a { flex-direction: row; gap: 10px; justify-content: center; padding: 16px; border-radius: 0; }
  .gnav .ja { margin-top: 0; }
  .gnav-sns { justify-content: center; gap: 18px; margin-left: 0; padding: 20px 0 28px; }
  .gnav-sns .gnav-icon { width: 54px; height: 54px; border-radius: 50%; }
  .gnav-sns .gnav-icon svg { width: 26px; height: 26px; }

  .news-card__link { flex-direction: column; }
  .news-card__thumb { width: 100%; aspect-ratio: 16/9; }

  .footer-inner { flex-direction: column; gap: 28px; align-items: center; text-align: center; }
  .footer-brand { display: flex; flex-direction: column; align-items: center; }
  .footer-nav { display: flex; justify-content: center; }
  .footer-nav ul { grid-template-columns: 1fr 1fr; justify-items: center; gap: 12px 40px; }
  .footer-sns { justify-content: center; }

  /* 下部固定バー本体 */
  .mobile-bar {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    padding: 9px 14px;
    background: linear-gradient(120deg, var(--emerald), var(--sky));
    box-shadow: 0 -4px 16px rgba(80, 160, 160, 0.20);
    padding-bottom: calc(9px + env(safe-area-inset-bottom, 0px));
  }
  .mobile-bar__lang { display: flex; align-items: center; gap: 8px; min-width: 0; }
  .mobile-bar__globe { display: flex; color: #fff; flex: none; }
  .mobile-bar__globe svg { width: 22px; height: 22px; }
  .lang-select {
    appearance: none; -webkit-appearance: none;
    font-family: var(--font-ja); font-size: 14px; color: var(--ink);
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234a5a5e' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 11px;
    border: none; border-radius: 999px; padding: 9px 32px 9px 16px;
    box-shadow: var(--shadow-sm); cursor: pointer; max-width: 46vw;
  }
  /* GTranslate プラグイン（[gtranslate]）を下部固定バーの言語セレクト風に */
  .mobile-bar .gtranslate_wrapper { display: inline-flex; align-items: center; min-width: 0; }
  .mobile-bar .gt_selector {
    appearance: none; -webkit-appearance: none;
    font-family: var(--font-ja); font-size: 14px; color: var(--ink);
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234a5a5e' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 11px;
    border: none; border-radius: 999px; padding: 9px 32px 9px 16px;
    box-shadow: var(--shadow-sm); cursor: pointer; max-width: 46vw;
    text-overflow: ellipsis;
  }
  .mobile-bar__sns { display: flex; align-items: center; gap: 10px; flex: none; }
  .mobile-bar__icon {
    width: 42px; height: 42px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.92); color: var(--emerald-d);
    box-shadow: var(--shadow-sm); transition: .25s;
  }
  .mobile-bar__icon:hover { background: #fff; transform: translateY(-2px); }
  .mobile-bar__icon svg { width: 20px; height: 20px; }

  /* バーの高さ分だけ本文に余白を確保し、トップ戻るボタンも持ち上げる */
  body { padding-bottom: 62px; }
  .to-top { bottom: 74px; }
}

/* 狭い画面ではキャッチを少し小さくして1行に収める */
@media (max-width: 429px) {
  .hero-catch { font-size: clamp(22px, 6.4vw, 28px); letter-spacing: .02em; }
}

/* =========================================================
   パターン2：FV画像スライド（fv01〜fv03）
   .hero--slides 内のみに適用。既存の .hero とは独立。
   ========================================================= */
.hero--slides {
  /* テキストは中央へ配置し直す（背景が写真になるため） */
  justify-content: center;
  background: #0d1b22;            /* 画像読み込み前/隙間の下地 */
}

/* 背景スライド群 */
.hero-slides {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.4s ease, transform 6s ease;
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);          /* ゆっくりズーム（Ken Burns風） */
}

/* 文字を読みやすくする半透明オーバーレイ＋ブランドカラーの光 */
.hero-slides__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(circle at 20% 18%, rgba(126,200,227,.30), transparent 46%),
    radial-gradient(circle at 82% 82%, rgba(255,158,196,.26), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.30) 0%, rgba(255,255,255,.10) 40%, rgba(20,40,48,.42) 100%);
}

/* 文字の後ろの手描き風ハート線 */
.hero-heart {
  position: absolute; z-index: 2;
  left: 50%; top: 50%;
  transform: translate(-50%, calc(-52% + 30px));
  width: min(414px, 70%);
  pointer-events: none;
}
.hero-heart svg {
  width: 100%; height: auto; display: block;
  overflow: visible;
}
.hero-heart path {
  fill: none;
  stroke: rgba(255, 158, 196, .8);   /* ピンクを80%程度に透過 */
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(255,120,170,.55));
  /* 線をなぞるように描画 → 描き終わりに一度フラッシュ → 以降ゆっくり明滅 */
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  animation: heartDraw 2.4s ease-out .3s forwards,
             heartFlash 1.1s ease-out 2.6s 1,
             heartPulse 4s ease-in-out 3.8s infinite;
}
@keyframes heartDraw { to { stroke-dashoffset: 0; } }
@keyframes heartFlash {
  0%   { stroke: rgba(255,158,196,.8); filter: drop-shadow(0 0 7px rgba(255,120,170,.55)); }
  35%  { stroke: #fff;                 filter: drop-shadow(0 0 18px rgba(255,160,205,.95)) drop-shadow(0 0 34px rgba(255,150,200,.7)); }
  100% { stroke: rgba(255,158,196,.8); filter: drop-shadow(0 0 7px rgba(255,120,170,.55)); }
}
@keyframes heartPulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: .65; }
}

/* 描き終わりに弾けるキラッ（4方向に伸びる星） */
.hero-heart__spark {
  position: absolute;
  width: 24px; height: 24px;
  color: #fff;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}
.hero-heart__spark::before,
.hero-heart__spark::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(currentColor, currentColor) center / 100% 12% no-repeat,
    linear-gradient(currentColor, currentColor) center / 12% 100% no-repeat;
  filter: drop-shadow(0 0 6px rgba(255,170,205,.95));
}
.hero-heart__spark::after { transform: rotate(45deg); opacity: .7; }

/* 位置・サイズ・タイミング（描画完了の頃に順番に弾ける） */
.hero-heart__spark--1 {           /* 中央のくぼみ：メイン */
  left: 50%; top: 16%; width: 30px; height: 30px;
  animation: sparkBurst 1.1s ease-out 2.7s forwards,
             sparkTwinkle 3.4s ease-in-out 4.2s infinite;
}
.hero-heart__spark--2 {           /* 左の山 */
  left: 27%; top: 12%; color: #ffd7e8;
  animation: sparkBurst 1s ease-out 3.0s forwards,
             sparkTwinkle 3.8s ease-in-out 4.6s infinite;
}
.hero-heart__spark--3 {           /* 右の山 */
  left: 73%; top: 12%; color: #ffd7e8;
  animation: sparkBurst 1s ease-out 3.2s forwards,
             sparkTwinkle 3.2s ease-in-out 4.8s infinite;
}
@keyframes sparkBurst {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0)   rotate(0deg); }
  55%  { opacity: 1; transform: translate(-50%, -50%) scale(1.3) rotate(90deg); }
  100% { opacity: .9; transform: translate(-50%, -50%) scale(1)  rotate(90deg); }
}
@keyframes sparkTwinkle {
  0%, 100% { opacity: .85; transform: translate(-50%, -50%) scale(1)   rotate(90deg); }
  50%      { opacity: .3;  transform: translate(-50%, -50%) scale(.75) rotate(90deg); }
}

/* テキスト：写真の上に乗るので可読性を確保（ハートより前面） */
.hero-inner--slides {
  z-index: 3;
}
.hero--slides .hero-en {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.hero--slides .hero-catch {
  color: #fff;
  text-shadow: 0 4px 20px rgba(0,0,0,.40);
}
.hero--slides .hero-catch span {
  color: #fff;
}
.hero--slides .hero-catch span::after {
  color: var(--pink);
}
.hero--slides .hero-sub {
  color: rgba(255,255,255,.95);
  text-shadow: 0 2px 14px rgba(0,0,0,.40);
}

/* スライドインジケーター（ドット） */
.hero-dots {
  position: absolute; z-index: 3;
  left: 50%; bottom: 28px; transform: translateX(-50%);
  display: flex; gap: 12px;
}
.hero-dot {
  width: 11px; height: 11px; border-radius: 50%;
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(255,255,255,.85);
  cursor: pointer;
  transition: background .3s ease, transform .3s ease;
}
.hero-dot.is-active {
  background: #fff;
  transform: scale(1.25);
}

@media (max-width: 768px) {
  /* スライドFVは縦積みにせず写真のまま中央寄せ。スマホは高さを画面の約半分に */
  .hero--slides {
    height: 56vh; min-height: 360px; max-height: none;
    justify-content: center;
    padding-top: calc(var(--header-h) + 2vh);
    padding-bottom: 0;
  }
  /* 高さが縮むぶん、ハートも少し小さめに */
  .hero--slides .hero-heart { width: min(288px, 66%); }
  .hero-dots { bottom: 16px; }
}

/* =========================================================
   下層ページ共通：ページ見出し
   ========================================================= */
.container--narrow { width: min(720px, 88%); }

.page-head {
  text-align: center;
  padding: calc(var(--header-h) + 56px) 0 44px;
  background:
    radial-gradient(120% 140% at 50% -20%, rgba(126,200,227,.18), transparent 60%),
    var(--bg-tint);
  border-bottom: 1px solid var(--line);
}
.page-head__en {
  font-family: var(--font-en);
  letter-spacing: .2em;
  color: var(--emerald);
  font-weight: 600;
  font-size: 13px;
}
.page-head__title {
  font-family: var(--font-round);
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 700;
  color: var(--ink);
  margin-top: 6px;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.page-head__title::after {
  content: "";
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 52px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--emerald), var(--sky));
}
.page-head__lead { margin-top: 16px; color: var(--ink-light); font-size: 14px; }

/* =========================================================
   SYSTEM：料金表
   ========================================================= */
.price-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.price-board__item {
  margin: 0;
  background: #fff;
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.price-board__item img { width: 100%; border-radius: 12px; }
.price-note {
  margin-top: 34px; text-align: center;
  font-size: 13px; color: var(--ink-light); line-height: 2;
}

/* =========================================================
   NEWS：ブログ風一覧
   ========================================================= */
.news-filter {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-bottom: 44px;
}
.news-filter a {
  display: inline-block;
  font-family: var(--font-en); font-weight: 600; font-size: 13px;
  letter-spacing: .06em;
  padding: 8px 22px; border-radius: 999px;
  border: 1.5px solid var(--line); color: var(--ink-light); background: #fff;
}
.news-filter a:hover,
.news-filter a.is-active {
  border-color: var(--emerald); color: #fff;
  background: linear-gradient(120deg, var(--emerald), var(--sky));
}

.blog-list { display: flex; flex-direction: column; gap: 24px; }
.blog-card {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  overflow: hidden; transition: .3s;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-card__link { display: flex; align-items: stretch; }
.blog-card__thumb {
  position: relative; flex: none; width: 280px; aspect-ratio: 1 / 1; overflow: hidden;
}
.blog-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__cat {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--font-en); font-size: 11px; font-weight: 700; letter-spacing: .08em;
  color: #fff; padding: 4px 12px; border-radius: 999px;
  background: linear-gradient(120deg, var(--emerald), var(--sky));
}
.blog-card__body { padding: 24px 28px; display: flex; flex-direction: column; }
.blog-card__date {
  font-family: var(--font-en); font-size: 12px; letter-spacing: .08em;
  color: var(--emerald); font-weight: 600;
}
.blog-card__title {
  font-family: var(--font-round); font-size: 18px; font-weight: 700;
  color: var(--ink); margin: 6px 0 10px; line-height: 1.6;
}
.blog-card__text { font-size: 14px; color: var(--ink-light); line-height: 1.9; }
.blog-card__more {
  margin-top: auto; padding-top: 14px;
  font-family: var(--font-en); font-weight: 600; font-size: 13px; color: var(--emerald-d);
}

/* ページネーション */
.pagination {
  display: flex; justify-content: center; align-items: center; gap: 8px;
  margin-top: 48px;
}
.pagination__item {
  min-width: 40px; height: 40px; padding: 0 14px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-en); font-weight: 600; font-size: 14px;
  border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; color: var(--ink);
}
.pagination__item:hover { border-color: var(--emerald); color: var(--emerald-d); }
.pagination__item.is-active {
  border-color: transparent; color: #fff;
  background: linear-gradient(120deg, var(--emerald), var(--sky));
}
/* WordPress paginate_links() 用（.pagination__item と同じ見た目に） */
.pagination .page-numbers {
  min-width: 40px; height: 40px; padding: 0 14px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-en); font-weight: 600; font-size: 14px;
  border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; color: var(--ink);
}
.pagination a.page-numbers:hover { border-color: var(--emerald); color: var(--emerald-d); }
.pagination .page-numbers.current {
  border-color: transparent; color: #fff;
  background: linear-gradient(120deg, var(--emerald), var(--sky));
}
.pagination .page-numbers.dots { border-color: transparent; background: transparent; }

/* =========================================================
   ACCESS
   ========================================================= */
.access-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: stretch;
}
.access-info__name {
  font-family: var(--font-round); font-size: 22px; font-weight: 700;
  color: var(--ink); margin-bottom: 20px;
}
.access-table { display: flex; flex-direction: column; }
.access-table__row {
  display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px dashed var(--line);
}
.access-table__row dt {
  flex: none; width: 88px; font-weight: 700; color: var(--emerald-d); font-size: 14px;
}
.access-table__row dd { color: var(--ink); font-size: 14px; line-height: 1.8; }
.access-tags {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 26px;
}
.access-tags li {
  font-size: 12px; font-weight: 600; color: var(--emerald-d);
  background: var(--bg-tint); border: 1px solid var(--line);
  padding: 6px 14px; border-radius: 999px;
}
.access-map {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line);
  min-height: 420px;
}
.access-map iframe { display: block; width: 100%; height: 100%; min-height: 420px; }

/* =========================================================
   CONTACT：フォーム
   ========================================================= */
.contact-form {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); border: 1px solid var(--line);
  padding: 40px;
}
.form-row { margin-bottom: 24px; }
.form-label {
  display: block; font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 8px;
}
.form-req {
  font-size: 11px; font-weight: 700; color: #fff;
  background: var(--pink-d); padding: 2px 8px; border-radius: 999px; margin-left: 6px;
}
.form-input {
  width: 100%; font-family: var(--font-ja); font-size: 15px; color: var(--ink);
  padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--bg); transition: .25s;
}
.form-input:focus {
  outline: none; border-color: var(--emerald);
  background: #fff; box-shadow: 0 0 0 3px rgba(59,179,163,.12);
}
.form-textarea { resize: vertical; line-height: 1.8; }
.form-row--check { text-align: center; }
.form-check {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px;
}
.form-check input { width: 18px; height: 18px; accent-color: var(--emerald); }
.form-submit { text-align: center; margin-top: 8px; }
.form-submit .btn { cursor: pointer; border: none; font-size: 15px; padding: 15px 56px; }
.form-note {
  margin-top: 20px; text-align: center; font-size: 12px; color: var(--ink-light);
}

/* =========================================================
   ブログ（記事一覧／詳細）＋ サイドバー
   ========================================================= */
.post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  align-items: start;
}
.post-main { min-width: 0; }

/* --- サイドバー ウィジェット --- */
.sidebar { display: flex; flex-direction: column; gap: 28px; }
.widget {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
}
.widget__title {
  font-family: var(--font-round);
  font-size: 17px;
  font-weight: 700;
  color: var(--emerald-d);
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1.5px solid var(--line);
  position: relative;
}
.widget__title::after {
  content: "";
  position: absolute; left: 0; bottom: -1.5px;
  width: 48px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--emerald), var(--sky));
}

/* 最新の記事 */
.widget-recent__item + .widget-recent__item { margin-top: 16px; }
.widget-recent__link { display: flex; gap: 12px; align-items: center; }
.widget-recent__thumb {
  flex: none; width: 64px; height: 64px;
  border-radius: 12px; overflow: hidden; background: var(--bg-tint);
}
.widget-recent__thumb img { width: 100%; height: 100%; object-fit: cover; }
.widget-recent__text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.widget-recent__date {
  font-family: var(--font-en); font-size: 11px; letter-spacing: .06em;
  color: var(--emerald); font-weight: 600;
}
.widget-recent__title {
  font-size: 13px; line-height: 1.6; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.widget-recent__link:hover .widget-recent__title { color: var(--emerald); }
.widget-recent__empty { font-size: 13px; color: var(--ink-light); }

/* カテゴリー */
.widget-cat li {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 9px 4px; font-size: 14px; color: var(--ink-light);
  border-bottom: 1px dashed var(--line);
}
.widget-cat li:last-child { border-bottom: none; }
.widget-cat a {
  display: inline-flex; align-items: center; min-width: 0;
  color: var(--ink); line-height: 1.5;
}
.widget-cat a::before { content: "♦"; color: var(--pink); font-size: 9px; margin-right: 8px; flex: none; }
.widget-cat a:hover { color: var(--emerald); }

/* --- 記事詳細 --- */
.single-article {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 36px 40px 44px;
}
.single-article__thumb {
  border-radius: 14px; overflow: hidden; margin-bottom: 28px;
}
.single-article__thumb img { width: 100%; height: auto; }
.single-article__body { line-height: 2; color: var(--ink); }
.single-article__body > * + * { margin-top: 1.4em; }
.single-article__body h2 {
  font-family: var(--font-round); font-size: 21px; font-weight: 700; color: var(--emerald-d);
  padding-left: 14px; border-left: 4px solid var(--emerald); line-height: 1.5;
}
.single-article__body h3 {
  font-family: var(--font-round); font-size: 18px; font-weight: 700; color: var(--ink);
}
.single-article__body a { color: var(--emerald-d); text-decoration: underline; }
.single-article__body a:hover { color: var(--emerald); }
.single-article__body img { border-radius: 12px; }
.single-article__body ul,
.single-article__body ol { padding-left: 1.4em; }
.single-article__body ul { list-style: disc; }
.single-article__body ol { list-style: decimal; }
.single-article__body blockquote {
  border-left: 4px solid var(--sky-l); background: var(--bg-tint);
  padding: 14px 18px; border-radius: 8px; color: var(--ink-light);
}
.single-article__pages { margin-top: 24px; font-size: 14px; }

/* 前後記事ナビ */
.single-nav {
  display: flex; justify-content: space-between; gap: 16px;
  margin-top: 32px; font-size: 14px;
}
.single-nav__item--next { margin-left: auto; text-align: right; }
.single-nav a { color: var(--emerald-d); }
.single-nav a:hover { color: var(--emerald); }

/* =========================================================
   下層ページ レスポンシブ
   ========================================================= */
@media (max-width: 900px) {
  .post-layout { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .page-head { padding: calc(var(--header-h) + 36px) 0 34px; }
  .price-board { grid-template-columns: 1fr; gap: 20px; }
  .blog-card__link { flex-direction: column; }
  .blog-card__thumb { width: 100%; aspect-ratio: 1 / 1; }
  .access-grid { grid-template-columns: 1fr; gap: 28px; }
  .access-map, .access-map iframe { min-height: 320px; }
  .contact-form { padding: 26px 20px; }
  .single-article { padding: 26px 22px 32px; }
}
