*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.7;
  color: #222;
  background: #faf8f5;
}

.site-header,
main,
.site-footer {
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.25rem 1rem;
}

.brand {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.lead {
  margin: 0;
}

.template-note {
  margin: 0 0 1.25rem;
  padding: 0.6rem 0.75rem;
  background: #eeeae3;
  font-size: 0.9rem;
}

.eyebrow,
.ad-note {
  font-size: 0.85rem;
}

.cta-wrap {
  margin: 0;
}

.cta {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 0.6rem 1.1rem;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.site-footer {
  color: #666;
  font-size: 0.85rem;
}
