:root {
  --sumi: #141821;
  --ai: #1b2744;
  --shu: #c4452b;
  --aka: #e25a38;
  --washi: #f4ead6;
  --kami: #fffaf1;
  --kintsugi: #b8893a;
  --sora: #d7e0ea;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "Iowan Old Style", serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(196,69,43,.08), transparent 28%),
    repeating-linear-gradient(0deg, rgba(20,24,33,.03) 0 1px, transparent 1px 28px),
    var(--washi);
  color: var(--sumi);
  line-height: 1.65;
}
a { color: var(--shu); }
.obi {
  background: var(--ai);
  color: #f4ead6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 7vw;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.obi a { color: #f4ead6; text-decoration: none; }
.hashira {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 92px;
  border-bottom: 8px solid var(--shu);
  background: var(--kami);
}
.hashira .tate {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: var(--shu);
  color: #fffaf1;
  letter-spacing: .35em;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Trebuchet MS", sans-serif;
}
.hashira .monrow {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 6vw 14px 22px;
}
.hashira .monrow img { width: 64px; height: 64px; }
.hashira h1 { margin: 0; font-size: 28px; font-weight: normal; color: var(--ai); }
.hashira h1 a { color: inherit; text-decoration: none; }
.hashira small { display: block; color: var(--shu); letter-spacing: .12em; font-family: "Trebuchet MS", sans-serif; font-size: 12px; }
.noren {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: #0f1628;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
}
.noren a {
  color: #f4ead6;
  text-decoration: none;
  padding: 12px 18px;
  font-size: 13px;
  letter-spacing: .08em;
}
.noren a:hover, .noren a.on { background: var(--shu); color: #fff; }
.ma {
  width: min(1080px, 92vw);
  margin: 28px auto 64px;
}
.noren-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 0;
  background: var(--kami);
  border: 1px solid #e3d4b6;
  box-shadow: 10px 14px 0 #1b2744;
}
.noren-hero .koto { padding: 36px 34px; }
.noren-hero h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--ai);
}
.noren-hero .koto p { margin: 0 0 18px; max-width: 36em; }
.noren-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tana {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.tana a.fuda {
  background: var(--kami);
  border: 1px solid #e3d4b6;
  padding: 22px 20px 26px;
  text-decoration: none;
  color: inherit;
  display: block;
  border-top: 6px solid var(--ai);
}
.tana a.fuda:hover { border-top-color: var(--shu); }
.tana h3 { margin: 0 0 8px; color: var(--ai); font-size: 20px; }
.ishi {
  background: var(--kami);
  border-left: 14px solid var(--ai);
  padding: 28px 32px;
  margin: 28px 0 0;
}
.ishi h2 { margin-top: 0; color: var(--ai); }
.tombo {
  font-family: "Trebuchet MS", sans-serif;
  display: inline-block;
  background: var(--shu);
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  letter-spacing: .08em;
}
.tombo:hover { background: var(--ai); }
.ashi {
  background: var(--ai);
  color: #d7e0ea;
  padding: 28px 7vw 36px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
}
.ashi a { color: #f4ead6; }
.ashi .bar { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 10px; }
@media (max-width: 800px) {
  .hashira { grid-template-columns: 1fr; }
  .hashira .tate { writing-mode: horizontal-tb; letter-spacing: .2em; padding: 6px 0; }
  .noren-hero, .tana { grid-template-columns: 1fr; }
}
