@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-black: #333;
  --color-white: #fff;
  --color-gray: #989898;
  --color-pink: #ff7c9e;
  --font-jp: YakuHanMP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: "Baskervville", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-out-sine: cubic-bezier(0.61, 1, 0.88, 1);
}

html {
  font-size: 10px;
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0rem;
  font-feature-settings: "palt";
  cursor: pointer;
}

div {
  position: relative;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.p-wrapper {
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.75;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-wrapper {
    font-size: 1.4rem;
  }
}

.p-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_pc.jpg) no-repeat center top/cover;
}

.p-logo {
  position: fixed;
  top: 50%;
  left: calc((50% - 22.5rem) * 0.5);
  transform: translate(-50%, -50%);
  width: 24.3571428571vw;
  max-width: 34.1rem;
}
@media screen and (min-width: 1800px) {
  .p-logo {
    max-width: 60rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-logo {
    display: none;
  }
}

.p-content {
  z-index: 0;
  width: 45rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-content {
    width: 100%;
  }
}
.p-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_sp.jpg) no-repeat center top/cover;
  transform: scale(1.06);
}
.is-loaded .p-content::before {
  transform: scale(1);
  transition: transform 3s var(--ease-out-sine) 0.7s;
}
.p-content__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-content__frame-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/frame_center.png) repeat-y top center/100% auto;
}
.p-content__frame-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-content__frame-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-content__title {
  position: absolute;
  top: 3.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 18.8rem;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-content__title {
    top: 3.1rem;
    width: 15.5rem;
  }
}
.question-active .p-content__title, .result-active .p-content__title {
  opacity: 1;
  transition: opacity 1s var(--ease-out-cubic);
}
.p-start {
  top: 0;
  left: 0;
}
.question-active .p-start, .result-active .p-start {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s var(--ease-out-cubic);
  pointer-events: none;
}
.p-start__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 15rem;
  padding-bottom: 21.2rem;
}
@media screen and (max-width: 750px) {
  .p-start__wrapper {
    padding-top: 13.5rem;
    padding-bottom: 23rem;
  }
}
.p-start__inner {
  width: 83%;
  margin: 0 auto;
}
.p-start__title {
  -webkit-mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  -webkit-mask-position: right 0 top 0;
  mask-position: right 0 top 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.is-loaded .p-start__title {
  -webkit-mask-position: right 100% top 0;
  mask-position: right 100% top 0;
  transition: -webkit-mask-position 1.6s var(--ease-out-cubic) 1.4s;
  transition: mask-position 1.6s var(--ease-out-cubic) 1.4s;
  transition: mask-position 1.6s var(--ease-out-cubic) 1.4s, -webkit-mask-position 1.6s var(--ease-out-cubic) 1.4s;
}
.p-start__lead {
  margin-top: 3.4rem;
  text-align: center;
  transform: translateY(1rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-start__lead {
    margin-top: 3rem;
  }
}
.is-loaded .p-start__lead {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic) 1.9s, opacity 0.5s var(--ease-out-cubic) 1.9s;
}
.p-start__btn {
  width: 96.5%;
  margin: 0 auto;
  margin-top: 4.7rem;
  transform: translateY(1rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-start__btn {
    margin-top: 3.9rem;
  }
}
.is-loaded .p-start__btn {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic) 2.1s, opacity 0.5s var(--ease-out-cubic) 2.1s;
}

.p-question {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.question-active .p-question {
  position: relative;
  opacity: 1;
  transition: opacity 1s var(--ease-out-cubic);
  pointer-events: auto;
}
.result-active .p-question {
  position: absolute;
  opacity: 0;
  transition-duration: 0.6s;
  pointer-events: none;
}
.p-question__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 15rem;
  padding-bottom: 21.2rem;
}
@media screen and (max-width: 750px) {
  .p-question__wrapper {
    padding-top: 13.5rem;
    padding-bottom: 23.5rem;
  }
}
.p-question__inner {
  width: 80%;
  margin: 0 auto;
}
.p-question__list-item {
  position: relative;
  opacity: 0;
  transition: opacity 0.6s var(--ease-out-cubic);
  pointer-events: none;
}
.p-question__list-item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-question__list-item:nth-child(n+2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-question__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  opacity: 0;
}
.question-loading .p-question__loading {
  opacity: 0.8;
}

.p-question_item__num {
  width: 3rem;
  margin: 0 auto;
  transform: translate(-0.5rem, -0.8rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic) 0.5s, opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-question_item__num {
    width: 2.5rem;
  }
}
.is-active .p-question_item__num {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0s, 0s;
}
.p-question__list-item:first-child.is-active .p-question_item__num {
  transform: translate(-0.5rem, -0.8rem);
  opacity: 0;
}
.question-active .p-question__list-item:first-child.is-active .p-question_item__num {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0s, 0s;
}
.p-question_item__num::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  right: -0.2rem;
  width: 100%;
  height: 100%;
  background: var(--color-gray);
}
.p-question_item__num-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 0.7rem;
  padding-bottom: 0.9rem;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-question_item__num-text {
    padding-bottom: 0.7rem;
    font-size: 1.3rem;
  }
}
.p-question_item__num-text .question-num {
  vertical-align: baseline;
  color: var(--color-pink);
}
.p-question_item__text {
  margin-top: 4.2rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.55;
  transform: translate(-0.5rem, -0.8rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic) 0.5s, opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-question_item__text {
    margin-top: 3.5rem;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}
.is-active .p-question_item__text {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.2s, 0.2s;
}
.p-question__list-item:first-child.is-active .p-question_item__text {
  transform: translate(-0.5rem, -0.8rem);
  opacity: 0;
}
.question-active .p-question__list-item:first-child.is-active .p-question_item__text {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.2s, 0.2s;
}
.p-question_item__answer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.2rem;
  transform: translate(-0.5rem, -0.8rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic) 0.5s, opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-question_item__answer {
    margin-top: 3.3rem;
  }
}
.is-active .p-question_item__answer {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.4s, 0.4s;
}
.p-question__list-item:first-child.is-active .p-question_item__answer {
  transform: translate(-0.5rem, -0.8rem);
  opacity: 0;
}
.question-active .p-question__list-item:first-child.is-active .p-question_item__answer {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.4s, 0.4s;
}
.p-question_item__answer-btn {
  width: 48%;
}

.p-result {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.result-active .p-result {
  position: relative;
  opacity: 1;
  transition: opacity 1s var(--ease-out-cubic);
  pointer-events: auto;
}
.p-result__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.p-result__inner {
  width: 80%;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 20.9rem;
}
@media screen and (max-width: 750px) {
  .p-result__inner {
    padding-top: 10rem;
    padding-bottom: 20.6rem;
  }
}
.p-result__chara {
  width: 98.5%;
  margin: 0 auto;
  transform: scale(1.05);
  opacity: 0;
}
.result-active .p-result__chara {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
.p-result__more {
  margin-top: 3.5rem;
  transform: translateY(1rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-result__more {
    margin-top: 2.9rem;
  }
}
.result-active .p-result__more {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic) 0.3s, opacity 0.5s var(--ease-out-cubic) 0.3s;
}
.p-result__more-btn:nth-child(n+2) {
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .p-result__more-btn:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
.p-result__back {
  margin-top: 3.4rem;
  transform: translateY(1rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-result__back {
    margin-top: 3rem;
  }
}
.result-active .p-result__back {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic) 0.6s, opacity 0.5s var(--ease-out-cubic) 0.6s;
}
.p-result__back-link {
  display: block;
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  color: var(--color-black);
  font-size: 1.5rem;
  line-height: 1;
  transition: color 0.5s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-result__back-link {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
@media (hover: hover) {
  .p-result__back-link:hover {
    color: var(--color-pink);
    opacity: 0.6;
  }
}
.p-result__back-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-black);
  transition: background-color 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-result__back-link::before {
    bottom: -0.4rem;
  }
}
@media (hover: hover) {
  .p-result__back-link:hover::before {
    background: var(--color-pink);
  }
}

.p-footer {
  position: absolute;
  bottom: 3.6rem;
  left: 0;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-footer {
    bottom: 4.3rem;
  }
}
.is-loaded .p-footer {
  opacity: 1;
  transition: opacity 0.6s var(--ease-out-cubic) 2.1s;
}
.p-footer__help-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer__help-list-item {
  margin: 0 0.65rem;
}
@media screen and (max-width: 750px) {
  .p-footer__help-list-item {
    margin: 0 0.7rem;
  }
}
.p-footer__help-link {
  display: block;
  text-decoration: none;
  font-family: var(--font-eng);
  color: var(--color-black);
  font-size: 1.2rem;
  line-height: 1;
  transition: color 0.5s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-footer__help-link {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .p-footer__help-link:hover {
    color: var(--color-pink);
  }
}
.p-footer__rule {
  margin-top: 1.9rem;
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
  .p-footer__rule {
    margin-top: 2.3rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-footer__copyright {
  margin-top: 1.1rem;
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
  .p-footer__copyright {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}

.p-btn {
  display: block;
  transition: opacity 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-btn:hover {
    opacity: 0.6;
  }
}
.p-btn.--x::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8.5%;
  width: 8.8%;
  height: 100%;
  background: url(../img/icon_x.svg) no-repeat center center/100% auto;
}
.p-btn.--dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10.8%;
  width: 4.5%;
  height: 100%;
  background: url(../img/icon_dl.png) no-repeat center center/100% auto;
}
.p-btn__bg {
  display: block;
  position: relative;
}
.p-btn__text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: var(--color-white);
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .p-btn__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .p-btn__text.--size-small {
    font-size: 1.3rem;
  }
}

.p-opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
}
.is-loaded .p-opening {
  opacity: 0;
  transition: opacity 0.8s var(--ease-out-cubic) 0.8s;
  pointer-events: none;
}
.p-opening::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pc.jpg) no-repeat center top/cover;
  transform: scale(1.07);
  opacity: 0;
}
.on-load .p-opening::before {
  transform: scale(1);
  opacity: 1;
  transition: transform 4.5s var(--ease-out-sine), opacity 0.6s var(--ease-out-cubic);
}
.p-opening__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 60rem;
  -webkit-mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  -webkit-mask-position: right 0 top 0;
  mask-position: right 0 top 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.on-load .p-opening__logo {
  -webkit-mask-position: right 100% top 0;
  mask-position: right 100% top 0;
  transition: -webkit-mask-position 1.6s var(--ease-out-cubic) 0.7s;
  transition: mask-position 1.6s var(--ease-out-cubic) 0.7s;
  transition: mask-position 1.6s var(--ease-out-cubic) 0.7s, -webkit-mask-position 1.6s var(--ease-out-cubic) 0.7s;
}
.p-opening__logo img {
  width: 100%;
  -webkit-mask-image: linear-gradient(to left, #000 33%, transparent 66%);
  mask-image: linear-gradient(to left, #000 33%, transparent 66%);
  -webkit-mask-position: left 100% top 0;
  mask-position: left 100% top 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.is-loaded .p-opening__logo img {
  -webkit-mask-position: left 0 top 0;
  mask-position: left 0 top 0;
  transition: -webkit-mask-position 1.2s var(--ease-out-cubic);
  transition: mask-position 1.2s var(--ease-out-cubic);
  transition: mask-position 1.2s var(--ease-out-cubic), -webkit-mask-position 1.2s var(--ease-out-cubic);
}