.lp-btn{
  margin-top: 225px;
}
.lp-btn__link {
  position: relative;
  display: block;
  background: #048c01;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 415px;
  font-size: 20px;
  padding: 20px 0;
  margin: auto;
}
.lp-btn__link::before{
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 20px;
  width: 9px;
  height: 9px;
}
@media only screen and (max-width: 767px) {
  .lp-btn-sp{
    position: absolute;
    top: 127.5vw;
    left: 0;
    right: 0;
    text-align: center;
  }
  .lp-btn-sp__link{
    display: block;
    width: 183px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .05em;
    text-decoration: none;
    background: #048c01;
    color: #fff;
    margin: auto;
    position: relative;
    padding: 7px 0;
  }
  .lp-btn-sp__link::before{
    content: "";
    display: block;
    position: absolute;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 40%;
    right: 10px;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 359px) {
  .lp-btn-sp{
    top: 115.5vw;
  }
  .lp-btn-sp__link{
    width: 155px;
  }
}