body {
  background-color: #f5ab6c;
}

.back-image-content {
  background-image: url("../img/back_human_pc.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.pet-jerky {
  position: fixed;
  bottom: -150px;
  left: -140px;
  z-index: 999;
}
@media (max-width: 767px) {
  .pet-jerky {
    bottom: -130px;
    left: -120px;
  }
}
.pet-jerky .pet-jerky-btn img {
  width: 320px;
  height: auto;
  transition: transform 0.8s, filter 0.8s;
}
@media (max-width: 767px) {
  .pet-jerky .pet-jerky-btn img {
    width: 280px;
  }
}
.pet-jerky .pet-jerky-btn:hover img {
  content: url("../img/img14.webp");
  transform: scale(1.08);
}
.pet-jerky .pet-jerky-btn a {
  opacity: 1;
}

.btn-buy {
  max-width: 700px;
  margin: 0 auto;
}
.btn-buy .image-1set {
  position: relative;
  transition: transform 0.8s, filter 0.8s;
}
.btn-buy .image-1set:hover {
  transform: scale(1.05);
}
.btn-buy .image-1set img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .btn-buy .image-1set img {
    width: 85%;
    margin: 0 auto;
  }
}
.btn-buy .image-1set:hover img {
  content: url("../img/btn_buy_human_green.webp");
}
@media (max-width: 767px) {
  .btn-buy .image-1set:hover img {
    content: url("../img/img18.webp");
  }
}
.btn-buy .image-1set a {
  opacity: 1;
}/*# sourceMappingURL=style_human.css.map */