@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
.lower-mv__ttl--en {
  letter-spacing: 0;
}

.confirm__inner {
  max-width: 580px;
}

.thanks {
  margin: 68px 0 141px;
}
@media screen and (max-width: 768px) {
  .thanks {
    margin: 42px 0 72px;
  }
}
.thanks__para {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .thanks__para {
    font-size: 1.4rem;
  }
}
.thanks__btn {
  margin-top: 71px;
  border-radius: 999em;
}
@media screen and (max-width: 768px) {
  .thanks__btn {
    margin-top: 64px;
  }
}/*# sourceMappingURL=entry.css.map */