@charset "UTF-8";
:root {
  --vh: 100vh;
  --svh: 100vh;
  --lvh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-line: rgba(255, 255, 255, 0.2);
  --color-gray-base: #eeeeee;
  --color-gray-date: #888888;
  --gradient-white: linear-gradient(to right, #fff 0%, #eee 100%);
  --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) and (max-width: 1200px) {
  html {
    font-size: min(0.8333333333vw, 10px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  font-weight: 500;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

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

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

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-text) !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.15rem;
  color: var(--color-text);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  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;
  z-index: 0;
  background-color: var(--color-black);
}
.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__bg {
  width: 100%;
  height: var(--lvh);
  min-height: var(--lvh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  z-index: -1;
}
.l-wrap__bg-content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.15);
}
.is-load .l-wrap__bg-content {
  opacity: 1;
  transform: scale(1.001);
  transition: opacity 3s var(--ease_out), transform 5s var(--ease_out);
}
.l-wrap__bg-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__bg-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_1.jpg") repeat 50% 0/auto max(207.35rem, 100vw);
}
@media screen and (max-width: 960px) {
  .l-wrap__bg-img::before {
    background-size: auto 105.56rem;
  }
}
.is-ready .l-wrap__bg-img::before {
  animation: bg_loop 100s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-ready .l-wrap__bg-img::before {
    animation: bg_loop_sp 100s linear infinite;
  }
}
@keyframes bg_loop {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: max(207.35rem, 100vw);
  }
}
@keyframes bg_loop_sp {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 105.56rem;
  }
}
.l-wrap__bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_2.webp") repeat 50% 0/auto max(207.35rem, 100vw);
}
@media screen and (max-width: 960px) {
  .l-wrap__bg-img::after {
    background-size: auto 105.56rem;
  }
}
.is-ready .l-wrap__bg-img::after {
  animation: bg_loop 100s linear infinite reverse;
}
@media screen and (max-width: 960px) {
  .is-ready .l-wrap__bg-img::after {
    animation: bg_loop_sp 100s linear infinite reverse;
  }
}
.l-wrap__cover {
  width: 8rem;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .l-wrap__cover {
    display: block;
  }
}
.l-wrap__cover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid var(--color-line);
  z-index: -1;
  pointer-events: none;
}
.l-wrap__cover-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/side_txt02.webp") repeat-y 50% 0/auto 53.55rem;
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .l-wrap__container {
    padding-left: 8rem;
  }
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}

.l-header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: var(--color-black);
}
.l-header::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .l-header::before {
    content: "";
    width: 8rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid var(--color-line);
    pointer-events: none;
    z-index: -1;
  }
}
.l-header__container {
  width: 100%;
  height: 8rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-header__container {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header__container {
    height: 4.5rem;
  }
}
.l-header__content {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-header__content {
    grid-template-rows: 8rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header__content {
    grid-template-columns: auto 4.5rem;
    grid-template-rows: 4.5rem;
  }
}
.l-header__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 3rem;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 13.4rem;
    padding: 0.5rem 1.5rem;
  }
}
.l-header__nav {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header__nav {
    width: 100%;
    height: calc(var(--lvh) - 4.5rem);
    display: none;
    position: fixed;
    top: 4.5rem;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
    z-index: 15;
    background-color: var(--color-black);
    opacity: 0;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-menu-show .l-header__nav {
    display: block;
  }
  .is-menu-open .l-header__nav {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
}
.l-header__menu {
  display: block;
  position: relative;
}
.l-header__menu::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-line);
}
@media screen and (min-width: 961px) {
  .l-header__menu {
    display: none;
  }
}

.l-nav {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    min-height: calc(var(--lvh) - 4.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 5rem 0;
    background-color: var(--color-black);
  }
}
.l-nav__bg {
  width: 100%;
  height: calc(var(--lvh) - 4.5rem);
  display: block;
  position: fixed;
  top: 4.5rem;
  left: 0;
  opacity: 0;
  transform: scale(1.15);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
}
.is-menu-open .l-nav__bg {
  opacity: 1;
  transform: scale(1.001);
  transition: opacity 1s var(--ease_out), transform 2.5s var(--ease_out);
}
.l-nav__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_1.webp") repeat 50% 0/auto 105.56rem;
  opacity: 0.2;
  z-index: -1;
}
.is-ready .l-nav__bg::before {
  animation: bg_loop_sp 100s linear infinite;
}
.l-nav__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_2.webp") repeat 50% 0/auto 105.56rem;
  opacity: 0.2;
  z-index: -1;
}
.is-ready .l-nav__bg::after {
  animation: bg_loop_sp 100s linear infinite reverse;
}
@media screen and (min-width: 961px) {
  .l-nav__bg {
    display: none;
  }
}
.l-nav__container {
  display: block;
  position: relative;
}
.l-nav__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__content {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 8rem;
    gap: 0 2rem;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__link {
  width: 100%;
  display: block;
  position: relative;
  padding: 0.5rem 0.8rem 0.3rem;
  color: var(--color-white);
  text-align: left;
  font-family: "Big Shoulders", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    padding: 1rem 2rem;
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .l-nav__link:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 2.6rem;
  }
}
.l-nav__sns {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__sns::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid var(--color-line);
  }
}
@media screen and (max-width: 960px) {
  .l-nav__sns {
    margin-top: 2rem;
  }
}

.l-nav_sns {
  display: block;
  position: relative;
}
.l-nav_sns__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__list {
    justify-content: center;
    gap: 2.5rem;
  }
}
.l-nav_sns__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav_sns__list-item + .l-nav_sns__list-item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid var(--color-line);
  }
}
.l-nav_sns__link {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  font-size: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav_sns__link {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .l-nav_sns__link:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 960px) {
  .l-nav_sns__link {
    width: 3rem;
    height: 3rem;
  }
}
.l-nav_sns__link-img {
  width: 2.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: currentColor;
}

.l-menu {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  position: relative;
  cursor: pointer;
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .l-menu {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .l-menu:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.l-menu__content {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 1.45rem;
    height: 1.1rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
}
.l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: currentColor;
  transition: width 0.6s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.6s var(--ease_inout) var(--delay);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.6s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_inout) calc(var(--delay) + 0.2s);
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-white);
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding-top: 2rem;
  }
}
.l-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, black 0%, black 60%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}
.l-footer__visual {
  width: 100%;
  height: 19.72rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__visual {
    height: 9.86rem;
  }
}
.l-footer__visual::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/jk_deco.webp") repeat-x 0 0/475.136rem auto;
}
@media screen and (max-width: 960px) {
  .l-footer__visual::before {
    background-size: 237.568rem auto;
  }
}
.is-load .l-footer__visual::before {
  animation: footer_loop 120s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .l-footer__visual::before {
    animation: footer_loop_sp 120s linear infinite;
  }
}
@keyframes footer_loop {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -475.136rem;
  }
}
@keyframes footer_loop_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -237.568rem;
  }
}
.l-footer__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 5rem 0 5.5rem;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-family: "Barlow", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    font-size: 1rem;
  }
}
.l-footer__pagetop {
  display: block;
  position: absolute;
  top: 4.8rem;
  right: 5rem;
  color: var(--color-white);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    top: 4rem;
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    transition: color 0.2s var(--ease_out);
  }
  .l-footer__pagetop:hover {
    color: var(--color-black);
  }
}
.l-footer__pagetop::before {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--color-white);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop::before {
    width: 6rem;
    height: 6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer__pagetop:hover::before {
    opacity: 1;
  }
}
.l-footer__pagetop-icon {
  width: 6rem;
  display: block;
  position: relative;
  margin: 0 auto;
  transform: scale(1, -1);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-icon {
    width: 3rem;
  }
}
.l-footer__pagetop-text {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 2rem;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-text {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
}

.p-hero {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 8rem;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding-top: 4.5rem;
  }
}
.p-hero__container {
  width: 100%;
  min-height: calc(var(--svh) - 8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 9.5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    min-height: calc(var(--svh) - 4.5rem);
  }
}
.p-hero__content {
  width: 44.696969697%;
  max-width: 65rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    width: 80%;
  }
}
.p-hero__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.p-hero__title-base {
  width: 100%;
  display: block;
  position: relative;
}
.p-hero__title-in {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6.5% 0;
}
.p-hero__title-text {
  width: 47%;
  display: block;
  position: relative;
  margin: 0 auto 7%;
}
.p-hero__title-btn {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__title-btn {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-hero__title-btn:hover {
    opacity: 0.6;
  }
}
.p-hero__title-btn + .p-hero__title-btn {
  margin-top: 3%;
}
.p-hero__scroll {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--color-white);
}
.p-hero__scroll-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  text-align: center;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-hero__scroll-text {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
  }
}
.p-hero__scroll-bar {
  width: 1px;
  height: 3rem;
  display: block;
  position: relative;
  margin: 0.8rem auto 0;
  background: var(--color-gray-date);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-hero__scroll-bar {
    height: 1.3rem;
    margin-top: 0.4rem;
  }
}
.p-hero__scroll-bar::before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  animation: bar 3s var(--ease_inout) infinite;
}
@keyframes bar {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}

.p-profile {
  width: 100%;
  display: block;
  position: relative;
  margin-left: auto;
  padding: 11rem 0 10.3rem;
  color: var(--color-black);
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-profile {
    padding: 6.7rem 0 5.5rem;
  }
}
.p-profile__container {
  width: 88%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-profile__container {
    width: 90%;
  }
}
.p-profile__header {
  display: block;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .p-profile__header {
    margin-bottom: 2.5rem;
  }
}
.p-profile__title {
  display: block;
  position: relative;
  font-size: 8rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-profile__title {
    font-size: 4rem;
    text-align: center;
  }
}
.p-profile__inner {
  display: block;
  position: relative;
}
.p-profile__text {
  display: block !important;
  height: auto !important;
  position: relative;
}
.p-profile__text-par {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.75;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-profile__text-par {
    height: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .is-drawer-open .p-profile__text-par {
    height: auto;
  }
  .p-profile__text-par::before {
    content: "";
    width: 100%;
    height: 80%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    opacity: 1;
  }
  .is-drawer-open .p-profile__text-par::before {
    opacity: 0;
  }
}
.p-profile__text-par + .p-profile__text-par {
  margin-top: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-profile__text-par + .p-profile__text-par {
    margin-top: 2.5rem;
  }
}
.p-profile__more {
  width: 100%;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .p-profile__more {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-profile__more {
    height: 6.5rem;
  }
}
.p-profile__more-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 1rem 6rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-profile__more-content {
    padding: 1rem 3rem;
  }
}
.p-profile__more-text {
  display: block;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-profile__more-text {
    font-size: 1.4rem;
  }
}
.p-profile__more-icon {
  width: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.1rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-profile__more-icon {
    width: 1rem;
    right: 1.5rem;
  }
}
.is-drawer-open .p-profile__more-icon {
  transform: translate(50%, -50%) scale(1, -1);
}

.p-info {
  display: block;
  position: relative;
  padding: 10.3rem 0 0;
  background-color: var(--color-gray-base);
  /*
  &::before {
    width: 100%;
    height: 10.2rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/jk_deco.webp") repeat-x 0 100% / 245.76rem auto;
    transform: translate(0, -50%);

    .is-load & {
      animation: info_loop 120s linear infinite;
    }
    @include sp {
      content: "";
    }

    @keyframes info_loop {
      0% {
        background-position-x: 0;
      }
      100% {
        background-position-x: -245.76rem;
      }
    }
  }
  */
}
@media screen and (max-width: 960px) {
  .p-info {
    padding: 9.5rem 0 0;
  }
}
.p-info__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-info__header {
  width: 93%;
  display: block;
  position: relative;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-info__header {
    width: 90%;
    margin-bottom: 1.7rem;
  }
}
.p-info__title {
  display: block;
  position: relative;
  font-size: 8.2rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  font-weight: 500;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-info__title {
    font-size: 4.2rem;
  }
}
.p-info__inner {
  display: block;
  position: relative;
}
.p-info__list {
  display: block;
  position: relative;
}
.p-info__list-item {
  display: block;
  position: relative;
}
.p-info__list-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  pointer-events: none;
}
.p-info__list-item:last-child::after {
  border-bottom: 1px solid var(--color-black);
}

.p-info__btn {
  width: 100%;
  min-height: 11rem;
  display: block;
  position: relative;
  margin: 0 auto 0;
}
@media screen and (max-width: 960px) {
  .p-info__btn {
    min-height: 6.5rem;
  }
}
.p-info__more {
  width: 100%;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-info__more {
    height: 6.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-info__more {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .p-info__more:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.p-info__more-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 1rem 6rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-info__more-content {
    padding: 1rem 3rem;
  }
}
.p-info__more-text {
  display: block;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-info__more-text {
    font-size: 1.4rem;
  }
}
.p-info__more-icon {
  width: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.1rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-info__more-icon {
    width: 1rem;
    right: 1.5rem;
  }
}

.p-info_article {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.p-info_article__content {
  width: 92.5%;
  min-height: 11rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-info_article__content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-info_article__content {
    width: 90%;
    min-height: 6rem;
    padding: 1.2rem 6rem 1.2rem 0;
  }
}
.p-info_article__date {
  width: 14rem;
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: var(--color-gray-date);
  font-weight: 600;
  font-family: "Barlow", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-info_article__date {
    margin-bottom: 0.3rem;
    font-size: 1.3rem;
  }
}
.p-info_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-info_article__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-info_article__title {
    font-size: 1.6rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-info_article__title {
      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-info_article:hover .p-info_article__title {
      -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-info_article:hover .p-info_article__title {
      text-decoration: underline;
    }
  }
}
.p-info_article__deco {
  width: 11rem;
  height: 11rem;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-black);
  background-color: var(--color-gray-base);
}
@media screen and (max-width: 960px) {
  .p-info_article__deco {
    width: 6rem;
    height: 6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-info_article__deco {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .p-info_article:hover .p-info_article__deco {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.p-info_article__deco::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-black);
  pointer-events: none;
}
.p-info_article__deco-icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-info_article__deco-icon {
    width: 1rem;
    height: 1rem;
  }
}
.p-info_article__deco-icon::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-info_article__deco-icon::before {
    width: 2px;
  }
}
.p-info_article__deco-icon::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-info_article__deco-icon::after {
    height: 2px;
  }
}

.p-info_modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  color: var(--color-white);
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  overscroll-behavior-y: none;
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
  pointer-events: none;
}
.p-info_modal.is-modal-open {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s var(--ease_out);
}
.p-info_modal__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-info_modal__header {
  width: 100%;
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-info_modal__header {
    height: 6.5rem;
    padding: 1rem 2rem;
    justify-content: flex-start;
  }
}
.p-info_modal__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-white);
  pointer-events: none;
}
.p-info_modal__title {
  display: block;
  position: relative;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-info_modal__title {
    font-size: 3rem;
    text-align: left;
  }
}
.p-info_modal__close {
  width: 13rem;
  height: 13rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-info_modal__close {
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-info_modal__close {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .p-info_modal__close:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.p-info_modal__close::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-white);
}
.p-info_modal__close-icon {
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-info_modal__close-icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-info_modal__close-icon::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-info_modal__close-icon::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-info_modal__inner {
  display: block;
  position: relative;
  height: calc(var(--lvh) - 13rem);
  padding: 7.5rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}
@media screen and (max-width: 960px) {
  .p-info_modal__inner {
    height: calc(var(--lvh) - 6.5rem);
    padding: 3.6rem 0 8rem;
  }
}
.p-info_modal__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-info_single {
  width: 71.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-info_single {
    width: 84%;
  }
}
.p-info_single__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-info_single__header {
    margin-bottom: 2.5rem;
    padding-bottom: 2.1rem;
  }
}
.p-info_single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-white);
}
.p-info_single__date {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: var(--color-gray-date);
  font-weight: 600;
  font-family: "Barlow", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-info_single__date {
    margin-bottom: 0.1rem;
    font-size: 1.3rem;
  }
}
.p-info_single__title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 960px) {
  .p-info_single__title {
    line-height: 1.8;
    font-size: 1.8rem;
  }
}
.p-info_single__inner {
  display: block;
  position: relative;
}
.p-info_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-info_single__text {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
.p-info_single__text a:not(.p-btn) {
  color: var(--color-white);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-info_single__text a:not(.p-btn):hover {
    text-decoration: none;
  }
}
.p-info_single__text img {
  max-width: 70%;
  display: inline-block;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-info_single__text img {
    max-width: 100%;
  }
}
.p-info_single__text iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-info_single__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-info_single__text iframe {
    max-width: 100%;
  }
}
.p-info_single__text .thumb {
  display: flex;
  justify-content: center;
  margin: 3rem auto;
}

.p-lineup {
  display: block;
  position: relative;
}
.p-lineup__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 13.6rem 0 0;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-lineup__container {
    padding: 8.2rem 0 0;
  }
}
.p-lineup__header {
  display: block;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .p-lineup__header {
    margin-bottom: 3.8rem;
  }
}
.p-lineup__title {
  display: block;
  position: relative;
  font-size: 8rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-lineup__title {
    font-size: 4rem;
  }
}
.p-lineup__inner {
  display: block;
  position: relative;
}
.p-lineup__lead {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto 4.5rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-lineup__lead {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
  }
}
.p-lineup__btn {
  width: 90%;
  max-width: 50rem;
  min-height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 5rem;
  margin: 0 auto 7.6rem;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-lineup__btn {
    max-width: 27rem;
    min-height: 6rem;
    margin-bottom: 4.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-lineup__btn {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .p-lineup__btn:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.p-lineup__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 20rem;
  pointer-events: none;
}
.p-lineup__btn-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-lineup__btn-text {
    font-size: 1.3rem;
  }
}
.p-lineup__btn-icon {
  width: 2.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 4.5rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-lineup__btn-icon {
    width: 2rem;
    right: 3.5rem;
  }
}
.p-lineup__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-lineup__content {
    padding-bottom: 3.2rem;
  }
}
.p-lineup__streaming {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .p-lineup__streaming {
    padding: 5rem 0;
  }
}

.p-lineup_content {
  display: block;
  position: relative;
  padding: 0 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-lineup_content {
    padding: 0 0 3.8rem;
  }
}
.p-lineup_content + .p-lineup_content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-lineup_content + .p-lineup_content {
    margin-top: 0;
  }
}
.p-lineup_content__header {
  width: 100%;
  display: block;
  margin-bottom: 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  left: 0;
  background: var(--gradient-white);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-lineup_content__header {
    top: 4.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-lineup_content__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-lineup_content__title {
  width: 92.5%;
  height: 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-lineup_content__title {
    width: 90%;
    height: 4rem;
    gap: 1rem;
  }
}
.p-lineup_content__title-main {
  display: block;
  position: relative;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-lineup_content__title-main {
    font-size: 2.6rem;
  }
}
.p-lineup_content__title-sub {
  display: block;
  position: relative;
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-lineup_content__title-sub {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.p-lineup_content__inner {
  width: 92.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-lineup_content__inner {
    width: 90%;
  }
}
.p-lineup_content__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.7rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem 1.5rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 750px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 1800px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 2200px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 2600px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 3000px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 3400px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 3800px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 4200px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 4600px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 5000px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(13, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 5400px) {
  .p-lineup_content__list {
    grid-template-columns: repeat(14, 1fr);
  }
}
.p-lineup_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-lineup_data {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-lineup_data {
    transition: color 0.2s var(--ease_out);
  }
  .p-lineup_data[href]:hover {
    color: var(--color-white);
  }
}
.p-lineup_data[href]::before {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  background: var(--color-black);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-lineup_data[href]::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-lineup_data:hover::before {
    opacity: 1;
  }
}
.p-lineup_data__thumb {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-lineup_data__thumb {
    margin-bottom: 0.6rem;
  }
}
.p-lineup_data__thumb-img {
  display: block;
  position: relative;
}
.p-lineup_data__date {
  display: block;
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Barlow", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  color: var(--color-gray-date);
}
@media screen and (max-width: 960px) {
  .p-lineup_data__date {
    margin-bottom: 0.1rem;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-lineup_data__date {
    transition: color 0.2s var(--ease_out);
  }
  .p-lineup_data[href]:hover .p-lineup_data__date {
    color: var(--color-gray-base);
  }
}
.p-lineup_data__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-lineup_data__title {
    font-size: 1.2rem;
  }
}

.p-lineup_streaming {
  width: 84%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: var(--color-black);
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-lineup_streaming {
    width: 88%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-lineup_streaming {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .p-lineup_streaming:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.p-lineup_streaming::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-white);
  border-radius: 20rem;
  pointer-events: none;
}
.p-lineup_streaming__content {
  width: 100%;
  min-height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-lineup_streaming__content {
    min-height: 10rem;
  }
}
.p-lineup_streaming__title {
  width: 90%;
  display: block;
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 960px) {
  .p-lineup_streaming__title {
    top: -0.2rem;
  }
}
.p-lineup_streaming__title-main {
  display: block;
  position: relative;
  font-size: 6.5rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-lineup_streaming__title-main {
    font-size: 3.4rem;
  }
}
.p-lineup_streaming__title-sub {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-lineup_streaming__title-sub {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.p-lineup_streaming__icon {
  width: 4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 9.5rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-lineup_streaming__icon {
    width: 2rem;
    right: 4.8rem;
  }
}

.p-disc {
  display: block;
  position: relative;
  padding: 14rem 0 10.7rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-disc {
    padding: 8.4rem 0 8rem;
  }
}
.p-disc__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-disc__header {
  width: 93%;
  display: block;
  position: relative;
  margin: 0 auto 5.8rem;
}
@media screen and (max-width: 960px) {
  .p-disc__header {
    width: 90%;
    margin-bottom: 3.2rem;
  }
}
.p-disc__title {
  display: block;
  position: relative;
  font-size: 8.2rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  font-weight: 500;
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-disc__title {
    font-size: 4.2rem;
  }
}
.p-disc__inner {
  display: block;
  position: relative;
}
.p-disc__lead {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-disc__lead {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-disc__content {
  display: block;
  position: relative;
  margin-top: 7.2rem;
}
@media screen and (max-width: 960px) {
  .p-disc__content {
    margin-top: 3.5rem;
  }
}
.p-disc__buy {
  width: 90%;
  max-width: 50rem;
  min-height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 5rem;
  margin: 5rem auto 0;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-disc__buy {
    max-width: 27rem;
    min-height: 6rem;
    margin-top: 3.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-disc__buy {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .p-disc__buy:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.p-disc__buy::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 20rem;
  pointer-events: none;
}
.p-disc__buy-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-disc__buy-text {
    font-size: 1.3rem;
  }
}
.p-disc__buy-icon {
  width: 2.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 4.5rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-disc__buy-icon {
    width: 2rem;
    right: 3.5rem;
  }
}

.p-disc_content {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-disc_content {
    display: grid;
    grid-template-columns: 1fr 45.5%;
  }
  .--single .p-disc_content {
    display: block;
  }
}
.p-disc_content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.--single .p-disc_content::before {
  border: none;
}
.p-disc_content__header {
  display: block;
  position: relative;
  padding: 5.1rem 0;
  overflow: hidden;
}
.--single .p-disc_content__header {
  padding: 0;
}
@media screen and (min-width: 961px) {
  .p-disc_content__header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-disc_content__header::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid var(--color-black);
  }
  .--single .p-disc_content__header::before {
    border: none;
  }
}
@media screen and (max-width: 960px) {
  .p-disc_content__header {
    padding: 5.1rem 0 6rem;
  }
  .p-disc_content__header::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--color-black);
  }
  .--single .p-disc_content__header::before {
    border: none;
  }
}
.p-disc_content__slide {
  width: 77.8%;
  max-width: 60rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-disc_content__slide {
    width: 76%;
  }
}
.p-disc_content__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-disc_content__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-disc_content__controller {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disc_content__controller {
    position: static;
  }
}
@media screen and (max-width: 960px) {
  .p-disc_content__controller {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.8rem auto 0;
    padding: 0 5rem;
  }
}
.p-disc_content__nav {
  width: 4rem;
  display: block;
  position: absolute;
  top: calc(50% - 1.3rem);
}
@media screen and (max-width: 960px) {
  .p-disc_content__nav {
    width: 2.5rem;
    top: 50%;
  }
}
.p-disc_content__nav.--prev {
  left: 0;
}
@media screen and (min-width: 961px) {
  .p-disc_content__nav.--prev {
    transform: translate(-100%, -50%) scale(-1, 1);
  }
}
@media screen and (max-width: 960px) {
  .p-disc_content__nav.--prev {
    transform: translate(0, -50%) scale(-1, 1);
  }
}
.p-disc_content__nav.--next {
  right: 0;
}
@media screen and (min-width: 961px) {
  .p-disc_content__nav.--next {
    transform: translate(100%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-disc_content__nav.--next {
    transform: translate(0, -50%);
  }
}
.p-disc_content__nav-icon {
  width: 100%;
  display: block;
  position: relative;
}
.p-disc_content__nav:hover .p-disc_content__nav-icon {
  animation: arrow 1s linear;
}
.p-disc_content__nav-icon img {
  width: 100%;
  transform: rotate(-90deg);
}
.p-disc_content__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disc_content__pagination {
    margin: 1.5rem auto 0;
  }
}
@media screen and (max-width: 960px) {
  .p-disc_content__pagination {
    gap: 1.2rem;
  }
}
.p-disc_content__pagination-item {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: relative;
  background: var(--color-gray-date);
  border-radius: 50%;
  transition: background-color 0.4s var(--ease_out);
}
.p-disc_content__pagination-item.is-slide-current {
  background: var(--color-black);
}
.p-disc_content__inner {
  display: block;
  position: relative;
}
.p-disc_content__info {
  display: block;
  position: relative;
  padding: 4.8rem 5rem 4.4rem;
}
@media screen and (max-width: 960px) {
  .p-disc_content__info {
    width: 90%;
    margin: 0 auto;
    padding: 2.5rem 0 2.6rem;
  }
}
.p-disc_content__artist {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-disc_content__artist {
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-disc_content__title {
  display: block;
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-disc_content__title {
    font-size: 2.1rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.p-disc_content__release {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-disc_content__release {
    margin-top: 0.6rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.p-disc_content__data {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  position: relative;
  padding: 2.3rem 5rem;
}
@media screen and (max-width: 960px) {
  .p-disc_content__data {
    padding: 2rem 5%;
    grid-template-columns: 6.4rem 1fr;
  }
}
.p-disc_content__data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-disc_content__data + .p-disc_content__data::before {
  border-top: none;
}

.p-disc_content__data-cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-disc_content__data-cap {
    font-size: 1.3rem;
    line-height: 1.55;
    letter-spacing: 0.05rem;
  }
}
.p-disc_content__data-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-disc_content__data-text {
    font-size: 1.3rem;
    line-height: 1.55;
    letter-spacing: 0.05rem;
  }
}

.p-btn {
  width: 90%;
  max-width: 34rem;
  min-height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 5rem;
  margin: 0 auto;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 20rem;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .p-btn {
    max-width: 23rem;
    min-height: 5.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-btn {
    transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .p-btn:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.p-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 20rem;
  pointer-events: none;
}
.p-btn__text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-btn__text {
    font-size: 1.3rem;
  }
}
.p-btn__icon {
  width: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 4.5rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-btn__icon {
    width: 1.5rem;
    right: 3rem;
  }
}

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}