:root {
  --display-font: 'M PLUS Rounded 1c', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --green: #168a3a;
  --green-light: #58bc54;
  --orange: #ff6a20;
  --red: #ef3b22;
  --brown: #505050;
  --cream: #fffaf0;
  --cream-deep: #fff2d7;
  --line: #f3c36f;
  --soft-line: #f4dcc0;
  --mint: #eff9e8;
  --pink: #fff2ec;
  --shadow: 0 8px 24px rgba(127, 82, 32, 0.08);
  --radius: 14px;
  --content: 990px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown);
  font-family: sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.58;
  background: radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.95), transparent 28%), linear-gradient(90deg, rgba(255, 245, 221, 0.78) 0 1px, transparent 1px 28px), linear-gradient(180deg, rgba(255, 245, 221, 0.72) 0 1px, transparent 1px 28px), #fffaf1;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--orange);
}

a:focus-visible {
  color: var(--orange);
  outline: 3px solid rgba(255, 106, 32, 0.45);
  outline-offset: 3px;
}

.page {
  width: min(100%, var(--content));
  margin: 0 auto;
  padding: 16px 19px 10px;
  background: radial-gradient(circle at 80% 5%, rgba(255, 255, 255, 0.95), transparent 32%), linear-gradient(180deg, #fffdfa 0%, #fff8e9 100%);
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(330px, 1fr) 380px;
  gap: 8px;
  align-items: start;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px 6px;
}

.logo-mark {
  width: 51px;
  height: auto;
}

.logo-text {
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  align-items: baseline;
  font-family: var(--display-font);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.logo-text span:nth-child(1) {
  color: var(--green);
}

.logo-text span {
  flex: 0 0 auto;
}

.logo-text span:nth-child(2) {
  color: var(--orange);
}

.logo-text span:nth-child(3) {
  color: #2880c7;
}

.hero h1 {
  margin: 0 0 12px 10px;
  font-family: var(--display-font);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}

.hero h1 strong {
  color: var(--red);
  font-size: 32px;
  font-weight: 800;
}

.hero p {
  margin: 0 0 12px 11px;
  line-height: 1.72;
}

.toy-line {
  display: flex;
  align-items: end;
  gap: 38px;
  margin: 6px 0 0 11px;
  min-height: 58px;
}

.toy-line img:nth-child(1) {
  width: 43px;
}

.toy-line img:nth-child(2) {
  width: 67px;
}

.toy-line img:nth-child(3) {
  width: 38px;
}

.toy-line img:nth-child(4) {
  width: 50px;
}

.hero-visual {
  position: relative;
  min-height: 292px;
}

.hero-visual > img {
  width: 405px;
  max-width: none;
  height: 302px;
  margin: -28px -24px 0 auto;
  object-fit: cover;
  object-position: 48% 50%;
  border-radius: 0;
  -webkit-mask-image: radial-gradient(ellipse 55% 51% at 55% 47%, #000 62%, rgba(0, 0, 0, 0.84) 74%, rgba(0, 0, 0, 0.34) 88%, transparent 100%);
  mask-image: radial-gradient(ellipse 55% 51% at 55% 47%, #000 62%, rgba(0, 0, 0, 0.84) 74%, rgba(0, 0, 0, 0.34) 88%, transparent 100%);
}

.message-badge {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 160px;
  height: 118px;
  display: grid;
  place-items: center;
  padding: 16px 11px;
  text-align: center;
  line-height: 1.35;
  color: #3f2418;
  background: #fffdf8;
  border: 2px solid #f2a72d;
  border-radius: 50%;
  box-shadow: var(--shadow);
  font-size: 1.6rem;
}

.message-badge span {
  position: absolute;
  bottom: 12px;
  color: transparent;
}

.message-badge span::after {
  content: '♥';
  color: #ff9e82;
  position: absolute;
  left: 140%;
  bottom: 4px;
}

.schedule-section {
  margin-top: 20px;
}

.ribbon-title {
  position: relative;
  z-index: 1;
  width: 286px;
  margin: 0 auto -15px;
  padding: 6px 18px 9px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  background: linear-gradient(180deg, #50c64e, #168a3a);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.04);
}

.ribbon-title::before,
.ribbon-title::after {
  content: '';
  position: absolute;
  top: 8px;
  z-index: -1;
  border: 21px solid #35a844;
  border-left-color: transparent;
}

.ribbon-title::before {
  left: -40px;
}

.ribbon-title::after {
  right: -40px;
  transform: scaleX(-1);
}

.schedule-status {
  width: fit-content;
  max-width: 92%;
  margin: 24px auto -17px;
  padding: 4px 16px;
  color: var(--green);
  text-align: center;
  border-radius: 999px;
  background: #eff9e8;
}

.schedule-status.is-open {
  color: #fff;
  background: var(--green);
}

.schedule-status.is-changed {
  color: #8f451d;
  background: #fff0ce;
}

.schedule-layout {
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 12px;
  align-items: stretch;
  margin-top: 28px;
}

.schedule-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.83);
  overflow: hidden;
}

.schedule-card {
  position: relative;
  min-height: 214px;
  padding: 16px 18px 10px;
}

.schedule-card + .schedule-card {
  border-left: 1px solid var(--line);
}

.monthly {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 19px;
  line-height: 1;
}

.monthly [data-schedule-label] {
  display: inline-block;
  margin-right: 9px;
  padding: 2px 9px 4px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
}

.venue-note {
  margin: -1px 0 5px;
  color: var(--green);
  font-size: 1.6rem;
  line-height: 1.3;
}

.date {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 34px;
  line-height: 1.1;
  white-space: nowrap;
}

.date small {
  font-size: 17px;
}

small {
  font-size: 1.6rem;
}

.schedule-card dl {
  margin: 0;
}

.schedule-card dl div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 6px;
  margin-top: 7px;
}

.schedule-card dt {
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brown);
  border: 2px solid var(--green);
  border-radius: 4px;
  background: #fff;
}

.schedule-card dd {
  margin: 0;
  line-height: 1.55;
}

.schedule-card [data-schedule-venue],
.schedule-card [data-schedule-time] {
  white-space: pre-line;
}

.schedule-card.is-special {
  background: #fffaf0;
}

.schedule-card.is-special .monthly {
  color: #b45f2c;
}

.schedule-card.is-special .monthly [data-schedule-label] {
  background: #ef8a54;
}

.venue-name-compact {
  display: inline-block;
  font-size: 1.6rem;
}

.place-illustration {
  position: absolute;
  right: 10px;
  bottom: 9px;
  width: 72px;
}

.repair-message {
  position: relative;
  min-height: 196px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  overflow: hidden;
}

.repair-message p {
  position: absolute;
  top: 56px;
  left: 34px;
  z-index: 1;
  margin: 0;
  width: 150px;
  line-height: 1.5;
}

.repair-message img {
  position: absolute;
  z-index: 0;
  right: 0;
  top: -18px;
  width: 230px;
  max-width: none;
}

.notice {
  margin-top: 14px;
  padding: 20px 24px;
  text-align: center;
  border: 1px solid #f4a796;
  border-radius: 9px;
  background: linear-gradient(180deg, #fff5ed 0%, #fffaf3 100%);
}

.notice h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: var(--red);
  font-size: 19px;
}

.notice h2 img {
  width: 38px;
}

.notice-text {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.notice-item + .notice-item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #efb2a5;
}

.notice-item h3 {
  margin: 0 0 4px;
  color: var(--red);
  font-size: 1.8rem;
}

.notice p {
  margin: 2px 0;
  padding-inline: 34px;
  text-align: left;
  line-height: 1.65;
}

.flow,
.access,
.faq {
  margin-top: 13px;
  padding: 30px 18px 30px;
  border: 1px solid var(--soft-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: -2px 0 30px;
  font-size: 2.3rem;
  line-height: 1;
  text-align: center;
}

.section-heading::before,
.section-heading::after {
  content: '';
  height: 1px;
  flex: 1;
  max-width: 230px;
  background: #ead5a9;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 114px;
  text-align: center;
}

.flow-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -24px;
  top: 56px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #7bb743;
}

.step {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--green);
}

.flow-list h3 {
  margin: 0 0 5px 18px;
}

.flow-list img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 5px 0 7px;
}

.flow-list p {
  margin: 0;
  line-height: 1.55;
}

.flow-name {
  padding-inline: 3px;
  font-size: 1.9rem;
  font-weight: 800;
  background: linear-gradient(transparent 58%, #ffe66d 58%);
}

.flow-donation {
  padding: 8px 6px;
  border: 1px solid #f1cd6d;
  border-radius: 12px;
  background: #fffaf0;
}

.flow-donation .donation-step-mark {
  background: #ef8a54;
}

.flow-donation .flow-name {
  color: #b45f2c;
}

.flow-note {
  margin: 15px 0 0;
  text-align: center;
  color: var(--red);
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 1.5;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 13px;
}

.info-card {
  position: relative;
  min-height: 132px;
  padding: 11px 18px 11px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(235, 248, 228, 0.95), rgba(255, 255, 255, 0.86));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.info-card:nth-child(even),
.toy-ng {
  background: linear-gradient(135deg, #fff2ec, rgba(255, 255, 255, 0.9));
}

.info-card h2 {
  margin: 0 0 7px;
  color: var(--green);
  font-size: 2.3rem;
  line-height: 1.25;
}

.toy-ng h2,
.achievements h2 {
  color: var(--red);
}

.info-card p,
.info-card li {
  line-height: 1.75;
}

.info-card p {
  margin: 0 0 4px;
}

.info-card ul {
  margin: 0;
  padding-left: 17px;
}

.about {
  padding-right: 94px;
}

.about img {
  position: absolute;
  right: 12px;
  bottom: 5px;
  width: 74px;
}

.achievement-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.achievement-boxes div {
  min-height: 88px;
  padding: 9px 7px 6px;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.achievement-boxes h3 {
  margin: 0 0 8px;
  color: var(--green);
}

.achievement-boxes strong {
  display: block;
  font-size: 19px;
}

.achievement-boxes p {
  margin: 0;
}

.achievement-boxes img {
  width: 151px;
  margin: 4px auto 0;
}

.sprout {
  display: block;
  color: transparent;
}

.sprout::before {
  content: '🌱';
  color: #68b347;
  font-size: 25px;
}

.toy-icons {
  position: absolute;
  right: 18px;
  top: 45px;
  display: flex;
  align-items: end;
  gap: 9px;
}

.toy-icons img:nth-child(1) {
  width: 43px;
}

.toy-icons img:nth-child(2) {
  width: 61px;
}

.toy-icons img:nth-child(3) {
  width: 50px;
}

.small {
  position: static;
  max-width: 100%;
  margin-top: 8px;
}

.warning-art {
  position: absolute;
  right: 14px;
  bottom: 16px;
  display: grid;
  gap: 4px;
  justify-items: center;
}

.warning-art img {
  width: 82px;
}

.warning-art span {
  width: 31px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #111;
  font-size: 22px;
  line-height: 1;
  background: #ffe321;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.support {
  display: grid;
  grid-template-columns: 1fr 1fr 124px;
  gap: 15px;
  align-items: center;
  margin-top: 13px;
  padding: 11px 20px;
  border: 1px solid var(--soft-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
}

.support div + div {
  padding-left: 16px;
  border-left: 1px solid #ead5a9;
}

.support h2 {
  margin: 0 0 5px;
  color: var(--green);
  font-size: 17px;
}

.support p {
  margin: 0;
}

.support img {
  width: 122px;
}

.access {
  padding: 30px 16px 30px;
}

.access-list {
  display: grid;
  gap: 7px;
}

.access-row {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 14px;
  padding: 20px 25px;
  border: 1px solid #eed8af;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.76);
}

.access-text h3 {
  margin: 0 0 5px;
  color: var(--green);
  line-height: 1.3;
}

.access-row:last-child .access-text h3 {
  color: var(--red);
}

.access-text p {
  margin: 3px 0;
  line-height: 1.55;
}

.access-text span {
  display: block;
  width: max-content;
  margin: 3px 0;
  padding: 1px 8px;
  color: #fff;
  background: var(--green);
  border-radius: 3px;
}

.access-map {
  min-width: 0;
  border: 1px solid #efc98d;
  border-radius: 6px;
  overflow: hidden;
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 200px;
  border: 0;
}

.faq {
  margin-top: 13px;
  padding-bottom: 30px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #e3d7c6;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 18px rgba(94, 70, 39, 0.07);
}

.faq-item summary {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 18px 64px 18px 24px;
  color: #283a35;
  font-family: var(--display-font);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  content: '';
}

.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #9a762e;
  font-family: sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary {
  color: var(--green);
  background: #fffdf7;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item summary:hover {
  color: var(--green);
  background: #fffaf0;
}

.faq-item summary:focus-visible {
  outline: 3px solid rgba(255, 106, 32, 0.45);
  outline-offset: -4px;
}

.faq-answer {
  padding: 0 64px 20px 24px;
}

.faq-answer p {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #eadfce;
  line-height: 1.8;
}

.contact {
  margin-top: 14px;
  padding: 20px 28px 18px;
  text-align: center;
  border: 1px solid #d9ecf4;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(180deg, #fffefa 0%, #f4fbff 100%);
  overflow: hidden;
}

.contact-form-area {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px 20px;
  border: 2px solid #f4e7cf;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.contact-illust {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--brown);
  line-height: 1.7;
}

.contact-illust img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.contact-illust p {
  margin: 0;
}

.contact-form {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid #f4e7cf;
  border-radius: 12px;
  background: rgba(255, 253, 247, 0.9);
}

.contact-form label {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: center;
  text-align: left;
}

.contact-form label span {
  color: var(--brown);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 9px 12px;
  color: var(--brown);
  font: inherit;
  font-size: 1.6rem;
  border: 1px solid #e8dcc7;
  border-radius: 6px;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .select-wrapper {
  position: relative;
  display: block;
  min-width: 0;
}

.contact-form .select-wrapper::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--brown);
  line-height: 1;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}

.contact-form .select-wrapper select {
  appearance: none;
  padding-right: 44px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(61, 115, 151, 0.24);
  border-color: #5e94b6;
}

.contact-form button {
  justify-self: center;
  min-width: 220px;
  margin-top: 4px;
  padding: 10px 28px;
  color: #fff;
  font: inherit;
  font-size: 1.8rem;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(180deg, #ff7c6f 0%, #ef5f50 100%);
  box-shadow: 0 4px 0 #d94b40;
  cursor: pointer;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: linear-gradient(180deg, #ff8d82 0%, #f2695b 100%);
  outline: 3px solid rgba(239, 95, 80, 0.25);
  outline-offset: 3px;
}

.footer-brand {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 18px -28px -18px;
  padding: 16px 28px 14px;
  background: linear-gradient(45deg, rgba(120, 198, 226, 0.18) 25%, transparent 25% 75%, rgba(120, 198, 226, 0.18) 75%), linear-gradient(45deg, rgba(120, 198, 226, 0.18) 25%, transparent 25% 75%, rgba(120, 198, 226, 0.18) 75%);
  background-color: #dff4fb;
  background-position:
    0 0,
    12px 12px;
  background-size: 24px 24px;
}

.footer-brand img {
  width: 38px;
}

.footer-brand p {
  margin: 0;
  text-align: center;
  line-height: 1.55;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: var(--brown);
  font-size: 2rem;
}

.footer-toys {
  position: absolute;
  right: 44px;
  bottom: 9px;
  display: flex;
  align-items: end;
  gap: 12px;
}

.footer-toys img:nth-child(1) {
  width: 58px;
}

.footer-toys img:nth-child(2) {
  width: 76px;
}

.copyright {
  margin: 28px 0 0;
  color: #6b6b6b;
  font-size: 1.6rem;
}

.scroll-fadein {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s ease var(--fade-delay, 0ms),
    transform 0.65s ease var(--fade-delay, 0ms);
}

.scroll-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 780px) {
  .page {
    padding-inline: 4vw;
  }

  .hero,
  .schedule-layout,
  .schedule-cards,
  .info-grid,
  .support,
  .access-row,
  .faq-list,
  .contact-form-area {
    grid-template-columns: 1fr;
  }

  .contact-form label {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hero {
    gap: 16px;
  }

  .site-logo {
    justify-content: center;
    margin-left: 0;
  }

  .logo-text {
    font-size: clamp(24px, 7vw, 31px);
  }

  .hero h1 {
    margin-left: 0;
    text-align: center;
    font-size: 27px;
  }

  .hero h1 strong {
    font-size: 31px;
  }

  .hero p {
    margin-left: 0;
    text-align: center;
  }

  .toy-line {
    justify-content: center;
    gap: 26px;
    margin-left: 0;
  }

  .hero-visual {
    min-height: 230px;
  }

  .hero-visual > img {
    width: min(100%, 460px);
    max-width: 100%;
    height: 260px;
    margin: 0 auto;
    border-radius: 24px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .message-badge {
    right: 9px;
    bottom: -6px;
    width: 160px;
    height: 118px;
  }

  .ribbon-title {
    margin-top: 20px;
  }

  .schedule-card + .schedule-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .repair-message {
    min-height: 230px;
  }

  .repair-message p {
    left: calc(50% - 92px);
    top: 54px;
    width: 150px;
    line-height: 1.5;
  }

  .repair-message img {
    left: 50%;
    right: auto;
    top: -18px;
    width: 224px;
    transform: translateX(-50%);
  }

  .flow-list {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .flow-list li {
    min-height: auto;
    grid-template-columns: 32px 64px minmax(0, 1fr);
    grid-template-areas:
      'step icon name'
      'step icon description';
    column-gap: 12px;
    row-gap: 3px;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .flow-list li:not(:last-child)::after {
    left: 30%;
    right: auto;
    top: auto;
    bottom: -43px;
    border-top: 22px solid #7bb743;
    border-right: 18px solid transparent;
    border-bottom: 0;
    border-left: 18px solid transparent;
    transform: translateX(-50%);
  }

  .step {
    position: static;
    grid-area: step;
    align-self: center;
  }

  .flow-list img {
    grid-area: icon;
    margin: 0;
  }

  .flow-name {
    grid-area: name;
    align-self: end;
  }

  .flow-description {
    grid-area: description;
    align-self: start;
  }

  .flow-description br {
    display: none;
  }

  .support div + div {
    border-left: 0;
  }

  .support div + div {
    padding-left: 0;
  }

  .support img {
    justify-self: center;
  }

  .access-map iframe {
    height: 250px;
  }

  .contact {
    padding: 30px 18px 22px;
  }

  .footer-brand {
    margin-inline: -18px;
    margin-bottom: -22px;
    padding-inline: 18px;
  }
}

@media (max-width: 430px) {
  .page {
    padding: 14px 4vw 10px;
  }

  .site-logo {
    gap: 6px;
  }

  .logo-mark {
    width: 32px;
  }

  .logo-text {
    width: 210px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero h1 {
    max-width: 320px;
    margin-inline: auto;
    font-size: 17px;
    line-height: 1.55;
  }

  .hero h1 strong {
    font-size: 20px;
  }

  .message-badge {
    display: none;
  }

  .toy-line {
    gap: 20px;
  }

  .ribbon-title {
    width: 226px;
    font-size: 23px;
  }

  .ribbon-title::before,
  .ribbon-title::after {
    border-width: 17px;
  }

  .ribbon-title::before {
    left: -31px;
  }

  .ribbon-title::after {
    right: -31px;
  }

  .schedule-card {
    padding-inline: 15px;
  }

  .date {
    font-size: 33px;
  }

  .notice {
    padding-inline: 13px;
  }

  .notice p {
    padding-inline: 4px;
  }

  .flow,
  .access,
  .faq {
    padding-inline: 11px;
  }

  .info-card {
    padding-inline: 14px;
  }

  .about {
    padding-right: 82px;
  }

  .toy-ok {
    padding-bottom: 78px;
  }

  .toy-icons {
    right: 25px;
    top: 45px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .toy-ng {
    padding-bottom: 80px;
  }

  .access-map iframe {
    height: 230px;
  }

  .faq-item summary {
    min-height: 68px;
    padding: 16px 52px 16px 16px;
    font-size: 1.6rem;
  }

  .faq-item summary::after {
    right: 14px;
    width: 28px;
    height: 28px;
    font-size: 2.8rem;
  }

  .faq-answer {
    padding: 0 16px 18px;
  }

  .contact {
    padding: 26px 14px 20px;
  }

  .contact-form-area {
    padding: 14px;
  }

  .contact-form {
    padding: 16px;
  }

  .contact-form label {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .contact-form button {
    width: 100%;
    min-width: 0;
  }

  .footer-brand {
    flex-direction: column;
    gap: 8px;
    margin-inline: -14px;
    margin-bottom: -20px;
    padding-inline: 14px;
  }

  .footer-brand p {
    text-align: center;
  }

  .footer-toys {
    position: static;
    margin-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .scroll-fadein {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
