@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, caption, tbody, tfoot, thead, tr, th, td,
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;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: 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;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #373a58;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

@keyframes cirlce_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes modal_elem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow_anime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(8px);
    opacity: 0;
  }
  50% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow_anime_back {
  0% {
    transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
  49% {
    transform: translateX(-8px) scaleX(-1);
    opacity: 0;
  }
  50% {
    transform: translateX(8px) scaleX(-1);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
}
.l-wrapper {
  position: relative;
  background: url(../img/bg_repeat.jpg) center center repeat;
  background-size: 750px auto;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-wrapper {
  opacity: 1;
}
.l-wrapper__inner {
  position: relative;
  max-width: 490px;
  margin: 0 auto;
  background: url(../img/bg_repeat.jpg) center center repeat;
  background-size: 100% auto;
  overflow: hidden;
  box-shadow: 0px 0px 4px 1px rgba(199, 143, 177, 0.6);
}

.l-main {
  position: relative;
  padding-top: 5.5%;
}

.l-footer {
  position: relative;
  padding-top: 14.7%;
  padding-bottom: 8.6%;
  color: #eb619f;
  background: #fff;
}
.l-footer__share {
  position: relative;
  margin-bottom: 6.3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__share-ttl {
  position: relative;
  margin-right: 17px;
}
@media not all and (max-width: 900px) {
  .l-footer__share-ttl {
    margin-right: 22.1px;
  }
}
.l-footer__share-list {
  display: flex;
}
.l-footer__share-item + .l-footer__share-item {
  margin-left: 6px;
}
@media not all and (max-width: 900px) {
  .l-footer__share-item + .l-footer__share-item {
    margin-left: 7.8px;
  }
}
.l-footer__share-link {
  position: relative;
  display: block;
  width: 30px;
}
@media not all and (max-width: 900px) {
  .l-footer__share-link {
    width: 39px;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__share-link:hover {
    transform: scale(1.05);
    opacity: 0.9;
  }
}
.l-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4%;
}
.l-footer__links-item + .l-footer__links-item {
  margin-left: 25px;
}
@media not all and (max-width: 900px) {
  .l-footer__links-item + .l-footer__links-item {
    margin-left: 32.5px;
  }
}
.l-footer__links-txt {
  position: relative;
  display: block;
  font-size: 12px;
}
@media not all and (max-width: 900px) {
  .l-footer__links-txt {
    font-size: 15.6px;
  }
  .l-footer__links-txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eb619f;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__links-txt:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.l-footer__note {
  text-align: center;
  font-size: 9px;
  line-height: 1.6;
}
@media not all and (max-width: 900px) {
  .l-footer__note {
    font-size: 11.7px;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 9px;
  line-height: 1.6;
}
@media not all and (max-width: 900px) {
  .l-footer__copy {
    font-size: 11.7px;
  }
}

.p-particle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 1s;
}
.is-load .p-particle {
  opacity: 1;
}

.p-pclogo {
  position: fixed;
  top: 50%;
  left: 0;
  width: calc(50% - 245px);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.p-pclogo__inner {
  width: 307px;
  margin: 0 auto;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1200px) {
  .p-pclogo__inner {
    opacity: 0;
  }
}

.p-flower {
  position: absolute;
}
.p-flower.--left {
  top: 0%;
  left: 0;
  width: 25.7291666667%;
}
.p-flower.--right {
  bottom: 3%;
  right: 1.1%;
  width: 15.1041666667%;
}

.p-logo {
  position: relative;
  z-index: 1;
  width: 46%;
  margin: 0 auto;
  padding-bottom: 6%;
}

.p-start {
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-page=select] .p-start {
  opacity: 0;
}
.is-start .p-start {
  display: none;
}

.p-ttl {
  position: relative;
  margin-bottom: 9.5%;
  padding-top: 2.5%;
}
.p-ttl::before {
  content: "";
  position: absolute;
  top: -34%;
  left: 0;
  width: 100%;
  padding-top: 87.2%;
  background: url(../img/fv_bg_deco.png) center center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.p-ttl__inner {
  display: block;
  width: 58.5%;
  margin: 0 auto;
  transform: scale(1.2);
  transition: transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-ttl__inner {
  transform: scale(1);
}

.p-lead {
  position: relative;
  width: 53%;
  margin: 0 auto 8%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.is-load .p-lead {
  transform: translateY(0);
  opacity: 1;
}

.p-btn {
  position: relative;
  width: 60%;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.is-load .p-btn {
  transform: translateY(0);
  opacity: 1;
}
.p-btn__start {
  position: relative;
}
.has-data .p-btn__start {
  opacity: 0.5;
  pointer-events: none;
}
.p-btn__result {
  display: none;
}
.has-data .p-btn__result {
  display: block;
  opacity: 1;
  pointer-events: auto;
  margin-top: 10px;
}
.p-btn__inner {
  position: relative;
  width: 100%;
  padding: 19px 0;
  border: none;
  background: #eb619f;
  text-align: center;
  color: #fff;
  font-size: 17px;
  border-radius: 99px;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .p-btn__inner {
    padding: 24.7px 0;
    font-size: 22.1px;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-btn__inner:hover {
    transform: scale(1.05);
    opacity: 0.9;
  }
}
.p-btn__inner::before, .p-btn__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  background: url(../img/btn_deco.png) center center no-repeat;
  background-size: contain;
}
@media not all and (max-width: 900px) {
  .p-btn__inner::before, .p-btn__inner::after {
    left: 19.5px;
    width: 13px;
  }
}
.p-btn__inner::after {
  left: auto;
  right: 15px;
}
@media not all and (max-width: 900px) {
  .p-btn__inner::after {
    right: 19.5px;
  }
}

.p-deco {
  position: relative;
  width: 368%;
  margin-top: 14.7%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  animation: loop 25s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-select {
  position: relative;
  padding-bottom: 12%;
  display: none;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-start .p-select {
  display: block;
}
.is-select .p-select {
  opacity: 1;
}
.is-selected .p-select {
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  opacity: 0;
}
[data-result] .p-select {
  display: none;
}
.p-select__container {
  position: relative;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-selected .p-select__container {
  opacity: 0;
}
.p-select__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.is-selected .p-select__loading {
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
}
.p-select__loading-txt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  color: #eb619f;
  transform: translateY(-100%);
}
@media screen and (max-width: 900px) {
  .p-select__loading-txt {
    font-size: 16px;
  }
}
.p-select__loading-txt span {
  display: inline-block;
  vertical-align: baseline;
  opacity: 0;
  animation: show_txt 2s linear infinite;
}
.p-select__loading-txt span:nth-child(2) {
  animation-delay: 0.4s;
}
.p-select__loading-txt span:nth-child(3) {
  animation-delay: 0.8s;
}
@keyframes show_txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-select__loading-txt::before, .p-select__loading-txt::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  width: 10px;
  height: 10px;
  -webkit-mask: url(../img/btn_deco.png) center center no-repeat;
  mask: url(../img/btn_deco.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #eb619f;
  animation: rotate_petal 10s linear infinite;
}
.p-select__loading-txt::after {
  left: auto;
  right: -20px;
  animation-direction: reverse;
}
.p-select__loading-petal {
  position: absolute;
  top: 10%;
  right: 0%;
  width: 10%;
  opacity: 0;
  display: none;
}
.is-selected .p-select__loading-petal {
  transition: top 4s cubic-bezier(0.48, 0.77, 0.89, 1), right 4s cubic-bezier(0.48, 0.77, 0.89, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  opacity: 1;
  top: 70%;
  right: 100%;
}
.p-select__loading-petal img {
  animation: rotate_petal 8s linear infinite;
}
@keyframes rotate_petal {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-select__q {
  position: relative;
  margin-bottom: 7.7%;
  padding: 10px 0 11px;
  text-align: center;
  background: #fff;
}
@media not all and (max-width: 900px) {
  .p-select__q {
    padding: 13px 0 14.3px;
  }
}
.p-select__q-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eb619f;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-select .p-select__q-line {
  transform: scaleX(1);
}
.p-select__q::before, .p-select__q::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37%;
  height: 1px;
  background: #eb619f;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-select .p-select__q::before, .is-select .p-select__q::after {
  transform: scaleX(1);
}
.p-select__q::after {
  left: auto;
  right: 0;
  transform-origin: right center;
}
.p-select__q-txt {
  font-size: 14px;
}
@media not all and (max-width: 900px) {
  .p-select__q-txt {
    font-size: 18.2px;
  }
}
.p-select__q-deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 21%;
  transform: translate(-50%, 50%) scale(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-select .p-select__q-deco {
  transform: translate(-50%, 50%) scale(1);
}
.p-select__img {
  position: relative;
  width: 78.4%;
  margin: 0 auto 7%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-select .p-select__img {
  opacity: 1;
}
.p-select__img img {
  transform: scale(1.2);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-select .p-select__img img {
  transform: scale(1);
}
.p-select__list {
  position: relative;
  width: 56%;
  margin: 0 auto;
}
.p-select__list-item {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-select__list-item:nth-child(2) {
  transition-delay: 0.4s;
}
.p-select__list-item:nth-child(3) {
  transition-delay: 0.6s;
}
.is-select .p-select__list-item {
  transform: translateY(0);
  opacity: 1;
}
.p-select__list-item + .p-select__list-item {
  margin-top: 10px;
}
@media not all and (max-width: 900px) {
  .p-select__list-item + .p-select__list-item {
    margin-top: 13px;
  }
}
.p-select__btn {
  width: 100%;
  padding: 15px 0;
  border: none;
  background: #fff;
  text-align: center;
  border-radius: 99px;
  font-size: 16px;
  box-shadow: 0px 0px 4px 1px rgba(199, 143, 177, 0.6);
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .p-select__btn {
    padding: 19.5px 0;
    font-size: 20.8px;
    transition: background-color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-select__btn:hover {
    background-color: rgba(235, 97, 159, 0.2);
  }
}

.p-result {
  position: relative;
  padding-top: 18%;
  padding-bottom: 13.5%;
  display: none;
}
[data-result] .p-result {
  display: block;
}
.p-result__container {
  opacity: 0;
}
.is-result .p-result__container {
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
}
.p-result__deco {
  position: absolute;
  top: -3%;
  left: 0;
  width: 100%;
}
.p-result__block {
  display: none;
}
[data-result="1"] .p-result__block[data-block="1"] {
  display: block;
}
[data-result="2"] .p-result__block[data-block="2"] {
  display: block;
}
[data-result="3"] .p-result__block[data-block="3"] {
  display: block;
}
.p-result__lead {
  position: relative;
  margin-bottom: 5%;
  text-align: center;
  font-size: 23px;
  transform: translateY(30px);
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .p-result__lead {
    font-size: 29.9px;
  }
}
.is-result .p-result__lead {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.p-result__lead .p-in-strong {
  vertical-align: baseline;
  color: #eb619f;
  font-size: 29px;
}
@media not all and (max-width: 900px) {
  .p-result__lead .p-in-strong {
    font-size: 37.7px;
  }
}
.p-result__img {
  position: relative;
  width: 78%;
  margin: 0 auto 7%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-result .p-result__img {
  opacity: 1;
}
.p-result__img img {
  transform: scale(1.3);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-result .p-result__img img {
  transform: scale(1);
}
.p-result__back {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .p-result__back {
    margin-top: 15px;
  }
}
.p-result__share {
  position: relative;
  width: 73%;
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
}
.is-result .p-result__share {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transform: translateY(0);
  opacity: 1;
}
.p-result__share-btn {
  position: relative;
  display: block;
  padding: 11px 0;
  background: #fff;
  text-align: center;
  color: #eb619f;
  font-size: 14px;
  border-radius: 99px;
  box-shadow: 0px 0px 4px 1px rgba(199, 143, 177, 0.6);
}
@media not all and (max-width: 900px) {
  .p-result__share-btn {
    padding: 14.3px 0;
    font-size: 18.2px;
    transition: background-color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-result__share-btn:hover {
    background-color: rgba(235, 97, 159, 0.2);
  }
}
.p-result__share-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  width: 4.5%;
  height: 100%;
  background: url(../img/icon_x.svg) center center no-repeat;
  background-size: contain;
}
.p-result__back .p-result__share-btn::after {
  content: none;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}