/*
Theme Name: じくのわ×カミタキフェス
Theme URI: https://jikunowa.com
Author: じくのわ実行委員会
Description: じくのわ×カミタキフェス 公式サイトテーマ
Version: 1.0
*/

:root {
  --bg:   #fdf6f4;
  --bg2:  #f5e8e4;
  --bg3:  #edddd8;
  --ink:  #2e2220;
  --ink2: #6e5550;
  --ink3: #b09590;
  --terra: #9c5a48;
  --terra-light: #e8c4b8;
  --rule: #e0cdc8;
}

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

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

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

/* ── Notice Bar ── */
.notice-bar {
  background: var(--terra);
  padding: 10px 24px;
  text-align: center;
}
.notice-bar p {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.notice-bar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Nav ── */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  height: 52px;
  background: var(--bg);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-brand {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ink);
  text-decoration: none;
}
.nav-links {
  display: flex;
  gap: 22px;
  list-style: none;
}
.nav-links a {
  font-size: 11px;
  color: var(--ink2);
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.nav-links a:hover { color: var(--terra); }

/* ── お知らせスペース ── */
.news-section {
  background: var(--bg);
  padding: 40px 28px;
  max-width: 760px;
  margin: 0 auto;
}
.news-section .sec-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-section .sec-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--terra-light);
}
.news-list {
  list-style: none;
  border-top: 1px solid var(--rule);
}
.news-list li {
  border-bottom: 1px solid var(--rule);
  padding: 14px 0;
  display: flex;
  gap: 20px;
  align-items: baseline;
  flex-wrap: wrap;
}
.news-date {
  font-size: 11px;
  color: var(--ink3);
  letter-spacing: 0.1em;
  flex-shrink: 0;
  min-width: 90px;
}
.news-tag {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--bg2);
  color: var(--terra);
  border: 1px solid var(--terra-light);
  border-radius: 2px;
  padding: 2px 8px;
  flex-shrink: 0;
}
.news-title {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.6;
}
.news-title a {
  text-decoration: none;
  color: var(--ink);
}
.news-title a:hover { color: var(--terra); }

/* ── Hero ── */
.hero {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--bg2);
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  filter: saturate(0.82) brightness(1.06);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(253,246,244,0) 0%, rgba(245,232,228,0.5) 70%, rgba(237,221,216,0.88) 100%);
}
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 32px;
}
.hero-vol {
  font-size: 26px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.hero-title {
  font-size: 38px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.hero-title em {
  font-style: normal;
  color: var(--terra);
}
.hero-rule {
  width: 36px;
  height: 1.5px;
  background: var(--terra);
  margin-bottom: 14px;
}
.hero-meta {
  font-size: 13px;
  color: var(--ink2);
  letter-spacing: 0.08em;
  line-height: 1.85;
}

/* ── Flyer Bar ── */
.flyer-bar {
  background: var(--bg2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 26px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.flyer-center {
  text-align: center;
  margin-top: 36px;
}
.flyer-center-img {
  width: 420px;
  max-width: 90%;
  border-radius: 16px;
  display: inline-block;
}
.flyer-copy-kana {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.flyer-copy-sub {
  font-size: 12px;
  color: var(--ink2);
  letter-spacing: 0.12em;
}

/* ── Sections 共通 ── */
.section {
  padding: 48px 32px;
  max-width: 760px;
  margin: 0 auto;
}
.sec-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--terra-light);
}
.sec-heading {
  font-size: 23px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 13px;
  line-height: 1.4;
}
.sec-body {
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.9;
}
.site-rule {
  border: none;
  border-top: 1px solid var(--rule);
}

/* ── Update Bar ── */
.update-bar {
  border-left: 2px solid var(--terra);
  padding: 12px 16px;
  margin: 20px 0;
  background: var(--bg2);
  border-radius: 0 3px 3px 0;
}
.update-date {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--terra);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.update-text {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.75;
}

/* ── CTA ── */
.cta-row { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.cta-btn {
  display: inline-block;
  padding: 11px 24px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.cta-primary { background: var(--terra); color: var(--bg); }
.cta-secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--rule);
}

/* ── Info Grid ── */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 22px;
  border: 1px solid var(--rule);
  border-radius: 3px;
  overflow: hidden;
}
.info-cell { background: var(--bg2); padding: 16px 18px; }
.info-cell-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 5px;
}
.info-cell-val {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.55;
  font-weight: 700;
}

/* ── Campus Band ── */
.campus-band {
  background: var(--bg3);
  padding: 48px 32px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.campus-inner { max-width: 760px; margin: 0 auto; }
.campus-photo-main {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 18px;
  filter: saturate(0.88);
}
.campus-tagline {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  padding-left: 14px;
  border-left: 2px solid var(--terra);
  line-height: 1.6;
  margin-bottom: 14px;
}
.campus-body {
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.9;
  margin-bottom: 22px;
}
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 20px 0;
  border: 1px solid var(--rule);
  border-radius: 3px;
  overflow: hidden;
}
.pillar { background: var(--bg); padding: 16px 12px; text-align: center; }
.pillar-num {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--terra);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.pillar-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.pillar-body { font-size: 11px; color: var(--ink2); line-height: 1.55; }

.campus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin: 16px 0;
}
.campus-grid-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 3px;
  filter: saturate(0.85);
}
.campus-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 14px 18px;
  text-decoration: none;
  margin-top: 6px;
  background: var(--bg);
}
.campus-link:hover { border-color: var(--terra); }
.campus-link-label { font-size: 13px; font-weight: 700; color: var(--ink); }
.campus-link-sub { font-size: 11px; color: var(--ink2); margin-top: 2px; letter-spacing: 0.06em; }
.campus-link-arrow { font-size: 18px; color: var(--terra); }

/* ── LINE & Support ── */
.line-section { padding: 40px 32px; max-width: 760px; margin: 0 auto; }
.line-block {
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 24px;
  text-align: center;
  background: var(--bg2);
}
.line-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #06C755;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.line-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.line-body { font-size: 13px; color: var(--ink2); line-height: 1.7; margin-bottom: 14px; }
.line-btn {
  display: inline-block;
  background: #06C755;
  color: #fff;
  border-radius: 2px;
  padding: 10px 24px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.support-card {
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 16px 20px;
  margin-top: 10px;
  background: var(--bg);
}
.support-title { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.support-body { font-size: 13px; color: var(--ink2); line-height: 1.75; }
.support-price {
  display: inline-block;
  border: 1px solid var(--terra-light);
  color: var(--terra);
  border-radius: 2px;
  padding: 1px 8px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 3px;
}

/* ── Contact ── */
.contact-band {
  background: var(--bg2);
  padding: 56px 32px;
  text-align: center;
  border-top: 1px solid var(--rule);
}
.contact-label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 12px;
}
.contact-heading { font-size: 24px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.contact-body { font-size: 14px; color: var(--ink2); line-height: 1.85; margin-bottom: 26px; }
.contact-btn {
  display: inline-block;
  background: var(--terra);
  color: var(--bg);
  border-radius: 2px;
  padding: 13px 36px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ── Footer ── */
.site-footer {
  background: var(--bg3);
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--rule);
}
.footer-copy { font-size: 11px; color: var(--ink3); letter-spacing: 0.06em; }
.footer-link { font-size: 11px; color: var(--ink3); text-decoration: none; letter-spacing: 0.06em; }

/* ── Responsive ── */
@media (max-width: 600px) {
  .hero { height: 380px; }
  .hero-title { font-size: 26px; }
  .nav-links { gap: 14px; }
  .info-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .campus-grid { grid-template-columns: 1fr; }
  .flyer-vr { display: none; }
  .section, .line-section, .campus-band { padding: 36px 18px; }
}

/* ── アーティスト ── */
.artist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px;
}
.artist-card {
  border: 1px solid var(--rule);
  border-radius: 3px;
  overflow: hidden;
  background: var(--bg);
}
.artist-img-wrap { height: 160px; overflow: hidden; }
.artist-img-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85); }
.artist-img-placeholder { width: 100%; height: 100%; background: var(--bg2); }
.artist-body { padding: 12px 14px; }
.artist-time {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--terra); margin-bottom: 4px;
}
.artist-name { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.artist-desc { font-size: 12px; color: var(--ink2); line-height: 1.6; }

/* ── 出店マーケット ── */
.market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.market-card {
  border: 1px solid var(--rule);
  border-radius: 3px;
  overflow: hidden;
  background: var(--bg);
}
.market-img-wrap { height: 110px; overflow: hidden; }
.market-img-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85); }
.market-img-placeholder { width: 100%; height: 100%; background: var(--bg2); }
.market-body { padding: 10px 12px; }
.market-genre {
  display: inline-block;
  font-size: 10px; letter-spacing: 0.1em;
  border: 1px solid var(--terra-light);
  color: var(--terra);
  border-radius: 2px; padding: 1px 7px;
  margin-bottom: 5px;
}
.market-name { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.market-pr { font-size: 11px; color: var(--ink2); line-height: 1.5; }

@media (max-width: 600px) {
  .artist-grid { grid-template-columns: 1fr; }
  .market-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── SNSリンク ── */
.sns-links {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.sns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--rule);
  color: var(--ink2);
  background: var(--bg);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.sns-btn:hover {
  border-color: var(--terra);
  color: var(--terra);
}

/* ── アクセスページ ── */
.access-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 22px;
  align-items: start;
}
.access-info {
  border: 1px solid var(--rule);
  border-radius: 3px;
  overflow: hidden;
}
.access-row {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--rule);
}
.access-row:last-child { border-bottom: none; }
.access-key {
  font-size: 12px;
  font-weight: 700;
  color: var(--terra);
  letter-spacing: 0.08em;
  background: var(--bg2);
  padding: 12px 14px;
  min-width: 68px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  border-right: 1px solid var(--rule);
}
.access-val {
  font-size: 13px;
  color: var(--ink);
  padding: 12px 14px;
  line-height: 1.7;
}
.access-map {
  height: 280px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--rule);
}
.access-map iframe { display: block; }

.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--terra);
  text-decoration: none;
  border: 1px solid var(--terra-light);
  border-radius: 2px;
  padding: 8px 16px;
  background: var(--bg);
}
.map-btn:hover { background: var(--bg2); }

.contact-line-block {
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 32px 24px;
  text-align: center;
  background: var(--bg2);
  margin-top: 24px;
  max-width: 440px;
}

@media (max-width: 600px) {
  .access-block { grid-template-columns: 1fr; }
  .access-map { height: 220px; }
}
