@charset "UTF-8";

/* page style */

.wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.343vw;
  margin: 5.857vw 0;
}
.wrap-btn__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.968vw;
  height: 4.978vw;
  border-radius: 0.952vw;
  background: linear-gradient(#e5006a 0%, #950547 100%);
  font-size: 1.464vw;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFF;
}

@media screen and (max-width: 640px) {
  .wrap-btn {
    flex-direction: column;
    gap: 5.333vw;
    margin: 12vw 0;
  }
  .wrap-btn__btn {
    width: 87.467vw;
    height: 16vw;
    border-radius: 3.467vw;
    font-size: 4.267vw;;
  }
}