@charset "utf-8";

/*///////////////////////////////

 追従バナー

/////////////////////////////*/

#floating_bn {
  width: 150px;
  height: 150px;
  position: fixed;
  right: 25px;
  bottom: 140px;
  opacity: 0.8;
  z-index: 1000;
}

.banner-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background-color: #666;
  cursor: pointer;
}

@media (max-width: 640px) {
  #floating_bn {
    width: 120px;
    height: 120px;
    right: 10px;
    bottom: 140px;
  }

  .banner-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #666;
    cursor: pointer;
  }
}

@media (min-width: 1299px) {
  #floating_bn {
    right: 100px;
    bottom: 140px;
  }
}
