@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--img {
  width: 90%;
}
.resulttopArea__bnr {
  margin-bottom: 30px;
}
.resulttopArea__inner {
  margin: 60px auto;
}
.resulttopArea__leadtxt {
  margin-bottom: 0;
}
.tabSelecter .resulttopArea__tablist {
  margin-bottom: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.tabSelecter .resulttopArea__tablist--item {
  width: calc((100% - 20px) / 3);
}
.tabSelecter .resulttopArea__tablist--item a {
  border-radius: 10px;
  padding: 10px 0;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-size: 1.8rem;
}
.tabSelecter .resulttopArea__tablist--item a span {
  font-size: 14px;
  font-size: 1.4rem;
}
.tabSelecter .resulttopArea__tablist--item a:after {
  bottom: -10px;
  border-width: 10px 15px 0 15px;
}
.resulttopArea__contentswrap {
  padding: 50px 5%;
}
.resulttopArea .clubTeamUl {
  gap: 0;
}
.resulttopArea .clubTeamUl li {
  width: 100%;
}
.resulttopArea .clubTeamUl li:nth-child(2) {
  border-top: 0;
}
.resulttopArea .clubTeamUl li a {
  padding: 5px 9px;
}

.ranking_list {
  margin-bottom: 40px;
}
.ranking_list li .blank {
  padding: 10px 0;
}
.ranking_list li a {
  padding: 10px 0;
}
.ranking_list li .nolink {
  padding: 10px 0;
}
.ranking_list li .number {
  font-size: 20px;
  width: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.ranking_list li .number_1 {
  margin-right: 10px;
}
.ranking_list li .number_2 {
  margin-right: 10px;
}
.ranking_list li .number_3 {
  margin-right: 10px;
}
.ranking_list li .number_other {
  margin-right: 10px;
}
.ranking_list li dl dt {
  margin-right: 10px;
}
.ranking_list li dl dd {
  display: block;
  padding-right: 10px;
}
.ranking_list li dl dd p.name {
  font-size: 18px;
  margin-bottom: 5px;
  width: auto;
}
.ranking_list li dl dd p.team {
  font-size: 12px;
}
.ranking_list li dl dd p.team .embM {
  display: none;
}
.ranking_list li .ranking_stats p {
  display: block;
  line-height: 1;
}
.ranking_list li:nth-child(1) dl dd p.name, .ranking_list li:nth-child(2) dl dd p.name, .ranking_list li:nth-child(3) dl dd p.name {
  font-size: 18px;
}
.ranking_list li:nth-child(1) dl dd p.team, .ranking_list li:nth-child(2) dl dd p.team, .ranking_list li:nth-child(3) dl dd p.team {
  font-size: 12px;
}
.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_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-block: 20px 10px;
}