@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Archivo+Narrow:wght@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("//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("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
.specialHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  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;
  padding: 0 15px;
  box-sizing: border-box;
}
.specialHeader__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.specialHeader__jLogo {
  width: 40px;
  height: 40px;
}
.specialHeader__jLogo img {
  width: 100%;
  height: auto;
}
.specialHeader__eng a {
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding: 2px 10px;
  margin-right: 15px;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__title img {
  height: 40px;
}
.specialHeader__gnav {
  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;
  margin-left: 20px;
}
.specialHeader__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.specialHeader__gnav__li a, .specialHeader__gnav__li span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  font-weight: bold;
  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;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .specialHeader__gnav__li a, .specialHeader__gnav__li span {
    padding: 0 10px;
  }
}
.specialHeader__gnav__li a:hover, .specialHeader__gnav__li span:hover {
  background: #adb3b5;
  opacity: 1;
}
.specialHeader__gnav__li span {
  color: rgba(255, 255, 255, 0.4);
}
.specialHeader__ticket {
  margin-right: 10px;
  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;
}
.specialHeader__ticket a, .specialHeader__ticket span {
  background: #e60012;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  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;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) {
  .specialHeader__ticket a, .specialHeader__ticket span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.specialHeader__ticket span {
  background: #758ebf;
  color: #000;
}
.specialHeader__ticket span:hover {
  background: #758ebf;
}
.specialHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  top: 70px;
  text-align: center;
  position: absolute;
  background: #adb3b5;
  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;
  left: 50%;
  transform: translateX(-50%);
}
.specialHeader__subnav li a {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
  transition: opacity 0.2s ease;
}
.specialHeader__subnav li a:hover {
  opacity: 0.7;
}
.specialHeader__subnav li:first-child {
  padding-left: 15px;
}
.specialHeader__subnav li:last-child {
  padding-right: 15px;
}
.specialHeader__subnav li.nolink a {
  opacity: 0.2;
  pointer-events: none;
}

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 #e60012;
}

.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;
}

/*-----------------------------------

supercup2025.scss

------------------------------------*/
/* ==========================================================================
   NEXTGENERATIONMATCH
========================================================================== */
.kvArea__otherscard {
  display: none;
}

body.ng_live, body.ng_member, body.ng_history, body.ng_outline, body.ng_player {
  background: #fff;
}
body.ng_live .matchcardArea, body.ng_member .matchcardArea, body.ng_history .matchcardArea, body.ng_outline .matchcardArea, body.ng_player .matchcardArea {
  display: none;
}

body.ngm .tabSelecter_box {
  position: relative;
  background: #003690;
  position: relative;
}
body.ngm .tabSelecter_box .tabSelecter {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}
body.ngm .tabSelecter_box .tabSelecter .tab li {
  border-right: 1px solid #758ebe;
  width: 25%;
  border-top: 0;
}
body.ngm .tabSelecter_box .tabSelecter .tab li:first-child {
  padding-left: 1px;
  border-left: 1px solid #758ebe;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > a, body.ngm .tabSelecter_box .tabSelecter .tab li > span {
  color: #fff;
  background: #003690;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > a:hover, body.ngm .tabSelecter_box .tabSelecter .tab li > span:hover {
  opacity: 1;
  background: #af9c60;
  color: #ffffff;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > a.nolink, body.ngm .tabSelecter_box .tabSelecter .tab li > span.nolink {
  color: #b4b4b4;
  background: #dedede;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > a.nolink:hover, body.ngm .tabSelecter_box .tabSelecter .tab li > span.nolink:hover {
  color: #b4b4b4;
  background: #dedede;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > span {
  color: #b4b4b4;
  background: #dedede;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > span:hover {
  color: #b4b4b4;
  background: #dedede;
}
body.ngm .tabSelecter_box .tabSelecter .tab .current a {
  top: 0;
  background: #003690;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
body.ngm .tabSelecter_box .tabSelecter ul {
  border: none;
  background: #003690;
  width: 100%;
}

body.ngm .foottabSelecter_box {
  margin-bottom: 50px;
}
body.ngm .foottabSelecter_box .foottabSelecter {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab {
  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;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li {
  position: relative;
  width: 33%;
  margin-bottom: 0.5%;
  text-align: center;
  margin-right: 0.5%;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li:nth-child(3n) {
  margin-right: 0;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a {
  padding: 20px 10px;
  color: #fff;
  background: #003690;
  font-size: 16px;
  font-size: 1.6rem;
  height: auto;
  display: block;
  line-height: 1;
  font-weight: bold;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a:hover {
  opacity: 1;
  background: #af9c60;
  color: #ffffff;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  right: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a p {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a.nolink {
  color: #b4b4b4;
  background: #dedede;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a.nolink p {
  color: #b4b4b4;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a.nolink:hover {
  color: #b4b4b4;
  background: #dedede;
}

.inner {
  width: 980px;
  margin: 0 auto;
  background: #FFF;
  padding: 50px 0;
}
.inner .tabSelecter .tab li {
  border: none;
  border-right: 1px solid #fff;
}
.inner .tabSelecter .tab li > a, .inner .tabSelecter .tab li > span {
  height: 60px;
  border-bottom: 3px solid #dddddd;
  font-weight: bold;
}
.inner .tabSelecter .tab li > a.nolink, .inner .tabSelecter .tab li > span.nolink {
  color: #FFF;
  background: #ebebeb;
}
.inner .tabSelecter .tab li > .span {
  color: #FFF;
  background: #ebebeb;
}
.inner .tabSelecter .tab li.current a {
  position: relative;
  top: 0px;
  opacity: 1;
  background: #dddddd;
  border-bottom: 3px solid #003690;
}
.inner .tabContentsBox {
  margin-top: 30px;
}

.inner .tabSelecter .tab.twoline li {
  width: 50%;
}

.inner .tabSelecter .soon a {
  background: #959595;
  color: #adb3b5;
  pointer-events: none;
}

.inner .tabSelecter ul {
  border: none;
}

.commonTable.teamTable td {
  border-right: 1px solid #d8d8d8;
  padding-left: 10px;
}

.commonTable.teamTable {
  border-left: 1px solid #d8d8d8;
  margin-bottom: 80px;
}

.commonTable.teamTable.coach {
  margin-bottom: 0px;
}

body.ngm .sec__lightgray {
  background: none;
}

/* --------------------------------------------------------------------------------- */
/* MatchBox */
/* --------------------------------------------------------------------------------- */
.matchVsBox {
  background: url(/img/leaguecup/2021/final/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 50px 0;
}
.matchVsBox .ad_ticket_txt p {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: rgba(230, 0, 18, 0.8);
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  margin-top: -10px;
}
.matchVsBox .matchVsTitle_dayplace {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 900;
  color: #333;
  margin-bottom: 0.5em;
}
.matchVsBox .matchVsTitle_dayplace br {
  display: none;
}
.matchVsBox .embL.embHighshool {
  background: url("/img/supercup/2022/ng_match/highschool.png") center center no-repeat;
  background-size: contain;
}
.matchVsBox .leagAccVslist {
  width: auto;
}
.matchVsBox .leagScoreColumn {
  width: 980px;
  margin: 0 auto;
  border: none;
  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;
}
.matchVsBox .leagScoreColumn .leagAccScore {
  width: 300px;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p {
  color: #333;
  margin: 5px 0;
  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;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p.time {
  background: #000;
  margin-bottom: 0.3em;
  color: #fff;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p.time.redTxt {
  background: #db3825;
  margin-bottom: 0.3em;
  color: #fff;
}
.matchVsBox .leagScoreColumn .leagAccTeam {
  width: auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  display: flex;
  flex-wrap: nowrap;
  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;
}
.matchVsBox .leagScoreColumn .leagAccTeam.highschool {
  flex-direction: row-reverse;
}
.matchVsBox .leagScoreColumn .leagAccTeam .emb {
  width: 100px;
}
.matchVsBox .leagScoreColumn .leagAccTeam .name {
  width: 200px;
}
.matchVsBox .leagScoreColumn .leagAccVslist {
  padding: 0 30px;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(1) {
  background: #000;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  font-size: 2rem;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(2) {
  color: #333;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.matchVsBox ul.leagLogColumn {
  border-top: 1px solid #ccc;
  max-width: 980px;
  margin: 0 auto;
  font-weight: 200;
  color: #333;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.matchVsBox ul.leagLogColumn .leagRightLog,
.matchVsBox ul.leagLogColumn .leagLeftLog {
  width: auto;
  color: #333;
  line-height: 1.65;
  font-size: 14px;
  font-size: 1.4rem;
}
.matchVsBox ul.leagLogColumn .leagLeftLog {
  text-align: right;
}
.matchVsBox ul.leagLogColumn .leagRightLog {
  text-align: left;
}
.matchVsBox ul.leagLogColumn li.leagCenterLog {
  width: auto;
  top: 0;
  padding: 0 30px;
}
.matchVsBox ul.leagLogColumn li.leagCenterLog .leagCenterTime span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #333;
  line-height: 1.5;
  display: block;
  padding: 0;
}
.matchVsBox .lead {
  margin: 20px 0;
}
.matchVsBox .lead p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 1em;
}

/*NGM-preview*/
.matchPreviewArea h4 {
  font-weight: bold;
  font-size: 19px;
  /* border-bottom: 2px solid #003690; */
  border-left: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.3;
  border-left: none;
  padding-left: 0;
}
.matchPreviewArea .preview_photo {
  float: left;
  margin: 0 20px 20px 0;
}
.matchPreviewArea .preview_photo img {
  width: 400px;
}
.matchPreviewArea p {
  color: #444;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 30px;
}

/*NGM-history*/
.NgmHistoryArea .historyNav__outer {
  width: 980px;
  margin: 0 auto;
}
.NgmHistoryArea .textnav {
  display: table;
  margin-bottom: 15px;
  width: 100%;
  background: #dedede;
}
.NgmHistoryArea .textnav li {
  font-size: 14px;
  display: table-cell;
  margin-left: 20px;
  text-align: center;
}
.NgmHistoryArea .textnav li:first-child a {
  border-left: 0;
}
.NgmHistoryArea .textnav li a {
  color: #333;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: block;
  line-height: 18px;
  padding: 10px 0;
  padding-right: 16px;
  border-left: solid 1px #fff;
}
.NgmHistoryArea .textnav li a:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
  font-family: "icomoon3";
  content: "󬘀";
  font-size: 10px;
  text-decoration: none !important;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.NgmHistoryArea .textnav li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.NgmHistoryArea .columnArea {
  margin-bottom: 20px;
}
.NgmHistoryArea .columnArea .articleTitWrap {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.NgmHistoryArea .columnArea .articleTit {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 110%;
  background: #444;
  padding: 10px 0 10px 15px;
  color: #fff;
}

/*NGM-outline*/
.NgmOutlineArea__title {
  padding: 55px 30px 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.2em;
}
.NgmOutlineArea .inner {
  position: relative;
  background: #fff;
}
.NgmOutlineArea .ngmOutlineTable th {
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: none;
  padding: 30px 45px;
  text-align: left;
}
.NgmOutlineArea .ngmOutlineTable td {
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: none;
  padding: 30px 45px;
  text-align: left;
}
.NgmOutlineArea .ngmOutlineTable td ol li {
  margin-bottom: 5px;
}
.NgmOutlineArea .ngmOutlineTable td ol li:last-child {
  margin-bottom: 0;
}

/*NGM-match*/
.matchMemberArea .u18Members {
  display: inline-block;
  width: 50%;
  padding-right: 1%;
}
.matchMemberArea .u18Members .MemberList {
  display: block;
}
.matchMemberArea .highschoolMembers {
  width: 50%;
  padding-left: 1%;
  vertical-align: top;
  display: inline-block;
}
.matchMemberArea .highschoolMembers .MemberList {
  display: block;
  padding-left: 0;
}
.matchMemberArea .MemberList {
  width: 100%;
  vertical-align: top;
}
.matchMemberArea .MemberList p {
  font-size: 18px;
  padding: 15px 0 15px 10px;
  font-weight: bold;
}
.matchMemberArea > .MemberList {
  width: 50%;
  padding-right: 1%;
}
.matchMemberArea > .MemberList.ListRight {
  padding-left: 1%;
  padding-right: 0;
}
.matchMemberArea ul.dataList li {
  height: auto;
}

.columnBlock h4 {
  font-weight: bold;
  font-size: 20px;
  /* border-bottom: 2px solid #003690; */
  border-left: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.3;
  border-left: none;
  padding-left: 0;
}
.columnBlock .columnArea .columnTxt p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 20px;
}

/*NGM-u18,highschool*/
.NgmU18Area .teamTable {
  margin-bottom: 20px;
}
.NgmU18Area .teamTable th {
  text-align: center;
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.NgmU18Area .teamTable td {
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}

/*NGM-question*/
.memberProfile {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.memberProfile .memberName {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.memberProfile .memberName .position {
  color: #fff;
  background-color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 10px;
  line-height: 2;
}
.memberProfile .memberName .teamName {
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
}
.memberProfile .memberPhoto {
  float: left;
  width: 200px;
  margin: 0 20px 20px 0;
  position: relative;
}
.memberProfile .memberPhoto img {
  width: 200px;
}
.memberProfile .memberQuestionnaire {
  line-height: 1.5;
  font-size: 14px;
}
.memberProfile .memberQuestionnaire dt {
  font-weight: bold;
}
.memberProfile .memberQuestionnaire dd {
  margin-bottom: 20px;
}

.leagAccScore .leagLeftScore,
.leagAccScore .leagRightScore {
  font-weight: 400;
  font-size: 80px;
  font-size: 8rem;
  color: #333;
}

.leagAccScore .leagHalfTxt {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
}

.leagAccScore .score {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
}

.NgmPlayerArea__kv {
  margin-bottom: 30px;
}
.NgmPlayerArea__kv img {
  width: 100%;
}
.NgmPlayerArea .memberlist a, .NgmPlayerArea .memberlist span {
  transition: 0.5s all;
}
.NgmPlayerArea .memberlist a .data, .NgmPlayerArea .memberlist span .data {
  transition: 0.5s all;
}
.NgmPlayerArea .memberlist a .data .year, .NgmPlayerArea .memberlist span .data .year {
  position: absolute;
  left: 0;
  top: 0;
  background: #af9c60;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 900;
  color: #fff;
  padding: 10px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
}
.NgmPlayerArea .memberlist a .data .name, .NgmPlayerArea .memberlist span .data .name {
  background: #003690;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
  font-weight: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.NgmPlayerArea .memberlist a .data .detail, .NgmPlayerArea .memberlist span .data .detail {
  background: #f0f0f0;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.NgmPlayerArea .memberlist li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  background: #f0f0f0;
}
.NgmPlayerArea .memberlist li figure {
  position: relative;
  height: 250px;
  overflow: hidden;
}

body.ng_live .columnTxt a {
  color: #003690;
  text-decoration: underline;
}