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

leaguecup2025_final_match.scss

------------------------------------*/
a {
  color: #E60C11;
  text-decoration: none;
}

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

body {
  min-width: 100%;
  overflow: hidden;
  background: #f5f3f3;
  color: #000;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: none;
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

#pageTopBtn {
  z-index: 10000;
}

.pcDISP {
  display: none;
}

.spDISP {
  display: block;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  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 {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div:nth-child(3n) {
  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 {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.spnoCLM {
  display: block;
}
.spnoCLM.CLM__half > li, .spnoCLM.CLM__half > article, .spnoCLM.CLM__half > figure {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__half > li:nth-child(2n), .spnoCLM.CLM__half > article:nth-child(2n), .spnoCLM.CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.spnoCLM.CLM__three > li, .spnoCLM.CLM__three > article, .spnoCLM.CLM__three > figure, .spnoCLM.CLM__three > div {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__three > li:nth-child(3n), .spnoCLM.CLM__three > article:nth-child(3n), .spnoCLM.CLM__three > figure:nth-child(3n), .spnoCLM.CLM__three > div:nth-child(3n) {
  margin-right: 0;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #E60C11;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  padding: 1.5em 0;
  font-size: 3.8vw;
  width: 100%;
}
.btn::after {
  font-size: 5vw;
}

.commonTable {
  border: 1px solid #CCC;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 3.5vw;
  padding: 0.75em 0.5em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
  background: #FFF;
}

.sec {
  text-align: center;
}
.sec__inner90, .sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__innerWide {
  min-width: 90%;
  max-width: 90%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

/* ==========================================================================
   match.html
========================================================================== */
body.finalMatch__hiroshima .matchbodyBG {
  background: url(/img/leaguecup/2025/final/logo/emb_hiroshima.svg) no-repeat top center;
  background-size: 140%;
  background-position: -80%;
}
body.finalMatch__kashiwa .matchbodyBG {
  background: url(/img/leaguecup/2025/final/logo/emb_kashiwa.svg) no-repeat top center;
  background-size: 140%;
  background-position: -80%;
}

body.finalMatch__hiroshima .specialArea, body.finalMatch__kashiwa .specialArea {
  background: #fff;
}
body.finalMatch__hiroshima #main, body.finalMatch__kashiwa #main {
  line-height: 1.3;
}

.matchleadArea .ttl {
  margin-bottom: 20px;
}
.matchleadArea .ttl .jp {
  font-size: 5vw;
}

.matchnavArea {
  padding-top: 0;
}
.matchnavArea ul {
  width: 90%;
  margin: 0 auto;
}
.matchnavArea ul > li {
  width: 48%;
}
.matchnavArea ul > li a {
  height: auto;
  padding: 0.5em 0;
}
.matchnavArea ul > li a .emb img {
  height: 10vw;
}
.matchnavArea ul > li a .emb .name {
  font-size: 3vw;
}
.matchnavArea ul > li.current a {
  padding: 1em 0;
}

.teaminfoArea {
  padding: 40px 0;
}
.teaminfoArea__ttl {
  font-size: 5vw;
}
.teaminfoArea__table {
  width: 90%;
}
.teaminfoArea__table tr th {
  padding: 1em 0 1em;
  font-size: 100%;
  font-size: 3.5vw;
  width: 50%;
}
.teaminfoArea__table tr th p.txt__L {
  font-size: 5vw;
}
.teaminfoArea__table tr td {
  padding: 1em 0;
  font-size: 100%;
  font-size: 2.8vw;
}
.teaminfoArea__table tr td img {
  height: 12vw;
}

.matchankrArea__list--item {
  width: auto;
  border: none;
  padding: 0 0.5em;
}
.matchankrArea__list--item:first-child {
  border: none;
}
.matchankrArea__list--item a {
  font-size: 3vw;
}
.matchankrArea__list--item a:after {
  bottom: 2vw;
}

.teamstyleArea {
  margin: 40px 0;
}
.teamstyleArea > .kome {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
}
.teamstyleArea__wrap {
  width: 90%;
  display: block;
}
.teamstyleArea__wrap .txt {
  font-size: 100%;
  line-height: 1.8;
}
.teamstyleArea__wrap--img {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
.teamstyleArea__wrap--txt {
  width: 100% !important;
  padding: 5%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
}
.teamstyleArea__wrap--txt p {
  font-size: 100%;
}
.teamstyleArea__stats {
  margin-top: 20px;
  width: 90%;
  flex-wrap: wrap;
}
.teamstyleArea__stats--con {
  width: 49%;
}
.teamstyleArea__stats--con:nth-child(2n) {
  margin-right: 0;
}
.teamstyleArea__stats--con .ttl {
  font-size: 3.5vw;
}
.teamstyleArea__stats--con .bottom {
  padding: 10px 0;
}
.teamstyleArea__stats--con .bottom .rank {
  font-size: 6vw;
}
.teamstyleArea__stats--con .bottom span {
  font-size: 3vw;
  display: block;
  margin-top: 5px;
}

.michinoriArea {
  margin: 40px auto;
  padding-bottom: 0;
}
.michinoriArea:after {
  bottom: 40px;
}
.michinoriArea__obi {
  width: 90%;
}
.michinoriArea__obi p {
  font-size: 10px;
  font-size: 1rem;
}
.michinoriArea__wrap {
  width: 90%;
}
.michinoriArea__wrap--ttl img:last-child {
  margin-right: 0;
  height: 20px;
}
.michinoriArea__wrap--con {
  padding: 0;
}
.michinoriArea__thum {
  padding: 10px 15px 0 0;
  margin-bottom: 7%;
}
.michinoriArea__thum a {
  margin-top: 5px;
}
.michinoriArea__thum a:after {
  width: 7vw;
  height: 7vw;
  background-size: 7vw;
}
.michinoriArea__thum.large .CLM__half a {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.michinoriArea__thum.large .CLM__half figcaption {
  width: 100%;
}
.michinoriArea__thum .sec {
  width: 100%;
  background: none;
  margin-bottom: 0;
  line-height: 1;
  height: auto;
  display: block;
  background: none !important;
  background: none;
}
.michinoriArea__thum .sec:after {
  margin-top: -7.3vw;
  border: 5vw solid rgba(0, 0, 0, 0);
  border-left: 1em solid #000;
}
body.finalMatch__hiroshima .michinoriArea__thum .sec:after {
  border-left: 3vw solid #51328f;
}
body.finalMatch__kashiwa .michinoriArea__thum .sec:after {
  border-left: 3vw solid #fff100;
}
.michinoriArea__thum .setsu {
  font-size: 3vw;
  background: #000;
  display: block;
  text-align: center;
  margin-right: 0;
  position: relative;
  text-align: left;
  line-height: 1;
  height: auto;
  padding: 1vw 1em;
}
body.finalMatch__hiroshima .michinoriArea__thum .setsu {
  background: #51328f;
}
body.finalMatch__kashiwa .michinoriArea__thum .setsu {
  background: #fff100;
}
.michinoriArea__thum .score {
  color: #000;
  font-size: 5vw;
  display: block;
  text-align: center;
  line-height: inherit;
}
.michinoriArea__thum .txt {
  font-size: 100%;
}

.pickupArea {
  margin: 40px 0;
}
.pickupArea > .kome {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
}
.pickupArea__wrap {
  width: 100%;
}
.pickupArea__wrap + .pickupArea__wrap {
  margin-top: 50px;
}
.pickupArea__thum {
  margin-bottom: 10px;
  display: block;
}
.pickupArea__thum + .pickupArea__thum {
  margin-top: 40px;
}
.pickupArea__thum:nth-child(even) a {
  margin-left: 0;
}
.pickupArea__thum:nth-child(even) img {
  margin-left: 0;
}
.pickupArea__thum:nth-child(even) figcaption {
  padding-left: 5%;
  padding-right: 10%;
}
.pickupArea__thum:nth-child(even) figcaption .txt {
  font-size: 100%;
}
.pickupArea__thum a {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.pickupArea__thum a:after {
  width: 15vw;
  height: 15vw;
  background-size: 15vw;
}
.pickupArea__thum img {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}
.pickupArea__thum figcaption {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding-left: 0;
  padding: 5%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
}
.pickupArea__thum figcaption .lead {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.pickupArea__thum figcaption .lead .name {
  font-size: 5vw;
}
.pickupArea__thum figcaption .txt {
  font-size: 100%;
}
.pickupArea__thum figcaption .txt + .txt {
  margin-top: 20px;
}
.pickupArea__thum figcaption .txt strong {
  font-size: 100%;
}
.pickupArea__stats {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.pickupArea__stats--ttl {
  font-size: 4vw;
}
.pickupArea__stats .wrap {
  flex-wrap: wrap;
}
.pickupArea__stats--con {
  width: 49.5%;
  margin-bottom: 1%;
}
.pickupArea__stats--con:nth-child(odd) {
  margin-left: none;
}
.pickupArea__stats--con .ttl {
  font-size: 3.5vw;
}
.pickupArea__stats--con .bottom .num {
  height: 7vw;
  line-height: 1;
  vertical-align: bottom;
  margin-right: 3px;
}
.pickupArea__stats--con .bottom .rank {
  font-size: 6vw;
  line-height: 1;
  vertical-align: bottom;
}
.pickupArea__stats--con .bottom span {
  font-size: 3vw;
  line-height: 1;
  margin-top: 3px;
  vertical-align: bottom;
}

.playerArea {
  padding: 40px 0 0;
}
.playerArea .heading__main {
  margin-bottom: 20px;
}
.playerArea .heading__main .eng {
  margin-left: 5%;
}
.playerArea__box {
  width: 33.3333333333%;
}
.playerArea__box figure {
  padding-bottom: 80px;
}
.playerArea__box .data .name {
  font-size: 3.5vw;
}
.playerArea__box .data ul li {
  display: block;
  font-size: 3vw;
}