@charset "UTF-8";
@media screen and (max-width: 960px) {
  .l-main {
    padding-top: 0;
  }
}

.p-sp_screen {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-sp_screen__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-sp_screen__header {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .p-sp_screen__header {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.p-sp_screen__kv {
  width: 100%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-sp_screen__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(1rem);
}
.is-load .p-sp_screen__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_out) 0.5s, transform 0.8s var(--ease_out) 0.5s;
}

.p-sp_screen_intro {
  display: block;
  position: relative;
  padding: 8rem 0;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_intro {
    padding: 5rem 0;
  }
}
.p-sp_screen_intro__inner {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-sp_screen_intro__lead {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_intro__lead {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-sp_screen_intro__duration {
  width: 90%;
  max-width: 61rem;
  min-height: 7rem;
  display: grid;
  grid-template-columns: 18rem 1fr;
  position: relative;
  margin: 3rem auto 0;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}
.p-sp_screen_intro__duration::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-text);
}
@media screen and (max-width: 960px) {
  .p-sp_screen_intro__duration {
    width: 96.5%;
    min-height: 5rem;
    margin-top: 2.8rem;
    grid-template-columns: 6.87rem 1fr;
  }
}
.p-sp_screen_intro__duration-cap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_intro__duration-cap {
    font-size: 1.4rem;
  }
}
.p-sp_screen_intro__duration-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_intro__duration-text {
    font-size: 1.4rem;
  }
}
.p-sp_screen_intro__duration-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-black);
}
.p-sp_screen_intro__note {
  width: 100%;
  display: block;
  position: relative;
  margin: 3.2rem auto 0;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_intro__note {
    margin-top: 2.4rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.p-sp_screen_outline {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  padding: 7rem 0 9.4rem;
  background: var(--color-pink-pearl);
}
@media screen and (max-width: 960px) {
  .p-sp_screen_outline {
    padding: 7rem 0 6.6rem;
  }
}
.p-sp_screen_outline__header {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_outline__header {
    margin-bottom: 3rem;
  }
}
.p-sp_screen_outline__title {
  display: block;
  position: relative;
  font-size: 6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_outline__title {
    font-size: 3.85rem;
  }
}
.p-sp_screen_outline__inner {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_outline__inner {
    width: 100%;
  }
}
.p-sp_screen_outline__data {
  width: 86.5%;
  max-width: 80rem;
  display: block;
  position: relative;
  padding: 5rem 8rem;
  margin: 0 auto;
  background: var(--color-white);
}
@media screen and (min-width: 961px) {
  .p-sp_screen_outline__data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-sp_screen_outline__data {
    padding: 2rem 2.5rem;
  }
}
.p-sp_screen_outline__data + .p-sp_screen_outline__data {
  margin-top: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_outline__data + .p-sp_screen_outline__data {
    margin-top: 1.6rem;
  }
}
.p-sp_screen_outline__data-cap {
  width: 12rem;
  display: block;
  position: relative;
  padding: 0.25rem 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-sp_screen_outline__data-cap {
    margin-bottom: 1.5rem;
    width: 9.7rem;
    font-size: 1.4rem;
  }
}
.p-sp_screen_outline__data-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  top: -0.2em;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_outline__data-text {
    font-size: 1.5rem;
  }
}

.p-sp_screen_attention {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  padding: 8.4rem 0 9.4rem;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_attention {
    padding: 6.2rem 0 7.4rem;
  }
}
.p-sp_screen_attention__inner {
  width: 86%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-sp_screen_attention__data {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-sp_screen_attention__data + .p-sp_screen_attention__data {
  margin-top: 2.5rem;
}
.p-sp_screen_attention__data-cap {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  font-weight: 600;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-sp_screen_attention__data-cap {
    font-size: 1.25rem;
  }
}
.p-sp_screen_attention__data-text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_attention__data-text {
    font-size: 1.2rem;
  }
}
.p-sp_screen_attention__data-text a {
  color: var(--color-red);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-sp_screen_attention__data-text a {
    text-decoration: none;
  }
}

.p-sp_screen_form {
  display: block;
  position: relative;
  padding: 7rem 0 8.4rem;
  background: var(--color-pink-pearl);
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form {
    padding: 7rem 0 7rem;
  }
}
.p-sp_screen_form__header {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form__header {
    margin-bottom: 3rem;
  }
}
.p-sp_screen_form__title {
  display: block;
  position: relative;
  font-size: 6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form__title {
    font-size: 3.85rem;
  }
}
.p-sp_screen_form__inner {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-sp_screen_form_content {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-sp_screen_form_content__inner {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.8rem 0 7.4rem;
  margin: 0 auto;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__inner {
    padding: 2.4rem 0 4rem;
  }
}
.p-sp_screen_form_content__note {
  width: 87%;
  max-width: 70rem;
  display: block;
  position: relative;
  margin: 0 auto 1.2rem;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-red);
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__note {
    margin-bottom: -0.2rem;
    font-size: 1.2rem;
  }
}
.p-sp_screen_form_content__field {
  width: 87%;
  max-width: 70rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  position: relative;
  padding: 2.5rem 5rem 2.5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__field {
    display: block;
    padding: 2.5rem 0;
  }
}
.p-sp_screen_form_content__field::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, var(--color-gray), var(--color-gray) 0.2rem, transparent 0.2rem, transparent 0.3rem);
  background-size: 0.5rem 2px;
  background-repeat: repeat-x;
}
.p-sp_screen_form_content__cap {
  width: 15rem;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-red);
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__cap {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.p-sp_screen_form_content__content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__content {
    gap: 0.8rem;
    font-size: 1.2rem;
  }
}
.p-sp_screen_form_content__content.--age {
  max-width: 20rem;
}
.p-sp_screen_form_content__content.--area, .p-sp_screen_form_content__content.--gender {
  max-width: 40rem;
}
.p-sp_screen_form_content__content.--area::after, .p-sp_screen_form_content__content.--gender::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  top: 45%;
  right: 2.5rem;
  transform: translate(50%, -50%) rotate(-45deg);
  border-bottom: 1px solid var(--color-text);
  border-left: 1px solid var(--color-text);
  pointer-events: none;
}
.p-sp_screen_form_content__content input[type=text],
.p-sp_screen_form_content__content input[type=email],
.p-sp_screen_form_content__content input[type=email] {
  flex: 1;
  min-width: 0;
  min-height: 3.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0 2rem 0.3rem;
  font-family: source-han-sans-japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 0 !important;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__content input[type=text],
  .p-sp_screen_form_content__content input[type=email],
  .p-sp_screen_form_content__content input[type=email] {
    min-height: 3rem;
  }
}
.p-sp_screen_form_content__content input[type=text]::-moz-placeholder, .p-sp_screen_form_content__content input[type=email]::-moz-placeholder, .p-sp_screen_form_content__content input[type=email]::-moz-placeholder {
  font-size: 0.8em;
  color: var(--color-gray);
}
.p-sp_screen_form_content__content input[type=text]::placeholder,
.p-sp_screen_form_content__content input[type=email]::placeholder,
.p-sp_screen_form_content__content input[type=email]::placeholder {
  font-size: 0.8em;
  color: var(--color-gray);
}
.p-sp_screen_form_content__content select {
  flex: 1;
  min-width: 0;
  min-height: 3.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0 2rem 0.3rem;
  font-family: source-han-sans-japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 0 !important;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__content select {
    min-height: 3rem;
  }
}
.p-sp_screen_form_content__content select::-moz-placeholder {
  font-size: 0.8em;
  color: var(--color-gray);
}
.p-sp_screen_form_content__content select::placeholder {
  font-size: 0.8em;
  color: var(--color-gray);
}
.p-sp_screen_form_content__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__footer {
    margin-top: 1.4rem;
  }
}
.p-sp_screen_form_content__btn {
  width: 100%;
  max-width: 32.5rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__btn {
    max-width: 26.5rem;
    min-height: 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-sp_screen_form_content__btn {
    transition: background-color 0.4s var(--ease_out);
  }
  .p-sp_screen_form_content__btn:hover {
    background-color: var(--color-red);
  }
}
.p-sp_screen_form_content__btn::after {
  content: "";
  width: 4rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/arrow.png") no-repeat center/contain;
  filter: invert(1);
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__btn::after {
    width: 3rem;
  }
}
.p-sp_screen_form_content__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-sp_screen_form_content__btn-text {
    font-size: 1.25rem;
  }
}

.u-text-indent[data-prefix="(1)"], .u-text-indent[data-prefix="(2)"], .u-text-indent[data-prefix="(3)"], .u-text-indent[data-prefix="(4)"], .u-text-indent[data-prefix="(5)"] {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.u-text-indent::before, .u-text-indent::after {
  font-feature-settings: normal;
}