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

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -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%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #333;
  --color-gray: #f5f5f5;
  --color-gold: #bca24b;
  --color-beige: #fbfaf6;
  --color-pink: #ff648c;
  --chara-color-1: #fbbdcc;
  --chara-color-2: #dc759e;
  --chara-color-3:#b0d29e;
  --chara-color-4: #94cad1;
  --chara-color-5: #b57b48;
  --chara-color-6: #ae964d;
  --chara-color-7: #081305;
  --chara-color-8: #afafb0;
  --font-jp: YakuHanMP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-jp-default: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-out-sine: cubic-bezier(0.61, 1, 0.88, 1);
}

html {
  font-size: min(0.78125vw, 12px);
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

div,
a {
  position: relative;
}

[data-modal] {
  cursor: pointer;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.l-wrapper {
  position: relative;
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0.05em;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .l-wrapper {
    font-size: 1.2rem;
    line-height: 1.69;
  }
}
.on-load .l-wrapper {
  opacity: 1;
  transition: opacity 0.6s var(--ease-out-cubic);
}
.l-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg.jpg) no-repeat center center/cover;
}

.l-content__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-content__deco-item {
  position: absolute;
}
.l-content__deco-item:nth-child(1) {
  top: 8.3rem;
  right: -12.3rem;
  width: 54.5rem;
}
@media screen and (max-width: 750px) {
  .l-content__deco-item:nth-child(1) {
    top: 5.7rem;
    right: -3rem;
    width: 20rem;
  }
}
.l-content__deco-item:nth-child(2) {
  bottom: 4rem;
  left: -8.8rem;
  width: 40.5rem;
}
@media screen and (max-width: 750px) {
  .l-content__deco-item:nth-child(2) {
    bottom: 2rem;
    left: -2.9rem;
    width: 16rem;
  }
}
.l-content__body {
  padding-bottom: 35.5rem;
}
@media screen and (max-width: 750px) {
  .l-content__body {
    padding-bottom: 10rem;
  }
}
.page-in .l-content__body {
  padding-top: 18.3rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 750px) {
  .page-in .l-content__body {
    padding-top: 10rem;
    padding-bottom: 11.5rem;
  }
}

.l-section {
  position: relative;
  padding-top: 9rem;
}
@media screen and (max-width: 750px) {
  .l-section {
    padding-top: 3rem;
  }
}
.page-in .l-section {
  padding-top: 0;
}
.page-top .l-section--news {
  margin-top: 0.9rem;
}
@media screen and (max-width: 750px) {
  .page-top .l-section--news {
    margin-top: 1.8rem;
  }
}
.l-section--intro {
  margin-top: 0.9rem;
}
@media screen and (max-width: 750px) {
  .l-section--intro {
    margin-top: 4.4rem;
  }
}
.l-section--story {
  margin-top: 7.6rem;
  padding-top: 10.1rem;
  padding-bottom: 9.2rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .l-section--story {
    margin-top: 4rem;
    padding-top: 5.1rem;
    padding-bottom: 4.9rem;
  }
}
.l-section--story::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/story_bg_02.jpg) center top/cover;
  transform: scale(1.03);
  opacity: 0;
  transform-origin: center bottom;
}
@media screen and (max-width: 750px) {
  .l-section--story::before {
    background-position: center center;
    transform: scale(1.1);
  }
}
.l-section--story.is-active::before {
  transform: scale(1);
  opacity: 1;
  transition: transform 5s var(--ease-out-sine), opacity 0.7s var(--ease-out-cubic);
}

.l-section--staff {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .l-section--staff {
    margin-top: 4.5rem;
  }
}
.l-section--cast {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .l-section--cast {
    margin-top: 1.3rem;
  }
}
.l-section--chara {
  margin-top: 5.6rem;
}
@media screen and (max-width: 750px) {
  .l-section--chara {
    margin-top: 4.3rem;
  }
}
.l-section--music {
  margin-top: 9rem;
  padding-top: 8.6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .l-section--music {
    margin-top: 7.4rem;
    padding-top: 5rem;
    padding-bottom: 4.7rem;
  }
}
.l-section--music::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/music_bg.jpg) repeat top center/auto auto;
}
.l-section--comment {
  margin-top: 1.1rem;
}
@media screen and (max-width: 750px) {
  .l-section--comment {
    margin-top: 4.6rem;
  }
}
.l-section--novel {
  margin-top: 3.9rem;
}
@media screen and (max-width: 750px) {
  .l-section--novel {
    margin-top: 0.1rem;
  }
}
.l-section__inner {
  width: 90%;
  max-width: 112rem;
  margin: 0 auto;
}
.l-section--chara .l-section__inner {
  max-width: 105rem;
}
@media screen and (max-width: 750px) {
  .l-section--chara .l-section__inner {
    width: 68%;
  }
}
.l-section__body {
  z-index: 1;
}
.l-section__title {
  margin: 0 auto;
  transform: translate(-1.2rem, -1rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .l-section__title {
    transform: translate(-0.8rem, -0.6rem);
  }
}
.l-section.is-active .l-section__title {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 1.2s var(--ease-out-cubic), opacity 0.7s var(--ease-out-cubic);
}
.l-section--news .l-section__title {
  width: 22.6rem;
}
@media screen and (max-width: 750px) {
  .l-section--news .l-section__title {
    width: 11.5rem;
  }
}
.l-section--story .l-section__title {
  width: 6.6em;
}
@media screen and (max-width: 750px) {
  .l-section--story .l-section__title {
    width: 6.1rem;
  }
}
.l-section--staff .l-section__title {
  width: 19.7rem;
}
@media screen and (max-width: 750px) {
  .l-section--staff .l-section__title {
    width: 9.9rem;
  }
}
.l-section--cast .l-section__title {
  width: 21.6rem;
}
@media screen and (max-width: 750px) {
  .l-section--cast .l-section__title {
    width: 10.8rem;
  }
}
.l-section--chara .l-section__title {
  width: 22.5rem;
}
@media screen and (max-width: 750px) {
  .l-section--chara .l-section__title {
    width: 11.4rem;
  }
}
.l-section--music .l-section__title {
  width: 17.5rem;
}
@media screen and (max-width: 750px) {
  .l-section--music .l-section__title {
    width: 9rem;
  }
}
.l-section--comment .l-section__title {
  width: 20.5rem;
}
@media screen and (max-width: 750px) {
  .l-section--comment .l-section__title {
    width: 10.1rem;
  }
}
.l-section--novel .l-section__title {
  width: 22.5rem;
}
@media screen and (max-width: 750px) {
  .l-section--novel .l-section__title {
    width: 11.2rem;
  }
}
.l-section--onair .l-section__title {
  width: 23rem;
}
@media screen and (max-width: 750px) {
  .l-section--onair .l-section__title {
    width: 11.6rem;
  }
}
.l-section--movie .l-section__title {
  width: 12rem;
}
@media screen and (max-width: 750px) {
  .l-section--movie .l-section__title {
    width: 6.1rem;
  }
}
.l-section--special .l-section__title {
  width: 25.2rem;
}
@media screen and (max-width: 750px) {
  .l-section--special .l-section__title {
    width: 12.8rem;
  }
}
.l-section__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-section__deco-item {
  position: absolute;
}
.l-section__deco-item.item-1 {
  bottom: 73.2rem;
  right: -12.3rem;
  width: 54.5rem;
}
@media screen and (max-width: 750px) {
  .l-section__deco-item.item-1 {
    bottom: auto;
    top: 38.3rem;
    right: -9rem;
    width: 27rem;
  }
}
.l-section__deco-item.item-2 {
  top: 7.8rem;
  left: -8.8rem;
  width: 40.5rem;
}
@media screen and (max-width: 750px) {
  .l-section__deco-item.item-2 {
    top: -5.6rem;
    left: -5.2rem;
    width: 20.1rem;
  }
}
.l-section__deco-item.item-3 {
  top: -25.6rem;
  right: -1.1rem;
  width: 28.5rem;
}
@media screen and (max-width: 750px) {
  .l-section__deco-item.item-3 {
    top: -13rem;
    right: -0.8rem;
    width: 11rem;
  }
}

.l-footer {
  background: url(../img/common/footer_bg.jpg) no-repeat center 76%/cover;
}
.l-footer__inner {
  width: 90.5%;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    width: 95%;
    padding-top: 4rem;
    padding-bottom: 4.1rem;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .l-footer__content {
    display: block;
  }
}
.l-footer__logo {
  width: 10rem;
}
@media screen and (max-width: 750px) {
  .l-footer__logo {
    width: 5rem;
    margin: 0 auto;
  }
}
.l-footer__logo-link {
  display: block;
  position: relative;
}
.l-footer__logo-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-pink);
  opacity: 0;
  transition: opacity 0.7s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-footer__logo-link:hover::after {
    opacity: 0.3;
  }
}

@media screen and (max-width: 750px) {
  .l-footer__info {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__nav {
    width: 66.5%;
    margin: 0 auto;
  }
}
.l-footer__nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .l-footer__nav-list {
    justify-content: space-between;
  }
}
.l-footer__nav-list-item {
  margin-left: 2.4rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .l-footer__nav-list-item {
    margin-left: 0;
  }
}
.l-footer__nav-link {
  display: block;
  text-decoration: none;
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: color 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .l-footer__nav-link {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .l-footer__nav-link:hover {
    color: var(--color-pink);
  }
}
.l-footer__share {
  margin-top: 7.1rem;
}
@media screen and (max-width: 750px) {
  .l-footer__share {
    margin-top: 3.9rem;
  }
}
.l-footer__share-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-footer__share-list {
    justify-content: center;
  }
}
.l-footer__share-list-item {
  width: 5.6rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 750px) {
  .l-footer__share-list-item {
    width: 4.5rem;
    margin: 0 0.5rem;
  }
}
.l-footer__share-link {
  display: block;
  position: relative;
}
.l-footer__share-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 72%;
  height: 72%;
  background: var(--color-pink);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-footer__share-link:hover::after {
    opacity: 0.3;
  }
}

.l-footer__help {
  margin-top: 1.7rem;
}
@media screen and (max-width: 750px) {
  .l-footer__help {
    margin-top: 1.4rem;
  }
}
.l-footer__help-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-footer__help-list {
    justify-content: center;
  }
}
.l-footer__help-list-item {
  margin-left: 1.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__help-list-item {
    margin: 0 0.5rem;
  }
}
.l-footer__help-link {
  text-decoration: none;
  color: var(--color-white);
  font-size: 1.3rem;
  letter-spacing: 0;
  transition: color 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .l-footer__help-link {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .l-footer__help-link:hover {
    color: var(--color-pink);
  }
}
.l-footer__rule {
  margin-top: 0.4rem;
  text-align: right;
  color: var(--color-white);
  font-size: 1.3rem;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 750px) {
  .l-footer__rule {
    margin-top: 0.2rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.l-footer__copyright {
  margin-top: 0.5rem;
  text-align: right;
  color: var(--color-white);
  font-size: 1.3rem;
  letter-spacing: 0.028em;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    margin-top: 0.2rem;
    text-align: center;
    font-size: 1rem;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-1.2rem);
  opacity: 0;
}
.on-load .l-nav {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
}
.on-load .page-top .l-nav {
  transition-delay: 1s, 1s;
}
.page-in .l-nav {
  transform: translate(-1.2rem, -1rem);
}
.on-load .page-in .l-nav {
  transform: translate(0, 0);
}
.l-nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  opacity: 0.9;
  box-shadow: 0px 6px 10px 0px rgba(255, 255, 255, 0.8);
}
.page-in .l-nav::before {
  opacity: 0.7;
}
.l-nav__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 93%;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.l-nav__logo {
  width: 17.55rem;
}
.l-nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.page-in .l-nav__list {
  justify-content: flex-start;
  width: 95.2rem;
  row-gap: 1.8rem;
  margin-left: 3.5rem;
}
.page-in .l-nav__list-item {
  margin-right: 3.2rem;
}
.l-nav__link {
  display: block;
  text-decoration: none;
  color: var(--color-black);
  font-size: 2rem;
  line-height: 1;
  transition: color 0.5s var(--ease-out-cubic), transform 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-nav__link:hover {
    color: var(--color-pink);
  }
}
.--sns .l-nav__link {
  width: 2rem;
}
@media (hover: hover) {
  .--sns .l-nav__link:hover {
    transform: scale(1.15);
  }
}
.l-nav__link span {
  vertical-align: baseline;
}
.l-nav__link .--accent {
  color: var(--color-pink);
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  -webkit-mask-position: right 0 top 0;
  mask-position: right 0 top 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: translateX(-1.2rem);
  transition: transform 0s var(--ease-out-cubic) 0.6s, -webkit-mask-position 0s var(--ease-out-cubic) 0.6s;
  transition: mask-position 0s var(--ease-out-cubic) 0.6s, transform 0s var(--ease-out-cubic) 0.6s;
  transition: mask-position 0s var(--ease-out-cubic) 0.6s, transform 0s var(--ease-out-cubic) 0.6s, -webkit-mask-position 0s var(--ease-out-cubic) 0.6s;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .l-menu {
    display: none !important;
  }
}
.menu-open .l-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-mask-position: right 100% top 0;
  mask-position: right 100% top 0;
  transform: translateX(0);
  transition-duration: 0.9s, 0.6s;
  transition-delay: 0s, 0s;
}
.l-menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-top: 8rem;
  padding-bottom: 10rem;
  background: var(--color-white);
  transform: translateX(1.2rem);
  opacity: 0;
  transition: transform 0.9s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
  overflow: hidden;
}
.menu-open .l-menu__wrapper {
  transform: translateX(0);
  opacity: 1;
  transition-duration: 0s, 0s;
}
.l-menu__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  height: 100%;
  background: url(../img/common/bg.jpg) no-repeat center center/cover;
}
.l-menu__inner {
  width: 90%;
  margin: 0 auto;
}
.l-menu__list-item {
  margin-top: 1.75rem;
}
.l-menu__list-item.--sns {
  margin-top: 2.8rem;
}
.l-menu__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  color: var(--color-black);
  font-size: 1.75rem;
  line-height: 1;
}
.--sns .l-menu__link {
  width: 2.5rem;
}
.l-menu__link span {
  vertical-align: baseline;
}
.l-menu__link .--accent {
  color: var(--color-pink);
}

.l-menu_logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 12.5rem;
  transform: scale(1.08);
  opacity: 0;
}
.on-load .l-menu_logo {
  transform: scale(1);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
}
.l-menu_logo__link {
  display: block;
}

.l-ham {
  position: fixed;
  top: 0.8rem;
  left: 1rem;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  background: var(--color-white);
  border: 1px solid var(--color-gold);
  cursor: pointer;
  transform: scale(1.08);
  opacity: 0;
}
.on-load .l-ham {
  transform: scale(1);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
}
.on-load .page-top .l-ham {
  transition-delay: 1s, 1s;
}
.l-ham__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 1px;
}
.l-ham__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 0.5rem));
  width: 100%;
  height: 1px;
  background: var(--color-pink);
  transition: transform 0.5s var(--ease-out-cubic);
}
.menu-open .l-ham__icon::before {
  transform: translateY(-50%) rotate(-45deg);
}
.l-ham__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 0.5rem));
  width: 100%;
  height: 1px;
  background: var(--color-pink);
  transition: transform 0.5s var(--ease-out-cubic);
}
.menu-open .l-ham__icon::after {
  transform: translateY(-50%) rotate(45deg);
}
.l-ham__icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--color-pink);
  transition: opacity 0.5s var(--ease-out-cubic);
}
.menu-open .l-ham__icon span {
  opacity: 0;
}

.c-pagination {
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10.2rem;
}
@media screen and (max-width: 750px) {
  .c-pagination {
    padding: 0 5.5rem;
  }
}
.c-pagination__arrow {
  position: absolute;
  top: 0;
}
.c-pagination__arrow.--prev {
  left: 0;
}
.c-pagination__arrow.--next {
  right: 0;
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__list-item {
  margin: 0 2.95rem;
}
@media screen and (max-width: 750px) {
  .c-pagination__list-item {
    margin: 0 1.52rem;
  }
}
.c-pagination__link {
  display: block;
  text-decoration: none;
  color: var(--color-black);
  font-size: 3rem;
  line-height: 1;
  transition: color 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .c-pagination__link {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .c-pagination__link:hover {
    color: var(--color-pink);
  }
}
.current .c-pagination__link {
  color: var(--color-pink);
  pointer-events: none;
}

.c-btn__link {
  display: block;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  color: var(--color-white);
  transition: transform 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .c-btn__link:hover {
    transform: scale(1.08);
  }
}
.c-btn__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5rem;
  height: 5rem;
  background: var(--color-gold);
  transition: background-color 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .c-btn__link::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (hover: hover) {
  .c-btn__link:hover::before {
    background: var(--color-pink);
  }
}

.c-btn__text {
  display: block;
  position: relative;
  text-align: center;
  color: var(--color-white);
}

.m-modal.m-modal-custom {
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0.05em;
}
.m-modal.m-modal-custom .m-modal__bg {
  cursor: auto;
  background: var(--color-white);
  opacity: 0.9;
}
.is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
  margin: 8rem auto;
}
.m-modal.m-modal-custom .m-modal__close-btn {
  top: 0;
  right: 0;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  background: var(--color-gold);
  transition: background-color 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) {
  .m-modal.m-modal-custom .m-modal__close-btn:hover {
    background: var(--color-pink);
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 70%;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn::before {
    height: 65%;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 70%;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn::after {
    height: 65%;
  }
}
.m-modal.m-modal-custom.m-modal-chara .m-modal__content {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  max-width: none;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .m-modal.m-modal-custom.m-modal-chara .m-modal__content {
    height: 100% !important;
  }
}
.m-modal.m-modal-custom.m-modal-chara .m-modal__content > div {
  height: 100%;
}
.is-modal-overflow-prep .m-modal.m-modal-custom.m-modal-chara .m-modal__content {
  margin: 0;
}