/* complete
======================================= */
.complete {
  background: url(../img/common/thanks.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .complete {
    background: url(../img/common/thanks-sp.jpg) no-repeat center center/cover;
  }
}
.complete::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
}
.complete__inner {
  padding: 5em 5%;
  text-align: center;
}
@media (max-width: 768px) {
  .complete__inner {
    padding: 3.8em 4%;
  }
}
.complete__thanks {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 5.6875em;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 768px) {
  .complete__thanks {
    font-size: 3.125em;
    margin-bottom: 0.2em;
  }
}
.complete__catch {
  font-size: 1.5625em;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .complete__catch {
    font-size: 1em;
    line-height: 1.5;
  }
}
.complete__text {
  font-size: 0.875em;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .complete__text {
    line-height: 1.7857;
  }
}
.complete__top {
  max-width: 87.5px;
  margin: auto;
}