@charset "utf-8";
/* CSS Document */
#sale::before {
  content: '';
  background-image: url(../img/img_gold_color.jpg);
  width: 20vw;
  height: 20vw;
  position: absolute;
  transform: rotate(45deg);
  top: -10vw;
  left: -10vw;
}
#sale::after {
  content: '';
  background-image: url(../img/img_gold_color.jpg);
  width: 26vw;
  height: 26vw;
  position: absolute;
  transform: rotate(45deg);
  bottom: -13vw;
  right: -13vw;
}
@media screen and (max-width: 767px) {
  #sale::before {
    width: 30vw;
    height: 30vw;
    top: -15vw;
    left: -15vw;
  }
  #sale::after {
    width: 30vw;
    height: 30vw;
    bottom: -15vw;
    right: -15vw;
  }
}
.m-img-campaign, .m-btn-sightseeing > a, .m-btn-startrip > a, .burger-btn {
  background: url(../img/img_gold_color02.jpg);
}
.m-img-campaign {
  background-size: cover;
}