@media (max-width: 480px) {
  
  img.headerimg_pc {
    display: none;
  }

  img.headerimg_sp {
    display: block;
    padding: 15px 0 0 0;
  }

}