main {
  background-image: url(../common/img/fv-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.thanks {
  text-align: center;
  padding: 40% 0 25%;
  line-height: 1.5;
}
.thanks__ttl {
  font-size: 6.5vw;
  font-weight: bold;
}
.thanks__guide {
  font-size: 3vw;
  margin-top: 6%;
}
.thanks__mail {
  font-size: 2.5vw;
  margin-top: 6%;
}
.thanks__btn {
  width: 63.5%;
  margin: 10% auto 0;
  font-size: 4vw;
  display: inline-block;
  color: #fff;
  text-align: center;
  filter: drop-shadow(6px 6px 2px rgba(0, 0, 0, 0.2));
}
.thanks__btn a {
  font-size: 3.5vw;
  -webkit-clip-path: polygon(96% 0, 100% 11%, 100% 89%, 96% 100%, 0 100%, 0% 60%, 0 0);
  clip-path: polygon(96% 0, 100% 11%, 100% 89%, 96% 100%, 0 100%, 0% 60%, 0 0);
  background-color: #000;
  width: 100%;
  padding: 6% 0;
}

@media screen and (min-width: 1025px) {
  main {
    background-image: url(../common/img/fv-bg-pc.jpg);
  }
  .thanks {
    padding: 13% 7%;
  }
  .thanks__ttl {
    font-size: 2.39583vw;
    font-weight: bold;
  }
  .thanks__guide {
    margin-top: 2%;
    font-size: 1.67vw;
  }
  .thanks__mail {
    font-size: 1.1979vw;
    margin-top: 4%;
  }
  .thanks__btn {
    width: 22%;
    margin: 5% auto 0;
  }
  .thanks__btn a {
    font-size: 1.302083vw;
  }
}/*# sourceMappingURL=thanks-page.css.map */