html,
body {
  min-height: 100%;
}

body#thank {
  overflow-x: clip;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  background-image: url(../images/page-top/pc-layout-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#thank main {
  padding-block: 100px;
}
#thank .main-title {
  width: 100%;
  max-width: 100%;
  min-width: 0; /* common.css の min-width: 1100px を打ち消す */
  margin-bottom: 40px;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: transparent;
}

#thank .main-title img {
  display: block;
  width: min(100%, 240px);
  height: auto;
  margin-inline: auto;
}

#thank main {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-inline: 16px;
}

#thank .thank-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 40px;
  border-radius: 10px;
}

#thank .borderwrap {
  width: 100%;
}

#thank .thank-content h2 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #332f2f;
}

#thank .thank-content p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #332f2f;
}

#thank .btnArea-s {
  margin-top: 40px;
  text-align: center;
}

#thank .btnArea-s .btn {
  display: inline-block;
  box-sizing: border-box;
  width: min(100%, 310px);
  max-width: 100%;
  padding-block: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #bd566c;
  border-radius: 6px;
}
