.inh2026-home-banner {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: min(1400px, calc(100vw - 48px));
  min-height: clamp(400px, 42vw, 590px);
  margin: 28px 50% 64px;
  overflow: hidden;
  transform: translateX(-50%);
  background-image: var(--inh2026-banner-image);
  background-position: center 58%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.inh2026-home-banner__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 34, 28, .38), rgba(5, 27, 20, .67));
}

.inh2026-home-banner__inner {
  width: min(100%, 1060px);
  padding: 72px 40px 68px;
}

.inh2026-home-banner__date {
  margin: 0 0 20px !important;
  color: #ead29d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.6 !important;
  letter-spacing: .22em;
}

.inh2026-home-banner__date span {
  display: inline-block;
  margin: 0 .35em;
  opacity: .85;
}

.inh2026-home-banner__title {
  margin: 0 0 22px !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -.035em !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .32);
}

.inh2026-home-banner__title span + span::before {
  content: " ";
}

.inh2026-home-banner__copy {
  margin: 0 auto 34px !important;
  color: rgba(255, 255, 255, .96) !important;
  font-size: clamp(15px, 1.5vw, 20px) !important;
  font-weight: 400;
  line-height: 2 !important;
  letter-spacing: .055em;
  text-shadow: 0 2px 15px rgba(0, 0, 0, .48);
}

.inh2026-home-banner__mobile-break {
  display: none;
}

.inh2026-home-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-width: 330px;
  min-height: 66px;
  padding: 16px 32px;
  border-radius: 999px;
  background: rgba(248, 241, 220, .96);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
  color: #18362c !important;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: .08em;
  text-decoration: none !important;
  transition: background-color .25s ease, transform .25s ease;
}

.inh2026-home-banner__button:hover,
.inh2026-home-banner__button:focus-visible {
  background: #fffaf0;
  color: #18362c !important;
  transform: translateY(-2px);
}

.inh2026-home-banner__button span {
  font-family: Arial, sans-serif;
  font-size: 22px;
}

@media (max-width: 767px) {
  .inh2026-home-banner {
    width: calc(100vw - 24px);
    min-height: 540px;
    margin-top: 12px;
    margin-bottom: 40px;
    background-position: 54% center;
  }

  .inh2026-home-banner__inner {
    padding: 54px 24px 50px;
  }

  .inh2026-home-banner__date {
    margin-bottom: 18px !important;
    font-size: 12px !important;
    letter-spacing: .16em;
  }

  .inh2026-home-banner__title {
    margin-bottom: 24px !important;
    font-size: clamp(35px, 11vw, 49px) !important;
    line-height: 1.32 !important;
    letter-spacing: -.05em !important;
  }

  .inh2026-home-banner__title span {
    display: block;
  }

  .inh2026-home-banner__title span + span::before {
    content: none;
  }

  .inh2026-home-banner__copy {
    margin-bottom: 30px !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
    letter-spacing: .025em;
  }

  .inh2026-home-banner__mobile-break {
    display: initial;
  }

  .inh2026-home-banner__desktop-break {
    display: none;
  }

  .inh2026-home-banner__button {
    width: min(100%, 310px);
    min-width: 0;
    min-height: 60px;
    gap: 18px;
    padding: 14px 22px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inh2026-home-banner__button {
    transition: none;
  }
}
