/* =========================================================
   Hero
   ========================================================= */

.p-hero__image {
  aspect-ratio: 1200 / 851;
  overflow: hidden;
  position: relative;
}

.p-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.16),
      rgba(0, 0, 0, 0.02) 45%,
      rgba(0, 0, 0, 0.18)
    );
  pointer-events: none;
}

.p-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.92) contrast(1.08) saturate(0.92);
}

.p-hero__catch-wrap {
  padding: 48px 24px 72px;
  display: flex;
  justify-content: center;
}

.p-hero__catch {
  font-family: "YujiBokuCatch", serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 28px;
  line-height: 2.35;
  letter-spacing: 0.14em;
}
