@charset "UTF-8";
:root { color-scheme: light; --paper: #faf7f0; --ink: #302e29; --muted: #716d64; --line: #e6e0d4; --orange: #b74b2e; --green: #335b49; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
button, input { font: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p { margin: 0; }
p { line-height: 1.9; }
.skip-link { position: absolute; top: -100px; left: 12px; z-index: 20; padding: 12px; background: white; }
.skip-link:focus { top: 12px; }
.portal-header, .portal-main, .portal-footer { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.portal-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.portal-wordmark { display: flex; align-items: center; gap: 8px; font-size: 19px; font-weight: 800; text-decoration: none; letter-spacing: -.5px; }
.portal-wordmark img { border-radius: 50%; width: 48px; height: 48px; }
.portal-header nav { display: flex; gap: 28px; font-size: 13px; font-weight: 700; }
.portal-header nav a { padding-block: 10px; text-decoration: none; }
.portal-header nav a:hover { color: var(--orange); }
.portal-hero { padding: 64px 0 54px; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 54px; }
.kicker { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; line-height: 1.7; }
.hero-copy .kicker { letter-spacing: 1px; display: flex; align-items: center; gap: 8px; }
.hero-copy .kicker > span { height: 7px; width: 7px; border-radius: 50%; background: var(--orange); }
.hero-copy h1 { font-size: clamp(36px, 4.3vw, 58px); letter-spacing: -2px; line-height: 1.45; margin: 16px 0; font-weight: 900; }
.hero-copy h1 > span { color: var(--orange); }
.hero-lead { color: var(--muted); font-size: 15px; line-height: 2; }
.hero-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 25px; font-size: 11px; color: var(--muted); }
.hero-meta span::before { content: '✓'; color: var(--orange); margin-right: 5px; }
.mood-choices { display: grid; gap: 16px; }
.mood-card { position: relative; display: grid; align-content: center; gap: 8px; min-height: 164px; padding: 24px 26px; text-decoration: none; border-radius: 18px; transition: transform .18s; overflow: hidden; }
.mood-card:hover { transform: translateY(-3px); }
.quick-choice { background: #f4d7ad; color: #643b25; transform: rotate(-2deg); }
.deep-choice { background: #dce7d7; color: #335b49; transform: rotate(2deg); margin-inline: 12px -6px; }
.mood-card strong { font-size: 27px; letter-spacing: 1px; }
.mood-card > span:not(.kicker):not(.mood-icon) { font-size: 12px; }
.mood-card b { position: absolute; right: 23px; bottom: 18px; font-size: 22px; }
.mood-icon { position: absolute; right: 27px; top: 5px; font-family: Georgia, serif; font-size: 78px; opacity: .15; transform: rotate(12deg); }
.news-strip { display: flex; align-items: center; gap: 18px; font-size: 12px; padding: 18px 0; border-block: 1px solid var(--line); line-height: 1.8; }
.news-strip > span:first-child { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 1px; flex-shrink: 0; }
.news-strip a { text-decoration: none; flex: 1; }
.news-strip a:hover { text-decoration: underline; }
.portal-section { padding-top: 64px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading .kicker { color: var(--orange); margin-bottom: 9px; }
.section-heading h2 { font-size: 28px; letter-spacing: -.5px; display: flex; align-items: center; gap: 15px; line-height: 1.5; }
.section-heading p:not(.kicker) { font-size: 13px; color: var(--muted); margin-top: 8px; }
.count-badge { font-family: sans-serif; color: var(--muted); font-size: 9px; letter-spacing: 1px; font-weight: 500; border: 1px solid #d6d1c5; border-radius: 30px; padding: 5px 9px; white-space: nowrap; }
.section-note { font-size: 11px; color: var(--muted); }
.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.quick-card { background: #fffdf8; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.game-art { height: 140px; display: flex; justify-content: center; align-items: center; gap: 12px; overflow: hidden; }
.art-wolf { background: #eee0e7; color: #795769; }
.art-wolf span { background: #fffdf8; padding: 13px 25px; font-size: 16px; font-weight: 700; border-radius: 14px 14px 0 14px; transform: rotate(-8deg); }
.art-wolf i { background: #937586; color: white; font: bold 36px Georgia, serif; padding: 5px 18px; border-radius: 50%; transform: rotate(10deg); }
.art-janken { background: #f8e2bd; color: #8f6037; font-size: 43px; }
.art-janken span:nth-child(2) { transform: translateY(-12px) rotate(-12deg); }
.art-sudoku { background: #dfe9ea; color: #496569; }
.art-sudoku div, .art-tictactoe div { display: grid; grid-template-columns: repeat(3, 32px); text-align: center; font-size: 20px; font-family: Georgia, serif; line-height: 32px; transform: rotate(8deg); background: #fffdf8; padding: 5px; border-radius: 5px; box-shadow: 4px 6px 0 #bbcfd0; }
.art-sudoku i, .art-tictactoe i { font-style: normal; background: #edf2f0; }
.art-yacht { background: #e4e3f0; color: #796a97; font-size: 66px; }
.art-yacht span:nth-child(2) { transform: rotate(18deg) translateY(-10px); }
.art-tictactoe { background: #e5ebd8; color: #5d754a; }
.art-tictactoe div { transform: rotate(-9deg); box-shadow: 4px 6px 0 #c5d2b6; font-family: sans-serif; }
.quick-card-content { padding: 20px; display: flex; flex: 1; flex-direction: column; }
.card-meta { display: flex; gap: 10px; align-items: center; font-size: 10px; color: var(--muted); }
.card-meta span:first-child { border-radius: 5px; background: #f0ede5; padding: 4px 6px; color: var(--ink); font-weight: 700; }
.quick-card h3 { font-size: 18px; margin-top: 13px; }
.quick-card h3 a { text-decoration: none; }
.quick-card h3 a:hover { text-decoration: underline; }
.quick-card p { color: var(--muted); font-size: 12px; margin: 10px 0 18px; }
.game-start { margin-top: auto; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; padding-top: 15px; font-size: 12px; font-weight: 700; text-decoration: none; }
.game-start span { color: var(--orange); font-size: 21px; }
.game-start:hover { color: var(--orange); }
.guide-promo { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 30px; border: 1px dashed #cfc5b1; border-radius: 16px; text-decoration: none; background: #f1ebdd; }
.guide-promo h3 { font-size: 25px; line-height: 1.6; margin-top: 22px; }
.guide-promo p { color: var(--muted); font-size: 12px; margin-top: 12px; }
.guide-promo strong { font-size: 12px; color: var(--orange); margin-top: 26px; }
.guide-symbol { position: absolute; right: 30px; top: 40px; font: italic 86px Georgia, serif; color: #d9cbae; transform: rotate(15deg); }
.park-feature { display: grid; grid-template-columns: 1.1fr 1fr; overflow: hidden; border-radius: 20px; border: 1px solid #d8dfd1; background: #edf1e7; }
.park-feature-image { display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; background: #dfe9df; padding: 28px 0; overflow: hidden; }
.park-image-label { text-align: center; margin-bottom: 20px; color: #335b49; }
.park-image-label span { display: block; font-size: 11px; letter-spacing: 1px; margin-bottom: 4px; }
.park-image-label strong { font: 700 48px Georgia, serif; letter-spacing: -2px; }
.park-feature-image img { width: 150%; max-width: none; mix-blend-mode: multiply; }
.image-caption { font-size: 9px; color: #4e6452; margin-top: 15px; }
.park-feature-copy { padding: 34px; }
.new-badge { font-size: 10px; letter-spacing: 1px; color: var(--green); border: 1px solid #9dac98; border-radius: 4px; padding: 5px 8px; }
.park-feature h3 { font-size: 29px; margin: 18px 0 5px; }
.park-english { color: #626f5e; font-size: 10px; letter-spacing: .7px; }
.park-tagline { font-size: 23px; font-weight: 700; line-height: 1.6; margin: 18px 0 12px; }
.park-feature-copy > p:not(.park-tagline):not(.park-english) { font-size: 12px; color: #596652; }
.park-facts { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; list-style: none; margin: 20px 0; }
.park-facts li { font-size: 10px; padding: 5px 8px; background: #fffdf8; border-radius: 4px; color: #53654c; }
.portal-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 14px 20px; border-radius: 9px; font-size: 13px; font-weight: 700; line-height: 1.5; text-decoration: none; }
.forest-button { background: var(--green); color: white; }
.forest-button:hover { background: #234332; }
.outline-button { border: 1px solid #abb6a1; background: transparent; color: var(--green); }
.outline-button:hover { background: #e6ebde; }
.device-note { margin-top: 12px; font-size: 10px !important; }
.play-notes { display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.play-notes h2 { font-size: 25px; line-height: 1.7; margin-top: 15px; }
.play-notes .kicker { font-size: 9px; color: var(--muted); }
.notes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.notes-grid article > span { font: italic 30px Georgia, serif; color: #b99d72; }
.notes-grid h3 { font-size: 14px; margin: 14px 0 10px; }
.notes-grid p { font-size: 12px; color: var(--muted); }
.faq-section { display: grid; grid-template-columns: 280px 1fr; gap: 30px; }
.portal-faq details { border-bottom: 1px solid var(--line); }
.portal-faq summary { position: relative; list-style: none; cursor: pointer; padding: 20px 30px 20px 0; font-size: 13px; font-weight: 700; line-height: 1.7; }
.portal-faq summary::-webkit-details-marker { display: none; }
.portal-faq summary::after { content: '+'; position: absolute; right: 4px; color: var(--orange); }
.portal-faq details[open] summary::after { content: '−'; }
.portal-faq details p { font-size: 13px; color: var(--muted); padding-bottom: 20px; }
.portal-faq a, .article-body p a, .article-body li a { color: var(--green); }
.update-section { display: grid; grid-template-columns: 280px 1fr; gap: 30px; padding: 60px 0; }
.update-section h2 { font-size: 17px; }
.update-section ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.update-section li { display: flex; gap: 20px; font-size: 11px; line-height: 1.8; }
.update-section time { color: var(--muted); white-space: nowrap; font-variant-numeric: tabular-nums; }
.portal-footer { border-top: 1px solid var(--line); padding: 32px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px; }
.portal-footer .portal-wordmark { display: block; font-size: 16px; }
.portal-footer .portal-wordmark span { display: block; font-size: 10px; color: var(--muted); font-weight: 400; margin-top: 8px; }
.portal-footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; font-size: 10px; }
.portal-footer nav a { text-decoration: none; padding-block: 8px; }
.portal-footer nav a:hover { text-decoration: underline; }
.portal-footer small { color: var(--muted); font-size: 9px; }
/* Game introduction and the editorial guide share the portal navigation. */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; font-size: 11px; color: var(--muted); margin: 27px 0; line-height: 1.8; }
.breadcrumbs a { text-decoration: none; }
.detail-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; padding: 25px 0 40px; }
.detail-hero h1 { font-size: clamp(32px, 4vw, 48px); line-height: 1.5; margin-top: 10px; letter-spacing: -1px; }
.detail-subtitle { font-size: 15px; color: var(--green); font-weight: 700; margin: 8px 0 18px; }
.detail-lead { font-size: 14px; color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.detail-hero .park-feature-image { min-height: 340px; border-radius: 18px; }
.detail-hero figure { margin: 0; }
.detail-hero figcaption { font-size: 10px; color: var(--muted); margin-top: 10px; text-align: center; }
.detail-facts { display: grid; grid-template-columns: repeat(4, 1fr); background: #f0eddf; border-radius: 12px; margin: 0 0 40px; padding: 20px; gap: 20px; }
.detail-facts dt { font-size: 10px; color: var(--muted); margin-bottom: 7px; }
.detail-facts dd { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.7; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 55px; margin-bottom: 60px; }
.article-body { min-width: 0; display: grid; gap: 40px; align-content: start; }
.article-body section { scroll-margin-top: 25px; }
.article-body h2 { font-size: 24px; line-height: 1.6; margin-bottom: 16px; }
.article-body h3 { font-size: 16px; line-height: 1.7; margin: 22px 0 8px; }
.article-body p, .article-body li { font-size: 14px; color: var(--muted); line-height: 2; }
.article-body p + p { margin-top: 14px; }
.article-body strong { color: var(--ink); }
.article-body ul, .article-body ol { padding-left: 23px; margin: 14px 0 0; }
.article-body li + li { margin-top: 10px; }
.article-note { background: #efeee4; border-left: 3px solid #839872; border-radius: 0 8px 8px 0; padding: 18px 22px; }
.article-sidebar { align-self: start; background: #f0eddf; border-radius: 12px; padding: 22px; }
.article-sidebar h2 { font-size: 13px; margin-bottom: 14px; }
.article-sidebar a { display: block; font-size: 12px; line-height: 1.8; padding: 8px 0; text-decoration: none; color: #575c4e; }
.article-sidebar a:hover { text-decoration: underline; }
.article-sidebar .portal-button { color: white; padding: 12px; margin-top: 16px; }
.article-action { background: #e5ebde; padding: 26px; border-radius: 12px; }
.article-action h2 { font-size: 21px; }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; margin-top: 16px; }
table { width: 100%; border-collapse: collapse; background: #fffdf8; text-align: left; font-size: 12px; line-height: 1.8; }
caption { text-align: left; font-size: 11px; padding: 12px 14px; color: var(--muted); }
th, td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th { background: #eceee1; color: #42553d; white-space: nowrap; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
.table-scroll:focus-visible { outline: 3px solid var(--orange); }
.guide-heading { width: min(800px, 100%); padding: 20px 0 36px; }
.guide-heading h1 { font-size: clamp(28px, 4vw, 40px); line-height: 1.6; margin: 12px 0 20px; }
.guide-heading > p:not(.kicker) { font-size: 14px; color: var(--muted); }
.byline { font-size: 11px !important; margin-top: 18px; }
.article-image { margin: 0; border: 1px solid #d9e0d2; border-radius: 12px; overflow: hidden; background: #e4ede4; }
.article-image img { width: 100%; }
.article-image figcaption { padding: 14px; font-size: 11px; color: #52634b; line-height: 1.8; }
.article-related { padding-top: 22px; border-top: 1px solid var(--line); }
@media (max-width: 950px) {
  .portal-hero { gap: 35px; }
  .park-feature-copy { padding: 26px; }
  .play-notes { grid-template-columns: 1fr; gap: 25px; }
  .play-notes h2 br { display: none; }
  .faq-section, .update-section { grid-template-columns: 220px 1fr; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 200px; gap: 28px; }
}
@media (max-width: 720px) {
  .portal-header, .portal-main, .portal-footer { width: calc(100% - 36px); }
  .portal-header { flex-wrap: wrap; gap: 6px; padding-block: 12px; }
  .portal-header nav { gap: 22px; font-size: 11px; }
  .portal-wordmark { font-size: 17px; }
  .portal-wordmark img { width: 38px; height: 38px; }
  .portal-hero { grid-template-columns: 1fr; gap: 32px; padding: 32px 0; }
  .hero-copy h1 { font-size: 40px; letter-spacing: -1.5px; }
  .hero-lead { font-size: 13px; }
  .hero-meta { margin-top: 18px; gap: 12px; font-size: 10px; }
  .mood-choices { grid-template-columns: 1fr 1fr; gap: 10px; }
  .mood-card { min-height: 155px; padding: 18px 14px 32px; border-radius: 12px; gap: 6px; }
  .deep-choice { margin: 0; }
  .mood-card strong { font-size: 19px; letter-spacing: 0; }
  .mood-card .kicker { letter-spacing: 0; font-size: 9px; }
  .mood-card > span:not(.kicker):not(.mood-icon) { font-size: 10px; line-height: 1.8; }
  .mood-icon { font-size: 60px; right: 8px; top: 0; }
  .mood-card b { right: 15px; bottom: 9px; font-size: 18px; }
  .news-strip { gap: 10px; font-size: 10px; padding: 15px 0; }
  .news-strip > span:first-child { font-size: 8px; }
  .portal-section { padding-top: 42px; }
  .section-heading { display: block; margin-bottom: 20px; }
  .section-heading h2 { font-size: 24px; gap: 12px; }
  .section-heading p:not(.kicker) { font-size: 12px; }
  .section-note { display: block; margin-top: 10px; font-size: 10px; }
  .quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .game-art { height: 102px; gap: 4px; }
  .art-wolf span { font-size: 12px; padding: 10px 15px; }
  .art-wolf i { font-size: 26px; padding: 4px 12px; }
  .art-janken { font-size: 28px; }
  .art-yacht { font-size: 44px; }
  .art-sudoku div, .art-tictactoe div { grid-template-columns: repeat(3, 23px); font-size: 16px; line-height: 23px; padding: 3px; }
  .quick-card-content { padding: 13px; }
  .card-meta { font-size: 8px; gap: 6px; flex-wrap: wrap; }
  .quick-card h3 { font-size: 15px; line-height: 1.6; margin-top: 10px; }
  .quick-card p { font-size: 10px; margin: 8px 0 14px; }
  .game-start { font-size: 11px; padding-top: 10px; }
  .guide-promo { padding: 18px; }
  .guide-promo h3 { font-size: 20px; margin-top: 24px; }
  .guide-promo p { font-size: 10px; }
  .guide-promo strong { font-size: 10px; line-height: 1.8; margin-top: 20px; }
  .guide-symbol { font-size: 64px; top: 35px; right: 12px; }
  .guide-promo .kicker { font-size: 9px; }
  .park-feature { grid-template-columns: 1fr; }
  .park-feature-image { padding: 22px 0; }
  .park-feature-image img { width: 125%; }
  .park-image-label { margin-bottom: 12px; }
  .park-image-label strong { font-size: 42px; }
  .park-feature-copy { padding: 25px; }
  .park-tagline { font-size: 20px; }
  .park-feature h3 { font-size: 26px; }
  .park-feature-copy .portal-button { width: 100%; }
  .play-notes h2 { font-size: 23px; }
  .notes-grid { grid-template-columns: 1fr; gap: 22px; }
  .notes-grid article { position: relative; padding-left: 48px; }
  .notes-grid article > span { position: absolute; left: 0; top: 8px; }
  .notes-grid h3 { margin-top: 10px; }
  .faq-section, .update-section { grid-template-columns: 1fr; gap: 0; }
  .portal-faq summary { font-size: 12px; }
  .update-section { padding: 38px 0; gap: 22px; }
  .update-section li { font-size: 10px; gap: 13px; }
  .portal-footer { gap: 20px; padding: 25px 0; }
  .portal-footer nav { gap: 4px 16px; font-size: 10px; }
  .detail-hero { grid-template-columns: 1fr; gap: 26px; padding-top: 12px; }
  .detail-hero .park-feature-image { min-height: 230px; }
  .detail-facts { grid-template-columns: repeat(2, 1fr); }
  .detail-facts dd { font-size: 12px; }
  .article-layout { display: flex; flex-direction: column-reverse; gap: 30px; }
  .article-sidebar { width: 100%; }
  .article-sidebar nav { display: flex; flex-wrap: wrap; gap: 0 20px; }
  .article-sidebar .portal-button { width: fit-content; }
  .article-body h2 { font-size: 21px; }
  .article-body p, .article-body li { font-size: 13px; }
  th, td { padding: 10px; }
}
@media (max-width: 360px) { .portal-header nav { gap: 18px; } .hero-copy h1 { font-size: 35px; } .mood-card strong { font-size: 17px; } .quick-grid { gap: 10px; } .quick-card-content { padding: 10px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
