@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mochiy+Pop+One&display=swap");

:root {
  --content-width: 1200px;
  --pc-device-size: 1512px;
  --sp-device-size: 402px;
  --sp-default-size: 354px;
  --pc-padding: 50px;
  --sp-padding: 24px;
  --sp-padding-ratio: calc(var(--sp-padding) / var(--sp-device-size) * 100%);
  --base-color: #fff;
  --bg-color: #0E0C13;
  --accent-color: #68FF7A;
  --link-color: #d8d8d8;
  --white: #fff;
  --black: #000;
  --base-font: "Inter", "IBM Plex Sans JP", YakuHanJP, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --facebook-color: #1877f2;
  --twitter-color: #1da1f2;
  --googleplus-color: #dd4b39;
  --insta-color: #D93177;
  --tumblr-color: #36465d;
  --flickr-color-01: #0063dc;
  --flickr-color-02: #ff0084;
  --hatena-color: #008fde;
  --line-color: #00c300;
  --youtube-color: #ff0000;
  --vimeo-color: #1ab7ea;
  --dropbox-color: #007ee5;
  --snapchat-color: #fffc00;
  --skype-color: #12a5f4;
  --pinterest-color: #bd081c;
  --note-color: #2dcdb5;
  --wordpress-color: #21759b;
  --pixiv-color: #127bb1;
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}
/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loopTxtLAnimPC {
  from {
    background-position: left 0 top 0;
  }
  to {
    background-position: left -2260px top 0;
  }
}
@keyframes loopTxtLAnimSP {
  from {
    background-position: left 0 top 0;
  }
  to {
    background-position: left -2155px top 0;
  }
}
@keyframes loopX {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes footerLoopTxtPC {
  from {
    background-position: left 0 top 0;
  }
  to {
    background-position: left -1270px top 0;
  }
}
@keyframes blurFade {
  0%, 80%, 100% {
    filter: blur(0);
  }
  30%, 60% {
    filter: blur(20px);
  }
}
@keyframes filterChangeAnim {
  0%, 100% {
    filter: brightness(1) contrast(1);
  }
  32% {
    filter: brightness(1.2) contrast(1.2);
  }
  60% {
    filter: brightness(0.8) contrast(0.8);
  }
  72% {
    filter: brightness(1.1) contrast(1.5);
  }
}
@keyframes flashAnime {
  0%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2%);
  }
  50% {
    transform: translateY(-1%);
  }
  75% {
    transform: translateY(1%);
  }
}
.l-header {
  width: 100%;
  box-sizing: border-box;
  z-index: 9;
}
@media print, screen and (min-width: 769px) {
  .l-header {
    position: sticky;
    top: 0;
    left: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    left: 0;
    bottom: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header.is__scrolled {
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header[data-status=pc-hidden] {
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header[data-shadow=white] .l-header__container:before {
    opacity: 0 !important;
  }
}
.l-header[data-shadow=white] .l-header__container .headernav--contents .nav--global a .label {
  opacity: 0.2;
}
.l-header[data-shadow=white] .l-header__container .headernav--contents .nav--global a .kanalabel {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .l-header.is-sticky .l-header__container:before {
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.l-header__container {
  position: relative;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  padding-top: 42px;
}
@media screen and (max-width: 1200px) {
  .l-header__container {
    padding-top: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container {
    padding-top: calc(0 / 402 * 100vw);
  }
}
.l-header__container {
  padding-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .l-header__container {
    padding-bottom: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container {
    padding-bottom: calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__container {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 79.81%);
    opacity: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__container .logo, .l-header__container .decotxt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-header__container .logo {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .l-header__container .logo {
    width: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container .logo {
    width: calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__container .logo {
    left: 3.3068783069%;
  }
}
.l-header__container .headernav {
  padding-top: 18px;
}
@media screen and (max-width: 1200px) {
  .l-header__container .headernav {
    padding-top: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container .headernav {
    padding-top: calc(0 / 402 * 100vw);
  }
}
.l-header__container .headernav {
  padding-left: 54px;
}
@media screen and (max-width: 1200px) {
  .l-header__container .headernav {
    padding-left: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container .headernav {
    padding-left: calc(0 / 402 * 100vw);
  }
}
.l-header__container .headernav {
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .l-header__container .headernav {
    padding-right: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container .headernav {
    padding-right: calc(0 / 402 * 100vw);
  }
}
.l-header__container .headernav {
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .l-header__container .headernav {
    padding-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container .headernav {
    padding-bottom: calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__container .headernav {
    position: relative;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 160px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
  }
}
.l-header__container .headernav--mascot {
  position: absolute;
  top: 50%;
  overflow: hidden;
  cursor: pointer;
  transform: translate(0, -50%);
  width: 84px;
}
@media screen and (max-width: 1200px) {
  .l-header__container .headernav--mascot {
    width: calc(84 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container .headernav--mascot {
    width: calc(72 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__container .headernav--mascot {
    right: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__container .headernav--mascot {
    right: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container .headernav--mascot {
    right: 5.9701492537%;
  }
}
@media screen and (max-width: 768px) {
  .l-header__container .headernav--mascot.is-hidden .headernav--mascot__inner .mascotnav {
    transform: translateY(100%);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__container .headernav--mascot.is-hidden .headernav--mascot__inner .mascotnav--slider {
    pointer-events: none !important;
  }
}
.l-header__container .headernav--mascot__inner {
  animation: float 4s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-header__container .headernav--mascot__inner .mascotnav {
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-header__container .headernav--mascot__inner .mascotnav--slider {
  cursor: pointer;
}
.l-header__container .headernav--mascot__inner .mascotnav .swiper-slide-active picture img {
  transform: translateY(0) !important;
}
.l-header__container .headernav--mascot__inner .mascotnav .swiper-slide picture img {
  transform: translateY(100%);
}
.l-header__container .headernav--mascot .slide picture img {
  aspect-ratio: 1/1;
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media print, screen and (min-width: 769px) {
  .l-header__container .decotxt {
    right: 3.3068783069%;
    text-align: right;
  }
}
.l-footer {
  position: relative;
}
.l-footer.is__scrolled .l-footer__container .foot--vis__liver--item picture img {
  opacity: 1;
  transform: translateY(0);
  filter: brightness(1) contrast(1) blur(0);
  transition-duration: 1.2s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-footer__container .foot--vis {
  position: relative;
  z-index: 1;
}
.l-footer__container .foot--vis__effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: overlay;
  transform: translateZ(0);
  will-change: filter, transform;
}
.l-footer__container .foot--vis__effect__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-footer__container .foot--vis__effect__inner svg {
  width: 100%;
  height: 100%;
}
.l-footer__container .foot--vis__bg {
  position: relative;
  z-index: 1;
}
.l-footer__container .foot--vis__bg picture img {
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--vis__bg picture img {
    aspect-ratio: 3024/2310;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--vis__bg picture img {
    aspect-ratio: 1206/922;
  }
}
.l-footer__container .foot--vis__liver {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.l-footer__container .foot--vis__liver--inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-footer__container .foot--vis__liver--item {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.l-footer__container .foot--vis__liver--item picture {
  display: block;
  overflow: hidden;
}
.l-footer__container .foot--vis__liver--item picture img {
  opacity: 0;
  transform: translateY(8%);
  will-change: filter, transform, opacity;
  filter: brightness(1.2) contrast(2) blur(10px);
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--vis__liver--item picture img {
    aspect-ratio: 3024/2494;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--vis__liver--item picture img {
    aspect-ratio: 1206/1134;
  }
}
.l-footer__container .foot--info {
  z-index: 2;
  padding-bottom: 48px;
}
@media screen and (max-width: 1200px) {
  .l-footer__container .foot--info {
    padding-bottom: calc(48 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--info {
    padding-bottom: calc(42 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--info {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 1080px;
    width: 71.4285714286%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--info {
    position: relative;
    transform: translateY(calc(-66 / 402 * 100vw));
  }
}
.l-footer__container .foot--info__logo {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--info__logo {
    width: 67.037037037%;
  }
}
.l-footer__container .foot--info__share {
  padding-top: 0px;
}
@media screen and (max-width: 1200px) {
  .l-footer__container .foot--info__share {
    padding-top: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--info__share {
    padding-top: calc(42 / 402 * 100vw);
  }
}
.l-footer__container .foot--info__share, .l-footer__container .foot--info__credit {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .l-footer__container .foot--info__share, .l-footer__container .foot--info__credit {
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--info__share, .l-footer__container .foot--info__credit {
    margin-bottom: calc(30 / 402 * 100vw);
  }
}
.l-footer__container .foot--info__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-footer__container .foot--info__credit--item {
  display: block;
  border-radius: 6px;
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--info__credit--item {
    width: 18.8888888889%;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .l-footer__container .foot--info__credit--item:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--info__credit--item {
    width: 37.3134328358%;
  }
}
.l-footer__container .foot--info__credit--item picture img {
  aspect-ratio: 204/72;
}
.l-footer__container .foot--info__copyright {
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  color: var(--white);
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .l-footer__container .foot--info__copyright {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--info__copyright {
    font-size: calc(10 / 402 * 100vw);
  }
}
.l-footer__container .foot--info__copyright > p:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .l-footer__container .foot--info__copyright > p:not(:last-child) {
    margin-bottom: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--info__copyright > p:not(:last-child) {
    margin-bottom: calc(18 / 402 * 100vw);
  }
}
.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--bg-color);
}
.l-loader__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l-loader__contents {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l-loader__contents .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .l-loader__contents .ttl {
    padding-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-loader__contents .ttl {
    padding-top: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-loader__contents .ttl {
    width: 26.455026455%;
    max-width: 400px;
  }
}
.l-loader__contents .ttl--logo {
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .l-loader__contents .ttl--logo {
    margin-bottom: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-loader__contents .ttl--logo {
    margin-bottom: calc(6 / 402 * 100vw);
  }
}
.l-loader__contents .ttl--icon {
  margin-inline: auto;
  box-sizing: border-box;
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .l-loader__contents .ttl--icon {
    width: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-loader__contents .ttl--icon {
    width: calc(24 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-loader__contents .ttl--icon {
    padding: 1px;
  }
}
.l-loader__contents .effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  will-change: filter;
  filter: blur(10px) brightness(0.5) contrast(3);
}
.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
}
.l-modal[data-status=show] {
  opacity: 1;
  pointer-events: auto;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-modal[data-status=show]:after {
  animation-play-state: running;
}
.l-modal[data-status=show] .l-modal__container .l:before {
  animation: filterChangeAnim 30s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-modal[data-status=show] .l-modal__container .l[data-team=sun] .l--member > ul > li .info {
  transition-delay: 0.8s;
}
.l-modal[data-status=show] .l-modal__container .l[data-team=moon] .l--member > ul > li .info {
  transition-delay: 1s;
}
.l-modal[data-status=show] .l-modal__container .l--header .teamname > picture {
  opacity: 1;
  transform: scaleX(100%);
  transition-duration: 0.8s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(1) .liverimg picture img {
  transition-delay: 0.22s;
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(2) .liverimg picture img {
  transition-delay: 0.32s;
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(3) .liverimg picture img {
  transition-delay: 0.42s;
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(4) .liverimg picture img {
  transition-delay: 0.52s;
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(5) .liverimg picture img {
  transition-delay: 0.62s;
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(6) .liverimg picture img {
  transition-delay: 0.72s;
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(7) .liverimg picture img {
  transition-delay: 0.82s;
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(8) .liverimg picture img {
  transition-delay: 0.92s;
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(9) .liverimg picture img {
  transition-delay: 1.02s;
}
.l-modal[data-status=show] .l-modal__container .l--member li:nth-child(10) .liverimg picture img {
  transition-delay: 1.12s;
}
.l-modal[data-status=show] .l-modal__container .l--member li .liverimg picture img {
  opacity: 1;
  filter: blur(0) brightness(1) contrast(1);
  transition-duration: 1.2s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media print, screen and (min-width: 769px) {
  .l-modal[data-status=show] .l-modal__container .l--member li .liverimg picture img {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .l-modal[data-status=show] .l-modal__container .l--member li .liverimg picture img {
    transform: translateX(0);
  }
}
.l-modal[data-status=show] .l-modal__container .l--member li .info {
  opacity: 1;
  filter: blur(0);
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l-modal .md-btn__close {
  position: fixed;
  margin: 0;
  padding: 0;
  background: none;
  border-style: none;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  z-index: 9;
  width: 60px;
}
@media screen and (max-width: 1200px) {
  .l-modal .md-btn__close {
    width: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal .md-btn__close {
    width: calc(36 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal .md-btn__close {
    top: 54px;
    right: 3.9682539683%;
    transition-duration: 0.6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .l-modal .md-btn__close:hover {
    transform: scale(1.05) rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .l-modal .md-btn__close {
    top: calc(38 / 402 * 100vw);
    right: 4.4776119403%;
  }
}
.l-modal .md-btn__close picture {
  display: block;
}
.l-modal .md-btn__close picture img {
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 769px) {
  .l-modal:after {
    content: "";
    position: fixed;
    left: 0;
    bottom: 42px;
    width: 100%;
    height: 36px;
    display: block;
    background: url("../images/_common/deco/webp/looptxt_002.webp") left top repeat-x;
    background-size: 1270px auto;
    z-index: 2;
    pointer-events: none;
    animation: footerLoopTxtPC 42s linear infinite;
    animation-play-state: paused;
  }
}
@media screen and (max-width: 1200px) {
  .l-modal:after {
    bottom: calc(42 / 1200 * 100vw);
  }
}
.l-modal__container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.l-modal__container .l {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l:before {
    content: "";
    position: fixed;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 472px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    transform: translate(0, -50%);
    z-index: 1;
  }
}
@media screen and (max-width: 1200px) {
  .l-modal__container .l:before {
    height: calc(472 / 1200 * 100vw);
  }
}
.l-modal__container .l[data-team=sun]:before {
  background-image: url("../images/cast/webp/bg_modal_sun_pc.webp");
}
.l-modal__container .l[data-team=moon]:before {
  background-image: url("../images/cast/webp/bg_modal_moon_pc.webp");
}
.l-modal__container .l--header {
  position: fixed;
  pointer-events: none;
  z-index: 2;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--header {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--header {
    top: calc(18 / 402 * 100vw);
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.l-modal__container .l--header .icon {
  margin-inline: auto;
  width: 72px;
}
@media screen and (max-width: 1200px) {
  .l-modal__container .l--header .icon {
    width: calc(72 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--header .icon {
    width: calc(72 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--header .teamname {
    transform: translate(0, -15%);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--header .teamname {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 calc(12 / 402 * 100vw);
  }
}
.l-modal__container .l--header .teamname > picture {
  margin-inline: auto;
  opacity: 0;
  transform: scaleX(120%);
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--header .teamname > picture {
    transform-origin: center center;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--header .teamname > picture {
    transform-origin: left;
  }
}
.l-modal__container .l--header .teamname > picture[data-team=sun] {
  width: 133px;
}
@media screen and (max-width: 1200px) {
  .l-modal__container .l--header .teamname > picture[data-team=sun] {
    width: calc(133 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--header .teamname > picture[data-team=sun] {
    width: calc(100 / 402 * 100vw);
  }
}
.l-modal__container .l--header .teamname > picture[data-team=moon] {
  width: 88px;
}
@media screen and (max-width: 1200px) {
  .l-modal__container .l--header .teamname > picture[data-team=moon] {
    width: calc(88 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--header .teamname > picture[data-team=moon] {
    width: calc(66 / 402 * 100vw);
  }
}
.l-modal__container .l--header .teamname small {
  display: block;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .l-modal__container .l--header .teamname small {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--header .teamname small {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--header .teamname small {
    margin-top: 1em;
    text-align: center;
  }
}
.l-modal__container .l--member {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .l-modal__container .l--member {
    padding-bottom: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member {
    padding-bottom: calc(54 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member {
    padding-top: calc(84 / 402 * 100vw);
    width: 100%;
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
.l-modal__container .l--member ul {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member ul {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul {
    flex-wrap: wrap;
    gap: calc(18 / 402 * 100vw) 2.5423728814%;
  }
}
.l-modal__container .l--member ul > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member ul > li {
    width: 22.4867724868%;
    max-width: 420px;
  }
}
@media screen and (max-width: 1200px) {
  .l-modal__container .l--member ul > li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li {
    width: 48.5875706215%;
  }
}
.l-modal__container .l--member ul > li .liverimg {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .liverimg {
    height: auto;
    aspect-ratio: 172/220;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .liverimg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 172/154;
    z-index: 1;
  }
}
.l-modal__container .l--member ul > li .liverimg[data-type=sun]:before {
  background-image: url("../images/cast/webp/bg_thumb_sun_member.webp");
}
.l-modal__container .l--member ul > li .liverimg[data-type=moon]:before {
  background-image: url("../images/cast/webp/bg_thumb_moon_member.webp");
}
.l-modal__container .l--member ul > li .liverimg picture {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .liverimg picture {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 140.6976744186%;
    transform: translateX(-50%);
  }
}
.l-modal__container .l--member ul > li .liverimg picture img {
  display: block;
  z-index: 2;
  will-change: filter;
  opacity: 0;
  pointer-events: none;
  filter: blur(10px) brightness(0.2) contrast(3);
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member ul > li .liverimg picture img {
    position: relative;
    transform: translateX(20%);
    aspect-ratio: 320/582;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .liverimg picture img {
    aspect-ratio: 242/220;
  }
}
.l-modal__container .l--member ul > li .info {
  opacity: 0;
  will-change: filter, opacity;
  z-index: 2;
  filter: blur(10px);
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member ul > li .info {
    position: absolute;
    width: 30%;
    right: 5.3125%;
    bottom: 7.2164948454%;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info {
    padding-top: calc(12 / 402 * 100vw);
  }
}
.l-modal__container .l--member ul > li .info--name {
  position: relative;
}
.l-modal__container .l--member ul > li .info--name picture {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member ul > li .info--name .janame {
    width: 85.4166666667%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member ul > li .info--name .janame > picture {
    margin-inline: auto;
    width: 92.6829268293%;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info--name .janame > picture {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info--name .janame > picture img {
    width: auto !important;
    height: calc(22 / 402 * 100vw) !important;
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member ul > li .info--name .enname {
    position: absolute;
    top: 11px;
    right: 0;
    width: 7.7777777778%;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info--name .enname {
    margin-top: 1em;
    display: block;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info--name .enname {
    font-size: calc(9 / 402 * 100vw);
  }
}
.l-modal__container .l--member ul > li .info--sns {
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .l-modal__container .l--member ul > li .info--sns {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info--sns {
    margin-top: calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member ul > li .info--sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85.4166666667%;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info--sns {
    position: absolute;
    top: 0;
    left: calc(10 / 402 * 100vw);
    transform: translateY(-115%);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info--sns {
    width: calc(30 / 402 * 100vw);
  }
}
.l-modal__container .l--member ul > li .info--sns > a {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container .l--member ul > li .info--sns > a {
    width: 43.9024390244%;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .l-modal__container .l--member ul > li .info--sns > a:hover {
    opacity: 0.6;
    transform: scale(1.05);
  }
}
.l-modal__container .l--member ul > li .info--sns > a:not(:last-child) {
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .l-modal__container .l--member ul > li .info--sns > a:not(:last-child) {
    margin-bottom: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container .l--member ul > li .info--sns > a:not(:last-child) {
    margin-bottom: calc(10 / 402 * 100vw);
  }
}
.l-modal__container .l--member ul > li .info--sns > a .icon {
  display: block;
}
.l-modal__container .l--member ul > li .info--sns > a .icon svg {
  vertical-align: bottom;
}
#Wrap {
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 769px) {
  #Wrap {
    background-image: url("../images/_common/bg/webp/bg_wrap_pc.webp");
  }
}
@media screen and (max-width: 768px) {
  #Wrap {
    background-image: url("../images/_common/bg/webp/bg_wrap_sp.webp");
  }
}
#Wrap *[data-status=hidden] {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-main {
  overflow: hidden;
}
.nav--global {
  gap: 0px 20px;
}
@media screen and (max-width: 1200px) {
  .nav--global {
    gap: calc(0 / 1200 * 100vw) calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--global {
    gap: calc(0 / 402 * 100vw) calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .nav--global {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nav--global > a {
  position: relative;
  display: block;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.03em;
  overflow: hidden;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .nav--global > a {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--global > a {
    font-size: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .nav--global > a {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .nav--global > a:hover {
    color: var(--accent-color);
  }
}
@media screen and (max-width: 768px) {
  .nav--global > a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media print, screen and (min-width: 769px) {
  .nav--global > a .label {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media print, screen and (min-width: 769px) {
  .nav--global > a .kanalabel {
    position: absolute;
    top: 50%;
    left: 50%;
    text-wrap: nowrap;
    white-space: nowrap;
    transform: translate(-50%, 150%);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    font-size: 1.3rem;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .nav--global > a .kanalabel {
    font-size: calc(13 / 1200 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav--global > a .kanalabel {
    font-size: calc(13 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--global > a:not(:last-child) {
    margin-bottom: calc(10 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger {
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: auto;
    background-color: var(--black);
    border: solid 1px var(--white);
    box-sizing: border-box;
    border-radius: 150px;
    display: block;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 0.12em;
    font-family: var(--base-font);
    aspect-ratio: 154/36;
    text-align: center;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger {
    width: calc(154 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger {
    font-size: calc(12 / 402 * 100vw);
  }
}
.nav--hamburger[data-navstatus=opened] em {
  opacity: 0;
  filter: blur(4px);
}
.nav--hamburger[data-navstatus=opened] .after--inner i {
  transform: translateY(0) skewX(0deg);
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(1) {
  transition-delay: 0.1s;
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(2) {
  transition-delay: 0.2s;
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(3) {
  transition-delay: 0.3s;
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(4) {
  transition-delay: 0.4s;
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(5) {
  transition-delay: 0.5s;
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(6) {
  transition-delay: 0.6s;
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(7) {
  transition-delay: 0.7s;
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(8) {
  transition-delay: 0.8s;
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(9) {
  transition-delay: 0.9s;
}
.nav--hamburger[data-navstatus=opened] .after--inner i:nth-child(10) {
  transition-delay: 1s;
}
.nav--hamburger > em {
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 768px) {
  .nav--hamburger .after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger .after {
    font-size: calc(11 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger .after--inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.nav--hamburger .after--inner i {
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 768px) {
  .nav--hamburger .after--inner i {
    display: block;
    transform: translateY(100%) skewX(20deg);
  }
}
.nav--share__header {
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .nav--share__header {
    margin-bottom: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--share__header {
    margin-bottom: calc(12 / 402 * 100vw);
  }
}
.nav--share__header {
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .nav--share__header {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--share__header {
    font-size: calc(10 / 402 * 100vw);
  }
}
.nav--share__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav--share__links--item {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  width: 48px;
}
@media screen and (max-width: 1200px) {
  .nav--share__links--item {
    width: calc(48 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--share__links--item {
    width: calc(48 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .nav--share__links--item {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .nav--share__links--item:hover {
    opacity: 0.5;
  }
}
.nav--share__links--item svg {
  vertical-align: bottom;
}
.nav--share__links--item svg path.base {
  fill: var(--white);
}
@media screen and (max-width: 768px) {
  .nav--spnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
  }
}
.nav--spnav[data-status=show] {
  opacity: 1;
  pointer-events: auto;
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a {
  opacity: 1;
  transform: translateY(0);
  letter-spacing: 0;
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(1) {
  transition-delay: 0.13s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(2) {
  transition-delay: 0.23s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(3) {
  transition-delay: 0.33s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(4) {
  transition-delay: 0.43s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(5) {
  transition-delay: 0.53s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(6) {
  transition-delay: 0.63s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(7) {
  transition-delay: 0.73s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(8) {
  transition-delay: 0.83s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(9) {
  transition-delay: 0.93s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--contents .nav--global > a:nth-child(10) {
  transition-delay: 1.03s;
}
.nav--spnav[data-status=show] .nav--spnav__container .l--mascot {
  opacity: 1;
  transition-duration: 0.6s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 768px) {
  .nav--spnav__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    z-index: 1;
  }
}
.nav--spnav__container {
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .nav--spnav__container {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l {
    padding-top: calc(54 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--contents {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
.nav--spnav__container .l--contents > header {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--contents > header {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--contents > .nav--global {
    padding-top: calc(30 / 402 * 100vw);
  }
}
.nav--spnav__container .l--contents > .nav--global > a {
  line-height: 1;
  color: var(--black);
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--contents > .nav--global > a {
    font-size: calc(36 / 402 * 100vw);
  }
}
.nav--spnav__container .l--mascot {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--mascot {
    margin-top: calc(24 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--mascot {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--mascot__lineup {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--mascot__lineup .linkwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--mascot__lineup > section {
    width: 50%;
  }
}
.nav--spnav__container .l--mascot__lineup > section > .unitmember {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .nav--spnav__container .l--mascot__lineup > section > .unitmember > li {
    width: 26.6666666667%;
  }
}
.md {
  /* ------------------------------
    Layout
  ------------------------------ */
}
.md-header {
  margin: 0;
}
.md {
  /* ------------------------------
    Logo
  ------------------------------ */
}
.md-logo {
  margin: 0;
}
.md {
  /* ------------------------------
    Title
  ------------------------------ */
}
.md-ttl__section {
  margin-inline: auto;
  line-height: 1;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-wrap: nowrap;
  white-space: nowrap;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 9.6rem;
}
@media screen and (max-width: 1200px) {
  .md-ttl__section {
    font-size: calc(96 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__section {
    font-size: calc(54 / 402 * 100vw);
  }
}
.md {
  /* ------------------------------
    Txt
  ------------------------------ */
}
.md-txt__encatch {
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .md-txt__encatch {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-txt__encatch {
    font-size: calc(10 / 402 * 100vw);
  }
}
.md {
  /* ------------------------------
    Button
  ------------------------------ */
}
.md-btn__round {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 130px;
  border: 1px solid var(--white);
  overflow: hidden;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .md-btn__round {
    padding-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__round {
    padding-top: calc(10 / 402 * 100vw);
  }
}
.md-btn__round {
  padding-left: 42px;
}
@media screen and (max-width: 1200px) {
  .md-btn__round {
    padding-left: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__round {
    padding-left: calc(42 / 402 * 100vw);
  }
}
.md-btn__round {
  padding-right: 42px;
}
@media screen and (max-width: 1200px) {
  .md-btn__round {
    padding-right: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__round {
    padding-right: calc(42 / 402 * 100vw);
  }
}
.md-btn__round {
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .md-btn__round {
    padding-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__round {
    padding-bottom: calc(10 / 402 * 100vw);
  }
}
.md-btn__round {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .md-btn__round {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__round {
    font-size: calc(15 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-btn__round {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .md-btn__round:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 130px;
    background-color: var(--white);
    transform: translateX(-100%);
    z-index: 1;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .md-btn__round:hover {
    color: var(--black);
  }
  .md-btn__round:hover:before {
    transform: translateX(0);
  }
  .md-btn__round:hover .icon svg path, .md-btn__round:hover .arrow svg path {
    fill: var(--black);
  }
}
.md-btn__round .icon, .md-btn__round .label {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .md-btn__round .icon svg path, .md-btn__round .arrow svg path {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.md-btn__round .icon {
  width: 28px;
}
@media screen and (max-width: 1200px) {
  .md-btn__round .icon {
    width: calc(28 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__round .icon {
    width: calc(28 / 402 * 100vw);
  }
}
.md-btn__round .icon svg {
  vertical-align: bottom;
}
@media print, screen and (min-width: 769px) {
  .md-btn__round .icon svg path {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.md-btn__round .label {
  font-weight: 500;
  display: inline-flex;
  gap: 0px 2px;
}
@media screen and (max-width: 1200px) {
  .md-btn__round .label {
    gap: calc(0 / 1200 * 100vw) calc(2 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__round .label {
    gap: calc(0 / 402 * 100vw) calc(2 / 402 * 100vw);
  }
}
.md-btn__round .label .arrow {
  display: block;
  width: 10px;
}
@media screen and (max-width: 1200px) {
  .md-btn__round .label .arrow {
    width: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__round .label .arrow {
    width: calc(10 / 402 * 100vw);
  }
}
.md-btn__round .label .arrow svg {
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .md-btn__round .label .arrow svg path {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.md {
  /* ------------------------------
    Links
  ------------------------------ */
}
.md-links {
  margin: 0;
}
.md {
  /* ------------------------------
    Team Logo
  ------------------------------ */
}
.md-teamlogo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 6px;
}
@media screen and (max-width: 1200px) {
  .md-teamlogo {
    gap: calc(0 / 1200 * 100vw) calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-teamlogo {
    gap: calc(0 / 402 * 100vw) calc(6 / 402 * 100vw);
  }
}
.md-teamlogo > i {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  width: 54px;
}
@media screen and (max-width: 1200px) {
  .md-teamlogo > i {
    width: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-teamlogo > i {
    width: calc(54 / 402 * 100vw);
  }
}
.md {
  /* ------------------------------
    Loop Txt
  ------------------------------ */
}
.md-looptxt {
  overflow: hidden;
}
.md-looptxt__logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .md-looptxt__logo {
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-looptxt__logo {
    margin-bottom: calc(15 / 402 * 100vw);
  }
}
.md-looptxt__main {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .md-looptxt__main {
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-looptxt__main {
    margin-bottom: calc(15 / 402 * 100vw);
  }
}
.md-looptxt__main--inner {
  background: url("../images/_common/deco/webp/looptxt_001.webp") left center repeat-x;
}
@media print, screen and (min-width: 769px) {
  .md-looptxt__main--inner {
    height: 52px;
    background-size: 2260px auto;
    animation: loopTxtLAnimPC 60s infinite linear;
  }
}
@media screen and (max-width: 768px) {
  .md-looptxt__main--inner {
    height: 48px;
    background-size: 2155px auto;
    animation: loopTxtLAnimSP 42s infinite linear;
  }
}
.md-looptxt__sub {
  line-height: 1;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .md-looptxt__sub {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-looptxt__sub {
    font-size: calc(12 / 402 * 100vw);
  }
}
.md-looptxt__sub--inner {
  display: flex;
  flex-wrap: nowrap;
}
.md-looptxt__sub--inner .txtitem {
  display: flex;
  flex-wrap: nowrap;
  animation: loopX 120s infinite linear;
  padding-right: 18px;
}
@media screen and (max-width: 1200px) {
  .md-looptxt__sub--inner .txtitem {
    padding-right: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-looptxt__sub--inner .txtitem {
    padding-right: calc(18 / 402 * 100vw);
  }
}
.md-looptxt__sub--inner .txtitem span {
  display: block;
  text-wrap: nowrap;
  white-space: nowrap;
  padding-right: 18px;
}
@media screen and (max-width: 1200px) {
  .md-looptxt__sub--inner .txtitem span {
    padding-right: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-looptxt__sub--inner .txtitem span {
    padding-right: calc(18 / 402 * 100vw);
  }
}
.md {
  /* ------------------------------
    List
  ------------------------------ */
}
.md-li__attention[data-pos=center] > li {
  justify-content: center;
}
.md-li__attention[data-pos=center] > li > p {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 1.5em);
}
.md-li__attention > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0.6;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .md-li__attention > li {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-li__attention > li {
    font-size: calc(10 / 402 * 100vw);
  }
}
.md-li__attention > li:not(:last-child) {
  margin-bottom: 0.85em;
}
.md-li__attention > li:before {
  content: "※";
  display: block;
  width: 1em;
}
.md-li__attention > li > p {
  width: calc(100% - 1.5em);
}
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ------------------------------
  Body
------------------------------ */
html {
  font-size: 62.5%;
}
body {
  font-family: var(--base-font);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  background: var(--bg-color);
  color: var(--base-color);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  backface-visibility: hidden;
  font-optical-sizing: auto;
}
body[data-navopen=true] {
  pointer-events: none;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
}
::-moz-selection {
  background: var(--accent-color);
  color: var(--white);
}
::selection {
  background: var(--accent-color);
  color: var(--white);
}
/* ------------------------------
  Display
------------------------------ */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}
/* ------------------------------
  Images
------------------------------ */
picture {
  display: block;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
svg {
  width: 100%;
  height: auto;
}
/* ------------------------------
  Links
------------------------------ */
a {
  color: var(--link-color);
  outline: none !important;
  text-decoration: none;
}
@font-face {
  font-family: "pilot-bold";
  src: url("../fonts/Pilot-Bold.woff2") format("woff2"), url("../fonts/Pilot-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pilot-medium";
  src: url("../fonts/Pilot-Medium.woff2") format("woff2"), url("../fonts/Pilot-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*[data-font=pilot-medium] {
  font-family: "pilot-medium";
}
*[data-font=pilot-bold] {
  font-family: "pilot-bold";
}
*[data-font=mochiy-pop] {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*[data-fontweight=regular] {
  font-weight: 400;
}
*[data-fontweight=medium] {
  font-weight: 500;
}
*[data-fontweight=semibold] {
  font-weight: 600;
}
*[data-fontweight=bold] {
  font-weight: 700;
}
*[data-fontweight=extrabold] {
  font-weight: 800;
}
*[data-fontweight=black] {
  font-weight: 900;
}
.l-fv {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.l-fv.is__loaded .l-fv__container .fv--vis__bg {
  opacity: 1;
  filter: brightness(1) blur(0) contrast(1);
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: unset;
}
.l-fv.is__loaded .l-fv__container .fv--vis__liver--item picture {
  opacity: 1;
  filter: brightness(1) blur(0) contrast(1);
  transform: translateX(0) !important;
  transition-duration: 1.2s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.l-fv__container .fv {
  position: relative;
}
.l-fv__container .fv--ttl {
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--ttl {
    position: absolute;
    left: 50%;
    bottom: 9.4876660342%;
    width: 39.6825396825%;
    max-width: 600px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl {
    position: relative;
    transform: translateY(calc(-66 / 402 * 100vw));
  }
}
.l-fv__container .fv--ttl__info {
  padding-top: 0px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container .fv--ttl__info {
    padding-top: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info {
    padding-top: calc(24 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
.l-fv__container .fv--ttl__info > dl {
  line-height: 1;
}
.l-fv__container .fv--ttl__info > dl:not(:last-child) {
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container .fv--ttl__info > dl:not(:last-child) {
    margin-bottom: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info > dl:not(:last-child) {
    margin-bottom: calc(30 / 402 * 100vw);
  }
}
.l-fv__container .fv--ttl__info > dl[data-type=live] > dt {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container .fv--ttl__info > dl[data-type=live] > dt {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info > dl[data-type=live] > dt {
    margin-bottom: calc(15 / 402 * 100vw);
  }
}
.l-fv__container .fv--ttl__info > dl[data-type=live] > dt > h2 > picture {
  width: 82px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container .fv--ttl__info > dl[data-type=live] > dt > h2 > picture {
    width: calc(82 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info > dl[data-type=live] > dt > h2 > picture {
    width: calc(60 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--ttl__info > dl[data-type=live] > dd > h3 picture:before {
    background-image: url("../images/txt/txt_date_live_gradient_pc.svg");
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info > dl[data-type=live] > dd > h3 picture:before {
    background-image: url("../images/txt/txt_date_live_gradient_sp.svg");
  }
}
.l-fv__container .fv--ttl__info > dl[data-type=goods] > dt {
  margin-bottom: 22px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container .fv--ttl__info > dl[data-type=goods] > dt {
    margin-bottom: calc(22 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info > dl[data-type=goods] > dt {
    margin-bottom: calc(15 / 402 * 100vw);
  }
}
.l-fv__container .fv--ttl__info > dl[data-type=goods] > dt > h2 > picture {
  width: 122px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container .fv--ttl__info > dl[data-type=goods] > dt > h2 > picture {
    width: calc(122 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info > dl[data-type=goods] > dt > h2 > picture {
    width: calc(92 / 402 * 100vw);
  }
}
.l-fv__container .fv--ttl__info > dl[data-type=goods] > dd > h3 {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--ttl__info > dl[data-type=goods] > dd > h3 {
    width: 87%;
  }
}
.l-fv__container .fv--ttl__info > dl[data-type=goods] > dd > h3 picture:before {
  background-image: url("../images/txt/txt_date_goods_gradient.svg");
}
.l-fv__container .fv--ttl__info > dl > dt > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 12px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container .fv--ttl__info > dl > dt > h2 {
    gap: calc(0 / 1200 * 100vw) calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info > dl > dt > h2 {
    gap: calc(0 / 402 * 100vw) calc(10 / 402 * 100vw);
  }
}
.l-fv__container .fv--ttl__info > dl > dt > h2:before, .l-fv__container .fv--ttl__info > dl > dt > h2:after {
  content: "";
  display: block;
  height: 1px;
  opacity: 0.5;
  background-color: var(--white);
  flex-grow: 1;
}
.l-fv__container .fv--ttl__info > dl > dd > h3 picture {
  position: relative;
}
.l-fv__container .fv--ttl__info > dl > dd > h3 picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--ttl__info > dl > dd > h3 picture:before {
    filter: blur(10px);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__info > dl > dd > h3 picture:before {
    filter: blur(12px);
  }
}
.l-fv__container .fv--ttl__info > dl > dd > h3 picture img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.l-fv__container .fv--vis {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--vis {
    width: 100%;
  }
}
.l-fv__container .fv--vis__bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: brightness(0) blur(10px) contrast(3);
  will-change: filter, opacity;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--vis__bg {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 1054px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--vis__bg {
    position: relative;
  }
}
.l-fv__container .fv--vis__bg picture {
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--vis__bg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--vis__bg picture {
    position: relative;
  }
}
.l-fv__container .fv--vis__bg picture img {
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--vis__bg picture img {
    aspect-ratio: 3024/2196;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--vis__bg picture img {
    aspect-ratio: 1206/1134;
  }
}
.l-fv__container .fv--vis__liver {
  margin-inline: auto;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--vis__liver {
    max-width: 1512px;
    aspect-ratio: 1512/1054;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--vis__liver {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.l-fv__container .fv--vis__liver--inner {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--vis__liver--item {
    width: 132.2751322751%;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--vis__liver--item {
    position: absolute;
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--vis__liver--item:nth-child(1) {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-fv__container .fv--vis__liver--item:nth-child(1) picture {
  transform: translateX(-12%);
}
.l-fv__container .fv--vis__liver--item:nth-child(2) {
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--vis__liver--item:nth-child(2) {
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--vis__liver--item:nth-child(2) {
    right: 0;
  }
}
.l-fv__container .fv--vis__liver--item:nth-child(2) picture {
  transform: translateX(12%);
}
.l-fv__container .fv--vis__liver--item picture {
  opacity: 0;
  filter: brightness(0) blur(10px) contrast(3);
  will-change: filter, opacity, transform;
}
.l-fv__container .fv--vis__liver--item picture img {
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .fv--vis__liver--item picture img {
    aspect-ratio: 4000/2108;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--vis__liver--item picture img {
    aspect-ratio: 1206/1134;
  }
}
.common-settings#About {
  position: relative;
  z-index: 3;
  padding-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About {
    padding-bottom: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About {
    padding-bottom: calc(72 / 402 * 100vw);
  }
}
.common-settings#About.is__scrolled .inner-section .about {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#About.is__scrolled .inner-section .about:before {
  opacity: 1;
}
.common-settings#About.is__scrolled .inner-section .about--header {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#About .inner-section .about {
  opacity: 0;
  position: relative;
  z-index: 1;
  padding-top: 126px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .about {
    padding-top: calc(126 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about {
    padding-top: calc(84 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about {
  padding-bottom: 112px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .about {
    padding-bottom: calc(112 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about {
    padding-bottom: calc(84 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about {
    overflow: hidden;
  }
}
.common-settings#About .inner-section .about:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  will-change: filter;
  filter: blur(10px);
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about:before {
    left: 50%;
    aspect-ratio: 3024/1920;
    background-image: url("../images/about/webp/bg_about_pc.webp");
    max-width: 1512px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about:before {
    top: 50%;
    left: 0;
    aspect-ratio: 1206/1761;
    background-image: url("../images/about/webp/bg_about_sp.webp");
    transform: translateY(-50%);
  }
}
.common-settings#About .inner-section .about--container {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
.common-settings#About .inner-section .about--header {
  opacity: 0;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--header__ttl {
    margin-inline: auto;
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--header__ttl {
    margin-inline: auto;
    width: 88.0597014925%;
  }
}
.common-settings#About .inner-section .about--header__lead {
  padding-top: 15px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .about--header__lead {
    padding-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--header__lead {
    padding-top: calc(18 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about--header__lead p {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .about--header__lead p {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--header__lead p {
    font-size: calc(13 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about--header__lead p strong {
  padding-top: 0.35em;
  display: block;
  text-wrap: nowrap;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .about--header__lead p strong {
    font-size: calc(3 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--header__lead p strong {
    font-size: calc(26 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--header__lead p:nth-child(1) {
    letter-spacing: 0.15em;
  }
}
.common-settings#About .inner-section .about--header__lead p:nth-child(2) {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .about--header__lead p:nth-child(2) {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--header__lead p:nth-child(2) {
    font-size: calc(14 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--header__lead p:nth-child(2) {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--header__lead p:nth-child(2) {
    line-height: 1.8;
  }
}
.common-settings#About .inner-section .about--header__lead p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .about--header__lead p:not(:last-child) {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--header__lead p:not(:last-child) {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about--header__lead p a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: var(--youtube-color);
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--header__lead p a {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .common-settings#About .inner-section .about--header__lead p a:hover {
    color: var(--accent-color);
  }
  .common-settings#About .inner-section .about--header__lead p a:hover:after {
    background-color: var(--accent-color);
  }
}
.common-settings#About .inner-section .about--header__lead p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3em;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--youtube-color);
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--header__lead p a:after {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.common-settings#About .inner-section .unit {
  position: relative;
  z-index: 2;
  padding-top: 0px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit {
    padding-top: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit {
    padding-top: calc(72 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit {
    opacity: 0;
    transform: translateY(60px);
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
  .common-settings#About .inner-section .unit.is__scrolled {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 1.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
.common-settings#About .inner-section .unit--header, .common-settings#About .inner-section .unit--lineup {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
.common-settings#About .inner-section .unit--header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--header {
    margin-bottom: calc(36 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--header {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .unit--header {
  gap: 0px 10px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--header {
    gap: calc(0 / 1200 * 100vw) calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--header {
    gap: calc(0 / 402 * 100vw) calc(4 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .unit--header > h4 {
  padding-left: 0.2em;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--header > h4 {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--header > h4 {
    font-size: calc(12 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .unit--header:before, .common-settings#About .inner-section .unit--header:after {
  content: "";
  display: block;
  height: auto;
  background: url("../images/_common/icon/icon_deco_crystal.svg") no-repeat center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--header:before, .common-settings#About .inner-section .unit--header:after {
    width: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--header:before, .common-settings#About .inner-section .unit--header:after {
    width: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block {
    width: 47.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block {
    opacity: 0;
    transform: translateY(calc(30 / 402 * 100vw));
  }
  .common-settings#About .inner-section .unit--lineup__block.is__scrolled {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.common-settings#About .inner-section .unit--lineup__block:not(:last-child) {
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--lineup__block:not(:last-child) {
    margin-bottom: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block:not(:last-child) {
    margin-bottom: calc(54 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .unit--lineup__block .img picture img {
  aspect-ratio: 1144/762;
}
.common-settings#About .inner-section .unit--lineup__block .info--name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name {
    aspect-ratio: 572/114;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name {
    aspect-ratio: 354/108;
  }
}
.common-settings#About .inner-section .unit--lineup__block .info--name > h4 {
  position: relative;
  line-height: 1;
  padding-top: 0px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4 {
    padding-top: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4 {
    padding-top: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4[data-unit=voltaction] {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4[data-unit=voltaction] {
    width: 68.3615819209%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4[data-unit="3skm"] {
    width: 24.1258741259%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4[data-unit="3skm"] {
    width: 38.9830508475%;
  }
}
.common-settings#About .inner-section .unit--lineup__block .info--name > h4 > small {
  display: block;
  text-wrap: nowrap;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4 > small {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4 > small {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4 > small {
    position: absolute;
    top: 0;
    left: calc(100% + 1.2em);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .info--name > h4 > small {
    margin-top: 1.5em;
    display: block;
    text-align: center;
  }
}
.common-settings#About .inner-section .unit--lineup__block .info--name > h4 > small:before {
  content: "(";
}
.common-settings#About .inner-section .unit--lineup__block .info--name > h4 > small:after {
  content: ")";
}
.common-settings#About .inner-section .unit--lineup__block .info--prof {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  gap: 18px 0px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof {
    gap: calc(18 / 1200 * 100vw) calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof {
    gap: calc(18 / 402 * 100vw) calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof {
    aspect-ratio: 572/210;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof:before, .common-settings#About .inner-section .unit--lineup__block .info--prof:after {
    content: "";
    position: absolute;
    display: block;
    width: 13.6363636364%;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof:before {
    top: 0;
    left: 0;
    background-image: url("../images/_common/deco/webp/kakko_lefttop.webp");
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof:after {
    right: 0;
    bottom: 0;
    background-image: url("../images/_common/deco/webp/kakko_rightbottom.webp");
  }
}
.common-settings#About .inner-section .unit--lineup__block .info--prof__header {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof__header {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof__header {
    font-size: calc(15 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .unit--lineup__block .info--prof__text {
  line-height: 2.2;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof__text {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof__text {
    font-size: calc(11 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .info--prof__text {
    width: 80.7692307692%;
  }
}
.common-settings#About .inner-section .unit--lineup__block .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--lineup__block .links {
    margin-top: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .links {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .unit--lineup__block .links {
  gap: 0px 12px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--lineup__block .links {
    gap: calc(0 / 1200 * 100vw) calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .links {
    gap: calc(0 / 402 * 100vw) calc(12 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .unit--lineup__block .links > a {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--white);
  line-height: 1;
  border-radius: 100%;
  width: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#About .inner-section .unit--lineup__block .links > a {
    width: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .unit--lineup__block .links > a {
    width: calc(36 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .unit--lineup__block .links > a {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .common-settings#About .inner-section .unit--lineup__block .links > a:hover {
    opacity: 0.5;
    transform: scale(1.08);
  }
}
.common-settings#About .inner-section .unit--lineup__block .links > a[data-type=officialsite] .icon svg path {
  fill: var(--black);
}
.common-settings#About .inner-section .unit--lineup__block .links > a .icon svg {
  vertical-align: bottom;
}
.common-settings#Cast {
  overflow: hidden;
  padding-top: 54px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Cast {
    padding-top: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast {
    padding-top: calc(54 / 402 * 100vw);
  }
}
.common-settings#Cast {
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Cast {
    padding-bottom: calc(120 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast {
    padding-bottom: calc(60 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis {
    opacity: 1;
    transform: translateY(0);
    filter: brightness(1) contrast(1) blur(0);
    transition-duration: 1.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 1.6s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(1) {
    transition-delay: 0.14s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(2) {
    transition-delay: 0.24s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(3) {
    transition-delay: 0.34s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(4) {
    transition-delay: 0.44s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(5) {
    transition-delay: 0.54s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(6) {
    transition-delay: 0.64s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(7) {
    transition-delay: 0.74s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(8) {
    transition-delay: 0.84s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(9) {
    transition-delay: 0.94s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .vis--livername__inner span:nth-child(10) {
    transition-delay: 1.04s;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .txt--header__name picture {
    opacity: 1;
    transform: scaleX(100%);
    transition-duration: 2s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .txt--header__name small {
    opacity: 1;
    transition-duration: 1.2s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast.is__scrolled .inner-section .cast--lineup__block .txt > button picture {
    opacity: 1;
    transform: scale(1);
    transition-duration: 1.2s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section {
    margin-right: auto;
    margin-left: auto;
    max-width: var(--content-width);
  }
}
.common-settings#Cast .inner-section .cast--header {
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Cast .inner-section .cast--header {
    margin-bottom: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Cast .inner-section .cast--header {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Cast .inner-section .cast--header {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header > h3 {
    padding-left: calc(24 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header > h3 {
    padding-right: calc(24 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header > h3 {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header > h3:before, .common-settings#Cast .inner-section .cast--header > h3:after {
    width: calc(204 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header > h3:before, .common-settings#Cast .inner-section .cast--header > h3:after {
    content: "";
    position: absolute;
    top: 50%;
    height: auto;
    display: block;
    background-image: url("../images/_common/deco/kira_group.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    aspect-ratio: 204/96;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header > h3:before {
    left: 0;
    transform: translate(-100%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header > h3:after {
    right: 0;
    transform: translate(100%, -50%) scaleX(-1);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--header > h3 span {
    padding-left: 0.1em;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block {
    width: 47.6666666667%;
  }
}
.common-settings#Cast .inner-section .cast--lineup__block:not(:last-child) {
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Cast .inner-section .cast--lineup__block:not(:last-child) {
    margin-bottom: calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block:not(:last-child) {
    margin-bottom: calc(48 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis {
    opacity: 1;
    transform: translateY(0);
    filter: brightness(1) contrast(1) blur(0);
    transition-duration: 1.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 1.6s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(1) {
    transition-delay: 0.14s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(2) {
    transition-delay: 0.24s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(3) {
    transition-delay: 0.34s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(4) {
    transition-delay: 0.44s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(5) {
    transition-delay: 0.54s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(6) {
    transition-delay: 0.64s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(7) {
    transition-delay: 0.74s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(8) {
    transition-delay: 0.84s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(9) {
    transition-delay: 0.94s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .vis--livername__inner span:nth-child(10) {
    transition-delay: 1.04s;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .txt--header__name picture {
    opacity: 1;
    transform: scaleX(100%);
    transition-duration: 2s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .txt--header__name small {
    opacity: 1;
    transition-duration: 1.2s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block.is__scrolled .txt > button picture {
    opacity: 1;
    transform: scale(1);
    transition-duration: 1.2s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.common-settings#Cast .inner-section .cast--lineup__block .js--open-castlineup {
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block[data-type=sun] .vis:before {
    left: 0;
    transform: translate(-100%, -50%);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block[data-type=moon] .vis:before {
    right: 0;
    transform: translate(100%, -50%) scaleX(-1);
  }
}
.common-settings#Cast .inner-section .cast--lineup__block .vis {
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  will-change: filter, transform, opacity;
  filter: brightness(1.2) contrast(2) blur(10px);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis:hover .vis--imgdata picture {
    transform: scale(1.03);
    filter: brightness(0.3);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis:before {
    content: "";
    position: absolute;
    top: 50%;
    height: auto;
    display: block;
    background-image: url("../images/_common/deco/kira_group.svg");
    width: 35.6643356643%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    aspect-ratio: 204/96;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--imgdata picture {
    transition-duration: 0.6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.common-settings#Cast .inner-section .cast--lineup__block .vis--imgdata picture img {
  height: auto;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--imgdata picture img {
    aspect-ratio: 572/722;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--imgdata picture img {
    aspect-ratio: 402/459;
  }
}
.common-settings#Cast .inner-section .cast--lineup__block .vis--livername {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  writing-mode: vertical-lr;
  line-height: 1;
  text-wrap: nowrap;
  white-space: nowrap;
  pointer-events: none;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(1), .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(3) {
    left: 2.6223776224%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(1), .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(3) {
    left: 4.7263681592%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(1) {
    top: 28.9473684211%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(1) {
    top: 16.1220043573%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(2) {
    top: 39.0581717452%;
    right: 2.6223776224%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(2) {
    top: 38.9978213508%;
    right: 4.7263681592%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(3) {
    top: 70.9141274238%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=sun] .vis--livername__inner span:nth-child(3) {
    top: 66.0130718954%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(2), .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(3) {
    left: 2.6223776224%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(2), .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(3) {
    left: 4.7263681592%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(1), .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(4) {
    right: 2.6223776224%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(1), .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(4) {
    right: 4.7263681592%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(1) {
    top: 18.5595567867%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(1) {
    top: 13.2897603486%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(2) {
    top: 28.9473684211%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(2) {
    top: 27.0152505447%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(3) {
    top: 53.1855955679%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(3) {
    top: 59.2592592593%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(4) {
    top: 73.1301939058%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .vis--livername[data-team=moon] .vis--livername__inner span:nth-child(4) {
    top: 61.0021786492%;
  }
}
.common-settings#Cast .inner-section .cast--lineup__block .vis--livername__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.common-settings#Cast .inner-section .cast--lineup__block .vis--livername__inner span {
  position: absolute;
  display: block;
  opacity: 0;
  transform: translateY(3em);
}
.common-settings#Cast .inner-section .cast--lineup__block .txt {
  position: relative;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt {
    margin-top: calc(15 / 402 * 100vw);
  }
}
.common-settings#Cast .inner-section .cast--lineup__block .txt--header__name {
  line-height: 1;
  text-align: center;
}
.common-settings#Cast .inner-section .cast--lineup__block .txt--header__name > picture {
  margin-inline: auto;
  opacity: 0;
  transform: scaleX(150%);
  transform-origin: center center;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt--header__name > picture[data-team=sun] {
    width: 23.2517482517%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt--header__name > picture[data-team=sun] {
    width: 33.0845771144%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt--header__name > picture[data-team=moon] {
    width: 15.3846153846%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt--header__name > picture[data-team=moon] {
    width: 21.8905472637%;
  }
}
.common-settings#Cast .inner-section .cast--lineup__block .txt--header__name small {
  margin-top: 1em;
  opacity: 0;
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt--header__name small {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt--header__name small {
    font-size: calc(12 / 402 * 100vw);
  }
}
.common-settings#Cast .inner-section .cast--lineup__block .txt > button {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
  display: block;
  border-style: none;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt > button {
    right: 0;
    width: 23.0769230769%;
    transition-duration: 0.6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .common-settings#Cast .inner-section .cast--lineup__block .txt > button:hover {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Cast .inner-section .cast--lineup__block .txt > button {
    right: calc(5 / 402 * 100vw);
    width: 20.8955223881%;
  }
}
.common-settings#Cast .inner-section .cast--lineup__block .txt > button > picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(1.2);
}
.common-settings#Cast .inner-section .cast--lineup__block .txt > button > picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  background: url("../images/_common/btn/btn_circle_memberlineup.svg") no-repeat center;
  background-size: 100% auto;
  aspect-ratio: 1/1;
  animation: rotation 10s linear infinite;
}
.common-settings#Cast .inner-section .cast--lineup__block .txt > button > picture img {
  width: 54.5454545455%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 1/1;
}
.common-settings#Goods {
  opacity: 0;
  padding-top: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods {
    padding-top: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods {
    padding-top: calc(24 / 402 * 100vw);
  }
}
.common-settings#Goods {
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods {
    padding-bottom: calc(120 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods {
    padding-bottom: calc(96 / 402 * 100vw);
  }
}
.common-settings#Goods.is__scrolled {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.2s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(1) {
  transition-delay: 0.065s;
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(2) {
  transition-delay: 0.115s;
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(3) {
  transition-delay: 0.165s;
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(4) {
  transition-delay: 0.215s;
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(5) {
  transition-delay: 0.265s;
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(6) {
  transition-delay: 0.315s;
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(7) {
  transition-delay: 0.365s;
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(8) {
  transition-delay: 0.415s;
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(9) {
  transition-delay: 0.465s;
}
.common-settings#Goods.is__scrolled .inner-section .goods--main ul li:nth-child(10) {
  transition-delay: 0.515s;
}
.common-settings#Goods .inner-section .goods--header {
  position: relative;
  margin-bottom: 66px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header {
    margin-bottom: calc(66 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header {
    margin-bottom: calc(36 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header {
  padding-top: 36px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header {
    padding-top: calc(36 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header {
    padding-top: calc(30 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--header {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
.common-settings#Goods .inner-section .goods--header__container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
.common-settings#Goods .inner-section .goods--header__container .md-txt__encatch, .common-settings#Goods .inner-section .goods--header__container .links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--header__container .md-txt__encatch {
    left: 0;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--header__container .links {
    right: 0;
  }
}
.common-settings#Goods .inner-section .goods--main {
  margin-bottom: 96px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--main {
    margin-bottom: calc(96 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--main {
    margin-bottom: calc(42 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--main {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
.common-settings#Goods .inner-section .goods--main > ul {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
.common-settings#Goods .inner-section .goods--main > ul > li {
  margin-inline: auto;
  opacity: 0;
  transform: translateY(15%);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--main > ul > li {
    width: 90%;
  }
}
.common-settings#Goods .inner-section .goods--main > ul > li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--main > ul > li:not(:last-child) {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--main > ul > li:not(:last-child) {
    margin-bottom: calc(12 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--main > ul > li a {
  display: block;
}
.common-settings#Goods .inner-section .goods--main > ul > li a picture {
  display: block;
}
.common-settings#Goods .inner-section .goods--main > ul > li a picture img {
  aspect-ratio: 16/9;
}
.common-settings#Goods .inner-section .goods--sub {
  position: relative;
  opacity: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  padding-top: 54px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--sub {
    padding-top: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--sub {
    padding-top: calc(54 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--sub {
  padding-bottom: 48px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--sub {
    padding-bottom: calc(48 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--sub {
    padding-bottom: calc(48 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(1) > picture {
  transition-delay: 0.14s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(2) > picture {
  transition-delay: 0.24s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(3) > picture {
  transition-delay: 0.34s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(4) > picture {
  transition-delay: 0.44s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(5) > picture {
  transition-delay: 0.54s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(6) > picture {
  transition-delay: 0.64s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(7) > picture {
  transition-delay: 0.74s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(8) > picture {
  transition-delay: 0.84s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(9) > picture {
  transition-delay: 0.94s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide:nth-child(10) > picture {
  transition-delay: 1.04s;
}
.common-settings#Goods .inner-section .goods--sub.is__scrolled .goods--sub__slider .swiper-wrapper .slide > picture {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.6s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Goods .inner-section .goods--sub:before, .common-settings#Goods .inner-section .goods--sub:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
}
.common-settings#Goods .inner-section .goods--sub:before {
  top: 0;
  background: linear-gradient(90deg, #CB2B2B 0%, #9F00C2 54.75%, #AA92F4 99.9%);
}
.common-settings#Goods .inner-section .goods--sub:after {
  bottom: 0;
  background: linear-gradient(90deg, #CB2B2B 0%, #9F00C2 54.75%, #AA92F4 99.9%);
}
.common-settings#Goods .inner-section .goods--sub__header {
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--sub__header {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--sub__header {
    margin-bottom: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--sub__header {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--sub__header > h5 {
    margin-right: auto;
    margin-left: auto;
    max-width: var(--content-width);
  }
}
.common-settings#Goods .inner-section .goods--sub__header > h5 > picture {
  margin-inline: auto;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--sub__header > h5 > picture {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--sub__header > h5 > picture {
    width: 45.7711442786%;
  }
}
.common-settings#Goods .inner-section .goods--sub .swiper {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--sub .swiper {
    overflow: visible;
  }
}
.common-settings#Goods .inner-section .goods--sub .swiper-button-prev, .common-settings#Goods .inner-section .goods--sub .swiper-button-next {
  height: auto;
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--sub .swiper-button-prev, .common-settings#Goods .inner-section .goods--sub .swiper-button-next {
    width: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--sub .swiper-button-prev, .common-settings#Goods .inner-section .goods--sub .swiper-button-next {
    width: calc(42 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--sub .swiper-button-prev, .common-settings#Goods .inner-section .goods--sub .swiper-button-next {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .common-settings#Goods .inner-section .goods--sub .swiper-button-prev:hover, .common-settings#Goods .inner-section .goods--sub .swiper-button-next:hover {
    filter: brightness(0.5);
    transform: scale(1.05);
  }
}
.common-settings#Goods .inner-section .goods--sub .swiper-button-prev > svg, .common-settings#Goods .inner-section .goods--sub .swiper-button-next > svg {
  display: none;
}
.common-settings#Goods .inner-section .goods--sub .swiper-button-prev {
  background-image: url("../images/_common/btn/btn_prev_purple.svg");
}
.common-settings#Goods .inner-section .goods--sub .swiper-button-next {
  background-image: url("../images/_common/btn/btn_next_purple.svg");
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--sub .swiper-wrapper {
    width: 80%;
  }
}
.common-settings#Goods .inner-section .goods--sub__slider {
  position: relative;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--sub__slider .slide {
    width: 34.1666666667%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--sub__slider .slide {
    width: calc(204 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--sub__slider .slide picture {
  margin-inline: auto;
  display: block;
  opacity: 0;
  transform: translateX(20%);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--sub__slider .slide picture {
    width: 92.6829268293%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--sub__slider .slide picture {
    width: 91.1764705882%;
  }
}
.common-settings#Goods .inner-section .goods--sub__slider .slide picture img {
  aspect-ratio: 1/1;
}
.common-settings#Goods .inner-section .goods--sub__slider > nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--sub__slider > nav {
    margin-top: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--sub__slider > nav {
    margin-top: calc(18 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--sub__slider > nav {
  gap: 0px 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--sub__slider > nav {
    gap: calc(0 / 1200 * 100vw) calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--sub__slider > nav {
    gap: calc(0 / 402 * 100vw) calc(12 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--nav {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--nav {
    margin-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav {
    margin-top: calc(42 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--nav {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
.common-settings#Goods .inner-section .goods--nav__container {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
.common-settings#Goods .inner-section .goods--nav__container > a {
  margin-inline: auto;
  position: relative;
  height: auto;
  display: block;
  border-radius: 150px;
  line-height: 1;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--nav__container > a {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav__container > a {
    font-size: calc(18 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--nav__container > a {
  gap: 0px 6px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--nav__container > a {
    gap: calc(0 / 1200 * 100vw) calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav__container > a {
    gap: calc(0 / 402 * 100vw) calc(6 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--nav__container > a {
    width: 50.5%;
    aspect-ratio: 606/96;
    transition-duration: 0.6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  .common-settings#Goods .inner-section .goods--nav__container > a:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav__container > a {
    width: 100%;
    aspect-ratio: 354/72;
  }
}
.common-settings#Goods .inner-section .goods--nav__container > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 150px;
  z-index: 1;
  animation: blurFade 2s infinite linear;
  background: linear-gradient(90deg, #CB2B2B 0%, #9F00C2 54.75%, #AA92F4 99.9%);
}
.common-settings#Goods .inner-section .goods--nav__container > a .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: url("../images/_common/btn/webp/btn_bg_purple.webp") no-repeat center center;
  background-size: cover;
  will-change: filter;
  border-radius: 150px;
  z-index: 2;
}
.common-settings#Goods .inner-section .goods--nav__container > a .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 150px;
  pointer-events: none;
}
.common-settings#Goods .inner-section .goods--nav__container > a .inner:before {
  border: solid 1px var(--white);
  z-index: 3;
}
.common-settings#Goods .inner-section .goods--nav__container > a[target=_blank] .label:after {
  content: "";
  display: block;
  background: url("../images/_common/icon/arrow_blank.svg") no-repeat center center;
  background-size: contain;
  height: auto;
  aspect-ratio: 1/1;
  width: 10px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--nav__container > a[target=_blank] .label:after {
    width: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav__container > a[target=_blank] .label:after {
    width: calc(10 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--nav__container > a .icon, .common-settings#Goods .inner-section .goods--nav__container > a .label {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--nav__container > a .icon {
    width: 8.9108910891%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav__container > a .icon {
    width: 8.4745762712%;
  }
}
.common-settings#Goods .inner-section .goods--nav__container > a .label {
  display: inline-flex;
  gap: 0px 6px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--nav__container > a .label {
    gap: calc(0 / 1200 * 100vw) calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav__container > a .label {
    gap: calc(0 / 402 * 100vw) calc(6 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--nav__container p {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--nav__container p {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav__container p {
    font-size: calc(12 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--nav__container p {
  padding-top: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--nav__container p {
    padding-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav__container p {
    padding-top: calc(18 / 402 * 100vw);
  }
}
@keyframes bgSlideUpPC {
  from {
    background-position: center top 0;
  }
  to {
    background-position: center top -1902px;
  }
}
@keyframes bgSlideUpSP {
  from {
    background-position: center top 0;
  }
  to {
    background-position: center top -684px;
  }
}
.common-settings#Mascot {
  background: url("../images/_common/bg/webp/bg_gray_tile.webp") left top repeat;
  background-size: 402px auto;
  margin-top: 54px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot {
    margin-top: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(1) picture {
  transition-delay: 0.05s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(2) picture {
  transition-delay: 0.1s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(3) picture {
  transition-delay: 0.15s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(4) picture {
  transition-delay: 0.2s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(5) picture {
  transition-delay: 0.25s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(6) picture {
  transition-delay: 0.3s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(7) picture {
  transition-delay: 0.35s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(8) picture {
  transition-delay: 0.4s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(9) picture {
  transition-delay: 0.45s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(10) picture {
  transition-delay: 0.5s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem:nth-child(11) picture {
  transition-delay: 0.55s;
}
.common-settings#Mascot.is__scrolled .inner-section .bg--inner .bgitem picture {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.common-settings#Mascot.is__scrolled .inner-section .mascot--container__mainimg {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot.is__scrolled .inner-section .mascot--container__mainimg {
    transform: translate(0, 0) rotate(2deg);
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot.is__scrolled .inner-section .mascot--container__mainimg {
    transform: translate(0, 0) rotate(-2deg);
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}
.common-settings#Mascot .inner-section {
  position: relative;
  padding-top: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section {
    padding-top: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section {
    padding-top: calc(66 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section {
  padding-bottom: 96px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section {
    padding-bottom: calc(96 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section {
    padding-bottom: calc(120 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
.common-settings#Mascot .inner-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg {
    background: url("../images/mascot/bg/webp/bg_decogroup_001_pc.webp") center top repeat-y;
    background-size: 1512px auto;
    animation: bgSlideUpPC 70s infinite linear;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg {
    background: url("../images/mascot/bg/webp/bg_decogroup_001_sp.webp") center top repeat-y;
    background-size: 402px auto;
    animation: bgSlideUpSP 32s infinite linear;
  }
}
.common-settings#Mascot .inner-section .bg--inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
.common-settings#Mascot .inner-section .bg--inner .bgitem {
  position: absolute;
}
.common-settings#Mascot .inner-section .bg--inner .bgitem picture {
  display: block;
  opacity: 0;
  transform: translateY(40%);
}
.common-settings#Mascot .inner-section .bg--inner .bgitem picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=liquid_orange] {
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=liquid_orange] {
    top: 0;
    left: 0;
    width: 60%;
    transform: translate(-10%, -68%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=liquid_orange] {
    top: 0;
    left: 0;
    transform: translate(-8%, -58%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=liquid_orange] {
    width: calc(412 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=liquid_purple] {
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=liquid_purple] {
    top: 323px;
    left: 0;
    width: 38.5%;
    transform: translate(-60%, 0%);
  }
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=liquid_purple] {
    top: calc(323 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=liquid_purple] {
    top: calc(308 / 402 * 100vw);
    left: 0;
    transform: translate(-30%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=liquid_purple] {
    width: calc(164 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_blue_1] {
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_blue_1] {
    top: 0;
    right: 0;
    width: 47.5%;
    transform: translate(30%, -45%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_blue_1] {
    top: 0;
    right: 0;
    transform: translate(30%, -32%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_blue_1] {
    width: calc(214 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_green_1] {
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_green_1] {
    top: 52px;
    left: 0;
    width: 15.8333333333%;
    transform: translate(-120%, 0);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_green_1] {
    top: 0;
    left: 0;
    transform: translate(-20%, 0);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_green_1] {
    width: calc(90 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_navy_1] {
    top: 0;
    left: 0;
    width: 6.6666666667%;
    transform: translate(-120%, -120%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_navy_1] {
    top: 0;
    left: 13.184079602%;
    transform: translate(0%, -40%);
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_navy_1] {
    width: calc(38 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_navy_2] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_navy_2] {
    top: calc(345 / 402 * 100vw);
    right: 0;
    transform: translate(40%, 0%);
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_navy_2] {
    width: calc(118 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_orange_1] {
    top: 676px;
    right: 0;
    width: 2.5%;
    transform: translate(400%, 0);
  }
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_orange_1] {
    top: calc(676 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_orange_1] {
    top: calc(395 / 402 * 100vw);
    right: 14.4278606965%;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_orange_1] {
    width: calc(30 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_red_1] {
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_red_1] {
    top: 200px;
    left: 0;
    width: 4.5%;
    transform: translate(-160%, 0);
  }
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_red_1] {
    top: calc(200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_red_1] {
    top: calc(24 / 402 * 100vw);
    left: 25.3731343284%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_red_1] {
    width: calc(26 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_red_2] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_red_2] {
    top: calc(322 / 402 * 100vw);
    right: 9.9502487562%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_red_2] {
    width: calc(88 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_purple_1] {
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_purple_1] {
    top: 534px;
    right: 0;
    width: 2.5%;
    transform: translate(200%, 0);
  }
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_purple_1] {
    top: calc(534 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_purple_1] {
    top: calc(404 / 402 * 100vw);
    right: 34.07960199%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_purple_1] {
    width: calc(12 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_white_1] {
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_white_1] {
    top: 706px;
    left: 0;
    width: 22.5%;
    transform: translate(-40%, 0);
  }
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_white_1] {
    top: calc(706 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_white_1] {
    top: 0;
    right: 0;
    transform: translate(40%, -150%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .bg--inner .bgitem[data-slug=circle_white_1] {
    width: calc(60 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot {
    margin-right: auto;
    margin-left: auto;
    max-width: var(--content-width);
  }
}
.common-settings#Mascot .inner-section .mascot--container__mainimg {
  opacity: 0;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 54px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__mainimg {
    margin-bottom: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__mainimg {
    margin-bottom: calc(84 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__mainimg {
    border: 4px solid var(--black);
    transform: translate(8%, 62%) rotate(-18deg);
    border-radius: 156px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__mainimg {
    transform: translate(8%, 32%) rotate(24deg);
  }
}
.common-settings#Mascot .inner-section .mascot--container__mainimg picture {
  display: block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__mainimg picture {
    transform: scale(1.2);
    border: solid 0 var(--black);
    border-width: 4px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__mainimg picture img {
    aspect-ratio: 2400/1698;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__mainimg picture img {
    aspect-ratio: 478/338;
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof {
  margin-inline: auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof {
    width: 66.6666666667%;
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof.is__scrolled .mascot--container__prof--bg__inner .bgitem {
  opacity: 1;
  transform: scale(1);
  will-change: filter, opacity;
  filter: blur(0);
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.common-settings#Mascot .inner-section .mascot--container__prof.is__scrolled .mascot--container__prof--bg__inner .bgitem:nth-child(1) {
  transition-delay: 0.1s;
}
.common-settings#Mascot .inner-section .mascot--container__prof.is__scrolled .mascot--container__prof--bg__inner .bgitem:nth-child(2) {
  transition-delay: 0.2s;
}
.common-settings#Mascot .inner-section .mascot--container__prof.is__scrolled .mascot--container__prof--bg__inner .bgitem:nth-child(3) {
  transition-delay: 0.3s;
}
.common-settings#Mascot .inner-section .mascot--container__prof.is__scrolled .mascot--container__prof--bg__inner .bgitem:nth-child(4) {
  transition-delay: 0.4s;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 216.25%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    aspect-ratio: 1729/1312;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--bg__inner {
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--bg__inner .bgitem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    filter: blur(10px);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--bg__inner .bgitem picture {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--bg__inner .bgitem picture img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    aspect-ratio: 1729/1312;
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block {
  position: relative;
  z-index: 2;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block:not(:last-child) {
  margin-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block:not(:last-child) {
    margin-bottom: calc(72 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block:not(:last-child) {
    margin-bottom: calc(54 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__header .catch {
  opacity: 1;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__header .unitlogo picture {
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.6s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
  transition-duration: 0.6s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(1) {
  transition-delay: 0.14s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(2) {
  transition-delay: 0.24s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(3) {
  transition-delay: 0.34s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(4) {
  transition-delay: 0.44s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(5) {
  transition-delay: 0.54s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(6) {
  transition-delay: 0.64s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(7) {
  transition-delay: 0.74s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(8) {
  transition-delay: 0.84s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(9) {
  transition-delay: 0.94s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__member > li:nth-child(10) {
  transition-delay: 1.04s;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block.is__scrolled .mascot--container__prof--block__prof {
  opacity: 1;
  transition-duration: 0.8s;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header {
    transform: rotate(-2deg);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch, .common-settings#Mascot .inner-section .mascot--container__prof--block__header .unitlogo picture {
  opacity: 0;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--black);
  line-height: 1;
  border-radius: 50px;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    padding-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    padding-top: calc(10 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
  padding-left: 15px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    padding-left: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    padding-left: calc(15 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
  padding-right: 15px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    padding-right: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    padding-right: calc(15 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    padding-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    padding-bottom: calc(10 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .catch {
    font-size: calc(12 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__header .unitlogo {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .unitlogo {
    width: 53.3333333333%;
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__header .unitlogo {
    transform: translateY(-5%);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__header .unitlogo picture {
  transform: scale(1.08);
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__header .unitlogo picture img {
  aspect-ratio: 1072/384;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member {
  display: flex;
  justify-content: center;
  gap: 0px 0px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member {
    gap: calc(0 / 1200 * 100vw) calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member {
    gap: calc(24 / 402 * 100vw) calc(14 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member {
    flex-wrap: nowrap;
    transform: rotate(2deg);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member {
    flex-wrap: wrap;
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member[data-mascot=wannyaction] > li:nth-child(1) .name > h5:before {
  background-image: url("../images/mascot/deco_marker_purple.svg");
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member[data-mascot=wannyaction] > li:nth-child(2) .name > h5:before {
  background-image: url("../images/mascot/deco_marker_yellow.svg");
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member[data-mascot=wannyaction] > li:nth-child(3) .name > h5:before {
  background-image: url("../images/mascot/deco_marker_black.svg");
  transform: translate(-50%, -28%);
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member[data-mascot=wannyaction] > li:nth-child(4) .name > h5:before {
  background-image: url("../images/mascot/deco_marker_red.svg");
  transform: translate(-45%, -24%);
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member[data-mascot=sankuma] > li:nth-child(1) .name > h5:before {
  background-image: url("../images/mascot/deco_marker_white.svg");
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member[data-mascot=sankuma] > li:nth-child(2) .name > h5:before {
  background-image: url("../images/mascot/deco_marker_orange.svg");
  transform: translate(-50%, -25%);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member[data-mascot=sankuma] > li:nth-child(2) .name > h5:before {
    width: 82%;
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member[data-mascot=sankuma] > li:nth-child(3) .name > h5:before {
  background-image: url("../images/mascot/deco_marker_green.svg");
  transform: translate(-50%, -22%);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member[data-mascot=sankuma] > li:nth-child(3) .name > h5:before {
    width: 72%;
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li {
  opacity: 0;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li:nth-child(odd) {
  transform: translateY(25%);
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li:nth-child(even) {
  transform: translateY(25%);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li {
    width: 48.0225988701%;
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li:nth-child(1) .catch, .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li:nth-child(2) .catch {
  background-image: url("../images/mascot/fukidashi_001.svg");
  background-size: 84% auto;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li:nth-child(3) .catch, .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li:nth-child(4) .catch {
  background-image: url("../images/mascot/fukidashi_002.svg");
  background-size: 82% auto;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .catch {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--black);
  text-wrap: nowrap;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .catch {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .catch {
    font-size: calc(10 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .catch {
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .catch {
    height: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .catch {
    height: calc(37 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .charimg {
    transform: translateY(-5%);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .charimg picture img {
  aspect-ratio: 1/1;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name {
  color: var(--black);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name {
    transform: translateY(-24%);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 {
  position: relative;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 > * {
  display: block;
  line-height: 1;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
  transform: translate(-50%, -15%);
  aspect-ratio: 124/38;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5:before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5:before {
    width: 80%;
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 > em, .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 > small {
  position: relative;
  z-index: 2;
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 > em {
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 > em {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 > em {
    font-size: calc(18 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 > small {
  margin-top: 1em;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 > small {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__member > li .name > h5 > small {
    font-size: calc(8 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
  margin-inline: auto;
  position: relative;
  background-color: var(--white);
  border-radius: 12px;
  opacity: 0;
  margin-top: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
    margin-top: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
    margin-top: calc(42 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
    padding-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
    padding-top: calc(30 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
    padding-bottom: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
    padding-bottom: calc(30 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
    width: 52.75%;
    transform: rotate(-1deg);
  }
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
    width: calc(422 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof {
    width: 88.0597014925%;
    transform: rotate(-1deg);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__prof:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -99%);
  height: auto;
  aspect-ratio: 40/12;
  background: url("../images/_common/deco/tri_top.svg") no-repeat center center;
  background-size: contain;
  width: 40px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof:before {
    width: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof:before {
    width: calc(40 / 402 * 100vw);
  }
}
.common-settings#Mascot .inner-section .mascot--container__prof--block__prof p {
  margin-inline: auto;
  color: #615B58;
  text-align: center;
  line-height: 2;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof p {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Mascot .inner-section .mascot--container__prof--block__prof p {
    font-size: calc(11 / 402 * 100vw);
  }
}
.common-settings#Movie {
  opacity: 0;
  padding-top: 96px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie {
    padding-top: calc(96 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie {
    padding-top: calc(60 / 402 * 100vw);
  }
}
.common-settings#Movie {
  padding-bottom: 114px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie {
    padding-bottom: calc(114 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie {
    padding-bottom: calc(42 / 402 * 100vw);
  }
}
.common-settings#Movie.is__scrolled {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Movie .inner-section .movie--header {
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--header {
    margin-bottom: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--header {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--main {
  margin-bottom: 48px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--main {
    margin-bottom: calc(48 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--main {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Movie .inner-section .movie--main {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
.common-settings#Movie .inner-section .movie--main__container {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
.common-settings#Movie .inner-section .movie--main__slider {
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Movie .inner-section .movie--main__slider {
    margin-inline: auto;
    width: 66.6666666667%;
  }
}
.common-settings#Movie .inner-section .movie--main__slider .slide {
  position: relative;
  box-sizing: border-box;
}
.common-settings#Movie .inner-section .movie--main__slider .slide--youtube {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.common-settings#Movie .inner-section .movie--main__slider .slide--youtube iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.common-settings#Movie .inner-section .movie--main__slider .slide--footer {
  width: 100%;
  text-align: center;
  padding-top: 18px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--main__slider .slide--footer {
    padding-top: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--main__slider .slide--footer {
    padding-top: calc(18 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--main__slider .slide--footer > h4 {
  letter-spacing: 0.06em;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--main__slider .slide--footer > h4 {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--main__slider .slide--footer > h4 {
    font-size: calc(12 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--main__slider .slide--footer > time {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--main__slider .slide--footer > time {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--main__slider .slide--footer > time {
    font-size: calc(10 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--sub {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  padding-top: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--sub {
    padding-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--sub {
    padding-top: calc(12 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--sub {
  padding-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--sub {
    padding-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--sub {
    padding-bottom: calc(12 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--sub .swiper {
  position: relative;
}
.common-settings#Movie .inner-section .movie--sub .swiper-wrapper {
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Movie .inner-section .movie--sub .swiper-wrapper:has(.swiper-slide:nth-child(5)) {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--sub .swiper-wrapper:has(.swiper-slide:nth-child(3)) {
    justify-content: flex-start;
  }
}
.common-settings#Movie .inner-section .movie--sub .swiper-button-prev, .common-settings#Movie .inner-section .movie--sub .swiper-button-next {
  position: absolute;
  top: 50%;
  height: auto;
  will-change: filter;
  transform: translate(0, -50%) !important;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
  cursor: pointer;
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--sub .swiper-button-prev, .common-settings#Movie .inner-section .movie--sub .swiper-button-next {
    width: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--sub .swiper-button-prev, .common-settings#Movie .inner-section .movie--sub .swiper-button-next {
    width: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Movie .inner-section .movie--sub .swiper-button-prev, .common-settings#Movie .inner-section .movie--sub .swiper-button-next {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .common-settings#Movie .inner-section .movie--sub .swiper-button-prev:hover, .common-settings#Movie .inner-section .movie--sub .swiper-button-next:hover {
    filter: brightness(0.5);
  }
}
.common-settings#Movie .inner-section .movie--sub .swiper-button-prev svg, .common-settings#Movie .inner-section .movie--sub .swiper-button-next svg {
  display: none;
}
.common-settings#Movie .inner-section .movie--sub .swiper-button-prev {
  left: 0;
  background-image: url("../images/_common/btn/btn_prev.svg");
}
.common-settings#Movie .inner-section .movie--sub .swiper-button-next {
  right: 0;
  background-image: url("../images/_common/btn/btn_next.svg");
}
.common-settings#Movie .inner-section .movie--sub .swiper-button-disabled {
  filter: brightness(0.3);
  pointer-events: none;
}
.common-settings#Movie .inner-section .movie--sub .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.common-settings#Movie .inner-section .movie--sub .swiper-slide {
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Movie .inner-section .movie--sub .swiper-slide:hover picture img {
    opacity: 0.5;
  }
}
.common-settings#Movie .inner-section .movie--sub .swiper-slide:before, .common-settings#Movie .inner-section .movie--sub .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Movie .inner-section .movie--sub .swiper-slide:before {
  border: solid 1px var(--white);
  z-index: 3;
}
.common-settings#Movie .inner-section .movie--sub .swiper-slide:after {
  mix-blend-mode: overlay;
  z-index: 2;
  background: linear-gradient(90deg, #CB2B2B 0%, #9F00C2 54.75%, #AA92F4 99.9%);
}
.common-settings#Movie .inner-section .movie--sub .swiper-slide-thumb picture img {
  aspect-ratio: 16/9;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Movie .inner-section .movie--sub .swiper-slide-thumb-active {
  pointer-events: none;
}
.common-settings#Movie .inner-section .movie--sub .swiper-slide-thumb-active:before, .common-settings#Movie .inner-section .movie--sub .swiper-slide-thumb-active:after {
  opacity: 1;
}
.common-settings#Movie .inner-section .movie--sub .swiper-slide-thumb-active picture img {
  filter: brightness(0.4);
}
.common-settings#Movie .inner-section .movie--sub__container {
  margin-inline: auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Movie .inner-section .movie--sub__container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--sub__container {
    width: 88.0597014925%;
    padding-left: 8.9552238806%;
    padding-right: 8.9552238806%;
  }
}
.common-settings#Streaming {
  position: relative;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Streaming {
    padding-top: calc(120 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Streaming {
    padding-top: calc(24 / 402 * 100vw);
  }
}
.common-settings#Streaming {
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Streaming {
    padding-bottom: calc(120 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Streaming {
    padding-bottom: calc(72 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Streaming {
    padding-left: var(--pc-padding);
    padding-right: var(--pc-padding);
  }
}
.common-settings#Streaming.is__scrolled {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Streaming.is__scrolled:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0) contrast(1);
  transition-duration: 3.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Streaming:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: auto;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.6);
  z-index: 1;
  will-change: filter, opacity;
  pointer-events: none;
  filter: blur(20px) contrast(3);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Streaming:before {
    width: 79.3650793651%;
    background-image: url("../images/streaming/webp/bg_streaming_pc.webp");
    aspect-ratio: 2400/1600;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Streaming:before {
    width: 100%;
    background-image: url("../images/streaming/webp/bg_streaming_sp.webp");
    aspect-ratio: 1206/1992;
  }
}
.common-settings#Streaming .inner-section {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
.common-settings#Streaming .inner-section .streaming {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Streaming .inner-section .streaming {
    width: 66.6666666667%;
  }
}
.common-settings#Streaming .inner-section .streaming--header {
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Streaming .inner-section .streaming--header {
    margin-bottom: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Streaming .inner-section .streaming--header {
    margin-bottom: calc(18 / 402 * 100vw);
  }
}
.common-settings#Streaming .inner-section .streaming--header__ttl {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Streaming .inner-section .streaming--header__ttl {
    width: 22.75%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Streaming .inner-section .streaming--header__ttl {
    width: 38.3084577114%;
  }
}
.common-settings#Streaming .inner-section .streaming--header__ttl picture img {
  aspect-ratio: 182/12;
}
.common-settings#Streaming .inner-section .streaming--player__inner {
  position: relative;
}
.common-settings#Streaming .inner-section .streaming--player__inner iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.common-settings#Streaming .inner-section .streaming--info {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Streaming .inner-section .streaming--info {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Streaming .inner-section .streaming--info {
    margin-top: calc(18 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Streaming .inner-section .streaming--info {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
.common-settings#Streaming .inner-section .streaming--info > h4 {
  margin-inline: auto;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Streaming .inner-section .streaming--info > h4 {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Streaming .inner-section .streaming--info > h4 {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Streaming .inner-section .streaming--info > h4 {
    width: 65.5%;
  }
}