body {
  margin: 0;
  font-family: "Noto Sans JP", "Avenir Next", sans-serif;
  color: #201310;
  background:
    radial-gradient(circle at top left, rgba(215, 97, 55, 0.22), transparent 28%),
    radial-gradient(circle at bottom right, rgba(240, 178, 140, 0.24), transparent 24%),
    linear-gradient(180deg, #fbf2e8 0%, #f6eee8 46%, #efe4da 100%);
}

a,
a:visited,
a:hover,
a:active { text-decoration: none !important; color: inherit; }

li { list-style: none; }

.header-1,.wrap,.footer-2 { max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.header-1 {
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  min-height:92px; padding-top:18px; padding-bottom:18px;
}
.header-logo { font-size:30px; font-weight:800; }
.header-logo a {
  display:inline-flex; align-items:center; min-height:52px; padding:0 20px;
  border-radius:999px; background:rgba(255,255,255,.62); box-shadow:0 12px 30px rgba(78,31,14,.08);
}
.header-list ul,.footer-list ul { display:flex; flex-wrap:wrap; gap:10px 18px; margin:0; padding:0; }
.header-list ul { justify-content:flex-end; }
.header-list li,.footer-list li { padding:0; }
.header-list li a {
  display:inline-flex; align-items:center; min-height:44px; padding:0 16px;
  border-radius:999px; background:rgba(255,255,255,.56); color:#6f5951; font-size:14px; font-weight:700;
}
.footer-2 { display:flex; justify-content:center; padding-top:12px; padding-bottom:36px; }
.footer-list {
  width:100%; padding:22px 24px; border-radius:28px; background:rgba(32,19,16,.92); color:#fffaf6;
}
.footer-list ul { justify-content:center; }

.news-page {
  padding-top: 22px;
  padding-bottom: 48px;
}

.hero-card,
.card {
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 28px;
  background: rgba(255,251,247,.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(78,31,14,.12);
}

.hero-card {
  padding: 38px 32px;
}

.section-label {
  margin: 0;
  color: #8c3117;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-card h1,
.section-head h2,
.news-item h3,
.news-detail-card h3 {
  margin: 0;
}

.hero-card h1 {
  margin-top: 12px;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
}

.hero-copy {
  max-width: 760px;
  margin: 18px 0 0;
  color: #6f5951;
  line-height: 1.9;
}

.news-section {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.card {
  padding: 28px;
}

.section-head {
  margin-bottom: 16px;
}

.section-head h2 {
  margin-top: 8px;
  font-size: clamp(1.6rem, 4vw, 2.3rem);
}

.section-note {
  margin: -2px 0 18px;
  color: #6f5951;
  line-height: 1.8;
}

.latest-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.latest-news-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(215,97,55,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(251,242,232,.92) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.latest-news-card:hover {
  transform: translateY(-2px);
  border-color: rgba(215,97,55,.3);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.75),
    0 18px 28px rgba(78,31,14,.08);
}

.latest-news-card h3 {
  margin-top: 12px;
  font-size: clamp(1.28rem, 3vw, 1.8rem);
  line-height: 1.45;
}

.latest-news-summary {
  margin: 14px 0 0;
  color: #201310;
  font-weight: 700;
  line-height: 1.8;
  flex: 1 1 auto;
}

.latest-news-link-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 16px;
  border-radius: 999px;
  background: #201310;
  color: #fffaf6 !important;
  font-weight: 700;
}

.news-feed {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(32,19,16,.08);
}

.news-item {
  padding: 20px 0;
  border-top: 1px solid rgba(32,19,16,.08);
}

.news-item:first-child {
  border-top: 0;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #6f5951;
  font-size: .85rem;
  font-weight: 700;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(215,97,55,.12);
  color: #8c3117;
}

.news-item h3 {
  margin-top: 10px;
  font-size: 1.08rem;
  line-height: 1.5;
}

.news-link-button,
.news-link-anchor {
  padding: 0;
  border: 0;
  background: transparent;
  color: #201310;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.news-link-button {
  cursor: pointer;
}

.news-link-button:hover,
.news-link-anchor:hover {
  color: #8c3117;
}

.news-readmore {
  margin-top: 12px !important;
}

.news-readmore-link {
  color: #8c3117 !important;
  font-weight: 700;
}

.news-pagination {
  margin-top: 22px;
}

.news-pagination-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.news-page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-page-link,
.news-page-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(32,19,16,.08);
  font-weight: 700;
}

.news-page-link.is-active {
  background: #201310;
  color: #fffaf6 !important;
  border-color: #201310;
}

.news-page-nav.is-disabled {
  opacity: .45;
  pointer-events: none;
}

.news-empty {
  margin: 0;
  padding: 18px 0 2px;
  color: #6f5951;
  line-height: 1.8;
}

.news-item p:last-child,
.news-detail-card p:last-child {
  margin: 8px 0 0;
  color: #6f5951;
  line-height: 1.8;
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(32,19,16,.08);
  font-weight: 700;
}

.detail-article {
  margin-top: 18px;
}

.detail-article h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.4;
}

.detail-article-body {
  margin-top: 16px;
}

.detail-article-body p {
  margin: 0 0 14px;
  color: #6f5951;
  line-height: 1.9;
}

.detail-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.detail-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #201310;
  color: #fffaf6 !important;
  font-weight: 700;
}

.related-card .news-feed {
  border-top: 0;
}

@media (max-width: 860px) {
  .header-1 { flex-direction:column; align-items:flex-start; }
  .header-list ul { justify-content:flex-start; }
  .latest-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .header-1,.wrap,.footer-2 { padding-left: 16px; padding-right: 16px; }
  .hero-card,
  .card,
  .footer-list { border-radius:22px; }
  .hero-card,
  .card { padding: 22px; }
  .latest-news-grid {
    grid-template-columns: 1fr;
  }
  .news-pagination-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .news-page-numbers {
    justify-content: center;
  }
}
