/* ============================================================
   KARATSU DROP FESTIVAL — 共通スタイル
   （WordPress + Elementor からの再構築版）
   ============================================================ */

:root {
  --navy: #132942;
  --navy-deep: #0e2134;
  --cream: #f3ebdd;
  --cream-soft: #f1e8d9;
  --maroon: #290504;
  --red: #d23434;
  --red-banner: #ac3e27;
  --crimson: #c2213a;
  --gold: #c49c14;
  --gold-btn: #c19d21;
  --teal: #107f77;
  --teal-dull: #4c8c84;
  --blue: #2678be;
  --pink: #f16baa;
  --cyan-pale: #d8fbff;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-en: "Oswald", sans-serif;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 20px; }

body {
  font-family: var(--font-sans);
  color: var(--navy);
  background: var(--cream);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; } /* 元サイト(Elementor boxed)と同幅 */
.wrap-narrow { max-width: 900px; margin: 0 auto; padding: 0 20px; }

/* ---------- セクション見出し（アウトライン英字＋和文） ---------- */
.sec-title { text-align: center; }
.sec-title .en {
  font-family: var(--font-en);
  font-size: clamp(56px, 9vw, 110px);
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 2px var(--navy);
  text-transform: uppercase;
}
.sec-title .ja {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .35em;
  color: var(--maroon);
  margin-top: 6px;
}
.on-navy .sec-title .en { -webkit-text-stroke-color: var(--cream); }
.on-navy .sec-title .ja { color: var(--cream); }

/* ---------- 波形の区切り ---------- */
.wave-edge { display: block; width: 100%; height: 70px; }
.wave-edge path { fill: var(--navy); }
.wave-edge.to-cream path { fill: var(--cream); }

/* ---------- ボタン ---------- */
.btn {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  padding: 14px 40px;
  transition: opacity .25s, transform .25s;
}
.btn:hover { opacity: .85; transform: translateY(-2px); }
.btn-cream { background: var(--cream); color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--cream); }
.btn-gold { background: var(--gold-btn); color: #fff; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-pink { background: var(--pink); color: #fff; }
.btn-cyan { background: var(--cyan-pale); color: var(--navy); }
.btn-square { border-radius: 6px; }

/* ---------- 固定UI（BACK TO TOP / TICKET） ---------- */
.fixed-backtotop {
  position: fixed; right: 24px; bottom: 90px; z-index: 90;
  width: 110px; opacity: 0; pointer-events: none; transition: opacity .3s;
}
.fixed-backtotop.show { opacity: 1; pointer-events: auto; }
.fixed-ticket {
  position: fixed; right: 0; bottom: 0; z-index: 90; width: 160px;
}
@media (max-width: 767px) {
  .fixed-backtotop { width: 78px; right: 12px; bottom: 70px; }
  .fixed-ticket { width: 110px; }
}

/* ============================================================
   2026 トップページ
   ============================================================ */

/* ---------- 縦書き吊り看板ナビ ---------- */
.kanban-nav { position: absolute; inset: 0 0 auto 0; z-index: 40; pointer-events: none; }
.kanban-nav a { pointer-events: auto; }
.kanban-nav .side { position: absolute; top: 0; display: flex; gap: 26px; }
.kanban-nav .side.left { left: 4vw; }
.kanban-nav .side.right { right: 4vw; }
.kanban-nav img { width: 54px; height: auto; }
.kanban-nav a { display: block; transition: transform .3s; transform-origin: top center; }
.kanban-nav a:hover { transform: rotate(3deg); }
.kanban-nav .drop-1 { margin-top: 0; }
.kanban-nav .drop-2 { margin-top: 48px; }
@media (max-width: 1023px) { .kanban-nav { display: none; } }

/* ---------- スマホ用メニュー ---------- */
.sp-menu-btn {
  display: none;
  position: fixed; top: 14px; right: 14px; z-index: 120;
  width: 48px; height: 48px; border: none; border-radius: 8px;
  background: var(--navy); cursor: pointer;
}
.sp-menu-btn span {
  display: block; width: 22px; height: 2px; margin: 5px auto;
  background: var(--cream); transition: .3s;
}
.sp-menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sp-menu-btn.open span:nth-child(2) { opacity: 0; }
.sp-menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.sp-menu {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(19, 41, 66, .96);
  display: none;
  align-items: center; justify-content: center;
}
.sp-menu.open { display: flex; }
.sp-menu ul { list-style: none; text-align: center; }
.sp-menu a {
  display: block; padding: 16px 40px;
  color: var(--cream); font-size: 20px; font-weight: 700; text-decoration: none;
}
@media (max-width: 1023px) { .sp-menu-btn { display: block; } }

/* ---------- ヒーロー ---------- */
.hero {
  position: relative;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  background: var(--navy);
}
.hero video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero .layer { position: absolute; pointer-events: none; }
.hero .kumo { top: 0; left: 0; width: min(38vw, 460px); }
.hero .matsu-l { left: 0; bottom: 18%; width: min(24vw, 330px); }
.hero .matsu-r { right: 0; bottom: 20%; width: min(22vw, 310px); }
.hero .wave-l { left: 0; bottom: -2%; width: 58%; }
.hero .wave-r { right: 0; bottom: -2%; width: 52%; }
.hero .center {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  z-index: 20;
}
.hero .logo { width: min(46vw, 430px); }
.hero .dates {
  font-family: var(--font-en);
  color: var(--crimson);
  font-weight: 700;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 1;
  letter-spacing: .02em;
  text-shadow: 0 2px 0 rgba(255,255,255,.35);
}
.hero .dates small { font-size: .38em; }
.hero .sns { display: flex; gap: 18px; justify-content: center; margin-top: 14px; }
.hero .sns a { color: var(--navy); font-size: 22px; }
.hero .nami {
  position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; z-index: 30;
}
@media (max-width: 767px) {
  .hero { min-height: 560px; }
  .hero .logo { width: 72vw; }
  .hero .dates { font-size: 15vw; }
}

/* ---------- リード（紺帯） ---------- */
.lead {
  background: var(--navy);
  color: var(--cream);
  text-align: center;
  padding: 90px 20px 70px;
  position: relative;
}
.lead .catch {
  font-size: clamp(22px, 3.4vw, 40px);
  font-weight: 900;
  letter-spacing: .28em;
  line-height: 2.1;
  margin-bottom: 36px;
}
.lead p.desc { font-size: 15px; line-height: 2.4; margin-bottom: 40px; }
.lead .date-ja {
  font-weight: 900;
  font-size: clamp(26px, 4.5vw, 48px);
  letter-spacing: .04em;
  margin-top: 56px;
}
.lead .date-ja .num { font-family: var(--font-en); font-size: 1.35em; }
.lead .sns { display: flex; gap: 22px; justify-content: center; margin-top: 18px; }
.lead .sns a { color: var(--cream); font-size: 24px; }
.lead .human { margin: 60px auto 0; max-width: 1000px; }
.lead-wave {
  display: block; width: 100%; height: 90px;
  margin-top: -70px; position: relative; z-index: 5;
  background: transparent;
}
.lead-wave path { fill: var(--cream); }

/* ---------- お知らせ ---------- */
.news-sec { background: var(--cream); padding: 90px 0 20px; }
.news-sec .news-list { list-style: none; max-width: 760px; margin: 40px auto 30px; }
.news-sec .news-list li { border-bottom: 1px dashed #cbc3b4; }
.news-sec .news-list li:first-child { border-top: 1px dashed #cbc3b4; }
.news-sec .news-list a {
  display: flex; gap: 20px; align-items: baseline;
  padding: 16px 8px; text-decoration: none;
}
.news-sec .news-list a:hover .t { text-decoration: underline; }
.news-sec .news-list time { font-family: var(--font-en); color: var(--teal); flex: 0 0 auto; }
.news-sec .more { text-align: center; }

/* ---------- ARTIST ---------- */
.artist { background: var(--cream); padding: 120px 0 80px; }
.artist .title-img { max-width: 720px; margin: 40px auto 10px; }
.artist .note-img { max-width: 860px; margin: 0 auto 30px; }
.marquee { overflow: hidden; white-space: nowrap; padding: 18px 0 6px; }
.marquee .inner {
  display: inline-block;
  animation: marquee 22s linear infinite;
  color: var(--gold);
  font-weight: 700;
  font-size: 18px;
}
.marquee .inner span { margin-right: 4em; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.day-banner {
  position: relative;
  background: var(--crimson);
  color: #fff;
  display: flex; align-items: center; gap: 22px;
  max-width: 1140px;
  margin: 60px auto 50px;
  padding: 14px 34px;
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 50%, calc(100% - 34px) 100%, 0 100%);
}
.day-banner .d {
  font-family: var(--font-en);
  text-align: center; line-height: 1;
  color: var(--gold);
  font-weight: 700;
}
.day-banner .d .num { font-size: 34px; display: block; }
.day-banner .d .wd { font-size: 11px; letter-spacing: .2em; }
.day-banner h2 { font-size: clamp(20px, 2.6vw, 30px); letter-spacing: .35em; font-weight: 900; }

.artist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.artist-card { text-align: center; }
.artist-card .ph {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #fff;
}
.artist-card .ph img {
  width: 100%; height: 100%;
  object-fit: contain;
}
.artist-card .ph .new {
  position: absolute; top: -18px; left: -18px; width: 74px;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { transform: scale(1);} 50% { transform: scale(1.08);} }
.artist-card h3 {
  margin-top: 16px;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
  letter-spacing: .06em;
}
.artist-card a { text-decoration: none; }
.artist-card a:hover img { opacity: .88; }
@media (max-width: 767px) {
  .artist-grid { grid-template-columns: 1fr; gap: 44px; }
}

/* ---------- TICKET（紺） ---------- */
.ticket {
  background: var(--navy);
  color: var(--cream);
  padding: 110px 0 90px;
  position: relative;
}
.ticket .lead-txt { text-align: center; font-size: 24px; font-weight: 900; margin: 40px 0 26px; }
.ticket-btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  gap: 20px 40px;
  justify-content: center;
  margin-bottom: 46px;
  padding: 0 20px;
}
.ticket-btns .btn { font-size: 15px; padding: 15px 10px; }
@media (max-width: 767px) { .ticket-btns { grid-template-columns: 1fr; } }
.ticket .sales-note { text-align: center; font-size: 13px; opacity: .9; margin-bottom: 50px; }

.price-label {
  width: 190px; margin: 40px auto 26px;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px; margin: 0 auto;
  text-align: center;
}
.price-grid > div { padding: 8px 12px; }
.price-grid > div:not(:last-child) { border-right: 1px solid rgba(243, 235, 221, .35); }
.price-grid .cat { font-size: 14px; opacity: .9; }
.price-grid .yen { font-size: clamp(22px, 2.6vw, 30px); font-weight: 900; }
.price-grid .limited { color: var(--gold); font-size: 13px; font-weight: 700; margin-top: 6px; }
@media (max-width: 767px) {
  .price-grid { grid-template-columns: 1fr; gap: 18px; }
  .price-grid > div:not(:last-child) { border-right: none; }
}
.ticket .notes {
  max-width: 860px; margin: 40px auto 0;
  font-size: 12.5px; line-height: 2; opacity: .95;
  padding: 0 20px;
}

/* 駐車場 */
.parking { max-width: 860px; margin: 70px auto 0; text-align: center; padding: 0 20px; }
.parking h3 { font-size: 22px; font-weight: 900; margin-bottom: 30px; }
.parking .lot { margin-bottom: 34px; }
.parking .lot .btn { margin-bottom: 12px; }
.parking .lot p { font-size: 14px; }
.parking .lot .fee { font-size: 16px; font-weight: 700; }

/* ---------- 市民・県民割引 ---------- */
.discount-box {
  background: var(--cream);
  color: var(--navy);
  border-radius: 14px;
  max-width: 980px;
  margin: 90px auto 0;
  padding: 60px 48px;
  position: relative;
}
.discount-box .drop-mark { position: absolute; top: 40px; left: 44px; width: 80px; }
.discount-box h2 {
  text-align: center;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: .1em;
  padding-bottom: 18px;
  border-bottom: 2px dotted var(--navy);
  margin-bottom: 26px;
}
.discount-box .intro { text-align: center; font-size: 15px; font-weight: 700; }
.discount-box .deadline {
  text-align: center; margin: 26px 0 10px;
  font-weight: 900; font-size: 18px;
}
.discount-box .deadline .em { color: var(--red-banner); }
.discount-box .deadline .gold { color: var(--gold); font-size: 1.4em; }
.discount-box .orn { text-align: center; color: var(--gold); margin: 18px 0 30px; letter-spacing: .5em; }
.discount-tbl { margin-bottom: 40px; }
.discount-tbl .region {
  background: #fff; color: var(--gold);
  text-align: center; font-weight: 900; font-size: 19px;
  padding: 10px; letter-spacing: .2em;
}
.discount-tbl .cols {
  display: grid; grid-template-columns: 1fr 1fr;
  text-align: center; padding: 22px 0 6px;
}
.discount-tbl .cols > div:first-child { border-right: 1px solid var(--navy); }
.discount-tbl .cat { font-size: 14px; font-weight: 700; }
.discount-tbl .yen { font-size: clamp(19px, 2.2vw, 24px); font-weight: 900; line-height: 1.7; }
@media (max-width: 600px) {
  .discount-box { padding: 44px 22px; }
  .discount-box .drop-mark { width: 52px; top: 22px; left: 20px; }
}
.discount-box .apply { text-align: center; margin: 34px 0 26px; }
.discount-box .notes { font-size: 13px; line-height: 2.1; }
.discount-box .notes .warn { color: var(--red); font-weight: 700; }
.discount-box hr { border: none; border-top: 1px solid var(--navy); margin: 36px 0; }

/* 指定販売場所 */
.shops h3 { text-align: center; font-size: clamp(22px, 2.6vw, 30px); font-weight: 900; margin-bottom: 26px; }
.shops .scroll-note { display: none; text-align: center; font-size: 12px; margin-bottom: 8px; }
.shops-tbl-wrap { overflow-x: auto; }
table.shops-tbl {
  width: 100%; border-collapse: collapse;
  font-size: 14px; min-width: 560px;
}
.shops-tbl th, .shops-tbl td {
  border: 1px solid #cbc3b4;
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
}
.shops-tbl th { font-weight: 700; background: var(--cream); }
.shops-tbl tr:nth-child(even) td { background: var(--cream-soft); }
.shops-tbl td.map a { color: #d6336c; font-weight: 700; text-decoration: none; }
@media (max-width: 600px) { .shops .scroll-note { display: block; } }

/* ---------- FOOD/WORKSHOP バナー ---------- */
.fw-banners {
  background: var(--navy);
  padding: 90px 0 90px;
}
.fw-banners .grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
  max-width: 980px; margin: 0 auto; padding: 0 20px;
}
.fw-banners a:hover img { opacity: .85; }
.fw-banners img { transition: opacity .25s; }
@media (max-width: 767px) { .fw-banners .grid { grid-template-columns: 1fr; } }

/* ---------- MAP／会場 ---------- */
.venue { background: var(--cream); padding: 110px 0 0; }
.venue .map-embed { margin-top: 60px; }
.venue .map-embed iframe {
  width: 100%; height: 480px; border: 0; display: block;
}
.venue .addr { text-align: center; font-weight: 700; padding: 40px 20px 60px; line-height: 2.2; }

/* ---------- アクセス ---------- */
.access { background: var(--cream); padding: 0 0 110px; }
.access .cards {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1040px; margin: 0 auto 80px; padding: 0 20px;
}
@media (max-width: 900px) { .access .cards { grid-template-columns: repeat(2, 1fr); } }
.access h2 { text-align: center; font-size: clamp(22px, 3vw, 32px); font-weight: 900; margin-bottom: 40px; }
.access .routes { max-width: 760px; margin: 0 auto; padding: 0 20px; font-size: 15px; }
.access .routes .route { margin-bottom: 28px; }
.access .routes .from { font-weight: 900; }
.access .routes .from a { color: #d6336c; font-size: 13px; font-weight: 700; }

/* ---------- FAQ 抜粋 ---------- */
.faq-sec { background: var(--cream); padding: 0 0 110px; }
.faq-sec .intro { text-align: center; margin: 30px 0 40px; }
.faq-list { max-width: 800px; margin: 0 auto; padding: 0 20px; }
details.faq-item { border-top: 1px solid #cbc3b4; }
details.faq-item:last-of-type { border-bottom: 1px solid #cbc3b4; }
details.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; gap: 14px;
  padding: 16px 8px;
  font-weight: 700;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::before {
  content: "+";
  font-family: var(--font-en);
  font-size: 20px; line-height: 1;
  flex: 0 0 auto;
}
details.faq-item[open] summary::before { content: "−"; }
details.faq-item .a {
  padding: 4px 8px 20px 42px;
  border-top: 1px dashed #cbc3b4;
  font-size: 14.5px;
}
.faq-sec .more { text-align: center; margin-top: 44px; }

/* ---------- ORGANIZE／主催 ---------- */
.organize {
  background: var(--navy); color: var(--cream);
  padding: 110px 0 80px;
}
.organize table {
  width: 100%; max-width: 820px;
  margin: 60px auto 0;
  border-collapse: collapse;
  font-size: 15px;
}
.organize th, .organize td {
  border: 1px solid rgba(243, 235, 221, .5);
  padding: 18px 24px;
  text-align: left;
  vertical-align: top;
}
.organize th { white-space: nowrap; font-weight: 700; width: 9em; }
.organize a { color: var(--cream); }
.organize .contact { max-width: 820px; margin: 60px auto 0; text-align: center; }
.organize .contact h2 { font-size: 20px; margin-bottom: 12px; }
@media (max-width: 600px) {
  .organize th, .organize td { display: block; width: auto; border: none; padding: 8px 4px; }
  .organize tr { display: block; border: 1px solid rgba(243,235,221,.5); padding: 12px 16px; margin-bottom: 12px; }
}

/* ---------- 出店者募集 ---------- */
.recruit { background: var(--cream); color: var(--red-banner); padding: 70px 0 60px; }
.recruit .head-img { max-width: 760px; margin: 0 auto 6px; padding: 0 20px; }
.recruit h2 {
  text-align: center; font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 900; letter-spacing: .2em; margin: 4px 0 50px;
}
.recruit .grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 980px; margin: 0 auto; padding: 0 20px;
  text-align: center;
}
.recruit .grid a { color: var(--red-banner); font-weight: 700; text-decoration: none; }
.recruit .grid img { margin-bottom: 14px; transition: opacity .25s; }
.recruit .grid a:hover img { opacity: .85; }
@media (max-width: 767px) { .recruit .grid { grid-template-columns: 1fr; } }

/* ---------- 2025アーカイブ誘導 ---------- */
.archive-link { background: var(--cream); text-align: center; padding: 20px 20px 70px; }
.archive-link a {
  color: var(--navy);
  font-weight: 700;
  letter-spacing: .1em;
  border: 1px solid var(--navy);
  border-radius: 50px;
  padding: 14px 46px;
  display: inline-block;
  text-decoration: none;
  transition: background .25s, color .25s;
}
.archive-link a:hover { background: var(--navy); color: var(--cream); }

/* ---------- フッター ---------- */
.site-footer {
  background: var(--cream); color: var(--navy);
  text-align: center;
  padding: 20px 20px 0;
}
.site-footer .copy { font-size: 12px; letter-spacing: .08em; padding-bottom: 26px; }
.site-footer .bottom-bar {
  background: var(--navy);
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 18px;
}
.site-footer .bottom-bar .sns { display: flex; gap: 26px; }
.site-footer .bottom-bar .sns a { color: var(--cream); font-size: 22px; }
.site-footer .bottom-bar .ticket-btn {
  background: var(--red);
  color: #fff;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .08em;
  text-decoration: none;
  border-radius: 6px;
  padding: 8px 26px;
}
.site-footer .bottom-bar .ticket-btn:hover { opacity: .88; }
@media (max-width: 767px) {
  .site-footer .bottom-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  }
  .site-footer { padding-bottom: 70px; }
}
/* 2025アーカイブは従来のネイビーフッター */
.footer25 { background: var(--teal25, #15636e); color: var(--cream); padding-bottom: 30px; }
.footer25 .sns { display: flex; gap: 24px; justify-content: center; margin: 10px 0 18px; }
.footer25 .sns a { color: var(--cream); font-size: 22px; }
.footer25 .copy { padding-bottom: 0; }

/* ============================================================
   下層ページ共通（FAQ／FOOD／WORKSHOP／NEWS）
   ============================================================ */
.subpage-hero {
  background: url("../img/common/subpage-hero.jpg") center / cover no-repeat;
  position: relative;
}
.subpage-hero .inner {
  min-height: 320px;
  display: flex; align-items: center; justify-content: center;
}
.subpage-hero .logo { width: 190px; margin-bottom: 30px; }
.subpage-hero .logo img { filter: drop-shadow(0 0 8px rgba(255, 255, 255, .55)); }
.subpage-hero .hero-wave {
  position: absolute; left: 0; right: 0; bottom: -1px;
  width: 100%; height: 60px; display: block;
}
.subpage-hero .hero-wave path { fill: var(--cream); }
@media (max-width: 600px) {
  .subpage-hero .inner { min-height: 240px; }
  .subpage-hero .logo { width: 150px; }
}
.subpage-body { padding: 70px 0 110px; }
.subpage-body .sec-title { margin-bottom: 50px; }

.faq-category {
  text-align: center;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  margin: 70px 0 26px;
}

/* カード一覧（food / workshop / news） */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 30px;
  max-width: 1080px; margin: 0 auto; padding: 0 20px;
}
@media (max-width: 900px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .card-grid { grid-template-columns: 1fr; } }
.card { text-decoration: none; display: block; }
.card .ph {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.card .ph img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .3s;
}
.card:hover .ph img { transform: scale(1.05); }
.card h3 { margin-top: 12px; font-size: 17px; font-weight: 900; text-align: center; }
.card .date { font-size: 13px; color: var(--teal-dull); text-align: center; margin-top: 4px; }

.list-intro {
  max-width: 780px; margin: 0 auto 60px;
  text-align: center; font-weight: 700; font-size: 15.5px;
  padding: 0 20px;
}
.list-intro .num { color: var(--red); font-family: var(--font-en); font-size: 1.5em; }

/* 詳細ページ */
.detail { max-width: 670px; margin: 0 auto; padding: 0 20px; } /* 元サイト記事本文カラム630px+余白と同等 */
.detail .eyecatch { border-radius: 10px; overflow: hidden; margin-bottom: 36px; }
.detail h1 {
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 900;
  text-align: center;
  margin-bottom: 26px;
}
.detail .date { text-align: center; color: var(--teal-dull); margin-bottom: 30px; }
.detail .body { font-size: 15.5px; }
.detail .body p { margin-bottom: 1.4em; }
.detail .body img { margin: 1.5em auto; border-radius: 8px; }
.detail .site-link { text-align: center; margin-top: 36px; }
.detail .back { text-align: center; margin-top: 70px; }

.empty-note {
  text-align: center;
  padding: 60px 20px;
  font-weight: 700;
  font-size: 17px;
}

/* ============================================================
   2025 アーカイブ用
   ============================================================ */
.archive-note {
  background: var(--maroon);
  color: var(--cream);
  text-align: center;
  font-size: 13px;
  padding: 10px 16px;
}
.archive-note a { color: var(--gold); }

/* ---------- 出現アニメーション ---------- */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.fade-in.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .fade-in { opacity: 1; transform: none; transition: none; }
  .marquee .inner { animation: none; }
}
