@charset "UTF-8";
@font-face {
  font-family: "bleagueFont";
  src: url("/files/user/fonts/bleage_font/bleage_font.eot?") format("eot"),
  url("/files/user/fonts/bleage_font/bleage_font.eot?#iefix")
  format("embedded-opentype"),
  url("/files/user/fonts/bleage_font/bleage_font.woff") format("woff"),
  url("/files/user/fonts/bleage_font/bleage_font.ttf") format("truetype");
}
html,
body {
  background: #fff;
  color: #27313C;
  font-size: 14px;
  //font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
  font-family: "ヒラギノ角ゴ pro w3","Hiragino Kaku Gothic Pro","游ゴシック体",YuGothic,"游ゴシック",Yu Gothic,"メイリオ",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
}
body.is-noscroll {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
input, textarea, select, button {
  font-family: inherit;
}
a,
button {
  text-decoration: none;
}
a:hover, a:focus,
button:hover,
button:focus {
  opacity: 0.8;
}
button:disabled {
  color: inherit;
}
wbr + span {
  white-space: nowrap;
}
.font-blg {
  font-family: "bleagueFont",sans-serif;
  font-weight: normal !important;
}
.pc-dn {
  display: none;
}
@media screen and (max-width: 961px) {
  .pc-dn {
    display: block;
  }
}
@media screen and (max-width: 641px) {
  .pc-dn {
    display: block;
  }
}
.tab-dn {
  display: block;
}
@media screen and (max-width: 961px) {
  .tab-dn {
    display: none;
  }
}
@media screen and (max-width: 641px) {
  .tab-dn {
    display: block;
  }
}
.sp-dn {
  display: block;
}
@media screen and (max-width: 961px) {
  .sp-dn {
    display: block;
  }
}
@media screen and (max-width: 641px) {
  .sp-dn {
    display: none;
  }
}
.pc-tab-dn {
  display: none;
}
@media screen and (max-width: 641px) {
  .pc-tab-dn {
    display: block;
  }
}
.tab-sp-dn {
  display: block;
}
@media screen and (max-width: 961px) {
  .tab-sp-dn {
    display: none;
  }
}
@media screen and (max-width: 641px) {
  .tab-sp-dn {
    display: none;
  }
}
.lozad {
  visibility: hidden;
}
.lozad.loaded {
  visibility: visible;
}
/* -----------------
    layout
--------------------- */
.site-wrapper {
  padding-top: 112px;
  overflow-x: hidden;
}
@media screen and (max-width: 961px) {
  .site-wrapper {
    padding-top: 107px;
  }
}
.site-main {
  padding: 0 0 80px 0;
}
.page-content {
  position: relative;
  z-index: 1;
}
.site-column {
  display: flex;
}
@media screen and (max-width: 961px) {
  .column-nav {
    display: block;
    padding: 0;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
  }
}
.column-nav .column-nav-heading a {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 961px) {
  .column-nav .column-nav-heading {
    display: block;
    width: auto;
    height: auto;
    padding: 0 15px;
  }
  .column-nav .column-nav-heading::after {
    display: none;
  }
  .column-nav .column-nav-heading a.link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 10px 30px 10px 0;
    font-size: 16px;
    position: relative;
  }
  .column-nav .column-nav-heading a.link > span {
    padding: 0;
  }
  .column-nav .column-nav-heading a.link::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
  }
}
.column-nav .column-nav-container {
  width: 100%;
}
.column-nav .column-nav-container > .column-nav-list {
  height: 34px;
}
.column-nav .column-nav-container > .column-nav-list:last-of-type {
  margin-top: 2px;
}
@media screen and (max-width: 961px) {
  .column-nav .column-nav-container > .column-nav-list {
    height: auto;
  }
  .column-nav .column-nav-container > .column-nav-list:last-of-type {
    margin-top: 0;
  }
}
.column-nav .column-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px -10px 0;
  padding: 0 10px;
}
@media screen and (max-width: 961px) {
  .column-nav .column-nav-list {
    display: block;
    height: auto;
    margin: 0;
    padding: 0 15px;
    background: none;
  }
  .column-nav .column-nav-list:last-child .column-nav-category {
    border-top: 1px solid #C4C4C4;
  }
}
.column-nav .column-nav-category {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 961px) {
  .column-nav .column-nav-category {
    display: block;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #C4C4C4;
  }
}
.column-nav .column-nav-item {
  padding: 0 10px;
}
@media screen and (max-width: 961px) {
  .column-nav .column-nav-item {
    padding: 0;
    border-bottom: 1px solid #F2F2F2;
  }
}
@media screen and (max-width: 961px) {
  .column-nav .column-nav-item:first-child {
    border-top: 1px solid #F2F2F2;
  }
}
@media screen and (max-width: 961px) {
  .column-nav .column-nav-item:last-child {
    border: 0 none;
  }
}
.column-nav .column-nav-item a {
  color: #6F7E90;
  font-size: 16px;
  font-weight: normal;
}
.column-nav .column-nav-item a .link-line {
  display: inline-block;
}
@media screen and (max-width: 961px) {
  .column-nav .column-nav-item a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 15px 20px 15px 10px;
    color: #6F7E90;
    font-size: 14px;
    position: relative;
  }
  .column-nav .column-nav-item a:hover {
    color: #27313C;
  }
  .column-nav .column-nav-item a::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
  }
  .column-nav .column-nav-item a > span {
    padding: 0;
  }
}
.column-nav .column-nav-item.is-active a {
  color: #B21920;
  font-weight: bold;
}
.site-container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-container.new-site-container {
  max-width: 1065px;
}
@media screen and (max-width: 961px) {
  .site-container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 641px) {
  .site-container {
    padding: 0 10px;
  }
}
.site-block-white {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transition: .4s;
}
.section-block,
.conductor,
.content-block {
  padding-top: 60px;
}
.section-block.site-block--darkBlue {
  width: 100%;
  margin-top: 60px;
  background-color: #27313c;
}
.section-block.site-block--darkBlue .site-container .c-bmgzn-ttl_middle {
  color: #fff;
  font-weight: 700 !important;
}
.section-block.site-block--darkBlue
  .site-container
  .c-bmgzn-list_txt
  .c-bmgzn-list_ttl,
.section-block.site-block--darkBlue
  .site-container
  .c-bmgzn-list_txt
  .c-bmgzn-meta_date
  .bFont {
  color: #fff;
}
.section-block.site-block--darkBlue
  .site-container
  .c-bmgzn-list_txt
  .c-bmgzn-meta_date
  .c-bmgzn-cate_sub {
  background-color: #fff;
}
.section-block.section-block--white {
  width: 100%;
  background-color: #fff;
}
.section-block.section-block--white .site-container .c-bmgzn-ttl_middle {
  color: #27313c;
  font-weight: 700 !important;
}
.section-block.section-block--gray {
  padding-bottom: 60px;
  background-color: #e8e8e8;
}
.section-block.section-block--gray .site-container .c-bmgzn-ttl_middle {
  margin-bottom: 30px;
  font-size: 3.4rem;
}
@media screen and (max-width: 961px) {
  .section-block,
.conductor,
.content-block {
    padding-top: 40px;
  }
  .section-block.section-block--gray {
    padding-bottom: 40px;
  }
  .section-block.section-block--gray .site-container .c-bmgzn-ttl_middle {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 641px) {
  .section-block,
.conductor,
.content-block {
    padding-top: 40px;
  }
  .section-block.section-block--gray,
  .section-block.site-block--darkBlue {
    padding-bottom: 40px;
  }
  .section-block.section-block--gray .site-container .c-bmgzn-ttl_middle {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
.section-block-border,
.conductor-border,
.content-block-border {
  padding: 60px 0;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 961px) {
  .section-block-border,
.conductor-border,
.content-block-border {
    padding: 40px 0;
  }
}
@media screen and (max-width: 641px) {
  .section-block-border,
.conductor-border,
.content-block-border {
    padding: 40px 0;
  }
}
.column-main > .section-block:first-child {
  padding-top: 0;
}
.kv-lower + .page-content .column-main > .section-block:first-child {
  padding-top: 60px;
}
@media screen and (max-width: 961px) {
  .kv-lower + .page-content .column-main > .section-block:first-child {
    padding-top: 40px;
  }
}
@media screen and (max-width: 641px) {
  .kv-lower + .page-content .column-main > .section-block:first-child {
    padding-top: 40px;
  }
}
.kv-lower > picture {
  width: 100%;
}
.section-content {
  margin-top: 20px;
}
@media screen and (max-width: 961px) {
  .section-content {
    margin-top: 15px;
  }
}
@media screen and (max-width: 641px) {
  .section-content {
    margin-top: 15px;
  }
}
.section-content-border {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
}
@media screen and (max-width: 641px) {
  .section-content-border {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.section-block-column2 {
  position: relative;
  z-index: 1;
}
.section-sidenav {
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media (max-width: 1440px) {
  .section-sidenav {
    position: static;
    width: 100%;
    max-width: 1040px;
    margin: 30px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 961px) {
  .section-sidenav {
    padding: 0;
  }
}
.section-sidenav.is-fixed {
  position: fixed;
  top: 120px;
  right: 0;
}
@media (max-width: 1440px) {
  .section-sidenav.is-fixed {
    position: static;
  }
}
.section-sidenav .sidenav-list {
  padding: 20px 0 20px 10px;
  border: 1px solid #C4C4C4;
  border-right: 0 none;
  border-radius: 10px 0 0 10px;
  background: #fff;
}
@media (max-width: 1440px) {
  .section-sidenav .sidenav-list {
    padding: 0 14px;
    border: 0 none;
    border-radius: 0;
    border-top: 1px solid #F2F2F2;
  }
}
@media (max-width: 1440px) {
  .section-sidenav .sidenav-list {
    border-bottom: 1px solid #F2F2F2;
  }
}
.section-sidenav .sidenav-item {
  border-bottom: 1px solid #F2F2F2;
}
.section-sidenav .sidenav-item:first-child a {
  padding: 10px 30px 10px 5px;
}
.section-sidenav .sidenav-item:last-child {
  border: 0 none;
}
.section-sidenav .sidenav-item a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 30px 10px 15px;
  color: #6F7E90;
  position: relative;
}
@media (max-width: 1440px) {
  .section-sidenav .sidenav-item a {
    min-height: 50px;
    padding: 10px 50px 10px 25px;
  }
}
.section-sidenav .sidenav-item a:hover {
  color: #27313C;
}
.section-sidenav .sidenav-item a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
}
.section-sidenav .sidenav-item.is-active a {
  color: #27313C;
}
.section-sidenav .sidenav-item.is-active a::before {
  content: "";
  width: 6px;
  height: 100%;
  background: #B21920;
  position: absolute;
  left: 0;
  top: 0;
}
.section-block-movie.section-block {
  margin-top: 0;
  padding: 38px 0;
  background: url(/v=1657086383/files/user/club_detail_new2208/bg_movie.webp) no-repeat top center;
  background-size: cover;
}
.section-block-movie.section-block .section-head {
  color: #fff;
}
.section-block-movie.section-block .card {
  color: #fff;
}
.section-block-movie.section-block .card .after-icon.icon-blank::after {
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_white.svg);
}
.section-block-movie.section-block .card .after-icon.icon-blank .link-line {
  color: #fff;
  font-size: 14px;
}
.section-block-movie.section-block .card .after-icon.icon-blank .link-line::after {
  background: #fff;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
@media screen and (max-width: 641px) {
  .align-sp-center {
    text-align: center;
  }
  .align-sp-right {
    text-align: right;
  }
  .align-sp-left {
    text-align: left;
  }
}
/* -----------------
    space
--------------------- */
.box-container[data-pc-mt="0"] {
  margin-top: 0px;
}
.box-container[data-pc-mt="5"] {
  margin-top: 5px;
}
.box-container[data-pc-mt="10"] {
  margin-top: 10px;
}
.box-container[data-pc-mt="15"] {
  margin-top: 15px;
}
.box-container[data-pc-mt="20"] {
  margin-top: 20px;
}
.box-container[data-pc-mt="25"] {
  margin-top: 25px;
}
.box-container[data-pc-mt="30"] {
  margin-top: 30px;
}
.box-container[data-pc-mt="35"] {
  margin-top: 35px;
}
.box-container[data-pc-mt="40"] {
  margin-top: 40px;
}
.box-container[data-pc-mt="45"] {
  margin-top: 45px;
}
.box-container[data-pc-mt="50"] {
  margin-top: 50px;
}
@media screen and (max-width: 961px) {
  .box-container[data-tab-mt="0"] {
    margin-top: 0px;
  }
  .box-container[data-tab-mt="5"] {
    margin-top: 5px;
  }
  .box-container[data-tab-mt="10"] {
    margin-top: 10px;
  }
  .box-container[data-tab-mt="15"] {
    margin-top: 15px;
  }
  .box-container[data-tab-mt="20"] {
    margin-top: 20px;
  }
  .box-container[data-tab-mt="25"] {
    margin-top: 25px;
  }
  .box-container[data-tab-mt="30"] {
    margin-top: 30px;
  }
  .box-container[data-tab-mt="35"] {
    margin-top: 35px;
  }
  .box-container[data-tab-mt="40"] {
    margin-top: 40px;
  }
  .box-container[data-tab-mt="45"] {
    margin-top: 45px;
  }
  .box-container[data-tab-mt="50"] {
    margin-top: 50px;
  }
}
@media screen and (max-width: 641px) {
  .box-container[data-sp-mt="0"] {
    margin-top: 0px;
  }
  .box-container[data-sp-mt="5"] {
    margin-top: 5px;
  }
  .box-container[data-sp-mt="10"] {
    margin-top: 10px;
  }
  .box-container[data-sp-mt="15"] {
    margin-top: 15px;
  }
  .box-container[data-sp-mt="20"] {
    margin-top: 20px;
  }
  .box-container[data-sp-mt="25"] {
    margin-top: 25px;
  }
  .box-container[data-sp-mt="30"] {
    margin-top: 30px;
  }
  .box-container[data-sp-mt="35"] {
    margin-top: 35px;
  }
  .box-container[data-sp-mt="40"] {
    margin-top: 40px;
  }
  .box-container[data-sp-mt="45"] {
    margin-top: 45px;
  }
  .box-container[data-sp-mt="50"] {
    margin-top: 50px;
  }
}
/* -----------------
    title
--------------------- */
h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 961px) {
  h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 641px) {
  h1 {
    font-size: 24px;
  }
}
.lower-h1 {
  margin: 50px 0;
}
@media screen and (max-width: 641px) {
  .lower-h1 {
    margin: 26px 0;
  }
}
.page-head {
  padding: 50px 20px;
}
@media screen and (max-width: 641px) {
  .page-head {
    padding: 26px 10px;
  }
}
h2.section-head {
  font-size: 22px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
h2.section-head:before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  background-image: url(/v=1654494419/files/user/icon_h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 961px) {
  h2.section-head {
    font-size: 20px;
  }
}
@media screen and (max-width: 641px) {
  h2.section-head {
    font-size: 18px;
  }
}
h2.section-head.arena-head {
  padding-left: 42px;
}
@media screen and (max-width: 641px) {
  h2.section-head.arena-head {
    padding-left: 25px;
  }
}
h2.section-head.arena-head::before {
  width: 30px;
  height: 45px;
  background-image: url(/v=1660557189/files/user/common_new2208/icon_arena_h2.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 641px) {
  h2.section-head.arena-head::before {
    width: 19px;
    height: 29px;
  }
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 961px) {
  h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 641px) {
  h3 {
    font-size: 16px;
  }
}
h3 + * {
  margin-top: 10px !important;
}

/* --- */

.section-h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  padding: 10px;
	border: 1px solid #c4c4c4;
}
@media screen and (max-width: 961px) {
  .section-h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 641px) {
  .section-h4 {
    font-size: 14px;
  }
}

/* -----------------
    btn
--------------------- */
.btn {
  display: inline-block;
  min-width: 226px;
  max-width: 100%;
  padding: 11px 20px;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.25s;
}
@media screen and (max-width: 641px) {
  .btn {
    padding: 13px 20px;
    font-size: 12px;
  }
}
.btn.br {
  padding: 0 20px;
}
.btn.icon-blank {
  position: relative;
  min-width: 223px;
  padding-right: 35px;
  padding-left: 30px;
}
.btn.icon-blank:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg);
}
.btn.icon-auth {
  position: relative;
  min-width: 223px;
  padding-right: 35px;
  padding-left: 30px;
}
.btn.icon-auth:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 11px;
  height: 14px;
  background-image: url(/v=1660557189/files/user/common_new2208/icon_auth.svg);
}
.btn.icon-pdf {
  position: relative;
  min-width: 223px;
  padding-right: 35px;
  padding-left: 30px;
}
.btn.icon-pdf:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  height: 14px;
  background-image: url(/v=1660557143/files/user/common_new2208/icon_pdf.svg);
}
.btn.icon-excel {
  position: relative;
  min-width: 223px;
  padding-right: 35px;
  padding-left: 30px;
}
.btn.icon-excel:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  height: 14px;
  background-image: url(/v=1756286958/files/user/common_new2208/icon_excel.svg);
}
.btn-container {
  margin-top: 30px;
}
.btn-container[data-gap=sm] {
  margin-top: 10px;
}
.btn-container[data-gap=md] {
  margin-top: 20px;
}
.btn-container[data-gap=lg] {
  margin-top: 40px;
}
.btn.primary {
  min-width: 228px;
  padding: 12px 20px;
  background-color: #B21920;
  color: #ffffff;
  border: none;
}
.btn.primary.icon-blank {
  min-width: 200px;
}
.btn.primary.icon-blank:after {
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_white.svg);
}
.btn.primary.small {
  min-width: 135px;
  padding: 10px 35px 10px 30px;
}
.btn.secondary {
  min-width: 226px;
  color: #B21920;
  border: 1px solid #B21920;
}
.btn.secondary.icon-blank {
  min-width: 201px;
}
.btn.secondary.small {
  min-width: 133px;
  padding: 4px 30px 4px 35px;
}
.btn.icon-blank {
  position: relative;
  min-width: 223px;
  padding-right: 35px;
  padding-left: 30px;
}
.btn.icon-blank:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn.icon-blank:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg);
}
.btn.disabled {
  min-width: 228px;
  border: #C4C4C4;
  background: #F2F2F2;
  color: #C4C4C4;
  cursor: not-allowed;
}
.btn.disabled.small {
  padding: 5px 20px;
}
.btn.disabled:hover {
  opacity: 1;
}
.btn.small {
  min-width: 160px;
}
.btn[data-minwidth=initial] {
  min-width: initial;
}
.btn-glossary {
  display: inline-block;
  min-width: 13px;
  padding: 11px 20px;
  border-radius: 5px;
  background: #F2F2F2;
  color: inherit;
}
.btn-glossary span {
  display: inline-block;
  padding-right: 25px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.btn-glossary span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/v=1660557144/files/user/common_new2208/icon_plus.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: calc(50% - 7.5px);
}
.is-open .btn-glossary span::after {
  background: url(/v=1660557137/files/user/common_new2208/icon_minus.svg) no-repeat center center;
  background-size: 100% 100%;
}
.btn-modal-result {
  color: #fff;
  background: transparent;
}
/* -----------------
    link
--------------------- */
a.link,
.after-icon a {
  color: #27313C;
}
a.link.link-blue,
.after-icon a.link-blue {
  color: #0148A8;
}
a.link.link-white,
.after-icon a.link-white {
  color: #fff;
}
.link {
  position: relative;
  font-weight: 700;
}
.link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 2px;
  background-image: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.link-line {
  padding-bottom: 0.25em;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
  vertical-align: middle;
}
.link-line:hover {
  background-size: 100% 1px;
}
.link-blue .link-line {
  background-image: linear-gradient(#0148A8, #0148A8);
}
.link-white .link-line {
  background-image: linear-gradient(#fff, #fff);
}
.link-line[data-vertical=top] {
  vertical-align: top;
}
.modal-container .link {
  font-size: 12px;
  color: #fff;
}
.modal-container .link-line {
  background-image: linear-gradient(#fff, #fff);
}
.after-icon {
  display: inline-block;
  font-size: 10px;
}
.after-icon a {
  position: relative;
  display: inline;
}
.after-icon a:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}
.after-icon a[data-color=link] {
  color: #0148A8;
}
.after-icon.icon-tab a:after {
  width: 10px;
  height: 10px;
  background-image: url(/v=1660557148/files/user/common_new2208/icon_tab.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.after-icon.icon-blank a:after {
  width: 12px;
  height: 11px;
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.after-icon.icon-blank-white a:after {
  width: 12px;
  height: 11px;
  background-image: url(/v=1660557128/files/user/common_new2208/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.after-icon.icon-blank-blue a:after {
  width: 12px;
  height: 11px;
  background-image: url(/v=1660557183/files/user/common_new2208/icon_blank_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.after-icon.icon-arrow-white a:after {
  width: 12px;
  height: 10px;
  margin-left: 2px;
  background-image: url(/v=1660557195/files/user/common_new2208/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.after-icon.icon-pdf a:after {
  width: 11px;
  height: 15px;
  background-image: url(/v=1660557143/files/user/common_new2208/icon_pdf.svg);
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.after-icon.icon-excel a:after {
  width: 11px;
  height: 15px;
  background-image: url(/v=1756286958/files/user/common_new2208/icon_excel.svg);
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.after-icon.icon-clear a:after {
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557131/files/user/common_new2208/icon_clear.svg);
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.after-icon[data-icon-vertical=baseline] a::after {
  vertical-align: baseline;
}
.before-icon {
  position: relative;
  display: inline-block;
  margin-left: 35px;
  font-size: 10px;
}
.before-icon:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
.before-icon.icon-net {
  line-height: 26px;
}
.before-icon.icon-net:before {
  width: 26px;
  height: 26px;
  background-image: url(/v=1671086057/files/user/common_new2208/icon_net.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.before-icon.icon-cs {
  line-height: 26px;
}
.before-icon.icon-cs:before {
  width: 26px;
  height: 26px;
  background-image: url(/v=1671086058/files/user/common_new2208/icon_cs.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.before-icon.icon-paid {
  line-height: 24px;
}
.before-icon.icon-paid:before {
  width: 24px;
  height: 24px;
  background-image: url(/v=1660557142/files/user/common_new2208/icon_paid.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.before-icon.icon-free {
  line-height: 24px;
}
.before-icon.icon-free:before {
  width: 24px;
  height: 24px;
  background-image: url(/v=1660557133/files/user/common_new2208/icon_free.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.text-link {
  color: #0148A8;
  font-weight: 700;
}
.text-link .link-line {
  background: linear-gradient(#0148A8, #0148A8) 0 100%/0 1px no-repeat;
}
.text-link .link-line:hover {
  background-size: 100% 1px;
}
.anchorLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.anchorLink-container {
  margin-bottom: 20px;
}
.anchorLink .anchorLink-item {
  margin: 0 10px 10px 0;
  padding-right: 10px;
  border-right: 1px solid #C4C4C4;
}
.anchorLink .anchorLink-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0 none;
}
.anchorLink .anchorLink-item a {
  display: inline-block;
  padding-right: 17px;
  color: #27313C;
  font-size: 12px;
  position: relative;
}
.anchorLink .anchorLink-item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 13px;
  background: url(/v=1660557126/files/user/common_new2208/icon_anchor.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
}
.anchorLink .anchorLink-item a[data-anc-font=base] {
  font-size: 14px;
}
/* -----------------
    slider
--------------------- */
.swiper {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.swiper.tab-swiper, .swiper.swiper-initialized {
  opacity: 1;
}
@media screen and (max-width: 961px) {
  .swiper.pc-swiper {
    opacity: 1;
  }
  .swiper.tab-swiper {
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  .swiper.tab-swiper.swiper-initialized {
    opacity: 1;
  }
}
.swiper-pc-is-active{
  display: block;
}
.swiper-tab-is-active{
  display: none;
}
@media screen and (max-width: 961px) {
  .swiper-pc-is-active{
    display: none;
  }
  .swiper-tab-is-active{
    display: block;
  }
}

/* -----------------
    swiper
--------------------- */
.swiper.top-container, .swiper.section-container {
  overflow: visible;
}
.swiper-thumb {
  width: 100%;
  border-radius: 10px;
}
.swiper-content {
  margin-top: 10px;
}
.swiper-wrapper {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.swiper-thumb-wrapper {
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 641px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 641px) {
  .swiper:not(.shot-chart-tab):not(.video-taglist-slider):not(.video-teamlist-slider) .swiper-button-prev,
.swiper:not(.shot-chart-tab):not(.video-taglist-slider):not(.video-teamlist-slider) .swiper-button-next {
    top: calc(50% - 44px);
    transform: translateY(0);
  }
}
.swiper-desc {
  color: #262626;
}
.date-picker {
  position: relative;
}
@media screen and (max-width: 641px) {
  .date-picker {
    margin: 0 -10px;
  }
}
.date-picker .swiper-button-prev,
.date-picker .swiper-button-next {
  width: 32px;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 641px) {
  .date-picker .swiper-button-prev,
.date-picker .swiper-button-next {
    display: flex;
    width: 22px;
    left: 10px;
  }
}
.date-picker .swiper-button-prev > img,
.date-picker .swiper-button-next > img {
  width: 100%;
}
.date-picker .swiper-button-prev.swiper-button-disabled,
.date-picker .swiper-button-next.swiper-button-disabled {
  display: none;
}
.date-picker .swiper-button-next {
  left: auto;
  right: -16px;
}
@media screen and (max-width: 641px) {
  .date-picker .swiper-button-next {
    right: 10px;
  }
}
.date-picker-swiper {
  background: #F2F2F2;
  padding: 0 50px;
}
@media screen and (max-width: 641px) {
  .date-picker-swiper {
    padding: 0 20px;
  }
}
.date-picker-swiper .swiper-wrapper {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 641px) {
  .date-picker-swiper .swiper-wrapper {
    justify-content: flex-start;
  }
}
.date-picker-swiper .swiper-container {
  width: 2000px;
}
.date-picker-swiper .swiper-slide {
  width: auto;
  padding: 15px 0;
}
.date-picker-swiper .swiper-slide > a {
  position: relative;
  display: block;
  width: 52px;
  padding-bottom: 5px;
  font-size: 15px;
  color: #C4C4C4;
}
.date-picker-swiper .swiper-slide.is-current a {
  color: #000;
  border-bottom: 4px solid #B21920;
}
.date-picker-swiper .swiper-slide.is-current a .month {
  padding-left: 0px;
}
.date-picker-swiper .swiper-slide.is-current a .day {
  top: 4px;
  font-size: 32px;
}
@media (hover: hover) {
  .date-picker-swiper .swiper-slide:hover a {
    color: #000;
    border-bottom: 4px solid #B21920;
  }
  .date-picker-swiper .swiper-slide:hover a .month {
    padding-left: 0px;
  }
  .date-picker-swiper .swiper-slide:hover a .day {
    top: 4px;
    font-size: 32px;
  }
}
.date-picker-swiper .month {
  padding-left: 10px;
}
.date-picker-swiper .day {
  position: absolute;
  top: 7px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.date-picker-swiper .week {
  display: block;
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
}
.date-picker-swiper .prev-month::before,
.date-picker-swiper .next-month::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: -2px -10px 0;
  border-left: 1px solid #B21920;
  border-bottom: 1px solid #B21920;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.date-picker-swiper .prev-month a,
.date-picker-swiper .next-month a {
  width: auto;
  padding-bottom: 0;
  font-size: 12px;
  position: relative;
  color: #000;
}
.date-picker-swiper .next-month:before {
  border-left: 0;
  border-bottom: 0;
  border-top: 1px solid #B21920;
  border-right: 1px solid #B21920;
  transform: rotate(45deg);
  left: auto;
  right: 0;
}
/* -----------------
    label
--------------------- */
.label {
  display: flex;
  justify-content: center;
  width: 43px;
  padding: 3px 0px;
  background-color: #F2F2F2;
  color: #27313C;
  font-size: 12px;
  font-weight: 700;
  border-radius: 15px;
}
.label.home {
  color: #B21920;
}
.label-parallelogram {
  color: #fff;
  font-size: 22px;
  background-color: #B21920;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(0% 100%, 8% 0%, 100% 0%, 92% 100%);
  clip-path: polygon(0% 100%, 8% 0%, 100% 0%, 92% 100%);
  margin: 0 auto;
}
.label-text {
  display: inline-flex;
  align-items: center;
}
.label-text-required {
  display: inline-flex;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 23px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #B21920;
  padding: 3px 8px;
  margin-right: 10px;
}
@media screen and (max-width: 641px) {
  .label-text-required {
    font-size: 10px;
    width: 36px;
    min-width: 36px;
  }
}
.label-text-optional {
  display: inline-flex;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 23px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #6F7E90;
  padding: 3px 8px;
  margin-right: 10px;
}
@media screen and (max-width: 641px) {
  .label-text-optional {
    font-size: 10px;
    width: 36px;
    min-width: 36px;
  }
}
.label-text-title {
  font-size: 14px;
  font-weight: bold;
}
/* -----------------
    table
--------------------- */
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
}
.table tr.accent-line td {
  border-bottom: 3px solid #B21920;
}
.table tr.light-color th {
  background-color: #9A9A9A !important;
  padding: 4px 8px !important;
  font-size: 10px !important;
  -webkit-text-size-adjust: 100%;
}
.table.is-grab {
  cursor: -webkit-grab;
  cursor: grab;
}
.table.is-grab:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.table-container {
  margin-bottom: 30px;
}
.table.table-border-on td {
  color: #27313C;
  border-right: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  border-bottom: none;
}
.table.table-border-on td:last-child {
  border-right: 0 none;
}
@media screen and (max-width: 961px) {
  .table.table-border-on tr:last-child td {
    border-bottom: 1px solid #F2F2F2;
  }
}
.table .table-title {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #fff;
  background-color: #27313C;
}
.table .table-title:last-child {
  border-right: 0 none;
}
@media screen and (max-width: 641px) {
  .table .table-title {
    font-size: 10px;
  }
}
.table .table.border-gray {
  border-color: #C4C4C4;
}
.table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 641px) {
  .table td {
    padding: 10px;
    font-size: 12px;
  }
}
.table td.border-gray {
  border-color: #C4C4C4;
}
.table td.selected {
  background-color: #F2F2F2 !important;
}
.table-scroll-container {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.table-scroll-container::-webkit-scrollbar {
  display: none;
}
.table-sticky[data-sticky="1"] th:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  left: 0;
  border-right: 1px solid #d9d9d9;
}
.table-sticky[data-sticky="1"] td:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  background: #fff;
  left: 0;
  border-right: 1px solid #d9d9d9;
}
.table-sticky[data-sticky="2"] th:nth-child(1), .table-sticky[data-sticky="2"] th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.table-sticky[data-sticky="2"] th:nth-child(1) {
  left: 0;
}
.table-sticky[data-sticky="2"] th:nth-child(2) {
  border-right: 1px solid #d9d9d9;
}
.table-sticky[data-sticky="2"] td:nth-child(1), .table-sticky[data-sticky="2"] td:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  background: #fff;
}
.table-sticky[data-sticky="2"] td:nth-child(1) {
  left: 0;
}
.table-sticky[data-sticky="2"] td:nth-child(2) {
  border-right: 1px solid #d9d9d9;
}
.table-sticky[data-sticky="3"] th:nth-child(1), .table-sticky[data-sticky="3"] th:nth-child(2), .table-sticky[data-sticky="3"] th:nth-child(3) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.table-sticky[data-sticky="3"] th:nth-child(1) {
  left: 0;
}
.table-sticky[data-sticky="3"] th:nth-child(3) {
  border-right: 1px solid #d9d9d9;
}
.table-sticky[data-sticky="3"] td:nth-child(1), .table-sticky[data-sticky="3"] td:nth-child(2), .table-sticky[data-sticky="3"] td:nth-child(3) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  background: #fff;
}
.table-sticky[data-sticky="3"] td:nth-child(1) {
  left: 0;
}
.table-sticky[data-sticky="3"] td:nth-child(3) {
  border-right: 1px solid #d9d9d9;
}
.table-sticky[data-sticky="3"] tfoot th:nth-child(1) {
  border-right: 1px solid #d9d9d9;
}
.table-sticky[data-sticky="3"] tfoot th:nth-child(2) {
  z-index: 0;
}
.table-sticky[data-sticky="3"] tfoot th:nth-child(3) {
  z-index: 0;
  border-right: none;
}
.table-sticky[data-sticky="3"] tfoot td:nth-child(1) {
  border-right: 1px solid #d9d9d9;
}
.table-sticky[data-sticky="3"] tfoot td:nth-child(2) {
  z-index: 0;
}
.table-sticky[data-sticky="3"] tfoot td:nth-child(3) {
  z-index: 0;
  border-right: none;
}
.table-sorter a {
  color: #48484A;
}
.table-sorter .table-title {
  position: relative;
  cursor: pointer;
}
.table-sorter .table-title-nosort {
  cursor: default;
}
.table-sorter .table-title.headerSortDown {
  background-color: #6F7E90 !important;
}
.table-sorter .table-title.headerSortDown:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 7px solid #B21920;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 5px solid transparent;
  top: auto;
  bottom: 0;
  left: calc(50% - 7px);
}
.table-sorter .table-title.headerSortDown:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #B21920;
  position: absolute;
  bottom: 0;
  left: 0;
}
.table-sorter .table-title.headerSortUp {
  background-color: #6F7E90 !important;
}
.table-sorter .table-title.headerSortUp:before {
  content: "";
  display: block;
  border-top: 7px solid #B21920;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 7px);
}
.table-sorter .table-title.headerSortUp:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #B21920;
  position: absolute;
  top: 0;
  left: 0;
}
.table-result.table th {
  padding: 5px;
  white-space: nowrap;
  font-size: 11px;
}
.table-result.table th:first-of-type {
  min-width: 70px;
}
@media screen and (max-width: 641px) {
  .table-result.table th:first-of-type {
    min-width: 60px;
  }
}
.table-result.table td {
  padding: 5px !important;
  font-size: 11px;
  text-align: center;
}
.table-result.table td .label.font-blg {
  margin: 0 auto;
}
.table-result.table .table-logo {
  width: 26px;
  height: auto;
}
@media screen and (max-width: 641px) {
  .table-result.table .table-logo {
    width: 22px;
  }
}
.table-result.table .for-pc {
  display: block;
}
@media screen and (max-width: 641px) {
  .table-result.table .for-pc {
    display: none;
  }
}
.table-result.table .for-sp {
  display: none;
}
@media screen and (max-width: 641px) {
  .table-result.table .for-sp {
    display: block;
  }
}
.table-tooltip {
  font-size: 12px;
  font-weight: normal;
  color: #27313C;
  display: inline-block;
  border: 1px solid #C4C4C4;
  position: absolute;
  top: -30px;
  left: 50%;
  padding: 3px 5px;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 1;
  min-width: 80px;
  text-align: center;
}
.table-tooltip::before, .table-tooltip::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  transform: translateX(-50%);
}
.table-tooltip::before {
  border-top: 8px solid #C4C4C4;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid transparent;
}
.table-tooltip::after {
  border-top: 7px solid #fff;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 5px solid transparent;
}
.table.table-head-side .table-title {
  border-bottom: 1px solid #fff;
}
.table.table-head-side tr:last-child .table-title {
  border-bottom: 0 none;
}
.table-ranking.table th.table-title {
  padding: 5px;
  white-space: nowrap;
  text-align: center;
  font-size: 11px;
}
.table-ranking.table th.table-title:nth-child(1) {
  width: 50px;
  max-width: 50px;
}
.table-ranking.table th.table-title:nth-child(3), .table-ranking.table th.table-title:nth-child(4) {
  width: 35px;
  max-width: 35px;
}
.table-ranking.table td {
  text-align: center;
  padding: 10px 5px;
}
.table-ranking.table td:nth-child(2) {
  text-align: left;
}
.table-ranking.table td:nth-child(1), .table-ranking.table td:nth-child(3), .table-ranking.table td:nth-child(4) {
  font-size: 18px;
}
.table-ranking.table td .team-logo {
  width: 30px;
}
.table-ranking.table td .team-name {
  font-size: 13px;
}
.table[data-td-space=xl] td {
  padding: 20px;
}
/* -----------------
    breadcrumb
--------------------- */
.breadcrumb {
  padding: 10px 0;
  background: #27313C;
  color: #fff;
}
.breadcrumb ol {
  list-style: none;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 10px;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb ol::-webkit-scrollbar {
  display: none;
}
.breadcrumb ol li {
  display: inline;
  list-style: none;
}
.breadcrumb ol li:after {
  content: ">";
  padding: 0 0.2em;
  color: #fff;
}
.breadcrumb ol li:last-child::after {
  content: "";
}
.breadcrumb ol a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb ol a:hover {
  text-decoration: underline;
}
/* -----------------
    Slide
--------------------- */
.slide-arrow {
  z-index: 10;
}
/* -----------------
    tab （.tab-interlockは廃止）
--------------------- */
.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #C4C4C4;
}
.tab[data-justify-content=flex-start] {
  justify-content: flex-start;
}
.tab[data-justify-content=center] {
  justify-content: center;
}
.tab + .tab::before {
  display: none;
}
.tab + .tab .tab-item {
  border-top: none;
}
.tab::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #C4C4C4;
}
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}
.tab.tab-active-triangle .tab-item.is-active::before, .tab.tab-active-triangle-pc .tab-item.is-active::before {
  content: "";
  display: block;
  border-top: 10px solid #B21920;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: -11px;
  left: calc(50% - 9px);
}
@media screen and (max-width: 641px) {
  .tab.tab-active-triangle-pc .tab-item.is-active::before {
    content: none;
  }
}
.tab.tab-chibajetsu .tab-item.is-active::before {
  border-top-color: #F0001E;
}
.tab.tab-chibajetsu .tab-item.is-active::after {
  background-color: #F0001E;
}
.tab.tab-chibajetsu .tab-item.is-active .tab-btn {
  color: #F0001E;
}
.tab.tab-chibajetsu .tab-item .tab-btn:hover {
  color: #F0001E;
}
.tab .tab-item {
  min-height: 66px;
  border-top: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
}
.tab .tab-item-disable {
  background: #F2F2F2;
  pointer-events: none;
}
.tab .tab-item-disable button {
  color: #C4C4C4;
}
.tab .tab-item[data-col="6"] {
  max-width: 500px;
}
.tab .tab-item[data-col="4"] {
  max-width: 333.3333333333px;
}
.tab .tab-item[data-col-denominator-pc="1-5"] {
  width: 20%;
}
@media screen and (max-width: 961px) {
  .tab .tab-item[data-col-denominator-pc="1-5"] {
    width: 50%;
    border-bottom: 1px solid #C4C4C4;
  }
  .tab .tab-item[data-col-denominator-pc="1-5"]:nth-child(n+4) {
    border-top: none;
    border-bottom: none;
  }
}
.tab .tab-item[data-col-denominator-pc="2"] {
  width: 50%;
  max-width: 500px;
}
.tab .tab-item[data-col-denominator-pc="3"] {
  width: 33.3333333333%;
  max-width: 333.3333333333px;
}
.tab .tab-item[data-col-denominator-pc="4"] {
  width: 25%;
  max-width: 250px;
}
.tab .tab-item[data-col-denominator-pc="5"] {
  width: 20%;
  max-width: 200px;
}
.tab .tab-item[data-col-denominator-pc="6"] {
  width: 16.6666666667%;
  max-width: 166.6666666667px;
}
@media screen and (max-width: 961px) {
  .tab .tab-item[data-col-denominator-tab="2"] {
    width: 50%;
    max-width: 500px;
  }
}
@media screen and (max-width: 961px) {
  .tab .tab-item[data-col-denominator-tab="3"] {
    width: 33.3333333333%;
    max-width: 333.3333333333px;
  }
}
@media screen and (max-width: 961px) {
  .tab .tab-item[data-col-denominator-tab="4"] {
    width: 25%;
    max-width: 250px;
  }
}
@media screen and (max-width: 961px) {
  .tab .tab-item[data-col-denominator-tab="5"] {
    width: 20%;
    max-width: 200px;
  }
}
@media screen and (max-width: 961px) {
  .tab .tab-item[data-col-denominator-tab="6"] {
    width: 16.6666666667%;
    max-width: 166.6666666667px;
  }
}
@media screen and (max-width: 641px) {
  .tab .tab-item[data-col-denominator-sp="2"] {
    width: 50%;
    max-width: 500px;
  }
}
@media screen and (max-width: 641px) {
  .tab .tab-item[data-col-denominator-sp="3"] {
    width: 33.3333333333%;
    max-width: 333.3333333333px;
  }
}
@media screen and (max-width: 641px) {
  .tab .tab-item[data-col-denominator-sp="4"] {
    width: 25%;
    max-width: 250px;
  }
}
@media screen and (max-width: 641px) {
  .tab .tab-item[data-col-denominator-sp="5"] {
    width: 20%;
    max-width: 200px;
  }
}
@media screen and (max-width: 641px) {
  .tab .tab-item[data-col-denominator-sp="6"] {
    width: 16.6666666667%;
    max-width: 166.6666666667px;
  }
}
.tab .tab-item.border-right-none, .tab .tab-item:last-child {
  border-right: 0 none;
}
@media screen and (max-width: 961px) {
  .tab .tab-item.border-right-none-tab {
    border-right: 0 none;
  }
}
@media screen and (max-width: 641px) {
  .tab .tab-item.border-right-none-sp {
    border-right: 0 none;
  }
}
.tab .tab-item.is-active {
  position: relative;
}
.tab .tab-item.is-active::after {
  content: "";
  display: block;
  width: 49px;
  height: 5px;
  background-color: #B21920;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 24.5px);
}
.tab .tab-item.is-active .tab-btn {
  color: #27313C;
}
@media screen and (max-width: 641px) {
  .tab .tab-item {
    min-height: 51px;
  }
}
.tab .tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #6F7E90;
  text-align: center;
}
.tab .tab-btn:hover {
  color: #27313C;
}
@media screen and (max-width: 641px) {
  .tab .tab-btn {
    font-size: 12px;
    padding: 5px;
  }
}
.tab .tab-btn.font-blg {
  font-size: 24px;
}
@media screen and (max-width: 641px) {
  .tab .tab-btn.font-blg {
    font-size: 20px;
  }
}
@media screen and (max-width: 641px) {
  .tab .tab-btn.font-blg[data-text-size=xs] {
    font-size: 16px;
  }
}
@media screen and (max-width: 641px) {
  .tab .tab-btn.font-blg[data-text-size=sm] {
    font-size: 18px;
  }
}
.tab.tab-bottom.tab-active-triangle .tab-item.is-active::before, .tab.tab-bottom.tab-active-triangle-pc .tab-item.is-active::before {
  border-bottom: 10px solid #B21920;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 5px solid transparent;
  top: -11px;
  bottom: auto;
  left: calc(50% - 9px);
  z-index: 5;
}
.tab.tab-bottom .tab-item.is-active {
  position: relative;
}
.tab.tab-bottom .tab-item.is-active::after {
  bottom: auto;
  top: -1px;
}
.tab.tab-bottom.tab-chibajetsu .tab-item.is-active::before {
  border-bottom-color: #F0001E;
}
.tab.tab-bottom.tab-chibajetsu .tab-item.is-active::after {
  background-color: #F0001E;
}
.tab.tab-bottom.tab-chibajetsu .tab-item.is-active .tab-btn {
  color: #F0001E;
}
.tab.tab-bottom.tab-chibajetsu .tab-item .tab-btn:hover {
  color: #F0001E;
}
.tab-filter {
  flex-wrap: nowrap;
  border-bottom: none;
}
.tab-filter::before {
  content: none;
}
.tab-filter .tab-item {
  border-top: none;
  border-right: none;
  min-height: 40px;
  background-color: #fff;
}
.tab-filter .tab-item + .tab-item {
  margin-left: 2px;
}
.tab-filter .tab-btn {
  padding: 0;
}
.tab-filter .tab-btn.font-blg {
  color: #27313C;
  font-size: 14px;
}
@media screen and (max-width: 641px) {
  .tab-filter .tab-btn.font-blg {
    font-size: 12px;
  }
}
.tab-filter .tab-btn-text-lg.font-blg {
  font-size: 20px;
}
.tab-text {
  flex-wrap: nowrap;
  border-bottom: none;
}
.tab-text::before {
  content: none;
}
.tab-text .tab-item {
  border-top: none;
  border-right: none;
  min-height: 40px;
  background-color: transparent;
}
.tab-text .tab-item + .tab-item {
  margin-left: 40px;
}
.tab-text .tab-item.is-active .tab-btn {
  color: #fff;
}
.tab-text .tab-item.is-active::before {
  content: none;
}
.tab-text .tab-item.is-active::after {
  left: calc(50% - 10px);
  width: 20px;
  height: 4px;
  background-color: #B21920;
}
.tab-text .tab-btn {
  padding: 0;
}
.tab-text .tab-btn.font-blg {
  color: #fff;
  font-size: 20px;
}
/* -----------------
    common filter
--------------------- */
.common-filter {
  display: flex;
  justify-content: center;
}
.common-filter-container {
  margin-bottom: 30px;
}
.common-filter-container[data-gap=sm] {
  margin-bottom: 10px;
}
.common-filter-container[data-gap=md] {
  margin-bottom: 20px;
}
.common-filter-container[data-gap=lg] {
  margin-bottom: 40px;
}
.common-filter[data-content=right] {
  justify-content: flex-end;
}
.common-filter-radio {
  display: flex;
  padding: 0 20px;
  border-radius: 30px;
  background: #fff;
}
.common-filter-radio .common-filter-radio-item {
  width: 50%;
}
.common-filter-radio .common-filter-radio-item input {
  display: none;
}
.common-filter-radio .common-filter-radio-item input:checked + .common-filter-radio-label span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B21920;
  position: absolute;
  left: 4px;
  top: calc(50% - 5px);
}
.common-filter-radio .common-filter-radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
}
.common-filter-radio .common-filter-radio-label span {
  display: flex;
  align-items: center;
  font-size: 20px;
  position: relative;
}
.common-filter-radio .common-filter-radio-label span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50%;
  background: #C4C4C4;
}
.common-filter-tab {
  display: flex;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.common-filter-tab .common-filter-radio-item {
  background-color: #fff;
}
.common-filter-tab .common-filter-radio-item + .common-filter-radio-item {
  margin-left: 2px;
}
.common-filter-tab .common-filter-radio-item[data-text-size=xs] .common-filter-radio-label span {
  font-size: 14px;
}
.common-filter-tab .common-filter-radio-item[data-text-size=sm] .common-filter-radio-label span {
  font-size: 16px;
}
.common-filter-tab .common-filter-radio-item[data-text-size=md] .common-filter-radio-label span {
  font-size: 18px;
}
.common-filter-tab .common-filter-radio-label {
  align-items: initial;
  cursor: pointer;
  height: 40px;
}
.common-filter-tab .common-filter-radio-label span::before, .common-filter-tab .common-filter-radio-label span::after {
  content: "";
  position: absolute;
}
.common-filter-tab .common-filter-radio-label span::before {
  display: none;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  bottom: -11px;
  left: calc(50% - 9px);
  z-index: 50;
}
.common-filter-tab .common-filter-radio-label span::after {
  display: none;
  background-color: #B21920;
}
.common-filter-tab .common-filter-radio-item input:checked + .common-filter-radio-label span::before {
  display: block;
  border-top: 10px solid #B21920;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 5px solid transparent;
}
.common-filter-tab .common-filter-radio-item input:checked + .common-filter-radio-label span::after {
  display: block;
  border-radius: 0;
  width: 49px;
  height: 6px;
  top: auto;
  bottom: -1px;
  left: calc(50% - 24.5px);
}
.filter-detail {
  flex-shrink: 0;
  position: relative;
  display: flex;
  margin-left: 20px;
  padding: 5px 35px 5px 15px;
  border: 1px solid #C4C4C4;
  border-radius: 15px;
  color: #6F7E90;
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
}
.filter-detail:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  display: inline-block;
  width: 13px;
  height: 11px;
  margin: auto;
  background-image: url(/v=1652758257/files/user/schedule_new2208/icn-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.select-box {
  display: inline;
  border: 0;
  width: auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #6F7E90;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: relative;
  padding-right: 15px;
  z-index: 2;
}
.select-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 18px;
  border: 1px solid #C4C4C4;
  border-radius: 30px;
  color: #6F7E90;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
}
.select-title {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #C4C4C4;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.select-content {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
}
@media screen and (max-width: 641px) {
  .select-content {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.select-content:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #B21920;
  border-right: 2px solid #B21920;
  transform: rotate(45deg);
  z-index: 1;
}
.modal-content .select-list {
  width: 100%;
  min-height: 40px;
  //padding-top: 15px;
  //padding-bottom: 15px;
}
.modal-content .select-title {
  min-width: 81px !important;
  text-align: left;
}
.modal-content .select-content {
  width: 100%;
  line-height: 1;
}
/* -----------------
    modal
--------------------- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 49, 60, 0.98);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-container {
  padding: 30px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal-content {
  max-width: 546px;
  margin-right: auto;
  margin-left: auto;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-footer {
  margin-top: 40px;
  text-align: center;
}
.modal-footer .modal-btn {
  width: 40px;
  height: 40px;
}
.modal-footer .modal-btn img {
  width: 100%;
  height: auto;
}
.modal-filter-heading {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.modal-filter-content {
  margin-top: 20px;
  padding: 0 15px;
  border-radius: 5px;
  background: #fff;
}
.modal-accordion-heading-btn {
  display: block;
  width: 100%;
  padding: 13px 5px;
  color: #27313C;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
  opacity: 1;
}
.modal-accordion-heading-btn::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 5px;
  top: calc(50% - 10.5px);
  background: url(/v=1660557144/files/user/common_new2208/icon_plus.svg) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 641px) {
  .modal-accordion-heading-btn:hover {
    opacity: 1 !important;
  }
}
.modal-accordion-content {
  display: none;
  padding-left: 15px;
}
.modal-accordion.is-open > .modal-accordion-heading-btn::after {
  background: url(/v=1660557137/files/user/common_new2208/icon_minus.svg) no-repeat center center !important;
  background-size: 100% 100% !important;
}
.modal-inner-accordion-heading-btn {
  display: block;
  width: 100%;
  padding: 10px 5px;
  color: #27313C;
  font-size: inherit;
  text-align: left;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
  opacity: 1;
  cursor: pointer;
}
.modal-inner-accordion-heading-btn::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 5px;
  top: calc(50% - 10.5px);
  background: url(/v=1660557144/files/user/common_new2208/icon_plus.svg) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 641px) {
  .modal-inner-accordion-heading-btn:hover {
    opacity: 1 !important;
  }
}
.modal-inner-accordion-content {
  display: none;
  padding: 0 0 10px 10px;
}
.modal-inner-accordion.is-open > .modal-inner-accordion-heading-btn::after {
  background: url(/v=1660557137/files/user/common_new2208/icon_minus.svg) no-repeat center center !important;
  background-size: 100% 100% !important;
}
.modal-inner-check-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -10px 0;
  padding: 10px 0;
  position: relative;
  padding-left: 14px;
}
@media screen and (max-width: 641px) {
  .modal-inner-check-list {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.modal-inner-check-list::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.modal-inner-check-item {
  margin-top: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 641px) {
  .modal-inner-check-item {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #F2F2F2;
  }
}
.modal-inner-check-item:last-child {
  border: 0 none;
}
.modal-input-checkbox {
  display: none;
}
.modal-input-checkbox:checked + .modal-checkbox::after {
  display: block;
  width: 14px;
  height: 9px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 2px;
  box-sizing: border-box;
  content: "";
  transform: rotate(-45deg);
  border-bottom: 2px solid #B21920;
  border-left: 2px solid #B21920;
  border-color: #B21920;
}
.modal-checkbox {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  color: #27313C;
  font-size: inherit;
}
.modal-checkbox::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  content: "";
  border: 2px solid;
  border-color: #C4C4C4;
  background-color: #ffffff;
  border-radius: 3px;
}
.modal .tab-btn:not(.font-blg) {
  font-size: 12px;
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}
/* -----------------
    下層KV
--------------------- */
.kv-lower {
  display: flex;
  justify-content: center;
  position: relative;
  height: 200px;
  background: #0b1218;
}
@media screen and (max-width: 961px) {
  .kv-lower {
    height: 117px;
  }
}
.kv-lower img {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 961px) {
  .kv-lower img {
    width: 100%;
    height: 117px;
  }
}
.kv-lower h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
/* -----------------
    text
--------------------- */
.text[data-font-weight=bold] {
  font-weight: bold;
}
.text[data-font-weight=normal] {
  font-weight: normal;
}
[data-font=xs].itemized-list, [data-font=xs].marker-list, [data-font=xs].text {
  font-size: 10px;
}
.definition [data-font=sm].definition-content, [data-font=sm].itemized-list, [data-font=sm].marker-list, [data-font=sm].text {
  font-size: 12px;
}
[data-font=base].text {
  font-size: 14px;
}
[data-font=md].text {
  font-size: 16px;
}
[data-font=lg].text {
  font-size: 18px;
}
@media screen and (max-width: 641px) {
  [data-font=lg].text {
    font-size: 14px;
  }
}
[data-font=xl].text {
  font-size: 24px;
}
@media screen and (max-width: 641px) {
  [data-font=xl].text {
    font-size: 16px;
  }
}
@media screen and (max-width: 641px) {
  [data-font-sp=xs].itemized-list, [data-font-sp=xs].marker-list, [data-font-sp=xs].text {
    font-size: 10px;
  }
}
@media screen and (max-width: 641px) {
  [data-font-sp=sm].itemized-list, [data-font-sp=sm].marker-list, .tab [data-font-sp=sm].tab-btn, [data-font-sp=sm].text {
    font-size: 12px;
  }
}
@media screen and (max-width: 641px) {
  [data-font-sp=md].text {
    font-size: 14px;
  }
}
/* -----------------
    color
--------------------- */
.color-accent {
  color: #B21920;
}
.color-emphasis {
  color: #F00;
}
.color-alert {
  color: #CA010A;
}
.color-gray {
  color: #6F7E90;
}
/* -----------------
    marker list
--------------------- */
.marker-list {
  list-style-type: none;
}
.marker-list-wrap .marker-list {
  display: inline-block;
}
.marker-list-item {
  display: list-item;
  text-align: left;
  list-style-type: inherit;
}
.marker-list-item:nth-child(n+2) {
  margin-top: calc(10px - 0.25em);
}
.marker-list.asterisk {
  padding-left: 1em;
  list-style-type: "※";
}
.marker-list.asterisk .marker-list-item {
  padding-left: 0.3em;
}
.marker-list.disc {
  padding-left: 1.4em;
  list-style-type: disc;
}
.marker-list.marker-list-alert .marker-list-item {
  color: #B21920;
}
/* -----------------
    itemized list
--------------------- */
.itemized-list {
  display: table;
}
.itemized-list-item {
  display: table-row;
}
.itemized-list-item > * {
  display: table-cell;
  text-align: left;
}
.itemized-list-item > *.item-marker {
  min-width: 1.3em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.itemized-list-item:nth-child(n+2) > * {
  padding-top: calc(10px - 0.25em);
}
@media screen and (max-width: 641px) {
  .itemized-list.sp-vertical {
    display: block;
  }
}
@media screen and (max-width: 641px) {
  .itemized-list.sp-vertical .itemized-list-item {
    display: block;
  }
}
@media screen and (max-width: 641px) {
  .itemized-list.sp-vertical .itemized-list-item > * {
    display: block;
  }
}
@media screen and (max-width: 641px) {
  .itemized-list.sp-vertical .itemized-list-item > *.item-marker {
    padding-right: 0;
  }
}
@media screen and (max-width: 641px) {
  .itemized-list.sp-vertical .itemized-list-item:nth-child(n+2) {
    margin-top: calc(10px - 0.25em);
  }
}
@media screen and (max-width: 641px) {
  .itemized-list.sp-vertical .itemized-list-item:nth-child(n+2) > * {
    padding-top: 0;
  }
}
@media screen and (max-width: 641px) {
  .itemized-list.sp-vertical .itemized-list-item .item-body {
    margin-top: calc(5px - 0.25em);
  }
}
/* -----------------
    image
--------------------- */
.image-stretch {
  width: 100%;
}
.image-stretch.max-content {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.image-radius {
  border-radius: 10px;
}
/* -----------------
    grid
--------------------- */
.grid-container + .grid-container {
  margin-top: 30px;
}
.grid-container + .grid-container[data-gap=sm] {
  margin-top: 10px;
}
.grid-container + .grid-container[data-gap=md] {
  margin-top: 20px;
}
.grid-container + .grid-container[data-gap=lg] {
  margin-top: 40px;
}
.grid-contents {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
}
.grid-contents .grid-row {
  margin: 0;
  flex-wrap: nowrap;
}
.grid-contents .grid-row.grid-row--wrap {
  flex-wrap: wrap;
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}
.grid-row[data-gap=lg] {
  margin: -30px -20px 0;
}
.grid-row[data-gap=lg] > [class*=grid-col] {
  margin-top: 30px;
  padding: 0 20px;
}
.grid-row[data-gap=lg] > [class*=grid-col-top] {
  margin-top: 30px;
  padding: 0 5px;
}
.grid-side {
  padding-left: 20px;
}
.grid-side .grid-side_container {
  padding: 20px;
  background-color: #f2f2f2;
}
.grid-main .grid-main-ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 961px) {
  .grid-side .grid-side_container {
    padding: 20px;
  }
}
@media screen and (max-width: 641px) {
  .grid-row[data-gap-sp=sm] {
    margin: -20px -5px 0;
  }
  .grid-row[data-gap-sp=sm] > [class*=grid-col] {
    margin-top: 20px;
    padding: 0 5px;
  }
  .grid-side {
    padding-left: 0;
  }
  .grid-side .grid-side_container {
    padding: 15px 10px;
  }
  .grid-main .grid-main-ttl {
    font-size: 2.4rem;
  }
}
.grid-row[data-grid-align=end] {
  align-items: flex-end;
}
.grid-row > [class*=grid-col] {
  margin-top: 20px;
  padding: 0 10px;
}
[data-col="1"] {
  width: 8.3333333333%;
}
[data-col="2"] {
  width: 16.6666666667%;
}
[data-col="3"] {
  width: 25%;
}
[data-col="4"] {
  width: 33.3333333333%;
}
[data-col="5"] {
  width: 41.6666666667%;
}
[data-col="6"] {
  width: 50%;
}
[data-col="7"] {
  width: 58.3333333333%;
}
[data-col="8"] {
  width: 66.6666666667%;
}
[data-col="9"] {
  width: 75%;
}
[data-col="10"] {
  width: 83.3333333333%;
}
[data-col="11"] {
  width: 91.6666666667%;
}
[data-col="12"] {
  width: 100%;
}
[data-col="1-5"] {
  width: 20%;
}
@media screen and (max-width: 961px) {
  [data-col-tab="1"] {
    width: 8.3333333333%;
  }
  [data-col-tab="2"] {
    width: 16.6666666667%;
  }
  [data-col-tab="3"] {
    width: 25%;
  }
  [data-col-tab="4"] {
    width: 33.3333333333%;
  }
  [data-col-tab="5"] {
    width: 41.6666666667%;
  }
  [data-col-tab="6"] {
    width: 50%;
  }
  [data-col-tab="7"] {
    width: 58.3333333333%;
  }
  [data-col-tab="8"] {
    width: 66.6666666667%;
  }
  [data-col-tab="9"] {
    width: 75%;
  }
  [data-col-tab="10"] {
    width: 83.3333333333%;
  }
  [data-col-tab="11"] {
    width: 91.6666666667%;
  }
  [data-col-tab="12"] {
    width: 100%;
  }
}
@media screen and (max-width: 961px) {
  [data-col-tab="1-5"] {
    width: 20%;
  }
}
@media screen and (max-width: 641px) {
  [data-col-sp="1"] {
    width: 8.3333333333%;
  }
  [data-col-sp="2"] {
    width: 16.6666666667%;
  }
  [data-col-sp="3"] {
    width: 25%;
  }
  [data-col-sp="4"] {
    width: 33.3333333333%;
  }
  [data-col-sp="5"] {
    width: 41.6666666667%;
  }
  [data-col-sp="6"] {
    width: 50%;
  }
  [data-col-sp="7"] {
    width: 58.3333333333%;
  }
  [data-col-sp="8"] {
    width: 66.6666666667%;
  }
  [data-col-sp="9"] {
    width: 75%;
  }
  [data-col-sp="10"] {
    width: 83.3333333333%;
  }
  [data-col-sp="11"] {
    width: 91.6666666667%;
  }
  [data-col-sp="12"] {
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  [data-col-sp="1-5"] {
    width: 20%;
  }
}
/* -----------------
    card
--------------------- */
.card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #27313c;
}
.card a:hover .card-title-line,
.card a:hover + .card-body a .card-title-line {
  padding-bottom: 0.12em;
  background-size: 100% 1px;
}
.card a:hover :not(a) > .link-line,
.card a:hover + .card-body a :not(a) > .link-line {
  padding-bottom: 0.12em;
  background-size: 100% 1px;
}
.card[data-dir=row] {
  flex-direction: row;
}
.card[data-dir=row] .card-img {
  width: 50%;
}
.card[data-dir=row] .card-body {
  width: 50%;
  margin-top: 0;
  padding: 10px 0 0 20px;
}
.card[data-dir=row][data-row-gap=lg] .card-body {
  padding-left: 40px;
}
@media screen and (max-width: 961px) {
  .card[data-dir=row][data-dir-tab=col] .card-body {
    padding-left: 0;
  }
}
@media screen and (max-width: 641px) {
  .card[data-dir=row][data-dir-sp=col] .card-body {
    padding-left: 0;
  }
}
.card[data-dir=row-reverse] {
  flex-direction: row-reverse;
}
.card[data-dir=row-reverse] .card-img {
  width: 50%;
}
.card[data-dir=row-reverse] .card-body {
  width: 50%;
  margin-top: 0;
  padding: 10px 20px 0 0;
}
.card[data-dir=row-reverse][data-row-gap=lg] .card-body {
  padding-right: 40px;
}
@media screen and (max-width: 961px) {
  .card[data-dir=row-reverse][data-dir-tab=col] .card-body {
    padding-right: 0;
  }
}
@media screen and (max-width: 641px) {
  .card[data-dir=row-reverse][data-dir-sp=col] .card-body {
    padding-right: 0;
  }
}
@media screen and (max-width: 961px) {
  .card[data-dir-tab=col] {
    flex-direction: column;
  }
  .card[data-dir-tab=col] .card-img {
    width: 100%;
  }
  .card[data-dir-tab=col] .card-body {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 641px) {
  .card[data-dir-sp=col] {
    flex-direction: column;
  }
  .card[data-dir-sp=col] .card-img {
    width: 100%;
  }
  .card[data-dir-sp=col] .card-body {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
}
.card-container {
  margin-bottom: 30px;
}
.card .card-img {
  position: relative;
}
.card .card-img img {
  width: 100%;
  height: auto;
}
.card .card-img .icon-youtube {
  position: absolute;
  bottom: 5px;
  left: 6px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 641px) {
  .card .card-img .icon-youtube {
    width: 24px;
    height: 24px;
  }
}
.card .card-thumb {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.card .card-thumb.card-thumb-aspect-ajust {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 10px;
}
.card .card-title {
  padding-bottom: 0.12em;
  margin-bottom: 5px;
  font-size: 14px;
  color: #27313c;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card .card-title-line {
  padding-bottom: 0.12em;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}
@media screen and (max-width: 641px) {
  .card .card-title {
    padding-bottom: 0;
    font-size: 12px;
  }
}
.card .card-title[data-font=lg] {
  font-size: 20px;
}
@media screen and (max-width: 641px) {
  .card .card-title[data-font=lg] {
    font-size: 16px;
  }
}
.card .card-title:last-of-type {
  margin-bottom: 0;
}
.card .card-text {
  margin-bottom: 5px;
  padding-bottom: 0.12em;
  font-size: 14px;
  color: #27313c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 641px) {
  .card .card-text {
    padding-bottom: 0;
    font-size: 11px;
  }
}
.card .card-text:last-of-type {
  margin-bottom: 0;
}
.card .card-text[data-cardtext-size=md] {
  font-size: 16px;
}
@media screen and (max-width: 641px) {
  .card .card-text[data-cardtext-size=md] {
    font-size: 14px;
  }
}
.card .card-date {
  margin-bottom: 5px;
  color: #6F7E90;
  font-size: 14px;
}
@media screen and (max-width: 641px) {
  .card .card-date {
    font-size: 12px;
  }
}
.card .card-date[data-font=lg] {
  margin-top: calc(20px - 0.25em);
  font-size: 16px;
}
@media screen and (max-width: 641px) {
  .card .card-date[data-font=lg] {
    margin-top: calc(15px - 0.25em);
  }
}
.card .card-date:last-of-type {
  margin-bottom: 0;
}
.card .card-font-white {
  color: #fff;
}
.card .card-font-white .card-title-line {
  background-image: linear-gradient(#fff, #fff);
}
.card .card-game-hightliight {
  position: absolute;
  width: 160px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/v=1660557097/files/user/common_new2208/bg_video_list.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 9px 0 0 9px;
}
@media screen and (max-width: 641px) {
  .card .card-game-hightliight {
    width: 85px;
  }
}
.card .card-game-hightliight-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .card .card-game-hightliight-text {
    font-size: 12px;
  }
}
.card .card-game-hightliight-text span {
  font-size: 34px;
}
@media screen and (max-width: 641px) {
  .card .card-game-hightliight-text span {
    font-size: 17px;
  }
}
.card.card-blank {
  padding-bottom: 15px;
  background: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg) no-repeat right bottom;
  background-size: 12px 11px;
}
.card .no-ellipsis {
  display: inline-block;
  -webkit-line-clamp: none;
  -webkit-box-orient: inline-axis;
  overflow: visible;
}
a.card:hover .card-title-line {
  padding-bottom: 0.12em;
  background-size: 100% 1px;
}
/* -----------------
    accordion
--------------------- */
.accordion.is-open .accordion-heading-btn::after {
  background: url(/v=1660557137/files/user/common_new2208/icon_minus.svg) no-repeat center center;
  background-size: 100% 100%;
}
.accordion .accordion-heading-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 16px 40px;
  font-size: 16px;
  color: #27313C;
  font-weight: bold;
  background-color: #F2F2F2;
  border-radius: 5px;
  position: relative;
}
.accordion .accordion-heading-btn::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10.5px);
  background: url(/v=1660557144/files/user/common_new2208/icon_plus.svg) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 641px) {
  .accordion .accordion-heading-btn[data-heading-space=sm] {
    padding: 16px 45px 16px 20px;
  }
}
.accordion .accordion-heading-btn[data-text-position=left] {
  justify-content: flex-start;
  text-align: left;
}
.accordion .accordion-content {
  display: none;
  padding: 20px;
}
.accordion .accordion-content[data-space=none] {
  padding: 0;
}
/* -----------------
    definition
--------------------- */
.definition-container {
  margin-bottom: 25px;
}
.definition-container:last-of-type {
  margin-bottom: 0;
}
.definition .definition-heading {
  margin-bottom: 10px;
  font-weight: bold;
}
.definition .definition-heading[data-font=sm] {
  font-size: 12px;
}
.definition.definition-icon {
  margin-top: 10px;
}
.definition.definition-icon:first-of-type {
  margin-top: 0;
}
.definition.definition-icon .definition-heading {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 641px) {
  .definition.definition-icon .definition-heading {
    font-size: 12px;
  }
}
.definition.definition-icon .definition-heading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.definition.definition-icon .definition-heading-club::before {
  width: 12px;
  height: 12px;
  background-image: url(/v=1696261438/files/user/common_new2208/icon_club.svg);
}
.definition.definition-icon .definition-heading-address::before {
  width: 9px;
  height: 14px;
  background-image: url(/v=1660557194/files/user/common_new2208/icon_address.svg);
}
.definition.definition-icon .definition-heading-train::before {
  width: 10px;
  height: 14px;
  background-image: url(/v=1660557194/files/user/common_new2208/icon_train.svg);
}
.definition.definition-icon .definition-heading-bus::before {
  width: 10px;
  height: 11px;
  background-image: url(/v=1660557190/files/user/common_new2208/icon_bus.svg);
}
.definition.definition-icon .definition-heading-car::before {
  width: 11px;
  height: 9px;
  background-image: url(/v=1660557190/files/user/common_new2208/icon_car.svg);
}
.definition.definition-icon .definition-content {
  padding-left: 15px;
}
@media screen and (max-width: 641px) {
  .definition.definition-icon .definition-content {
    font-size: 12px;
  }
}
/* -----------------
    box
--------------------- */
.box {
  padding: 15px;
}
.box.box-gray {
  background-color: #F2F2F2;
}
.box.box-gray[data-pd=md] {
  padding: 20px;
}
@media screen and (max-width: 641px) {
  .box.box-gray[data-pd=md] {
    padding: 15px;
  }
}
.box-alert {
  border: 1px solid #B21920;
}
.box-alert-inner {
  background-color: #FFF5F6;
  padding: 20px;
}
@media screen and (max-width: 641px) {
  .box-alert-inner {
    padding: 15px;
  }
}
/* -----------------
    common parts
--------------------- */
.team {
  display: flex;
  align-items: center;
}
.team .team-logo {
  width: 43px;
  flex-shrink: 0;
}
@media screen and (max-width: 641px) {
  .team .team-logo {
    width: 30px;
  }
}
.team .team-logo img {
  width: 100%;
  height: auto;
}
.team .team-name {
  margin-left: 10px;
}
@media screen and (max-width: 641px) {
  .team .team-name {
    margin-left: 7px;
  }
}
.team .team-name[data-color=blue] {
  color: #0148A8;
}
.team .team-name[data-color=blue] .team-name-line {
  background: linear-gradient(#0148A8, #0148A8) 0 100%/0 1px no-repeat;
}
.team .team-name-line {
  padding-bottom: 0.125em;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
  vertical-align: middle;
}
.team:hover .team-name-line,
.team:hover .team-name .linke-line {
  background-size: 100% 1px;
}
.team:hover .team-name[data-color=blue] .team-name-line {
  background-size: 100% 1px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.tag-list li {
  padding: 0 3px;
  margin-top: 15px;
}
.tag-list li span,
.tag-list li a {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #27313C;
  padding: 4px 10px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  border-radius: 100vh;
}
.tag-list[data-shape=square] li span,
.tag-list[data-shape=square] li a {
  border-radius: 0;
}
.grades {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
}
.grades-container {
  margin-bottom: 30px;
}
.grades-container[data-gap=sm] {
  margin-bottom: 10px;
}
.grades-container[data-gap=md] {
  margin-bottom: 20px;
}
.grades-container[data-gap=lg] {
  margin-bottom: 40px;
}
.grades .grades-item {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 0;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  background: #fff;
}
.grades .grades-heading {
  margin-bottom: 10px;
  text-align: left;
}
.grades .grades-heading-title1 {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.grades .grades-heading-title1[data-font=sm] {
  font-size: 14px;
}
@media screen and (max-width: 641px) {
  .grades .grades-heading-title1[data-font-sp=sm] {
    font-size: 14px;
  }
}
.grades .grades-heading-title2 {
  color: #6F7E90;
  font-size: 12px;
  font-weight: bold;
}
.grades .grades-body {
  margin-top: auto;
  text-align: right;
}
.grades .grades-text {
  color: #6F7E90;
  font-size: 16px;
}
.grades .grades-text .font-blg {
  color: #27313C;
  font-size: 33px;
}
.grades .grades-text-ranking {
  text-align: right;
  color: #6F7E90;
  font-size: 9px;
}
.grades .grades-text-ranking .font-blg {
  font-size: 11px;
}
.grades[data-type=link] {
  border: 0 none;
}
.grades[data-type=link] .grades-item {
  border: 0 none;
  padding: 0;
}
.grades[data-type=link] .grades-item-inner {
  padding: 10px 10px 0;
  border: 1px solid #F2F2F2;
  border-right: 0 none;
}
.grades[data-type=link] .grades-item-link {
  padding: 5px 0 5px 5px;
  font-size: 12px;
}
@media screen and (max-width: 641px) {
  .grades[data-type=link] .grades-item-link {
    font-size: 10px;
  }
}
.grades[data-type=link] .grades-item:nth-child(5n) .grades-item-inner {
  border-right: 1px solid #F2F2F2;
}
@media screen and (max-width: 961px) {
  .grades[data-type=link] .grades-item:nth-child(5n) .grades-item-inner {
    border-right: 0 none;
  }
}
@media screen and (max-width: 961px) {
  .grades[data-type=link] .grades-item:nth-child(3n) .grades-item-inner {
    border-right: 1px solid #F2F2F2;
  }
}
@media screen and (max-width: 641px) {
  .grades[data-type=link] .grades-item:nth-child(3n) .grades-item-inner {
    border-right: 0 none;
  }
}
@media screen and (max-width: 641px) {
  .grades[data-type=link] .grades-item:nth-child(even) .grades-item-inner {
    border-right: 1px solid #F2F2F2;
  }
}
.grades[data-type=link] .grades-item:last-child .grades-item-inner {
  border-right: 1px solid #F2F2F2;
}
@media screen and (max-width: 961px) {
  .grades[data-type=link] .grades-item:last-child .grades-item-inner {
    border-right: 1px solid #F2F2F2;
  }
}
.season {
  display: flex;
  align-items: center;
  width: 206px;
  margin-bottom: 30px;
  padding: 5px 10px;
  color: #6F7E90;
  border: 1px solid #C4C4C4;
  border-radius: 50px;
}
.season-align-center {
  margin-left: auto;
  margin-right: auto;
}
.season > * {
  width: 93px;
}
.season .season-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  padding-right: 10px;
  border-right: 1px solid #C4C4C4;
}
.season .season-seasonSelect {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  position: relative;
}
.season .season-seasonSelect::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg) no-repeat center center;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
.season .season-seasonSelect select {
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px 0 0;
  color: #6F7E90;
  background: none;
}
.season-shootchart {
  text-align: center;
}
.season-shootchart .svg {
  max-width: 100%;
  height: auto;
}
.season-shootchart .svg-item {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.season-shootchart .svg-item-frame {
  fill: rgba(255, 255, 255, 0);
  transition: fill 0.3s ease;
}
.season-shootchart .svg-item-text {
  font-family: inherit;
  text-anchor: middle;
}
.season-shootchart .svg-item-text .number {
  font-size: 16px;
}
.season-shootchart .svg-item-text .unit {
  font-size: 12px;
}
.season-shootchart .svg-item-text .data {
  font-size: 10px;
}
.season-shootchart .svg-item:hover .svg-item-frame {
  fill: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 641px) {
  .season-shootchart .svg-item:hover .svg-item-frame {
    fill: rgba(255, 255, 255, 0);
  }
}
.season-shootchart .svg-item.is-selected .svg-item-frame {
  fill: rgba(252, 107, 113, 0.5);
}
.playerInfo-player {
  display: flex;
  flex-direction: column;
  color: #27313C;
  position: relative;
}
.playerInfo-player:hover .playerInfo-player-num {
  color: #E61720;
}
.chibajets .playerInfo-player:hover .playerInfo-player-num {
  color: #F0001E;
}
.playerInfo-player .playerInfo-player-captain {
  display: inline-block;
  color: #fff;
  padding: 6px 13px 6px 8px;
  background: #E61720;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 961px) {
  .playerInfo-player .playerInfo-player-captain {
    padding: 4px 10px 4px 6px;
    font-size: 12px;
  }
}
.playerInfo-player .playerInfo-player-captain::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  transform: skew(160deg);
  background: #fff;
  position: absolute;
  right: -5px;
  bottom: 0;
}
.playerInfo-player .playerInfo-player-num {
  width: 100%;
  padding: 0 5px;
  position: absolute;
  top: 20px;
  left: 0;
  color: #F2F2F2;
  font-size: 220px;
  z-index: 1;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 961px) {
  .playerInfo-player .playerInfo-player-num {
    font-size: 200px;
  }
}
@media screen and (max-width: 641px) {
  .playerInfo-player .playerInfo-player-num {
    font-size: 41.0256410256vw;
  }
}
.playerInfo-player .playerInfo-player-img {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.playerInfo-player .playerInfo-player-img img {
  width: 100%;
  height: auto;
}
.playerInfo-player .playerInfo-player-body {
  padding: 0 24px 0 10px;
  position: relative;
  z-index: 2;
}
.playerInfo-player .playerInfo-player-body::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg) no-repeat center center;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
}
.playerInfo-player .playerInfo-player-name {
  margin-bottom: 5px;
  font-weight: bold;
}
.playerInfo-player .playerInfo-player-position {
  font-size: 12px;
}
/* -----------------
    glossary
--------------------- */
.glossary {
  width: 100%;
  overflow-x: auto;
}
.glossary .glossary-table {
  border-top: 2px solid #fff;
}
.glossary .glossary-table td {
  padding: 5px 10px;
  word-break: keep-all;
  border: 1px solid #fff;
  background: #F2F2F2;
}
.glossary .glossary-definition {
  display: flex;
  align-items: center;
}
.glossary .glossary-definition dt {
  margin-right: 10px;
  font-weight: bold;
  font-size: 12px;
}
.glossary .glossary-definition dd {
  font-size: 12px;
}
/* -----------------
    shot-chart-tab
--------------------- */
.shot-chart-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F2F2F2;
  padding: 7.5px;
}
@media screen and (max-width: 961px) {
  .shot-chart-tab {
    margin: 0 -10px;
  }
}
.shot-chart-tab .shot-chart-tab-item {
  min-height: 30px;
  border-width: 2px;
  align-items: center;
}
.shot-chart-tab .tab-btn {
  font-size: 14px;
}
@media screen and (max-width: 641px) {
  .shot-chart-tab .tab-btn {
    font-size: 12px;
  }
}
.shot-chart-tab .tab-btn[data-text-size=sm] {
  font-size: 12px;
}
.shot-chart-tab .tab-btn[data-text-size=md] {
  font-size: 16px;
}
.shot-chart-tab .tab-btn[data-text-size=lg] {
  font-size: 18px;
}
.shot-chart-tab .tab-btn[data-text-size=xl] {
  font-size: 20px;
}
.shot-chart-tab-item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-left: 1px solid #fff;
}
.shot-chart-tab-item:first-child {
  border-left: 0;
}
.shot-chart-tab-item button {
  display: flex;
  justify-content: center;
  color: #6F7E90;
  font-size: 20px;
  font-weight: 700;
}
.shot-chart-tab-item.is-active {
  position: relative;
}
.shot-chart-tab-item.is-active:after {
  content: "";
  width: 39px;
  height: 4px;
  background: #B21920;
  position: absolute;
  bottom: -7px;
}
.shot-chart-tab-item.is-active button {
  color: #27313C;
}
.shot-chart-tab-item.is-active.inner-tab-bottom-trigger::after {
  bottom: auto;
  top: -7px;
}
.shot-chart-tab-content {
  padding: 40px 0;
}
.shot-chart-tab-img {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 641px) {
  .shot-chart-tab-img .img-court-full {
    width: 100%;
  }
  .shot-chart-tab-img img {
    width: 100%;
  }
}
.shot-chart-tab .swiper-button-prev,
.shot-chart-tab .swiper-button-next {
  width: 22px;
  height: 22px;
}
.shot-chart-tab .swiper-button-prev img,
.shot-chart-tab .swiper-button-next img {
  width: 100%;
}
.shot-chart-court-box {
  position: relative;
}
.shot-chart-court-box .img-court-full {
  width: 100%;
}
.shot-chart-court-box .img-court-full > svg {
  width: 100%;
  height: auto;
}
.shot-chart-court-box .icon-circle,
.shot-chart-court-box .icon-cross {
  position: absolute;
}
.shot-chart-court-box .icon-circle {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 641px) {
  .shot-chart-court-box .icon-circle {
    width: 10px;
    height: 10px;
  }
}
.shot-chart-court-box .icon-cross {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 641px) {
  .shot-chart-court-box .icon-cross {
    width: 16px;
    height: 16px;
  }
}
/* -----------------
    schedule
--------------------- */
.schedule-slidelist.prev-month a, .schedule-slidelist.next-month a {
  width: auto;
  padding-bottom: 0;
  font-size: 12px;
  position: relative;
  color: #000;
}
.schedule-slidelist.prev-month a:before, .schedule-slidelist.next-month a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: -2px -10px 0;
  border-left: 1px solid #B21920;
  border-bottom: 1px solid #B21920;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.schedule-slidelist.prev-month.is-current a, .schedule-slidelist.next-month.is-current a {
  border-bottom: none;
}
.schedule-slidelist.next-month a:before {
  border-left: 0;
  border-bottom: 0;
  border-top: 1px solid #B21920;
  border-right: 1px solid #B21920;
  transform: rotate(45deg);
  left: auto;
  right: 0;
}
.schedule-contents {
  display: block;
}
.schedule-contents.is-loading {
  display: none;
}
.schedule-contents-load {
  display: none;
}
.schedule-contents-load:after {
  content: none;
}
.schedule-contents-load.is-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 30px 0; */
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 641px) {
  .schedule-contents-load.is-loading {
  height: 180px;
  }
}
.schedule-contents-load.is-loading img {
  width: 50px;
  height: 50px;
}
.schedule .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #808080;
  background: linear-gradient(to right, #dcdcdc 10%, #c0c0c0 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
.schedule .loader::before {
  width: 50%;
  height: 50%;
  background: #dcdcdc;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.schedule .loader::after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -----------------
    round
--------------------- */
.round-list > .list-item {
  padding: 30px 0;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item {
    padding: 20px 0;
  }
}
.round-list > .list-item:nth-child(n+2) {
  border-top: 1px solid #F2F2F2;
}
.round-list > .list-item .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner {
    display: block;
  }
}
.round-list > .list-item .inner .data-game {
  position: relative;
  width: 540px;
  color: #27313C;
}
.round-list > .list-item .inner .data-game:hover .link-line {
  background-size: 100% 1px;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.round-list > .list-item .inner .data-game .game {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 19px;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game {
    padding: 13px 0 20px;
  }
}
.round-list > .list-item .inner .data-game .game .team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 28%;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team {
    flex-basis: 26%;
    font-size: 10px;
  }
}
.round-list > .list-item .inner .data-game .game .team:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  padding: 3px 0;
  background-color: #F2F2F2;
  font-family: "bleagueFont",sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  border-radius: 15px;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team:after {
    padding: 2px 0;
    font-size: 10px;
  }
}
.round-list > .list-item .inner .data-game .game .team-logo {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team-logo {
    width: 40px;
    height: 40px;
  }
}
.round-list > .list-item .inner .data-game .game .team-logo img {
  width: 50px;
  vertical-align: top;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team-logo img {
    width: 40px;
  }
}
.round-list > .list-item .inner .data-game .game .team-name {
  flex-grow: 1;
  margin-left: 0;
  text-align: center;
}
.round-list > .list-item .inner .data-game .game .team.home:after {
  content: "HOME";
  left: 12px;
  color: #B21920;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team.home:after {
    left: 0;
  }
}
.round-list > .list-item .inner .data-game .game .team.away:after {
  content: "AWAY";
  right: 12px;
  color: #27313C;
  letter-spacing: -0.075em;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .team.away:after {
    right: 0;
  }
}
.round-list > .list-item .inner .data-game .game .point {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  font-size: 44px;
  font-weight: 700;
  transform: translateY(2px);
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .point {
    width: 40%;
  }
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .point {
    font-size: 28px;
  }
}
.round-list > .list-item .inner .data-game .game .point .number {
  width: 70px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .game .point .number {
    width: 50px;
  }
}
.round-list > .list-item .inner .data-game .game .point .number.gr {
  color: #C4C4C4;
}
.round-list > .list-item .inner .data-game .info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 110px;
  margin: auto;
  text-align: center;
}
.round-list > .list-item .inner .data-game .info-arena {
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.666;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .info-arena {
    padding: 0 20px;
    font-size: 10px;
  }
}
.round-list > .list-item .inner .data-game .info-arena span {
  display: block;
}
.round-list > .list-item .inner .data-game .info-arena span:first-child {
  margin-top: 0;
}
.round-list > .list-item .inner .data-game .info-scorestate {
  margin-top: 7px;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-game .info-scorestate {
    margin-top: 4px;
    font-size: 10px;
  }
}
.round-list > .list-item .inner .data-game .info .text-link {
  position: relative;
  font-size: 10px;
}
.round-list > .list-item .inner .data-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 260px;
  margin-left: 40px;
}
@media screen and (max-width: 961px) {
  .round-list > .list-item .inner .data-link {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-size: 10px;
  }
}
/* -----------------
    broadcast list
--------------------- */
@media screen and (max-width: 641px) {
  .broadcast-list {
    flex-flow: wrap;
    justify-content: left;
    margin: 0 -5px;
  }
}
.broadcast-list-item {
  display: flex;
  flex-wrap: wrap;
}
.broadcast-list li {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 641px) {
  .broadcast-list li {
    margin: 5px;
  }
}
.broadcast-list li + li {
  margin-top: 15px;
}
.broadcast-list li a {
  color: #27313C;
}
.broadcast-list li .broadcast-link {
  margin-left: 14px;
  line-height: 30px;
}
.broadcast-list li .broadcast-link.before-icon {
  margin-left: 43px;
}
.broadcast-list li .broadcast-link.before-icon:before {
  left: -29px;
}
.broadcast-list li .broadcast-link.after-icon {
  font-size: 11px;
}
.broadcast-list li .broadcast-link.after-icon.fs-lg {
  font-size: 14px;
}
.broadcast-list li .broadcast-link.after-icon.fs-bold {
  font-weight: bold;
}
.broadcast-list li img {
  width: 32px;
  height: 32px;
}
/* -----------------
    app
--------------------- */
.app-link {
  display: inline-flex;
  justify-content: center;
}
.app-link-item {
  display: flex;
}
.app-link-item:nth-child(n+2) {
  margin-left: 30px;
}
@media screen and (max-width: 641px) {
  .app-link-item:nth-child(n+2) {
    margin-left: 10px;
  }
}
.app-link-qr {
  margin-left: 10px;
}
@media screen and (max-width: 641px) {
  .app-link-qr {
    display: none;
  }
}
/* -----------------
    form
--------------------- */
.form-container {
  max-width: 750px;
  margin: 0 auto;
}
.form-step-list {
  display: flex;
  justify-content: center;
}
.form-step-list-item + .form-step-list-item {
  margin-left: 100px;
}
@media screen and (max-width: 641px) {
  .form-step-list-item + .form-step-list-item {
    margin-left: 30px;
  }
}
.form-step-circle {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #C4C4C4;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #F2F2F2;
  padding: 0 10px;
}
@media screen and (max-width: 641px) {
  .form-step-circle {
    font-size: 12px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 360px) {
  .form-step-circle {
    width: 25vw;
    height: 25vw;
  }
}
.form-step-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -85px;
  width: 66px;
  height: 9px;
  transform: translateY(-50%);
  background-image: url(/v=1660557192/files/user/common_new2208/icon_step_circle_arrow.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 641px) {
  .form-step-circle::after {
    width: 23px;
    height: 7px;
    right: -27px;
    background-image: url(/v=1660557193/files/user/common_new2208/icon_step_circle_arrow_sp.svg);
  }
}
.form-step-circle-current {
  color: #fff;
  background-color: #B21920;
}
.form-step-circle-current::after {
  background-image: url(/v=1660557192/files/user/common_new2208/icon_step_circle_arrow_current.svg);
}
@media screen and (max-width: 641px) {
  .form-step-circle-current::after {
    background-image: url(/v=1660557193/files/user/common_new2208/icon_step_circle_arrow_current_sp.svg);
  }
}
.form-step-circle-3::before, .form-step-circle-3::after {
  content: none;
}
.form-list-item + .form-list-item {
  margin-top: 30px;
}
@media screen and (max-width: 641px) {
  .form-list-item + .form-list-item {
    margin-top: 25px;
  }
}
.form-list[data-list=row] {
  display: flex;
  align-items: center;
}
.form-list[data-list=row] .form-list-item {
  width: 100%;
}
.form-list[data-list=row] .form-list-item[data-size=md] {
  max-width: 110px;
}
.form-list[data-list=row] .form-list-item + .form-list-item {
  margin-top: 0;
  margin-left: 15px;
}
.form-list[data-list=row] .form-list-item.unit {
  width: auto;
  font-weight: bold;
  margin-left: 5px;
}
.form-parts {
  margin-top: 10px;
}
.form-parts-confirm {
  margin-top: 13px;
}
.form-parts-textbox {
  font-size: 14px;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  padding: 15px 14px;
  -webkit-tap-highlight-color: transparent;
}
.form-parts-textbox::-moz-placeholder {
  color: #6F7E90;
  font-size: 14px;
}
.form-parts-textbox:-ms-input-placeholder {
  color: #6F7E90;
  font-size: 14px;
}
.form-parts-textbox::placeholder {
  color: #6F7E90;
  font-size: 14px;
}
.form-parts-textarea {
  font-size: 14px;
  width: 100%;
  min-height: 145px;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  padding: 10px;
  -webkit-tap-highlight-color: transparent;
}
.form-parts-textarea::-moz-placeholder {
  color: #6F7E90;
  font-size: 14px;
}
.form-parts-textarea:-ms-input-placeholder {
  color: #6F7E90;
  font-size: 14px;
}
.form-parts-textarea::placeholder {
  color: #6F7E90;
  font-size: 14px;
}
.form-parts-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  -webkit-tap-highlight-color: transparent;
}
.form-parts-checkbox-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-parts-checkbox-icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1.5px solid #C4C4C4;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 7px;
}
.form-parts-checkbox-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 1px;
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.form-parts-checkbox-icon:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.form-parts-checkbox:checked + .form-parts-checkbox-icon::after {
  opacity: 1;
  background-image: url(/v=1660557191/files/user/common_new2208/icon_checked.svg);
}
.form-parts-select {
  display: inline;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  cursor: pointer;
  background: none;
  color: #6F7E90;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  min-height: 40px;
  border: 1px solid #C4C4C4;
  border-radius: 30px;
  text-overflow: ellipsis;
  padding: 12px 20px;
  -webkit-tap-highlight-color: transparent;
}
.form-parts-select-icon {
  position: relative;
}
.form-parts-select-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-bottom: 2px solid #B21920;
  border-right: 2px solid #B21920;
  transform: translateY(-50%) rotate(45deg);
}
.form-parts-select-sm {
  max-width: 110px;
}
.form-parts-search {
  width: 100%;
  max-width: 360px;
}
.form-parts-search.new-form-parts-search {
  display: flex;
}
@media screen and (max-width: 641px) {
  .form-parts-search--sp-dn {
    display: none !important;
  }
}
.form-parts-search--pc-tab-dn {
  display: none !important;
}
@media screen and (max-width: 641px) {
  .form-parts-search--pc-tab-dn {
    display: block !important;
  }
}
.form-parts-search .keyword {
  display: inline;
  outline: none;
  line-height: 1;
  color: #6f7e90;
  font-size: 12px;
  font-weight: bold;
  min-height: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 30px 0 0 30px;
  text-overflow: ellipsis;
  padding: 5px 11px;
  width: 75%;
}
.form-parts-search .search-btn {
  background-color: #b21920;
  color: #ffffff;
  border: none;
  line-height: 1;
  padding: 5px 11px;
  min-height: 40px;
  color: #ffffff;
  border-radius: 0 30px 30px 0;
  margin-left: -4px;
  cursor: pointer;
  width: 25%;
  font-weight: 700;
}
@media screen and (max-width: 641px) {
  .form-parts-search.new-form-parts-search .keyword {
    border-right: none;
  }
  .form-parts-search.new-form-parts-search .search-btn {
    margin-left: 0;
  }
}
.form-grid-row {
  margin: -15px -10px 0;
}
@media screen and (max-width: 641px) {
  .form-grid-row.grid-row > [class*=grid-col] {
    margin-top: 15px;
  }
}
.form-ios-bugfux a {
  color: #6F7E90;
}
/* -----------------
    fadein animation
--------------------- */
.js-fadein-wrap,
.js-fadein-target {
  transform: translateY(50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.is-over {
  transform: translate(0, 0);
  opacity: 1;
}
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.no-ellipsis {
  display: inline-block;
  -webkit-line-clamp: none;
  -webkit-box-orient: inline-axis;
  overflow: visible;
}
/* -----------------
   champion ship
--------------------- */
.champion-box {
  background-color: #6F7E90;
  padding: 5px;
  text-align: center;
}
.champion-box .title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 641px) {
  .champion-box .title {
    font-size: 12px;
  }
}
/* -----------------
    LOGO-LIST
--------------------- */
.team-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team-card.is-nolink {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  box-shadow: none;
}
.team-card img {
  width: 80px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 641px) {
  .team-card img {
    width: 60px;
  }
}
.team-card span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #27313C;
}
@media screen and (max-width: 641px) {
  .team-card span {
    font-size: 11px;
  }
}
/* -----------------
    matchSchedule
--------------------- */
.matchSchedule-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 961px) {
  .matchSchedule-main {
    padding: 0;
  }
}
.matchSchedule .matchSchedule-date {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.matchSchedule .matchSchedule-home, .matchSchedule .matchSchedule-away {
  display: flex;
  padding-top: 15px;
}
.matchSchedule .matchSchedule-home .matchSchedule-name, .matchSchedule .matchSchedule-away .matchSchedule-name {
  margin: 15px 15px 0 0;
  text-align: right;
}
.matchSchedule .matchSchedule-logo-img {
  width: 40px;
  margin: 0 auto 5px;
  min-height: 40px;
}
.matchSchedule .matchSchedule-logo-img img {
  width: 100%;
  height: auto;
}
.matchSchedule .matchSchedule-name {
  margin: 15px 0 0 15px;
  min-width: 40px;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 641px) {
  .matchSchedule .matchSchedule-name {
    min-width: 30px;
  }
}
.matchSchedule .matchSchedule-info {
  margin: 0 10px;
  width: 75px;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .matchSchedule .matchSchedule-info {
    margin: 0 5px;
  }
}
.matchSchedule .matchSchedule-info-venue {
  margin-bottom: 5px;
  font-size: 10px;
}
.matchSchedule .matchSchedule-info-venue > span {
  display: block;
  margin-bottom: 5px;
}
.matchSchedule .matchSchedule-info-link .text-link {
  font-size: 10px;
}
.matchSchedule .matchSchedule-tiket {
  width: 100%;
  margin-top: 5px;
}
.matchSchedule .matchSchedule-tiket .btn.secondary.small {
  min-width: 135px;
  padding: 10px 35px 10px 30px;
}
/* -----------------
    annualSchedule
--------------------- */
.annualSchedule-main.is-grab {
  cursor: -webkit-grab;
  cursor: grab;
}
/* -----------------
  score
--------------------- */
.score-tab {
  display: flex;
  align-items: center;
  width: 250px;
  height: 32px;
  border-radius: 5px;
  background-color: #F2F2F2;
}
.score-tab-item {
  flex-grow: 1;
  flex-basis: 0;
  height: 100%;
}
.score-tab-item:first-of-type button span::before {
  content: none;
}
.score-tab-item button {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  padding: 4px 5px;
}
.score-tab-item button:focus {
  opacity: 1;
}
.score-tab-item button:hover {
  opacity: 0.8;
}
.score-tab-item button span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #6F7E90;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.score-tab-item button span::before {
  content: "";
  position: absolute;
  left: -6%;
  background-color: #fff;
  width: 1%;
  height: 90%;
}
.score-tab-item.is-active button span {
  background-color: #ffffff;
  color: #27313C;
}
.score-tab-content {
  padding-top: 15px;
  display: none;
}
.score-tab-content.is-active {
  display: block;
}
.score-tab-table thead tr th {
  padding: 4px 8px !important;
  font-size: 10px !important;
  -webkit-text-size-adjust: 100%;
  height: 25px;
}
.score-tab-table thead tr:last-of-type th {
  border-top: 1px #FFFFFF solid;
}
.score-tab-table tr.light-color th {
  border-bottom: 1px #FFFFFF solid;
  -webkit-text-size-adjust: 100%;
  height: 25px;
}
.score-tab-stats {
  width: calc(100% - 30px);
  max-width: 1410px;
  margin: 20px auto 0;
}
/* -----------------
    magazine
--------------------- */
.bmgzn-meta-container {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.01;
}
.bmgzn-meta-container .sns-links.slim {
  margin: 0;
}
.bmgzn-meta-container_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bmgzn-meta-container_wrap .bFont {
  font-size: 2.4rem;
}
.bmgzn-meta-container_wrap .c-bmgzn-cate_sub {
  background-color: #c4c4c4;
  color: #27313c;
}
.bmgzn-container .bmgzn_p {
  font-size: 1.4rem;
}
.bmgzn-container img {
  width: 100%;
}
@media screen and (max-width: 961px) {
}
@media screen and (max-width: 641px) {
  .bmgzn-meta-container {
    flex-direction: column;
  }
  .bmgzn-meta-container_wrap {
    width: 100%;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .bmgzn-meta-container_wrap .bFont {
    font-size: 1.6rem;
  }
  .bmgzn-meta-container_wrap .c-bmgzn-cate_sub {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bmgzn-list_image.c-bmgzn-list_ph {
    height: auto;
  }
}
/* -----------------
    utility
--------------------- */
[data-justify-content=flex-start] {
  justify-content: flex-start;
}
[data-justify-content=flex-end] {
  justify-content: flex-end;
}
[data-justify-content=center] {
  justify-content: center;
}
[data-align-items=flex-start] {
  align-items: flex-start;
}
[data-align-items=flex-end] {
  align-items: flex-end;
}
[data-align-items=center] {
  align-items: center;
}
.news-lower {
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-important {
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-important-container {
  margin-bottom: 45px;
}
.news-important-item {
  border-bottom: 1px solid #fff;
}
.news-important-item:last-child {
  border-bottom: 0 none;
}
.news-important-item.is-important > a {
  color: #B21920;
}
.news-important-item > a {
  display: flex;
  align-items: center;
  padding: 15px 40px 15px 20px;
  color: #27313C;
  font-weight: bold;
  background: #F2F2F2;
  position: relative;
}
.news-important-item > a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg) no-repeat right center;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}
.tournament-block {
  max-width: 1040px;
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 641px) {
  .tournament-block {
    margin: 20px auto;
  }
}
.tournament-block-ttl {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 641px) {
  .tournament-block-ttl {
    margin-bottom: 20px;
    padding: 0;
  }
}
.tournament-block-ttl img {
  max-width: 350px;
  width: 100%;
}
.tournament-block-item {
  padding: 0 10px;
  text-align: center;
  overflow: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tournament-block-item::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 641px) {
  .tournament-block-item {
    padding: 0;
    width: 100vw;
    padding-right: calc(50vw - 50% + 10px);
  }
}
.tournament-block-item img {
  max-width: 1040px;
  min-width: 640px;
  width: 100%;
}

/* B.MAGAZINEで追加 */
.grid-side {
  width: 340px !important;
}
.grid-main {
  width: 100% !important;
}
@media screen and (max-width: 961px) {
  .grid-contents .grid-row {
    flex-wrap: wrap;
  }
  .grid-side {
    width: 100% !important;
  }
}
.grid-side_container--magazine {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.main-action-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 54px;
}
.main-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  border: 1px solid #c4c4c4;
  color: #27313c;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
}

.category-keyword-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.category-keyword {
  color: #27313c;
  background-color: #c4c4c4;
  padding: 2px 16px;
  font-weight: bold;
  border-radius: 50px;
  line-height: 150%;
}

.article-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 641px) {
  .article-info {
    width: 50%;
  }
}

.article-info__date {
  color: #6f7e90;
}

.article-info__header {
  font-weight: bold;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article-info__keywords {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
}

.article-info__keyword {
  padding: 4px 8px;
  color: #27313c;
  border: 1px solid #c4c4c4;
  font-size: 12px;
  background-color: #fff;
  font-weight: bold;
  line-height: 150%;
}

/* Grid Side */

.grid-side__banners-container {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

.grid-side__banners-container--mobile {
  display: none;
  margin: 0;
  padding: 32px 10px 0px 10px;
}

@media screen and (max-width: 961px) {
  .grid-side__banners-container {
    display: none;
  }
  .grid-side__banners-container--mobile {
    display: flex;
  }
}

.grid-side__banners-container a {
  width: 100%;
}

.banners-image__wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.banners-image__wrapper--short {
  height: 90px;
}

.grid-side__banners-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-side__banners-container--bottom {
  margin-bottom: 0px;
  display: flex;
}

.grid-side__item {
  display: block;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
}

.grid-side__item h3,
.grid-side__item .schedule-head {
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 961px) {
  .c-bmgzn-list_ph {
    height: 100% !important;
  }

  .c-bmgzn-list_ls .item .item_lnk {
    align-items: center;
  }

  .grid-side__item h3 {
    text-align: left;
  }
}

#twitter-widget-0 { 
    width: 100% !important; 
}

.grid-side .swiper-wrapper {
  width: 100%;
}

.grid-side .schedule-result-swiper .swiper-slide {
  max-width: 100%;
}

.grid-side .card .icon-youtube {
  bottom: 20px;
}

@media screen and (max-width: 961px) {
  .grid-side .card .icon-youtube {
    bottom: 5px;
  }
}

/* */

.for-pc {
  display: block;
}
@media screen and (max-width: 641px) {
  .for-pc {
    display: none;
  }
}
.for-sp {
  display: none;
}
@media screen and (max-width: 641px) {
  .for-sp {
    display: block;
  }
}

/* */

.beginner-about-description {
  margin-top: 15px;
}
.beginner-about-description .description-video {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 970px;
  height: 546px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-video {
    width: 100vw;
    height: 56.4102564103vw;
    border-radius: 0;
    margin-left: -10px;
  }
}
.beginner-about-description .description-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.beginner-about-description .description-list {
  position: relative;
  display: flex;
  width: 100vw;
  max-width: 1040px;
  margin-top: 20px;
  margin-left: 50%;
  padding: 0 20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-list {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 0;
    transform: none;
  }
}
.beginner-about-description .description-item {
  flex-grow: 1;
  flex-basis: 0;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item {
    display: flex;
  }
}
.beginner-about-description .description-item:nth-child(n+2) {
  margin-left: 35px;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item:nth-child(n+2) {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item .item-image {
    flex-shrink: 0;
    width: 180px;
  }
}
.beginner-about-description .description-item .item-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.beginner-about-description .description-item dl {
  position: relative;
  margin-top: -17px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dl {
    flex-grow: 1;
    margin-top: 10px;
    margin-left: 15px;
    text-align: left;
  }
}
.beginner-about-description .description-item dt .item-title-lead-svg {
  display: block;
}
.beginner-about-description .description-item dt .item-title-lead-svg svg {
  width: 100%;
  height: 34px;
  transform: translateX(50%);
  overflow: visible;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dt .item-title-lead-svg svg {
    height: 18px;
    transform: translateX(0%);
  }
}
.beginner-about-description .description-item dt .item-title-lead-svg .svg-stop {
  transition: stop-color ease 0.5s;
}
.beginner-about-description .description-item dt .item-title-lead-svg .svg-stop .mark-1 {
  stop-color: #27313C;
}
.beginner-about-description .description-item dt .item-title-lead-svg .svg-stop .mark-2 {
  stop-color: #27313C;
}
.beginner-about-description .description-item dt .item-title-lead-svg .svg-text {
  font-size: 48px;
  text-anchor: middle;
  transform: translate(0%, 34px);
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dt .item-title-lead-svg .svg-text {
    font-size: 25px;
    text-anchor: start;
    transform: translate(0%, 18px);
  }
}
.beginner-about-description .description-item dt .item-title-lead {
  display: block;
}
.beginner-about-description .description-item dt .item-title-lead .font-blg {
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dt .item-title-lead .font-blg {
    font-size: 25px;
  }
}
.beginner-about-description .description-item dt .item-title-text {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dt .item-title-text {
    margin-top: 5px;
    font-size: 10px;
  }
}
.beginner-about-description .description-item dd {
  margin-top: 5px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dd {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dd br {
    display: none;
  }
}
.beginner-about-description .description-item.worldclass dt .item-title-lead-svg.is-over-expand .mark-1 {
  stop-color: #F00000;
}
.beginner-about-description .description-item.worldclass dt .item-title-lead-svg.is-over-expand .mark-2 {
  stop-color: #C929B7;
}
.beginner-about-description .description-item.worldclass dt .item-title-lead .font-blg {
  background-image: linear-gradient(to right, #F00000 0%, #C929B7 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.beginner-about-description .description-item.exciting dt .item-title-lead-svg.is-over-expand .mark-1 {
  stop-color: #FF7F00;
}
.beginner-about-description .description-item.exciting dt .item-title-lead-svg.is-over-expand .mark-2 {
  stop-color: #FF4686;
}
.beginner-about-description .description-item.exciting dt .item-title-lead .font-blg {
  background-image: linear-gradient(to right, #FF7F00 0%, #FF4686 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.beginner-about-description .description-item.bleague dt .item-title-lead-svg.is-over-expand .mark-1 {
  stop-color: #DB1B9D;
}
.beginner-about-description .description-item.bleague dt .item-title-lead-svg.is-over-expand .mark-2 {
  stop-color: #377BAC;
}
.beginner-about-description .description-item.bleague dt .item-title-lead .font-blg {
  background-image: linear-gradient(to right, #DB1B9D 0%, #377BAC 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

/*# sourceMappingURL=map/common_new2208.css.map */