@charset "UTF-8";
/* top_new2309.css */
/* .site-header {
  transition: .5s;
} */
.site-wrapper {
  background-color: #f2f2f2;
}
.layout-kv {
  width: 100%;
}
.layout-contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 961px) {
  .site-wrapper.page-top {
    padding-top: 43px;
  }
  .site-header {
    border-bottom: 1px solid #fff;
  }
  .layout-contents {
    padding: 0 10px;
    flex-direction: column;
  }
}
.layout-main {
  width: 100%;
  max-width: 910px;
  flex: 1;
  overflow: hidden;
}
.layout-sub {
  width: 300px;
  margin-left: 30px;
  /*幅指定*/
}
@media screen and (max-width: 961px) {
  .layout-sub {
    width: 100%;
    margin-left: 0;
  }
}

.top-section-block {
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 20px;
}

.top-section-block .top-section-head .top-title.after-icon.icon-blank {
  position: relative;
  font-size: 24px;
  padding-right: 25px;
}
.top-section-block .top-section-head .top-title.after-icon.icon-blank:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: 5px;
  transform: translateY(-50%);
  width: 12px;
  height: 11px;
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg);
}

.top-section-block.top-section-block--player > h3,
.top-section-block.top-section-block--club > h3,
.top-section-block.top-section-block--grade > h3,
.top-section-block.top-section-block--ranking > h3,
.top-section-block.top-section-block--video h3,
.top-section-block.top-section-block--game h3,
.top-section-block.top-section-block--schedule .schedule-head,
.top-section-block.original-block > h3 {
  font-size: 24px;
}

.top-section-block--club.club-block h2.section-head {
  padding-left: 0;
}

@media screen and (max-width: 961px) {
  .top-section-block--club.club-block h2.section-head.section-head--center {
    text-align: center;
  }
}

.top-section-block--club.club-block h2.section-head:before {
  display: none;
}

.top-section-block--club.club-block .site-container {
  padding: 0;
}

.top-section-block.top-section-block--video .card .card-body .card-text {
  font-size: 14px;
}

.top-section-block.top-section-block--video .pickup-video-list .pickup-video-item .card .card-body .card-text {
  font-size: 12px;
}

.top-section-block.top-section-block--beginner .pickup-card-list .pickup-card-item .topic-title,
.top-section-block.top-section-block--beginner .pickup-card-list .pickup-card-item .topic-title .link-line {
  font-size: 14px;
}

.top-section-block.top-section-block--beginner .pickup-card-list .pickup-card-item .topic-title .link-line {
  position: relative;
}

.top-section-block--banner {
  padding: 0px;
}

.top-section-block--banner .top-section-block__banner-link img {
  width: 100%;
  border-radius: 10px;
}

.top-section-block__banner-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.top-section-block__banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-section-content {
  margin-top: 20px;
}
.slick-slide {
  float: none;
}
.slider-container {
  margin: 0 -100vw;
}
.kv-slider {
  background-color: #27313c;
  padding: 30px 0;
}
.kv-slider.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.kv-slider .slick-slide {
  padding: 0 8px;
  float: none;
  width: 652px;
}
.kv-slider .slick-track {
  align-items: stretch;
}
.kv-slider .slick-dots {
  bottom: 9px;
}
.kv-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.kv-slider .slick-dots li button {
  width: 8px;
  height: 8px;
}
.kv-slider .slick-dots li button:before {
  font-family: slick;
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #d1d1d6;
  border-radius: 50%;
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.kv-slider .slick-dots li.slick-active button::before {
  background-color: #b21920;
}
.kv-slider .slick-slide {
  position: relative;
  height: auto;
}
.kv-slider .slick-slide img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.kv-slider .slick-slide img.pc-dn {
  display: none;
}
@media screen and (max-width: 641px) {
  /* .top-kv .kv-slider.slick.slick-initialized {
    height: 340px;
  } */
  .kv-slider .slick-slide img.pc-dn {
    display: block;
    aspect-ratio: 1/1;
    /* height: 70%; */
  }
  .top-section-block.top-section-block--beginner .pickup-card-list .pickup-card-item .topic-title,
  .top-section-block.top-section-block--beginner .pickup-card-list .pickup-card-item .topic-title .link-line {
    font-size: 13px;
  }
}
.kv-slider .slick-slide img.sp-dn {
  display: block;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 641px) {
  .kv-slider .slick-slide img.sp-dn {
    display: none;
  }
}
.kv-slider .slick-slide .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 961px) {
  .kv-slider .slick-slide .video-wrapper {
    border-radius: 0;
  }
  .top-section-block--club.club-block .top-section-head {
    justify-content: center;
  }
  .top-section-block {
    margin-bottom: 20px;
  }
  .top-section-block.top-section-block--player > h3,
  .top-section-block .top-section-head.top-section-head--tabCenter {
    justify-content: center;
  }
}
.kv-slider .slick-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.kv-slider .slide-img {
  width: calc(100% - 16px);
  border-radius: 10px;
}
.kv-slider .slide-info {
  display: block;
  width: 100%;
  padding: 15px 10px 5px;
  border-radius: 0 0 10px 10px;
}
.kv-slider .slide-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  max-height: auto;
  overflow: hidden;
}
.kv-slider .slide-desc {
  display: block;
  font-size: 14px;
  color: #27313c;
}
.slick {
  height: 483px;
  position: relative;
}
@media screen and (max-width: 641px) {
  .slick {
    height: 376px;
  }
}
.slick * {
  opacity: 0;
}
.slick::after {
  content: "";
  display: block;
  background-image: url("/files/user/common_new2208/loading_kv.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick.slick-initialized {
  height: auto;
}
.slick.slick-initialized * {
  opacity: 1;
}
.slick.slick-initialized::after {
  content: none;
}
.slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.top-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}
.top-section-head {
  color: #27313c;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-section-head--center {
  justify-content: center;
}

.top-section-head a {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #27313c;
}
.top-section-head a > *:not(span) {
  padding: 0 10px;
}
.top-section-head a > span:not(.font-blg) {
  display: flex;
}
.top-section-head a > span .font-blg {
  padding-top: 0.1em;
}
.top-section-head a > span .link-line {
  padding-bottom: 0;
  vertical-align: top;
}
.top-section-head a .icon-arrow {
  width: 35px;
}
.top-section-head.center a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #27313c;
}
.global-nav-wrapper {
  display: none;
}
@media screen and (max-width: 961px) {
  .top-section-head[data-sp-justify="left"] {
    justify-content: flex-start;
  }
  .top-section-head a > span .link-line {
    font-size: 24px;
  }
  .top-section-head a > span .link-line.font-blg {
    padding-top: 0.13em;
  }
  /* .global-nav.is-fixed {
    transform: translateY(-2px);
  } */
  .global-nav-wrapper {
    display: block;
    height: 69px !important;
    background-color: #fff;
  }
  /* .global-nav-wrapper.is-fixed {
    position: fixed;
  }
  .global-nav-wrapper.is-h0 {
    height: 0 !important;
  } */
}
.pickup-contents-banner {
  display: none;
}
.pickup-contents-banner img {
  width: 100%;
}
.pickup-contents-block {
  padding-top: 40px;
  padding-bottom: 25px;
  /* background-image: url(/v=1660557095/files/user/common_new2208/bg_pickup_contents.webp); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pickup-contents-block .pickup-contents-row {
  margin-left: 10px;
}
@media screen and (max-width: 961px) {
  .pickup-contents-block .pickup-contents-row {
    margin-left: 0;
  }
  .pickup-contents-banner {
    display: block;
    text-align: center;
    background-color: #f2f2f2;
  }
  .pickup-contents-banner img {
    border-radius: 10px;
  }
}
.pickup-contents-block .pickup-contents-row .card-title {
  font-size: 18px;
}
@media screen and (max-width: 961px) {
  .pickup-contents-block .pickup-contents-row .card-title {
    font-size: 14px;
  }
}
.pickup-contents-block .pickup-content-card-blank .card-title-line {
  vertical-align: middle;
}
.pickup-contents-block .pickup-content-card-blank .card-title::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  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;
}
.top-h2 {
  padding: 18px 0;
  background-color: #b21920;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}
@media screen and (max-width: 961px) {
  .top-h2 {
    margin: 0 -5px 20px;
  }
}
.top-h2 > * {
  padding: 0 5px;
}
.top-h2:before {
  content: none;
}
.pickup-card .topic-thumb {
  width: 100%;
  border-radius: 10px;
}
.pickup-card-list[data-col="2"] {
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
}
.pickup-card-list[data-col="2"] .pickup-card-item {
  width: 49%;
  margin-top: 20px;
}
.pickup-card-list[data-col="3"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.pickup-card-list[data-col="3"] .pickup-card-item {
  width: 32.5%;
  margin-top: 20px;
}
.pickup-card-list[data-col="4"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.pickup-card-list[data-col="4"] .pickup-card-item {
  width: 24.2%;
  margin-top: 20px;
}
.pickup-card-list .topic-title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-top: 12px;
  color: #27313c;
}
.pickup-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.pickup-card-list .pickup-card-item:nth-child(n+2) {
  margin-left: 10px;
}
.pickup-card-list .pickup-card-item:nth-child(4n) {
  margin-left: 0;
}
.pickup-card-list .pickup-card-item[data-col="3"] {
  width: 32.5%;
  margin-top: 20px;
}
.pickup-card-list .pickup-card-item[data-col="4"] {
  width: 24.1%;
  margin-top: 20px;
}
@media screen and (max-width: 961px) {
  .pickup-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .pickup-card-list .pickup-card-item {
    margin-left: 0;
  }
  .pickup-card-list .pickup-card-item[data-col="3"],
  .pickup-card-list .pickup-card-item[data-col="4"] {
    width: 48%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.pickup-card-list .topic-title .link-line{
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-top: 12px;
  color: #27313c;
}
.pickup-card-list .topic-title.after-icon.icon-blank{
  position:relative;
}
.pickup-card-list .topic-title.after-icon.icon-blank:after{
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg);
}
@media screen and (max-width: 961px) {
  .pickup-card-list .topic-title {
    font-size: 13px;
  }
  .pickup-card-list .topic-title .link-line{
    font-size: 13px;
  }
  .pickup-card-list .topic-title.after-icon.icon-blank:after{
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 641px) {
  .pickup-card-list .topic-title.after-icon.icon-blank:after {
    right: 5px;
  }
}
.first-blg {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 333px;
  border-radius: 10px;
}
@media screen and (max-width: 961px) {
  .first-blg {
    height: 245px;
  }
}
.first-blg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.first-blg-text .sub-text {
  font-size: 26px;
}
.first-blg-text .main-text {
  font-size: 52px;
}
.first-blg-text img {
  width: 20px;
  margin: 0 auto;
}
.first-blg-text .first-blg-btn {
  min-width: 0;
  background-color: transparent;
  color: #fff;
  margin-top: 10px;
}
.inner-first-blg-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-button-prev {
  left: -10px;
}
.swiper-button-next {
  right: -10px;
}
.pickup-video-block {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #6f102f;
  background: linear-gradient(to bottom right, #10024c 0%, #6f102f 100%);
  background: -moz-linear-gradient(top left, #10024c 0%, #6f102f 100%);
  background: -webkit-linear-gradient(top left, #10024c 0%, #6f102f 100%);
  background: -o-linear-gradient(top left, #10024c 0%, #6f102f 100%);
  background: -ms-linear-gradient(top left, #10024c 0%, #6f102f 100%);
}
.pickup-video-block .top-section-content {
  margin-top: 30px !important;
}
.pickup-video-block .top-section-head {
  color: #fff;
}
.video-area {
  /* //display: flex;
  //margin: 0 -20px; */
}
.video-area iframe {
  width: 100%;
  height: 100%;
}
.video-area .youtube-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.video-list {
  position: relative;
}
.video-list .swiper-wrapper {
  width: 100%;
}
.video-list .swiper-button-prev.swiper-button-disabled,
.video-list .swiper-button-next.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 961px) {
  .video-list .swiper-button-prev,
  .video-list .swiper-button-next {
    display: block;
  }
}
.video-list .video-item {
  width: 350px;
  height: auto;
  cursor: pointer;
}
.video-list .video-item.is-playing .card-img:before {
  content: "";
  display: block;
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 70%;
  z-index: 5;
}
.video-list .video-item.is-playing .card-img:after {
  content: "Now playing";
  font-size: 12px;
  font-family: "bleagueFont";
  color: #fff;
  background-color: #b21920;
  padding: 5px 10px;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
}
.video-list .video-item .card {
  color: #fff;
}
.video-list .video-item .card-img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
.video-list .video-item .card-img .icon-youtube {
  width: 24px;
  height: 24px;
}
.video-list .video-item .card-body {
  width: auto;
  flex-grow: 1;
}
.video-list .video-item .card-date {
  color: inherit;
}
.video-list .video-item .card-text {
  color: inherit;
}
.video-list .video-item .card-title-line {
  background-image: linear-gradient(#fff, #fff);
}
.playing-video {
  width: calc(100% - 610px);
  padding: 0 20px;
}
@media screen and (max-width: 961px) {
  .playing-video {
    padding: 0 10px;
  }
}
.playing-video-inner {
  position: relative;
  padding-bottom: 56.25%;
}
.playing-video-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.playing-video .card .card-body .card-date {
  color: #ffffff;
}
.playing-video .card .card-body .card-text .card-title-line {
  color: #ffffff;
  background-image: linear-gradient(#fff, #fff);
}
.top5-plays {
  position: absolute;
  width: 84px;
  height: 95px;
  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;
}
.top5-plays-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.top5-plays-text > span {
  font-size: 18px;
}
.icon-youtube {
  position: absolute;
  bottom: 5px;
  left: 6px;
}
.magazine-slider {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .magazine-slider {
    width: 100%;
    padding: 0;
    left: 0;
    overflow: hidden;
  }
}
.magazine-slider-item.swiper-slide,
.original-slider-item.swiper-slide {
  display: flex;
  width: 283px;
  min-width: 283px;
  max-width: 283px;
  height: auto;
  float: none;
}
@media screen and (max-width: 641px) {
  .magazine-slider-item.swiper-slide,
  .original-slider-item.swiper-slide {
    width: auto;
    min-width: 170px;
    max-width: 170px;
  }
}
.magazine-slider-item.swiper-slide:last-child,
.original-slider-item.swiper-slide:last-child {
  margin-right: 0;
}
.magazine-slider-item.swiper-slide .card,
.original-slider-item.swiper-slide .card {
  width: 100%;
}
.magazine-slider-item.swiper-slide .card-body .tag-list,
.original-slider-item.swiper-slide .card-body .tag-list {
  margin-top: auto;
}
.magazine-slider .swiper-button-prev,
.magazine-slider .swiper-button-next {
  top: calc(50% - 55px);
}
@media screen and (max-width: 641px) {
  .magazine-slider .swiper-button-prev,
  .magazine-slider .swiper-button-next {
    top: calc(50% - 60px) !important;
  }
}

.clubevent-slider {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .clubevent-slider {
    width: 100%;
    padding: 0;
    left: 0;
  }
}

.clubevent-slider-item.swiper-slide {
  display: flex;
  width: 283px;
  min-width: 283px;
  max-width: 283px;
  height: auto;
  float: none;
}
@media screen and (max-width: 641px) {
  .clubevent-slider-item.swiper-slide {
    width: auto;
    min-width: 170px;
    max-width: 170px;
  }
}
.clubevent-slider-item.swiper-slide:last-child {
  margin-right: 0;
}
.clubevent-slider-item.swiper-slide .card {
  width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 641px) {
  .clubevent-slider-item.swiper-slide .card {
    max-height: 186px;
  }
}
.clubevent-slider-item.swiper-slide .card-body {
  max-height: 100%;
}
.clubevent-slider-item.swiper-slide .card-body-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.clubevent-slider-item.swiper-slide .card-body-head .event-club {
  font-size: 14px;
  color: #27313c;
  font-weight: bold;
}
.clubevent-slider-item.swiper-slide .card-body-head .event-club img {
  max-width: 30px;
  height: auto;
  margin-right: 3px;
}
.clubevent-slider-item.swiper-slide .card-body .card-title {
  font-weight: normal;
}
.clubevent-slider-item.swiper-slide .card .card-img {
  position: relative;
  transform: translateZ(1px);
}
.clubevent-slider-item.swiper-slide .card[data-label="new"] .card-img::before {
  content: "";
  position: absolute;
  border-radius: 0 0 0 10px;
  width: 50px;
  border-bottom: 25px solid #b21920;
  border-right: 7px solid transparent;
  top: 0;
  left: 0;
  transform: scale(1, -1);
}
.clubevent-slider-item.swiper-slide .card[data-label="new"] .card-img::after {
  content: "NEW";
  position: absolute;
  font-family: "bleagueFont", sans-serif;
  font-size: 14px;
  color: #fff;
  z-index: 10;
  top: 5px;
  left: 11px;
}
.clubevent-slider-item.swiper-slide .card[data-label="end"] .card-img::before {
  content: "";
  position: absolute;
  border-radius: 0 0 0 10px;
  width: 75px;
  border-bottom: 25px solid #27313c;
  border-right: 7px solid transparent;
  top: 0;
  left: 0;
  transform: scale(1, -1);
}
.clubevent-slider-item.swiper-slide .card[data-label="end"] .card-img::after {
  content: "終了しました";
  position: absolute;
  font-size: 10px;
  color: #fff;
  z-index: 10;
  top: 5px;
  left: 9px;
}
.clubevent-slider .swiper-button-prev,
.clubevent-slider .swiper-button-next {
  top: calc(50% - 45px);
}
@media screen and (max-width: 641px) {
  .clubevent-slider .swiper-button-prev,
  .clubevent-slider .swiper-button-next {
    top: calc(50% - 50px) !important;
  }
}

.schedule-result-block .slick-next {
  right: 25px;
}
.schedule-result-block .slick-prev {
  left: 25px;
}
.schedule-result-block .schedule-date-picker {
  margin-top: 20px;
}
.schedule-result-block .schedule-date-picker-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 641px) {
  .schedule-result-block .schedule-date-picker-wrapper {
    padding: 0;
  }
}
.schedule-result-block .schedule-date-picker .date-item-link {
  color: #27313c;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.schedule-result-block
  .schedule-date-picker
  .date-item-link
  .date-item-link-line {
  padding-bottom: 0.25em;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background 0.4s;
}
.schedule-result-block
  .schedule-date-picker
  .date-item-link
  .date-item-link-line
  span {
  font-weight: bold;
  font-size: 16px;
}
.schedule-result-block
  .schedule-date-picker
  .date-item-link
  .date-item-link-line
  span.schedule-date {
  font-size: 20px;
}
.schedule-result-block
  .schedule-date-picker
  .date-item-link:hover
  .date-item-link-line {
  background-size: 100% 1px;
}
.schedule-result-block .schedule-date-picker .date-item {
  text-align: center;
}
@media screen and (max-width: 641px) {
  .schedule-result-block .schedule-date-picker .date-item {
    width: 33.3333333333%;
  }
}
.schedule-result-block
  .schedule-date-picker
  .date-item.is-current
  .date-item-link {
  color: #b21920;
}
.schedule-result-block
  .schedule-date-picker
  .date-item.is-current
  .date-item-link
  .date-item-link-line {
  background: linear-gradient(#b21920, #b21920) 0 100%/0 1px no-repeat;
}
.schedule-result-block
  .schedule-date-picker
  .date-item.is-current
  .date-item-link
  .date-item-link-line
  span {
  font-size: 18px;
}
.schedule-result-block
  .schedule-date-picker
  .date-item.is-current
  .date-item-link
  .date-item-link-line
  span.schedule-date {
  font-size: 24px;
}
.schedule-result-block
  .schedule-date-picker
  .date-item.is-current
  .date-item-link:hover
  .date-item-link-line {
  background-size: 100% 1px;
}
.schedule-result-block .schedule-date-picker .schedule-date-picker-btn {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
}
.schedule-result-block .schedule-date-picker .schedule-date-picker-btn img {
  width: 100%;
}
.schedule-result-block .schedule-date-picker .schedule-date-picker-btn.prev {
  left: 0;
  transform: translate(0, -50%);
}
.schedule-result-block .schedule-date-picker .schedule-date-picker-btn.next {
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
}
.league-tab-list {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  background-color: #fff;
}
.league-tab-list > li {
  width: 33.3333333333%;
  max-width: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #c4c4c4;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  color: #c4c4c4;
  position: relative;
}
.league-tab-list > li:first-child {
  border: none;
}
.league-tab-list > li.is-active {
  color: #b21920;
}
.league-tab-list > li.is-active:after {
  content: "";
  background-image: url(/v=1660557135/files/user/common_new2208/icon_leaguetab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 49px;
  height: 11px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.schedule-result-list {
  margin-top: 25px;
}
.schedule-result-list .btn {
  position: relative;
  min-width: 125px !important;
  padding: 7px 30px;
  font-size: 12px;
}
.schedule-result-list .btn:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.schedule-result-list .btn.is-live {
  border-color: #b21920;
  color: #b21920;
  padding-right: 30px;
}
.schedule-result-list .btn.is-live:after {
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557149/files/user/common_new2208/icon_tab_red.svg);
}
.schedule-result-list .btn.is-chicket {
  background-color: #b21920;
  border-color: #b21920;
  color: #fff;
  padding-right: 30px;
}
.schedule-result-list .btn.is-chicket:after {
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557149/files/user/common_new2208/icon_tab_white.svg);
}
.schedule-result-list .btn.is-prepare {
  background-color: #f2f2f2;
  color: #c4c4c4;
  border-color: #f2f2f2;
  cursor: not-allowed;
}
.schedule-result-list .inner-item-top {
  display: flex;
  align-items: center;
  margin: 0 -3px;
  font-size: 10px;
}
.schedule-result-list .inner-item-top > * {
  padding: 0 6px;
}
.schedule-result-list .team-logo {
  width: 40px;
  position: relative;
}
.schedule-result-list .team-logo.is-home:after {
  content: "HOME";
  font-size: 10px;
  padding: 5px 0;
  color: #b21920;
  background-color: #f2f2f2;
  width: 32px;
  text-align: center;
  border-radius: 30px;
  font-family: "bleagueFont";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.schedule-result-list .team-logo.is-away:after {
  content: "AWAY";
  font-size: 10px;
  padding: 5px 0;
  color: #27313c;
  background-color: #f2f2f2;
  width: 32px;
  text-align: center;
  border-radius: 30px;
  font-family: "bleagueFont";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.schedule-result-list .center,
.schedule-result-list .game-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.schedule-result-list .text-link {
  color: #0148a8;
}
.schedule-result-list .text-link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-image: url(/v=1660557150/files/user/common_new2208/icon_top_textlink.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.schedule-result-list .score {
  font-size: 28px;
  font-weight: bold;
  color: #c4c4c4;
}
.schedule-result-list .score.is-win {
  color: #27313c;
}
.top-ranking-area{
  display:none;
}
.top-ranking-area-tab{
  display: flex;
}
@media screen and (max-width: 961px) {
  .top-ranking-area{
    display:block;
  }
  .top-ranking-area-tab{
    display: none;
  }
}
.ranking-block .top-section-head {
  font-size: 24px;
  justify-content: center;
}
.ranking-block .tab-wrapper .tab {
  background-color: #fff;
}
.ranking-block .top-section-content {
  margin-top: 20px;
}
.ranking-block .top-section-content + .top-section-content {
  margin-top: 50px;
}
.standings-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.standings-block-item {
  padding: 0 5px;
}
.standings-block.center {
  justify-content: center;
}
@media screen and (max-width: 961px) {
  .standings-block.center {
    justify-content: flex-start;
  }
}
.standings-text {
  display: table;
  font-size: 10px;
}
.standings-text span:first-child {
  display: table-cell;
  padding-right: 7px;
  white-space: nowrap;
}
.standings-text span:first-child img {
  max-width: 13px;
  height: auto;
}
.standings-text span:last-child {
  display: table-cell;
  vertical-align: middle;
  padding-top: 2px;
}
.js-standings-swiper-top .swiper-wrapper {
  justify-content: flex-start;
  width: 100%;
}
.js-standings-swiper-top .swiper-wrapper .swiper-slide {
  max-width: 350px;
  width: 100%;
  padding: 0;
}
.tournament-block {
  margin: 20px auto;
}

.tournament-block-ttl {
  margin-bottom: 20px;
  padding: 0;
}

.tab .tab-btn.font-blg {
  font-size: 18px;
}

@media screen and (max-width: 961px) {
  .tournament-block-item {
    width: 100vw;
  }
}

@media screen and (max-width: 641px) {
  .tournament-block {
    overflow: hidden;
  }

  .tab .tab-btn.font-blg {
    font-size: 20px;
  }
}

.bg-ranking {
  background-image: url(/v=1660557182/files/user/common_new2208/bg_ranking_sp.webp);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.grade-area {
  display: block;
}
.grade-area .grade {
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
}
.grade-area .grade:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.grade-area .grade:first-child {
  width: 100%;
}
.grade-area .grade:nth-child(n + 2) {
  width: 100%;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.grade-title {
  margin: 16px 0px 24px 0px;
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.grade-title .font-blg {
  font-size: 20px;
  padding-left: 20px;
}
.grade-title .link::after {
  width: 14px;
  height: 12px;
}
.grade-list {
}
.grade-list .grade-item-inner {
  position: relative;
  display: flex;
  color: #27313c;
}
.grade-list .grade-item-inner:hover .link-line {
  background-size: 100% 1px;
}
.grade-list .grade-img {
  align-self: flex-end;
  flex-shrink: 0;
  width: 50%;
  height: 150px;
  max-width: 145px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.grade-list .grade-img > img {
  height: 100%;
  object-fit: contain;
}

.grade-list .grade-text {
  -ms-grid-row-align: center;
  align-self: center;
  flex-grow: 1;
  z-index: 1;
}
.grade-list .grade-rank {
  font-size: 18px;
  display: flex;
  align-items: baseline;
}
.grade-list .grade-rank > .rank-num {
  font-size: 22px;
  line-height: 0.9;
}
.grade-list .player-position {
  display: block;
  margin-top: 5px;
  color: #6f7e90;
  font-size: 10px;
}
.grade-list .team {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  height: 30px;
}
.grade-list .team .team-logo {
  width: 30px;
}
.grade-list .team .team-name {
  margin-left: 10px;
  font-size: 10px;
}
.grade-list .score {
  font-weight: bold;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.grade-list .score .score-num {
  color: #b21920;
  font-size: 26px;
  line-height: 0.9;
}
.grade-list .score .score-unit {
  font-size: 19px;
}
.grade-list > li {
  position: relative;
  padding: 4px 8px;
  background-color: rgba(255, 255, 255, 0.8);
}

.grade-list > li:not(:last-child){
  margin-bottom: 8px;
}

.grade-list > li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 100%;
  background-repeat: no-repeat;
}

.grade-list > li:nth-child(n + 2) .grade-text {
  display: flex;
}

.grade-list > li:nth-child(n + 2) .grade-text .grade-rank {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-right: 8px;
}

.grade-list > li:nth-child(n + 2) .grade-text .score {
  margin-left: auto;
}

/* .grade-list > li:nth-child(2)::before {
  background-image: url(/v=1660557094/files/user/common_new2208/bg_grade2.svg);
  background-size: 92px 185px;
  background-position: left 65px top -20px;
  background-position-x: 85px;
}
.grade-list > li:nth-child(3)::before {
  background-image: url(/v=1660557095/files/user/common_new2208/bg_grade3.svg);
  background-size: 92px 185px;
  background-position: left 65px top -5px;
  background-position-x: 85px;
}
.grade-list > li.emphasis a::before {
  background-image: url(/v=1660557094/files/user/common_new2208/bg_grade1.svg);
  background-size: 98px 210px;
  background-position: right 28px top 0px;
} */
.grade-list > li.emphasis .grade-rank {
  position: absolute;
  top: -28px;
}

.grade-list > li.emphasis .grade-rank .rank-num{
  font-size: 36px;
}

.grade-list > li.emphasis .grade-rank .rank-text{
  font-size: 20px;
}

.grade-list > li.emphasis .grade-item-inner {
  flex-direction: row-reverse;
}
.grade-list > li.emphasis .grade-img {
  width: 50%;
  max-width: 160px;
}
.grade-list > li.emphasis .grade-text {
  margin-right: 5px;
  margin-left: 0;
  position: relative;
}
.grade-list > li.emphasis .player-position {
  margin-top: 3px;
  font-size: 12px;
}
.grade-list > li.emphasis .score .score-num {
  font-size: 50px;
}
.grade-list > li.emphasis .score .score-unit {
  font-size: 20px;
}
.grade-list > li.emphasis + li.emphasis {
  margin-top: 20px;
}
.grade-list > li.emphasis + li.emphasis .grade-text {
  display: block;
}
.grade-list > li.emphasis + li.emphasis .grade-text .grade-rank {
  margin-right: 0;
}
.video-block {
  padding-bottom: 45px;
}
.video-block .pickup-video {
  align-items: flex-start;
  display: flex;
}
.video-block .pickup-video > * {
  width: 50%;
}
@media screen and (max-width: 961px) {
  .video-block .pickup-video > * {
    width: 100%;
    padding: 0;
  }
  .video-block .fw-list {
    margin-bottom: 0;
    margin-left: 0;
    height: auto;
  }
}
.video-block > .pickup-video-list > .pickup-video-item {
  width: 50%;
  padding: 0 10px;
}
.pickup-video-item {
  max-width: 209px;
  margin-bottom: 10px;
}
.pickup-video-list .pickup-video-item:first-child,
.pickup-video-list .pickup-video-item:nth-child(2) {
  margin-top: 0;
}
.pickup-video-list .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
}
.pickup-video-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 961px) {
  .pickup-video-list {
    margin: 15px 0 0 0;
  }
}
.video-block h4 > a {
  font-size: 18px;
  font-weight: bold;
  color: #27313c;
}
.video-block .top-section-content + .top-section-content {
  margin-top: 40px;
}
@media screen and (max-width: 961px) {
  .video-block .top-section-content + .top-section-content {
    margin-top: 30px;
  }
}
.pickup-video-list .pickup-video-item a {
  color: #27313c;
}
.pickup-video-list .swiper-button-prev,
.pickup-video-list .swiper-button-next,
.pickup-video-list .swiper-button-prev.swiper-button-disabled,
.pickup-video-list .swiper-button-next.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 961px) {
  .pickup-video-list .swiper-button-prev,
  .pickup-video-list .swiper-button-next {
    display: block;
  }
}
.feature-video-text .card-text {
  font-size: 18px;
}
@media screen and (max-width: 961px) {
  .feature-video-text .card-text {
    font-size: inherit;
  }
}
.video-thumb {
  display: block;
  position: relative;
}
.game-swiper {
  margin-top: 15px;
}
.game-swiper .swiper-slide {
  width: 320px;
}
.game-swiper .game-info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #27313c;
  margin: 10px -5px 0;
}
.game-swiper .game-info > span {
  display: block;
  padding: 0 5px;
}
.game-swiper .game-info .score {
  font-size: 20px;
  color: #c4c4c4;
}
.game-swiper .game-info .score.is-win {
  color: #27313c;
}
.game-swiper .game-info .vs {
  font-size: 11px;
  color: #c4c4c4;
}
.game-swiper .game-info .team-name {
  font-size: 12px;
  font-weight: normal;
}
.game-swiper .game-info .team-logo {
  display: flex;
  width: 30px;
}
.game-swiper .game-info .team-logo > img {
  width: 100%;
}
.game-swiper .swiper-button-prev,
.game-swiper .swiper-button-next {
  top: calc(50% - 50px);
  transform: translateY(0);
}
.game-swiper .video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.game-swiper .video > img {
  width: 100%;
}
.game-swiper iframe {
  width: 100%;
}
.game-swiper .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;
}
.game-swiper .game-hightliight-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.game-swiper .game-hightliight-text span {
  font-size: 34px;
}
.game-swiper .icon-youtube {
  width: 25px !important;
  position: absolute;
  bottom: 5px;
  left: 6px;
}
@media screen and (max-width: 641px) {
  .game-swiper .swiper-button-prev,
  .game-swiper .swiper-button-next {
    top: calc(50% - 40px);
    transform: translateY(0);
  }
}
.live-swiper {
  margin-top: 15px;
}
.live-swiper .swiper-slide {
  width: 220px;
}
.live-swiper .swiper-button-prev,
.live-swiper .swiper-button-next {
  top: calc(50% - 50px);
  transform: translateY(0);
}
.banner-block {
  background-color: #0b2338;
  padding: 20px 0;
}
@media screen and (max-width: 961px) {
  .banner-block {
    margin-top: 30px;
  }
  .banner-block + .top-section-information-block {
    margin-top: 0;
  }
}
.banner-content {
  display: flex;
  margin: 0 -20px;
}
.banner-content > * {
  width: 50%;
  padding: 0 20px;
}
.banner-img {
  background-color: #1c2c39;
  border-radius: 10px;
  overflow: hidden;
}
.apple-download,
.google-download {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.banner-img img {
  width: 100%;
}
.goods-block {
  padding-top: 70px;
}
.goods-block .top-section-head {
  font-size: 28px;
}
.goods-slider-item.swiper-slide {
  display: flex;
  width: 224px;
  min-width: 224px;
  max-width: 224px;
  height: auto;
}
.goods-slider-item.swiper-slide > a {
  display: block;
  color: #27313c;
}
.goods-slider-item.swiper-slide > a img {
  width: 100%;
}
@media screen and (max-width: 641px) {
  .goods-slider-item.swiper-slide {
    width: auto;
    min-width: 170px;
    max-width: 170px;
  }
}
.goods-price {
  font-size: 10px;
}
.goods-price .font-blg {
  font-size: 18px;
  font-weight: bold;
}
.goods-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
  margin-top: 10px;
}
.goods-desc > * {
  padding: 0 10px;
}
.goods-desc .icon-blank {
  width: 32px;
}
.goods-desc .icon-blank > img {
  width: 100%;
}
.news-block h4 {
  font-size: 18px;
  font-weight: bold;
}
.news-block .tag-list {
  flex-shrink: 0;
}
.news-block .tag-list > li {
  margin-top: 0;
}
.news-block .news-title {
  color: #27313c;
  padding-right: 20px;
}
.news-list > li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
}
.news-list > li:first-child {
  border-top: 1px solid #f2f2f2;
}
.news-list > li:last-child {
  border-bottom: none;
}
.news-list.news-media-list {
  border-top: 1px solid #f2f2f2;
  display: flex;
  flex-wrap: wrap;
}
.news-list.news-media-list > li {
  width: 49%;
  padding: 0;
}
.news-list.news-media-list > li:nth-child(odd) {
  margin-right: 15px;
}
.news-list.news-media-list > li:first-child {
  border-top: none;
}
.news-list.news-media-list > li:nth-child(5) {
  border-bottom: none;
}
.news-list.news-media-list > li > a {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.news-list.news-media-list .news-link:hover .link-line {
  background-size: 100% 1px;
}
@media screen and (max-width: 1120px) {
  .news-list.news-media-list > li {
    width: 48%;
  }
}
.news-list .news-date {
  width: 70px;
  color: #b21920;
}
.news-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 70px);
  padding-left: 25px;
}
.news-content.news-media-content {
  align-items: flex-start;
}
.news-content.news-media-content .news-media-wrap .news-title {
  padding-right: 0;
  font-weight: bold;
}
.news-content.news-media-content .tag-list .news-date {
  width: auto;
}
.news-content.news-media-content .tag-list {
  align-items: center;
}
.news-media-wrap .tag-list {
  margin-top: 5px;
}
.news-img {
  flex: 0 0 190px;
}
.news-img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.clubnews-swiper .clubnews-slider-item {
  width: 207px;
  border-left: 1px solid #f2f2f2;
  padding: 20px 20px 10px;
}
.clubnews-swiper .clubnews-slider-item:first-child {
  border: none;
}
.clubnews-swiper .clubnews-slider-item > a {
  color: #27313c;
}
.clubnews-swiper .clubnews-title {
  font-weight: bold;
  margin-top: 15px;
}
.clubnews-swiper .clubnews-text {
  font-size: 12px;
  margin-top: 5px;
}
.clubnews-swiper .clubnews-date {
  display: block;
  font-size: 13px;
  margin-top: 8px;
}
.clubnews-swiper .clubnews-icon {
  width: 80px !important;
  display: block;
  margin: 0 auto;
}
.clubnews-swiper .icon-tab {
  display: block;
  width: 12px !important;
  margin: 5px 0 0 auto;
}
.information-block {
  padding: 70px 20px 0;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 20px;
}
.information-block .top-section-content {
  max-width: 1240px;
  margin: 0 auto;
}
.information-block .top-section-head {
  font-size: 30px;
}
.information-block .info-swiper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: visible;
}
.information-block .info-swiper .swiper-wrapper .swiper-slide .card .card-thumb.card-thumb-aspect-ajust {
  aspect-ratio: 40/21;
}
.information-block .swiper-wrapper {
  width: 100%;
}
.information-block .swiper-slide {
  width: calc(25% - 15px);
}
.partners-block {
  background-color: #f2f2f2;
  padding: 60px 0 60px;
  margin-top: 60px;
}
.partners-block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}
.partners {
  max-width: 960px;
  margin: 0 auto;
}
.partners .card {
  height: 100%;
}
.partners .card-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 45px;
}
.partners .card-date {
  color: #6f7e90;
  font-size: 11px;
}
.partners-companies .grid-row {
  justify-content: center;
}
@media screen and (max-width: 961px) {
  .partners-companies .grid-row[data-gap="lg"] {
    margin: -20px -10px 0;
  }
  .partners-companies .grid-row[data-gap="lg"] > [class*="grid-col"] {
    margin-top: 20px;
    padding: 0 10px;
  }
}
.partner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.partner-list.companies-top {
  margin: 0 -8px;
}
.partner-list.companies-top > li {
  padding: 0 8px;
}
.partner-list.companies-bottom {
  margin: 0 -8px;
}
.partner-list.companies-bottom > li {
  padding: 0 8px;
}
.partner-list > li {
  text-align: center;
  margin-top: 20px;
}
.partner-list > li img {
  vertical-align: middle;
}
@media screen and (max-width: 961px) {
  .league-tab-list li {
    font-size: 18px;
  }
  .pickup-contents.sp-padding {
    padding-top: 28px;
  }
  .kv-slider {
    padding: 10px 0 30px 0;
  }
  .kv-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .kv-slider .slick-slide {
    padding: 0 6px;
  }
  .kv-slider .slick-slide-img {
    width: 100%;
    border-radius: 10px;
  }
  .kv-slider .slide-info {
    width: 100%;
    left: 6px;
  }
  .kv-slider.test .slick-slide {
    padding: 0 2px;
  }
  .kv-slider.test .slick-slide img {
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .kv-slider.test .slide-info {
    width: calc(100% - 4px);
    left: 2px;
  }
  .kv-slider .slide-title {
    font-size: 14px;
    max-height: 16.8px;
  }
  .kv-slider .slide-desc {
    font-size: 12px;
  }
  .kv-slider .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .kv-slider .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .kv-slider .slick-dots li button::before {
    width: 6px;
    height: 6px;
  }

  /* Floating Menu */
  .floating-menu {
    padding: 2px 0px;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.2s cubic-bezier(0, 0, 0.26, 1);
  }

  .floating-menu .is-active .nav-item-text {
    font-weight: bold;
    color: #b21920;
  }

  .floating-menu li {
    display: flex;
    flex-shrink: 1;
    min-width: 70px;
    height: 65px;
    align-items: center;
    justify-content: center;
  }

  .floating-menu li .list-item-icon {
    width: 24px;
    height: 24px;
  }

  .floating-menu .floating-menu-swiper {
    opacity: 1;
    z-index: 100;
  }

  .floating-menu .floating-menu-swiper.is-fixed {
    width: 100%;
    padding: 2px 0px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  }

  /**/

  .pickup-video-block {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .pickup-video-block .top-section-head {
    font-size: 22px;
    text-align: center;
  }
  .pickup-video-block .top-section-content {
    margin-top: 25px !important;
  }
  .pickup-contents-block {
    padding: 0 0 30px;
  }
  .pickup-video {
    flex-direction: column;
    margin: 0;
  }
  .pickup-video > * {
    width: 100%;
    padding: 0;
  }
  .pickup-video .topic-title {
    font-size: 14px;
  }
  .video-area {
    flex-direction: column;
  }
  .video-area > * {
    width: 100%;
  }
  .video-area .video-list {
    display: flex;
    margin: 20px 0 0;
  }
  .video-area .video-list .swiper-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    flex-direction: row;
  }
  .video-area .video-list .video-item {
    width: 250px;
    margin-top: 0;
  }
  .video-area .video-list .video-item.is-playing .card-img:before {
    width: 100%;
    left: 0;
  }
  .top5-plays {
    left: 0;
  }
  .magazin-swiper {
    margin-top: 25px;
  }
  .magazin-swiper .swiper-slide {
    width: 170px;
  }
  .magazin-swiper .swiper-desc {
    font-size: 12px;
  }
  .tag-list li {
    margin-top: 10px;
  }
  .club-block,
  .ranking-block,
  .schedule-result-block {
    padding: 20px 10px;
  }
  .schedule-result-block .schedule-date-picker .date-item .date-item-link {
    padding: 0;
  }
  .schedule-result-block
    .schedule-date-picker
    .date-item
    .date-item-link
    .date-item-link-line
    span {
    font-size: 10px;
  }
  .schedule-result-block
    .schedule-date-picker
    .date-item
    .date-item-link
    .date-item-link-line
    span.schedule-date {
    font-size: 14px;
  }
  .schedule-result-block
    .schedule-date-picker
    .date-item.is-current
    .date-item-link
    .date-item-link-line
    span {
    font-size: 12px;
  }
  .schedule-result-block
    .schedule-date-picker
    .date-item.is-current
    .date-item-link
    .date-item-link-line
    span.schedule-date {
    font-size: 16px;
  }
  .schedule-result-block .schedule-date-picker .schedule-date-picker-btn.prev {
    left: -15px;
  }
  .schedule-result-block .schedule-date-picker .schedule-date-picker-btn.next {
    right: -15px;
  }
  .schedule-result-swiper {
    margin-top: 0;
  }
  .schedule-result-swiper .inner-item-top {
    justify-content: space-between;
  }
  .schedule-result-swiper .btn {
    min-width: 182px !important;
  }
  /* .schedule-result-swiper .swiper-wrapper {
    margin-left: -10px;
  } */
  .schedule-result-swiper .schedule-result-item {
    border: none;
    border-bottom: 1px solid #c4c4c4;
    padding: 20px 0;
    margin: 0 10px;
  }
  .schedule-result-swiper .schedule-result-item:first-child {
    border-bottom: 1px solid #c4c4c4;
  }
  .ranking-block .top-section-content + .top-section-content {
    margin-top: 40px;
  }
  .ranking-area {
    flex-direction: column;
  }
  .ranking-area .team .team-logo {
    width: 20px;
  }
  .ranking-table {
    width: 100%;
  }
  .ranking-table + .ranking-table {
    margin-top: 15px;
  }
  .ranking-title{
    margin-top: 20px;
  }
  .video-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .video-block .pickup-video-list {
    margin: 15px 0 0 -10px;
  }
  .video-block .pickup-video-list .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .video-block .pickup-video-list .pickup-video-item {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .video-block .pickup-video-list .pickup-video-item:first-child,
  .video-block .pickup-video-list .pickup-video-item:nth-child(2) {
    margin-top: 0;
  }
  .video-block .pickup-video-list .pickup-video-item {
    padding-left: 10px;
  }
  .video-block .pickup-video-list .slick-track {
    margin: 0 -5px;
  }
  .video-block .pickup-video-list .slick-slide {
    padding: 0 5px;
  }
  .goods-block {
    padding-top: 40px;
  }
  .goods-list {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .goods-list > li {
    width: 100%;
    padding: 0;
  }
  .goods-list > li + li {
    margin-top: 20px;
  }
  .goods-list > li > a {
    display: flex;
  }
  .goods-list .goods-img {
    width: 80px;
    height: 80px;
  }
  .goods-list .goods-img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .goods-list .goods-info {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
  .goods-list .goods-desc {
    margin-top: 15px;
    margin-right: 0;
  }
  .news-block {
    padding-top: 20px;
  }
  .news-block .top-section-content {
    margin-top: 25px !important;
  }
  .news-list > li {
    align-items: flex-start;
  }
  .news-list .tag-list > li {
    margin-top: 10px;
  }
  .news-list.news-media-list {
    display: block;
  }
  .news-list.news-media-list > li {
    width: 100%;
  }
  .news-list.news-media-list > li:nth-child(odd) {
    margin-right: 0;
  }
  .news-list.news-media-list > li:nth-child(5) {
    border-bottom: 1px solid #f2f2f2;
  }
  .news-content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }
  .news-content.news-media-content {
    padding: 0;
  }
  .news-content.news-media-content .news-title {
    padding-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-content.news-media-content .tag-list {
    margin-top: 3px;
  }
  .news-content.news-media-content .tag-list > li {
    margin-top: 0;
  }
  .news-content.news-media-content .tag-list > li:last-child {
    margin-top: 5px;
  }
  .news-img {
    margin-right: 15px;
  }
}
@media screen and (max-width: 641px) {
  .schedule-result-block .schedule .date-picker {
    margin: 0;
  }
  .kv-slider .slick-slide {
    width: 312px;
  }
  .news-img {
    flex: 0 0 160px;
  }
}
@media screen and (max-width: 961px) and (max-width: 641px) {
  .information-block .swiper-slide {
    width: 170px;
  }
}
@media screen and (max-width: 961px) {
  .information-list {
    flex-wrap: wrap;
  }
  .information-list > li {
    width: 50%;
    margin-top: 15px;
  }
  .information-list > li:first-child,
  .information-list > li:nth-child(2) {
    margin-top: 0;
  }
  .information-list .information-text {
    font-size: 12px;
    margin-top: 10px;
  }
  .schedule-result-block .schedule .date-picker-swiper .date-picker-swiper-side .swiper-slide {
    padding: 12px 12px 12px 0;
  }
}
@media screen and (max-width: 961px) {
  .banner-app {
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px 30px 0;
  }
}
@media screen and (max-width: 961px) {
  .banner-content {
    flex-direction: column;
  }
  .banner-content > * {
    width: 100%;
  }
}
@media screen and (max-width: 961px) {
  .banner-img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 961px) {
  .apple-download,
  .google-download {
    justify-content: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 961px) {
  .information-block {
    padding-top: 40px;
  }
  .information-block .top-section-head {
    font-size: 24px;
  }
}
@media screen and (max-width: 961px) {
  .partners-block {
    padding: 30px 10px 0;
    margin-top: 30px;
  }
  .partners-block .top-section-head {
    font-size: 24px;
  }
}
.champion-title {
  font-size: 14px;
  color: #6f7e90;
  margin-bottom: -5px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 641px) {
  .champion-title {
    font-size: 12px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 15px;
  }
}
.news-important {
  margin-top: -30px;
}
@media screen and (max-width: 961px) {
  .news-important {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.top-news {
  background-color: #f2f2f2;
}
/* -----------------
  access_ranking
--------------------- */
.access_player_title {
  text-align: left;
  font-size: 20px;
  font-family: "bleagueFont", sans-serif;
}
.access_player_inner {
  margin: 0 auto;
  position: relative;
  width: 150px;
}
.player-tab-button,
.video-tab-button {
  display: none;
}
@media screen and (max-width: 961px) {
  .access_player_title {
    text-align: center;
  }
  .access_player_inner {
    width: 120px;
  }
  .player-tab-button,
  .video-tab-button {
    margin-top: 20px;
    text-align: center;
    display: block;
  }
}
.access_player_img img {
  width: 100%;
}
.access_bg_num {
  width: 130px;
  position: absolute;
  opacity: 0.2;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.access-ranking {
  margin-top: 20px;
}
.access-ranking img {
  width: 100%;
  height: auto;
}
.access-ranking ul li.swiper-slide {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
  height: auto;
}
@media screen and (max-width: 961px) {
  .access-ranking ul li.swiper-slide {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
}
.access-ranking ul li.swiper-slide a {
  width: 100%;
}
.access-ranking .access_player_rank {
  color: #000;
  position: absolute;
  top: 0;
  font-family: "bleagueFont", sans-serif;
  font-size: 30px;
}
.access-ranking .access_player_rank::after {
  content: "TH";
  color: #000;
  font-family: "bleagueFont", sans-serif;
  font-size: 20px;
}
.access-ranking .access_player_rank[data-rank="1"] {
  color: #9b110c;
}
.access-ranking .access_player_rank[data-rank="1"]::after {
  content: "ST";
  color: #9b110c;
  font-family: "bleagueFont", sans-serif;
  font-size: 20px;
}
.access-ranking .access_player_rank[data-rank="2"] {
  color: #000;
}
.access-ranking .access_player_rank[data-rank="2"]::after {
  content: "ND";
  color: #000;
  font-family: "bleagueFont", sans-serif;
  font-size: 20px;
}
.access-ranking .access_player_rank[data-rank="3"] {
  color: #000;
}
.access-ranking .access_player_rank[data-rank="3"]::after {
  content: "rd";
  color: #000;
  font-family: "bleagueFont", sans-serif;
  font-size: 20px;
}
.access-ranking dl.access_player_name {
  position: relative;
  font-weight: 400;
  color: black;
  padding-left: 10px;
  font-size: 12px;
}
.access-ranking dl.access_player_name dt {
  font-size: 15px;
  margin-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 961px) {
  .access-ranking dl.access_player_name dt {
    font-size: 13px;
  }
}
.access-ranking dl.access_player_name dd {
  font-size: 11px;
  color: #6f7e90;
}
.access-ranking dl.access_player_name:before {
  content: "";
  width: 190px;
  color: rgb(0, 0, 0);
  position: absolute;
  top: -39px;
  left: -20px;
  background: linear-gradient(rgba(41, 17, 17, 0), rgb(255, 255, 255));
  padding-top: 40px;
}
@media screen and (max-width: 961px) {
  .access-ranking dl.access_player_name:before {
    width: 140px;
    left: -10px;
  }
}
.ranking-container .swiper-slide{
  margin-top: 0;
}
@media screen and (max-width: 961px) {
  .js-slider-ranking {
    opacity: 1;
  }
  .ranking-container .swiper-button-prev, .ranking-container .swiper-button-next {
    display: none;
  }
  .ranking-container .swiper-wrapper{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .ranking-container .swiper-slide{
    margin-top: 20px;
  }
}

.fw-list {
  height: 330px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 961px) {
  .fw-list {
    height: 300px;
  }
}
.winner-link {
  margin-top: 10px;
}
.report-link {
  margin-top: 10px;
  font-size: 10px;
}
.info-scorestate {
  font-size: 10px;
  color: #27313c;
}
.info-scorestate > span {
  margin-top: 10px;
  display: block;
}
.swiper.top-container,
.swiper.section-container {
  overflow: hidden;
}

.schedule-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-head > a {
  color: #27313c;
  font-size: 24px;
  font-weight: bold;
}
.schedule-result-swiper {
  margin-top: 25px;
  /* //padding: 0 52px; */
}
.schedule-result-swiper .swiper-slide {
  max-width: 260px;
  width: 100%;
  border-left: 1px solid #c4c4c4;
}
.schedule-result-swiper .swiper-slide:first-child {
  border: none;
}
.schedule-result-swiper .btn {
  position: relative;
  min-width: 0 !important;
  padding: 7px 30px;
  font-size: 12px;
  max-height: 34px;
}
.schedule-result-swiper .btn:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.schedule-result-swiper .btn.is-live {
  border-color: #b21920;
  color: #b21920;
  padding-right: 30px;
}
.schedule-result-swiper .btn.is-live:after {
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557149/files/user/common_new2208/icon_tab_red.svg);
}
.schedule-result-swiper .btn.is-chicket {
  background-color: #b21920;
  border-color: #b21920;
  color: #fff;
  padding-right: 30px;
}
.schedule-result-swiper .btn.is-chicket:after {
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557149/files/user/common_new2208/icon_tab_white.svg);
}
.schedule-result-swiper .btn.is-prepare {
  background-color: #f2f2f2;
  color: #c4c4c4;
  border-color: #f2f2f2;
  cursor: not-allowed;
}
.schedule-result-swiper .inner-item-top {
  display: flex;
  align-items: center;
  margin: 0 -3px;
  font-size: 10px;
  min-height: 70px;
}
.schedule-result-swiper .inner-item-top > * {
  padding: 0 3px;
}
.schedule-result-swiper .inner-item-top .prefectures {
  color: #27313c;
  /* //width: 45px; */
  text-align: center;
  padding: 0 !important;
}
.schedule-result-swiper .inner-item-top .prefectures.pd_l {
  padding: 0 12px !important;
}
.schedule-result-swiper .team-logo {
  width: 45px;
  padding: 0;
  position: relative;
  text-align: center;
}
.schedule-result-swiper .team-logo img {
  width: 36px;
}
.schedule-result-swiper .center,
.schedule-result-swiper .game-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.schedule-result-swiper .text-link {
  margin-top: 10px;
  color: #0148a8;
}
.schedule-result-swiper .score {
  font-size: 28px;
  font-weight: bold;
  color: #c4c4c4;
  position: relative;
}
.schedule-result-swiper .score.home-score:after {
  content: "HOME";
  font-size: 11px;
  padding: 3px 0;
  color: #b21920;
  background-color: #f2f2f2;
  width: 40px;
  text-align: center;
  border-radius: 15px;
  font-family: "bleagueFont", sans-serif;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
.schedule-result-swiper .score.away-score:after {
  content: "AWAY";
  font-size: 11px;
  padding: 3px 0;
  color: #27313c;
  background-color: #f2f2f2;
  width: 40px;
  text-align: center;
  border-radius: 15px;
  font-family: "bleagueFont", sans-serif;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -0.075em;
}
.schedule-result-swiper .score.score--none.home-score:after,
.schedule-result-swiper .score.score--none.away-score:after {
  top: -30px;
}
.schedule-result-swiper .score.is-win {
  color: #27313c;
}
.schedule-result-swiper .score.score--none {
  /*width: 35px;*/
}
.schedule-result-swiper .schedule-result-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  height: 100%;
}
.schedule-result-swiper .schedule-result-item .item-top:hover .link-line {
  background-size: 100% 1px;
}
.schedule-result-swiper .schedule-result-item .game-info {
  color: #27313c;
}
.schedule-result-swiper .schedule-result-item .item-bottom {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.schedule-result-swiper .schedule-result-item .inner {
  display: flex;
  height: 100%;
}
.schedule-result-swiper .schedule-result-item .inner .ttl {
  background-color: #F2F2F2;
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.schedule-result-swiper .schedule-result-item .inner .ttl .dt {
  position: relative;
}
.schedule-result-swiper .schedule-result-item .inner .ttl .dt .month {
  padding-left: 8px;
  font-size: 15px;
}
.schedule-result-swiper .schedule-result-item .inner .ttl .dt .day {
  position: absolute;
  top: 10px;
  margin-left: 0;
  font-size: 20px;
  line-height: 1;
}
.schedule-result-swiper .schedule-result-item .inner .ttl .dt .week {
  display: block;
  font-size: 12px;
  margin-top: 11px;
  text-align: center;
}
.schedule-result-swiper .schedule-result-item .inner .item {
  padding: 5px 20px;
}
.schedule-result-swiper .swiper-button-prev,
.schedule-result-swiper .swiper-button-next {
  display: none;
}
.date-picker .swiper-button-prev,
.date-picker .swiper-button-next {
  display: none;
}
.date-picker-swiper {
  padding: 0;
}
.date-picker-swiper .date-picker-swiper-side .swiper-slide.is-current a {
  border-bottom: 4px solid #b21920;
}
.date-picker-swiper .date-picker-swiper-side .swiper-slide.is-current a .month {
  padding-left: 10px;
}
.date-picker-swiper .date-picker-swiper-side .swiper-slide.is-current a .day {
  top: 7px;
  font-size: 18px;
}
.date-picker-swiper .date-picker-swiper-side .swiper-slide {
  padding: 12px 0;
}
.date-picker-swiper .date-picker-swiper-side .swiper-slide a {
  border-bottom: 4px solid #f2f2f2;
  width: 46px;
}
.date-picker-swiper .date-picker-swiper-side .swiper-slide a .week {
  margin-top: 2px;
}
.date-picker-swiper .date-picker-swiper-side .swiper-slide a .day {
  font-size: 18px;
}
@media (hover: hover) {
  .date-picker-swiper .date-picker-swiper-side .swiper-slide:hover a {
    color: #000;
    border-bottom: 4px solid #b21920;
  }
  .date-picker-swiper .date-picker-swiper-side .swiper-slide:hover a .month {
    padding-left: 10px;
  }
  .date-picker-swiper .date-picker-swiper-side .swiper-slide:hover a .day {
    top: 7px;
    font-size: 18px;
  }
}
.schedule-result-list {
  margin-top: 25px;
}
.schedule-result-list .btn {
  position: relative;
  min-width: 125px !important;
  padding: 7px 30px;
  font-size: 12px;
}
.schedule-result-list .btn:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.schedule-result-list .btn.is-live {
  border-color: #b21920;
  color: #b21920;
  padding-right: 30px;
}
.schedule-result-list .btn.is-live:after {
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557149/files/user/common_new2208/icon_tab_red.svg);
}
.schedule-result-list .btn.is-chicket {
  background-color: #b21920;
  border-color: #b21920;
  color: #fff;
  padding-right: 30px;
}
.schedule-result-list .btn.is-chicket:after {
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557149/files/user/common_new2208/icon_tab_white.svg);
}
.schedule-result-list .btn.is-prepare {
  background-color: #f2f2f2;
  color: #c4c4c4;
  border-color: #f2f2f2;
  cursor: not-allowed;
}
.schedule-result-list .inner-item-top {
  display: flex;
  align-items: center;
  margin: 0 -3px;
  font-size: 10px;
}
.schedule-result-list .inner-item-top > * {
  padding: 0 6px;
}
.schedule-result-list .team-logo {
  width: 40px;
  position: relative;
}
.schedule-result-list .team-logo.is-home:after {
  content: "HOME";
  font-size: 10px;
  padding: 5px 0;
  color: #b21920;
  background-color: #f2f2f2;
  width: 32px;
  text-align: center;
  border-radius: 30px;
  font-family: "bleagueFont";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.schedule-result-list .team-logo.is-away:after {
  content: "AWAY";
  font-size: 10px;
  padding: 5px 0;
  color: #27313c;
  background-color: #f2f2f2;
  width: 32px;
  text-align: center;
  border-radius: 30px;
  font-family: "bleagueFont";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.schedule-result-list .center,
.schedule-result-list .game-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.schedule-result-list .text-link {
  color: #0148a8;
}
.schedule-result-list .text-link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-image: url(/v=1660557150/files/user/common_new2208/icon_top_textlink.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.schedule-result-list .score {
  font-size: 28px;
  font-weight: bold;
  color: #c4c4c4;
}
.schedule-result-list .score.is-win {
  color: #27313c;
}
.schedule-result-block .schedule-date-picker .date-item .date-item-link {
  padding: 0;
}
.schedule-result-block
  .schedule-date-picker
  .date-item
  .date-item-link
  .date-item-link-line
  span {
  font-size: 10px;
}
.schedule-result-block
  .schedule-date-picker
  .date-item
  .date-item-link
  .date-item-link-line
  span.schedule-date {
  font-size: 14px;
}
.schedule-result-block
  .schedule-date-picker
  .date-item.is-current
  .date-item-link
  .date-item-link-line
  span {
  font-size: 12px;
}
.schedule-result-block
  .schedule-date-picker
  .date-item.is-current
  .date-item-link
  .date-item-link-line
  span.schedule-date {
  font-size: 16px;
}
.schedule-result-block .schedule-date-picker .schedule-date-picker-btn.prev {
  left: -15px;
}
.schedule-result-block .schedule-date-picker .schedule-date-picker-btn.next {
  right: -15px;
}
.schedule-result-swiper {
  margin-top: 0;
}
.schedule-result-swiper .inner-item-top {
  justify-content: space-between;
}
.schedule-result-swiper .btn {
  min-width: 182px !important;
}
.schedule-result-swiper .swiper-slide {
  border-left: none;
}
.schedule-result-swiper .schedule-result-item {
  border: none;
  border-bottom: 1px solid #c4c4c4;
  padding: 20px 0;
}
.schedule-result-swiper .schedule-result-item:first-child {
  border-bottom: 1px solid #c4c4c4;
}
.club-block,
.global-tab-content.club-block{
  display:none ;
}
@media screen and (max-width: 961px) {
  .club-block.is-active,
  .global-tab-content.club-block.is-active{
    display:block ;
  }
  .schedule-result-swiper .swiper-slide {
    border-left: none;
    width: 100%;
    max-width: 880px;
  }
  .schedule-result-swiper .schedule-result-item {
    margin: 0;
    padding: 20px 10px;
  }
  .schedule-result-swiper .score.home-score:after {
    font-size: 10px;
    padding: 2px 0;
  }
  .schedule-result-swiper .score.away-score:after {
    font-size: 10px;
    padding: 2px 0;
  }
}
@media screen and (max-width: 641px) {
  .schedule-result-swiper .swiper-slide {
    border-left: none;
    width: 89vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 961px) {
  .date-picker-swiper .swiper-wrapper{
    margin-left: 8px;
    justify-content: center;
  }
}
.is-sp-active{
  display:none;
}
@media screen and (max-width: 961px) {
  .is-sp-active{
    display:block;
  }
}
.global-tab-content {
  display: block;
}
@media screen and (max-width: 961px) {
  .global-tab-content {
    display: none;
  }
  .global-tab-content.is-active {
    display: block;
  }
}
.club-anchor {
  display: flex;
}
.club-anchor-container {
  margin-bottom: 30px;
}
.club-anchor .club-anchor-item {
  margin-right: 10px;
}
.club-anchor .club-anchor-item:last-child {
  margin-right: 0;
}
.club-anchor .club-anchor-item a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #27313c;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
}
.club-anchor .club-anchor-item a > span {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.club-anchor .club-anchor-item a > span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg) no-repeat right
    center;
  background-size: 100% 100%;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
.club-box {
  padding: 0 7px 18px;
  position: relative;
}
@media screen and (max-width: 641px) {
  .club-box {
    padding: 0 0 18px;
  }
  .club-box > a,
  .club-box-content > a,
  .club-box-content > a:visited,
  .club-box-content > a:link,
  .club-box-content > a:active {
    color: #27313c;
  }
}
.club-box .color-border {
  display: block;
  width: calc(100% - 14px);
  height: 3px;
  background: #000;
  position: absolute;
  left: 7px;
  bottom: 0;
}
@media screen and (max-width: 641px) {
  .club-box .color-border {
    width: 100%;
    left: 0;
  }
}
.club-box .club-box-logo {
  margin-bottom: 5px;
  text-align: center;
}
.club-box .club-box-logo img {
  width: 100%;
  max-width: 80px;
  height: auto;
}
.club-box .club-box-name {
  height: 62px;
  text-align: center;
}
.club-box .club-box-team {
  font-weight: bold;
}
.club-box .club-box-prefecture {
  font-size: 12px;
}
.club-box .club-box-btn-list li {
  margin-bottom: 10px;
}
.club-box .club-box-btn-list li:last-child {
  margin-bottom: 0;
}
.club-box .club-box-btn .btn {
  width: 100%;
  min-width: initial;
  padding: 5px 20px;
  font-size: 12px;
  position: relative;
}
.club-box .club-box-btn .btn .icon-color-arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
}
.grid-row.club-grid {
  margin: -30px 0 0;
}
@media screen and (max-width: 641px) {
  .grid-row.club-grid {
    margin: -20px 0 0;
  }
}
.grid-row.club-grid .grid-col {
  margin-top: 30px;
  padding: 0 30px;
}
@media screen and (max-width: 961px) {
  .grid-row.club-grid .grid-col {
    margin-top: 20px;
    padding: 0 10px;
  }
  .club-box .club-box-team {
    font-size: 11px;
  }
}

/* 地図関連 */
.club-map {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.club-map .club-list {
  display: flex;
}
@media screen and (max-width: 961px) {
  .club-map {
    padding-top: 40px;
  }
  .club-map .club-list {
    display: block;
  }
}
.club-map .club-list-title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.club-map .club-list-title .title-number {
  display: block;
}
.club-map .club-list-title .title-number .font-blg {
  font-size: 90px;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .club-map .club-list-title .title-number .font-blg {
    font-size: 50px;
  }
}
.club-map .club-list-title .title-unit {
  display: block;
  margin-top: -5px;
}
.club-map .club-list-title .title-unit .font-blg {
  font-size: 34px;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .club-map .club-list-title .title-unit .font-blg {
    font-size: 19px;
  }
}
@media screen and (max-width: 641px) {
  .club-map .club-list-title {
    left: 15px;
  }
}
@media screen and (max-width: 961px) {
  .club-map .club-list-map {
    text-align: center;
  }
}
.club-map .club-list-map .wrap-svg {
  position: relative;
  width: 610px;
}
@media screen and (max-width: 961px) {
  .club-map .club-list-map .wrap-svg {
    display: inline-block;
    width: auto;
  }
}
.club-map .club-list-map .svg {
  width: 100%;
  height: auto;
}
.club-map .club-list-map .svg-land {
  fill: #e0e0e0;
}
.club-map .club-list-map .svg-location {
  fill: #b21920;
}
.club-map .club-list-map .svg-border {
  fill: none;
  stroke: #c4c4c4;
  stroke-linecap: round;
  stroke-width: 3px;
}
.club-map .club-list-map .svg-line {
  fill: none;
  stroke: #c4c4c4;
}
.club-map .club-list-map a {
  display: inline-block;
}
.club-map .club-list-map a > g {
  stroke: rgba(255, 255, 255, 0.1);
  transition: stroke ease-in 0.4s;
}
.club-map .club-list-map a .svg-circle {
  fill: #f2f2f2;
}
.club-map .club-list-map a:hover {
  opacity: 1;
}
.club-map .club-list-map a:hover > g {
  stroke: rgba(178, 25, 32, 0.2);
}
.club-map .club-list-name {
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 961px) {
  .club-map .club-list-name {
    justify-content: center;
    margin-top: 10px;
    margin-left: 0;
  }
}
.club-map .club-list-name ul:nth-child(n + 2) {
  margin-left: 10px;
}
.club-map .club-list-name ul li:nth-child(n + 2) {
  margin-top: 10px;
}
.club-map .club-list-name ul li a {
  display: flex;
  align-items: center;
  color: #0148a8;
}
.club-map .club-list-name ul li .item-logo {
  width: 30px;
}
.club-map .club-list-name ul li .item-logo img {
  width: 100%;
}
.club-map .club-list-name ul li .item-name {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 961px) {
  .club-map .club-list-name ul li .item-name {
    font-size: 10px;
    white-space: normal;
  }
}


/* 成績 */
.player-scores {
  padding: 0px;
}

.player-scores .top-section-head {
  justify-content: center;
  padding-top: 20px;
}

.player-scores .bg-ranking {
  padding: 0px 20px 20px;
}

@media screen and (max-width: 961px) {
  .player-scores .bg-ranking {
    padding: 0px 10px 20px;
  }
}

.player-scores-first {
  color: #b21920;

}

/* スマコレ */
.banner-collection-block {
  margin-top: 45px;
}
.banner-collection-block .top-container {
  max-width: 1280px;
  padding: 0 20px;
}
.banner-collection-block .banner-content {
  display: flex;
  margin: 0 -20px;
}
.banner-collection-block .banner-content > * {
  width: 50%;
  padding: 0 20px;
}
.banner-collection-block .banner-img {
  background-color: #1C2C39;
  border-radius: 10px;
  overflow: hidden;
}
.banner-collection-block .banner-img img {
  width: 100%;
}

/* インフォメーション */
.top-section-information-block {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 0;
  margin-top: 0;
}
.top-section-partners-block .top-section-head {
  justify-content: center;
}
.top-section-information-block .top-section-content {
  margin-top: 40px;
}
.top-section-information-block .top-section-content + .top-section-content {
  margin-top: 20px;
}
.top-section-information-block > *:first-child {
  margin-top: 0;
}

/* スポンサー */
.top-section-partners-block {
  margin-top: 0;
}

@media screen and (max-width: 961px) {
  .banner-collection-block {
    margin-top: 25px;
  }
  .banner-collection-block .top-container {
    padding: 0 10px;
  }
  .banner-collection-block .banner-content {
    flex-direction: column;
  }
  .banner-collection-block .banner-content > * {
    width: 100%;
  }
  .banner-collection-block .banner-img {
    margin-top: 10px;
  }
  .top-section-information-block {
    margin-top: 20px;
    padding-top: 30px;
  }
  .top-section-information-block .top-section-content {
    margin-top: 25px !important;
  }
  .top-section-information-block > *:first-child {
    margin-top: 0 !important;
  }
}

.is-pc{
  display: inline-block;
}
@media screen and (max-width: 641px) {
  .is-pc{
    display: none;
  }
}
.is-sp{
  display: none;
}
@media screen and (max-width: 641px) {
  .is-sp{
    display: inline-block;
  }
}

@media screen and (max-width: 961px) {
  .hide-mobile-header {
    transform: translateY(-62px);
  }
}

/* 
.partners-col2{
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 641px) {
  .partners-h4-sp-mt{
    margin-top: 0 !important;
  }
}
*/
.sport_container{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.sport_container .sport_container_inner{
  max-width: 1025px;
  margin: 0 auto;
}
.font-and{
  font-family: sans-self!important;
  font-weight: bold;
  font-size: 16px;
  padding: 0 1px;
}
/*# sourceMappingURL=map/top_new2309.css.map */