@charset "UTF-8";
.title-h3 {
  margin-top: 30px;
}
.modal-content .common-filter {
  margin-top: 0;
}
.shot-chart-container {
  width: calc(100% - 30px);
  max-width: 1410px;
  margin: 0 auto;
}
@media screen and (max-width: 961px) {
  .shot-chart-container {
    width: 100%;
  }
}
.shot-chart-tab-content {
  padding: 0;
}
.shot-chart-tab-item button {
  font-size: 14px;
}
@media screen and (max-width: 961px) {
  .shot-chart-tab-item button {
    font-size: 12px;
  }
}
@media screen and (max-width: 961px) {
  .shot-chart-scroller {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -10px;
  }
  .shot-chart-scroller::-webkit-scrollbar {
    display: none;
  }
}
.table-title-large {
  min-width: 184px !important;
}
.table-scroll-container {
  width: calc(100% - 30px);
  max-width: 1410px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 641px) {
  .table-scroll-container {
    width: 100%;
    margin: 0 0 20px;
  }
}
.table-scroll-container.fixed-height {
  height: calc(100vh - 340px);
}
.table-player th.table-title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;
  white-space: nowrap;
  text-align: center;
  font-size: 11px;
}
.table-player thead tr:nth-child(1) th.table-title:nth-child(1) {
  min-width: 42px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 641px) {
  .table-player thead tr:nth-child(1) th.table-title:nth-child(1) {
    min-width: 37px;
  }
}
.table-player thead tr:nth-child(1) th.table-title:nth-child(2) {
  min-width: 180px;
  left: 42px;
  z-index: 2;
}
@media screen and (max-width: 641px) {
  .table-player thead tr:nth-child(1) th.table-title:nth-child(2) {
    min-width: 130px;
    left: 37px;
  }
}
.table-player thead tr:nth-child(1) th.table-title:nth-child(3) {
  min-width: 55px;
}
@media screen and (max-width: 641px) {
  .table-player thead tr:nth-child(1) th.table-title:nth-child(3) {
    min-width: 55px;
  }
}
.table-player thead tr:nth-child(1) th.table-title:nth-child(4), .table-player thead tr:nth-child(1) th.table-title:nth-child(5) {
  min-width: 30px;
}
@media screen and (max-width: 641px) {
  .table-player thead tr:nth-child(1) th.table-title:nth-child(4), .table-player thead tr:nth-child(1) th.table-title:nth-child(5) {
    min-width: 30px;
  }
}
.table-player tr.light-color th.player-name {
  left: 42px;
  z-index: 2;
}
@media screen and (max-width: 641px) {
  .table-player tr.light-color th.player-name {
    left: 37px;
  }
}
.table-player td {
  text-align: center;
  padding: 5px;
  font-size: 11px;
}
.table-player td:nth-child(1) {
  left: 0px;
}
.table-player td:nth-child(2) {
  left: 42px;
  text-align: left;
}
@media screen and (max-width: 641px) {
  .table-player td:nth-child(2) {
    left: 37px;
  }
}
.table-player-name {
  display: block;
  font-size: 12px;
  color: #0148A8 !important;
  font-weight: normal;
}
@media screen and (max-width: 641px) {
  .table-player-name {
    font-size: 10px;
  }
}
.table-player-name-nolink {
  display: block;
}
.table-player-info {
  font-size: 10px;
  color: #6F7E90;
}
@media screen and (max-width: 641px) {
  .table-player-info {
    font-size: 10px;
  }
}
.table-player-pos {
  padding-left: 5px;
}
.table-player .table-team {
  text-align: center;
}
.table-player .table-team-logo {
  width: 30px;
}
.table-player .table-team-name {
  display: block;
  font-size: 10px;
}
.table-player.table-stickey th.table-stickey-col:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-player.table-stickey th.table-stickey-col:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  border-right: 1px solid #d9d9d9;
}
.table-player.table-stickey td.table-stickey-col {
  background-color: #ffffff;
}
.table-player.table-stickey td.table-stickey-col:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.table-player.table-stickey td.table-stickey-col:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  border-right: 1px solid #d9d9d9;
}
.table-club th.table-title {
  padding: 5px;
  white-space: nowrap;
  text-align: center;
  font-size: 11px; 
  left: 0;
  top: 0;
  z-index: 1;
}
.table-club thead tr:nth-child(1) th.table-title:nth-child(1) {
  width: 44px;
  min-width: 44px;
  z-index: 2;
}
@media screen and (max-width: 641px) {
  .table-club thead tr:nth-child(1) th.table-title:nth-child(1) {
    width: 42px;
    min-width: 42px;
  }
}
.table-club thead tr:nth-child(1) th.table-title:nth-child(2) {
  min-width: 250px;
  left: 44px;
  z-index: 2;
}
@media screen and (max-width: 641px) {
  .table-club thead tr:nth-child(1) th.table-title:nth-child(2) {
    min-width: 57px;
    left: 42px;
  }
}
.table-club thead tr:nth-child(1) th.table-title:nth-child(3) {
  min-width: 30px;
}
@media screen and (max-width: 641px) {
  .table-club thead tr:nth-child(1) th.table-title:nth-child(3) {
    min-width: 30px;
  }
}
.table-club.table-stickey th.table-stickey-col:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-club.table-stickey th.table-stickey-col:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  border-right: 1px solid #d9d9d9;
}
.table-club.table-stickey td.table-stickey-col {
  background-color: #ffffff;
}
.table-club.table-stickey td.table-stickey-col:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.table-club.table-stickey td.table-stickey-col:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  border-right: 1px solid #d9d9d9;
}
.table-club td {
  text-align: center;
  padding: 5px;
  font-size: 11px;
}
.table-club td:nth-child(1) {
  left: 0px;
}
.table-club td:nth-child(2) {
  left: 44px;
}
.table-club td:nth-child(2) .table-team {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 641px) {
  .table-club td:nth-child(2) {
    left: 42px;
    flex-direction: column;
    justify-content: center;
  }
}
.table-club .table-team-logo {
  width: 41px;
}
@media screen and (max-width: 641px) {
  .table-club .table-team-logo {
    width: 30px;
  }
}
.table-club .table-team-name {
  display: block;
  font-size: 12px;
  color: #0148A8 !important;
  text-align: left;
  margin-left: 5px;
}
.table-club .table-team-name .text-link {
  font-weight: normal;
}
@media screen and (max-width: 641px) {
  .table-club .table-team-name {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}
.table-scroll-container {
  position: relative;
}
.stats-more-btn {
  position: absolute;
  left: 0;
  width: 100%;
}
.stats-botton-tab {
  margin-top: 30px;
}
.modal-content .grid-row {
  justify-content: center;
}
.modal-content .accordion.js-accordion {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #ffffff;
}
.modal-content .accordion.js-accordion .accordion-heading-btn {
  font-size: 12px;
  color: #6f7e90;
  background-color: #ffffff;
  padding-top: 11px;
  padding-bottom: 11px;
}
.modal-content .accordion.js-accordion .accordion-content {
  margin: 0 15px;
  padding: 15px 0;
  border-top: 1px solid #c4c4c4;
}
.modal-content .accordion.js-accordion .checkbox-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -15px;
}
.modal-content .accordion.js-accordion .checkbox-list li {
  font-size: 12px;
  color: #27313C;
  width: 16.6666666667%;
  margin-top: 15px;
}
@media screen and (max-width: 641px) {
  .modal-content .accordion.js-accordion .checkbox-list li {
    width: 33.3333333333%;
  }
}
.modal-content .accordion.js-accordion .checkbox-list li input {
  display: none;
}
.modal-content .accordion.js-accordion .checkbox-list li input[type=checkbox] + label {
  display: none;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.modal-content .accordion.js-accordion .checkbox-list li input[type=checkbox] + label::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  content: "";
  border: 2px solid;
  border-color: #C4C4C4;
  /* 枠の色 */
  background-color: #ffffff;
  /* 背景色*/
  border-radius: 3px;
}
.modal-content .accordion.js-accordion .checkbox-list li input[type=checkbox]:checked + label::after {
  display: block;
  width: 14px;
  height: 9px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 2px;
  box-sizing: border-box;
  content: "";
  transform: rotate(-45deg);
  border-bottom: 2px solid #B21920;
  border-left: 2px solid #B21920;
  border-color: #B21920;
  /*チェックの色*/
}
.modal-content .common-filter dt.ttl {
  min-width: 81px !important;
}
.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;
  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;
}
.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;
  }
  .select-title{
    font-size: 11px;
  }
  .modal-content .select-title {
    min-width: 85px !important;
  }
}
.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 .swiper-button-prev img, .filter-swiper-list .swiper-button-next img {
  width: 100%;
}
.filter-swiper-list .swiper-wrapper {
  flex-wrap: nowrap;
}
.filter-swiper-list .swiper-slide {
  width: auto;
  display: flex;
}
.marker-list{
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 641px) {
  .marker-list{
    margin-left: 10px;
    margin-right: 10px;
  }
}
.marker-list-item{
  font-size: 12px;
}
.marker-list-container{
  max-width: 1410px;
  margin: 0 auto;
}
.glossary-container{
  max-width: 1410px;
  margin: 0 auto;
  width: calc(100% - 30px);
}

.stats-contents-load {
  display: none;
}
.stats-contents-load:after {
  content: none;
}
.stats-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) {
  .stats-contents-load.is-loading {
  height: 180px;
  }
}
.stats-contents-load.is-loading img {
  width: 50px;
  height: 50px;
}
.stats-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: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
.stats-contents-load .loader::before {
  width: 50%;
  height: 50%;
  background: #dcdcdc;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.stats-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 load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=map/stats_new2208.css.map */