/* dog ヒーロー画像 v8 - 散歩のまる 頭頂部まで表示 */

/* === PCヒーロー領域 70vh固定 === */
@media (min-width: 960px) {
  .p-mainVisual,
  .p-mainVisual__inner,
  .p-mainVisual .swiper-container,
  .p-mainVisual .swiper-wrapper,
  .p-mainVisual .swiper-slide,
  .p-mainVisual__slide {
    height: 70vh !important;
    min-height: 70vh !important;
    max-height: 70vh !important;
  }
  .p-mainVisual img,
  .p-mainVisual__slide img,
  .p-mainVisual .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* === 各画像のobject-position === */
.p-mainVisual img,
.p-mainVisual__slide img,
.swiper-slide img {
  object-position: center 30% !important;
}

img[src*="IMG_2738"] {
  object-position: center 35% !important;
}

/* IMG_3504 散歩のまる - 頭頂部まで完全表示するため Y=0% */
img[src*="IMG_3504"] {
  object-position: 25% 0% !important;
}

img[src*="IMG_3547"] {
  object-position: center 25% !important;
}
