@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

body .m-modal .m-modal__content {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  body .m-modal .m-modal__content {
    max-width: 1120px;
  }
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__content {
    width: 89.3333333333%;
    max-width: 600px;
  }
}
body .m-modal .m-modal__close-btn {
  top: 21px;
  right: 23px;
}
@media not all and (max-width: 899px) {
  body .m-modal .m-modal__close-btn {
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  body .m-modal .m-modal__close-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__close-btn {
    top: 8px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  background: var(--color-black);
}
@media not all and (max-width: 899px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    height: 65px;
  }
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    height: 45px;
  }
}
body .m-modal .m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .m-modal .m-modal__bg {
  position: relative;
  overflow: hidden;
  background: url(../img/common/bg.jpg) center center repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__bg {
    background-image: url(../img/common/bg_sp.jpg);
  }
}
body .m-modal .m-modal__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_star.png) center center repeat;
  background-size: 1400px auto;
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__bg::before {
    background-size: 150% auto;
  }
}
body .m-modal .m-modal__bg::after {
  content: "";
  position: absolute;
  bottom: 16%;
  left: -4%;
  width: 13%;
  padding-top: 13%;
  background: url(../img/common/bg_fireflower.png) center center no-repeat;
  background-size: contain;
  animation: fireworks 3s infinite 1s;
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__bg::after {
    bottom: auto;
    left: auto;
    top: 12%;
    right: -5%;
    width: 30%;
    padding-top: 30%;
  }
}
body .m-modal .m-modal__bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
body .m-modal .m-modal__bg-inner::before, body .m-modal .m-modal__bg-inner::after {
  content: "";
  position: absolute;
  width: 15%;
  padding-top: 15%;
  background: url(../img/common/bg_fireflower.png) center center no-repeat;
  background-size: contain;
  animation: fireworks 3s infinite;
}
body .m-modal .m-modal__bg-inner::before {
  top: -8%;
  left: 37%;
  animation-delay: 3s;
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__bg-inner::before {
    top: -1%;
    left: -1%;
    width: 28%;
    padding-top: 28%;
  }
}
body .m-modal .m-modal__bg-inner::after {
  width: 18%;
  padding-top: 18%;
  bottom: -6%;
  right: -3.4%;
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__bg-inner::after {
    bottom: -3%;
    right: auto;
    left: -11%;
    width: 30%;
    padding-top: 30%;
  }
}

.p-disco_modal__list {
  position: relative;
  width: 100%;
}
@media not all and (max-width: 899px) {
  .p-disco_modal__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 899px) {
  .p-disco_modal__list {
    width: 50%;
    max-width: 180px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) {
  .p-disco_modal__item + .p-disco_modal__item {
    margin-top: 10px;
  }
}
@media not all and (max-width: 899px) {
  .p-disco_modal__item {
    max-width: 200px;
  }
}
.p-disco_modal__item img {
  display: block;
  margin: 0 auto;
}
.p-disco_modal__download-title {
  display: block;
  margin-bottom: 10px;
}
.p-disco_modal__download-title a {
  display: block;
}
.p-disco_modal__download-image {
  display: block;
  margin-bottom: 10px;
}

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

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

body {
  position: relative;
  overflow-x: hidden;
  color: var(--color-black);
  background: url(../img/common/bg.jpg) center center repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 899px) {
  body {
    background-image: url(../img/common/bg_sp.jpg);
  }
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_star.png) center center repeat;
  background-size: 1400px auto;
}
@media screen and (max-width: 899px) {
  body::before {
    background-size: 150% auto;
  }
}

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

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

main {
  display: block;
}

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

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

[data-modal] {
  cursor: pointer;
}

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

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

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

.l-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.l-header__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 899px) {
  .l-header__container {
    display: flex;
  }
}
.is-menu-open .l-header__container {
  opacity: 1;
  pointer-events: auto;
}
@media not all and (max-width: 899px) {
  .l-header__head {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    flex-shrink: 0;
    background: var(--color-white);
  }
  @media screen and (max-width: 1100px) {
    .l-header__head {
      display: none;
    }
  }
}
.l-header__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.l-header__img img {
  width: auto;
  height: 100%;
}
.l-header__inner {
  position: relative;
  background: url(../img/common/bg.jpg) center center repeat-y;
  background-size: 100% auto;
}
@media not all and (max-width: 899px) {
  .l-header__inner {
    flex-grow: 1;
  }
}
@media screen and (max-width: 899px) {
  .l-header__inner {
    width: 100%;
    height: 100%;
    background-image: url(../img/common/bg_sp.jpg);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.l-header__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_star.png) center center repeat;
  background-size: 1400px auto;
}
@media screen and (max-width: 899px) {
  .l-header__inner::before {
    background-size: 150% auto;
  }
}
@media not all and (max-width: 899px) {
  .l-header__inner-wrap {
    position: relative;
    width: 85.4761904762%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .l-header__inner-wrap {
    width: 56.6666666667%;
    margin: 0 auto;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
  }
}
.l-header__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__deco-item {
  position: absolute;
  animation: fireworks 3s infinite;
}
.l-header__deco-item:nth-child(1) {
  top: -5%;
  left: -3.5%;
  width: 21%;
  animation-delay: 2s;
}
@media screen and (max-width: 899px) {
  .l-header__deco-item:nth-child(1) {
    top: -1.2%;
    left: -0.5%;
    width: 28%;
  }
}
.l-header__deco-item:nth-child(2) {
  bottom: -6.5%;
  right: -7.2%;
  width: 32%;
}
@media screen and (max-width: 899px) {
  .l-header__deco-item:nth-child(2) {
    bottom: 3%;
    right: auto;
    left: -11%;
    width: 33%;
  }
}
.l-header__deco-item:nth-child(3) {
  animation-delay: 1s;
}
@media screen and (max-width: 899px) {
  .l-header__deco-item:nth-child(3) {
    top: 14.5%;
    right: -3%;
    width: 26%;
  }
}
.l-header__sns {
  display: flex;
  align-items: center;
  transform: translateY(30px);
  opacity: 0;
}
@media not all and (max-width: 899px) {
  .l-header__sns {
    position: absolute;
    left: 0;
    bottom: 46px;
  }
}
@media screen and (max-width: 899px) {
  .l-header__sns {
    bottom: 44px;
    justify-content: center;
    width: 100%;
  }
}
.is-menu-open .l-header__sns {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.l-header__sns-item + .l-header__sns-item {
  margin-left: 30px;
}
@media screen and (max-width: 899px) {
  .l-header__sns-item + .l-header__sns-item {
    margin-left: 45px;
  }
}
.l-header__sns-link {
  display: block;
  width: 20px;
}
@media screen and (max-width: 899px) {
  .l-header__sns-link {
    width: 30px;
  }
}
@media (hover: hover) {
  .l-header__sns-link {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-header__sns-link:hover {
    transform: translateY(-3.5px);
  }
}
.l-header__logo {
  position: absolute;
}
@media not all and (max-width: 899px) {
  .l-header__logo {
    top: 10px;
    left: 10px;
    width: 266px;
  }
}
@media screen and (max-width: 899px) {
  .l-header__logo {
    top: 14px;
    left: 50%;
    width: 36%;
    max-width: 266px;
    transform: translateX(-50%);
  }
}
.l-header__logo-inner {
  display: block;
}
@media (hover: hover) {
  .l-header__logo-inner {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-header__logo-inner:hover {
    transform: scale(0.95);
  }
}
.l-header__btn {
  position: absolute;
  top: 14px;
  right: 9px;
  width: 103px;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .l-header__btn {
    top: 10px;
    right: 5px;
    width: 72px;
  }
}
@media (hover: hover) {
  .l-header__btn {
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header__btn:hover {
    transform: scale3d(0.95, 0.95, 0.95);
  }
}
.l-header__btn-bg svg {
  fill: var(--color-white);
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-scrolled .l-header__btn-bg svg {
  fill: var(--color-menu);
}
.is-in .l-header__btn-bg svg {
  fill: var(--color-menu);
}
.l-header__btn-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1rem;
  transform: translateY(-30%);
}
@media screen and (max-width: 899px) {
  .l-header__btn-txt {
    font-size: 11px;
    letter-spacing: 0.07rem;
  }
}
.l-header__btn-txt span {
  display: block;
}
.is-menu-open .l-header__btn-txt span:nth-child(1) {
  opacity: 0;
}
.l-header__btn-txt span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.is-menu-open .l-header__btn-txt span:nth-child(2) {
  opacity: 1;
}

.l-nav {
  width: 100%;
}
@media not all and (max-width: 899px) {
  .l-nav {
    display: flex;
    max-width: 1000px;
  }
  @media screen and (max-width: 1200px) {
    .l-nav {
      display: block;
    }
  }
}
@media screen and (max-width: 899px) {
  .l-nav {
    padding: 60px 0;
  }
}
@media not all and (max-width: 899px) {
  .l-nav__list {
    min-width: 35.1%;
  }
}
@media not all and (max-width: 899px) {
  .l-nav__list + .l-nav__list {
    margin-left: 4.5%;
  }
  @media screen and (max-width: 1200px) {
    .l-nav__list + .l-nav__list {
      margin-left: 0;
      margin-top: 32px;
    }
  }
}
@media screen and (max-width: 899px) {
  .l-nav__list + .l-nav__list {
    margin-top: 32px;
  }
}
.l-nav__list-item {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.l-nav__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transform: scaleX(0);
  transform-origin: right center;
}
@media (hover: hover) {
  .l-nav__list-item::before {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-nav__list-item:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.l-nav__list-item.is-current::before {
  transform: scale(1);
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 42px;
}
@media not all and (max-width: 899px) {
  @media screen and (max-width: 1200px) {
    .l-nav__list-item + .l-nav__list-item {
      margin-top: 32px;
    }
  }
}
@media screen and (max-width: 899px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 32px;
  }
}
.is-menu-open .l-nav__list-item {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-nav__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__list:nth-child(2) .l-nav__list-item:nth-child(1) {
  transition-delay: 0.6s;
}

.is-menu-open .l-nav__list-item:nth-child(2) {
  transition-delay: 0.15s;
}
.is-menu-open .l-nav__list:nth-child(2) .l-nav__list-item:nth-child(2) {
  transition-delay: 0.75s;
}

.is-menu-open .l-nav__list-item:nth-child(3) {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__list:nth-child(2) .l-nav__list-item:nth-child(3) {
  transition-delay: 0.9s;
}

.is-menu-open .l-nav__list-item:nth-child(4) {
  transition-delay: 0.45s;
}
.is-menu-open .l-nav__list:nth-child(2) .l-nav__list-item:nth-child(4) {
  transition-delay: 1.05s;
}

.is-menu-open .l-nav__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__list:nth-child(2) .l-nav__list-item:nth-child(5) {
  transition-delay: 1.2s;
}

.l-nav__link {
  position: relative;
  display: block;
  padding: 5px 2px 0px 2px;
  font-size: 21px;
  letter-spacing: 0.14rem;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 899px) {
  .l-nav__link {
    padding: 3px 2px 0px 2px;
    font-size: 15px;
    letter-spacing: 0.16rem;
  }
}

.l-footer {
  position: relative;
}
.l-footer__arch {
  position: relative;
}
.l-footer__arch-img {
  position: relative;
  -webkit-mask: url(../img/top/arch01.png) center bottom no-repeat;
  mask: url(../img/top/arch01.png) center bottom no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: var(--color-pink);
}
@media screen and (max-width: 899px) {
  .l-footer__arch-img {
    left: 50%;
    width: 156%;
    transform: translate(-50%, 1px);
  }
}
.l-footer__arch-img img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.l-footer__arch-chara {
  position: absolute;
  top: -82%;
  top: max(-82%, -85px);
  left: 50%;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .l-footer__arch-chara {
    top: -120%;
  }
}
.l-footer__arch-chara img {
  width: 100%;
}
.l-footer__wrapper {
  padding-bottom: 63px;
  background: var(--color-pink);
}
@media not all and (max-width: 899px) {
  .l-footer__wrapper {
    margin-top: -5px;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__wrapper {
    padding-top: 15%;
    padding-bottom: 54px;
  }
  [data-page=top] .l-footer__wrapper {
    padding-top: 8%;
  }
}
.l-footer__container {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .l-footer__container {
    width: 91.4285714286%;
  }
  [data-page=top] .l-footer__container {
    padding-top: 3.5%;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__container {
    width: 89.3333333333%;
    max-width: 600px;
  }
}
.l-footer__pagetop {
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop {
    margin-bottom: 36px;
  }
}
.l-footer__pagetop-inner {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-top: 28px;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 18px;
  letter-spacing: 0.13rem;
  cursor: pointer;
  color: var(--color-black);
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop-inner {
    padding-top: 15px;
    font-size: 14px;
    letter-spacing: 0.1rem;
    outline: none;
  }
}
.l-footer__pagetop-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 11px;
  height: 11px;
  background: url(../img/common/icon_arrowT.svg) center center no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop-inner::before {
    width: 8px;
    height: 8px;
  }
}
@media (hover: hover) {
  .l-footer__pagetop-inner:hover::before {
    transform: translate(-50%, -8px);
  }
}
.l-footer__inner {
  position: relative;
  padding-top: 55px;
  border-top: 1px solid var(--color-border2);
}
@media screen and (max-width: 899px) {
  .l-footer__inner {
    padding-top: 35px;
  }
}
@media not all and (max-width: 899px) {
  .l-footer__bnr {
    position: absolute;
    top: 61px;
    right: 0;
    width: 42%;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__bnr {
    margin-top: 40px;
  }
}
.l-footer__bnr-item {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .l-footer__bnr-item {
    max-width: 269px;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__bnr-item {
    width: 60%;
  }
}
@media not all and (max-width: 899px) {
  .l-footer__bnr-item + .l-footer__bnr-item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__bnr-item + .l-footer__bnr-item {
    margin-top: 10px;
  }
}
.l-footer__bnr-link {
  display: block;
}
@media (hover: hover) {
  .l-footer__bnr-link {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__bnr-link:hover {
    transform: scale(1.05);
  }
}
.l-footer__sns {
  display: flex;
  margin-top: 46px;
}
@media screen and (max-width: 899px) {
  .l-footer__sns {
    margin-top: 32px;
  }
}
.l-footer__sns-item + .l-footer__sns-item {
  margin-left: 30px;
}
.l-footer__sns-link {
  display: block;
  width: 20px;
}

@media not all and (max-width: 899px) {
  .l-footer_nav {
    width: 60%;
    max-width: 768px;
  }
}
@media screen and (max-width: 899px) {
  .l-footer_nav {
    width: 96%;
  }
}
.l-footer_nav__list {
  display: grid;
  grid-auto-flow: column;
}
@media not all and (max-width: 899px) {
  .l-footer_nav__list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px;
  }
  @media screen and (max-width: 1000px) {
    .l-footer_nav__list {
      grid-template-rows: repeat(3, 1fr);
    }
  }
}
@media screen and (max-width: 899px) {
  .l-footer_nav__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 11.5px;
  }
}
.l-footer_nav__link {
  position: relative;
  display: block;
  padding: 3px 0;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .l-footer_nav__link {
    font-size: 12px;
    letter-spacing: 0.08rem;
  }
}
@media (hover: hover) {
  .l-footer_nav__link {
    transition: padding 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer_nav__link:hover {
    padding-left: 10px;
  }
}
.l-footer_nav__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon_arrowR.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-8px, -50%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer_nav__link:hover::before {
    opacity: 1;
    transform: translate(-5px, -50%);
  }
}

.l-main {
  position: relative;
  min-height: 100vh;
  padding-bottom: 292px;
}
@media screen and (max-width: 899px) {
  .l-main {
    padding-bottom: 122px;
  }
}
@media screen and (max-width: 899px) and (min-width: 500px) {
  .l-main {
    padding-bottom: 200px;
  }
}

.l-section {
  position: relative;
}
.l-section__container {
  position: relative;
}
.l-section__ttl {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  -webkit-mask-position: 200% 50%;
  mask-position: 200% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  -webkit-mask-size: 200% auto;
  mask-size: 200% auto;
  transition: -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .l-section__ttl {
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
}
.l-section__ttl img {
  width: 100%;
}
.l-section__deco {
  pointer-events: none;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section__deco img {
  animation: fireworks 3s infinite;
}
.l-section__deco.--item2 img {
  animation-delay: 1s;
}
.l-section__deco.--item3 img {
  animation-delay: 0.5s;
}

.l-arch {
  position: relative;
  z-index: 1;
  margin-bottom: 243px;
}
@media screen and (max-width: 899px) {
  .l-arch {
    margin-bottom: 106px;
  }
}
.l-arch__shape {
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-arch__shape {
    left: 50%;
    width: 156%;
  }
}
.l-arch__shape.--top {
  transform: translateY(2px);
}
@media screen and (max-width: 899px) {
  .l-arch__shape.--top {
    transform: translate(-50%, 1px);
  }
}
.l-arch__shape.--btm {
  transform: translateY(-2px);
}
@media screen and (max-width: 899px) {
  .l-arch__shape.--btm {
    transform: translate(-50%, -1px);
  }
}
.l-arch__shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-arch__chara {
  position: absolute;
  top: max(-144%, -145px);
  left: 50%;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .l-arch__chara {
    top: -102%;
  }
}
.--btm .l-arch__chara {
  top: -138%;
  top: max(-138%, -170px);
}
@media screen and (max-width: 899px) {
  .--btm .l-arch__chara {
    top: -91%;
  }
}
.l-arch__chara-item img {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.31, 1.35, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-active .l-arch__chara-item img {
  transform: translateY(0);
  opacity: 1;
}
.l-arch__chara-item.--chara01 {
  transform: translate(-10px, 0px);
  width: 22.5714285714%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara01 {
    width: 15%;
    transform: translate(-4px, 0px);
  }
}
.l-arch__chara-item.--chara02 {
  transform: translate(3px, -3px);
  width: 12%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara02 {
    width: 8%;
    transform: translate(1px, 0px);
  }
}
.l-arch__chara-item.--chara02 img {
  transition-delay: 0.1s;
}
.l-arch__chara-item.--chara03 {
  transform: translate(10px, 36px);
  width: 16%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara03 {
    width: 10.5%;
    transform: translate(3px, 11px);
  }
}
.l-arch__chara-item.--chara03 img {
  transition-delay: 0.3s;
}
.l-arch__chara-item.--chara04 {
  transform: translate(2px, -5px);
  width: 14.2857142857%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara04 {
    width: 9.6%;
    transform: translate(-1px, 0px);
  }
}
.l-arch__chara-item.--chara04 img {
  transition-delay: 0.1s;
}
.l-arch__chara-item.--chara05 {
  transform: translate(0px, 7px);
  width: 11.8571428571%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara05 {
    width: 7.9%;
    transform: translate(-2px, 3px);
  }
}
.l-arch__chara-item.--chara05 img {
  transition-delay: 0.3s;
}
.l-arch__chara-item.--chara06 {
  transform: translate(-10px, 36px);
  width: 9.5714285714%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara06 {
    width: 6.6%;
    transform: translate(-4px, 12px);
  }
}
.l-arch__chara-item.--chara06 img {
  transition-delay: 0.3s;
}
.l-arch__chara-item.--chara07 {
  transform: translate(-8px, 29px);
  width: 17.4285714286%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara07 {
    width: 11.5%;
    transform: translate(-6px, 8px);
  }
}
.l-arch__chara-item.--chara07 img {
  transition-delay: 0.3s;
}
.l-arch__chara-item.--chara08 {
  transform: translate(8px, 1px);
  width: 10%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara08 {
    width: 7%;
    transform: translate(-2px, 1px);
  }
}
.l-arch__chara-item.--chara08 img {
  transition-delay: 0.2s;
}
.l-arch__chara-item.--chara09 {
  transform: translate(26px, -2px);
  width: 10.4285714286%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara09 {
    width: 6.9%;
    transform: translate(3px, -1px);
  }
}
.l-arch__chara-item.--chara10 {
  transform: translate(15px, 0px);
  width: 11%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara10 {
    width: 7.5%;
    transform: translate(-1px, 0px);
  }
}
.l-arch__chara-item.--chara11 {
  transform: translate(34px, 2px);
  width: 14.5714285714%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara11 {
    width: 9.7%;
    transform: translate(5px, 1px);
  }
}
.l-arch__chara-item.--chara11 img {
  transition-delay: 0.2s;
}
.l-arch__chara-item.--chara12 {
  transform: translate(44px, 23px);
  width: 18.7142857143%;
}
@media screen and (max-width: 899px) {
  .l-arch__chara-item.--chara12 {
    width: 12.7%;
    transform: translate(8px, 8px);
  }
}
.l-arch__chara-item.--chara12 img {
  transition-delay: 0.3s;
}
.l-arch__container {
  padding-top: min(10.8%, 160px);
  padding-bottom: min(26.2%, 370px);
  background: var(--color-white);
}
@media screen and (max-width: 899px) {
  .l-arch__container {
    padding-top: 10.6%;
    padding-bottom: 36%;
  }
}

.l-in {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 899px) and (min-width: 600px) {
  .l-in {
    padding-top: 200px;
  }
}
.l-in__ttl {
  position: relative;
  -webkit-mask-position: 200% 50%;
  mask-position: 200% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  -webkit-mask-size: 200% auto;
  mask-size: 200% auto;
  transition: -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-load .l-in__ttl {
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
}
@media screen and (max-width: 899px) {
  .l-in__ttl {
    max-width: 750px;
  }
}
.l-in__inner {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-in__inner {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .l-in__inner {
    max-width: 600px;
    margin: 0 auto;
  }
}
.l-in__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-in__deco-item {
  position: absolute;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-in__deco-item img {
  animation: fireworks 3s infinite;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item {
    width: 33%;
  }
}
.l-in__deco-item:nth-child(3n-2) img {
  animation-delay: 1s;
}
.l-in__deco-item:nth-child(3n) img {
  animation-delay: 3s;
}
.l-in__deco-item:nth-child(1) {
  top: -69px;
  right: 30.7%;
  width: 15%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(1) {
    top: -33px;
    right: 14.7%;
    width: 27%;
  }
}
.l-in__deco-item:nth-child(2) {
  top: 237px;
  left: -7.5%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(2) {
    top: 33px;
    left: -10.5%;
  }
}
.l-in__deco-item:nth-child(3) {
  top: 340px;
  right: -4.3%;
  width: 14%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(3) {
    top: 253px;
    right: -6.3%;
    width: 28%;
  }
}
.l-in__deco-item:nth-child(4) {
  top: 1164px;
  left: -4%;
  width: 14%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(4) {
    top: 558px;
    left: -8%;
    width: 25%;
  }
}
.l-in__deco-item:nth-child(5) {
  top: 1382px;
  right: -6.2%;
  width: 18%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(5) {
    top: 652px;
    right: -24.2%;
    width: 32%;
  }
}
.l-in__deco-item:nth-child(6) {
  top: 2159px;
  left: -7.2%;
  width: 18%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(6) {
    top: 1010px;
    left: -8.2%;
    width: 29%;
  }
}
.l-in__deco-item:nth-child(7) {
  top: 2256px;
  right: -4.5%;
  width: 14%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(7) {
    top: 1223px;
    right: -6%;
    width: 26%;
  }
}
.l-in__deco-item:nth-child(8) {
  top: 3083px;
  left: -4%;
  width: 14%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(8) {
    top: 1528px;
    left: -8%;
    width: 25%;
  }
}
.l-in__deco-item:nth-child(9) {
  top: 3235px;
  right: -4%;
  width: 13.5%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(9) {
    top: 1622px;
    right: -24%;
    width: 31.5%;
  }
}
.l-in__deco-item:nth-child(10) {
  top: 4067px;
  left: -4%;
  width: 13.5%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(10) {
    top: 2125px;
    left: -6%;
    width: 26.5%;
  }
}
.l-in__deco-item:nth-child(11) {
  top: 4278px;
  right: -5.5%;
  width: 16.5%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(11) {
    top: 2335px;
    width: 24.5%;
  }
}
.l-in__deco-item:nth-child(12) {
  top: 5200px;
  left: -4%;
  width: 16.5%;
}
@media screen and (max-width: 899px) {
  .l-in__deco-item:nth-child(12) {
    top: 2635px;
    left: -7%;
    width: 23.5%;
  }
}

.c-btn__inner {
  position: relative;
  display: block;
  padding: 23px 0;
  text-align: center;
  border-radius: 99px;
  background: var(--color-white);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .c-btn__inner {
    padding: 15.5px 0;
  }
}
@media (hover: hover) {
  .c-btn__inner {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn__inner:hover {
    transform: translateY(-5px);
  }
}
.c-btn__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  width: 12px;
  height: 100%;
  -webkit-mask: url(../img/common/icon_arrowR.svg) center center no-repeat;
  mask: url(../img/common/icon_arrowR.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-black);
}
@media screen and (max-width: 899px) {
  .c-btn__inner::before {
    right: 14px;
    width: 7px;
  }
}
@media (hover: hover) {
  .c-btn__inner::before {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn__inner:hover::before {
    transform: translateX(3px);
  }
}
.--secondary .c-btn__inner {
  background: var(--color-black);
  color: var(--color-white);
}
.--secondary .c-btn__inner::before {
  background: var(--color-brown);
}

.c-category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media not all and (max-width: 899px) {
  .c-category__list-item {
    width: 21.5%;
    margin-left: 1%;
    margin-bottom: 10px;
  }
  .c-category__list-item:nth-child(4n-3) {
    margin-left: 0;
  }
}
@media screen and (max-width: 899px) {
  .c-category__list-item {
    width: 48%;
    margin-left: 3%;
    margin-bottom: 10px;
  }
  .c-category__list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.c-category__link {
  position: relative;
  display: block;
  padding: 23px 0;
  text-align: center;
  border-radius: 99px;
  background: var(--color-white);
  letter-spacing: 0.1rem;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .c-category__link {
    padding: 13px 0;
  }
}
@media (hover: hover) {
  .c-category__link {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-category__link:hover {
    transform: translateY(-5px);
  }
}
.c-category__link span {
  display: block;
}
.is-current .c-category__link {
  background: var(--color-black);
  color: var(--color-white);
  pointer-events: none;
}
.is-current .c-category__link::before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 11px;
  height: 11px;
  -webkit-mask: url(../img/common/icon_arrowB.svg) center center no-repeat;
  mask: url(../img/common/icon_arrowB.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .is-current .c-category__link::before {
    bottom: 4px;
    width: 6px;
    height: 6px;
  }
}
.is-current .c-category__link .c-category__link-text {
  transform: translateY(-8px);
}
@media screen and (max-width: 899px) {
  .is-current .c-category__link .c-category__link-text {
    transform: translateY(-2px);
  }
}

.c-more__inner {
  position: relative;
  display: block;
  padding-left: 30px;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .c-more__inner {
    padding-left: 12px;
    font-size: 11px;
  }
}
.c-more__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background: url(../img/common/icon_arrowR.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .c-more__inner::before {
    width: 6px;
  }
}
@media (hover: hover) {
  .c-more__inner::before {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-more__inner:hover::before {
    transform: translateX(6px);
  }
  .--back .c-more__inner:hover::before {
    transform: translateX(-6px);
  }
}
.--back .c-more__inner::before {
  background-image: url(../img/common/icon_arrowL.svg);
}

.c-news {
  display: block;
}
@media not all and (max-width: 899px) {
  .c-news {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 899px) {
  .c-news {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (hover: hover) {
  .c-news {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-news:hover {
    transform: translateX(10px);
  }
}
.c-news__date {
  min-width: 22.1%;
  font-size: 15px;
  letter-spacing: 0.04rem;
  line-height: 2.2;
}
@media screen and (max-width: 899px) {
  .c-news__date {
    margin-bottom: 1px;
    font-size: 11px;
  }
}
.c-news__ttl {
  letter-spacing: 0.1rem;
  line-height: 1.95;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .c-news__ttl {
    font-size: 12px;
    line-height: 1.8;
  }
}

.c-movie__header {
  position: relative;
}
.c-movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.c-movie__thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .c-movie__thumb-inner {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-movie:hover .c-movie__thumb-inner {
    transform: scale(1.05);
  }
}
.c-movie__thumb-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-movie__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28%;
  max-width: 124px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .c-movie__btn {
    width: 24%;
  }
}
@media (hover: hover) {
  .c-movie__btn {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-movie:hover .c-movie__btn {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.c-movie__inner {
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .c-movie__inner {
    margin-top: 10px;
  }
}
.c-movie__ttl {
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .c-movie__ttl {
    line-height: 2;
    font-size: 12.5px;
  }
}

.c-pagination {
  position: relative;
}
@media screen and (max-width: 899px) {
  .c-pagination {
    padding-bottom: 31px;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-left: 34px;
}
@media screen and (max-width: 899px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 13px;
  }
}
.c-pagination__link {
  position: relative;
  display: block;
}
.c-pagination__link-text {
  position: relative;
  display: block;
  padding: 10px;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .c-pagination__link-text {
    font-size: 12px;
  }
}
.c-pagination__link-text::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-black);
  transform: translateX(-50%);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .c-pagination__link-text::before {
    top: 0;
    width: 3px;
    height: 3px;
  }
}
@media (hover: hover) {
  .c-pagination__link-text:hover::before {
    opacity: 1;
  }
}
.is-current .c-pagination__link-text::before {
  opacity: 1;
}
.c-pagination__nav {
  position: absolute;
}
@media not all and (max-width: 899px) {
  .c-pagination__nav {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 899px) {
  .c-pagination__nav {
    bottom: 0;
  }
}
.c-pagination__nav.-prev {
  left: 0;
}
.c-pagination__nav.-next {
  right: 0;
}
.c-pagination__nav-text {
  position: relative;
  display: inline-block;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 899px) {
  .c-pagination__nav-text {
    font-size: 11px;
  }
}
.c-pagination__nav-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background: url(../img/common/icon_arrowL.svg) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .c-pagination__nav-text::before {
    width: 8px;
  }
}
@media (hover: hover) {
  .c-pagination__nav-text::before {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .-prev .c-pagination__nav-text:hover::before {
    transform: translateX(-3px);
  }
  .-next .c-pagination__nav-text:hover::before {
    transform: translateX(3px);
  }
}
.-prev .c-pagination__nav-text {
  padding-left: 33px;
}
@media screen and (max-width: 899px) {
  .-prev .c-pagination__nav-text {
    padding-left: 20px;
  }
}
.-next .c-pagination__nav-text {
  padding-right: 33px;
}
@media screen and (max-width: 899px) {
  .-next .c-pagination__nav-text {
    padding-right: 20px;
  }
}
.-next .c-pagination__nav-text::before {
  left: auto;
  right: 0;
  background-image: url(../img/common/icon_arrowR.svg);
}

.c-nodata {
  margin-top: 50px;
  text-align: center;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-700 {
  font-weight: 700;
}

.u-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.u-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
.is-load .u-spinner {
  opacity: 0;
}
.u-spinner__inner {
  --uib-size: 50px;
  --uib-color: var(--color-white);
  --uib-speed: 0.9s;
  --uib-stroke: 5px;
  --mask-size: calc(var(--uib-size) / 2 - var(--uib-stroke));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
  -webkit-mask: radial-gradient(circle var(--mask-size), transparent 99%, #000 100%);
  mask: radial-gradient(circle var(--mask-size), transparent 99%, #000 100%);
  background-image: conic-gradient(transparent 25%, var(--uib-color));
  animation: spin calc(var(--uib-speed)) linear infinite;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fireworks {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  15% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
    opacity: 0;
    transform: scale(0.3);
  }
  40% {
    opacity: 0;
    transform: scale(0.3);
    transition-duration: cubic-bezier(0.31, 1.35, 0.64, 1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes chara {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(0);
  }
}
:root {
  --color-white: #fffef6;
  --color-black: #514944;
  --color-brown: #b9ada5;
  --color-brown2: #92847B;
  --color-pink: #D6A7B1;
  --color-menu: #dfb5ae;
  --color-bg-pink: #EDC4CC;
  --color-bg-orange: #F1CEBA;
  --color-bg-white: #FFFFF7;
  --color-acc-head: #E4DFC1;
  --color-acc-head-disable: #C8C8C0;
  --color-acc-inner: #F4F1E8;
  --color-border: #e8dddd;
  --color-border2: #cb9f98;
  --color-bullet: #7f6759;
}