@charset "UTF-8";
:root {
  color-scheme: light;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

header {
  display: none;
}
@media screen and (min-width: 768px) {
  header {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
  }
}

/* common */
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
}
.sofia {
  font-family: "sofia-pro", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

.blue {
  color: #0054FF;
}

.kv {
  background-image: url(../img/kv-sp.png?v=2);
  background-repeat: no-repeat;
  background-size: 370px 425px;
  background-position: top 30px left calc(50% - 10px);
  height: 438px;
}
.kv-wrapper {
  padding: 70px 24px 230px;
}
.kv__figure {
  width: 100%;
  max-width: 298px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .kv {
    background-image: url(../img/kv-pc.png);
    background-repeat: no-repeat;
    background-size: 710px auto;
    height: 537px;
    margin-top: -65px;
  }
}

.invitation-wrapper {
  padding: 24px;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.invitation__image {
  display: inline-block;
  width: 291px;
  height: auto;
}
.invitation__flex {
  width: 100%;
  border-radius: 10px;
  background: #EAF2FF;
  padding: 30px 20px;
  text-align: center;
  margin-top: 20px;
}
.invitation__heading {
  color: var(--Primitive-Color-Very-Dark-Gray0E202E, #0E202E);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1px;
}
.invitation__url {
  margin-top: 12px;
  color: var(--Primitive-Color-Very-Dark-Gray0E202E, #0E202E);
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1px;
  border-radius: 8px;
  border: 2px solid var(--Brand-primary, #0054FF);
  background: #FFF;
  padding: 16px 0 16px 20px;
  white-space: nowrap;
  position: relative;
}
.invitation__url__copy {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  text-indent: -9999px;
  background-image: url(../img/icon-copy.png);
  background-repeat: no-repeat;
  background-size: 44px auto;
  background-position: center;
  cursor: pointer;
}
.invitation__button {
  margin: 20px auto 0;
  padding: 16px;
  border-radius: 99px;
  background: var(--Brand-primary, #0054FF);
  width: 100%;
  max-width: 290px;
  color: var(--Foreground-contrast-white, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  cursor: pointer;
}

.thanks-wrapper {
  padding: 40px 24px;
}
.thanks h3 {
  color: var(--Brand-primary, #0054FF);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%; /* 23.8px */
}
.thanks h2 {
  color: var(--Brand-primary, #0054FF);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%; /* 33px */
}
.thanks p {
  margin-top: 16px;
  color: var(--Brand-Grayish-Blue, #93999D);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.step-wrapper {
  padding: 52px 24px;
  text-align: center;
}
.step h2 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.step__flex__box {
  text-align: center;
  padding: 16px 0 66px;
  position: relative;
}
.step__flex__box__icon {
  width: 71px;
  height: auto;
  display: inline-block;
}
.step__flex__box__lead {
  margin-top: 12px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.step__flex__box__image {
  margin: 16px auto;
  width: 300px;
}
.step__flex__box__note {
  display: inline-block;
  color: #FF134C;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.step__flex__box__note span {
  position: relative;
}
.step__flex__box__note span.nowrap {
  white-space: nowrap;
}
.step__flex__box__note span::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFF7C7;
  z-index: -1;
}
.step__flex__box p {
  margin: 8px auto 0;
  color: var(--Very-Dark-Gray0E202E, #0E202E);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.step__flex__box a {
  margin-top: 12px;
  color: var(--Brand-primary, #0054FF);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.step__flex__box::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 32px;
  bottom: 0;
  left: calc(50% - 35px);
  background-image: url(../img/icon-triangle.svg);
  background-repeat: no-repeat;
}
.step__flex__box:last-of-type::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .step h2 {
    font-size: 24px;
  }
  .step__flex {
    margin-top: 16px;
  }
  .step__flex__box {
    padding-top: 30px;
  }
  .step__flex__box__icon {
    width: 84px;
  }
  .step__flex__box__lead {
    font-size: 24px;
  }
  .step__flex__box__image {
    width: 420px;
  }
  .step__flex__box__note {
    font-size: 16px;
  }
  .step__flex__box p {
    font-size: 20px;
  }
}

.present {
  background: linear-gradient(180deg, rgba(225, 225, 225, 0) 0%, #D1D1D1 73.06%, #FFF 88.14%), #F4F4F4;
}
.present#progress {
  background: linear-gradient(180deg, rgba(225, 225, 225, 0) 0%, #D1D1D1 68.44%), #F4F4F4;
}
.present#progress .present-wrapper {
  padding-bottom: 48px;
}
.present-wrapper {
  padding: 48px 24px 0;
  text-align: center;
}
.present__flex h2 {
  font-size: 24px;
  font-weight: 700;
}
.present__flex h2 .underline {
  position: relative;
  z-index: 1;
}
.present__flex h2 .underline::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.present__flex h2 .large {
  font-size: 40px;
}
.present__figure {
  text-align: center;
}
.present__figure img {
  margin-top: 8px;
  display: inline-block;
  width: 148px;
  height: auto;
}
.present__meter {
  padding: 16px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  margin: -40px auto 0;
  background: linear-gradient(96deg, #FFE380 -0.89%, #FBADFF 23.1%, #A4C8FB 47.08%, #73EEF1 71.06%, #B4F2BB 95.05%);
  position: relative;
  z-index: 0;
}
.present__meter::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 4px;
  z-index: -1;
}
.present__meter ul {
  width: 100%;
  display: flex;
  gap: 4px;
  margin-top: 14px;
}
.present__meter ul li {
  width: calc(10% - 3.6px);
  height: 6px;
  background-color: #D4D4D4;
}
.present__meter ul li.active {
  background-color: #0054FF;
}
.present__meter ul li:first-of-type {
  border-radius: 10px 0 0 10px;
}
.present__meter ul li:last-of-type {
  border-radius: 0 10px 10px 0;
}
.present__meter__achivement {
  margin-top: 14px;
  color: var(--Foreground-secondary, #595959);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
@media screen and (min-width: 768px) {
  .present {
    background: linear-gradient(180deg, rgba(225, 225, 225, 0) 0%, #F1F1F1 64.99%, #FFF 100%), #F4F4F4;
  }
  .present-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .present__flex {
    display: flex;
    width: 710px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
  }
  .present__flex h2 {
    text-align: left;
    font-size: 30px;
  }
  .present__flex h2 .underline {
    display: block;
    margin-bottom: 14px;
  }
  .present__flex h2 .large {
    font-size: 45px;
  }
  .present__meter {
    margin-top: 0;
  }
}

.p-faq {
  padding: 52px 0;
  background: #EAF2FF;
  color: #0e202e;
}

.p-faq__content {
  padding: 0 24px;
  width: 100%;
  margin: auto;
}

.p-faq__content__heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

.p-faq__content__list {
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 750px;
}

.p-faq__content__list__block {
  padding: 16px 20px;
  border-radius: 10px;
  background-color: #fff;
}

.p-faq__content__list__block__question {
  color: var(--Brand-primary, #0054FF);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0 22px 0 32px;
  position: relative;
  cursor: pointer;
}

.p-faq__content__list__block__question:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("../img/icon-q.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.p-faq__content__list__block__question .toggle {
  position: absolute;
  display: block;
  top: 5px;
  right: 0;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
}
.p-faq__content__list__block__question .toggle::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #0054FF;
}
.p-faq__content__list__block__question .toggle::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #0054FF;
  transform: rotate(90deg);
  transition: 0.3s;
}

.p-faq__content__list__block__question.is-active .toggle::after {
  transform: rotate(180deg);
}

.p-faq__content__list__block__answer {
  display: none;
  color: var(--Very-Dark-Gray0E202E, #0E202E);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  margin-top: 16px;
  padding: 16px 0 0 32px;
  border-top: dotted 2px #96BBF6;
  position: relative;
}
.p-faq__content__list__block__answer::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("../img/icon-a.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 14px;
  left: 0;
}

@media screen and (min-width: 769px) {
  .p-faq {
    padding: 80px 0;
  }
  .p-faq__content__list__block__question {
    font-size: 18px;
  }
  .p-faq__content__list__block__question::before {
    top: 4px;
  }
  .p-faq__content__list__block__question .toggle {
    top: 9px;
  }
  .p-faq__content__list__block__answer {
    font-size: 18px;
  }
  .p-faq__content__list__block__answer::before {
    top: 18px;
  }
}
.p-rules {
  padding: 48px 0;
  background: #fff;
  color: #0E202E;
}

.p-rules__content {
  padding: 0 24px;
  width: 100%;
  text-align: left;
}

.p-rules__content__heading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.p-rules__content__heading-3 {
  font-weight: 700;
  margin-top: 20px;
}

.p-rules__content__description,
.p-rules__content__heading-3 {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .p-rules {
    padding: 80px 0;
  }
  .p-rules__content {
    padding: 0 24px;
    max-width: 848px;
    margin: auto;
  }
  .p-rules__content__heading {
    font-size: 20px;
  }
  .p-rules__content__description,
  .p-rules__content__heading-3 {
    font-size: 14px;
  }
}
/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal__content {
  background: white;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.modal.show .modal__content {
  transform: scale(1);
}

.footer_app-icon {
  display: inline-block;
}

.footer__share {
  display: flex;
}/*# sourceMappingURL=style.css.map */