@charset "UTF-8";

.sale{
  position: absolute;
  top: 0;
  left: 1.85vw;
}
.sale img{
  width: 24.15vw;
}
.footer .staff::after{
  display: none;
}
.footer .staff{
  padding: 0;
}
@media screen and (max-width: 768px){
  .main .intro p.img img {
      width: 100%;
  }
}