html, body, div, span, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, address, code, em, img, ins,
small, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

.thanks-main {
  height: 100dvh;
  background-color: #FFFFFF;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 10rem 2rem 2rem;
  box-sizing: border-box;
}

.thanks-overlay {
  width: 100%;
  height: 100%;
}

.thanks-card {
  background-color: #111111;
  color: #FFFFFF;
  border-radius: 0.8rem;
  padding: 5.6rem 6.4rem 10rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .thanks-card {
    padding: 4.8rem 4rem;
  }
}
@media (max-width: 480px) {
  .thanks-card {
    padding: 3.2rem 2.4rem;
  }
}

.thanks-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2rem;
}

.thanks-title {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 2.8rem;
}

.thanks-body {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 4.8rem;
}
@media (max-width: 480px) {
  .thanks-body {
    font-size: 1.4rem;
  }
}