/* =========================================================
   Home Funeral
   /kind/jitakuso/
========================================================= */

.kind-detail--home-funeral {
  --kind-accent: #477454;
  --kind-accent-dark: #2f5339;
  --kind-accent-pale: #f0f5f1;
}

.kind-detail--home-funeral .home-funeral-hero {
  background-image:
    linear-gradient(
      90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.94) 40%,
      rgba(255,255,255,.46) 68%,
      rgba(255,255,255,.08) 100%
    ),
    url("/wp/wp-content/themes/ceremony/images/page/jitaku_hero_01_pc.webp");
  background-position: center;
  background-size: cover;
}

.kind-detail--home-funeral .home-funeral-altar {
  max-width: 920px;
}

.kind-detail--home-funeral .home-funeral-altar .kind-card__media {
  aspect-ratio: 16 / 9;
}

.kind-detail--home-funeral .home-funeral-altar .kind-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {

  .kind-detail--home-funeral .home-funeral-hero {
    padding-top: 66vw;
    align-items: flex-end;
    background-image:
      linear-gradient(
        180deg,
        rgba(255,255,255,0) 34%,
        rgba(255,255,255,.91) 66%,
        #fff 84%
      ),
      url("/wp/wp-content/themes/ceremony/images/page/jitaku_hero_01_sp.webp");
    background-position: center top;
    background-size: 100% auto;
  }

}
