@media only screen and (min-width: 769px) {
  .p-top__hero {
    background-image: url("/img/index/hero.png");
  }
}
@media only screen and (max-width: 768px) {
  .p-top__hero {
    background-image: url("/img/index/hero_sp.png");
  }
}
