@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");
}
/*-----------------------------------

2021stats.scss

------------------------------------*/
html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 100%;
  overflow: hidden;
  color: #FFF;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding-top: 0 !important;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

.spDISP {
  display: block !important;
}

.pcDISP {
  display: none;
}

.outer__inner {
  width: 90%;
  margin: 0 auto;
}

/* ==========================================================================
   COMMON
========================================================================== */
.heading__h1 {
  font-size: 30px;
  font-size: 3rem;
  padding: 10px;
}

.specialArea {
  background: #fff;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  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.85);
  z-index: 500;
  min-width: inherit;
  height: 60px;
}
#header .header__left {
  width: 100%;
  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: 0 0 0 10px;
}
#header .header__left__jleaguejp img {
  width: auto;
  height: 40px;
}
#header .header__left__logo {
  text-align: center;
  position: absolute;
  width: 100%;
}
#header .header__left__logo a {
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
#header .header__left__logo a.spDISP {
  display: block !important;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
#header .header__left__logo img {
  width: 90%;
  vertical-align: middle;
  position: relative;
  top: -2px;
  height: auto;
}
#header .header__right {
  width: 30px;
  text-align: right;
}

.menu-trigger {
  display: inline-block;
  width: 25px;
  height: 20px;
  position: fixed;
  top: 8px;
  right: 15px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active {
  right: 15px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
#navigation.spDISP {
  display: block !important;
}
#navigation .navigation_inner {
  padding: 0 20px;
  box-sizing: border-box;
}
#navigation .navList {
  text-align: center;
  display: block;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  display: block;
  border-right: none;
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li > a, #navigation .navList li > span {
  padding: 1em 0.5em 0;
  color: #FFF;
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
#navigation .navList li > a {
  position: relative;
}
#navigation .navList li > a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 70%;
  opacity: 0.6;
}
#navigation .navList li > a img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
#navigation .navList li > a:nth-child(n + 2) {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  padding-left: 40px;
}
#navigation .navList li > a:last-child {
  padding-bottom: 1em;
}
#navigation .navList li > span {
  opacity: 0.3;
}
#navigation .navList li.navList__logo a {
  letter-spacing: 0;
  padding: 12px 0;
  display: block;
  text-align: center;
}
#navigation .navList li.navList__logo a::after {
  display: none;
}
#navigation .navList li.navList__logo a img {
  margin: auto;
  vertical-align: top;
}
#navigation .navList li.nolink a {
  pointer-events: none;
  opacity: 0.4;
}

.fixednav {
  background: #fff;
  padding: 5px 0;
}
.fixednav ul {
  justify-content: center;
}
.fixednav ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 10px;
  padding-left: 10px;
}

.NavArea__nav {
  width: 100%;
}
.NavArea__nav ul li a {
  padding: 10px 5px;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  justify-content: center;
}
.NavArea__ankr {
  padding: 20px 0;
}
body.other .NavArea__ankr {
  padding: 10px 0;
}
.NavArea__ankr ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 15px;
  padding-left: 15px;
}
.NavArea__ankr ul li a:before {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ==========================================================================
   KVAREA
========================================================================== */
.kvArea__img {
  margin-top: 60px;
}
.kvArea__img > div {
  width: calc(100% / 8) !important;
  height: 250px !important;
  background-position: center !important;
}
.kvArea__txt {
  width: 90%;
  margin: 40px auto;
}
.kvArea__txt img {
  margin-bottom: 20px;
}
.kvArea__txt p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

/* ==========================================================================
   NAVAREA
========================================================================== */
.NavArea__nav {
  width: 100%;
}
.NavArea__nav ul li a {
  padding: 10px 5px;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  justify-content: center;
}
.NavArea__ankr {
  padding: 20px 0;
}
.NavArea__ankr ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 15px;
  padding-left: 15px;
}
.NavArea__ankr ul li a:before {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ==========================================================================
   PLAYERAREA
========================================================================== */
.playerArea .outer__inner {
  padding: 40px 0;
}
.playerArea .rank {
  width: 30px;
  margin-right: 5px;
}
.playerArea .ttl.spDISP {
  display: block !important;
  letter-spacing: 3px;
  font-family: "Jersey", sans-serif;
  font-weight: 800;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 10px;
}
.playerArea .ttl.spDISP span {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 0;
  line-height: 1;
  display: inherit;
}
body.other .playerArea .ttl.spDISP span {
  font-size: 25px;
  font-size: 2.5rem;
}
.playerArea__wrap + .playerArea__wrap {
  margin-top: 60px;
}
.playerArea__box img {
  width: 100%;
}
.playerArea__box--txt {
  order: 2;
  width: 100%;
  padding: 0 !important;
}
.playerArea__box--txt .ttl {
  display: none;
}
.playerArea__box--txt .name {
  font-size: 19px;
  font-size: 1.9rem;
  justify-content: center;
}
.playerArea__box--txt .name i {
  font-size: 12px;
  font-size: 1.2rem;
}
.playerArea__box--txt .name i span {
  margin-left: 5px;
}
.playerArea__box--txt .name.othername {
  font-size: 50px;
  font-size: 5rem;
  margin-top: 20px !important;
}
.playerArea__box--txt .name.othername .rank {
  width: 50px;
  margin-right: 10px;
}
.playerArea__box--txt .name.othername .rank:before {
  line-height: 50px;
  font-size: 26px;
  font-size: 2.6rem;
}
.playerArea__box--txt .name.othername .count {
  font-size: 40px;
  font-size: 4rem;
}
.playerArea__box--txt .name.othersname {
  font-size: 30px;
  font-size: 3rem;
}
.playerArea__box--txt .name.othersname .rank {
  margin-right: 20px;
}
.playerArea__box--txt .name.othersname .rank:before {
  line-height: 30px;
}
.playerArea__box--txt .name.othername, .playerArea__box--txt .name.othersname {
  margin-left: 15px;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  width: 250px;
  margin: 0 auto 15px;
}
.playerArea__box--txt .num {
  text-align: center;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
}
.playerArea__box--txt .num span {
  font-size: 45px;
  font-size: 4.5rem;
  margin-left: 5px;
  display: block;
  margin: 0 auto;
}
.playerArea__box--txt .num span.count {
  width: auto !important;
  font-size: 8.5rem !important;
}
.playerArea__box--txt .num span:nth-child(2) {
  font-size: 45px;
  font-size: 4.5rem;
}
.playerArea__box--txt .num span:nth-child(2) span {
  display: inline;
  font-size: 3rem !important;
}
.playerArea__box--txt .attention {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.playerArea__box--txt .btn__more {
  margin: 20px auto 0;
  display: block;
}
.playerArea__other {
  width: 100%;
}
.playerArea__other--list {
  width: 100%;
  margin: 0;
}
.playerArea__other--list + .playerArea__other--list {
  margin-top: 10px;
}
.playerArea__other--list li + li {
  margin-top: 5px;
}
.playerArea__other--list li a {
  padding: 5px 10px 5px 5px;
}
.playerArea__other--list li .attention {
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-size: 1rem;
}
.playerArea__other--listwrap {
  display: block;
  margin: 20px 0 10px;
}
.playerArea__other--list .img {
  width: 40px;
  margin-right: 10px;
}
.playerArea__other--list .name {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 5px;
  width: calc(100% - 170px);
}
.playerArea__other--list .name i {
  font-size: 12px;
  font-size: 1.2rem;
}
.playerArea__other--list .name i span {
  font-weight: inherit;
}
body.other .playerArea__other--list .name {
  line-height: 30px;
  width: calc(100% - 120px);
}
.playerArea__other--list .rank {
  text-align: center;
}
.playerArea__other--list .rank:before {
  line-height: 30px;
}
.playerArea__other--list .num {
  width: 80px;
}
.playerArea__other .definition {
  font-size: 14px;
  font-size: 1.4rem;
}
.playerArea__other .attention {
  font-size: 12px;
  font-size: 1.2rem;
}

/* ==========================================================================
   TEAMAREA
========================================================================== */
.teamArea .outer__inner {
  padding: 40px 0;
}
.teamArea .rank {
  top: 10px;
  left: 10px;
  width: 30px;
}
.teamArea .rank:before {
  line-height: 30px;
}
.teamArea__box {
  width: calc((100% - 15px) / 2);
}
.teamArea__box > div {
  margin-bottom: 10px;
}
.teamArea__box:nth-child(n + 3) {
  margin-top: 20px;
}
.teamArea__box--ttl {
  font-size: 14px;
  font-size: 1.4rem;
}
.teamArea__box .emb {
  margin-top: 15px;
  height: 90px;
}
.teamArea__box .emb img {
  width: auto;
  height: 100%;
}
.teamArea__box .num {
  letter-spacing: inherit;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}
.teamArea__box .num span {
  line-height: 1;
  margin: 0 auto;
  display: inherit;
  width: auto !important;
}
.teamArea__box .num span.count {
  font-size: 40px;
  font-size: 4rem;
}
.teamArea__box .num span.par {
  display: inline;
}
.teamArea__box .num span.spDISP {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 7px;
}
.teamArea__box .btn__more {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.teamArea__other--list {
  margin-top: 0px;
  padding: 10px;
}
.teamArea__other--list a {
  height: auto;
}
.teamArea__other--list .rank {
  left: 0;
  top: 0;
  margin-right: 5px;
}
.teamArea__other--list .emb {
  width: calc(100% - 103px);
  margin-top: 0;
  margin-right: 5px;
  height: auto;
}
.teamArea__other--list .emb span:nth-child(2) {
  display: none;
}
.teamArea__other--list .num {
  font-size: 12px;
  font-size: 1.2rem;
  width: 63px;
}
.teamArea__other--list .num span {
  margin-left: 5px;
  display: inline;
}

/* ==========================================================================
   LEAGUEAREA
========================================================================== */
.leagueArea {
  padding-bottom: 40px;
}
.leagueArea__record.registered {
  background: url(/img/special/2021stats/league_registered_sp.jpg) no-repeat top center;
  background-size: contain;
  background-position: left;
  background-color: #444444;
}
@media screen and (min-width: 375px) {
  .leagueArea__record.registered {
    background: url(/img/special/2021stats/league_registered_sp_2.jpg) no-repeat top center;
    background-size: contain;
    background-position: left;
    background-color: #444444;
  }
}
.leagueArea__record.joine {
  background: url(/img/special/2021stats/league_joine_sp.jpg) no-repeat top center;
  background-size: contain;
  background-position: right;
  background-color: #444444;
}
.leagueArea__record.retirement {
  background: url(/img/special/2021stats/league_retirement_sp.jpg) no-repeat top center;
  background-size: contain;
  background-position: left;
  background-color: #444444;
}
.leagueArea__record--ttl {
  font-size: 25px;
  font-size: 2.5rem;
}
.leagueArea__record--num span {
  font-size: 40px;
  font-size: 4rem;
}
body.J1 .leagueArea__record--num span.count, body.J2 .leagueArea__record--num span.count, body.J3 .leagueArea__record--num span.count {
  font-size: 70px;
  font-size: 7rem;
  width: 140px !important;
}
.leagueArea__record.audience .leagueArea__record--num span {
  font-size: 20px;
  font-size: 2rem;
}
.leagueArea__record.audience .leagueArea__record--num span.count {
  letter-spacing: 2px;
}
body.J1 .leagueArea__record.audience .leagueArea__record--num span.count, body.J2 .leagueArea__record.audience .leagueArea__record--num span.count, body.J3 .leagueArea__record.audience .leagueArea__record--num span.count {
  width: 265px !important;
}
.leagueArea__attention {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 5%;
}
.leagueArea h4 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 40px;
}
.leagueArea .winArea {
  margin-top: 10px;
}
.leagueArea .winArea li {
  width: 50%;
  margin-bottom: 20px;
}
.leagueArea .winArea li figure {
  width: 120px;
  height: 120px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}
.leagueArea .winArea li .data {
  font-size: 11px;
  line-height: 1.2;
}
.leagueArea .winArea li .data .pos {
  font-size: 16px;
}

/* ==========================================================================
   LINKAREA
========================================================================== */
.linkArea .outer__inner {
  flex-wrap: wrap;
}
.linkArea a {
  box-sizing: border-box;
  width: calc(100% / 2);
  margin: 0;
  line-height: 25px;
}
.linkArea a:nth-child(n + 3) {
  border-top: none;
}
.linkArea a:nth-child(2n) {
  border-left: none;
}
.linkArea a.otherbtn {
  width: 260px;
  margin-bottom: 0;
}
