.nx-house-promo--mahiru .nx-house-creative--mahiru {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #12141a;
  overflow: hidden;
}
.nx-house-promo--mahiru .nx-house-creative__media,
.nx-house-promo--mahiru .nx-house-creative__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nx-house-promo--mahiru .nx-house-creative__shade {
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}
.nx-house-promo--mahiru .nx-house-creative__live-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 2;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  background: #e11d48;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.nx-house-promo--mahiru .nx-house-creative__label,
.nx-house-promo--mahiru .nx-house-creative__title {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  z-index: 2;
  margin: 0;
  color: #fff;
}
.nx-house-promo--mahiru .nx-house-creative__label {
  bottom: 2.1rem;
  font-size: 0.7rem;
  opacity: 0.9;
}
.nx-house-promo--mahiru .nx-house-creative__title {
  bottom: 0.55rem;
  font-size: 0.88rem;
  font-weight: 650;
}
.nx-house-promo--mahiru.is-fallback .nx-house-creative__live-badge,
.nx-house-creative--mahiru.is-fallback .nx-house-creative__live-badge {
  display: none;
}
.nx-grid > .nx-house-promo--mahiru .nx-house-creative--mahiru {
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
}
