.top-page {
  background:
    #f8f0df
    url("../images/background.png")
    center top / cover
    fixed
    no-repeat;
}

.flow-page {
  position: relative;
  min-height: 100vh;
  background: transparent;
}

.flow-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-radial-gradient(circle at 50% 0, transparent 0 23px, rgba(27, 40, 51, .035) 24px 25px, transparent 26px 48px),
    radial-gradient(circle at 8% 52%, rgba(155, 31, 22, .08), transparent 22%),
    radial-gradient(circle at 96% 78%, rgba(177, 138, 69, .12), transparent 24%);
  background-size: 160px 80px, auto, auto;
  opacity: .72;
}

/* First View */
.hero-bon {
  position: relative;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  color: #fffdf8;
  isolation: isolate;
}

.hero-bon__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #171313;
}

.hero-bon__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.96) contrast(1.04);
  animation: heroBonZoom 18s ease-in-out infinite alternate;
}

.hero-bon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 14, 11, .68), rgba(18, 14, 11, .16) 52%, rgba(18, 14, 11, .44)),
    linear-gradient(180deg, rgba(18, 14, 11, .08), rgba(18, 14, 11, .58));
}

.hero-bon__inner {
  width: min(1240px, calc(100% - 48px));
  min-height: calc(100svh - 76px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 560px) 1fr;
  gap: 40px;
  align-items: end;
  padding: 90px 0 86px;
}

.hero-bon__copy {
  max-width: 620px;
}

.hero-bon__sub {
  margin: 0 0 18px;
  color: rgba(255, 253, 248, .74);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .28em;
}

.hero-bon h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(3.2rem, 7vw, 7.6rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: .08em;
  text-shadow: 0 18px 48px rgba(0, 0, 0, .35);
}

.hero-bon__lead {
  max-width: 560px;
  margin: 28px 0 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  line-height: 2.15;
  color: rgba(255, 253, 248, .86);
}

.hero-bon__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-bon__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 150px;
  padding: 0 22px;
  border: 1px solid rgba(255, 253, 248, .56);
  color: #fffdf8;
  font-weight: 700;
  letter-spacing: .08em;
  background: rgba(255, 253, 248, .08);
  backdrop-filter: blur(8px);
}

.hero-bon__actions a:first-child {
  background: #fffdf8;
  color: #171313;
  border-color: #fffdf8;
}

.hero-bon__vertical {
  justify-self: end;
  align-self: center;
  margin: 0;
  writing-mode: vertical-rl;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.4rem, 2.4vw, 2.5rem);
  line-height: 1.9;
  letter-spacing: .18em;
  text-shadow: 0 16px 40px rgba(0, 0, 0, .35);
}

/* Topics */
.topics-bon {
  padding: 82px 0 72px;
  background: transparent;
  color: #121c35;
}

.topics-bon__inner {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

.topics-bon__head {
  margin-bottom: 34px;
}

.topics-bon__sub {
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .28em;
  color: #9b1f16;
}

.topics-bon__title {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.25;
  letter-spacing: .16em;
  color: #1b2833;
}

.topics-bon__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .75fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 22px;
}

.topics-list {
  display: grid;
  border-top: 1px solid rgba(60, 40, 20, .14);
}

.topics-list__item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(60, 40, 20, .14);
  color: inherit;
}

.topics-list__item span {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #9b1f16;
}

.topics-list__item strong {
  min-width: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 500;
  letter-spacing: .08em;
}

.topics-list__item small {
  font-size: .78rem;
  letter-spacing: .16em;
  color: rgba(18, 28, 53, .56);
}

.topics-bon__link {
  display: grid;
  place-items: center;
  width: min(100%, 320px);
  min-height: 52px;
  margin: 28px auto 0;
  border: 1px solid #9b1f16;
  color: #9b1f16;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  letter-spacing: .16em;
}

.topic-card {
  min-width: 0;
  background: rgba(255, 253, 248, .74);
  box-shadow: 0 18px 44px rgba(18, 28, 53, .1);
}

.topic-card--large {
  grid-row: span 2;
}

.topic-card a {
  display: grid;
  height: 100%;
  color: inherit;
}

.topic-card--large a {
  grid-template-rows: auto 1fr;
}

.topic-card figure {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.topic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.topic-card:hover img {
  transform: scale(1.05);
}

.topic-card div {
  padding: 24px;
}

.topic-card span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #9b1f16;
}

.topic-card time {
  display: block;
  margin-bottom: 12px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  color: #9b1f16;
}

.topic-card h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.18rem, 2vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: .08em;
}

.topic-card p {
  margin: 12px 0 0;
  line-height: 1.9;
  color: #594d43;
}

/* Calendar */
.calendar-bon {
  position: relative;
  overflow: hidden;
  padding: 86px 0 88px;
  background: transparent;
  color: #121c35;
}

.calendar-bon__inner {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

.calendar-bon__head {
  margin-bottom: 34px;
}

.calendar-bon__sub {
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .28em;
  color: #9b1f16;
}

.calendar-bon__title {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.25;
  letter-spacing: .16em;
  color: #1b2833;
}

.calendar-bon__content {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 24px;
  align-items: start;
}

.calendar-feature-card {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 210px;
  overflow: hidden;
  background: rgba(255, 253, 248, .7);
  border: 1px solid rgba(112, 75, 32, .1);
  box-shadow: 0 18px 36px rgba(70, 48, 24, .12);
}

.calendar-feature-card::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -26px;
  width: 260px;
  height: 210px;
  background:
    radial-gradient(ellipse at 62% 16%, rgba(185, 151, 83, .2) 0 30%, transparent 31%),
    linear-gradient(82deg, transparent 28%, rgba(185, 151, 83, .16) 29% 35%, transparent 36%),
    linear-gradient(98deg, transparent 44%, rgba(185, 151, 83, .16) 45% 51%, transparent 52%);
  opacity: .8;
  pointer-events: none;
}

.calendar-feature-card__ribbon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 162px;
  margin-left: 22px;
  padding-top: 26px;
  background: #a81517;
  color: #fffaf0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: .18em;
  text-align: center;
  box-shadow: 0 10px 18px rgba(88, 26, 18, .2);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 100%, 0 86%);
}

.calendar-feature-card__body {
  position: relative;
  z-index: 1;
  align-self: center;
  min-width: 0;
  padding: 26px 260px 26px 10px;
}

.calendar-feature-card time {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: .08em;
  color: #9b1f16;
}

.calendar-feature-card time span {
  font-size: 1.15rem;
  letter-spacing: .08em;
}

.calendar-feature-card h3 {
  margin: 20px 0 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(112, 75, 32, .18);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .08em;
}

.calendar-feature-card p {
  margin-top: 16px;
  font-size: 1.05rem;
  line-height: 1.7;
  letter-spacing: .06em;
}

.calendar-board {
  overflow: hidden;
  padding: 24px 0 0;
  background: rgba(255, 253, 248, .62);
  border: 1px solid rgba(112, 75, 32, .1);
  box-shadow: 0 14px 28px rgba(70, 48, 24, .1);
}

.calendar-board__month {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 24px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.7rem;
  letter-spacing: .12em;
  color: #9b1f16;
}

.calendar-board__nav {
  display: flex;
  gap: 12px;
}

.calendar-board__nav a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(112, 75, 32, .18);
  border-radius: 50%;
}

.calendar-board__nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9b1f16;
  border-right: 2px solid #9b1f16;
  transform: translate(-35%, -50%) rotate(45deg);
}

.calendar-board__nav a:first-child::before {
  transform: translate(-65%, -50%) rotate(-135deg);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  padding: 0 6px;
}

.calendar-grid--week {
  margin-bottom: 0;
  padding: 0 6px 10px;
  border-bottom: 1px solid rgba(112, 75, 32, .12);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  color: #1b2833;
  text-align: center;
}

.calendar-grid--week span:first-child {
  color: #9b1f16;
}

.calendar-day {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 46px;
  margin: 2px;
  background: rgba(255, 253, 248, .36);
  border: 1px solid rgba(112, 75, 32, .14);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.08rem;
  color: #1b2833;
}

.calendar-day b {
  font-weight: 500;
}

.calendar-day--blank {
  background: transparent;
  border-color: rgba(112, 75, 32, .08);
}

.calendar-day.has-event::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 1px;
  height: 14px;
  border-radius: 0;
  background: #9b1f16;
}

.calendar-day.has-event b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #a81517;
  color: #fffaf0;
}

.calendar-day.is-today {
  border-color: #a81517;
  color: #9b1f16;
}

.calendar-events {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  padding-top: 52px;
  background: rgba(255, 253, 248, .58);
  border: 1px solid rgba(112, 75, 32, .1);
  box-shadow: 0 14px 28px rgba(70, 48, 24, .1);
}

.calendar-events::before {
  content: "今後の予定";
  position: absolute;
  left: 24px;
  top: 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: .12em;
  color: #1b2833;
}

.calendar-event {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 86px;
  padding: 18px 42px 16px 24px;
  border-top: 1px solid rgba(112, 75, 32, .14);
}

.calendar-event::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #9b1f16;
  border-right: 2px solid #9b1f16;
  transform: translateY(-50%) rotate(45deg);
}

.calendar-event:last-child {
  border-bottom: 0;
}

.calendar-event time {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: .04em;
  color: #9b1f16;
}

.calendar-event time span {
  display: block;
  font-size: .78em;
}

.calendar-event h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}

.calendar-event p {
  margin: 4px 0 0;
  line-height: 1.5;
  color: #594d43;
}

.calendar-events__link {
  display: grid;
  place-items: center;
  min-height: 50px;
  margin: 16px 18px 18px;
  border: 1px solid #9b1f16;
  color: #9b1f16;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  letter-spacing: .12em;
}

.calendar-events__empty {
  margin: 0;
  padding: 18px 24px;
  border-top: 1px solid rgba(112, 75, 32, .14);
  color: rgba(27, 40, 51, .68);
  line-height: 1.7;
}

/* Story */
.story-bon {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background: transparent;
  color: #121c35;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.story-bon__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.story-bon__head {
  position: relative;
  margin-bottom: 46px;
}

.story-bon__head p {
  margin: 0 0 12px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .28em;
  color: #9b1f16;
}

.story-bon__head h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.1rem, 4.4vw, 4.7rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: .12em;
}

.story-bon__body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .64fr) minmax(180px, .38fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.story-bon__main,
.story-bon__side figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 28, 53, .12);
}

.story-bon__main {
  aspect-ratio: 4 / 3;
}

.story-bon__main img,
.story-bon__side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-bon__text {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: start;
}

.story-bon__vertical {
  margin: 0;
  writing-mode: vertical-rl;
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  line-height: 1.8;
  letter-spacing: .14em;
  color: #121c35;
}

.story-bon__text p:not(.story-bon__vertical) {
  margin: 0;
  font-size: .95rem;
  line-height: 2.2;
  letter-spacing: .08em;
  color: rgba(18, 28, 53, .78);
}

.story-bon__side {
  display: grid;
  gap: 22px;
}

.story-bon__side figure {
  aspect-ratio: 4 / 3;
}

/* News */
.news-bon {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background: transparent;
}

.news-bon::before,
.news-bon::after {
  content: "";
  position: absolute;
  z-index: 0;
  border: 2px solid rgba(12, 34, 68, .12);
  border-radius: 50%;
  pointer-events: none;
}

.news-bon::before {
  top: -150px;
  left: -140px;
  width: 340px;
  height: 340px;
  box-shadow: inset 0 0 0 14px rgba(12, 34, 68, .08);
}

.news-bon::after {
  right: -150px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  box-shadow: inset 0 0 0 14px rgba(155, 31, 22, .06);
}

.news-bon__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
}

.news-bon__head {
  display: block;
  margin-bottom: 38px;
  text-align: center;
}

.news-bon__sub {
  margin: 0 0 14px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .28em;
  color: #9b1f16;
}

.news-bon__title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1.25;
  letter-spacing: .16em;
  color: #071d42;
}

.news-bon__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 72%;
  height: 2px;
  background: #9b1f16;
  transform: translateX(-50%) rotate(-1deg);
}

.activity-record-grid {
  display: flex;
  justify-content: flex-start;
  gap: clamp(10px, 2vw, 24px);
  overflow-x: auto;
  overflow-y: visible;
  padding: 12px max(6px, calc((100vw - 1240px) / 2)) 26px;
  margin: 0 calc(50% - 50vw);
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.activity-record-grid::-webkit-scrollbar {
  display: none;
}

.activity-record-grid.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.activity-record-grid.is-auto-scrolling {
  scroll-snap-type: none;
}

.activity-bill {
  position: relative;
  flex: 0 0 clamp(220px, 19vw, 250px);
  margin: 0;
  scroll-snap-align: center;
  transform: translateY(var(--rest-y, 0px)) rotate(var(--swing, 0deg)) skewX(var(--pull, 0deg));
  transform-origin: 50% 8%;
  transition: transform .48s cubic-bezier(.18, .84, .28, 1);
  filter: drop-shadow(0 16px 14px rgba(44, 30, 17, .2));
}

.activity-bill a {
  display: block;
  color: inherit;
  -webkit-user-drag: none;
}

.activity-bill:nth-child(1) {
  --rest-y: 0px;
}

.activity-bill:nth-child(2) {
  --rest-y: 0px;
}

.activity-bill:nth-child(3) {
  --rest-y: 0px;
}

.activity-bill:nth-child(4) {
  --rest-y: 0px;
}

.activity-record-grid.is-dragging .activity-bill {
  transition-duration: .08s;
}

.activity-record-grid.is-settling .activity-bill {
  --swing: 0deg;
  --pull: 0deg;
}

.activity-bill__paper {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.activity-bill__body {
  position: absolute;
  inset: 21% 9% 9%;
  display: flex;
  flex-direction: column;
  color: #1b2833;
}

.activity-bill__photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(44, 30, 17, .18);
  pointer-events: none;
}

.activity-bill time {
  margin-top: 14px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #b33a2e;
}

.activity-bill h3 {
  margin: 8px 0 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .08em;
}

.activity-bill p {
  margin: 8px 0 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .92rem;
  line-height: 1.55;
  letter-spacing: .08em;
}

.activity-bill p::before,
.activity-bill p::after {
  content: "-";
  margin: 0 .35em;
}

.activity-record-link {
  display: grid;
  place-items: center;
  width: min(100%, 360px);
  min-height: 64px;
  margin: 36px auto 0;
  background: #071d42;
  color: #fffaf0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.15rem;
  letter-spacing: .18em;
  box-shadow: 0 12px 24px rgba(7, 29, 66, .22);
}

/* Sponsor Bon Odori */
.sponsor-bon {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: transparent;
}

.sponsor-bon::before {
  display: none;
}

.sponsor-bon__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.sponsor-bon__head {
  position: absolute;
  top: 7%;
  left: 39%;
  z-index: 3;
  transform: none;
}

.sponsor-bon__title {
  display: inline-block;
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 4.8vw, 4.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .22em;
  color: #7f1d16;
  transition: color .25s ease;
}

.sponsor-bon__title:hover {
  color: #b52e24;
}

.sponsor-bon__visual {
  width: 100vw;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
}

.sponsor-bon__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 18px 28px rgba(18, 28, 53, .14));
}

.sponsor-bon__ornaments {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.lantern-stage {
  position: absolute;
  top: 28%;
  left: 50%;
  overflow: hidden;
  width: 100vw;
  height: 230px;
  margin: 0;
  transform: translateX(-50%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.lantern-track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 38px;
  width: max-content;
  animation: lanternFlow 38s linear infinite;
}

.lantern-stage:hover .lantern-track {
  animation-play-state: paused;
}

.lantern-item {
  position: relative;
  flex: 0 0 auto;
  width: 132px;
  height: 210px;
  animation: lanternSwing 3.2s ease-in-out infinite;
  transform-origin: 50% 12px;
}

.lantern-item__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    drop-shadow(0 18px 18px rgba(0, 0, 0, .22))
    drop-shadow(0 0 18px rgba(255, 170, 48, .5));
}

.lantern-item__name {
  position: absolute;
  left: 50%;
  top: 47%;
  max-height: 104px;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.25;
  letter-spacing: .12em;
  color: #24120d;
  text-shadow:
    0 1px 0 rgba(255, 230, 190, .75),
    0 0 8px rgba(255, 210, 150, .45);
}

.bon-dance {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(14px, 4vw, 52px);
  min-height: 0;
  margin: 0;
}

.bon-dance::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: min(760px, 90%);
  height: 44px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(30, 30, 30, .18), transparent 70%);
  filter: blur(8px);
}

.bon-dance__person {
  position: relative;
  z-index: 1;
  width: clamp(120px, 16vw, 210px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 12px rgba(0, 0, 0, .18));
  animation: bonStep 2.6s ease-in-out infinite;
}

.bon-dance__person--02,
.bon-dance__person--04 {
  transform: scaleX(-1);
}

.bon-dance__person--02 {
  animation-delay: -.6s;
}

.bon-dance__person--03 {
  animation-delay: -1.2s;
}

.bon-dance__person--04 {
  animation-delay: -1.8s;
}

@keyframes lanternFlow {
  to {
    transform: translateX(-50%);
  }
}

@keyframes lanternSwing {
  0%, 100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

@keyframes bonStep {
  0%, 100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes heroBonZoom {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1.12);
  }
}

@media (max-width: 768px) {
  .hero-bon {
    min-height: calc(100svh - 68px);
  }

  .hero-bon__media img {
    object-position: center;
  }

  .hero-bon__inner {
    width: min(100% - 32px, 680px);
    min-height: calc(100svh - 68px);
    grid-template-columns: 1fr;
    align-content: end;
    padding: 74px 0 72px;
  }

  .hero-bon h1 {
    font-size: clamp(3rem, 14vw, 5.2rem);
  }

  .hero-bon__lead {
    font-size: .92rem;
    line-height: 2;
  }

  .hero-bon__vertical {
    justify-self: start;
    writing-mode: horizontal-tb;
    font-size: 1.1rem;
    letter-spacing: .12em;
  }

  .hero-bon__actions a {
    width: 100%;
  }

  .topics-bon {
    padding: 62px 0 56px;
  }

  .topics-bon__inner {
    width: min(100% - 24px, 1120px);
  }

  .topics-bon__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .news-topic-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(112px, .75fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
  }

  .topics-list__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .topics-list__item small {
    order: -1;
  }

  .topic-card--large {
    grid-row: auto;
  }

  .news-topic-grid .topic-card--large {
    grid-row: span 2;
  }

  .topic-card div {
    padding: 20px;
  }

  .news-topic-grid .topic-card div {
    padding: 14px;
  }

  .news-topic-grid .topic-card span,
  .news-topic-grid .topic-card time {
    margin-bottom: 8px;
  }

  .news-topic-grid .topic-card h3 {
    font-size: clamp(.88rem, 3.6vw, 1.25rem);
    line-height: 1.45;
  }

  .news-topic-grid .topic-card p {
    margin-top: 8px;
    font-size: .78rem;
    line-height: 1.65;
  }

  .calendar-bon {
    position: relative;
    overflow: hidden;
    padding: 30px 0 42px;
  }

  .calendar-bon__inner {
    width: min(100% - 28px, 520px);
  }

  .calendar-bon__head {
    margin-bottom: 18px;
  }

  .calendar-bon__sub {
    margin-bottom: 8px;
    font-size: .76rem;
    letter-spacing: .32em;
  }

  .calendar-bon__title {
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
    letter-spacing: .18em;
  }

  .calendar-bon__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .calendar-feature-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 132px;
    overflow: hidden;
    background: rgba(255, 253, 248, .72);
    border: 1px solid rgba(112, 75, 32, .1);
    box-shadow: 0 16px 30px rgba(70, 48, 24, .12);
  }

  .calendar-feature-card::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -20px;
    width: 136px;
    height: 118px;
    background:
      radial-gradient(ellipse at 62% 16%, rgba(185, 151, 83, .2) 0 30%, transparent 31%),
      linear-gradient(82deg, transparent 28%, rgba(185, 151, 83, .16) 29% 35%, transparent 36%),
      linear-gradient(98deg, transparent 44%, rgba(185, 151, 83, .16) 45% 51%, transparent 52%);
    opacity: .8;
    pointer-events: none;
  }

  .calendar-feature-card__ribbon {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 104px;
    margin-left: 14px;
    padding-top: 14px;
    background: #a81517;
    color: #fffaf0;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: .92rem;
    line-height: 1.55;
    letter-spacing: .14em;
    text-align: center;
    box-shadow: 0 8px 16px rgba(88, 26, 18, .2);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 100%, 0 86%);
  }

  .calendar-feature-card__body {
    position: relative;
    z-index: 1;
    align-self: center;
    min-width: 0;
    padding: 14px 14px 14px 4px;
  }

  .calendar-feature-card time {
    display: block;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(2.15rem, 10.8vw, 3.15rem);
    line-height: 1;
    letter-spacing: .08em;
    color: #9b1f16;
  }

  .calendar-feature-card time span {
    font-size: .82rem;
    letter-spacing: .08em;
  }

  .calendar-feature-card h3 {
    margin: 10px 0 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(112, 75, 32, .18);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(1.35rem, 5.8vw, 1.85rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .08em;
  }

  .calendar-feature-card p {
    margin-top: 8px;
    font-size: .88rem;
    line-height: 1.45;
    letter-spacing: .06em;
  }

  .calendar-board {
    padding: 14px 0 0;
    overflow: hidden;
    background: rgba(255, 253, 248, .64);
    border: 1px solid rgba(112, 75, 32, .1);
    box-shadow: 0 14px 28px rgba(70, 48, 24, .1);
  }

  .calendar-board__month {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 14px 12px;
    font-size: 1.38rem;
    letter-spacing: .12em;
  }

  .calendar-board__nav {
    display: flex;
    gap: 8px;
  }

  .calendar-board__nav a {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(112, 75, 32, .18);
    border-radius: 50%;
  }

  .calendar-board__nav a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #9b1f16;
    border-right: 2px solid #9b1f16;
    transform: translate(-35%, -50%) rotate(45deg);
  }

  .calendar-board__nav a:first-child::before {
    transform: translate(-65%, -50%) rotate(-135deg);
  }

  .calendar-grid {
    gap: 0;
    padding: 0 3px;
  }

  .calendar-grid--week {
    margin-bottom: 0;
    padding: 0 3px 5px;
    border-bottom: 1px solid rgba(112, 75, 32, .12);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: .86rem;
    color: #1b2833;
  }

  .calendar-grid--week span:first-child {
    color: #9b1f16;
  }

  .calendar-day {
    min-height: 30px;
    margin: 1.5px;
    background: rgba(255, 253, 248, .36);
    border: 1px solid rgba(112, 75, 32, .14);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: .92rem;
    color: #1b2833;
  }

  .calendar-day--blank {
    background: transparent;
    border-color: rgba(112, 75, 32, .08);
  }

  .calendar-day.has-event::after {
    bottom: -7px;
    width: 1px;
    height: 11px;
    border-radius: 0;
    background: #9b1f16;
  }

  .calendar-day.has-event b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #a81517;
    color: #fffaf0;
  }

  .calendar-day.is-today {
    border-color: #a81517;
    color: #9b1f16;
  }

  .calendar-day.is-today:not(.has-event) b {
    color: #9b1f16;
  }

  .calendar-events {
    position: relative;
    gap: 0;
    margin-top: 10px;
    padding-top: 34px;
    overflow: hidden;
    background: rgba(255, 253, 248, .58);
    border: 1px solid rgba(112, 75, 32, .1);
    box-shadow: 0 14px 28px rgba(70, 48, 24, .1);
  }

  .calendar-events::before {
    content: "今後の予定";
    position: absolute;
    left: 16px;
    top: 9px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: .12em;
    color: #1b2833;
  }

  .calendar-event {
    position: relative;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    min-height: 58px;
    padding: 10px 32px 9px 16px;
    border-top: 1px solid rgba(112, 75, 32, .14);
  }

  .calendar-event::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #9b1f16;
    border-right: 2px solid #9b1f16;
    transform: translateY(-50%) rotate(45deg);
  }

  .calendar-event:last-child {
    border-bottom: 0;
  }

  .calendar-event time {
    font-size: 1.08rem;
    line-height: 1.1;
    letter-spacing: .04em;
  }

  .calendar-event h3 {
    font-size: .96rem;
    font-weight: 700;
    line-height: 1.45;
  }

  .calendar-event p {
    margin-top: 2px;
    font-size: .82rem;
    line-height: 1.35;
  }

  .calendar-events__link {
    display: grid;
    place-items: center;
    min-height: 38px;
    margin: 10px 14px 12px;
    border: 1px solid #9b1f16;
    color: #9b1f16;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 600;
    font-size: .88rem;
    letter-spacing: .12em;
  }

  .story-bon {
    padding: 62px 0 72px;
  }

  .story-bon__inner {
    width: min(100% - 24px, 680px);
  }

  .story-bon__head {
    margin-bottom: 28px;
  }

  .story-bon__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .story-bon__text {
    grid-template-columns: 1fr;
  }

  .story-bon__vertical {
    writing-mode: horizontal-tb;
    font-size: 1.35rem;
  }

  .story-bon__side {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .news-bon {
    padding: 64px 0 62px;
  }

  .news-bon__inner {
    width: min(100% - 24px, 1200px);
  }

  .news-bon__head {
    display: block;
    margin-bottom: 30px;
  }

  .activity-record-grid {
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding: 12px 18px 24px;
    margin: 0 -12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .activity-bill {
    flex: 0 0 210px;
    scroll-snap-align: center;
  }

  .activity-bill:nth-child(n) {
    --rest-y: 0px;
  }

  .activity-bill:nth-child(even) {
    --rest-y: 0px;
  }

  .activity-bill time {
    margin-top: 10px;
    font-size: .72rem;
  }

  .activity-bill h3 {
    font-size: 1rem;
  }

  .activity-bill p {
    font-size: .78rem;
  }

  .activity-record-link {
    width: min(100%, 300px);
    min-height: 56px;
    margin-top: 24px;
    font-size: 1rem;
  }

  .sponsor-bon {
    padding: 0;
  }

  .sponsor-bon__inner {
    width: 100%;
  }

  .sponsor-bon__head {
    top: 7%;
    left: 146px;
    transform: none;
  }

  .sponsor-bon__title {
    font-size: clamp(1.65rem, 8vw, 2.55rem);
  }

  .sponsor-bon__visual {
    width: 230vw;
    margin-left: 34%;
    transform: translateX(-50%);
    margin-top: 0;
  }

  .sponsor-bon__ornaments {
    margin-top: 0;
    transform: none;
  }

  .lantern-stage {
    top: 18%;
    height: 190px;
  }

  .lantern-track {
    gap: 24px;
    animation-duration: 32s;
  }

  .lantern-item {
    width: 108px;
    height: 174px;
  }

  .lantern-item__name {
    max-height: 88px;
    font-size: .78rem;
  }

  .bon-dance {
    justify-content: flex-start;
    gap: 8px;
    min-height: 230px;
    bottom: 4%;
    margin-top: 0;
    overflow: visible;
  }

  .bon-dance__person {
    flex: 0 0 auto;
    width: 128px;
  }

  .bon-dance__person:nth-child(n + 4) {
    display: none;
  }
}

/* Taiko Scene Switch */
.taiko-scene {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 96px 0;
  color: #fffdf8;
  background: #171313;
  isolation: isolate;
}

.taiko-scene__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -5;
  width: min(100vw, 1920px);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateX(-50%) scale(1.08);
  transition: opacity .85s ease, transform 1.2s ease;
}

.taiko-scene__bg.is-active {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.taiko-scene__overlay {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(18, 14, 11, .76), rgba(18, 14, 11, .28) 48%, rgba(18, 14, 11, .72)),
    linear-gradient(180deg, rgba(18, 14, 11, .18), rgba(18, 14, 11, .72));
}

/* 太鼓固定レイヤー */
.taiko-scene__frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  left: 50%;
  width: min(100vw, 1920px);
  height: 100%;
  object-fit: contain;
  opacity: 1;
  pointer-events: none;
  user-select: none;
  transform: translateX(-50%);
}

.taiko-scene__frame--left {
  object-position: left center;
}

.taiko-scene__frame--center {
  object-position: center;
}

.taiko-scene__frame--right {
  object-position: right center;
}

.taiko-scene__frame--extra {
  object-position: 0% center;
}

.taiko-scene__frame--fifth {
  top: 45%;
  left: 90%;
  object-position: 24% center;
  width: 16%;
  height: 16%;
}

.taiko-scene__frame--sixth {
  top: 79%;
  left: 4.3%;
  object-position: 76% center;
  width: 5%;
  height: 5%;
}

/* 中身 */
.taiko-scene__inner {
  position: relative;
  z-index: 3;
  width: min(100% - 40px, 1240px);
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(320px, 420px) minmax(300px, 350px);
  gap: 55px;
  justify-content: center;
  align-items: center;
}

.taiko-scene__copy {
  align-self: start;
  box-sizing: border-box;
  width: 460px;
  max-width: 460px;
  padding-top: 0;
  margin-top: -58px;
  transform: translateX(-205px);
}

.taiko-scene__sub {
  display: none;
}

.taiko-scene__copy h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.75rem, 2.7vw, 2.9rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: .12em;
  color: #1b2833;
}

.taiko-scene__copy h2 span {
  color: #9b1f16;
}

.taiko-scene__copy h2 .taiko-scene__line {
  color: inherit;
  white-space: nowrap;
}

.taiko-scene__copy h2 .taiko-scene__line span {
  color: #9b1f16;
}

.taiko-scene__copy p:not(.taiko-scene__sub) {
  margin: 28px 0 0;
  max-width: 380px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .9rem;
  line-height: 2.15;
  color: rgba(27, 40, 51, .86);
}

/* 太鼓クリック用の透明ボタン */
.taiko-scene__hit {
  position: relative;
  z-index: 4;
  justify-self: center;
  align-self: center;
  width: min(36vw, 420px);
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.taiko-scene__hit span {
  position: absolute;
  left: -8%;
  top: 68%;
  transform: translate(-50%, -50%);
  display: block;
  color: #d5b46d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .14em;
  text-align: left;
  pointer-events: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .36);
}

.taiko-scene__hit i {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 320px;
  height: 320px;
  transform: translate(-50%, -50%) scale(.72);
  border: 1px solid rgba(255, 210, 120, .55);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.taiko-scene__hit.is-hit i {
  animation: taikoPulse .72s ease-out;
}

/* 右の説明セル */
.taiko-scene__panel {
  position: relative;
  z-index: 5;
  top: auto;
  right: auto;
  box-sizing: border-box;
  width: min(100%, 350px);
  min-height: 310px;
  justify-self: center;
  align-self: center;
  margin-top: 155px;
  padding: 48px 32px 36px;
  background: transparent;
  color: #1b2833;
  box-shadow: none;
  transform: translateX(255px);
}

.taiko-scene__text {
  display: none;
}

.taiko-scene__text.is-active {
  display: block;
  animation: sceneTextIn .58s ease both;
}

.taiko-scene__text h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.9rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .16em;
  text-align: center;
  transform: translateX(-22px);
  color: #1b2833;
}

.taiko-scene__text p {
  margin: 18px 0 0;
  max-width: 100%;
  font-size: .95rem;
  line-height: 2.05;
  letter-spacing: .08em;
  color: rgba(27, 40, 51, .78);
}

@keyframes taikoPulse {
  0% {
    opacity: .8;
    transform: translate(-50%, -50%) scale(.72);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.25);
  }
}

@keyframes sceneTextIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .taiko-scene {
    height: auto;
    min-height: max(640px, calc(100svh - 220px));
    box-sizing: border-box;
    padding: 0;
  }

  .taiko-scene__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .taiko-scene__frame {
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    opacity: .95;
    transform: translateX(28px);
  }

  .taiko-scene__frame--left {
    top: 0;
    left: 22%;
    width: 145%;
    height: 120%;
    object-position: left top;
    transform: scaleX(1.3);
    transform-origin: center center;
  }

  .taiko-scene__frame--center {
    top: -12%;
    left: -11%;
    width: 114%;
    height: 114%;
  }

  .taiko-scene__frame--right {
    top: 30%;
    left: -110%;
    width: 132%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
    transform: scaleX(2.15);
    transform-origin: center center;
  }

  .taiko-scene__frame--extra {
    top: -22%;
    left: -7%;
    width: 132%;
    height: 132%;
  }

  .taiko-scene__frame--fifth {
    top: 53%;
    left: 18%;
    width: 54%;
    height: 54%;
    object-position: center;
  }

  .taiko-scene__frame--sixth {
    top: 57.5%;
    left: -.5%;
    width: 7%;
    height: 7%;
    object-position: center;
  }

  .taiko-scene__inner {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    gap: 28px;
  }

  .taiko-scene__copy {
    width: min(100%, 460px);
    max-width: 100%;
    padding-top: 0;
    margin-top: 0;
    transform: translate(-4px, 10px);
  }

  .taiko-scene__hit {
    width: min(78vw, 360px);
  }

  .taiko-scene__hit span {
    left: -1%;
    top: 80%;
    font-size: .7rem;
  }

  .taiko-scene__panel {
    position: relative;
    top: 18px;
    right: auto;
    left: 0;
    transform: none;
    width: min(100%, 390px);
    min-height: 300px;
    justify-self: center;
    margin-top: -66px;
    padding: 72px 28px 28px;
    text-align: center;
  }

  .taiko-scene__text h3 {
    transform: none;
  }

  .taiko-scene__text p {
    line-height: 1.55;
  }
}

@media (max-width: 560px) {
  .taiko-scene__inner {
    width: min(100% - 24px, 520px);
  }

  .taiko-scene__copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .taiko-scene__copy p:not(.taiko-scene__sub) {
    font-size: .9rem;
    margin-top: 12px;
    line-height: 1.55;
  }

  .taiko-scene__mobile-hide {
    display: none;
  }
}

@media (max-width: 900px) and (max-height: 740px) {
  .taiko-scene__inner {
    gap: 20px;
  }

  .taiko-scene__hit {
    width: min(74vw, 318px);
  }

  .taiko-scene__panel {
    left: 0;
    top: 12px;
    min-height: 250px;
    margin-top: -54px;
    padding: 48px 20px 24px;
  }
}

/* =========================
   小さめPC / サブモニター対策
   1366px前後・高さ低めの画面用
========================= */
@media (min-width: 901px) and (max-width: 1440px) {
  .hero-bon__inner {
    width: min(1120px, calc(100% - 40px));
    grid-template-columns: minmax(280px, 500px) 1fr;
    padding: 58px 0 58px;
  }

  .hero-bon h1 {
    font-size: clamp(2.7rem, 5.8vw, 5.6rem);
  }

  .hero-bon__lead {
    margin-top: 20px;
    font-size: .94rem;
    line-height: 1.9;
  }

  .hero-bon__actions {
    margin-top: 24px;
  }

  .topics-bon,
  .calendar-bon,
  .news-bon {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .topics-bon__inner,
  .calendar-bon__inner,
  .news-bon__inner {
    width: min(100% - 36px, 1040px);
  }

  .calendar-day {
    min-height: 48px;
  }

  .topic-card div {
    padding: 20px;
  }

  .taiko-scene {
    min-height: 560px;
    padding: 50px 0;
  }

  .taiko-scene__inner {
    width: min(100% - 36px, 1026px);
    min-height: 405px;
    grid-template-columns: minmax(228px, 285px) minmax(266px, 342px) minmax(247px, 285px);
    gap: 32px;
  }

  .taiko-scene__copy {
    width: 390px;
    max-width: 390px;
    margin-top: -24px;
    transform: translateX(-205px);
  }

  .taiko-scene__copy h2 {
    font-size: clamp(1.62rem, 2.65vw, 2.55rem);
  }

  .taiko-scene__copy p:not(.taiko-scene__sub) {
    max-width: 320px;
    margin-top: 18px;
    font-size: .84rem;
    line-height: 1.9;
  }

  .taiko-scene__hit {
    width: min(28.5vw, 323px);
  }

  .taiko-scene__panel {
    width: min(100%, 240px);
    min-height: 247px;
    margin-top: 118px;
    transform: translateX(120px);
    padding: 30px 16px 24px;
  }

  .taiko-scene__text h3 {
    font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  }

  .taiko-scene__text p {
    font-size: .76rem;
    line-height: 1.75;
    letter-spacing: .03em;
  }

  .sponsor-bon {
    padding: 0;
  }

  .sponsor-bon__visual {
    width: 100vw;
  }

  .sponsor-bon__ornaments {
    margin-top: 0;
  }

  .lantern-stage {
    height: 190px;
  }

  .lantern-item {
    width: 112px;
    height: 178px;
  }

  .lantern-item__name {
    max-height: 88px;
    font-size: .78rem;
  }

  .bon-dance {
    min-height: 220px;
  }

  .bon-dance__person {
    width: clamp(96px, 12vw, 160px);
  }
}

/* =========================
   高さが低いPC画面対策
========================= */
@media (min-width: 901px) and (max-height: 760px) {
  .hero-bon,
  .hero-bon__inner {
    min-height: auto;
  }

  .hero-bon__inner {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero-bon h1 {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
  }

  .hero-bon__lead {
    margin-top: 18px;
    line-height: 1.8;
  }

  .taiko-scene {
    min-height: 560px;
    padding: 50px 0;
  }

  .taiko-scene__inner {
    min-height: 420px;
  }

  .taiko-scene__panel {
    margin-top: 42px;
  }

  .sponsor-bon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lantern-stage {
    height: 180px;
  }

  .bon-dance {
    min-height: 200px;
    margin-top: 0;
  }
}

/* =========================
   PC小さめ画面だけ、全体を5%だけ縮小
   Chrome想定
========================= */
@media (min-width: 901px) and (max-width: 1440px) {
  body.top-page {
    width: calc(100% / .95);
    zoom: .95;
  }

  .taiko-scene__bg,
  .taiko-scene__frame {
    left: 45.4%;
  }

  .sponsor-bon__visual {
    width: calc(100vw / .95 + 24px);
    margin-left: calc(50% - 12px);
  }

  .lantern-stage {
    width: calc(100vw / .95 + 24px);
    left: calc(50% - 12px);
  }

  .bon-dance__person {
    width: clamp(108px, 13.5vw, 178px);
  }
}

@media (min-width: 901px) and (max-width: 1440px) and (max-height: 760px) {
  .taiko-scene__panel {
    margin-top: 118px;
  }
}

/* =========================
   PC：太鼓の金文字位置調整
========================= */
@media (min-width: 901px) {
  .taiko-scene__hit span {
    left: -132%;
    top: 98%;
  }
}

/* =========================
   PC：太鼓ブロック 金文字キャッチ
========================= */
.taiko-scene__catch {
  display: none;
}

@media (min-width: 901px) {
  .taiko-scene__catch {
    display: block;
    position: absolute;
    left: 104%;
    bottom: -15px;
    z-index: 6;
    transform: translateX(-50%);
    margin: 0;
    color: #d5b46d;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(1.05rem, 1.5vw, 1.45rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .24em;
    white-space: nowrap;
    text-shadow:
      0 2px 8px rgba(0, 0, 0, .45),
      0 0 18px rgba(213, 180, 109, .35);
    pointer-events: none;
  }
}
/* PCのみ：金文字キャッチを小さく */
@media (min-width: 901px) {
  .taiko-scene__catch {
    font-size: clamp(.8rem, 1vw, 1.05rem);
    letter-spacing: .18em;
  }
}

/* =========================
   サブモニター表示：drum6だけ位置調整
========================= */
@media (min-width: 901px) and (max-width: 1440px) {
  .taiko-scene__frame--sixth {
    top: 79%;
    left: 1%;
    width: 5%;
    height: 5%;
    transform: none;
  }
}

/* =========================
   サブモニター表示：太鼓をたたく文字位置
========================= */
@media (min-width: 901px) and (max-width: 1440px) {
  .taiko-scene__hit span {
    left: -148.5%;
    top: 102%;
  }
}

/* =========================
   サブモニター表示：drum5だけ位置調整
========================= */
@media (min-width: 901px) and (max-width: 1440px) {
  .taiko-scene__frame--fifth {
    top: 41%;
    left: 82%;
    width: 16%;
    height: 16%;
  }
}

/* =========================
   サブモニター表示：踊りの記憶を の位置調整
========================= */
@media (min-width: 901px) and (max-width: 1440px) {
  .taiko-scene__catch {
    left: 94%;
    bottom: -23px;
  }
}
