@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-line: #bebebe;
  --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: scroll;
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12.5px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "LINE Seed 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";
  overflow: hidden;
  -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: "LINE Seed 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;
  background: url("../img/bg/bg_white.jpg") repeat 0 0/500px auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background-size: 25rem auto;
  }
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 0.3s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 1px solid var(--color-black);
  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;
  z-index: 0;
  opacity: 0;
}
.is-ready .l-wrap__container {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  z-index: 10;
  background: url("../img/bg/bg_white.jpg") repeat 0 0/500px auto;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav {
    background-size: 25rem auto;
  }
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.4s var(--ease_out);
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
.l-nav__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    padding: 10rem 0;
  }
}
.l-nav__lang {
  display: block;
  position: fixed;
}
@media screen and (min-width: 961px) {
  .l-nav__lang {
    top: 3rem;
    right: 19rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__lang {
    top: 2rem;
    left: 2.8rem;
  }
}
.l-nav__lang #google_translate_element > div {
  display: grid;
  grid-template-columns: auto 1fr;
}
.l-nav__lang #google_translate_element > div > div:first-child {
  grid-column: 1/-1;
}
.l-nav__lang #google_translate_element a {
  display: flex;
}
.l-nav__content {
  width: calc(100% - 10rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: calc(100% - 3rem);
  }
}
.l-nav__brand {
  width: 20rem;
  display: block;
  position: relative;
  margin: 0 auto 12rem;
}
@media screen and (max-width: 960px) {
  .l-nav__brand {
    width: 12rem;
    margin-bottom: 8rem;
  }
}
.l-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7.5rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-nav__list {
    width: 30rem;
    gap: 3.6rem 2rem;
    margin: 0 auto;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item {
    width: calc(50% - 1rem);
  }
}
.l-nav__link {
  width: 15rem;
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    margin: 0 auto;
  }
}
.l-nav__link.--top {
  width: 9.8rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link.--top {
    width: 6.86rem;
  }
}
.l-nav__link.--news {
  width: 15rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link.--news {
    width: 10.5rem;
  }
}
.l-nav__link.--disco {
  width: 15rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link.--disco {
    width: 10.5rem;
  }
}
.l-nav__link.--movie {
  width: 17rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link.--movie {
    width: 11.9rem;
  }
}
.l-nav__link.--profile {
  width: 22rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link.--profile {
    width: 15.4rem;
  }
}
.l-nav__link-img {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link-img {
    transition: transform 0.3s var(--ease_out);
  }
  .l-nav__link:hover .l-nav__link-img {
    transform: scale(1.05);
  }
}
.l-nav__link-circle {
  width: 25rem;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .l-nav__link-circle {
    display: block;
  }
}
.l-nav__link-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-line);
  stroke-width: 0.1rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover .l-nav__link-path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1.4s var(--ease_out);
  }
}
.l-nav__sns {
  display: block;
  position: relative;
  margin-top: 14.8rem;
}
@media screen and (max-width: 960px) {
  .l-nav__sns {
    margin-top: 8rem;
  }
}

.l-nav_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav_sns {
    gap: 2.5rem;
  }
}
.l-nav_sns__cap {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02rem;
  text-align: center;
}
.l-nav_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__list {
    gap: 2.5rem;
  }
}
.l-nav_sns__list-item {
  display: block;
  position: relative;
}
.l-nav_sns__link {
  width: 2.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__link {
    width: 2.4rem;
  }
}
.l-nav_sns__link img {
  display: block;
  position: relative;
  transition: transform 0.3s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav_sns__link:hover img {
    transform: scale(1.07);
  }
}
.l-nav_sns__link-circle {
  width: 10rem;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .l-nav_sns__link-circle {
    display: block;
  }
}
.l-nav_sns__link-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-line);
  stroke-width: 0.1rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav_sns__link:hover .l-nav_sns__link-path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.8s var(--ease_out);
  }
}

.l-menu {
  width: 14.5rem;
  height: 8rem;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 15;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 11rem;
    height: 6.8rem;
    top: 0;
  }
}
.l-menu__content {
  width: 11rem;
  height: 1.3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 8rem;
    height: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__content {
    transition: height 0.3s var(--ease_out);
  }
  .l-menu:hover .l-menu__content {
    height: 0.8rem;
  }
}
.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(15deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.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-footer {
  display: block;
  position: relative;
  padding: 14.5rem 0 5.8rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 17rem 0 6rem;
  }
}
.is-load .l-footer {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.l-footer__bg {
  width: 100%;
  display: block;
  position: absolute;
  top: -6.8rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-footer__bg {
    top: -3.4rem;
  }
}
.l-footer__container {
  width: calc(100% - 10rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: calc(100% - 3rem);
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 6rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 5.2rem;
  }
}

.l-footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns {
    gap: 2.5rem;
  }
}
.l-footer_sns__cap {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02rem;
  text-align: center;
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list {
    gap: 2.5rem;
  }
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__link {
  width: 2.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link {
    width: 2.4rem;
  }
}
.l-footer_sns__link img {
  display: block;
  position: relative;
  transition: transform 0.3s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link:hover img {
    transform: scale(1.07);
  }
}
.l-footer_sns__link-circle {
  width: 10rem;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .l-footer_sns__link-circle {
    display: block;
  }
}
.l-footer_sns__link-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-line);
  stroke-width: 0.1rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link:hover .l-footer_sns__link-path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.8s var(--ease_out);
  }
}

.l-side_sns {
  width: 5rem;
  gap: 5rem;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .l-side_sns {
    display: none;
  }
}
.l-side_sns__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto 2rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02rem;
  text-align: center;
  writing-mode: vertical-rl;
}
.l-side_sns__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-side_sns__list-item {
  display: block;
  position: relative;
}
.l-side_sns__list-item + .l-side_sns__list-item {
  margin-top: 2.2rem;
}
.l-side_sns__link {
  width: 2.2rem;
  display: block;
  position: relative;
}
.l-side_sns__link img {
  display: block;
  position: relative;
  transition: transform 0.3s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .l-side_sns__link:hover img {
    transform: scale(1.07);
  }
}
.l-side_sns__link-circle {
  width: 10rem;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .l-side_sns__link-circle {
    display: block;
  }
}
.l-side_sns__link-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-line);
  stroke-width: 0.1rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
@media (hover: hover) and (pointer: fine) {
  .l-side_sns__link:hover .l-side_sns__link-path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.8s var(--ease_out);
  }
}

.c-more {
  width: 15rem;
  display: block;
  position: relative;
  padding: 1rem 0 3.5rem;
  color: var(--color-black);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .c-more {
    width: 10.5rem;
    padding: 1rem 0 2.8rem;
  }
}
.c-more.--c\:white {
  color: var(--color-white);
}
.c-more__text {
  display: block;
  position: relative;
  padding: 0 1.8rem;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0;
  color: currentColor;
}
@media screen and (max-width: 960px) {
  .c-more__text {
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
.c-more__arrow {
  width: calc(100% - 1.2rem);
  display: block;
  position: absolute;
  bottom: 1.7rem;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-more__arrow {
    transition: transform 0.4s var(--ease_out);
  }
  .c-more:hover .c-more__arrow {
    transform: translateX(0.5rem);
  }
}
.c-more__arrow::before {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(50%, -50%);
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .c-more__arrow::before {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-more__arrow::before {
    transition: background 0.4s var(--ease_out), border-color 0.4s var(--ease_out), transform 0.4s var(--ease_out);
  }
  .c-more:hover .c-more__arrow::before {
    background: var(--color-white);
    transform: translate(50%, -50%) scale(0.8);
  }
  .c-more.--c\:white:hover .c-more__arrow::before {
    background: var(--color-black);
    border-color: transparent;
    transform: translate(50%, -50%) scale(0.8);
  }
}
.c-more__arrow::after {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(50%, -50%);
  background: var(--color-white);
  border-radius: 50%;
  mix-blend-mode: difference;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .c-more__arrow::after {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-more__arrow::after {
    transition: opacity 0.4s var(--ease_out), transform 0.4s var(--ease_out);
  }
  .c-more:hover .c-more__arrow::after {
    opacity: 1;
    transform: translate(50%, -50%) scale(0.8);
  }
}
.c-more__arrow-img {
  display: block;
  position: relative;
}

.c-back {
  width: 20rem;
  display: block;
  position: relative;
  left: 1.5rem;
  padding: 1rem 0 3.5rem;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .c-back {
    width: 14rem;
    left: 1.2rem;
    padding: 1rem 0 2.8rem;
  }
}
.c-back.--c\:white {
  color: var(--color-white);
}
.c-back__text {
  display: block;
  position: relative;
  padding: 0 2.8rem;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0;
  color: currentColor;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .c-back__text {
    padding: 0 2rem;
    font-size: 1.1rem;
  }
}
.c-back__arrow {
  width: calc(100% - 1.2rem);
  display: block;
  position: absolute;
  bottom: 1.7rem;
  left: 0;
  transform: scale(-1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-back__arrow {
    transition: transform 0.4s var(--ease_out);
  }
  .c-back:hover .c-back__arrow {
    transform: translateX(-0.5rem) scale(-1, 1);
  }
}
.c-back__arrow::before {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(50%, -50%);
  border: 1px solid currentColor;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .c-back__arrow::before {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-back__arrow::before {
    transition: background 0.4s var(--ease_out), border-color 0.4s var(--ease_out), transform 0.4s var(--ease_out);
  }
  .c-back:hover .c-back__arrow::before {
    background: var(--color-white);
    transform: translate(50%, -50%) scale(0.8);
  }
  .c-back.--c\:white:hover .c-back__arrow::before {
    background: var(--color-black);
    border-color: transparent;
    transform: translate(50%, -50%) scale(0.8);
  }
}
.c-back__arrow::after {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(50%, -50%);
  background: var(--color-white);
  border-radius: 50%;
  mix-blend-mode: difference;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .c-back__arrow::after {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-back__arrow::after {
    transition: opacity 0.4s var(--ease_out), transform 0.4s var(--ease_out);
  }
  .c-back:hover .c-back__arrow::after {
    opacity: 1;
    transform: translate(50%, -50%) scale(0.8);
  }
}
.c-back__arrow-img {
  display: block;
  position: relative;
}

.c-line {
  display: block;
  position: relative;
}
.c-line__svg {
  display: block;
  position: relative;
}
.c-line__svg-path {
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-line);
  stroke-width: 1px;
}
.c-line__dot {
  width: 3rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .c-line__dot {
    width: 1.4rem;
  }
}

.c-none {
  display: block;
  position: relative;
  padding: 8rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.p-page {
  display: block;
  position: relative;
  padding: 9.6rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-page {
    padding: 10.7rem 0 0;
  }
}
.p-page__bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 13rem;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-page__bg {
    top: 0.5rem;
  }
}
.is-load .p-page__bg {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.p-page__brand {
  width: 10rem;
  display: block;
  position: fixed;
  z-index: 5;
}
@media screen and (min-width: 961px) {
  .p-page__brand {
    top: 2rem;
    left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-page__brand {
    width: 7.7rem;
    top: 1.7rem;
    left: 2rem;
  }
}
.p-page__brand-link {
  display: block;
  position: relative;
}
.p-page__container {
  width: calc(100% - 10rem);
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-page__container {
    width: calc(100% - 2rem);
  }
}
.is-load .p-page__container {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.p-page__header {
  display: block;
  position: relative;
}
.p-page__title {
  width: 21rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-page__title {
    width: 16rem;
  }
}
.p-page__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-category {
  display: block;
  position: relative;
}
.p-category__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-category__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-category__list::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid var(--color-black);
    border-right: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 960px) {
  .p-category__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.4rem 0;
  }
}
.p-category__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-category__list-item {
    flex: 1;
  }
  .p-category__list-item + .p-category__list-item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 960px) {
  .p-category__list-item {
    width: 33.3333333333%;
  }
  .p-category__list-item:nth-child(3n+2)::before, .p-category__list-item:nth-child(3n+3)::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid var(--color-black);
  }
}
.p-category__link {
  width: 100%;
  display: block;
  position: relative;
}
.is-active .p-category__link {
  color: var(--color-line);
  position-anchor: none;
}
.p-category__link-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-category__link-text {
    font-size: 1.2rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-category__link-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);
    }
    .p-category__link:hover .p-category__link-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) {
    .p-category__link:hover .p-category__link-text {
      text-decoration: underline;
    }
  }
}

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