@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gold: #cdb576;
  --gradient-main: linear-gradient(to right, #000000 0%, #1f1f1f 50%, #000000 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 13px);
  }
}
@media screen and (max-width: 960px) and (min-width: 700px) {
  html {
    font-size: min(1.7142857143vw, 18px);
  }
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  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;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  background: url("../img/bg/bg_pattern-white.jpg") repeat 50% 0/100rem auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background: url("../img/bg/bg_pattern-white.jpg") repeat 50% 0/50rem auto;
  }
}
.l-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/title.png") no-repeat center/30rem auto;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-wrap::after {
    background-size: 18rem auto;
  }
}
.is-v-load .l-wrap::after {
  opacity: 0;
  transition: opacity 1.2s var(--ease_out);
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-v-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

.l-main {
  min-height: var(--svh);
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-black);
  padding: 6.5rem 0 5rem;
  opacity: 1;
  transition: opacity 2.4s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 5rem 0 4.2rem;
  }
}
.is-result-in:not(.is-result-start) .l-footer {
  opacity: 0;
  transition: opacity 1s var(--ease_inout);
}
.l-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/footer_deco.png") repeat-x 0 0.7rem/auto 0.9rem;
}
@media screen and (max-width: 960px) {
  .l-footer::before {
    background: url("../img/footer_deco.png") repeat-x 0 0.5rem/auto 0.5rem;
  }
}
.l-footer__container {
  width: calc(100% - 10rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-footer__container {
    padding-left: 30rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: 90%;
  }
}
.l-footer__brand {
  width: 24rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__brand {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 20rem;
    margin: 0 auto;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-link {
    transition: opacity 0.6s var(--ease_out);
  }
  .l-footer__brand-link:hover {
    opacity: 0.8;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-top: 3.5rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 2.9rem;
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 3rem;
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.8rem;
}

.l-footer_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    justify-content: center;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.2rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5rem;
  height: 5rem;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4rem;
    height: 4rem;
  }
}
.l-footer_share__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern-red.jpg") repeat left 0 top 0/800px auto;
  opacity: 0;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer_share__link:hover::before {
    opacity: 1;
  }
}
.l-footer_share__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sns_frame.png") no-repeat center/contain;
  z-index: -1;
}
.l-footer_share__link-icon {
  width: 2.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-icon {
    width: 1.6rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    gap: 3.5rem;
    justify-content: center;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -2.5rem;
  border-left: 1px solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    top: -0.1rem;
    left: -1.75rem;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link {
    transition: color 0.6s var(--ease_out);
  }
  .l-footer_help__link:hover {
    color: var(--color-gold);
  }
}

.p-app {
  --min-height: var(--svh);
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.p-app .fade-enter-active,
.p-app .fade-enter-to {
  opacity: 0;
  animation: show 0.5s var(--ease_out) forwards;
}
.p-app .fade-leave-active {
  animation: hide 1s var(--ease_inout);
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-app__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
.is-result-start .p-app__cover {
  opacity: 0;
  transition: opacity 2s var(--ease_inout);
}
.p-app__cover canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.2s var(--ease_inout);
}
.is-result-in .p-app__cover canvas {
  opacity: 1;
}
.p-app__cover-cap {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: var(--color-black);
  text-shadow: #fff 0.1rem 0.1rem 0, #fff -0.1rem -0.1rem 0, #fff -0.1rem 0.1rem 0, #fff 0.1rem -0.1rem 0, #fff 0px 0.1rem 0, #fff -0.1rem 0, #fff -0.1rem 0 0, #fff 0.1rem 0 0;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 960px) {
  .p-app__cover-cap {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
.is-result-in .p-app__cover-cap {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1.2s var(--ease_inout) 0.6s, transform 4s var(--ease_out);
}
.is-result-serif .p-app__cover-cap, .is-result-start .p-app__cover-cap {
  opacity: 0;
  transition: opacity 1.2s var(--ease_out), transform 4s var(--ease_out);
  transform: translate(-50%, -50%) scale(1);
}
.p-app__cover-serif {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: var(--color-black);
  text-shadow: #fff 0.1rem 0.1rem 0, #fff -0.1rem -0.1rem 0, #fff -0.1rem 0.1rem 0, #fff 0.1rem -0.1rem 0, #fff 0px 0.1rem 0, #fff -0.1rem 0, #fff -0.1rem 0 0, #fff 0.1rem 0 0;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 960px) {
  .p-app__cover-serif {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
.is-result-serif .p-app__cover-serif {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.6s var(--ease_inout) 1s, transform 2s var(--ease_out);
}
.is-result-start .p-app__cover-serif {
  opacity: 0;
  transition: opacity 1.2s var(--ease_out), transform 4s var(--ease_out);
  transform: translate(-50%, -50%) scale(1);
}
.p-app__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 2.4s var(--ease_inout);
}
.is-result-in .p-app__bg {
  opacity: 0;
  transition: opacity 2s var(--ease_inout);
}
.p-app__bg::before {
  content: "";
  width: 34rem;
  height: 60rem;
  display: block;
  position: absolute;
  top: -1.8rem;
  left: -2.4rem;
  background: url("../img/bg/bg_rose_left_pc.png") no-repeat left top/100% auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-app__bg::before {
    width: 14.28rem;
    height: 25.2rem;
    top: 0;
    left: 0;
    background: url("../img/bg/bg_rose_left_sp.png") no-repeat left top/100% auto;
  }
}
.is-v-load .p-app__bg::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.4s, transform 2s var(--ease_out) 0.4s;
}
.p-app__bg::after {
  content: "";
  width: 39rem;
  height: 60rem;
  display: block;
  position: absolute;
  top: 24rem;
  right: -4.5rem;
  background: url("../img/bg/bg_rose_right_pc.png") no-repeat left top/100% auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-app__bg::after {
    width: 15.6rem;
    height: 24rem;
    top: 2.5rem;
    right: -0.2rem;
    background: url("../img/bg/bg_rose_right_sp.png") no-repeat left top/100% auto;
  }
}
.is-v-load .p-app__bg::after {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.4s, transform 2s var(--ease_out) 0.4s;
}
.p-app__container {
  display: block;
  position: relative;
}
.p-app__content {
  display: block;
  position: relative;
}

.p-enter {
  min-height: var(--min-height);
  display: block;
  position: relative;
  padding: 4rem 0 12.2rem;
}
@media screen and (max-width: 960px) {
  .p-enter {
    padding: 0 0 7.9rem;
  }
}
.p-enter__bg {
  width: 200%;
  min-width: 180rem;
  max-width: 280rem;
  height: 100%;
  min-height: var(--svh);
  display: block;
  position: absolute;
  top: 78.8rem;
  left: 50%;
  background: url("../img/bg/bg_pattern-red.jpg") repeat left 0 top 0/800px auto;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-enter__bg {
    width: 100%;
    min-width: auto;
    top: 21rem;
    background-size: 400px;
  }
}
.p-enter__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../img/bg/bg_pattern-red.jpg") repeat left 0 bottom 0/800px auto;
  -webkit-mask: url("../img/bg/bg_round_pc.png") no-repeat center bottom/100% auto;
  mask: url("../img/bg/bg_round_pc.png") no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-enter__bg::before {
    -webkit-mask: url("../img/bg/bg_round_sp.png") no-repeat center bottom/100% auto;
    mask: url("../img/bg/bg_round_sp.png") no-repeat center bottom/100% auto;
    background-size: 400px;
  }
}
.p-enter__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../img/bg/bg_deco_pc.png") no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-enter__bg::after {
    background: url("../img/bg/bg_deco_sp.png") no-repeat center bottom/100% auto;
  }
}
.p-enter__content {
  display: block;
  position: relative;
  z-index: 2;
}
.p-enter__chara {
  width: 100%;
  max-width: 130rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-enter__chara-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-2rem);
}
.p-enter__chara-item:first-child {
  position: relative;
}
.p-enter__chara-item:nth-child(1) {
  z-index: 9;
}
.p-enter__chara-item:nth-child(2) {
  z-index: 8;
}
.p-enter__chara-item:nth-child(3) {
  z-index: 7;
}
.p-enter__chara-item:nth-child(4) {
  z-index: 6;
}
.p-enter__chara-item:nth-child(5) {
  z-index: 5;
}
.p-enter__chara-item:nth-child(6) {
  z-index: 4;
}
.p-enter__chara-item:nth-child(7) {
  z-index: 3;
}
.p-enter__chara-item:nth-child(8) {
  z-index: 2;
}
.p-enter__chara-item:nth-child(9) {
  z-index: 1;
}
.p-enter__chara-item:nth-child(10) {
  z-index: 0;
}
.is-v-load .p-enter__chara-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout), transform 2s var(--ease_out);
}
.is-v-load .p-enter__chara-item:nth-child(1) {
  transition-delay: 0s;
}
.is-v-load .p-enter__chara-item:nth-child(2) {
  transition-delay: 0.1s;
}
.is-v-load .p-enter__chara-item:nth-child(3) {
  transition-delay: 0.2s;
}
.is-v-load .p-enter__chara-item:nth-child(4) {
  transition-delay: 0.3s;
}
.is-v-load .p-enter__chara-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-v-load .p-enter__chara-item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-v-load .p-enter__chara-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-v-load .p-enter__chara-item:nth-child(8) {
  transition-delay: 0.7s;
}
.is-v-load .p-enter__chara-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-v-load .p-enter__chara-item:nth-child(10) {
  transition-delay: 0.9s;
}
.p-enter__title {
  width: 55rem;
  display: block;
  position: relative;
  margin: -12.5% auto 0;
  z-index: 1;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-enter__title {
    width: 30rem;
    margin-top: -24%;
  }
}
@media screen and (max-width: 960px) {
  .p-enter__title {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-v-load .p-enter__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 4s var(--ease_out);
  transition: mask-position 4s var(--ease_out);
  transition: mask-position 4s var(--ease_out), -webkit-mask-position 4s var(--ease_out);
}
.p-enter__lead {
  display: block;
  position: relative;
  margin-top: 5rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-white);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-enter__lead {
    margin-top: 2.6rem;
    font-size: 1.25rem;
    letter-spacing: -0.02rem;
  }
}
.is-v-load .p-enter__lead {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.4s;
}
.p-enter__link {
  width: 50rem;
  display: block;
  position: relative;
  margin: 4.2rem auto 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-enter__link {
    width: 30rem;
    margin-top: 3.4rem;
  }
}
.is-v-load .p-enter__link {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.5s;
}
.p-enter__btn {
  width: 100%;
  min-height: 10rem;
  display: block;
  position: relative;
  color: var(--color-gold);
  background: var(--gradient-main);
  border-radius: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-enter__btn {
    min-height: 6.8rem;
  }
}
.p-enter__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_pattern.png") repeat 0/500px auto;
  border: 2px solid var(--color-gold);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-enter__btn::before {
    background-size: 25rem auto;
  }
}
.p-enter__btn::after {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border: 1px solid var(--color-gold);
  border-radius: 20rem;
}
.p-enter__btn-text {
  display: block;
  position: static;
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-enter__btn-text {
    font-size: 1.8rem;
  }
}
.p-enter__btn-text::after {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%) no-repeat 100% 0/100% auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-enter__btn:hover .p-enter__btn-text::after {
    transform: translateX(100%);
    transition: transform 2.6s var(--ease_out);
  }
}

.p-question {
  min-height: var(--min-height);
  display: block;
  position: relative;
  padding: 2.5rem 0 12.2rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-question {
    padding: 1rem 0 8.1rem;
  }
}
.is-result-in .p-question {
  opacity: 0;
  transition: opacity 1.2s var(--ease_inout);
  pointer-events: none;
}
.p-question__bg {
  width: 200%;
  min-width: 180rem;
  max-width: 280rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 57rem;
  left: 50%;
  background: url("../img/bg/bg_pattern-red.jpg") repeat left 0 top 0/800px auto;
  opacity: 0;
  transform: translate(-50%, 3rem);
}
@media screen and (max-width: 960px) {
  .p-question__bg {
    width: 100%;
    min-width: auto;
    top: 12.3rem;
  }
}
.is-question-load .p-question__bg {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: opacity 0.8s var(--ease_inout), transform 1.2s var(--ease_out);
}
.p-question__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../img/bg/bg_pattern-red.jpg") repeat left 0 bottom 0/800px auto;
  -webkit-mask: url("../img/bg/bg_round_pc.png") no-repeat center bottom/100% auto;
  mask: url("../img/bg/bg_round_pc.png") no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-question__bg::before {
    -webkit-mask: url("../img/bg/bg_round_sp.png") no-repeat center bottom/100% auto;
    mask: url("../img/bg/bg_round_sp.png") no-repeat center bottom/100% auto;
  }
}
.p-question__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../img/bg/bg_deco_pc.png") no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-question__bg::after {
    background: url("../img/bg/bg_deco_sp.png") no-repeat center bottom/100% auto;
  }
}
.p-question__content {
  display: block;
  position: relative;
  z-index: 2;
}
.p-question__brand {
  width: 18.5rem;
  display: block;
  position: relative;
  margin: 0 auto 6.4rem;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-question__brand {
    width: 14rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-question__brand {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-question-load .p-question__brand {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 4s var(--ease_out);
  transition: mask-position 4s var(--ease_out);
  transition: mask-position 4s var(--ease_out), -webkit-mask-position 4s var(--ease_out);
}
.p-question__data {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5rem 0;
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-question__data {
    padding: 2.6rem 0;
  }
}
.is-change .p-question__data {
  opacity: 0;
}
.p-question__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0.8rem auto 0;
  color: var(--color-white);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out), color 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-question__back {
    margin-top: 2rem;
  }
}
.is-question-load:not(.is-change) .p-question__back {
  opacity: 1;
  transition: opacity 0.8s var(--ease_out), color 0.4s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-question__back:hover {
    color: var(--color-gold);
  }
}
.p-question__back::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-white);
}
.p-question__back-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-question__back-text {
    font-size: 1.25rem;
  }
}

.p-question_data {
  display: block;
  position: relative;
}
.p-question_data__cap {
  display: block;
  position: relative;
  margin-bottom: 4.6rem;
  font-size: 2.1rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  color: var(--color-gold);
  text-align: center;
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
@media screen and (max-width: 960px) {
  .p-question_data__cap {
    margin-bottom: 3.6rem;
    font-size: 1.5rem;
  }
}
.is-question-load:not(.is-change) .p-question_data__cap {
  opacity: 1;
  transition: opacity 0.8s var(--ease_out);
}
.p-question_data__cap::before {
  content: "";
  width: 100%;
  height: 1.6rem;
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 0;
  transform: translate(0, 50%);
  background: url("../img/quiz_deco.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-question_data__cap::before {
    height: 1.3rem;
    bottom: -1.4rem;
  }
}
.p-question_data__text {
  display: block;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-white);
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
@media screen and (max-width: 960px) {
  .p-question_data__text {
    font-size: 1.8rem;
  }
}
.is-question-load:not(.is-change) .p-question_data__text {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout) 0.4s;
}
.p-question_data__thumb {
  max-width: 70rem;
  display: block;
  position: relative;
  margin: 5.2rem auto 0;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0s linear 0.4s, transform 0s linear 0.4s;
}
@media screen and (max-width: 960px) {
  .p-question_data__thumb {
    margin-top: 3.3rem;
  }
}
.p-question_data__thumb-img {
  display: block;
  position: relative;
}
.is-question-load:not(.is-change) .p-question_data__thumb {
  opacity: 1;
  transform: scale(1.01);
  transition: opacity 0.8s var(--ease_inout) 0.45s, transform 1.5s var(--ease_out) 0.45s;
}
.p-question_data__link {
  width: 40rem;
  display: block;
  position: relative;
  margin: 4.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-question_data__link {
    width: 30rem;
    margin-top: 3rem;
  }
}
.p-question_data__link-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0s linear 0.4s, transform 0s linear 0.4s;
}
.p-question_data__link-item + .p-question_data__link-item {
  margin-top: 1rem;
}
.is-question-load:not(.is-change) .p-question_data__link-item {
  opacity: 1;
  transform: scale(1.01);
  transition: opacity 0.8s var(--ease_inout) 0.5s, transform 1.5s var(--ease_out) 0.5s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(2) {
  transition-delay: 0.45s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(3) {
  transition-delay: 0.5s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(4) {
  transition-delay: 0.55s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(6) {
  transition-delay: 0.65s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(7) {
  transition-delay: 0.7s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(8) {
  transition-delay: 0.75s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-question-load:not(.is-change) .p-question_data__link-item:nth-child(10) {
  transition-delay: 0.85s;
}
.p-question_data__btn {
  width: 100%;
  min-height: 8.5rem;
  display: block;
  position: relative;
  color: var(--color-gold);
  background: var(--gradient-main);
  border-radius: 20rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .p-question_data__btn {
    min-height: 5.5rem;
  }
}
.p-question_data__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_pattern.png") repeat 0/500px auto;
  border: 2px solid var(--color-gold);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-question_data__btn::before {
    background-size: 25rem auto;
  }
}
.p-question_data__btn::after {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border: 1px solid var(--color-gold);
  border-radius: 20rem;
}
.p-question_data__btn-text {
  display: block;
  position: static;
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-question_data__btn-text {
    font-size: 1.8rem;
  }
}
.p-question_data__btn-text::after {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%) no-repeat 100% 0/100% auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-question_data__btn:hover .p-question_data__btn-text::after {
    transform: translateX(100%);
    transition: transform 2.6s var(--ease_out);
  }
}

.p-result {
  min-height: var(--min-height);
  display: block;
  position: relative;
  padding: 2.5rem 0 12.2rem;
}
@media screen and (max-width: 960px) {
  .p-result {
    padding: 1rem 0 8.1rem;
  }
}
.p-result__bg {
  width: 200%;
  min-width: 180rem;
  max-width: 280rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 57rem;
  left: 50%;
  background: url("../img/bg/bg_pattern-red.jpg") repeat left 0 top 0/800px auto;
  transform: translate(-50%, 0);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-result__bg {
    width: 100%;
    min-width: auto;
    top: 12.3rem;
  }
}
.is-result-start .is-result-load .p-result__bg {
  opacity: 1;
  transition: opacity 2s var(--ease_out);
}
.p-result__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../img/bg/bg_pattern-red.jpg") repeat left 0 bottom 0/800px auto;
  -webkit-mask: url("../img/bg/bg_round_pc.png") no-repeat center bottom/100% auto;
  mask: url("../img/bg/bg_round_pc.png") no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-result__bg::before {
    -webkit-mask: url("../img/bg/bg_round_sp.png") no-repeat center bottom/100% auto;
    mask: url("../img/bg/bg_round_sp.png") no-repeat center bottom/100% auto;
  }
}
.p-result__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../img/bg/bg_deco_pc.png") no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-result__bg::after {
    background: url("../img/bg/bg_deco_sp.png") no-repeat center bottom/100% auto;
  }
}
.p-result__content {
  display: block;
  position: relative;
  opacity: 0;
  z-index: 2;
}
.is-result-start .p-result__content {
  opacity: 1;
  transition: opacity 2s var(--ease_out);
}
.p-result__brand {
  width: 18.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-result__brand {
    width: 14rem;
    margin-bottom: 3rem;
  }
}
.p-result__data {
  width: 90%;
  display: block;
  position: relative;
  margin: 10rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-result__data {
    margin-top: 6rem;
  }
}
.p-result__share {
  width: 80%;
  max-width: 48rem;
  display: block;
  position: relative;
  margin: 5.2rem auto 0;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-result__share {
    max-width: 27rem;
    margin-top: 4.2rem;
  }
}
.is-result-start .is-result-load .p-result__share {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_out) 1s, transform 1.2s var(--ease_out) 1s;
}
.p-result__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 6rem auto 0;
  color: var(--color-white);
  text-align: center;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-result__back {
    margin-top: 5rem;
  }
}
.is-result-start .is-result-load .p-result__back {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_out) 1s, color 0.6s var(--ease_out), transform 1.2s var(--ease_out) 1s;
}
@media (hover: hover) and (pointer: fine) {
  .p-result__back:hover {
    color: var(--color-gold);
  }
}
.p-result__back::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid currentColor;
}
.p-result__back-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-result__back-text {
    font-size: 1.25rem;
  }
}

.p-result_data {
  display: block;
  position: relative;
  color: var(--color-white);
}
.p-result_data__chara {
  width: 10rem;
  display: block;
  position: relative;
  margin: 0 auto 2.2rem;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-result_data__chara {
    width: 9rem;
    margin-bottom: 1.5rem;
  }
}
.is-result-start .is-result-load .p-result_data__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_out) 0.4s, transform 1.2s var(--ease_out) 0.4s;
}
.p-result_data__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.6rem 2rem;
  margin: 0 auto 5rem;
  color: var(--color-white);
  background: var(--color-black);
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-result_data__lead {
    margin-bottom: 3rem;
    padding: 0.5rem 1.4rem;
  }
}
.is-result-start .is-result-load .p-result_data__lead {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_out) 0.5s, transform 1.2s var(--ease_out) 0.5s;
}
.p-result_data__lead::before {
  content: "";
  width: 100%;
  height: 1.2rem;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url("../img/bubble.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-result_data__lead::before {
    height: 1rem;
  }
}
.p-result_data__lead-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: -0.14rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-result_data__lead-text {
    font-size: 1.3rem;
    letter-spacing: -0.1rem;
  }
}
.p-result_data__title {
  display: block;
  position: relative;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.3rem;
  text-align: center;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-result_data__title {
    font-size: 1.8rem;
  }
}
.is-result-start .is-result-load .p-result_data__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_out) 0.6s, transform 1.2s var(--ease_out) 0.6s;
}
.p-result_data__cv {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.5rem;
  text-align: center;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-result_data__cv {
    margin-top: 0.2rem;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
  }
}
.is-result-start .is-result-load .p-result_data__cv {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_out) 0.65s, transform 1.2s var(--ease_out) 0.65s;
}
.p-result_data__description {
  display: block;
  position: relative;
  margin-top: 2.4rem;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: center;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-result_data__description {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.is-result-start .is-result-load .p-result_data__description {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_out) 0.7s, transform 1.2s var(--ease_out) 0.7s;
}
.p-result_data__thumb {
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 5.2rem auto 0;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-result_data__thumb {
    margin-top: 3.3rem;
  }
}
.p-result_data__thumb-img {
  display: block;
  position: relative;
}
.is-result-start .is-result-load .p-result_data__thumb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_out) 0.8s, transform 1.2s var(--ease_out) 0.8s;
}

.p-result_share {
  display: block;
  position: relative;
  padding: 2.8rem 0 3.2rem;
  background: var(--gradient-main);
}
@media screen and (max-width: 960px) {
  .p-result_share {
    padding: 2.6rem 0 2.8rem;
  }
}
.p-result_share::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gold);
  pointer-events: none;
}
.p-result_share::before {
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  background: url("../img/corner_lt.png") no-repeat left top/3.8rem auto, url("../img/corner_lb.png") no-repeat left bottom/3.8rem auto, url("../img/corner_rt.png") no-repeat right top/3.8rem auto, url("../img/corner_rb.png") no-repeat right bottom/3.8rem auto;
  border: 1px solid var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-result_share::before {
    background-size: 3rem auto;
  }
}
.p-result_share__cap {
  display: block;
  position: relative;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-result_share__cap {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
}
.p-result_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.p-result_share__list-item {
  display: block;
  position: relative;
}
.p-result_share__link {
  width: 6rem;
  height: 6rem;
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-result_share__link {
    width: 5rem;
    height: 5rem;
  }
}
.p-result_share__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern-red.jpg") repeat left 0 top 0/800px auto;
  opacity: 0;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .p-result_share__link::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .p-result_share__link:hover::before {
    opacity: 1;
  }
}
.p-result_share__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sns_frame.png") no-repeat center/contain;
}
.p-result_share__link-icon {
  width: 2.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-result_share__link-icon {
    width: 2rem;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}