@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-white: #ffffff;
  --color-purple: #7d82e9;
  --color-filter: rgba(54, 42, 145, 0.8);
}

@keyframes unyo {
  0% {
    transform: scaleX(1) scaleY(1) rotate(0);
  }
  25% {
    transform: scaleX(1.3) scaleY(1.03) rotate(3deg);
  }
  50% {
    transform: scaleX(1.5) scaleY(1.07) rotate(-2deg);
  }
  75% {
    transform: scaleX(1.2) scaleY(1.04) rotate(-4deg);
  }
  100% {
    transform: scaleX(1) scaleY(1) rotate(0);
  }
}
@keyframes fadein {
  0% {
    transform: translateY(35px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  body {
    overflow: hidden;
  }
}

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

.l-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -1px;
}
@media screen and (max-width: 899px) {
  .l-content {
    overflow: auto;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--color-white);
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}

.l-wrap {
  position: relative;
  margin: 0 auto;
  width: 90%;
  padding: 20px 0;
}
@media screen and (min-width: 900px) {
  .l-wrap {
    width: 536px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 899px) {
  .l-wrap {
    height: 100vh;
  }
}
.l-wrap__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100px 0 100px 0;
  box-shadow: 0px 20px 80px 0px rgba(173, 178, 247, 0.4);
}
@media screen and (min-width: 900px) {
  .l-wrap__inner {
    border-radius: 160px 0 160px 0;
  }
}
.l-wrap__deco {
  position: absolute;
  width: 25%;
}
.l-wrap__deco.-top {
  top: 13px;
  left: -2%;
}
@media screen and (min-width: 900px) {
  .l-wrap__deco.-top {
    top: 18px;
    left: -2%;
  }
}
.l-wrap__deco.-bottom {
  bottom: 13px;
  right: -2%;
  transform: scale(-1, -1);
}
@media screen and (min-width: 900px) {
  .l-wrap__deco.-bottom {
    bottom: 18px;
  }
}

@media screen and (min-width: 900px) {
  .l-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.c-btn {
  text-align: center;
  background: #bda6f8;
  background: linear-gradient(0deg, rgb(189, 166, 248) 0%, rgb(150, 156, 241) 100%);
  border-radius: 100px;
  margin: 0 auto;
  width: 200px;
  cursor: pointer;
}
@media (hover: hover) {
  .c-btn {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
@media screen and (min-width: 900px) {
  .c-btn {
    width: 260px;
  }
}
.c-btn__inner {
  display: block;
  text-decoration: none;
  padding: 13px 15%;
  position: relative;
}
.c-btn__inner::before, .c-btn__inner::after {
  content: "";
  width: 13px;
  height: 100%;
  position: absolute;
  -webkit-mask: url(../img/icon_sparkle.svg) no-repeat center center;
  mask: url(../img/icon_sparkle.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--color-white);
  top: 0;
}
@media screen and (min-width: 900px) {
  .c-btn__inner::before, .c-btn__inner::after {
    width: 16.9px;
  }
}
.c-btn__inner::before {
  left: 7%;
}
.c-btn__inner::after {
  right: 7%;
}
.c-btn__text {
  line-height: 1.5;
  font-size: 13px;
  color: var(--color-white);
}
@media screen and (min-width: 900px) {
  .c-btn__text {
    font-size: 16.9px;
  }
}

.l-footer {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .l-footer {
    display: none;
  }
}
.l-footer__copy {
  font-size: 9px;
  text-align: center;
  color: var(--color-purple);
  line-height: 1.5;
}

.l-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .l-pc {
    display: flex !important;
    justify-content: space-between;
  }
}

.l-pccont {
  width: calc(50% - 286px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-pccont__mainlogo {
  margin: 0 auto;
  width: 82%;
  max-width: 370px;
  transform: translateX(3%);
}
.l-pccont__logo {
  margin: 0 auto;
  width: 73%;
  max-width: 360px;
  transform: translateX(3%);
}
.l-pccont__logo a {
  display: block;
}
@media (hover: hover) {
  .l-pccont__logo a {
    transition: transform 0.4s ease-in-out 0s;
  }
  .l-pccont__logo a:hover {
    transform: scale(1.05);
  }
}
.l-pccont__copy {
  color: var(--color-purple);
  line-height: 1.6;
  font-size: 12px;
  margin-top: 26px;
  transform: translateX(2%);
  letter-spacing: 0.8px;
}

.l-stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-stalker.is-show {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-hero {
  position: relative;
  width: 100%;
  padding-top: 108%;
  background: url(../img/bg_hdr.jpg) no-repeat center top;
  background-size: cover;
}
.p-hero__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-hero__chara {
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 42.5%;
}
.p-hero__logo {
  position: absolute;
  top: 5.5%;
  left: 50%;
  width: 45%;
  transform: translateX(-50%);
}
.p-hero__logo a {
  display: block;
}
@media (hover: hover) {
  .p-hero__logo a {
    transition: transform 0.4s ease-in-out 0s;
  }
  .p-hero__logo a:hover {
    transform: scale(1.05);
  }
}
.p-hero__ttl {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
.p-hero__ttl img {
  transform: scale(0.95);
  filter: blur(3px);
  opacity: 0;
}
.is-load .p-hero__ttl img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.37, 0, 0.63, 1), filter 1s cubic-bezier(0.37, 0, 0.63, 1);
}
.p-hero__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  filter: blur(5px);
  opacity: 0;
}
.is-load .p-hero__text {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1.4s cubic-bezier(0.37, 0, 0.63, 1), filter 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.6s;
}

.p-date {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.p-date__fukidashi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: var(--color-purple);
  padding: 6px 17px 7px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 4px;
  animation: fuyo 2s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@media screen and (min-width: 900px) {
  .p-date__fukidashi {
    padding: 7.8px 22.1px 9.1px;
    margin-bottom: 5.2px;
  }
}
.p-date__fukidashi::after {
  content: "";
  width: 11px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background: url(../img/fukidashi.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .p-date__fukidashi::after {
    width: 14.3px;
    height: 3.9px;
  }
}
.p-date__fukidashi-text {
  font-size: 11px;
  color: var(--color-white);
}
.p-date__text {
  font-size: 14px;
  color: var(--color-purple);
}
@media screen and (min-width: 900px) {
  .p-date__text {
    font-size: 18.2px;
  }
}
.p-date__text span {
  vertical-align: baseline;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .p-date__text span {
    font-size: 26px;
  }
}

.is-result .p-shindan__main {
  display: none;
}
.p-shindan__main-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
.p-shindan__main-list {
  position: relative;
  filter: blur(5px);
}
.p-shindan__main-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(148, 118, 233, 0.5);
}
.is-start .p-shindan__main-list::after {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-start .p-shindan__main-list {
  filter: blur(0);
  transition: filter 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.p-shindan__main-list-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-shindan__main-list-item.is-current {
  opacity: 1;
}
.p-shindan__main-list-item.-base {
  opacity: 1;
  position: relative;
}
.p-shindan__main-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/img_bamensha_frame.png) no-repeat center center;
  background-size: cover;
}
.p-shindan__main-ready {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/img_bamensha_q.png) no-repeat center center;
  background-size: cover;
}
.is-start .p-shindan__main-ready {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.p-shindan__main-btnarea {
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .p-shindan__main-btnarea {
    margin-top: 19.5px;
  }
}
.is-start .p-shindan__main-start {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.p-shindan__main-stop.-hide {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
}
.is-start .p-shindan__main-stop {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1s;
  pointer-events: auto;
}
.p-shindan__result {
  display: none;
  transform: translateY(35px);
  opacity: 0;
}
.is-result .p-shindan__result {
  display: block;
  animation: fadein 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
}
.p-shindan__result-thumb {
  position: relative;
}
.p-shindan__result-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.p-shindan__result-frame.is-show {
  opacity: 1;
}
.p-shindan__result-frame:first-child {
  position: relative;
}
.p-shindan__result-dl {
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .p-shindan__result-dl {
    margin-top: 19.5px;
  }
}

.p-content {
  background-color: var(--color-white);
  padding: 20px 6.3% 17px;
  flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .p-content {
    padding: 26px 6.3% 45.5px;
  }
}

.p-cutin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-cutin {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 536px;
  }
}
.p-cutin.is-show {
  opacity: 1;
  pointer-events: auto;
}
.is-result .p-cutin {
  opacity: 0;
  pointer-events: none;
}
.p-cutin__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: url(../img/bg_cutin.jpg) no-repeat center center;
  background-size: cover;
  animation: unyo 6s linear infinite forwards;
  transform: scaleX(1.5) scaleY(1);
}
.p-cutin__thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-cutin__thumb {
    width: 536px;
  }
}
.p-cutin__thumb-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  overflow: hidden;
}
.p-cutin__thumb-item img {
  transform: scale(1.1);
}
.is-show .p-cutin__thumb-item {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.is-show .p-cutin__thumb-item img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-cutin__thumb-item:first-child {
  position: relative;
}

.p-error {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: 1;
}
.p-error.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 900px) {
  .p-error {
    position: fixed;
    width: 536px;
  }
}
.p-error__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 42, 145, 0.8);
}
.p-error__content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.p-error__content-inner {
  width: 100%;
  min-height: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-error__main {
  width: 87%;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  padding-top: 89%;
  background: linear-gradient(0deg, rgb(226, 236, 255) 0%, rgb(246, 242, 254) 100%);
  overflow: hidden;
}
.p-error__main-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_modal_frame.png) no-repeat center center;
  background-size: 100%;
}
.p-error__chara {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 49.5%;
  transform: translateX(-50%);
}
.p-error__text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background-color: var(--color-white);
  text-align: center;
  color: var(--color-purple);
  font-size: 15px;
  line-height: 1.6;
  padding: 11px 5px;
  border-radius: 100px;
}
@media screen and (min-width: 900px) {
  .p-error__text {
    padding: 14.3px 6.5px;
    font-size: 19.5px;
  }
}
.p-error__close {
  margin: 0 auto;
  width: 150px;
  margin-top: 21px;
  box-shadow: 0 0 0 1px var(--color-white);
  border-radius: 100px;
  text-align: center;
  padding: 10px 0 10px;
  cursor: pointer;
}
@media (hover: hover) {
  .p-error__close {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-error__close:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
@media screen and (min-width: 900px) {
  .p-error__close {
    width: 195px;
    margin-top: 27.3px;
    padding: 13px 0 13px;
  }
}
.p-error__close-text {
  color: var(--color-white);
  font-size: 13px;
}
@media screen and (min-width: 900px) {
  .p-error__close-text {
    font-size: 16.9px;
  }
}