<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&amp;display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.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");
/*-----------------------------------

leaguecup2021_final.scss

------------------------------------*/
a {
  color: #e60012;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

html, body {
  height: 100%;
  width: 100%;
}

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

body {
  min-width: 980px;
  background: #FFF;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-nav {
  height: 100%;
  overflow: hidden;
}

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

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

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  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 &gt; li,
.CLM__half &gt; article,
.CLM__half &gt; figure {
  width: 48%;
  margin-right: 4%;
}

.CLM__half &gt; li:nth-child(2n),
.CLM__half &gt; article:nth-child(2n),
.CLM__half &gt; figure:nth-child(2n) {
  margin-right: 0;
}

.CLM__three &gt; li,
.CLM__three &gt; article {
  width: 32%;
  margin-right: 2%;
}

.CLM__three &gt; li:nth-child(3n),
.CLM__three &gt; article:nth-child(3n) {
  margin-right: 0;
}

.CLM__four &gt; li,
.CLM__four &gt; article {
  width: 23.5%;
  margin-right: 2%;
}

.CLM__four &gt; li:nth-child(4n),
.CLM__four &gt; article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  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 &gt; li,
.nowrapCLM &gt; article {
  flex: 1;
  margin-right: 3%;
}

.nowrapCLM &gt; li:last-child,
.nowrapCLM &gt; article:last-child {
  margin-right: 0;
}

.nowrapCLM &gt; li img,
.nowrapCLM &gt; article img {
  width: 100%;
}

.nowrapCLM &gt; li a,
.nowrapCLM &gt; 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__red {
  color: #e60613;
}

.txt__blue {
  color: #001390;
}

.txt__bold {
  font-weight: bold !important;
}

.txt__left {
  text-align: left;
}

.txt__right {
  text-align: right;
}

.txt__center {
  text-align: center;
}

.textlink__right {
  text-align: right;
}

.textlink__right a {
  color: #000;
}

.textlink__down:after {
  display: inline-block;
  font-family: 'ionicons';
  content: '\f104';
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

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

.arrow__Underlink {
  position: relative;
  color: #000;
}

.arrow__Underlink:after {
  display: block;
  font-family: 'ionicons';
  content: '\f104';
  font-size: 150%;
  position: relative;
  top: -10px;
  height: 1em;
}

.btn {
  display: inline-block;
  position: relative;
  background: #000;
  color: #FFF;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 800;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  transition: .5s all;
}

.btn::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-size: 3rem;
}

.btn:hover {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.3);
}

.btn:hover img {
  opacity: 1;
}

.btn__S {
  width: 200px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn__S::after {
  font-size: 16px;
  font-size: 1.6rem;
}

.btn__L {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5vw;
}

.btn__M {
  width: 500px;
}

.btn__brown {
  background: url(/img/leaguecup/2020/final/BG_btn_brown.png) no-repeat top left;
}

.btn__red {
  background: url(/img/leaguecup/2020/final/BG_btn_red.png) no-repeat top left;
}

.btn__border {
  border: 1px solid #000;
  background: none;
  color: #333;
  display: block;
}

.btn__ticket {
  height: 120px;
  line-height: 120px;
  font-size: 26px;
  font-size: 2.6rem;
  width: 900px;
  padding: 0;
}

.btn__ticket::after {
  right: 3%;
}

.btn__ticket img {
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin: 0 10px;
  height: 40px;
}

.btnArea {
  text-align: center;
}

.btnArea .btn {
  margin: auto;
}

span.btn {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
}

span.btn::after {
  display: none !important;
}

span.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

span.btn:hover {
  transform: scale(1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
}

span.btn:hover img {
  opacity: 1;
}

.bnrwrap {
  text-align: center;
}

.bnrwrap a {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.bnrwrap a img {
  width: 100%;
}

.commonTable {
  border: 1px solid #CCC;
  background: #FFF;
}

.commonTable tbody th, .commonTable tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: .75em 2em;
  text-align: center;
  line-height: 1.5;
}

.commonTable tbody td {
  text-align: left;
}

body.finalSpecial .commonTable tbody td {
  text-align: center;
}

.sec {
  text-align: center;
}

.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__white {
  background: #FFF;
}

.sec__darkgray {
  background: url(/img/guidelines/teaser/BG_darkgray.jpg) repeat-y top center;
  background-size: 100% auto;
}

.sec__lightgray {
  background: url(/img/guidelines/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
}

.sec__browngray {
  background: url(/img/guidelines/BG_browngray.jpg) repeat-y center center;
  background-size: 100% auto;
}

.sec__black {
  background: url(/img/guidelines/BG_black.jpg) repeat-y center center;
  background-size: 100% auto;
  color: #FFF;
}

.sec__black .commonTable th, .sec__black .commonTable td {
  color: #000;
}

.sec__red {
  background: url(/img/guidelines/BG_red.jpg) repeat-y center center;
  background-size: 100% auto;
  color: #FFF;
}

.sec__red .commonTable th, .sec__red .commonTable td {
  color: #000;
}

.sec__nanameline {
  background: url(/img/guidelines/BG_naname_lightgold.png) no-repeat bottom center;
  background-size: 100% auto;
}

.sec__stadiumBG1 {
  background: url(/img/guidelines/BG_stadium1.png) no-repeat 50% 100px;
  background-size: cover;
}

.sec__stadiumBG2 {
  background: url(/img/guidelines/BG_seat.png) no-repeat top center;
  background-size: 100% auto;
}

.BG__nagoya {
  background: url(/img/guidelines/BG_nagoya.jpg) repeat-y top center;
  background-size: 100% auto;
  color: #FFF;
}

.BG__cosaka {
  background: url(/img/guidelines/BG_cosaka.jpg) repeat-y top center;
  background-size: 100% auto;
  color: #FFF;
}

.heading__main .eng_S {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Antonio", sans-serif;
  display: block;
  color: rgba(230, 0, 18, 0.7);
  line-height: 1;
}

.heading__main .jpn_L {
  font-size: 50px;
  font-size: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}

.heading__main .jpn_L a {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  padding-left: .5em;
}

.heading__main .jpn_L a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  padding-left: .5em;
}

.heading__main .jpn_M {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}

.heading__left {
  text-align: left;
}

.heading__btmborder {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  margin-bottom: 30px;
}

.heading__btmborder::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #000;
}

.heading__btmborder span {
  font-weight: 900;
}

.kome {
  display: block;
}

.borderwrap {
  border: 1px solid #000;
  padding: 3% 5%;
  text-align: left;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  width: 100%;
  text-align: center;
}

.kvArea img {
  width: 100%;
  height: auto;
}

.kvArea__KVimage {
  position: relative;
  width: 100%;
}

.kvArea__text {
  position: relative;
  z-index: 1;
  top: -2vw;
}

.kvArea__text__title {
  width: 60%;
  margin: auto;
}

.kvArea__text__title .logo {
  width: 35%;
  max-width: 350px;
  position: relative;
  top: -2vw;
}

.kvArea__text__title .title {
  width: 90%;
  max-width: 800px;
}

.kvArea__text__day {
  position: relative;
}

.kvArea__text__day .num {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  padding-top: 0.3em;
}

.kvArea__text__day .num a {
  display: inline-block;
  font-weight: 700;
}

.kvArea__text__day .daysta {
  line-height: 1.5;
}

.kvArea__text__day .day {
  font-family: "Antonio", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
}

.kvArea__text__day .day i {
  font-style: normal;
  transform: scale(0.8);
  display: inline-block;
  font-weight: 700;
  position: relative;
  top: 5px;
}

.kvArea__text__day .stadium {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 900;
  position: relative;
  top: -5px;
}

.kvArea__text__day .tv {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  color: #222;
  line-height: 1;
}

.kvArea__text__day .club {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kvArea__text__day .club.left {
  margin-left: -300px;
}

.kvArea__text__day .club.right {
  margin-left: 300px;
}

.kvArea__text__day .club i {
  position: relative;
  top: -1.5rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
   previsionArea
========================================================================== */
#previsionArea .heading__main .jpn_L {
  font-size: 32px;
  font-size: 3.2rem;
}

#previsionArea .CLM__four {
  padding: 3vw;
}

.prevision__article {
  width: 25% !important;
  margin: 0 !important;
}

.prevision__article__thum {
  position: relative;
}

.prevision__article__thum figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  z-index: 1;
  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-bottom: 15%;
  opacity: 0;
}

.prevision__article__thum figcaption::after {
  display: block;
  font-family: 'ionicons';
  content: '\f39c';
  position: absolute;
  bottom: 10%;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
}

.prevision__article a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: .5s all;
}

.prevision__article a img, .prevision__article a figcaption {
  transition: .5s all;
}

.prevision__article a:hover {
  opacity: 1;
}

.prevision__article a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.prevision__article a:hover figcaption {
  opacity: 1;
}

.prevision__article__popup {
  background: #FFF;
  width: 800px;
  margin: auto;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
}

.prevision__article__popup dl {
  text-align: left;
  margin-top: 10px;
}

.prevision__article__popup dl dt {
  margin-bottom: 10px;
}

.prevision__article__popup dl .CLM__half figure {
  margin-bottom: 20px;
  text-align: center;
}

.prevision__article__popup dl .CLM__half figure figcaption {
  font-size: 13px;
  font-size: 1.3rem;
}

.prevision__article__imgL {
  margin-bottom: 30px;
}

.prevision__article__imgL img {
  width: 50%;
}

.popup-modal-dismiss a {
  border: 2px solid #ff0000;
  padding: 10px;
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  font-weight: 700;
}

.mfp-wrap {
  top: 0 !important;
}

.mfp-close-btn-in .mfp-close {
  left: 50%;
  top: -40px;
  color: #FFF;
  opacity: 1;
  transform: translateX(350px);
}

/* ==========================================================================
   scheduleArea
========================================================================== */
#scheduleArea .sec__innerWide {
  padding: 50px 5vw 200px;
}

.scheduleArea__article {
  width: 90%;
  max-width: 980px;
  background: url(/img/guidelines/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
  position: relative;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  overflow: hidden;
}

.scheduleArea__article:nth-child(odd) {
  float: right;
}

.scheduleArea__article .btnArea {
  clear: both;
}

.scheduleArea__article:last-child {
  margin-bottom: 0;
}

.scheduleArea__article::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 500px;
  height: 500px;
  background: url(/img/guidelines/logo_J.png) no-repeat 100% -100px;
  background-size: 100% auto;
}

.scheduleArea__article__cnt {
  align-items: center;
}

.scheduleArea__article__title {
  width: 35%;
}

.scheduleArea__article__title img {
  width: 100%;
}

.scheduleArea__article__info {
  position: relative;
  text-align: left;
  width: 65%;
  padding: 2% 5%;
}

.scheduleArea__article__info dl {
  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;
  position: relative;
  z-index: 1;
  margin: 10px 0;
}

.scheduleArea__article__info dl dt {
  height: 50px;
  line-height: 49px;
  background: #e60112;
  width: 150px;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 25px;
  letter-spacing: .1em;
}

.scheduleArea__article__info dl dt i {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  position: relative;
  top: 3px;
  margin-right: .1em;
}

.scheduleArea__article__info dl dd {
  width: calc(100% - 150px);
  line-height: 1.3;
  padding-left: 1em;
  font-size: 18px;
  font-size: 1.8rem;
}

.scheduleArea__article .accordionList {
  background: #FFF;
}

.scheduleArea__article .accordionList .accordionIndex {
  background: rgba(98, 97, 76, 0.7);
  position: relative;
  z-index: 111;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  text-align: left;
  padding-left: 2em;
  cursor: pointer;
  border-bottom: none;
}

.scheduleArea__article .accordionList .accordionIndex::after {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  font-family: "ionicons";
  content: '\f3d0';
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s all;
}

.scheduleArea__article .accordionList .accordionIndex.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

.scheduleArea__article .accordionList .accordionArticle {
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 4%;
  text-align: left;
}

.scheduleArea__article .accordionList .accordionArticle .promotioncode {
  position: absolute;
  width: 40%;
  top: 20%;
  right: 3%;
}

.scheduleArea__article .accordionList .accordionArticle .promotioncode li {
  position: relative;
}

.scheduleArea__article .accordionList .accordionArticle .promotioncode li::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: -10%;
  top: 80%;
  transform: translateY(-50%);
  font-size: 45px;
  font-size: 4.5rem;
  color: #000;
  font-weight: bold;
  z-index: 1;
}

.scheduleArea__article .accordionList .accordionArticle .promotioncode li:last-child::after {
  display: none;
}

.scheduleArea__article .accordionList .accordionArticle .promotioncode img {
  border: 1px solid #CCC;
}

.scheduleArea__article .accordionList .accordionArticle ol li strong {
  position: relative;
  height: 80px;
  padding-left: 100px;
  display: table-cell;
  width: 650px;
  line-height: 1.5;
  vertical-align: middle;
}

.scheduleArea__article .accordionList .accordionArticle ol li strong i {
  font-style: normal;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  background: #000;
  color: #FFF;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.scheduleArea__article .accordionList .accordionArticle ol li strong a {
  font-weight: 700;
  text-decoration: underline;
}

.scheduleArea__article .accordionList .accordionArticle ol li .txt__honbun {
  margin-top: 1em;
}

.accordionArticle .list__style {
  display: block !important;
}

.scheduleArea__article.noLink::before {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
}

/* ==========================================================================
   ticketArea
========================================================================== */
body.finalTicket #ticketArea {
  margin-top: -200px;
}

body.finalTicket #ticketArea .sec__innerWide {
  padding: 80px 5vw 0;
}

body.finalTicket #ticketArea .komeArea {
  text-align: left;
  padding: 40px 0 0;
}

.ticketArea__seat {
  background: #FFF;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  max-width: 1100px;
  margin: 0 auto;
  padding: 5vw;
  position: relative;
}

.ticketArea__seat .seat {
  width: 80%;
}

.ticketArea__seat .icon {
  position: absolute;
  right: 3vw;
  bottom: 3vw;
  width: 20%;
}

#ticketAreaPrice {
  margin-top: -100px;
  padding-top: 110px;
  text-align: center;
}

#ticketAreaPrice .seat-category {
  width: 90%;
  min-width: 900px;
  max-width: 980px;
  margin: auto;
}

#ticketAreaPrice .txt__size16 {
  text-align: right;
  min-width: 900px;
  max-width: 980px;
  margin: 0 auto 10px;
}

.seat-category table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.seat-category table th, .seat-category table td {
  border: solid 1px #000;
  height: 50px;
  vertical-align: middle;
  color: #000;
}

.seat-category table th span, .seat-category table td span {
  font-size: 10px;
  font-size: 1rem;
}

.seat-category table th {
  background: #DADADA;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  height: 60px;
}

.seat-category table th:nth-child(1) {
  width: 40%;
}

.seat-category table th:nth-child(2) {
  width: 10%;
}

.seat-category table th:nth-child(3) {
  width: 15%;
}

.seat-category table th:nth-child(4) {
  width: 10%;
}

.seat-category table th:nth-child(5) {
  width: 25%;
}

.seat-category table td {
  background: #fff;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.seat-category table td:nth-child(1) {
  text-align: left;
  font-weight: bold;
  padding-left: 1em;
}

.seat-category table td.price {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Antonio", sans-serif;
  text-align: center;
}

.seat-category table td:last-child span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: .2em;
}

.seat-category table td:last-child .txt__red,
.seat-category table td:last-child .txt__blue {
  font-weight: bold;
}

.seat-category table .prime td {
  background: #d6b35d;
}

.seat-category table .cate-1 td {
  background: #db5343;
}

.seat-category table .cate-2 td {
  background: #cfdb00;
}

.seat-category table .cate-3 td {
  background: #f2a9c9;
}

.seat-category table .cate-4 td {
  background: #90c223;
}

.seat-category table .cate-5 td {
  background: #dcdddd;
}

.seat-category table .cate-6 td {
  background: #008dd6;
}

.seat-category table .cate-7 td {
  background: #65bea1;
}

.seat-category table .vtseat td {
  background: #bfbda0;
}

.seat-category table .white {
  background: #FFF !important;
}

.vtseat .txt__red {
  display: inline-block;
  background: #e60613;
  color: #FFF;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.8rem;
  height: 30px;
  line-height: 30px;
  padding: 0 .3em;
}

/* ==========================================================================
   vtseatArea
========================================================================== */
.vtseatArea {
  background: #FFF;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

.vtseatArea &gt; article {
  width: 33.333%;
  height: 300px;
  border: 1px solid #c3c1a7;
  padding: 2.5%;
}

.vtseatArea &gt; article img {
  width: 85%;
  margin-bottom: 3%;
}

.vtseatArea &gt; article .vtseatArea__article__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: .5em;
}

.vtseatArea &gt; article .vtseatArea__article__title span {
  display: inline-block;
  font-weight: 900;
}

.vtseatArea &gt; article:first-child {
  width: 66.666%;
}

.vtseatArea &gt; article:first-child img {
  width: 90%;
}

.vtseatArea &gt; article:nth-child(4) img {
  width: 50%;
}

.vtseatArea &gt; article:nth-child(5) img {
  width: 30%;
}

.vtseatArea &gt; article:nth-child(5) .txt__honbun {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: justify;
}

.vtseatArea &gt; article:last-child {
  width: 100%;
  height: auto;
}

.vtseatArea &gt; article:last-child ol li {
  background: #edece4;
  margin-right: 2px;
}

.vtseatArea &gt; article:last-child ol li h5 {
  background: #e60112;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #FFF;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
  position: relative;
  top: -10px;
}

.vtseatArea &gt; article:last-child ol li figure {
  height: 130px;
  width: 100%;
  text-align: center;
}

.vtseatArea &gt; article:last-child ol li figure img {
  height: 90%;
  width: auto;
}

.vtseatArea &gt; article:last-child ol li .txt__honbun {
  background: #e0dfd2;
  padding: 5%;
  margin-bottom: 0;
  height: 140px;
  text-align: left;
}

.vtseatArea &gt; article:last-child ol li .txt__honbun strong {
  display: block;
}

.vtseatArea &gt; article:last-child ol li:first-child img {
  width: 90%;
  height: auto;
  margin-top: 5%;
}

.vtseatArea &gt; article:last-child ol li:last-child img {
  height: 70%;
}

#vtseatArea .heading__main {
  position: relative;
}

#vtseatArea .heading__main .jpn_L {
  font-size: 32px;
  font-size: 3.2rem;
}

#vtseatArea .heading__main .jpn_L i {
  display: inline-block;
  background: #e60613;
  color: #FFF;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  height: 30px;
  line-height: 30px;
  padding: 0 .3em;
}

#vtseatArea .heading__main::before {
  position: absolute;
  right: 150px;
  top: -70px;
  content: "";
  display: block;
  width: 120px;
  height: 200px;
  background: url(/img/guidelines/icon_VT_injection.png) no-repeat 50% 50%;
  background-size: 100% auto;
  opacity: .5;
}

#vtseatArea .kome {
  text-align: left;
  font-size: 12px !important;
}

#vtseatArea .kome li {
  position: relative;
  padding-left: 3em;
}

#vtseatArea .kome li span {
  display: inline-block;
  position: absolute;
  left: 0;
}

.vtseatArea__flow .txt__size26 {
  text-align: left;
}

.vtseatArea__flow .sec__inner1200 {
  padding-top: 0;
}

.vtseatArea__flow__list {
  position: relative;
}

.vtseatArea__flow__list::after {
  content: "";
  display: block;
  width: 55%;
  height: 80px;
  background: url(/img/guidelines/icon_flowarrow.png) no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vtseatArea__flow__list li {
  width: calc(25% - 2px);
  margin-right: 2px;
  position: relative;
}

.vtseatArea__flow__list li::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-size: 5rem;
  color: #e60112;
  z-index: 1;
}

.vtseatArea__flow__list li:last-child::after {
  display: none;
}

.vtseatArea__flow__list li:nth-child(-n+4) {
  left: -5vw;
  margin-bottom: 40px;
}

.vtseatArea__flow__list li:nth-child(n+5) {
  left: 5vw;
}

/* ==========================================================================
   infoeArea
========================================================================== */
#infoeArea {
  text-align: left;
}

#infoeArea .accordionList .accordionIndex {
  border: none;
  position: relative;
  cursor: pointer;
}

#infoeArea .accordionList .accordionIndex::after {
  display: inline-block;
  font-family: "ionicons";
  content: '\f3d3';
  position: relative;
  left: 5px;
  top: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #000;
  transition: .5s all;
}

#infoeArea .accordionList .accordionIndex.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

/* ==========================================================================
   otherpages
========================================================================== */
.kvArea.others {
  position: relative;
  min-height: 320px;
  background: url(/img/guidelines/header_others.jpg) no-repeat top center;
  background-size: cover;
}

.kvArea.others .kvArea__text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  width: 800px;
  padding: 25px 0 30px;
}

.kvArea.others .kvArea__text__title {
  width: 75%;
  margin-bottom: .3em;
}

.kvArea.others .kvArea__text__title .title {
  width: 95%;
}

.kvArea.others .kvArea__text__title .catch {
  position: absolute;
  background: rgba(255, 0, 19, 0.8);
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5em;
  padding: .5em .75em;
}

.kvArea.others .kvArea__text__day {
  color: #FFF;
}

.kvArea.others .kvArea__text__day .info {
  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;
  color: #FFF;
}

.kvArea.others .kvArea__text__day .info .day {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
}

.kvArea.others .kvArea__text__day .info .day i {
  top: 3px;
}

.kvArea.others .kvArea__text__day .info .stadium {
  font-size: 26px;
  font-size: 2.6rem;
  top: 3px;
  line-height: 1;
}

.kvArea.others .kvArea__text__day .info .tv {
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: .3em .5em;
  color: #FFF;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.kvArea.others .kvArea__text__day .club {
  top: -15%;
}

.kvArea.others .kvArea__text__day .club.left {
  margin-left: -330px;
}

.kvArea.others .kvArea__text__day .club.right {
  margin-left: 330px;
}

.heading__others {
  position: relative;
  height: 140px;
  border-top: 1px solid #FFF;
}

.heading__others .eng_S {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  font-size: 120px;
  font-size: 12rem;
  opacity: .5;
}

.heading__others .jpn_L {
  position: relative;
  display: block;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.3;
}

.heading__others .jpn_L.sizeS {
  font-size: 32px;
  font-size: 3.2rem;
}

.pagenav {
  padding: 30px 0;
  width: 980px;
  margin: auto;
  text-align: center;
}

.pagenav .nowrapCLM {
  justify-content: center;
}

.pagenav .nowrapCLM li {
  flex: inherit;
}

.pagenav .nowrapCLM li a {
  display: block;
  font-weight: 900;
  position: relative;
  padding: .3em 2em .3em 1em;
}

.pagenav .nowrapCLM li a::after {
  display: inline-block;
  font-family: "ionicons";
  content: '\f3d0';
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
   guidelineArea
========================================================================== */
#guidelineArea .CLM__three figure figcaption {
  margin-top: 1em;
}

/* ==========================================================================
   TOP page
========================================================================== */
body.finalTop #ticketArea .btn {
  position: relative;
  top: -60px;
}

body.finalTop #tvArea .sec__inner1100 {
  padding-bottom: 0;
}

#newsArea,
#moviesArea {
  background-position: center center;
  overflow: hidden;
}

#newsArea .sec__innerWide,
#moviesArea .sec__innerWide {
  padding: 140px 5vw;
}

#newsArea {
  margin-top: -80px;
}

.newslist {
  position: relative;
  z-index: 111;
}

.newslist .slick-list {
  overflow: visible;
}

.newslist article {
  width: 360px;
  height: 360px;
  background: #FFF;
  margin-right: 20px;
}

.newslist article a {
  display: block;
  width: 360px;
  height: 360px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: .5s all;
}

.newslist article a:hover {
  opacity: 1;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.newslist article a:hover figure img {
  transform: scale(1.05);
}

.newslist article figure {
  position: relative;
}

.newslist article figure img {
  width: 100%;
  transition: .5s all;
}

.newslist article figure figcaption {
  color: #333;
  padding: 20px;
  box-sizing: border-box;
  background: #FFF;
  border-top: 1px solid #ededed;
  line-height: 1.4;
  height: 120px;
  overflow: hidden;
  position: relative;
  z-index: 11;
  text-align: left;
}

.newslist article figure::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 15px;
  bottom: -10px;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  z-index: 11;
}

#moviesArea .newslist article a {
  position: relative;
}

#moviesArea .newslist article 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: 30%;
  left: 50%;
  transform: translateX(-50%);
}

#moviesArea .newslist article figure figcaption {
  height: 90px;
}

#moviesArea .newslist article figure::after {
  content: "\f39c";
}

.slick-prev,
.slick-next {
  top: auto;
  bottom: -40px;
}

.slick-prev::before, .slick-prev::before,
.slick-next::before,
.slick-next::before {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #000;
  font-family: 'ionicons';
  opacity: 1;
  transition: .5s all;
}

.slick-prev:hover::before, .slick-prev:hover::before,
.slick-next:hover::before,
.slick-next:hover::before {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  content: '\f3d2';
}

.slick-next {
  right: 130px;
}

.slick-next::before {
  content: '\f3d3';
}

.matchArea__team {
  position: relative;
  padding: 120px 0;
}

.matchArea__team .sec__innerWide {
  padding: 0 5vw;
}

.matchArea__team__wrap {
  position: absolute;
  bottom: 70px;
  text-align: left;
}

.matchArea__team__title {
  margin-bottom: 15px;
}

.matchArea__team__title .emb {
  width: 160px;
  display: block;
}

.matchArea__team__title .font {
  width: 200px;
  margin-left: 100px;
  margin-top: -40px;
  position: relative;
  z-index: 111;
}

.matchArea__team__nav li {
  margin-bottom: 7px;
}

.matchArea__team__nav li a {
  display: inline-block;
  color: #8f8d60;
  background: #000;
  font-size: 30px;
  font-size: 3rem;
  line-height: 76px;
  height: 80px;
  font-weight: 900;
  padding: 0 1em;
  position: relative;
  width: 300px;
  text-align: left;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.5);
  transition: .5s all;
}

.matchArea__team__nav li a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  transition: .5s all;
}

.matchArea__team__nav li a i {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #8f8d60;
  color: #000;
  left: 0;
  font-style: normal;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  padding: 0 1em;
  transition: .5s all;
}

.matchArea__team__nav li a:hover {
  opacity: 1;
  box-shadow: none;
}

.matchArea__team__nav li a:hover i {
  opacity: 1;
}

.matchArea__team__nav li a:hover::after {
  color: #000;
}

.matchArea__team__img {
  width: 75%;
  display: inline-block;
}

.matchArea__team__img img {
  width: 100%;
}

.matchArea__team.BG__nagoya {
  text-align: left;
}

.matchArea__team.BG__nagoya .matchArea__team__wrap {
  left: 65%;
}

.matchArea__team.BG__cosaka {
  text-align: right;
}

.matchArea__team.BG__cosaka .matchArea__team__wrap {
  right: 63%;
}

.matchArea__preview {
  padding: 110px 0;
  position: relative;
}

.matchArea__preview__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 11;
  width: 200px;
  text-align: center;
}

.matchArea__preview__title img {
  margin: auto;
}

.matchArea__preview__title .emb {
  height: 150px;
  display: block;
}

.matchArea__preview__title .font {
  height: 100px;
  position: relative;
  z-index: 111;
}

.matchArea__preview__title.nagoya {
  margin-left: -500px;
}

.matchArea__preview__title.cosaka {
  margin-left: 500px;
}

.matchArea__preview__title.cosaka .emb {
  height: 140px;
}

.matchArea__preview__img {
  position: relative;
  padding: 0;
}

.matchArea__preview__img img {
  width: 100%;
}

.matchArea__preview__img a {
  opacity: 1;
  display: block;
}

.matchArea__preview__img a img {
  opacity: 1;
}

.matchArea__preview__img figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #8f8d60;
  background: #000;
  font-size: 30px;
  font-size: 3rem;
  line-height: 76px;
  height: 80px;
  font-weight: 900;
  padding: 0 2em;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.5);
  transition: .5s all;
}

.matchArea__preview__img figcaption::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  transition: .5s all;
}

.matchArea__preview__img figcaption i {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #8f8d60;
  color: #000;
  transition: .5s all;
  left: 0;
  text-align: center;
  font-style: normal;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
}

.matchArea__preview__img figcaption .comingsoon {
  display: inline-block;
  background: #d6000f;
  position: absolute;
  white-space: nowrap;
  padding: 0 1em;
  left: -10px;
  transform: rotate(353deg);
  font-size: 2rem;
  height: 40px;
  line-height: 40px;
  top: -30px;
  color: #b7b463;
}

.matchArea__preview__img:hover {
  opacity: 1;
  box-shadow: none;
}

.matchArea__preview__img:hover i {
  opacity: 1;
}

.matchArea__preview__img:hover figcaption::after {
  color: #000;
}

.homeAccess__outer {
  background: #FFF;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  max-width: 980px;
  margin: 0 auto;
  padding: 5vw;
  position: relative;
}

.homeAccess__outer .homeAccess__title {
  font-size: 26px;
  font-size: 2.6rem;
  margin: -1em auto .7em;
  font-weight: 900;
}

.homeAccess__footer {
  margin-top: 1em;
  text-align: left;
}

.homeAccess__footer .accordionList {
  margin: 0 auto;
}

.homeAccess__footer .accordionIndex {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: 0.5s all;
}

.homeAccess__footer .accordionIndex::after {
  font-family: "ionicons";
  content: "\f3d0";
  display: inline-block;
  font-size: 16px;
  margin-left: 1em;
  color: #000;
  font-weight: normal;
  transition: 0.5s all;
}

.homeAccess__footer .accordionIndex:hover {
  opacity: 0.7;
}

.homeAccess__footer .accordionIndex.active::after {
  transform: rotate(-180deg);
}

.homeAccess__footer .accordionArticle .midashi {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: .5em;
}

.homeAccess__footer .accordionArticle .accessList {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  margin-top: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

.homeAccess__footer .accordionArticle .accessList:last-child {
  margin-bottom: 2em;
}

.homeAccess__footer .accordionArticle .accessList li:not(:first-child) {
  margin-top: 1em;
}

.homeAccess__footer .accordionArticle .accessList .kome {
  font-size: 14px !important;
}

/* ==========================================================================
   MATCH
========================================================================== */
body.finalMatch .matchArea__preview {
  padding: 0;
}

body.finalMatch .matchArea__preview .sec__inner1200 {
  padding: 0;
}

body.finalMatch .matchArea__preview__text {
  text-align: left;
}

body.finalMatch .CNT {
  min-width: 980px;
}

#teamtab {
  text-align: center;
}

#teamtab ul.tab li {
  margin: 0;
  text-align: center;
  height: 110px;
}

#teamtab ul.tab li span {
  margin: -30px auto 0;
}

#teamtab ul.tab li i {
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
}

#teamtab ul.tab li.kashiwa {
  background: #fff100;
  color: #333;
}

#teamtab ul.tab li.fctokyo {
  background: #073190;
  color: #FFF;
}

#teamtab .tabContentsBox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- stretch;
  justify-content: -webkit- stretch;
  justify-content: stretch;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}

#teamtab .tabContentsBox .hide {
  display: block;
}

#teamtab .tabContentsBox .tabBox {
  width: 50%;
  text-align: center;
  padding: 60px 0;
}

.tabContentsBox .tabBox h4 {
  margin: -130px auto 1em;
}

.tabContentsBox .tabBox h4 .embLl {
  margin: auto;
}

.tabContentsBox .tabBox h4 i {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}

.tabContentsBox .tabBox .teamsPhoto img {
  width: 100%;
}

.tabContentsBox .tabBox .teamsPhoto .txt__honbun {
  padding: 3vw;
  text-align: left;
  max-width: 700px;
  margin: auto;
  min-height: 450px;
}

.tabContentsBox .tabBox .teamsPhoto table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.tabContentsBox .tabBox .teamsPhoto table th, .tabContentsBox .tabBox .teamsPhoto table td {
  padding: .5em;
  border: 1px solid #FFF;
}

.tabContentsBox .tabBox .teamsPhoto table th {
  background: rgba(255, 255, 255, 0.1);
  width: 65%;
}

.tabContentsBox .tabBox .teamsPhoto table td {
  text-align: center;
}

.tabContentsBox .tabBox .heading__main {
  margin-bottom: .5em;
}

.tabContentsBox .tabBox .heading__main .jpn_S {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
}

.tabContentsBox .tabBox .featuredArea__thum {
  width: 100%;
}

.tabContentsBox .tabBox .featuredArea__thum a, .tabContentsBox .tabBox .featuredArea__thum span {
  display: inline-block;
  position: relative;
  width: 90%;
  overflow: hidden;
}

.tabContentsBox .tabBox .featuredArea__thum a img, .tabContentsBox .tabBox .featuredArea__thum span img {
  width: 100%;
}

.tabContentsBox .tabBox .featuredArea__thum a img {
  transition: .5s all;
}

.tabContentsBox .tabBox .featuredArea__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%);
}

.tabContentsBox .tabBox .featuredArea__thum a:hover {
  opacity: 1;
}

.tabContentsBox .tabBox .featuredArea__thum a:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.tabContentsBox .tabBox .featuredArea__thum figcaption {
  width: 80%;
  margin: 20px auto;
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.tabContentsBox .tabBox .featuredArea__thum figcaption strong {
  display: block;
}

.tabContentsBox .tabBox .featuredArea__thum figcaption .txt__size16 {
  margin-bottom: .3em;
}

.tabContentsBox .tabBox .featuredArea__thum.left {
  text-align: left;
}

.tabContentsBox .tabBox .featuredArea__thum.right {
  text-align: right;
}

.tabContentsBox .tabBox .playersArea {
  margin-top: 50px;
}

.tabContentsBox .tabBox .playersArea__box {
  width: calc(33.33% - 1px);
  margin-left: 1px;
  margin-right: 0;
  position: relative;
}

.tabContentsBox .tabBox .playersArea__box:nth-child(3n+1) {
  margin-left: 0;
}

.tabContentsBox .tabBox .playersArea__box figure {
  overflow: hidden;
}

.tabContentsBox .tabBox .playersArea__box figure img {
  width: 100%;
}

.tabContentsBox .tabBox .playersArea__box .data {
  position: absolute;
  bottom: 0;
  background: #000;
  width: 100%;
  color: #FFF;
  padding: 20px 0;
}

.tabContentsBox .tabBox .playersArea__box .data .pos {
  position: absolute;
  background: #000;
  display: inline-block;
  width: 60px;
  line-height: 2em;
  left: 0;
  top: -15px;
  font-family: "Antonio", sans-serif;
}

.tabContentsBox .tabBox .playersArea__box .data .name {
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.tabContentsBox .tabBox .playersArea__box .data ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Antonio", sans-serif;
  margin: 0 .3em;
}

.tabContentsBox .tabBox .playersArea__box a {
  transition: .5s all;
}

.tabContentsBox .tabBox .playersArea__box a figure img {
  transition: .5s all;
}

.tabContentsBox .tabBox .playersArea__box a:hover {
  opacity: 1;
}

.tabContentsBox .tabBox .playersArea__box a:hover figure img {
  transform: scale(1.1);
  opacity: 1;
}

.tabContentsBox .tabBox .playersArea__cnt.nagoya .data {
  background: rgba(215, 12, 25, 0.9);
}

.tabContentsBox .tabBox .playersArea__cnt.cosaka .data {
  background: rgba(218, 0, 91, 0.9);
}

/* ==========================================================================
   Movies
========================================================================== */
body.finalMovies .sec__inner1100,
body.finalMovies .sec__inner1200,
body.finalMovies .sec__innerWide {
  padding: 100px 0;
  clear: both;
  overflow: hidden;
}

body.finalMovies #moviesKOKUCHIArea .sec__inner1100 {
  padding-top: 50px;
}

.sec__verticalSHORT__left,
.sec__verticalSHORT__right {
  margin-bottom: 50px;
  width: 70%;
  position: relative;
}

.sec__verticalSHORT__left:last-of-type,
.sec__verticalSHORT__right:last-of-type {
  margin-bottom: 0;
}

.sec__verticalSHORT__left figure,
.sec__verticalSHORT__right figure {
  display: inline-block;
  background: #FFF;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.sec__verticalSHORT__left figure img,
.sec__verticalSHORT__right figure img {
  vertical-align: top;
  width: 100%;
}

.sec__verticalSHORT__left figure iframe,
.sec__verticalSHORT__right figure iframe {
  vertical-align: top;
}

.sec__verticalSHORT__left figure figcaption,
.sec__verticalSHORT__right figure figcaption {
  width: 35%;
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

.sec__verticalSHORT__left .commonTable,
.sec__verticalSHORT__right .commonTable {
  width: 42%;
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  text-align: left;
}

.sec__verticalSHORT__left .commonTable td, .sec__verticalSHORT__left .commonTable th,
.sec__verticalSHORT__right .commonTable td,
.sec__verticalSHORT__right .commonTable th {
  padding: .75em 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.sec__verticalSHORT__left .commonTable th,
.sec__verticalSHORT__right .commonTable th {
  white-space: nowrap;
}

.sec__verticalSHORT__left .txt__left,
.sec__verticalSHORT__right .txt__left {
  padding-left: 3em;
}

.sec__verticalSHORT__left figcaption {
  right: -38%;
}

.sec__verticalSHORT__left .commonTable {
  right: -40%;
}

.sec__verticalSHORT__right {
  float: right;
}

.sec__verticalSHORT__right figcaption {
  left: -38%;
}

.sec__verticalSHORT__right .commonTable {
  left: -40%;
}

.videoOneArea {
  background: #000;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoOneArea iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoOneArea figcaption {
  position: absolute;
  bottom: -100px;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnr {
  display: block;
  position: fixed;
  z-index: 9999999;
  bottom: 30px;
  right: 0;
  width: 500px;
  height: 170px;
  background: url(/img/guidelines/floatingbnr_PC.png) no-repeat right center;
  background-size: 100% auto;
  box-sizing: border-box;
}

.floatingbnr h5, .floatingbnr p {
  display: none;
}

.floatingbnr .btn {
  width: 44.5%;
  height: 45px;
  line-height: 45px;
  margin: 1%;
  position: absolute;
  bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.floatingbnr .btn::after {
  font-size: 16px;
  font-size: 1.6rem;
}

.floatingbnr .btn.btn__brown {
  left: 15px;
}

.floatingbnr .btn.btn__red {
  right: 15px;
}

.floatingbnr .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  font-size: 30px;
  font-size: 3rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #FFF;
  background: #646464;
  color: #FFF;
  position: absolute;
  right: 20px;
  top: -30px;
}

.floatingbnr .btn__close:hover {
  opacity: 1;
  background: #e70012;
}

/* ==========================================================================
   tvArea
========================================================================== */
/* ==========================================================================
   Special
========================================================================== */
body.finalSpecial .commonTable.result {
  color: #000;
}

body.finalSpecial .commonTable.result td, body.finalSpecial .commonTable.result th {
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #CCC;
}

body.finalSpecial .commonTable.result thead th, body.finalSpecial .commonTable.result thead td {
  background: #999999;
  color: #FFF;
}

body.finalSpecial .commonTable.result thead th span, body.finalSpecial .commonTable.result thead td span {
  display: block;
  margin: auto;
}

body.finalSpecial .commonTable.result tbody td {
  font-family: "Antonio", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

#specialArea05 figcaption {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 1em;
  font-size: 18px;
  font-size: 1.8rem;
}

#specialArea05 figcaption .match span {
  display: inline-block;
  vertical-align: middle;
}

#specialArea05 figcaption .match span.num {
  font-family: "Antonio", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

/* ==========================================================================
   event
========================================================================== */
#eventMapArea .eventMapArea__img img {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.map__nav ul {
  text-align: left;
}

.map__nav ul li {
  margin-bottom: 10px;
}

.map__nav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #b5000b;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 2px;
  position: relative;
}

.map__nav ul li a span.symbol {
  display: inline-block;
  background: #908d60;
  color: #FFF;
  width: 50px;
  text-align: center;
  margin-right: 15px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
}

.map__nav ul li a:after {
  font-family: 'ionicons';
  content: '\f3d0';
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}

#eventArea .heading__main .eng_S {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #908d60;
  color: #FFF;
}

#eventArea .heading__main .jpn_M {
  padding-top: .3em;
  display: block;
}

#eventArea figure {
  margin-bottom: 30px;
}

#eventArea figure img {
  width: 100%;
}

#eventArea .commonTable th, #eventArea .commonTable td {
  color: #000;
}

/* ==========================================================================
   campaignArea
========================================================================== */
#campaignArea .sec__white {
  margin-bottom: 30px;
}

#campaignArea .sec__white .link {
  background: #000;
  color: #FFF;
  padding: 20px 0;
  font-weight: 800;
  position: relative;
}

#campaignArea .sec__white .link::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

#campaignArea .accordionList {
  background: #FFF;
}

#campaignArea .accordionList .accordionIndex {
  border: none;
  position: relative;
  padding: 20px 0;
  font-weight: 800;
  cursor: pointer;
  background: #000;
  color: #FFF;
}

#campaignArea .accordionList .accordionIndex::after {
  display: inline-block;
  font-family: "ionicons";
  content: '\f3d0';
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  transition: .5s all;
}

#campaignArea .accordionList .accordionIndex.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

#campaignArea .accordionList .accordionArticle {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 60px;
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.5s all;
}

.snsBtn {
  margin: 0;
  padding: 20px;
  background: #FFF;
}

footer {
  z-index: 11;
  position: relative;
}

.spDISP {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

/*================================================================

    [2-1]エンブレム（130px 130px）

==================================================================*/
.embLl {
  background: url("/img/common/team_emb_ll.png") no-repeat;
  display: block;
  height: 130px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 130px;
  background-position: -9999px -9999px;
}

.embLl.embGra, .embLl.embNagoya {
  background-position: 0px -520px;
}

.embLl.embCer, .embLl.embCosaka {
  background-position: -520px -520px;
}
</pre></body></html>