@charset "UTF-8";

.btn-box {
  position: relative;
}
.btn-box .btn-box__img {
  margin: 0 auto;
}
.btn-box .btn-box__btn {
  position: absolute;
  top: 51.1%;
  left: 15.1%;
  /* left: 50%;
  transform: translateX(-50%); */
  width: 70.7%;
  a {
    transition: all 0.1s linear;
  }
}
.btn-box .btn-box__btn.-btn-2 {
  top: 9%;
}
.btn-box .btn-box__btn.-btn-3 {
  top: 5%;
}

@media screen and (max-width: 640px) {
}
