:root {
  font-family: "Noto Sans JP", sans-serif;
  color: #3f3935;
  background: #fffdfa;
  font-synthesis: none;
  --ink: #3f3935;
  --muted: #6b645f;
  --cream: #fffaf4;
  --blue-wash: #edf7fb;
  --blue: #5599bb;
  --green: #8ab966;
  --green-dark: #628c43;
  --coral: #f48c93;
  --pink-wash: #fdecef;
  --green-wash: #edf5e8;
  --yellow-wash: #fff4cf;
  --line: #e9e3dc;
  --radius: 30px;
  --header-h: 100px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: #fffdfa; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.site-shell { overflow: clip; background: #fffefa; }

.site-header {
  position: relative;
  z-index: 50;
  background: #fff;
  border: 1px solid #eeeae5;
  border-radius: 38px 38px 0 0;
  box-shadow: 0 2px 9px rgba(62, 49, 39, .05);
}
.header-inner { height: 100px; display: flex; align-items: center; gap: 0; padding: 0 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 10px; font: 700 25px/1 "M PLUS Rounded 1c", sans-serif; letter-spacing: .035em; }
.brand img { width: 40px; height: 48px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(25px, 2.1vw, 38px); margin-left: 52px; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 500; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a.active { color: var(--green-dark); }
.desktop-nav a.active::after { right: 0; }
.header-actions { display: flex; gap: 10px; margin-left: auto; }
.header-cta { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 25px; border-radius: 999px; color: white; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform .2s ease, filter .2s ease; white-space: nowrap; }
.header-cta:hover { transform: translateY(-2px); filter: saturate(1.08); }
.header-cta.green { background: var(--green); }
.header-cta.coral { background: var(--coral); }
.franchise-link { margin-left: clamp(28px, 4.5vw, 70px); display: inline-flex; align-items: center; gap: 8px; border: 0; border-bottom: 1px solid #554d47; background: transparent; padding: 3px 0; font-size: 12px; font-weight: 500; cursor: pointer; white-space: nowrap; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; height: 451px; isolation: isolate; background: #fffdfa; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: url('/assets/hero-decor-overlay.png') center top / 100% 100% no-repeat; }
.hero-photo { position: absolute; inset: 0; z-index: 0; background: url('/assets/hero-nursery-v2.png'), url('/assets/hero-nursery.webp'); background-position: center 48%; background-size: cover; background-repeat: no-repeat; }
.hero-copy { position: relative; z-index: 2; width: 32%; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 44px 0 78px 6.3vw; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 45%, rgba(255,255,255,0) 100%); }
.eyebrow { margin: 0 0 14px; color: var(--green-dark); font: 700 11px/1.3 "M PLUS Rounded 1c", sans-serif; letter-spacing: .2em; }
.hero h1 { margin: 0; font: 500 clamp(39px, 3.35vw, 52px)/1.7 "M PLUS Rounded 1c", sans-serif; letter-spacing: .08em; }
.hero h1 span { white-space: nowrap; }
.hero-copy > p:last-of-type { margin: 18px 0 0; color: #3f3935; font: 500 clamp(16px, 1.3vw, 19px)/1.8 "M PLUS Rounded 1c", sans-serif; letter-spacing: .1em; white-space: nowrap; }
.hero-wave { position: absolute; z-index: 1; left: -6%; right: -5%; bottom: -126px; height: 190px; border-radius: 50% 48% 0 0 / 65% 70% 0 0; background: #fffefa; transform: rotate(.2deg); }
.hero-wave::after { content: ""; position: absolute; right: -2%; top: -42px; width: 25%; height: 100px; background: #e8f5fa; border-radius: 70% 0 0 70%; transform: rotate(12deg); z-index: -1; }
.hero-mobile-actions { display: none; }

.section-pad { padding: 104px clamp(24px, 6vw, 96px); }
.section-heading { max-width: 820px; margin: 0 auto 54px; text-align: center; }
.section-heading.compact { margin-bottom: 36px; }
.section-heading h2, .daily-copy h2, .news-section h2, .closing-cta h2, .modal h2 { margin: 0; font: 700 clamp(28px, 3vw, 44px)/1.45 "M PLUS Rounded 1c", sans-serif; letter-spacing: .04em; }
.section-heading > p:last-child { max-width: 720px; margin: 22px auto 0; color: var(--muted); line-height: 2; }
.pillars-section { position: relative; z-index: 4; padding-top: 12px; padding-bottom: 33px; background: transparent; }
.pillars-grid { max-width: 1145px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.pillar { min-width: 0; display: grid; grid-template-columns: 136px 1fr; grid-template-rows: auto 1fr; column-gap: 20px; padding: 0 38px; text-align: left; }
.pillar + .pillar { border-left: 1px dashed #cbd6d9; }
.pillar-icon { width: 136px; height: 136px; grid-row: 1 / 3; display: grid; place-items: center; margin: 0; border-radius: 50%; }
.pillar-icon svg { width: 72px; height: 72px; stroke-width: 1.1; }
.pillar h3 { align-self: end; margin: 0 0 12px; font: 700 30px/1 "M PLUS Rounded 1c", sans-serif; letter-spacing: .08em; }
.pillar p { margin: 0; color: #3f3935; font-size: 13px; line-height: 2; text-align: left; }
.pillar-pink { color: #d66e78; } .pillar-pink .pillar-icon { background: var(--pink-wash); }
.pillar-green { color: #6f9b50; } .pillar-green .pillar-icon { background: var(--green-wash); }
.pillar-blue { color: #4d91b5; } .pillar-blue .pillar-icon { background: #eaf5fa; }

.search-section { position: relative; margin: 0 34px 80px; padding-top: 31px; padding-bottom: 30px; border-radius: 76px 76px 0 0; background: #eef8fc; }
.search-section::before { content: ""; position: absolute; left: -18px; bottom: 5px; width: 120px; height: 120px; background: url('/assets/hero-decor-overlay.png') left bottom / 1536px 640px no-repeat; pointer-events: none; opacity: .9; }
.search-section .section-heading.compact { margin-bottom: 16px; }
.search-section .section-heading h2 { font-size: 25px; letter-spacing: .11em; }
.search-section .section-heading h2::after { content: ""; display: block; width: 218px; height: 4px; margin: 9px auto 0; border-radius: 999px; background: linear-gradient(90deg, #f48c93 0 18%, transparent 18% 22%, #8ab966 22% 69%, transparent 69% 73%, #5599bb 73% 100%); }
.search-section .section-heading > p:last-child { margin-top: 10px; line-height: 1.6; font-size: 14px; }
.nursery-form { max-width: 1174px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1fr 1.05fr 1fr; gap: 28px; background: transparent; border: 0; border-radius: 0; overflow: visible; box-shadow: none; }
.nursery-form label { min-width: 0; min-height: 65px; display: flex; align-items: center; gap: 12px; padding: 0 22px; background: #fff; border: 0; color: #3f3935; }
.nursery-form label:first-child { border-radius: 15px 0 0 15px; }
.nursery-form label:nth-child(3) { border-radius: 0 15px 15px 0; }
.nursery-form label + label { position: relative; }
.nursery-form label + label::before { content: ""; position: absolute; left: -15px; top: 18px; bottom: 18px; width: 1px; background: #e5e0db; }
.nursery-form select { min-width: 0; width: 100%; appearance: none; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 500; cursor: pointer; }
.nursery-form button { min-height: 60px; align-self: center; margin-left: 0; border: 0; background: var(--green); color: white; border-radius: 999px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 14px; transition: background .2s ease; }
.nursery-form button:hover { background: var(--green-dark); }
.search-result { max-width: 840px; margin: 22px auto 0; padding: 14px 20px; border-radius: 14px; background: var(--green-wash); color: var(--green-dark); text-align: center; font-weight: 500; }
.trust-row { max-width: 990px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); color: #3f3935; }
.trust-row span { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 0 20px; font-size: 14px; white-space: nowrap; }
.trust-row span svg { color: var(--green-dark); }
.trust-row span + span { border-left: 1px solid #aebfc5; }

.care-section { position: relative; background: #fffefa; }
.care-section::after { content: ""; position: absolute; right: -2%; top: 180px; width: 340px; height: 240px; background: url('/assets/hero-decor-overlay.png') right center / 820px auto no-repeat; opacity: .55; pointer-events: none; }
.care-heading { margin-bottom: 88px; }
.care-heading h2 { font-size: clamp(34px, 3.1vw, 47px); }
.care-list { max-width: 1260px; margin: 0 auto; display: grid; gap: 100px; }
.care-card { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 7vw, 112px); align-items: center; }
.care-card-reverse .care-photo-wrap { order: 2; }
.care-card-reverse .care-copy { order: 1; padding-left: 5vw; }
.care-photo-wrap { position: relative; min-height: 470px; }
.care-photo-wrap img { width: 100%; height: 100%; min-height: 470px; display: block; object-fit: cover; border-radius: 92px 28px 92px 28px; }
.care-card-reverse .care-photo-wrap img { border-radius: 28px 92px 28px 92px; }
.care-number { position: absolute; right: -24px; bottom: -24px; width: 86px; height: 86px; display: grid; place-items: center; border: 10px solid #fffefa; border-radius: 50%; background: var(--coral); color: white; font: 700 22px/1 "M PLUS Rounded 1c", sans-serif; }
.care-card-reverse .care-number { right: auto; left: -24px; }
.care-yellow .care-number { background: #e7b854; }
.care-mint .care-number { background: var(--green); }
.care-blue .care-number { background: var(--blue); }
.care-copy { max-width: 460px; }
.care-icon { width: 58px; height: 58px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-wash); color: var(--coral); }
.care-yellow .care-icon { background: var(--yellow-wash); color: #b8882f; }
.care-mint .care-icon { background: var(--green-wash); color: var(--green-dark); }
.care-blue .care-icon { background: var(--blue-wash); color: var(--blue); }
.care-copy .eyebrow { margin-bottom: 18px; }
.care-copy h3 { margin: 0; font: 700 clamp(29px, 3vw, 43px)/1.5 "M PLUS Rounded 1c", sans-serif; letter-spacing: .06em; }
.care-copy h3 span { display: block; }
.care-copy > p:last-child { margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 2.15; }

.daily-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 7vw, 110px); align-items: center; background: var(--yellow-wash); }
.daily-visual { position: relative; min-height: 650px; }
.daily-visual img { width: 100%; height: 650px; display: block; object-fit: cover; border-radius: 34px 150px 34px 34px; }
.daily-photo-label { position: absolute; right: -24px; bottom: 34px; padding: 18px 24px; border-radius: 18px; background: white; box-shadow: 0 14px 36px rgba(99,76,38,.12); font-size: 13px; }
.daily-photo-label strong { margin-right: 8px; color: var(--coral); font: 700 22px/1 "M PLUS Rounded 1c", sans-serif; }
.daily-copy h2, .safety-copy h2, .franchise-band h2 { margin: 0; font: 700 clamp(32px, 3.3vw, 49px)/1.5 "M PLUS Rounded 1c", sans-serif; letter-spacing: .04em; }
.daily-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); line-height: 2.05; }
.outline-button { min-height: 56px; margin-top: 28px; padding: 0 26px; display: inline-flex; align-items: center; gap: 28px; background: transparent; border: 1px solid var(--green-dark); border-radius: 999px; color: var(--green-dark); cursor: pointer; font-weight: 700; }
.daily-points { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.daily-points div { min-height: 96px; display: grid; grid-template-columns: 30px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 12px; padding: 15px; border: 1px solid rgba(202,176,103,.24); border-radius: 16px; background: rgba(255,255,255,.62); }
.daily-points svg { grid-row: 1 / 3; align-self: center; color: #b9806c; }
.daily-points span { color: #b9806c; font: 700 13px/1.2 "M PLUS Rounded 1c", sans-serif; }
.daily-points strong { margin-top: 5px; font-size: 12px; font-weight: 500; line-height: 1.5; }

.safety-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(56px, 7vw, 112px); align-items: center; background: #fffefa; }
.safety-copy { max-width: 590px; }
.safety-copy > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); line-height: 2.1; }
.safety-photo img { width: 100%; height: 690px; display: block; object-fit: cover; object-position: center; border-radius: 140px 34px 140px 34px; }
.safety-facts { margin-top: 34px; display: grid; gap: 12px; }
.safety-facts div { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 12px; padding: 16px 18px; border-radius: 16px; background: var(--green-wash); }
.safety-facts svg { grid-row: 1 / 3; align-self: center; color: var(--green-dark); }
.safety-facts strong { font-size: 14px; }
.safety-facts span { margin-top: 4px; color: var(--muted); font-size: 12px; }

.news-section { background: #fff; }
.news-heading-row { max-width: 1260px; margin: 0 auto 44px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.news-heading-row h2 { margin: 0; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 7px; border-bottom: 1px solid var(--green-dark); color: var(--green-dark); font-size: 13px; font-weight: 700; }
.news-grid { max-width: 1260px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { position: relative; min-width: 0; padding: 14px 14px 28px; border: 1px solid #eee9e2; border-radius: 24px; background: #fffefa; transition: transform .22s ease, box-shadow .22s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(69,55,42,.1); }
.news-card > img { width: 100%; aspect-ratio: 1.5; display: block; object-fit: cover; border-radius: 17px; }
.news-card > div { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.news-tag { padding: 5px 10px; border-radius: 999px; background: var(--green-wash); color: var(--green-dark); font-size: 11px; font-weight: 700; }
.news-card time { color: #8d837c; font-size: 11px; }
.news-card h3 { margin: 15px 38px 0 3px; font: 500 15px/1.75 "M PLUS Rounded 1c", sans-serif; }
.news-arrow { position: absolute; right: 20px; bottom: 24px; color: var(--green-dark); }

.faq-section { position: relative; background: var(--blue-wash); }
.faq-heading > p:last-child { margin-top: 12px; }
.faq-list { max-width: 980px; margin: 0 auto; display: grid; gap: 12px; }
.faq-section details, .faq-page details { border: 1px solid #dcecf2; border-radius: 16px; background: rgba(255,255,255,.72); }
.faq-section summary, .faq-page summary { min-height: 78px; display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 14px; padding: 0 24px; cursor: pointer; list-style: none; font: 500 15px/1.6 "M PLUS Rounded 1c", sans-serif; }
.faq-section summary > span, .faq-page summary > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #dff0f6; color: var(--blue); font-weight: 700; }
.faq-section summary::-webkit-details-marker, .faq-page summary::-webkit-details-marker { display: none; }
.faq-section details > p, .faq-page details > p { margin: -4px 60px 24px 80px; color: var(--muted); line-height: 1.9; }
.faq-section details[open] summary svg, .faq-page details[open] summary svg { transform: rotate(180deg); }

.franchise-band { margin: 72px clamp(24px, 5vw, 76px) 0; padding: 68px clamp(34px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; gap: 50px; border-radius: 38px; background: var(--green-wash); }
.franchise-band > div { max-width: 760px; }
.franchise-band p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.franchise-band button, .franchise-band > a { flex: 0 0 auto; min-height: 58px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--green-dark); border-radius: 999px; background: white; color: var(--green-dark); font-weight: 700; cursor: pointer; }

.closing-cta { position: relative; margin: 34px clamp(20px, 5vw, 80px) 70px; padding: 70px clamp(28px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; background: var(--pink-wash); border-radius: 38px; }
.closing-cta::after { content: ""; position: absolute; right: -180px; top: -190px; width: 560px; height: 430px; background: url('/assets/hero-decor-overlay.png') right top / 900px auto no-repeat; opacity: .46; pointer-events: none; }
.closing-cta div { position: relative; z-index: 1; max-width: 800px; }
.closing-cta p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.closing-cta button { position: relative; z-index: 1; flex: 0 0 auto; min-height: 60px; padding: 0 30px; display: inline-flex; align-items: center; gap: 24px; border: 0; border-radius: 999px; background: var(--coral); color: white; font-weight: 700; cursor: pointer; }

.footer { padding: 74px clamp(28px, 5vw, 78px) 24px; background: #f4faef; }
.footer-main { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1fr 1.1fr; gap: 70px; align-items: start; }
.footer-brand p { color: var(--muted); line-height: 1.9; }
.footer nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px 28px; padding-top: 8px; }
.footer nav a { font-size: 13px; }
.footer-actions { display: grid; gap: 10px; }
.footer-actions a, .footer-actions button { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; background: var(--green); color: white; font-size: 13px; font-weight: 700; cursor: pointer; }
.footer-actions button { background: var(--coral); }
.footer-bottom { max-width: 1320px; margin: 62px auto 0; padding-top: 22px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid #dce7d5; color: #8a837e; font-size: 10px; letter-spacing: .06em; }
.footer-bottom small { font-size: 10px; letter-spacing: .12em; }
.footer-bottom a { justify-self: end; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(44, 39, 35, .5); }
.modal { position: relative; width: min(620px, 100%); max-height: calc(100dvh - 40px); overflow: auto; padding: 48px; background: #fffdfa; border-radius: 28px; box-shadow: 0 24px 80px rgba(35, 29, 24, .25); }
.modal h2 { font-size: 31px; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.contact-form { display: grid; gap: 18px; margin-top: 26px; }
.contact-form > p { margin: 0 0 4px; color: var(--muted); line-height: 1.8; }
.contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 0 14px; border: 1px solid #d9d0c8; border-radius: 10px; background: white; outline: 0; font-family: inherit; }
.contact-form input { min-height: 48px; }
.contact-form textarea { min-height: 96px; padding-top: 12px; padding-bottom: 12px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(138, 185, 102, .2); }
.contact-form button, .success-state button { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 16px; border: 0; border-radius: 999px; background: var(--green); color: white; font-weight: 700; cursor: pointer; }
.contact-form button:disabled { opacity: .6; cursor: not-allowed; }
.form-error { margin: 0; padding: 12px 16px; border-radius: 12px; background: var(--pink-wash); color: #b23b46; font-size: 13px; font-weight: 700; line-height: 1.7; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.success-state { padding: 20px 0 0; color: var(--green-dark); text-align: center; }
.success-state h3 { color: var(--ink); font-size: 21px; }
.success-state p { color: var(--muted); }
.success-state button { width: 160px; margin: 24px auto 0; }
.franchise-content { margin-top: 24px; color: var(--muted); line-height: 1.8; }
.franchise-content > svg { color: var(--green-dark); }
.franchise-content li { margin: 8px 0; }
.franchise-content .contact-form { margin-top: 22px; }

/* Shared lower-page system */
.page-hero { height: 470px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; background: var(--blue-wash); }
.page-hero-green { background: var(--green-wash); }
.page-hero-yellow { background: var(--yellow-wash); }
.page-hero-pink { background: var(--pink-wash); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 62px clamp(44px, 7vw, 112px); }
.breadcrumbs { margin-bottom: 54px; display: flex; align-items: center; gap: 10px; color: #867e78; font-size: 11px; }
.breadcrumbs a { border-bottom: 1px solid #aaa19a; }
.page-hero h1 { margin: 0; white-space: nowrap; font: 700 clamp(36px, 3.4vw, 52px)/1.35 "M PLUS Rounded 1c", sans-serif; letter-spacing: .04em; }
.page-hero-copy > p:last-child { max-width: 540px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 2; }
.page-hero-photo { min-width: 0; padding: 26px 28px 26px 0; }
.page-hero-photo img { width: 100%; height: 418px; display: block; object-fit: cover; border-radius: 120px 28px 120px 28px; }

.subpage-intro { background: #fffefa; }
.promise-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.promise-card { min-height: 300px; padding: 38px 34px; border: 1px solid var(--line); border-radius: 28px; background: white; }
.promise-card > span { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; }
.promise-pink > span { background: var(--pink-wash); color: var(--coral); }
.promise-green > span { background: var(--green-wash); color: var(--green-dark); }
.promise-blue > span { background: var(--blue-wash); color: var(--blue); }
.promise-card h3 { margin: 28px 0 12px; font: 700 23px/1.5 "M PLUS Rounded 1c", sans-serif; }
.promise-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.95; }

.subpage-feature-list { background: #fffaf4; }
.subpage-feature { max-width: 1160px; margin: 0 auto 84px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.subpage-feature:last-child { margin-bottom: 0; }
.subpage-feature.reverse img { order: 2; }
.subpage-feature > img { width: 100%; height: 430px; display: block; object-fit: cover; border-radius: 70px 24px 70px 24px; }
.subpage-feature.reverse > img { border-radius: 24px 70px 24px 70px; }
.subpage-feature > div { position: relative; max-width: 470px; }
.feature-index { display: block; margin-bottom: 20px; color: #d6cdc3; font: 700 42px/1 "M PLUS Rounded 1c", sans-serif; }
.subpage-feature h3 { margin: 0; font: 700 clamp(30px, 3vw, 44px)/1.45 "M PLUS Rounded 1c", sans-serif; letter-spacing: .04em; }
.subpage-feature h3 span { display: block; }
.subpage-feature div > p:last-child { margin: 24px 0 0; color: var(--muted); line-height: 2.05; }
.quality-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; background: var(--green-wash); }
.quality-section h2 { margin: 0; font: 700 clamp(30px, 3vw, 44px)/1.45 "M PLUS Rounded 1c", sans-serif; }
.quality-section div > p:last-child { color: var(--muted); line-height: 1.9; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.quality-grid span { min-height: 150px; padding: 24px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; border-radius: 22px; background: rgba(255,255,255,.7); color: var(--green-dark); text-align: center; font-size: 13px; font-weight: 700; }

.subpage-cta { margin: 70px clamp(20px, 5vw, 80px); padding: 62px clamp(28px, 5vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 42px; border-radius: 38px; background: var(--pink-wash); }
.subpage-cta > div { max-width: 780px; }
.subpage-cta h2 { margin: 0; font: 700 clamp(28px, 3vw, 43px)/1.5 "M PLUS Rounded 1c", sans-serif; }
.subpage-cta div > p:last-child { color: var(--muted); }
.subpage-cta button { min-height: 60px; padding: 0 30px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; flex: 0 0 auto; border: 0; border-radius: 999px; background: var(--coral); color: white; font-weight: 700; cursor: pointer; }

.nurseries-page { background: #fffefa; }
.subpage-search-form { max-width: 1180px; margin: 0 auto 70px; padding: 12px; border: 1px solid #dcecf2; border-radius: 20px; background: var(--blue-wash); }
.result-heading { max-width: 1180px; margin: 0 auto 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.result-heading span { color: var(--green-dark); font-size: 12px; font-weight: 700; }
.result-heading h2 { margin: 8px 0 0; font: 700 30px/1.4 "M PLUS Rounded 1c", sans-serif; }
.result-heading > p { color: var(--muted); font-size: 13px; }
.nursery-results { max-width: 1180px; margin: 0 auto; display: grid; gap: 22px; }
.nursery-card { display: grid; grid-template-columns: 360px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: white; }
.nursery-card-photo { position: relative; min-height: 300px; }
.nursery-card-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.nursery-card-photo span { position: absolute; top: 18px; left: 18px; padding: 7px 13px; border-radius: 999px; background: var(--coral); color: white; font-size: 11px; font-weight: 700; }
.nursery-card-body { padding: 36px 42px; }
.nursery-card-body > p { margin: 0 0 8px; color: var(--green-dark); font-size: 12px; }
.nursery-card h3 { margin: 0; font: 700 25px/1.45 "M PLUS Rounded 1c", sans-serif; }
.nursery-card dl { margin: 26px 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.nursery-card dl div { padding-right: 18px; }
.nursery-card dl div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.nursery-card dt { color: #8a817b; font-size: 10px; }
.nursery-card dd { margin: 7px 0 0; font-size: 13px; font-weight: 500; }
.nursery-card button { min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; gap: 20px; border: 1px solid var(--green-dark); border-radius: 999px; background: white; color: var(--green-dark); font-weight: 700; cursor: pointer; }

.day-page { background: #fffefa; }
.day-layout { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: start; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 99px; top: 42px; bottom: 42px; width: 1px; background: #d9e7d2; }
.timeline article { position: relative; display: grid; grid-template-columns: 70px 58px 1fr; gap: 16px; padding: 0 0 42px; }
.timeline article:last-child { padding-bottom: 0; }
.timeline time { padding-top: 12px; color: var(--green-dark); font: 700 17px/1 "M PLUS Rounded 1c", sans-serif; }
.timeline-icon { position: relative; z-index: 1; width: 50px; height: 50px; display: grid; place-items: center; border: 5px solid #fffefa; border-radius: 50%; background: var(--green-wash); color: var(--green-dark); }
.timeline h3 { margin: 5px 0 8px; font: 700 20px/1.45 "M PLUS Rounded 1c", sans-serif; }
.timeline p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.day-aside { position: sticky; top: 24px; overflow: hidden; border-radius: 28px; background: var(--yellow-wash); }
.day-aside img { width: 100%; aspect-ratio: 1.28; display: block; object-fit: cover; }
.day-aside div { padding: 30px; }
.day-aside h3 { margin: 0; font: 700 24px/1.5 "M PLUS Rounded 1c", sans-serif; }
.day-aside div > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.9; }

.news-page { background: #fffefa; }
.filter-tabs { max-width: 1180px; margin: 0 auto 46px; display: flex; flex-wrap: wrap; gap: 10px; }
.filter-tabs button { min-height: 42px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; font-size: 12px; }
.filter-tabs button.active { border-color: var(--green); background: var(--green); color: white; font-weight: 700; }
.news-page-grid { max-width: 1180px; margin: 0 auto; display: grid; gap: 20px; }
.news-list-card { display: grid; grid-template-columns: 320px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; }
.news-list-card > img { width: 100%; height: 100%; min-height: 260px; display: block; object-fit: cover; }
.news-list-card > div { padding: 32px 38px; }
.news-meta { display: flex; align-items: center; gap: 14px; color: #8a817b; font-size: 11px; }
.news-list-card h2 { margin: 18px 0 10px; font: 700 22px/1.55 "M PLUS Rounded 1c", sans-serif; }
.news-list-card p { color: var(--muted); font-size: 13px; line-height: 1.85; }
.news-list-card button { padding: 0 0 5px; display: inline-flex; align-items: center; gap: 12px; border: 0; border-bottom: 1px solid var(--green-dark); background: transparent; color: var(--green-dark); cursor: pointer; font-size: 12px; font-weight: 700; }

.faq-page { background: var(--blue-wash); }
.faq-category-grid { max-width: 980px; margin: 0 auto 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.faq-category-grid a { min-height: 110px; padding: 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; border: 1px solid #d9eaf0; border-radius: 18px; background: white; color: var(--blue); }
.faq-category-grid a > svg:first-child { grid-column: 1 / 3; }
.faq-category-grid span { color: var(--ink); font-size: 13px; font-weight: 700; }
.subpage-faq-list details { scroll-margin-top: 30px; }
.subpage-faq-list summary > div { display: grid; gap: 4px; }
.subpage-faq-list summary small { color: var(--blue); font-size: 10px; }

.franchise-page { background: #fffefa; }
.support-grid { max-width: 1160px; margin: 0 auto 100px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.support-grid article { position: relative; min-height: 320px; padding: 38px 32px; border: 1px solid #dfe9da; border-radius: 28px; background: var(--green-wash); }
.support-grid article > span { position: absolute; top: 22px; right: 24px; color: #b7cbae; font: 700 26px/1 "M PLUS Rounded 1c", sans-serif; }
.support-grid article > svg { color: var(--green-dark); }
.support-grid h3 { margin: 34px 0 12px; font: 700 23px/1.5 "M PLUS Rounded 1c", sans-serif; }
.support-grid p { color: var(--muted); line-height: 1.9; }
.franchise-story { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.franchise-story img { width: 100%; height: 520px; display: block; object-fit: cover; border-radius: 90px 26px 90px 26px; }
.franchise-story h2 { margin: 0; font: 700 clamp(30px, 3vw, 44px)/1.5 "M PLUS Rounded 1c", sans-serif; }
.franchise-story div > p:last-of-type { color: var(--muted); line-height: 2; }
.franchise-story button { min-height: 56px; margin-top: 18px; padding: 0 28px; display: inline-flex; align-items: center; gap: 18px; border: 0; border-radius: 999px; background: var(--green); color: white; cursor: pointer; font-weight: 700; }

/* Editorial lower-page direction */
.page-hero { position: relative; height: 268px; grid-template-columns: .78fr 1.22fr; overflow: hidden; background: #fbf8f2; }
.page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: url("/assets/hero-decor-overlay.png") left center / 46% auto no-repeat; opacity: .34; }
.page-hero-copy { position: relative; z-index: 1; padding: 24px clamp(40px, 6vw, 90px); }
.breadcrumbs { margin-bottom: 12px; }
.page-hero h1 { font-size: clamp(36px, 3.2vw, 48px); }
.page-hero-copy > p:last-child { margin-top: 9px; font-size: 13px; line-height: 1.75; }
.page-hero-photo { position: relative; z-index: 1; padding: 12px 18px 12px 0; }
.page-hero-photo img { height: 244px; border-radius: 70px 22px 70px 22px; }
.page-hero-green, .page-hero-yellow, .page-hero-pink { background: #fbf8f2; }

.page-guide { position: relative; z-index: 3; max-width: 1120px; min-height: 74px; margin: -20px auto 0; padding: 7px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255, 254, 250, .97); box-shadow: 0 15px 35px rgba(74, 61, 49, .07); }
.page-guide a { min-height: 58px; padding: 0 17px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; border-radius: 15px; color: var(--ink); font-size: 12px; font-weight: 700; }
.page-guide a span { font: 700 11px/1 "M PLUS Rounded 1c", sans-serif; opacity: .58; }
.page-guide .guide-pink { background: var(--pink-wash); }
.page-guide .guide-green { background: var(--green-wash); }
.page-guide .guide-blue { background: var(--blue-wash); }
.page-guide .guide-yellow { background: var(--yellow-wash); }

.editorial-lead { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.editorial-lead-copy h2, .flow-copy h2, .partner-promise h2, .support-table-wrap h2 { margin: 0; font: 700 clamp(34px, 3.2vw, 48px)/1.5 "M PLUS Rounded 1c", sans-serif; }
.editorial-lead-copy > p:last-child, .flow-copy > p:last-of-type, .partner-promise p:last-child, .support-table-wrap > div:first-child p:last-child { color: var(--muted); line-height: 2; }
.philosophy-list { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.philosophy-list li { min-height: 116px; padding: 24px 28px; display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: center; border-radius: 24px; background: var(--blue-wash); }
.philosophy-list li:nth-child(2) { margin-left: 36px; background: var(--green-wash); }
.philosophy-list li:nth-child(3) { background: var(--pink-wash); }
.philosophy-list li > span { color: var(--blue); font: 700 20px/1 "M PLUS Rounded 1c", sans-serif; }
.philosophy-list h3 { margin: 0 0 7px; font: 700 18px/1.45 "M PLUS Rounded 1c", sans-serif; }
.philosophy-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.promise-card { position: relative; min-height: 360px; }
.promise-card > small { position: absolute; top: 25px; right: 28px; color: #c4bdb5; font: 700 19px/1 "M PLUS Rounded 1c", sans-serif; }
.promise-card ul { margin: 22px 0 0; padding: 18px 0 0; display: grid; gap: 8px; border-top: 1px dashed var(--line); list-style: none; color: var(--muted); font-size: 12px; }
.promise-card li::before { content: "•"; margin-right: 9px; color: var(--green); }
.practice-section { background: #fffaf4; }
.practice-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.practice-card { min-height: 300px; padding: 30px 25px; grid-column: span 2; border-radius: 27px; background: white; border: 1px solid var(--line); }
.practice-card:nth-child(4) { grid-column: 2 / span 2; }
.practice-card > div { display: flex; align-items: center; justify-content: space-between; color: var(--green-dark); }
.practice-card > div span { color: #cfc6bd; font: 700 26px/1 "M PLUS Rounded 1c", sans-serif; }
.practice-card h3 { margin: 24px 0 10px; font: 700 21px/1.5 "M PLUS Rounded 1c", sans-serif; }
.practice-card > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.practice-card.tone-blush, .practice-card.tone-pink { background: var(--pink-wash); }
.practice-card.tone-yellow { background: var(--yellow-wash); }
.practice-card.tone-mint { background: var(--green-wash); }
.practice-card.tone-blue { background: var(--blue-wash); }

.nurseries-page { padding-bottom: 96px; }
.nursery-results-cards { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nursery-results-cards .nursery-card { grid-template-columns: 1fr; }
.nursery-results-cards .nursery-card-photo { height: 220px; min-height: 220px; }
.nursery-results-cards .nursery-card-body { padding: 28px 26px 30px; }
.nursery-results-cards .nursery-card h3 { font-size: 20px; }
.nursery-results-cards .nursery-card dl { grid-template-columns: 1fr; gap: 0; margin: 22px 0; }
.nursery-results-cards .nursery-card dl div { padding: 10px 0; display: grid; grid-template-columns: 74px 1fr; align-items: center; }
.nursery-results-cards .nursery-card dl div + div { padding: 10px 0; border-left: 0; border-top: 1px dashed var(--line); }
.nursery-results-cards .nursery-card dd { margin: 0; }
.choice-section { background: var(--blue-wash); }
.choice-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.choice-grid article { position: relative; min-height: 230px; padding: 32px; border-radius: 25px; background: white; }
.choice-grid article > span { position: absolute; top: 25px; right: 25px; color: #c5dbe3; font: 700 24px/1 "M PLUS Rounded 1c", sans-serif; }
.choice-grid article > svg { color: var(--blue); }
.choice-grid h3 { margin: 30px 0 10px; font: 700 20px/1.45 "M PLUS Rounded 1c", sans-serif; }
.choice-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.flow-section { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.flow-copy button, .partner-contact button { min-height: 56px; margin-top: 18px; padding: 0 27px; display: inline-flex; align-items: center; gap: 16px; border: 0; border-radius: 999px; background: var(--coral); color: white; font-weight: 700; cursor: pointer; }
.flow-section ol { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; list-style: none; }
.flow-section li { min-height: 150px; padding: 24px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-content: center; border-radius: 22px; background: var(--yellow-wash); }
.flow-section li:nth-child(2), .flow-section li:nth-child(4) { background: var(--green-wash); }
.flow-section li > span { color: var(--green-dark); font: 700 17px/1.4 "M PLUS Rounded 1c", sans-serif; }
.flow-section h3 { margin: 0 0 7px; font: 700 16px/1.4 "M PLUS Rounded 1c", sans-serif; }
.flow-section li p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.day-page { padding-top: 52px; }
.day-page .section-heading { max-width: 1160px; margin-bottom: 28px; text-align: left; }
.day-page .section-heading h2 { font-size: clamp(30px, 2.6vw, 40px); }
.day-overview-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.8fr .9fr; gap: 24px; align-items: start; }
.story-timeline { position: relative; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.story-timeline::before { content: ""; position: absolute; left: 50%; top: 15px; bottom: 15px; border-left: 1px dashed #c9d8c2; }
.story-step { position: relative; min-height: 220px; padding: 14px; display: grid; grid-template-columns: 64px 1fr; grid-template-rows: 104px auto; gap: 12px; align-items: start; border-radius: 24px 58px 24px 24px; background: var(--yellow-wash); }
.story-step:nth-child(even) { margin: 22px 0 -22px; border-radius: 58px 24px 24px 24px; background: var(--blue-wash); }
.story-step.step-2 { background: var(--green-wash); }
.story-step.step-3 { background: var(--pink-wash); }
.story-time { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; }
.story-time time { color: var(--green-dark); font: 700 16px/1 "M PLUS Rounded 1c", sans-serif; }
.story-time span { width: 42px; height: 42px; display: grid; place-items: center; border: 4px solid #fffefa; border-radius: 50%; background: white; color: var(--green-dark); }
.story-copy small { color: var(--green-dark); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.story-copy h3 { margin: 5px 0 6px; font: 700 16px/1.45 "M PLUS Rounded 1c", sans-serif; }
.story-copy p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.story-step > img { width: 100%; height: 104px; grid-column: 1 / 3; display: block; object-fit: cover; border-radius: 14px 44px 14px 14px; }
.story-step:not(:has(> img)) { grid-template-rows: auto; align-content: center; }
.day-overview-aside { position: sticky; top: 22px; padding: 30px 27px; border: 1px solid #dce9d5; border-radius: 27px; background: white; }
.day-overview-aside h3 { margin: 0 0 20px; font: 700 22px/1.45 "M PLUS Rounded 1c", sans-serif; }
.day-overview-aside > div { padding: 17px 0; border-top: 1px solid var(--line); }
.day-overview-aside strong { display: flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: 12px; }
.day-overview-aside > div p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.day-overview-aside a { min-height: 46px; margin-top: 18px; display: flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; background: var(--green-wash); color: var(--green-dark); font-size: 12px; font-weight: 700; }
.day-practical { background: var(--blue-wash); }
.practical-card { max-width: 1060px; margin: 0 auto; padding: 48px 52px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; border-radius: 32px; background: white; }
.practical-card h2, .food-feature h2, .family-strip h2, .admission-flow h2, .partner-contact h2 { margin: 0; font: 700 clamp(30px, 3vw, 43px)/1.5 "M PLUS Rounded 1c", sans-serif; }
.practical-card > div > p:last-child, .food-feature > div > p, .family-strip > div > p, .admission-flow > div > p, .partner-contact > div > p { color: var(--muted); line-height: 1.9; }
.practical-card ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.practical-card li { min-height: 68px; padding: 15px 18px; display: flex; align-items: center; gap: 11px; border-radius: 16px; background: #f7fbfd; font-size: 13px; font-weight: 700; }
.practical-card li svg { color: var(--blue); }
.practical-note { max-width: 1060px; margin: 16px auto 0; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--blue); font-size: 12px; }
.food-feature { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: center; }
.food-feature > img { width: 100%; height: 480px; display: block; object-fit: cover; border-radius: 90px 25px 90px 25px; }
.food-feature dl { margin: 28px 0 0; display: grid; border-top: 1px solid var(--line); }
.food-feature dl div { padding: 16px 0; display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--line); }
.food-feature dt { color: var(--green-dark); font-size: 12px; font-weight: 700; }
.food-feature dd { margin: 0; color: var(--muted); font-size: 13px; }
.family-strip { margin: 0 clamp(20px, 5vw, 80px); padding: 55px clamp(28px, 5vw, 70px); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; border-radius: 38px; background: var(--green-wash); }
.family-strip > div:first-child > svg { color: var(--green-dark); }
.family-points { display: grid; gap: 11px; }
.family-points span { min-width: 250px; min-height: 48px; padding: 0 17px; display: flex; align-items: center; gap: 10px; border-radius: 14px; background: rgba(255, 255, 255, .75); color: var(--green-dark); font-size: 12px; font-weight: 700; }

.featured-news { max-width: 1160px; margin: 0 auto 46px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 35px; background: var(--pink-wash); }
.featured-news > img { width: 100%; height: 480px; display: block; object-fit: cover; }
.featured-news > div { padding: 48px; align-self: center; }
.featured-news h2 { margin: 0; font: 700 clamp(28px, 2.8vw, 40px)/1.55 "M PLUS Rounded 1c", sans-serif; }
.featured-news > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.featured-news button { padding: 0 0 5px; display: inline-flex; align-items: center; gap: 12px; border: 0; border-bottom: 1px solid var(--green-dark); background: transparent; color: var(--green-dark); font-weight: 700; cursor: pointer; }
.news-compact-list { max-width: 1080px; margin: 0 auto; border-top: 1px solid var(--line); }
.news-compact-list article { min-height: 108px; display: grid; grid-template-columns: 62px 190px 1fr 44px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.news-number { color: #cec5bd; font: 700 20px/1 "M PLUS Rounded 1c", sans-serif; }
.news-compact-list h2 { margin: 0; font: 700 16px/1.55 "M PLUS Rounded 1c", sans-serif; }
.news-compact-list button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--green-dark); cursor: pointer; }

.admission-flow { background: #fffefa; }
.admission-flow > div:first-child { max-width: 780px; margin: 0 auto 45px; text-align: center; }
.admission-flow ol { max-width: 1100px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; list-style: none; }
.admission-flow li { min-height: 205px; padding: 29px 23px; border-radius: 25px; background: var(--blue-wash); }
.admission-flow li:nth-child(2) { background: var(--green-wash); }
.admission-flow li:nth-child(3) { background: var(--yellow-wash); }
.admission-flow li:nth-child(4) { background: var(--pink-wash); }
.admission-flow li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green-dark); font-weight: 700; }
.admission-flow h3 { margin: 26px 0 10px; font: 700 17px/1.5 "M PLUS Rounded 1c", sans-serif; }
.admission-flow li p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.admission-flow aside { max-width: 980px; margin: 28px auto 0; padding: 25px 30px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; border: 1px solid #dfead9; border-radius: 22px; color: var(--green-dark); }
.admission-flow aside h3 { margin: 0; }
.admission-flow aside p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.admission-flow aside button { min-height: 43px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--green); color: white; font-weight: 700; cursor: pointer; }

.franchise-page { padding-top: 100px; }
.partner-promise { max-width: 1160px; margin: 0 auto 100px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.partner-promise img { width: 100%; height: 470px; display: block; object-fit: cover; border-radius: 90px 24px 90px 24px; }
.support-flow { max-width: 1160px; margin: 0 auto 100px; padding: 70px 55px; border-radius: 36px; background: var(--green-wash); }
.support-flow ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; list-style: none; }
.support-flow li { position: relative; min-height: 245px; padding: 27px 23px; border-radius: 23px; background: rgba(255, 255, 255, .78); }
.support-flow li > span { position: absolute; top: 23px; right: 23px; color: #b8cbb0; font: 700 19px/1 "M PLUS Rounded 1c", sans-serif; }
.support-flow li > svg { color: var(--green-dark); }
.support-flow h3 { margin: 36px 0 10px; font: 700 17px/1.55 "M PLUS Rounded 1c", sans-serif; }
.support-flow li p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.support-table-wrap { max-width: 1080px; margin: 0 auto 100px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: center; }
.support-table { border-top: 1px solid var(--line); }
.support-table > div { min-height: 82px; padding: 18px 0; display: grid; grid-template-columns: 110px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.support-table strong { color: var(--green-dark); font-size: 13px; }
.support-table span { color: var(--muted); font-size: 13px; line-height: 1.8; }
.partner-contact { padding: 55px 62px; display: flex; align-items: center; justify-content: space-between; gap: 45px; border-radius: 36px; background: var(--pink-wash); }
.partner-contact button { flex: 0 0 auto; }

:focus-visible { outline: 3px solid rgba(69, 139, 178, .55); outline-offset: 3px; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .franchise-link { display: none; }
  .hero { grid-template-columns: minmax(320px, 42%) 1fr; }
  .pillar { padding: 42px 28px; }
}

@media (max-width: 820px) {
  .header-inner { height: 76px; padding: 0 18px; }
  .brand { font-size: 19px; }
  .brand img { width: 39px; height: 39px; }
  .header-actions { display: none; }
  .menu-button { margin-left: auto; display: grid; place-items: center; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
  .mobile-nav { display: grid; position: absolute; left: 0; right: 0; top: 76px; padding: 16px 18px 22px; background: #fffdfa; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(53, 44, 36, .1); }
  .mobile-nav a:not(.mobile-nav-primary) { min-height: 50px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 14px; }
  .mobile-nav-primary, .mobile-nav button { margin-top: 12px; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; background: var(--green); color: white; border: 0; font-weight: 700; }
  .mobile-nav button { background: var(--coral); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero { height: auto; display: flex; flex-direction: column; }
  .hero::before, .hero-wave { display: none; }
  .hero-copy { order: 1; width: 100%; height: auto; padding: 48px 24px 34px; background: #fffdfa; }
  .hero-kicker { margin-bottom: 12px; }
  .hero h1 { font-size: clamp(38px, 10.5vw, 52px); }
  .hero-copy > p:last-of-type { margin-top: 20px; font-size: 16px; }
  .hero-mobile-actions { display: flex; gap: 10px; margin-top: 28px; }
  .hero-mobile-actions a, .hero-mobile-actions button { min-height: 47px; flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 999px; border: 0; background: var(--green); color: white; font-size: 13px; font-weight: 700; }
  .hero-mobile-actions button { background: transparent; color: var(--coral); border: 1px solid var(--coral); }
  .hero-photo { position: relative; inset: auto; order: 2; width: 100%; height: 390px; min-height: 390px; border-radius: 0; background-position: 58% center; }
  .section-pad { padding: 76px 20px; }
  .section-heading { margin-bottom: 38px; text-align: left; }
  .section-heading h2, .daily-copy h2, .news-section h2, .closing-cta h2 { font-size: 29px; }
  .section-heading > p:last-child { margin-top: 16px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillars-section { padding-top: 54px; padding-bottom: 54px; }
  .pillar { display: grid; grid-template-columns: 92px 1fr; grid-template-rows: auto auto; column-gap: 20px; padding: 28px 22px; text-align: left; }
  .pillar + .pillar { border-left: 0; border-top: 1px dashed #cbd6d9; }
  .pillar-icon { width: 82px; height: 82px; grid-row: 1 / 3; margin: 0; }
  .pillar-icon svg { width: 38px; }
  .pillar h3 { align-self: end; margin-bottom: 8px; font-size: 25px; }
  .pillar p { font-size: 13px; }
  .nursery-form { grid-template-columns: 1fr; padding: 8px; border-radius: 18px; }
  .search-section { margin: 0 12px 54px; border-radius: 28px; }
  .nursery-form label { min-height: 58px; border-right: 0; border-bottom: 1px solid var(--line); }
  .nursery-form button { min-height: 58px; margin-top: 8px; border: 0; }
  .trust-row { grid-template-columns: 1fr; gap: 12px; }
  .trust-row span { justify-content: flex-start; padding: 7px 4px; }
  .trust-row span + span { border-left: 0; }
  .care-heading { margin-bottom: 52px; text-align: center; }
  .care-heading h2 { font-size: 30px; }
  .care-heading > p:last-child br { display: none; }
  .care-list { gap: 68px; }
  .care-card, .care-card-reverse { grid-template-columns: 1fr; gap: 42px; }
  .care-card-reverse .care-photo-wrap, .care-card-reverse .care-copy { order: initial; }
  .care-card-reverse .care-copy { padding-left: 0; }
  .care-photo-wrap, .care-photo-wrap img { min-height: 330px; height: 330px; }
  .care-photo-wrap img, .care-card-reverse .care-photo-wrap img { border-radius: 48px 18px 48px 18px; }
  .care-number, .care-card-reverse .care-number { right: 14px; left: auto; bottom: -24px; width: 74px; height: 74px; }
  .care-copy { max-width: none; }
  .care-copy h3 { font-size: 30px; }
  .daily-section { grid-template-columns: 1fr; gap: 44px; }
  .daily-visual, .daily-visual img { min-height: 430px; height: 430px; }
  .daily-visual img { border-radius: 24px 70px 24px 24px; }
  .daily-photo-label { right: 12px; bottom: 16px; }
  .daily-points { padding: 0; border-left: 0; }
  .safety-section { grid-template-columns: 1fr; gap: 46px; }
  .safety-photo img { height: 500px; border-radius: 70px 24px 70px 24px; }
  .news-heading-row { align-items: start; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card > img { aspect-ratio: 1.7; }
  .faq-section summary { grid-template-columns: 38px 1fr 20px; padding: 0 16px; font-size: 14px; }
  .faq-section details p { margin: -4px 38px 22px 67px; }
  .franchise-band { margin: 42px 16px 0; padding: 46px 24px; align-items: stretch; flex-direction: column; }
  .franchise-band button { justify-content: center; }
  .closing-cta { margin: 40px 16px; padding: 42px 24px; align-items: stretch; flex-direction: column; }
  .closing-cta button { justify-content: center; }
  .footer { padding: 54px 24px 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { margin-top: 44px; grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .footer-bottom a { justify-self: center; }

  .page-hero { height: auto; min-height: auto; grid-template-columns: 1fr; }
  .page-hero-copy { padding: 44px 24px 38px; }
  .breadcrumbs { margin-bottom: 34px; }
  .page-hero h1 { white-space: normal; font-size: 37px; }
  .page-hero-photo { padding: 0 18px 22px; }
  .page-hero-photo img { min-height: 320px; height: 320px; border-radius: 54px 18px 54px 18px; }
  .promise-grid, .support-grid { grid-template-columns: 1fr; }
  .promise-card, .support-grid article { min-height: auto; }
  .subpage-feature, .subpage-feature.reverse { grid-template-columns: 1fr; gap: 38px; margin-bottom: 62px; }
  .subpage-feature.reverse img { order: initial; }
  .subpage-feature > img { height: 340px; border-radius: 48px 18px 48px 18px; }
  .quality-section { grid-template-columns: 1fr; gap: 36px; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid span { min-height: 94px; flex-direction: row; }
  .subpage-cta { margin: 42px 16px; padding: 42px 24px; align-items: stretch; flex-direction: column; }
  .subpage-search-form { margin-bottom: 54px; }
  .result-heading { align-items: start; flex-direction: column; }
  .result-heading > p { margin: 0; }
  .nursery-card { grid-template-columns: 1fr; }
  .nursery-card-photo { min-height: 250px; height: 250px; }
  .nursery-card-body { padding: 28px 24px; }
  .nursery-card dl { grid-template-columns: 1fr; gap: 14px; }
  .nursery-card dl div { padding: 0; }
  .nursery-card dl div + div { padding: 14px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .day-layout { grid-template-columns: 1fr; gap: 50px; }
  .day-aside { position: static; }
  .news-list-card { grid-template-columns: 1fr; }
  .news-list-card > img { min-height: 240px; height: 240px; }
  .news-list-card > div { padding: 28px 24px; }
  .faq-category-grid { grid-template-columns: 1fr 1fr; }
  .franchise-story { grid-template-columns: 1fr; gap: 42px; }
  .franchise-story img { height: 400px; }

  .page-hero::after { display: none; }
  .page-guide { width: calc(100% - 32px); margin-top: -10px; grid-template-columns: 1fr 1fr; border-radius: 20px; }
  .page-guide a { min-height: 58px; padding: 0 13px; font-size: 11px; }
  .editorial-lead, .flow-section, .partner-promise, .support-table-wrap { grid-template-columns: 1fr; gap: 42px; }
  .philosophy-list li:nth-child(2) { margin-left: 0; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card, .practice-card:nth-child(4) { grid-column: auto; min-height: auto; }
  .nursery-results-cards, .choice-grid { grid-template-columns: 1fr; }
  .nursery-results-cards .nursery-card-photo { height: 250px; }
  .flow-section ol { grid-template-columns: 1fr; }
  .day-overview-grid { grid-template-columns: 1fr; }
  .story-timeline { grid-template-columns: 1fr; }
  .story-timeline::before { display: none; }
  .story-step, .story-step:nth-child(even) { min-height: auto; margin: 0; padding: 18px; grid-template-columns: 70px 1fr; grid-template-rows: 180px auto; gap: 15px; border-radius: 26px; }
  .story-step > img { width: 100%; height: 180px; grid-column: 1 / 3; border-radius: 18px 45px 18px 18px; }
  .day-overview-aside { position: static; }
  .story-time span { width: 48px; height: 48px; border-width: 4px; }
  .practical-card { padding: 34px 24px; grid-template-columns: 1fr; gap: 30px; }
  .practical-card ul { grid-template-columns: 1fr; }
  .practical-note { align-items: flex-start; padding: 0 12px; line-height: 1.8; }
  .food-feature { grid-template-columns: 1fr; gap: 38px; }
  .food-feature > img { height: 340px; border-radius: 54px 18px 54px 18px; }
  .family-strip { margin: 0 16px; padding: 42px 24px; grid-template-columns: 1fr; gap: 26px; }
  .family-points span { min-width: 0; }
  .featured-news { grid-template-columns: 1fr; }
  .featured-news > img { height: 280px; }
  .featured-news > div { padding: 32px 24px; }
  .news-compact-list article { padding: 19px 0; grid-template-columns: 42px 1fr 40px; gap: 10px; }
  .news-compact-list .news-meta { grid-column: 2; }
  .news-compact-list h2 { grid-column: 2; }
  .news-compact-list button { grid-column: 3; grid-row: 1 / 3; }
  .admission-flow ol, .support-flow ol { grid-template-columns: 1fr; }
  .admission-flow li, .support-flow li { min-height: auto; }
  .admission-flow aside { grid-template-columns: auto 1fr; }
  .admission-flow aside button { grid-column: 1 / 3; }
  .partner-promise img { height: 360px; order: -1; }
  .support-flow { padding: 46px 22px; }
  .support-table > div { grid-template-columns: 80px 1fr; gap: 13px; }
  .partner-contact { padding: 42px 24px; align-items: stretch; flex-direction: column; }
  .partner-contact button { justify-content: center; }
}

@media (max-width: 520px) {
  .hero-copy { padding-top: 42px; }
  .hero-photo { min-height: 315px; }
  .hero h1 { font-size: 35px; letter-spacing: .035em; }
  .hero h1 span { white-space: nowrap; }
  .modal { padding: 44px 22px 26px; border-radius: 22px; }
  .modal h2 { padding-right: 32px; font-size: 26px; }
  .daily-visual, .daily-visual img { min-height: 330px; height: 330px; }
  .daily-points { grid-template-columns: 1fr; }
  .news-heading-row { display: grid; }
  .news-heading-row .text-link { justify-self: start; }
  .page-hero-photo img { min-height: 270px; height: 270px; }
  .subpage-feature > img { height: 290px; }
  .subpage-feature h3 { font-size: 29px; }
  .faq-category-grid { grid-template-columns: 1fr; }
  .faq-category-grid a { min-height: 82px; }
  .timeline::before { left: 78px; }
  .timeline article { grid-template-columns: 54px 48px 1fr; gap: 10px; }
  .timeline-icon { width: 44px; height: 44px; }
  .franchise-story img { height: 320px; }
  .page-guide { width: calc(100% - 20px); gap: 5px; padding: 6px; }
  .page-guide a { min-height: 54px; gap: 6px; padding: 0 9px; font-size: 10px; }
  .page-guide a span { display: none; }
  .story-step, .story-step:nth-child(even) { grid-template-columns: 58px 1fr; }
  .story-step > img { grid-column: 1 / 3; height: 180px; }
  .story-timeline::before { display: none; }
  .news-compact-list article { grid-template-columns: 34px 1fr 38px; }
  .admission-flow aside { grid-template-columns: 1fr; text-align: center; }
  .admission-flow aside > svg { margin: 0 auto; }
  .admission-flow aside button { grid-column: 1; }
}

/* ============================================
   大画面対応(1800px以上のみ。1799px以下は無変更)
   このサイトはpx基準(remを使わない)のため、学習塾HP等で採用しているhtmlルート
   font-size拡大(rem連動で全文字が一括で伸びる方式A)がそのままでは効かない。
   ここでは同じ「1800px起点+100vw連動+min()キャップ」の考え方を、
   ヒーロー・3本柱・見出し・主要画像など視覚的に支配的な要素それぞれのpx値に
   直接適用することで、方式Aと同等の「実際に拡大される」見た目を作る(方式A相当)。
   主要コンテナ幅は方式Bとしてmax-width:90vwへ拡張する。
   2560px到達時点でmin()により頭打ちになり、それ以上は伸びない。
   ============================================ */
@media (min-width: 1800px) {
  /* 方式B: 主要コンテナ幅を固定pxから90vwへ */
  .pillars-grid, .care-list, .news-grid, .footer-main, .footer-bottom,
  .nursery-form, .trust-row, .subpage-search-form, .result-heading,
  .nursery-results, .filter-tabs, .faq-category-grid, .promise-grid,
  .editorial-lead, .practice-grid, .page-guide, .practical-card,
  .practical-note, .food-feature, .news-compact-list, .admission-flow ol,
  .admission-flow aside, .partner-promise, .support-flow,
  .support-table-wrap, .featured-news, .day-overview-grid, .flow-section,
  .faq-list {
    max-width: 90vw;
  }

  /* 方式A相当: ヒーロー */
  .hero { height: min(600px, calc(451px + (100vw - 1800px) * .196)); }
  .hero h1 { font-size: min(64px, calc(52px + (100vw - 1800px) * .0158)); }
  .hero-copy > p:last-of-type { font-size: min(23px, calc(19px + (100vw - 1800px) * .00526)); }

  /* 3本柱 */
  .pillar-icon { width: min(170px, calc(136px + (100vw - 1800px) * .0447)); height: min(170px, calc(136px + (100vw - 1800px) * .0447)); }
  .pillar-icon svg { width: min(90px, calc(72px + (100vw - 1800px) * .0237)); height: min(90px, calc(72px + (100vw - 1800px) * .0237)); }
  .pillar h3 { font-size: min(37px, calc(30px + (100vw - 1800px) * .0092)); }
  .pillar p { font-size: min(16px, calc(13px + (100vw - 1800px) * .00395)); }

  /* 見出し類(既存clampの頭打ちを超えて伸長。.modal h2は除外し固定サイズを維持) */
  .section-heading h2, .daily-copy h2, .news-section h2, .closing-cta h2 { font-size: min(54px, calc(44px + (100vw - 1800px) * .01316)); }
  /* 見出しの伸長分、幅不足で不用意な折り返しが起きないよう共通見出しコンテナも広げる */
  .section-heading { max-width: 1100px; }
  .care-heading h2 { font-size: min(58px, calc(47px + (100vw - 1800px) * .01447)); }
  .care-copy h3 { font-size: min(53px, calc(43px + (100vw - 1800px) * .01316)); }
  .daily-copy h2, .safety-copy h2, .franchise-band h2 { font-size: min(60px, calc(49px + (100vw - 1800px) * .01447)); }
  .safety-copy { max-width: 780px; }
  .page-hero h1 { font-size: min(59px, calc(48px + (100vw - 1800px) * .01447)); }
  .quality-section h2 { font-size: min(54px, calc(44px + (100vw - 1800px) * .01316)); }
  .subpage-cta h2 { font-size: min(53px, calc(43px + (100vw - 1800px) * .01316)); }
  .editorial-lead-copy h2, .flow-copy h2, .partner-promise h2, .support-table-wrap h2 { font-size: min(59px, calc(48px + (100vw - 1800px) * .01447)); }
  .day-page .section-heading h2 { font-size: min(49px, calc(40px + (100vw - 1800px) * .01184)); }
  .practical-card h2, .food-feature h2, .family-strip h2, .admission-flow h2, .partner-contact h2 { font-size: min(53px, calc(43px + (100vw - 1800px) * .01316)); }
  .featured-news h2 { font-size: min(49px, calc(40px + (100vw - 1800px) * .01184)); }

  /* 主要画像(下層ページ共通ヒーロー+ホーム/下層ページの主要ビジュアル) */
  .page-hero { height: min(330px, calc(268px + (100vw - 1800px) * .0816)); }
  .page-hero-photo img { height: min(300px, calc(244px + (100vw - 1800px) * .0737)); }
  .care-photo-wrap, .care-photo-wrap img { min-height: min(560px, calc(470px + (100vw - 1800px) * .1184)); }
  /* care-copyの見出しを伸長した分、幅不足で折り返さないよう確保(reverseカードのpadding-leftも頭打ちに) */
  .care-copy { max-width: 540px; }
  .care-card-reverse .care-copy { padding-left: min(5vw, 90px); }
  .daily-visual, .daily-visual img { min-height: min(760px, calc(650px + (100vw - 1800px) * .1447)); height: min(760px, calc(650px + (100vw - 1800px) * .1447)); }
  .safety-photo img { height: min(810px, calc(690px + (100vw - 1800px) * .1579)); }
  .food-feature > img { height: min(580px, calc(480px + (100vw - 1800px) * .1316)); }
  .partner-promise img { height: min(560px, calc(470px + (100vw - 1800px) * .1184)); }
  .featured-news > img { height: min(580px, calc(480px + (100vw - 1800px) * .1316)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ============================================================
   AI感の除去: 人の手の痕跡 / 枠の語彙 / 角ゴシック主体 / 写真最上部ヒーロー
   ============================================================ */
:root {
  --font-body: "Noto Sans JP", sans-serif;
  --font-heading: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --font-voice: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  --paper-line: #e9ddc7;
  --ochre: #a88343;
  --deep-green: #557154;
  --deep-navy: #344366;
}

body { font-family: var(--font-body); font-size: 15.5px; line-height: 1.82; letter-spacing: .01em; }
.site-shell h1, .site-shell h2, .site-shell h3 { font-family: var(--font-heading); letter-spacing: .065em; }
.site-shell p, .site-shell li, .site-shell dd { line-height: 1.82; }
.site-shell .eyebrow { font-family: var(--font-body); font-size: 10px; letter-spacing: .18em; }
time, .news-number, .care-number, .day-book-time time, .home-event-meta time, .footer-bottom small { font-family: var(--font-body) !important; font-variant-numeric: proportional-nums; }
.brand, .home-mv-heading, .home-mv-subtitle, .home-mv-logotype, .home-intro-copy em,
.home-intro-support-card > strong, .home-concept-ticker > span, .initial-loader-frame span,
.home-contact-btn, .subpage-cta button, .day-book-visit button, .home-event-card button { font-family: var(--font-voice) !important; }
.section-heading h2, .news-section h2, .closing-cta h2, .modal h2 { font-size: clamp(34px, 3.5vw, 54px); line-height: 1.35; }

/* トップ初期表示では通常ヘッダーを退避し、ヒーロー通過後だけ固定表示 */
.home-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-105%);
  transition: transform .38s ease, opacity .28s ease, visibility .38s ease;
}
.home-site-header.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.home-concept-ticker { top: var(--header-h); z-index: 49; }

.home-mv-wrap { background: #fffdf8; }
.home-mv { height: 100svh; min-height: 680px; }
.home-mv-slide { object-position: center 48%; filter: saturate(.87) contrast(.96); }
.home-mv-slide:first-child { object-position: center 58%; }
.home-floating-header { position: absolute; inset: 0 0 auto; z-index: 8; height: 138px; pointer-events: none; }
.home-floating-brand { position: absolute; top: 20px; left: 24px; width: clamp(130px, 12vw, 176px); pointer-events: auto; }
.home-floating-brand .home-mv-badge { position: static; width: 100%; transform: rotate(-3deg); filter: drop-shadow(0 8px 12px rgba(58,49,36,.12)); pointer-events: auto; }
.home-floating-nav {
  position: absolute;
  top: 25px;
  right: clamp(22px, 3.4vw, 58px);
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.8vw, 31px);
  padding: 8px 11px 8px 28px;
  border: 1px solid rgba(233,221,199,.86);
  border-radius: 7px;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(7px);
  pointer-events: auto;
}
.home-floating-nav a, .home-floating-nav button { border: 0; background: transparent; font-size: 12.5px; font-weight: 500; white-space: nowrap; cursor: pointer; }
.home-floating-nav a { padding: 7px 0; border-bottom: 1px solid transparent; }
.home-floating-nav a:hover, .home-floating-nav a:focus-visible { border-bottom-color: var(--deep-green); }
.home-floating-nav button { min-height: 41px; padding: 0 18px; border-radius: 999px; background: var(--coral); color: white; font-weight: 700; }

.hero-scribbles { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; opacity: .18; }
.hero-scribbles path { stroke-width: 3.2; }
.scribble-o, .scribble-wave { stroke: #f2c35b; }
.scribble-loop, .scribble-small { stroke: #f08f98; }
.scribble-x { stroke: #57785c; }
.home-mv-band-vertical { top: 0; bottom: clamp(166px, 18vw, 218px); width: clamp(208px, 23vw, 350px); padding-top: 115px; background: rgba(255,253,249,.975); }
.home-mv-band-horizontal { width: clamp(500px, 48vw, 720px); height: clamp(166px, 18vw, 218px); padding: 24px 40px 28px; align-items: flex-end; gap: clamp(32px, 5vw, 74px); background: rgba(255,253,249,.975); }
.home-mv-heading { font-size: clamp(28px, calc((100vh - 395px) / 9), 49px); line-height: 1.62; }
.home-mv-heading { transform: translateY(46px); }
.home-mv-logotype { display: grid; gap: 5px; color: #293859; white-space: nowrap; }
.home-mv-logotype strong { font-size: clamp(20px, 2vw, 29px); letter-spacing: .08em; }
.home-mv-logotype small { font: 500 8px/1 var(--font-body); letter-spacing: .24em; }
.home-mv-subtitle { padding-bottom: 2px; font-size: 11px; line-height: 1.8; }
.home-mv-dots { top: auto; bottom: 34px; right: 34px; }
.home-mv-wave { bottom: -88px; height: 145px; }

.home-info-strip {
  position: relative;
  z-index: 4;
  max-width: 1260px;
  min-height: 92px;
  margin: 28px auto 0;
  padding: 18px 26px;
  display: grid;
  grid-template-columns: 115px 1fr auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--paper-line);
  border-bottom: 1px solid var(--paper-line);
}
.home-info-strip .home-mv-info-head { margin: 0; color: #8a7566; font-size: 10px; letter-spacing: .18em; }
.home-info-strip ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); }
.home-info-strip li { min-width: 0; padding: 0 19px; border-left: 1px dashed #dfd3bf; }
.home-info-strip li p { margin: 5px 0 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; }
.home-info-strip .home-mv-info-tag { display: inline-block; margin-right: 8px; padding: 1px 7px; border-radius: 999px; background: #edf5e8; color: #557154; font-size: 9px; }
.home-info-strip time { color: #8d837c; font-size: 10px; }
.home-info-strip > a { padding-bottom: 2px; border-bottom: 1px solid var(--deep-green); color: var(--deep-green); font-size: 11px; font-weight: 700; white-space: nowrap; }

/* MESSAGEは水彩群像と紙写真を組み合わせる */
.home-message { max-width: 1420px; margin: 0 auto; display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(50px, 7vw, 110px); align-items: center; text-align: left; }
.home-message-copy { padding-left: clamp(0px, 3vw, 44px); }
.home-message-body { font-family: var(--font-body) !important; font-size: clamp(15px, 1.3vw, 18px); line-height: 2.05; letter-spacing: .02em; }
.home-message-art { position: relative; min-height: 570px; display: grid; place-items: center; }
.home-message-illustration { width: min(760px, 100%); display: block; }
.message-sticker { position: absolute; width: clamp(145px, 15vw, 220px); margin: 0; padding: 9px 9px 26px; border: 1px solid #e7ded1; background: #fff; box-shadow: 0 13px 28px rgba(74,60,44,.13); }
.message-sticker img { width: 100%; aspect-ratio: 3 / 2; display: block; object-fit: cover; }
.message-sticker-one { left: 0; bottom: 4%; transform: rotate(-2.5deg); }
.message-sticker-two { right: 1%; top: 1%; transform: rotate(2.2deg); }

/* キャプションを置かず、段差と余白で日常の連続を見せる写真コラージュ */
.home-snapshots { position: relative; max-width: 1500px; margin: 0 auto; padding-top: 38px; }
.home-snapshots-copy { width: min(470px, 100%); margin: 0 0 20px auto; padding-right: 4vw; }
.home-snapshots-copy h2 { margin: 0; font: 700 clamp(30px, 3.2vw, 48px)/1.42 var(--font-heading); }
.home-snapshots-grid { position: relative; min-height: 750px; }
.snapshot { position: absolute; margin: 0; background: #fff; }
.snapshot img { width: 100%; height: 100%; display: block; object-fit: cover; }
.snapshot-main { left: 2%; top: 4%; width: 47%; height: 480px; border-radius: 34% 28% 31% 27% / 28% 35% 28% 33%; overflow: hidden; }
.snapshot-small-a { left: 54%; top: 58px; width: 22%; height: 240px; padding: 9px 9px 23px; box-shadow: 0 15px 30px rgba(66,54,39,.13); transform: rotate(2deg); }
.snapshot-small-b { right: 1%; top: 274px; width: 20%; height: 224px; padding: 9px 9px 23px; box-shadow: 0 15px 30px rgba(66,54,39,.12); transform: rotate(-2deg); }
.snapshot-wide { left: 27%; top: 528px; width: 42%; height: 230px; padding: 10px 10px 27px; box-shadow: 0 15px 32px rgba(66,54,39,.12); transform: rotate(-1deg); }
.snapshot-sketch { position: absolute; right: 13%; top: 32px; width: 92px; color: var(--ochre); transform: rotate(7deg); }

.hand-sketch, .playground-sketch { display: block; overflow: visible; }
.section-sketch { position: absolute; z-index: 1; width: 76px; pointer-events: none; }
.section-sketch-features { right: 5%; top: 8%; color: var(--deep-navy); transform: rotate(8deg); }
.section-sketch-search { left: 5%; top: 20%; color: var(--deep-green); transform: rotate(-12deg); }
.section-sketch-intro { right: 5%; top: 12%; color: var(--ochre); transform: rotate(9deg); }
.section-sketch-news { left: 4%; top: 16%; color: var(--deep-green); }
.section-sketch-event { right: 5%; top: 17%; color: var(--ochre); transform: rotate(10deg); }
.section-sketch-contact { right: 3%; bottom: 9%; color: var(--deep-navy); }
.subpage-sketch, .subpage-playground-sketch { position: absolute; z-index: 3; pointer-events: none; }
.subpage-sketch { width: 88px; color: var(--deep-green); }
.subpage-sketch-care { right: 5%; top: calc(var(--header-h) + 340px); transform: rotate(10deg); }
.subpage-sketch-nurseries { left: 4%; top: calc(var(--header-h) + 430px); color: var(--ochre); }
.subpage-sketch-day { right: 5%; top: 12px; color: var(--deep-green); transform: rotate(-7deg); }
.subpage-sketch-news { right: 4%; top: calc(var(--header-h) + 380px); color: var(--ochre); }
.subpage-sketch-faq { left: 4%; top: calc(var(--header-h) + 420px); color: var(--deep-navy); }
.subpage-playground-sketch { right: 3%; top: calc(var(--header-h) + 390px); width: 250px; color: var(--deep-green); opacity: .72; }

/* 情報の枠は小R・罫線・面差しへ。影は紙要素だけに残す */
.home-intro-card, .home-intro-support-card, .home-event-card, .news-card,
.practice-card, .nursery-card, .choice-grid article, .faq-category-grid a,
.subpage-faq-list details, .support-flow ol li, .partner-facts article,
.page-guide a, .featured-news, .news-compact-list, .admission-flow ol li {
  border-radius: 6px !important;
  border-color: var(--paper-line) !important;
  box-shadow: none !important;
}
.page-hero-photo img, .partner-promise img, .quality-scene img { border-radius: 0 !important; }
.page-hero-copy { border-radius: 6px !important; box-shadow: none !important; }
.page-guide { border-top: 1px solid var(--paper-line); border-bottom: 1px solid var(--paper-line); }
.page-guide a { border: 0 !important; border-right: 1px dashed #ddcfb8 !important; background: transparent !important; }
.page-guide a:last-child { border-right: 0 !important; }
.home-intro-card { border: 0 !important; border-bottom: 1px dashed #d9ccb7 !important; background: transparent !important; }
.home-intro-card:nth-child(4) { grid-column: span 2; padding-left: 7%; }
.home-intro-support-card { border: 1px solid var(--paper-line); background: #fffaf0; }
.news-card { border: 0 !important; border-top: 1px solid var(--paper-line) !important; background: transparent !important; }
.news-grid { grid-template-columns: repeat(6, 1fr); }
.news-card { grid-column: span 2; }
.news-card:first-child, .news-card:last-child { grid-column: span 3; }
.home-event-grid { grid-template-columns: 1.2fr .8fr; align-items: stretch; }
.home-event-card:first-child { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; min-height: 380px; }
.home-event-card:nth-child(2), .home-event-card:nth-child(3) { min-height: 190px; }
.home-event-card { margin: 0 !important; border: 1px solid var(--paper-line) !important; background: #fffdf8; }
.practice-grid { align-items: start; }
.practice-card:nth-child(even) { margin-top: 34px; }
.nursery-card { border: 1px solid var(--paper-line) !important; }
.nursery-card:nth-child(2) { margin-top: 36px; }
.quality-section blockquote { margin: 28px 0 0; padding: 18px 0 18px 22px; border-left: 3px solid #d9b66e; color: #554f49; font-size: 14px; line-height: 1.9; }
.quality-section cite { display: block; margin-top: 9px; color: #7a716b; font-size: 11px; font-style: normal; letter-spacing: .06em; }

@media (max-width: 1180px) {
  .home-floating-nav { gap: 14px; padding-left: 18px; }
  .home-floating-nav a, .home-floating-nav button { font-size: 11px; }
  .home-floating-brand { width: 120px; }
  .home-mv-band-vertical { width: 230px; }
  .home-mv-band-horizontal { width: 520px; }
}

@media (max-width: 820px) {
  .home-mv { min-height: 660px; height: 100svh; }
  .home-floating-header { height: 100%; }
  .home-floating-nav { display: none; }
  .home-floating-brand { z-index: 5; top: auto; left: 16px; bottom: 115px; width: 92px; }
  .home-mv-slide { object-position: 57% center; }
  .home-mv-slide:first-child { object-position: 62% center; }
  .home-mv-panel { inset: 0; display: block; background: transparent; }
  .home-mv-band-vertical { position: absolute; top: 0; right: 0; bottom: 140px; left: auto; width: 96px; height: auto; padding: 96px 10px 24px; justify-content: center; background: rgba(255,253,249,.91); }
  .home-mv-heading { writing-mode: vertical-rl; text-orientation: upright; font-size: clamp(24px, 7vw, 31px); line-height: 1.42; letter-spacing: .1em; }
  .home-mv-heading { transform: none; }
  .home-mv-heading span + span { margin-right: .24em; }
  .home-mv-band-horizontal { position: absolute; left: 0; right: auto; bottom: 0; width: min(86vw, 350px); height: 150px; padding: 38px 18px 20px; align-items: flex-end; gap: 20px; background: rgba(255,253,249,.97); }
  .home-mv-logotype strong { font-size: 18px; }
  .home-mv-subtitle { display: none; }
  .home-mv-dots { right: 15px; bottom: 22px; }
  .hero-scribbles { opacity: .13; }
  .home-info-strip { margin: 16px 16px 0; padding: 18px 0; grid-template-columns: 1fr auto; gap: 15px; }
  .home-info-strip .home-mv-info-head { grid-column: 1 / -1; }
  .home-info-strip ul { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 0; }
  .home-info-strip li { padding: 11px 0; border-left: 0; border-top: 1px dashed #dfd3bf; }
  .home-message { grid-template-columns: 1fr; gap: 28px; text-align: left; }
  .home-message-art { min-height: 430px; }
  .message-sticker { width: 130px; }
  .home-snapshots-copy { margin-left: 0; }
  .home-snapshots-grid { min-height: 700px; }
  .snapshot-main { left: 0; width: 75%; height: 340px; }
  .snapshot-small-a { left: auto; right: 0; top: 280px; width: 43%; height: 190px; }
  .snapshot-small-b { left: 3%; right: auto; top: 402px; width: 40%; height: 180px; }
  .snapshot-wide { left: 31%; top: 520px; width: 66%; height: 180px; }
  .snapshot-sketch { right: 2%; top: 38px; width: 70px; }
  .section-sketch { width: 56px; opacity: .72; }
  .subpage-sketch, .subpage-playground-sketch { display: none; }
  .home-intro-card:nth-child(4) { grid-column: auto; padding-left: 18px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card, .news-card:first-child, .news-card:last-child { grid-column: auto; }
  .news-card:first-child { grid-column: 1 / -1; }
  .home-event-grid { grid-template-columns: 1fr; }
  .home-event-card:first-child { grid-row: auto; min-height: auto; }
  .practice-card:nth-child(even), .nursery-card:nth-child(2) { margin-top: 0; }
  .page-hero-photo img { border-radius: 0 !important; }
  .home-site-header { top: 0; }
}

@media (min-width: 821px) {
  .page-franchise .page-hero h1 { max-width: 7.4em; font-size: clamp(34px, 3vw, 46px); letter-spacing: .035em; }
}

/* ============================================================
   Phase 1: 水彩 × フェルト手芸（トップ + 園での一日）
   ============================================================ */
:root {
  --font-heading: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  --font-number: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  --paper: #fffdf9;
  --paper-cream: #fffaf4;
  --watercolor-pink: #f8e5eb;
  --watercolor-mint: #e8f2d5;
  --watercolor-blue: #dff2fb;
  --watercolor-yellow: #fff0bd;
  --watercolor-purple: #ece5f5;
  --ink-navy: #23335d;
  --accent-pink: #ec7f80;
  --accent-green: #68984b;
  --accent-blue: #5599bb;
  --accent-yellow: #d28c42;
  --accent-purple: #8a70ad;
  --day-accent-pink: #ad4653;
  --day-accent-green: #4f7438;
  --day-accent-blue: #36728f;
  --day-accent-yellow: #98601f;
  --day-accent-purple: #765592;
  --cta-green: #8ab966;
  --cta-green-hover: #7da75f;
  --cta-pink: #f48c93;
  --cta-pink-hover: #df7881;
  --stitch-pink: #e99aa3;
  --stitch-green: #9cc592;
  --stitch-blue: #91bed0;
  --stitch-yellow: #ddbf64;
  --paper-texture: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 .035'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)' opacity='.56'/%3E%3C/svg%3E");
}

html, body { max-width: 100%; overflow-x: clip; }
body { background-color: var(--paper); background-image: var(--paper-texture); }
.site-shell.page-home,
.site-shell.page-day { color: var(--ink-navy); background-color: var(--paper); background-image: var(--paper-texture); }
.site-shell h1,
.site-shell h2,
.site-shell h3 { font-family: var(--font-heading) !important; }
.page-day .day-book-time time { font-family: var(--font-number) !important; font-variant-numeric: tabular-nums; }

/* 装飾SVGと紙面レイヤー */
.watercolor-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.watercolor-field-cap {
  flex: none;
  display: block;
  width: 100%;
  height: clamp(70px, 8vw, 120px);
}
.watercolor-field-body {
  flex: 1;
  margin-top: -1px;
  background-color: currentColor;
  opacity: .78;
}
.watercolor-pink { color: var(--watercolor-pink); }
.watercolor-mint { color: var(--watercolor-mint); }
.watercolor-blue { color: var(--watercolor-blue); }
.watercolor-yellow { color: var(--watercolor-yellow); }
.watercolor-purple { color: var(--watercolor-purple); }
.stitch-accent { width: min(230px, 72%); height: 25px; display: block; margin: 10px auto 0; color: var(--stitch-pink); }
.home-features-lead .stitch-accent { margin-left: 0; color: var(--stitch-green); }
.search-section .stitch-accent { color: var(--stitch-blue); }
.home-intro .stitch-accent { color: var(--stitch-yellow); }
.home-event .stitch-accent { color: var(--accent-purple); }
.news-heading-row .stitch-accent { width: 178px; margin: 8px 0 0; }
.stitch-frame {
  position: absolute;
  z-index: 0;
  inset: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  color: rgba(116, 101, 88, .42);
  pointer-events: none;
}
.scallop-divider { position: absolute; z-index: 4; left: 0; width: 100%; height: 28px; display: block; pointer-events: none; }
.scallop-home-snapshots { bottom: -1px; color: var(--watercolor-mint); transform: scaleY(-1); }
.scallop-day-practical { top: -1px; color: var(--watercolor-blue); transform: scaleY(-1); }
.scallop-day-hero {
  z-index: 7;
  top: 0;
  left: 47%;
  width: clamp(300px, 22vw, 350px);
  height: 24px;
  color: #efb2b9;
  transform: rotate(90deg);
  transform-origin: 0 0;
}

.felt-deco {
  --felt-size: 68px;
  --felt-rotate: 0deg;
  --felt-float-delay: 0s;
  position: absolute;
  z-index: 6;
  width: var(--felt-size);
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  transform: rotate(var(--felt-rotate));
  animation: felt-float 6s ease-in-out infinite alternate;
  animation-delay: var(--felt-float-delay);
}
.felt-deco-img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: auto;
  filter: drop-shadow(0 5px 3px rgba(54, 45, 36, .14));
  transform: scale(1) rotate(0deg);
  transition: transform .35s cubic-bezier(.34, 1.56, .64, 1);
}
.felt-deco-img:hover,
.felt-deco-img:active { transform: scale(1.14) rotate(3deg); }
@keyframes felt-float {
  from { transform: rotate(var(--felt-rotate)) translateY(-2px); }
  to { transform: rotate(var(--felt-rotate)) translateY(3px); }
}
.felt-home-message { --felt-size: 68px; top: 8%; right: 2.5%; --felt-rotate: 7deg; --felt-float-delay: 0s; }
.felt-home-features { --felt-size: 74px; top: 9%; left: 3%; --felt-rotate: -8deg; --felt-float-delay: .4s; }
.felt-home-features-bloom { --felt-size: 38px; top: 12px; left: 61%; --felt-rotate: 6deg; --felt-float-delay: 1.6s; }
.felt-home-search { --felt-size: 66px; top: 20px; right: 3%; --felt-rotate: 8deg; --felt-float-delay: .8s; }
.felt-home-event { --felt-size: 54px; right: 4%; bottom: 9%; --felt-rotate: 9deg; --felt-float-delay: 1.2s; }
.felt-home-event .felt-deco-img { pointer-events: none; }
.felt-day-hero-flower { --felt-size: 66px; left: 3.2%; top: 28px; --felt-rotate: -8deg; --felt-float-delay: 0s; }
.felt-day-hero-bird { --felt-size: 60px; left: calc(47% - 18px); top: 40px; --felt-rotate: 5deg; --felt-float-delay: .5s; }
.felt-day-intro-flower { --felt-size: 50px; right: 8%; top: -20px; --felt-rotate: 8deg; --felt-float-delay: 1s; }
.felt-day-story-flag { --felt-size: 82px; left: 20px; top: 90px; --felt-rotate: -7deg; --felt-float-delay: 1.5s; }
.felt-day-parent-heart { --felt-size: 46px; right: -20px; top: -22px; --felt-rotate: 8deg; --felt-float-delay: 2s; }
.growth-motif-layer { position: absolute; inset: 0; z-index: 6; pointer-events: none; }
.growth-motif { position: absolute; display: block; pointer-events: none; }
.growth-motif-bud { width: 24px; height: 24px; top: 58px; left: 37%; }
.growth-motif-twin-leaf { width: 32px; height: 36px; top: 30px; left: 49%; }
@media (max-width: 820px) {
  .growth-motif-bud { top: 40px; left: 35%; }
  .growth-motif-twin-leaf { top: 18px; left: 47%; }
  .felt-home-features-bloom { top: 4px; left: 60%; }
}
@media (max-width: 520px) {
  .growth-motif-bud,
  .growth-motif-twin-leaf { display: none; }
}

/* トップ：広いクリーム余白に水彩面を循環 */
.page-home .home-message,
.page-home .home-snapshots,
.page-home .care-section,
.page-home .search-section,
.page-home .home-intro,
.page-home .news-section,
.page-home .home-event,
.page-home .home-contact {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background-color: transparent;
  background-image: var(--paper-texture);
}
.page-home .home-message > :not(.watercolor-field):not(.felt-deco),
.page-home .home-snapshots > :not(.watercolor-field):not(.scallop-divider),
.page-home .care-section > :not(.watercolor-field):not(.felt-deco):not(.growth-motif-layer),
.page-home .search-section > :not(.watercolor-field):not(.felt-deco),
.page-home .home-intro > :not(.watercolor-field),
.page-home .news-section > :not(.watercolor-field),
.page-home .home-event > :not(.watercolor-field):not(.felt-deco),
.page-home .home-contact > :not(.watercolor-field) { position: relative; z-index: 1; }
.page-home .home-message { margin-top: 44px; border-radius: 43% 20% 38% 16% / 14% 32% 18% 35%; }
.page-home .home-snapshots { border-radius: 18% 7% 16% 5% / 6% 11% 7% 12%; }
.page-home .care-section { padding-top: 126px; }
.page-home .care-section::after,
.page-home .search-section::before { opacity: .08; }
.page-home .search-section { background-color: transparent; border-radius: 84px 30px 84px 30px; }
.page-home .home-intro { border-radius: 8% 4% 12% 3% / 4% 9% 5% 8%; }
.page-home .home-guidebook { background-color: var(--watercolor-mint); background-image: var(--paper-texture); }
.page-home .home-guidebook::after { opacity: .12; }
.page-home .news-section { border-radius: 4% 11% 4% 9% / 7% 4% 10% 5%; }
.page-home .home-event { border-radius: 12% 4% 8% 3% / 5% 12% 4% 9%; }
.page-home .home-contact { background-color: transparent; }

/* こころ・からだ・まなび：独立した円＋単色線画＋おさんぽ道SVG */
.home-feature-diagram { position: relative; max-width: 690px; }
.home-feature-route { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; color: var(--stitch-green); opacity: .6; }
/* .home-feature-diagram svg (legacy circle-diagram rule, still present further down) forces height:auto
   at equal specificity; the extra .home-feature-diagram ancestor class here outranks it so the route
   SVGs keep filling their absolutely-positioned box instead of collapsing to their viewBox aspect ratio. */
.home-feature-diagram .home-feature-route svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.home-feature-route .home-feature-route-desktop { display: block; clip-path: inset(0 100% 0 0); transition: clip-path 1.6s ease; }
.home-feature-route .home-feature-route-mobile { display: none; clip-path: inset(0 0 100% 0); transition: clip-path 1.6s ease; }
.home-feature-diagram.is-visible .home-feature-route-desktop,
.home-feature-diagram.is-visible .home-feature-route-mobile { clip-path: inset(0 0 0 0); }
.home-feature-pillar-row,
.home-feature-discovery-note,
.home-feature-diagram figcaption { position: relative; z-index: 1; }
.home-feature-pillar-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
.home-feature-pillar {
  position: relative;
  min-width: 0;
  padding: 0 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.home-feature-pillar:nth-child(1) { transition-delay: 0ms; }
.home-feature-pillar:nth-child(2) { transition-delay: 150ms; }
.home-feature-pillar:nth-child(3) { transition-delay: 300ms; }
.home-feature-diagram.is-visible .home-feature-pillar { opacity: 1; transform: translateY(0); }
.home-feature-pillar-icon { width: 126px; height: 126px; margin: 0 auto 17px; display: grid; place-items: center; border: 8px solid rgba(255,255,255,.72); border-radius: 50%; }
.home-feature-pillar h3 { margin: 0; font-size: 25px; line-height: 1.25; letter-spacing: .08em; }
.home-feature-pillar p { margin: 12px 0 0; color: #4e5461; font-size: 11px; line-height: 1.8; }
.home-feature-pillar-pink { color: #d66e78; }
.home-feature-pillar-pink .home-feature-pillar-icon { background: var(--watercolor-pink); }
.home-feature-pillar-green { color: var(--accent-green); }
.home-feature-pillar-green .home-feature-pillar-icon { background: var(--watercolor-mint); }
.home-feature-pillar-blue { color: var(--accent-blue); }
.home-feature-pillar-blue .home-feature-pillar-icon { background: var(--watercolor-blue); }
.home-feature-discovery-note { width: fit-content; margin: 24px auto 0; padding: 9px 23px 10px; display: grid; gap: 2px; border: 1px solid rgba(221,191,100,.72); border-radius: 9999px; background: rgba(255,253,249,.9); color: var(--ink-navy); text-align: center; }
.home-feature-discovery-note small { color: #8a7566; font-size: 9px; letter-spacing: .1em; }
.home-feature-discovery-note strong { font-family: var(--font-heading); font-size: 14px; letter-spacing: .05em; }
.home-feature-diagram figcaption { margin-top: 13px; }
@media (max-width: 520px) {
  .home-feature-route .home-feature-route-desktop { display: none; }
  .home-feature-route .home-feature-route-mobile { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  .home-feature-route-desktop,
  .home-feature-route-mobile { clip-path: inset(0 0 0 0) !important; transition: none !important; }
  .home-feature-pillar { opacity: 1 !important; transform: none !important; transition: none !important; }
  .felt-deco { animation: none !important; transform: rotate(var(--felt-rotate)) !important; }
  .felt-deco-img { transition: none !important; }
  .felt-deco-img:hover,
  .felt-deco-img:active { transform: none !important; }
}

/* ステッチカードと紙写真 */
.page-home .home-intro-card,
.page-home .home-event-card {
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 18px !important;
  background: rgba(255,253,249,.82) !important;
  box-shadow: none !important;
}
.page-home .home-intro-card .stitch-frame { color: rgba(105, 152, 75, .54); }
.page-home .home-event-card .stitch-frame { color: rgba(138, 112, 173, .58); }
.page-home .home-intro-card > :not(.stitch-frame),
.page-home .home-event-card > :not(.stitch-frame) { position: relative; z-index: 1; }
.page-home .care-photo-wrap { min-height: 0; padding: 10px 10px 30px; background: #fff; box-shadow: 0 15px 28px rgba(69, 58, 47, .12); transform: rotate(-1deg); }
.page-home .care-card-reverse .care-photo-wrap { transform: rotate(1deg); }
.page-home .care-photo-wrap img,
.page-home .care-card-reverse .care-photo-wrap img { min-height: 420px; border-radius: 4px; }
.page-home .message-sticker,
.page-home .snapshot-small-a,
.page-home .snapshot-small-b,
.page-home .snapshot-wide { border: 8px solid #fff; border-bottom-width: 23px; }

/* CTAは園検索=グリーン、見学相談=ピンクの2系統 */
.page-home .header-cta,
.page-day .header-cta,
.page-home .home-floating-nav button,
.page-home .nursery-form button,
.page-home .outline-button,
.page-home .home-guidebook-copy button,
.page-home .home-event-card button,
.page-home .home-contact-btn,
.page-home .contact-form button,
.page-day .day-book-visit button,
.page-day .contact-form button { border-radius: 9999px; }
.page-home .header-cta.green,
.page-day .header-cta.green,
.page-home .nursery-form button,
.page-home .home-contact-btn-green { background: var(--cta-green); color: var(--ink-navy); }
.page-home .header-cta.coral,
.page-day .header-cta.coral,
.page-home .home-floating-nav button,
.page-home .home-guidebook-copy button,
.page-home .home-contact-btn-coral,
.page-home .contact-form button,
.page-day .day-book-visit button,
.page-day .contact-form button { background: var(--cta-pink); color: var(--ink-navy); }
.page-home .home-event-card button { border-color: var(--cta-pink); color: var(--ink-navy); background: rgba(255,255,255,.58); }
.page-home .home-event-card button:hover { background: var(--cta-pink); color: var(--ink-navy); }
.page-home .outline-button { border-color: var(--cta-green-hover); color: #355d2e; }
.page-home .header-cta:focus-visible,
.page-day .header-cta:focus-visible,
.page-home .home-contact-btn:focus-visible,
.page-day .day-book-visit button:focus-visible { outline: 3px solid var(--ink-navy); outline-offset: 3px; }

/* /day/：絵本のページをつなぐステッチ経路と傾き写真 */
.page-day .day-book-hero { background-color: var(--watercolor-yellow); background-image: var(--paper-texture); }
.page-day .day-book-hero > :not(.scallop-divider):not(.felt-deco) { position: relative; z-index: 1; }
.page-day .day-book-hero-copy { background-color: var(--watercolor-yellow); background-image: var(--paper-texture); box-shadow: inset -12px 0 0 rgba(239,178,185,.68); }
.page-day .day-book-hero-photo img { filter: saturate(.9) contrast(.97) brightness(1.02); }
.page-day .day-book-intro { isolation: isolate; background-color: var(--paper); background-image: var(--paper-texture); }
.page-day .day-book-intro > :not(.felt-deco) { position: relative; z-index: 1; }
.page-day .day-book-story { background-color: var(--paper); background-image: var(--paper-texture); }
.page-day .day-book-story-decor { opacity: .12; }
.day-book-route { position: absolute; z-index: 0; inset: 20px 0 80px; width: 100%; height: calc(100% - 100px); overflow: visible; pointer-events: none; }
.day-book-route path { fill: none; stroke: var(--stitch-green); stroke-width: 3; stroke-dasharray: 4 15; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.day-book-route-mobile { display: none; }
.page-day .day-book-entry,
.page-day .day-book-parent-note,
.page-day .day-book-note { position: relative; z-index: 1; }
.page-day .day-book-entry { background-color: var(--day-surface); background-image: var(--paper-texture); }
.page-day .day-book-tone-green { --day-surface: var(--watercolor-mint); --day-accent: var(--day-accent-green); }
.page-day .day-book-tone-blue { --day-surface: var(--watercolor-blue); --day-accent: var(--day-accent-blue); }
.page-day .day-book-tone-purple { --day-surface: var(--watercolor-purple); --day-accent: var(--day-accent-purple); }
.page-day .day-book-tone-yellow { --day-surface: var(--watercolor-yellow); --day-accent: var(--day-accent-yellow); }
.page-day .day-book-tone-pink { --day-surface: var(--watercolor-pink); --day-accent: var(--day-accent-pink); }
.page-day .day-book-time,
.page-day .day-book-time svg,
.page-day .day-book-time time { color: var(--day-accent); }
.page-day .day-book-time time { font-size: clamp(40px, 3.7vw, 58px); }
.page-day .day-book-entry .stitch-frame { color: color-mix(in srgb, var(--day-accent) 56%, transparent); }
.page-day .day-book-entry figure { padding: 9px 9px 26px; border: 1px solid #eee6dc; border-radius: 4px; box-shadow: 0 10px 20px rgba(69, 62, 57, .14); }
.page-day .day-book-entry:nth-of-type(odd) figure { transform: rotate(1.4deg); }
.page-day .day-book-entry:nth-of-type(even) figure { transform: rotate(-1.4deg); }
.page-day .day-book-entry figure img { border-radius: 2px; }
.page-day .day-book-parent-note { background-color: rgba(255,250,240,.94); background-image: var(--paper-texture); border: 0; }
.page-day .day-book-parent-note .stitch-frame { color: rgba(236,127,128,.52); }
.page-day .day-book-parent-note > :not(.stitch-frame):not(.felt-deco) { position: relative; z-index: 1; }
.page-day .day-book-practical { isolation: isolate; overflow: visible; background-color: transparent; background-image: var(--paper-texture); }
.page-day .day-book-practical::after { opacity: .08; }
.page-day .day-book-practical > :not(.watercolor-field):not(.scallop-divider) { position: relative; z-index: 1; }
.page-day .watercolor-day-practical { border-radius: inherit; overflow: hidden; }
.page-day .day-book-belongings,
.page-day .day-book-food,
.page-day .day-book-sharing,
.page-day .day-book-visit { border-radius: 24px 12px 24px 12px; background-image: var(--paper-texture); }
.page-day .day-book-belongings .stitch-frame { color: rgba(85,153,187,.48); }
.page-day .day-book-food .stitch-frame { color: rgba(210,140,66,.48); }
.page-day .day-book-sharing .stitch-frame { color: rgba(138,112,173,.48); }
.page-day .day-book-visit .stitch-frame { color: rgba(236,127,128,.48); }
.page-day .day-book-belongings > :not(.stitch-frame),
.page-day .day-book-food > :not(.stitch-frame),
.page-day .day-book-sharing > :not(.stitch-frame),
.page-day .day-book-visit > :not(.stitch-frame) { position: relative; z-index: 1; }

@media (max-width: 820px) {
  .felt-deco { --felt-size: 50px; }
  .felt-home-message { top: 5%; right: 14px; }
  .felt-home-features { top: 34px; left: 14px; }
  .felt-home-search { top: 16px; right: 16px; }
  .felt-home-event { right: 16px; bottom: 18px; }
  .page-home .home-message { margin: 24px 16px 0; border-radius: 58px 24px 58px 24px; }
  .page-home .home-snapshots,
  .page-home .home-intro,
  .page-home .news-section,
  .page-home .home-event { border-radius: 46px 18px 46px 18px; }
  .home-features-lead { grid-template-columns: 1fr; }
  .home-features-lead .section-heading { text-align: center; }
  .home-features-lead .section-heading > p:last-child { margin-left: auto; margin-right: auto; }
  .home-features-lead .stitch-accent { margin-left: auto; }
  .home-feature-diagram { max-width: 560px; }
  .home-feature-pillar-icon { width: 106px; height: 106px; }
  .home-feature-pillar-icon svg { width: 52px; height: 52px; }
  .page-home .care-photo-wrap img,
  .page-home .care-card-reverse .care-photo-wrap img { min-height: 360px; }

  .scallop-day-hero { top: 330px; left: 0; width: 100%; height: 24px; transform: none; }
  .felt-day-hero-flower { left: auto; right: 22px; top: 28px; }
  .felt-day-hero-bird { left: auto; right: 20px; top: 286px; }
  .felt-day-intro-flower { right: 18px; top: -13px; }
  .felt-day-story-flag { left: 12px; top: 52px; }
  .felt-day-parent-heart { right: 8px; top: -18px; }
  .day-book-route-desktop { display: none; }
  .day-book-route-mobile { display: block; }
  .day-book-route { inset: 20px 0 50px; height: calc(100% - 70px); }
  .page-day .day-book-entry { overflow: visible; }
  .page-day .day-book-entry figure { padding-bottom: 22px; }
  .page-day .day-book-time time { font-size: 40px; }
}

@media (max-width: 520px) {
  .felt-deco { --felt-size: 44px; }
  .felt-home-message { right: 8px; }
  .felt-home-features { left: 10px; top: 24px; }
  .felt-home-search { right: 10px; top: 10px; }
  .felt-home-event { right: 12px; bottom: 12px; }
  .page-home .care-section { padding-top: 94px; }
  .home-feature-pillar-row { grid-template-columns: 1fr; gap: 22px; }
  .home-feature-pillar { display: grid; grid-template-columns: 98px 1fr; gap: 18px; align-items: center; padding: 0 6px 22px; text-align: left; }
  .home-feature-pillar-icon { width: 94px; height: 94px; margin: 0; }
  .home-feature-pillar h3 { font-size: 22px; }
  .home-feature-pillar p { margin-top: 7px; }
  .home-feature-discovery-note { margin-top: 8px; }
  .page-home .care-photo-wrap img,
  .page-home .care-card-reverse .care-photo-wrap img { min-height: 260px; }

  .scallop-day-hero { top: 280px; }
  .felt-day-hero-flower { left: auto; right: 16px; top: 22px; }
  .felt-day-hero-bird { right: 12px; top: 246px; }
  .felt-day-intro-flower { right: 12px; }
  .felt-day-story-flag { left: 8px; top: 38px; }
  .felt-day-parent-heart { --felt-size: 40px; right: 6px; }
  .page-day .day-book-entry { margin-left: 14px; }
  .page-day .day-book-time time { font-size: 37px; }
  .page-day .day-book-entry figure { transform: rotate(.6deg) !important; }
  .page-day .day-book-entry:nth-of-type(even) figure { transform: rotate(-.6deg) !important; }
  .page-day .day-book-practical { overflow: visible; }
}

@media (min-width: 1800px) {
  .home-mv-band-vertical { width: min(460px, calc(410px + (100vw - 1800px) * .0658)); bottom: min(280px, calc(250px + (100vw - 1800px) * .0395)); }
  .home-mv-band-horizontal { width: min(900px, calc(790px + (100vw - 1800px) * .1447)); height: min(280px, calc(250px + (100vw - 1800px) * .0395)); }
  .home-message,
  .home-snapshots,
  .home-features-lead,
  .home-intro-grid,
  .home-intro-support,
  .news-heading-row,
  .news-grid,
  .home-event-grid { max-width: min(2200px, 88vw); }
  .home-feature-diagram { max-width: min(900px, calc(690px + (100vw - 1800px) * .2763)); }
  .felt-home-message { --felt-size: min(88px, calc(68px + (100vw - 1800px) * .0263)); }
  .felt-home-features { --felt-size: min(94px, calc(74px + (100vw - 1800px) * .0263)); }
  .page-day .day-book-story { padding-left: min(10vw, 230px); padding-right: min(10vw, 230px); }
  .page-day .day-book-practical { width: min(2200px, 86vw); }
}

/* ============================================================
   トップ初回オープニング：ローダー → 写真の積み重ね → ヒーロー
   ============================================================ */
.home-opening {
  position: fixed;
  inset: 0;
  z-index: 190;
  overflow: hidden;
  background: #fffaf0;
  opacity: 1;
  cursor: pointer;
  touch-action: manipulation;
}
.home-opening.is-revealing {
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms cubic-bezier(.165, .84, .44, 1);
}
.home-opening .initial-loader {
  z-index: 2;
  transition: opacity 150ms ease, visibility 150ms ease;
}
.home-opening-stack {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.home-opening-photo {
  position: absolute;
  z-index: calc(10 + var(--opening-index));
  top: 50%;
  left: 50%;
  width: min(var(--opening-width), calc(100vw - 56px));
  margin: 0;
  padding: 10px 10px 28px;
  border: 1px solid #eadfce;
  background: #fff;
  box-shadow: 0 22px 44px rgba(61, 48, 34, .16);
  opacity: 0;
  transform: translate(calc(-50% + var(--opening-left)), calc(-50% + var(--opening-top))) rotate(var(--opening-rotate));
  transform-origin: 50% 62%;
  will-change: transform, opacity;
}
.home-opening-photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
}
.home-opening.is-stacking .home-opening-photo.is-first {
  animation: home-opening-first 1200ms cubic-bezier(.165, .84, .44, 1) 300ms both;
}
.home-opening.is-stacking .home-opening-photo:not(.is-first) {
  animation: home-opening-pile 700ms cubic-bezier(.215, .61, .355, 1) var(--opening-delay) both;
}
@keyframes home-opening-first {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 100px)) rotate(-8deg); }
  to { opacity: 1; transform: translate(-50%, -50%) rotate(0); }
}
@keyframes home-opening-pile {
  from {
    opacity: 0;
    transform: translate(calc(-50% + var(--opening-left)), calc(-50% + var(--opening-top))) rotate(var(--opening-rotate));
  }
  35.714% { opacity: 1; }
  to { opacity: 1; transform: translate(-50%, -50%) rotate(0); }
}
.home-mv-wrap.is-opening-loading .home-mv,
.home-mv-wrap.is-opening-loader-leaving .home-mv,
.home-mv-wrap.is-opening-stacking .home-mv {
  opacity: 0;
  transform: translateY(30px);
}
.home-mv-wrap.is-opening-revealing .home-mv {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 320ms cubic-bezier(.165, .84, .44, 1), transform 320ms cubic-bezier(.165, .84, .44, 1);
}

@media (max-width: 820px) {
  .home-opening-photo {
    width: min(68vw, 260px);
    padding: 8px 8px 22px;
    transform: translate(calc(-50% + var(--opening-mobile-left)), calc(-50% + var(--opening-mobile-top))) rotate(var(--opening-rotate));
    box-shadow: 0 17px 34px rgba(61, 48, 34, .15);
  }
  @keyframes home-opening-pile {
    from {
      opacity: 0;
      transform: translate(calc(-50% + var(--opening-mobile-left)), calc(-50% + var(--opening-mobile-top))) rotate(var(--opening-rotate));
    }
    35.714% { opacity: 1; }
    to { opacity: 1; transform: translate(-50%, -50%) rotate(0); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-opening { display: none !important; }
  .home-mv-wrap[class*="is-opening-"] .home-mv { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 520px) {
  .section-pad { padding-left: 20px; padding-right: 20px; }
  .home-message-art { min-height: 350px; }
  .message-sticker { width: 108px; padding: 6px 6px 18px; }
  .home-snapshots-grid { min-height: 620px; }
  .snapshot-main { height: 290px; }
  .snapshot-small-a { top: 240px; height: 160px; }
  .snapshot-small-b { top: 350px; height: 150px; }
  .snapshot-wide { top: 463px; height: 155px; }
  .home-info-strip li p { font-size: 11.5px; }
}

@media (min-width: 1800px) {
  .home-mv-band-vertical { width: min(410px, 22vw); bottom: min(250px, 14vw); }
  .home-mv-band-horizontal { width: min(790px, 44vw); height: min(250px, 14vw); }
  .home-floating-nav { right: 4vw; }
  .home-info-strip, .home-message, .home-snapshots { max-width: 88vw; }
  .home-message-art { min-height: min(760px, 40vw); }
}

@media (prefers-reduced-motion: reduce) {
  .home-site-header { transition: none; }
  .home-mv-slide { transition: none; }
}

/* 園での一日: 確定モック準拠の専用レイアウト */
.day-mock-hero {
  position: relative;
  isolation: isolate;
  height: 180px;
  display: grid;
  grid-template-columns: minmax(330px, 24%) 1fr;
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden;
  background: #fffaf4;
  border-radius: 0 0 52% 8% / 0 0 14% 8%;
}
.day-mock-hero-decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}
.day-mock-hero-copy {
  position: relative;
  z-index: 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 20px 30px clamp(42px, 4.2vw, 66px);
  min-height: 0;
}
.day-mock-hero-copy .breadcrumbs { margin-bottom: 28px; }
.day-mock-kicker,
.day-mock-heading p,
.day-mock-belongings header p,
.day-mock-food-kicker,
.day-mock-family header p,
.day-mock-visit > p {
  margin: 0;
  color: #779c58;
  font: 700 10px/1.4 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .17em;
}
.day-mock-hero-copy h1 {
  margin: 0 0 7px;
  font: 700 clamp(34px, 2.8vw, 42px)/1.25 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .08em;
}
.day-mock-hero-copy > p:last-child {
  margin: 0;
  color: #5f5852;
  font: 500 clamp(15px, 1.25vw, 19px)/1.8 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .12em;
}
.day-mock-hero-photo { min-width: 0; min-height: 0; height: 100%; padding: 0 0 25px 0; }
.day-mock-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 155px;
  display: block;
  object-fit: cover;
  object-position: center 46%;
  border-radius: 0 0 0 90px;
}

.day-mock-guide {
  position: relative;
  z-index: 5;
  width: min(1370px, calc(100% - 48px));
  min-height: 62px;
  margin: -9px auto 35px;
  padding: 7px;
  display: grid;
  grid-template-columns: 140px repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #eee7df;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(80, 66, 52, .08);
}
.day-mock-guide-label {
  display: grid;
  place-items: center;
  color: #71685f;
  font: 700 12px/1.65 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .08em;
  text-align: center;
}
.day-mock-guide a {
  min-width: 0;
  min-height: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 7px 11px;
  border-radius: 15px;
  color: #544d47;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}
.day-mock-guide a strong {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.78);
  font: 700 11px/1 "M PLUS Rounded 1c", sans-serif;
}
.day-guide-pink { background: #fdecef; } .day-guide-pink strong { color: #d96d78; }
.day-guide-green { background: #edf5e8; } .day-guide-green strong { color: #68984b; }
.day-guide-blue { background: #eaf5fa; } .day-guide-blue strong { color: #4d91b5; }
.day-guide-yellow { background: #fff4cf; } .day-guide-yellow strong { color: #bd8a28; }
.day-guide-purple { background: #f2edf9; } .day-guide-purple strong { color: #8a70aa; }

.day-mock-layout {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 3vw, 44px);
  align-items: start;
}
.day-mock-heading,
.day-mock-belongings header,
.day-mock-family header {
  display: flex;
  align-items: center;
  gap: 14px;
}
.day-mock-heading { width: 100%; margin: 0 0 12px; }
.day-mock-heading > span,
.day-mock-belongings header > span,
.day-mock-family header > span {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf5e8;
  color: #6c9651;
}
.day-mock-heading > span { width: 40px; height: 40px; }
.day-mock-heading h2,
.day-mock-belongings h2,
.day-mock-food h2,
.day-mock-family h2,
.day-mock-visit h2 {
  margin: 2px 0 0;
  font: 700 27px/1.4 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .06em;
}
.day-mock-heading h2 { font-size: 23px; }
.day-mock-timeline {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 18px;
  padding: 8px 0 12px;
  background: url('/assets/day-timeline-decor-v2.webp') center / 100% 100% no-repeat;
}
.day-mock-step {
  --step-bg: #eaf5fa;
  --step-accent: #4d91b5;
  width: 100%;
  height: 158px;
  min-height: 158px;
  display: grid;
  grid-template-columns: 43% 1fr;
  overflow: hidden;
  background: var(--step-bg);
  border: 8px solid rgba(255,255,255,.92);
  border-radius: 42px 20px 42px 20px;
  box-shadow: 0 12px 28px rgba(75, 62, 49, .07);
}
.day-mock-step:nth-child(even) { align-self: stretch; grid-template-columns: 1fr 43%; border-radius: 20px 42px 20px 42px; }
.day-mock-step:nth-child(even) .day-mock-step-photo { order: 2; }
.day-mock-step:nth-child(even) .day-mock-step-copy { order: 1; }
.day-step-pink { --step-bg: #fdecef; --step-accent: #d96d78; }
.day-step-green { --step-bg: #edf5e8; --step-accent: #68984b; }
.day-step-blue { --step-bg: #eaf5fa; --step-accent: #4d91b5; }
.day-step-yellow { --step-bg: #fff4cf; --step-accent: #b98525; }
.day-step-purple { --step-bg: #f2edf9; --step-accent: #8b70aa; }
.day-mock-step-photo { min-width: 0; min-height: 0; height: 100%; padding: 6px; overflow: hidden; }
.day-mock-step-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  border-radius: 45px 18px 45px 18px;
}
.day-mock-step-copy {
  min-width: 0;
  align-self: center;
  padding: 14px 16px;
  overflow-wrap: anywhere;
}
.day-mock-time { display: flex; align-items: center; gap: 8px; color: var(--step-accent); }
.day-mock-time time { font: 700 20px/1 "M PLUS Rounded 1c", sans-serif; letter-spacing: .05em; }
.day-mock-step h3 { margin: 7px 0 4px; font: 700 14px/1.35 "M PLUS Rounded 1c", sans-serif; letter-spacing: .04em; }
.day-mock-step p { margin: 0; color: #625b55; font-size: 10px; line-height: 1.6; }
.day-mock-note { margin: 4px 20px 0; color: #817971; font-size: 11px; line-height: 1.8; text-align: center; }

.day-mock-sidebar { position: sticky; top: 24px; display: grid; gap: 24px; }
.day-mock-belongings,
.day-mock-food {
  padding: 12px;
  border: 1px solid #eee7df;
  border-radius: 30px;
  box-shadow: 0 12px 30px rgba(75, 62, 49, .06);
}
.day-mock-belongings { background: #fff; }
.day-mock-belongings header { padding-bottom: 8px; border-bottom: 1px dashed #d8d2ca; }
.day-mock-belongings header > span { width: 38px; height: 38px; background: #eaf5fa; color: #4d91b5; }
.day-mock-belongings h2 { font-size: 18px; }
.day-mock-item-list { display: grid; }
.day-mock-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px dashed #ddd7d0;
  overflow-wrap: anywhere;
}
.day-mock-item > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #fff7e2; color: #9f8242; }
.day-mock-item h3 { margin: 0 0 2px; font: 700 11px/1.35 "M PLUS Rounded 1c", sans-serif; }
.day-mock-item p { margin: 0; color: #817970; font-size: 8.5px; line-height: 1.45; }
.day-mock-item-note { margin: 10px 0 0; color: #817970; font-size: 8.5px; line-height: 1.6; }
.day-mock-food { display: grid; grid-template-columns: minmax(0, 1fr) 108px; gap: 5px 10px; background: #fff4cf; border-color: #f4e4ae; }
.day-mock-food-kicker { color: #a97d2d; }
.day-mock-food h2 { grid-column: 1; grid-row: 2; font-size: 20px; }
.day-mock-food > p:not(.day-mock-food-kicker) { grid-column: 1; grid-row: 3; margin: 3px 0 0; color: #675d4d; font-size: 9px; line-height: 1.6; overflow-wrap: anywhere; }
.day-mock-food img { grid-column: 2; grid-row: 1 / 4; width: 100%; height: 100%; min-height: 110px; display: block; object-fit: cover; border-radius: 17px 32px 17px 17px; }
.day-mock-food a { grid-column: 1 / 3; min-height: 34px; margin-top: 6px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; background: #fff; color: #8b6d31; font-size: 9px; font-weight: 700; }

.day-mock-family {
  position: relative;
  isolation: isolate;
  width: min(1420px, calc(100% - 48px));
  margin: 24px auto 58px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(290px, .7fr);
  gap: 42px;
  overflow: hidden;
  background: #edf7fb;
  border-radius: 60px 60px 24px 24px;
}
.day-mock-family-decor { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: fill; opacity: .86; pointer-events: none; }
.day-mock-family header { margin-bottom: 26px; }
.day-mock-family header > span { background: #fff; color: #4d91b5; }
.day-mock-family h2 { font-size: 27px; }
.day-mock-family-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.day-mock-family-points article { padding: 4px 25px; }
.day-mock-family-points article + article { border-left: 1px dashed #b9cdd5; }
.day-mock-family-points svg { color: #4d91b5; }
.day-mock-family-points h3 { margin: 10px 0 7px; font: 700 14px/1.5 "M PLUS Rounded 1c", sans-serif; }
.day-mock-family-points p { margin: 0; color: #645e59; font-size: 11px; line-height: 1.85; }
.day-mock-visit { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-radius: 35px 18px 35px 18px; background: #fffaf4; }
.day-mock-visit > p { color: #d96d78; }
.day-mock-visit h2 { margin-top: 6px; font-size: 24px; }
.day-mock-visit > span { margin-top: 11px; color: #716961; font-size: 11px; line-height: 1.8; }
.day-mock-visit button { min-height: 50px; margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; background: var(--coral); color: #fff; font-size: 13px; font-weight: 700; cursor: pointer; }

@media (max-width: 1180px) {
  .day-mock-guide { grid-template-columns: 120px repeat(5, minmax(0, 1fr)); }
  .day-mock-guide a { grid-template-columns: auto 1fr; gap: 7px; font-size: 10px; }
  .day-mock-guide a svg { display: none; }
  .day-mock-layout { width: min(1120px, calc(100% - 36px)); grid-template-columns: minmax(0, 1fr) 285px; gap: 24px; }
  .day-mock-step { width: 100%; grid-template-columns: 42% 1fr; }
  .day-mock-step:nth-child(even) { grid-template-columns: 1fr 42%; }
  .day-mock-step-copy { padding: 16px 18px; }
  .day-mock-sidebar .day-mock-belongings, .day-mock-sidebar .day-mock-food { padding: 24px; }
}

@media (max-width: 820px) {
  .day-mock-hero { height: auto; min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto auto; border-radius: 0; }
  .day-mock-hero-copy { padding: 40px 24px 30px; }
  .day-mock-hero-copy .breadcrumbs { margin-bottom: 22px; }
  .day-mock-hero-photo { padding: 0 18px 22px; }
  .day-mock-hero-photo img { height: 330px; min-height: 0; border-radius: 48px 18px 48px 18px; }
  .day-mock-hero-decor { object-fit: cover; opacity: .65; }
  .day-mock-guide { width: calc(100% - 32px); margin: -7px auto 38px; grid-template-columns: 1fr 1fr; }
  .day-mock-guide-label { grid-column: 1 / 3; min-height: 45px; }
  .day-mock-guide a { grid-template-columns: 36px 1fr auto; min-height: 58px; padding: 9px 12px; }
  .day-mock-guide a svg { display: block; }
  .day-mock-guide a:last-child { grid-column: 1 / 3; }
  .day-mock-layout { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 54px; }
  .day-mock-heading { width: 100%; }
  .day-mock-timeline { min-height: auto; grid-template-columns: 1fr; gap: 25px; padding: 18px 0 24px; background: none; }
  .day-mock-step, .day-mock-step:nth-child(even) { width: 100%; height: auto; align-self: stretch; grid-template-columns: 40% 1fr; border-radius: 42px 18px 42px 18px; }
  .day-mock-step:nth-child(even) .day-mock-step-photo { order: 1; }
  .day-mock-step:nth-child(even) .day-mock-step-copy { order: 2; }
  .day-mock-sidebar { position: static; grid-template-columns: 1fr 1fr; align-items: start; }
  .day-mock-food { display: block; }
  .day-mock-food img { width: 100%; height: auto; min-height: 0; aspect-ratio: 1.58; }
  .day-mock-family { width: calc(100% - 32px); padding: 38px 26px; grid-template-columns: 1fr; border-radius: 40px 40px 20px 20px; }
  .day-mock-family-points article { padding: 4px 16px; }
}

@media (max-width: 520px) {
  .day-mock-hero-copy h1 { font-size: 36px; }
  .day-mock-hero-photo img { height: 270px; }
  .day-mock-guide { width: calc(100% - 20px); padding: 7px; gap: 7px; }
  .day-mock-guide a { grid-template-columns: 30px 1fr; min-height: 68px; padding: 9px; font-size: 10px; }
  .day-mock-guide a strong { width: 28px; height: 28px; }
  .day-mock-guide a svg { display: none; }
  .day-mock-layout { width: calc(100% - 28px); }
  .day-mock-heading > span, .day-mock-belongings header > span, .day-mock-family header > span { width: 43px; height: 43px; }
  .day-mock-heading h2, .day-mock-belongings h2, .day-mock-food h2, .day-mock-family h2 { font-size: 23px; }
  .day-mock-step, .day-mock-step:nth-child(even) { min-height: 0; grid-template-columns: 1fr; border-width: 6px; border-radius: 36px 16px 36px 16px; }
  .day-mock-step:nth-child(even) .day-mock-step-photo { order: 1; }
  .day-mock-step:nth-child(even) .day-mock-step-copy { order: 2; }
  .day-mock-step-photo { padding: 6px; }
  .day-mock-step-photo img { min-height: 190px; height: 190px; }
  .day-mock-step-copy { padding: 20px 21px 23px; }
  .day-mock-time time { font-size: 23px; }
  .day-mock-sidebar { grid-template-columns: 1fr; }
  .day-mock-family { margin-top: 56px; padding: 32px 20px; }
  .day-mock-family-points { grid-template-columns: 1fr; }
  .day-mock-family-points article { padding: 18px 4px; display: grid; grid-template-columns: 34px 1fr; column-gap: 10px; }
  .day-mock-family-points article + article { border-left: 0; border-top: 1px dashed #b9cdd5; }
  .day-mock-family-points article svg { grid-row: 1 / 3; }
  .day-mock-family-points h3 { margin: 0 0 4px; }
  .day-mock-family-points p { grid-column: 2; }
  .day-mock-visit { padding: 27px 22px; }
}

@media (min-width: 1800px) {
  .day-mock-hero { height: min(320px, calc(230px + (100vw - 1800px) * .118)); grid-template-columns: minmax(410px, 24%) 1fr; }
  .day-mock-hero-copy h1 { font-size: min(61px, calc(49px + (100vw - 1800px) * .0158)); }
  .day-mock-hero-photo img { min-height: min(295px, calc(205px + (100vw - 1800px) * .118)); }
  .day-mock-guide, .day-mock-layout, .day-mock-family { width: 90vw; max-width: 2304px; }
  .day-mock-layout { grid-template-columns: minmax(0, 1fr) min(440px, 25vw); }
  .day-mock-step { width: 100%; max-width: none; min-height: min(210px, calc(150px + (100vw - 1800px) * .079)); }
  .day-mock-step-photo img { min-height: min(178px, calc(118px + (100vw - 1800px) * .079)); }
  .day-mock-heading h2, .day-mock-family h2 { font-size: min(34px, calc(27px + (100vw - 1800px) * .0092)); }
}

/* 園での一日: 2026-08-10 選択「パステル絵本」モック準拠 */
.day-book-hero {
  position: relative;
  isolation: isolate;
  height: clamp(300px, 22vw, 350px);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(510px, 47%) minmax(0, 1fr);
  overflow: hidden;
  background: #fff4bd;
}
.day-book-hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: -3%;
  right: -3%;
  bottom: -78px;
  height: 124px;
  border-radius: 48% 52% 0 0 / 72% 68% 0 0;
  background: #fffdf9;
  transform: rotate(.5deg);
  pointer-events: none;
}
.day-book-hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px clamp(50px, 8vw, 124px) 58px clamp(52px, 8.2vw, 126px);
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 20%, rgba(255,255,255,.38) 0 2px, transparent 3px) 0 0 / 28px 28px,
    linear-gradient(135deg, #fff0a8, #fff6cb 76%);
  border-radius: 0 23% 29% 0 / 0 35% 42% 0;
  box-shadow: inset -20px 0 0 rgba(242, 176, 176, .74);
}
.day-book-hero-decor {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: .92;
  pointer-events: none;
}
.day-book-hero-label {
  margin-bottom: 15px;
  color: #d8797c;
  font: 700 11px/1.3 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .18em;
}
.day-book-hero h1 {
  margin: 0;
  color: #23335d;
  font: 700 clamp(47px, 4.25vw, 65px)/1.25 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .12em;
}
.day-book-hero-copy > p {
  margin: 18px 0 0;
  color: #23335d;
  font: 700 clamp(19px, 1.8vw, 27px)/1.7 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .1em;
}
.day-book-stitch {
  width: min(430px, 90%);
  height: 30px;
  margin-top: 5px;
  border-bottom: 3px dashed #ef9ba5;
  border-radius: 50%;
  transform: rotate(-1.5deg);
}
.day-book-hero-photo { min-width: 0; min-height: 0; }
.day-book-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: 48% 46%;
}

.day-book-intro {
  position: relative;
  z-index: 6;
  min-height: 76px;
  padding: 13px clamp(36px, 8vw, 126px) 19px;
  background: #fffdf9;
}
.day-book-intro p {
  max-width: 720px;
  margin: 0;
  color: #27365d;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .035em;
}

.day-book-story {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: 20px clamp(36px, 7.5vw, 116px) 100px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 0 26px;
  overflow: hidden;
  background: #fffdf9;
}
.day-book-story-decor {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .28;
  pointer-events: none;
}
.day-book-entry {
  --day-surface: #eaf5d9;
  --day-accent: #f0807c;
  min-width: 0;
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 43%);
  align-items: center;
  gap: clamp(20px, 3vw, 46px);
  padding: 30px clamp(32px, 4vw, 60px);
  overflow: visible;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.22) 0 2px, transparent 3px) 0 0 / 26px 26px,
    var(--day-surface);
  border-radius: 130px 52px 130px 34px / 70px 100px 74px 98px;
}
.day-book-tone-blue { --day-surface: #dff2fb; --day-accent: #5599bb; }
.day-book-tone-pink { --day-surface: #f8e5eb; --day-accent: #dc7a83; }
.day-book-tone-green { --day-surface: #e8f2d5; --day-accent: #f0807c; }
.day-book-tone-yellow { --day-surface: #fff0bd; --day-accent: #d28c42; }
.day-book-tone-purple { --day-surface: #ece5f5; --day-accent: #8a70ad; }
.day-book-entry-1 { grid-column: 1 / 8; grid-row: 1; }
.day-book-entry-2 { grid-column: 6 / 13; grid-row: 2; margin-top: -82px; border-radius: 80px 150px 45px 135px / 110px 72px 120px 80px; --day-accent: #ec7f80; }
.day-book-entry-3 { grid-column: 1 / 8; grid-row: 3; margin-top: -54px; --day-accent: #ec7f80; }
.day-book-entry-4 { grid-column: 6 / 13; grid-row: 4; margin-top: -40px; border-radius: 74px 142px 46px 128px / 106px 72px 116px 82px; }
.day-book-entry-5 { grid-column: 1 / 8; grid-row: 5; margin-top: -48px; }
.day-book-entry-6 { grid-column: 6 / 13; grid-row: 6; margin-top: -46px; border-radius: 82px 142px 48px 126px / 104px 76px 118px 84px; }
.day-book-entry:nth-of-type(even) { grid-template-columns: minmax(240px, 43%) minmax(0, 1fr); }
.day-book-entry:nth-of-type(even) .day-book-entry-copy { order: 2; }
.day-book-entry:nth-of-type(even) figure { order: 1; transform: rotate(-1.2deg); }
.day-book-entry-copy { min-width: 0; position: relative; z-index: 2; }
.day-book-time { display: flex; align-items: center; gap: 14px; color: #23335d; }
.day-book-time svg { flex: 0 0 auto; color: var(--day-accent); }
.day-book-time time {
  font: 700 clamp(35px, 3.4vw, 52px)/1 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .035em;
  white-space: nowrap;
}
.day-book-entry h2 {
  margin: 14px 0 0;
  color: var(--day-accent);
  font: 700 clamp(18px, 1.55vw, 24px)/1.5 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .04em;
}
.day-book-entry p {
  margin: 18px 0 0;
  color: #29385f;
  font-size: 13px;
  line-height: 2.1;
}
.day-book-entry figure {
  min-width: 0;
  margin: 0;
  padding: 9px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 9px 20px rgba(69, 62, 57, .18);
  transform: rotate(1.2deg);
}
.day-book-entry figure img {
  width: 100%;
  aspect-ratio: 1.46;
  display: block;
  object-fit: cover;
  border-radius: 3px;
}
.day-book-parent-note {
  grid-column: 8 / 13;
  grid-row: 3;
  align-self: end;
  min-width: 0;
  margin: 34px 18px 0 0;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  background: #fffaf0;
  border: 1px dashed #d8cdbb;
  box-shadow: 0 8px 20px rgba(85, 70, 52, .06);
  transform: rotate(.6deg);
}
.day-book-parent-note svg { color: #db7b84; }
.day-book-parent-note h2 { margin: 0 0 10px; color: #29385f; font: 700 17px/1.5 "M PLUS Rounded 1c", sans-serif; }
.day-book-parent-note p { margin: 0; color: #4f5871; font-size: 12px; line-height: 2; }
.day-book-note {
  grid-column: 1 / 13;
  grid-row: 7;
  margin: 30px 0 0;
  color: #7d766e;
  font-size: 11px;
  text-align: center;
}

.day-book-practical {
  position: relative;
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto 76px;
  padding: clamp(44px, 6vw, 82px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  overflow: hidden;
  background: #eaf6fb;
  border-radius: 70px 28px 70px 28px;
}
.day-book-practical::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -80px;
  width: 420px;
  height: 300px;
  background: url('/assets/hero-decor-overlay.png') right top / 680px auto no-repeat;
  opacity: .42;
  pointer-events: none;
}
.day-book-practical-heading { grid-column: 1 / 3; position: relative; z-index: 2; text-align: center; margin-bottom: 22px; }
.day-book-practical-heading > p,
.day-book-panel-title small,
.day-book-food small,
.day-book-visit small { margin: 0; color: #5e9161; font: 700 10px/1.4 "M PLUS Rounded 1c", sans-serif; letter-spacing: .18em; }
.day-book-practical-heading h2 { margin: 7px 0 8px; color: #29385f; font: 700 clamp(28px, 3vw, 41px)/1.45 "M PLUS Rounded 1c", sans-serif; letter-spacing: .04em; }
.day-book-practical-heading span { color: #69717e; font-size: 13px; }
.day-book-belongings,
.day-book-food,
.day-book-sharing,
.day-book-visit {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 30px;
  background: rgba(255,255,255,.88);
  border-radius: 30px 15px 30px 15px;
}
.day-book-panel-title { display: flex; align-items: center; gap: 13px; color: #5599bb; }
.day-book-panel-title h3,
.day-book-food h3 { margin: 3px 0 0; color: #29385f; font: 700 22px/1.45 "M PLUS Rounded 1c", sans-serif; }
.day-book-item-list { margin-top: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
.day-book-item { min-width: 0; display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 9px; padding: 13px 0; border-bottom: 1px dashed #d9d9d2; color: #8f7745; }
.day-book-item strong,
.day-book-item span { display: block; overflow-wrap: anywhere; }
.day-book-item strong { color: #43495a; font-size: 12px; }
.day-book-item span { margin-top: 3px; color: #7b7a78; font-size: 10px; line-height: 1.6; }
.day-book-belongings > p { margin: 14px 0 0; color: #7d766e; font-size: 10px; }
.day-book-food { display: grid; grid-template-columns: 45% minmax(0, 1fr); gap: 24px; align-items: center; background: #fff5d3; }
.day-book-food img { width: 100%; height: 100%; min-height: 230px; display: block; object-fit: cover; border-radius: 18px 48px 18px 18px; }
.day-book-food small { color: #b78632; }
.day-book-food p { margin: 15px 0 0; color: #655f57; font-size: 12px; line-height: 2; }
.day-book-sharing { background: #f0ebf7; }
.day-book-sharing .day-book-panel-title { color: #8a70ad; }
.day-book-sharing ul { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.day-book-sharing li { min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 18px 8px; border-radius: 18px; background: rgba(255,255,255,.7); color: #4d5062; font-size: 11px; text-align: center; }
.day-book-sharing li svg { color: #8a70ad; }
.day-book-visit { display: flex; flex-direction: column; justify-content: center; background: #fde8ea; }
.day-book-visit small { color: #d3747c; }
.day-book-visit h2 { margin: 7px 0 0; color: #29385f; font: 700 clamp(26px, 2.7vw, 38px)/1.45 "M PLUS Rounded 1c", sans-serif; }
.day-book-visit p { margin: 12px 0 0; color: #6f6864; font-size: 12px; line-height: 1.8; }
.day-book-visit button { width: fit-content; min-height: 52px; margin-top: 20px; padding: 0 25px; display: inline-flex; align-items: center; gap: 14px; border: 0; border-radius: 999px; background: var(--coral); color: #fff; font-weight: 700; cursor: pointer; }

@media (max-width: 1180px) {
  .day-book-hero { grid-template-columns: minmax(430px, 48%) minmax(0, 1fr); height: 300px; min-height: 0; }
  .day-book-hero-copy { padding-left: 64px; padding-right: 64px; }
  .day-book-hero-photo img { min-height: 0; }
  .day-book-story { padding-left: 44px; padding-right: 44px; }
  .day-book-entry { min-height: 250px; padding: 28px 34px; gap: 24px; }
  .day-book-entry p { font-size: 12px; line-height: 1.9; }
  .day-book-parent-note { padding: 24px; margin-right: 0; }
  .day-book-practical { width: calc(100% - 44px); padding: 50px 38px; }
}

@media (max-width: 820px) {
  .day-book-hero { grid-template-columns: 1fr; height: auto; min-height: 0; background: #fffdf9; }
  .day-book-hero::after { bottom: -55px; height: 90px; }
  .day-book-hero-copy { min-height: 330px; padding: 54px 44px 74px; border-radius: 0 0 90px 0; box-shadow: inset 0 -12px 0 rgba(242, 176, 176, .6); }
  .day-book-hero-photo { padding: 0 18px 38px; background: #fff4bd; }
  .day-book-hero-photo img { min-height: 0; height: 390px; border-radius: 70px 18px 70px 18px; }
  .day-book-intro { padding: 28px 32px 38px; }
  .day-book-story { padding: 12px 24px 70px; display: block; }
  .day-book-story-decor { object-fit: contain; object-position: center top; opacity: .18; }
  .day-book-entry,
  .day-book-entry:nth-of-type(even) { min-height: 0; margin: 0 0 28px; padding: 34px; grid-template-columns: minmax(0, 1fr) minmax(250px, 42%); border-radius: 62px 24px 62px 24px; }
  .day-book-entry:nth-of-type(even) .day-book-entry-copy { order: 1; }
  .day-book-entry:nth-of-type(even) figure { order: 2; }
  .day-book-parent-note { margin: 0 10px 36px; transform: none; }
  .day-book-note { margin: 0; }
  .day-book-practical { width: calc(100% - 32px); padding: 42px 24px; grid-template-columns: 1fr; border-radius: 44px 18px 44px 18px; }
  .day-book-practical-heading { grid-column: 1; }
  .day-book-food { grid-template-columns: 42% minmax(0, 1fr); }
}

@media (max-width: 520px) {
  .day-book-hero-copy { min-height: 280px; padding: 42px 28px 62px; border-radius: 0 0 58px 0; }
  .day-book-hero h1 { font-size: 39px; letter-spacing: .07em; }
  .day-book-hero-copy > p { font-size: 17px; }
  .day-book-hero-photo { padding: 0 12px 32px; }
  .day-book-hero-photo img { height: 270px; border-radius: 46px 14px 46px 14px; }
  .day-book-intro { min-height: 0; padding: 23px 22px 30px; }
  .day-book-intro p { font-size: 12px; line-height: 1.9; }
  .day-book-intro br { display: none; }
  .day-book-story { padding: 10px 12px 58px; }
  .day-book-entry,
  .day-book-entry:nth-of-type(even) { display: flex; flex-direction: column; align-items: stretch; gap: 22px; margin-bottom: 20px; padding: 28px 22px 24px; border-radius: 42px 16px 42px 16px; }
  .day-book-entry:nth-of-type(even) .day-book-entry-copy,
  .day-book-entry:nth-of-type(even) figure { order: initial; }
  .day-book-time time { font-size: 36px; }
  .day-book-entry h2 { margin-top: 10px; font-size: 18px; }
  .day-book-entry p { margin-top: 12px; font-size: 12px; }
  .day-book-entry figure { width: 100%; padding: 7px; transform: none !important; }
  .day-book-entry figure img { aspect-ratio: 1.5; }
  .day-book-parent-note { margin: 0 4px 28px; padding: 24px 20px; grid-template-columns: 24px minmax(0, 1fr); }
  .day-book-practical { width: calc(100% - 20px); margin-bottom: 44px; padding: 38px 14px 16px; gap: 14px; }
  .day-book-practical-heading { padding: 0 8px; margin-bottom: 10px; }
  .day-book-practical-heading h2 { font-size: 27px; }
  .day-book-practical-heading span { display: block; font-size: 11px; line-height: 1.8; }
  .day-book-belongings,
  .day-book-food,
  .day-book-sharing,
  .day-book-visit { padding: 24px 20px; }
  .day-book-item-list { grid-template-columns: 1fr; }
  .day-book-food { display: flex; flex-direction: column; align-items: stretch; }
  .day-book-food img { min-height: 0; aspect-ratio: 1.48; }
  .day-book-sharing ul { grid-template-columns: 1fr; }
  .day-book-sharing li { flex-direction: row; justify-content: center; }
  .day-book-visit button { width: 100%; justify-content: center; }
}

@media (min-width: 1800px) {
  .day-book-hero { height: min(520px, calc(350px + (100vw - 1800px) * .224)); }
  .day-book-hero-photo img { min-height: 0; }
  .day-book-hero-copy { padding-left: 9vw; }
  .day-book-story { padding-left: 8vw; padding-right: 8vw; }
  .day-book-entry { min-height: min(390px, calc(260px + (100vw - 1800px) * .171)); }
  .day-book-practical { width: 86vw; max-width: 2200px; }
}

/* =========================================================
   サイト全体: 選択済み「パステル絵本」デザインの共通言語
   ========================================================= */
:root {
  --book-ink: #26365f;
  --book-cream: #fffdf8;
  --book-yellow: #fff1b8;
  --book-mint: #eaf3d9;
  --book-blue: #e3f3fa;
  --book-pink: #f8e6eb;
  --book-purple: #eee8f6;
  --book-coral: #e97e82;
}
.site-shell { color: var(--book-ink); background: var(--book-cream); }
.site-header { border: 0; border-bottom: 1px solid rgba(71, 62, 54, .08); border-radius: 34px 34px 0 0; }
.brand { color: #34302d; }
.desktop-nav a.active { color: var(--book-coral); }
.desktop-nav a::after { background: var(--book-coral); }
.header-cta { box-shadow: 0 7px 16px rgba(76, 68, 59, .08); }
.header-cta.green { background: #8fb96e; }
.header-cta.coral { background: #ed858a; }
.eyebrow { color: #d9787e; }

/* トップ: 黄色い絵本の扉と写真 */
.page-home .hero {
  height: clamp(360px, 27.4vw, 420px);
  overflow: hidden;
  background: var(--book-yellow);
}
.page-home .hero-photo {
  inset: 0 0 0 46%;
  background-image: url('/assets/daily-life-nursery.png');
  background-position: 52% 45%;
}
.page-home .hero-copy {
  width: 49%;
  padding: 42px clamp(48px, 7.4vw, 114px) 72px clamp(52px, 7.6vw, 118px);
  overflow: hidden;
  background: var(--book-yellow);
  border-radius: 0 22% 28% 0 / 0 35% 43% 0;
  box-shadow: inset -18px 0 0 rgba(235, 158, 166, .64);
}
.page-home .hero::before {
  z-index: 3;
  background: url('/assets/hero-decor-overlay.png') left center / 49% 100% no-repeat;
  opacity: .9;
}
.hero-kicker {
  margin: 0 0 12px;
  color: #d7747b;
  font: 700 10px/1.4 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .19em;
}
.page-home .hero h1 { color: var(--book-ink); font-size: clamp(39px, 3.7vw, 57px); line-height: 1.55; }
.page-home .hero-copy > p:last-of-type { color: var(--book-ink); font-weight: 700; }
.page-home .hero-wave { bottom: -115px; background: var(--book-cream); }
.page-home .pillars-section { padding-top: 22px; background: var(--book-cream); }
.page-home .pillar { position: relative; }
.page-home .pillar-icon { border: 8px solid rgba(255,255,255,.78); box-shadow: 0 10px 22px rgba(78, 67, 56, .06); }
.page-home .pillar h3 { color: var(--book-ink); }

.page-home .search-section {
  overflow: hidden;
  background: var(--book-blue);
  border-radius: 76px 28px 76px 28px;
}
.page-home .search-section::before { opacity: .72; }
.page-home .search-section .section-heading h2 { color: var(--book-ink); }
.page-home .nursery-form { padding: 7px; border-radius: 20px; background: rgba(255,255,255,.76); }
.page-home .nursery-form label { border-radius: 14px !important; }
.page-home .nursery-form label + label::before { display: none; }
.page-home .trust-row { padding: 16px 12px; border-radius: 20px; background: rgba(255,255,255,.45); }

.page-home .care-section { overflow: hidden; background: var(--book-cream); }
.section-heading h2,
.news-heading-row h2 { color: var(--book-ink); }
.section-heading:not(.compact)::after,
.care-heading::after {
  content: "";
  width: 130px;
  height: 18px;
  display: block;
  margin: 14px auto 0;
  border-bottom: 2px dashed #ed9ca3;
  border-radius: 50%;
}
.page-home .care-card {
  padding: clamp(26px, 3vw, 45px);
  border-radius: 92px 28px 92px 28px;
}
.page-home .care-card.care-blush { background: var(--book-pink); }
.page-home .care-card.care-yellow { background: var(--book-yellow); }
.page-home .care-card.care-mint { background: var(--book-mint); }
.page-home .care-photo-wrap { filter: drop-shadow(0 10px 16px rgba(70, 61, 52, .1)); }
.page-home .care-photo-wrap img { padding: 9px; background: white; border-radius: 68px 18px 68px 18px; }
.page-home .care-card-reverse { border-radius: 28px 92px 28px 92px; }
.page-home .care-card-reverse .care-photo-wrap img { border-radius: 18px 68px 18px 68px; }
.page-home .care-number { border-width: 7px; }

.page-home .daily-section,
.page-home .safety-section {
  margin: 0 34px 72px;
  overflow: hidden;
  border-radius: 74px 28px 74px 28px;
}
.page-home .daily-section { background: var(--book-purple); }
.page-home .safety-section { background: var(--book-yellow); }
.page-home .daily-visual img,
.page-home .safety-photo img { padding: 9px; border-radius: 56px 18px 56px 18px; background: white; box-shadow: 0 13px 26px rgba(73, 63, 53, .1); }
.page-home .daily-points div { border: 0; background: rgba(255,255,255,.62); }
.page-home .safety-facts div { background: rgba(255,255,255,.6); }

.page-home .news-section { background: var(--book-cream); }
.page-home .news-card { border: 0; border-radius: 24px 50px 24px 50px; box-shadow: 0 11px 24px rgba(69, 60, 51, .07); }
.page-home .news-card:nth-child(1) { background: var(--book-pink); }
.page-home .news-card:nth-child(2) { background: var(--book-blue); }
.page-home .news-card:nth-child(3) { background: var(--book-yellow); }
.page-home .news-card > img { padding: 6px; background: white; border-radius: 18px 43px 18px 18px; }
.page-home .faq-section { margin: 0 34px; border-radius: 70px 28px 0 0; background: var(--book-blue); }
.page-home .faq-section details { border: 0; background: rgba(255,255,255,.72); }
.page-home .franchise-band { border-radius: 70px 24px 70px 24px; background: var(--book-mint); }
.page-home .closing-cta { border-radius: 28px 70px 28px 70px; background: var(--book-pink); }

/* 下層共通ヒーロー: ページごとのパステル紙面 */
.page-hero {
  --page-hero-surface: var(--book-blue);
  height: clamp(300px, 22vw, 350px);
  grid-template-columns: minmax(480px, 47%) minmax(0, 1fr);
  overflow: hidden;
  background: var(--page-hero-surface);
}
.page-hero-green { --page-hero-surface: var(--book-mint); }
.page-hero-yellow { --page-hero-surface: var(--book-yellow); }
.page-hero-pink { --page-hero-surface: var(--book-pink); }
.page-hero-copy {
  position: relative;
  z-index: 3;
  height: 100%;
  min-height: 0;
  justify-content: center;
  padding: 30px clamp(46px, 7vw, 108px) 48px clamp(52px, 7.5vw, 116px);
  overflow: hidden;
  background: var(--page-hero-surface);
  border-radius: 0 24% 31% 0 / 0 34% 42% 0;
  box-shadow: inset -16px 0 0 rgba(235, 158, 166, .56);
}
.page-hero::after {
  z-index: 4;
  background: url('/assets/hero-decor-overlay.png') left center / 48% 100% no-repeat;
  opacity: .72;
}
.page-hero h1 { color: var(--book-ink); white-space: normal; font-size: clamp(38px, 3.45vw, 53px); letter-spacing: .08em; }
.page-franchise .page-hero h1 { font-size: clamp(31px, 2.9vw, 44px); line-height: 1.35; }
.page-hero-copy > p:last-of-type { max-width: 500px; margin-top: 10px; color: #566078; font-size: 13px; line-height: 1.8; }
.page-hero .breadcrumbs { margin-bottom: 14px; color: #77716d; font-size: 10px; }
.page-hero .eyebrow { margin-bottom: 8px; }
.page-hero-stitch { width: min(360px, 88%); height: 20px; display: block; border-bottom: 2px dashed #e9959e; border-radius: 50%; }
.page-hero-photo { z-index: 1; height: 100%; min-height: 0; padding: 0; overflow: hidden; }
.page-hero-photo img { width: 100%; height: 100%; min-height: 0; border-radius: 0; object-position: center 46%; }
.page-guide {
  max-width: 1080px;
  min-height: 0;
  margin: 22px auto 0;
  padding: 0;
  gap: 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.page-guide a { min-height: 56px; border: 6px solid white; border-radius: 999px; box-shadow: 0 8px 16px rgba(74, 62, 50, .06); }
.page-guide a span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.72); opacity: 1; }

/* 保育方針: 宣言、3つの育ち、実践を異なる紙面で構成 */
.page-care .editorial-lead {
  position: relative;
  width: min(1180px, calc(100% - 64px));
  margin: 70px auto 88px;
  padding: 70px;
  overflow: hidden;
  background: var(--book-yellow);
  border-radius: 88px 28px 88px 28px;
}
.page-care .editorial-lead::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -70px;
  width: 430px;
  height: 300px;
  background: url('/assets/hero-decor-overlay.png') right bottom / 720px auto no-repeat;
  opacity: .38;
  pointer-events: none;
}
.page-care .philosophy-list { position: relative; z-index: 1; }
.page-care .philosophy-list li { border: 7px solid rgba(255,255,255,.7); border-radius: 46px 18px 46px 18px; }
.page-care .subpage-intro { background: var(--book-cream); }
.page-care .promise-card { border: 0; box-shadow: 0 10px 22px rgba(71, 61, 52, .06); }
.page-care .promise-card:nth-child(1) { border-radius: 70px 24px 70px 24px; background: var(--book-pink); }
.page-care .promise-card:nth-child(2) { border-radius: 24px 70px 24px 70px; background: var(--book-mint); }
.page-care .promise-card:nth-child(3) { border-radius: 70px 24px 70px 24px; background: var(--book-blue); }
.page-care .promise-card > span { background: rgba(255,255,255,.74); }
.page-care .practice-section { margin: 0 34px; border-radius: 72px 28px 72px 28px; background: var(--book-purple); }
.page-care .practice-grid { grid-template-columns: repeat(6, 1fr); }
.page-care .practice-card { border: 7px solid rgba(255,255,255,.78); box-shadow: none; }
.page-care .practice-card:nth-child(1),
.page-care .practice-card:nth-child(2) { grid-column: span 3; }
.page-care .practice-card:nth-child(3),
.page-care .practice-card:nth-child(4),
.page-care .practice-card:nth-child(5) { grid-column: span 2; }
.page-care .quality-section { margin: 76px 34px; border-radius: 28px 74px 28px 74px; background: var(--book-mint); }
.page-care .quality-grid span { border: 6px solid rgba(255,255,255,.54); border-radius: 44px 18px 44px 18px; }

/* 園検索: 検索盤、園の比較、見学フロー */
.page-nurseries .nurseries-page { background: var(--book-cream); }
.page-nurseries .nurseries-page > .section-heading { max-width: 760px; }
.page-nurseries .subpage-search-form { max-width: 1180px; padding: 18px; border-radius: 34px 15px 34px 15px; background: var(--book-blue); }
.page-nurseries .subpage-search-form label { border-radius: 14px !important; }
.page-nurseries .subpage-search-form label + label::before { display: none; }
.page-nurseries .result-heading { padding: 22px 28px; border-radius: 24px; background: var(--book-yellow); }
.page-nurseries .nursery-card { border: 8px solid white; box-shadow: 0 12px 25px rgba(73, 63, 54, .08); }
.page-nurseries .nursery-card:nth-child(1) { border-radius: 60px 20px 60px 20px; background: var(--book-pink); }
.page-nurseries .nursery-card:nth-child(2) { border-radius: 20px 60px 20px 60px; background: var(--book-mint); }
.page-nurseries .nursery-card:nth-child(3) { border-radius: 60px 20px 60px 20px; background: var(--book-blue); }
.page-nurseries .nursery-card-photo { margin: 8px; overflow: hidden; border-radius: 44px 14px 44px 14px; }
.page-nurseries .nursery-card button { border: 0; background: white; }
.page-nurseries .choice-section { margin: 0 34px; border-radius: 74px 28px 74px 28px; background: var(--book-blue); }
.page-nurseries .choice-grid article { border: 7px solid rgba(255,255,255,.66); }
.page-nurseries .choice-grid article:nth-child(1) { border-radius: 58px 18px 58px 18px; background: var(--book-pink); }
.page-nurseries .choice-grid article:nth-child(2) { border-radius: 18px 58px 18px 58px; background: var(--book-yellow); }
.page-nurseries .choice-grid article:nth-child(3) { border-radius: 58px 18px 58px 18px; background: var(--book-mint); }
.page-nurseries .flow-section { width: min(1160px, calc(100% - 64px)); margin: 84px auto; padding: 66px; border-radius: 28px 74px 28px 74px; background: var(--book-purple); }
.page-nurseries .flow-section li { border: 6px solid rgba(255,255,255,.7); border-radius: 48px 16px 48px 16px; }

/* お知らせ: 写真記事と紙面の一覧 */
.page-news .news-page { background: var(--book-cream); }
.page-news .featured-news { padding: 12px; border-radius: 72px 22px 72px 22px; background: var(--book-pink); }
.page-news .featured-news > img { border-radius: 58px 16px 58px 16px; }
.page-news .filter-tabs { justify-content: center; }
.page-news .filter-tabs button { border: 6px solid white; box-shadow: 0 7px 15px rgba(70, 60, 50, .05); }
.page-news .filter-tabs button:nth-child(2) { background: var(--book-pink); }
.page-news .filter-tabs button:nth-child(3) { background: var(--book-mint); }
.page-news .filter-tabs button:nth-child(4) { background: var(--book-blue); }
.page-news .filter-tabs button:nth-child(5) { background: var(--book-yellow); }
.page-news .filter-tabs button.active { background: #8fb96e; }
.page-news .news-compact-list { padding: 18px 34px; border: 0; border-radius: 62px 20px 62px 20px; background: var(--book-blue); }
.page-news .news-compact-list article { padding: 0 18px; border: 0; border-bottom: 1px dashed #bfd3dc; }
.page-news .news-compact-list article:nth-child(even) { background: rgba(255,255,255,.38); }

/* FAQ: カテゴリの色分けと読みやすい質問の帯 */
.page-faq .faq-page { margin: 54px 34px 0; border-radius: 72px 28px 72px 28px; background: var(--book-blue); }
.page-faq .faq-category-grid a { border: 7px solid rgba(255,255,255,.7); box-shadow: none; }
.page-faq .faq-category-grid a:nth-child(1) { border-radius: 48px 16px 48px 16px; background: var(--book-pink); }
.page-faq .faq-category-grid a:nth-child(2) { border-radius: 16px 48px 16px 48px; background: var(--book-mint); }
.page-faq .faq-category-grid a:nth-child(3) { border-radius: 48px 16px 48px 16px; background: var(--book-yellow); }
.page-faq .faq-category-grid a:nth-child(4) { border-radius: 16px 48px 16px 48px; background: var(--book-purple); }
.page-faq .subpage-faq-list details { border: 0; border-radius: 24px 12px 24px 12px; background: rgba(255,255,255,.76); }
.page-faq .subpage-faq-list details:nth-child(even) { background: rgba(255,249,230,.82); }
.page-faq .admission-flow { background: var(--book-cream); }
.page-faq .admission-flow li { border: 7px solid white; border-radius: 54px 18px 54px 18px; }
.page-faq .admission-flow aside { border: 7px solid white; border-radius: 24px 58px 24px 58px; background: var(--book-mint); }

/* 加盟案内: やわらかなブランド感を保ちつつ情報の信頼感を維持 */
.page-franchise .franchise-page { padding-top: 72px; background: var(--book-cream); }
.page-franchise .partner-promise { width: min(1160px, calc(100% - 64px)); padding: 58px; border-radius: 82px 28px 82px 28px; background: var(--book-yellow); }
.page-franchise .partner-promise img { padding: 9px; border-radius: 64px 18px 64px 18px; background: white; box-shadow: 0 12px 24px rgba(74, 63, 52, .09); }
.page-franchise .support-flow { border-radius: 28px 78px 28px 78px; background: var(--book-mint); }
.page-franchise .support-flow li { border: 7px solid rgba(255,255,255,.7); }
.page-franchise .support-flow li:nth-child(1) { background: var(--book-pink); }
.page-franchise .support-flow li:nth-child(2) { background: var(--book-blue); }
.page-franchise .support-flow li:nth-child(3) { background: var(--book-yellow); }
.page-franchise .support-flow li:nth-child(4) { background: var(--book-purple); }
.page-franchise .support-table-wrap { padding: 56px; border-radius: 72px 24px 72px 24px; background: var(--book-blue); }
.page-franchise .support-table { padding: 8px 28px; border: 0; border-radius: 22px; background: rgba(255,255,255,.62); }
.page-franchise .partner-contact { border: 8px solid white; border-radius: 28px 70px 28px 70px; background: var(--book-pink); }

/* 共通CTAとフッター */
.subpage-cta { position: relative; overflow: hidden; border-radius: 74px 26px 74px 26px; background: var(--book-pink); }
.subpage-cta::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -100px;
  width: 440px;
  height: 300px;
  background: url('/assets/hero-decor-overlay.png') right top / 690px auto no-repeat;
  opacity: .38;
  pointer-events: none;
}
.subpage-cta > * { position: relative; z-index: 1; }
.footer { position: relative; overflow: hidden; background: var(--book-mint); }
.footer::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -110px;
  width: 520px;
  height: 340px;
  background: url('/assets/hero-decor-overlay.png') right bottom / 760px auto no-repeat;
  opacity: .32;
  pointer-events: none;
}
.footer-main, .footer-bottom { position: relative; z-index: 1; }

@media (max-width: 1450px) {
  .franchise-link { display: none; }
  .desktop-nav { margin-left: 38px; gap: 23px; }
}

@media (max-width: 1180px) {
  .page-home .hero-copy { width: 50%; padding-left: 58px; padding-right: 58px; }
  .page-home .hero-photo { left: 47%; }
  .page-hero { height: 300px; grid-template-columns: minmax(430px, 48%) minmax(0, 1fr); }
  .page-hero-copy { padding-left: 58px; padding-right: 58px; }
  .page-care .editorial-lead,
  .page-nurseries .flow-section,
  .page-franchise .partner-promise { padding: 48px; }
}

@media (max-width: 820px) {
  .section-heading:not(.compact)::after,
  .care-heading::after { margin-left: 0; }
  .page-home .hero { height: auto; background: var(--book-yellow); }
  .page-home .hero::before { display: block; background-size: 100% 48%; background-position: left top; }
  .page-home .hero-copy { order: 1; width: 100%; min-height: 300px; padding: 44px 28px 58px; border-radius: 0 0 70px 0; box-shadow: inset 0 -11px 0 rgba(235, 158, 166, .58); background: var(--book-yellow); }
  .page-home .hero-photo { position: relative; inset: auto; order: 2; height: 360px; min-height: 360px; margin: 0 16px 28px; border-radius: 60px 18px 60px 18px; }
  .page-home .hero-mobile-actions { position: relative; z-index: 4; }
  .page-home .search-section,
  .page-home .daily-section,
  .page-home .safety-section,
  .page-home .faq-section,
  .page-care .practice-section,
  .page-care .quality-section,
  .page-nurseries .choice-section,
  .page-faq .faq-page { margin-left: 14px; margin-right: 14px; border-radius: 42px 16px 42px 16px; }
  .page-home .care-card,
  .page-home .care-card-reverse { padding: 22px; border-radius: 48px 18px 48px 18px; }
  .page-home .daily-section,
  .page-home .safety-section { padding: 28px 18px 54px; }

  .page-hero { height: auto; grid-template-columns: 1fr; }
  .page-hero-copy { min-height: 280px; padding: 42px 28px 56px; border-radius: 0 0 68px 0; box-shadow: inset 0 -11px 0 rgba(235, 158, 166, .56); }
  .page-hero::after { display: block; background-size: 100% 50%; background-position: left top; opacity: .55; }
  .page-hero-photo { padding: 0 16px 26px; background: var(--page-hero-surface); }
  .page-hero-photo img { height: 350px; min-height: 350px; border-radius: 62px 18px 62px 18px; }
  .page-guide { width: calc(100% - 30px); grid-template-columns: 1fr 1fr; }
  .page-guide a { border-width: 4px; }

  .page-care .editorial-lead,
  .page-nurseries .flow-section,
  .page-franchise .partner-promise { width: calc(100% - 28px); margin-top: 52px; padding: 40px 24px; border-radius: 48px 18px 48px 18px; }
  .page-care .practice-grid { grid-template-columns: 1fr; }
  .page-care .practice-card:nth-child(n) { grid-column: auto; }
  .page-nurseries .subpage-search-form { padding: 11px; }
  .page-nurseries .result-heading { padding: 20px; }
  .page-nurseries .flow-section ol { grid-template-columns: 1fr; }
  .page-news .featured-news { border-radius: 46px 16px 46px 16px; }
  .page-news .featured-news > img { border-radius: 36px 12px 36px 12px; }
  .page-news .news-compact-list { padding: 12px 18px; border-radius: 42px 16px 42px 16px; }
  .page-faq .faq-page { padding-left: 18px; padding-right: 18px; }
  .page-franchise .support-table-wrap { padding: 38px 24px; border-radius: 46px 16px 46px 16px; }
}

@media (max-width: 520px) {
  .page-home .hero-copy { min-height: 275px; padding: 38px 22px 52px; }
  .page-home .hero h1 { font-size: 36px; }
  .page-home .hero-photo { height: 285px; min-height: 285px; margin: 0 10px 22px; border-radius: 42px 14px 42px 14px; }
  .page-home .search-section,
  .page-home .daily-section,
  .page-home .safety-section,
  .page-home .faq-section,
  .page-care .practice-section,
  .page-care .quality-section,
  .page-nurseries .choice-section,
  .page-faq .faq-page { margin-left: 9px; margin-right: 9px; }
  .page-home .news-card { border-radius: 20px 42px 20px 42px; }

  .page-hero-copy { min-height: 250px; padding: 36px 22px 50px; }
  .page-hero h1 { font-size: 36px; }
  .page-hero-photo { padding: 0 10px 22px; }
  .page-hero-photo img { height: 285px; min-height: 285px; border-radius: 44px 14px 44px 14px; }
  .page-guide { width: calc(100% - 16px); gap: 5px; }
  .page-guide a { min-height: 56px; border-width: 3px; border-radius: 22px; }
  .page-guide a span { width: 26px; height: 26px; }

  .page-care .editorial-lead,
  .page-nurseries .flow-section,
  .page-franchise .partner-promise { width: calc(100% - 18px); padding: 34px 19px; }
  .page-care .philosophy-list li { padding: 20px 17px; grid-template-columns: 34px 1fr; gap: 10px; }
  .page-care .promise-card,
  .page-care .practice-card { border-radius: 38px 14px 38px 14px !important; }
  .page-nurseries .nursery-card,
  .page-nurseries .choice-grid article { border-width: 5px; border-radius: 38px 14px 38px 14px !important; }
  .page-news .news-compact-list { padding: 8px 12px; }
  .page-news .news-compact-list article { padding-left: 4px; padding-right: 4px; }
  .page-franchise .support-flow { padding: 38px 14px; }
  .page-franchise .support-table { padding: 6px 10px; }
  .subpage-cta { border-radius: 44px 16px 44px 16px; }
}

/* ----------------------------------------------------------
   2026-08-10: 「AIっぽさ」を抑える人の手で編集した紙面
   色は章に使い、カード・英字・巨大角丸の反復を減らす
   ---------------------------------------------------------- */

.site-shell:not(.page-day) main > * .eyebrow { display: none; }
.site-shell:not(.page-day) .page-hero .eyebrow {
  display: block;
  margin-bottom: 11px;
  color: #8a7566;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: none;
}
.page-home .hero-kicker {
  color: #8a7566;
  font-size: 12px;
  letter-spacing: .13em;
}
.section-heading:not(.compact)::after,
.care-heading::after { width: 76px; margin-top: 11px; }

/* 目次は色付きUIピルではなく、冊子の索引のように静かに */
.page-guide {
  width: min(1080px, calc(100% - 64px));
  margin-top: 26px;
  padding: 14px 0;
  gap: 0;
  border-top: 1px solid #e7dfd5;
  border-bottom: 1px solid #e7dfd5;
}
.page-guide a,
.page-guide a[class^="guide-"] {
  min-height: 42px;
  padding: 6px 18px;
  justify-content: flex-start;
  gap: 10px;
  border: 0;
  border-right: 1px solid #e7dfd5;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.page-guide a:last-child { border-right: 0; }
.page-guide a span {
  width: auto;
  height: auto;
  display: inline;
  background: transparent;
  color: #dd7d85;
  font-size: 11px;
}
.page-guide a svg { margin-left: auto; opacity: .42; }

/* 下層ヒーローは写真とコピーをページごとに組み替える */
.page-hero-copy {
  box-shadow: none;
  border-radius: 0 54px 16px 0 / 0 54px 16px 0;
}
.page-hero::after { opacity: .38; }
.page-hero-stitch { width: 84px; height: 12px; border-radius: 0; }

.page-care .page-hero { grid-template-columns: 46% 54%; }
.page-care .page-hero-copy { border-radius: 0 0 78px 0; }
.page-care .page-hero h1 { font-size: clamp(36px, 3.2vw, 48px); letter-spacing: .04em; }
.page-care .page-hero-photo img { object-position: center 55%; }

.page-news .page-hero { grid-template-columns: 53% 47%; }
.page-news .page-hero-copy { border-radius: 0 20px 88px 0; }
.page-news .page-hero-photo img { object-position: center 56%; }

.page-faq .page-hero { grid-template-columns: 62% 38%; }
.page-faq .page-hero-copy { border-radius: 0; padding-left: clamp(52px, 9vw, 140px); }
.page-faq .page-hero-photo { padding: 34px 58px 34px 0; background: var(--book-blue); }
.page-faq .page-hero-photo img { border-radius: 18px; object-position: center 43%; }
.page-faq .page-hero::after { display: none; }

.page-franchise .page-hero { grid-template-columns: 46% 54%; }
.page-franchise .page-hero-copy { border-radius: 0 84px 0 0; }
.page-franchise .page-hero-photo img { object-position: center 50%; }

@media (min-width: 821px) {
  .page-nurseries .page-hero {
    position: relative;
    display: block;
    height: 420px;
    background: white;
  }
  .page-nurseries .page-hero-photo { position: absolute; inset: 0; }
  .page-nurseries .page-hero-photo img { object-position: center 55%; }
  .page-nurseries .page-hero-copy {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: clamp(40px, 8vw, 122px);
    width: min(430px, 37vw);
    height: auto;
    padding: 34px 38px 38px;
    transform: translateY(-50%);
    border-radius: 18px;
    background: rgba(233, 246, 250, .95);
    box-shadow: 0 16px 38px rgba(51, 72, 80, .14);
  }
  .page-nurseries .page-hero::after { display: none; }
}

/* トップ: 余白と英字装飾を減らし、選択モックの素朴さを残す */
.page-home .search-section { margin-bottom: 0; border-radius: 34px 34px 0 0; }
.page-home .search-section .section-heading h2::after {
  width: 76px;
  height: 1px;
  background: #de8b92;
}
.page-home .care-section { padding-top: 70px; padding-bottom: 76px; }
.page-home .care-card,
.page-home .care-card.care-card-reverse {
  padding: clamp(30px, 3.3vw, 48px);
  border-radius: 22px;
}
.page-home .care-photo-wrap img,
.page-home .care-card-reverse .care-photo-wrap img { border-radius: 14px; }
.page-home .daily-section,
.page-home .safety-section { border-radius: 22px; }
.page-home .daily-visual img,
.page-home .safety-photo img { border-radius: 14px; }
.page-home .news-card,
.page-home .news-card:nth-child(n) {
  border: 1px solid #e9e2d9;
  border-radius: 14px;
  background: white;
  box-shadow: none;
}
.page-home .news-card:nth-child(1) { border-top: 5px solid #e9a1a7; }
.page-home .news-card:nth-child(2) { border-top: 5px solid #a9c9d8; }
.page-home .news-card:nth-child(3) { border-top: 5px solid #dccb81; }
.page-home .news-card > img { padding: 0; border-radius: 8px; }
.page-home .faq-section { border-radius: 22px 22px 0 0; }
.page-home .franchise-band,
.page-home .closing-cta { border-radius: 20px; }

/* 保育: 宣言、3つの視点、実践で紙面の役割を分ける */
.page-care .editorial-lead {
  width: min(1100px, calc(100% - 64px));
  margin: 52px auto 78px;
  padding: 58px;
  border-radius: 20px;
}
.page-care .editorial-lead::after { display: none; }
.page-care .philosophy-list li {
  border: 1px solid #e7dfd4;
  border-radius: 12px;
  background: rgba(255,255,255,.76);
}
.page-care .promise-card,
.page-care .promise-card:nth-child(n) {
  border: 1px solid #e6dfd7;
  border-radius: 14px;
  background: white;
  box-shadow: none;
}
.page-care .promise-card:nth-child(1) { border-top: 6px solid #e6a0a8; }
.page-care .promise-card:nth-child(2) { border-top: 6px solid #a9c78f; }
.page-care .promise-card:nth-child(3) { border-top: 6px solid #9fc3d4; }
.page-care .practice-section {
  margin: 0;
  border-radius: 0;
  background: #f7f4fa;
}
.page-care .practice-card {
  border: 1px solid #e4dde7;
  border-radius: 12px;
  background: rgba(255,255,255,.84);
}
.page-care .quality-section {
  width: min(1160px, calc(100% - 64px));
  margin: 68px auto;
  border-radius: 20px;
}
.page-care .quality-grid span { border: 1px solid rgba(255,255,255,.72); border-radius: 10px; }

/* 園検索: 比較しやすい白い情報カードへ */
.page-nurseries .nurseries-page { background: white; }
.page-nurseries .nurseries-page { padding-top: 72px; }
.page-nurseries .subpage-search-form { border-radius: 18px; }
.page-nurseries .result-heading { padding: 20px 0; border-radius: 0; border-bottom: 1px solid #e4ded6; background: transparent; }
.page-nurseries .nursery-card,
.page-nurseries .nursery-card:nth-child(n) {
  border: 1px solid #e7e0d8;
  border-radius: 14px;
  background: white;
  box-shadow: none;
}
.page-nurseries .nursery-card-photo { margin: 0; border-radius: 13px 13px 0 0; }
.page-nurseries .nursery-card button { border: 1px solid #d8d2ca; }
.page-nurseries .choice-section { margin: 0; border-radius: 0; background: #eef7f9; }
.page-nurseries .choice-grid article,
.page-nurseries .choice-grid article:nth-child(n) {
  border: 1px solid #dbe8eb;
  border-radius: 12px;
  background: rgba(255,255,255,.82);
}
.page-nurseries .flow-section { border-radius: 20px; }
.page-nurseries .flow-section li { border: 1px solid rgba(255,255,255,.82); border-radius: 10px; }

/* お知らせ: 色カードよりも園だよりの編集感を優先 */
.page-news .featured-news {
  padding: 0;
  border-left: 9px solid #e9a1a7;
  border-radius: 14px;
  background: white;
  box-shadow: 0 10px 28px rgba(70, 59, 48, .07);
}
.page-news .featured-news > img { border-radius: 8px 0 0 8px; }
.page-news .filter-tabs { border-bottom: 1px solid #ddd6ce; }
.page-news .filter-tabs button,
.page-news .filter-tabs button:nth-child(n) {
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.page-news .filter-tabs button.active { border-bottom-color: #dc7e86; background: transparent; color: #9f4e55; }
.page-news .news-compact-list {
  padding: 0;
  border-top: 1px solid #ded7cf;
  border-bottom: 1px solid #ded7cf;
  border-radius: 0;
  background: white;
}
.page-news .news-compact-list article,
.page-news .news-compact-list article:nth-child(even) { padding: 0 8px; background: transparent; border-bottom: 1px solid #eee8e1; }

/* FAQ: やさしい色は背景に、質問そのものは読み物として */
.page-faq .faq-page {
  width: min(1180px, calc(100% - 64px));
  margin: 46px auto 0;
  border-radius: 18px;
}
.page-faq .faq-category-grid a,
.page-faq .faq-category-grid a:nth-child(n) {
  border: 1px solid #d8e5e8;
  border-radius: 10px;
  background: rgba(255,255,255,.78);
}
.page-faq .subpage-faq-list details,
.page-faq .subpage-faq-list details:nth-child(n) {
  border: 0;
  border-bottom: 1px solid #dde7e9;
  border-radius: 0;
  background: rgba(255,255,255,.82);
}
.page-faq .admission-flow { background: white; }
.page-faq .admission-flow li { border: 1px solid #e5ded6; border-radius: 10px; }
.page-faq .admission-flow aside { border: 1px solid #dce8db; border-radius: 14px; }

/* 加盟案内: 保育ページより一段落ち着いた事業資料の調子 */
.page-franchise .franchise-page { background: white; }
.page-franchise .partner-promise { border-radius: 20px; }
.page-franchise .partner-promise img { border-radius: 12px; }
.page-franchise .support-flow { border-radius: 0; background: white; border-top: 1px solid #e5ded6; }
.page-franchise .support-flow li,
.page-franchise .support-flow li:nth-child(n) {
  border: 1px solid #e4ddd5;
  border-radius: 10px;
  background: white;
}
.page-franchise .support-table-wrap { border-radius: 20px; }
.page-franchise .support-table { border-radius: 10px; }
.page-franchise .partner-contact { border: 0; border-radius: 18px; }

.subpage-cta { border-radius: 20px; }
.subpage-cta::after { opacity: .2; }

@media (max-width: 820px) {
  .page-guide { width: calc(100% - 30px); }
  .page-guide a,
  .page-guide a[class^="guide-"] { padding: 7px 10px; border-right: 0; border-bottom: 1px solid #eee7df; }

  .page-care .page-hero,
  .page-news .page-hero,
  .page-faq .page-hero,
  .page-franchise .page-hero { grid-template-columns: 1fr; }
  .page-care .page-hero-copy,
  .page-news .page-hero-copy,
  .page-faq .page-hero-copy,
  .page-franchise .page-hero-copy { border-radius: 0 0 38px 0; }
  .page-faq .page-hero-photo { padding: 0 16px 26px; }

  .page-home .care-section { padding-top: 54px; }
  .page-home .care-card,
  .page-home .care-card.care-card-reverse { border-radius: 16px; }
  .page-home .daily-section,
  .page-home .safety-section { border-radius: 16px; }

  .page-care .editorial-lead,
  .page-care .quality-section,
  .page-faq .faq-page { width: calc(100% - 28px); border-radius: 16px; }
  .page-nurseries .choice-section { margin-left: 0; margin-right: 0; border-radius: 0; }
  .page-news .featured-news { border-left-width: 5px; border-radius: 10px; }
}

@media (max-width: 520px) {
  .page-guide { width: calc(100% - 20px); grid-template-columns: 1fr 1fr; }
  .page-guide a,
  .page-guide a[class^="guide-"] { min-height: 48px; border-radius: 0; }
  .page-care .editorial-lead,
  .page-care .quality-section,
  .page-faq .faq-page { width: calc(100% - 18px); }
}

/* ----------------------------------------------------------
   2026-08-10: /day/ と同じ密度まで引き上げる下層ページの物語化
   写真・色面・実用情報をページごとに異なる構図で重ねる
   ---------------------------------------------------------- */

/* 保育: 3つの育ちを写真入りの園ノートとして展開 */
.page-care .subpage-intro { padding-top: 84px; padding-bottom: 96px; }
.page-care .promise-grid {
  max-width: 1160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: start;
}
.page-care .promise-card,
.page-care .promise-card:nth-child(n) {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  border: 8px solid white;
  background: white;
  box-shadow: 0 15px 32px rgba(65, 55, 45, .08);
}
.page-care .promise-card:nth-child(1) { grid-column: 1 / span 5; border-radius: 56px 14px 28px 14px; }
.page-care .promise-card:nth-child(2) {
  grid-column: 6 / span 7;
  margin-top: 62px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  border-radius: 14px 58px 14px 28px;
}
.page-care .promise-card:nth-child(3) {
  grid-column: 3 / span 8;
  margin-top: -4px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  border-radius: 58px 14px 58px 14px;
}
.page-care .promise-card figure { margin: 0; height: 250px; overflow: hidden; }
.page-care .promise-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.page-care .promise-card:nth-child(2) figure,
.page-care .promise-card:nth-child(3) figure { height: 100%; min-height: 330px; }
.page-care .promise-card:nth-child(3) figure { order: 2; }
.page-care .promise-card-copy { position: relative; padding: 30px 30px 32px; }
.page-care .promise-card-copy > small {
  position: absolute;
  top: 25px;
  right: 26px;
  color: #bbb1a7;
  font: 700 18px/1 "M PLUS Rounded 1c", sans-serif;
}
.page-care .promise-card-copy > span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--book-cream);
  color: var(--green-dark);
}
.page-care .promise-card-copy h3 { margin: 22px 0 10px; }
.page-care .promise-card-copy ul { margin-bottom: 0; }

.page-care .practice-section { position: relative; padding-top: 92px; padding-bottom: 104px; }
.page-care .practice-grid { gap: 22px; }
.page-care .practice-card {
  padding: 0 0 30px;
  overflow: hidden;
  border: 7px solid rgba(255,255,255,.86);
  box-shadow: 0 11px 24px rgba(66, 56, 47, .06);
}
.page-care .practice-card:nth-child(1),
.page-care .practice-card:nth-child(2) { grid-column: span 3; }
.page-care .practice-card:nth-child(3),
.page-care .practice-card:nth-child(4),
.page-care .practice-card:nth-child(5) { grid-column: span 2; }
.page-care .practice-card-photo { width: 100%; height: 190px; display: block; object-fit: cover; }
.page-care .practice-card:nth-child(1) .practice-card-photo,
.page-care .practice-card:nth-child(2) .practice-card-photo { height: 250px; }
.page-care .practice-card > div,
.page-care .practice-card > h3,
.page-care .practice-card > p { margin-left: 24px; margin-right: 24px; }
.page-care .practice-card > div { margin-top: 23px; }
.page-care .practice-card > h3 { margin-top: 19px; }
.page-care .quality-section {
  padding: 50px;
  display: grid;
  grid-template-columns: 1.05fr 1.25fr .75fr;
  gap: 34px;
  align-items: center;
}
.page-care .quality-grid { grid-template-columns: 1fr; }
.page-care .quality-grid span { min-height: 82px; padding: 16px; flex-direction: row; justify-content: flex-start; text-align: left; }
.page-care .quality-scene { margin: 0; height: 330px; overflow: hidden; border: 8px solid white; border-radius: 50px 14px 50px 14px; }
.page-care .quality-scene img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* 園検索: 1園を大きく、2園を比較する街の案内帳 */
.page-nurseries .nursery-results-cards {
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.page-nurseries .nursery-results-cards .nursery-card { grid-column: span 6; }
.page-nurseries .nursery-results-cards .nursery-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 430px;
  border-radius: 58px 16px 58px 16px;
}
.page-nurseries .nursery-results-cards .nursery-card:first-child .nursery-card-photo {
  height: 100%;
  min-height: 430px;
  border-radius: 50px 0 0 8px;
}
.page-nurseries .nursery-results-cards .nursery-card:nth-child(2) { border-radius: 18px 52px 18px 18px; }
.page-nurseries .nursery-results-cards .nursery-card:nth-child(3) { border-radius: 52px 18px 18px 18px; }
.page-nurseries .nursery-results-cards .nursery-card:nth-child(2) .nursery-card-photo,
.page-nurseries .nursery-results-cards .nursery-card:nth-child(3) .nursery-card-photo { height: 270px; }
.page-nurseries .nursery-card-note {
  margin: 14px 0 0;
  padding: 13px 15px;
  border-left: 4px solid #d99a9f;
  background: var(--book-cream);
  color: #665f59;
  font-size: 12px;
  line-height: 1.8;
}
.page-nurseries .choice-grid article:nth-child(2) { margin-top: 34px; }
.page-nurseries .choice-grid article:nth-child(3) { margin-top: 68px; }
.page-nurseries .flow-section { position: relative; overflow: hidden; }
.page-nurseries .flow-section ol { gap: 18px; }
.page-nurseries .flow-section li:nth-child(2),
.page-nurseries .flow-section li:nth-child(4) { transform: translateY(20px); }

/* 園だより: 特集記事と月間ノートを並べ、一覧にも写真を戻す */
.page-news .news-page { padding-top: 72px; }
.page-news .news-feature-stage {
  max-width: 1160px;
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .55fr);
  gap: 22px;
  align-items: stretch;
}
.page-news .news-feature-stage .featured-news { margin: 0; grid-template-columns: 1.05fr .95fr; }
.page-news .news-notebook {
  overflow: hidden;
  display: grid;
  grid-template-rows: 230px 1fr;
  border: 8px solid white;
  border-radius: 16px 54px 16px 54px;
  background: var(--book-yellow);
  box-shadow: 0 12px 28px rgba(67, 57, 48, .08);
}
.page-news .news-notebook > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.page-news .news-notebook > div { padding: 24px 24px 27px; }
.page-news .news-notebook small { color: #b2686e; font-weight: 700; letter-spacing: .12em; }
.page-news .news-notebook h3 { margin: 9px 0 19px; font: 700 22px/1.45 "M PLUS Rounded 1c", sans-serif; }
.page-news .news-notebook ul { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; }
.page-news .news-notebook li { padding: 11px 0; border-top: 1px dashed #d6c8a3; color: #5f5953; font-size: 12px; }
.page-news .news-notebook time { margin-right: 9px; color: #b2686e; font-weight: 700; }
.page-news .news-compact-list article,
.page-news .news-compact-list article:nth-child(even) {
  min-height: 128px;
  grid-template-columns: 116px 42px 166px 1fr 44px;
  gap: 16px;
}
.page-news .news-compact-list article > img { width: 100%; height: 92px; display: block; object-fit: cover; border-radius: 12px; }

/* FAQ: 左に保護者手帳、右に質問の読み物 */
.page-faq .faq-page {
  padding: 64px;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}
.page-faq .faq-index-column { position: sticky; top: 24px; }
.page-faq .faq-index-column .section-heading { margin-bottom: 28px; text-align: left; }
.page-faq .faq-category-grid { margin: 0; grid-template-columns: 1fr 1fr; gap: 9px; }
.page-faq .faq-category-grid a,
.page-faq .faq-category-grid a:nth-child(n) { min-height: 96px; padding: 15px; }
.page-faq .faq-parent-note {
  margin-top: 18px;
  padding: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  border: 1px solid #d9e4d5;
  border-radius: 40px 12px 40px 12px;
  background: var(--book-mint);
  color: var(--green-dark);
}
.page-faq .faq-parent-note h3 { margin: 0 0 7px; font: 700 16px/1.4 "M PLUS Rounded 1c", sans-serif; }
.page-faq .faq-parent-note p { margin: 0; color: #64605a; font-size: 11px; line-height: 1.8; }
.page-faq .subpage-faq-list { margin: 0; }
.page-faq .subpage-faq-list details { overflow: hidden; }
.page-faq .subpage-faq-list details:nth-child(even) { margin-left: 24px; background: rgba(255,249,229,.9); }
.page-faq .subpage-faq-list details > p { margin-top: 8px; }
.page-faq .admission-flow ol { gap: 18px; }
.page-faq .admission-flow li:nth-child(2),
.page-faq .admission-flow li:nth-child(4) { transform: translateY(24px); }

/* 加盟案内: 理念、支援領域、開園ロードマップを一つの物語に */
.page-franchise .partner-promise { margin-bottom: 0; }
.page-franchise .partner-facts {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 110px));
  margin: -42px auto 96px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border: 8px solid white;
  border-radius: 18px;
  background: var(--book-cream);
  box-shadow: 0 15px 32px rgba(70, 59, 49, .1);
}
.page-franchise .partner-facts article {
  min-height: 116px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  gap: 5px 13px;
  border-right: 1px dashed #d9d0c5;
  color: var(--green-dark);
}
.page-franchise .partner-facts article:last-child { border-right: 0; }
.page-franchise .partner-facts strong { align-self: center; font-size: 15px; }
.page-franchise .partner-facts span { grid-column: 2; color: #67605a; font-size: 11px; line-height: 1.65; }
.page-franchise .support-flow { padding: 72px 58px 78px; background: var(--book-mint); border: 0; border-radius: 24px 72px 24px 72px; }
.page-franchise .support-flow-layout {
  margin-top: 42px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 34px;
  align-items: stretch;
}
.page-franchise .support-flow-layout > figure {
  margin: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  border: 8px solid white;
  border-radius: 54px 14px 54px 14px;
  background: white;
}
.page-franchise .support-flow-layout > figure img { width: 100%; height: 100%; min-height: 420px; display: block; object-fit: cover; }
.page-franchise .support-flow-layout figcaption { padding: 18px 20px; color: #67605a; font-size: 11px; line-height: 1.8; }
.page-franchise .support-flow-layout ol { grid-template-columns: 1fr 1fr; gap: 15px; }
.page-franchise .support-flow-layout li,
.page-franchise .support-flow-layout li:nth-child(n) { min-height: 220px; background: rgba(255,255,255,.84); }
.page-franchise .support-flow-layout li:nth-child(2),
.page-franchise .support-flow-layout li:nth-child(4) { transform: translateY(18px); }

@media (max-width: 1180px) {
  .page-care .promise-card:nth-child(1) { grid-column: 1 / span 5; }
  .page-care .promise-card:nth-child(2) { grid-column: 6 / span 7; }
  .page-care .quality-section { grid-template-columns: 1fr 1.3fr; }
  .page-care .quality-scene { grid-column: 1 / -1; height: 260px; }
  .page-news .news-feature-stage { grid-template-columns: 1fr; }
  .page-news .news-notebook { grid-template-columns: 320px 1fr; grid-template-rows: 1fr; }
  .page-franchise .support-flow-layout { grid-template-columns: 1fr; }
  .page-franchise .support-flow-layout > figure { grid-template-columns: 1fr .55fr; grid-template-rows: 1fr; }
  .page-franchise .support-flow-layout > figure img { min-height: 300px; }
}

@media (max-width: 820px) {
  .page-care .promise-grid { grid-template-columns: 1fr; }
  .page-care .promise-card:nth-child(n) { grid-column: auto; margin-top: 0; display: grid; grid-template-columns: 1fr; border-radius: 18px 46px 18px 18px; }
  .page-care .promise-card:nth-child(3) figure { order: 0; }
  .page-care .promise-card figure,
  .page-care .promise-card:nth-child(2) figure,
  .page-care .promise-card:nth-child(3) figure { height: 260px; min-height: 260px; }
  .page-care .practice-card:nth-child(n) { grid-column: auto; }
  .page-care .quality-section { padding: 34px 24px; grid-template-columns: 1fr; }
  .page-care .quality-scene { grid-column: auto; height: 260px; }

  .page-nurseries .nursery-results-cards { grid-template-columns: 1fr; }
  .page-nurseries .nursery-results-cards .nursery-card,
  .page-nurseries .nursery-results-cards .nursery-card:first-child { grid-column: auto; display: grid; grid-template-columns: 1fr; min-height: 0; border-radius: 18px 46px 18px 18px; }
  .page-nurseries .nursery-results-cards .nursery-card:first-child .nursery-card-photo { height: 280px; min-height: 280px; border-radius: 12px 40px 0 0; }
  .page-nurseries .choice-grid article:nth-child(n),
  .page-nurseries .flow-section li:nth-child(n) { margin-top: 0; transform: none; }

  .page-news .news-feature-stage { grid-template-columns: 1fr; }
  .page-news .news-feature-stage .featured-news { grid-template-columns: 1fr; }
  .page-news .news-notebook { grid-template-columns: 1fr; grid-template-rows: 230px 1fr; }
  .page-news .news-compact-list article,
  .page-news .news-compact-list article:nth-child(even) { padding: 16px 0; grid-template-columns: 92px 34px 1fr 40px; }
  .page-news .news-compact-list article > img { grid-row: 1 / 3; height: 82px; }
  .page-news .news-compact-list .news-meta { grid-column: 3; }
  .page-news .news-compact-list h2 { grid-column: 3; }
  .page-news .news-compact-list button { grid-column: 4; grid-row: 1 / 3; }
  .page-news .news-number { display: none; }

  .page-faq .faq-page { padding: 42px 20px; grid-template-columns: 1fr; gap: 35px; }
  .page-faq .faq-index-column { position: static; }
  .page-faq .faq-category-grid { grid-template-columns: 1fr 1fr; }
  .page-faq .subpage-faq-list details:nth-child(even) { margin-left: 0; }
  .page-faq .admission-flow li:nth-child(n) { transform: none; }

  .page-franchise .partner-facts { width: calc(100% - 40px); margin: -24px auto 70px; grid-template-columns: 1fr; }
  .page-franchise .partner-facts article { min-height: 90px; border-right: 0; border-bottom: 1px dashed #d9d0c5; }
  .page-franchise .partner-facts article:last-child { border-bottom: 0; }
  .page-franchise .support-flow { padding: 48px 22px 58px; border-radius: 18px 48px 18px 48px; }
  .page-franchise .support-flow-layout > figure { grid-template-columns: 1fr; grid-template-rows: 260px auto; }
  .page-franchise .support-flow-layout > figure img { min-height: 260px; }
  .page-franchise .support-flow-layout ol { grid-template-columns: 1fr; }
  .page-franchise .support-flow-layout li:nth-child(n) { min-height: auto; transform: none; }
}

@media (max-width: 520px) {
  .page-care .promise-card-copy { padding: 24px 22px 27px; }
  .page-care .practice-card-photo,
  .page-care .practice-card:nth-child(1) .practice-card-photo,
  .page-care .practice-card:nth-child(2) .practice-card-photo { height: 210px; }
  .page-nurseries .nursery-results-cards .nursery-card:first-child .nursery-card-photo { height: 240px; min-height: 240px; }
  .page-news .news-compact-list article,
  .page-news .news-compact-list article:nth-child(even) { grid-template-columns: 76px 1fr 36px; gap: 10px; }
  .page-news .news-compact-list article > img { width: 76px; height: 72px; }
  .page-news .news-compact-list .news-meta,
  .page-news .news-compact-list h2 { grid-column: 2; }
  .page-news .news-compact-list button { grid-column: 3; }
  .page-faq .faq-category-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   トップページ刷新(2026-08-11): 全画面スライドショー+縦書きヒーロー、
   MESSAGE/FEATURES/園をさがす/INTRODUCTION/NEWS/EVENT/CONTACTの章立て。
   新規クラスはすべて home- プレフィックスで既存クラスと衝突させない。
   ============================================================ */

/* お知らせ: ホームは3件→4件に拡張(下層ページの.news-gridとは無関係) */
.news-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.page-home .news-card:nth-child(4) { border-top: 5px solid #a9c78f; }

/* MESSAGE */
.home-message { max-width: 760px; margin: 0 auto; text-align: center; }
.home-message-body { margin: 14px 0 0; color: var(--book-ink); font: 500 clamp(17px, 1.65vw, 21px)/2.15 "M PLUS Rounded 1c", sans-serif; letter-spacing: .03em; }

/* FEATURES: 3本柱(こころ・からだ・まなび)を.care-card大カードへ拡張。青トーンを追加 */
.page-home .care-card.care-blue { background: var(--book-blue); }
.home-features-cta { display: flex; width: fit-content; margin: 40px auto 0; }

/* INTRODUCTION */
.home-intro-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-intro-card { position: relative; min-height: 112px; padding: 20px 46px 20px 20px; display: flex; align-items: center; gap: 16px; border: 1px solid #e6dfd7; border-radius: 16px; background: #fffefa; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.home-intro-card:hover, .home-intro-card:focus-visible { transform: translateY(-3px); border-color: #d8cfc3; box-shadow: 0 12px 26px rgba(69, 58, 47, .08); }
.home-intro-icon { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-wash); color: var(--coral); }
.home-intro-copy { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.home-intro-copy strong { font: 700 15px/1.4 "M PLUS Rounded 1c", sans-serif; color: var(--book-ink); }
.home-intro-copy span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.home-intro-arrow { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #b7ada1; }
.home-intro-support { max-width: 1180px; margin: 16px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.home-intro-support-card { padding: 26px 28px; border-radius: 16px; background: var(--book-mint); color: var(--book-ink); }
.home-intro-support-card svg { color: var(--green-dark); }
.home-intro-support-card:nth-child(2) { background: var(--book-blue); }
.home-intro-support-card:nth-child(2) svg { color: var(--blue); }
.home-intro-support-card h3 { margin: 12px 0 8px; font: 700 16px/1.4 "M PLUS Rounded 1c", sans-serif; }
.home-intro-support-card p { margin: 0; color: #4f5a4a; font-size: 12.5px; line-height: 1.8; }

/* EVENT */
.home-event-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-event-card { position: relative; min-width: 0; padding: 30px 26px 26px; display: flex; flex-direction: column; border: 1px solid #e6dfd7; border-radius: 18px; background: #fffefa; }
.home-event-badge { position: absolute; top: -12px; left: 26px; padding: 5px 14px; border-radius: 999px; background: var(--coral); color: white; font: 700 11px/1 "M PLUS Rounded 1c", sans-serif; letter-spacing: .06em; }
.home-event-meta { display: flex; align-items: center; gap: 8px; margin-top: 6px; color: var(--muted); font-size: 12px; }
.home-event-meta svg { color: var(--coral); }
.home-event-target { margin: 8px 0 0; color: #8a7566; font-size: 11px; letter-spacing: .04em; }
.home-event-card h3 { margin: 12px 0 10px; font: 700 20px/1.4 "M PLUS Rounded 1c", sans-serif; color: var(--book-ink); }
.home-event-card > p:not(.home-event-target) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; flex: 1; }
.home-event-card button { margin-top: 20px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--coral); border-radius: 999px; background: transparent; color: var(--coral); font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease; }
.home-event-card button:hover { background: var(--coral); color: white; }

/* CONTACT(.closing-cta を再利用し、2CTA+電話番号に拡張) */
.home-contact-tel { margin-top: 20px; display: inline-flex; align-items: center; gap: 10px; color: var(--book-ink); font: 700 14px/1.6 "M PLUS Rounded 1c", sans-serif; }
.home-contact-tel svg { color: var(--coral); }
.home-contact-actions { position: relative; z-index: 1; flex: 0 0 auto; display: flex; flex-direction: column; gap: 12px; }
.home-contact-btn { min-height: 56px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s ease, filter .2s ease; white-space: nowrap; }
.home-contact-btn:hover { transform: translateY(-2px); filter: saturate(1.08); }
.home-contact-btn-coral { background: var(--coral); color: white; }
.home-contact-btn-green { background: var(--green); color: white; }

/* HERO(home-mv): 全画面写真スライドショー+左下L字帯の縦書きコピー+INFORMATIONパネル */
.home-mv-wrap { position: relative; isolation: isolate; }
.home-mv { position: relative; overflow: hidden; height: max(600px, calc(100vh - var(--header-h))); background: var(--book-cream); }
.home-mv-stage { position: absolute; inset: 0; z-index: 0; }
.home-mv-slide { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 40%; opacity: 0; transition: opacity 1.5s ease; }
.home-mv-slide.is-active { opacity: 1; }
.home-mv-badge { position: absolute; z-index: 4; top: clamp(24px, 3.8vw, 54px); left: calc(clamp(230px, 27vw, 380px) + 28px); width: clamp(132px, 11vw, 172px); height: auto; overflow: visible; filter: drop-shadow(0 10px 18px rgba(67, 54, 42, .14)); pointer-events: none; transform: rotate(-3deg); }
.home-mv-panel { position: static; }
.home-mv-band-vertical {
  position: absolute; z-index: 2; left: 0; top: 0;
  bottom: clamp(150px, 19vw, 220px);
  width: clamp(230px, 27vw, 380px);
  display: flex; align-items: center; justify-content: center;
  padding: 30px 24px;
  background: rgba(255, 253, 249, .96);
}
.home-mv-band-horizontal {
  position: absolute; z-index: 2; left: 0; bottom: 0;
  height: clamp(150px, 19vw, 220px);
  width: clamp(420px, 44vw, 640px);
  display: flex; align-items: center;
  padding: 0 32px 20px 44px;
  background: rgba(255, 253, 249, .96);
}
.home-mv-heading { margin: 0; writing-mode: vertical-rl; text-orientation: upright; color: #23335d; font: 700 clamp(30px, 3.5vw, 46px)/1.7 "M PLUS Rounded 1c", sans-serif; letter-spacing: .16em; }
.home-mv-heading span { display: block; }
.home-mv-heading span + span { margin-right: .3em; }
.home-mv-subtitle { margin: 0; color: #3d4664; font: 700 12.5px/2 "M PLUS Rounded 1c", sans-serif; letter-spacing: .06em; }
.home-mv-dots { position: absolute; z-index: 4; right: clamp(20px, 3.5vw, 56px); top: 30px; display: flex; gap: 10px; }
.home-mv-dots button { width: 9px; height: 9px; padding: 0; border: 2px solid rgba(255, 255, 255, .85); border-radius: 50%; background: rgba(255, 255, 255, .3); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.home-mv-dots button.is-active { background: #fff; transform: scale(1.2); }
.home-mv-dots button:focus-visible { outline: 3px solid rgba(255, 255, 255, .9); outline-offset: 3px; }
.home-mv-wave { position: absolute; z-index: 1; left: -6%; right: -5%; bottom: -74px; height: 150px; border-radius: 50% 48% 0 0 / 65% 70% 0 0; background: var(--book-cream); pointer-events: none; }
.home-mv-mobile-actions { display: none; }
.home-mv-info { position: absolute; z-index: 5; right: clamp(20px, 3.5vw, 56px); bottom: clamp(24px, 4vw, 56px); width: min(300px, 84vw); padding: 22px 22px 18px; border-radius: 20px; background: #fffefa; box-shadow: 0 18px 40px rgba(40, 32, 24, .16); }
.home-mv-info-head { margin: 0 0 14px; font: 700 12px/1 "M PLUS Rounded 1c", sans-serif; letter-spacing: .12em; color: #8a7566; }
.home-mv-info ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.home-mv-info li { padding-bottom: 12px; border-bottom: 1px dashed #e7dfd5; }
.home-mv-info li:last-child { border-bottom: 0; padding-bottom: 0; }
.home-mv-info-tag { display: inline-block; margin-right: 8px; padding: 2px 9px; border-radius: 999px; background: var(--green-wash); color: var(--green-dark); font-size: 10px; font-weight: 700; }
.home-mv-info time { color: #8d837c; font-size: 10px; }
.home-mv-info li p { margin: 5px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12.5px; line-height: 1.5; }
.home-mv-info > a { margin-top: 14px; display: inline-flex; align-items: center; gap: 6px; padding-bottom: 2px; border-bottom: 1px solid var(--green-dark); color: var(--green-dark); font-size: 11px; font-weight: 700; }

@media (max-width: 1180px) {
  .home-mv-band-vertical { width: clamp(210px, 25vw, 340px); }
  .home-mv-band-horizontal { width: clamp(360px, 40vw, 560px); }
}

@media (max-width: 820px) {
  :root { --header-h: 76px; }
  .home-intro-grid { grid-template-columns: repeat(2, 1fr); }
  .home-event-grid, .home-intro-support { grid-template-columns: 1fr; }
  .home-event-grid { gap: 34px; }
  .home-event-card { margin-top: 8px; }
  .home-contact-actions { width: 100%; }
  .home-contact-btn { width: 100%; }

  .home-mv-panel { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; background: rgba(255, 253, 249, .95); }
  .home-mv-band-vertical, .home-mv-band-horizontal { position: static; width: auto; height: auto; background: transparent; justify-content: flex-start; padding: 0 22px; }
  .home-mv-band-vertical { padding-top: 28px; }
  .home-mv-band-horizontal { padding-bottom: 18px; }
  .home-mv-mobile-actions { padding: 4px 22px 24px; }
  .home-mv-heading { writing-mode: horizontal-tb; text-orientation: mixed; font-size: clamp(30px, 8.5vw, 40px); line-height: 1.4; letter-spacing: .05em; }
  .home-mv-heading span + span { margin-right: 0; }
  .home-mv-subtitle { margin-top: 10px; font-size: 12px; line-height: 1.8; }
  .home-mv-dots { top: 18px; right: 16px; }
  .home-mv-badge { top: 16px; left: 14px; width: 106px; }
  .home-mv-mobile-actions { position: relative; display: flex; gap: 10px; }
  .home-mv-mobile-actions a, .home-mv-mobile-actions button { min-height: 47px; flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 999px; border: 0; background: var(--green); color: white; font-size: 13px; font-weight: 700; }
  .home-mv-mobile-actions button { background: transparent; color: var(--coral); border: 1px solid var(--coral); }
  .home-mv-info { position: static; z-index: auto; width: auto; margin: 20px 16px 0; box-shadow: 0 10px 24px rgba(69, 58, 47, .08); }
}

@media (max-width: 520px) {
  .home-intro-grid { grid-template-columns: 1fr; }
  .home-intro-card { padding: 18px 42px 18px 18px; }
  .home-event-card { padding: 26px 20px 22px; }
  .home-mv-band-vertical { padding-top: 22px; }
  .home-mv-heading { font-size: clamp(28px, 9.5vw, 34px); }
  .home-mv-badge { width: 90px; }
}

@media (min-width: 1800px) {
  .home-intro-grid, .home-intro-support, .home-event-grid { max-width: 90vw; }
  .home-message { max-width: min(920px, calc(760px + (100vw - 1800px) * .2105)); }
  .home-message-body { font-size: min(25px, calc(21px + (100vw - 1800px) * .00526)); }
  .home-mv-band-vertical {
    width: min(460px, calc(380px + (100vw - 1800px) * .105));
    bottom: min(260px, calc(220px + (100vw - 1800px) * .0526));
  }
  .home-mv-band-horizontal {
    width: min(760px, calc(640px + (100vw - 1800px) * .158));
    height: min(260px, calc(220px + (100vw - 1800px) * .0526));
  }
  .home-mv-heading { font-size: min(54px, calc(46px + (100vw - 1800px) * .0105)); }
  .home-mv-subtitle { font-size: min(15px, calc(12.5px + (100vw - 1800px) * .0033)); }
  .home-mv-info { width: min(360px, calc(300px + (100vw - 1800px) * .0789)); }
  .home-mv-badge { left: min(500px, calc(408px + (100vw - 1800px) * .121)); }
}

/* ============================================================
   参考サイト由来の演出・構成強化(2026-08-11)
   初回ローダー / FEATURES図解 / 一言キャッチ / ガイドブック / 追従ティッカー
   ============================================================ */

/* 初回アクセス時だけ表示する軽量ローダー */
.initial-loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 24px;
  background: #fffaf0;
  opacity: 1;
  visibility: visible;
  transition: opacity .62s ease, visibility .62s ease;
}
.initial-loader.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.initial-loader-frame {
  width: min(280px, 72vw);
  padding: 10px 10px 22px;
  border: 1px solid #e8dfd3;
  background: #fff;
  box-shadow: 0 22px 48px rgba(69, 58, 47, .14);
  transform: rotate(-2.2deg);
  animation: loader-frame-in .48s ease-out both;
}
.initial-loader-frame img { width: 100%; aspect-ratio: 3 / 2; display: block; object-fit: cover; object-position: center; }
.initial-loader-frame span { display: block; margin-top: 13px; color: #344366; font: 700 13px/1.4 "M PLUS Rounded 1c", sans-serif; text-align: center; letter-spacing: .08em; }
.initial-loader-spinner { width: 34px; height: 34px; animation: loader-spin .9s linear infinite; }
.initial-loader > p { margin: -3px 0 0; color: #8a7566; font: 700 11px/1 "M PLUS Rounded 1c", sans-serif; letter-spacing: .12em; }
@keyframes loader-frame-in { from { opacity: 0; transform: rotate(-2.2deg) scale(.96); } to { opacity: 1; transform: rotate(-2.2deg) scale(1); } }
@keyframes loader-spin { to { transform: rotate(360deg); } }

/* FEATURES: 見出しと図解を横に並べ、既存の特色カードへつなぐ */
.home-features-lead {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto 74px;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}
.home-features-lead .section-heading { margin: 0; text-align: left; }
.home-features-lead .section-heading > p:last-child { margin: 22px 0 0; }
.home-feature-diagram { width: 100%; max-width: 620px; margin: 0 auto; }
.home-feature-diagram svg { width: 100%; height: auto; display: block; overflow: visible; }
.home-feature-diagram-circles circle { opacity: .72; mix-blend-mode: multiply; }
.home-feature-diagram .diagram-label { fill: #344366; font: 700 22px/1 "M PLUS Rounded 1c", sans-serif; letter-spacing: .08em; text-anchor: middle; }
.home-feature-diagram .diagram-label-heart { fill: #b65365; }
.home-feature-diagram .diagram-label-body { fill: #557d42; }
.home-feature-diagram .diagram-label-learning { fill: #3f7f9f; }
.home-feature-diagram .diagram-center { fill: rgba(255, 253, 247, .96); stroke: #f0c36d; stroke-width: 4; filter: drop-shadow(0 8px 16px rgba(88, 69, 42, .12)); }
.home-feature-diagram .diagram-center-small { fill: #8a7566; font: 500 11px/1 "Noto Sans JP", sans-serif; letter-spacing: .08em; text-anchor: middle; }
.home-feature-diagram .diagram-center-main { fill: #27385f; font: 700 18px/1 "M PLUS Rounded 1c", sans-serif; letter-spacing: .04em; text-anchor: middle; }
.home-feature-diagram figcaption { margin-top: -4px; color: #7a716b; font-size: 11.5px; line-height: 1.8; text-align: center; }

/* INTRODUCTIONの名称と説明の間に、短い編集コピーを置く */
.home-intro-card { min-height: 136px; }
.home-intro-copy { gap: 4px; }
.home-intro-copy em { color: #d16f79; font: 700 12px/1.65 "M PLUS Rounded 1c", sans-serif; font-style: normal; letter-spacing: .03em; }
.home-intro-support-card > strong { display: block; margin: 0 0 9px; color: #5d7e4d; font: 700 13px/1.6 "M PLUS Rounded 1c", sans-serif; letter-spacing: .03em; }
.home-intro-support-card:nth-child(2) > strong { color: #4b87a5; }

/* 実物を想像できる園ガイドブック */
.home-guidebook {
  position: relative;
  margin: 28px clamp(20px, 5vw, 80px) 76px;
  padding: 70px clamp(28px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(420px, 1.2fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  overflow: hidden;
  border-radius: 30px 74px 30px 74px;
  background: #eef6e8;
}
.home-guidebook::after { content: ""; position: absolute; right: -120px; bottom: -170px; width: 430px; height: 360px; background: url('/assets/hero-decor-overlay.png') right bottom / 720px auto no-repeat; opacity: .28; pointer-events: none; }
.home-guidebook-visual, .home-guidebook-copy { position: relative; z-index: 1; }
.home-guidebook-visual { display: grid; place-items: center; }
.guidebook-cover { width: min(300px, 100%); height: auto; display: block; filter: drop-shadow(18px 22px 25px rgba(68, 61, 48, .18)); transform: rotate(-3deg); }
.home-guidebook-copy { max-width: 650px; }
.home-guidebook-copy h2 { margin: 0; color: var(--book-ink); font: 700 clamp(30px, 3vw, 45px)/1.5 "M PLUS Rounded 1c", sans-serif; letter-spacing: .04em; }
.home-guidebook-copy > p:not(.eyebrow) { margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }
.home-guidebook-meta { margin: 20px 0 0; display: flex; align-items: center; gap: 10px; color: #5d7e4d; font-weight: 700; }
.home-guidebook-copy button { margin-top: 25px; min-height: 56px; padding: 0 28px; display: inline-flex; align-items: center; gap: 15px; border: 0; border-radius: 999px; background: var(--coral); color: white; font-weight: 700; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.home-guidebook-copy button:hover { transform: translateY(-2px); filter: saturate(1.08); }
.home-guidebook-copy small { display: block; margin-top: 11px; color: #736b64; font-size: 11px; }
.guidebook-modal-note { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 12px; background: var(--yellow-wash); color: #6d5936 !important; font-weight: 700; }

/* ヒーロー通過後に表示する、閉じられる理念ティッカー */
.home-concept-ticker {
  position: fixed;
  z-index: 45;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 54px;
  border-bottom: 1px solid #e9ddc7;
  background: rgba(255, 249, 232, .97);
  color: #2e3b61;
  box-shadow: 0 5px 18px rgba(73, 58, 39, .07);
  transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .35s ease, opacity .25s ease, visibility .35s ease;
}
.home-concept-ticker.is-visible { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
.home-concept-ticker > span { font: 700 13px/1 "M PLUS Rounded 1c", sans-serif; letter-spacing: .12em; }
.home-concept-ticker button { position: absolute; right: 18px; width: 28px; height: 28px; display: grid; place-items: center; padding: 0; border: 1px solid #d9cbb2; border-radius: 50%; background: #fffdf8; color: #5d5870; cursor: pointer; }
.home-concept-ticker button:focus-visible { outline: 3px solid rgba(244, 140, 147, .35); outline-offset: 2px; }

@media (max-width: 820px) {
  .home-features-lead { margin-bottom: 52px; grid-template-columns: 1fr; gap: 28px; }
  .home-features-lead .section-heading { text-align: center; }
  .home-features-lead .section-heading > p:last-child { margin: 18px auto 0; }
  .home-feature-diagram { max-width: 520px; }
  .home-intro-card { min-height: 126px; }
  .home-guidebook { margin: 24px 16px 54px; padding: 50px 24px; grid-template-columns: 1fr; gap: 42px; border-radius: 22px 52px 22px 52px; }
  .guidebook-cover { width: min(270px, 78vw); }
  .home-guidebook-copy { text-align: center; }
  .home-guidebook-meta { justify-content: center; }
  .home-guidebook-copy button { justify-content: center; }
  .home-concept-ticker { display: none; }
}

@media (max-width: 520px) {
  .initial-loader-frame { width: min(250px, 74vw); }
  .home-feature-diagram .diagram-label { font-size: 20px; }
  .home-feature-diagram .diagram-center-main { font-size: 17px; }
  .home-intro-card { min-height: 132px; }
  .home-guidebook-copy h2 { font-size: 29px; }
}

@media (min-width: 1800px) {
  .home-features-lead { max-width: 90vw; grid-template-columns: minmax(470px, .84fr) minmax(620px, 1.16fr); }
  .home-feature-diagram { max-width: min(720px, calc(620px + (100vw - 1800px) * .1316)); }
  .home-guidebook { padding-left: min(9vw, 180px); padding-right: min(9vw, 180px); }
  .guidebook-cover { width: min(340px, calc(300px + (100vw - 1800px) * .0526)); }
  .home-guidebook-copy h2 { font-size: min(55px, calc(45px + (100vw - 1800px) * .01316)); }
}

@media (prefers-reduced-motion: reduce) {
  .initial-loader-frame, .initial-loader-spinner { animation: none !important; }
  .initial-loader-frame { transform: rotate(-2.2deg); }
  .home-concept-ticker { transform: none; opacity: 0; }
  .home-concept-ticker.is-visible { transform: none; opacity: 1; }
}

/* 最終カスケード: 旧レイアウトの詳細指定より後ろで役割を確定する */
body { font-family: var(--font-body); font-size: 15.5px; line-height: 1.82; letter-spacing: .01em; }
.site-shell h1, .site-shell h2, .site-shell h3 { font-family: var(--font-heading); letter-spacing: .065em; }
.site-shell .eyebrow { font-family: var(--font-body); font-size: 10px; letter-spacing: .18em; }
.site-shell .brand, .site-shell .home-mv-heading, .site-shell .home-mv-subtitle,
.site-shell .home-mv-logotype, .site-shell .home-intro-copy em,
.site-shell .home-intro-support-card > strong, .site-shell .home-concept-ticker > span,
.site-shell .home-contact-btn, .site-shell .subpage-cta button { font-family: var(--font-voice); }
.site-shell time, .site-shell .news-number, .site-shell .care-number, .site-shell .day-book-time time { font-family: var(--font-body) !important; }
.section-heading h2, .news-section h2, .closing-cta h2, .modal h2 { font-family: var(--font-heading); font-size: clamp(34px, 3.5vw, 54px); line-height: 1.35; }

.home-site-header { position: fixed; top: 0; left: 0; right: 0; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-105%); }
.home-site-header.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.home-concept-ticker { top: var(--header-h); }
.home-mv { height: 100svh; min-height: 680px; }
.home-mv-slide { object-position: center 48%; filter: saturate(.87) contrast(.96); }
.home-mv-slide:first-child { object-position: center 58%; }
.home-mv-band-vertical { top: 0; bottom: clamp(166px, 18vw, 218px); width: clamp(208px, 23vw, 350px); padding-top: 115px; background: rgba(255,253,249,.975); }
.home-mv-band-horizontal { width: clamp(500px, 48vw, 720px); height: clamp(166px, 18vw, 218px); padding: 24px 40px 28px; align-items: flex-end; gap: clamp(32px, 5vw, 74px); background: rgba(255,253,249,.975); }
.home-mv-heading { font-family: var(--font-voice); font-size: clamp(28px, calc((100vh - 395px) / 9), 49px); line-height: 1.62; transform: translateY(46px); }
.home-mv-logotype { display: grid; gap: 5px; color: #293859; white-space: nowrap; }
.home-mv-logotype strong { font-size: clamp(20px, 2vw, 29px); letter-spacing: .08em; }
.home-mv-logotype small { font: 500 8px/1 var(--font-body); letter-spacing: .24em; }
.home-mv-subtitle { padding-bottom: 2px; font: 700 11px/1.8 var(--font-voice); }
.home-mv-dots { top: auto; right: 34px; bottom: 34px; }
.home-mv-wave { bottom: -88px; height: 145px; }
.home-floating-menu-btn {
  display: none;
  position: absolute;
  z-index: 9;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #fffdf9;
  color: #23335d;
  box-shadow: 0 8px 18px rgba(53,44,36,.18);
  pointer-events: auto;
  cursor: pointer;
}
.home-floating-menu-btn:focus-visible { outline: 3px solid #23335d; outline-offset: 2px; }

.home-message { max-width: 1420px; margin: 0 auto; display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(50px, 7vw, 110px); align-items: center; text-align: left; }
.home-message-copy { padding-left: clamp(0px, 3vw, 44px); }
.home-message-body { margin-top: 14px; font-family: var(--font-body); font-size: clamp(15px, 1.3vw, 18px); line-height: 2.05; letter-spacing: .02em; }
.home-message-art { position: relative; min-height: 570px; display: grid; place-items: center; }
.home-message-illustration { width: min(760px, 100%); }

.home-intro-card, .home-intro-support-card, .home-event-card, .news-card,
.practice-card, .nursery-card, .choice-grid article, .faq-category-grid a,
.subpage-faq-list details, .support-flow ol li, .partner-facts article,
.page-guide a, .featured-news, .news-compact-list, .admission-flow ol li {
  border-radius: 6px !important;
  border-color: var(--paper-line) !important;
  box-shadow: none !important;
}
.page-hero-photo img, .partner-promise img, .quality-scene img { border-radius: 0 !important; }
.page-guide { border-top: 1px solid var(--paper-line); border-bottom: 1px solid var(--paper-line); }
.page-guide a { border: 0 !important; border-right: 1px dashed #ddcfb8 !important; background: transparent !important; }
.page-guide a:last-child { border-right: 0 !important; }
.home-intro-card { border: 0 !important; border-bottom: 1px dashed #d9ccb7 !important; background: transparent !important; }
.home-intro-card:nth-child(4) { grid-column: span 2; padding-left: 7%; }
.home-intro-support-card { border: 1px solid var(--paper-line); background: #fffaf0; }
.news-card { border: 0 !important; border-top: 1px solid var(--paper-line) !important; background: transparent !important; }
.news-grid { grid-template-columns: repeat(6, 1fr); }
.news-card { grid-column: span 2; }
.news-card:first-child, .news-card:last-child { grid-column: span 3; }
.home-event-grid { grid-template-columns: 1.2fr .8fr; align-items: stretch; }
.home-event-card { margin: 0; border: 1px solid var(--paper-line); background: #fffdf8; }
.home-event-card:first-child { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; min-height: 380px; }
.home-event-card:nth-child(2), .home-event-card:nth-child(3) { min-height: 190px; }
.practice-card:nth-child(even) { margin-top: 34px; }
.nursery-card:nth-child(2) { margin-top: 36px; }
.quality-section blockquote { margin: 28px 0 0; padding: 18px 0 18px 22px; border-left: 3px solid #d9b66e; color: #554f49; font-size: 14px; line-height: 1.9; }
.quality-section cite { display: block; margin-top: 9px; color: #7a716b; font-size: 11px; font-style: normal; letter-spacing: .06em; }

@media (max-width: 820px) {
  .home-mv { height: 100svh; min-height: 660px; }
  .home-floating-header { height: 100%; }
  .home-floating-nav { display: none; }
  .home-floating-brand { top: auto; left: 16px; bottom: 115px; width: 92px; }
  .home-floating-menu-btn { display: flex; }
  .home-mv-slide { object-position: 57% center; }
  .home-mv-slide:first-child { object-position: 62% center; }
  .home-mv-panel { position: absolute; inset: 0; display: block; background: transparent; }
  .home-mv-band-vertical { position: absolute; top: 0; right: 0; bottom: 140px; left: auto; width: 96px; height: auto; padding: 96px 10px 24px; justify-content: center; background: rgba(255,253,249,.91); }
  .home-mv-heading { writing-mode: vertical-rl; text-orientation: upright; font-size: clamp(24px, 7vw, 31px); line-height: 1.42; letter-spacing: .1em; transform: none; }
  .home-mv-heading span + span { margin-right: .24em; }
  .home-mv-band-horizontal { position: absolute; left: 0; right: auto; bottom: 0; width: min(86vw, 350px); height: 150px; padding: 38px 18px 20px; align-items: flex-end; gap: 20px; background: rgba(255,253,249,.97); }
  .home-mv-logotype strong { font-size: 18px; }
  .home-mv-subtitle { display: none; }
  .home-mv-dots { right: 15px; bottom: 22px; }
  .home-message { grid-template-columns: 1fr; gap: 28px; text-align: left; }
  .home-message-art { min-height: 430px; }
  .home-intro-card:nth-child(4) { grid-column: auto; padding-left: 18px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card, .news-card:first-child, .news-card:last-child { grid-column: auto; }
  .news-card:first-child { grid-column: 1 / -1; }
  .home-event-grid { grid-template-columns: 1fr; }
  .home-event-card:first-child { grid-row: auto; min-height: auto; }
  .practice-card:nth-child(even), .nursery-card:nth-child(2) { margin-top: 0; }
}

@media (max-width: 520px) {
  .home-message-art { min-height: 350px; }
}

@media (min-width: 1800px) {
  .home-message { max-width: 88vw; }
  .home-mv-band-vertical { width: min(410px, 22vw); bottom: min(250px, 14vw); }
  .home-mv-band-horizontal { width: min(790px, 44vw); height: min(250px, 14vw); }
}

.page-hero-copy { border-radius: 6px !important; box-shadow: none !important; }
@media (min-width: 821px) {
  .page-franchise .page-hero h1 { max-width: 7.4em; font-size: clamp(34px, 3vw, 46px); letter-spacing: .035em; }
}

/* Phase 1 cascade seal: 後続の共通ルールより上位にする専用指定 */
.site-shell.page-day .day-book-time time {
  font-family: var(--font-number) !important;
  font-variant-numeric: tabular-nums;
}

.page-home .care-section,
.page-home .search-section,
.page-home .news-section,
.page-home .home-contact {
  background-color: transparent;
  background-image: var(--paper-texture);
}
.page-home .care-section { padding-top: 126px; }
.page-home .search-section::before { opacity: .08; }
.page-home .section-heading:not(.compact)::after,
.page-home .search-section .section-heading h2::after { content: none; }
.page-home .care-photo-wrap img,
.page-home .care-card-reverse .care-photo-wrap img { border-radius: 4px; }
.page-home .home-feature-diagram { max-width: 690px; }
.page-home .home-feature-pillar-icon svg { width: 62px; height: 62px; }
.page-home .home-feature-diagram figcaption { margin-top: 13px; }
.page-home .snapshot-sketch { color: var(--accent-yellow); opacity: .56; }
.page-home .section-sketch-features { color: var(--accent-purple); opacity: .54; }
.page-home .section-sketch-search { color: var(--accent-blue); opacity: .54; }
.page-home .section-sketch-intro { color: var(--accent-yellow); opacity: .54; }
.page-home .section-sketch-news { color: var(--accent-green); opacity: .54; }
.page-home .section-sketch-event { color: var(--accent-purple); opacity: .54; }
.page-home .section-sketch-contact { color: var(--accent-pink); opacity: .54; }
.page-day .subpage-sketch-day { color: var(--accent-green); opacity: .58; }
.page-home .mobile-nav-primary,
.page-day .mobile-nav-primary { background: var(--cta-green); color: var(--ink-navy); }
.page-home .mobile-nav button,
.page-day .mobile-nav button { background: var(--cta-pink); color: var(--ink-navy); }
.page-home .footer-actions a,
.page-day .footer-actions a { background: var(--cta-green); color: var(--ink-navy); }
.page-home .footer-actions button,
.page-day .footer-actions button { background: var(--cta-pink); color: var(--ink-navy); }

@media (min-width: 821px) {
  .page-home .search-section { border-radius: 84px 30px 84px 30px; }
}

@media (max-width: 820px) {
  .page-home .home-feature-diagram { max-width: 560px; }
  .page-home .home-feature-pillar-icon svg { width: 52px; height: 52px; }
}

@media (max-width: 520px) {
  .page-home .care-section { padding-top: 94px; }
}

@media (min-width: 1800px) {
  .site-shell.page-home .home-mv-band-vertical {
    width: min(460px, calc(410px + (100vw - 1800px) * .0658));
    bottom: min(280px, calc(250px + (100vw - 1800px) * .0395));
  }
  .site-shell.page-home .home-mv-band-horizontal {
    width: min(900px, calc(790px + (100vw - 1800px) * .1447));
    height: min(280px, calc(250px + (100vw - 1800px) * .0395));
  }
  .site-shell.page-home .home-message,
  .site-shell.page-home .home-snapshots,
  .site-shell.page-home .home-features-lead,
  .site-shell.page-home .home-intro-grid,
  .site-shell.page-home .home-intro-support,
  .site-shell.page-home .news-heading-row,
  .site-shell.page-home .news-grid,
  .site-shell.page-home .home-event-grid {
    max-width: min(2200px, 88vw);
  }
  .site-shell.page-home .home-feature-diagram {
    max-width: min(900px, calc(690px + (100vw - 1800px) * .2763));
  }
  .site-shell.page-day .day-book-story {
    padding-left: min(10vw, 230px);
    padding-right: min(10vw, 230px);
  }
  .site-shell.page-day .day-book-practical { width: min(2200px, 86vw); }
}

/* ============================================================
   Phase 2: 下層ページ 水彩×フェルト手芸（共通部品 + care / nurseries）
   ============================================================ */

/* ---- 共通部品: PageHero ---- */
.page-hero {
  position: relative;
  background-color: var(--watercolor-blue);
  background-image: var(--paper-texture);
}
.page-hero-green { background-color: var(--watercolor-mint); }
.page-hero-yellow { background-color: var(--watercolor-yellow); }
.page-hero-pink { background-color: var(--watercolor-pink); }
.page-hero-copy { background: transparent; box-shadow: none !important; }
.page-hero::after { opacity: .2; }
.page-hero-stitch.stitch-accent {
  width: min(170px, 60%);
  height: 20px;
  margin: 16px 0 0;
  color: var(--stitch-blue);
}
.page-hero-green .page-hero-stitch.stitch-accent { color: var(--stitch-green); }
.page-hero-yellow .page-hero-stitch.stitch-accent { color: var(--stitch-yellow); }
.page-hero-pink .page-hero-stitch.stitch-accent { color: var(--stitch-pink); }

.page-hero-photo { position: relative; padding: 22px 30px 24px 14px; }
.page-hero-photo img {
  height: 100%;
  border-radius: 6px !important;
  border: 8px solid #fffdf9;
  box-shadow: 0 16px 30px rgba(35, 51, 93, .18);
  transform: rotate(2deg);
}
.page-news .page-hero-photo img,
.page-franchise .page-hero-photo img { transform: rotate(-1.8deg); }

/* 園をさがす: 全面写真＋浮遊カードの構図は保ったまま水彩トーンへ retint */
.page-nurseries .page-hero { background: var(--paper); background-image: var(--paper-texture); }
.page-nurseries .page-hero-photo { padding: 0; }
.page-nurseries .page-hero-photo img { border: 0; border-radius: 0 !important; box-shadow: none; transform: none; }
.page-nurseries .page-hero-copy {
  background-color: rgba(223, 242, 251, .93) !important;
  background-image: var(--paper-texture);
}
.page-nurseries .page-hero-stitch.stitch-accent { color: var(--stitch-blue); }

/* ---- 共通部品: PageGuide（色付きピルに戻さず、罫線だけステッチ点線に） ---- */
.page-guide,
.page-guide a[class^="guide-"] { border-color: #d8c39c !important; }
.page-guide { border-top-style: dashed !important; border-bottom-style: dashed !important; }
.page-guide a,
.page-guide a[class^="guide-"] { border-right-style: dashed !important; }

/* ---- 共通部品: PageCta（ピンク水彩＋紙テクスチャ＋ステッチフレーム） ---- */
.subpage-cta {
  background-color: var(--watercolor-pink);
  background-image: var(--paper-texture);
}
.subpage-cta::after { opacity: .18; }
.subpage-cta .stitch-frame {
  position: absolute;
  z-index: 1;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  color: rgba(217, 112, 118, .46);
}

/* ---- わたしたちの保育 (/care/) ---- */
.felt-care-philosophy { top: 22px; right: 30px; --felt-size: 54px; --felt-rotate: 8deg; }
.felt-care-quality { top: -18px; right: 8%; --felt-size: 56px; --felt-rotate: -6deg; --felt-float-delay: .6s; }

.page-care .editorial-lead {
  background-color: var(--paper-cream);
  background-image: var(--paper-texture);
}
.page-care .editorial-lead::after { opacity: .14; }
.page-care .philosophy-list li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px dashed var(--stitch-pink);
  border-radius: 50%;
  background: #fffdf9;
  color: var(--accent-pink);
  font-size: 14px;
}
.page-care .philosophy-list li:nth-child(2) > span { border-color: var(--stitch-green); color: var(--accent-green); }
.page-care .philosophy-list li:nth-child(3) > span { border-color: var(--stitch-blue); color: var(--accent-blue); }

.page-care .subpage-intro {
  position: relative;
  isolation: isolate;
  background-color: var(--watercolor-mint);
  background-image: var(--paper-texture);
}
.page-care .promise-card { background-color: #fffdf9 !important; }
.page-care .promise-card figure { border: 6px solid #fff; box-shadow: 0 10px 20px rgba(53, 44, 36, .14); box-sizing: border-box; }
.page-care .promise-card:nth-child(1) figure { transform: rotate(-1.2deg); }
.page-care .promise-card:nth-child(2) figure { transform: rotate(1.2deg); }
.page-care .promise-card:nth-child(3) figure { transform: rotate(-1deg); }
.page-care .promise-pink .promise-card-copy > span { background: var(--watercolor-pink); color: var(--accent-pink); }
.page-care .promise-green .promise-card-copy > span { background: var(--watercolor-mint); color: var(--accent-green); }
.page-care .promise-blue .promise-card-copy > span { background: var(--watercolor-blue); color: var(--accent-blue); }
.promise-card-motif.growth-motif { position: absolute; top: 20px; right: 58px; left: auto; width: 28px; height: 28px; opacity: .82; }

.page-care .practice-section { background: var(--paper); background-image: var(--paper-texture); }
.page-care .practice-card { position: relative; background-color: #fffdf9 !important; }
.page-care .practice-card .stitch-frame { color: rgba(116, 101, 88, .36); }
.page-care .practice-card.tone-blush .stitch-frame,
.page-care .practice-card.tone-pink .stitch-frame { color: rgba(233, 154, 163, .56); }
.page-care .practice-card.tone-yellow .stitch-frame { color: rgba(221, 191, 100, .6); }
.page-care .practice-card.tone-blue .stitch-frame { color: rgba(145, 190, 208, .6); }
.page-care .practice-card-photo {
  width: calc(100% - 24px);
  height: 168px;
  margin: 20px auto 0;
  padding: 8px 8px 18px;
  display: block;
  background: #fff;
  border: 1px solid #f1ede6;
  box-shadow: 0 10px 18px rgba(53, 44, 36, .12);
  box-sizing: border-box;
  object-fit: cover;
}
.page-care .practice-card:nth-child(1) .practice-card-photo,
.page-care .practice-card:nth-child(2) .practice-card-photo { height: 210px; }
.page-care .practice-card:nth-child(odd) .practice-card-photo { transform: rotate(-1deg); }
.page-care .practice-card:nth-child(even) .practice-card-photo { transform: rotate(1deg); }

.page-care .quality-section {
  position: relative;
  background-color: var(--watercolor-blue);
  background-image: var(--paper-texture);
}
.page-care .quality-section blockquote {
  position: relative;
  margin-top: 24px;
  padding: 20px 22px 20px 26px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 253, 249, .84);
  box-shadow: 0 8px 16px rgba(35, 51, 93, .1);
  transform: rotate(-.6deg);
}
.page-care .quality-section blockquote .stitch-frame { color: rgba(85, 153, 187, .5); }
.page-care .quality-grid span { background: rgba(255, 255, 255, .72); }

/* ---- 園をさがす (/nurseries/) ---- */
.felt-nurseries-search { top: 6px; right: 8%; --felt-size: 58px; --felt-rotate: 7deg; }
.felt-nurseries-flow { top: -20px; left: 4%; --felt-size: 60px; --felt-rotate: -6deg; --felt-float-delay: .5s; }

.page-nurseries .nurseries-page { position: relative; background: var(--paper); background-image: var(--paper-texture); }
.page-nurseries .subpage-search-form {
  position: relative;
  background-color: var(--watercolor-blue);
  background-image: var(--paper-texture);
}
.page-nurseries .result-heading {
  padding: 16px 4px;
  background: transparent;
  border-radius: 0;
  border-bottom: 2px dashed var(--paper-line);
}
.page-nurseries .nursery-card { position: relative; }
.page-nurseries .nursery-card:nth-child(n) { background-color: #fffdf9 !important; }
.page-nurseries .nursery-card .stitch-frame { color: rgba(116, 101, 88, .36); }
.page-nurseries .nursery-card:nth-child(3n+1) .stitch-frame { color: rgba(233, 154, 163, .5); }
.page-nurseries .nursery-card:nth-child(3n+2) .stitch-frame { color: rgba(156, 197, 146, .5); }
.page-nurseries .nursery-card:nth-child(3n+3) .stitch-frame { color: rgba(145, 190, 208, .5); }
.page-nurseries .nursery-card-photo img { filter: saturate(.96); }
.page-nurseries .nursery-card-photo span {
  background: var(--watercolor-yellow);
  border: 2px dashed rgba(255, 255, 255, .85);
  color: var(--day-accent-yellow);
  box-shadow: 0 3px 8px rgba(53, 44, 36, .18);
}
.page-nurseries .nursery-card-note { background: var(--paper-cream); }

.page-nurseries .choice-section {
  background-color: var(--watercolor-mint);
  background-image: var(--paper-texture);
}
.page-nurseries .choice-grid article:nth-child(n) { background-color: #fffdf9 !important; }
.page-nurseries .choice-grid article > svg { color: var(--accent-green); }

.page-nurseries .flow-section { background: var(--paper); background-image: var(--paper-texture); }
.page-nurseries .flow-section li:nth-child(n) { background-color: #fffdf9 !important; }
.page-nurseries .flow-section > ol { position: relative; z-index: 1; grid-column: 2; grid-row: 1; }
.nursery-flow-route {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  pointer-events: none;
  color: var(--stitch-green);
  opacity: .55;
}
.nursery-flow-route svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.nursery-flow-route-desktop { display: block; }
.nursery-flow-route-mobile { display: none; }

@media (max-width: 820px) {
  .page-nurseries .flow-section > ol,
  .nursery-flow-route { grid-column: 1; grid-row: 2; }
  .nursery-flow-route-desktop { display: none; }
  .nursery-flow-route-mobile { display: block; }
}

@media (max-width: 520px) {
  .felt-care-philosophy,
  .felt-care-quality,
  .felt-nurseries-search,
  .felt-nurseries-flow { --felt-size: 40px; }
  .felt-care-philosophy { top: 8px; right: 12px; }
  .felt-care-quality { top: -10px; right: 6%; }
  .felt-nurseries-search { top: -14px; right: 4%; }
  .felt-nurseries-flow { top: -12px; left: 3%; }
  .page-care .practice-card-photo { width: calc(100% - 20px); height: 190px; }
}

/* ============================================================
   Phase 2b: 下層ページ 水彩×フェルト手芸（news / faq / franchise）
   ============================================================ */

/* ---- 共通: 経路ステッチSVG（franchise support-flow / faq admission-flowで使用） ---- */
.flow-stitch-route,
.admission-stitch-route {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.flow-stitch-route svg,
.admission-stitch-route svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.flow-stitch-route-mobile,
.admission-stitch-route-mobile { display: none; }

/* ---- お知らせ (/news/) ---- */
.felt-news-latest { top: -14px; right: 7%; --felt-size: 58px; --felt-rotate: 7deg; }
.felt-news-list { top: 58%; left: 1.5%; --felt-size: 52px; --felt-rotate: -6deg; --felt-float-delay: .6s; }

/* レガシーの書籍調ヒーロー上書き解消: 写真パネルの背景ボックスを消し、共通の水彩紙面+白フチ写真に揃える */
.page-news .page-hero-photo,
.page-faq .page-hero-photo { padding: 22px 30px 24px 14px; background: transparent; }

.page-news .news-page { position: relative; background-color: var(--paper); background-image: var(--paper-texture); }
.page-news .news-feature-stage { position: relative; }
.page-news .featured-news {
  position: relative;
  padding: 20px 26px 22px 18px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  overflow: visible;
  background-color: #fffdf9 !important;
  background-image: var(--paper-texture);
}
.page-news .featured-news > img {
  height: 320px;
  border: 8px solid #fff;
  border-radius: 4px;
  box-shadow: 0 14px 26px rgba(35, 51, 93, .16);
  transform: rotate(-1.6deg);
  object-fit: cover;
}
.page-news .news-notebook { position: relative; transform: rotate(.8deg); background-color: var(--paper-cream) !important; }
.page-news .news-notebook .stitch-frame { color: rgba(210, 140, 66, .5); }
.page-news .news-notebook > :not(.stitch-frame) { position: relative; z-index: 1; }
.page-news .filter-tabs button.active { border-bottom-style: dashed; border-bottom-color: var(--stitch-pink); }
.page-news .news-compact-list { background-color: var(--paper); background-image: var(--paper-texture); }
.page-news .news-compact-list article,
.page-news .news-compact-list article:nth-child(even) { border-bottom: 1px dashed var(--paper-line); background: transparent !important; }

/* ---- よくあるご質問 (/faq/) ---- */
.felt-faq-index { top: -16px; right: 10%; --felt-size: 54px; --felt-rotate: 7deg; }
.felt-faq-admission { top: -18px; left: 5%; --felt-size: 52px; --felt-rotate: -6deg; --felt-float-delay: .5s; }

.page-faq .faq-page { position: relative; background-color: var(--paper); background-image: var(--paper-texture); }

.faq-category-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.page-faq .faq-category-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 132px;
  padding: 18px;
  background-color: #fffdf9 !important;
  background-image: var(--paper-texture);
}
.page-faq .faq-category-grid a > svg:last-child { position: absolute; top: 16px; right: 16px; opacity: .48; }
.page-faq .faq-category-pink .faq-category-icon { background: var(--watercolor-pink); color: var(--accent-pink); }
.page-faq .faq-category-mint .faq-category-icon { background: var(--watercolor-mint); color: var(--accent-green); }
.page-faq .faq-category-blue .faq-category-icon { background: var(--watercolor-blue); color: var(--accent-blue); }
.page-faq .faq-category-yellow .faq-category-icon { background: var(--watercolor-yellow); color: var(--accent-yellow); }

.page-faq .faq-parent-note { position: relative; background-color: var(--watercolor-mint) !important; background-image: var(--paper-texture); }
.page-faq .faq-parent-note .stitch-frame { color: rgba(104, 152, 75, .48); }
.page-faq .faq-parent-note > :not(.stitch-frame) { position: relative; z-index: 1; }

.page-faq .subpage-faq-list details:nth-child(n) { background-color: #fffdf9 !important; border-bottom-style: dashed !important; }
.page-faq .subpage-faq-list summary > span {
  background: var(--watercolor-blue);
  border: 2px dashed var(--stitch-blue);
  color: var(--accent-blue);
}

.page-faq .admission-flow { position: relative; isolation: isolate; background-color: transparent; background-image: var(--paper-texture); }
.page-faq .admission-flow > :not(.watercolor-field):not(.felt-deco) { position: relative; z-index: 1; }
.page-faq .admission-flow > .watercolor-field { max-width: none; margin: 0; text-align: left; }
.page-faq .admission-flow-route-wrap { position: relative; }
.page-faq .admission-flow-route-wrap > ol { position: relative; z-index: 1; }
.admission-stitch-route { color: var(--stitch-green); opacity: .55; }
.page-faq .admission-flow li { position: relative; }
.page-faq .admission-flow li:nth-child(n) { background-color: #fffdf9 !important; }
.page-faq .admission-flow li .stitch-frame { color: rgba(104, 152, 75, .4); }
.page-faq .admission-flow li > :not(.stitch-frame) { position: relative; z-index: 1; }
.page-faq .admission-flow aside { background-color: #fffdf9; }

/* ---- フランチャイズ加盟案内 (/franchise/) ---- */
.felt-franchise-flow { top: 18px; right: 4%; --felt-size: 40px; --felt-rotate: 6deg; }

.page-franchise .partner-promise { position: relative; background-color: var(--paper); }
.page-franchise .partner-promise img {
  border-radius: 4px !important;
  border: 8px solid #fffdf9;
  box-shadow: 0 15px 28px rgba(35, 51, 93, .16);
  transform: rotate(-1.4deg);
}
.page-franchise .partner-facts article { border-right-color: var(--paper-line); }

.page-franchise .support-flow { position: relative; isolation: isolate; background-color: transparent; background-image: var(--paper-texture); }
.page-franchise .support-flow > :not(.watercolor-field):not(.felt-deco) { position: relative; z-index: 1; }
.page-franchise .support-flow-route-wrap { position: relative; }
.page-franchise .support-flow-route-wrap > ol { position: relative; z-index: 1; }
.flow-stitch-route { color: var(--stitch-blue); opacity: .55; }
.page-franchise .support-flow-layout li { position: relative; }
.page-franchise .support-flow-layout li:nth-child(n) { background-color: #fffdf9 !important; }
.page-franchise .support-flow-layout li .stitch-frame { color: rgba(85, 153, 187, .4); }
.page-franchise .support-flow-layout li > :not(.stitch-frame) { position: relative; z-index: 1; }

.page-franchise .support-table-wrap { position: relative; background-color: #fffdf9; background-image: var(--paper-texture); }
.page-franchise .support-table-wrap .stitch-frame { color: rgba(116, 101, 88, .38); }
.page-franchise .support-table-wrap > :not(.stitch-frame) { position: relative; z-index: 1; }

.page-franchise .partner-contact { position: relative; isolation: isolate; background-color: transparent; background-image: var(--paper-texture); }
.page-franchise .partner-contact > :not(.watercolor-field) { position: relative; z-index: 1; }

@media (max-width: 820px) {
  .flow-stitch-route-desktop,
  .admission-stitch-route-desktop { display: none; }
  .flow-stitch-route-mobile,
  .admission-stitch-route-mobile { display: block; }

  .felt-news-latest { --felt-size: 44px; top: -8px; right: 14px; }
  .felt-news-list { --felt-size: 40px; left: auto; right: 14px; }
  .felt-faq-index { --felt-size: 42px; top: -8px; right: 14px; }
  .felt-faq-admission { --felt-size: 40px; top: -10px; left: 12px; }
  .felt-franchise-flow { --felt-size: 34px; top: 10px; right: 12px; }

  .page-news .featured-news { padding: 16px; }
  .page-news .featured-news > img { height: 240px; }
}

@media (max-width: 520px) {
  .felt-news-latest,
  .felt-news-list,
  .felt-faq-index,
  .felt-faq-admission { display: none; }
  .felt-franchise-flow { --felt-size: 30px; }

  .page-news .featured-news { padding: 12px; }
  .page-news .featured-news > img { height: 190px; }
}


/* ============================================
   静的サイト用の追加ルール(_conversion/convert.pyが生成)
   ============================================ */
[hidden] { display: none !important; }
