.js-blur {
  will-change: filter;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

@media screen and (min-width: 961px) {
  .js-blur {
    will-change: filter;
  }
}
.fv {
  position: relative;
  height: 320px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv {
    height: 26.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .fv {
    height: 190px;
  }
}
.fv .inner {
  position: relative;
  height: 100%;
  max-width: calc(1200px + 6.66%);
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .fv .inner {
    max-width: 375px;
  }
}

.fv__title {
  margin-top: 130px;
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title {
    margin-top: 10.8333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title {
    margin-top: 60px;
  }
}
.fv__title .fv__title--en {
  font-family: "Marcellus", serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title .fv__title--en {
    font-size: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title .fv__title--en {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.wrapper main {
  width: 100%;
}

.footer {
  background: #282828;
  margin-top: auto;
}

.privacy-policy {
  padding-top: 70px;
  color: #282828;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 960px) {
  .privacy-policy {
    padding-top: 0;
  }
}
.privacy-policy .inner {
  padding-bottom: 180px;
  max-width: calc(1200px + 6.66%);
}
@media screen and (max-width: 960px) {
  .privacy-policy .inner {
    padding-bottom: 120px;
  }
}

.privacy-policy__h2 {
  margin-bottom: 16px;
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
}

.privacy-policy__h3 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.9px;
}

.privacy-policy__h4 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
}

.privacy-policy__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 960px) {
  .thanks__content {
    max-width: 210px;
    margin: auto;
  }
}

.thanks__text {
  color: #282828;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
}

.btn-wrapper {
  margin-top: 64px;
}
@media screen and (max-width: 960px) {
  .btn-wrapper {
    text-align: center;
    margin-top: 55px;
  }
}