@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-navy);
  --color-bg: var(--color-white-bg);
  --color-black: #000;
  --color-white: #fff;
  --color-white-bg: #e9f5f7;
  --color-gray-base: #e9eaec;
  --color-sky: #339ac8;
  --color-sky-bg: rgba(51, 154, 200, 0.85);
  --color-navy: #0d255c;
  --color-yellow: #f0cf44;
  --color-orange: #de6230;
  --color-content-1: #96c864;
  --color-content-2: #5fc5c1;
  --color-content-3: #589fce;
  --color-stamp-text: #ebefd4;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 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: auto;
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.78125vw, 12.5px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
  -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: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-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;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_base_ptn_pc.png") repeat-y 50% 0/max(100%, 2000px) auto;
}
@media screen and (max-width: 960px) {
  .l-wrap::before {
    background: url("../img/common/bg_base_ptn_sp.png") repeat-y 50% 0/114.6666666667% auto;
  }
}
.l-wrap__container {
  min-height: var(--svh);
  display: block;
  position: relative;
  z-index: 0;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  padding: 7.8rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 4.4rem 0;
  }
}
.l-footer__container {
  width: 92.8571428571%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__official {
  width: 40%;
  display: block;
}
@media screen and (min-width: 961px) {
  .l-footer__official {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    width: 100%;
    margin: 0 auto;
  }
}
.l-footer__share {
  width: 20%;
  display: block;
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    width: 100%;
    margin: 3.2rem auto 0;
  }
}
.l-footer__info {
  width: 40%;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__info {
    width: 100%;
    margin: 4rem auto 0;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 1.8rem;
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
  font-weight: 500;
  text-align: right;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 0.9rem;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.5rem;
}

.l-footer_official {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_official {
    padding-top: 1.5rem;
  }
}
.l-footer_official__list {
  display: block;
  position: relative;
}
.l-footer_official__list-item {
  display: block;
  position: relative;
}
.l-footer_official__list-item + .l-footer_official__list-item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_official__list-item + .l-footer_official__list-item {
    margin-top: 1.2rem;
  }
}
.l-footer_official__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-right: 2rem;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.05rem;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .l-footer_official__link {
    margin: 0 auto;
    font-size: 1.35rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__link {
    transition: color 0.2s var(--ease_out);
  }
  .l-footer_official__link:hover {
    color: var(--color-sky);
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_official__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: color 0.2s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: color 0.2s var(--ease_out), text-decoration-color 0.3s var(--ease_out);
      transition: color 0.2s var(--ease_out), text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_official__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_official__link:hover {
      text-decoration: underline;
    }
  }
}
.l-footer_official__link::after {
  content: "→";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  transform: rotate(-45deg);
}

.l-footer_share {
  display: block;
  position: relative;
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    gap: 0.3rem;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 2.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
    gap: 2rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__link {
  display: block;
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  font-weight: 700;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    padding-left: 1.3rem;
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link {
    transition: color 0.2s var(--ease_out);
  }
  .l-footer_help__link:hover {
    color: var(--color-sky);
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: color 0.2s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: color 0.2s var(--ease_out), text-decoration-color 0.3s var(--ease_out);
      transition: color 0.2s var(--ease_out), text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_help__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}
.l-footer_help__link::before {
  content: "";
  width: 0.8rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 0.5rem solid transparent;
  border-left: 0.8rem solid currentColor;
  border-bottom: 0.5rem solid transparent;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .l-footer_help__link::before {
    width: 0.6rem;
    height: 0.8rem;
    border-top: 0.4rem solid transparent;
    border-left: 0.6rem solid currentColor;
    border-bottom: 0.4rem solid transparent;
  }
}

.p-hero {
  display: block;
  position: relative;
  padding-bottom: 9.4rem;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding-bottom: 4.3rem;
  }
}
.p-hero__mv {
  display: block;
  position: relative;
}
.p-hero__about {
  display: block;
  position: relative;
}
.p-hero__login {
  display: block;
  position: relative;
  margin-top: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-hero__login {
    margin-top: 2.95rem;
  }
}

.p-mv {
  display: block;
  position: relative;
}
.p-mv__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/hdr/bg_wave01.png") no-repeat 0 0/34rem auto, url("../img/hdr/bg_wave02.png") no-repeat 100% 0/66.8rem auto;
}
@media screen and (max-width: 960px) {
  .p-mv__bg {
    background: url("../img/hdr/bg_wave01.png") no-repeat 0 0/11.05rem auto, url("../img/hdr/bg_wave02.png") no-repeat 120% 0/21.71rem auto;
  }
}
.p-mv__bg-deco {
  width: 21rem;
  display: block;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.p-mv__bg-deco.--deco1 {
  width: 21rem;
  top: 25%;
  left: 20%;
}
@media screen and (max-width: 960px) {
  .p-mv__bg-deco.--deco1 {
    width: 6.3rem;
  }
}
.p-mv__bg-deco.--deco2 {
  width: 29rem;
  top: 63.5%;
  left: 3.5%;
}
@media screen and (max-width: 960px) {
  .p-mv__bg-deco.--deco2 {
    width: 8.7rem;
  }
}
.p-mv__bg-deco.--deco3 {
  width: 30rem;
  top: 54.5%;
  left: 91.5%;
}
@media screen and (max-width: 960px) {
  .p-mv__bg-deco.--deco3 {
    width: 9rem;
  }
}
.is-load .p-mv__bg-deco {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .p-mv__bg-deco:nth-child(1) {
  transition-delay: 0.6s;
}
.is-load .p-mv__bg-deco:nth-child(2) {
  transition-delay: 0.7s;
}
.is-load .p-mv__bg-deco:nth-child(3) {
  transition-delay: 0.8s;
}
.is-load .p-mv__bg-deco:nth-child(4) {
  transition-delay: 0.9s;
}
.is-load .p-mv__bg-deco:nth-child(5) {
  transition-delay: 1s;
}
.is-load .p-mv__bg-deco:nth-child(6) {
  transition-delay: 1.1s;
}
.is-load .p-mv__bg-deco:nth-child(7) {
  transition-delay: 1.2s;
}
.is-load .p-mv__bg-deco:nth-child(8) {
  transition-delay: 1.3s;
}
.is-load .p-mv__bg-deco:nth-child(9) {
  transition-delay: 1.4s;
}
.is-load .p-mv__bg-deco:nth-child(10) {
  transition-delay: 1.5s;
}
.p-mv__content {
  display: block;
  position: relative;
  padding: 5.4rem 0;
}
@media screen and (max-width: 960px) {
  .p-mv__content {
    padding: 4rem 0 0;
  }
}
.p-mv__chara {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-mv__chara {
    width: 96%;
  }
}
.p-mv__chara-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(12rem);
}
.p-mv__chara-img.--chara1 {
  position: relative;
}
.is-load .p-mv__chara-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .p-mv__chara-img:nth-child(1) {
  transition-delay: 0.2s;
}
.is-load .p-mv__chara-img:nth-child(2) {
  transition-delay: 0.3s;
}
.is-load .p-mv__chara-img:nth-child(3) {
  transition-delay: 0.4s;
}
.is-load .p-mv__chara-img:nth-child(4) {
  transition-delay: 0.5s;
}
.is-load .p-mv__chara-img:nth-child(5) {
  transition-delay: 0.6s;
}
.is-load .p-mv__chara-img:nth-child(6) {
  transition-delay: 0.7s;
}
.is-load .p-mv__chara-img:nth-child(7) {
  transition-delay: 0.8s;
}
.is-load .p-mv__chara-img:nth-child(8) {
  transition-delay: 0.9s;
}
.is-load .p-mv__chara-img:nth-child(9) {
  transition-delay: 1s;
}
.is-load .p-mv__chara-img:nth-child(10) {
  transition-delay: 1.1s;
}
.p-mv__title {
  width: 79.8rem;
  display: block;
  position: absolute;
  top: 72.5%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 8rem));
}
@media screen and (max-width: 960px) {
  .p-mv__title {
    top: 85%;
    width: 37rem;
  }
}
.is-load .p-mv__title {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}

.p-about {
  display: block;
  position: relative;
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-about {
    margin-top: 4.8rem;
  }
}
.p-about__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about__content {
    max-width: 560px;
  }
}
.p-about__lead {
  display: block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transform: translateY(12rem) rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-about__lead {
    font-size: 1.6rem;
    line-height: 1.45;
    letter-spacing: -0.05rem;
  }
}
.is-load .p-about__lead {
  opacity: 1;
  transform: translateY(0) rotate(-0.03deg);
  transition: opacity 0.4s var(--ease_out) 0.9s, transform 0.8s var(--ease_bounce) 0.9s;
}
.p-about__point {
  width: 90%;
  max-width: 112rem;
  display: block;
  position: relative;
  margin: 4.2rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-about__point {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about__point {
    margin-top: 2.2rem;
  }
}
.p-about__point-item {
  width: calc(33.3333333333% - 1.3333333333rem);
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .p-about__point-item {
    width: 97%;
    margin: 0 auto;
  }
  .p-about__point-item + .p-about__point-item {
    margin-top: 0.85rem;
  }
}
.is-load .p-about__point-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .p-about__point-item:nth-child(1) {
  transition-delay: 1s;
}
.is-load .p-about__point-item:nth-child(2) {
  transition-delay: 1.1s;
}
.is-load .p-about__point-item:nth-child(3) {
  transition-delay: 1.2s;
}
.is-load .p-about__point-item:nth-child(4) {
  transition-delay: 1.3s;
}
.is-load .p-about__point-item:nth-child(5) {
  transition-delay: 1.4s;
}
.is-load .p-about__point-item:nth-child(6) {
  transition-delay: 1.5s;
}
.is-load .p-about__point-item:nth-child(7) {
  transition-delay: 1.6s;
}
.is-load .p-about__point-item:nth-child(8) {
  transition-delay: 1.7s;
}
.is-load .p-about__point-item:nth-child(9) {
  transition-delay: 1.8s;
}
.is-load .p-about__point-item:nth-child(10) {
  transition-delay: 1.9s;
}

.p-about_point {
  height: 100%;
  display: block;
  position: relative;
  color: var(--color-white);
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-about_point {
    border-radius: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-about_point {
    transition: color 0.2s var(--ease_out);
  }
  .p-about_point:hover {
    color: var(--color-navy);
    animation: pyoko 0.3s linear 2;
  }
}
.p-about_point__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.p-about_point__bg-top {
  width: 100%;
  display: block;
  position: relative;
}
.p-about_point__bg-main {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  margin: -1px 0;
}
.--point1 .p-about_point__bg-main {
  background-color: var(--color-content-1);
}
.--point2 .p-about_point__bg-main {
  background-color: var(--color-content-2);
}
.--point3 .p-about_point__bg-main {
  background-color: var(--color-content-3);
}
.p-about_point__bg-bottom {
  width: 100%;
  display: block;
  position: relative;
}
.p-about_point__container {
  display: block;
  position: relative;
  padding: 7rem 0 3rem;
}
@media screen and (max-width: 960px) {
  .p-about_point__container {
    padding: 6rem 0 2.7rem;
  }
}
.p-about_point__header {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 960px) {
  .p-about_point__header {
    margin-bottom: 1rem;
    padding-bottom: 3.2rem;
  }
}
.p-about_point__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/lead/deco_line.png") no-repeat center bottom/9rem auto;
}
@media screen and (max-width: 960px) {
  .p-about_point__header::before {
    background-size: 7.8rem;
  }
}
.p-about_point__title {
  display: block;
  position: relative;
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_point__title {
    font-size: 2.6rem;
  }
}
.p-about_point__inner {
  display: block;
  position: relative;
}
.p-about_point__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-about_point__text {
    min-height: 9rem;
    font-size: 1.3rem;
    line-height: 1.76;
  }
}

.p-radio {
  display: block;
  position: relative;
}
.p-radio__lead {
  display: block;
  position: relative;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  transform: rotate(-0.03deg);
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-radio__lead {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.05rem;
  }
}
.p-radio__lead small {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 0.8em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-radio__lead small {
    margin-top: 1rem;
  }
}
.p-radio__login {
  display: block;
  position: relative;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-radio__login {
    margin-bottom: 2.95rem;
  }
}
.p-radio__movie {
  display: block;
  position: relative;
}
.p-radio__stamp {
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-radio__stamp {
    margin-top: 3.2rem;
  }
}
.p-radio__present {
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-radio__present {
    margin-top: 4.2rem;
  }
}

.p-radio_movie {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.p-radio_movie__player {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.p-radio_movie_modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: var(--color-sky-bg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s var(--ease_out);
}
.p-radio_movie_modal.is-modal-open {
  opacity: 1;
  pointer-events: auto;
}
.p-radio_movie_modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.p-radio_movie_modal__content {
  width: min(90%, 110rem);
  max-width: 159.3vh;
  min-height: 10rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-radio_movie_modal__player {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-radio_movie_modal__player iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-radio_movie_modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  background-color: var(--color-navy);
  border-radius: 50%;
}
.p-radio_movie_modal__close-text {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.p-radio_movie_modal__close-text::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--color-white-bg);
}
.p-radio_movie_modal__close-text::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-white-bg);
}

.p-present {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-present {
    margin-top: 7rem;
  }
}
.p-present__container {
  width: 90%;
  max-width: 88rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-present__header {
  display: block;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .p-present__header {
    margin-bottom: 2.8rem;
  }
}
.p-present__title {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-present__title {
    width: 128%;
    left: -14%;
  }
}
.p-present__inner {
  display: block;
  position: relative;
  padding: 1rem 0;
}
@media screen and (max-width: 960px) {
  .p-present__inner {
    padding: 0.8rem 0;
  }
}
.p-present__inner::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid var(--color-brown-line);
  border-bottom: 1px solid var(--color-brown-line);
}
.p-present__inner::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--color-brown-line);
  border-bottom: 2px solid var(--color-brown-line);
}

.p-present_data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 1.8rem 0;
}
.p-present_data + .p-present_data::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-brown-line);
}
.p-present_data__total {
  width: 9rem;
  display: block;
  position: relative;
  margin-right: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-present_data__total {
    width: 6rem;
  }
}
.p-present_data__total-base {
  display: block;
  position: relative;
}
.p-present_data__total-no {
  width: 90%;
  display: block;
  position: absolute;
  top: 54%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: 4.2rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-present_data__total-no {
    top: 52%;
    font-size: 2.5rem;
  }
}
.p-present_data__total-no small {
  font-size: 0.4em;
}
.p-present_data__total-no::before {
  content: "スタンプ";
  width: 100%;
  font-size: 1.3rem;
  position: absolute;
  top: -0.5rem;
  left: -0.2rem;
}
@media screen and (max-width: 960px) {
  .p-present_data__total-no::before {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
.p-present_data__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-present_data__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-present_data__text {
  flex: 1 1 0;
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-present_data__text {
    margin-top: -0.2em;
    font-size: 1.3rem;
  }
}
.p-present_data__link {
  width: 25rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-present_data__link {
    width: 16rem;
    margin-top: 0.5rem;
  }
}
.p-present_data__btn {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  border-radius: 20rem;
  z-index: 0;
}
.p-present_data__btn + .p-present_data__btn {
  margin-top: 2rem;
}
.is-disable .p-present_data__btn {
  filter: grayscale(1);
  opacity: 0.2;
  pointer-events: none;
}
.p-present_data__btn-base {
  display: block;
  position: relative;
}
.p-present_data__btn-text {
  width: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 960px) {
  .p-present_data__btn-text {
    min-height: 4.5rem;
    font-size: 1.2rem;
  }
}

.p-login {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-login__content {
  width: 38rem;
  display: block;
  position: relative;
  gap: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-login__content {
    width: 23.5rem;
  }
}
.p-login__btn {
  display: block;
  position: relative;
  color: var(--color-white);
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-login__btn:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.p-login__btn + .p-login__btn {
  margin-top: 1rem;
}
.p-login__btn-base {
  display: block;
  position: relative;
}
.p-login__btn-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-login__btn-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.p-login__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  margin: 1.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-login__list {
    gap: 1.2rem;
    margin-top: 1.5rem;
  }
}
.p-login__del {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
.p-login__del-text {
  display: block;
  position: relative;
  padding: 0 0 0.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-decoration: underline;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-login__del-text {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-login__del-text {
    transition: color 0.2s var(--ease_out);
  }
  .p-login__del-text:hover {
    color: var(--color-sky);
    text-decoration: none;
  }
}

.p-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--color-sky-bg);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  animation: show 1s var(--ease_inout);
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-dialog__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-dialog__content {
  width: 90%;
  max-width: 88rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-dialog__content {
    width: 90%;
    position: static;
  }
}
.p-dialog__chara {
  width: 16rem;
  display: block;
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-dialog__chara {
    top: 80%;
    right: -12rem;
    z-index: 1;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-dialog__chara {
    width: 8rem;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.p-dialog__chara img {
  animation: pyoko 0.3s linear 2 1.2s;
}
.p-dialog__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  background-color: var(--color-navy);
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .p-dialog__close {
    transition: background-color 0.4s var(--ease_out);
  }
  .p-dialog__close:hover {
    background-color: var(--color-sky);
  }
}
.p-dialog__close-text {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-dialog__close-text {
    width: 40%;
    height: 40%;
  }
}
.p-dialog__close-text::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--color-white-bg);
}
.p-dialog__close-text::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-white-bg);
}

.p-dialog_content {
  display: block;
  position: relative;
  opacity: 0;
  animation: content_show 0.7s var(--ease_bounce) forwards 0.3s;
}
@keyframes content_show {
  0% {
    opacity: 0;
    transform: translateY(12rem);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-dialog_content__container {
  display: block;
  position: relative;
}
.p-dialog_content__header {
  display: block;
  position: relative;
}
.p-dialog_content__base {
  display: block;
  position: relative;
}
.p-dialog_content__title {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-0.03deg);
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: -0.1rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__title {
    font-size: 2rem;
  }
}
.p-dialog_content__title::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  position: relative;
  margin-right: 2rem;
  background: url("../img/common/deco_icon.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__title::before {
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 1rem;
  }
}
.p-dialog_content__title::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  position: relative;
  margin-left: 2rem;
  background: url("../img/common/deco_icon.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__title::after {
    width: 1.9rem;
    height: 1.9rem;
    margin-left: 1rem;
  }
}
.p-dialog_content__inner {
  display: block;
  position: relative;
  padding: 6rem 0 0;
  margin: 0 auto;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-dialog_content__inner {
    padding: 2.5rem 0 0;
  }
}
.p-dialog_content__inner::before {
  content: "";
  width: 100%;
  padding-top: 10%;
  display: block;
  position: absolute;
  top: calc(90% - 1px);
  left: 0;
  background: url("../img/common/frm_bottom_pc.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__inner::before {
    top: calc(95% - 1px);
    padding-top: 20%;
    background: url("../img/common/frm_bottom_sp.png") no-repeat center top/100% auto;
  }
}
.p-dialog_content__text {
  width: 90%;
  display: block;
  margin: 0 auto 2.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__text {
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
}
.p-dialog_content__note {
  width: 90%;
  display: block;
  position: relative;
  margin: 2.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__note {
    margin-top: 2.4rem;
  }
}
.p-dialog_content__note-text {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  transform: rotate(-0.03deg);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__note-text {
    font-size: 1.1rem;
    text-align: left;
  }
}
.p-dialog_content__note-text + .p-dialog_content__note-text {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__note-text + .p-dialog_content__note-text {
    margin-top: 0.2rem;
  }
}

.p-dialog_form {
  width: 90%;
  max-width: 76rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-dialog_form__field {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-dialog_form__field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-dialog_form__field + .p-dialog_form__field {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__field + .p-dialog_form__field {
    margin-top: 1rem;
  }
}
.p-dialog_form__field-cap {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 800;
  transform: rotate(-0.03deg);
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 961px) {
  .p-dialog_form__field-cap {
    margin-right: 2rem;
  }
  .--address .p-dialog_form__field-cap {
    min-width: 20rem;
  }
}
@media screen and (max-width: 960px) {
  .p-dialog_form__field-cap {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-dialog_form__field-input {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-dialog_form__field-input {
    flex: 1 1 0;
    min-width: 20rem;
  }
}
@media screen and (max-width: 960px) {
  .--code .p-dialog_form__field-input {
    width: 100%;
    margin: 0 auto;
  }
}
.p-dialog_form__field-input input {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  outline-color: transparent !important;
  color: var(--color-brown);
  background-color: var(--color-gray-base);
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__field-input input {
    padding: 1rem 2rem;
  }
}
.p-dialog_form__error {
  display: block;
  position: relative;
  margin-top: 1.6rem;
  font-size: 1.25rem;
  color: red;
  text-align: center;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-dialog_form__error {
    margin-top: 0.8rem;
    font-size: 1rem;
  }
}
.p-dialog_form__link {
  width: 37rem;
  display: block;
  position: relative;
  margin: 3.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__link {
    width: 24rem;
    margin-top: 2rem;
  }
}
.p-dialog_form__btn {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  z-index: 0;
}
.p-dialog_form__btn + .p-dialog_form__btn {
  margin-top: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-dialog_form__btn:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.p-dialog_form__btn-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-0.03deg);
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__btn-text {
    font-size: 1.4rem;
  }
}

.p-content {
  display: block;
  position: relative;
  padding: 16rem 0 19rem;
}
@media screen and (max-width: 960px) {
  .p-content {
    padding: 6rem 0 11.5rem;
  }
}
.p-content.--content1 {
  padding: 16rem 0 19rem;
  background: url("../img/contents01/bg_base.jpg") repeat 0 0/5.2rem auto;
}
@media screen and (max-width: 960px) {
  .p-content.--content1 {
    padding: 9.1rem 0 10.5rem;
    background-size: 2.6rem auto;
  }
}
.p-content.--content2 {
  padding: 12rem 0 18rem;
  background: url("../img/contents02/bg_base.jpg") repeat 0 0/5.2rem auto;
}
@media screen and (max-width: 960px) {
  .p-content.--content2 {
    padding: 6rem 0 10rem;
    background-size: 2.6rem auto;
  }
}
.p-content.--content3 {
  padding: 12rem 0 18rem;
  background: url("../img/contents03/bg_base.jpg") repeat 0 0/5.2rem auto;
}
@media screen and (max-width: 960px) {
  .p-content.--content3 {
    padding: 6rem 0 10rem;
    background-size: 2.6rem auto;
  }
}
.p-content:before {
  content: "";
  width: 100%;
  height: 4rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #f0cf44 url("../img/common/deco_txt.png") repeat-x 0 50%/35.3rem auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-content:before {
    height: 3rem;
    background: #f0cf44 url("../img/common/deco_txt.png") repeat-x 0 50%/28.24rem auto;
  }
}
.is-load .p-content:before {
  animation: marquee_content 40s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-content:before {
    animation: marquee_content_sp 40s linear infinite;
  }
}
@keyframes marquee_content {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -35.3rem;
  }
}
@keyframes marquee_content_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -28.24rem;
  }
}
.p-content:after {
  content: "";
  width: 100%;
  height: 4rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0cf44 url("../img/common/deco_txt.png") repeat-x 0 50%/35.3rem auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-content:after {
    height: 3rem;
    background: #f0cf44 url("../img/common/deco_txt.png") repeat-x 0 50%/28.24rem auto;
  }
}
.is-load .p-content:after {
  animation: marquee_content 40s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-content:after {
    animation: marquee_content_sp 40s linear infinite;
  }
}
.p-content + .p-content::before {
  content: none;
}
.p-content__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_cont_ptn_pc.png") repeat-y 50% 0/max(100%, 2000px) auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-content__bg {
    background: url("../img/common/bg_cont_ptn_sp.png") repeat-y 50% 0/114.6666666667% auto;
  }
}
.p-content__container {
  width: 90%;
  max-width: 88rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-content__container {
    max-width: 560px;
  }
}
.p-content__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-content__header {
    margin-bottom: 2.8rem;
  }
}
.--content1 .p-content__header {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 960px) {
  .--content1 .p-content__header {
    margin-bottom: 4rem;
  }
}
.p-content__title {
  width: 48.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(5rem);
}
.--content1 .p-content__title {
  width: 48.5rem;
}
@media screen and (max-width: 960px) {
  .--content1 .p-content__title {
    width: 26rem;
  }
}
.--content2 .p-content__title {
  width: 67rem;
}
@media screen and (max-width: 960px) {
  .--content2 .p-content__title {
    width: 34rem;
  }
}
.--content3 .p-content__title {
  width: 65.5rem;
}
@media screen and (max-width: 960px) {
  .--content3 .p-content__title {
    width: 35rem;
  }
}
.is-active .p-content__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-content__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-content__inner {
  opacity: 1;
  transition: opacity 0.4s var(--ease_out);
}

.p-stampcard {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.p-stampcard__container {
  width: 100%;
  display: block;
  position: relative;
}
.p-stampcard__container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #666;
  opacity: 0.5;
}
.is-login .p-stampcard__container::after {
  content: none;
}
.p-stampcard__bg {
  display: block;
  position: relative;
}
.p-stampcard__inner {
  width: 92%;
  display: block;
  position: absolute;
  top: 58.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-stampcard__inner {
    top: 56%;
    width: 81.5%;
  }
}
.p-stampcard__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-stampcard__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
  }
}
.p-stampcard__list-item {
  display: block;
  position: relative;
}

.p-stamp {
  display: block;
  position: relative;
  z-index: 0;
}
.p-stamp__base {
  display: block;
  position: relative;
}
.p-stamp__no {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: -0.2rem;
  color: var(--color-stamp-text);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-stamp__no {
    font-size: 2.4rem;
  }
}
.p-stamp__img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
.is-clear .p-stamp__img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.2s var(--ease_inout), transform 0.2s var(--ease_inout);
}
.p-stamp__chara {
  width: 70%;
  display: block;
  position: absolute;
  top: 60%;
  left: 82%;
  transform: translate(-50%, -50%) rotate(5deg);
  opacity: 0;
  pointer-events: none;
}
[data-clear="1"] .p-stampcard__list-item.is-clear:nth-child(1) .p-stamp__chara {
  opacity: 1;
}
[data-clear="2"] .p-stampcard__list-item.is-clear:nth-child(2) .p-stamp__chara {
  opacity: 1;
}
[data-clear="3"] .p-stampcard__list-item.is-clear:nth-child(3) .p-stamp__chara {
  opacity: 1;
}
[data-clear="4"] .p-stampcard__list-item.is-clear:nth-child(4) .p-stamp__chara {
  opacity: 1;
}
[data-clear="5"] .p-stampcard__list-item.is-clear:nth-child(5) .p-stamp__chara {
  opacity: 1;
}
[data-clear="6"] .p-stampcard__list-item.is-clear:nth-child(6) .p-stamp__chara {
  opacity: 1;
}
[data-clear="7"] .p-stampcard__list-item.is-clear:nth-child(7) .p-stamp__chara {
  opacity: 1;
}
[data-clear="8"] .p-stampcard__list-item.is-clear:nth-child(8) .p-stamp__chara {
  opacity: 1;
}
[data-clear="9"] .p-stampcard__list-item.is-clear:nth-child(9) .p-stamp__chara {
  opacity: 1;
}
[data-clear="10"] .p-stampcard__list-item.is-clear:nth-child(10) .p-stamp__chara {
  opacity: 1;
}
[data-clear="11"] .p-stampcard__list-item.is-clear:nth-child(11) .p-stamp__chara {
  opacity: 1;
}
[data-clear="12"] .p-stampcard__list-item.is-clear:nth-child(12) .p-stamp__chara {
  opacity: 1;
}
[data-clear="13"] .p-stampcard__list-item.is-clear:nth-child(13) .p-stamp__chara {
  opacity: 1;
}
[data-clear="14"] .p-stampcard__list-item.is-clear:nth-child(14) .p-stamp__chara {
  opacity: 1;
}
[data-clear="15"] .p-stampcard__list-item.is-clear:nth-child(15) .p-stamp__chara {
  opacity: 1;
}
[data-clear="16"] .p-stampcard__list-item.is-clear:nth-child(16) .p-stamp__chara {
  opacity: 1;
}
[data-clear="17"] .p-stampcard__list-item.is-clear:nth-child(17) .p-stamp__chara {
  opacity: 1;
}
[data-clear="18"] .p-stampcard__list-item.is-clear:nth-child(18) .p-stamp__chara {
  opacity: 1;
}
[data-clear="19"] .p-stampcard__list-item.is-clear:nth-child(19) .p-stamp__chara {
  opacity: 1;
}
[data-clear="20"] .p-stampcard__list-item.is-clear:nth-child(20) .p-stamp__chara {
  opacity: 1;
}
[data-clear="21"] .p-stampcard__list-item.is-clear:nth-child(21) .p-stamp__chara {
  opacity: 1;
}
[data-clear="22"] .p-stampcard__list-item.is-clear:nth-child(22) .p-stamp__chara {
  opacity: 1;
}
[data-clear="23"] .p-stampcard__list-item.is-clear:nth-child(23) .p-stamp__chara {
  opacity: 1;
}
[data-clear="24"] .p-stampcard__list-item.is-clear:nth-child(24) .p-stamp__chara {
  opacity: 1;
}
[data-clear="25"] .p-stampcard__list-item.is-clear:nth-child(25) .p-stamp__chara {
  opacity: 1;
}
[data-clear="26"] .p-stampcard__list-item.is-clear:nth-child(26) .p-stamp__chara {
  opacity: 1;
}
[data-clear="27"] .p-stampcard__list-item.is-clear:nth-child(27) .p-stamp__chara {
  opacity: 1;
}
[data-clear="28"] .p-stampcard__list-item.is-clear:nth-child(28) .p-stamp__chara {
  opacity: 1;
}
[data-clear="29"] .p-stampcard__list-item.is-clear:nth-child(29) .p-stamp__chara {
  opacity: 1;
}
[data-clear="30"] .p-stampcard__list-item.is-clear:nth-child(30) .p-stamp__chara {
  opacity: 1;
}
[data-clear="31"] .p-stampcard__list-item.is-clear:nth-child(31) .p-stamp__chara {
  opacity: 1;
}

.p-quiz {
  display: block;
  position: relative;
}
.p-quiz__lead {
  display: block;
  position: relative;
  margin-bottom: 4rem;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: -0.1rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-quiz__lead {
    margin-bottom: 2.2rem;
    font-size: 1.6rem;
  }
}
.p-quiz__content {
  display: block;
  position: relative;
}
.p-quiz__visual {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.p-quiz__visual-img {
  display: block;
  position: relative;
}
.p-quiz__link {
  width: 100%;
  max-width: 37rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-quiz__link {
    margin-top: 2.2rem;
    max-width: 24rem;
  }
}
.p-quiz__link-item {
  display: block;
  position: relative;
}
.p-quiz__link-item + .p-quiz__link-item {
  margin-top: 1rem;
}

.p-quiz_modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--color-sky-bg);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s var(--ease_inout);
}
.p-quiz_modal.is-modal-show {
  opacity: 1;
  pointer-events: auto;
}
.p-quiz_modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 10rem 0;
}
.p-quiz_modal__content {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-quiz_modal__content {
    width: 90%;
    position: static;
  }
}
.p-quiz_modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  background-color: var(--color-navy);
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .p-quiz_modal__close {
    transition: background-color 0.4s var(--ease_out);
  }
  .p-quiz_modal__close:hover {
    background-color: var(--color-sky);
  }
}
.p-quiz_modal__close-text {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-quiz_modal__close-text {
    width: 40%;
    height: 40%;
  }
}
.p-quiz_modal__close-text::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--color-white-bg);
}
.p-quiz_modal__close-text::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-white-bg);
}

.p-quiz_modal_content {
  display: block;
  position: relative;
  opacity: 0;
  animation: content_show 0.7s var(--ease_bounce) forwards 0.3s;
}
@keyframes content_show {
  0% {
    opacity: 0;
    transform: translateY(12rem);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-quiz_modal_content__container {
  display: block;
  position: relative;
}
.p-quiz_modal_content__header {
  display: block;
  position: relative;
}
.p-quiz_modal_content__base {
  display: block;
  position: relative;
}
.p-quiz_modal_content__title {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-0.03deg);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.05rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-quiz_modal_content__title {
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
  }
}
.p-quiz_modal_content__title::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  position: relative;
  margin-right: 2rem;
  background: url("../img/common/deco_icon.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-quiz_modal_content__title::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.1em;
    margin-right: 0.5rem;
  }
}
.p-quiz_modal_content__title::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  position: relative;
  margin-left: 2rem;
  background: url("../img/common/deco_icon.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-quiz_modal_content__title::after {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.1em;
    margin-left: 1rem;
  }
}
.p-quiz_modal_content__inner {
  display: block;
  position: relative;
  padding: 4rem 0 0;
  margin: 0 auto;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-quiz_modal_content__inner {
    padding: 2.5rem 0 0;
  }
}
.p-quiz_modal_content__inner::before {
  content: "";
  width: 100%;
  padding-top: 10%;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background: url("../img/common/frm_bottom_pc.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 960px) {
  .p-quiz_modal_content__inner::before {
    top: calc(100% - 1px);
    padding-top: 20%;
    background: url("../img/common/frm_bottom_sp.png") no-repeat center top/100% auto;
  }
}
.p-quiz_modal_content__list {
  width: 90%;
  max-width: 71.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-quiz_modal_content__list-item {
  display: block;
  position: relative;
}
.p-quiz_modal_content__list-item + .p-quiz_modal_content__list-item {
  margin-top: 9.2rem;
}
@media screen and (max-width: 960px) {
  .p-quiz_modal_content__list-item + .p-quiz_modal_content__list-item {
    margin-top: 7rem;
  }
}
.p-quiz_modal_content__list-item + .p-quiz_modal_content__list-item::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: -4.2rem;
  left: 0;
  border-top: 0.3rem dotted var(--color-orange);
}

.p-quiz_archive {
  display: block;
  position: relative;
}
.p-quiz_archive__header {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
}
.p-quiz_archive__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-quiz_archive__title {
    font-size: 1.5rem;
  }
}
.p-quiz_archive__inner {
  display: block;
  position: relative;
}
.p-quiz_archive__data {
  display: block;
  position: relative;
}
.p-quiz_archive__data.--q {
  display: block;
}
.is-answer-show .p-quiz_archive__data.--q {
  display: none;
}
.p-quiz_archive__data.--a {
  display: none;
}
.is-answer-show .p-quiz_archive__data.--a {
  display: block;
}
.p-quiz_archive__visual {
  width: 100%;
  max-width: 45rem;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.p-quiz_archive__visualimg {
  display: block;
  position: relative;
}
.p-quiz_archive__btn {
  width: 34rem;
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-quiz_archive__btn {
    width: 23rem;
    margin-top: 1.6rem;
  }
}

.p-janken {
  display: block;
  position: relative;
}
.p-janken__lead {
  display: block;
  position: relative;
  margin-bottom: 4rem;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: -0.1rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
}
.p-janken__content {
  max-width: 38rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-janken__content {
    max-width: 23.5rem;
  }
}
.p-janken__movie {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.p-janken__movie-player {
  width: 100%;
  padding-top: 177.7576853526%;
  display: block;
  position: relative;
}
.p-janken__movie-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-janken__link {
  width: 100%;
  max-width: 37rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-janken__link {
    margin-top: 2.2rem;
    max-width: 24rem;
  }
}
.p-janken__link-item {
  display: block;
  position: relative;
}
.p-janken__link-item + .p-janken__link-item {
  margin-top: 1rem;
}

.p-janken_archive {
  display: block;
  position: relative;
}
.p-janken_archive__container {
  display: block;
  position: relative;
}
.p-janken_archive__header {
  display: block;
  position: relative;
}
.p-janken_archive__base {
  display: block;
  position: relative;
}
.p-janken_archive__title {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-0.03deg);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.05rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-janken_archive__title {
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
  }
}
.p-janken_archive__title::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  position: relative;
  margin-right: 2rem;
  background: url("../img/common/deco_icon.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-janken_archive__title::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.1em;
    margin-right: 0.5rem;
  }
}
.p-janken_archive__title::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  position: relative;
  margin-left: 2rem;
  background: url("../img/common/deco_icon.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-janken_archive__title::after {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.1em;
    margin-left: 1rem;
  }
}
.p-janken_archive__inner {
  display: block;
  position: relative;
  padding: 4rem 0 0;
  margin: 0 auto;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-janken_archive__inner {
    padding: 2.5rem 0 0;
  }
}
.p-janken_archive__inner::before {
  content: "";
  width: 100%;
  padding-top: 10%;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background: url("../img/common/frm_bottom_pc.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 960px) {
  .p-janken_archive__inner::before {
    top: calc(100% - 1px);
    padding-top: 20%;
    background: url("../img/common/frm_bottom_sp.png") no-repeat center top/100% auto;
  }
}
.p-janken_archive__list {
  width: 90%;
  max-width: 71.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-janken_archive__list {
    max-width: 24rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.p-janken_archive__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-janken_archive__movie {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.p-janken_archive__movie-player {
  width: 100%;
  padding-top: 177.7576853526%;
  display: block;
  position: relative;
}
.p-janken_archive__movie-player iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-attention {
  display: block;
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .p-attention {
    margin-top: 5rem;
  }
}
.p-attention__header {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-attention__header {
    margin-bottom: 2.2rem;
  }
}
.p-attention__title {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transform: rotate(-0.03deg);
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-attention__title {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
}
.p-attention__inner {
  display: block;
  position: relative;
  padding: 3.2rem 0;
}
@media screen and (max-width: 960px) {
  .p-attention__inner {
    padding: 2rem 0;
  }
}
.p-attention__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.2rem solid var(--color-white);
  border-bottom: 0.2rem solid var(--color-white);
}
.p-attention__text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  transform: rotate(-0.03deg);
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-attention__text {
    font-size: 1rem;
    line-height: 1.9;
  }
}
.p-attention__text a {
  color: var(--color-white);
  text-decoration: underline;
}

.p-btn {
  display: block;
  position: relative;
  color: var(--color-white);
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.p-btn__base {
  display: block;
  position: relative;
}
.p-btn__text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-0.03deg);
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-btn__text {
    font-size: 1.5rem;
  }
}

.p-chara_deco {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 8rem));
}
.p-chara_deco.is-active {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-chara_deco.--deco1 {
  width: 16rem;
  left: calc(100% + 7.5rem);
  top: -0.5rem;
}
@media screen and (max-width: 960px) {
  .p-chara_deco.--deco1 {
    width: 6.72rem;
    left: calc(100% + 3rem);
    top: -8rem;
  }
}
.p-chara_deco.--deco2 {
  width: 16rem;
  left: -5rem;
  top: calc(100% - 8rem);
}
@media screen and (max-width: 960px) {
  .p-chara_deco.--deco2 {
    width: 6.72rem;
    top: -6.6rem;
    left: 0.7rem;
  }
}
.p-chara_deco.--deco3 {
  width: 16rem;
  left: calc(100% + 2rem);
  top: calc(100% - 8rem);
}
@media screen and (max-width: 960px) {
  .p-chara_deco.--deco3 {
    width: 7.2rem;
    left: calc(100% - 0.42rem);
    top: calc(100% - 4.5rem);
  }
}
.p-chara_deco.--deco6 {
  width: 16rem;
  left: -3.8rem;
  top: calc(100% - 5rem);
}
@media screen and (max-width: 960px) {
  .p-chara_deco.--deco6 {
    width: 6.72rem;
    left: 0.8rem;
    top: calc(100% + 7rem);
  }
}
.p-chara_deco.--deco7 {
  width: 16rem;
  left: calc(100% + 4.5rem);
  top: calc(100% - 5rem);
}
@media screen and (max-width: 960px) {
  .p-chara_deco.--deco7 {
    width: 6.72rem;
    left: calc(100% - 0.5rem);
    top: calc(100% + 2rem);
    z-index: 1;
  }
}
.p-chara_deco.--deco8 {
  width: 16rem;
  left: -4rem;
  top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-chara_deco.--deco8 {
    width: 6.72rem;
    left: 4rem;
    top: calc(100% + 7rem);
  }
}
.p-chara_deco.--deco9 {
  width: 16rem;
  left: calc(100% + 6.5rem);
  top: calc(100% - 7.6rem);
}
@media screen and (max-width: 960px) {
  .p-chara_deco.--deco9 {
    width: 6.72rem;
    left: calc(100% + 3.2rem);
    top: calc(100% + 7.5rem);
  }
}
.p-chara_deco.--deco10 {
  width: 16rem;
  left: -8rem;
  top: calc(100% - 6rem);
}
@media screen and (max-width: 960px) {
  .p-chara_deco.--deco10 {
    width: 6.72rem;
    left: 1rem;
    top: -0.5rem;
  }
}
.p-chara_deco__img {
  display: block;
  position: relative;
}
.is-active .p-chara_deco__img {
  animation: pyoko 0.3s linear 2 3s;
}

.p-op {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
}
.is-load .p-op {
  opacity: 0;
  transition: opacity 0.4s var(--ease_inout);
}
.p-op__inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-op__content {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-op__cap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-op__cap-text {
  display: block;
  position: relative;
}
.p-op__cap-word {
  display: block;
  position: relative;
  font-size: 6.2rem;
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-op__cap-word {
    font-size: 3.2rem;
    letter-spacing: 0.25rem;
  }
}
.is-op .p-op__cap-word {
  animation: loading_text 2s linear infinite;
}
.p-op__cap-text:nth-child(1) .p-op__cap-word {
  animation-delay: 0.4s;
}
.p-op__cap-text:nth-child(2) .p-op__cap-word {
  animation-delay: 0.6s;
}
.p-op__cap-text:nth-child(3) .p-op__cap-word {
  animation-delay: 0.8s;
}
.p-op__cap-text:nth-child(4) .p-op__cap-word {
  animation-delay: 1s;
}
.p-op__cap-text:nth-child(5) .p-op__cap-word {
  animation-delay: 1.2s;
}
.p-op__cap-text:nth-child(6) .p-op__cap-word {
  animation-delay: 1.4s;
}
.p-op__cap-text:nth-child(7) .p-op__cap-word {
  animation-delay: 1.6s;
}
.p-op__cap-text:nth-child(8) .p-op__cap-word {
  animation-delay: 1.8s;
}
.p-op__cap-text:nth-child(9) .p-op__cap-word {
  animation-delay: 2s;
}
.p-op__cap-text:nth-child(10) .p-op__cap-word {
  animation-delay: 2.2s;
}
.p-op__cap-text:nth-child(11) .p-op__cap-word {
  animation-delay: 2.4s;
}
.p-op__cap-text:nth-child(12) .p-op__cap-word {
  animation-delay: 2.6s;
}
.p-op__cap-text:nth-child(13) .p-op__cap-word {
  animation-delay: 2.8s;
}
.p-op__cap-text:nth-child(14) .p-op__cap-word {
  animation-delay: 3s;
}
.p-op__cap-text:nth-child(15) .p-op__cap-word {
  animation-delay: 3.2s;
}
@keyframes loading_text {
  0% {
    transform: translateY(0);
  }
  7% {
    transform: translateY(-20%);
  }
  14% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.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-red {
  color: var(--color-red);
}

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

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none;
  background: var(--color-sky-bg);
  opacity: 0;
  transition: all 0.8s var(--ease_out);
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3% 0;
  z-index: 0;
}
@media screen and (orientation: portrait) {
  .m-modal__container {
    padding: 5% 0;
  }
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}
.m-modal__content {
  width: 100%;
  max-width: 80rem;
  height: auto !important;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 90%;
  }
}
[data-modal-type=youtube] .m-modal__content {
  width: 90%;
  max-width: min(153vh, 1600px);
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: min(153vh, 750px);
  }
}
[data-modal-type=img] .m-modal__content {
  width: 80%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 6rem auto;
}
@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 8rem;
  }
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__player {
  display: block;
  position: relative;
}
.m-modal__player-iframe {
  display: block;
  position: relative;
  padding-top: 56.25%;
}
.m-modal__player iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__cover {
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  display: block;
  position: absolute;
  top: -2rem;
  left: -2rem;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transform: scale(1.05);
}
@media screen and (max-width: 960px) {
  .m-modal__cover {
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    top: -1rem;
    left: -1rem;
  }
}
.is-modal-show .m-modal__cover {
  opacity: 1;
  transform: scale(1.001);
  transition: transform 0.8s var(--ease_inout), opacity 0.8s var(--ease_inout);
  animation: flash 0.1s steps(1) 4 0.2s;
}
.m-modal__cover-deco {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .m-modal__cover-deco {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.m-modal__cover-deco.--deco1 {
  top: 0;
  left: 0;
}
.m-modal__cover-deco.--deco2 {
  top: 0;
  right: 0;
}
.m-modal__cover-deco.--deco3 {
  bottom: 0;
  right: 0;
}
.m-modal__cover-deco.--deco4 {
  bottom: 0;
  left: 0;
}
.m-modal__cover-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__cover-deco.--deco1::before {
  border-top: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.m-modal__cover-deco.--deco2::before {
  border-top: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.m-modal__cover-deco.--deco3::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.m-modal__cover-deco.--deco4::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.m-modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  background-color: var(--color-navy);
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: background-color 0.4s var(--ease_out);
  }
  .m-modal__close:hover {
    background-color: var(--color-sky);
  }
}
.m-modal__close-text {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .m-modal__close-text {
    width: 40%;
    height: 40%;
  }
}
.m-modal__close-text::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--color-white-bg);
}
.m-modal__close-text::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-white-bg);
}

@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;
  }
}
@keyframes pyoko {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}