.p-main_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-main_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/main_bg.jpg) no-repeat center center;
  background-size: cover;
}
.p-main_bg::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  position: relative;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  transform: translateY(30%);
  background: #26B6C7;
  background: linear-gradient(0deg, rgba(38, 183, 199, 0.2) 60%, rgba(255, 0, 0, 0) 100%);
}

.p-hero {
  position: relative;
  padding: 75px 0;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding: 23% 0 16%;
  }
}
.p-hero__sasa {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-hero__sasa-item {
  max-width: 367px;
  width: 27%;
}
@media screen and (max-width: 960px) {
  .p-hero__sasa-item {
    width: 28%;
  }
}
.p-hero__sasa-item img {
  width: 100%;
}
.p-hero__sasa-item.-l {
  transform: translateY(62%) scaleX(-1);
  max-width: 420px;
  width: 32%;
}
@media screen and (max-width: 960px) {
  .p-hero__sasa-item.-l {
    transform: translateY(75%) translateX(-34%) scaleX(-1);
    max-width: 420px;
    width: 30%;
  }
}
.p-hero__sasa-item.-r {
  transform: translateY(27%);
}
@media screen and (max-width: 960px) {
  .p-hero__sasa-item.-r {
    transform: translateY(11%);
  }
}
.p-hero__moon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30.5%;
  max-width: 440px;
}
@media screen and (max-width: 960px) {
  .p-hero__moon {
    width: 33.5%;
  }
}
.p-hero__moon img {
  width: 100%;
}
.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__ttl {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 458px;
  z-index: 1;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-hero__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 960px) {
  .p-hero__ttl {
    width: 79%;
    max-width: 500px;
  }
}
.p-hero__ttl img {
  width: 100%;
}

.p-lead {
  position: relative;
  text-align: center;
  font-size: 22px;
  letter-spacing: 5px;
  font-family: YakuHanMP, "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  margin-bottom: 64px;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .p-lead {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 2;
    margin-bottom: 31px;
  }
}
.p-lead span {
  vertical-align: baseline;
  color: #b559ff;
}

.p-box {
  position: relative;
  z-index: 1;
}
.p-box__block {
  border: 1px solid rgba(210, 210, 210, 0.7);
  background-color: rgba(7, 48, 87, 0.7);
  padding: 61px 80px 64px;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-box__block {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-box__block:nth-child(1) {
  transition-delay: 0.8s;
}
.is-load .p-box__block:nth-child(2) {
  transition-delay: 0.95s;
}
@media screen and (max-width: 960px) {
  .p-box__block {
    padding: 38px 19px 43px;
  }
}
.p-box__block + .p-box__block {
  margin-top: 21px;
}
@media screen and (max-width: 960px) {
  .p-box__block + .p-box__block {
    margin-top: 20px;
  }
}

.p-box_entry {
  line-height: 1.6;
}
.p-box_entry__ttl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 13px;
  margin-bottom: 28px;
}
@media screen and (max-width: 960px) {
  .p-box_entry__ttl {
    font-size: 18px;
    letter-spacing: 11px;
    margin-bottom: 20px;
  }
}
.p-box_entry__list {
  margin: 0 auto;
  width: 100%;
  max-width: 546px;
}
.p-box_entry__list-item {
  display: flex;
}
.p-box_entry__list-item + .p-box_entry__list-item {
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .p-box_entry__list-item + .p-box_entry__list-item {
    margin-top: 14px;
  }
}
.p-box_entry__list-label {
  color: #b559ff;
  font-size: 17px;
  letter-spacing: 4px;
  flex-shrink: 0;
  margin-right: 36px;
}
@media screen and (max-width: 960px) {
  .p-box_entry__list-label {
    font-size: 12px;
    letter-spacing: 3px;
    margin-right: 13px;
  }
}
.p-box_entry__list-text {
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  .p-box_entry__list-text {
    line-height: 1.8;
    font-size: 13px;
  }
}

.p-box_form {
  padding-bottom: 28px;
}
@media screen and (max-width: 960px) {
  .p-box_form {
    padding-bottom: 7px;
  }
}
.p-box_form__select {
  padding-top: 19px;
}
@media screen and (max-width: 960px) {
  .p-box_form__select {
    padding-top: 10px;
  }
}
.p-box_form__select-ttl {
  text-align: center;
  font-family: YakuHanMP, "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .p-box_form__select-ttl {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.p-box_form__select-list {
  display: flex;
  margin: 0 auto;
  width: 96%;
  margin-top: 38px;
}
@media screen and (max-width: 960px) {
  .p-box_form__select-list {
    display: block;
    margin-top: 30px;
    width: 85%;
  }
}
.p-box_form__select-list-item {
  width: 32.3%;
  text-align: center;
  border-radius: 100px;
  padding: 11px 0;
  cursor: pointer;
  position: relative;
}
.p-box_form__select-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-box_form__select-list-item {
    padding: 10px 0;
    width: 100%;
  }
}
@media (hover: hover) {
  .p-box_form__select-list-item {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-box_form__select-list-item:hover {
    transform: scale(0.98);
    opacity: 0.8;
  }
}
.p-box_form__select-list-item.is-current {
  pointer-events: none;
}
.p-box_form__select-list-item + .p-box_form__select-list-item {
  margin-left: 1.5%;
}
@media screen and (max-width: 960px) {
  .p-box_form__select-list-item + .p-box_form__select-list-item {
    margin-left: 0;
    margin-top: 16px;
  }
}
.p-box_form__select-list-item.-hachikuji {
  border: 1px solid #eed17a;
  color: #eed17a;
}
.p-box_form__select-list-item.-hachikuji.is-current {
  background-color: #eed17a;
  color: #fff;
}
.p-box_form__select-list-item.-oshino {
  border: 1px solid #ff7676;
  color: #ff7676;
}
.p-box_form__select-list-item.-oshino.is-current {
  background-color: #ff7676;
  color: #fff;
}
.p-box_form__select-list-item.-ononoki {
  border: 1px solid #48d4e4;
  color: #48d4e4;
}
.p-box_form__select-list-item.-ononoki.is-current {
  background-color: #48d4e4;
  color: #fff;
}
.p-box_form__select-list-text {
  font-size: 16px;
  letter-spacing: 4px;
}
@media screen and (max-width: 960px) {
  .p-box_form__select-list-text {
    font-size: 12px;
  }
}
.p-box_form__select-thumb {
  margin-top: 40px;
  border: 1px solid rgba(210, 210, 210, 0.7);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-box_form__select-thumb {
    margin-top: 21px;
  }
}
.p-box_form__select-thumb-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.p-box_form__select-thumb-item.is-current {
  opacity: 1;
}
.p-box_form__select-thumb-item:nth-child(1) {
  position: relative;
}
.p-box_form__select-thumb-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/mon_sample.svg) no-repeat center center;
  background-size: 60%;
}
.p-box_form__input {
  border-top: 1px solid rgba(168, 168, 168, 0.8);
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-box_form__input {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.p-box_form__input-block + .p-box_form__input-block {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-box_form__input-block + .p-box_form__input-block {
    margin-top: 30px;
  }
}
.p-box_form__input-block-item + .p-box_form__input-block-item {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .p-box_form__input-block-item + .p-box_form__input-block-item {
    margin-top: 15px;
  }
}
.p-box_form__input-label {
  font-family: YakuHanMP, "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-box_form__input-label {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.p-box_form__input-text {
  width: 100%;
}
.p-box_form__input-text input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background-color: #fff;
  font-size: 16px;
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  padding: 6px 20px;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .p-box_form__input-text input {
    padding: 3px 9px;
    height: 40px;
  }
}
.p-box_form__input-btn {
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 60px;
  width: 400px;
  position: relative;
  border-radius: 100px;
  padding: 20px 45px 21px;
  font-size: 17px;
  color: #000;
}
@media screen and (max-width: 960px) {
  .p-box_form__input-btn {
    padding: 12px 29px 14px;
    font-size: 12px;
    width: 90%;
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .p-box_form__input-btn {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-box_form__input-btn:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.p-box_form__input-btn::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 28px;
  -webkit-mask: url(../img/btn_icon.svg) no-repeat center center;
  mask: url(../img/btn_icon.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #000;
}
@media screen and (max-width: 960px) {
  .p-box_form__input-btn::before {
    width: 5px;
    right: 13px;
  }
}
.p-box_form__input-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p-attention {
  margin-top: 79px;
}
@media screen and (max-width: 960px) {
  .p-attention {
    margin-top: 49px;
  }
}
.p-attention__ttl {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: YakuHanMP, "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  margin-bottom: 23px;
}
@media screen and (max-width: 960px) {
  .p-attention__ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.p-attention__list {
  padding: 0 10%;
}
@media screen and (max-width: 960px) {
  .p-attention__list {
    padding: 0 7%;
  }
}
.p-attention__list-item {
  font-size: 12px;
  line-height: 1.3;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-attention__list-item {
    font-size: 11px;
    line-height: 1.8;
  }
}
.p-attention__list-item + .p-attention__list-item {
  margin-top: 1px;
}

.p-box_result__share {
  text-align: center;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 100px;
  margin: 0 auto;
  margin-top: 40px;
  width: 400px;
}
@media (hover: hover) {
  .p-box_result__share {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-box_result__share:hover {
    transform: scale(0.98);
    opacity: 0.8;
  }
}
@media screen and (max-width: 960px) {
  .p-box_result__share {
    margin-top: 30px;
    width: 90%;
    border: 1px solid #fff;
  }
}
.p-box_result__share a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  padding: 20px 10%;
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .p-box_result__share a {
    padding: 13px 13%;
    font-size: 13px;
  }
}
.p-box_result__share a::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 7%;
  background: url(../img/btn_icon.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .p-box_result__share a::before {
    width: 5px;
  }
}
.p-box_result__ogp {
  border: 1px solid rgba(210, 210, 210, 0.7);
}
.p-box_result__back {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100px;
  margin: 0 auto;
  margin-top: 21px;
  width: 400px;
}
@media (hover: hover) {
  .p-box_result__back {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-box_result__back:hover {
    transform: scale(0.98);
    opacity: 0.8;
  }
}
@media screen and (max-width: 960px) {
  .p-box_result__back {
    margin-top: 19px;
    width: 90%;
    border: 1px solid #fff;
  }
}
.p-box_result__back a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px 10%;
  font-size: 17px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-box_result__back a {
    padding: 13px 13%;
    font-size: 13px;
  }
}
.p-box_result__back a::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7%;
  -webkit-mask: url(../img/btn_icon.svg) no-repeat center center;
  mask: url(../img/btn_icon.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  transform: scaleX(-1);
}
@media screen and (max-width: 960px) {
  .p-box_result__back a::before {
    width: 5px;
  }
}