/* ======================================
ページトップ
========================================= */
#thanks {
  margin: 100px auto;
  text-align: center;
}

#thanks h2 {
  font-size: 50px;
  font-weight: 600;
  color: var(--c-ink);
  border-bottom: solid 2px #000;
  padding-bottom: 40px;
}

.thanks__text {
  font-size: 24px;
  line-height: 2.5;
  margin: 20px auto 40px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  #thanks {
    margin: 9% auto;
  }

  #thanks h2 {
    font-size: 6.4vw;
    padding-bottom: 7%;
  }

  .thanks__text {
    font-size: 3.1vw;
    margin: 6% auto;
  }
}
