/*
 * ======================================
 * POTION boutique site.css
 * ======================================
 *
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .potion-mv               - メインビジュアル固有スタイル
 * .potion-mv-text          - MV上のキャッチコピーエリア
 * .potion-category-grid    - カテゴリアイコンボタングリッド
 * .potion-category-btn     - カテゴリボタン（枠線+アイコン+テキスト）
 * .potion-brand-grid       - ブランドロゴグリッド
 * .potion-brand-item       - ブランドロゴアイテム
 * .potion-item-grid        - 商品グリッド（写真+名前+価格）
 * .potion-item-card        - 商品カード
 * .potion-parking          - 駐車場案内セクション
 * .potion-staff-card       - スタッフ詳細カード
 * .potion-introduce        - 他己紹介セクション
 * .potion-gallery          - ギャラリーグリッド
 * .potion-event-card       - イベントカード（サムネ付き）
 *
 * ======================================
 * 共通SCSSに不足していたもの
 * ======================================
 *
 * - カテゴリボタン（アイコン+英語+日本語の縦並び枠線ボタン）: 構造不足
 * - ブランドロゴ横スクロールグリッド: 値の粒度不足
 * - 商品グリッド（hover時下部テキスト表示なし仕様）: 値の粒度不足
 * - 駐車場イラスト+テキストの2カラム: 値の粒度不足
 *
 */

/* ======================================
   CSS変数（サイト固有カラー）
   ====================================== */
:root {
  --base-color: #EEE4D7;
  --sub-color: #F1F1F1;
  --base-color-light: #f7f3ee;
  --base-color-pale: #fdf9f5;
  --txt-color: #3a3028;
  --txt-light: #8a7e74;
  --bg-body: #FEFEFE;
  --bg-section: #f5f0ea;
  --bg-section2: #EEE4D7;
  --bg-dark: #3a3028;
  --border-color: #d8cfc5;
}

/* ======================================
   共通SCSSの変数を上書き（main.cssへの反映用カスタムプロパティ）
   実際の色は site.css のクラスで直接上書きする方式
   ====================================== */

/* ======================================
   フォント（Google Fonts は head.php の <link> で読み込み）
   ====================================== */

body {
  font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: var(--txt-color);
  background: var(--bg-body);
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* 英語フォントを Afacad に統一（main.css の Outfit を上書き） */
.font-en,
.heading__en,
.header__nav-en,
.header__tel,
.sp-nav__en,
.footer-bottom__copyright {
  font-family: 'Afacad', sans-serif;
}

/* main.css の heading バリアントが持つ高詳細度 Outfit 指定をすべて上書き */
[class*="heading"] .heading__en,
[class*="heading"].heading__en {
  font-family: 'Afacad', sans-serif !important;
}

/* ======================================
   カラー変数の上書き（main.cssのCSS変数相当）
   ====================================== */
.bg-base { background-color: #EEE4D7 !important; }
.bg-section { background-color: #f5f0ea !important; }
.bg-section2 { background-color: #EEE4D7 !important; }
.text-base { color: #EEE4D7 !important; }

/* ======================================
   ヘッダー固有スタイル
   ====================================== */
.header {
  background: rgba(254, 254, 254, 0.95);
  border-bottom: 1px solid var(--border-color);
}

.header__logo {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--txt-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__logo img {
  height: 44px;
  width: auto;
}

.header__nav-item a {
  color: var(--txt-color);
}

.header__nav-en {
  font-family: 'Afacad', sans-serif;
  letter-spacing: 0.12em;
  font-size: 1.5rem;
  font-weight: 500;
}

.header__nav-ja {
  font-size: 1.4rem;
  color: var(--txt-light);
}

.header__tel {
  font-family: 'Afacad', sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--txt-color);
  letter-spacing: 0.05em;
}

.header__tel::before {
  font-size: 1.4rem;
  margin-right: 4px;
  color: #EEE4D7;
}

.header__cta {
  background: #EEE4D7;
  color: var(--txt-color) !important;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.header__cta:hover {
  background: var(--txt-color);
  color: #fff !important;
}

/* ハンバーガー */
.nav-toggle__line {
  background: var(--txt-color);
}

/* SPナビ */
.sp-nav {
  background: var(--txt-color);
}

.sp-nav__link {
  color: rgba(254, 254, 254, 0.9);
  border-bottom: 1px solid rgba(238, 228, 215, 0.2);
}

.sp-nav__en {
  font-family: 'Afacad', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: #EEE4D7;
  display: block;
}

.sp-nav__bottom {
  border-top: 1px solid rgba(238, 228, 215, 0.2);
  padding: 20px;
  text-align: center;
}

.sp-nav__bottom .header__tel {
  color: #fff;
  font-size: 2rem;
}

/* SNSアイコン（ヘッダー内） */
.header-sns {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(238, 228, 215, 0.4);
  color: var(--txt-color);
  font-size: 1.7rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.header-sns a:hover {
  background: #EEE4D7;
  color: var(--txt-color);
}

/* ======================================
   フッター固有スタイル
   ====================================== */
.footer-body {
  background: var(--txt-color);
  color: rgba(254,254,254,0.85);
}

.footer-body__info {
  color: rgba(254,254,254,0.7);
  font-size: 1.4rem;
  line-height: 2;
}

.footer-body__info a {
  color: rgba(254,254,254,0.85);
}

.footer-logo-text {
  font-family: 'Afacad', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #EEE4D7;
  margin-bottom: 16px;
  display: block;
}

.footer-sns {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(238, 228, 215, 0.15);
  color: rgba(254,254,254,0.8);
  font-size: 1.4rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-sns a:hover {
  background: #EEE4D7;
  color: var(--txt-color);
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li + li {
  margin-top: 8px;
}

.footer-nav-list a {
  color: rgba(254,254,254,0.7);
  font-size: 1.35rem;
  font-family: 'Afacad', sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-nav-list a:hover {
  color: #EEE4D7;
}

.footer-bottom {
  background: #2a221b;
  color: rgba(254,254,254,0.5);
}

.footer-bottom__copyright {
  font-family: 'Afacad', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 16px 0;
}

.footer-map iframe {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 8px;
}

/* ======================================
   セクション共通見出し（sec-head）
   Clauddesign/index.html の .sec-head 準拠
   ====================================== */
.sec-head {
  text-align: center;
  margin-bottom: 48px;
}

.sec-head .en {
  font-family: 'Afacad', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.45em;
  color: #8a7e74;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 14px;
  line-height: 1.4;
}

.sec-head .en::before,
.sec-head .en::after {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  flex-shrink: 0;
}

.sec-head h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 3.4rem;
  letter-spacing: 0.12em;
  margin: 12px 0 0;
  color: var(--txt-color);
}

.sec-head .note {
  font-size: 1.4rem;
  color: #8a7e74;
  margin-top: 8px;
}

@media (max-width: 639px) {
  .sec-head .en {
    font-size: 1.1rem;
  }
  .sec-head .en::before,
  .sec-head .en::after {
    width: 32px;
  }
  .sec-head h2 {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}

/* ======================================
   お問い合わせCTA（contact-cta）3カラム
   ====================================== */
.contact-cta {
  background: #faf8f5;
  border-top: 1px solid var(--border-color);
  padding: 64px 0;
}

.contact-cta__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

/* カラム共通 */
.contact-cta__col {
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-cta__col--phone,
.contact-cta__col--form {
  border-left: 1px solid var(--border-color);
  text-align: center;
  align-items: center;
}

/* 左カラム：タイトル */
.contact-cta__script {
  font-family: 'Afacad', sans-serif;
  font-size: 3rem;
  color: #8a7e74;
  margin: 0 0 6px;
  line-height: 1.2;
}

.contact-cta__heading {
  font-size: 2rem;
  font-weight: 700;
  color: var(--txt-color);
  margin: 0 0 16px;
  letter-spacing: 0.08em;
}

.contact-cta__desc {
  font-size: 1.4rem;
  color: var(--txt-light);
  line-height: 2;
  margin: 0;
}

/* アイコン共通 */
.contact-cta__icon {
  font-size: 2.4rem;
  color: #8a7e74;
  display: block;
  margin-bottom: 10px;
}

/* ラベル */
.contact-cta__label {
  font-size: 1.3rem;
  color: var(--txt-light);
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}

/* 電話番号 */
.contact-cta__tel {
  font-family: 'Afacad', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: var(--txt-color);
  letter-spacing: 0.04em;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}
.contact-cta__tel:hover {
  color: #8a7e74;
}

.contact-cta__hours,
.contact-cta__holiday {
  font-size: 1.3rem;
  color: var(--txt-light);
  margin: 2px 0;
}

/* フォームボタン */
.contact-cta__form-btn {
  display: inline-block;
  border: 1px solid #8a7e74;
  color: #8a7e74;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 12px 32px;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top: 8px;
}
.contact-cta__form-btn:hover {
  background: #8a7e74;
  color: #fff;
}

/* レスポンシブ */
@media (max-width: 896px) {
  .contact-cta__grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-cta__col--title {
    grid-column: 1 / -1;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 32px;
    margin-bottom: 8px;
    text-align: center;
  }
  .contact-cta__col {
    padding: 24px 24px;
  }
}

@media (max-width: 639px) {
  .contact-cta__grid {
    grid-template-columns: 1fr;
  }
  .contact-cta__col--phone {
    border-left: none;
    border-top: 1px solid var(--border-color);
  }
  .contact-cta__col--form {
    border-left: none;
    border-top: 1px solid var(--border-color);
  }
  .contact-cta__tel {
    font-size: 2.6rem;
  }
}

/* ======================================
   ページトップボタン
   ====================================== */
.page-top__link {
  background: #EEE4D7 !important;
  color: var(--txt-color) !important;
}

/* ======================================
   セクション見出し共通
   ====================================== */
.heading {
  text-align: center;
}

.heading .heading__en {
  font-family: 'Afacad', sans-serif;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--txt-color);
  opacity: 0.12;
  line-height: 1;
  display: block;
}

.heading .heading__ja {
  font-size: 2rem;
  font-weight: 700;
  color: var(--txt-color);
  display: block;
  margin-top: -1em;
}

/* ======================================
   セクション背景
   ====================================== */
.section {
  padding: 100px 0;
}

@media (max-width: 896px) {
  .section {
    padding: 60px 0;
  }
}

.bg-beige {
  background: #f5f0ea;
}

.bg-beige-dark {
  background: #EEE4D7;
}

.bg-beige-soft {
  background: #F4ECE0;
}

/* ======================================
   MVセクション
   ====================================== */
#slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 896px) {
  #slideshow {
    height: 70vh;
  }
}

#slideshow .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

#slideshow .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: potion-kenburns 12s ease-out forwards;
}

@keyframes potion-kenburns {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

/* MV暗幕（縦グラデ + 左側横グラデで左テキストの可読性確保） */
#slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20,16,12,0.12) 0%, rgba(20,16,12,0) 30%, rgba(20,16,12,0) 55%, rgba(20,16,12,0.58) 100%),
    linear-gradient(90deg,  rgba(20,16,12,0.48) 0%, rgba(20,16,12,0) 55%);
  z-index: 5;
  pointer-events: none;
}

/* MV上テキスト — 左下配置 */
.mv-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 100px;
  color: #fff;
  pointer-events: none;
}

.mv-copy__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 48px;
  pointer-events: auto;
}

/* eyebrow — ラインつき英小テキスト */
.mv-copy__eyebrow {
  font-family: 'Sacramento', cursive;
  font-weight: 400;
  font-size: 4rem;
  color: #F3DCC8;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.mv-copy__eyebrow::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 1px;
  background: #F3DCC8;
  flex-shrink: 0;
}

/* メインコピー */
.mv-copy__h1 {
  font-weight: 500;
  font-size: clamp(3.0rem, 4vw, 5.6rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
  color: #fff;
  text-shadow: 0 2px 30px rgba(0,0,0,0.5);
  white-space: nowrap;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* 今日の自分 — 薄いハイライト */
.mv-copy__em {
  background: linear-gradient(transparent 62%, rgba(243,220,200,0.35) 62%);
  padding: 0 4px;
}

/* サブコピー（装いは…） */
.mv-copy__dash {
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  color: rgba(255,255,255,0.9);
  margin: 0 0 30px;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* 説明文 — 左ボーダー付き */
.mv-copy__sub {
  font-size: 1.6rem;
  line-height: 2;
  color: rgba(255,255,255,0.92);
  max-width: 520px;
  padding-left: 18px;
  border-left: 2px solid rgba(255,255,255,0.6);
  margin: 0;
  text-shadow: 0 1px 14px rgba(0,0,0,0.45);
}

/* SCROLLインジケーター */
.mv-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  font-family: 'Afacad', sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0.4em;
  color: rgba(255,255,255,0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 10;
  pointer-events: none;
}

.mv-scroll-hint__line {
  display: block;
  width: 1px;
  height: 34px;
  background: rgba(255,255,255,0.5);
  animation: mv-scroll-line 2s ease-in-out infinite;
  transform-origin: top;
}

@keyframes mv-scroll-line {
  0%, 100% { transform: scaleY(0.2); transform-origin: top; }
  50%       { transform: scaleY(1);   transform-origin: top; }
}

/* タブレット（≤896px） */
@media (max-width: 896px) {
  .mv-copy { padding: 0 0 80px; }
  .mv-copy__inner { padding: 0 24px; }
  .mv-copy__h1 { font-size: 2.8rem; }
  .mv-copy__dash { font-size: 1.6rem; }
  .mv-copy__sub { font-size: 1.4rem; }
}

/* スマホ（≤639px） */
@media (max-width: 639px) {
  .mv-copy { padding: 0 0 70px; }
  .mv-copy__inner { padding: 0 20px; }
  .mv-copy__eyebrow { font-size: 1.4rem; margin-bottom: 16px; }
  .mv-copy__h1 { font-size: clamp(1.6rem, 4.8vw, 2.4rem); line-height: 1.6; white-space: nowrap; }
  .mv-copy__dash { font-size: 1.4rem; margin-bottom: 20px; }
  .mv-copy__sub { font-size: 1.3rem; }
  .mv-scroll-hint { display: none; }
}

/* ======================================
   お知らせセクション（TOP）
   ====================================== */
.news-section-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

@media (max-width: 896px) {
  .news-section-layout {
    flex-direction: column;
    gap: 30px;
  }
}

.news-section-layout__heading {
  flex-shrink: 0;
  width: 160px;
  text-align: left;
}

.news-section-layout__heading .heading__en {
  font-family: 'Afacad', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  color: var(--txt-color);
  opacity: 1;
  display: block;
}

.news-section-layout__heading .heading__ja {
  font-size: 1.3rem;
  color: var(--txt-light);
  display: block;
  margin-top: 4px;
}

.news-section-layout__list {
  flex: 1;
}

/* ======================================
   カテゴリセクション
   ====================================== */
.potion-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .potion-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 639px) {
  .potion-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.potion-category-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 16px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: var(--txt-color);
  transition: all 0.3s ease;
  text-align: center;
}

.potion-category-btn:hover {
  background: #EEE4D7;
  border-color: #d0c4b4;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(58,48,40,0.1);
}

.potion-category-btn__icon {
  width: 40px;
  height: 40px;
  opacity: 0.6;
}

.potion-category-btn__en {
  font-family: 'Afacad', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.potion-category-btn__ja {
  font-size: 1.2rem;
  color: var(--txt-light);
}

/* ======================================
   カテゴリセクション（Clauddesign準拠）
   cd-cat-grid / cd-cat-item
   ====================================== */
.cd-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.cd-cat-item {
  background: #fff;
  border: 1px solid #D9CCBB;
  padding: 28px 16px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: #2B2622;
  position: relative;
}

.cd-cat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -16px rgba(43, 38, 34, 0.18);
  background: #EEE4D7;
  color: #2B2622;
}

.cd-cat-item__icon {
  width: 100px;
  height: auto;
  display: block;
}

.cd-cat-item__jp {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  display: block;
}

.cd-cat-item__en {
  font-family: 'Afacad', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  color: #6B6259;
  text-transform: uppercase;
  line-height: 1.3;
  display: block;
}

/* スーパーセール — 横長・ダークブラウン */
.cd-cat-item--sale {
  grid-column: span 2;
  background: #2B2622;
  color: #EEE4D7;
  border-color: #2B2622;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
}

.cd-cat-item--sale .cd-cat-item__en {
  color: #E3D5C1;
}

.cd-cat-item--sale .cd-cat-item__jp {
  color: #EEE4D7;
}

.cd-cat-item--sale:hover {
  background: #B65A3C;
  border-color: #B65A3C;
  color: #EEE4D7;
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -16px rgba(43, 38, 34, 0.3);
}

.cd-cat-item--sale .cd-cat-item__icon {
  width: 100px;
  flex-shrink: 0;
}

.cd-cat-item__sale-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* タブレット */
@media (max-width: 896px) {
  .cd-cat-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .cd-cat-item--sale {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: center;
  }
}

/* スマホ */
@media (max-width: 639px) {
  .cd-cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .cd-cat-item {
    padding: 18px 10px 14px;
    gap: 8px;
  }

  .cd-cat-item__icon {
    width: 44px;
  }

  .cd-cat-item__jp {
    font-size: 1.3rem;
  }

  .cd-cat-item__en {
    font-size: 0.95rem;
    letter-spacing: 0.15em;
  }

  .cd-cat-item--sale {
    grid-column: 1 / -1;
    flex-direction: row;
    padding: 18px 20px;
    gap: 14px;
  }

  .cd-cat-item--sale .cd-cat-item__icon {
    width: 40px;
  }

  .cd-cat-item__sale-text {
    align-items: flex-start;
  }

  .cd-cat-item__sale-text .cd-cat-item__jp {
    font-size: 1.4rem;
  }

  .cd-cat-item__sale-text .cd-cat-item__en {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

/* ======================================
   ブランドセクション（横スクロール）
   ====================================== */
.potion-brand-scroll {
  overflow: hidden;
  position: relative;
}

.potion-brand-scroll__track {
  display: flex;
  gap: 30px;
  animation: potion-brand-scroll 40s linear infinite;
  width: max-content;
}

.potion-brand-scroll__track:hover {
  animation-play-state: paused;
}

@keyframes potion-brand-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.potion-brand-item {
  flex-shrink: 0;
  width: 160px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px 20px;
  font-family: 'Afacad', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--txt-color);
  white-space: nowrap;
}

/* ======================================
   ブランドセクション（Clauddesign準拠）
   cd-brand-grid / cd-brand-cell
   ====================================== */
.cd-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #D9CCBB;
}

.cd-brand-cell {
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #D9CCBB;
  border-bottom: 1px solid #D9CCBB;
  font-family: 'Afacad', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #6B6259;
  transition: background 0.3s, color 0.3s;
  padding: 14px;
  text-align: center;
  line-height: 1.3;
}

.cd-brand-cell:nth-child(5n) {
  border-right: none;
}

.cd-brand-cell:nth-last-child(-n+5) {
  border-bottom: none;
}

/* 最終行が1マスのみの場合も確実に除外 */
.cd-brand-cell:last-child {
  border-bottom: none;
}

.cd-brand-cell:hover {
  background: #EEE4D7;
  color: #2B2622;
}

/* ロゴ画像マス */
.cd-brand-cell--logo img {
  max-width: 75%;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.cd-brand-cell--etc {
  font-style: italic;
}

.cd-brand-foot {
  text-align: center;
  margin-top: 28px;
  font-size: 1.3rem;
  color: #8a7e74;
}

/* タブレット（3列） */
@media (max-width: 896px) {
  .cd-brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cd-brand-cell:nth-child(5n) {
    border-right: 1px solid #D9CCBB;
  }

  .cd-brand-cell:nth-child(3n) {
    border-right: none;
  }

  .cd-brand-cell:nth-last-child(-n+5) {
    border-bottom: 1px solid #D9CCBB;
  }

  .cd-brand-cell:nth-last-child(-n+3) {
    border-bottom: none;
  }

  .cd-brand-cell:last-child {
    border-bottom: none;
  }
}

/* スマホ（2列） */
@media (max-width: 639px) {
  .cd-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-brand-cell {
    font-size: 1.2rem;
    padding: 10px;
  }

  .cd-brand-cell:nth-child(3n) {
    border-right: 1px solid #D9CCBB;
  }

  .cd-brand-cell:nth-child(2n) {
    border-right: none;
  }

  .cd-brand-cell:nth-last-child(-n+3) {
    border-bottom: 1px solid #D9CCBB;
  }

  .cd-brand-cell:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .cd-brand-cell:last-child {
    border-bottom: none;
  }

  .cd-brand-cell--logo img {
    max-height: 34px;
  }
}

/* ======================================
   コンセプト導入セクション
   ====================================== */
.potion-concept-layout {
  display: flex;
  gap: 80px;
  align-items: center;
}

@media (max-width: 896px) {
  .potion-concept-layout {
    flex-direction: column;
    gap: 40px;
  }
}

.potion-concept-layout__img {
  width: 46%;
  flex-shrink: 0;
}

@media (max-width: 896px) {
  .potion-concept-layout__img {
    width: 100%;
    order: -1;
  }
}

.potion-concept-layout__img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 896px) {
  .potion-concept-layout__img img { height: 280px; }
}

.potion-concept-layout__body {
  flex: 1;
}

.potion-concept-layout__body .heading {
  text-align: left;
}

.potion-concept-layout__body .heading .heading__en {
  font-size: 4rem;
  opacity: 0.1;
}

.potion-concept-layout__body .heading .heading__ja {
  margin-top: -0.8em;
  font-size: 1.8rem;
}

.potion-concept-layout__body .sentence {
  margin-top: 20px;
  font-size: 1.55rem;
  line-height: 2;
  color: var(--txt-color);
}

/* ======================================
   イベント情報セクション（TOP）
   ====================================== */
.potion-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 896px) {
  .potion-event-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 639px) {
  .potion-event-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.potion-event-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(58,48,40,0.06);
  text-decoration: none;
  color: var(--txt-color);
  display: block;
  transition: all 0.3s ease;
}

.potion-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(58,48,40,0.12);
}

.potion-event-card__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: #f5f0ea;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.potion-event-card__img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.potion-event-card__body {
  padding: 16px 20px;
}

.potion-event-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.potion-event-card__date {
  font-family: 'Afacad', sans-serif;
  font-size: 1.3rem;
  color: var(--txt-light);
}

.potion-event-card__cat {
  font-size: 1.15rem;
  background: #EEE4D7;
  color: var(--txt-color);
  padding: 2px 10px;
  border-radius: 4px;
}

.potion-event-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

/* ======================================
   イベント情報セクション（Clauddesign準拠）
   cd-event-grid / cd-event-card
   ====================================== */
.cd-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.cd-event-card {
  display: block;
  text-decoration: none;
  color: #2B2622;
  background: #fff;
  transition: transform 0.3s;
  cursor: pointer;
}

.cd-event-card:hover {
  transform: translateY(-4px);
  color: #2B2622;
}

.cd-event-card__thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #F4ECE0;
  position: relative;
}

.cd-event-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cd-event-card__meta {
  display: flex;
  gap: 14px;
  margin: 20px 0 8px;
  align-items: center;
}

.cd-event-card__date {
  font-family: 'Afacad', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #6B6259;
}

.cd-event-card__badge {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  padding: 3px 10px;
  background: #EEE4D7;
  color: #8B6E52;
  border-radius: 2px;
}

.cd-event-card__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
}

.cd-event-card__excerpt {
  font-size: 1.4rem;
  color: #6B6259;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cd-event-more {
  text-align: center;
  margin-top: 40px;
}

/* タブレット */
@media (max-width: 896px) {
  .cd-event-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 600px;
  }
}

/* スマホ */
@media (max-width: 639px) {
  .cd-event-grid {
    gap: 20px;
    max-width: 100%;
  }

  .cd-event-card__meta {
    margin: 14px 0 6px;
  }

  .cd-event-card__title {
    font-size: 1.6rem;
  }

  .cd-event-card__excerpt {
    font-size: 1.3rem;
  }
}

/* ======================================
   ストア概要セクション（Clauddesign準拠）
   cd-store-*
   ====================================== */
.cd-store-section {
  background: #F1F1F1;
}

.cd-store-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.cd-store-kicker {
  font-family: 'Sacramento', cursive;
  font-size: 2.4rem;
  color: #B65A3C;
  margin-bottom: 8px;
  line-height: 1.4;
}

.cd-store-heading {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin: 0 0 28px;
  color: #2B2622;
}

.cd-store-highlight {
  background: #EEE4D7;
  padding: 20px 24px;
  border-left: 3px solid #B65A3C;
  margin-bottom: 28px;
  font-size: 1.5rem;
  line-height: 1.9;
}

.cd-store-highlight strong {
  font-weight: 500;
  color: #B65A3C;
  display: block;
  margin-bottom: 4px;
}

.cd-store-dl {
  margin: 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px 20px;
  font-size: 1.5rem;
}

.cd-store-dl dt {
  color: #6B6259;
  letter-spacing: 0.12em;
}

.cd-store-dl dd {
  margin: 0;
  line-height: 1.8;
}

.cd-store-dl .cd-store-tel a {
  font-family: 'Afacad', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #2B2622;
  text-decoration: none;
}

.cd-store-map__frame {
  background: #fff;
  border: 1px solid #D9CCBB;
  padding: 24px;
}

.cd-store-map__frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* タブレット */
@media (max-width: 896px) {
  .cd-store-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* スマホ */
@media (max-width: 639px) {
  .cd-store-heading {
    font-size: 2.2rem;
  }

  .cd-store-dl {
    grid-template-columns: 90px 1fr;
    font-size: 1.4rem;
    gap: 10px 16px;
  }

  .cd-store-dl .cd-store-tel a {
    font-size: 1.8rem;
  }

  .cd-store-map__frame {
    padding: 16px;
  }
}

/* ======================================
   アクセスセクション
   ====================================== */
.potion-access-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

@media (max-width: 896px) {
  .potion-access-layout {
    flex-direction: column;
    gap: 30px;
  }
}

.potion-access-layout__map {
  flex: 1;
}

.potion-access-layout__map iframe {
  width: 100%;
  height: 380px;
  border: 0;
  border-radius: 8px;
}

@media (max-width: 896px) {
  .potion-access-layout__map iframe { height: 250px; }
}

.potion-access-layout__info {
  width: 340px;
  flex-shrink: 0;
}

@media (max-width: 896px) {
  .potion-access-layout__info { width: 100%; }
}

.potion-access-info-item {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 1.5rem;
  line-height: 1.7;
}

.potion-access-info-item:first-child {
  border-top: 1px solid var(--border-color);
}

.potion-access-info-item__label {
  width: 70px;
  flex-shrink: 0;
  font-weight: 700;
  color: var(--txt-light);
  font-size: 1.35rem;
}

/* ======================================
   お問い合わせフォームセクション
   ====================================== */
.potion-form-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.potion-form-row {
  margin-bottom: 24px;
}

.potion-form-row label {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--txt-color);
}

.potion-form-row .required {
  font-size: 1.1rem;
  background: #EEE4D7;
  color: var(--txt-color);
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

.form-input {
  width: 100%;
  background: #f5f0ea;
  border: 2px solid var(--border-color);
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 1.6rem;
  font-family: inherit;
  color: var(--txt-color);
  transition: border-color 0.3s ease;
}

.form-input:focus {
  outline: none;
  border-color: #EEE4D7;
  background: #fff;
}

textarea.form-input {
  min-height: 180px;
  resize: vertical;
}

.btn-submit {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 32px auto 0;
  padding: 16px;
  background: var(--txt-color);
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 1.6rem;
  font-family: inherit;
  cursor: pointer;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #EEE4D7;
  color: var(--txt-color);
}

/* ======================================
   ボタン共通
   ====================================== */
.btn--solid {
  background: var(--txt-color) !important;
  color: #fff !important;
  border-color: var(--txt-color) !important;
}

.btn--solid:hover {
  background: #EEE4D7 !important;
  color: var(--txt-color) !important;
  border-color: #EEE4D7 !important;
}

.btn--outline {
  background: transparent !important;
  color: var(--txt-color) !important;
  border-color: var(--txt-color) !important;
}

.btn--outline:hover {
  background: var(--txt-color) !important;
  color: #fff !important;
}

/* ======================================
   下層ページヒーロー（Clauddesign/concept.html 準拠）
   ====================================== */
.page-hero {
  background: #EEE4D7;
  padding: 120px 32px 100px;
  text-align: center;
}

.page-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-hero__title-en {
  font-family: 'Afacad', sans-serif;
  font-size: clamp(56px, 9vw, 120px);
  font-style: italic;
  color: #8B6E52;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
}

.page-hero__title-ja {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.32em;
  margin: 0 0 32px;
  color: #2B2622;
}

.page-hero__line {
  display: block;
  width: 1px;
  height: 40px;
  background: #8B6E52;
}

@media (max-width: 639px) {
  .page-hero {
    padding: 80px 20px 72px;
  }
  .page-hero__title-ja {
    font-size: 22px;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
  }
  .page-hero__line {
    height: 28px;
  }
}

/* ======================================
   ブログ一覧
   ====================================== */
.blog-list__date {
  color: var(--txt-light);
}

.blog-list__cat {
  background: #EEE4D7;
  color: var(--txt-color);
  font-size: 1.15rem;
  padding: 2px 10px;
  border-radius: 4px;
}

/* ======================================
   商品グリッド
   ====================================== */
.potion-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 896px) {
  .potion-item-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 639px) {
  .potion-item-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

.potion-item-card {
  display: block;
  text-decoration: none;
  color: var(--txt-color);
  transition: all 0.3s ease;
}

.potion-item-card:hover {
  transform: translateY(-4px);
}

.potion-item-card__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 8px;
  background: #f5f0ea;
}

.potion-item-card__name {
  font-size: 1.45rem;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.4;
}

.potion-item-card__cat {
  font-size: 1.2rem;
  color: var(--txt-light);
  margin-top: 4px;
}

.potion-item-card__price {
  font-family: 'Afacad', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--txt-color);
  margin-top: 6px;
  letter-spacing: 0.02em;
}

/* ======================================
   スタッフページ
   ====================================== */
.potion-staff-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

@media (max-width: 896px) {
  .potion-staff-cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.potion-staff-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(58,48,40,0.06);
}

.potion-staff-card__img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  background: #f5f0ea;
}

.potion-staff-card__body {
  padding: 28px 30px;
}

.potion-staff-card__role {
  font-size: 1.25rem;
  color: var(--txt-light);
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.potion-staff-card__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.potion-staff-card__name span {
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--txt-light);
  margin-left: 8px;
}

.potion-staff-table {
  width: 100%;
  font-size: 1.45rem;
  line-height: 1.7;
}

.potion-staff-table tr {
  border-top: 1px solid var(--border-color);
}

.potion-staff-table tr:last-child {
  border-bottom: 1px solid var(--border-color);
}

.potion-staff-table th {
  width: 80px;
  padding: 10px 0;
  font-weight: 700;
  color: var(--txt-light);
  vertical-align: top;
  white-space: nowrap;
}

.potion-staff-table td {
  padding: 10px 0 10px 12px;
  vertical-align: top;
}

/* 他己紹介 */
.potion-introduce {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 896px) {
  .potion-introduce {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.potion-introduce__card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 36px;
  box-shadow: 0 4px 20px rgba(58,48,40,0.06);
}

.potion-introduce__from {
  font-size: 1.3rem;
  color: var(--txt-light);
  margin-bottom: 16px;
}

.potion-introduce__from strong {
  color: var(--txt-color);
  font-size: 1.5rem;
}

.potion-introduce__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.potion-introduce__list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.potion-introduce__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #EEE4D7;
}

.potion-introduce__list li:last-child {
  border-bottom: none;
}

/* ギャラリー */
.potion-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 896px) {
  .potion-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 639px) {
  .potion-gallery {
    gap: 8px;
  }
}

.potion-gallery__item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
}

.potion-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.potion-gallery__item:hover img {
  transform: scale(1.05);
}

/* ======================================
   イベント詳細ページ
   ====================================== */
.potion-event-detail-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.potion-event-detail-info {
  background: #f5f0ea;
  border-radius: 10px;
  padding: 24px 28px;
  margin-top: 32px;
}

.potion-event-detail-info dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px 20px;
  font-size: 1.5rem;
}

.potion-event-detail-info dt {
  font-weight: 700;
  color: var(--txt-light);
}

/* ======================================
   ページネーション
   ====================================== */
.pagination__link.is-current {
  background: #EEE4D7 !important;
  border-color: #EEE4D7 !important;
  color: var(--txt-color) !important;
}

/* ======================================
   テーブル共通
   ====================================== */
.table-basic th {
  background: #f5f0ea !important;
}

/* ======================================
   インフォメーションページ テーブル
   ====================================== */
.potion-info-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 1.55rem;
  line-height: 1.8;
}

.potion-info-table th,
.potion-info-table td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
  vertical-align: top;
}

.potion-info-table tr:first-child th,
.potion-info-table tr:first-child td {
  border-top: 1px solid var(--border-color);
}

.potion-info-table th {
  width: 200px;
  font-weight: 700;
  background: #f5f0ea;
  color: var(--txt-color);
  white-space: nowrap;
}

.potion-info-table td a {
  color: var(--txt-color);
  text-decoration: underline;
}

@media (max-width: 639px) {
  .potion-info-table th,
  .potion-info-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
  .potion-info-table th {
    white-space: normal;
    border-bottom: none;
    background: #f5f0ea;
    font-size: 1.3rem;
  }
  .potion-info-table tr:first-child th {
    border-top: 1px solid var(--border-color);
  }
}

/* ======================================
   アクセス DLリスト
   ====================================== */
.potion-access-dl {
  margin: 0;
}

.potion-access-dl dt {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--txt-light);
  margin-top: 20px;
  margin-bottom: 4px;
}

.potion-access-dl dt:first-child {
  margin-top: 0;
}

.potion-access-dl dd {
  font-size: 1.55rem;
  line-height: 1.7;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

/* ======================================
   お知らせセクション（Clauddesign準拠）
   cd- prefix で既存クラスと分離
   ====================================== */
.cd-news-list {
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid var(--border-color);
}

.cd-news-item {
  display: grid;
  grid-template-columns: 140px 110px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px 8px;
  border-bottom: 1px solid var(--border-color);
  text-decoration: none;
  color: var(--txt-color);
  transition: background 0.2s ease;
}

.cd-news-item:hover {
  background: #f5f0ea;
}

.cd-news-item__date {
  font-family: 'Afacad', sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.1em;
  color: var(--txt-light);
}

.cd-news-item__cat {
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  padding: 4px 10px;
  text-align: center;
  border: 1px solid var(--txt-color);
  border-radius: 2px;
  justify-self: start;
  white-space: nowrap;
}

.cd-news-item__cat--info {
  border-color: var(--txt-light);
  color: var(--txt-light);
}

.cd-news-item__cat--event {
  background: var(--txt-color);
  color: #fff;
  border-color: var(--txt-color);
}

.cd-news-item__cat--sale {
  background: #8a7e74;
  color: #fff;
  border-color: #8a7e74;
}

.cd-news-item__title {
  font-size: 1.55rem;
  line-height: 1.6;
}

.cd-news-item__arrow {
  color: var(--txt-light);
  font-size: 1.6rem;
  transition: transform 0.2s ease;
}

.cd-news-item:hover .cd-news-item__arrow {
  transform: translateX(4px);
}

.cd-news-more {
  max-width: 880px;
  margin: 40px auto 0;
  text-align: center;
}

.cd-link-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Afacad', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  color: var(--txt-color);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--txt-color);
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.cd-link-more:hover {
  opacity: 0.5;
}

.cd-link-more svg {
  width: 40px;
  height: 1px;
  overflow: visible;
}

@media (max-width: 639px) {
  .cd-news-item {
    grid-template-columns: auto 1fr;
    gap: 10px 12px;
    padding: 18px 4px;
  }

  .cd-news-item__cat {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .cd-news-item__title {
    grid-column: 1 / -1;
    font-size: 1.5rem;
  }

  .cd-news-item__arrow {
    display: none;
  }
}

/* ======================================
   ブログカテゴリフィルター
   ====================================== */
.potion-cat-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.potion-cat-filter__btn {
  padding: 8px 22px;
  border: 1px solid var(--border-color);
  border-radius: 40px;
  font-size: 1.45rem;
  color: var(--txt-color);
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fff;
}

.potion-cat-filter__btn:hover,
.potion-cat-filter__btn.is-active {
  background: var(--txt-color);
  color: #fff;
  border-color: var(--txt-color);
}

/* ======================================
   カテゴリラベル
   ====================================== */
.potion-label {
  display: inline-block;
  background: #EEE4D7;
  color: var(--txt-color);
  font-size: 1.15rem;
  padding: 2px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

/* ======================================
   ページネーション
   ====================================== */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  font-size: 1.5rem;
  color: var(--txt-color);
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fff;
}

.pagination__item:hover,
.pagination__item.is-active {
  background: var(--txt-color);
  color: #fff;
  border-color: var(--txt-color);
}

/* ======================================
   記事詳細ページ
   ====================================== */
.potion-article {
  max-width: 760px;
  margin: 0 auto;
}

.potion-article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.potion-article__date {
  font-family: 'Afacad', sans-serif;
  font-size: 1.4rem;
  color: var(--txt-light);
}

.potion-article__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--txt-color);
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 639px) {
  .potion-article__title { font-size: 2rem; }
}

.potion-article__body {
  font-size: 1.6rem;
  line-height: 2.1;
  color: var(--txt-color);
  overflow: visible;
  -webkit-line-clamp: unset;
}
.potion-article__body * {
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
}

.potion-article__body p {
  margin-bottom: 1.6em;
}

.potion-article__body p:last-child {
  margin-bottom: 0;
}

.potion-article__thumb {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 40px;
}

/* ======================================
   イベント詳細テーブル
   ====================================== */
.potion-event-detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.55rem;
  line-height: 1.8;
}

.potion-event-detail-table th,
.potion-event-detail-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
  vertical-align: top;
}

.potion-event-detail-table tr:first-child th,
.potion-event-detail-table tr:first-child td {
  border-top: 1px solid var(--border-color);
}

.potion-event-detail-table th {
  width: 140px;
  font-weight: 700;
  background: #f5f0ea;
  color: var(--txt-color);
  white-space: nowrap;
}

@media (max-width: 639px) {
  .potion-event-detail-table th,
  .potion-event-detail-table td {
    display: block;
    width: 100%;
    padding: 10px 14px;
  }
  .potion-event-detail-table th {
    border-bottom: none;
    font-size: 1.3rem;
  }
}

/* ======================================
   SP固定バー
   ====================================== */
.sp-fixed-bar {
  background: #EEE4D7 !important;
}

.sp-fixed-bar__link {
  color: var(--txt-color) !important;
  font-size: 1.5rem !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-right: 1px solid rgba(58, 48, 40, 0.2);
}
.sp-fixed-bar__link:last-child {
  border-right: none;
}
.sp-fixed-bar__link i {
  font-size: 2rem;
}
.sp-fixed-bar__link:active {
  background: rgba(58, 48, 40, 0.08);
}

/* ======================================
   フッター — 4カラム構成
   ====================================== */

/* カラー変数 */
:root {
  --footer-bg:     #2B2622;
  --footer-text:   #D6CCBD;
  --footer-beige:  #EEE4D7;
  --footer-border: rgba(214, 204, 189, 0.2);
}

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 72px 0 28px;
}

/* 4カラムグリッド */
.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ブランドカラム */
.footer-brand__logo {
  display: inline-block;
  padding: 12px 16px;
  margin-bottom: 20px;
}

.footer-brand__logo img {
  height: 36px;
  width: auto;
  display: block;
}

.footer-brand__desc {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 20px;
  color: var(--footer-text);
}

/* SNSアイコン（既存の丸アイコンデザインを維持） */
.site-footer .footer-sns {
  display: flex;
  gap: 12px;
}

.site-footer .footer-sns a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--footer-text);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--footer-text);
  text-decoration: none;
  font-size: 1.4rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  background: transparent;
}

.site-footer .footer-sns a:hover {
  background: var(--footer-beige);
  color: var(--footer-bg);
  border-color: var(--footer-beige);
  opacity: 1;
}

/* 各カラム共通 */
.footer-col__title {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--footer-beige);
  margin: 0 0 18px;
}

.footer-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 1.4rem;
}

.footer-col__list a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col__list a:hover {
  color: #fff;
}

.footer-col__tel {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.footer-col__tel a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col__tel a:hover {
  color: var(--footer-beige);
}

.footer-col__shop-info {
  font-size: 1.3rem;
  line-height: 1.9;
  color: var(--footer-text);
}

/* フッター下部（横線＋コピーライト） */
.footer-bottom {
  max-width: 1200px;
  margin: 56px auto 0;
  padding: 0 32px;
  border-top: 1px solid var(--footer-border);
  text-align: left; /* main.css の text-align:center を上書き */
  background: transparent;
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 0;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: rgba(214, 204, 189, 0.7);
}

.footer-bottom__copy,
.footer-bottom__region {
  margin: 0;
}

.footer-bottom__region {
  letter-spacing: 0.2em;
}

/* タブレット対応（≤896px） */
@media (max-width: 896px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }

  .footer-bottom__inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding-top: 20px;
  }
}

/* スマホ対応（≤639px） */
@media (max-width: 639px) {
  .site-footer {
    padding: 56px 0 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 24px;
  }

  .footer-bottom {
    padding-bottom: 70px; /* SP固定バー分 */
  }
}

/* card-icon__icon 中央揃え */
.card-icon__icon {
  display: flex;
  justify-content: center;
}

/* ======================================
   info.php — Clauddesign/info.html 準拠
   ====================================== */
.cd-sec {
  padding: 100px 32px;
}
.cd-sec--beige {
  background: #F4ECE0;
}
.cd-sec__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.cd-sec-title {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D9CCBB;
  padding-bottom: 16px;
}
.cd-sec-title__en {
  font-family: 'Afacad', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: #8B6E52;
  text-transform: uppercase;
}
.cd-sec-title h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.15em;
  margin: 0;
  color: #2B2622;
}

/* 店舗概要グリッド */
.cd-store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.cd-store-info dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px 24px;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}
.cd-store-info dt {
  color: #6B6259;
  letter-spacing: 0.12em;
  padding-top: 4px;
}
.cd-store-info dd {
  margin: 0;
  padding: 4px 0;
  border-bottom: 1px dashed #D9CCBB;
}
.cd-store-info dd.cd-tel {
  font-family: 'Afacad', sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  border-bottom: none;
}
.cd-store-info dd:last-child {
  border-bottom: none;
}
.cd-map-embed {
  aspect-ratio: 4/3;
  background: #F4ECE0;
  border: 1px solid #D9CCBB;
  overflow: hidden;
}
.cd-map-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* 駐車場 */
.cd-parking {
  margin-top: 60px;
  background: #F4ECE0;
  padding: 40px;
  border: 1px solid #D9CCBB;
}
.cd-parking h3 {
  font-size: 18px;
  margin: 0 0 20px;
  letter-spacing: 0.12em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2B2622;
}
.cd-parking h3::before {
  content: "P";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #2B2622;
  color: #EEE4D7;
  font-family: 'Afacad', sans-serif;
  font-weight: 600;
  border-radius: 4px;
  flex-shrink: 0;
}
.cd-parking-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  align-items: center;
}
.cd-parking-img {
  background: #fff;
  border: 1px solid #D9CCBB;
  overflow: hidden;
}
.cd-parking-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.cd-parking-legend {
  font-size: 15px;
  line-height: 2;
}
.cd-parking-legend p {
  margin: 0 0 12px;
}
.cd-parking-legend p:last-child {
  margin-top: 14px;
  margin-bottom: 0;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  color: #B65A3C;
}
.cd-parking-dot {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: #B65A3C;
  border-radius: 2px;
  margin-right: 10px;
  vertical-align: middle;
}

/* 特定商取引法テーブル */
.cd-tokushoho-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 2;
}
.cd-tokushoho-table th,
.cd-tokushoho-table td {
  text-align: left;
  padding: 16px 20px;
  border-bottom: 1px solid #D9CCBB;
  vertical-align: top;
}
.cd-tokushoho-table th {
  width: 220px;
  font-weight: 500;
  color: #6B6259;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 900px) {
  .cd-store-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cd-parking-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cd-tokushoho-table th {
    width: auto;
    display: block;
    background: none;
    padding: 12px 10px 4px;
  }
  .cd-tokushoho-table td {
    display: block;
    padding: 0 10px 16px;
  }
  .cd-tokushoho-table tr:last-child td {
    border-bottom: none;
  }
}
@media (max-width: 639px) {
  .cd-sec {
    padding: 64px 20px;
  }
  .cd-store-info dl {
    grid-template-columns: 1fr;
    font-size: 15px;
    gap: 4px;
  }
  .cd-store-info dd {
    margin-bottom: 12px;
  }
  .cd-parking {
    padding: 24px 20px;
  }
}

/* ======================================
   staff.php — Clauddesign/staff.html 準拠
   ====================================== */

/* 導入テキスト */
.cd-staff-intro {
  max-width: 860px;
  margin: 0 auto;
  padding: 100px 32px;
  text-align: center;
}
.cd-staff-intro__catch {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.9;
  letter-spacing: 0.08em;
  margin: 0 0 40px;
  text-align: center;
}
.cd-staff-intro p {
  font-size: 17px;
  line-height: 2.2;
  margin: 0 0 1em;
}

/* ストーリーセクション */
.cd-story {
  background: #EEE4D7;
  padding: 100px 32px;
}
.cd-story__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.cd-story__lead {
  font-family: 'Caveat', cursive;
  font-size: 26px;
  line-height: 1.9;
  color: #2B2622;
  margin: 0 0 40px;
}
.cd-story p {
  font-size: 17px;
  line-height: 2.2;
  margin: 0 0 1em;
  text-align: left;
}

/* スタッフカードセクション */
.cd-staff-section {
  padding: 100px 0;
}
.cd-staff-section--alt {
  background: #F4ECE0;
}
.cd-staff-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.cd-staff-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}
.cd-staff-photo {
  aspect-ratio: 4/5;
  border-radius: 280px 280px 8px 8px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(160deg, #D8C6B0, #C9B291) center/cover;
}
.cd-staff-photo__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cd-staff-photo__note {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Afacad', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 10px;
  color: #6B6259;
  white-space: nowrap;
}
.cd-staff-info__label {
  font-family: 'Klee One', cursive;
  font-size: 22px;
  color: #B65A3C;
  margin-bottom: 6px;
}
.cd-staff-info__name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
  color: #2B2622;
}
.cd-staff-info__name small {
  font-size: 16px;
  color: #6B6259;
  margin-left: 10px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.cd-staff-info__role {
  font-family: 'Afacad', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #8B6E52;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.cd-staff-profile {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px 18px;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid #D9CCBB;
  border-bottom: 1px solid #D9CCBB;
}
.cd-staff-profile dt {
  color: #6B6259;
  letter-spacing: 0.12em;
}
.cd-staff-profile dd {
  margin: 0;
}
.cd-staff-comment {
  background: #fff;
  padding: 24px 28px;
  border: 1px solid #D9CCBB;
  margin-bottom: 26px;
}
.cd-staff-comment h4 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #8B6E52;
}
.cd-staff-comment p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
}
.cd-othercomment {
  font-family: 'Caveat', cursive;
  font-size: 16px;
  line-height: 2;
}
.cd-othercomment h4 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #6B6259;
  margin: 0 0 12px;
  font-weight: 500;
}
.cd-othercomment ul {
  margin: 0;
  padding: 0;
}
.cd-othercomment li {
  list-style: none;
  padding: 8px 0 8px 22px;
  position: relative;
}
.cd-othercomment li::before {
  content: "〟";
  position: absolute;
  left: 0;
  top: 8px;
  color: #B65A3C;
}

/* ライブ / 日常セクション */
.cd-live {
  background: #EEE4D7;
  padding: 100px 32px;
  text-align: center;
}
.cd-live__inner {
  max-width: 760px;
  margin: 0 auto;
}
.cd-live__lead {
  font-family: 'Caveat', cursive;
  font-size: 24px;
  line-height: 1.9;
  margin: 0 0 40px;
  color: #2B2622;
}
.cd-live p {
  font-size: 17px;
  line-height: 2.2;
  margin: 0 0 1em;
  text-align: left;
}

/* CTA ノートセクション（ダーク背景） */
.cd-cta-note {
  background: #2B2622;
  color: #EEE4D7;
  padding: 80px 32px;
  text-align: center;
}
.cd-cta-note__inner {
  max-width: 640px;
  margin: 0 auto;
}
.cd-cta-note h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
  color: #EEE4D7;
}
.cd-cta-note__big {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 28px;
}
.cd-cta-note p {
  font-size: 16px;
  line-height: 2;
  opacity: 0.9;
  margin: 0;
  color: #EEE4D7;
}

/* ギャラリーセクション */
.cd-gallery {
  padding: 100px 32px;
}
.cd-gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.cd-gallery h2 {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.2em;
  margin: 0 0 50px;
  color: #2B2622;
}
.cd-gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px;
  gap: 16px;
}
.cd-gal-item {
  background: linear-gradient(135deg, #E3D5C1, #C9B291) center/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cd-gal-item--big {
  grid-column: span 2;
  grid-row: span 2;
}
.cd-gal-item--wide {
  grid-column: span 2;
}
.cd-gal-item--tall {
  grid-row: span 2;
}
.cd-gal-item__link {
  display: block;
  position: absolute;
  inset: 0;
}
.cd-gal-item__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.cd-gal-item__link:hover .cd-gal-item__img {
  transform: scale(1.04);
}
.cd-gal-label {
  font-family: 'Afacad', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(43, 38, 34, 0.55);
  padding: 6px 12px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

/* タブレット対応 */
@media (max-width: 900px) {
  .cd-staff-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cd-staff-photo {
    max-width: 340px;
    margin: 0 auto;
  }
  .cd-gal-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
  .cd-gal-item--big,
  .cd-gal-item--wide,
  .cd-gal-item--tall {
    grid-column: span 2;
  }
  .cd-gal-item--tall {
    grid-row: span 1;
  }
}

/* スマホ対応 */
@media (max-width: 639px) {
  .cd-staff-intro {
    padding: 64px 20px;
    text-align: left;
  }
  .cd-staff-intro__catch {
    text-align: left;
  }
  .cd-staff-intro p {
    font-size: 15px;
  }
  .cd-story {
    padding: 64px 20px;
  }
  .cd-story__lead {
    font-size: 22px;
  }
  .cd-story p {
    font-size: 15px;
  }
  .cd-staff-section {
    padding: 64px 0;
  }
  .cd-staff-wrap {
    padding: 0 20px;
  }
  .cd-staff-profile {
    grid-template-columns: 80px 1fr;
    font-size: 14px;
  }
  .cd-staff-info__name {
    font-size: 26px;
  }
  .cd-staff-comment {
    padding: 18px 20px;
  }
  .cd-live {
    padding: 64px 20px;
  }
  .cd-live__lead {
    font-size: 20px;
  }
  .cd-live p {
    font-size: 15px;
  }
  .cd-cta-note {
    padding: 64px 20px;
    text-align: left;
  }
  .cd-cta-note__big {
    font-size: 22px;
  }
  .cd-gallery {
    padding: 64px 20px;
  }
  .cd-gal-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 140px;
  }
  .cd-gal-item--big,
  .cd-gal-item--wide,
  .cd-gal-item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
  background: #3a3028 !important;
}

/* ============================================
   お知らせ一覧：2カラムレイアウト
   ============================================ */
.entry-list-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 48px;
  align-items: start;
}
.entry-list-layout__side {
  position: sticky;
  top: 100px;
}
@media (max-width: 767px) {
  .entry-list-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .entry-list-layout__side {
    position: static;
  }
}
.side-widget__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--txt-color);
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--border-color);
}
.side-widget__title i {
  font-size: 1.3rem;
  color: #8a7e74;
}
