:root { color-scheme: light; color: #303033; background: #fff; font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
a:focus-visible { outline: 2px solid #9b6678; outline-offset: 7px; }
header, footer { width: calc(100% - 112px); max-width: 1488px; margin: auto; }
header { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { text-decoration: none; font-family: Arial, sans-serif; font-size: 22px; font-weight: 600; letter-spacing: -.8px; }
.dot { color: #bb8291; }
.unofficial { font-size: 11px; letter-spacing: .07em; color: #747075; }
main { position: relative; width: 100%; max-width: 1600px; margin: auto; min-height: 650px; height: min(740px, 72vw); display: flex; align-items: center; overflow: hidden; }
.copy { position: relative; z-index: 1; margin-left: 8%; padding: 48px 0 70px; }
.eyebrow { font: 10px/1.6 Arial, sans-serif; letter-spacing: .22em; margin: 0 0 30px; color: #77656b; }
h1 { font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif CJK JP", serif; font-weight: 400; font-size: clamp(46px, 5.1vw, 76px); letter-spacing: .09em; line-height: 1.65; margin: 0 0 26px; }
.message { font-size: 14px; line-height: 2.2; letter-spacing: .08em; margin: 0 0 32px; }
.official-link { font-size: 11px; letter-spacing: .06em; text-decoration: none; padding-bottom: 8px; border-bottom: 1px solid #cbc3c5; }
.official-link span { margin-left: 24px; }
.official-link:hover { color: #9b6678; }
figure { position: absolute; margin: 0; width: 76%; right: -2%; top: 50%; transform: translateY(-50%); }
figure img { display: block; width: 100%; height: auto; }
figcaption { position: absolute; bottom: 14px; right: 9%; color: #6e6367; font: 9px/1.5 Arial, sans-serif; letter-spacing: .04em; }
footer { padding: 24px 0 25px; border-top: 1px solid #eee; }
.disclaimer { color: #737074; font-size: 10px; line-height: 1.9; margin: 0 0 18px; }
.footer-line { display: flex; justify-content: space-between; gap: 15px; color: #757075; font: 9px/1.6 Arial, sans-serif; letter-spacing: .09em; }
@media (max-width: 700px) {
  header, footer { width: calc(100% - 40px); }
  header { min-height: 88px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .wordmark { font-size: 20px; }
  .unofficial { font-size: 10px; }
  main { height: auto; min-height: 0; display: flex; flex-direction: column; align-items: stretch; }
  .copy { margin: 0; padding: 45px 30px 0; }
  .eyebrow { font-size: 9px; margin-bottom: 22px; }
  h1 { font-size: clamp(38px, 10.5vw, 64px); line-height: 1.65; margin-bottom: 22px; }
  .message { font-size: 12px; margin-bottom: 24px; }
  figure { position: relative; width: 100%; right: auto; top: auto; transform: none; margin-top: 5px; }
  figcaption { right: 20px; bottom: 10px; }
  footer { padding-top: 20px; }
  .footer-line { font-size: 8px; }
}
