@charset "UTF-8";
:root {
  color-scheme: light;
  --navy: #0d1f3c;
  --gold: #d4af72;
  --teal: #07879a;
  --cream: #faf8f4;
  --ink: #1c2027;
  --ink-soft: #4a4f59;
  --muted: #656a73;
  --rule: #e4ded0;
  --link: #076a7a;
  --serif: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 1rem/1.9 var(--sans); -webkit-text-size-adjust: 100%; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--link); text-underline-offset: .25em; }
a:hover { text-decoration-thickness: 2px; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--navy); text-wrap: pretty; overflow-wrap: anywhere; }
h1, h2 { font-family: var(--serif); }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 9; top: -100px; left: 20px; padding: 12px 20px; background: white; color: var(--navy); }
.skip-link:focus { top: 12px; }
.site-header { background: var(--navy); color: var(--cream); position: relative; z-index: 2; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font: 700 1.18rem/1.6 var(--serif); letter-spacing: .075em; text-decoration: none; color: inherit; flex-shrink: 0; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: var(--cream); font-size: .875rem; text-decoration: none; padding-block: 10px; }
.site-nav a:hover { color: var(--gold); }
.site-nav a[aria-current] { text-decoration: underline; text-decoration-color: var(--gold); }
.site-nav .nav-instagram { border: 1px solid #d4af7280; border-radius: 30px; padding: 9px 18px; }
.menu-toggle { display: none; background: transparent; border: 1px solid #d4af7280; color: var(--cream); border-radius: 5px; min-height: 44px; padding: 7px 11px; font-size: .875rem; align-items: center; gap: 9px; }
.menu-bars { display: grid; gap: 5px; width: 18px; }
.menu-bars::before, .menu-bars::after { content: ""; height: 1px; background: currentColor; }
.hero { position: relative; isolation: isolate; background: var(--navy); color: var(--cream); }
.hero-photo { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(13 31 60 / .96), rgb(13 31 60 / .83) 36%, rgb(13 31 60 / .25) 82%); }
.hero-content { min-height: 580px; padding-block: 92px 76px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { font: 400 1.125rem/1.5 "Cormorant Garamond", Georgia, serif; letter-spacing: .14em; text-transform: uppercase; color: var(--link); }
.hero .eyebrow, .instagram-block .eyebrow { color: var(--gold); }
.hero h1 { font-weight: 500; font-size: clamp(2.15rem, 4.3vw, 3.9rem); line-height: 1.5; letter-spacing: .025em; margin-block: 20px 24px; color: var(--cream); }
.hero-subtitle { max-width: 37rem; line-height: 1.95; font-size: 1.06rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 13px 23px; border-radius: 30px; background: var(--gold); color: var(--navy); text-decoration: none; font-size: .9375rem; font-weight: 500; border: 1px solid transparent; }
.button:hover { background: #e5c594; text-decoration: none; }
.hero .button { margin-top: 32px; }
.arrow { font-family: sans-serif; font-weight: 400; }
.intro { padding-block: 70px 58px; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: .62fr 1.38fr; gap: 54px; align-items: start; }
.intro-label .eyebrow { margin-bottom: 12px; }
.intro h2 { font-size: 1.5rem; font-weight: 500; line-height: 1.8; }
.intro p:last-child { color: var(--ink-soft); line-height: 2.1; }
.questions { padding-block: 68px 84px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-heading h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 500; margin-top: 10px; }
.question-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.question { display: flex; flex-direction: column; padding: 28px 28px 26px; background: #fff; border-top: 3px solid var(--teal); border-radius: 3px 3px 14px 14px; box-shadow: 0 8px 24px rgb(13 31 60 / .04); }
.question-number { color: var(--link); font: 400 2.1rem/1.2 "Cormorant Garamond", Georgia, serif; margin-bottom: 22px; }
.question h3 { font-family: var(--serif); font-weight: 500; font-size: 1.15rem; line-height: 1.7; margin-bottom: 12px; }
.question p { color: var(--ink-soft); font-size: .9375rem; line-height: 1.9; margin-bottom: 24px; }
.question a { margin-top: auto; align-self: flex-start; min-height: 44px; display: inline-flex; align-items: center; gap: 20px; font-size: .9375rem; font-weight: 500; text-decoration: none; }
.question a:hover { text-decoration: underline; }
.home-bottom { display: grid; grid-template-columns: 1.45fr 1fr; gap: 32px; align-items: stretch; padding-bottom: 90px; }
.article-list h2 { font: 500 1.45rem/1.5 var(--serif); margin-block: 8px 24px; }
.article-grid { display: grid; gap: 24px; }
.article-card { color: inherit; text-decoration: none; display: grid; grid-template-columns: .72fr 1.28fr; background: white; border-radius: 14px; overflow: hidden; height: 100%; }
.article-card:hover h3 { text-decoration: underline; text-underline-offset: .25em; }
.article-card-image { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; min-height: 260px; }
.article-card-copy { padding: 28px; }
.category { font-size: .8125rem; color: var(--link); letter-spacing: .06em; }
.article-card h3 { font-family: var(--serif); font-weight: 500; font-size: 1.17rem; line-height: 1.8; margin-block: 12px; }
.article-card p:not(.category) { color: var(--ink-soft); font-size: .875rem; margin-bottom: 20px; }
.read-link { color: var(--link); font-size: .875rem; }
.instagram-block { background: var(--navy); color: var(--cream); border-radius: 14px; padding: 36px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.instagram-block h2 { color: var(--cream); font: 500 1.55rem/1.7 var(--serif); margin-block: 16px; }
.instagram-block p:not(.eyebrow) { font-size: .9375rem; line-height: 1.9; }
.instagram-link { color: var(--gold); margin-top: 26px; padding-block: 8px; text-decoration: none; border-bottom: 1px solid var(--gold); overflow-wrap: anywhere; font-size: .9375rem; }
.instagram-link:hover { color: var(--cream); border-color: var(--cream); }
.site-footer { background: var(--navy); color: #e0e4eb; padding-block: 42px 24px; }
.footer-main { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; padding-bottom: 28px; }
.operator { display: flex; gap: 16px; align-items: flex-start; }
.operator img { width: 78px; height: auto; flex: 0 0 78px; }
.operator p { font-size: .8125rem; line-height: 1.9; }
.operator a { color: var(--gold); font-size: .8125rem; display: inline-block; padding-top: 8px; }
.footer-disclaimer { font-size: .8125rem; line-height: 1.9; }
.footer-bottom { border-top: 1px solid #ffffff25; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: .75rem; }
.footer-bottom a { color: #e0e4eb; font-size: .8125rem; }
.footer-bottom small { font-size: inherit; }
.breadcrumbs { padding-block: 25px; }
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px 12px; font-size: .8125rem; line-height: 1.8; color: var(--ink-soft); }
.breadcrumbs li + li::before { content: "/"; color: var(--muted); margin-right: 12px; }
.breadcrumbs a { color: var(--ink-soft); }
.reading { max-width: 760px; margin-inline: auto; padding-bottom: 80px; }
.article-header { padding-block: 28px 32px; }
.article-header h1 { font-size: clamp(1.8rem, 3.5vw, 2.85rem); line-height: 1.65; font-weight: 500; margin-block: 16px 24px; }
.article-note { color: var(--ink-soft); font-size: .875rem; padding-left: 16px; border-left: 2px solid var(--gold); }
.article-banner { border-radius: 12px; width: 100%; height: 300px; object-fit: cover; object-position: center 65%; margin-block: 0 40px; }
.article-body { font-size: 1.0625rem; line-height: 2.2; }
.article-body p { margin-bottom: 24px; overflow-wrap: anywhere; }
.article-body section { padding-top: 28px; }
.article-body h2 { font-size: 1.5rem; font-weight: 500; line-height: 1.8; padding-bottom: 14px; border-bottom: 1px solid var(--rule); margin-bottom: 28px; }
.article-body strong { color: var(--navy); font-weight: 500; background: linear-gradient(transparent 70%, #07879a14 70%); }
.article-body section:last-of-type { padding-bottom: 16px; }
.reading > .instagram-block { margin-top: 26px; }
.back-link { display: inline-block; padding: 14px 0; margin-top: 28px; }
.legal h1 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); line-height: 1.65; margin-block: 32px 44px; font-weight: 500; }
.legal p { margin-bottom: 26px; }
.contact-link { overflow-wrap: anywhere; }
.not-found { text-align: center; padding-block: 96px; }
.not-found .error-number { color: var(--teal); font: 400 5.5rem/1 "Cormorant Garamond", Georgia, serif; }
.not-found h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 500; margin-block: 24px; }
.not-found .button { margin-top: 14px; }
@media (min-width: 1600px) { .hero-content { min-height: 640px; } }
@media (max-width: 960px) {
  .wrap { width: calc(100% - 64px); }
  .header-inner { gap: 18px; }
  .site-nav { gap: 20px; }
  .hero-content { min-height: 520px; }
  .intro { grid-template-columns: .75fr 1.25fr; gap: 32px; }
  .question { padding: 24px 20px; }
  .home-bottom { grid-template-columns: 1.2fr 1fr; gap: 24px; }
  .article-card { grid-template-columns: 1fr; }
  .article-card-image { min-height: 0; height: 170px; }
  .instagram-block { padding: 28px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; flex-wrap: wrap; gap: 0 12px; padding-block: 14px; }
  .wordmark { font-size: 1rem; letter-spacing: .035em; }
  .js .menu-toggle { display: inline-flex; }
  .site-nav { width: 100%; justify-content: space-between; gap: 12px; padding-top: 14px; }
  .js .site-nav { display: none; flex-direction: column; align-items: stretch; padding-block: 20px 8px; }
  .js .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 44px; }
  .js .site-nav a { padding: 10px 14px; }
  .site-nav .nav-instagram { border: 0; padding-inline: 0; }
  .hero-content { min-height: 510px; padding-block: 68px 54px; }
  .hero-photo { object-position: 61% center; }
  .hero::after { background: linear-gradient(90deg, #0d1f3cec, #0d1f3c80), linear-gradient(0deg, #0d1f3c70, transparent); }
  .hero h1 { font-size: clamp(1.9rem, 7.7vw, 2.65rem); line-height: 1.6; }
  .hero-subtitle { max-width: 25rem; font-size: .9375rem; }
  .eyebrow { font-size: 1rem; }
  .intro { padding-block: 42px; grid-template-columns: 1fr; gap: 22px; }
  .intro h2 { font-size: 1.35rem; }
  .questions { padding-block: 44px 52px; }
  .section-heading h2 { font-size: 1.5rem; }
  .question-grid { grid-template-columns: 1fr; gap: 16px; }
  .question { padding: 22px 24px; }
  .question-number { margin-bottom: 12px; }
  .question h3 { font-size: 1.15rem; }
  .question p { margin-bottom: 8px; }
  .home-bottom { grid-template-columns: 1fr; gap: 32px; padding-bottom: 54px; }
  .article-card { grid-template-columns: 1fr; }
  .article-card-image { height: 210px; }
  .instagram-block { padding: 30px 26px; }
  .instagram-block h2 { font-size: 1.4rem; }
  .instagram-link { font-size: .875rem; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { gap: 14px; }
  .operator { gap: 10px; }
  .operator img { width: 62px; flex-basis: 62px; }
  .breadcrumbs { padding-block: 20px; }
  .article-header { padding-block: 10px 24px; }
  .article-header h1 { font-size: 1.8rem; line-height: 1.7; }
  .article-banner { height: 205px; margin-bottom: 30px; }
  .article-body { font-size: 1rem; line-height: 2.1; }
  .article-body h2 { font-size: 1.3rem; }
  .reading { padding-bottom: 48px; }
  .not-found { padding-block: 70px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .site-header, .site-footer, .instagram-block, .skip-link, .back-link { display: none; }
  body { background: white; color: black; }
  .reading, .wrap { width: 100%; max-width: none; }
  .article-body h2 { break-after: avoid; }
}
