.p-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.p-hero .swiper-slide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: 19%;
}

.p-hero__sns {
  position: absolute;
  bottom: 6%;
  right: 5%;
  z-index: 10;
}

.p-sns__item {
  width: 67px;
  height: 67px;
}

.p-sns__item + .p-sns__item {
  margin-top: 20px;
}

.p-sns__item img {
  width: auto;
}
