/* ––––––––––––––––––––––––––––––––––––––––––––––––––
thanks start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-logo {
  justify-content: center;
}

.thanks .fv-page {
  padding-top: 32em;
}

@media (max-width: 567px) {
  .thanks .fv-page {
    padding-top: 24em;
  }
}

.thanks .fv-page {
  margin: 0 auto;
}

.thanks .fv-page .container {
  margin-top: 1rem;
}

.thanks .fv-page .container .inner .fv-bg {
  height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32em 32em 0 0;
}

.title {
  padding: 0 216em;
  margin-top: 3rem;
}

.subtitle {
  border-radius: 1rem 1rem 0 0;
  background-color: #ffffff;
  color: #a88aec;
  font-size: 25em;
  font-family: "Anonymous Pro", monospace;
  font-weight: bold;
  letter-spacing: 0.47em;
  text-align: center;
  padding-top: 3rem;
}

.title-wrapper {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}

.slashes {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 2rem;
}

.slash {
  width: 0.25rem;
  transform: skewX(-20deg);
}

.slash.long {
  height: 3.5rem;
  background-color: #a88aec;
}

.left .slash.long {
  margin-right: 0.3rem;
}

.left .slash.short {
  height: 1.5rem;
  background-color: #2f1b6e;
  position: absolute;
  bottom: 0;
}

.right .slash.long {
  margin-left: 0.3rem;
}

.right .slash.short {
  height: 1.5rem;
  background-color: #2f1b6e;
  position: absolute;
  top: 0;
}

.main-title {
  font-size: 60em;
  font-weight: bold;
  color: #2f1b6e;
  line-height: 1.4;
  display: inline-block;
}

@media (min-width: 1441px) {
  .title {
    max-width: 1920px;
    padding: 0 360em;
    margin: 3rem auto 0;
  }
}

@media (max-width: 567px) {
  .title {
    padding: 0 17em;
    margin-top: 0;
  }

  .title-wrapper {
    gap: 0;
    padding-bottom: 2rem;
  }

  .subtitle {
    font-size: 15em;
    letter-spacing: 0.3rem;
    padding-top: 4rem;
  }

  .slash {
    width: 0.15rem;
  }

  .slash.long {
    height: 2rem;
  }

  .left .slash.short,
  .right .slash.short {
    height: 0.8rem;
  }

  .main-title {
    font-size: 25em;
  }
}

.registration {
  padding: 0 216em;
}

.registration-number,
.registration-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.number-item {
  font-size: 50em;
  font-weight: bold;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-style: italic;
  text-align: center;
  background-color: #a88aec;
  color: #ffffff;
  border-radius: 10rem;
  padding: 1rem 0.75rem;
}

.number {
  margin-right: 0.2rem;
}

.border {
  background-color: #a88aec;
  width: 120em;
  height: 0.1rem;
  margin: 0 20em;
}

.registration-text {
  padding: 1.5rem 0 4.5rem;
  border-bottom: 2px solid #f5f5f5;
}

.text {
  font-size: 22em;
  font-weight: bold;
  color: #909090;
  margin: 0 3.5em 0 2.7em;
}

.text:first-of-type {
  margin: 0 2em 0 3em;
}

.text:last-of-type {
  color: #000;
}

.text-span {
  display: block;
  text-align: center;
  margin-top: 0.7rem;
}

@media (min-width: 1441px) {
  .registration {
    max-width: 1920px;
    padding: 0 360em;
    margin: 0 auto;
  }
}

@media (max-width: 567px) {
  .registration {
    padding: 0 17em;
  }

  .number-item {
    font-size: 20em;
    padding: 0.75rem 0.6rem;
  }

  .border {
    width: 60em;
    margin: 0 0.7rem;
  }

  .registration-text {
    padding: 0.7rem 0 4.5rem;
  }

  .text {
    font-size: 12em;
    margin: 0 2em 0 3.5em;
  }

  .text:first-of-type {
    margin: 0 1em 0 1.5em;
  }

  .text-span {
    margin-top: 0.4rem;
  }
}

.thanks .fv-page .container .inner .fv-bg {
  text-align: center;
  font-size: 32em;
  font-weight: 700;
}

.thanks .white-area {
  border-radius: 0 0 16em 16em;
  margin-bottom: 32em;
}

@media (max-width: 567px) {
  .thanks .white-area {
    margin-bottom: 16em;
  }
}

.content-title {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 1.5rem;
}

.content-title .number-item {
  font-size: 22em;
  padding: 0.7rem 0.5rem;
}

.title-text {
  font-size: 26em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 0.5em;
}

.content-text {
  font-size: 20em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 0.7rem;
}

.text-color {
  color: #a88aec;
}

@media (max-width: 567px) {
  .title-text {
    font-size: 20em;
  }

  .content-text {
    font-size: 18em;
  }
}

.sec02 {
  padding: 0 216em 30em;
}

.flow-title {
  font-size: 32em;
  font-weight: bold;
  text-align: center;
  margin: 0.5em 0 1.2em;
}

.flow-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flow-card {
  width: 32%;
  background-color: #ffffff;
  border-radius: 12em;
  padding: 1.5rem;
}

.flow-number {
  font-size: 32em;
  font-weight: bold;
  color: #a88aec;
  margin-bottom: 0.7em;
}

.flow-text {
  font-size: 18em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.flow-border {
  width: 2%;
  height: 1em;
  background-color: #a88aec;
}

@media (min-width: 1441px) {
  .sec02 {
    max-width: 1920px;
    padding: 0 360em 30em;
    margin: 0 auto;
  }

  .flow-text {
    font-size: 22em;
  }
}

@media (max-width: 567px) {
  .sec02 {
    padding: 0 17em 30em;
  }

  .flow-title {
    font-size: 26em;
  }

  .flow-content {
    display: block;
  }

  .flow-card {
    width: 100%;
  }

  .flow-number {
    font-size: 40em;
  }

  .flow-text {
    font-size: 20em;
  }

  .flow-border {
    width: 2em;
    height: 40em;
    margin: 0 auto;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
thanks end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
