@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-line: rgba(255, 255, 255, 0.2);
  --color-btn: rgba(255, 255, 255, 0.7);
  --color-cap-bg: rgba(255, 255, 255, 0.1);
  --color-navy: #0b111f;
  --color-navy-bg: rgba(11, 17, 31, 0.7);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.7142857143vw, 14px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  html {
    font-size: max(0.7142857143vw, 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);
  font-family: "Noto Serif JP", "游明朝", "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;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  font-family: "Noto Serif JP", "游明朝", "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";
  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);
  font-feature-settings: normal;
}

[data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg {
    height: 100vh;
  }
}
.is-load .l-wrap__bg {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.5s;
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid var(--color-white);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 2s var(--ease_out);
}

.l-header__brand {
  width: 19rem;
  display: block;
  position: fixed;
  top: 3.7rem;
  left: 4rem;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 12.8rem;
    top: 1.6rem;
    left: 1.6rem;
  }
}
.is-load .l-header__brand {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.8s;
}
.l-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  position: fixed;
  top: 3.7rem;
  right: 4rem;
  z-index: 10;
  transition: opacity 0.8s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .l-header__nav {
    display: none;
  }
}
.is-scroll .l-header__nav {
  opacity: 0;
  pointer-events: none;
}
.l-header__nav-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-header__nav-item {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.8s;
}
.l-header__link {
  display: block;
  position: relative;
}
.l-header__link-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
.l-header__link-text::before {
  content: "";
  height: 0.4rem;
  display: block;
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  background-color: var(--color-white);
  z-index: -1;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__link:hover .l-header__link-text::before {
    animation: hov_bg 0.7s var(--ease_out);
  }
}
@keyframes hov_bg {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.l-header__link-text::after {
  content: "";
  width: 0;
  height: 0.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 1px solid var(--color-btn);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s var(--ease_out), width 0s linear 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__link:hover .l-header__link-text::after {
    opacity: 1;
    width: 100%;
    transition: width 0.8s var(--ease_out);
  }
}

.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-y: none;
  scrollbar-width: thin;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 1.2s var(--ease_out);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-nav__container {
  width: 90%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 12rem 0;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    padding: 6rem 0;
  }
}
.l-nav__content {
  width: 100%;
  display: block;
  position: relative;
}
.l-nav__list {
  display: block;
  position: relative;
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1.5rem 4rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    padding: 0.85rem 2rem;
    min-width: 20rem;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 2.4rem;
  }
}
.l-nav__link-text::before {
  content: "";
  height: 0.4rem;
  display: block;
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  background-color: var(--color-white);
  z-index: -1;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover .l-nav__link-text::before {
    animation: hov_bg 0.7s var(--ease_out);
  }
}
@keyframes hov_bg {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.l-nav__link-text::after {
  content: "";
  width: 0;
  height: 0.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 1px solid var(--color-btn);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s var(--ease_out), width 0s linear 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover .l-nav__link-text::after {
    opacity: 1;
    width: 100%;
    transition: width 0.8s var(--ease_out);
  }
}

.l-menu {
  width: 12rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 20;
  font-size: 0;
  color: var(--color-white);
}
@media screen and (min-width: 961px) {
  .l-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s var(--ease_inout);
  }
  .is-menu-open .l-menu, .is-scroll .l-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 5rem;
    height: 3rem;
    top: 1rem;
    right: 1rem;
  }
}
.l-menu__content {
  width: 8rem;
  height: 1.9rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 4rem;
    height: 1.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__content {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-menu__content:hover {
    opacity: 0.6;
  }
}
.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;
  transform-origin: right bottom;
}
.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%, 0) rotate(25deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, 0) rotate(-25deg);
}
.--close .l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.--close .l-menu__line-bar:nth-child(2) {
  --delay: 0.1s;
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: currentColor;
  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);
}
.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-main {
  display: block;
  position: relative;
  opacity: 1;
  transition: opacity 1.2s var(--ease_out);
}
.is-menu-open .l-main {
  opacity: 0;
}

.l-footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 12.2rem 0 6rem;
  opacity: 1;
  transition: opacity 1.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 6.5rem 0 5rem;
  }
}
.is-menu-open .l-footer {
  opacity: 0;
}
.l-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/footer/bg_footer_pc.jgp.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer::before {
    background: url("../img/footer/bg_footer_sp.jgp.jpg") no-repeat center/cover;
  }
}
.l-footer__container {
  width: calc(100% - 10rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__official {
  display: block;
  position: relative;
}
.l-footer__sns {
  display: block;
  position: relative;
  margin-top: 5.4rem;
}
@media screen and (max-width: 960px) {
  .l-footer__sns {
    margin-top: 3.6rem;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 7.5rem;
  font-size: 1.1rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 3rem;
    font-size: 1rem;
    text-align: center;
  }
}
.l-footer__pagetop {
  display: block;
  position: relative;
  color: var(--color-white);
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    position: absolute;
    bottom: -0.5rem;
    right: 0;
    padding-right: 6.5rem;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 4.8rem auto 0;
  }
}
.l-footer__pagetop-icon {
  width: 5rem;
  height: 5rem;
  display: block;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop-icon {
    transition: background-color 0.6s var(--ease_out);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-icon {
    background: var(--color-white);
  }
}
.l-footer__pagetop-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-btn);
  border-radius: 50%;
}
.l-footer__pagetop-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_arrow03.webp") no-repeat center/2rem auto;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-icon::after {
    background-size: 1.2rem auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop-icon::after {
    transition: filter 0.6s var(--ease_out);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-icon::after {
    filter: invert(1);
  }
}
.l-footer__pagetop-text {
  display: block;
  position: relative;
  font-size: 1.56rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-text {
    font-size: 1.3rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer__pagetop-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer__pagetop:hover .l-footer__pagetop-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer__pagetop:hover .l-footer__pagetop-text {
      text-decoration: underline;
    }
  }
}

.l-footer_official {
  display: block;
  position: relative;
}
.l-footer_official__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5rem;
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width: 960px) {
  .l-footer_official__list {
    gap: 3.5rem;
    padding-left: 0;
  }
}
.l-footer_official__list-item {
  display: block;
  position: relative;
}
.l-footer_official__link {
  width: 21rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_official__link {
    width: 14rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__link {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer_official__link:hover {
    opacity: 0.6;
  }
}
.l-footer_official__link.--fc {
  width: 16rem;
}
@media screen and (max-width: 960px) {
  .l-footer_official__link.--fc {
    width: 10rem;
  }
}
.l-footer_official__link-img {
  display: block;
  position: relative;
}

.l-footer_sns {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns {
    width: 100%;
    max-width: 25rem;
    margin: 0 auto;
  }
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__list-item + .l-footer_sns__list-item::before {
  content: "/";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.3rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list-item + .l-footer_sns__list-item:nth-child(3n+1)::before {
    content: none;
  }
}
.l-footer_sns__link {
  display: block;
  position: relative;
  padding: 0 1.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link {
    padding: 0 1rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_sns__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_sns__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_sns__link:hover {
      text-decoration: underline;
    }
  }
}
.l-footer_sns__link-text {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link-text {
    font-size: 1.1rem;
  }
}

.p-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-bg__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-bg__visual {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  transform: scale(1.0001);
  transition: transform 1.6s var(--ease_out);
}
.is-menu-open .p-bg__visual {
  transform: scale(1.03);
}
.p-bg__visual-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transform: scale(1.1);
  transition: opacity 0s linear 1s, transform 0s linear 1s;
}
.p-bg__visual-img.is-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
  transition: opacity 1s var(--ease_out), transform 15s var(--ease_out);
}
.p-bg__visual-img.--bg1 {
  background: url("../img/bg/bg01_pc.jpg") no-repeat center/cover;
}
@media screen and (orientation: portrait) {
  .p-bg__visual-img.--bg1 {
    background: url("../img/bg/bg01_sp.jpg") no-repeat center/cover;
  }
}
.p-bg__visual-img.--bg2 {
  background: url("../img/bg/bg02_pc.jpg") no-repeat center/cover;
}
@media screen and (orientation: portrait) {
  .p-bg__visual-img.--bg2 {
    background: url("../img/bg/bg02_sp.jpg") no-repeat center/cover;
  }
}
.p-bg__visual-img.--bg3 {
  background: url("../img/bg/bg03_pc.jpg") no-repeat center/cover;
}
@media screen and (orientation: portrait) {
  .p-bg__visual-img.--bg3 {
    background: url("../img/bg/bg03_sp.jpg") no-repeat center/cover;
  }
}
.p-bg__particle {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  filter: blur(10px);
  mix-blend-mode: hard-light;
  transform: scale(1.0001);
  transition: transform 5s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-bg__particle {
    height: 100vh;
  }
}
.is-menu-open .p-bg__particle {
  transform: scale(1.1);
}
.p-bg__particle canvas {
  width: 140%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-bg__particle canvas {
    height: 100vh;
  }
}

.p-hero {
  width: 100%;
  height: calc(var(--svh) * 2);
  display: block;
  position: relative;
  margin: 0 auto calc(var(--svh) * -1);
  background: var(--color-black);
}
.p-hero__container {
  width: 100%;
  height: var(--svh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: url("../img/bg/bg02_pc.jpg") no-repeat center/cover;
}
@media screen and (orientation: portrait) {
  .p-hero__container {
    background: url("../img/bg/bg02_sp.jpg") no-repeat center/cover;
  }
}
.p-hero__bg {
  width: 100%;
  height: var(--svh);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-hero__bg {
    height: 100vh;
  }
}
.p-hero__bg-in {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.1);
}
.is-load .p-hero__bg-in {
  opacity: 1;
  transform: scale(1.0001);
  transition: transform 5s var(--ease_out), opacity 2s var(--ease_inout);
}
.p-hero__bg-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__bg-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__bg-img.--cover {
  opacity: 0;
}
.is-load .p-hero__bg-img.--cover {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 1s;
}
.p-hero__bg-img picture, .p-hero__bg-img source, .p-hero__bg-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-hero__inner {
  content: "";
  width: 100%;
  height: var(--svh);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-hero__content {
  width: 100%;
  display: block;
  position: absolute;
  top: calc(50% + 3rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    top: 50%;
  }
}
.p-hero__title {
  width: 82rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: scale(1.05);
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 37.5rem;
  }
}
.is-load .p-hero__title {
  opacity: 1;
  transform: scale(1.0001);
  transition: opacity 2s var(--ease_inout) 0.6s, transform 5s var(--ease_out);
}
.p-hero__release {
  width: 17rem;
  display: block;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__release {
    width: 11.5rem;
    bottom: 1rem;
    left: 1rem;
  }
}
.is-load .p-hero__release {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.8s;
}

.p-about {
  display: block;
  position: relative;
  background: url("../img/bg/bg_pattern1.jpg") repeat 0 0/500px auto;
  overflow: hidden;
}
.p-about__container {
  min-height: var(--svh);
  display: block;
  position: relative;
  padding: 16rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-about__container {
    padding: 8rem 0 8rem;
  }
}
.p-about__content {
  display: block;
  position: relative;
}
.p-about__text {
  width: 75.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33.33%, black 66.66%, black 100%) no-repeat 50% 100%/100% 300%;
  mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33.33%, black 66.66%, black 100%) no-repeat 50% 100%/100% 300%;
}
@media screen and (max-width: 960px) {
  .p-about__text {
    width: 28.75rem;
  }
}
.p-about__img {
  width: 100%;
  height: 19rem;
  display: block;
  position: relative;
  margin: 9.9rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-about__img {
    height: 9.5rem;
    margin-top: 5.9rem;
  }
}
.p-about__img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/about/img_loop.webp") repeat-x 0 50%/144rem auto;
  animation: about_img 100s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-about__img::before {
    background-size: 72rem auto;
    animation: about_img 200s linear infinite;
  }
}
@keyframes about_img {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -144rem;
  }
}

.p-release {
  display: block;
  position: relative;
  padding: 16.1rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-release {
    padding: 8.3rem 0;
  }
}
.p-release__container {
  width: 90%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-release__header {
  display: block;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 960px) {
  .p-release__header {
    margin-bottom: 3.4rem;
  }
}
.p-release__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 6rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-release__title {
    font-size: 2.8rem;
  }
}
.p-release__inner {
  display: block;
  position: relative;
}
.p-release__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
  }
}
.p-release__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-release__list-item {
    width: 28rem;
  }
}
@media screen and (min-width: 961px) {
  .p-release__list-item:nth-child(even) {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release__list-item:nth-child(even) {
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-release__list-item + .p-release__list-item {
    margin-top: 4.8rem;
  }
}
.p-release__link {
  width: 100%;
  max-width: 65rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  position: relative;
  margin: 9.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-release__link {
    max-width: 31rem;
    margin-top: 5.8rem;
    gap: 1.5rem 1rem;
  }
}
.p-release__link-item {
  width: calc(50% - 0.5rem);
  display: block;
  position: relative;
}
.p-release__link-item.--wide {
  width: calc(62.5% - 0.5rem);
}
@media screen and (max-width: 960px) {
  .p-release__link-item.--wide {
    width: 100%;
  }
}
.p-release__btn {
  width: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-release__btn {
    min-height: 4.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-release__btn {
    transition: color 0.5s var(--ease_out), background-color 0.5s var(--ease_out);
  }
  .p-release__btn:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.p-release__btn::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.4rem;
  background: url("../img/icon_arrow01.webp") no-repeat center/contain;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-release__btn::before {
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-release__btn::before {
    transition: filter 0.5s var(--ease_out);
  }
  .p-release__btn:hover::before {
    filter: invert(1);
  }
}
.p-release__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-btn);
  border-radius: 20rem;
  pointer-events: none;
}
.p-release__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-release__btn-text {
    font-size: 1.2rem;
  }
}

.p-release_data {
  display: block;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 960px) {
  .p-release_data {
    padding-left: 2.1rem;
  }
}
.p-release_data__title {
  width: 3rem;
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3rem;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 960px) {
  .p-release_data__title {
    top: 1rem;
    left: 0.1rem;
    font-size: 1.2rem;
    letter-spacing: 0.35rem;
  }
}
.p-release_data__thumb {
  display: block;
  position: relative;
}
.p-release_data__thumb-img {
  width: 104%;
  display: block;
  position: relative;
}
.p-release_data__content {
  width: 88%;
  display: block;
  position: relative;
  margin: -0.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-release_data__content {
    width: 92%;
    margin-top: 0.5rem;
  }
}
.p-release_data__type {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-release_data__type {
    font-size: 1.2rem;
  }
}
.p-release_data__text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 960px) {
  .p-release_data__text {
    font-size: 1.2rem;
  }
}

.p-track {
  display: block;
  position: relative;
  margin-top: 6.1rem;
  padding: 10rem 0 8rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-track {
    padding: 6rem 0 4rem;
    margin-top: 2.2rem;
  }
}
.p-track__container {
  width: 90%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-track__header {
  display: block;
  position: relative;
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-track__header {
    margin-bottom: 3.8rem;
  }
}
.p-track__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 6rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-track__title {
    font-size: 2.9rem;
    letter-spacing: 0.3rem;
  }
}
.p-track__inner {
  display: block;
  position: relative;
}
.p-track__cd {
  display: block;
  position: relative;
}
.p-track__bd {
  display: block;
  position: relative;
  margin-top: 11.8rem;
}
@media screen and (max-width: 960px) {
  .p-track__bd {
    margin-top: 5.6rem;
  }
}
.p-track__sound {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0.1;
}

.p-track_cd {
  width: 100%;
  display: block;
  position: relative;
}
.p-track_cd__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-track_cd__header {
    margin-bottom: 1.8rem;
  }
}
.p-track_cd__title {
  display: block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-track_cd__title {
    font-size: 1.6rem;
  }
}
.p-track_cd__inner {
  display: block;
  position: relative;
}
.p-track_cd__list {
  display: block;
  position: relative;
}
.p-track_cd__list-item {
  display: block;
  position: relative;
}
.p-track_cd__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
}
.p-track_cd__list-item:last-child::before {
  border-bottom: 1px solid var(--color-line);
}

.p-track_cd_data {
  width: 100%;
  display: block;
  position: relative;
}
.p-track_cd_data__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-track_cd_data__bg-img {
  width: 80.6%;
  display: block;
  position: absolute;
  top: 52%;
  left: 15%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
.is-inview .p-track_cd_data__bg-img {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-track_cd_data__bg-img {
    width: 100%;
    left: 5%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .is-inview .p-track_cd_data__bg-img {
    opacity: 0;
  }
  .p-track_cd_data:hover .p-track_cd_data__bg-img {
    opacity: 1 !important;
  }
}
.p-track_cd_data__content {
  width: 100%;
  min-height: 17.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
}
@media screen and (max-width: 960px) {
  .p-track_cd_data__content {
    min-height: 11.2rem;
    padding: 1rem 0;
  }
}
.p-track_cd_data__no {
  width: 4rem;
  display: block;
  position: relative;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-track_cd_data__no {
    width: 3rem;
    font-size: 1.3rem;
    margin-right: 0;
  }
}
.p-track_cd_data__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-track_cd_data__title-main {
  display: block;
  position: relative;
  font-size: 3.4rem;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-track_cd_data__title-main {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
}
.p-track_cd_data__title-info {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 960px) {
  .p-track_cd_data__title-info {
    margin-top: 0.2rem;
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
  }
}
.p-track_cd_data__menu {
  width: 12rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-track_cd_data__menu {
    width: 8rem;
    margin-left: 1rem;
  }
}
.p-track_cd_data__menu-item {
  display: block;
  position: relative;
}
.p-track_cd_data__menu-item + .p-track_cd_data__menu-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-track_cd_data__menu-item + .p-track_cd_data__menu-item {
    margin-top: 0.5rem;
  }
}
.p-track_cd_data__btn {
  width: 100%;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-navy-bg);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-track_cd_data__btn {
    min-height: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-track_cd_data__btn {
    transition: color 0.5s var(--ease_out), background-color 0.5s var(--ease_out);
  }
  .p-track_cd_data__btn:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.is-sound-play .p-track_cd_data__btn[data-sound] {
  color: var(--color-black);
  background-color: var(--color-white);
}
.p-track_cd_data__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 20rem;
}
.p-track_cd_data__btn-text {
  display: block;
  position: relative;
  top: 0.1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.5s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-track_cd_data__btn-text {
    font-size: 0.9rem;
  }
}
.is-sound-play [data-sound] .p-track_cd_data__btn-text.--play {
  opacity: 0;
}
[data-sound] .p-track_cd_data__btn-text.--stop {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.is-sound-play [data-sound] .p-track_cd_data__btn-text.--stop {
  opacity: 1;
}

.p-track_bd {
  width: 100%;
  display: block;
  position: relative;
}
.p-track_bd__header {
  display: block;
  position: relative;
  padding-bottom: 3.4rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-track_bd__header {
    padding-bottom: 2rem;
  }
}
.p-track_bd__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-track_bd__header::after {
  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-track_bd__header::after {
    transition: width 0.8s var(--ease_inout);
  }
  .p-track_bd__header:hover::after {
    width: 100%;
    left: 0;
  }
}
.p-track_bd__title {
  display: block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-track_bd__title {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.p-track_bd__deco {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.p-track_bd__deco::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-white);
}
.p-track_bd__deco::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-white);
  transition: opacity 0.6s var(--ease_out);
}
.is-drawer-open .p-track_bd__deco::after {
  opacity: 0;
}
.p-track_bd__inner {
  display: none;
  position: relative;
  padding: 5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-track_bd__inner {
    padding-top: 2.2rem;
  }
}
.p-track_bd__cap {
  display: block;
  position: relative;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-track_bd__cap {
    margin-bottom: 1.8rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-track_bd__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-track_bd__list {
    gap: 0 1.5rem;
  }
}
.p-track_bd__list-item {
  display: block;
  position: relative;
}
.p-track_bd__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
}
.p-track_bd__list-item:last-child::before,
.p-track_bd__list-item:nth-last-child(2)::before {
  border-bottom: 1px solid var(--color-line);
}

.p-track_bd__data {
  width: 100%;
  min-height: 7.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 2rem 0;
}
@media screen and (max-width: 960px) {
  .p-track_bd__data {
    min-height: 3.9rem;
    padding: 1rem 0;
  }
}
.p-track_bd__data-no {
  width: 4rem;
  display: block;
  position: relative;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-track_bd__data-no {
    width: 2rem;
    margin-right: 1rem;
    font-size: 1.1rem;
  }
}
.p-track_bd__data-title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-track_bd__data-title {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
}
.p-track_bd__special {
  display: block;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-track_bd__special {
    margin-top: 1.5rem;
  }
}
.p-track_bd__special-cap {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-track_bd__special-cap {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.p-track_bd__special-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-track_bd__special-text {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.p-track_notes {
  display: block;
  position: relative;
}
.p-track_notes + .p-track_notes {
  margin-top: 10rem;
}
.p-track_notes__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-track_notes__container {
    max-width: 30rem;
  }
}
.p-track_notes__header {
  display: block;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-track_notes__header {
    padding-bottom: 2rem;
    margin-bottom: 2.4rem;
  }
}
.p-track_notes__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-track_notes__title {
  display: block;
  position: relative;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-track_notes__title {
    font-size: 2rem;
  }
}
.p-track_notes__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-track_notes__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-track_notes__text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

.p-track_comment {
  display: block;
  position: relative;
}
.p-track_comment + .p-track_comment {
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .p-track_comment + .p-track_comment {
    margin-top: 4rem;
  }
}
.p-track_comment__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-track_comment__container {
    display: grid;
    grid-template-columns: 37rem 1fr;
    grid-row: auto;
    gap: 5.5rem;
  }
  .p-track_comment:nth-child(even) .p-track_comment__container {
    grid-template-columns: 1fr 37rem;
  }
}
@media screen and (max-width: 960px) {
  .p-track_comment__container {
    max-width: 30rem;
  }
}
.p-track_comment__header {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-track_comment:nth-child(even) .p-track_comment__header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-track_comment__header {
    margin-bottom: 2.6rem;
  }
}
.p-track_comment__thumb {
  display: block;
  position: relative;
}
.p-track_comment__thumb-img {
  display: block;
  position: relative;
}
.p-track_comment__inner {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-track_comment__inner {
    margin-top: -0.8rem;
  }
  .p-track_comment__inner:only-child {
    grid-column: 1/-1;
  }
  .p-track_comment:nth-child(even) .p-track_comment__inner {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-track_comment__title {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-track_comment__title {
    margin-bottom: 1rem;
  }
}
.p-track_comment__title-main {
  display: block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-track_comment__title-main {
    font-size: 1.6rem;
  }
}
.p-track_comment__title-sub {
  display: block;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-track_comment__title-sub {
    font-size: 1.2rem;
  }
}
.p-track_comment__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-track_comment__text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

.p-comment {
  display: block;
  position: relative;
  padding: 8rem 0 16rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-comment {
    padding: 4rem 0 8rem;
  }
}
.p-comment__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-comment__header {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-comment__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 6rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-comment__title {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}
.p-comment__inner {
  display: block;
  position: relative;
  padding-top: 14.2rem;
}
@media screen and (max-width: 960px) {
  .p-comment__inner {
    padding-top: 9rem;
  }
}
.p-comment__slide {
  display: block;
  position: relative;
}
.p-comment__slide + .p-comment__slide {
  margin-top: 15.5rem;
}
@media screen and (max-width: 960px) {
  .p-comment__slide + .p-comment__slide {
    margin-top: 9rem;
  }
}
.p-comment__slide::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  pointer-events: none;
}
.p-comment__nav {
  width: 90%;
  max-width: 118rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5.2rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 960px) {
  .p-comment__nav {
    top: -2.5rem;
    gap: 2.2rem;
  }
}
.p-comment__nav-btn {
  width: 4rem;
  display: block;
  opacity: 1;
  transition: opacity 0.5s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-comment__nav-btn {
    width: 2.7rem;
  }
}
.p-comment__nav-btn.--prev {
  transform: scale(-1, 1);
}
.p-comment__nav-btn.is-slide-disable {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .p-comment__nav-btn:hover {
    opacity: 0.6;
  }
}
.p-comment__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-comment__list-item {
  width: 40rem;
  flex-shrink: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-comment__list-item {
    width: 22rem;
  }
}
.p-comment__list-item::after {
  content: "";
  width: 1px;
  height: calc(100% - 2px);
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  border-right: 1px solid var(--color-line);
}

.p-comment_data {
  width: 100%;
  min-height: 46rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  background: var(--color-navy-bg);
  padding: 4.1rem 0 3rem;
}
@media screen and (max-width: 960px) {
  .p-comment_data {
    min-height: 25rem;
    padding: 2.5rem 0 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-comment_data {
    transition: color 0.5s var(--ease_out), background-color 0.5s var(--ease_out);
  }
  .p-comment_data:hover {
    color: var(--color-black);
    background: var(--color-btn);
  }
}
.p-comment_data::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 4rem solid var(--color-white);
  border-left: 4rem solid transparent;
}
@media screen and (max-width: 960px) {
  .p-comment_data::before {
    width: 3.5rem;
    height: 3.5rem;
    border-bottom: 3.5rem solid var(--color-white);
    border-left: 3.5rem solid transparent;
  }
}
.p-comment_data__no {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-size: 2rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-comment_data__no {
    top: 0.5rem;
    left: 1rem;
    font-size: 1.25rem;
  }
}
.p-comment_data__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-comment_data__thumb {
  width: 32rem;
  display: block;
  position: relative;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 960px) {
  .p-comment_data__thumb {
    width: 18rem;
  }
}
.p-comment_data__thumb-img {
  display: block;
  position: relative;
}
.p-comment_data__title {
  width: 90%;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-comment_data__title {
    min-height: 3rem;
    font-size: 1.15rem;
  }
}
.p-comment_data__deco {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 960px) {
  .p-comment_data__deco {
    bottom: 1rem;
    right: 1rem;
  }
}
.p-comment_data__deco::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
.p-comment_data__deco::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}

.p-movie {
  width: 100%;
  height: calc(var(--svh) + 20rem);
  display: block;
  position: relative;
}
.p-movie__container {
  --clip_width: 0%;
  width: 100%;
  height: var(--svh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-clip-path: circle(var(--clip_width) at 50% 50%);
  clip-path: circle(var(--clip_width) at 50% 50%);
}
.is-anim-end .p-movie__container {
  -webkit-clip-path: none !important;
  clip-path: none !important;
}
.p-movie__inner {
  display: block;
  position: relative;
}
.p-movie__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0.5;
  pointer-events: none;
}
.p-movie__player {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__player-iframe {
  width: 100%;
  min-width: 177vh;
  height: 100%;
  min-height: 56.25vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie__player-iframe iframe {
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie__slide {
  display: block;
  position: relative;
  opacity: 1;
  transition: opacity 0s var(--ease_out);
}
.is-movie-play .p-movie__slide {
  opacity: 0;
  transition: opacity 0.8s var(--ease_out) 0.5s;
}
.p-movie__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-movie__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  pointer-events: none;
}
.p-movie__list-item.is-slide-current {
  pointer-events: auto;
}
@media screen and (min-width: 961px) {
  .p-movie__content {
    width: calc(100% - 22rem);
    display: block;
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
}
.p-movie__nav {
  display: block;
  position: static;
}
.p-movie__nav-btn {
  width: 6.5rem;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-movie__nav-btn {
    width: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__nav-btn img {
    transition: opacity 0.5s var(--ease_out);
  }
  .p-movie__nav-btn:hover img {
    opacity: 0.6;
  }
}
.p-movie__nav-btn.--prev {
  left: 5rem;
  transform: scale(-1, 1) translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-movie__nav-btn.--prev {
    left: 1rem;
  }
}
.p-movie__nav-btn.--next {
  right: 5rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-movie__nav-btn.--next {
    right: 1rem;
  }
}
.p-movie__icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-movie__icon {
    width: 100px;
    height: 100px;
  }
}
.p-movie__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/movie/btn_movie.webp") no-repeat center/contain;
  animation: rotate 60s linear infinite;
}
.p-movie__icon-text {
  display: block;
  position: relative;
  font-size: 0;
}
.p-movie__icon-circle {
  width: 90%;
  height: 90%;
  display: block;
  position: absolute;
  top: 5%;
  left: 5%;
  transform: rotate(-90deg) scale(1, -1);
}
.is-slide-change-anim .p-movie__icon-circle {
  transform: rotate(-90deg);
}
.p-movie__icon-line {
  width: 100%;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-white);
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 330;
  stroke-dashoffset: 330;
  transition: stroke-dashoffset 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-movie__icon-line {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
  }
}
.is-slide-change-anim .p-movie__icon-line {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 9s linear;
}
.p-movie__cap {
  width: calc(100% - 40rem);
  display: block;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-movie__cap {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__cap {
    width: 90%;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
}
.p-movie__cap-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s var(--ease_out);
}
.p-movie__cap-item.is-cap-current {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
.p-movie__cap-item:first-child {
  position: relative;
}
.p-movie__official {
  width: 32rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  border-radius: 20rem;
}
@media screen and (min-width: 961px) {
  .p-movie__official {
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__official {
    width: 31rem;
    min-height: 4.5rem;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__official {
    transition: color 0.5s var(--ease_out), background-color 0.5s var(--ease_out);
  }
  .p-movie__official:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.p-movie__official::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.4rem;
  background: url("../img/icon_arrow01.webp") no-repeat center/contain;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-movie__official::before {
    right: 2.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__official::before {
    transition: filter 0.5s var(--ease_out);
  }
  .p-movie__official:hover::before {
    filter: invert(1);
  }
}
.p-movie__official::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-btn);
  border-radius: 20rem;
  pointer-events: none;
}
.p-movie__official-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-movie__official-text {
    font-size: 1.3rem;
  }
}

.p-movie_data {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
}
.p-movie_data__thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-movie_data__thumb-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie_data__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-movie_cap {
  width: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie_cap {
    justify-content: center;
  }
}
.p-movie_cap__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-movie_cap__text {
    font-size: 1.6rem;
  }
}

.p-shop {
  display: block;
  position: relative;
  padding: 9.9rem 0 8rem;
  margin-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-shop {
    margin-top: 2rem;
    padding: 6rem 0 4rem;
  }
}
.p-shop__container {
  width: 90%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-shop__container {
    display: grid;
    grid-template-columns: 32rem 1fr;
    gap: 10rem;
  }
}
.p-shop__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-shop__header {
    top: -1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-shop__header {
    margin-bottom: 4.2rem;
  }
}
.p-shop__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 6rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-shop__title {
    margin: 0 auto;
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}
.p-shop__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-shop__inner {
    position: static;
  }
}
.p-shop__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.6rem 6rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-shop__list {
    gap: 3.8rem 2rem;
  }
}
.p-shop__link {
  width: 32rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-shop__link {
    position: absolute;
    top: 9.5rem;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-shop__link {
    width: 100%;
    max-width: 31rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 4rem auto 0;
  }
}
.p-shop__link-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-shop__link-item + .p-shop__link-item {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-shop__link-item {
    width: calc(50% - 0.5rem);
  }
}
.p-shop__btn {
  width: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-shop__btn {
    min-height: 4.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-shop__btn {
    transition: color 0.5s var(--ease_out), background-color 0.5s var(--ease_out);
  }
  .p-shop__btn:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.p-shop__btn::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.4rem;
  background: url("../img/icon_arrow01.webp") no-repeat center/contain;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-shop__btn::before {
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-shop__btn::before {
    transition: filter 0.5s var(--ease_out);
  }
  .p-shop__btn:hover::before {
    filter: invert(1);
  }
}
.p-shop__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-btn);
  border-radius: 20rem;
  pointer-events: none;
}
.p-shop__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-shop__btn-text {
    font-size: 1.2rem;
  }
}
.p-shop__note {
  width: 100%;
  display: block;
  position: relative;
  margin: 4.2rem auto 0;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .p-shop__note {
    margin-top: 2.8rem;
    font-size: 1rem;
    line-height: 2.2;
  }
}

.p-shop_data {
  display: block;
  position: relative;
}
.p-shop_data__thumb {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-shop_data__thumb {
    margin-bottom: 1.2rem;
  }
}
.p-shop_data__thumb-img {
  display: block;
  position: relative;
}
.p-shop_data__name {
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 960px) {
  .p-shop_data__name {
    font-size: 1.3rem;
  }
}
.p-shop_data__title {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 960px) {
  .p-shop_data__title {
    margin-top: 0.3rem;
    font-size: 1.1rem;
  }
}

.p-live {
  display: block;
  position: relative;
  padding: 8rem 0 20rem;
  margin-top: 1.8rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-live {
    padding: 3rem 0 9rem;
    margin-top: 0;
  }
}
.p-live__container {
  width: 90%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-live__header {
  display: block;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 960px) {
  .p-live__header {
    margin-bottom: 4rem;
  }
}
.p-live__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 6rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-live__title {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}
.p-live__inner {
  display: block;
  position: relative;
}
.p-live__flyer {
  width: 100%;
  max-width: 44rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-live__flyer {
    max-width: 25rem;
  }
}
.p-live__schedule {
  width: 100%;
  max-width: 80rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 5rem;
  margin: 6.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-live__schedule {
    margin-top: 3.8rem;
    gap: 2rem;
  }
}
.p-live__schedule-item {
  width: calc(50% - 1rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-live__schedule-item {
    width: calc(50% - 1rem);
  }
}
.p-live__detail {
  width: 100%;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-live__detail {
    margin-top: 3rem;
  }
}
.p-live__detail-item {
  display: block;
  position: relative;
}
.p-live__detail-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
}
.p-live__detail-item:last-child::before {
  border-bottom: 1px solid var(--color-line);
}

.p-live_schedule {
  display: block;
  position: relative;
  padding: 5.8rem 0;
}
@media screen and (max-width: 960px) {
  .p-live_schedule {
    padding: 2rem 0;
  }
}
.p-live_schedule__area {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 9.5rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  color: var(--color-cap-bg);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-live_schedule__area {
    font-size: 4rem;
  }
}
.p-live_schedule__cotnent {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-live_schedule__date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-live_schedule__date {
    gap: 0.2rem;
  }
}
.p-live_schedule__date-day {
  display: block;
  position: relative;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-live_schedule__date-day {
    font-size: 2.8rem;
  }
}
.p-live_schedule__date-week {
  display: block;
  position: relative;
  top: 0.4rem;
  writing-mode: vertical-lr;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-live_schedule__date-week {
    top: 0.2rem;
    font-size: 1rem;
  }
}
.p-live_schedule__time {
  display: block;
  position: relative;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-live_schedule__time {
    font-size: 1.1rem;
  }
}
.p-live_schedule__place {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-live_schedule__place {
    margin-top: 0.8rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.p-live_schedule__info {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-live_schedule__info {
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 0.8rem;
  }
}

.p-live_detail {
  display: block;
  position: relative;
  padding: 4rem 0;
}
@media screen and (min-width: 961px) {
  .p-live_detail {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-live_detail {
    padding: 2.8rem 0;
  }
}
.p-live_detail__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-live_detail__header {
    margin-bottom: 1.4rem;
  }
}
.p-live_detail__title {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-live_detail__title {
    font-size: 1.5rem;
  }
}
.p-live_detail__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-live_detail__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-live_detail__text {
    font-size: 1.3rem;
    line-height: 1.45;
  }
}
.p-live_detail__text small {
  font-size: 1.1rem;
}
@media screen and (max-width: 960px) {
  .p-live_detail__text small {
    font-size: 1rem;
  }
  .p-live_detail__text small span {
    display: block;
    position: relative;
    margin-top: 0.5rem;
    line-height: 1.75;
  }
  .p-live_detail__text small span:not(:first-child) {
    margin-top: -1em;
  }
}
.p-live_detail__text strong {
  font-size: 1.3em;
  font-weight: 400;
}
.p-live_detail__text + .p-live_detail__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-live_detail__text + .p-live_detail__text {
    margin-top: 1rem;
  }
}
.p-live_detail__btn {
  width: 32rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 2.4rem;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-live_detail__btn {
    width: 15rem;
    min-height: 4.5rem;
    margin: 2rem auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-live_detail__btn {
    transition: color 0.5s var(--ease_out), background-color 0.5s var(--ease_out);
  }
  .p-live_detail__btn:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.p-live_detail__btn::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.4rem;
  background: url("../img/icon_arrow01.webp") no-repeat center/contain;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-live_detail__btn::before {
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-live_detail__btn::before {
    transition: filter 0.5s var(--ease_out);
  }
  .p-live_detail__btn:hover::before {
    filter: invert(1);
  }
}
.p-live_detail__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-btn);
  border-radius: 20rem;
  pointer-events: none;
}
.p-live_detail__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-live_detail__btn-text {
    font-size: 1.2rem;
  }
}

.p-deco {
  width: 100%;
  height: 40rem;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-deco {
    height: 20rem;
  }
}
.p-deco__visual {
  width: 100%;
  height: calc(100% + 20rem);
  display: block;
  position: absolute;
  top: -10rem;
  left: 0;
  background: url("../img/img_parallax_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-deco__visual {
    height: calc(100% + 10rem);
    top: -5rem;
    background: url("../img/img_parallax_sp.jpg") no-repeat center/cover;
  }
}

.p-ftcl {
  display: block;
  position: relative;
  padding: 16.1rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-ftcl {
    padding: 8.3rem 0;
  }
}
.p-ftcl__container {
  width: 90%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-ftcl__header {
  display: block;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 960px) {
  .p-ftcl__header {
    margin-bottom: 3.4rem;
  }
}
.p-ftcl__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 5rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ftcl__title {
    font-size: 2.2rem;
  }
}
.p-ftcl__inner {
  display: block;
  position: relative;
}
.p-ftcl__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-ftcl__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
  }
}
.p-ftcl__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-ftcl__list-item {
    width: 28rem;
  }
}
@media screen and (min-width: 961px) {
  .p-ftcl__list-item:nth-child(even) {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ftcl__list-item:nth-child(even) {
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-ftcl__list-item + .p-ftcl__list-item {
    margin-top: 4.8rem;
  }
}
.p-ftcl__link {
  width: 100%;
  max-width: 65rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  position: relative;
  margin: 9.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-ftcl__link {
    max-width: 31rem;
    margin-top: 5.8rem;
    gap: 1.5rem 1rem;
  }
}
.p-ftcl__link-item {
  width: calc(50% - 0.5rem);
  display: block;
  position: relative;
}
.p-ftcl__link-item.--wide {
  width: calc(62.5% - 0.5rem);
}
@media screen and (max-width: 960px) {
  .p-ftcl__link-item.--wide {
    width: 100%;
  }
}
.p-ftcl__btn {
  width: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-ftcl__btn {
    min-height: 4.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-ftcl__btn {
    transition: color 0.5s var(--ease_out), background-color 0.5s var(--ease_out);
  }
  .p-ftcl__btn:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.p-ftcl__btn.--fill {
  color: var(--color-black);
  background: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-ftcl__btn.--fill {
    transition: color 0.5s var(--ease_out), background-color 0.5s var(--ease_out);
  }
  .p-ftcl__btn.--fill:hover {
    color: var(--color-white);
    background: transparent;
  }
}
.p-ftcl__btn::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.4rem;
  background: url("../img/icon_arrow01.webp") no-repeat center/contain;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-ftcl__btn::before {
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-ftcl__btn::before {
    transition: filter 0.5s var(--ease_out);
  }
  .p-ftcl__btn:hover::before {
    filter: invert(1);
  }
}
.p-ftcl__btn.--fill::before {
  filter: invert(1);
}

.p-ftcl__btn.--fill:hover::before {
  filter: invert(0);
}

.p-ftcl__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-btn);
  border-radius: 20rem;
  pointer-events: none;
}
.p-ftcl__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-ftcl__btn-text {
    font-size: 1.2rem;
  }
}
.--fill .p-ftcl__btn-text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .--fill .p-ftcl__btn-text {
    font-size: 1.6rem;
  }
}
.p-ftcl__about {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.p-ftcl-about__layout + .p-ftcl-about__layout {
  margin-top: 5rem;
}
.p-ftcl-about__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-btn);
}
@media screen and (max-width: 960px) {
  .p-ftcl-about__cap {
    font-size: 1.6rem;
  }
}
.p-ftcl-about__detail {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ftcl-about__detail {
    font-size: 1.4rem;
  }
}
.p-ftcl-about__detail .is-border {
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: var(--color-btn);
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}

.p-message {
  display: block;
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-message {
    padding: 3rem 0 9rem;
  }
}
.p-message__container {
  width: 90%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-message__header {
  display: block;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 960px) {
  .p-message__header {
    margin-bottom: 3.4rem;
  }
}
.p-message__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 3.6rem;
  font-family: "Baskervville", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-message__title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.p-message__inenr {
  display: block;
  position: relative;
}
.p-message__list {
  display: block;
  position: relative;
}
.p-message__list-item {
  display: block;
  position: relative;
}
.p-message__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-white);
}
.p-message__list-item:last-child::before {
  border-bottom: 1px solid var(--color-white);
}

.p-message_content {
  display: block;
  position: relative;
}
.p-message_content__header {
  width: 100%;
  display: block;
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 960px) {
  .p-message_content__header {
    padding: 2.2rem 0;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-message_content__header {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-message_content__header:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-message_content__header:hover {
      text-decoration: underline;
    }
  }
}
.p-message_content__name {
  display: block;
  position: relative;
  font-size: 2rem;
  text-align: left;
  padding-left: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-message_content__name {
    font-size: 1.4rem;
    padding-left: 1rem;
  }
}
.p-message_content__deco {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-message_content__deco {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-message_content__deco::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-white);
}
.p-message_content__deco::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-white);
  transition: opacity 0.6s var(--ease_out);
}
.is-drawer-open .p-message_content__deco::after {
  opacity: 0;
}
.p-message_content__inner {
  display: none;
  position: relative;
}
.p-message_content__text {
  display: block;
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-message_content__text {
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-message_content__comment {
  display: block;
  position: relative;
  margin-top: 5rem;
  padding-top: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-message_content__comment {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3.5rem;
    font-size: 1.2rem;
  }
}
.p-message_content__comment::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
}
.p-message_content__comment::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.p-message_content__answer {
  display: block;
  position: relative;
  text-align: left;
  font-weight: 700;
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-message_content__answer {
    margin-top: 2.2rem;
  }
}

.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.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #fff 0%, #fff 26%, #efefef 50%, #fff 75%, #fff 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: url("../img/bg/bg04_pc.jpg") no-repeat center/cover;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: contain;
  opacity: 0;
  transition: all 0.8s var(--ease_out);
}
@media screen and (orientation: portrait) {
  .m-modal {
    background: url("../img/bg/bg04_sp.jpg") no-repeat center/cover;
  }
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 7rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 4.5rem 0;
  }
}
.m-modal__bg {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__content {
  width: 90%;
  max-width: 141.6vw;
  display: block;
  position: relative;
  height: auto !important;
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 100%;
  }
}
.m-modal__close {
  width: 10rem;
  height: 2rem;
  display: block;
  position: fixed;
  top: 4rem;
  right: 3rem;
  font-size: 0;
  z-index: 1;
  color: var(--color-text);
  background: var(--graident-main);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 5rem;
    height: 2rem;
    top: 1rem;
    right: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: opacity 0.4s var(--ease_out);
  }
  .m-modal__close:hover {
    opacity: 0.4;
  }
}
.m-modal__close::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal__close-text {
  width: 75%;
  height: 75%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal__close-text::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  background: var(--color-white);
}
.m-modal__close-text::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
  background: var(--color-white);
}

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