@charset "UTF-8";

.fixed-bnr {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 10;
}
.fixed-bnr a {
  display: block;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 20vw;
  }
  .fixed-bnr {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 28vw;
  }
  .fixed-bnr img {
    width: 100%;
    height: auto;
  }
}
