
:root {
  --cream: #faf9f7;
  --accent: #b8866b;
  --charcoal: #2d2d2d;
  --text: #2d2d2d;
  --text-secondary: #6b6560;
  --sand: #e8e3db;
}
body { font-family: 'Noto Sans JP', sans-serif; color: var(--text); background: var(--cream); margin: 0; padding: 0; line-height: 1.8; }
.wrap { max-width: 800px; margin: 0 auto; padding: 48px 20px; }
h1 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; text-align: center; margin-bottom: 8px; letter-spacing: 0.1em; }
.subtitle { text-align: center; color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 32px; }
.news-list { list-style: none; padding: 0; }
.news-list li { padding: 16px 0; border-bottom: 1px solid var(--sand); }
.news-list .date { color: var(--text-secondary); font-size: 0.8rem; }
.news-list a { color: var(--text); text-decoration: none; font-size: 1rem; font-weight: 500; }
.news-list a:hover { color: var(--accent); }
.back { text-align: center; margin-bottom: 24px; }
.back a { color: var(--accent); text-decoration: none; font-size: 0.85rem; }
