@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-sky: #22b8ff;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 14px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

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

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

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

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

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

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

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

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

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: -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;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_fillter.jpg") no-repeat center/cover;
}
.l-wrap__cover {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.is-op-end .l-wrap__cover {
  opacity: 0;
  pointer-events: none;
  transition: opacity 2s var(--ease_out);
}
.l-wrap__bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
}
.is-load.is-bg-effect .l-wrap__bg {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}
.is-op.is-load.is-bg-effect .l-wrap__bg {
  opacity: 0;
}
.is-op.is-op-end.is-load.is-bg-effect .l-wrap__bg {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}
.l-wrap__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_fillter.jpg") no-repeat center/cover;
  mix-blend-mode: screen;
}
.l-wrap__bg canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.is-op.is-load .l-wrap__container {
  opacity: 0;
}
.is-op.is-op-end.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

.l-loader {
  height: 5rem;
  width: 5rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-loader {
    height: 4rem;
    width: 4rem;
    left: 50%;
  }
}
.is-load .l-loader, .is-op-start .l-loader {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-top: 0.1rem solid transparent;
  animation: rotate 0.6s steps(4) infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-loader::before {
    border-width: 0.1rem;
  }
}

.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
}
.l-nav__base {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}
.l-nav__container {
  width: 43rem;
  min-height: var(--vh);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 0;
  contain: var(--color-white);
  background: var(--color-black);
  transform: translateX(-50%);
  transition: transform 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 25rem;
    padding: 3rem 0;
  }
}
.is-menu-open .l-nav__container {
  transform: translateX(0);
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-nav__content {
  width: calc(100% - 16rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: calc(100% - 8rem);
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
.l-nav__list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item {
    width: 100%;
    margin: 0 auto;
  }
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 2rem;
  }
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 3.4rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: var(--color-white);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
}
.l-nav__link::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link::before {
    transition: width 0.3s var(--ease_out);
  }
  .l-nav__link:hover::before {
    width: 100%;
    left: 0;
  }
}

.l-menu {
  width: 9rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 1.7rem;
  left: 0;
  z-index: 10;
  font-size: 0;
  transition: opacity 1.2s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 6.5rem;
    height: 3rem;
  }
}
.is-modal-open .l-menu {
  opacity: 0;
  pointer-events: none;
}
.l-menu__content {
  width: 9rem;
  height: 1.5rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 6.5rem;
    height: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__content {
    transition: height 0.3s var(--ease_out);
  }
  .l-menu:hover .l-menu__content {
    height: 2.4rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .l-menu:hover .l-menu__content {
    height: 1.6rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-menu__line-bar:nth-child(1) {
  --delay1: 0s;
  --delay2: 0.05s;
}
.l-menu__line-bar:nth-child(2) {
  --delay1: 0.05s;
  --delay2: 0.1s;
}
.l-menu__line-bar:nth-child(3) {
  --delay1: 0.1s;
  --delay2: 0.15s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(15deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(1) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(1) {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(2) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-sky);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.8s var(--ease_inout) calc(var(--delay1) + 0.2s);
  background: var(--color-sky);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.8s var(--ease_inout) var(--delay1);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.7s var(--ease_inout) var(--delay1);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.7s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.l-menu__line-bar::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::after {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.4s var(--ease_inout) calc(var(--delay2) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::after {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.4s var(--ease_inout) var(--delay2);
}
.--close .l-menu__line-bar::after {
  width: 0;
  background: var(--color-white);
  transition: width 0.4s var(--ease_inout) var(--delay2);
}
.is-menu-open .--close .l-menu__line-bar::after {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay2) + 0.2s);
}

.l-main {
  min-height: var(--svh);
  display: block;
  position: relative;
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.is-modal-open .l-main {
  opacity: 0;
  pointer-events: none;
}

.l-footer {
  display: block;
  position: relative;
  padding: 2rem;
  transition: opacity 1.2s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 1.5rem;
  }
}
.is-modal-open .l-footer {
  opacity: 0;
  pointer-events: none;
}
.l-footer__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3.8rem 4.5rem 3.8rem 5rem;
  background: var(--color-black);
  border-radius: 1rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 3.8rem 2rem 5rem;
  }
}
.is-load .l-footer__container {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.l-footer__inner {
  display: block;
  position: relative;
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    display: flex;
    justify-content: flex-start;
  }
}
.l-footer__content-item {
  display: block;
  position: relative;
}
.l-footer__content-item.-content1 {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content-item.-content1 {
    flex: 1 1 0;
    min-width: 0;
  }
}
.l-footer__content-item.-content2 {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content-item.-content2 {
    max-width: 70%;
    margin-left: 5%;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__content-item.-content2 {
    margin-top: 5.5rem;
  }
}
.l-footer__brand {
  width: 17.5rem;
  display: block;
  position: relative;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    margin: 0 auto 5rem;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-link {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-footer__brand-link:hover {
    opacity: 0.5;
  }
}
.l-footer__nav {
  display: block;
  position: relative;
}
.l-footer__share {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-bottom: 4.8rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-bottom: 1.6rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  opacity: 0.3;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .l-footer__legal {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  opacity: 0.3;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .l-footer__copy {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
  }
}

.l-footer_nav {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-footer_nav__list {
  display: block;
  position: relative;
}
.l-footer_nav__list-item {
  display: block;
  position: relative;
}
.l-footer_nav__list-item + .l-footer_nav__list-item {
  margin-top: 0.5rem;
}
.l-footer_nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link {
    padding-left: 1.2rem;
  }
}
.l-footer_nav__link::before {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arrow.svg") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link::before {
    width: 0.4rem;
  }
}
.l-footer_nav__link-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link-text {
    font-size: 1.2rem;
  }
}
.l-footer_nav__link-text::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_nav__link-text::after {
    transition: width 0.3s var(--ease_out);
  }
  .l-footer_nav__link:hover .l-footer_nav__link-text::after {
    width: 100%;
    left: 0;
  }
}

.l-footer_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    justify-content: center;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-right: 5rem;
  padding-bottom: 0.3rem;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 3.8rem;
}
.l-footer_share__link {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0;
  color: var(--color-white);
}
.l-footer_share__link::before {
  content: "";
  width: 0;
  height: 110%;
  display: block;
  position: absolute;
  top: -5%;
  right: -5%;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link::before {
    transition: width 0.3s var(--ease_out);
  }
  .l-footer_share__link:hover::before {
    width: 110%;
    left: -5%;
  }
}
.l-footer_share__link::after {
  content: "";
  width: 110%;
  height: 0;
  display: block;
  position: absolute;
  bottom: -5%;
  left: -5%;
  border-left: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link::after {
    transition: height 0.3s var(--ease_out);
  }
  .l-footer_share__link:hover::after {
    height: 110%;
    top: -5%;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: end;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .l-footer_help__list {
    justify-content: center;
  }
}
@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: 4rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-left: 3rem;
  }
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 0.1rem;
  height: 80%;
  display: block;
  position: absolute;
  top: 55%;
  left: -2rem;
  border-left: 0.1rem solid var(--color-white);
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    left: -1.5rem;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
}
.l-footer_help__link::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link::before {
    transition: width 0.3s var(--ease_out);
  }
  .l-footer_help__link:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-footer_help__link-text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link-text {
    font-size: 1.25rem;
    letter-spacing: 0rem;
  }
}

.p-op {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-op .p-op {
  opacity: 1;
  transition: opacity 1.2s var(--ease_out);
}
.p-op__player {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-op-play .p-op__player {
  opacity: 1;
}
.p-op__player video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-op__skip {
  display: block;
  position: fixed;
  right: 5rem;
  bottom: 3rem;
  padding: 0.5rem 1.5rem;
  z-index: 0;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-white);
  font-style: italic;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-op__skip {
    right: 2rem;
    bottom: 1.5rem;
    padding: 0.3rem 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-op__skip {
    transition: color 0.4s var(--ease_out);
  }
  .p-op__skip:hover {
    color: var(--color-black);
  }
}
.is-op-play .p-op__skip {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout);
}
.p-op__skip::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  transform: skew(-15deg);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .p-op__skip::before {
    transition: background-color 0.4s var(--ease_out);
  }
  .p-op__skip:hover::before {
    background-color: var(--color-white);
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  display: block;
  position: relative;
}
.p-hero__kv {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__kv-img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__kv-img img {
  width: 100%;
}
.p-hero__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__title {
  width: 22.2%;
  display: block;
  position: absolute;
  top: 35.8%;
  left: 15.6%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 37.5%;
    top: 49.4%;
    left: 50.5%;
  }
}
.p-hero__onair {
  width: 26%;
  display: block;
  position: absolute;
  top: 10.5%;
  left: 82%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__onair {
    width: 60%;
    top: 89%;
    left: 50%;
  }
}
.p-hero__movie {
  width: 13.5%;
  display: block;
  position: absolute;
  padding: 0.5rem;
  top: 68.52%;
  left: 90%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__movie {
    width: 27%;
    top: 9%;
    left: 83%;
    padding: 0.3rem;
  }
}
.p-hero__movie::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/movie_frame.png") no-repeat center/contain;
}
.p-hero__movie::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/movie_btn.png") no-repeat center/contain;
  z-index: 1;
}
.p-hero__movie-player {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  border-radius: 50%;
  overflow: hidden;
}
.p-hero__movie-player::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0.4;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__movie-player::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-hero__movie:hover .p-hero__movie-player::before {
    opacity: 0;
  }
}
.p-hero__movie-bg {
  padding-left: 177.77%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.p-hero__movie-bg iframe {
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-hero__movie-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.is-play .p-hero__movie-img {
  opacity: 0;
}
.p-hero__movie-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-movie {
  width: 100%;
  display: block;
  position: relative;
  margin: 11rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-movie {
    margin-top: 6rem;
  }
}
.p-movie__container {
  display: block;
  position: relative;
}
.p-movie__slide {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__slide {
    width: 72.5%;
  }
}
.p-movie__list {
  --deg: 0deg;
  display: block;
  position: relative;
  transform: rotate(var(--deg));
  transform-origin: 50% 1130rem;
  transition: transform 0.7s var(--ease_inout);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
  will-change: transform;
}
@media screen and (max-width: 960px) {
  .p-movie__list {
    transform-origin: 50% 380rem;
  }
}
.p-movie__list.is-slide-start {
  transition: 0s linear !important;
}
.p-movie__list-item {
  --slide_deg: 0deg;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(var(--slide_deg));
  transform-origin: 50% 1130rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-movie__list-item {
    transform-origin: 50% 380rem;
  }
}
.p-movie__list-item.is-slide-current {
  position: relative;
}
.p-movie__pagination {
  width: 90%;
  max-width: 80rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-movie__pagination {
    margin-top: 2.3rem;
  }
}
.p-movie__pagination-item {
  display: block;
  position: relative;
}
.p-movie__btn {
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  font-size: 0;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-movie__btn {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.is-slide-current .p-movie__btn {
  background: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__btn:hover {
    background: var(--color-white);
  }
}
.p-movie__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 50%;
}
.p-movie__btn::after {
  content: "";
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}

.p-movie_data {
  display: block;
  position: relative;
  padding: 0.5rem;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .p-movie_data {
    padding: 0.4rem;
  }
}
.p-movie_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-movie_data::before {
    border-radius: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data::before {
    transition: border-color 0.6s var(--ease_out);
  }
  .p-movie_data:hover::before {
    border-color: var(--color-white);
  }
}
.p-movie_data__thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb {
    border-radius: 0.75rem;
  }
}
.p-movie_data__thumb-img {
  width: 100%;
  padding-top: 55.6%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-movie_data__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img::before {
    transition: opacity 2s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb-img::before {
    opacity: 0.2;
  }
}
.p-movie_data__thumb-img::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 2rem solid var(--color-white);
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb-img::after {
    width: 1.6rem;
    height: 1.6rem;
    border-left: 1.6rem solid var(--color-white);
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
  }
}
.p-movie_data__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transform: scale3d(1.001, 1.001, 1.001);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img img {
    transition: transform 0.6s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb-img img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.p-headline {
  display: block;
  position: relative;
  margin: 10rem auto 0;
  padding: 5rem 0;
}
@media screen and (max-width: 960px) {
  .p-headline {
    margin-top: 5.2rem;
    padding: 4rem 0;
  }
}
.p-headline__container {
  width: 80%;
  max-width: 91rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-headline__container {
    display: grid;
    grid-template-columns: 12rem 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__container {
    width: 92%;
  }
}
.p-headline__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    margin-bottom: 2.7rem;
  }
}
.p-headline__title {
  display: block;
  position: relative;
  font-size: 8rem;
  line-height: 0.8;
  font-weight: 400;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.7rem;
}
@media screen and (min-width: 961px) {
  .p-headline__title {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__title {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}
.p-headline__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-headline__list {
  display: block;
  position: relative;
}
.p-headline__list-item {
  display: block;
  position: relative;
}
.p-headline__list-item + .p-headline__list-item {
  margin-top: 1rem;
}

.p-headline_article {
  display: block;
  position: relative;
  padding: 2.8rem 2rem;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-headline_article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article {
    padding: 1.6rem 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-headline_article:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
.p-headline_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-headline_article:hover::before {
    opacity: 1;
  }
}
.p-headline_article__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.5;
  color: var(--color-sky);
}
@media screen and (min-width: 961px) {
  .p-headline_article__date {
    min-width: 7rem;
    margin-right: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__date {
    margin-bottom: 0.1rem;
  }
}
.p-headline_article__date::after {
  content: "";
  width: 3rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.8rem;
  transform: translate(100%, -50%);
  background: linear-gradient(to right, var(--color-sky) 0%, var(--color-white) 100%);
}
@media screen and (max-width: 960px) {
  .p-headline_article__date::after {
    width: 4rem;
    right: -1rem;
  }
}
.p-headline_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-headline_article__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.p-intro {
  display: block;
  position: relative;
  margin: 4rem auto 0;
  padding: 5rem 0 10.5rem;
}
@media screen and (max-width: 960px) {
  .p-intro {
    margin-top: 1rem;
    padding: 4rem 0 7.5rem;
  }
}
.p-intro__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-intro__cap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 27%;
  left: 0;
  transform: translate(0, -50%);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-intro__cap {
    top: 32%;
  }
}
.p-intro__cap-word {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 20rem;
  letter-spacing: 0.4rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-intro__cap-word {
    font-size: 10rem;
  }
}
.is-load .p-intro__cap-word {
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.p-intro__cap-word::before {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
}
.p-intro__container {
  width: 80%;
  max-width: 86rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 9rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    width: 92%;
    max-width: 33.5rem;
    padding: 9rem 0 8.5rem;
  }
}
.p-intro__base {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-intro__base {
    width: 240%;
  }
}
.p-intro__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-intro__header {
    margin-bottom: 3.2rem;
  }
}
.p-intro__title {
  display: block;
  position: relative;
  left: 0.5rem;
  font-size: 5rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__title {
    font-size: 3rem;
    left: -0.2rem;
  }
}
.p-intro__inner {
  display: block;
  position: relative;
}
.p-intro__text {
  display: block;
  position: relative;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-intro__text {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.075rem;
  }
}
.p-intro__text span {
  letter-spacing: -0.3rem;
  margin-right: 0.25em;
}

.p-staff {
  display: block;
  position: relative;
  margin: 7rem auto 0;
  padding: 5rem 0 19rem;
}
@media screen and (max-width: 960px) {
  .p-staff {
    margin-top: 0;
    padding: 1.2rem 0 7.4rem;
  }
}
.p-staff__container {
  width: 80%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-staff__container {
    width: 68%;
  }
}
.p-staff__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-staff__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-staff__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.p-staff__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-staff__list-item {
    padding-left: 10rem;
  }
}
@media screen and (min-width: 961px) {
  .p-staff__list-item:nth-child(2n) {
    padding-top: 10.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-staff__list-item:nth-child(2n) {
    left: 36%;
  }
}
@media screen and (max-width: 960px) {
  .p-staff__list-item + .p-staff__list-item {
    margin-top: 5rem;
  }
}

.p-staff_content {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-staff_content {
    grid-template-columns: 4.5rem 1fr;
  }
  .p-staff_content.--cast {
    grid-template-columns: 4rem 1fr;
  }
}
.p-staff_content__header {
  display: block;
  position: relative;
}
.p-staff_content__title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8rem;
  letter-spacing: 1.2rem;
  font-weight: 400;
  line-height: 0.8;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: left top;
}
@media screen and (max-width: 960px) {
  .p-staff_content__title {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.6rem;
  }
}
.p-staff_content__inner {
  display: block;
  position: relative;
  padding-top: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-staff_content__inner {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .--cast .p-staff_content__inner {
    padding-top: 3.1rem;
  }
}
.p-staff_content__list {
  display: block;
  position: relative;
}
.p-staff_content__list-item {
  display: block;
  position: relative;
}
.p-staff_content__list-item + .p-staff_content__list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-staff_content__list-item + .p-staff_content__list-item {
    margin-top: 1.5rem;
  }
}
.--cast .p-staff_content__list-item + .p-staff_content__list-item {
  margin-top: 3.1rem;
}
@media screen and (max-width: 960px) {
  .--cast .p-staff_content__list-item + .p-staff_content__list-item {
    margin-top: 2.2rem;
  }
}
.p-staff_content__data {
  display: block;
  position: relative;
}
.p-staff_content__data-cap {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-staff_content__data-cap {
    margin-bottom: 0.1rem;
    font-size: 0.7rem;
  }
}
.p-staff_content__data-text {
  display: block;
  position: relative;
  padding-left: 2rem;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-staff_content__data-text {
    padding-left: 1.2rem;
    font-size: 1.7rem;
  }
}
.p-staff_content__data-text small {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 960px) {
  .p-staff_content__data-text small {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    margin-left: 0.4em;
  }
}

.p-in {
  display: block;
  position: relative;
}
.p-in__brand {
  width: 18.8rem;
  display: block;
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-in__brand {
    width: 12rem;
    top: 1.2rem;
    right: 1.2rem;
  }
}
.p-in__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-in__brand-link {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-in__brand-link:hover {
    opacity: 0.5;
  }
}
.p-in__container {
  display: block;
  position: relative;
  padding: 7.4rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-in__container {
    padding: 8.2rem 0 6rem;
  }
}
.p-in__header {
  display: block;
  position: relative;
}
.p-in__title {
  display: block;
  position: relative;
  left: 0.5rem;
  font-size: 5rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-in__title {
    font-size: 3rem;
    left: -0.2rem;
    letter-spacing: 0.25rem;
  }
}
.p-in__inner {
  display: block;
  position: relative;
}

.p-news {
  width: 80%;
  max-width: 84rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-news {
    width: 92%;
    padding-top: 2.6rem;
  }
}
.p-news__container {
  display: block;
  position: relative;
}
.p-news__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news__header {
    margin-bottom: 2.7rem;
  }
}
.p-news__title {
  display: block;
  position: relative;
  font-size: 8rem;
  line-height: 0.8;
  font-weight: 400;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.7rem;
}
@media screen and (min-width: 961px) {
  .p-news__title {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .p-news__title {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}
.p-news__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item + .p-news__list-item {
  margin-top: 1rem;
}
.p-news__pager {
  display: block;
  position: relative;
  margin-top: 4rem;
}

.p-news_article {
  display: block;
  position: relative;
  padding: 2.8rem 2rem;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-news_article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article {
    padding: 1.6rem 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-news_article:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
.p-news_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-news_article:hover::before {
    opacity: 1;
  }
}
.p-news_article__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.5;
  color: var(--color-sky);
}
@media screen and (min-width: 961px) {
  .p-news_article__date {
    min-width: 7rem;
    margin-right: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    margin-bottom: 0.1rem;
  }
}
.p-news_article__date::after {
  content: "";
  width: 3rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.8rem;
  transform: translate(100%, -50%);
  background: linear-gradient(to right, var(--color-sky) 0%, var(--color-white) 100%);
}
@media screen and (max-width: 960px) {
  .p-news_article__date::after {
    width: 4rem;
    right: -1rem;
  }
}
.p-news_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single__header {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  padding: 2.8rem 2rem;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-news_single__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding: 1.6rem 2rem;
  }
}
.p-news_single__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.5;
  color: var(--color-sky);
}
@media screen and (min-width: 961px) {
  .p-news_single__date {
    min-width: 7rem;
    margin-right: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0.1rem;
  }
}
.p-news_single__date::after {
  content: "";
  width: 3rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.8rem;
  transform: translate(100%, -50%);
  background: linear-gradient(to right, var(--color-sky) 0%, var(--color-white) 100%);
}
@media screen and (max-width: 960px) {
  .p-news_single__date::after {
    width: 4rem;
    right: -1rem;
  }
}
.p-news_single__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-news_single__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 3.2rem 2rem;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.1rem;
    line-height: 1.9;
  }
}
.p-news_single__text a {
  color: var(--color-sky);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text img {
  max-width: 70%;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_single__text img {
    max-width: 100%;
  }
}
.p-news_single__text iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text iframe {
    max-width: 100%;
  }
}

.p-news_pager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-news_pager {
    padding: 0 8rem;
  }
}
.p-news_pager__nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.p-news_pager__nav.--prev {
  left: 0;
}
.p-news_pager__nav.--next {
  right: 0;
}
.p-news_pager__nav-text {
  display: block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  color: var(--color-white);
}
.p-news_pager__nav-text::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_pager__nav-text::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-news_pager__nav:hover .p-news_pager__nav-text::before {
    width: 100%;
    left: 0;
  }
}
.p-news_pager__status {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-news_pager__status-text {
  min-width: 5rem;
  display: block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}
.p-news_pager__status-text + .p-news_pager__status-text::before {
  content: "";
  width: 0.1rem;
  height: 90%;
  display: block;
  position: absolute;
  top: 12%;
  left: 0;
  border-left: 0.1rem solid var(--color-white);
}
.p-news_pager__back {
  display: block;
  position: relative;
}
.p-news_pager__back-text {
  min-width: 6rem;
  display: block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  white-space: nowrap;
}
.p-news_pager__back-text::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_pager__back-text::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-news_pager__back:hover .p-news_pager__back-text::before {
    width: 100%;
    left: 0;
  }
}

.p-chara {
  display: block;
  position: relative;
  margin: -3rem auto 0;
  padding: 0 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-chara {
    margin-top: -7rem;
    padding: 0 0 2rem;
  }
}
.p-chara__bg {
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-chara__cap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-chara__cap {
    top: 32%;
  }
}
.p-chara__cap-word {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 20rem;
  letter-spacing: 0.4rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-chara__cap-word {
    font-size: 10rem;
  }
}
.is-load .p-chara__cap-word {
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.p-chara__cap-word::before {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
}
.p-chara__container {
  width: 80%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-chara__container {
    width: 92%;
    max-width: 33.5rem;
    padding: 9rem 0 0;
  }
}
.p-chara__base {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-chara__base {
    width: 213%;
  }
}
.p-chara__header {
  display: block;
  position: relative;
  margin-bottom: 8.2rem;
}
@media screen and (max-width: 960px) {
  .p-chara__header {
    margin-bottom: 5.5rem;
  }
}
.p-chara__title {
  display: block;
  position: relative;
  left: 0.5rem;
  font-size: 8rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-chara__title {
    font-size: 2.8rem;
    letter-spacing: 0.35rem;
    left: -0.2rem;
  }
}
.p-chara__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-chara_nav {
  display: block;
  position: relative;
  margin-bottom: 3.5rem;
}
.p-chara_nav__list {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__list {
    gap: 0.5rem;
  }
}
.p-chara_nav__list-item {
  width: 8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__list-item {
    width: 6.5rem;
  }
}
.p-chara_nav__btn {
  display: block;
  position: relative;
}
.p-chara_nav__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  background: linear-gradient(to bottom, var(--color-white) 0%, var(--color-sky) 100%);
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_nav__btn::before {
    transition: opacity 1.2s var(--ease_out);
  }
  .p-chara_nav__btn:hover::before {
    opacity: 1;
  }
}
.p-chara_nav__btn-base {
  display: block;
  position: relative;
}
.p-chara_nav__btn-cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-chara-current .p-chara_nav__btn-cover {
  opacity: 1;
}

.p-chara_content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara_content {
    width: 94%;
  }
}
.p-chara_content__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-chara_content__container {
    display: grid;
    grid-template-columns: 39.5rem 1fr;
    gap: 2rem;
  }
}
.p-chara_content__visual {
  display: block;
  position: relative;
}
.p-chara_content__visual-img {
  width: 32rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara_content__visual-img {
    width: 22rem;
  }
}
.p-chara_content__inner {
  display: block;
  position: relative;
  padding-top: 13rem;
}
@media screen and (max-width: 960px) {
  .p-chara_content__inner {
    padding-top: 2.2rem;
  }
}
.p-chara_content__name {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-chara_content__name {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.p-chara_content__name::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-white);
}
.is-load .p-chara_content__name::before {
  width: 100%;
  transition: width 1s var(--ease_inout) 0.2s;
}
.p-chara_content__name-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 4.8rem;
  letter-spacing: 0.5rem;
  font-weight: 400;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .p-chara_content__name-main {
    font-size: 4.2rem;
    letter-spacing: 0.05rem;
  }
}
.is-load .p-chara_content__name-main {
  opacity: 1;
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: opacity 0.6s var(--ease_out) 0.2s, -webkit-clip-path 0.8s var(--ease_out) 0.2s;
  transition: clip-path 0.8s var(--ease_out) 0.2s, opacity 0.6s var(--ease_out) 0.2s;
  transition: clip-path 0.8s var(--ease_out) 0.2s, opacity 0.6s var(--ease_out) 0.2s, -webkit-clip-path 0.8s var(--ease_out) 0.2s;
}
.p-chara_content__cv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  left: 0.2rem;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv {
    font-size: 1.9rem;
    left: 0.4rem;
    letter-spacing: 0.1rem;
  }
}
.is-load .p-chara_content__cv {
  opacity: 1;
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: opacity 0.6s var(--ease_out) 0.4s, -webkit-clip-path 0.8s var(--ease_out) 0.4s;
  transition: clip-path 0.8s var(--ease_out) 0.4s, opacity 0.6s var(--ease_out) 0.4s;
  transition: clip-path 0.8s var(--ease_out) 0.4s, opacity 0.6s var(--ease_out) 0.4s, -webkit-clip-path 0.8s var(--ease_out) 0.4s;
}
.p-chara_content__description {
  display: block;
  position: relative;
  left: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.95;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_content__description {
    font-size: 1.2rem;
    left: 0.4rem;
    line-height: 2.06;
  }
}
.is-load .p-chara_content__description {
  opacity: 1;
  transition: opacity 1.8s var(--ease_inout) 0.2s;
}

.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 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none !important;
  opacity: 0;
  transition: all 0.4s var(--ease_out);
}
.is-modal-show .m-modal {
  opacity: 1;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.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__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none !important;
}
.m-modal__container {
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 5rem 0;
  }
}
.m-modal__content {
  width: 90%;
  height: auto !important;
  display: block;
  position: relative;
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
[data-modal-type=img] .m-modal__content {
  width: 90%;
  max-width: 150vh;
}
@media screen and (max-width: 960px) {
  [data-modal-type=img] .m-modal__content {
    width: 100%;
  }
}
[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);
  }
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.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__close {
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  position: fixed;
  top: 2.8rem;
  right: 2.8rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 3rem;
    height: 3rem;
    top: 2rem;
    right: 2rem;
  }
}
.m-modal__close-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.m-modal__close-bar {
  content: "";
  width: 133%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close-bar {
    height: 0.1rem;
  }
}
.m-modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.m-modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-show .is-modal-open .m-modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
}
.is-modal-show .is-modal-open .m-modal__close-bar.-bar1::before {
  transition-delay: 0.3s;
}

.m-modal__close-bar.-bar2::before {
  transition-delay: 0.1s;
}
.is-modal-show .is-modal-open .m-modal__close-bar.-bar2::before {
  transition-delay: 0.2s;
}

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