@charset "UTF-8";
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Easing */
/* パーツ
/* --------------------------- */
/* ホバー
/* --------------------------- */
/* フォント
/* --------------------------- */
@keyframes fvtxt {
  0% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes fvtxt2 {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes next_txt01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes parts02 {
  0% {
    left: -100%;
  }
  30% {
    left: 100%;
    opacity: 0;
  }
  31% {
    left: -100%;
    opacity: 0;
  }
  60% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0%;
  }
}
@keyframes tikatika_red {
  0%, 25%, 55%, 100% {
    stroke: #ffe100;
    fill: #000000;
  }
  30%, 50% {
    stroke: #ff0000;
    fill: #ff0000;
  }
}
@keyframes tikatika_yellow {
  0%, 25%, 55%, 100% {
    fill: #000000;
  }
  30%, 50% {
    fill: #ffe100;
  }
}
::-moz-selection {
  background: #000000;
  color: #000000;
}
::selection {
  background: #000000;
  color: #000000;
}

::-moz-selection {
  background: #000000;
  color: #000000;
}

body,
html {
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
}
body.is-nocursor,
html.is-nocursor {
  cursor: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

#gct_players_details {
  background-color: #000000;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  color: #ffe100;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  transition: background-color 0.5s;
  overflow: hidden;
}

.svg-youtube,
.svg-facebook,
.svg-twitter,
.svg-tiktok,
.svg-instagram {
  fill: #ffe100;
  transition: 0.3s;
}

.svg-play {
  fill: #000;
  transition: 0.3s;
}

.svg-play2 {
  fill: #ffe100;
  transition: 0.3s;
}

.c__splash.is-hidden {
  transition: 0.7s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
}
.c__footer {
  position: relative;
  background-color: #ffd700;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  color: #000000;
  z-index: 10;
}
.c__footer_left .logo {
  display: block;
}
.c__footer_left a {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.c__header_link {
  position: fixed;
  z-index: 500;
  display: flex;
  top: 0;
  right: 0;
}
.c__header_link.is-animated .item {
  opacity: 1;
  transform: translate(0, 0);
}
.c__header_link.is-animated .item[data-delay="1"] {
  transition-delay: 0.1s, 0.1s, 0s, 0s;
}
.c__header_link.is-animated .item[data-delay="2"] {
  transition-delay: 0.2s, 0.2s, 0s, 0s;
}
.c__header_link.is-animated .item[data-delay="3"] {
  transition-delay: 0.3s, 0.3s, 0s, 0s;
}
.c__header_link .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffe100;
  background-color: #000000;
  border-left: 1px solid #ffe100;
  opacity: 0;
  transition: 0.2s, 0.5s, 0.3s, 0.3s;
  transition-property: opacity, transform, color, background-color;
}
.c__header_link .item .en {
  font-family: "HONTINE", sans-serif;
  line-height: 0.8em;
}
.c__header_link .item .jp {
  font-family: "fot-udkakugoc80-pro", sans-serif;
}
.c__header_link .item:last-child {
  background-color: #ffe100;
  color: #000000;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*
Font: 		HONTINE
Style: 		Bold
URL: 		https://youworkforthem.com/font/T20018/hontine
Foundry: 	Tjandra Rinaldi
Foundry: 	https://youworkforthem.com/designer/1700/tjandra-rinaldi
Copyright:	
Version: 	17
Created:	June 19, 2023
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
  font-family: "HONTINE";
  src: url("../../../../user/fonts/hontine/hontine.eot");
  src: url("../../../../user/fonts/hontine/hontine.eot?#iefix") format("embedded-opentype"), url("../../../../user/fonts/hontine/hontine.woff2") format("woff2"), url("../../../../user/fonts/hontine/hontine.woff") format("woff"), url("../../../../user/fonts/hontine/hontine.ttf") format("truetype"), url("../../../../user/fonts/hontine/hontine.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */
@font-face {
  font-family: "StribeRounded";
  src: url("../../../../user/fonts/stribe-rounded/font.woff2") format("woff2"), url("../../../../user/fonts/stribe-rounded/font.woff") format("woff");
}
/**
 * supply
**/
@font-face {
  font-family: "Supply";
  src: url("../../../../user/fonts/supply/PPSupplyMono-Regular.woff2") format("woff2"), url("../../../../user/fonts/supply/PPSupplyMono-Regular.woff") format("woff"), url("../../../../user/fonts/supply/PPSupplyMono-Regular.otf") format("otf"), url("../../../../user/fonts/supply/PPSupplyMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/**
 * Autostrada
**/
@font-face {
  font-family: "Autostrada";
  src: url("../../../../user/fonts/autostrada/autostrada.woff2") format("woff2"), url("../../../../user/fonts/autostrada/autostrada.woff") format("woff"), url("../../../../user/fonts/autostrada/autostrada.otf") format("otf"), url("../../../../user/fonts/autostrada/autostrada.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/**
 * SP Robus
**/
@font-face {
  font-family: "SP Robus";
  src: url("../../../../user/fonts/sprobus/sprobus-regular.woff2") format("woff2"), url("../../../../user/fonts/sprobus/sprobus-regular.woff") format("woff"), url("../../../../user/fonts/sprobus/sprobus-regular.otf") format("opentype"), url("../../../../user/fonts/sprobus/sprobus-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.m__bold {
  font-weight: 700;
}
.m__inner {
  margin-left: auto;
  margin-right: auto;
}
.m__btn {
  display: block;
  background: #ffe100;
  text-align: center;
  font-family: "HONTINE", sans-serif;
  color: #000000;
  transition: 0.3s;
}
.m__table {
  width: 100%;
  border-top: 1px solid #ffe100;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
}
.m__table tr {
  width: 100%;
  border-bottom: 1px solid #ffe100;
}
.m__table th {
  color: #b39e00;
}
.m__table td {
  color: #ffe100;
}
.m__dl {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  border-bottom: 1px solid #ffe100;
  display: flex;
  align-items: center;
}
.m__dl dt {
  flex: none;
  color: #b39e00;
  line-height: 1.875;
}
.m__dl dd {
  line-height: 1.875;
  width: 90%;
}
.m__redparts01 {
  position: absolute;
  font-size: 1px;
  line-height: 1;
  z-index: 5;
}
.m__redparts01 > span {
  display: inline-block;
  background-color: #ff0000;
}
.m__redparts02 {
  position: absolute;
  height: 1px;
  overflow: hidden;
  z-index: 5;
}
.m__redparts02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
}
.m__title_style {
  position: relative;
  color: #ffe100;
  font-family: "HONTINE", sans-serif;
  line-height: 0.8em;
}
.m__title_style .txt {
  z-index: 1;
}
.m__title_style .js-char {
  display: inline-block;
  height: 0.8em;
}
.m__title_style .js-char[data-frame=start] > span[data-idx] {
  opacity: 0;
  transform: translate(0, 0);
}
.m__title_style .js-char[data-frame=start]::before {
  display: none;
}
.m__title_style .js-char[data-frame=default] > span[data-idx] {
  opacity: 1;
  transform: translate(0, 0);
}
.m__title_style .js-char[data-frame=default]::before {
  display: none;
}
.m__title_style .js-char[data-frame=type01]::before {
  background: url("/files/user/images/roster/players/detail/fv_thunder_texture.png") no-repeat center center/cover;
}
.m__title_style .js-char[data-frame=type01] > span[data-idx]:nth-of-type(1) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type01] > span[data-idx]:nth-of-type(2) {
  opacity: 0;
  transform: translate(0, 0) rotate(-15deg);
}
.m__title_style .js-char[data-frame=type01] > span[data-idx]:nth-of-type(3) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type01] > span[data-idx]:nth-of-type(4) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type01] > span[data-idx]:nth-of-type(5) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type01] > span[data-idx]:nth-of-type(6) {
  opacity: 1;
  transform: translate(0, 10px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type01] > span[data-idx]:nth-of-type(7) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type01] > span[data-idx]:nth-of-type(8) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type02]::before {
  background: none;
}
.m__title_style .js-char[data-frame=type02] > span[data-idx]:nth-of-type(1) {
  opacity: 0;
  transform: translate(-10px, -10px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type02] > span[data-idx]:nth-of-type(2) {
  opacity: 0;
  transform: translate(0, 0) rotate(-15deg);
}
.m__title_style .js-char[data-frame=type02] > span[data-idx]:nth-of-type(3) {
  opacity: 1;
  transform: translate(-10px, 6px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type02] > span[data-idx]:nth-of-type(4) {
  opacity: 1;
  transform: translate(0, 11px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type02] > span[data-idx]:nth-of-type(5) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type02] > span[data-idx]:nth-of-type(6) {
  opacity: 0.2;
  transform: translate(0, -9px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type02] > span[data-idx]:nth-of-type(7) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type02] > span[data-idx]:nth-of-type(8) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type03]::before {
  background: url("/files/user/images/roster/players/detail/fv_thunder_texture2.png") no-repeat center center/cover;
}
.m__title_style .js-char[data-frame=type03] > span[data-idx]:nth-of-type(1) {
  opacity: 1;
  transform: translate(-20px, -10px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type03] > span[data-idx]:nth-of-type(2) {
  opacity: 0.5;
  transform: translate(-5px, 10px) rotate(-10deg);
}
.m__title_style .js-char[data-frame=type03] > span[data-idx]:nth-of-type(3) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type03] > span[data-idx]:nth-of-type(4) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type03] > span[data-idx]:nth-of-type(5) {
  opacity: 0.4;
  transform: translate(0, 10px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type03] > span[data-idx]:nth-of-type(6) {
  opacity: 0;
  transform: translate(10px, 9px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type03] > span[data-idx]:nth-of-type(7) {
  opacity: 1;
  transform: translate(10px, 9px) rotate(5deg);
}
.m__title_style .js-char[data-frame=type03] > span[data-idx]:nth-of-type(8) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type04] > span[data-idx]:nth-of-type(1) {
  opacity: 0.5;
  transform: translate(0, 10px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type04] > span[data-idx]:nth-of-type(2) {
  opacity: 0;
  transform: translate(-5px, 10px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type04] > span[data-idx]:nth-of-type(3) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type04] > span[data-idx]:nth-of-type(4) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type04] > span[data-idx]:nth-of-type(5) {
  opacity: 0;
  transform: translate(0, 10px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type04] > span[data-idx]:nth-of-type(6) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type04] > span[data-idx]:nth-of-type(7) {
  opacity: 1;
  transform: translate(0, -2px) rotate(10deg);
}
.m__title_style .js-char[data-frame=type04] > span[data-idx]:nth-of-type(8) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type05]::before {
  background: url("/files/user/images/roster/players/detail/fv_thunder_texture3.png") no-repeat center center/cover;
}
.m__title_style .js-char[data-frame=type05] > span[data-idx]:nth-of-type(1) {
  opacity: 0;
  transform: translate(-2px, -6px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type05] > span[data-idx]:nth-of-type(2) {
  opacity: 0;
  transform: translate(0, 0) rotate(-10deg);
}
.m__title_style .js-char[data-frame=type05] > span[data-idx]:nth-of-type(3) {
  opacity: 1;
  transform: translate(-3px, 6px) rotate(0deg);
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  font-size: 0.7em;
}
.m__title_style .js-char[data-frame=type05] > span[data-idx]:nth-of-type(4) {
  opacity: 1;
  transform: translate(0, 5px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type05] > span[data-idx]:nth-of-type(5) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type05] > span[data-idx]:nth-of-type(6) {
  opacity: 0.5;
  transform: translate(0, -9px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type05] > span[data-idx]:nth-of-type(7) {
  opacity: 0;
  transform: translate(0, 0) rotate(10deg);
}
.m__title_style .js-char[data-frame=type05] > span[data-idx]:nth-of-type(8) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type06] > span[data-idx]:nth-of-type(1) {
  opacity: 1;
  transform: translate(0, 5px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type06] > span[data-idx]:nth-of-type(2) {
  opacity: 1;
  transform: translate(-5px, 5px) rotate(-5deg);
}
.m__title_style .js-char[data-frame=type06] > span[data-idx]:nth-of-type(3) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type06] > span[data-idx]:nth-of-type(4) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type06] > span[data-idx]:nth-of-type(5) {
  opacity: 0.3;
  transform: translate(0, 4px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type06] > span[data-idx]:nth-of-type(6) {
  opacity: 0;
  transform: translate(4px, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type06] > span[data-idx]:nth-of-type(7) {
  opacity: 1;
  transform: translate(0, -2px) rotate(15deg);
}
.m__title_style .js-char[data-frame=type06] > span[data-idx]:nth-of-type(8) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type07]::before {
  background: url("/files/user/images/roster/players/detail/fv_thunder_texture.png") no-repeat center center/cover;
}
.m__title_style .js-char[data-frame=type07] > span[data-idx]:nth-of-type(1) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type07] > span[data-idx]:nth-of-type(2) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type07] > span[data-idx]:nth-of-type(3) {
  opacity: 1;
  transform: translate(5px, 0) rotate(0deg);
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-size: 0.7em;
}
.m__title_style .js-char[data-frame=type07] > span[data-idx]:nth-of-type(4) {
  opacity: 1;
  transform: translate(0, -8px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type07] > span[data-idx]:nth-of-type(5) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type07] > span[data-idx]:nth-of-type(6) {
  opacity: 1;
  transform: translate(4px, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type07] > span[data-idx]:nth-of-type(7) {
  opacity: 1;
  transform: translate(0, 0) rotate(10deg);
}
.m__title_style .js-char[data-frame=type07] > span[data-idx]:nth-of-type(8) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type08]::before {
  background: url("/files/user/images/roster/players/detail/fv_thunder_texture2.png") no-repeat center center/cover;
}
.m__title_style .js-char[data-frame=type08] > span[data-idx]:nth-of-type(1) {
  opacity: 0;
  transform: translate(-2px, -6px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type08] > span[data-idx]:nth-of-type(2) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type08] > span[data-idx]:nth-of-type(3) {
  opacity: 1;
  transform: translate(-3px, 6px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type08] > span[data-idx]:nth-of-type(4) {
  opacity: 1;
  transform: translate(0, 5px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type08] > span[data-idx]:nth-of-type(5) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type08] > span[data-idx]:nth-of-type(6) {
  opacity: 1;
  transform: translate(0, -9px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type08] > span[data-idx]:nth-of-type(7) {
  opacity: 0;
  transform: translate(0, 0) rotate(10deg);
}
.m__title_style .js-char[data-frame=type08] > span[data-idx]:nth-of-type(8) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type09] > span[data-idx]:nth-of-type(1) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type09] > span[data-idx]:nth-of-type(2) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type09] > span[data-idx]:nth-of-type(3) {
  opacity: 0.4;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type09] > span[data-idx]:nth-of-type(4) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type09] > span[data-idx]:nth-of-type(5) {
  opacity: 1;
  transform: translate(0, -3px) rotate(0deg);
}
.m__title_style .js-char[data-frame=type09] > span[data-idx]:nth-of-type(6) {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char[data-frame=type09] > span[data-idx]:nth-of-type(7) {
  opacity: 1;
  transform: translate(0, 0) rotate(5deg);
}
.m__title_style .js-char[data-frame=type09] > span[data-idx]:nth-of-type(8) {
  opacity: 0;
  transform: translate(0, 0) rotate(0deg);
}
.m__title_style .js-char::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: url("/files/user/images/roster/players/detail/average_parts_texture.png") no-repeat center center/cover;
  z-index: 1;
}

.js-fadein-set-item {
  opacity: 0;
  transform: translate(-20px, 20px);
  transition: opacity 0.2s, transform 0.2s;
}
.js-fadein-set-item:nth-of-type(0) {
  transition-delay: 0s;
}
.js-fadein-set-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.js-fadein-set-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.js-fadein-set-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.js-fadein-set-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.js-fadein-set-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.js-fadein-set-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.js-fadein-set-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.js-fadein-set-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.js-fadein-set-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.js-fadein-set-item:nth-of-type(10) {
  transition-delay: 1s;
}
.js-fadein-set-item:nth-of-type(11) {
  transition-delay: 1.1s;
}
.js-fadein-set-item:nth-of-type(12) {
  transition-delay: 1.2s;
}
.js-fadein-set-item:nth-of-type(13) {
  transition-delay: 1.3s;
}
.js-fadein-set-item:nth-of-type(14) {
  transition-delay: 1.4s;
}
.js-fadein-set-item:nth-of-type(15) {
  transition-delay: 1.5s;
}
.js-fadein-set-item:nth-of-type(16) {
  transition-delay: 1.6s;
}
.js-fadein-set-item:nth-of-type(17) {
  transition-delay: 1.7s;
}
.js-fadein-set-item:nth-of-type(18) {
  transition-delay: 1.8s;
}
.js-fadein-set-item:nth-of-type(19) {
  transition-delay: 1.9s;
}
.js-fadein-set-item:nth-of-type(20) {
  transition-delay: 2s;
}
.js-fadein-set.is-show .js-fadein-set-item {
  opacity: 1;
  transform: translate(0px, 0);
}
.js-char > span[data-idx], .js-char2 > span[data-idx] {
  display: inline-block;
}
/* layout */
@keyframes MARQUEE {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.l-arena {
  position: relative;
  z-index: 2;
  width: 100%;
}

.l-arena__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l-arena__bg img,
.l-arena__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-arena__bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  display: block;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.l-arena__description {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  text-align: justify;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.l-arena__name {
  color: #ffffff;
  font-family: "HONTINE", sans-serif;
  line-height: 80%;
  text-align: center;
}

.l-footer {
  width: 100%;
  background-color: #000000;
}

.l-footer__sns li {
  border-bottom: 1px solid #606060;
}
.l-footer__sns a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: "HONTINE", sans-serif;
  line-height: 80%; /* 96px */
  overflow: hidden;
}
.l-footer__sns a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #ffe100;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.l-footer__logo {
  display: block;
  margin: auto;
  width: 146px;
  height: 127px;
}

.l-footer__copyright {
  margin-block: 36px;
  color: #ffffff;
  text-align: center;
  font-family: "Supply", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.l-fv {
  position: relative;
  z-index: 1;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-fv__content {
  font-family: "SP Robus", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.l-fv__vsTeam {
  line-height: 1;
  display: block;
  text-align: center;
  width: 100%;
}

.l-fv__vsTeamSub {
  line-height: 1.11;
}

.l-fv__team span {
  display: block;
}
.l-fv__team svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.l-fv__header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-fv__title {
  font-family: serif;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.015em;
}

.l-fv__sponsor {
  width: 100%;
}

.l-fv__sponsorText {
  display: block;
  font-weight: 400;
  line-height: 84%;
}

.l-fv__sponsorImage {
  flex-shrink: 0;
}

.l-fv__logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-fv__logo svg {
  max-width: 100%;
}

.l-fv__vs {
  color: #ffffff;
  text-align: center;
  font-family: "SP Robus", sans-serif;
  font-style: normal;
  line-height: 80%; /* 102.4px */
}

.l-fv__schedules {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-fv__schedule {
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.l-fv__date {
  text-align: center;
  font-style: normal;
  line-height: 80%;
}

.l-fv__dateWrap {
  display: flex;
  align-items: center;
}

.l-fv__time {
  font-style: normal;
  line-height: 84%;
  text-align: left;
}

.l-fv__images {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: center center;
  scale: 1.5;
  filter: brightness(0);
}
.l-fv__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-load-end .l-fv__images {
  transition: 3s cubic-bezier(0, 0.55, 0.45, 1);
  scale: 1;
  filter: brightness(1);
}

.l-fv__footLogo {
  position: absolute;
  display: flex;
}
.l-fv__footLogo svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.l-fv__footLogo a {
  pointer-events: auto;
}

.l-fv__footLogoItem {
  color: currentColor;
}

.l-fv__member {
  position: absolute;
  overflow: hidden;
}
.l-fv__member > * {
  height: 100%;
}
.l-fv__member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-fv__member:nth-child(2) {
  bottom: 0;
}
.l-fv__member:nth-child(2) .l-fv__memberName {
  top: auto;
}

.l-fv__memberName {
  position: absolute;
  font-family: "Autostrada", sans-serif;
  font-weight: 400;
  line-height: 90%;
}

.l-fv__memberImage {
  border-right: 1px solid #8d8d8d;
  border-left: 1px solid #8d8d8d;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000000;
}
.is-load-end .l-header {
  color: #ffffff;
}
.is-header-black .l-header {
  color: #000000;
}

.l-header__left {
  display: flex;
  font-weight: 700;
  font-family: "Chathura", sans-serif;
  text-transform: uppercase;
}

@keyframes MARQUEE {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.l-hightLights {
  position: relative;
  background-color: #ffe100;
}

.l-hightLights__away {
  color: #000000;
  text-align: center;
  font-family: "HONTINE", sans-serif;
  font-style: normal;
  line-height: 80%;
}

.l-highLights__awayName {
  display: inline-block;
}

.l-hightLights__header {
  text-align: center;
  font-family: "HONTINE", sans-serif;
  font-style: normal;
  line-height: 80%;
  color: #000000;
  text-transform: uppercase;
}
.l-hightLights__Logo svg {
  display: block;
  margin: auto;
  fill: #000000;
}

.l-hightLights__title {
  text-align: center;
  color: #000000;
  font-weight: 700;
  line-height: 140%;
}

.l-hightLights__text {
  color: #000;
  text-align: justify;
  font-weight: 600;
  line-height: 180%;
}

.l-hightLights__schedule {
  color: #000000;
  font-family: "HONTINE", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: 80%; /* 66px */
}

.l-highLights__images {
  pointer-events: none;
}
.l-highLights__images.is-enter .l-highLights__image {
  opacity: 1;
  filter: blur(0);
}
.l-highLights__images.is-enter .l-highLights__image--01 {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, opacity 0.4s linear 0.2s, filter 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.l-highLights__images.is-enter .l-highLights__image--02 {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, opacity 0.4s linear 0.3s, filter 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  opacity: 1;
}

.l-highLights__image {
  mix-blend-mode: multiply;
  opacity: 0;
  filter: blur(5px);
}
.l-highLights__image img {
  display: block;
  width: 100%;
  height: auto;
}

.l-information {
  position: relative;
  z-index: 1;
  background-color: #ffe100;
  color: #000000;
}

.l-information__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.l-information__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-information__section {
  width: 100%;
  color: #ffffff;
}
.l-information__header {
  display: block;
  color: #000000;
  margin: auto;
}

.l-information__inner {
  margin: auto;
}
.l-information__map iframe {
  width: 100%;
  height: 100%;
}

.l-information__title {
  color: #000000;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 140%;
}

.l-information__areaMap {
  text-align: center;
}

.l-information__address {
  color: #000000;
  font-weight: 700;
  line-height: 140%; /* 14px */
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  color: #000000;
}

.l-loading__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  mix-blend-mode: color;
}

.l-loading__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #000000;
  transform: translateX(-100%);
}

.l-loading__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.l-loading__team {
  font-family: "SP Robus", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 1175px;
  margin-inline: auto;
  line-height: 80%;
  text-align: center;
  letter-spacing: -0.01em;
}

.l-loading__place {
  width: 100%;
  max-width: 332px;
  margin: 32px auto 0;
}

@keyframes MARQUEE {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.l-marquee {
  display: flex;
  flex-wrap: nowrap;
  background-color: #ffe100;
}

.l-marquee__item {
  white-space: nowrap;
  color: #000000;
  text-align: center;
  font-family: "HONTINE", sans-serif;
  font-style: normal;
  line-height: 100%; /* 110px */
  text-transform: uppercase;
  animation: MARQUEE 40s linear infinite;
}

.l-marquee--bg_yellow {
  background-color: #ffe100;
}
.l-marquee--bg_yellow .l-marquee__item {
  color: #000000;
}

.l-marquee--bg_black {
  background-color: #000000;
}
.l-marquee--bg_black .l-marquee__item {
  color: #ffffff;
}

.l-menu__link {
  display: block;
  position: relative;
  pointer-events: auto;
  font-family: "SP Robus", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
  transition: color 0.15s linear;
}

.l-menu__logo {
  margin-top: 122px;
  text-align: center;
}

.l-menu__logoLink {
  display: inline-flex;
  justify-content: center;
}
.l-menu__logoLink svg {
  width: 62px;
  height: 54px;
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  opacity: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  transition: opacity 0.15s linear;
}
.l-modal.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.l-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.l-modal__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  background-color: #ffffff;
  margin: auto;
  color: #000000;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth !important;
}
.l-modal__container[aria-modal=false] {
  display: none;
}

.l-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #000000;
}

.l-modal__header {
  text-align: center;
}
.l-modal__header .splide__slide {
  width: 100%;
}

.l-modal__headerEn {
  font-family: "HONTINE", sans-serif;
  line-height: 100%;
  text-transform: uppercase;
}

.l-modal__headerJa {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.l-modal__images .splide__track {
  overflow: visible;
}
.l-modal__images .splide__pagination {
  display: flex;
}
.l-modal__images .splide__pagination__page {
  background: #d9d9d9;
  display: block;
}
.l-modal__images .splide__pagination__page.is-active {
  background: #000000;
}

.l-modal__contents {
  margin: auto;
}
.l-modal__contents .splide__slide {
  width: 100%;
}

.l-modal__section {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.l-modal__title {
  text-align: center;
  font-weight: 700;
  line-height: 140%;
}

.l-model__description,
.l-model__arenaDescription {
  text-align: justify;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 21.6px */
}
.l-modal__productsImages .splide__track {
  overflow: visible;
}
.l-modal__productsImages .splide__pagination {
  display: flex;
}
.l-modal__productsImages .splide__pagination__page {
  background: #d9d9d9;
  display: block;
}
.l-modal__productsImages .splide__pagination__page.is-active {
  background: #000000;
}

.l-modal__productsContents {
  margin: auto;
}

.l-modal__productsTitle {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
}

.l-modal__productsDescription {
  text-align: justify;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.05em;
}

.l-modal__productsLink {
  text-align: center;
}

.l-modal__productsOthers {
  border: 1px solid #000;
}

.l-modal__productsOthersTitle {
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.l-modal__productsOthersDescription {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.l-news__link {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
}
.l-news__link::before {
  content: "";
  position: relative;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.l-news__content {
  color: #ffffff;
}

.l-news__title {
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

.l-news__date {
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-family: "Chathura", sans-serif;
}

.l-nextGame {
  display: flex;
  color: #000000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background-color: #ffe100;
}

.l-nextGame__schedule {
  text-align: center;
}

.l-nextGame__date {
  font-family: "HONTINE", sans-serif;
  font-style: normal;
  line-height: 80%;
}

.l-nextGame__time {
  font-family: "HONTINE", sans-serif;
  font-style: normal;
  line-height: 60%;
  letter-spacing: 0.01em;
}

.l-nextGame__logo--home {
  margin: auto;
}
.l-nextGame__logo--home img {
  width: 100%;
  height: auto;
}

.l-nextGame__vs {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.l-nextGame__vs svg path {
  fill: #000000;
}

.l-others {
  background-color: #fff;
  color: #000000;
}

.l-others__header {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 24px;
}

.l-others__list {
  max-width: 1284px;
  width: 100%;
  margin-inline: auto;
  display: grid;
}

.l-others__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.l-others__item a,
.l-others__item button {
  display: block;
}
.l-others__item img {
  transition: scale 0.2s cubic-bezier(0, 0.55, 0.45, 1);
  display: block;
}
.l-others__item p {
  border: 2px solid #000000;
}

.l-others__image {
  overflow: hidden;
}

.l-others__slider {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
.l-others__slider .splide__pagination {
  margin-top: 24px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.l-others__slider .splide__pagination > li {
  width: 60px;
  height: 4px;
}
.l-others__slider .splide__pagination__page {
  display: block;
  background-color: #d9d9d9;
}
.l-others__slider .splide__pagination__page.is-active {
  background-color: #000000;
}
.l-others__slider a {
  transition: opacity 0.2s;
}

.l-others__newsList {
  max-width: 1284px;
  margin: auto;
}

.l-others__newsItem {
  border-top: 2px solid #000000;
}
.l-others__newsItem:last-child {
  border-bottom: 2px solid #000000;
}

.l-others__links {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.l-others__links .c-button,
.l-others__links .c-button__text {
  width: 100%;
}

.l-players {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.l-players__title {
  font-family: "HONTINE", sans-serif;
  font-style: normal;
  line-height: 80%; /* 123.2px */
  text-transform: uppercase;
}

.l-players__description > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.l-products {
  position: relative;
  z-index: 2;
}
@keyframes SCROLL_ARROW {
  0% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.7, 0, 0.84, 0);
  }
  20% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.7, 0, 0.84, 0);
  }
  48% {
    transform: translateY(100%);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.7, 0, 0.84, 0);
  }
  49% {
    transform: translateY(100%);
    opacity: 0;
  }
  51% {
    transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    transform: translateY(-100%);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  70% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  100% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.l-scroll {
  position: fixed;
  z-index: 99;
}
.is-scroll .l-scroll {
  opacity: 0;
}

.l-scroll__arrow {
  animation: SCROLL_ARROW 2s infinite;
}

.l-ticket {
  position: fixed;
  z-index: 99;
  scale: 0.5;
  opacity: 0;
  transition: opacity 0.2s linear, scale 0.2s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.is-scroll .l-ticket {
  scale: 1;
  opacity: 1;
}
.is-scroll-bottom .l-ticket {
  scale: 0.5;
  opacity: 0;
}

/* project */

/* component */
.c-accordion {
  border-top: 2px solid #000000;
  display: block;
  color: #000000;
}

.c-accordion__trigger {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.c-accordion__trigger[aria-expanded=true] .c-accordion__icon span:nth-child(1) {
  rotate: 0deg;
}
.c-accordion__trigger[aria-expanded=true] .c-accordion__icon span:nth-child(2) {
  rotate: 90deg;
  scale: 0 1;
}

.c-accordion__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
}
.c-accordion__icon span {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 13px;
  height: 2px;
  background-color: #ffffff;
}
.c-accordion__icon span:nth-child(1) {
  rotate: 0deg;
}
.c-accordion__icon span:nth-child(2) {
  rotate: 90deg;
}

.c-accordion__panel {
  overflow: hidden;
}

.c-accordion__panelInner {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.c-accordion__panelInner a {
  text-decoration: underline;
}
.c-accordion__panelInner a[target=_blank]:after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 2px;
  margin-left: 4px;
  background: url("/files/user/images/lp/icon_blank.svg") no-repeat center center/cover;
}

.c-arena {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}

.c-arena__title {
  font-family: "HONTINE", sans-serif;
  line-height: 100%;
}

.c-arena__name {
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.c-arena__image {
  overflow: hidden;
}
.c-arena__image img {
  transition: scale 0.2s cubic-bezier(0, 0.55, 0.45, 1);
  display: block;
  max-width: inherit;
  width: 100%;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #ffffff;
  background-color: #ff0000;
  transition: scale 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-button:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.c-button__text {
  display: inline-block;
  transition: scale 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "SP Robus", sans-serif;
  line-height: 80%;
}

.c-button--color_yellow {
  background-color: #ffe100;
}

.c-button--color_black {
  background-color: #000000;
  color: #ffffff;
}

.c-button--line_white {
  border: 1px solid #ffffff;
}

.c-card {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}

.c-card__images {
  text-align: center;
  overflow: hidden;
}
.c-card__images img {
  transition: scale 0.2s cubic-bezier(0, 0.55, 0.45, 1);
  display: block;
  width: 100%;
  height: auto;
}

.c-card__en {
  text-align: center;
  font-family: "HONTINE", sans-serif;
  font-style: normal;
  line-height: 100%;
  text-transform: uppercase;
}

.c-card__ja {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.05em;
}

.c-card__description {
  text-align: justify;
  letter-spacing: 0.05em;
}
.c-card__description p {
  font-weight: 600;
  line-height: 180%; /* 21.6px */
  display: grid;
}
.c-card__description small {
  font-weight: 500;
  line-height: 160%;
}

.c-card__link {
  text-align: center;
}

@keyframes BOX {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}
.c-cover {
  position: relative;
  display: inline-block;
  opacity: 0;
}
.c-cover.is-show {
  opacity: 1;
}
.c-cover::after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: left center;
  transform: scaleX(0);
}
.c-cover.is-enter::after {
  transform-origin: left center;
  transform: scaleX(1);
  transition: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-cover.is-blink::after {
  transform-origin: right center;
  transform: scaleX(1);
}
.c-cover.is-blink .c-cover__inner {
  opacity: 1;
}
.c-cover.is-show::after {
  transform-origin: right center;
  transform: scaleX(0);
  transition: 0.2s cubic-bezier(0.7, 0, 0.84, 0);
}
.c-cover.is-show .c-cover__inner {
  opacity: 1;
}

.c-cover__inner {
  opacity: 0;
}

.c-cover--name::after {
  top: -0.09em;
  height: 102%;
}

.c-cover--hontine::after {
  height: 98%;
  top: -0.08em;
}

.c-cover--black::after {
  background-color: #000000;
}

@keyframes CLIP_PATH {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.c-fade {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  translate: -20px 0;
  opacity: 0;
}
.c-fade.is-show {
  animation: CLIP_PATH 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: translate 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.15s linear;
  opacity: 1;
  translate: 0px 0;
  -webkit-clip-path: none;
          clip-path: none;
}

.c-fade--hontine {
  padding: 0.075em 0 0;
}

.c-heading {
  color: currentColor;
  font-family: "HONTINE", sans-serif;
  font-style: normal;
  line-height: 80%; /* 76.8px */
  text-transform: uppercase;
}
.c-member__image {
  scale: 0.85;
  transition: scale 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.splide__slide.is-active .c-member__image {
  scale: 1;
}

.c-member__content {
  opacity: 0;
}
.splide__slide.is-active .c-member__content {
  opacity: 1;
}

.c-member__number {
  font-family: "HONTINE", sans-serif;
  line-height: 80%; /* 44px */
  text-transform: uppercase;
}

.c-member__name {
  font-family: "HONTINE", sans-serif;
  font-size: 58px;
  line-height: 80%; /* 46.4px */
  text-transform: uppercase;
}

.c-member__position {
  font-family: "HONTINE", sans-serif;
  line-height: 80%;
  letter-spacing: 0.05em;
}

.c-newsLink {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  overflow: hidden;
}
.c-newsLink svg {
  position: absolute;
  fill: none;
}
.c-newsLink svg line,
.c-newsLink svg path {
  stroke: currentColor;
}
.c-newsLink::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* utility */
.u-anchorSection {
  scroll-margin-top: 100px;
}

.u-visuallyHidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

@media print, screen and (min-width: 769px) {
  #stalker {
    position: fixed;
    background: #000;
    border: 1px solid #ffe100;
    border-radius: 50%;
    z-index: 100;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffe100;
    font-family: "HONTINE", sans-serif;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s, transform 0.2s;
    width: 11.1888111888vw;
    height: 11.1888111888vw;
    margin: -5.3333333333vw 0 0 -5.3333333333vw;
    font-size: 1.8181818182vw;
  }
  #stalker.is-show {
    opacity: 1;
    transform: scale(1);
  }
  #gct_players_details {
    font-size: 16px;
  }
  .c__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 52px;
    font-size: 14px;
  }
  .c__footer_left {
    display: flex;
    align-items: center;
  }
  .c__footer_left .logo {
    width: 60px;
  }
  .c__footer_left .nav {
    margin-left: 32px;
  }
  .c__footer_left a + a {
    margin-left: 14px;
  }
  .c__footer_left a:hover {
    opacity: 0.6;
  }
  .c__footer_right {
    font-size: 14px;
  }
  .c__header_logo {
    position: fixed;
    z-index: 500;
    display: inline-block;
    top: 24px;
    left: 24px;
    width: 94px;
  }
  .c__header_link .logo {
    display: none;
  }
  .c__header_link .item {
    width: 160px;
    padding: 24px 16px;
  }
  .c__header_link .item:hover {
    background-color: #ff0000;
    color: #fff;
  }
  .c__header_link .item .en {
    font-size: 40px;
  }
  .c__header_link .item .jp {
    margin-top: 10px;
    font-size: 16px;
  }
  .c__header_link .item--online {
    display: none;
  }
  .m__pc {
    display: block;
  }
  .m__sp {
    display: none;
  }
  .m__tel {
    pointer-events: none;
  }
  .m__inner {
    width: 94%;
    max-width: 74.6853146853vw;
  }
  .m__btn {
    width: 320px;
    padding: 16px 0;
    font-size: 30px;
  }
  .m__btn:hover {
    background: #ff0000;
    color: #fff;
  }
  .m__table {
    font-size: 16px;
  }
  .m__table th {
    padding: 24px 0;
    width: 104px;
  }
  .m__table td {
    padding: 24px 0;
  }
  .m__dl {
    font-size: 16px;
  }
  .m__dl dt {
    padding: 24px 0;
    width: 104px;
  }
  .m__dl dd {
    padding: 24px 0;
  }
  .m__redparts01 > span {
    width: 10px;
    height: 10px;
  }
  .m__redparts01 > span + span {
    margin-left: 12px;
  }
  .m__redparts02 {
    width: 57px;
  }
  .m__title_style {
    font-size: 200px;
  }
  .l-arena {
    padding-top: 776px;
  }
  .l-arena.is-noVideo {
    padding-top: 160px;
  }
  .l-arena__bg {
    height: 776px;
  }
  .l-arena__bg::after {
    height: 98px;
  }
  .l-arena__description {
    margin-top: -60px;
    max-width: 1440px;
    padding: 0 24px;
    font-size: 12px;
  }
  .l-arena__description > p {
    width: 405px;
  }
  .l-arena__slider {
    max-width: 1440px;
    width: 100%;
    margin: 55px auto 0;
    padding: 0 60px;
  }
  .l-arena__list {
    position: relative;
    z-index: 1;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    max-width: 1440px;
    margin: auto;
    margin-top: 55px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding: 0 60px;
  }
  .l-arena__item {
    flex: 0 1 25%;
  }
  .l-arena__name {
    margin-top: min(-100px, -7.8125vw);
    font-size: min(262px, 20.46875vw);
  }
  .l-arena__name span:nth-child(n+2) {
    display: none;
  }
  .l-footer__sns a {
    padding: 30px 0 10px;
    font-size: 120px;
    letter-spacing: 2.4px;
    transition: color 0.05s linear 0.05s;
  }
  .l-footer__logo {
    margin-top: 24px;
  }
  .l-fv {
    width: 100%;
    min-height: 100vh;
  }
  .l-fv__content {
    gap: min(20px, 1.5625vw);
    margin-top: min(-10px, -0.78125vw);
  }
  .l-fv__vsTeam {
    font-size: min(74px, 5.78125vw);
  }
  .l-fv__vsTeamSub {
    font-size: min(54px, 4.21875vw);
    margin-right: min(10px, 0.78125vw);
  }
  .l-fv__team {
    width: 751.3px;
    height: 97.3px;
    margin: auto;
  }
  .l-fv__bLeagueLogo {
    margin-right: min(36px, 2.8125vw);
    width: min(26px, 2.03125vw);
    height: min(48px, 3.75vw);
  }
  .l-fv__title {
    font-size: min(18px, 1.40625vw);
  }
  .l-fv__sponsor {
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: min(10px, 0.78125vw);
  }
  .l-fv__sponsorText {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(26px, 2.03125vw);
    width: min(130px, 10.15625vw);
    text-align: center;
  }
  .l-fv__logos {
    -moz-column-gap: min(8px, 0.625vw);
         column-gap: min(8px, 0.625vw);
  }
  .l-fv__logo {
    max-width: min(188px, 14.6875vw);
  }
  .l-fv__vs {
    font-size: 101px;
  }
  .l-fv__schedules {
    -moz-column-gap: min(25px, 1.953125vw);
         column-gap: min(25px, 1.953125vw);
  }
  .l-fv__date {
    font-size: min(128px, 10vw);
  }
  .l-fv__dateWrap {
    gap: min(8px, 0.625vw);
  }
  .l-fv__time {
    font-size: min(60px, 4.6875vw);
  }
  .l-fv__link {
    margin-top: min(10px, 0.78125vw);
  }
  .l-fv__text {
    position: absolute;
    top: 340px;
    left: 28px;
    width: min(300px, 23.4375vw);
    color: #ffffff;
    font-family: "Supply", sans-serif;
    font-size: min(12px, 0.9375vw);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    word-break: break-word;
  }
  .l-fv__footLogo {
    left: min(23px, 1.796875vw);
    bottom: min(22px, 1.71875vw);
  }
  .l-fv__footLogoItem {
    width: 62px;
    height: 54px;
  }
  .l-fv__member {
    width: 18.6013986014vw;
  }
  .l-fv__member:first-child {
    top: 0;
    right: 11.3986013986vw;
  }
  .l-fv__member:nth-child(2) {
    left: 11.3986013986vw;
  }
  .l-fv__member:nth-child(2) .l-fv__memberName {
    bottom: 1.3986013986vw;
  }
  .l-fv__memberName {
    font-size: 1.3986013986vw;
    top: 0.7692307692vw;
    left: 1.1188811189vw;
  }
  .l-header {
    padding: 20px 30px;
  }
  .l-header__left {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: min(22px, 1.71875vw);
    line-height: 90%;
  }
  .l-hightLights {
    padding: 48px 0 10px;
  }
  .l-hightLights__away {
    font-size: 121px;
  }
  .l-hightLights__header {
    padding-top: 305px;
    font-size: 58px;
  }
  .l-hightLights__Logo {
    padding-top: 131px;
  }
  .l-hightLights__title {
    margin-top: 24px;
    font-size: 28px;
  }
  .l-hightLights__text {
    width: 510px;
    margin: auto;
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .l-hightLights__schedule {
    margin-top: 48px;
    font-size: 110px;
  }
  .l-hightLights__schedule span:nth-child(n+2) {
    display: none;
  }
  .l-highLights__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-highLights__images.is-enter .l-highLights__image--01 {
    transform: translate3d(calc((min(520px, 40.625vw) + min(132px, 10.3125vw)) * -1), 0, 0);
  }
  .l-highLights__images.is-enter .l-highLights__image--02 {
    transform: translate3d(calc(min(520px, 40.625vw) + min(132px, 10.3125vw)), 0, 0);
  }
  .l-highLights__image {
    position: absolute;
    width: 520px;
    bottom: 0;
  }
  .l-highLights__image--01 {
    left: 50%;
    transform: translate3d(calc((min(520px, 40.625vw) + min(132px, 10.3125vw) + min(100px, 7.8125vw)) * -1), 0, 0);
  }
  .l-highLights__image--02 {
    right: 50%;
    transform: translate3d(calc(min(520px, 40.625vw) + min(132px, 10.3125vw) + min(100px, 7.8125vw)), 0, 0);
  }
  .l-information {
    padding: 0 0 96px;
  }
  .l-information__section {
    padding-top: 96px;
  }
  .l-information__header {
    max-width: 900px;
  }
  .l-information__inner {
    max-width: 900px;
  }
  .l-information__map {
    margin-top: 36px;
  }
  .l-information__map iframe {
    aspect-ratio: 900/508;
  }
  .l-information__title {
    margin-top: 24px;
    font-size: 24px;
  }
  .l-information__areaMap {
    margin-top: 48px;
  }
  .l-information__address {
    margin-top: 24px;
    margin-bottom: 60px;
    text-align: center;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.6px;
  }
  .l-information__list {
    margin-top: 24px;
    border-bottom: 2px solid #000000;
  }
  .l-loading__team {
    font-size: min(240px, 18.75vw);
  }
  .l-marquee {
    padding: 10px 0 25px;
  }
  .l-marquee__item {
    padding-left: 24px;
    font-size: 110px;
  }
  .l-menu {
    position: fixed;
    width: -moz-max-content;
    width: max-content;
    z-index: 202;
    top: 19px;
    right: 19px;
  }
  .l-menu__link {
    font-size: 24px;
    width: 100%;
    line-height: 90%;
  }
  .is-header-black .l-menu__link {
    color: #000000;
  }
  .l-menu__link.is-current {
    color: #ff0000;
  }
  .l-menu__link.is-current::before {
    position: absolute;
    top: -1px;
    left: -7px;
    bottom: 0;
    margin: auto;
    content: ">";
    display: inline-block;
  }
  .l-menu__logo {
    display: none;
  }
  .l-menuButton {
    display: none;
  }
  .l-modal {
    padding: 40px 40px;
  }
  .l-modal__container {
    padding: 0 40px;
    height: 100%;
  }
  .l-modal__close {
    padding: 10px 11px;
  }
  .l-modal__header {
    margin-top: 40px;
  }
  .l-modal__headerEn {
    font-size: 40px;
  }
  .l-modal__headerJa {
    font-size: 14px;
  }
  .l-modal__images .splide__slide {
    width: 460px;
    margin-right: 24px;
  }
  .l-modal__images .splide__pagination {
    margin-top: 24px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .l-modal__images .splide__pagination__page {
    width: 60px;
    height: 4px;
  }
  .l-modal__contents {
    max-width: 460px;
    padding-bottom: 60px;
  }
  .l-modal__section {
    padding: 80px 0;
  }
  .l-modal__title {
    margin-top: 12px;
    font-size: 28px;
  }
  .l-model__description,
  .l-model__arenaDescription {
    font-size: 14px;
    letter-spacing: 0.6px;
  }
  .l-model__description {
    margin-top: 12px;
  }
  .l-model__arenaDescription {
    margin-top: 48px;
  }
  .l-modal__products {
    padding-bottom: 60px;
  }
  .l-modal__productsImages {
    margin-bottom: 46px;
  }
  .l-modal__productsImages .splide__slide {
    max-width: 460px;
    margin-right: 24px;
  }
  .l-modal__productsImages .splide__pagination {
    margin-top: 24px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .l-modal__productsImages .splide__pagination__page {
    width: 60px;
    height: 4px;
  }
  .l-modal__productsContents {
    width: 500px;
    margin-bottom: 48px;
  }
  .l-modal__productsContents .splide__slide {
    max-width: 500px;
    width: 100%;
  }
  .l-modal__productsTitle {
    font-size: 16px;
  }
  .l-modal__productsTitle small {
    font-size: 12px;
  }
  .l-modal__productsDescription {
    margin-top: 12px;
    font-size: 12px;
  }
  .l-modal__productsLink {
    margin: 0 0 48px;
  }
  .l-modal__productsOthers {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 24px;
    padding: 24px;
  }
  .l-modal__productsOthersTitle {
    font-size: 13px;
  }
  .l-modal__productsOthersDescription {
    margin-top: 6px;
    font-size: 10px;
  }
  .l-news {
    padding: 5px 0px;
  }
  .l-news__link {
    padding: min(8px, 0.625vw) min(20px, 1.5625vw);
    align-items: center;
  }
  .l-news__link::before {
    opacity: 0;
    visibility: hidden;
    width: min(6px, 0.46875vw);
    height: min(6px, 0.46875vw);
  }
  .l-news__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: min(16px, 1.25vw);
    transition: padding 0.3s;
  }
  .l-news__title {
    font-size: min(12px, 0.9375vw);
  }
  .l-news__date {
    font-size: min(21px, 1.640625vw);
  }
  .l-nextGame {
    padding: 36px 40px;
    gap: 24px;
  }
  .l-nextGame__inner {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .l-nextGame__content {
    width: 382px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-nextGame__schedule {
    padding-top: 24px;
  }
  .l-nextGame__schedule:nth-child(1) {
    order: 0;
  }
  .l-nextGame__schedule:nth-child(2) {
    order: 2;
  }
  .l-nextGame__date {
    font-size: 128px;
  }
  .l-nextGame__time {
    font-size: 46px;
  }
  .l-nextGame__match {
    order: 1;
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .l-nextGame__logo--home {
    width: 168px;
  }
  .l-nextGame__vs {
    margin: 24px auto;
    font-size: 40px;
    letter-spacing: 4px;
  }
  .l-others {
    padding: 60px 0;
  }
  .l-others__list {
    padding: 0 24px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 49px;
  }
  .l-others__item p {
    font-size: 16px;
    line-height: 1.4375;
    padding: 24px;
  }
  .l-others__slider {
    margin-top: 49px;
  }
  .l-others__slider .splide__slide {
    margin-right: 24px;
  }
  .l-others__slider .splide__pagination__page {
    width: 60px;
    height: 4px;
  }
  .l-others__newsList {
    padding: 0 24px;
    margin-top: 60px;
  }
  .l-others__links {
    margin-top: 48px;
  }
  .l-players {
    height: 100vh;
  }
  .l-players__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    height: 100%;
  }
  .l-players__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-players__inner {
    max-width: 1440px;
    height: 100%;
    margin: auto;
    padding: 0 10px 0 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 48.3333333333% 45.0980392157%;
  }
  .l-players__title {
    font-size: 154px;
  }
  .l-players__description > span:nth-child(1) {
    margin-bottom: 36px;
  }
  .l-players__description > span:nth-child(n+1) {
    margin-top: 16px;
  }
  .l-players__description {
    margin-top: 79px;
  }
  .l-players__contents {
    height: 100%;
  }
  .l-products {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding: 48px 96px 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .l-products__item {
    height: 100%;
    display: contents;
  }
  .l-products__content {
    height: 100%;
    display: contents;
  }
  .l-scroll {
    bottom: 30px;
    right: 30px;
  }
  .l-ticket {
    bottom: 30px;
    left: 30px;
  }
  .c-accordion__trigger {
    padding: 12px 12px 12px 53px;
    font-size: 14px;
  }
  .c-accordion__icon {
    left: 12px;
    width: 29px;
    height: 29px;
  }
  .c-accordion__panelInner {
    padding: 0 12px 24px 53px;
    font-size: 12px;
  }
  .c-arena__title {
    font-size: 40px;
  }
  .c-arena__name {
    font-size: 12px;
  }
  .c-arena__image {
    margin-top: 18px;
  }
  .c-button {
    padding: 2px 0;
  }
  .c-button--min_pc {
    -moz-column-gap: min(6px, 0.46875vw);
         column-gap: min(6px, 0.46875vw);
    padding: min(12px, 0.9375vw) min(16px, 1.25vw);
    border-radius: min(22px, 1.71875vw);
  }
  .c-button--min_pc:after {
    width: min(12px, 0.9375vw);
    height: min(12px, 0.9375vw);
    -webkit-clip-path: polygon(min(3px, 0.234375vw) 0, min(12px, 0.9375vw) min(6px, 0.46875vw), min(3px, 0.234375vw) min(12px, 0.9375vw));
            clip-path: polygon(min(3px, 0.234375vw) 0, min(12px, 0.9375vw) min(6px, 0.46875vw), min(3px, 0.234375vw) min(12px, 0.9375vw));
  }
  .c-button--min_pc .c-button__text {
    padding-top: min(6px, 0.46875vw);
    font-size: min(26px, 2.03125vw);
  }
  .c-button__text {
    font-size: 40px;
  }
  .c-card {
    padding: 24px;
    height: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
  .c-card__images {
    padding: 0;
  }
  .c-card__en {
    margin-top: 24px;
    font-size: 40px;
  }
  .c-card__ja {
    font-size: 14px;
  }
  .c-card__description {
    margin-top: 12px;
  }
  .c-card__description p {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .c-card__description small {
    font-size: 10px;
  }
  .c-card__link {
    margin-top: 36px;
  }
  .c-heading {
    font-size: 96px;
  }
  .c-member {
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .c-member__image {
    display: block;
    width: 280px;
    height: 280px;
    transform-origin: left center;
  }
  .c-member__number {
    font-size: 44px;
  }
  .c-member__name {
    font-size: 58px;
  }
  .c-member__position {
    font-size: 44px;
  }
  .c-newsLink {
    padding: 24px 32px 24px;
    font-size: 16px;
  }
  .c-newsLink svg {
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 19px;
  }
  .u-onlyShow--sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #stalker {
    display: none;
  }
  #gct_players_details {
    font-size: 3.7333333333vw;
  }
  .c__footer {
    padding: 9.6vw 0vw 5.3333333333vw;
  }
  .c__footer_left .logo {
    width: 13.3333333333vw;
    margin: 0 auto;
  }
  .c__footer_left .nav {
    margin-top: 6.4vw;
    text-align: center;
  }
  .c__footer_left a {
    font-size: 2.6666666667vw;
  }
  .c__footer_left a + a {
    margin-left: 3.2vw;
  }
  .c__footer_right {
    margin-top: 8.5333333333vw;
    font-size: 2.4vw;
    text-align: center;
  }
  .c__header_logo {
    display: none;
  }
  .c__header_link {
    width: 100%;
  }
  .c__header_link .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.3333333333vw;
    flex: none;
    background-color: #000000;
  }
  .c__header_link .logo > img {
    width: 8vw;
  }
  .c__header_link .item {
    width: 30%;
    max-height: 13.8666666667vw;
    padding: 3.2vw 0;
  }
  .c__header_link .item .en {
    font-size: 5.3333333333vw;
  }
  .c__header_link .item .jp {
    margin-top: 1.0666666667vw;
    font-size: 2.9333333333vw;
  }
  .m__pc {
    display: none;
  }
  .m__sp {
    display: block;
  }
  .m__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .m__btn {
    width: 70.1333333333vw;
    padding: 2.6666666667vw 0;
    font-size: 7.3333333333vw;
  }
  .m__table {
    font-size: 3.7333333333vw;
  }
  .m__table th {
    padding: 3.2vw 0;
    width: 25.3333333333vw;
  }
  .m__table td {
    padding: 3.2vw 0;
  }
  .m__dl {
    font-size: 3.7333333333vw;
  }
  .m__dl dt {
    padding: 3.2vw 0;
    width: 25.3333333333vw;
  }
  .m__dl dd {
    padding: 3.2vw 0;
  }
  .m__redparts01 > span {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .m__redparts01 > span + span {
    margin-left: 1.6vw;
  }
  .m__redparts02 {
    width: 6.9333333333vw;
  }
  .m__title_style {
    font-size: 26.6666666667vw;
  }
  .l-arena {
    padding-top: 359px;
  }
  .l-arena.is-noVideo {
    padding-top: 60px;
  }
  .l-arena__bg {
    height: 359px;
  }
  .l-arena__bg::after {
    height: 98px;
  }
  .l-arena__description {
    padding: 0 20px;
    font-size: 12px;
  }
  .l-arena__slider {
    position: relative;
    z-index: 2;
    margin: 60px auto 0;
    padding-left: 20px;
  }
  .l-arena__slider .splide__track {
    overflow: visible;
  }
  .l-arena__list {
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .l-arena__item {
    flex: 1 0 212px;
    margin-right: 24px;
  }
  .l-arena__name {
    margin-top: -16px;
    font-size: 96px;
    white-space: nowrap;
    display: flex;
  }
  .l-arena__name span {
    display: block;
    white-space: nowrap;
    animation: MARQUEE 40s linear infinite;
    padding-right: 24px;
  }
  .l-footer__sns a {
    padding: 24px 0 4px;
    font-size: 100px;
    letter-spacing: 2px;
  }
  .l-footer__logo {
    margin-top: 24px;
  }
  .l-fv {
    padding: 54px 0 57px;
    height: 100svh;
    display: flex;
    align-items: center;
  }
  .l-fv__content {
    width: 100%;
    flex-direction: column;
    margin-top: -10px;
  }
  .l-fv__vsTeam {
    margin-top: 2px;
    font-size: 47px;
  }
  .l-fv__vsTeamSub {
    font-size: 34px;
    margin-right: 10px;
  }
  .l-fv__team {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 350.612px;
    height: 44.87px;
  }
  .l-fv__bLeagueLogo {
    margin-right: 4.8vw;
    width: 4.8vw;
    height: 8.8vw;
  }
  .l-fv__title {
    font-size: 2.6666666667vw;
  }
  .l-fv__sponsor {
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .l-fv__sponsorText {
    font-size: 16px;
    width: 50%;
  }
  .l-fv__sponsorImage {
    width: 50%;
  }
  .l-fv__logos {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .l-fv__logo {
    width: 112px;
    max-width: 112px;
    text-align: center;
  }
  .l-fv__logo--2 {
    width: 85px;
    max-width: 85px;
  }
  .l-fv__vs {
    font-size: 64px;
  }
  .l-fv__schedules {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 11px;
  }
  .l-fv__date {
    font-size: 69px;
  }
  .l-fv__dateWrap {
    gap: 8px;
    justify-content: center;
  }
  .l-fv__time {
    font-size: 33px;
  }
  .l-fv__link {
    margin-top: 10px;
  }
  .l-fv__text {
    display: none;
  }
  .l-fv__footLogo {
    display: none;
  }
  .l-fv__member {
    width: 46.4vw;
  }
  .l-fv__member:first-child {
    top: 50px;
    right: 0;
  }
  .l-fv__member:nth-child(2) {
    left: 0;
  }
  .l-fv__member:nth-child(2) .l-fv__memberName {
    bottom: 12px;
  }
  .l-fv__memberName {
    font-size: 16px;
    top: 7px;
    left: 10px;
  }
  .l-header {
    padding: 14px 20px;
  }
  .l-header__left {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 22px;
    line-height: 100%;
  }
  .l-hightLights {
    display: grid;
    padding: 6.4vw 0 0;
  }
  .l-hightLights__away {
    font-size: 48px;
  }
  .l-hightLights__header {
    margin-top: 38px;
    font-size: 34px;
  }
  .l-hightLights__Logo {
    padding-top: 60px;
  }
  .l-hightLights__title {
    margin-top: 12px;
    font-size: 28px;
  }
  .l-hightLights__text {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.6px;
    padding: 0 5.3333333333vw;
  }
  .l-hightLights__schedule {
    background-color: #ffe100;
    order: 5;
    color: #000;
    font-size: 100px;
    font-style: normal;
    line-height: 80%;
    overflow: hidden;
    width: 100%;
    padding: 24px 0 4px 0;
    display: flex;
  }
  .l-hightLights__schedule span {
    display: block;
    white-space: nowrap;
    animation: MARQUEE 40s linear infinite;
    padding-right: 24px;
  }
  .l-highLights__images {
    position: relative;
    margin-top: 24px;
    height: 300px;
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  .l-highLights__images.is-enter .l-highLights__image--01 {
    transform: translate3d(0, 0, 0);
  }
  .l-highLights__images.is-enter .l-highLights__image--02 {
    transform: translate3d(0, 0, 0);
  }
  .l-highLights__image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .l-highLights__image--01 {
    transform: translate3d(-26.6666666667vw, 0, 0);
  }
  .l-highLights__image--01 img {
    max-width: inherit;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-highLights__image--02 {
    transform: translate3d(26.6666666667vw, 0, 0);
  }
  .l-highLights__image--02 img {
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-information {
    padding: 48px 24px 48px;
    display: grid;
    row-gap: 48px;
  }
  .l-information__inner {
    margin-top: 36px;
  }
  .l-information__map {
    margin-top: 36px;
  }
  .l-information__map iframe {
    aspect-ratio: 335/190;
  }
  .l-information__title {
    margin-top: 36px;
    font-size: 18px;
  }
  .l-information__areaMap {
    margin-top: 72px;
  }
  .l-information__address {
    margin-top: 12px;
    margin-bottom: 36px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
  .l-information__list {
    margin-top: 24px;
    border-bottom: 2px solid #000000;
  }
  .l-loading__inner {
    padding: 0 14px;
  }
  .l-loading__team {
    font-size: 73px;
    padding: 0 14px;
  }
  .l-marquee {
    padding: 2.6666666667vw 0 6.6666666667vw;
  }
  .l-marquee__item {
    font-size: 110px;
  }
  .l-menu {
    position: fixed;
    display: none;
    z-index: 200;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    background-color: black;
  }
  .l-menu[aria-hidden=false] {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .l-menu > ul {
    padding: 0 40px;
  }
  .l-menu > ul > li > ul {
    padding: 0 32px;
  }
  .l-menu__link {
    text-align: center;
    font-size: 48px;
    line-height: 140%;
    display: block;
    width: 100%;
    height: 44.8px;
  }
  .l-menu__link[aria-hidden=false] {
    color: #ffffff;
  }
  .l-menu__link.is-current {
    color: #ff0000;
  }
  .l-menu__link.is-current::before {
    position: absolute;
    top: -4px;
    left: -20px;
    bottom: 0;
    margin: auto;
    content: ">";
    display: inline-block;
  }
  .l-menuButton {
    position: fixed;
    z-index: 201;
    pointer-events: auto;
    top: 0;
    right: 2px;
    display: block;
    width: 48px;
    height: 48px;
  }
  .l-menuButton span {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 22px;
    height: 1px;
    background-color: #000000;
  }
  .is-load-end .l-menuButton span {
    background-color: #ffffff;
  }
  .is-header-black .l-menuButton span {
    background-color: #000000;
  }
  .l-menuButton span:nth-child(1) {
    translate: 0 -3px;
  }
  .l-menuButton span:nth-child(2) {
    translate: 0 3px;
  }
  .is-header-black .l-menuButton[aria-expanded=true] span {
    background-color: #ffffff;
  }
  .l-menuButton[aria-expanded=true] span:nth-child(1) {
    translate: 0 0;
    rotate: -45deg;
  }
  .l-menuButton[aria-expanded=true] span:nth-child(2) {
    translate: 0 0;
    rotate: 45deg;
  }
  .l-modal {
    padding: 20px;
  }
  .l-modal__container {
    padding: 0 20px;
    max-height: calc(100% - 40px);
  }
  .l-modal__close {
    padding: 10px 11px;
  }
  .l-modal__header {
    margin-top: 36px;
  }
  .l-modal__headerEn {
    font-size: 40px;
  }
  .l-modal__headerJa {
    font-size: 14px;
  }
  .l-modal__images .splide__slide {
    width: 70.1333333333vw;
    margin-right: 3.2vw;
  }
  .l-modal__images .splide__pagination {
    margin-top: 24px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .l-modal__images .splide__pagination__page {
    width: 60px;
    height: 4px;
  }
  .l-modal__contents {
    padding-bottom: 60px;
  }
  .l-modal__section {
    padding: 46px 0;
  }
  .l-modal__title {
    margin-top: 12px;
    font-size: 24px;
  }
  .l-model__description,
  .l-model__arenaDescription {
    font-size: 14px;
    letter-spacing: 0.6px;
  }
  .l-model__description {
    margin-top: 12px;
  }
  .l-model__arenaDescription {
    margin-top: 24px;
  }
  .l-modal__products {
    padding-bottom: 36px;
  }
  .l-modal__productsImages {
    margin-bottom: 24px;
  }
  .l-modal__productsImages .splide__slide {
    max-width: 70.1333333333vw;
    margin-right: 3.2vw;
  }
  .l-modal__productsImages .splide__pagination {
    margin-top: 24px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .l-modal__productsImages .splide__pagination__page {
    width: 60px;
    height: 4px;
  }
  .l-modal__productsContents {
    width: 100%;
    margin-bottom: 24px;
  }
  .l-modal__productsContents .splide__slide {
    width: 100%;
    max-width: auto;
  }
  .l-modal__productsTitle {
    font-size: 16px;
  }
  .l-modal__productsTitle small {
    font-size: 12px;
  }
  .l-modal__productsDescription {
    margin-top: 12px;
    font-size: 12px;
  }
  .l-modal__productsLink {
    margin: 0 0 24px;
  }
  .l-modal__productsOthers {
    margin-top: 12px;
    padding: 24px;
  }
  .l-modal__productsOthersTitle {
    font-size: 13px;
  }
  .l-modal__productsOthersDescription {
    margin-top: 6px;
    font-size: 10px;
  }
  .l-news {
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .l-news__link {
    padding: 4px 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: baseline;
  }
  .l-news__link::before {
    width: 6px;
    height: 6px;
  }
  .l-news__title {
    font-size: 12px;
    display: inline;
  }
  .l-news__date {
    font-size: 18px;
    display: inline;
    margin-left: 10px;
  }
  .l-nextGame {
    padding: 36px 20px;
    gap: 24px;
  }
  .l-nextGame__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-nextGame__content {
    display: contents;
  }
  .l-nextGame__schedule {
    flex: 1 0 50%;
  }
  .l-nextGame__schedule:nth-child(1) {
    order: 0;
  }
  .l-nextGame__schedule:nth-child(2) {
    order: 1;
  }
  .l-nextGame__date {
    font-size: 100px;
  }
  .l-nextGame__time {
    font-size: 36px;
  }
  .l-nextGame__match {
    margin-top: 36px;
    order: 2;
    display: flex;
    align-items: center;
  }
  .l-nextGame__logo {
    width: 128px;
  }
  .l-nextGame__logo--home {
    width: 114px;
  }
  .l-nextGame__vs {
    margin: 0 6px;
    width: 51px;
    height: 57px;
    font-size: 31px;
    line-height: 93%;
    letter-spacing: 3.1px;
  }
  .l-nextGame__vs svg {
    width: 100%;
    height: 100%;
  }
  .l-others {
    padding: 60px 0;
  }
  .l-others__list {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 12px;
    padding: 0 8px;
  }
  .l-others__item p {
    font-size: 12px;
    padding: 12px;
  }
  .l-others__slider {
    margin-top: 12px;
    padding: 0 20px;
  }
  .l-others__slider .splide__track {
    overflow: visible;
  }
  .l-others__slider .splide__slide {
    margin-right: 12px;
    width: 271px;
  }
  .l-others__slider .splide__pagination {
    display: none;
  }
  .l-others__newsList {
    margin-top: 36px;
    padding: 0 5.3333333333vw;
  }
  .l-others__links {
    margin-top: 48px;
    max-width: 355px;
    display: block;
  }
  .l-players {
    padding: 106.6666666667vw 0 48px;
  }
  .l-players__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }
  .l-players__bg::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: " ";
    display: block;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .l-players__text {
    display: grid;
    width: 100%;
    padding: 0 34px;
  }
  .l-players__text svg {
    width: 100%;
    height: auto;
  }
  .l-players__title {
    text-align: center;
    margin-top: 60px;
    font-size: 34px;
    order: 1;
  }
  .l-players__description > span {
    margin: auto;
  }
  .l-players__description > span:nth-child(1) {
    margin-bottom: 36px;
  }
  .l-players__description > span:nth-child(n+1) {
    margin-top: 16px;
  }
  .l-players__description {
    order: 0;
    text-align: center;
  }
  .l-players__contents {
    margin-top: 11px;
  }
  .l-products {
    padding: 30px 30px 30px;
    display: grid;
    row-gap: 30px;
  }
  .l-scroll {
    display: none;
    bottom: 12px;
    right: 12px;
  }
  .l-ticket {
    bottom: 12px;
    left: 12px;
  }
  .p-members {
    display: flex;
  }
  .p-members__item {
    flex: 1 0 240px;
  }
  .c-accordion__trigger {
    padding: 12px 12px 12px 53px;
    font-size: 14px;
  }
  .c-accordion__icon {
    left: 12px;
    width: 29px;
    height: 29px;
  }
  .c-accordion__panelInner {
    padding: 0 12px 24px 53px;
    font-size: 12px;
  }
  .c-arena__title {
    font-size: 34px;
  }
  .c-arena__name {
    font-size: 10px;
  }
  .c-arena__image {
    margin-top: 48px;
  }
  .c-button {
    padding: 2px 0;
  }
  .c-button__text {
    font-size: 24px;
  }
  .c-card {
    padding: 30px;
  }
  .c-card__images {
    padding: 0;
  }
  .c-card__en {
    margin-top: 20px;
    font-size: 40px;
  }
  .c-card__ja {
    font-size: 14px;
  }
  .c-card__description {
    margin-top: 12px;
  }
  .c-card__description p {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .c-card__description small {
    font-size: 10px;
  }
  .c-card__link {
    margin-top: 36px;
  }
  .c-heading {
    font-size: 60px;
  }
  .c-member__image {
    transform-origin: center bottom;
  }
  .c-member__content {
    transition: opacity 0.4s linear;
    margin-top: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .c-member__number {
    font-size: 34px;
  }
  .c-member__name {
    font-size: 34px;
  }
  .c-member__position {
    font-size: 34px;
  }
  .c-newsLink {
    padding: 12px 12px;
    font-size: 12px;
  }
  .c-newsLink svg {
    display: none;
  }
  .u-onlyShow--pc {
    display: none !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__sns a:hover {
    transition: color 0.05s linear;
    color: #000000;
  }
  .l-footer__sns a:hover::before {
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scaleX(1);
  }
  .l-menu__link:hover {
    color: #ff0000;
  }
  .l-news__link:hover::before {
    transition: opacity 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .l-others__item a:hover img,
  .l-others__item button:hover img {
    transition: scale 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    scale: 1.1;
  }
  .l-others__slider a:hover {
    opacity: 0.5;
  }
  .c-arena:hover img {
    transition: scale 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    scale: 1.1;
  }
  .c-button:hover {
    transition: scale 0.3s cubic-bezier(0.34, 2.56, 0.64, 1);
    scale: 1.1;
  }
  .c-button:hover .c-button__text {
    transition: scale 0.3s cubic-bezier(0.34, 2.56, 0.64, 1);
    scale: 0.9;
  }
  .c-card:hover img {
    transition: scale 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    scale: 1.1;
  }
  .c-newsLink:hover {
    transition: color 0.05s linear;
    color: #ffffff;
  }
  .c-newsLink:hover svg line,
  .c-newsLink:hover svg path {
    transition: stroke 0.05s linear;
  }
  .c-newsLink:hover::before {
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scaleX(1);
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1180px) {
  .l-highLights__images.is-enter .l-highLights__image--01 {
    transform: translate3d(calc((min(520px, 40.625vw) + min(132px, 10.3125vw)) * -1), 0, 0);
  }
  .l-highLights__images.is-enter .l-highLights__image--01 img {
    opacity: 0.3;
  }
  .l-highLights__images.is-enter .l-highLights__image--02 {
    transform: translate3d(calc(min(520px, 40.625vw) + min(132px, 10.3125vw)), 0, 0);
    opacity: 0.3;
  }
  .l-highLights__image--01 {
    left: 50%;
    transform: translate3d(calc((min(520px, 40.625vw) + min(132px, 10.3125vw) + min(100px, 7.8125vw)) * -1), 0, 0);
    opacity: 0.3;
  }
  .l-highLights__image--02 {
    right: 50%;
    transform: translate3d(calc(min(520px, 40.625vw) + min(132px, 10.3125vw) + min(100px, 7.8125vw)), 0, 0);
    opacity: 0.3;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .l-menu > ul > li > ul > li > a::before {
    position: absolute;
    top: -1px;
    left: -7px;
    bottom: 0;
    margin: auto;
    content: ">";
    display: inline-block;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-menu > ul > li > ul > li > a::before {
    position: absolute;
    top: -4px;
    left: -20px;
    bottom: 0;
    margin: auto;
    content: ">";
    display: inline-block;
  }
  .l-players__bg::after {
    height: 98px;
  }
}

@media print and (hover: hover) and (pointer: fine), screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .l-news__link:hover .l-news__content {
    padding-left: min(20px, 1.5625vw);
  }
}