@charset "UTF-8";
/*
 * ======================================
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .ao-header / --hero / __row1 / __right / __tel / __sns / __cta / __nav
 *                              - 黒×金 2段ヘッダー（ロゴ＋電話＋SNS＋CTA／下段ナビ）
 * .ao-footer / __grid / __col / __label / __info / __sns / __map / __bottom / __nav
 *                              - 3カラムダークフッター
 * .ao-section / --hpad        - clamp横パディング付きセクション外枠
 * .ao-inner / --narrow / --tight - 中央寄せコンテナ（1180 / 960 / 900）
 * .ao-dark / --darker / --black / --light - セクション背景色（黒金テーマ）
 * .ao-eyebrow                 - Marcellus 金の英字ラベル（字間広め）
 * .ao-sec-title / --lg        - Zen Old Mincho セクション見出し
 * .ao-sec-head / --split      - 見出しブロック（中央 / 左右振り分け）
 * .ao-hairline                - 金のヘアライン罫（中央 / 左）
 * .ao-btn / --gold / --ghost / --ghost-dark - 角型ボタン（金塗り／金枠）
 * .ao-hero / __media / __slide / __veil / __inner / __eyebrow / __title / __lead / __scroll
 *                              - TOP メインビュー（静止画＋フェード枠）
 * .ao-badges / __item / __ico / __en / __ja - 4実績バッジ（金アウトライン円）
 * .ao-strength / __grid / __cell / __num / __title / __text - 強み 3×2 罫線グリッド
 * .ao-puppy-tabs / __btn      - 子犬情報カテゴリタブ
 * .ao-card-puppy / __media / __badge / __body / __date / __title / __more - 子犬カード
 * .ao-split / __media / __body - 画像＋テキスト 左右 split
 * .ao-newsrow / __date / __cat / __title - お知らせ 1行リスト
 * .ao-cta / __veil / __inner  - お問い合わせCTA（写真＋暗幕）
 * .ao-phero / __bg / __veil / __inner / __en / __ja - 下層ページヒーロー
 * .ao-feature / __item / __ico / __title / __text - 特徴カード
 * .ao-price / thead / th / td - 料金テーブル（黒金）
 * .ao-flow / __item / __num / __title / __text - お迎えの流れステップ
 * .ao-info-table              - 会社概要テーブル（黒金）
 * .ao-goods / __item / __media / __body / __name / __desc / __price - 商品カード
 * .ao-form / __row / label / .ao-form__note - お問い合わせフォーム
 * .ao-blog / __item / __thumb / __date / __cat / __title - ブログ一覧カード
 * .ao-pager / a / span        - ページネーション
 * .ao-backlink                - 一覧に戻るボタン
 * .ao-reveal（data-reveal）    - スクロールフェードイン
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・構造不足：黒×金ダークテーマ前提のヘッダー2段構成／写真フェード枠MV／
 *   罫線区切りの番号付き強みグリッド → site.css で構築
 * ・装飾パターン不足：金のヘアライン罫・金アウトライン円アイコン → site.css で追加
 * ・値の粒度不足：clamp() ベースの流動的な余白・文字サイズ（デザイン踏襲）→ site.css で指定
 * ・状態不足：カテゴリタブの JS 切替（active 配色）→ site.css + common.js
 */

/* ==========================================================================
   0. ベース微調整（黒×金テーマ）
   ========================================================================== */
body {
  background: #171717;
  color: #f3efe6;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
::selection { background: #d3a724; color: #171717; }
a { color: #d3a724; }
a:hover { color: #e9c766; }
.font-en, .ao-eyebrow, .ao-btn { font-family: "Marcellus", serif; }

/* 全ページ共通の下層フェード（既存 .subpage-wrapper と併用可） */

/* ==========================================================================
   1. セクション・コンテナ・見出し共通
   ========================================================================== */
.ao-section { padding: clamp(64px, 9vw, 120px) clamp(24px, 5vw, 48px); }
.ao-section--half { padding: clamp(46px, 6vw, 72px) clamp(20px, 5vw, 48px); }
.ao-inner { max-width: 1180px; margin: 0 auto; width: 100%; }
.ao-inner--narrow { max-width: 960px; margin: 0 auto; width: 100%; }
.ao-inner--tight { max-width: 900px; margin: 0 auto; width: 100%; }

.ao-dark { background: #202020; }
.ao-darker { background: #0f0f0f; }
.ao-black { background: #0d0d0d; }
.ao-light { background: #f7f4ee; color: #221f1a; }

.ao-eyebrow {
  display: block;
  font-family: "Marcellus", serif;
  letter-spacing: .32em;
  font-size: 1.3rem;
  color: #d3a724;
  margin-bottom: 16px;
}
.ao-light .ao-eyebrow { color: #a9852a; }

.ao-sec-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(19px, 2.3vw, 27px);
  line-height: 1.55;
  margin: 0;
  color: #f5f0e6;
}
.ao-light .ao-sec-title { color: #1c1a16; }

.ao-sec-head { text-align: center; margin-bottom: clamp(40px, 5vw, 60px); }
.ao-sec-head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: clamp(34px, 4vw, 52px);
}
.ao-sec-head--split .ao-eyebrow { margin-bottom: 14px; }

.ao-hairline { width: 44px; height: 1px; background: #c9a13a; margin: 36px auto; }
.ao-hairline--left { margin: 26px 0; }

.ao-lead { font-size: clamp(15px, 1.6vw, 16px); line-height: 2.1; margin: 0; color: #b7afa1; text-wrap: pretty; }
.ao-light .ao-lead { color: #4b463d; }
.ao-lead + .ao-lead { margin-top: 20px; }

/* ==========================================================================
   2. ボタン
   ========================================================================== */
.ao-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Marcellus", serif;
  letter-spacing: .12em;
  font-size: 1.4rem;
  padding: 15px 40px;
  text-decoration: none;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.ao-btn--gold { background: #d3a724; color: #171717; }
.ao-btn--gold:hover { background: #e9c766; color: #171717; }
.ao-btn--ghost { border-color: #d3a724; color: #d3a724; background: transparent; }
.ao-btn--ghost:hover { background: #d3a724; color: #171717; }
.ao-btn--ghost-dark { border-color: #c9a13a; color: #a9852a; background: transparent; }
.ao-btn--ghost-dark:hover { background: #c9a13a; color: #f7f4ee; }
.ao-btn--block { display: flex; justify-content: center; width: 100%; padding: 17px; border: none; }

/* ==========================================================================
   3. ヘッダー（黒×金 2段）
   ========================================================================== */
.ao-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #141414;
  border-bottom: 1px solid rgba(211, 167, 36, .28);
}
.ao-header--hero {
  position: absolute;
  top: 0; left: 0;
  background: transparent;
  border-bottom: none;
}
.ao-header__inner {
  display: block;
  height: auto;
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
  padding: 12px 0 16px;
}
.ao-header__row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.ao-header__logo { flex-shrink: 0; }
.ao-header__logo img { height: 66px; width: auto; }
.ao-header__right { display: flex; align-items: center; gap: 18px; }
.ao-header__tel {
  font-family: "Marcellus", serif;
  font-size: 1.8rem;
  color: #d3a724;
  letter-spacing: .04em;
  text-decoration: none;
}
.ao-header__sns { display: flex; gap: 12px; align-items: center; }
.ao-header__sns a, .ao-header__sns span { color: #cfc7b8; display: flex; }
.ao-header__sns a:hover { color: #e9c766; }
.ao-header__sns .is-disabled { color: #6f685c; cursor: default; }
.ao-header__sns .fa-line { font-size: 22px; line-height: 1; }
.sp-nav__bottom .ao-header__sns .fa-line { font-size: 24px; }
.ao-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #d3a724;
  color: #171717;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  letter-spacing: .08em;
  padding: 11px 20px;
  text-decoration: none;
  transition: background .3s ease;
}
.ao-header__cta span { font-family: "Zen Old Mincho", serif; font-size: 1.1rem; }
.ao-header__cta:hover { background: #e9c766; color: #171717; }

.ao-header__nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 44px);
  flex-wrap: wrap;
  margin: 2px 0 0;
  padding-top: 4px;
}
.ao-header__nav .header__nav-item a { flex-direction: column; padding: 4px 0; gap: 3px; }
.ao-header__nav .header__nav-en {
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .06em;
  color: #f3efe6;
  line-height: 1;
}
.ao-header__nav .header__nav-ja {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .18em;
  color: #e2dccf;
  margin-top: 3px;
  line-height: 1;
}
.ao-header__nav .header__nav-item--current .header__nav-en { color: #d3a724; }
/* カレントの下線をヘッダー最下部へ */
.ao-header__nav .header__nav-item a::after { bottom: -16px; }

@media (max-width: 1100px) {
  .ao-header__nav, .ao-header__right { display: none; }
  .ao-header__inner { padding: 14px 0; }
  .ao-header--hero { position: absolute; }
}

/* ハンバーガー・SPナビ（共通コンポーネントを黒金へ調整） */
.nav-toggle { background: rgba(20, 20, 20, .55); }
.nav-toggle__line { background: #d3a724; }
.sp-nav {
  background: linear-gradient(135deg, rgba(23, 23, 23, .98), rgba(10, 10, 10, .99));
}
.sp-nav__en { color: #d3a724; opacity: .7; }
.sp-nav__item { border-color: rgba(211, 167, 36, .18); }
.sp-nav__item:first-child { border-color: rgba(211, 167, 36, .18); }
.sp-nav__bottom .ao-header__tel { color: #d3a724; }
.sp-nav__bottom .ao-header__sns { justify-content: center; margin-top: 20px; }

/* ==========================================================================
   4. フッター
   ========================================================================== */
.ao-footer {
  background: #141414;
  border-top: 1px solid rgba(211, 167, 36, .28);
  padding: clamp(52px, 6vw, 80px) clamp(24px, 5vw, 48px) 40px;
}
.ao-footer__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(36px, 5vw, 64px);
}
.ao-footer__logo { width: 190px; max-width: 70%; height: auto; margin-bottom: 22px; }
.ao-footer__info { font-size: 1.35rem; line-height: 2; color: #a49c8e; }
.ao-footer__label {
  font-family: "Marcellus", serif;
  letter-spacing: .2em;
  font-size: 1.3rem;
  color: #d3a724;
  margin-bottom: 20px;
}
.ao-footer__sns { display: flex; gap: 14px; margin-top: 22px; }
.ao-footer__sns a, .ao-footer__sns span { color: #cfc7b8; display: flex; }
.ao-footer__sns a:hover { color: #e9c766; }
.ao-footer__sns .is-disabled { color: #5f584d; }
.ao-footer__sns .fa-line { font-size: 24px; line-height: 1; }
.ao-footer__contact { font-size: 1.35rem; line-height: 1.9; color: #a49c8e; }
.ao-footer__contact strong { color: #efe9dc; font-weight: 400; }
.ao-footer__contact-row { margin-bottom: 14px; }
.ao-footer__contact .ao-note { color: #8f8778; font-size: 1.25rem; margin-bottom: 6px; }
.ao-footer__map {
  position: relative;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(211, 167, 36, .28);
  background: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f685c;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}
.ao-footer__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ao-footer__bottom {
  max-width: 1180px;
  margin: 44px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(211, 167, 36, .14);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.ao-footer__nav { display: flex; gap: 20px; flex-wrap: wrap; font-family: "Marcellus", serif; font-size: 1.2rem; letter-spacing: .08em; }
.ao-footer__nav a { color: #8f8778; }
.ao-footer__nav a:hover { color: #d3a724; }
.ao-footer__copy { font-family: "Marcellus", serif; font-size: 1.1rem; letter-spacing: .1em; color: #6f685c; }

/* ==========================================================================
   5. お問い合わせCTA（写真＋暗幕）
   ========================================================================== */
.ao-cta { position: relative; overflow: hidden; background: #0d0d0d; padding: clamp(64px, 9vw, 110px) clamp(24px, 5vw, 48px); }
.ao-cta__bg { position: absolute; inset: 0; opacity: .28; }
.ao-cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.ao-cta__veil { position: absolute; inset: 0; background: rgba(13, 13, 13, .62); pointer-events: none; }
.ao-cta__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 56px);
  flex-wrap: wrap;
  text-align: left;
}
.ao-cta__body { flex: 1 1 340px; min-width: 280px; }
.ao-cta__title { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: clamp(18px, 2.2vw, 27px); line-height: 1.6; margin: 0 0 20px; color: #fbf8f1; }
.ao-cta__text { font-size: 1.5rem; line-height: 2; color: #cfc7b8; margin: 0; }
.ao-cta__btns { display: flex; gap: 18px; flex-wrap: wrap; flex-shrink: 0; }
@media (max-width: 767px) {
  .ao-cta__inner { justify-content: flex-start; }
}
@media (max-width: 639px) {
  .ao-cta__btns { width: 100%; flex-direction: column; gap: 12px; }
  .ao-cta__btns .ao-btn { width: 100%; box-sizing: border-box; justify-content: center; }
}

/* ==========================================================================
   6. TOP メインビュー
   ========================================================================== */
.ao-hero { position: relative; height: min(90vh, 780px); min-height: 520px; overflow: hidden; background: #0d0d0d; }
.ao-hero__slide { position: absolute; inset: 0; animation: aoFadeCycle 14s infinite; }
.ao-hero__slide:nth-child(1) { animation-delay: 0s; }
.ao-hero__slide:nth-child(2) { animation-delay: 7s; }
.ao-hero__drift { position: absolute; inset: 0; animation: aoDrift 12s ease-in-out infinite alternate; }
.ao-hero__drift img { width: 100%; height: 100%; object-fit: cover; }
.ao-hero__veil { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(13,13,13,.55) 0%, rgba(13,13,13,.15) 38%, rgba(13,13,13,.35) 72%, rgba(13,13,13,.82) 100%); }
.ao-hero__inner { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 clamp(24px, 7vw, 120px) clamp(120px, 15vh, 170px); pointer-events: none; }
.ao-hero__box { max-width: 1280px; margin: 0 auto; width: 100%; }
.ao-hero__eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.ao-hero__eyebrow span:first-child { width: 52px; height: 1px; background: #d3a724; }
.ao-hero__eyebrow span:last-child { font-family: "Marcellus", serif; letter-spacing: .34em; font-size: 1.3rem; color: #d3a724; }
.ao-hero__title { font-family: "Marcellus", serif; font-weight: 400; font-size: clamp(38px, 7vw, 88px); line-height: 1.08; margin: 0; color: #fbf8f1; text-shadow: 0 2px 30px rgba(0,0,0,.5); }
.ao-hero__lead { font-family: "Zen Old Mincho", serif; font-size: clamp(15px, 1.7vw, 20px); line-height: 2; margin: 28px 0 0; max-width: 640px; color: #e4ddcf; text-shadow: 0 1px 16px rgba(0,0,0,.6); }
.ao-hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; pointer-events: none; }
.ao-hero__scroll span:first-child { font-family: "Marcellus", serif; font-size: 1.1rem; letter-spacing: .3em; color: #cfc7b8; }
.ao-hero__scroll span:last-child { width: 1px; height: 38px; background: linear-gradient(#d3a724, transparent); }

@keyframes aoFadeCycle { 0%, 39.5% { opacity: 1; } 50%, 89.5% { opacity: 0; } 100% { opacity: 1; } }
@keyframes aoDrift { from { transform: scale(1.06); } to { transform: scale(1.12); } }

/* ==========================================================================
   7. 実績バッジ
   ========================================================================== */
.ao-badges { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: clamp(24px, 3vw, 44px); max-width: 1160px; margin: 0 auto; }
.ao-badges__item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.ao-badges__ico { width: 76px; height: 76px; border: 1px solid #d3a724; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.ao-badges__en { font-family: "Marcellus", serif; font-size: 1.3rem; letter-spacing: .22em; color: #d3a724; }
.ao-badges__ja { font-size: 1.5rem; margin-top: 6px; color: #efe9dc; }

/* 実績バッジ：MV上オーバーレイ版 */
.ao-hero__badges { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(18px, 2.6vh, 30px) clamp(24px, 7vw, 120px); border-top: 1px solid rgba(211,167,36,.28); background: linear-gradient(180deg, rgba(13,13,13,0) 0%, rgba(13,13,13,.55) 55%, rgba(13,13,13,.78) 100%); pointer-events: none; }
.ao-badges--hero { grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2.4vw, 40px); max-width: 1280px; }
.ao-badges--hero .ao-badges__item { flex-direction: row; text-align: left; gap: 14px; }
.ao-badges--hero .ao-badges__ico { width: 54px; height: 54px; flex-shrink: 0; background: rgba(13,13,13,.35); }
.ao-badges--hero .ao-badges__en { font-size: 1.15rem; letter-spacing: .18em; }
.ao-badges--hero .ao-badges__ja { font-size: 1.35rem; margin-top: 3px; }
@media (max-width: 767px) {
  .ao-hero__badges { padding: 16px clamp(20px, 6vw, 40px) 20px; }
  .ao-badges--hero { grid-template-columns: repeat(2, 1fr); gap: 14px 20px; }
  .ao-badges--hero .ao-badges__ico { width: 46px; height: 46px; }
  .ao-badges--hero .ao-badges__ja { font-size: 1.25rem; }
}
@media (max-width: 400px) {
  .ao-badges--hero .ao-badges__item { flex-direction: column; text-align: center; gap: 8px; }
}

/* ==========================================================================
   8. 強み（3×2 罫線グリッド）
   ========================================================================== */
.ao-strength { border-top: 1px solid rgba(211,167,36,.3); border-bottom: 1px solid rgba(211,167,36,.3); }
.ao-strength__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 36px); }
.ao-strength__grid--top { border-bottom: 1px solid rgba(211,167,36,.3); padding-bottom: clamp(8px, 1.4vw, 20px); }
.ao-strength__grid--bottom { padding-top: clamp(8px, 1.4vw, 20px); }
.ao-strength__cell { padding: clamp(30px, 3vw, 44px); position: relative; }
.ao-strength__cell--mid::before, .ao-strength__cell--mid::after { content: ""; position: absolute; top: clamp(30px,3vw,44px); bottom: clamp(30px,3vw,44px); width: 1px; background: rgba(211,167,36,.3); }
.ao-strength__cell--mid::before { left: 0; }
.ao-strength__cell--mid::after { right: 0; }
.ao-strength__num { font-family: "Marcellus", serif; font-size: 60px; color: #d3a724; line-height: 1; opacity: .28; }
.ao-strength__title { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: 20px; margin: -30px 0 14px; color: #f2ece0; position: relative; }
.ao-strength__text { font-size: 1.45rem; line-height: 2; margin: 0; color: #b7afa1; }
@media (max-width: 896px) {
  .ao-strength__grid { grid-template-columns: 1fr; }
  .ao-strength__cell--mid::before, .ao-strength__cell--mid::after { display: none; }
  .ao-strength__grid--top { border-bottom: none; }
}

/* ==========================================================================
   9. 子犬情報タブ＆カード
   ========================================================================== */
.ao-puppy-tabs { display: flex; gap: 10px; flex-wrap: wrap; }
.ao-puppy-tabs__btn { display: inline-block; text-decoration: none; background: transparent; color: #cfc7b8; border: 1px solid rgba(211,167,36,.4); font-family: "Marcellus", serif; letter-spacing: .1em; font-size: 1.3rem; padding: 9px 20px; cursor: pointer; transition: all .25s ease; }
.ao-puppy-tabs__btn:hover { border-color: #d3a724; color: #d3a724; }
.ao-puppy-tabs__btn.is-active:hover { color: #171717; }
.ao-puppy-tabs__btn.is-active { background: #d3a724; color: #171717; border-color: #d3a724; }

.ao-puppy-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: clamp(20px, 2.4vw, 32px); }
.ao-card-puppy { display: block; background: #171717; border: 1px solid rgba(211,167,36,.18); color: inherit; text-decoration: none; transition: border-color .3s ease; }
.ao-card-puppy:hover { border-color: rgba(211,167,36,.5); color: inherit; }
.ao-card-puppy__media { aspect-ratio: 4 / 3; position: relative; overflow: hidden; }
.ao-card-puppy__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ao-card-puppy:hover .ao-card-puppy__media img { transform: scale(1.06); }
.ao-card-puppy__badge { position: absolute; top: 12px; left: 12px; background: rgba(20,20,20,.8); border: 1px solid #d3a724; color: #d3a724; font-family: "Marcellus", serif; font-size: 1.1rem; letter-spacing: .12em; padding: 4px 10px; }
.ao-card-puppy__body { padding: 20px 22px 24px; }
.ao-card-puppy__date { font-size: 1.2rem; color: #8f8778; letter-spacing: .08em; }
.ao-card-puppy__title { font-family: "Zen Old Mincho", serif; font-size: 1.6rem; margin: 0 0 12px; color: #f0eadd; }
.ao-card-puppy__more { font-family: "Marcellus", serif; font-size: 1.2rem; letter-spacing: .14em; color: #d3a724; }

/* ==========================================================================
   10. 画像＋テキスト split
   ========================================================================== */
.ao-split { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: stretch; }
.ao-split--reverse .ao-split__media { order: 2; }
.ao-split__media { position: relative; min-height: clamp(320px, 42vw, 540px); }
.ao-split__media img { width: 100%; height: 100%; object-fit: cover; }
.ao-split__body { padding: clamp(48px, 6vw, 88px) clamp(28px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }

/* ==========================================================================
   11. お知らせ 1行リスト
   ========================================================================== */
.ao-newslist { border-top: 1px solid #ddd3bf; }
.ao-dark .ao-newslist, .ao-darker .ao-newslist, .ao-black .ao-newslist { border-top-color: rgba(211,167,36,.3); }
.ao-newsrow { display: flex; align-items: baseline; gap: clamp(14px, 2.5vw, 32px); padding: 24px 6px; border-bottom: 1px solid #ddd3bf; color: #221f1a; flex-wrap: wrap; text-decoration: none; transition: opacity .3s ease; }
.ao-dark .ao-newsrow, .ao-darker .ao-newsrow, .ao-black .ao-newsrow { border-bottom-color: rgba(211,167,36,.3); color: #e4ddcf; }
.ao-newsrow:hover { opacity: .7; color: #221f1a; }
.ao-dark .ao-newsrow:hover, .ao-darker .ao-newsrow:hover, .ao-black .ao-newsrow:hover { color: #e4ddcf; }
.ao-newsrow__date { font-family: "Marcellus", serif; font-size: 1.5rem; color: #7a7263; letter-spacing: .05em; }
.ao-dark .ao-newsrow__date, .ao-darker .ao-newsrow__date, .ao-black .ao-newsrow__date { color: #a9852a; }
.ao-newsrow__cat { font-family: "Marcellus", serif; font-size: 1.1rem; letter-spacing: .12em; border: 1px solid #c9a13a; color: #a9852a; padding: 3px 12px; }
.ao-newsrow__title { font-size: 1.6rem; flex: 1; min-width: 200px; }

/* ==========================================================================
   12. 下層ページヒーロー
   ========================================================================== */
.ao-phero { position: relative; overflow: hidden; background: #0d0d0d; border-bottom: 1px solid rgba(211,167,36,.18); }
.ao-phero__bg { position: absolute; inset: 0; opacity: .26; }
.ao-phero__bg img { width: 100%; height: 100%; object-fit: cover; }
.ao-phero__veil { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(13,13,13,.45), rgba(13,13,13,.18)); }
.ao-phero__inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: clamp(72px, 9vw, 120px) clamp(24px, 5vw, 48px) clamp(52px, 6vw, 74px); }
.ao-phero__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; font-family: "Marcellus", serif; letter-spacing: .3em; font-size: 1.2rem; color: #d3a724; }
.ao-phero__eyebrow span { width: 44px; height: 1px; background: #d3a724; }
.ao-phero__en { font-family: "Marcellus", serif; font-weight: 400; font-size: clamp(38px, 6vw, 66px); letter-spacing: .04em; color: #fbf8f1; line-height: 1.1; margin: 0; }
.ao-phero__ja { display: block; font-family: "Zen Old Mincho", serif; font-size: clamp(15px, 1.8vw, 19px); letter-spacing: .12em; color: #d9d1c2; margin: 14px 0 0; }
.ao-phero__crumb { font-family: "Marcellus", serif; font-size: 1.2rem; letter-spacing: .08em; color: #8f8778; margin-top: 22px; }
.ao-phero__crumb a { color: #8f8778; }
.ao-phero__crumb a:hover { color: #d3a724; }

/* ==========================================================================
   13. 特徴カード（サロン・ホテル等）
   ========================================================================== */
.ao-feature { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(20px, 3vw, 36px); }
.ao-feature__item { border-top: 1px solid rgba(211,167,36,.24); border-bottom: 1px solid rgba(211,167,36,.24); padding: clamp(28px, 3vw, 40px); text-align: center; }
.ao-feature__ico { width: 64px; height: 64px; border: 1px solid #d3a724; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: #d3a724; }
.ao-feature__title { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: 1.9rem; margin: 0 0 12px; color: #f2ece0; }
.ao-feature__text { font-size: 1.45rem; line-height: 2; margin: 0; color: #b7afa1; }

/* ==========================================================================
   14. 料金テーブル / 会社概要テーブル（黒金）
   ========================================================================== */
.ao-table { width: 100%; border-collapse: collapse; font-size: 1.5rem; }
.ao-table th, .ao-table td { padding: 16px 18px; border-bottom: 1px solid rgba(211,167,36,.2); text-align: left; vertical-align: top; line-height: 1.7; }
.ao-table thead th { font-family: "Marcellus", serif; letter-spacing: .1em; color: #d3a724; border-bottom: 1px solid rgba(211,167,36,.4); font-weight: 400; }
.ao-table td.ao-table__price { color: #f0eadd; white-space: nowrap; font-family: "Marcellus", serif; }
.ao-info-table { width: 100%; border-collapse: collapse; font-size: 1.5rem; }
.ao-info-table th, .ao-info-table td { padding: 18px 20px; border-bottom: 1px solid rgba(211,167,36,.2); text-align: left; vertical-align: top; line-height: 1.8; }
.ao-info-table th { width: 30%; color: #d3a724; font-weight: 400; white-space: nowrap; }
.ao-info-table td { color: #e4ddcf; }
@media (max-width: 639px) {
  .ao-info-table th, .ao-info-table td { display: block; width: 100%; }
  .ao-info-table th { border-bottom: none; padding-bottom: 4px; }
}

/* ==========================================================================
   15. お迎えまでの流れ
   ========================================================================== */
.ao-flow { display: grid; gap: 18px; max-width: 820px; margin: 0 auto; }
.ao-flow__item { display: flex; gap: 24px; align-items: flex-start; border: 1px solid rgba(211,167,36,.22); padding: clamp(22px, 3vw, 32px); background: rgba(211,167,36,.03); }
.ao-flow__num { flex-shrink: 0; font-family: "Marcellus", serif; font-size: 1.2rem; letter-spacing: .12em; color: #d3a724; }
.ao-flow__num span { display: block; font-size: 2.6rem; line-height: 1; margin-top: 4px; }
.ao-flow__title { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: 1.8rem; margin: 0 0 8px; color: #f2ece0; }
.ao-flow__text { font-size: 1.45rem; line-height: 1.95; margin: 0; color: #b7afa1; }

/* ==========================================================================
   16. こだわり商品カード
   ========================================================================== */
.ao-goods { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(24px, 3vw, 40px); }
.ao-goods__item { border: 1px solid rgba(211,167,36,.2); background: #1a1a1a; display: flex; flex-direction: column; }
.ao-goods__media { aspect-ratio: 4 / 3; overflow: hidden; background: #111; }
.ao-goods__media img { width: 100%; height: 100%; object-fit: cover; }
.ao-goods__body { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.ao-goods__name { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: 1.7rem; margin: 0 0 12px; color: #f0eadd; }
.ao-goods__desc { font-size: 1.4rem; line-height: 1.9; margin: 0 0 18px; color: #b7afa1; flex: 1; }
.ao-goods__price { font-family: "Marcellus", serif; font-size: 1.5rem; color: #d3a724; border-top: 1px solid rgba(211,167,36,.2); padding-top: 14px; }

/* ==========================================================================
   17. フォーム
   ========================================================================== */
.ao-form { max-width: 720px; margin: 0 auto; }
.ao-form__row { margin-bottom: 24px; }
.ao-form__row label { display: block; font-size: 1.35rem; color: #cfc7b8; margin-bottom: 8px; letter-spacing: .04em; }
.ao-form__row .req { color: #d3a724; margin-left: 6px; font-size: 1.1rem; }
.ao-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.ao-form select, .ao-form textarea {
  width: 100%; background: #0f0f0f; border: 1px solid rgba(211,167,36,.28); color: #f3efe6;
  padding: 13px 15px; font-family: "Zen Old Mincho", serif; font-size: 1.5rem; outline: none; transition: border-color .25s;
}
.ao-form input:focus, .ao-form select:focus, .ao-form textarea:focus { border-color: #d3a724; }
.ao-form input::placeholder, .ao-form textarea::placeholder { color: #6f685c; }
.ao-form__note { font-size: 1.25rem; color: #8f8778; line-height: 1.9; }
.ao-form__submit { text-align: center; margin-top: 32px; }

/* --- CMSフォーム出力にも現デザイン（.ao-form）を適用 --- */
.ao-form label { font-size: 1.35rem; color: #cfc7b8; letter-spacing: .04em; line-height: 1.8; }
.ao-form input[type="checkbox"], .ao-form input[type="radio"] { width: auto; margin-right: 6px; accent-color: #d3a724; vertical-align: middle; }
/* テーブル／定義リスト型レイアウトを縦積み（ラベル上・入力下）に */
.ao-form table { width: 100%; border-collapse: collapse; }
.ao-form table tr { display: block; margin-bottom: 22px; }
.ao-form table th, .ao-form table td { display: block; width: 100%; text-align: left; padding: 0; }
.ao-form table th { margin: 0 0 8px; font-weight: normal; color: #cfc7b8; }
/* CMSフォーム本体（#cms-contact-1-1-area）— id スコープで確実に上書き（dt/dd 上下・配色・下線） */
#cms-contact-1-1-area dl { margin: 0; display: block; }
#cms-contact-1-1-area dt, #cms-contact-1-1-area dd { display: block; width: 100%; float: none; box-sizing: border-box; }
#cms-contact-1-1-area dt { margin: 0 0 8px; padding: 0; color: #cfc7b8; font-weight: normal; letter-spacing: .04em; font-size: 1.35rem; }
#cms-contact-1-1-area dd { margin: 0 0 22px; padding: 0 0 22px; border-bottom: 1px solid rgba(211,167,36,.2); }
#cms-contact-1-1-area .required::after { content: " ＊"; color: #d3a724; font-size: .8em; vertical-align: top; }
#cms-contact-1-1-area input[type="text"], #cms-contact-1-1-area input[type="email"], #cms-contact-1-1-area input[type="tel"], #cms-contact-1-1-area textarea {
  width: 100%; box-sizing: border-box; background: #0f0f0f; border: 1px solid rgba(211,167,36,.28); color: #f3efe6;
  padding: 13px 15px; font-family: "Zen Old Mincho", serif; font-size: 1.5rem; outline: none; transition: border-color .25s;
}
#cms-contact-1-1-area input:focus, #cms-contact-1-1-area textarea:focus { border-color: #d3a724; }
#cms-contact-1-1-area input::placeholder, #cms-contact-1-1-area textarea::placeholder { color: #6f685c; }
#cms-contact-1-1-area button, #cms-contact-1-1-area input[type="submit"] {
  display: block; width: fit-content; min-width: 260px; margin: 28px auto 0; background: #d3a724; color: #171717; border: none;
  font-family: "Marcellus", serif; letter-spacing: .1em; font-size: 1.5rem; padding: 16px 44px; cursor: pointer; transition: background .3s ease;
}
#cms-contact-1-1-area button:hover, #cms-contact-1-1-area input[type="submit"]:hover { background: #e9c766; }
/* 送信・確認ボタン */
.ao-form input[type="submit"], .ao-form input[type="button"], .ao-form button {
  display: inline-block; width: auto; min-width: 240px; max-width: 100%; background: #d3a724; color: #171717; border: none;
  font-family: "Marcellus", serif; letter-spacing: .1em; font-size: 1.5rem; padding: 16px 40px; margin: 8px 6px 0;
  cursor: pointer; transition: background .3s ease;
}
.ao-form input[type="submit"]:hover, .ao-form input[type="button"]:hover, .ao-form button:hover { background: #e9c766; }
/* CMSフォーム出力の白背景を除去（構造要素のみ。入力欄・ボタンの配色は維持） */
#cms-contact-1-1-area { color: #cfc7b8; }
#cms-contact-1-1-area,
#cms-contact-1-1-area div,
#cms-contact-1-1-area table,
#cms-contact-1-1-area tbody,
#cms-contact-1-1-area tr,
#cms-contact-1-1-area th,
#cms-contact-1-1-area td,
#cms-contact-1-1-area dl,
#cms-contact-1-1-area dt,
#cms-contact-1-1-area dd,
#cms-contact-1-1-area p,
#cms-contact-1-1-area fieldset,
#cms-contact-1-1-area form { background: transparent; }

/* ==========================================================================
   18. ブログ一覧・詳細・ページャ
   ========================================================================== */
.ao-blog { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: clamp(24px, 3vw, 36px); }
.ao-blog__item { display: block; background: #1a1a1a; border: 1px solid rgba(211,167,36,.18); color: inherit; text-decoration: none; transition: border-color .3s ease; }
.ao-blog__item:hover { border-color: rgba(211,167,36,.5); color: inherit; }
.ao-blog__thumb { aspect-ratio: 16 / 10; overflow: hidden; background: #111; }
.ao-blog__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ao-blog__item:hover .ao-blog__thumb img { transform: scale(1.06); }
.ao-blog__body { padding: 20px 22px 24px; }
.ao-blog__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.ao-blog__date { font-family: "Marcellus", serif; font-size: 1.25rem; color: #8f8778; letter-spacing: .06em; }
.ao-blog__cat { font-family: "Marcellus", serif; font-size: 1.05rem; letter-spacing: .1em; border: 1px solid #c9a13a; color: #d3a724; padding: 2px 10px; }
.ao-blog__title { font-family: "Zen Old Mincho", serif; font-size: 1.65rem; line-height: 1.6; margin: 0; color: #f0eadd; }

.ao-article { max-width: 820px; margin: 0 auto; }
.ao-article__meta { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.ao-article__title { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: clamp(21px, 3vw, 30px); line-height: 1.5; margin: 0 0 30px; color: #f5f0e6; border-bottom: 1px solid rgba(211,167,36,.24); padding-bottom: 24px; }
.ao-article__body { font-size: 1.6rem; line-height: 2.05; color: #cfc7b8; }
.ao-article__body p { margin: 0 0 22px; }
.ao-article__body img { margin: 24px 0; }

.ao-pager { display: flex; justify-content: center; gap: 8px; margin-top: clamp(40px, 5vw, 60px); flex-wrap: wrap; }
.ao-pager a, .ao-pager span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid rgba(211,167,36,.3); font-family: "Marcellus", serif; font-size: 1.4rem; color: #cfc7b8; text-decoration: none; transition: all .25s ease; }
.ao-pager a:hover { border-color: #d3a724; color: #d3a724; }
.ao-pager .is-current { background: #d3a724; color: #171717; border-color: #d3a724; }

.ao-backlink { text-align: center; margin-top: clamp(40px, 5vw, 60px); }
.ao-backlink--bordered { border-top: 1px solid rgba(211,167,36,.18); padding-top: 26px; }

/* ==========================================================================
   20. 下層 汎用パーツ（2カラム / 番号リスト / フロー / 図版グリッド）
   ========================================================================== */
.ao-2col { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(36px, 5vw, 64px); align-items: center; }
.ao-2col--reverse .ao-2col__media { order: 2; }
.ao-2col--top { align-items: start; }
.ao-2col__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.ao-2col__media img { width: 100%; height: 100%; object-fit: cover; }

.ao-numlist { display: grid; gap: 16px; }
.ao-numlist__item { display: flex; gap: 16px; align-items: flex-start; }
.ao-numlist__num { font-family: "Marcellus", serif; color: #d3a724; font-size: 1.5rem; min-width: 24px; flex-shrink: 0; }
.ao-numlist__text { margin: 0; font-size: 1.45rem; line-height: 1.9; color: #b7afa1; }

/* お迎えの流れ：縦軸で繋がるタイムライン型 */
.ao-flow-steps { max-width: 620px; margin: 0 auto; }
.ao-flow-step { display: flex; gap: clamp(20px, 3vw, 32px); position: relative; padding-bottom: clamp(28px, 3.5vw, 44px); }
.ao-flow-step:last-child { padding-bottom: 0; }
/* 次のステップの丸まで途切れず繋がる縦線（丸の背面を通す） */
.ao-flow-step:not(:last-child)::before { content: ""; position: absolute; top: 28px; bottom: 0; left: 28px; margin-left: -1px; width: 2px; background: rgba(211, 167, 36, .4); z-index: 0; }
.ao-flow-step__rail { position: relative; flex-shrink: 0; width: 56px; display: flex; justify-content: center; }
.ao-flow-step__num { position: relative; z-index: 1; width: 56px; height: 56px; border-radius: 50%; border: 1px solid #d3a724; background: #171717; color: #d3a724; display: flex; align-items: center; justify-content: center; font-family: "Marcellus", serif; font-size: 20px; }
.ao-flow-step__body { flex: 1; padding-top: 13px; }
.ao-flow-step__title { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: 1.8rem; margin: 0 0 8px; color: #f0eadd; }
.ao-flow-step__text { margin: 0; font-size: 1.45rem; color: #b7afa1; line-height: 1.9; }

.ao-flowlist { display: grid; gap: 1px; background: rgba(211,167,36,.2); border: 1px solid rgba(211,167,36,.2); }
.ao-flowrow { background: #171717; padding: 24px clamp(20px, 3vw, 36px); display: flex; gap: 24px; align-items: flex-start; flex-wrap: wrap; }
.ao-flowrow > div { flex: 1 1 260px; min-width: 0; }
.ao-flowrow__num { flex-shrink: 0; font-family: "Marcellus", serif; font-size: 28px; color: #d3a724; min-width: 52px; }
.ao-flowrow__title { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: 1.8rem; margin: 0 0 6px; color: #f0eadd; }
.ao-flowrow__text { margin: 0; font-size: 1.4rem; color: #b7afa1; line-height: 1.9; }

.ao-figs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(16px, 2vw, 24px); }
.ao-fig { margin: 0; }
.ao-fig__media { aspect-ratio: 3 / 2; position: relative; border: 1px solid rgba(211,167,36,.18); overflow: hidden; }
.ao-fig__media img { width: 100%; height: 100%; object-fit: cover; }
.ao-fig figcaption { font-size: 1.15rem; color: #8f8778; margin-top: 8px; text-align: right; }

.ao-note-box { border: 1px solid rgba(211,167,36,.22); background: rgba(211,167,36,.03); padding: clamp(22px, 3vw, 32px); font-size: 1.45rem; line-height: 2; color: #b7afa1; }
.ao-note-box p { margin: 0 0 14px; }
.ao-note-box p:last-child { margin-bottom: 0; }
.ao-light .ao-note-box { background: #efe9dd; border-color: #ddd3bf; color: #4b463d; }

/* 料金テーブル 明色版（ライトセクション用） */
.ao-table--light th, .ao-table--light td { border-bottom-color: #ddd3bf; }
.ao-table--light thead th { color: #7e5e10; border-bottom: 2px solid #c9a13a; }
.ao-table--light td { color: #221f1a; }
.ao-table--light td.ao-table__price { color: #7e5e10; font-weight: 500; }
.ao-table__sub { display: block; font-size: 1.2rem; color: #7a7263; margin-top: 4px; }
/* 複合セル（例：全バリ ¥5,000〜／手仕上げ ¥6,000〜）：数字は価格と同フォント、和文は小さめ */
.ao-price-num { font-family: "Marcellus", serif; color: #7e5e10; font-weight: 500; }
.ao-price-jp { font-size: 1.25rem; }

/* サロン：クリーンマーク／加盟バッジ */
.ao-salon-marks { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.ao-salon-marks img { width: auto; }
.ao-salon-marks .mark-clean { height: 170px; }
.ao-salon-marks .mark-badge { height: 200px; border: 1px solid rgba(211,167,36,.24); }

/* 注意事項リスト */
.ao-notes-head { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: 2rem; color: #1c1a16; margin: 0 0 14px; }
.ao-cautions { margin: 0; padding-left: 1.2em; font-size: 1.35rem; line-height: 1.95; color: #4b463d; }
.ao-cautions li { margin-bottom: 8px; }
.ao-cautions li:last-child { margin-bottom: 0; }

/* ホテル：料金カード */
.ao-pricecards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(20px, 2.4vw, 28px); }
.ao-pricecard { background: #fff; border: 1px solid #ddd3bf; padding: clamp(30px, 3vw, 44px); text-align: center; }
.ao-pricecard__name { font-family: "Zen Old Mincho", serif; font-size: 1.9rem; color: #1c1a16; margin-bottom: 16px; }
.ao-pricecard__price { font-family: "Marcellus", serif; font-size: clamp(32px, 4vw, 44px); color: #a9852a; line-height: 1; }
.ao-pricecard__note { font-size: 1.3rem; color: #7a7263; margin-top: 12px; }

/* ラベル付きサービス行（WALK / MEAL 等） */
.ao-flowrow__label { flex-shrink: 0; font-family: "Marcellus", serif; color: #d3a724; font-size: 1.4rem; letter-spacing: .16em; min-width: 120px; padding-top: 4px; }

/* ミニCTA（下層ページ末尾の予約導線） */
.ao-mini-cta { text-align: center; max-width: 640px; margin: 0 auto; }
.ao-mini-cta__title { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: clamp(20px, 2.6vw, 26px); margin: 0 0 24px; color: #f5f0e6; }
.ao-mini-cta__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   21. こだわり商品：メイン商品ブロック / ラインナップ
   ========================================================================== */
.ao-products { display: grid; gap: clamp(28px, 4vw, 44px); }
.ao-product { background: #171717; border: 1px solid rgba(211,167,36,.2); display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.ao-product__media { position: relative; min-height: 280px; background: #fff; }
.ao-product__media img { width: 100%; height: 100%; object-fit: contain; }
.ao-product__badge { position: absolute; top: 14px; left: 14px; background: #d3a724; color: #171717; font-family: "Marcellus", serif; font-size: 1.1rem; letter-spacing: .12em; padding: 5px 12px; }
.ao-product__body { padding: clamp(30px, 3.5vw, 48px); }
.ao-product__label { font-family: "Marcellus", serif; letter-spacing: .14em; font-size: 1.2rem; color: #d3a724; margin-bottom: 8px; }
.ao-product__name { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: clamp(20px, 2.4vw, 26px); margin: 0 0 14px; color: #f2ece0; }
.ao-product__catch { font-size: 1.35rem; color: #cbb96f; margin: 0 0 16px; }
.ao-product__desc { font-size: 1.35rem; line-height: 2; color: #b7afa1; margin: 0 0 22px; }
.ao-product__prices { border-top: 1px solid rgba(211,167,36,.2); }
.ao-product__price-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(211,167,36,.12); font-size: 1.35rem; }
.ao-product__price-row:last-child { border-bottom: none; }
.ao-product__price-row .qty { color: #cfc7b8; }
.ao-product__price-row .yen { font-family: "Marcellus", serif; color: #d3a724; }
.ao-product__note { font-size: 1.15rem; color: #8f8778; margin: 10px 0 20px; }

.ao-lineup { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: clamp(18px, 2.2vw, 28px); }
.ao-lineup--sm { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.ao-lineup--4col { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 896px) { .ao-lineup--4col { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ao-lineup--4col { grid-template-columns: 1fr; } }
.ao-lineup__item { background: #0f0f0f; border: 1px solid rgba(211,167,36,.16); }
.ao-lineup--dark .ao-lineup__item { background: #171717; }
.ao-lineup__media { aspect-ratio: 1 / 1; position: relative; background: #fff; }
.ao-lineup__media img { width: 100%; height: 100%; object-fit: contain; }
.ao-lineup__body { padding: 18px 20px 22px; }
.ao-lineup__label { font-family: "Marcellus", serif; font-size: 1.2rem; letter-spacing: .1em; color: #d3a724; margin-bottom: 6px; }
.ao-lineup__title { font-family: "Zen Old Mincho", serif; font-size: 1.6rem; margin: 0 0 8px; color: #f0eadd; }
.ao-lineup__text { margin: 0; font-size: 1.3rem; color: #b7afa1; line-height: 1.8; }
.ao-lineup__meta { margin: 0; font-size: 1.25rem; color: #8f8778; }

/* ==========================================================================
   22. 会社概要：情報テーブル / 登録証 / 地図
   ========================================================================== */
.ao-overview { border-top: 1px solid rgba(211,167,36,.22); }
.ao-overview__row { display: flex; gap: clamp(16px, 4vw, 48px); padding: 20px 6px; border-bottom: 1px solid rgba(211,167,36,.14); flex-wrap: wrap; }
.ao-overview__key { flex: 0 0 160px; font-family: "Marcellus", serif; letter-spacing: .06em; color: #d3a724; font-size: 1.4rem; }
.ao-overview__val { flex: 1 1 0; min-width: 0; font-size: 1.5rem; color: #e7e0d2; line-height: 2; }
.ao-overview__val .sub { display: block; font-size: 1.3rem; color: #9a9186; }
@media (max-width: 639px) { .ao-overview__row { display: block; padding: 16px 6px; } .ao-overview__key, .ao-overview__val { display: block; } .ao-overview__key { margin-bottom: 4px; } }

.ao-certs { display: grid; grid-template-columns: repeat(2, minmax(0, 230px)); justify-content: center; gap: clamp(24px, 4vw, 48px); }
@media (max-width: 520px) { .ao-certs { grid-template-columns: minmax(0, 240px); } }
.ao-cert__link { display: block; cursor: pointer; }
.ao-cert__media { position: relative; aspect-ratio: 3 / 4; border: 1px solid rgba(211,167,36,.24); background: #fff; overflow: hidden; transition: border-color .3s ease; }
.ao-cert__media img { width: 100%; height: 100%; object-fit: contain; }
.ao-cert__media::after { content: "\f00e"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; right: 8px; bottom: 8px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: rgba(20,20,20,.7); color: #d3a724; font-size: 1.3rem; border-radius: 50%; opacity: 0; transition: opacity .3s ease; }
.ao-cert__link:hover .ao-cert__media { border-color: rgba(211,167,36,.6); }
.ao-cert__link:hover .ao-cert__media::after { opacity: 1; }
.ao-cert__caption { text-align: center; font-size: 1.35rem; color: #b7afa1; margin-top: 12px; }

.ao-map { position: relative; aspect-ratio: 16 / 7; border: 1px solid rgba(211,167,36,.24); background: #1c1c1c; display: flex; align-items: center; justify-content: center; color: #6f685c; font-size: 1.2rem; text-align: center; padding: 10px; }
.ao-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ==========================================================================
   23. お問い合わせ：連絡先リスト
   ========================================================================== */
.ao-contact-info { border-top: 1px solid rgba(211,167,36,.2); margin-top: 34px; }
.ao-contact-info__row { padding: 20px 4px; border-bottom: 1px solid rgba(211,167,36,.12); }
.ao-contact-info__row:last-child { border-bottom: none; }
.ao-contact-info__label { font-family: "Marcellus", serif; letter-spacing: .14em; font-size: 1.2rem; color: #d3a724; margin-bottom: 8px; }
.ao-contact-info__tel { font-family: "Marcellus", serif; font-size: 2.2rem; color: #f3efe6; }
.ao-contact-info__tel:hover { color: #e9c766; }
.ao-contact-info__note { font-size: 1.25rem; color: #8f8778; margin-top: 4px; }
.ao-contact-info__hours { font-size: 1.45rem; color: #e7e0d2; }
.ao-contact-info__hours .sub { font-size: 1.25rem; color: #8f8778; }
.ao-form__check { display: flex; align-items: flex-start; gap: 10px; font-size: 1.3rem; color: #b7afa1; cursor: pointer; }
.ao-form__check input { width: auto; margin-top: 3px; }

/* ==========================================================================
   24. ブログ 一覧／詳細（サイドバー付き）
   ========================================================================== */
.ao-blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(32px, 4vw, 56px); align-items: start; }
@media (max-width: 896px) { .ao-blog-layout { grid-template-columns: 1fr; } }

/* サムネ付きリスト行（ライトセクション） */
.ao-newsrow--thumb { align-items: center; }
.ao-newsrow__thumb { width: 110px; height: 80px; flex-shrink: 0; overflow: hidden; }
.ao-newsrow__thumb img { width: 100%; height: 100%; object-fit: cover; }
.ao-newsrow__main { flex: 1; min-width: 200px; }
.ao-newsrow__meta { display: flex; gap: 14px; align-items: center; margin-bottom: 8px; }

/* サイドバー */
.ao-side { display: grid; gap: 34px; }
.ao-side__title { font-family: "Marcellus", serif; letter-spacing: .14em; font-size: 1.4rem; color: #a9852a; border-bottom: 2px solid #c9a13a; padding-bottom: 10px; margin: 0 0 16px; }
.ao-side__recent { display: grid; gap: 14px; }
.ao-side__recent a { color: #4b463d; font-size: 1.35rem; line-height: 1.7; }
.ao-side__recent a:hover { color: #a9852a; }
.ao-side__recent .date { display: block; font-family: "Marcellus", serif; font-size: 1.2rem; color: #7a7263; }
.ao-side__archive { display: grid; gap: 2px; }
.ao-side__archive a { padding: 9px 0; border-bottom: 1px solid #ddd3bf; color: #4b463d; font-size: 1.4rem; }
.ao-side__archive a:hover { color: #a9852a; }

/* ライト用ページャ */
.ao-pager--light a, .ao-pager--light span { border-color: #c9a13a; color: #a9852a; }
.ao-pager--light a:hover { background: #c9a13a; color: #fff; }
.ao-pager--light .is-current { background: #c9a13a; color: #fff; border-color: #c9a13a; }

/* 記事本文（ライトセクション上書き） */
.ao-light .ao-article__title { color: #1c1a16; border-bottom-color: #ddd3bf; }
.ao-light .ao-article__body { color: #221f1a; }
.ao-article__hero { aspect-ratio: 16 / 9; overflow: hidden; margin-bottom: 36px; }
.ao-article__hero img { width: 100%; height: 100%; object-fit: cover; }
.ao-article__nav { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid #ddd3bf; padding-top: 26px; margin-top: 40px; flex-wrap: wrap; }
.ao-article__nav a { font-family: "Marcellus", serif; font-size: 1.4rem; letter-spacing: .08em; color: #a9852a; }

/* 記事ヘッダー（ダーク） */
.ao-post-head { background: #0d0d0d; border-bottom: 1px solid rgba(211,167,36,.18); padding: clamp(44px, 6vw, 72px) clamp(24px, 5vw, 48px) clamp(28px, 4vw, 44px); }
.ao-post-head__inner { max-width: 1180px; margin: 0 auto; }
.ao-post-head__crumb { font-family: "Marcellus", serif; font-size: 1.2rem; letter-spacing: .08em; color: #8f8778; margin-bottom: 18px; }
.ao-post-head__crumb a { color: #8f8778; }
.ao-post-head__crumb a:hover { color: #d3a724; }
.ao-post-head__meta { display: flex; gap: 14px; align-items: center; margin-bottom: 15px; }
.ao-post-head__date { font-family: "Marcellus", serif; font-size: 1.5rem; color: #d3a724; }
.ao-post-head__badge { border: 1px solid #d3a724; color: #d3a724; font-family: "Marcellus", serif; font-size: 1.1rem; letter-spacing: .12em; padding: 4px 12px; }
.ao-post-head__cat { font-family: "Marcellus", serif; font-size: 1.4rem; color: #9a9186; }
.ao-post-head__title { font-family: "Zen Old Mincho", serif; font-weight: 500; font-size: clamp(24px, 3.6vw, 40px); line-height: 1.5; margin: 0; color: #fbf8f1; }

/* 子犬詳細：ギャラリー＋スペック */
.ao-detail { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(36px, 5vw, 56px); align-items: start; }
.ao-gallery__main { aspect-ratio: 4 / 3; overflow: hidden; margin-bottom: 14px; }
.ao-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.ao-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ao-gallery__thumbs div { aspect-ratio: 1 / 1; overflow: hidden; }
.ao-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.ao-spec { border-top: 1px solid rgba(211,167,36,.22); }
.ao-spec__row { display: flex; padding: 16px 4px; border-bottom: 1px solid rgba(211,167,36,.14); }
.ao-spec__key { min-width: 120px; font-family: "Marcellus", serif; color: #d3a724; font-size: 1.3rem; letter-spacing: .06em; }
.ao-spec__val { font-size: 1.5rem; color: #e7e0d2; }
.ao-detail__btns { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 30px; }

/* ==========================================================================
   19. reveal（スクロールフェードイン）
   ========================================================================== */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ==========================================================================
   20. SP固定バー（電話・アクセス・LINE）
   ========================================================================== */
.ao-spbar { display: none; }
@media (max-width: 767px) {
  .ao-spbar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    background: rgba(18, 18, 18, .96);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(211, 167, 36, .3);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .ao-spbar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 9px 4px 8px;
    color: #f3efe6;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: .06em;
    text-decoration: none;
  }
  .ao-spbar__item + .ao-spbar__item { border-left: 1px solid rgba(211, 167, 36, .18); }
  .ao-spbar__item i { font-size: 18px; line-height: 1; color: #d3a724; }
  .ao-spbar__item--line i { color: #06c755; }
  /* 固定バーの高さぶん、ページ末尾とページトップボタンを持ち上げる */
  body { padding-bottom: 60px; }
  .page-top { bottom: 72px; }
}
