/* 追従バナー */

#sale_banner {
  position: relative;
  z-index: 200;
}

#sale_banner a:hover img {
  opacity: 1;
}

#sale_banner .img1 {
  position: fixed;
  left: -20px;
  bottom: 85px;
}

#sale_banner .img2 {
  position: fixed;
  left: -220px;
  bottom: 40px;
  width: 165px;
}