/* =================== article-hero-image.css =================== */
.article-hero-image {width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 16px; margin-bottom: var(--hc-sp-5); max-height: 480px; margin: 24px 0 32px; display: block}
@media(max-width:1024px) {
  .article-hero-image, .article-related-card__img {width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; display: block; border-radius: 12px}
}
