@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------
leaguecup2025_final_match.scss
------------------------------------*/
a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

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

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

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

img {
  vertical-align: bottom;
}

footer img {
  vertical-align: inherit;
}

footer {
  line-height: 100%;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  font-feature-settings: "palt";
}

.spDISP {
  display: none;
}

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

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure, .CLM__half > div, .CLM__half > a {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n), .CLM__half > div:nth-child(2n), .CLM__half > a:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > div, .CLM__three > a, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > div:nth-child(3n), .CLM__three > a:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article, .CLM__four > div {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > div:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li, .nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child, .nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img, .nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a, .nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__bold {
  font-weight: bold;
}
.txt__center {
  text-align: center;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__through {
  text-decoration: line-through;
}
.txt__underline {
  text-decoration: underline !important;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #E60C11;
}

.sec {
  text-align: center;
}
.sec__inner90 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
  max-width: 1180px;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

img.lazy {
  width: 100%;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li {
  margin-left: 1em;
}
.list__style__discl {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.list__style__discl li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__discl li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  position: relative;
  left: -0.5em;
}
.list__style__attention {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__style__attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__attention li:before {
  content: "※";
  position: relative;
  left: -0.5em;
}

/* ============================================
	match.html
============================================ */
body.finalMatch__hiroshima, body.finalMatch__kashiwa {
  background: url(/img/leaguecup/2021/final/BG_browngray.jpg) repeat-y top center;
  background-size: 100%;
}

.matchleadArea .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.matchleadArea .ttl .jp {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0 1em 0.5em;
  border-bottom: 2px solid #fff;
  display: inline-block;
  line-height: 1;
}

.matchbodyBG {
  background: url(/img/leaguecup/2025/final/logo/emb_niigata.svg) no-repeat top center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 50%;
  opacity: 0.1;
}
body.finalMatch__hiroshima .matchbodyBG {
  background: url(/img/leaguecup/2025/final/logo/emb_hiroshima.svg) no-repeat top center;
  background-size: 50%;
}
body.finalMatch__kashiwa .matchbodyBG {
  background: url(/img/leaguecup/2025/final/logo/emb_kashiwa.svg) no-repeat top center;
  background-size: 50%;
}

.matchnavArea {
  background: #000;
  padding-top: 50px;
}
.matchnavArea ul {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
}
.matchnavArea ul > li {
  width: 49.5% !important;
  margin-right: 0 !important;
  border-radius: 5px;
  border-right: none;
  position: inherit;
}
.matchnavArea ul > li.kashiwa a {
  background: #fff100;
}
.matchnavArea ul > li.kashiwa a .emb .name {
  color: #000;
}
.matchnavArea ul > li.hiroshima a {
  background: #51328f;
}
.matchnavArea ul > li.current {
  opacity: 1;
}
.matchnavArea ul > li.current a {
  padding: 2em 0;
}
.matchnavArea ul > li a {
  border-radius: 5px 5px 0 0;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}
.matchnavArea ul > li a:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  z-index: 2;
}
.matchnavArea ul > li a:hover .name {
  opacity: 0.6;
}
.matchnavArea ul > li a .emb img {
  height: 70px;
  width: auto;
  vertical-align: middle;
}
.matchnavArea ul > li a .emb .name {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}

.teaminfoArea {
  background: #000;
  color: #fff;
  padding: 50px;
}
.teaminfoArea__kv img {
  width: 100%;
}
.teaminfoArea__table {
  width: 700px;
  margin: 0 auto;
}
.teaminfoArea__table tr + tr {
  border-top: 1px solid #fff;
}
.teaminfoArea__table tr th {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  width: 60%;
  box-sizing: border-box;
  padding: 1em 0em 1em 1em;
}
.teaminfoArea__table tr th p.txt__L {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.teaminfoArea__table tr td {
  font-size: 16px;
  font-size: 1.6rem;
  width: 40%;
  padding: 1em 1em 1em 0;
  box-sizing: border-box;
}
.teaminfoArea__table tr td img {
  height: 70px;
  display: inline-block;
}

.matchankrArea {
  background: #000;
  border-top: 1px solid #fff;
}
.matchankrArea__list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  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;
}
.matchankrArea__list--item {
  width: calc((100% - 5px) / 4);
  border-right: 1px solid #fff;
}
.matchankrArea__list--item:nth-child(1) {
  border-left: 1px solid #fff;
}
.matchankrArea__list--item a {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 1.5em 0 2.5em;
  text-align: center;
  display: block;
}
.matchankrArea__list--item a:hover {
  opacity: 0.6;
}
.matchankrArea__list--item a:hover:after {
  bottom: 0;
}
.matchankrArea__list--item a:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "ionicons";
  content: "\f35d";
  font-weight: bold;
  height: inherit;
  width: auto;
  color: #fff;
  text-align: inherit;
  bottom: 10px;
  transition: 0.3s ease-in-out;
}

.leaguecup2023_final.finalMatch__hiroshima .mfp-bg, .leaguecup2023_final.finalMatch__hiroshima .mfp-wrap,
.leaguecup2023_final.finalMatch__kashiwa .mfp-bg,
.leaguecup2023_final.finalMatch__kashiwa .mfp-wrap {
  z-index: 10000000;
}

.michinoriArea {
  margin: 80px auto 0;
  color: #000;
  padding-bottom: 80px;
}
.michinoriArea__wrap {
  width: 90%;
  margin: 0 auto;
}
.michinoriArea__wrap--con {
  overflow: hidden;
  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;
}
.michinoriArea__thum {
  float: left;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.michinoriArea__thum:nth-child(1), .michinoriArea__thum:nth-child(2) {
  padding-top: 0;
}
.michinoriArea__thum a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  position: relative;
}
.michinoriArea__thum a:after {
  background: url(/img/leaguecup/2020/final/icon_movie_play.png) no-repeat 50% 50%;
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.michinoriArea__thum img {
  width: 100%;
}
.michinoriArea__thum .sec {
  height: 42px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 10px;
  background: #000;
  position: relative;
  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;
}
body.finalMatch__hiroshima .michinoriArea__thum .sec {
  background: #51328f;
}
body.finalMatch__kashiwa .michinoriArea__thum .sec {
  background: #fff100;
}
body.finalMatch__kashiwa .michinoriArea__thum .sec .setsu, body.finalMatch__kashiwa .michinoriArea__thum .sec .score {
  color: #000;
}
.michinoriArea__thum .sec:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -20px;
  border: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #000;
}
body.finalMatch__hiroshima .michinoriArea__thum .sec:after {
  border-left: 20px solid #51328f;
}
body.finalMatch__kashiwa .michinoriArea__thum .sec:after {
  border-left: 20px solid #fff100;
}
.michinoriArea__thum .setsu {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding-left: 1em;
  margin-right: 5px;
}
.michinoriArea__thum .score {
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
.michinoriArea__thum .txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.michinoriArea__thum.large {
  width: 50%;
}
.michinoriArea__thum.large .CLM__half a {
  width: 65%;
  margin-right: 3%;
}
.michinoriArea__thum.large .CLM__half figcaption {
  width: 32%;
}
.michinoriArea__thum.small {
  width: 33.3333333333%;
}

.pickupArea {
  margin: 100px 0;
}
.pickupArea .kome {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  font-size: 10px !important;
  padding: 5px 0;
  display: block;
  margin-top: 10px;
}
.pickupArea__wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}
.pickupArea__wrap + .pickupArea__wrap {
  margin-top: 100px;
}
.pickupArea__thum {
  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;
}
.pickupArea__thum + .pickupArea__thum {
  margin-top: 80px;
}
.pickupArea__thum:nth-child(even) a {
  order: 2;
}
.pickupArea__thum:nth-child(even) img {
  order: 2;
}
.pickupArea__thum:nth-child(even) figcaption {
  order: 1;
  padding-left: 0%;
  padding-right: 5%;
}
.pickupArea__thum a {
  width: 70%;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0 rgba(255, 255, 255, 0.46);
  position: relative;
}
.pickupArea__thum a:after {
  background: url(/img/leaguecup/2020/final/icon_movie_play.png) no-repeat 50% 50%;
  display: inline-block;
  content: "";
  width: 80px;
  height: 80px;
  background-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pickupArea__thum a img {
  width: 100%;
}
.pickupArea__thum img {
  width: 70%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0 rgba(255, 255, 255, 0.46);
}
.pickupArea__thum figcaption {
  width: 30%;
  padding-left: 5%;
  box-sizing: border-box;
}
.pickupArea__thum figcaption .lead {
  border-bottom: 2px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  display: block;
}
.pickupArea__thum figcaption .lead .name {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.pickupArea__thum figcaption .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.pickupArea__thum figcaption .txt + .txt {
  margin-top: 30px;
}
.pickupArea__thum figcaption .txt strong {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.pickupArea__stats {
  margin-top: 20px;
}
.pickupArea__stats--con {
  box-sizing: border-box;
  width: 24.25%;
  border-radius: 10px;
  background: #fff;
}
.pickupArea__stats--ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.pickupArea__stats .wrap {
  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;
}
.pickupArea__stats--con {
  box-sizing: border-box;
  width: 24.25%;
  border-radius: 10px;
  background: #fff;
  margin-left: 1%;
}
.pickupArea__stats--con:first-child {
  margin-left: 0;
}
.pickupArea__stats--con .ttl {
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em 0;
  font-weight: bold;
}
body.finalMatch__hiroshima .pickupArea__stats--con .ttl {
  background: #51328f;
}
body.finalMatch__kashiwa .pickupArea__stats--con .ttl {
  background: #fff100;
  color: #000;
}
.pickupArea__stats--con .bottom {
  padding: 10px;
  text-align: center;
}
.pickupArea__stats--con .bottom .num {
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
}
.pickupArea__stats--con .bottom .rank {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #E60C11;
  display: inline-block;
  vertical-align: middle;
}
.pickupArea__stats--con .bottom span {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  display: block;
}

.teamstyleArea {
  margin: 100px 0;
}
.teamstyleArea .kome {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  font-size: 10px !important;
  padding: 5px 0;
  display: block;
  margin-top: 0px;
}
.teamstyleArea__wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.teamstyleArea__wrap--txt p {
  font-size: 18px;
  font-size: 1.8rem;
}
.teamstyleArea__stats {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  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;
}
.teamstyleArea__stats--con {
  box-sizing: border-box;
  width: 24.25%;
  border-radius: 10px;
  background: #fff;
  margin-right: 1%;
  margin-bottom: 1%;
}
.teamstyleArea__stats--con:nth-child(4n) {
  margin-right: 0;
}
.teamstyleArea__stats--con .ttl {
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em 0;
  font-weight: bold;
}
body.finalMatch__hiroshima .teamstyleArea__stats--con .ttl {
  background: #51328f;
}
body.finalMatch__kashiwa .teamstyleArea__stats--con .ttl {
  background: #fff100;
  color: #000;
}
.teamstyleArea__stats--con .bottom {
  padding: 20px 10px;
  text-align: center;
}
.teamstyleArea__stats--con .bottom .rank {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #E60C11;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.teamstyleArea__stats--con .bottom .rank i {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
.teamstyleArea__stats--con .bottom span {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: bottom;
  line-height: 1;
}

.playerArea {
  background: #fff;
  padding: 80px 0 0;
}
.playerArea__cnt {
  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;
}
.playerArea__cnt.hiroshima .data {
  background: #51328f;
}
.playerArea__cnt.hiroshima .pos {
  background: #bd9e43 !important;
}
.playerArea__cnt.kashiwa .data {
  background: #fff100;
  color: #000;
}
.playerArea__cnt.kashiwa .pos {
  background: #000 !important;
  color: #fff;
}
.playerArea__box {
  width: 20%;
}
.playerArea__box a {
  text-align: center;
  color: #fff;
}
.playerArea__box a figure img {
  width: 100%;
}
.playerArea__box .data {
  position: absolute;
  bottom: 0;
  background: #000;
  width: 100%;
  color: #FFF;
  padding: 20px 0;
}
.playerArea__box .data .pos {
  position: absolute;
  background: #000;
  display: inline-block;
  width: 60px;
  line-height: 2em;
  left: 0;
  top: -15px;
  font-family: "Antonio", sans-serif;
}
.playerArea__box .data .name {
  font-weight: BOLD;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.playerArea__box .data ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Antonio", sans-serif;
  margin: 0 0.3em;
}