@charset "UTF-8";
.link.date-link {
  color: #6F7E90;
}
.link.date-link::after {
  content: none;
}
.text-link-white {
  color: #fff;
}
.text-link-white .link-line {
  vertical-align: top;
  background-size: 100% 1px;
  padding-bottom: 0.15em;
}
.game-top {
  background: #074850;
  background: linear-gradient(to bottom right, #51196F 0%, #074850 100%);
  background: -moz-linear-gradient(top left, #51196F 0%, #074850 100%);
  background: -webkit-linear-gradient(top left, #51196F 0%, #074850 100%);
  background: -o-linear-gradient(top left, #51196F 0%, #074850 100%);
  background: -ms-linear-gradient(top left, #51196F 0%, #074850 100%);
  color: #fff;
}
.game-top > .inner {
  position: relative;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  padding: 36px 20px 30px;
}
@media screen and (max-width: 961px) {
  .game-top > .inner {
    padding-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 641px) {
  .game-top > .inner {
    max-width: 100%;
    min-width: auto;
    padding: 15px 10px 10px;
  }
}
.game-top .date-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 641px) {
  .game-top .date-wrap {
    flex-direction: column-reverse;
    font-size: 20px;
  }
}
.game-top .date-wrap h1 {
  margin-bottom: 0;
  font-size: 28px;
}
.game-top .date-wrap h1 .font-blg {
  font-size: 36px;
}
@media screen and (max-width: 641px) {
  .game-top .date-wrap h1 {
    font-size: 16px;
  }
  .game-top .date-wrap h1 .font-blg {
    font-size: 20px;
  }
}
.game-top .date-wrap .date {
  margin-left: 20px;
}
@media screen and (max-width: 641px) {
  .game-top .date-wrap .date {
    margin-left: 0;
  }
}
.game-top .time-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 135px;
  font-size: 12px;
}
@media screen and (max-width: 641px) {
  .game-top .time-wrap {
    min-width: 100px;
    font-size: 10px;
    top: 70px;
  }
}
.game-top .time-wrap .result-box {
  padding: 5px;
  margin: 0;
  background: none;
}
.game-top .time-wrap .result-box .game-score {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: 167px;
}
@media screen and (max-width: 641px) {
.game-top .time-wrap .result-box .game-score {
  min-width: 90px;
}
}
.game-top .time-wrap .result-box .game-score-container {
  background: none;
  margin: 0;
}
.game-top .time-wrap .result-box .game-score-grid {
  display: flex;
  flex-wrap: wrap;
}
.game-top .time-wrap .result-box .game-score-item {
  display: flex;
  text-align: center;
  width: 100%;
  position: relative;
  border-top: none;
  justify-content: center;
}
.game-top .time-wrap .result-box .game-score-item:last-child {
  color: inherit;
}
.game-top .time-wrap .result-box .game-score-item:last-child .name {
  color: inherit;
}
.game-top .time-wrap .result-box .game-score .point {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 9%;
  font-size: 12px;
  font-weight: 500;
}
.game-top .time-wrap .result-box .game-score .name {
  width: 30%;
  padding: 2px 0;
  color: inherit;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 641px) {
  .game-top .time-wrap .result-box .game-score .point {
    font-size: 10px;
    width: 29%;
  }
  .game-top .time-wrap .result-box .game-score .name {
    font-size: 10px;
  }
}
.game-top .vs {
  width: 40px;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 641px) {
  .game-top .vs {
    top: 128px;
    font-size: 20px;
  }
}
.game-top .result-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 690px;
  margin: 15px auto 25px;
}
@media screen and (max-width: 961px) {
  .game-top .result-wrap {
    margin-bottom: 60px;
  }
  .game-top .result-wrap.game-result {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap {
    margin-bottom: 25px;
  }
}
.game-top .result-wrap .team-wrap {
  display: flex;
  position: relative;
  width: 260px;
  padding-top: 15px;
}
@media screen and (max-width: 961px) {
  .game-top .result-wrap .team-wrap {
    width: 240px;
    padding-top: 20px;
  }
}
.game-top .result-wrap .team-wrap:after {
  display: none;
  justify-content: center;
  width: 46px;
  padding: 3px 5px;
  background-color: #F2F2F2;
  font-size: 12px;
  font-weight: 700;
  border-radius: 15px;
  position: absolute;
  bottom: -15px;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap:after {
    bottom: -24px;
  }
}
.game-top .result-wrap .team-wrap.home:after {
  content: "HOME";
  color: #B21920;
  right: 13px;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap.home:after {
    right: 47px;
  }
}
.game-top .result-wrap .team-wrap.home .team-point {
  left: auto;
  right: 0;
  text-align: center;
}
.game-top .result-wrap .team-wrap.home .team-point > .label {
  margin: 0 auto;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap.home .team-point {
    right: 0;
    text-align: right;
  }
  .game-top .result-wrap .team-wrap.home .team-point > .label {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap.home .team.flex-start {
    align-items: flex-start;
  }
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap.home .team-logo {
    //margin-left: 10px;
  }
}
.game-top .result-wrap .team-wrap.away {
  justify-content: flex-end;
}
.game-top .result-wrap .team-wrap.away:after {
  content: "AWAY";
  color: #27313C;
  left: 13px;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap.away:after {
    left: 0;
  }
}
.game-top .result-wrap .team-wrap.away .team-point {
  right: auto;
  left: 0;
  text-align: center;
}
.game-top .result-wrap .team-wrap.away .team-point > .label {
  margin: 0 auto;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap.away .team-point {
    left: 0;
    text-align: left;
  }
  .game-top .result-wrap .team-wrap.away .team-point > .label {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap.away .team.flex-end {
    align-items: flex-end;
  }
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap.away .team-logo {
    //margin-right: 10px;
  }
}
.game-top .result-wrap .team-wrap .for-pc {
  display: block;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap .for-pc {
    display: none;
  }
}
.game-top .result-wrap .team-wrap .for-sp {
  display: none;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap .for-sp {
    display: block;
  }
}
.game-top .result-wrap .team-wrap .team {
  display: flex;
  align-items: center;
  //justify-content: center;
  flex-direction: column;
}
.game-top .result-wrap .team-wrap .team .team-name {
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap .team .team-name {
    font-weight: bold;
  }
}
.game-top .result-wrap .team-wrap .team .team-logo {
  position: relative;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap .team .team-logo {
    width: 53px;
    height: 53px;
  }
}
.game-top .result-wrap .team-wrap .team .team-logo:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap .team .team-logo:before {
    width: 53px;
    height: 53px;
  }
}
.game-top .result-wrap .team-wrap .team .team-logo img {
  width: 53px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap .team .team-logo img {
    width: 30px;
  }
}
.game-top .result-wrap .team-wrap .team .team-rank {
  margin-left: 0;
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap .team .team-rank {
    font-size: 10px;
  }
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap .team .team-rank {
    font-size: 10px;
  }
}
.game-top .result-wrap .team-wrap .team-point {
  position: absolute;
  top: 55px;
  min-width: 70px;
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 641px) {
  .game-top .result-wrap .team-wrap .team-point {
    font-size: 40px;
    top: 50px;
  }
}
.game-top .place-wrap {
  display: flex;
  align-items: center;
  font-size: 10px;
}
@media screen and (max-width: 961px) {
  .game-top .place-wrap {
    width: 50%;
    order: 2;
  }
}
@media screen and (max-width: 641px) {
  .game-top .place-wrap {
    font-size: 10px;
  }
}
.game-top .place-wrap .inner > span {
  display: inline;
}
.game-top .place-wrap .inner .referee {
  display: block;
  margin-top: 5px;
}
.game-top .game-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 200px;
}
@media screen and (max-width: 961px) {
  .game-top .game-btn-wrap {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 641px) {
  .game-top .game-btn-wrap {
    position: relative;
  }
}
.game-top .game-top-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 641px) {
  .game-top .game-top-bottom {
    margin-top: 18px;
  }
}
.game-top .game-top-bottom > div:not(.game-btn-wrap) {
  width: 248px;
}
@media screen and (max-width: 641px) {
  .game-top .game-top-bottom > div:not(.game-btn-wrap) {
    width: auto;
    margin-top: 10px;
  }
}
.game-top .game-top-bottom .attendance {
  margin-left: 3px;
}
.game-top .game-top-bottom.game-top-bottom-result {
  margin-top: 100px;
}
@media screen and (max-width: 961px) {
  .game-top .game-top-bottom.game-top-bottom-result {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 641px) {
  .game-top .game-top-bottom.game-top-bottom-result {
    margin-top: 10px;
  }
}
.game-top .sns-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 961px) {
  .game-top .sns-wrap {
    width: 50%;
    order: 3;
  }
}
@media screen and (max-width: 641px) {
  .game-top .sns-wrap {
    font-size: 10px;
  }
}
.game-top .sns-list {
  display: flex;
}
.game-top .sns-list > li {
  margin-left: 20px;
}
.game-top .sns-list > li > a > img {
  width: 20px;
}
.game-top .sns-list .icon-x{
  width: 18px;
}
@media screen and (max-width: 641px) {
  .game-end .game-top > .inner {
    padding-bottom: 36.9230769231vw;
  }
}
.game-broadcast {
  position: relative;
  background: #F2F2F2;
}
.game-broadcast > .site-container {
  max-width: 615px;
  padding: 20px 20px 30px;
}
.game-broadcast h2.title {
  margin: 0 auto 20px;
  padding-left: 0;
  font-size: 18px;
  text-align: center;
}
.game-broadcast h2.title:before {
  content: none;
}
.game-broadcast .label-highlight {
  width: 230px;
  height: 30px;
}
@media screen and (max-width: 961px) {
  .game-broadcast .label-highlight {
    width: 23.9583333333vw;
    font-size: 2.2916666667vw;
  }
}
@media screen and (max-width: 641px) {
  .game-broadcast .label-highlight {
    width: 193px;
    font-size: 22px;
  }
}
.broadcast-box {
  margin-top: -160px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .broadcast-box {
    margin-top: -16.6666666667vw;
  }
}
@media screen and (max-width: 641px) {
  .broadcast-box {
    margin-top: -35.8974358974vw;
  }
}
.broadcast-box .inner {
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  background: #F2F2F2;
  position: relative;
}
.broadcast-box .inner img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 961px) {
  .broadcast-box .inner img {
    width: 47.9166666667vw;
  }
}
@media screen and (max-width: 641px) {
  .broadcast-box .inner img {
    width: auto;
  }
}
.broadcast-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 15px;
}
.broadcast-box-game-hightliight {
  position: absolute;
  width: 50%;
  max-width: 230px;
  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;
}
.broadcast-box-game-hightliight-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .broadcast-box-game-hightliight-text {
    font-size: 14px;
  }
}
.broadcast-box-game-hightliight-text span {
  font-size: 40px;
}
@media screen and (max-width: 641px) {
  .broadcast-box-game-hightliight-text span {
    font-size: 34px;
  }
}
.game-refresh {
  display: flex;
  margin: 0 5px;
}
.game-refresh-btn {
  position: relative;
  width: 53px;
  height: 25px;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #D4D4D4;
  cursor: pointer;
}
.game-refresh-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transition: 0.2s ease-out;
}
.game-refresh-btn:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 50px;
  background: #B21920;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  transition: 0.1s ease-out;
}
.game-refresh-btn.is-active:after {
  left: 29px;
}
.game-refresh.is-manual .game-refresh-btn:after {
  left: 30px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}
.game-refresh-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  font-size: 10px;
}
.game-refresh-wrap .inner {
  display: flex;
  align-items: center;
}
.title-wrap {
  display: flex;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 641px) {
  .title-wrap {
    margin: 0 -10px 0;
  }
}
.title-wrap .team-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  padding-bottom: 18px;
  border-bottom: 11px solid #27313C;
}
.title-wrap .team-wrap.home {
  justify-content: flex-end;
  margin-right: 5px;
  padding-right: 40px;
}
.title-wrap .team-wrap.home img {
  margin-left: 30px;
}
.title-wrap .team-wrap.away {
  justify-content: flex-start;
  margin-left: 5px;
  padding-left: 40px;
}
.title-wrap .team-wrap.away img {
  margin-right: 30px;
}
@media screen and (max-width: 641px) {
  .title-wrap .team-wrap.home, .title-wrap .team-wrap.away {
    justify-content: center;
    padding: 0 0 10px;
  }
}
.title-wrap .team-wrap img {
  width: 50px;
  height: auto;
}
.result-box {
  margin-bottom: 50px;
  padding: 0 10px 10px;
  background: #F2F2F2;
}
@media screen and (max-width: 641px) {
  .result-box {
    margin: 0 -10px 30px;
  }
}
.result-box h3.ttl {
  padding: 14px 10px;
  background: #fff;
  font-size: 18px;
  text-align: center;
}
.result-box h3 + * {
  margin-top: 5px;
}
.result-box .ttl-container {
  position: relative;
}
.result-box .ttl-container .ttl-sub {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 420px;
  transform: translateX(-50%);
  height: 100%;
}
@media screen and (max-width: 641px) {
  .result-box .ttl-container .ttl-sub {
    max-width: 325px;
  }
}
.result-box .ttl-container .ttl-sub .home {
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 15px;
  top: 35%;
  transform: translateY(-50%);
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 641px) {
  .result-box .ttl-container .ttl-sub .home {
    font-size: 13px;
  }
}
.result-box .ttl-container .ttl-sub .away {
  position: absolute;
  text-align: center;
  font-size: 15px;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 641px) {
  .result-box .ttl-container .ttl-sub .away {
    font-size: 13px;
  }
}
.result-box .ttl-container .ttl-sub-num {
  font-size: 23px;
  padding-right: 2px;
}
@media screen and (max-width: 641px) {
  .result-box .ttl-container .ttl-sub-num {
    font-size: 16px;
  }
}
.result-box .ttl-container .ttl-sub-rank {
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-top: -5px;
}
@media screen and (max-width: 641px) {
  .result-box .ttl-container .ttl-sub-rank {
    font-size: 10px;
  }
}
.result-box .season-result,
.result-box .game-score,
.result-box .result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.result-box .season-result-container,
.result-box .game-score-container,
.result-box .result-container {
  background: #fff;
  margin-bottom: 40px;
}
.result-box .season-result-grid,
.result-box .game-score-grid,
.result-box .result-grid {
  display: flex;
  flex-wrap: wrap;
}
.result-box .season-result-item,
.result-box .game-score-item,
.result-box .result-item {
  display: flex;
  text-align: center;
  width: 100%;
  position: relative;
  border-top: 1px solid #F2F2F2;
}
.result-box .season-result .point,
.result-box .game-score .point,
.result-box .result .point {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  font-size: 18px;
  font-weight: 700;
}
.result-box .season-result .point:first-child.win:after,
.result-box .game-score .point:first-child.win:after,
.result-box .result .point:first-child.win:after {
  right: auto;
  left: 0;
}
.result-box .season-result .point.win:after,
.result-box .game-score .point.win:after,
.result-box .result .point.win:after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: auto;
  right: 0;
}
.result-box .season-result .point.bg-gc:after,
.result-box .game-score .point.bg-gc:after,
.result-box .result .point.bg-gc:after {
  background-color: #ffd700;
}
.result-box .season-result .point.bg-ss:after,
.result-box .game-score .point.bg-ss:after,
.result-box .result .point.bg-ss:after {
  background-color: #036eb8;
}
.result-box .season-result .point span,
.result-box .game-score .point span,
.result-box .result .point span {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #6F7E90;
}
.result-box .season-result .name,
.result-box .game-score .name,
.result-box .result .name {
  width: 50%;
  padding: 9px 0;
  color: #6F7E90;
  font-weight: 700;
  font-size: 18px;
}
.result-box .game-score-item:last-child {
  color: #B21920;
}
.result-box .game-score-item:last-child .name {
  color: #B21920;
}
.result-box .result-detail-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.result-box .game-score-grid {
  position: relative;
}
@media screen and (max-width: 641px) {
  .result-box .season-result .name {
    width: 30%;
  }
}
@media screen and (max-width: 641px) {
  .result-box .season-result .point {
    width: 35%;
  }
}
.result-box .club-leader {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.result-box .club-leader-container {
  background: #fff;
  margin-bottom: 40px;
}
.result-box .club-leader-grid {
  display: flex;
  flex-wrap: wrap;
}
.result-box .club-leader-item {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  border-top: 1px solid #F2F2F2;
  font-size: 12px;
  position: relative;
  min-height: 70px;
  justify-content: center;
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-item {
    align-items: stretch;
  }
}
.result-box .club-leader-player {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 34%;
  position: relative;
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-player {
    width: 45%;
    flex-direction: column;
    justify-content: space-between;
  }
}
.result-box .club-leader-player:first-child {
  justify-content: left;
}
.result-box .club-leader-player:first-child.win:after {
  right: auto;
  top: 0;
  left: 0;
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-player:first-child .img {
    margin: 0 auto 0 10px;
  }
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-player:first-child {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}
.result-box .club-leader-player.win:after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
}
.result-box .club-leader-player.bg-gc:after {
  background-color: #ffd700;
}
.result-box .club-leader-player.bg-ss:after {
  background-color: #036eb8;
}
.result-box .club-leader-player .img {
  margin: 0 10px;
}
.result-box .club-leader-player .img > img {
  width: auto;
  height: 75px;
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-player .img {
    margin: 0 10px 0 auto;
  }
}
.result-box .club-leader-player .player {
  margin: 0 10px;
  text-align: left;
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-player .player {
    margin: 0;
    padding: 3px 10px;
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-player .player.align-sp-right {
    text-align: right;
  }
}
.result-box .club-leader-pts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-pts {
    justify-content: center;
    position: relative;
    width: 10%;
  }
}
.result-box .club-leader-pts .name {
  color: #6F7E90;
  font-weight: 700;
  font-size: 18px;
}
.result-box .club-leader-pts .point {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-pts .point {
    position: absolute;
    left: auto;
    right: -190%;
    z-index: 1;
  }
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-pts .point:first-child {
    right: auto;
    left: -190%;
  }
}
.result-box .club-leader-pts .point span {
  margin-left: 5px;
  color: #6F7E90;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 641px) {
  .result-box .club-leader-pts .point span {
    font-size: 12px;
  }
}
.result-box .match-result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.result-box .match-result-date {
  width: 75px;
}
.result-box .match-result-container {
  background: #fff;
  margin-bottom: 40px;
}
.result-box .match-result-grid {
  display: flex;
  flex-wrap: wrap;
}
.result-box .match-result-item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  position: relative;
  border-top: 1px solid #F2F2F2;
  font-size: 12px;
  position: relative;
}
.result-box .match-result-home, .result-box .match-result-away {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.result-box .match-result-home.win .icon, .result-box .match-result-home.lose .icon, .result-box .match-result-away.win .icon, .result-box .match-result-away.lose .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
}
.result-box .match-result-home.win .score, .result-box .match-result-home.lose .score, .result-box .match-result-away.win .score, .result-box .match-result-away.lose .score {
  width: 40px;
  display: block;
}
.result-box .match-result-home.win:after, .result-box .match-result-away.win:after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: auto;
  top: 0;
  left: auto;
  right: 0;
}
.result-box .match-result-home.win .icon, .result-box .match-result-away.win .icon {
  color: #B21920;
  border: 1px solid #C4C4C4;
}
.result-box .match-result-home.lose .icon, .result-box .match-result-away.lose .icon {
  color: #fff;
  background: #C4C4C4;
}
.result-box .match-result-home.lose .score, .result-box .match-result-away.lose .score {
  color: #C4C4C4;
}
.result-box .match-result-home.bg-gc:after, .result-box .match-result-away.bg-gc:after {
  background-color: #ffd700;
}
.result-box .match-result-home.bg-ss:after, .result-box .match-result-away.bg-ss:after {
  background-color: #036eb8;
}
.result-box .match-result-home.win:after {
  right: auto;
  left: 0;
}
.result-box .match-result-date {
  margin: 0 20px;
  color: #6F7E90;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.result-box .match-result-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.result-box-ttl {
  margin-top: 5px;
  padding: 10px 0;
  color: #6F7E90;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #fff;
}
.result-box-ttl:first-child {
  margin-top: 0;
}
.result-box-play {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  background: #fff;
  color: #6F7E90;
}
.result-box-play .play-text {
  width: 80%;
  padding: 10px 20px;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-text {
    width: 100%;
  }
}
.result-box-play .play-result {
  display: flex;
  width: 42.5%;
  color: #27313C;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result {
    font-size: 10px;
  }
}
.result-box-play .play-result:first-child .play-result-member {
  margin: 0 40px 0 15px;
}
@media screen and (max-width: 961px) {
  .result-box-play .play-result:first-child .play-result-member {
    margin: 0 45px 0 10px;
  }
}
.result-box-play .play-result:first-child.win:after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: auto;
  left: 0;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result:first-child.win:after {
    width: 5px;
  }
}
.result-box-play .play-result:first-child.bg-gc:after {
  background-color: #ffd700;
}
.result-box-play .play-result:first-child.bg-ss:after {
  background-color: #036eb8;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result:first-child .play-text {
    padding: 10px 40px 10px 10px;
  }
}
.result-box-play .play-result.win:after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: auto;
  right: 0;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result.win:after {
    width: 5px;
  }
}
.result-box-play .play-result.bg-gc:after {
  background-color: #ffd700;
}
.result-box-play .play-result.bg-ss:after {
  background-color: #036eb8;
}
.result-box-play .play-result-member {
  width: 20%;
  margin: 0 15px 0 40px;
}
@media screen and (max-width: 961px) {
  .result-box-play .play-result-member {
    margin: 0 10px 0 45px;
  }
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result-member {
    display: none;
  }
}
.result-box-play .play-result-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #B21920;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #B21920;
  border-radius: 15px;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result-p {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
}
.result-box-play .play-result-f {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result-f {
    width: 22px;
    height: 22px;
  }
}
.result-box-play .play-result-f img {
  width: 100%;
}
.result-box-play .play-result-inout {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result-inout {
    width: 22px;
    height: 22px;
  }
}
.result-box-play .play-result-inout img {
  width: 100%;
}
.result-box-play .play-result-num {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 15%;
  padding: 10px 0;
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result-num {
    font-size: 20px;
  }
}
.result-box-play .play-result-num .time {
  width: auto;
  padding: 0 32px;
  font-size: 14px;
  border: 1px solid #C4C4C4;
  border-radius: 15px;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result-num .time {
    width: auto;
    padding: 0 15px;
    font-size: 10px;
  }
}
.result-box-play .play-result-num.left .play-result-p,
.result-box-play .play-result-num.left .play-result-f,
.result-box-play .play-result-num.left .play-result-inout {
  left: -17px;
}
@media screen and (min-width: 962px) {
  .result-box-play .play-result-num.left .play-result-p,
.result-box-play .play-result-num.left .play-result-f,
.result-box-play .play-result-num.left .play-result-inout {
    left: -17px;
  }
}
@media screen and (max-width: 961px) {
  .result-box-play .play-result-num.left .play-result-p,
.result-box-play .play-result-num.left .play-result-f,
.result-box-play .play-result-num.left .play-result-inout {
    left: -37%;
  }
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result-num.left .play-result-p,
.result-box-play .play-result-num.left .play-result-f,
.result-box-play .play-result-num.left .play-result-inout {
    left: -52%;
  }
}
.result-box-play .play-result-num.right .play-result-p,
.result-box-play .play-result-num.right .play-result-f,
.result-box-play .play-result-num.right .play-result-inout {
  right: -17px;
}
@media screen and (min-width: 962px) {
  .result-box-play .play-result-num.right .play-result-p,
.result-box-play .play-result-num.right .play-result-f,
.result-box-play .play-result-num.right .play-result-inout {
    right: -17px;
  }
}
@media screen and (max-width: 961px) {
  .result-box-play .play-result-num.right .play-result-p,
.result-box-play .play-result-num.right .play-result-f,
.result-box-play .play-result-num.right .play-result-inout {
    right: -37%;
  }
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result-num.right .play-result-p,
.result-box-play .play-result-num.right .play-result-f,
.result-box-play .play-result-num.right .play-result-inout {
    right: -52%;
  }
}
@media screen and (max-width: 641px) {
  .result-box-play .play-result .play-text {
    padding: 10px 10px 10px 40px;
  }
}
.result-box-play .play-time {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-time {
    font-size: 10px;
  }
}
.result-box-play .play-score {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-score {
    margin-bottom: 5px;
  }
}
.result-box-play .play-score .hifun {
  margin: 0 15px;
  font-size: 18px;
}
@media screen and (max-width: 641px) {
  .result-box-play .play-score .hifun {
    margin: 0 5px;
  }
}
.result-box-play .play-score .win {
  color: #B21920;
}
.club-data .result-box .season-result .point {
  font-size: 24px;
}
.club-data .recent-match-result-container {
  background: #fff;
  margin-bottom: 40px;
}
.club-data .recent-match-result-grid {
  display: flex;
  flex-wrap: wrap;
}
.club-data .recent-match-result-container {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}
.club-data .recent-match-result-container > li {
  width: 50%;
  padding: 5px 0;
  border-top: 1px solid #F2F2F2;
}
.club-data .recent-match-result-container > li:nth-child(odd) .recent-match-result-inner {
  border-right: 1px solid #C4C4C4;
}
.club-data .recent-match-result-container .label {
  margin-right: 10px;
}
@media screen and (max-width: 961px) {
  .club-data .recent-match-result-container .label {
    font-size: 10px;
    width: auto;
    padding: 3px 5px;
    margin-right: 2px;
  }
}
.club-data .recent-match-result-inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 10px;
}
@media screen and (max-width: 641px) {
  .club-data .recent-match-result-inner {
    justify-content: center;
  }
}
@media screen and (max-width: 389px) {
  .club-data .recent-match-result-inner {
    padding: 15px 1.5424164524vw;
  }
}
.club-data .recent-match-result-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.club-data .recent-match-result-date {
  color: #6F7E90;
  font-size: 16px;
}
@media screen and (max-width: 961px) {
  .club-data .recent-match-result-date {
    font-size: 10px;
  }
}
.club-data .recent-match-result-vs {
  margin: 0 7px;
  color: #6F7E90;
}
@media screen and (max-width: 961px) {
  .club-data .recent-match-result-vs {
    font-size: 11px;
    margin: 0 2px;
  }
}
.club-data .recent-match-result-winOrLose {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 961px) {
  .club-data .recent-match-result-winOrLose {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}
.club-data .recent-match-result-win, .club-data .recent-match-result-lose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 7px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
}
.club-data .recent-match-result-win {
  color: #B21920;
  border: 1px solid #C4C4C4;
}
.club-data .recent-match-result-lose {
  color: #fff;
  background: #C4C4C4;
}
.club-data .recent-match-result-score {
  font-size: 24px;
  font-weight: bold;
  width: 90px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 961px) {
  .club-data .recent-match-result-score {
    font-size: 22px;
  }
}
.club-data .recent-match-result .team .team-name {
  margin-left: 7px;
  color: #0148A8;
  font-size: 11px;
  max-width: 100px;
}

@media screen and (max-width: 641px) {
  .club-data .recent-match-result .team .team-name {
    font-size: 10px;
    margin-left: 3px;
  }
}
.club-data .recent-match-result .team .team-logo {
  display: inline-block;
}
@media screen and (max-width: 641px) {
  .club-data .recent-match-result .team .team-logo {
    display: none;
  }
}
.club-data .shot-chart {
  display: flex;
}
@media screen and (max-width: 641px) {
  .club-data .shot-chart {
    flex-direction: column;
  }
}
.club-data .shot-chart-container {
  margin-top: 30px;
}
@media screen and (max-width: 641px) {
  .club-data .shot-chart-container {
    margin-top: 15px;
  }
}
.club-data .shot-chart-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 641px) {
  .club-data .shot-chart-item {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 641px) {
  .club-data .shot-chart-item:first-child {
    margin-top: 0;
  }
}
.club-data .shot-chart-name {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.club-data .shot-chart-name img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
@media screen and (max-width: 641px) {
  .club-data .shot-chart-img img {
    width: 100%;
  }
}
.news-report-pts {
  margin-bottom: 40px;
  background: #27313C;
  color: #6F7E90;
}
@media screen and (max-width: 641px) {
  .news-report-pts {
    margin-bottom: 20px;
  }
}
.news-report-pts .inner {
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 641px) {
  .news-report-pts .inner {
    padding: 10px;
  }
}
.news-report-pts .inner .status {
  -ms-grid-row-align: center;
  align-self: center;
  width: 100px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 641px) {
  .news-report-pts .inner .status {
    width: 100%;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 360px) {
  .news-report-pts .inner .team {
    min-width: initial;
  }
}
.news-report-pts .inner .team-wrap {
  display: flex;
  align-items: center;
  width: calc(50% - 100px);
}
@media screen and (max-width: 400px) {
  .news-report-pts .inner .team-wrap {
    width: auto;
    min-width: 123px;
  }
}
.news-report-pts .inner .team-wrap.home {
  justify-content: flex-end;
}
@media screen and (max-width: 641px) {
  .news-report-pts .inner .team-wrap.home {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 641px) {
  .news-report-pts .inner .team-wrap.home .team-point {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.news-report-pts .inner .team-wrap.home .label {
    margin: 0 auto;
}
.news-report-pts .inner .team-wrap.away .label {
    margin: 0 auto;
}
@media screen and (max-width: 641px) {
  .news-report-pts .inner .team-wrap.away .team-point {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.news-report-pts .inner .team-wrap.win .team-point {
  color: #FFFFFF;
}
@media screen and (max-width: 641px) {
  .news-report-pts .inner .team-wrap .team-point {
    font-size: 30px;
  }
}
.news-report-pts .inner .team-name {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 961px) {
  .news-report-pts .inner .team-name {
    min-width: 48px;
  }
}
@media screen and (max-width: 641px) {
  .news-report-pts .inner .team-name {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .news-report-pts .inner .team-name {
    min-width: initial;
  }
}
.news-report-pts .inner .team-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 641px) {
  .news-report-pts .inner .team-logo {
    width: 40px;
    height: 40px;
  }
}
.news-report-pts .inner .team-logo img {
  width: 40px;
}
@media screen and (max-width: 641px) {
  .news-report-pts .inner .team-logo img {
    width: 23px;
  }
}
.news-report-pts .inner .team-point {
  font-size: 60px;
}
.news-report .result-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 641px) {
  .news-report .result-wrap {
    justify-content: space-between;
    margin: 0 auto;
  }
  .news-report .result-wrap.gap {
    gap: 60px;
  }
}
.news-report h2.club-name {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 0;
}
.news-report h2.club-name:before {
  content: none;
}
.news-report h2.club-name img {
  width: 64px;
}
.news-report h2.club-name .name {
  margin-left: 10px;
  font-size: 20px;
}
.related-links {
  display: flex;
}
@media screen and (max-width: 641px) {
  .related-links {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
}
.related-links-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 641px) {
  .related-links-item {
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .related-links-item + .related-links-item {
    margin-top: 30px;
  }
}
.related-links-item .info {
  display: flex;
  align-items: center;
}
.related-links-item .info .img img {
  width: 64px;
}
.related-links-item .info .name {
  display: block;
  margin-left: 14px;
}
@media screen and (max-width: 641px) {
  .related-links-item .info .name {
    flex-direction: row;
    width: 100%;
    font-size: 16px;
  }
}
.related-links-item .btn-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 641px) {
  .report .shot-chart-tab-content {
    padding: 0;
  }
  .report .common-filter {
    /* margin-top: 25px; */
  }
  .report .shot-chart-tab-img {
    width: 100%;
    margin-top: 20px;
  }
  .report .score-chart-container .shot-chart-tab-img {
    margin-top: 40px;
  }
  .report .shot-chart-court-box .img-court-full > svg image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 641px) {
  .common-filter {
    display: flex;
    flex-direction: column;
  }
}
.common-filter .select-list {
  margin: 0 5px;
}
@media screen and (max-width: 641px) {
  .common-filter .select-list {
    max-width: 242px;
    min-width: 242px;
    margin: 5px auto;
  }
}
.table-result.table thead tr:nth-of-type(1) th {
  padding: 5px;
  white-space: nowrap;
}
.table-result.table thead tr:nth-of-type(1) th:nth-child(1) {
  left: 0;
  width: 30px;
  min-width: 30px;
}
@media screen and (max-width: 641px) {
  .table-result.table thead tr:nth-of-type(1) th:nth-child(1) {
    width: 25px;
    min-width: 25px;
  }
}
.table-result.table thead tr:nth-of-type(1) th:nth-child(2) {
  left: 30px;
  width: 30px;
  min-width: 30px;
}
@media screen and (max-width: 641px) {
  .table-result.table thead tr:nth-of-type(1) th:nth-child(2) {
    left: 25px;
    width: 25px;
    min-width: 25px;
  }
}
.table-result.table thead tr:nth-of-type(1) th:nth-child(3) {
  left: 60px;
}
@media screen and (max-width: 641px) {
  .table-result.table thead tr:nth-of-type(1) th:nth-child(3) {
    left: 50px;
  }
}
.table-result.table td {
  padding: 5px;
  text-align: center;
}
.table-result.table td:nth-child(1) {
  left: 0;
}
.table-result.table td:nth-child(2) {
  left: 30px;
}
@media screen and (max-width: 641px) {
  .table-result.table td:nth-child(2) {
    left: 25px;
  }
}
.table-result.table td:nth-child(3) {
  left: 60px;
  text-align: left;
}
.table-result.table td:nth-child(3) .text-link {
  color: #0148A8;
  font-weight: normal;
}
.table-result.table td:nth-child(3) .text-link .for-pc {
  display: inline-block;
}
@media screen and (max-width: 641px) {
  .table-result.table td:nth-child(3) {
    left: 50px;
  }
}
.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-result.table {
  border-bottom: 1px solid #7B7B7B;
}
.table-result.table tfoot td {
  border-top: 1px solid #7B7B7B;
}
.table-result.table tfoot td:nth-child(3){
  text-align: center;
}
.table-result .table-title.player-name {
  width: 180px;
  min-width: 180px;
  left: 60px;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 641px) {
  .table-result .table-title.player-name {
    width: 70px;
    min-width: 70px;
    left: 50px;
  }
}
.table-result .table-title:first-of-type {
  min-width: 35px;
}
.table-result tfoot td.foot-ttl {
  border-right: 0;
  border-left: 0;
}
.team-band {
  background-color: #6F7E90;
  padding: 5px 10px;
}
@media screen and (max-width: 641px) {
  .team-band {
    padding: 5px 20px;
  }
}
.team-band-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 890px;
  margin: 0 auto;
}
.team-band-name {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 641px) {
  .team-band-name {
    font-size: 12px;
  }
}
.commentary-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 641px) {
  .commentary-wrap {
    word-break: keep-all;
  }
}
.commentary-wrap span {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
  font-size: 10px;
}
@media screen and (max-width: 961px) {
  .commentary-wrap span {
    transform: scale(0.9);
  }
}
table.table-stickey th.table-stickey-col:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
table.table-stickey th.table-stickey-col:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
table.table-stickey th.table-stickey-col:nth-child(3) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  border-right: 1px solid #d9d9d9;
}
table.table-stickey td.table-stickey-col {
  background-color: #ffffff;
}
table.table-stickey td.table-stickey-col:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
table.table-stickey td.table-stickey-col:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
table.table-stickey td.table-stickey-col:nth-child(3) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  border-right: 1px solid #d9d9d9;
}
table.table-stickey td.ts-col-foot {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  border-right: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.table-container-games {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 641px) {
  .table-container-games {
    width: 100vw;
    margin-left: -10px;
  }
}
.is-sp-show {
  display: none;
}
@media screen and (max-width: 641px) {
  .is-sp-show {
    display: inline-block;
  }
}
.is-pc-show {
  display: inline-block;
}
@media screen and (max-width: 641px) {
  .is-pc-show {
    display: none;
  }
}
.common-filter {
  flex-wrap: nowrap;
}
.common-filter div {
  margin-left: 10px;
}
.common-filter div:first-of-type {
  margin-left: 0;
}
.common-filter div p {
  font-size: 11px;
  position: absolute;
  top: -19px;
  margin-left: 5px;
}
.filter-detail {
  height: 30px;
}
.select-list {
  height: 30px;
  padding: 5px 11px;
  width: 105px !important;
  justify-content: flex-start;
}
.select-list.disabled {
  background-color: #d3d3d3;
}
.select-list.disabled .select-content::after {
  content: none;
}
.select-box {
  padding-right: 20px;
  min-width: 80px;
}
@media screen and (max-width: 641px) {
  .select-title {
    font-size: 11px;
  }
  .modal-content .select-title {
    min-width: 85px !important;
  }
  .is-sp-mt30{
    margin-top: 30px !important;
  }
}
.filter-swiper-list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 641px) {
  .filter-swiper-list {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.filter-swiper-list .swiper-button-prev, .filter-swiper-list .swiper-button-next {
  width: 32px;
  height: 32px;
  display: none;
}
@media screen and (max-width: 641px) {
  .filter-swiper-list .swiper-button-prev, .filter-swiper-list .swiper-button-next {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px) !important;
  }
  .filter-swiper-list .common-filter.swiper-wrapper {
    flex-direction: row;
  }
  .filter-swiper-list .common-filter.swiper-wrapper .swiper-slide .select-list {
    max-width: 100%;
    min-width: auto;
  }
}
.filter-swiper-list .swiper-button-prev img, .filter-swiper-list .swiper-button-next img {
  width: 100%;
}
.filter-swiper-list .swiper-wrapper {
  flex-wrap: nowrap;
}
.filter-swiper-list .common-filter.swiper-wrapper {
  position: relative;
}
.filter-swiper-list .swiper-slide {
  display: flex;
  width: auto;
}
.filter-list {
  margin-top: 30px !important;
}
.report .shot-chart {
  display: flex;
}
.report .shot-chart-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.report .shot-chart-name {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.report .shot-chart-name img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
.report .shot-chart-court-box {
  width: 100%;
}
.report .shot-chart-court-box .img-court-full.shot-chart-home-1 > img,
.report .shot-chart-court-box .img-court-full.shot-chart-away-1 > img {
  width: 100%;
  max-width: 380px;
  height: 400px;
}
.report .shot-chart-court-box .img-court-full.shot-chart-home-1 > img.icon-cross,
.report .shot-chart-court-box .img-court-full.shot-chart-away-1 > img.icon-cross {
  width: 30px;
  height: 30px;
}
.report .shot-chart-court-box .img-court-full.shot-chart-home-1 > img.icon-circle,
.report .shot-chart-court-box .img-court-full.shot-chart-away-1 > img.icon-circle {
  width: 20px;
  height: 20px;
}
.report .shot-chart-court-box .img-court-full .svg,
.report .shot-chart-court-box .img-court-full .svg > image {
  width: 100%;
  height: 100%;
}
.report .svg {
  max-width: 100%;
  height: auto;
}
.report .svg-item {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.report .svg-item-frame {
  fill: rgba(255, 255, 255, 0);
  transition: fill 0.3s ease;
}
.report .svg-item:hover .svg-item-frame {
  fill: rgba(255, 255, 255, 0.5);
}
.report .svg-item.is-selected .svg-item-frame {
  fill: rgba(252, 107, 113, 0.5);
}
.report .svg-item-text{
  font-family: inherit;
  text-anchor: middle;
}
.report .svg-item-text .number {
  font-size: 16px;
}
.report .svg-item-text .unit {
  font-size: 12px;
}
.report .svg-item-text .data {
  font-size: 10px;
}
@media screen and (max-width: 641px) {
  .report .shot-chart {
    flex-direction: column;
  }
  .report .shot-chart-item {
    width: 100%;
    margin-top: 30px;
  }
  .report .shot-chart-item:first-child {
    margin-top: 0;
  }
  .report .shot-chart-img img {
    width: 100%;
  }
  .report .svg-item:hover .svg-item-frame {
    fill: rgba(255, 255, 255, 0);
  }
  .report .shot-chart-court-box .img-court-full.shot-chart-home-1 > img,
  .report .shot-chart-court-box .img-court-full.shot-chart-away-1 > img {
    max-width: 100%;
    height: auto;
  }
  .report .shot-chart-court-box .img-court-full.shot-chart-home-1 > img.icon-cross,
  .report .shot-chart-court-box .img-court-full.shot-chart-away-1 > img.icon-cross {
    width: 16px;
    height: 16px;
  }
  .report .shot-chart-court-box .img-court-full.shot-chart-home-1 > img.icon-circle,
  .report .shot-chart-court-box .img-court-full.shot-chart-away-1 > img.icon-circle {
    width: 10px;
    height: 10px;
  }
}

.game_detail-contents.is-loading {
  display: none;
}
.game_detail-contents-load {
  display: none;
}
.game_detail-contents-load:after {
  content: none;
}
.game_detail-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) {
  .game_detail-contents-load.is-loading {
    height: 180px;
  }
}
.game_detail-contents-load.is-loading img {
  width: 50px;
  height: 50px;
}

.game_detail-contents-load .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: load4 1.4s infinite linear;
  animation: load4 1.4s infinite linear;
  transform: translateZ(0);
}
.game_detail-contents-load .loader::before {
  width: 50%;
  height: 50%;
  background: #dcdcdc;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.game_detail-contents-load .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 load4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scoreboard.is-active {
  opacity: 1;
  transition: none;
}
.scoreboard__match--live {
  position: relative;
}
.scoreboard__match--live.is-active::before {
  content: "";
  display: block;
  border-bottom: 8px solid #B21920;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 8px);
  z-index: 5;
}

@media screen and (min-width: 642px) {
  .game-broadcast > .site-container  > a > img.image-stretch{
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=map/game_detail_new2208.css.map */