<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;family=Squada+One&amp;display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

fxsc2021_ng_match.scss

------------------------------------*/
.tabSelecter_box {
  position: relative;
}
.tabSelecter_box .tabSelecter {
  margin: 0 auto;
}
.tabSelecter_box .tabSelecter .tab {
  height: 50px;
}
.tabSelecter_box .tabSelecter .tab li {
  width: 20%;
  border: none !important;
  padding: 0;
  background: #0656ad;
}
.tabSelecter_box .tabSelecter .tab li &gt; a {
  color: #fff;
  background: #0356ad;
  font-size: 10px;
  height: 50px;
}
.tabSelecter_box .tabSelecter .tab li &gt; span {
  background: #dddddd;
  pointer-events: none;
  color: #aaa !important;
  font-weight: bold;
}
.tabSelecter_box .tabSelecter .tab li span {
  height: 50px;
  font-size: 10px;
  color: #FFF;
}
.tabSelecter_box .tabSelecter .tab .current a {
  top: 0;
  background: #003690;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
}
.tabSelecter_box .tabSelecter .tab .soon a {
  background: #959595;
  color: #0356ad;
  pointer-events: none;
}
.tabSelecter_box .tabSelecter ul {
  border: none;
  background: #0356ad;
  width: 100%;
}

.foottabSelecter_box .foottabSelecter {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 50px;
}
.foottabSelecter_box .foottabSelecter .tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
}
.foottabSelecter_box .foottabSelecter .tab li {
  position: relative;
  width: 49.5%;
  margin-bottom: 1%;
  text-align: center;
  margin-right: 1%;
}
.foottabSelecter_box .foottabSelecter .tab li:nth-child(2n) {
  margin-right: 0;
}
.foottabSelecter_box .foottabSelecter .tab li &gt; a {
  background: #1c57ad;
  padding: 15px 10px;
  color: #fff;
  background: #0356ad;
  font-size: 13px;
  display: block;
  line-height: 1;
  font-weight: bold;
}
.foottabSelecter_box .foottabSelecter .tab li &gt; a:hover {
  opacity: 1;
  background: #003690;
  color: #ffffff;
}
.foottabSelecter_box .foottabSelecter .tab li &gt; a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-size: 1.3rem;
}
.foottabSelecter_box .foottabSelecter .tab li &gt; a p {
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Antonio", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.foottabSelecter_box .foottabSelecter .tab li span {
  font-size: 16px;
  color: #fff;
  color: #123690;
  height: 60px;
  font-weight: bold;
}
.foottabSelecter_box .foottabSelecter .tab .current a {
  top: 0;
  background: #003690;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
.foottabSelecter_box .foottabSelecter .tab .soon a {
  background: #959595;
  color: #adb3b5;
  pointer-events: none;
}

body.ng_live .tabSelecter .tab li#live a,
body.ng_live .tabSelecter .tab li#live a,
body.ng_kawasakif_u18 .tabSelecter .tab li#jclub a,
body.ng_highschool .tabSelecter .tab li#highschool a,
body.ng_question .tabSelecter .tab li#question a,
body.ng_history .tabSelecter .tab li#history a,
body.ng_outline .tabSelecter .tab li#outline a,
body.ng_live .foottabSelecter .tab li#live a,
body.ng_live .foottabSelecter .tab li#live a,
body.ng_kawasakif_u18 .foottabSelecter .tab li#jclub a,
body.ng_highschool .foottabSelecter .tab li#highschool a,
body.ng_question .foottabSelecter .tab li#question a,
body.ng_history .foottabSelecter .tab li#history a,
body.ng_outline .foottabSelecter .tab li#outline a {
  position: relative;
  background: #003690;
  color: #fff;
}

.tabContents nav.tabSelecter li:first-child {
  border: none;
}

.inner {
  margin: 0;
  position: relative;
  padding: 30px 5%;
  background: #fff;
}
.inner .tabSelecter .tab li {
  border: none;
}
.inner .tabSelecter .tab li.current a {
  position: relative;
  top: 0px;
  background: #003690;
  color: #ffffff;
  font-weight: bold;
  opacity: 1;
}
.inner .tabContentsBox {
  margin-top: 30px;
}

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

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

.inner .tabSelecter ul {
  border: none;
}

.commonTable.teamTable {
  border-left: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.commonTable.teamTable th {
  padding: 5px 0;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}
.commonTable.teamTable td {
  border-right: 1px solid #d8d8d8;
  padding: 5px 0 5px 3px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}
.commonTable.teamTable td .teamName {
  font-size: 10px;
  font-size: 1rem;
}
.commonTable.teamTable.player td:nth-last-child(5) {
  width: 6.5em;
}
.commonTable.teamTable.player td:nth-last-child(4) {
  width: 3em;
}

.matchVsBox {
  position: relative;
  padding: 7vw 5%;
  margin-bottom: 0;
  background: none;
}
.matchVsBox .ad_ticket_txt {
  text-align: center;
}
.matchVsBox .ad_ticket_txt p {
  font-size: 10px;
  font-size: 1rem;
  background-color: rgba(230, 0, 18, 0.8);
  color: #fff;
  padding: 1vw 6vw;
  display: inline-block;
}
.matchVsBox .matchVsTitle_dayplace {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 900;
  color: #333;
  margin-bottom: 0.5em;
  text-align: center;
}
.matchVsBox .embL.embHighshool {
  background: url("/img/supercup/2022/ng_match/highschool.png") center center no-repeat;
  background-size: contain;
}
.matchVsBox .leagScoreColumn {
  margin: 0 auto;
  border: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  padding-top: 0;
  padding-bottom: 4vw;
}
.matchVsBox .leagScoreColumn .leagAccScore {
  width: 40%;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p {
  color: #333;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  line-height: 1;
  margin: 0;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p.time {
  background: #000;
  margin-bottom: 0.3em;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  padding: 2px 4px;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p.time.redTxt {
  background: #db3825;
  margin-bottom: 0.3em;
  padding: 2px 4px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
.matchVsBox .leagScoreColumn .leagAccTeam {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  vertical-align: middle;
}
.matchVsBox .leagScoreColumn .leagAccVslist {
  width: 38%;
  vertical-align: middle;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime {
  margin: 0;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(1) {
  background: #000;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(2) {
  margin: 0;
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.matchVsBox ul.leagLogColumn {
  border-top: 1px solid #ccc;
  padding-top: 4vw;
  margin: 0 auto;
  font-weight: 200;
  color: #333;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 {
  color: #333;
  line-height: 1.3;
  font-size: 10px;
  font-size: 1rem;
}
.matchVsBox ul.leagLogColumn .leagLeftLog {
  text-align: right;
}
.matchVsBox ul.leagLogColumn .leagRightLog {
  text-align: left;
}
.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;
  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 {
  display: table;
  margin-bottom: 15px;
  /* width: 500px; */
  background: #dedede;
}
.NgmHistoryArea .textnav li {
  display: table-cell;
  text-align: center;
}
.NgmHistoryArea .textnav li:first-child a {
  border-left: 0;
}
.NgmHistoryArea .textnav li a {
  color: #333;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 18px;
  padding: 10px;
  border-left: solid 1px #fff;
  white-space: nowrap;
}
.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 15px;
  color: #fff;
}
.NgmHistoryArea .columnArea .figureArea img {
  width: 100%;
}

/*NGM-outline*/
.NgmOutlineArea__title {
  padding: 6vw 6vw 3vw;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.2em;
  text-align: center;
}
.NgmOutlineArea .inner {
  position: relative;
  background: #fff;
}
.NgmOutlineArea .inner::after {
  content: "";
  width: 60vw;
  height: 10px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.NgmOutlineArea .ngmOutlineTable {
  margin-bottom: 8vw;
}
.NgmOutlineArea .ngmOutlineTable th,
.NgmOutlineArea .ngmOutlineTable td {
  display: block;
}
.NgmOutlineArea .ngmOutlineTable th {
  background: none;
  font-size: 13px;
  font-size: 1.3rem;
  border-right: none;
  padding: 4vw 3vw 0;
  text-align: left;
  border-bottom: none;
}
.NgmOutlineArea .ngmOutlineTable td {
  background: none;
  font-size: 13px;
  font-size: 1.3rem;
  border-right: none;
  padding: 1vw 3vw 4vw;
  text-align: left;
  border-top: none;
}
.NgmOutlineArea .ngmOutlineTable td ol li {
  margin-bottom: 5px;
}
.NgmOutlineArea .ngmOutlineTable td ol li:last-child {
  margin-bottom: 0;
}
.NgmOutlineArea .ngmOutlineTable tr:last-child td {
  margin-bottom: 8vw;
}

/*NGM-match*/
.matchMemberArea .u18Members {
  display: inline-block;
  width: 49%;
}
.matchMemberArea .u18Members .MemberList {
  display: block;
}
.matchMemberArea .highschoolMembers {
  vertical-align: top;
  display: inline-block;
  width: 49%;
}
.matchMemberArea .highschoolMembers .MemberList {
  display: block;
}
.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;
  font-weight: bold;
}

.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 {
  margin-top: 50px;
}
.NgmMatchArea .tabContents .tabSelecter .tab li {
  width: 16.66%;
}
.NgmMatchArea .tabContents .tabSelecter .tab .current a {
  position: relative;
  top: 0px;
  background: #02235b;
  color: #ffffff;
  font-weight: bold;
}
.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;
}
.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-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 {
  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;
}

.leagAccScore .leagLeftScore,
.leagAccScore .leagRightScore {
  font-family: "Comfortaa", "Noto Sans JP", sans-serif;
  font-weight: 200;
}

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

ul.dataList {
  border-top: 1px solid #ccc;
  width: 100%;
}

ul.dataList li {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 16px 13px 16px;
  position: relative;
}

.dataList .MeberListTitle {
  font-weight: bold;
  background-color: #f6f6f6;
}

.matchMemberArea ul.dataList li {
  padding: 18px 0 16px;
  line-height: 1;
}

.matchMemberArea ul.dataList li.MeberListTitle {
  padding: 16px 13px 16px;
}

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

ul.dataList li .ListPosition,
ul.dataList li .ListNumber {
  width: 15px;
  text-align: center;
  display: inline-block;
}

ul.dataList li .changeNumber {
  position: absolute;
  right: 20px;
}

ul.dataList li .ListName {
  margin-left: 5px;
  letter-spacing: -0.05em;
}

ul.dataList li .ListName.underIcon {
  position: relative;
  top: 10px;
}

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

ul.dataList .MeberListArrow:after {
  color: #bbb;
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 3px;
  top: 12px;
  position: absolute;
}

ul.dataList .MeberListArrowUp:after {
  color: #333;
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 9px;
  top: 21px;
  position: absolute;
  transform: rotate(-180deg);
}

ul.dataList .MeberListArrowSort:after {
  color: #333;
  content: "\f0dc";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 9px;
  top: 18px;
  position: absolute;
  transform: rotate(-180deg);
}

table.dataTable td {
  font-size: 11px;
  font-size: 1.1rem;
}

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

.leagAccScore .leagLeftScore,
.leagAccScore .leagRightScore {
  font-family: "Squada One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  font-size: 5rem;
  color: #333;
}

.leagAccScore .leagHalfTxt {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.leagAccScore .score {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  font-family: "Squada One", sans-serif;
}

.detalArea {
  position: relative;
  margin-bottom: 50px;
}

.matchSpotArea ul li {
  padding: 2% 0;
}
</pre></body></html>