@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 1400px;
  }
}
@font-face {
  font-family: "jleaguekick";
  src: url("/font/jleaguekick/JLEAGUEKICK.ttf") format("truetype");
}
.resulttopArea__kv {
  padding-top: 70px;
  position: relative;
  background-color: #000;
  background-image: url(/img/jleagueallstar/dazncup/BG/BG_result.svg);
  background-repeat: repeat;
  background-size: 1000px 665px;
  animation: bg 100s infinite linear;
}
.resulttopArea__kv--img {
  padding-top: 50px;
  bottom: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.resulttopArea__kv--img img {
  width: 100%;
  display: block;
}
.resulttopArea__bnr {
  margin-bottom: 60px;
}
.resulttopArea__inner {
  width: 90%;
  max-width: 980px;
  margin: 80px auto;
}
.resulttopArea__leadtxt {
  margin-top: 30px;
}
.resulttopArea__tablist {
  margin-bottom: 60px;
}
.tabSelecter .resulttopArea__tablist {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  gap: 10px;
  margin: 0 auto 60px;
}
.tabSelecter .resulttopArea__tablist--item {
  border-right: none !important;
  width: calc((100% - 20px) / 6);
  position: relative;
}
.tabSelecter .resulttopArea__tablist--item.j1 a {
  background: #e60012;
}
.tabSelecter .resulttopArea__tablist--item.j2-3 a {
  background: linear-gradient(75deg, #005ae1 50%, #0c9e50 50%);
}
.tabSelecter .resulttopArea__tablist--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  text-align: center;
  background: #000;
  color: #fff;
  height: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "jleaguekick", sans-serif;
}
.tabSelecter .resulttopArea__tablist--item a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: transparent;
}
.tabSelecter .resulttopArea__tablist--item a span {
  font-size: 16px;
  font-size: 1.6rem;
}
.tabSelecter .resulttopArea__tablist--item a:hover {
  opacity: 1;
}
.tabSelecter .resulttopArea__tablist--item a:hover img {
  opacity: 1;
}
.tabSelecter .resulttopArea__tablist--item.current.j1 a:after {
  border-top-color: #e60012;
}
.tabSelecter .resulttopArea__tablist--item.current.j2-3 a:after {
  border-top-color: #005ae1;
}
.resulttopArea__contentswrap {
  padding: 80px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.resulttopArea .clubTeamUl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  column-gap: 20px;
}
.resulttopArea .clubTeamUl li {
  width: calc(50% - 10px);
  border-bottom: 1px solid #d1d1d1;
}
.resulttopArea .clubTeamUl li:nth-child(1), .resulttopArea .clubTeamUl li:nth-child(2) {
  border-top: 1px solid #d1d1d1;
}
.resulttopArea .clubTeamUl a {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  line-height: 1;
  padding: 15px 9px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.resulttopArea .clubTeamUl a .txtwrap {
  font-weight: bold;
  line-height: 1;
  width: calc(100% - 47px);
}
.resulttopArea .clubTeamUl a .txtwrap .kome {
  font-weight: normal;
}
.resulttopArea .clubTeamUl a .embM {
  float: left;
  margin: inherit;
  margin-right: 15px;
}

.ranking_list li a {
  transition: 0.2s;
  color: #222;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ranking_list li a {
  transition: 0.2s ease-in-out;
  color: #222;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ranking_list li a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.ranking_list li .nolink {
  color: #222;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ranking_list li .blank {
  transition: all 0.3s ease-in-out;
  color: #222;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ranking_list li .ranking_cont {
  display: flex;
  justify-content: left;
  align-items: center;
}
.ranking_list li .number {
  font-size: 26px;
  width: 40px;
  line-height: 40px;
  font-family: "jleaguekick", sans-serif;
  margin-right: 30px;
  text-align: center;
}
.ranking_list li .number_1 {
  font-size: 26px;
  width: 40px;
  line-height: 40px;
  font-family: "jleaguekick", sans-serif;
  margin-right: 30px;
  text-align: center;
}
.ranking_list li .number_2 {
  font-size: 26px;
  width: 40px;
  line-height: 40px;
  font-family: "jleaguekick", sans-serif;
  margin-right: 30px;
  text-align: center;
}
.ranking_list li .number_3 {
  font-size: 26px;
  width: 40px;
  line-height: 40px;
  font-family: "jleaguekick", sans-serif;
  margin-right: 30px;
  text-align: center;
  font-weight: bold;
}
.ranking_list li .number_other {
  font-size: 26px;
  width: 40px;
  line-height: 40px;
  font-family: "jleaguekick", sans-serif;
  margin-right: 30px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.ranking_list li dl {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  flex: 1;
}
.ranking_list li dl dt {
  width: 50px;
  margin-right: 50px;
}
.ranking_list li dl dt img {
  width: 40px;
}
.ranking_list li dl dd {
  margin-left: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.ranking_list li dl dd p {
  color: #000;
  font-weight: bold;
  line-height: 1.3;
}
.ranking_list li dl dd p.name {
  width: 220px;
  font-size: 18px;
  margin-right: 30px;
}
.ranking_list li dl dd p.team {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.ranking_list li dl dd p.team span {
  display: inline-block;
  margin-right: 10px;
}
.ranking_list li .ranking_stats p {
  font-family: "jleaguekick", sans-serif;
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
.ranking_list li .ranking_stats p span {
  display: block;
  font-size: 20px;
}
.ranking_list li .ranking_stats_1 p {
  font-family: "jleaguekick", sans-serif;
  text-align: center;
  font-size: 39px;
  display: flex;
  align-items: baseline;
}
.ranking_list li .ranking_stats_1 p span {
  display: block;
  font-size: 20px;
}
.ranking_list li .ranking_stats_2 p {
  font-family: "jleaguekick", sans-serif;
  text-align: center;
  font-size: 39px;
  display: flex;
  align-items: baseline;
}
.ranking_list li .ranking_stats_2 p span {
  display: block;
  font-size: 20px;
}
.ranking_list li .ranking_stats_3 p {
  font-family: "jleaguekick", sans-serif;
  text-align: center;
  font-size: 39px;
  display: flex;
  align-items: baseline;
}
.ranking_list li .ranking_stats_3 p span {
  display: block;
  font-size: 20px;
}
.ranking_list li .number_1,
.ranking_list li .number_2,
.ranking_list li .number_3 {
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
.ranking_list li:nth-child(1) dl dt img, .ranking_list li:nth-child(2) dl dt img, .ranking_list li:nth-child(3) dl dt img {
  width: 50px;
}
.ranking_list li:nth-child(1) .ranking_stats p, .ranking_list li:nth-child(2) .ranking_stats p, .ranking_list li:nth-child(3) .ranking_stats p {
  font-size: 39px;
}
.ranking_list li .number_1 {
  background-image: url(../img/stats/2024/icon_no_1.png);
}
.ranking_list li .number_2 {
  background-image: url(../img/stats/2024/icon_no_2.png);
}
.ranking_list li .number_3 {
  background-image: url(../img/stats/2024/icon_no_3.png);
}

.ranking_ttl {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  margin-block: 30px 20px;
  text-align: center;
}