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

supercup2024.scss

------------------------------------*/
/* ==========================================================================
   NEXT GENERATION MATCH
========================================================================== */
body.ngm .tabSelecter_box .tabSelecter {
  width: 100%;
}
body.ngm .tabSelecter_box .tabSelecter .tab {
  height: 50px;
}
body.ngm .tabSelecter_box .tabSelecter .tab li {
  border-top: none !important;
  padding: 0;
  background: #0656ad;
}
body.ngm .tabSelecter_box .tabSelecter .tab li:first-child {
  border-left: none;
  padding-left: 0;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > a {
  font-size: 10px;
  height: 50px;
  border-bottom: 0;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > span {
  background: #dddddd;
  pointer-events: none;
  color: #aaa !important;
  font-weight: bold;
}
body.ngm .tabSelecter_box .tabSelecter .tab li span {
  height: 50px;
  font-size: 10px;
  color: #FFF;
}
body.ngm .tabSelecter_box .tabSelecter .tab .current a {
  top: 0;
  background: #003690;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
}

body.ngm .foottabSelecter_box .foottabSelecter {
  width: 90%;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li {
  width: 49.5%;
  margin-bottom: 1%;
  margin-right: 1%;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li:nth-child(2n) {
  margin-right: 0;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li:nth-child(3n) {
  margin-right: 1%;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span {
  padding: 15px 10px;
  font-size: 3vw;
  border-bottom: 0;
  height: auto;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a:after, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span:after {
  content: none;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a p, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span p {
  font-size: 3vw;
  line-height: 1;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab .current a {
  top: 0;
  background: #003690;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.inner {
  width: 100%;
  padding: 30px 5%;
}
.inner .tabSelecter ul {
  border: none;
}
.inner .tabSelecter .tab li > a, .inner .tabSelecter .tab li > span {
  height: 40px;
  line-height: 40px;
  background: #ddd;
}
.inner .tabSelecter .tab li:first-child {
  border-left: 0;
}
.inner .tabSelecter .tab.twoline li {
  width: 50%;
}
.inner .tabContentsBox {
  margin-top: 30px;
}

body.ngm .commonTable.teamTable {
  margin-bottom: 20px;
}
body.ngm .commonTable.teamTable th {
  padding: 5px 0;
  font-size: 10px;
  font-size: 1rem;
}
body.ngm .commonTable.teamTable td {
  padding: 5px 0 5px 3px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}
body.ngm .commonTable.teamTable td .teamName {
  font-size: 10px;
  font-size: 1rem;
}

.matchVsBox {
  padding: 7vw 5%;
}
.matchVsBox .ad_ticket_txt {
  text-align: center;
}
.matchVsBox .ad_ticket_txt p {
  font-size: 10px;
  font-size: 1rem;
  padding: 1vw 6vw;
  margin-bottom: 1em;
}
.matchVsBox .matchVsTitle_dayplace {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.matchVsBox .matchVsTitle_dayplace br {
  display: block;
}
.matchVsBox .leagScoreColumn {
  padding-top: 0;
  width: inherit;
}
.matchVsBox .leagScoreColumn .leagAccScore {
  width: 40%;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p {
  line-height: 1;
  margin: 0;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p.time {
  font-size: 10px;
  font-size: 1rem;
  padding: 2px 4px;
}
.matchVsBox .leagScoreColumn .leagAccTeam {
  font-size: 10px;
  font-size: 1rem;
  width: 28%;
  display: block;
}
.matchVsBox .leagScoreColumn .leagAccTeam .emb {
  width: 100%;
}
.matchVsBox .leagScoreColumn .leagAccTeam .name {
  width: 100%;
}
.matchVsBox .leagScoreColumn .leagAccTeam.highschool {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
.matchVsBox .leagScoreColumn .leagAccVslist {
  width: 38%;
  vertical-align: middle;
  padding: 0;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime {
  margin: 0;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(1) {
  font-size: 15px;
  font-size: 1.5rem;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(2) {
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  margin-top: 10px;
}
.matchVsBox ul.leagLogColumn {
  padding-top: 4vw;
}
.matchVsBox ul.leagLogColumn .leagRightLog,
.matchVsBox ul.leagLogColumn .leagLeftLog {
  line-height: 1.3;
  font-size: 10px;
  font-size: 1rem;
}
.matchVsBox ul.leagLogColumn .leagCenterLog .leagCenterTime {
  margin: 0 !important;
  padding: 0 6vw;
}
.matchVsBox ul.leagLogColumn .leagCenterLog .leagCenterTime span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 900;
  color: #333;
  line-height: 1.5;
  display: block;
  padding: 0;
}
.matchVsBox .lead {
  margin: 20px 0;
}
.matchVsBox .lead p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.65;
  margin-bottom: 1em;
}

/*NGM-preview*/
.matchPreviewArea h4 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: none;
  margin-bottom: 15px;
  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: 100%;
  overflow-x: auto;
}
.NgmHistoryArea .textnav li a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px;
}
.NgmHistoryArea .textnav li a:after {
  content: none;
}
.NgmHistoryArea .columnArea .articleTit {
  padding: 10px 15px;
}
.NgmHistoryArea .columnArea .figureArea img {
  width: 100%;
}

/*NGM-outline*/
.NgmOutlineArea__title {
  padding: 6vw 6vw 3vw;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.NgmOutlineArea .ngmOutlineTable th, .NgmOutlineArea .ngmOutlineTable td {
  display: block;
}
.NgmOutlineArea .ngmOutlineTable th {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4vw 3vw 0;
  border-bottom: none;
}
.NgmOutlineArea .ngmOutlineTable td {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 1vw 3vw 4vw;
}
.NgmOutlineArea .ngmOutlineTable tr:last-child td {
  border-bottom: none;
}

/*NGM-match*/
.matchMemberArea .highschoolMembers {
  width: 49%;
}
.matchMemberArea .MemberList {
  vertical-align: top;
  font-size: 11px;
  font-size: 1.1rem;
}
.matchMemberArea .MemberList p {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 15px 0 0 10px;
}
.matchMemberArea > .MemberList {
  width: 100%;
  padding: 0;
}
.matchMemberArea > .MemberList.ListRight {
  padding: 0;
}
.matchMemberArea ul.dataList {
  border-top: 1px solid #ccc;
}
.matchMemberArea ul.dataList .MeberListTitle {
  font-weight: bold;
  background-color: #f6f6f6;
}
.matchMemberArea ul.dataList li {
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
  padding: 18px 0 16px;
  line-height: 1;
}
.matchMemberArea ul.dataList li.MeberListTitle {
  padding: 16px 13px 16px;
}
.matchMemberArea ul.dataList li .ListPosition, .matchMemberArea ul.dataList li .ListNumber {
  width: 15px;
  text-align: center;
  display: inline-block;
}
.matchMemberArea ul.dataList li .changeNumber {
  position: absolute;
  right: 20px;
}
.matchMemberArea ul.dataList li .ListName {
  margin-left: 5px;
  letter-spacing: -0.05em;
}
.matchMemberArea ul.dataList li .ListName.underIcon {
  position: relative;
  top: 10px;
}
.matchMemberArea ul.dataList li .ListName.underIcon i {
  position: absolute;
  width: 55px;
  background: #073190;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.2em;
  top: -18px;
  font-size: 10px;
  padding: 3px 0;
}
.matchMemberArea ul.dataList .MeberListArrow:after {
  color: #bbb;
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 3px;
  top: 12px;
  position: absolute;
}
.matchMemberArea ul.dataList .MeberListArrowUp:after {
  color: #333;
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 9px;
  top: 21px;
  position: absolute;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.matchMemberArea ul.dataList .MeberListArrowSort:after {
  color: #333;
  content: "\f0dc";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 9px;
  top: 18px;
  position: absolute;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.matchMemberArea .kome span.u21icon {
  width: 40px;
  background: #073190;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 10px;
  display: inline-block;
  margin-right: 3px;
}
.matchMemberArea table.dataTable td {
  font-size: 11px;
  font-size: 1.1rem;
}

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

.NgmMatchArea .tabContents .tabContentsBox .matchSpotArea .SpotName p {
  font-weight: bold;
}
.NgmMatchArea .tabContents .tabContentsBox .matchSpotArea .SpotName .SpotNameLeft p {
  font-size: 14px;
}
.NgmMatchArea .tabContents .tabContentsBox .matchSpotArea .SpotName .SpotNameRight p {
  font-size: 14px;
  font-size: 1.4rem;
}
.NgmMatchArea .matchMapArea iframe {
  height: 450px;
}

/*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-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.memberProfile .memberName .position {
  color: #fff;
  background-color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  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 {
  width: 200px;
  margin: 0 auto 20px;
  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;
}

.matchSpotArea ul li {
  padding: 2% 0;
}
.matchSpotArea ul li .spotLeftTxt, .matchSpotArea ul li .spotRightTxt {
  font-size: 12px;
  font-size: 1.2rem;
}

.matchSpotListArea .spotLeftTxt,
.matchSpotListArea .spotRightTxt {
  font-size: 11px;
  font-size: 1.1rem;
}

.leagAccScore .leagLeftScore, .leagAccScore .leagRightScore {
  font-size: 50px;
  font-size: 5rem;
}
.leagAccScore .leagHalfTxt {
  font-size: 10px;
  font-size: 1rem;
}

.NgmPlayerArea__kv {
  margin-bottom: 0;
}
.NgmPlayerArea .memberlist li {
  width: 48%;
  margin-right: 4%;
}
.NgmPlayerArea .memberlist li:nth-child(2n) {
  margin-right: 0;
}
.NgmPlayerArea .memberlist li figure {
  height: 170px;
}
.NgmPlayerArea .memberlist li .data .year {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
}
.NgmPlayerArea .memberlist li .data .name {
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 10px;
}
.NgmPlayerArea .memberlist li .data .detail {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
}