*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.page-thanks {
  max-width: 750px;
  margin: 0 auto;
  background: #111;
}

.page-thanks img {
  display: block;
  width: 100%;
  height: auto;
}

.thx-main {
  position: relative;
}

.thx-cta-link {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  display: block;
  transition: opacity 0.3s;
}

.thx-cta-link:hover {
  opacity: 0.85;
}

/* ===== Footer ===== */
.footer {
  max-width: 750px;
  margin: 0 auto;
  background: #111;
  padding: 16px 10px;
  text-align: center;
}

.footer p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 350;
  font-size: 10px;
  color: #fff;
}
