/* ===== TOP ページ ===== */
/* PC: 1440基準 / TAB: <=980 / SP: <=767 (390基準) */

.top-page { overflow-x: hidden; }

/* ---------- 共通: セクション ---------- */
.top-sec {
  position: relative; overflow: hidden;
  padding: 48px 0 162px; text-align: center;
}
.top-sec--base  { background: var(--color-color-bg-base); }
.top-sec--light { background: var(--color-color-bg-light); }
.top-sec--white { background: var(--color-color-bg-white); }
.top-sec > *:not(.top-deco):not(.top-wave) { position: relative; z-index: 1; }
#play { scroll-margin-top: 99px; }

.top-wave { position: absolute; left: 0; right: 0; bottom: 0; height: var(--wave-h, 60px); pointer-events: none; z-index: 0; }
.top-wave picture, .top-wave img { display: block; width: 100%; height: 100%; max-width: none; }

.top-deco { position: absolute; z-index: 0; pointer-events: none; display: block; }
.top-deco img { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; }

/* 見出し */
.top-head { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.top-head__en { color: var(--color-color-brand-primary); }
.top-head--news .top-head__en { color: var(--color-color-label-features); }
.top-head--play .top-head__en { color: var(--color-color-label-info); }
.top-head--hint .top-head__en { color: var(--color-color-label-gallery); }
.top-head--play .top-head__title { font-size: 38px; line-height: 1.5; }

.top-lead { margin-top: 40px; color: var(--color-color-text-mute); }
.top-sec__more { display: flex; justify-content: center; margin-top: 40px; }

/* ボタン（SPデザイン: 280x56 / 矢印34px） */
.top-sec .btn--secondary .btn__arrow, .top-kv .btn--secondary .btn__arrow { color: var(--color-color-brand-primary); }

/* ---------- 02 KV ---------- */
.top-kv {
  position: relative; overflow: hidden; height: 680px; color: #fff;
}
.top-kv__bg, .top-kv__shade { position: absolute; left: 0; right: 0; }
.top-kv__bg { top: 0; bottom: 0; }
.top-kv__bg picture, .top-kv__bg img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 34%; }
.top-kv__shade {
  top: 180px; bottom: 0;
  background: linear-gradient(to bottom, rgba(31, 51, 26, 0) 0%, rgba(31, 51, 26, .45) 55%, rgba(26, 43, 20, .82) 100%);
}
.top-kv__cloud { position: absolute; top: 0; left: 0; width: 100%; height: 56px; pointer-events: none; }
.top-kv__cloud picture { display: block; }
.top-kv__cloud img { position: absolute; left: -0.28%; top: 0; width: 100.56%; max-width: none; height: 114.29%; }
.top-kv__arch { position: absolute; left: 0; right: 0; bottom: 0; height: 35px; pointer-events: none; }
.top-kv__arch picture, .top-kv__arch img { display: block; width: 100%; height: 100%; max-width: none; }

.top-kv__spark { position: absolute; display: block; pointer-events: none; }
.top-kv__spark img { display: block; width: 100%; height: 100%; max-width: none; }
.top-kv__spark--yellow { left: calc(50% - 6.75px); top: 261.25px; width: 26.5px; height: 26.5px; }
.top-kv__spark--orange { left: calc(50% + 27.2px); top: 249.2px; width: 23.7px; height: 23.8px; }

.top-kv__inner { position: relative; z-index: 1; padding-top: 250px; text-align: left; }
.top-kv__title { font-size: 52px; line-height: 1.3; color: #fff; }
.top-kv__lead { margin-top: 33px; color: #fff; }
.top-kv__btn { margin-top: 16px; }
.top-kv__btn .btn { margin: 0; }

/* ---------- 03 協会からの想い ---------- */
.top-msg { --wave-h: 60px; padding: 55px 0 133px; }
.top-msg__inner { width: 699px; max-width: 100%; margin-inline: auto; }
.top-msg__head { display: flex; flex-direction: column; align-items: center; gap: 20px; width: 540px; max-width: 100%; margin-inline: auto; }
.top-msg__en { color: var(--color-color-brand-primary); }
.top-msg__title {
  font-family: 'Rounded Mplus 1c', sans-serif; font-weight: 800;
  font-size: 36px; line-height: 1.5; color: var(--color-color-text-main);
}
.top-msg__body {
  display: flex; flex-direction: column; align-items: center; gap: 30px;
  margin-top: 50px; font-weight: 700; line-height: 1.8; color: var(--color-color-text-main);
}
.top-msg__line {
  display: block; width: 420px; max-width: 100%; height: 1.5px;
  background-image: radial-gradient(circle, rgba(63, 58, 52, .85) 0.75px, transparent 1px);
  background-size: 9px 1.5px; background-repeat: repeat-x;
}
.top-msg__closing { margin-top: 40px; }
.top-msg__closing-text {
  position: relative; display: inline-block; padding-bottom: 6px;
  font-family: 'Rounded Mplus 1c', sans-serif; font-weight: 800;
  font-size: 32px; line-height: 1.4; color: var(--color-color-text-main);
}
.top-msg__closing-text::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px;
  background-image: radial-gradient(circle, var(--color-color-brand-primary) 1.5px, transparent 1.7px);
  background-size: 9px 3px; background-repeat: repeat-x;
}

/* あしらい（PC: 1440基準。左は left、右は right でアンカー） */
.top-msg__deco--bird   { left: max(209px, calc(50% - 511px)); top: 99px; width: 96px; height: 85px; }
.top-msg__deco--leaf   { left: max(125px, calc(50% - 595px)); top: 194px; width: 41.5px; height: 37.5px; }
.top-msg__deco--ring   { left: max(299px, calc(50% - 421px)); top: 466px; width: 23.1px; height: 23.1px; }
.top-msg__deco--tree-l { left: max(52px, calc(50% - 668px)); top: 339px; width: 142px; height: 195px; transform: rotate(-1.17deg); opacity: .9; }
.top-msg__deco--rabbit { left: max(104px, calc(50% - 616px)); top: 644px; width: 114px; height: 83px; transform: rotate(-6.61deg); opacity: .9; }
.top-msg__deco--deer   { right: max(86px, calc(50% - 634px)); top: 253px; width: 138px; height: 192px; opacity: .9; }
.top-msg__deco--tree-r { right: max(47px, calc(50% - 673px)); top: 553px; width: 138px; height: 192px; opacity: .9; }
.top-msg__deco--yellow { right: max(306px, calc(50% - 414px)); top: 119px; width: 39.3px; height: 39.4px; }
.top-msg__deco--star   { right: max(346px, calc(50% - 374px)); top: 664px; width: 37.6px; height: 37.6px; }
.top-msg__deco--heart  { right: max(88px, calc(50% - 632px)); top: 498px; width: 27.5px; height: 28.4px; }

/* ---------- 04 園を探す ---------- */
.top-find { --wave-h: 62px; }
.top-tabs { display: flex; justify-content: center; gap: 16px; margin-top: 40px; padding-inline: 20px; }
.top-tab {
  width: 240px; height: 60px; border-radius: 27px;
  border: 1.5px solid #a9d6b4; background: #fff; color: var(--color-color-text-main);
  box-shadow: 0 4px 0 rgba(79, 174, 103, .16);
  display: flex; align-items: center; justify-content: center; white-space: nowrap;
  transition: transform .2s, background-color .2s;
}
.top-tab:hover { transform: translateY(2px); box-shadow: 0 2px 0 rgba(79, 174, 103, .16); }
.top-tab.is-active {
  background: var(--color-color-brand-primary); border-color: var(--color-color-brand-primary);
  color: #fff; box-shadow: 0 4px 0 rgba(62, 140, 83, .45);
}
.top-find__list { margin-top: 40px; }
.top-schools {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(5, 72px); grid-auto-flow: column;
  gap: 12px 30px;
}
.top-schools.is-filtered { grid-template-rows: none; grid-auto-rows: 72px; grid-auto-flow: row; }
.top-schools__item[hidden] { display: none; }
.top-school {
  position: relative; display: flex; align-items: center; gap: 12px;
  height: 72px; padding: 0 20px 0 16px; text-align: left;
  background: #fff; border: 1.5px solid var(--color-color-brand-primary); border-radius: 16px;
  box-shadow: 0 6px 16px rgba(79, 174, 103, .12), 0 2px 6px rgba(79, 174, 103, .15);
  transition: transform .2s;
}
.top-school:hover { transform: translateY(-2px); }
.top-school__chip {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 70px; height: 26px; border-radius: 13px; line-height: 1;
}
.top-school__chip--omuta  { background: rgba(79, 174, 103, .15); color: #3e9456; }
.top-school__chip--miyama { background: rgba(239, 164, 92, .18); color: #c8742c; }
.top-school__name { flex: 1; min-width: 0; color: var(--color-color-text-main); line-height: 1.4; }
.top-school__arrow {
  flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%;
  background: var(--color-color-brand-primary); color: #fff; font-size: 16px; line-height: 1;
  filter: drop-shadow(0 2px 2px rgba(62, 140, 83, .3));
}
.top-find .top-sec__more { margin-top: 40px; }

.top-find__deco--squirrel { left: max(102px, calc(50% - 618px)); bottom: 114px; width: 116px; height: 67px; }
.top-find__deco--mushroom { right: max(82px, calc(50% - 638px)); bottom: 85px; width: 97px; height: 77px; }

/* ---------- 05 お知らせ ---------- */
.top-news { --wave-h: 66px; }
.top-news__list { margin-top: 40px; }
.top-news__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.top-news__card {
  position: relative; display: block; height: 300px; overflow: hidden; text-align: left;
  background: #fff; border: 1px solid #f0e6d8; border-radius: 20px;
  box-shadow: var(--effect-shadow-md-1), var(--effect-shadow-md-0);
  transition: transform .2s;
}
.top-news__card:hover { transform: translateY(-3px); }
.top-news__photo { display: block; height: 160px; margin: -1px -1px 0; overflow: hidden; }
.top-news__photo img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.top-news__body { display: block; padding: 15px 19px 0; }
.top-news__meta { display: flex; align-items: center; gap: 10px; height: 30px; }
.top-news__chip {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  min-width: 78px; height: 26px; padding: 0 10px; border-radius: 13px; line-height: 1;
  color: var(--color-color-text-main); background: #7cc08d; white-space: nowrap;
}
.top-news__chip--event { background: var(--color-color-brand-accent); }
.top-news__chip--visit { background: var(--color-color-label-info); }
.top-news__date { color: var(--color-color-text-mute); white-space: nowrap; }
.top-news__arrow {
  margin-left: auto; flex: none; display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--color-color-brand-secondary); color: #fff; font-size: 14px; line-height: 1;
  filter: drop-shadow(0 2px 2px rgba(201, 127, 58, .3));
}
.top-news__card--visit .top-news__arrow { background: var(--color-color-label-info); filter: drop-shadow(0 2px 2px rgba(78, 143, 173, .3)); }
.top-news__title {
  display: -webkit-box; margin-top: 12px; overflow: hidden;
  -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  color: var(--color-color-text-main);
}
.top-news__empty {
  padding: 48px 20px; border-radius: 20px; background: var(--color-color-bg-base);
  border: 1px solid #f0e6d8; color: var(--color-color-text-mute);
}

.top-news__deco--owl    { right: max(107px, calc(50% - 613px)); bottom: 66px; width: 58px; height: 71px; }
.top-news__deco--letter { display: none; }

/* ---------- 06 未就園お遊び会スケジュール ---------- */
.top-play { --wave-h: 66px; }
.top-play .top-lead { max-width: 900px; margin-inline: auto; padding-inline: 20px; }
.top-play .container { margin-top: 40px; }

.top-cal {
  overflow: hidden; text-align: left;
  background: #fff; border: 1px solid var(--color-color-border-default); border-radius: 20px;
  box-shadow: var(--effect-shadow-md-1), var(--effect-shadow-md-0);
}
.top-cal__nav {
  position: relative; display: flex; align-items: center; justify-content: space-between;
  height: 92px; padding: 0 32px;
}
.top-cal__title {
  position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);
  text-align: center; pointer-events: none;
  font-family: 'Rounded Mplus 1c', sans-serif; font-weight: 800; font-size: 28px; line-height: 1.5;
  color: var(--color-color-text-main);
}
.top-cal__btns { display: flex; }
.top-cal__btn {
  height: 44px; padding: 0 20px; color: #fff; white-space: nowrap;
  background: var(--color-color-brand-primary); transition: background-color .2s, opacity .2s;
}
.top-cal__btn:hover { opacity: .85; }
.top-cal__btn--prev { width: 132px; border-radius: 22px; }
.top-cal__btn--today { width: 80px; padding: 0; border-radius: 22px 0 0 22px; background: var(--color-color-semantic-mute); }
.top-cal__btn--next { width: 120px; padding: 0; border-radius: 0 22px 22px 0; }

.top-cal__week, .top-cal__grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.top-cal__week { background: #f7faf4; border-top: 1px solid var(--color-color-border-default); border-bottom: 1px solid var(--color-color-border-default); }
.top-cal__wday {
  height: 49px; display: flex; align-items: center; justify-content: center;
  border-right: 1px solid var(--color-color-border-default);
  font-family: 'Rounded Mplus 1c', sans-serif; font-weight: 700; font-size: 15px; color: var(--color-color-text-main);
}
.top-cal__wday:last-child { border-right: 0; }
.top-cal__wday--0 { color: var(--color-color-semantic-error); }
.top-cal__wday--6 { color: var(--color-color-label-info); }

.top-cal__cell {
  min-height: 120px; padding-bottom: 8px;
  border-right: 1px solid var(--color-color-border-default); border-bottom: 1px solid var(--color-color-border-default);
}
.top-cal__cell--6 { border-right: 0; }
.top-cal__day {
  display: block; padding: 10px 14px 0 0; text-align: right;
  font-family: 'Rounded Mplus 1c', sans-serif; font-weight: 700; font-size: 15px; line-height: 1.6;
  color: var(--color-color-text-main);
}
.top-cal__cell--0 .top-cal__day { color: var(--color-color-semantic-error); }
.top-cal__cell--6 .top-cal__day { color: var(--color-color-label-info); }
.top-cal__cell.is-other .top-cal__day { color: #c8c8c8; }
.top-cal__cell.is-today { background: #fdf6e3; }
.top-cal__events { display: flex; flex-direction: column; gap: 4px; margin: 6px 8px 0; }
.top-cal__event {
  overflow: hidden; padding: 5px 6px; border-radius: 6px;
  font-family: 'Rounded Mplus 1c', sans-serif; font-weight: 700; font-size: 10.5px; line-height: 1.5;
  color: #fff; text-overflow: ellipsis; white-space: nowrap;
}
.top-cal__event--play   { background: var(--color-color-label-info); }
.top-cal__event--garden { background: var(--color-color-brand-primary); }
.top-cal__event--closed { background: #f2d6d6; color: #c86a6a; font-size: 11px; text-align: center; }

.top-cal__list { display: none; }

.top-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 32px; margin: 40px 20px 0; color: var(--color-color-text-sub); }
.top-legend__item { display: flex; align-items: center; gap: 10px; line-height: 1.6; }
.top-legend__sw { flex: none; width: 20px; height: 20px; border-radius: 5px; }
.top-legend__sw--play   { background: var(--color-color-label-info); }
.top-legend__sw--garden { background: var(--color-color-brand-primary); }
.top-legend__sw--closed { background: #f2d6d6; }

/* ---------- 07 園えらびのヒント ---------- */
.top-hint { --wave-h: 70px; }
.top-hint__list { margin-top: 40px; }
.top-hint__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.top-hint__card {
  display: block; height: 100%; min-height: 370px; overflow: hidden; text-align: left;
  background: #fff; border-radius: 20px;
  box-shadow: var(--effect-shadow-md-1), var(--effect-shadow-md-0);
  transition: transform .2s;
}
.top-hint__card:hover { transform: translateY(-3px); }
.top-hint__photo { display: block; height: 200px; overflow: hidden; }
.top-hint__photo img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 30%; }
.top-hint__body { display: block; padding: 18px 20px 24px; }
.top-hint__meta { display: flex; align-items: center; justify-content: space-between; height: 30px; }
.top-hint__tag {
  display: inline-flex; align-items: center; justify-content: center;
  height: 28px; padding: 0 16px; border-radius: 14px; line-height: 1;
  background: var(--color-color-label-info); color: var(--color-color-text-main);
}
.top-hint__arrow {
  display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  background: var(--color-color-brand-accent); color: var(--color-color-text-main); font-size: 14px; line-height: 1;
}
.top-hint__title { display: block; margin-top: 11px; color: var(--color-color-text-main); line-height: 1.4; }
.top-hint__text { display: block; margin-top: 18px; color: var(--color-color-text-mute); }

.top-hint__deco--sprig     { left: max(60px, calc(50% - 660px)); top: 140px; width: 86px; height: 73px; }
.top-hint__deco--butterfly { display: none; }
.top-hint__deco--mushroom  { left: max(53px, calc(50% - 667px)); bottom: 153px; width: 65px; height: 81px; transform: rotate(20.79deg); }
.top-hint__deco--raccoon   { right: max(60px, calc(50% - 660px)); bottom: 158px; width: 140px; height: 105px; }

/* ---------- 09 フォトギャラリー ---------- */
.top-gallery { background: var(--color-color-bg-light); overflow: hidden; }
.top-gallery__row { display: flex; }
.top-gallery__pc .top-gallery__row { height: min(182px, 12.64vw); }
.top-gallery__tile {
  flex: 1 1 0; min-width: 0; height: 100%; overflow: hidden; opacity: .95;
  border: 3px solid #fff;
}
.top-gallery__tile img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.top-gallery__row--1 .top-gallery__tile:nth-child(1) { flex-grow: 360; }
.top-gallery__row--1 .top-gallery__tile:nth-child(2) { flex-grow: 420; }
.top-gallery__row--1 .top-gallery__tile:nth-child(3) { flex-grow: 360; }
.top-gallery__row--1 .top-gallery__tile:nth-child(4) { flex-grow: 300; }
.top-gallery__row--2 .top-gallery__tile:nth-child(1) { flex-grow: 260; }
.top-gallery__row--2 .top-gallery__tile:nth-child(2) { flex-grow: 300; }
.top-gallery__row--2 .top-gallery__tile:nth-child(3) { flex-grow: 380; }
.top-gallery__row--2 .top-gallery__tile:nth-child(4) { flex-grow: 240; }
.top-gallery__row--2 .top-gallery__tile:nth-child(5) { flex-grow: 260; }
.top-gallery__row--sp1, .top-gallery__row--sp2 { height: 130px; }
.top-gallery__sp .top-gallery__tile { border-width: 2px; }
.top-gallery__row--sp1 .top-gallery__tile:nth-child(1) { flex-grow: 123; }
.top-gallery__row--sp1 .top-gallery__tile:nth-child(2) { flex-grow: 147; }
.top-gallery__row--sp1 .top-gallery__tile:nth-child(3) { flex-grow: 120; }

/* ---------- TAB (<=980) ---------- */
@media (max-width: 980px) {
  .top-schools { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: 72px; grid-auto-flow: row; gap: 12px 20px; }
  .top-news__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-hint__cards { grid-template-columns: minmax(0, 560px); justify-content: center; gap: 20px; }
  .top-hint__card { min-height: 0; }
  .top-hint__photo { height: 240px; }

  /* PC用あしらいは隠し、SPと同じ配置のあしらいだけ残す */
  .top-msg__deco--leaf, .top-msg__deco--ring, .top-msg__deco--rabbit, .top-msg__deco--tree-r,
  .top-msg__deco--yellow, .top-msg__deco--star, .top-msg__deco--heart,
  .top-find__deco--mushroom, .top-hint__deco--mushroom, .top-hint__deco--raccoon { display: none; }

  .top-cal__cell { min-height: 96px; }
  .top-cal__nav { padding: 0 20px; }
  .top-cal__btn--prev { width: 110px; }
}

/* メッセージ/ヒント等の PC あしらい位置は 1180 未満で SP 配置へ */
@media (max-width: 1180px) {
  .top-msg__deco--leaf, .top-msg__deco--ring, .top-msg__deco--rabbit, .top-msg__deco--tree-r,
  .top-msg__deco--yellow, .top-msg__deco--star, .top-msg__deco--heart { display: none; }
  .top-msg__deco--bird   { left: calc(50% - 162px); top: 30px; width: 58px; height: 51px; }
  .top-msg__deco--tree-l { left: calc(50% - 167px); top: auto; bottom: 78px; width: 43px; height: 60px; transform: none; }
  .top-msg__deco--deer   { right: auto; left: calc(50% + 99px); top: auto; bottom: 59px; width: 59px; height: 83px; transform: rotate(5.58deg); }
  .top-msg { padding: 63px 0 162px; }
  .top-msg__inner { width: 560px; }
}

/* ---------- SP (<=767) ---------- */
@media (max-width: 767px) {
  .top-sec { padding: 36px 0 93px; }
  .top-head__title { font-size: 26px; line-height: 1.5; }
  .top-head--play .top-head__title { font-size: 22px; }
  .top-lead { margin-top: 16px; line-height: 1.7; }
  .top-sec__more { margin-top: 32px; }
  .top-sec .btn--secondary, .top-kv .btn--secondary {
    width: 280px; height: 56px; padding: 10px 11px 10px 28px; border-radius: 28px;
  }
  .top-sec .btn--secondary .btn__label, .top-kv .btn--secondary .btn__label { font-size: 15px; line-height: 1.6; }
  .top-sec .btn--secondary .btn__arrow, .top-kv .btn--secondary .btn__arrow {
    width: 34px; height: 34px; font-size: 14px; color: var(--color-color-brand-secondary);
  }

  /* KV */
  .top-kv { height: 548px; }
  .top-kv__bg img { object-position: 50% 50%; }
  .top-kv__shade { top: 188px; background: linear-gradient(to bottom, rgba(48, 33, 23, 0), rgba(48, 33, 23, .76)); }
  .top-kv__cloud { width: max(714px, 100%); height: 28px; }
  .top-kv__cloud img { left: -0.56%; width: 100.56%; height: 128.57%; }
  .top-kv__arch { height: 23px; }
  .top-kv__spark--yellow { left: calc(50% + 116px); top: 265px; width: 19.5px; height: 19.5px; }
  .top-kv__spark--orange { left: calc(50% + 142.4px); top: 257.4px; width: 17.6px; height: 17.6px; }
  .top-kv__inner { padding-top: 292px; }
  .top-kv__title { font-size: 30px; }
  .top-kv__lead { margin-top: 13px; font-weight: 700; line-height: 1.6; }
  .top-kv__btn { margin-top: 13px; }

  /* 03 */
  .top-msg { padding: 63px 0 162px; }
  .top-msg__inner { width: auto; padding-inline: 20px; }
  .top-msg__head { gap: 6px; }
  .top-msg__title { font-size: 22px; }
  .top-msg__body { gap: 18px; margin-top: 27px; font-weight: 500; font-size: 15px; line-height: 2; }
  .top-msg__line { width: 240px; }
  .top-msg__closing { margin-top: 32px; }
  .top-msg__closing-text { font-weight: 700; font-size: 20px; line-height: 1.6; padding-bottom: 4px; }
  .top-msg__closing-text::after { left: -5px; right: -5px; }
  .top-msg { --wave-h: 43px; }

  /* 04 */
  .top-find { --wave-h: 40px; }
  .top-tabs { gap: 6px; margin-top: 26px; padding-inline: 20px; }
  .top-tab { flex: 1 1 auto; width: auto; height: 44px; padding: 0 6px; border-radius: 22px; font-size: 13px; line-height: 1.4; }
  .top-find__list { margin-top: 25px; }
  .top-schools { grid-template-columns: minmax(0, 1fr); grid-auto-rows: 60px; gap: 12px; }
  .top-school { height: 60px; gap: 10px; padding: 0 14px; border-radius: 14px; }
  .top-school__chip { width: 64px; height: 24px; }
  .top-school__name { font-size: 15px; }
  .top-school__arrow { width: 30px; height: 30px; font-size: 14px; }
  .top-find .top-sec__more { margin-top: 32px; }
  .top-find__deco--squirrel { left: calc(50% + 106px); top: 22px; bottom: auto; width: 80px; height: 46px; }

  /* 05 */
  .top-news { --wave-h: 43px; padding-bottom: 86px; }
  .top-news__list { margin-top: 28px; }
  .top-news__cards { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .top-news__card {
    display: grid; grid-template-columns: 112px minmax(0, 1fr); column-gap: 12px;
    height: 104px; padding: 12px 11px; border-radius: 16px;
  }
  .top-news__photo { height: 64px; margin: 7px 0 0; border-radius: 10px; align-self: start; }
  .top-news__body { padding: 0; }
  .top-news__meta { gap: 8px; height: 26px; }
  .top-news__chip { min-width: 64px; height: 22px; padding: 0 6px; font-size: 12px; font-weight: 700; }
  .top-news__date { font-size: 13px; line-height: 1.75; }
  .top-news__arrow { width: 26px; height: 26px; font-size: 13px; background: #fce9d6; color: #d9803a; filter: none; }
  .top-news__card--visit .top-news__arrow { background: #fce9d6; filter: none; }
  .top-news__title { margin-top: 5px; font-size: 15px; line-height: 1.6; -webkit-line-clamp: 2; }
  .top-news__deco--owl { right: auto; left: calc(50% + 64px); top: 55px; bottom: auto; width: 36px; height: 44px; }
  .top-news__deco--letter { display: block; left: calc(50% - 108px); top: 56px; width: 40px; height: 35px; transform: rotate(-8deg); }

  /* 06 */
  .top-play { --wave-h: 43px; }
  .top-play .container { margin-top: 28px; }
  .top-cal { border-radius: 16px; }
  .top-cal__nav { flex-wrap: wrap; height: auto; padding: 14px 12px 12px; gap: 10px 0; }
  .top-cal__title { position: static; transform: none; order: -1; width: 100%; font-size: 20px; }
  .top-cal__btn { height: 36px; font-size: 12px; }
  .top-cal__btn--prev { width: 92px; border-radius: 18px; }
  .top-cal__btn--today { width: 56px; border-radius: 18px 0 0 18px; }
  .top-cal__btn--next { width: 84px; border-radius: 0 18px 18px 0; }
  .top-cal__wday { height: 36px; font-size: 12px; }
  .top-cal__cell { min-height: 56px; padding-bottom: 6px; }
  .top-cal__day { padding: 4px 6px 0 0; font-size: 12px; }
  .top-cal__events { gap: 2px; margin: 3px 4px 0; }
  .top-cal__event { height: 5px; padding: 0; border-radius: 3px; font-size: 0; line-height: 0; }
  .top-cal__list { display: flex; flex-direction: column; gap: 8px; padding: 16px 16px 20px; border-top: 1px solid var(--color-color-border-default); }
  .top-cal__list:empty { display: none; }
  .top-cal__list-item { display: flex; align-items: center; gap: 8px; font-size: 13px; line-height: 1.6; color: var(--color-color-text-main); }
  .top-cal__dot { flex: none; width: 10px; height: 10px; border-radius: 3px; background: var(--color-color-label-info); }
  .top-cal__dot--garden { background: var(--color-color-brand-primary); }
  .top-cal__dot--closed { background: #f2d6d6; }
  .top-cal__list-date { flex: none; font-weight: 700; }
  .top-cal__list-label { min-width: 0; }
  .top-legend { gap: 6px 16px; margin-top: 24px; }

  /* 07 */
  .top-hint { --wave-h: 46px; padding-top: 28px; padding-bottom: 91px; }
  .top-hint__list { margin-top: 22px; }
  .top-hint__cards { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .top-hint__card { min-height: 0; border-radius: 18px; }
  .top-hint__photo { height: 188px; }
  .top-hint__body { padding: 14px 16px 18px; }
  .top-hint__meta { height: 28px; }
  .top-hint__tag { height: 26px; padding: 0 14px; font-size: 12px; font-weight: 700; }
  .top-hint__arrow { width: 28px; height: 28px; }
  .top-hint__title { margin-top: 9px; font-size: 16px; line-height: 1.6; }
  .top-hint__text { margin-top: 6px; line-height: 1.75; }
  .top-hint__deco--sprig { left: calc(50% - 152px); top: 49px; width: 40px; height: 34px; }
  .top-hint__deco--butterfly { display: block; left: calc(50% + 110px); top: 47px; width: 40px; height: 40px; transform: rotate(5.52deg); }
}
