/*
Theme Name: Tokachi Food & Wine Festival 2026
Theme URI: https://tokachifwfes.jp/
Author: Miyawaki
Description: 十勝フード&ワインフェスティバル2026 公式テーマ
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: tokachi-festival
*/

/* =============================================
   CSS Variables
   ============================================= */
:root {
  --color-teal:       #1a9898;
  --color-teal-dark:  #0d6f6f;
  --color-teal-light: #4dbfbf;
  --color-teal-pale:  #d0eeee;
  --color-teal-bg:    #e5f5f5;
  --color-sky:        #88cfe0;
  --color-green:      #7dc44d;
  --color-yellow:     #f0c535;
  --color-orange:     #f07030;
  --color-pink:       #e03080;
  --color-purple:     #8040a8;
  --color-lilac:      #b070d0;
  --color-text:       #1a1a1a;
  --color-text-sub:   #666666;
  --color-border:     #d8d8d8;
  --color-white:      #ffffff;
  --font-en:    'Impact', 'Arial Black', 'Franklin Gothic Heavy', sans-serif;
  --font-body:  'Noto Sans JP', sans-serif;
  --max-width:  1080px;
  --tr:         0.3s ease;
}


/* =============================================
   最上部4色バー
   ============================================= */
.hero-color-bar {
  display: flex;
  height: 15px;
  width: 100%;
}
.hero-color-bar span {
  flex: 1;
}
.bar-red    { background: #7f1085; }
.bar-yellow { background: #f08200; }
.bar-green  { background: #abc10b; }
.bar-purple { background: #e62e8b; }

/* =============================================
   Reset & Base
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: opacity var(--tr); }
a:hover { opacity: .75; }
ul, ol { list-style: none; }

/* =============================================
   Utilities
   ============================================= */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}
.section-title {
  text-align: center;
  font-size: calc(1.425rem + 2px);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-text);
  margin-bottom: 6px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
.btn {
  display: inline-block;
  padding: 14px 44px;
  border-radius: 3px;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: all var(--tr);
  border: none;
  text-align: center;
}
.btn-dark  { background: #1a1a1a; color: #fff; }
.btn-dark:hover  { background: #333; opacity: 1; }
/* ヒーローCTAボタン */
.hero-cta .btn-dark {
  background: #281d19;
  color: #fdf5f3;
  border-radius: 40px;
  padding: 20px 60px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .12em;
  display: inline-block;
  transition: background var(--tr);
  font-family: 'Noto Serif JP', serif;
}
.hero-cta .btn-dark:hover {
  background: #3d2a24;
  opacity: 1;
}
.btn-teal  { background: var(--color-teal); color: #fff; }
.btn-teal:hover  { background: var(--color-teal-dark); opacity: 1; }

/* =============================================
   HERO
   ラフ: 左=クリーム/ベージュ、右=ティール水色
   グラデーションは左上クリーム→右下ティール
   ============================================= */
.site-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
    to bottom,
    #fdf0ca  0%,
    #fdf0ca 32%,
    #d2e0cb 42%,
    #91cccc 54%,
    #36bacc 64%,
    #00afcc 73%,
    #00afcc 100%
  );
  padding: 0;
}
/* SVG/画像をグラデーション背景の上に表示 */
.hero-img-wrap {
  width: 100%;
  max-width: 840px;
  margin: 50px auto 30px;
  line-height: 0;
}
.hero-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
/* CTAエリア */
.hero-cta {
  position: relative;
  z-index: 2;
  margin-top: 0;
  text-align: center;
  padding: 0 0 40px;
}

/* hero-contentは非表示（画像に文字含む） */
.site-hero::before { display: none; }
.hero-content { display: none; }

/* ---- 左テキスト ---- */
.hero-text {
  flex: 0 0 auto;
  color: var(--color-text);
}
.hero-subtitle-jp {
  font-size: .8rem;
  letter-spacing: .18em;
  margin-bottom: 4px;
  color: #333;
}

/* タイトル — ラフに忠実な多色 */
.hero-title {
  font-family: var(--font-en);
  line-height: .95;
  margin-bottom: 10px;
}
.hero-title .l1 {        /* TOKACHI — シアン */
  display: block;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  color: #00b4c8;
  letter-spacing: .02em;
}
.hero-title .l2 {        /* FOOD&WINE — ホットピンク */
  display: block;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  letter-spacing: -.01em;
}
.hero-title .l2 .w-food { color: #e8206e; }
.hero-title .l2 .w-amp  { color: #e8206e; }
.hero-title .l2 .w-wine { color: #e8206e; }

.hero-title .l3 {        /* FESTIVAL 2026 */
  display: block;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  letter-spacing: .02em;
}
.hero-title .l3 .w-fest { color: #f08000; }
.hero-title .l3 .w-year { color: #96c820; font-size: .85em; }

.hero-tagline {
  font-size: .75rem;
  line-height: 1.9;
  color: #444;
  margin-top: 8px;
  /* 背景が明るいエリア（上部クリーム）にあるためダーク文字 */
}
.hero-tagline .quote {
  display: block;
  font-size: .72rem;
}

/* ---- 中央イラスト ---- */
.hero-illust {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
}
.hero-illust svg {
  width: 100%;
  max-width: 340px;
  height: auto;
}

/* 開催日バーは画像内に含まれるため非表示 */
.hero-datebar { display: none; }
.hero-cta {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

/* =============================================
   GLOBAL NAV
   ============================================= */
.site-nav {
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.nav-menu li {
  display: flex;
  align-items: center;
}
/* 全liの前後に | */
.nav-menu li::before {
  content: '|';
  color: #8f8f8f;
  font-weight: 300;
  font-size: .8rem;
  line-height: 1;
}
.nav-menu li:last-child::after {
  content: '|';
  color: #8f8f8f;
  font-weight: 300;
  font-size: .8rem;
  line-height: 1;
}
.nav-menu a {
  display: block;
  padding: 10px 14px;
  font-size: .82rem;
  color: var(--color-text);
  font-weight: 500;
  letter-spacing: .04em;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all var(--tr);
}
.nav-menu a:hover, .nav-menu a.current {
  color: var(--color-teal);
  border-bottom-color: var(--color-teal);
  opacity: 1;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 14px 16px;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--color-text);
  transition: all var(--tr);
}

/* =============================================
   開催情報セクション
   ============================================= */
.section-kaisai {
  padding: 56px 0 52px;
  background: #fff;
}
/* タイトル下シアンライン */
.section-kaisai .title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}
/* カード外枠 */
.news-card {
  max-width: 780px;
  margin: 0 auto 32px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0,0,0,.10);
  overflow: hidden;
  padding: 8px 32px;
}
.news-list {
  border: none;
  border-radius: 0;
  overflow: visible;
  max-width: 100%;
  margin: 0;
}
.news-item {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
  gap: 16px;
  transition: opacity var(--tr);
}
.news-item:last-child { border-bottom: none; }
.news-item:hover { opacity: .75; }
/* 日付＋タイトル縦並び */
.news-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.news-date {
  font-size: .75rem;
  color: var(--color-text-sub);
}
.news-title {
  font-size: .92rem;
  color: var(--color-text);
  font-weight: 500;
}
/* 矢印：シアンボーダー円、塗りなし */
.news-arrow {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--color-teal);
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem;
  color: var(--color-teal);
  flex-shrink: 0;
  transition: all var(--tr);
}
.news-item:hover .news-arrow {
  background: var(--color-teal);
  color: #fff;
  opacity: 1;
}
/* もっと見るボタン：黒・pill形状 */
.section-kaisai .btn-wrap { text-align: center; }
.section-kaisai .btn-pill {
  display: inline-block;
  padding: 14px 52px;
  background: #1a1a1a;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
  border-radius: 40px;
  transition: background var(--tr);
}
.section-kaisai .btn-pill:hover { background: #333; opacity: 1; }

/* =============================================
   チケットセクション
   ============================================= */
.section-ticket {
  padding: 128px 0 136px;
  background: url('images/ticket-back.svg') center center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.section-ticket::before { display: none; }
.section-ticket::after  { display: none; }
.ticket-deco-r          { display: none; }

/* タイトルを白に */
.section-ticket .section-title {
  color: var(--color-text);
  margin-bottom: 6px;
}
.section-ticket .title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}

.ticket-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 680px;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
}

/* カード：白背景＋シアン細線ボーダー */
.ticket-card {
  background: #fff;
  border: 1.5px solid #00c8d4;
  border-radius: 2px;
  padding: 36px 24px 32px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,.18);
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform var(--tr), box-shadow var(--tr);
}
.ticket-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
  opacity: 1;
}

/* 画像エリア：原寸表示 */
.ticket-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ticket-icon img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.ticket-type {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 4px;
  letter-spacing: .04em;
}
.ticket-note {
  font-size: .78rem;
  color: var(--color-text-sub);
  margin-bottom: 2px;
}
.ticket-price-label {
  font-size: .82rem;
  color: var(--color-text-sub);
  display: inline;
}
.ticket-price {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--color-text);
  letter-spacing: .02em;
  display: inline;
}

/* ボタン：ダークブラウン＋pill */
.section-ticket .btn-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-ticket .btn-pill {
  display: inline-block;
  padding: 16px 56px;
  background: #201614;
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
  border-radius: 40px;
  transition: background var(--tr);
  font-family: 'Noto Serif JP', serif;
}
.section-ticket .btn-pill:hover { background: #3a2820; opacity: 1; }

/* =============================================
   フォトギャラリー
   ラフ: グレー無地の大きなプレースホルダー
   ============================================= */
.section-gallery {
  background: #c8c8c8;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-placeholder {
  color: #999;
  font-size: .85rem;
  text-align: center;
}

/* =============================================
   フェスについて
   ラフ: 白背景、タイトル下に青いアンダーライン
         左テキスト、右下・左下にSVGデコ
   ============================================= */
.section-about {
  background: transparent;
  position: relative;
  padding-bottom: 70px;
}
.section-about .section-title {
  margin-bottom: 6px;
  letter-spacing: 0;
  text-align: center;
}
.section-about .title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}
.section-about-bg {
  max-width: 1200px;
  margin: 0 auto;
  /* 黒背景画像 1200×676px を縦横比維持で表示。
     section-title（h2+title-line）の高さ分、背景の開始位置を下げる */
  background: url('images/about-back.svg') center 90px / 100% auto no-repeat;
  position: relative;
  /* コンテンツの高さに応じて自動で伸びるようmin-heightを使用 */
  min-height: calc(100vw * 676 / 1200);
  padding: 5% 0 60px; /* 上部は画像のテキストエリア相当、下部は余白を確保 */
}
@media (min-width: 1200px) {
  .section-about-bg {
    min-height: 676px;
  }
}
.about-inner {
  position: relative;
  margin: 0 auto;
  width: 50%;
}
.about-title {
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  display: block;
  color: var(--color-text);
  text-align: center;
}
/* タイトル下シアンライン：幅84px・高さ7px・中央寄せ */
.about-title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}
.about-body {
  font-size: .85rem;
  color: var(--color-text-sub);
  margin-top: 0;
}
.about-body p {
  margin-bottom: 1em;
  border-bottom: none;
  padding-bottom: 0;
}

/* SVGデコは画像に含まれるため非表示 */
.about-deco    { display: none; }
.about-deco-bl { display: none; }

/* =============================================
   PAGE TOP
   ============================================= */
.page-top {
  position: fixed;
  bottom: 0; right: 0;
  width: 42px; height: 42px;
  background: #211917;
  color: #fffcfb;
  border-radius: 0;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--tr), background var(--tr);
  border: none;
}
.page-top.visible { opacity: 1; pointer-events: all; }
.page-top:hover { background: #3a2a26; opacity: 1; }
/* シェブロン矢印（∧） */
.page-top::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fffcfb;
  border-right: 2px solid #fffcfb;
  transform: rotate(-45deg) translate(2px, 2px);
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: #1a1a1a;
  color: rgba(255,255,255,.6);
  padding: 36px 20px 22px;
  text-align: center;
}
.footer-logo {
  font-family: var(--font-en);
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: .05em;
  margin-bottom: 14px;
}
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 18px;
}
.footer-nav a {
  font-size: .75rem;
  color: rgba(255,255,255,.55);
  padding: 3px 0;
}
.footer-nav a:hover { color: #fff; opacity: 1; }
.footer-copy { font-size: .7rem; color: rgba(255,255,255,.35); }

/* =============================================
   固定ページ / 個別記事
   ============================================= */
.page-single {
  padding: 48px 0 64px;
  min-height: 60vh;
}
.page-single-inner { max-width: 800px; margin: 0 auto; }
.entry-header {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--color-teal-pale);
}
.entry-date { font-size: .75rem; color: var(--color-text-sub); margin-bottom: 6px; }
.entry-title {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 700;
  line-height: 1.5;
}
.entry-content { font-size: .9rem; line-height: 2; }
.entry-content p { margin-bottom: 1.3em; }
.entry-content h2 {
  font-size: 1.15rem; font-weight: 700;
  margin: 2em 0 .7em;
  padding-left: 10px;
  border-left: 3px solid var(--color-teal);
}
.entry-content ul li { list-style: disc; margin-left: 1.4em; margin-bottom: .4em; }
.entry-footer { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--color-border); }

/* ページネーション */
.pagination-wrap { text-align: center; padding: 0 0 48px; }
.pagination-wrap .page-numbers {
  display: inline-flex; gap: 6px; flex-wrap: wrap; justify-content: center;
}
.pagination-wrap a.page-numbers,
.pagination-wrap span.page-numbers {
  display: inline-block;
  padding: 7px 13px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  font-size: .83rem;
  transition: all var(--tr);
}
.pagination-wrap a.page-numbers:hover,
.pagination-wrap span.current {
  background: var(--color-teal);
  border-color: var(--color-teal);
  color: #fff; opacity: 1;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 768px) {
  /* Hero */
  .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .hero-illust { order: -1; min-width: 0; }
  .hero-illust svg { max-width: 220px; }
  .hero-title .l2 { font-size: clamp(2rem, 9vw, 3.2rem); }

  /* Nav hamburger */
  .nav-toggle { display: flex; }
  .nav-inner {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  .nav-toggle-row {
    display: flex;
    justify-content: flex-end;
    padding: 4px 12px;
  }
  .nav-menu {
    display: none;
    flex-direction: column;
    border-top: 1px solid var(--color-border);
  }
  .nav-menu.open { display: flex; }
  .nav-menu a {
    padding: 12px 20px;
    font-size: .83rem;
    border-bottom: 1px solid var(--color-border) !important;
    border-bottom-color: var(--color-border) !important;
  }
  .nav-menu li + li > a::before { display: none; }

  /* Ticket */
  .ticket-grid { grid-template-columns: 1fr; max-width: 320px; }

  /* Hero */
  .hero-img-wrap {
    width: 90%;
    margin-top: 30px;
  }

  /* About */
  .section-about-bg {
    background-image: none; /* モバイルは背景画像非表示 */
    min-height: auto;
    padding: 40px 0;
  }
  .about-inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .btn { padding: 12px 28px; font-size: .84rem; }
  .section-kaisai, .section-ticket, .section-about { padding: 40px 0; }
}

/* =============================================
   十勝の食 セクション
   ============================================= */
.section-food {
  padding: 56px 0 0;
  background: #fff;
}

/* タイトル下シアンライン */
.section-food .title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}

.food-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: var(--max-width);
  margin: 24px auto 0;
  padding: 0 24px;
  border-top: 1px dashed #999;
  border-left: none;
  border-right: none;
}

.food-item {
  padding: 24px 24px 32px;
  border-bottom: 1px dashed #999;
  position: relative;
  display: flex;
  flex-direction: column;
}
.food-item:nth-child(odd) {
  border-right: 1px dashed #999;
  padding-left: 0;
  padding-top: 24px;
}
.food-item:nth-child(even) {
  padding-right: 0;
}

/* バッジ：サムネイル左上に重ねる */
.food-thumb-wrap {
  position: relative;
  margin-bottom: 0;
}
.food-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: #b0b0b0;
  overflow: hidden;
  display: block;
}
.food-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* バッジ：数字のみシアン背景、その下に縦書き日本語 */
.food-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.food-badge .badge-num {
  background: #5fd0d6;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  width: 72px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .02em;
}
.food-badge .badge-label {
  background: transparent;
  color: #fff;
  font-size: 1.16rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .08em;
  padding: 10px 0;
  width: 72px;
  text-align: center;
  margin-top: 0;
}

/* 英字タイトル */
.food-en-title {
  font-family: var(--font-en);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  color: var(--color-text);
  margin: 12px 0 8px;
  letter-spacing: .01em;
  font-weight: 400;
  border-bottom: 1.5px solid #222;
  padding-bottom: 8px;
}

/* テキスト行 */
.food-text-lines {
  margin-bottom: 12px;
  flex: 1; /* 残りスペースを埋めてfood-moreを下に押し下げる */
}
.food-text-lines p {
  font-size: .8rem;
  color: var(--color-text-sub);
  line-height: 1.8;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* もっと見る：右寄せ、シアン丸ボーダー矢印 */
.food-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
}
.food-more a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  color: var(--color-text);
  font-weight: 400;
  text-decoration: none;
  transition: opacity var(--tr);
}
.food-more a:hover { opacity: .7; }
.food-more-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #5fd0d6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
/* 矢印：右上向き（↗） */
.food-more-arrow::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #5fd0d6;
  border-right: 1.5px solid #5fd0d6;
  transform: rotate(45deg) translate(-1px, 1px);
}

/* =============================================
   十勝の作り手 セクション
   ============================================= */
.section-producers {
  padding: 56px 0 80px;
  background: linear-gradient(
    to bottom,
    #ffffff  0%,
    #fdfcfa  5%,
    #f4f3ee 20%,
    #f0ede4 30%,
    #e9e5da 50%,
    #e8e4d9 70%,
    #e8e4d9 100%
  );
  position: relative;
  overflow: hidden;
}
.section-producers::before { display: none; }

/* 左上デコ画像 */
/* 左上：セクション左上角に配置
   SVGの右下テキスト部分が左上角に見える */
.producers-deco-tl {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  width: 972px;
  height: 670px;
}
.producers-deco-tl img {
  width: 972px;
  height: auto;
  display: block;
  transform: translate(-16%, -30%);
}

/* 右下：セクション右下角に配置
   SVGの左上テキスト部分が右下角に見える */
.producers-deco-br {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  width: 972px;
  height: 670px;
}
.producers-deco-br img {
  width: 972px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(4%, 20%);
}

/* セクションタイトル */
.section-producers .section-title {
  margin-bottom: 6px;
  letter-spacing: 0;
}
.section-producers .title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}

/* コンテンツをデコの上に */
.section-producers .container {
  position: relative;
  z-index: 1;
}

/* グリッド */
.producers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

/* カード */
.producer-card {
  background: #fff;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0,0,0,.08);
}

/* サムネイル */
.producer-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  background: #b0b0b0;
  overflow: hidden;
}
.producer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.producer-info {
  padding: 12px 14px 14px;
}

/* ワイナリー名 */
.producer-name {
  font-size: .88rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 3px;
}
.producer-name .dots { display: none; }
.producer-name .dot  { display: none; }

/* 代表 */
.producer-rep {
  font-size: .75rem;
  color: var(--color-text-sub);
  margin-bottom: 10px;
}

/* 紹介文テキスト行 */
.producer-text {
  margin-bottom: 12px;
}
.producer-text p {
  font-size: .75rem;
  color: var(--color-text-sub);
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 4px;
  line-height: 1.7;
  min-height: 1.7em;
}

/* 公式HP：テキスト＋斜め矢印 */
.producer-hp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: .8rem;
  color: #4d4d4d;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
  transition: opacity var(--tr);
  text-decoration: none;
}
.producer-hp:hover { opacity: .7; }
.producer-hp-arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 1.5px solid #4d4d4d;
  border-bottom: 1.5px solid #4d4d4d;
  transform: rotate(-45deg);
  margin-left: 4px;
  flex-shrink: 0;
}

/* もっと見る：テキスト＋ダブルVV矢印 */
.producers-more {
  text-align: center;
}
.producers-more a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  color: #5b5650;
  font-weight: 500;
  text-decoration: none;
  transition: opacity var(--tr);
}
.producers-more a:hover { opacity: .7; }
.producers-more-chevron {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.producers-more-chevron span {
  display: block;
  width: 20px;
  height: 10px;
  border-right: 2px solid #5b5650;
  border-bottom: 2px solid #5b5650;
  transform: rotate(45deg);
}

/* =============================================
   レスポンシブ追加
   ============================================= */
@media (max-width: 640px) {
  .food-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .food-item {
    padding: 24px 24px 32px !important;
  }
  .food-item:nth-child(odd) {
    border-right: none;
  }
  .food-item:nth-child(even) {
    padding-right: 24px;
  }
  .food-en-title {
    font-size: clamp(1.6rem, 8vw, 2.4rem);
  }
  .producers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 400px) {
  .producers-grid {
    grid-template-columns: 1fr;
  }
  .food-item {
    padding: 20px 16px 18px;
  }
}

/* =============================================
   開催実績 セクション
   ============================================= */
.section-history {
  padding: 56px 0 60px;
  background: transparent;
  position: relative;
}
.section-history .container {
  background: transparent;
}
/* 十勝の作り手と同じh2・title-lineスタイルを明示 */
.section-history .section-title {
  margin-bottom: 6px;
  letter-spacing: 0;
}
.section-history .title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}

.history-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  margin-bottom: 60px;
}

/* 左：大小2枚重ね（左端からはみ出す） */
.history-images {
  position: relative;
  height: 420px;
  margin-left: -24px;
}
.history-img-main {
  width: 80%;
  aspect-ratio: 4/3;
  background: #9fa1a0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.history-img-main img { width:100%; height:100%; object-fit:cover; }

/* サブ画像：メイン画像の右下に配置 */
.history-img-sub {
  width: 52%;
  aspect-ratio: 4/3;
  background: #cbcbcb;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 4px solid #fff;
}
.history-img-sub img { width:100%; height:100%; object-fit:cover; }

/* 右：テキスト（下線なし） */
.history-text {
  padding-top: 60px;
  padding-left: 40px;
}
.history-text-lines p {
  font-size: .88rem;
  color: var(--color-text-sub);
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.4em;
  line-height: 1.8;
}

/* 下：3枚横並びサムネイル（右寄せ） */
.history-thumbs {
  display: grid;
  /* 左に空スペース（1fr）+ サムネイル3枚（各2fr）*/
  grid-template-columns: 1fr 2fr 2fr 2fr;
  gap: 20px;
  margin-top: 40px;
}
/* 最初の子（左スペース）は空divで確保 */
.history-thumbs-spacer {
  display: block;
}
.history-thumb {
  aspect-ratio: 4/3;
  background: #b8b8b8;
  overflow: hidden;
}
.history-thumb img { width:100%; height:100%; object-fit:cover; }

/* =============================================
   PHOTO GALLERY セクション
   斜め多色帯デコ背景
   ============================================= */
.section-gallery {
  /* 既存のグレー単色を上書き */
  background: #fff;
  min-height: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

/* 斜め帯デコ — SVGで再現 */
.gallery-deco {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.gallery-deco svg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.gallery-inner {
  position: relative;
  z-index: 1;
  padding: 56px 0 52px;
}

.gallery-title {
  font-family: var(--font-en);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900;
  letter-spacing: .06em;
  color: var(--color-text);
  margin-bottom: 28px;
  padding-left: 4px;
}

/* メイソンリーレイアウト */
.gallery-masonry {
  column-count: 3;
  column-gap: 10px;
  margin-bottom: 24px;
}
.gallery-masonry-item {
  break-inside: avoid;
  margin-bottom: 10px;
  overflow: hidden;
  background: #b8b8b8;
}
.gallery-masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .3s ease;
}
.gallery-masonry-item:hover img {
  transform: scale(1.03);
}

/* ドットページネーション */
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.gallery-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #b0b0b0;
  cursor: pointer;
  transition: background var(--tr);
  border: none;
}
.gallery-dot.active { background: var(--color-teal); }

/* =============================================
   主催・概要 セクション
   ============================================= */
.section-organizer {
  padding: 0;
  background: transparent;
  position: relative;
  max-width: 1080px;
  margin: 0 auto 100px;
}

/* 主催ブロック：左画像・右テキスト */
.organizer-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  margin-bottom: 60px;
}
.organizer-block-title {
  font-size: calc(1.425rem + 2px);
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  color: var(--color-text);
  letter-spacing: 0;
  margin-bottom: 6px;
  display: block;
}
.organizer-block-title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px 0 36px;
  border-radius: 1px;
}
.organizer-img {
  width: 100%;
  aspect-ratio: 4/3;
  background: #a8a8a8;
  overflow: hidden;
}
.organizer-img img { width:100%; height:100%; object-fit:cover; }
.organizer-text {
  padding: 0px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.organizer-text-lines p {
  font-size: .88rem;
  color: var(--color-text-sub);
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  line-height: 1;
}

/* 概要ブロック：左テキスト・右画像 */
.gaiyou-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
}
.gaiyou-text {
  padding: 0px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.gaiyou-block-title {
  font-size: calc(1.425rem + 2px);
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  color: var(--color-text);
  letter-spacing: 0;
  margin-bottom: 6px;
  display: block;
}
.gaiyou-block-title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px 0 60px;
  border-radius: 1px;
}
.gaiyou-text-lines p {
  font-size: .88rem;
  color: var(--color-text-sub);
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.gaiyou-img {
  width: 100%;
  aspect-ratio: 4/3;
  background: #a8a8a8;
  overflow: hidden;
}
.gaiyou-img img { width:100%; height:100%; object-fit:cover; }

/* =============================================
   レスポンシブ追加
   ============================================= */
@media (max-width: 768px) {
  .history-main { grid-template-columns: 1fr; gap: 20px; }
  .history-images { height: 56vw; margin-left: -16px; }
  .history-text { padding-top: 20px; padding-left: 0; }
  .history-thumbs { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .history-thumbs-spacer { display: none; }

  /* スマホはスワイプスライダーに切り替え */
  .gallery-slider-wrap {
    display: block;
  }
  .gallery-masonry-desktop {
    display: none;
  }

  .organizer-block,
  .gaiyou-block { grid-template-columns: 1fr; }
  .organizer-text,
  .gaiyou-text { padding: 36px 24px; }
  .gaiyou-img { order: -1; }
}
@media (max-width: 480px) {
  .history-thumbs { grid-template-columns: 1fr 1fr; }
  /* 480px以下でも同じスライダー */
}

/* =============================================
   PHOTO GALLERY セクション（新）
   ============================================= */
.section-gallery-new {
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.section-gallery-new .gallery-deco { display: none; }

/* =============================================
   お問い合わせ セクション (Contact Form 7)
   ============================================= */
.section-contact {
  padding: 64px 0 72px;
  background: #e8e4d9;
}
.section-contact .section-title {
  margin-bottom: 6px;
}
/* タイトル下シアンライン */
.section-contact .title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}

/* CF7 フォームレイアウト */
.wpcf7-form .cf7-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.wpcf7-form .cf7-row label {
  font-size: .88rem;
  color: var(--color-text);
  font-weight: 500;
  text-align: left;
}
.wpcf7-form .cf7-row.textarea-row {
  align-items: flex-start;
}
.wpcf7-form .cf7-row.textarea-row label {
  padding-top: 10px;
}

/* 入力フィールド */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: .88rem;
  font-family: var(--font-body);
  background: #fff;
  color: var(--color-text);
  outline: none;
  transition: border-color var(--tr);
  box-sizing: border-box;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
  border-color: var(--color-teal);
}
.wpcf7-form textarea {
  height: 160px;
  resize: vertical;
}

/* 送信ボタン */
.wpcf7-form .btn-wrap {
  text-align: center;
  margin-top: 36px;
}
.wpcf7-form input[type="submit"],
.wpcf7-submit {
  display: inline-block;
  padding: 13px 52px;
  background: #1a1a1a;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .1em;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background var(--tr);
}
.wpcf7-form input[type="submit"]:hover {
  background: #333;
}

/* CF7 バリデーションメッセージ */
.wpcf7-not-valid-tip {
  font-size: .75rem;
  color: #c00;
}
.wpcf7-response-output {
  margin-top: 16px;
  padding: 10px 14px;
  font-size: .83rem;
  border-radius: 3px;
  text-align: center;
}

/* =============================================
   Q&A セクション
   ============================================= */
.section-faq {
  padding: 64px 0 72px;
  background: #fff;
}
.section-faq .section-title {
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .1em;
  margin-bottom: 6px;
}
.section-faq .title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}

/* アコーディオンアイテム */
.faq-list {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
  transition: border-color var(--tr);
}
.faq-item.open {
  border-radius: 24px;
  border-color: #aaa;
}

/* 質問行 */
.faq-question {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  cursor: pointer;
  user-select: none;
  background: #fff;
  transition: background var(--tr);
}
.faq-question:hover {
  background: var(--color-teal-bg);
}
.faq-q-prefix {
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-teal);
  flex-shrink: 0;
}
.faq-q-text {
  flex: 1;
  font-size: .9rem;
  color: var(--color-text);
  line-height: 1.6;
}
.faq-toggle {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
}
/* ＋アイコン */
.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  background: var(--color-text);
  border-radius: 1px;
  transition: transform var(--tr), opacity var(--tr);
}
.faq-toggle::before {
  width: 18px; height: 2px;
  top: 10px; left: 2px;
}
.faq-toggle::after {
  width: 2px; height: 18px;
  top: 2px; left: 10px;
}
/* 開いた状態で－に */
.faq-item.open .faq-toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

/* 回答 */
.faq-answer {
  display: none;
  padding: 0 28px 22px;
  background: #fff;
}
.faq-item.open .faq-answer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.faq-a-prefix {
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text-sub);
  flex-shrink: 0;
  margin-top: 1px;
}
.faq-a-text {
  font-size: .88rem;
  color: var(--color-text-sub);
  line-height: 1.9;
}

/* =============================================
   フッター上書き（ダークブラウン＋2列ナビ＋SNS）
   ============================================= */
.site-footer {
  background: #261b19;
  padding: 44px 32px 32px;
  text-align: left;
}
.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}

/* 左カラム：ロゴ画像＋SNS */
.footer-left {}
.footer-logo-img {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 4/3;
  background: #4a3530;
  margin-bottom: 20px;
  overflow: hidden;
}
.footer-logo-img img { width:100%; height:100%; object-fit:cover; }
.footer-sns {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  transition: opacity var(--tr);
}
.footer-sns a:hover { opacity: .7; }
.footer-sns svg { width: 36px; height: 36px; }

/* 右カラム：2列ナビ */
.footer-nav-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  padding-top: 8px;
}
.footer-nav-cols a {
  display: block;
  font-size: .75rem;
  color: #fff;
  padding: 5px 0;
  border-bottom: none;
  transition: color var(--tr);
}
.footer-nav-cols a:hover { color: #fff; opacity: 1; }

/* コピーライト */
.footer-copy {
  max-width: var(--max-width);
  margin: 28px auto 0;
  font-size: .7rem;
  color: rgba(255,255,255,.3);
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
}

/* =============================================
   レスポンシブ追加
   ============================================= */
@media (max-width: 768px) {
  .wpcf7-form .cf7-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .wpcf7-form .cf7-row.textarea-row label { padding-top: 0; }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-logo-img { max-width: 180px; }
  .footer-nav-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .faq-question { padding: 15px 20px; }
  .faq-answer   { padding: 0 20px 18px; }
  .footer-nav-cols { grid-template-columns: 1fr; }
}

/* =============================================
   ギャラリー背景画像ラッパー
   ============================================= */
.gallery-back-wrap {
  position: relative;
  overflow: hidden;
}
/* back1: 開催実績下部〜ギャラリー上部にかけて */
.gallery-back1-block {
  position: relative;
  /* background: url('images/gallery-back1.svg') center center / 100% auto no-repeat; 一旦非表示 */
}
.gallery-back1-block > * {
  position: relative;
  z-index: 1;
}
/* back2: ギャラリー下部〜主催上部にかけて */
.gallery-back2-block {
  position: relative;
  background: url('images/gallery-back2.svg') center center / 100% auto no-repeat;
}
.gallery-back2-block > * {
  position: relative;
  z-index: 1;
}

/* =============================================
   アンカーリンクのスクロールオフセット
   （sticky navの高さ分ずらす）
   ============================================= */
[id] {
  scroll-margin-top: 60px;
}

/* =============================================
   ギャラリー スワイプスライダー（スマホ用）
   ============================================= */
.gallery-slider-wrap {
  display: none; /* デスクトップでは非表示 */
  position: relative;
  overflow: hidden;
}
.gallery-slider-track {
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}
.gallery-slider-page {
  flex: 0 0 100%;
  width: 100%;
}
.gallery-slider-page .gallery-masonry {
  column-count: 2;
  column-gap: 6px;
  margin-bottom: 0;
  padding: 0 4px;
}
.gallery-slider-page .gallery-masonry-item {
  margin-bottom: 6px;
}
/* ドットはスライダーでも共通 */

/* =============================================
   イベント概要ブロック（開催情報の上）
   ============================================= */
.section-event-info {
  padding: 56px 0 60px;
  background: #fff;
}
.event-info-table {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}
/* 2カラム：左（日時・会場）・縦線・右（参加料・定員） */
.event-info-cols {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 40px;
  align-items: start;
}
.event-info-divider {
  background: var(--color-text);
  width: 1px;
  align-self: stretch;
}
.event-info-col-left,
.event-info-col-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.event-info-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0 12px;
  align-items: start;
}
.event-info-label {
  font-size: .92rem;
  color: var(--color-text);
  white-space: nowrap;
  padding-top: 6px;
}
.event-info-main {
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.25;
  margin-bottom: 4px;
}
.event-info-sub {
  font-size: .88rem;
  color: var(--color-text-sub);
  line-height: 1.7;
}
.event-info-tickets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-info-tickets li {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.5;
}
.event-info-tickets li::before {
  content: '●';
  color: #c8622a;
  font-size: .8rem;
  flex-shrink: 0;
}
.event-info-plain {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  padding-top: 4px;
}

@media (max-width: 768px) {
  .event-info-cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .event-info-divider {
    display: none;
  }
  .event-info-row {
    grid-template-columns: 64px 1fr;
    gap: 0 10px;
  }
  .event-info-main { font-size: 1.25rem; }
  .event-info-tickets li { font-size: .9rem; }
  .event-info-plain { font-size: .9rem; }
}

/* =============================================
   実行委員会メンバー
   ============================================= */
.section-committee {
  padding: 40px 0 56px;
  background: #fff;
}
.section-committee .section-title {
  margin-bottom: 6px;
  letter-spacing: 0;
}
.section-committee .title-line {
  display: block;
  width: 86px;
  height: 6px;
  background: #01b1c8;
  margin: 5px auto 40px;
  border-radius: 1px;
}
.committee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}
.committee-member {}
.committee-photo {
  width: 100%;
  aspect-ratio: 3/4;
  background: #b8b8b8;
  overflow: hidden;
  margin-bottom: 12px;
}
.committee-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.committee-org {
  font-size: .8rem;
  color: var(--color-text-sub);
  line-height: 1.6;
  margin-bottom: 2px;
}
.committee-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
}
.committee-name .committee-role {
  font-size: .8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .committee-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .committee-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* =============================================
   チケット取扱店舗
   ============================================= */
.ticket-shops {
  max-width: 780px;
  margin: 32px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ticket-shops-title {
  font-size: .88rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 10px;
}
.ticket-shops-list {
  font-size: .8rem;
  color: var(--color-text);
  line-height: 1.9;
}


/* =============================================
   about-body 内のリストをビュッフェスタイルに統一
   ============================================= */
.about-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-body ul > li {
  color: var(--color-text);
  padding: 20px 0;
  border-top: 1px dotted #c8622a;
  gap: 6px;
}
.about-body ul > li:first-child {
  border-top: none;
  padding-top: 0;
}
.about-body ul > li::before {
  content: '■';
  color: #c8622a;
  font-size: .85rem;
  flex-shrink: 0;
}
/* リスト項目内に本文がある場合（ネストした文章） */
.about-body ul > li > span,
.about-body ul > li > div {
  font-size: .88rem;
  font-weight: 400;
  color: var(--color-text-sub);
  line-height: 1.9;
  display: block;
}
.about-body p {
  font-size: .88rem;
  color: var(--color-text-sub);
  line-height: 1.9;
  margin-bottom: 8px;
}

/* =============================================
   フッター 主催・後援情報
   ============================================= */
.footer-credit {
  padding-top: 8px;
}
.footer-credit-line {
  font-size: .78rem;
  color: rgba(255,255,255,.75);
  line-height: 1.9;
  margin-bottom: 10px;
}
.footer-credit-label {
  font-weight: 700;
  color: #fff;
  margin-right: 6px;
}
.footer-credit-eco {
  font-size: .72rem;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .footer-credit-line,
  .footer-credit-eco {
    font-size: .72rem;
  }
}

/* =============================================
   サブページ用ヘッダー（2ページ目以降）
   ============================================= */
.site-hero-sub {
  background: #fdf0ca;
  min-height: auto;
  padding: 32px 24px;
}
.hero-sub-inner {
    max-width: 840px;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
}
.hero-sub-logo {
  /*display: inline-block;*/
}
.hero-sub-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .site-hero-sub {
    padding: 24px 20px;
  }
  .hero-sub-logo img {
    
  }
}
