:root {
  color: #262626;
  background: #f8f5f2;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { min-height: 100vh; }
.notice { display: grid; min-height: 100vh; place-items: center; padding: 4rem 1.5rem; text-align: center; }
.notice__content { width: min(100%, 36rem); }
.logo { display: block; width: 208px; height: auto; max-height: 129px; margin: 0 auto 3rem; }
h1 { margin: 0 0 1.5rem; font-size: 1.5rem; line-height: 1.33; font-weight: 700; letter-spacing: 0.05em; }
.message { color: #666; font-size: 1rem; line-height: 1.625; letter-spacing: 0.025em; }
.message p { margin: 0; }
footer { margin-top: 4rem; color: #aaa; font-size: 0.75rem; }
