@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-brown);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-green: #14d084;
  --color-orange: #ffbb00;
  --color-brown: #524439;
  --color-red: #ce2512;
  --color-yellow-light: #fff3d1;
  --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.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: YakuHanRP, "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  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: "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  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/common/bg.jpg") repeat 0 0/140rem auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background-size: 70rem auto;
  }
}
.l-wrap__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

.l-nav {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  z-index: 10;
  background: #fff3d1;
  padding: 4rem;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .l-nav {
    padding: 2rem;
  }
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0s linear;
  animation-play-state: running;
}
.l-nav__container {
  width: 100%;
  min-height: calc(var(--svh) - 8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7rem 0;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 2rem;
  background: url("../img/common/bg_menu.jpg") repeat 0 0/25.9rem auto;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    min-height: calc(var(--svh) - 4rem);
    background-size: 17.75rem;
  }
}
.l-nav__content {
  width: 90%;
  max-width: 78rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: 85%;
  }
}
.l-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 13.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(50%);
}
.is-menu-open .l-nav__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-menu-open .l-nav__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__list-item:nth-child(2) {
  transition-delay: 0.05s;
}
.is-menu-open .l-nav__list-item:nth-child(3) {
  transition-delay: 0.1s;
}
.is-menu-open .l-nav__list-item:nth-child(4) {
  transition-delay: 0.15s;
}
.is-menu-open .l-nav__list-item:nth-child(5) {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__list-item:nth-child(6) {
  transition-delay: 0.25s;
}
.is-menu-open .l-nav__list-item:nth-child(7) {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__list-item:nth-child(8) {
  transition-delay: 0.35s;
}
.is-menu-open .l-nav__list-item:nth-child(9) {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__list-item:nth-child(10) {
  transition-delay: 0.45s;
}
.is-menu-open .l-nav__list-item:nth-child(11) {
  transition-delay: 0.5s;
}
.is-menu-open .l-nav__list-item:nth-child(12) {
  transition-delay: 0.55s;
}
.is-menu-open .l-nav__list-item:nth-child(13) {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__list-item:nth-child(14) {
  transition-delay: 0.65s;
}
.is-menu-open .l-nav__list-item:nth-child(15) {
  transition-delay: 0.7s;
}
.is-menu-open .l-nav__list-item:nth-child(16) {
  transition-delay: 0.75s;
}
.is-menu-open .l-nav__list-item:nth-child(17) {
  transition-delay: 0.8s;
}
.is-menu-open .l-nav__list-item:nth-child(18) {
  transition-delay: 0.85s;
}
.is-menu-open .l-nav__list-item:nth-child(19) {
  transition-delay: 0.9s;
}
.is-menu-open .l-nav__list-item:nth-child(20) {
  transition-delay: 0.95s;
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-left: 5rem;
  left: 0.5rem;
  color: var(--color-red);
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    margin: 0;
    padding-left: 2.6rem;
  }
}
.l-nav__link::before {
  content: "";
  width: 3.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 960px) {
  .l-nav__link::before {
    width: 2rem;
  }
}
.is-load .l-nav__link::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.l-nav__link-word {
  display: block;
  position: relative;
  font-size: 4.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-nav__link-word {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover .l-nav__link-word {
    animation: pyoko 0.3s linear;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(1) {
    animation-delay: 0s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(2) {
    animation-delay: 0.05s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(3) {
    animation-delay: 0.1s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(4) {
    animation-delay: 0.15s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(5) {
    animation-delay: 0.2s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(6) {
    animation-delay: 0.25s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(7) {
    animation-delay: 0.3s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(8) {
    animation-delay: 0.35s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(9) {
    animation-delay: 0.4s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(10) {
    animation-delay: 0.45s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(11) {
    animation-delay: 0.5s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(12) {
    animation-delay: 0.55s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(13) {
    animation-delay: 0.6s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(14) {
    animation-delay: 0.65s;
  }
  .l-nav__link:hover .l-nav__link-word:nth-child(15) {
    animation-delay: 0.7s;
  }
}

.l-menu {
  width: 11rem;
  display: block;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 15;
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 7.5rem;
    bottom: 1rem;
    left: 1rem;
  }
}
.l-menu__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-menu__bg-deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s var(--ease_bounce);
}
.l-menu__bg-deco.--l {
  transform-origin: 10% 80%;
}
.is-menu-open .l-menu__bg-deco.--l {
  transform: rotate(30deg);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu:hover .l-menu__bg-deco.--l img {
    animation: pyoko 0.3s linear;
  }
}
.l-menu__bg-deco.--r {
  transform-origin: 90% 80%;
}
.is-menu-open .l-menu__bg-deco.--r {
  transform: rotate(-30deg);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu:hover .l-menu__bg-deco.--r img {
    animation: pyoko 0.3s linear 0.2s;
  }
}
.l-menu__status {
  display: block;
  position: relative;
}
.l-menu__status-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-menu__status-img.--open {
  position: relative;
  opacity: 1;
  transform: rotateY(0);
  transition: transform 0.4s var(--ease_out), opacity 0s linear 0.15s;
}
.is-menu-open .l-menu__status-img.--open {
  transform: rotateY(180deg);
  opacity: 0;
}
.l-menu__status-img.--close {
  opacity: 0;
  transform: rotateY(180deg);
  transition: transform 0.4s var(--ease_out), opacity 0s linear 0.15s;
}
.is-menu-open .l-menu__status-img.--close {
  opacity: 1;
  transform: rotateY(0);
}

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

.l-footer {
  display: block;
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 5rem 0;
  }
}
.l-footer::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-yellow-light);
}
.l-footer__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 4%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 0 4%;
  }
}
.l-footer__sns {
  display: block;
}
@media screen and (min-width: 961px) {
  .l-footer__sns {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__sns {
    width: 23rem;
    display: block;
    position: relative;
    margin: 0 auto 3.6rem;
  }
}
.l-footer__content {
  width: 70%;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__content {
    width: 100%;
    margin: 0 auto;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 1.65rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 4rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 0.4rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 1rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.1rem;
  text-align: right;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 1rem;
}

.l-footer_sns {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 2.5rem 4.5rem 2.5rem 4.8rem;
  background: var(--color-white);
  border-radius: 0 20rem 20rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer_sns {
    align-items: center;
    padding: 1.3rem 2rem;
    border-radius: 20rem;
  }
}
.l-footer_sns::before {
  content: "";
  width: calc(100% - 0.5rem);
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-top: 2px dashed var(--color-brown);
  border-right: 2px dashed var(--color-brown);
  border-bottom: 2px dashed var(--color-brown);
  border-radius: 0 20rem 20rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer_sns::before {
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
    top: 0.25rem;
    left: 0.25rem;
    border: 1px dashed var(--color-brown);
    border-radius: 20rem;
  }
}
.l-footer_sns__cap {
  width: 18rem;
  display: block;
  position: relative;
  margin-right: 2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__cap {
    width: 40rem;
    margin-right: 1rem;
  }
}
.l-footer_sns__list {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__list-item + .l-footer_sns__list-item {
  margin-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list-item + .l-footer_sns__list-item {
    margin-left: 1.2rem;
  }
}
.l-footer_sns__link {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.l-footer_sns__link-img {
  width: 3rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link-img {
    width: 2.2rem;
  }
}

.l-footer_share {
  display: block;
  position: relative;
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    justify-content: center;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 2.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list-item + .l-footer_share__list-item {
    margin-left: 2rem;
  }
}
.l-footer_share__link {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.l-footer_share__link-img {
  width: 3rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-img {
    width: 3rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item {
  margin-left: 1.7rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-left: 1.5rem;
  }
}
.l-footer_help__link {
  display: flex;
  justify-content: center;
  position: relative;
}
.l-footer_help__link-word {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link-word {
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link:hover .l-footer_help__link-word {
    animation: pyoko 0.3s linear;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(1) {
    animation-delay: 0s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(2) {
    animation-delay: 0.02s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(3) {
    animation-delay: 0.04s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(4) {
    animation-delay: 0.06s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(5) {
    animation-delay: 0.08s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(6) {
    animation-delay: 0.1s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(7) {
    animation-delay: 0.12s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(8) {
    animation-delay: 0.14s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(9) {
    animation-delay: 0.16s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(10) {
    animation-delay: 0.18s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(11) {
    animation-delay: 0.2s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(12) {
    animation-delay: 0.22s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(13) {
    animation-delay: 0.24s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(14) {
    animation-delay: 0.26s;
  }
  .l-footer_help__link:hover .l-footer_help__link-word:nth-child(15) {
    animation-delay: 0.28s;
  }
}

.c-more {
  display: block;
  position: relative;
  padding: 0.1rem 2rem;
  color: var(--color-white);
  background: var(--color-text);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .c-more {
    padding: 0.15rem 1.2rem;
  }
}
.c-more.--red {
  background: var(--color-red);
}
.c-more.--orange {
  background: var(--color-orange);
}
@media (hover: hover) and (pointer: fine) {
  .c-more {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .c-more:hover {
    color: var(--chara_text);
    background-color: var(--color-white);
  }
  .c-more:hover.--red {
    color: var(--color-red);
  }
  .c-more:hover.--orange {
    color: var(--color-orange);
  }
}
.c-more::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-text);
  border-radius: 20rem;
}
.c-more.--red::after {
  border-color: var(--color-red);
}

.c-more.--orange::after {
  border-color: var(--color-orange);
}

.c-more__text {
  display: block;
  position: relative;
  top: -0.1em;
  font-size: 3.2rem;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .c-more__text {
    font-size: 1.3rem;
  }
}

.c-back {
  display: block;
  position: relative;
  padding: 0.1rem 2rem;
  color: var(--color-white);
  background: var(--color-text);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .c-back {
    padding: 0.15rem 1.2rem;
  }
}
.c-back.--red {
  background: var(--color-red);
}
.c-back.--orange {
  background: var(--color-orange);
}
@media (hover: hover) and (pointer: fine) {
  .c-back {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .c-back:hover {
    color: var(--chara_text);
    background-color: var(--color-white);
  }
  .c-back:hover.--red {
    color: var(--color-red);
  }
  .c-back:hover.--orange {
    color: var(--color-orange);
  }
}
.c-back::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-text);
  border-radius: 20rem;
}
.c-back.--red::after {
  border-color: var(--color-red);
}

.c-back.--orange::after {
  border-color: var(--color-orange);
}

.c-back__text {
  display: block;
  position: relative;
  top: -0.1em;
  font-size: 3.2rem;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .c-back__text {
    top: -0.05em;
    font-size: 1.8rem;
  }
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 20rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .c-pagination {
    box-sizing: content-box;
  }
}
@media screen and (max-width: 960px) {
  .c-pagination {
    width: 100%;
    padding: 0 7rem;
    margin: 0 auto;
  }
}
.c-pagination__nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0.1rem 2.5rem;
  color: var(--color-white);
  background: var(--color-orange);
  border-radius: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-pagination__nav {
    padding: 0.25rem 1.6rem;
  }
}
.c-pagination__nav.--prev {
  left: 0;
}
.c-pagination__nav.--next {
  right: 0;
}
.c-pagination__nav-text {
  display: block;
  position: relative;
  top: -0.05em;
  font-size: 3.2rem;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .c-pagination__nav-text {
    top: -0.02em;
    font-size: 1.6rem;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pagination__list {
    gap: 1rem 1rem;
  }
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__list-item:nth-child(n+6) {
  display: none;
}
.c-pagination__link {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-orange);
}
.is-current .c-pagination__link {
  color: var(--color-green);
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    width: 2rem;
    height: 2rem;
  }
}
.c-pagination__link-text {
  display: block;
  position: relative;
  font-size: 3.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .c-pagination__link-text {
    font-size: 2rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .c-pagination__link-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .c-pagination__link:hover .c-pagination__link-text {
      -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) {
    .c-pagination__link:hover .c-pagination__link-text {
      text-decoration: underline;
    }
  }
}

.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__chara {
  width: 20rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-op__chara {
    width: 18rem;
  }
}
.is-op-init .p-op__chara {
  animation: op_chara 0.8s var(--ease_bounce) forwards;
}
@keyframes op_chara {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-op__chara-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.p-op__chara-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-brown);
  border-radius: 50%;
}
.p-op__chara-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.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__deco {
  width: 1rem;
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  transform-origin: 50% 15rem;
}
@media screen and (max-width: 960px) {
  .p-op__deco {
    top: 20%;
    width: 0.7rem;
    transform-origin: 50% 13rem;
  }
}
.is-op-init .p-op__deco.--deco1 {
  transform: translate(-50%, -50%) rotate(-40deg);
}
.is-op-init .p-op__deco.--deco1 img {
  animation: loading_deco 2s linear infinite;
}
.is-op-init .p-op__deco.--deco2 {
  transform: translate(-50%, -50%) rotate(40deg);
}
.is-op-init .p-op__deco.--deco2 img {
  animation: loading_deco 2s linear infinite 1.4s;
}
@keyframes loading_deco {
  0% {
    transform: translateY(0);
  }
  7% {
    transform: translateY(-10%);
  }
  14% {
    transform: translateY(0);
  }
  21% {
    transform: translateY(-10%);
  }
  28% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.p-op__cap {
  width: 100%;
  display: block;
  position: relative;
}
.p-op__cap-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 15rem;
}
@media screen and (max-width: 960px) {
  .p-op__cap-text {
    transform-origin: 50% 13rem;
  }
}
.p-op__cap-text:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-20deg);
}
.p-op__cap-text:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.p-op__cap-text:nth-child(3) {
  transform: translate(-50%, -50%) rotate(0);
}
.p-op__cap-text:nth-child(4) {
  transform: translate(-50%, -50%) rotate(10deg);
}
.p-op__cap-text:nth-child(5) {
  transform: translate(-50%, -50%) rotate(20deg);
}
.p-op__cap-word {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-op__cap-word {
    font-size: 1.8rem;
  }
}
.is-op-init .p-op__cap-word {
  animation: loading_text 2s linear infinite;
}
.is-op-init .p-op__cap-text:nth-child(1) .p-op__cap-word {
  animation-delay: 0.4s;
}
.is-op-init .p-op__cap-text:nth-child(2) .p-op__cap-word {
  animation-delay: 0.6s;
}
.is-op-init .p-op__cap-text:nth-child(3) .p-op__cap-word {
  animation-delay: 0.8s;
}
.is-op-init .p-op__cap-text:nth-child(4) .p-op__cap-word {
  animation-delay: 1s;
}
.is-op-init .p-op__cap-text:nth-child(5) .p-op__cap-word {
  animation-delay: 1.2s;
}
.is-op-init .p-op__cap-text:nth-child(6) .p-op__cap-word {
  animation-delay: 1.4s;
}
.is-op-init .p-op__cap-text:nth-child(7) .p-op__cap-word {
  animation-delay: 1.6s;
}
.is-op-init .p-op__cap-text:nth-child(8) .p-op__cap-word {
  animation-delay: 1.8s;
}
.is-op-init .p-op__cap-text:nth-child(9) .p-op__cap-word {
  animation-delay: 2s;
}
.is-op-init .p-op__cap-text:nth-child(10) .p-op__cap-word {
  animation-delay: 2.2s;
}
.is-op-init .p-op__cap-text:nth-child(11) .p-op__cap-word {
  animation-delay: 2.4s;
}
.is-op-init .p-op__cap-text:nth-child(12) .p-op__cap-word {
  animation-delay: 2.6s;
}
.is-op-init .p-op__cap-text:nth-child(13) .p-op__cap-word {
  animation-delay: 2.8s;
}
.is-op-init .p-op__cap-text:nth-child(14) .p-op__cap-word {
  animation-delay: 3s;
}
.is-op-init .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);
  }
}

.p-load {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
}
.is-load .p-load {
  opacity: 0;
  transition: opacity 0.4s var(--ease_inout);
}
.p-load__content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-load__deco {
  width: 1.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-load__deco {
    width: 0.7rem;
  }
}
.is-op-init .p-load__deco.--deco1 {
  animation: loading_deco_2 2s linear infinite;
}
.is-op-init .p-load__deco.--deco2 {
  animation: loading_deco_2 2s linear infinite 1.4s;
}
@keyframes loading_deco_2 {
  0% {
    transform: translateY(0);
  }
  7% {
    transform: translateY(-10%);
  }
  14% {
    transform: translateY(0);
  }
  21% {
    transform: translateY(-10%);
  }
  28% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.p-load__cap {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 1rem;
  margin: 0 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-load__cap {
    padding-top: 0.4rem;
    margin: 0 1rem;
  }
}
.p-load__cap-word {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-load__cap-word {
    font-size: 1.5rem;
  }
}
.is-op-init .p-load__cap-word {
  animation: loading_text_2 2s linear infinite;
}
.is-op-init .p-load__cap-word:nth-child(1) {
  animation-delay: 0.4s;
}
.is-op-init .p-load__cap-word:nth-child(2) {
  animation-delay: 0.6s;
}
.is-op-init .p-load__cap-word:nth-child(3) {
  animation-delay: 0.8s;
}
.is-op-init .p-load__cap-word:nth-child(4) {
  animation-delay: 1s;
}
.is-op-init .p-load__cap-word:nth-child(5) {
  animation-delay: 1.2s;
}
.is-op-init .p-load__cap-word:nth-child(6) {
  animation-delay: 1.4s;
}
.is-op-init .p-load__cap-word:nth-child(7) {
  animation-delay: 1.6s;
}
.is-op-init .p-load__cap-word:nth-child(8) {
  animation-delay: 1.8s;
}
.is-op-init .p-load__cap-word:nth-child(9) {
  animation-delay: 2s;
}
.is-op-init .p-load__cap-word:nth-child(10) {
  animation-delay: 2.2s;
}
.is-op-init .p-load__cap-word:nth-child(11) {
  animation-delay: 2.4s;
}
.is-op-init .p-load__cap-word:nth-child(12) {
  animation-delay: 2.6s;
}
.is-op-init .p-load__cap-word:nth-child(13) {
  animation-delay: 2.8s;
}
.is-op-init .p-load__cap-word:nth-child(14) {
  animation-delay: 3s;
}
.is-op-init .p-load__cap-word:nth-child(15) {
  animation-delay: 3.2s;
}
@keyframes loading_text_2 {
  0% {
    transform: translateY(0);
  }
  7% {
    transform: translateY(-20%);
  }
  14% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.p-page {
  display: block;
  position: relative;
  padding: 9.5rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-page {
    padding: 1.5rem 0 10rem;
  }
}
.p-page__brand {
  width: 15rem;
  display: block;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-page__brand {
    top: 4.5rem;
    left: 4.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-page__brand {
    width: 7.4rem;
    top: 1rem;
    right: 0.8rem;
  }
}
.p-page__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-page__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-page__header {
    margin-bottom: 1.7rem;
  }
}
.p-page__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 6.6rem;
  margin: 0 auto;
  left: 0.5rem;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-page__title {
    margin: 0;
    padding: 0 3.6rem;
  }
}
.p-page__title::before {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-page__title::before {
    width: 3rem;
  }
}
.is-load .p-page__title::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-page__title::after {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-page__title::after {
    content: none;
  }
}
.is-load .p-page__title::after {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-page__title-word {
  display: block;
  position: relative;
  font-size: 8.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.4rem;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-page__title-word {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}
.is-load .p-page__title-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .p-page__title-word:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .p-page__title-word:nth-child(2) {
  transition-delay: 0.55s;
}
.is-load .p-page__title-word:nth-child(3) {
  transition-delay: 0.6s;
}
.is-load .p-page__title-word:nth-child(4) {
  transition-delay: 0.65s;
}
.is-load .p-page__title-word:nth-child(5) {
  transition-delay: 0.7s;
}
.is-load .p-page__title-word:nth-child(6) {
  transition-delay: 0.75s;
}
.is-load .p-page__title-word:nth-child(7) {
  transition-delay: 0.8s;
}
.is-load .p-page__title-word:nth-child(8) {
  transition-delay: 0.85s;
}
.is-load .p-page__title-word:nth-child(9) {
  transition-delay: 0.9s;
}
.is-load .p-page__title-word:nth-child(10) {
  transition-delay: 0.95s;
}
.is-load .p-page__title-word:nth-child(11) {
  transition-delay: 1s;
}
.is-load .p-page__title-word:nth-child(12) {
  transition-delay: 1.05s;
}
.is-load .p-page__title-word:nth-child(13) {
  transition-delay: 1.1s;
}
.is-load .p-page__title-word:nth-child(14) {
  transition-delay: 1.15s;
}
.is-load .p-page__title-word:nth-child(15) {
  transition-delay: 1.2s;
}
.is-load .p-page__title-word:nth-child(16) {
  transition-delay: 1.25s;
}
.is-load .p-page__title-word:nth-child(17) {
  transition-delay: 1.3s;
}
.is-load .p-page__title-word:nth-child(18) {
  transition-delay: 1.35s;
}
.is-load .p-page__title-word:nth-child(19) {
  transition-delay: 1.4s;
}
.is-load .p-page__title-word:nth-child(20) {
  transition-delay: 1.45s;
}
.p-page__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(5rem);
}
.is-load .p-page__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.6s, transform 0.8s var(--ease_bounce) 0.6s;
}

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

[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-white);
  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%;
  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: 8rem;
  height: 8rem;
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 1;
  background-color: var(--color-orange);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 5rem;
    height: 5rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
@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-brown);
  }
}
.m-modal__close-text {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.m-modal__close-text::before {
  content: "";
  width: 50%;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--color-white);
  z-index: 1;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .m-modal__close-text::before {
    height: 0.2rem;
  }
}
.m-modal__close-text::after {
  content: "";
  width: 50%;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-white);
  z-index: 1;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .m-modal__close-text::after {
    height: 0.2rem;
  }
}

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