@charset "UTF-8";

/*------------------------------------------------------
  fixed-btn
------------------------------------------------------*/
.fixed-btn {
  width: 190px;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 101;
  display: none;
}
@media screen and (max-width: 1000px) {
  .fixed-btn {
    width: 24vw;
    right: 2vw;
    bottom: 15vw;
  }
}