@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Kreon:300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@font-face {
  font-family: 'Jersey';
  src: url("/special/2021stats/font/Jersey M54.ttf") format("truetype");
}
/*-----------------------------------

awards2021.scss

------------------------------------*/
a {
  color: #E60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  overflow: hidden;
  min-width: 1080px;
  background: #000;
  background-size: 100% auto;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #FFF;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header *,
#main * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wide_base {
  width: 980px;
}

.wide_baseL {
  width: 1200px;
}

.bodyBG {
  background: url(/img/special/2021stats/bg.jpg) no-repeat top center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}

.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

/* ==========================================================================
   COMMON
========================================================================== */
.heading__h1 {
  font-family: "Jersey", sans-serif;
  color: #E60012;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
  background: #000;
  border-bottom: 1px solid #BABABA;
  line-height: 1;
  padding: 10px 0;
}
.teamArea .heading__h1 {
  background: #fff;
}
.heading__h1 span {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  padding-left: 15px;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
.teamArea .heading__h1 span {
  color: #000;
}
.heading__h1 > div {
  width: 980px;
  margin: 0 auto;
}

.btn__more {
  width: 240px;
  font-weight: 800;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn__more::before {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  transform: rotate(90deg);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 16px;
  height: 16px;
  margin: auto;
}
.btn__more::after {
  content: "もっとみる";
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.btn__more.on-click::after {
  content: "とじる";
}
.btn__more.on-click::before {
  transform: rotate(-90deg);
}

.txt-hide {
  display: none;
}

.outer__inner {
  width: 980px;
  margin: 0 auto;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}

.fadein {
  opacity: 0;
  transition: transform 0.3s;
  transform: translateX(-100px);
  -webkit-transform: translateX(-50px);
  transition: all .5s;
}

.fadein.active {
  transition: transform 0.3s;
  transition: all .5s;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.fadeinL {
  opacity: 0;
  transition: transform 0.3s;
  transform: translateY(-100px);
  -webkit-transform: translateY(-50px);
  transition: all .5s;
}

.fadeinL.active {
  transition: transform 0.3s;
  transition: all .5s;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.fadeinKV {
  opacity: 0;
  transition: transform 0.3s;
  transform: translateY(100px);
  -webkit-transform: translateY(50px);
  transition: all .5s;
}

.fadeinKV.active {
  transition: transform 0.3s;
  transition: all .5s;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 15px;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
  box-sizing: border-box;
  min-width: 1200px;
  transition: all 1s;
}
#header .header__left {
  width: 80%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
#header .header__left__jleaguejp {
  margin-right: 5px;
}
#header .header__left__jleaguejp img {
  width: auto;
  height: 40px;
}
#header .header__left__nav {
  height: 40px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
}
#header .header__left__nav .navList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
  height: 40px;
  font-family: "Jersey", sans-serif;
}
#header .header__left__nav .navList li {
  letter-spacing: 0.05em;
  height: 40px;
  position: relative;
}
#header .header__left__nav .navList li a,
#header .header__left__nav .navList li span {
  color: #fff;
  line-height: 40px;
  padding: 0 7px;
  display: block;
}
#header .header__left__nav .navList li span {
  opacity: 0.3;
}
#header .header__left__nav .navList li.nolink a {
  pointer-events: none;
  opacity: 0.6;
}
#header .header__right {
  width: 20%;
  text-align: right;
}
#header .header__right.btn__vote a {
  display: inline-block;
  width: 200px;
  background: #E60012;
  border-radius: 2px;
  padding: 0 10px;
  color: #FFF;
  line-height: 30px;
  height: 30px;
  font-weight: 800;
  font-size: 12px;
  font-size: 1.2rem;
}
#header .header__right.btn__vote a::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  margin-left: 5px;
}
#header.is-in {
  background: rgba(0, 0, 0, 0.85);
}

#navigation {
  display: none;
}

#underlineNav {
  position: relative;
}
#underlineNav__line {
  position: absolute;
  bottom: -10px;
  height: 3px;
  background-color: #E60012;
  transition: all .3s ease;
}

/* ==========================================================================
   fixnav
========================================================================== */
.fixednav {
  opacity: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 60px;
  width: 100%;
  padding: 5px 0 5px 50px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 100;
  transition: 1s ease-in-out;
}
body.other .fixednav {
  display: none;
}
.fixednav ul {
  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- inherit;
  align-items: -webkit- inherit;
  align-items: inherit;
}
.fixednav ul li a {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}
.fixednav ul li a:before {
  position: absolute;
  content: '/';
  color: #000;
  right: 0px;
  font-size: 13px;
  font-size: 1.3rem;
}
.fixednav.is-in {
  opacity: 1;
}

/* ==========================================================================
   KVAREA
========================================================================== */
.kvArea {
  position: relative;
  text-align: right;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
}
.kvArea__img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- inherit;
  align-items: -webkit- inherit;
  align-items: inherit;
}
.kvArea__img > div {
  width: calc(100% / 16);
  height: 580px;
  overflow: hidden;
}
.kvArea__img > div:nth-child(1) {
  background: url(/img/special/2021stats/kv_01.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(2) {
  background: url(/img/special/2021stats/kv_02.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(3) {
  background: url(/img/special/2021stats/kv_03.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(4) {
  background: url(/img/special/2021stats/kv_04.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(5) {
  background: url(/img/special/2021stats/kv_05.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(6) {
  background: url(/img/special/2021stats/kv_06.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(7) {
  background: url(/img/special/2021stats/kv_07.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(8) {
  background: url(/img/special/2021stats/kv_08.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(9) {
  background: url(/img/special/2021stats/kv_09.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(10) {
  background: url(/img/special/2021stats/kv_15.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(11) {
  background: url(/img/special/2021stats/kv_11.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(12) {
  background: url(/img/special/2021stats/kv_12.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(13) {
  background: url(/img/special/2021stats/kv_13.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(14) {
  background: url(/img/special/2021stats/kv_14.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(15) {
  background: url(/img/special/2021stats/kv_10.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__img > div:nth-child(16) {
  background: url(/img/special/2021stats/kv_16.jpg) no-repeat top center;
  background-size: cover;
  width: calc(100% / 16);
  height: 580px;
}
.kvArea__txt {
  width: 980px;
  margin: 80px auto;
  text-align: center;
}
.kvArea__txt img {
  margin-bottom: 40px;
}
.kvArea__txt p {
  font-size: 16px;
  font-size: 1.6rem;
  outline-color: 1.5;
}

/* ==========================================================================
   NAVAREA
========================================================================== */
.NavArea__nav {
  width: 980px;
  margin: 0 auto;
}
.NavArea__nav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- inherit;
  align-items: -webkit- inherit;
  align-items: inherit;
}
.NavArea__nav ul li {
  width: calc(100% / 4);
  background: #000;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.NavArea__nav ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
body.other .NavArea__nav ul li:nth-child(4) a {
  color: #000;
}
body.J1 .NavArea__nav ul li:nth-child(1) {
  background: #fff;
}
body.J2 .NavArea__nav ul li:nth-child(2) {
  background: #fff;
}
body.J3 .NavArea__nav ul li:nth-child(3) {
  background: #fff;
}
body.other .NavArea__nav ul li:nth-child(4) {
  background: #fff;
}
.NavArea__nav ul li img {
  width: 100%;
}
.NavArea__nav ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.NavArea__ankr {
  background: #fff;
  margin: 0 auto;
  padding: 40px 0;
}
body.other .NavArea__ankr {
  padding: 20px 0 40px;
}
.NavArea__ankr ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- inherit;
  align-items: -webkit- inherit;
  align-items: inherit;
}
body.other .NavArea__ankr ul {
  display: none;
}
.NavArea__ankr ul li a {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
.NavArea__ankr ul li a:before {
  position: absolute;
  content: '/';
  color: #000;
  right: 0px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ==========================================================================
   PLAYERAREA
========================================================================== */
.playerArea {
  background: rgba(0, 0, 0, 0.5);
}
.playerArea .outer__inner {
  padding: 80px 0;
}
body.other .playerArea .outer__inner {
  padding-top: 0;
}
.playerArea .ttl.spDISP {
  display: none;
}
.playerArea .rank {
  position: relative;
  width: 40px;
  margin-right: 10px;
}
.playerArea .rank img {
  width: 100%;
}
.playerArea .rank:before {
  position: absolute;
  color: #fff;
  right: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  margin: auto;
  right: 0;
  left: 0;
  font-family: "Jersey", sans-serif;
  font-weight: 800;
}
.playerArea .rank.one:before {
  content: '1';
}
.playerArea .rank.two:before {
  content: '2';
}
.playerArea .rank.three:before {
  content: '3';
}
.playerArea__wrap + .playerArea__wrap {
  margin-top: 40px;
}
.playerArea__wrap:nth-child(2n) .playerArea__box--txt {
  padding-left: 0;
  padding-right: 40px;
}
.playerArea__box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- inherit;
  align-items: -webkit- inherit;
  align-items: inherit;
}
.playerArea__box img {
  width: 50%;
}
.playerArea__box--txt {
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
}
.playerArea__box--txt .ttl {
  font-family: "Jersey", sans-serif;
  font-weight: 800;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
}
.playerArea__box--txt .ttl span {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 10px;
  line-height: 1;
}
.playerArea__box--txt .ttl span.jp {
  font-size: 40px;
  font-size: 4rem;
}
.playerArea__box--txt .num {
  letter-spacing: 5px;
}
.playerArea__box--txt .num span {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  margin-left: 10px;
  font-family: "Jersey", sans-serif;
}
.playerArea__box--txt .num span.count {
  font-weight: 800;
  line-height: 1;
  font-size: 130px;
  font-size: 13rem;
  margin-left: 0;
  display: inline-block;
}
.playerArea__box--txt .num span.small {
  font-size: 50px;
  font-size: 5rem;
}
.playerArea__box--txt .num span.jp {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 3rem !important;
  margin-left: 0;
  vertical-align: middle;
}
body.J1 .playerArea__box--txt .num.goal span:nth-child(1) {
  width: 140px;
}
body.J1 .playerArea__box--txt .num.assist span:nth-child(1) {
  width: 107px;
}
body.J1 .playerArea__box--txt .num.sprint span:nth-child(1) {
  width: 190px;
  font-size: 95px;
  font-size: 9.5rem;
}
body.J1 .playerArea__box--txt .num.mileage span:nth-child(1) {
  width: 346px;
  font-size: 95px;
  font-size: 9.5rem;
}
body.J1 .playerArea__box--txt .num.covered span:nth-child(1) {
  width: 267px;
  font-size: 95px;
  font-size: 9.5rem;
}
body.J1 .playerArea__box--txt .num.speed span:nth-child(1) {
  width: 234px;
  font-size: 95px;
  font-size: 9.5rem;
}
body.J1 .playerArea__box--txt .num.shoot span:nth-child(1) {
  width: 140px;
}
body.J1 .playerArea__box--txt .num.path span:nth-child(1) {
  width: 186px;
  font-size: 95px;
  font-size: 9.5rem;
}
body.J1 .playerArea__box--txt .num.crosses span:nth-child(1) {
  width: 176px;
}
body.J1 .playerArea__box--txt .num.chance span:nth-child(1) {
  width: 138px;
}
body.J1 .playerArea__box--txt .num.dribbles span:nth-child(1) {
  width: 176px;
}
body.J1 .playerArea__box--txt .num.warfare span:nth-child(1) {
  width: 214px;
}
body.J1 .playerArea__box--txt .num.tackles span:nth-child(1) {
  width: 144px;
}
body.J1 .playerArea__box--txt .num.gksave span:nth-child(1) {
  width: 176px;
}
body.J1 .playerArea__box--txt .num.crean span:nth-child(1) {
  width: 107px;
}
body.J2 .playerArea__box--txt .num.goal span:nth-child(1) {
  width: 139px;
}
body.J2 .playerArea__box--txt .num.assist span:nth-child(1) {
  width: 113px;
}
body.J2 .playerArea__box--txt .num.shoot span:nth-child(1) {
  width: 176px;
}
body.J2 .playerArea__box--txt .num.path span:nth-child(1) {
  width: 246px;
}
body.J2 .playerArea__box--txt .num.crosses span:nth-child(1) {
  width: 182px;
}
body.J2 .playerArea__box--txt .num.chance span:nth-child(1) {
  width: 107px;
}
body.J2 .playerArea__box--txt .num.dribbles span:nth-child(1) {
  width: 141px;
}
body.J2 .playerArea__box--txt .num.warfare span:nth-child(1) {
  width: 208px;
}
body.J2 .playerArea__box--txt .num.tackles span:nth-child(1) {
  width: 137px;
  font-size: 95px;
  font-size: 9.5rem;
}
body.J2 .playerArea__box--txt .num.gksave span:nth-child(1) {
  width: 144px;
}
body.J2 .playerArea__box--txt .num.crean span:nth-child(1) {
  width: 108px;
}
body.J3 .playerArea__box--txt .num.goal span:nth-child(1) {
  width: 107px;
}
body.J3 .playerArea__box--txt .num.assist span:nth-child(1) {
  width: 69px;
}
body.J3 .playerArea__box--txt .num.shoot span:nth-child(1) {
  width: 139px;
}
body.J3 .playerArea__box--txt .num.path span:nth-child(1) {
  width: 246px;
}
body.J3 .playerArea__box--txt .num.crosses span:nth-child(1) {
  width: 175px;
}
body.J3 .playerArea__box--txt .num.chance span:nth-child(1) {
  width: 138px;
}
body.J3 .playerArea__box--txt .num.dribbles span:nth-child(1) {
  width: 140px;
}
body.J3 .playerArea__box--txt .num.warfare span:nth-child(1) {
  width: 176px;
}
body.J3 .playerArea__box--txt .num.tackles span:nth-child(1) {
  width: 130px;
}
body.J3 .playerArea__box--txt .num.gksave span:nth-child(1) {
  width: 145px;
}
body.J3 .playerArea__box--txt .num.crean span:nth-child(1) {
  width: 107px;
}
.playerArea__box--txt .attention {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  margin: 0px 0px 20px;
}
.playerArea__box--txt .name {
  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;
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
}
.playerArea__box--txt .name i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.playerArea__box--txt .name i span {
  margin-left: 10px;
  font-weight: 800;
}
.playerArea__box--txt .name.othername {
  font-size: 90px;
  font-size: 9rem;
}
.playerArea__box--txt .name.othername .rank {
  width: 90px;
  margin-right: 20px;
}
.playerArea__box--txt .name.othername .rank:before {
  line-height: 90px;
  font-size: 46px;
  font-size: 4.6rem;
}
.playerArea__box--txt .name.othername .count {
  font-size: 60px;
  font-size: 6rem;
}
.playerArea__box--txt .name.othersname {
  font-size: 40px;
  font-size: 4rem;
}
.playerArea__box--txt .name.othersname .count {
  font-size: 40px;
  font-size: 4rem;
}
.playerArea__box--txt .name.othername, .playerArea__box--txt .name.othersname {
  line-height: 1;
  margin-bottom: 15px;
  align-items: flex-end;
}
.playerArea__box--txt .name.othername span:nth-child(2), .playerArea__box--txt .name.othersname span:nth-child(2) {
  font-weight: 800;
}
.playerArea__box--txt .name.othername span:nth-child(4), .playerArea__box--txt .name.othersname span:nth-child(4) {
  font-weight: 800;
  font-size: 30px;
  font-size: 3rem;
}
.playerArea__box--txt .name.othername .count, .playerArea__box--txt .name.othersname .count {
  font-family: "Jersey", sans-serif;
  margin-left: 20px;
  line-height: 1;
  line-height: 0.8;
}
.playerArea__box--txt .btn__more {
  margin-top: 30px;
}
body.other .playerArea__box--txt .btn__more {
  margin-top: 0;
}
.playerArea__other {
  margin: 0 auto;
}
.playerArea__other--list {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.playerArea__other--listwrap {
  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- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  margin: 30px 0 10px;
}
.playerArea__other--list li + li {
  margin-top: 10px;
}
.playerArea__other--list li a {
  color: #fff;
  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;
  background: #000;
  padding: 10px 30px 0;
}
body.other .playerArea__other--list li a {
  padding: 10px 30px;
}
.playerArea__other--list li a.nolink {
  pointer-events: none;
}
.playerArea__other--list li a.nolink:hover {
  opacity: 1;
}
.playerArea__other--list li .attention {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  background: #000;
  padding-right: 30px;
  padding-bottom: 10px;
}
.playerArea__other--list .img {
  width: 50px;
  margin-right: 10px;
}
.playerArea__other--list .img img {
  width: 100%;
}
.playerArea__other--list .rank {
  margin-right: 10px;
  color: #fff;
  font-family: "Jersey", sans-serif;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
.playerArea__other--list .name {
  width: 220px;
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-right: 10px;
}
body.other .playerArea__other--list .name {
  line-height: 40px;
}
.playerArea__other--list .name i {
  margin-top: 5px;
  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;
  font-size: 14px;
  font-size: 1.4rem;
}
.playerArea__other--list .name i span {
  margin-right: 5px;
  font-weight: 800;
}
.playerArea__other--list .num {
  text-align: right;
  width: calc(100% - 340px);
  font-family: "Jersey", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
.playerArea__other--list .num span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
}
.playerArea__other--list .num span.jp {
  display: inline-block;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  margin: 0 3px;
}
.playerArea__other .definition {
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.playerArea__other .attention {
  text-align: right;
}
.playerArea__other .btn__more {
  margin: 30px auto 0;
  display: block;
}

/* ==========================================================================
   TEAMAREA
========================================================================== */
.teamArea {
  background: #fff;
  color: #000;
}
.teamArea .rank {
  position: relative;
  width: 40px;
  margin-right: 10px;
  top: 20px;
  left: 20px;
  display: block;
}
.teamArea .rank img {
  width: 100%;
}
.teamArea .rank:before {
  position: absolute;
  color: #fff;
  right: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  margin: auto;
  right: 0;
  left: 0;
  font-family: "Jersey", sans-serif;
  font-weight: 800;
  z-index: 100;
}
.teamArea .rank.one:before {
  content: '1';
}
.teamArea .rank.two:before {
  content: '2';
}
.teamArea .rank.three:before {
  content: '3';
}
.teamArea .outer__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- inherit;
  align-items: -webkit- inherit;
  align-items: inherit;
  padding: 80px 0;
}
.teamArea__box {
  width: calc((100% - 60px) / 3);
}
.teamArea__box:nth-child(n + 4) {
  margin-top: 30px;
}
.teamArea__box--ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 5px;
}
.teamArea__box > div {
  background: url(/img/special/2021stats/teambg.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 30px;
}
.teamArea__box .emb {
  margin-bottom: 10px;
}
.teamArea__box .emb img {
  height: 160px;
  margin: 0 auto;
  display: block;
}
.teamArea__box .num {
  display: block;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.teamArea__box .num span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-right: 10px;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
.teamArea__box .num span.count {
  font-weight: 800;
  font-family: "Jersey", sans-serif;
  line-height: 1;
  font-size: 70px;
  font-size: 7rem;
  letter-spacing: 5px;
  margin-right: 0;
  display: inline-block;
}
.teamArea__box .num span.two {
  width: 80px;
}
body.J1 .teamArea__box .num span.visitors {
  width: 207px;
}
body.J2 .teamArea__box .num span.visitors {
  width: 241px;
}
body.J3 .teamArea__box .num span.visitors {
  width: 198px;
}
body.J3 .teamArea__box .num span.boul {
  width: 138px;
}
.teamArea__box .btn__more {
  display: block;
  margin: 0 auto;
}
.teamArea__other {
  background: none !important;
}
.teamArea__other--list {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.teamArea__other--list li + li {
  margin-top: 5px;
}
.teamArea__other--list a {
  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;
  color: #000;
  font-weight: 800;
  height: 40px;
}
.teamArea__other--list .rank {
  top: inherit;
  left: inherit;
  font-family: "Jersey", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  width: 30px;
  margin-right: 5px;
}
.teamArea__other--list .rank:before {
  line-height: 30px;
}
.teamArea__other--list .emb {
  margin-bottom: 0;
  margin-right: 5px;
  width: calc(100% - 102px);
  font-size: 12px;
  font-size: 1.2rem;
}
.teamArea__other--list .emb i {
  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;
}
.teamArea__other--list .num {
  font-weight: 800;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  padding: 0;
  letter-spacing: inherit;
  width: 62px;
}
.teamArea__other--list .num span {
  font-family: "Jersey", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 0;
}

/* ==========================================================================
   LEAGUEAREA
========================================================================== */
.leagueArea {
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 70px;
}
.leagueArea__record {
  text-align: center;
  color: #fff;
  padding: 60px 0;
}
.leagueArea__record.goal {
  background: url(/img/special/2021stats/league_goalbg.jpg) no-repeat top center;
  background-size: cover;
}
.leagueArea__record.goal .leagueArea__record--num span.count {
  width: 200px;
}
.leagueArea__record.audience {
  background: url(/img/special/2021stats/league_audiencebg.jpg) no-repeat top center;
  background-size: cover;
  background-position: center;
}
.leagueArea__record.audience .leagueArea__record--num span.count {
  width: 424px;
}
.leagueArea__record.registered {
  background: url(/img/special/2021stats/league_registered.jpg) no-repeat top center;
  background-size: contain;
  background-position: left;
  background-color: #444444;
}
.leagueArea__record.registered .leagueArea__record--num span.count {
  width: 199px;
}
.leagueArea__record.joine {
  background: url(/img/special/2021stats/league_joine.jpg) no-repeat top center;
  background-size: contain;
  background-position: right;
  background-color: #444444;
}
.leagueArea__record.joine .leagueArea__record--num span.count {
  width: 193px;
}
.leagueArea__record.retirement {
  background: url(/img/special/2021stats/league_retirement.jpg) no-repeat top center;
  background-size: contain;
  background-position: left;
  background-color: #444444;
}
.leagueArea__record.retirement .leagueArea__record--num span.count {
  width: 130px;
}
.leagueArea__record--ttl {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
.leagueArea__record--num span {
  font-weight: 800;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
}
.leagueArea__record--num span.count {
  font-weight: 800;
  font-family: "Jersey", sans-serif;
  line-height: 1;
  font-size: 120px;
  font-size: 12rem;
  letter-spacing: 5px;
  display: inline-block;
}
.leagueArea__attention {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.leagueArea h4 {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-top: 80px;
}
.leagueArea .winArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.leagueArea .winArea li {
  width: 240px;
  margin-bottom: 30px;
  text-align: center;
}
.leagueArea .winArea li .month {
  font-size: 18px;
  font-weight: bold;
  color: #bf920f;
}
.leagueArea .winArea li figure {
  width: 180px;
  height: 180px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}
.leagueArea .winArea li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.leagueArea .winArea li .data {
  color: #fff;
}
.leagueArea .winArea li .data p {
  font-weight: 800;
}
.leagueArea .winArea li .data span.embS {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.leagueArea .winArea li .data .pos {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
}
.leagueArea .winArea li .data .pos span {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
  font-weight: 800;
}

/* ==========================================================================
   LINKAREA
========================================================================== */
.linkArea {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0 80px;
}
.linkArea .outer__inner {
  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- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.linkArea a {
  width: calc((100% - 60px) / 4);
  background: #000;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  margin-right: 20px;
  line-height: 40px;
}
.linkArea a:last-child {
  margin-right: 0;
  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- center;
  align-items: -webkit- center;
  align-items: center;
}
.linkArea a.otherbtn {
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
  position: relative;
}
.linkArea a.otherbtn::before {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
body.J1 .linkArea a.otherbtn, body.J2 .linkArea a.otherbtn, body.J3 .linkArea a.otherbtn {
  display: none;
}
body.J1 .linkArea a:first-child {
  background: rgba(255, 255, 255, 0.7);
}
body.J2 .linkArea a:nth-child(2) {
  background: rgba(255, 255, 255, 0.7);
}
body.J3 .linkArea a:nth-child(3) {
  background: rgba(255, 255, 255, 0.7);
}
body.other .linkArea a:nth-child(4) {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.linkArea a img {
  width: 100%;
}
