
main {
  margin: 0 0 0 0;
  max-width: 1920px;
  min-width: 1366px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main__top {
  width: 100%;
  height: 200px;
  position: relative;
}

.main__top__title {
  position: absolute;
  top: 20px;
  left: 21%;
  color: #3b3b3b;
  font-size: 50px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  font-weight: 300;
  letter-spacing: 0.08em;
}

.main__top__nav {
  position: absolute;
  top: 100px;
  left: 69%;
}

.main__top__nav__upperPages {
  color: #bfbfbf;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", "Noto Sans JP";
}

.main__top__nav__thisPage {
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", "Noto Sans JP";
}

.thanks__line {
  width: 100%;
  height: 1px;
  background: #9f7b4f;
}

.thanks {
  width: 1110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks__circle__container {
  margin-top: 147px;
  width: 338px;
  display: flex;
  justify-content: space-between;
}

.thanks__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks__circle__background {
  width: 66px;
  height: 66px;
  background: #faf9f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 20px;
  font-family: "Poppins-Medium", "Poppins";
  font-weight: 500;
  letter-spacing: 0.04em;
}

.thanks__circle__background--currentPage {
  background: #9f7b4f !important;
  color: #fff !important;
}

.thanks__circle__text {
  margin-top: 11px;
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", "Noto Sans JP";
}

.thanks__circle__rightArrow {
  margin: 31px 25px 0 25px;
  width: 9px;
  height: 16px;
}

.thanks__text {
  margin-top: 86px;
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
}

.thanks__message {
  margin-top: 92px;
  display: flex;
  flex-direction: column;
}

.thanks__message__title {
  color: #9f7b4f;
  font-size: 30px;
  font-family: "NotoSansJP-Bold", "Noto Sans JP";
  letter-spacing: 0.06em;
}

.thanks__message__text {
  margin-top: 41px;
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
}

.thanks__message__errorText {
  color: #f00;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
}

.thanks__button__container {
  margin-top: 85px;
  width: 350px;
  height: 80px;
  position: relative;
}

.thanks__button {
  background: #9f7b4f;
  width: 350px;
  height: 80px;
  color: #fff;
  font-size: 20px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.08em;
}

.thanks__button__arrow {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%) scaleX(-1);
  width: 16.12px;
  height: 10.7px;
}

.filler {
  width: 100%;
  height: 220px;
}

