<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("https://fonts.googleapis.com/css?family=Prata&amp;display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

leaguecup_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: "Prata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 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 *,
#main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- left;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
  justify-content: left;
  -ms-flex-align: -ms- top;
  align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: 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 {
  width: 48%;
  margin-right: 4%;
}

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

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

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

.CLM__four &gt; li {
  width: 23%;
}

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

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

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- top;
  align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
  align-items: top;
}

.nowrapCLM &gt; li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3%;
}

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

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

.nowrapCLM &gt; li a {
  display: block;
}

.sec {
  text-align: center;
}

.sec__inner {
  width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}

.sec__white {
  background: #fff;
}

.sec__paperPattern {
  background: url(/img/leaguecup/2019/final/BG_paperpattern.jpg) repeat top center;
}

.sec__paperPattern__black {
  background: url(/img/leaguecup/2019/final/BG_paperpattern_black.jpg) repeat top center;
  color: #FFF;
}

.sec__stadiumBG {
  background: url(/img/leaguecup/2019/final/BG_campaign.jpg) repeat top center;
  background-size: 135%;
}

.sec__goods {
  background: url(/img/leaguecup/2019/final/BG_goods.jpg) repeat top center;
}

.sec article:nth-of-type(n+2) {
  padding-top: 50px;
}

.BG__inner__white {
  background: rgba(255, 255, 255, 0.7);
  padding: 60px 40px;
}

.heading__main {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.heading__red, .heading__gold {
  color: #700000;
}

.heading__red:after, .heading__gold:after {
  content: "";
  background: url(/img/leaguecup/2019/final/ICON_square.png) no-repeat 50% 50%;
  background-size: 15px;
  display: block;
  text-align: center;
  height: 50px;
}

.heading__gold {
  color: #c7ba66;
}

.heading__gold:after {
  background: url(/img/leaguecup/2019/final/ICON_square_gold.png) no-repeat 50% 50%;
  background-size: 15px;
}

.txt__honbun {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.txt__size16 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-bottom: 1em;
}

.txt__size20 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
}

.txt__red {
  color: #a9000d;
}

.txt__white {
  color: #FFF;
}

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

.txt__left {
  text-align: left;
}

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

.list__style__decimal li {
  margin-left: 1em;
}

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

.kome {
  display: block;
}

.BTN__border a {
  display: block;
  width: 80%;
  border: 1px solid #000;
  border-radius: 20px;
  height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 14px 15px 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 980px;
}

#header .header__left {
  width: 80%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- left;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
  justify-content: left;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

#header .header__left__logo {
  text-align: left;
  width: 190px;
}

#header .header__left__logo img {
  height: 26px;
}

#header .header__left__nav {
  height: 40px;
  line-height: 44px;
  font-size: 13px;
  font-size: 1.3rem;
}

#header .header__left__nav .navList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- left;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
  justify-content: left;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin-left: 20px;
  height: 40px;
}

#header .header__left__nav .navList li {
  letter-spacing: 0.05em;
  height: 40px;
  position: relative;
}

#header .header__left__nav .navList li:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(/img/leaguecup/2019/final/ICON_line_naname.png) no-repeat 0 0;
  background-size: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

#header .header__left__nav .navList li:nth-last-child(-n+2):after {
  display: none;
}

#header .header__left__nav .navList li h1 a {
  color: #c7ba66;
}

#header .header__left__nav .navList li a {
  color: #fff;
  padding: 18px 5px 17px;
}

#header .header__left__nav .navList li.nav_title {
  padding-right: 10px;
}

#header .header__left__nav .navList li.nav_title h1:after {
  display: inline-block;
  font-family: 'ionicons';
  content: '\f3d3';
  margin-left: 10px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}

#header .header__left__nav .navList li.nav_ticket a {
  background: #e60012;
  padding: 5px 15px 2px;
  border-radius: 20px;
  margin-left: 5px;
}

#header .header__left__nav .navList li.nav_special a {
  background: #c7ba66;
  padding: 5px 15px 2px;
  border-radius: 20px;
  margin-left: 5px;
}

#header .header__right {
  width: 130px;
  text-align: right;
}

body.events #header .header__left__nav .navList li.nav_events a {
  color: #e60012;
}

body.players #header .header__left__nav .navList li.nav_players a {
  color: #e60012;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  width: 100%;
  text-align: center;
  position: fixed !important;
  z-index: -1;
  min-width: 980px;
  background: url(/img/leaguecup/2019/final/kv_final/KV_leaguecup2019_final_BG_pc.jpg) no-repeat top center;
  background-size: cover;
  height: 820px;
  overflow: hidden;
  opacity: 0;
}

.kvArea__BG {
  width: 980px;
  height: 820px;
  margin: auto;
  position: relative;
}

.kvArea__BG__li {
  position: absolute;
  left: 40%;
  opacity: 0;
}

.kvArea__BG__li.tanaka {
  top: 55px;
  margin-left: -15%;
}

.kvArea__BG__li.chanatip {
  top: 120px;
  margin-left: -32%;
}

.kvArea__BG__li.nakamura {
  top: 75px;
  margin-left: 22%;
}

.kvArea__BG__li.fukumori {
  top: 230px;
  margin-left: -26%;
}

.kvArea__BG__li.kobayashi {
  top: 350px;
  margin-left: -20%;
}

.kvArea__BG__li.suzuki {
  top: 100px;
  margin-left: 16%;
}

.kvArea__BG__li.ienaga {
  top: 320px;
  margin-left: 25%;
}

.kvArea__BG__li.suga {
  top: 500px;
  margin-left: 33%;
}

.kvArea__BG__li.taniguchi {
  top: 380px;
  margin-left: -37%;
}

.kvArea__BG__li.miyazawa {
  top: 380px;
  margin-left: 3%;
}

.kvArea__BG__li.copy {
  top: 30px;
  margin-left: -8%;
  margin-top: 30px;
}

.CNT {
  padding-top: 820px;
  position: relative;
  text-align: center;
}

.CNT:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 765px;
  height: 55px;
  background: url(/img/leaguecup/2019/final/BG_traiangle.png) no-repeat bottom center;
  background-size: cover;
  max-width: 1500px;
  left: 0;
  right: 0;
  margin: auto;
}

.CNT h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 620px;
  margin: auto;
  opacity: 0;
  margin-top: 50px;
}

body.finalTop .CNT &gt; section:first-of-type {
  padding-top: 100px;
}

.kvArea {
  -webkit-animation: animation_KV 1.5s ease-in-out 0s 1 forwards;
  animation: animation_KV 1.5s ease-in-out 0s 1 forwards;
}

.kvArea__BG__li.tanaka {
  -webkit-animation: animation_KV 1s ease-in-out 0.5s 1 forwards;
  animation: animation_KV 1s ease-in-out 0.5s 1 forwards;
}

.kvArea__BG__li.ienaga {
  -webkit-animation: animation_KV 1s ease-in-out 1s 1 forwards;
  animation: animation_KV 1s ease-in-out 1s 1 forwards;
}

.kvArea__BG__li.suga, .kvArea__BG__li.fukumori {
  -webkit-animation: animation_KV 1s ease-in-out 1.5s 1 forwards;
  animation: animation_KV 1s ease-in-out 1.5s 1 forwards;
}

.kvArea__BG__li.suzuki, .kvArea__BG__li.miyazawa, .kvArea__BG__li.taniguchi {
  -webkit-animation: animation_KV 1s ease-in-out 2s 1 forwards;
  animation: animation_KV 1s ease-in-out 2s 1 forwards;
}

.kvArea__BG__li.chanatip, .kvArea__BG__li.kobayashi, .kvArea__BG__li.nakamura {
  -webkit-animation: animation_KV 1s ease-in-out 2.5s 1 forwards;
  animation: animation_KV 1s ease-in-out 2.5s 1 forwards;
}

.kvArea__BG__li.copy {
  -webkit-animation: animation_MV 1.5s ease-in-out 3s 1 forwards;
  animation: animation_MV 1.5s ease-in-out 3s 1 forwards;
}

.CNT h1 {
  -webkit-animation: animation_MV 2s ease-in-out 3.25s 1 forwards;
  animation: animation_MV 2s ease-in-out 3.25s 1 forwards;
}

@-webkit-keyframes animation_KV {
  100% {
    opacity: 1;
  }
}

@keyframes animation_KV {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animation_MV {
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes animation_MV {
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

/* ==========================================================================
   TOP CONTENT
========================================================================== */
.matchlist {
  color: #704207;
  line-height: 1.4;
}

.matchlist__final, .matchlist__semifinal {
  margin-bottom: 40px;
}

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

.matchlist__day {
  font-size: 40px;
  font-size: 4rem;
}

.matchlist__day span {
  font-size: 20px;
  font-size: 2rem;
  display: block;
}

.matchlist__day .broadcast {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border: 2px solid #704206;
  display: inline-block;
  padding: 10px 30px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.matchlist__vs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  margin: 10px 0;
}

.matchlist__vs span.clubname {
  width: 100px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}

.matchlist__vs span.icon__x {
  margin: 0 10px;
  font-size: 50px;
  font-size: 5rem;
}

.matchlist__vs span.icon__x.txt__size16 {
  font-size: 30px;
  font-size: 3rem;
}

.matchlist__vs span.score {
  font-size: 50px;
  font-size: 5rem;
}

.matchlist__semifinal .matchlist__day {
  font-size: 30px;
  font-size: 3rem;
}

.matchlist__semifinal {
  position: relative;
  text-align: center;
}

.matchlist__semifinal dt {
  position: relative;
  display: inline-block;
}

.matchlist__semifinal dt:before, .matchlist__semifinal dt:after {
  content: "";
  background: url(/img/leaguecup/2019/final/ICON_nanameline.png) no-repeat top center;
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 115px;
  top: 0;
}

.matchlist__semifinal dt:before {
  left: -50px;
}

.matchlist__semifinal dt:after {
  right: -60px;
}

.matchlist__semifinal dd {
  position: absolute;
  width: 30%;
  display: inline-block;
  top: 0;
}

.matchlist__semifinal dd:first-of-type {
  left: 0;
}

.matchlist__semifinal dd:last-of-type {
  right: 0;
}

.newslist figcaption {
  margin-top: 15px;
}

.newslist a {
  color: #000;
}

.slickbox .newslist li {
  margin-right: 20px;
  width: 290px;
}

.slickbox .newslist li img {
  width: 100%;
  height: auto;
}

#previewArea .previewTxt {
  background: url(/img/leaguecup/2019/final/preview_bg.png) no-repeat top center;
  padding: 50px;
  text-align: left;
}

#previewArea .previewTxt h4 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  width: 100%;
  font-style: italic;
  margin-bottom: 30px;
}

#previewArea .previewTxt p {
  font-style: italic;
  line-height: 200%;
}

#previewArea .previewImg01 {
  float: left;
  margin: 0 30px 30px 0;
}

#previewArea .previewImg02 {
  float: right;
  margin: 0px 0 30px 30px;
}

.teamlist li {
  margin-bottom: 30px;
}

.teamlist h4 {
  background: #000;
  height: 70px;
  line-height: 50px;
  color: #FFF;
  position: relative;
}

.teamlist h4 span {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
}

.teamlist figure {
  margin-bottom: 15px;
}

.teamlist h5 {
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.teamlist p {
  clear: both;
  overflow: hidden;
}

.teamlist p img {
  width: 160px;
  height: auto;
  float: left;
  margin-right: 10px;
}

.teamlist h4.gosaka {
  background: #014da2;
}

.teamlist h4.sapporo {
  background: #da0012;
}

.teamlist h4.kawasakif {
  background: #32a1d7;
}

.teamlist h4.kashima {
  background: #b5193d;
}

.eventlist {
  margin-bottom: 20px;
}

.eventlist li {
  margin-bottom: 30px;
}

.eventlist li a {
  background: #fff;
  display: block;
  height: 160px;
}

.eventlist li .txt__honbun a {
  background: none;
  display: inline;
  height: auto;
}

.eventlist figure {
  position: relative;
}

.eventlist figure img {
  height: 160px;
  position: absolute;
  left: 0;
  width: auto;
}

.eventlist figure figcaption {
  padding-left: 250px;
  height: 160px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.movielist {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- top;
  align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
  align-items: top;
}

.movielist li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #FFF;
  margin-bottom: 1px;
}

.movielist li a {
  display: block;
  position: relative;
}

.movielist li a:after {
  display: inline-block;
  font-family: 'ionicons';
  content: '\f362';
  font-size: 50px;
  position: absolute;
  bottom: 50px;
  right: 30px;
  color: #FFF;
  -webkit-text-shadow: 0px 0px 3px #000000;
  text-shadow: 0px 0px 3px #000000;
}

.movielist li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.accesslist {
  margin: 10px 0;
}

.accessmap__txt {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.46);
  padding: 40px;
  margin-bottom: 50px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-next {
  z-index: 111;
}

.slick-prev img,
.slick-next img {
  width: 50px;
}

.slick-next {
  right: 0;
}

.campaign__howtoApply {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- top;
  align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
  align-items: top;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.campaign__howtoApply__list {
  width: 50%;
  margin: 10px 10px 10px 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}

.campaign__howtoApply__list h5 {
  background: #af0006;
  border-radius: 5px 5px 0 0;
  padding: 20px 0;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.campaign__howtoApply__list ol li {
  padding: 20px 0;
  margin: 0 30px;
  border-bottom: 1px solid #ccc;
}

.campaign__howtoApply__list ol li:last-child {
  border: none;
}

.campaign__howtoApply__list ol li span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  color: #af0006;
  font-weight: bold;
}

#campaignArea {
  border-bottom: 2px solid #fff;
}

#campaignArea .newsList {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  border: none;
}

#campaignArea .newsList .accordionIndex {
  border: none;
  text-align: left;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#campaignArea .newsList .accordionIndex a {
  padding: 15px 20px;
  display: block;
  color: #000;
  font-weight: bold;
}

#campaignArea .newsList .accordionIndex:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  color: #838383;
  font-weight: normal;
}

#campaignArea .newsList .accordionIndex.active:after {
  content: '\f366';
}

#campaignArea .newsList .accordionArticle {
  padding: 0 20px 20px;
}

#campaignArea .newsList .accordionArticle .list__style__disc {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 20px;
}

#campaignArea .commonTable th, #campaignArea .commonTable td {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  padding: 15px;
}

/* ==========================================================================
   OTHER CONTENT
========================================================================== */
.kvArea__other {
  width: 100%;
  text-align: center;
  position: fixed !important;
  z-index: -1;
  min-width: 980px;
  background: url(/img/leaguecup/2019/final/KV_leaguecup2019_finalothers_BG_pc.jpg) no-repeat top center;
  background-size: cover;
  height: 300px;
  overflow: hidden;
}

.kvArea__other h1 {
  width: 980px;
  height: 300px;
  display: table;
  margin: auto;
}

.kvArea__other h1 span {
  display: none;
  vertical-align: middle;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

body.events .kvArea__other h1 span.finalEvents {
  display: table-cell;
}

body.players .kvArea__other h1 span.finalPlayers {
  display: table-cell;
}

body.special .kvArea__other h1 span.finalSpecial {
  display: table-cell;
}

body.finalothers .CNT {
  padding-top: 300px;
}

body.finalothers .CNT:before {
  top: 250px;
}

body.finalothers .CNT .sec:first-of-type .sec__inner {
  padding-top: 30px;
}

.eventmap__photo {
  margin-bottom: 30px;
}

.eventmap__photo figcaption {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.event__nav ul {
  text-align: left;
}

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

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

.event__nav ul li a span.symbol {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  color: #b5000b;
  width: 50px;
  text-align: center;
  margin-right: 15px;
}

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

#eventlistArea .eventlist li {
  background: #fff;
  position: relative;
}

#eventlistArea .eventlist li h4 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #e60012;
  text-align: left;
  font-weight: bold;
  margin: 40px 40px 0 40px;
  border-bottom: 3px solid #e60012;
  padding-bottom: 20px;
  line-height: 1.3;
}

#eventlistArea .eventlist li p {
  padding: 20px 40px 40px;
}

#eventlistArea .eventlist li figure img {
  width: 100%;
  height: auto;
  position: relative;
}

#eventlistArea .eventlist li span.symbol {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #e60012;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 70px;
  text-align: center;
  left: -10px;
  top: -10px;
  z-index: 1;
  border-radius: 2px;
}

#eventlistArea .eventlist li.wide50 {
  position: relative;
  padding: 30px 40px 30px 54%;
  height: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#eventlistArea .eventlist li.wide50 h4 {
  margin: 0;
  padding-top: 15px;
}

#eventlistArea .eventlist li.wide50 p {
  padding: 20px 0 0 0;
}

#eventlistArea .eventlist li.wide50 figure {
  width: 50%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
}

.playerTitle {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}

.playerTitle.sapporo {
  color: #d6000e;
}

.playerTitle.kawasakif {
  color: #33a1db;
}

.playerTitle span {
  margin: 0 auto;
}

.player_box {
  margin-bottom: 20px;
}

.player_box .data {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: left;
  color: #fff;
  position: relative;
}

.player_box .data .pos {
  background: #000;
  margin-right: 10px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: -30px;
}

.player_box .data .name {
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.player_box .data ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-evenly;
  justify-content: -ms- space-evenly;
  justify-content: -webkit- space-evenly;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

body.players .tabSelecter {
  overflow: hidden;
}

body.players .tabSelecter li &gt; a,
body.players .tabSelecter li &gt; span {
  padding: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #000;
  color: #fff;
}

body.players .tabSelecter li.active &gt; a {
  background: url(/img/leaguecup/2019/final/BG_paperpattern.jpg) repeat top center;
  color: #000;
}

.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.embCon, .embLl.embSapporo {
  background-position: 0px 0px;
}

.embLl.embFro, .embLl.embKawasakif {
  background-position: -130px -260px;
}

.statslist {
  margin-bottom: 20px;
}

.statslist li {
  margin-bottom: 30px;
}

.statslist li a {
  background: #fff;
  display: block;
  height: 160px;
}

.statslist li .txt__honbun a {
  background: none;
  display: inline;
  height: auto;
}

.statslist figure {
  position: relative;
}

.statslist figure img {
  height: 160px;
  position: absolute;
  left: 0;
  width: auto;
}

.statslist figure figcaption {
  padding-left: 250px;
  height: 160px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.statsSpeed__cap {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 60px;
  font-weight: bold;
  font-style: italic;
}

.statsSpeed__photo {
  margin-bottom: 30px;
}

.statsSpeed__photo figcaption {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.stats__nav ul {
  text-align: left;
}

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

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

.stats__nav ul li a span.symbol {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  color: #b5000b;
  width: 50px;
  text-align: center;
  margin-right: 15px;
}

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

.heading__sub {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.3;
  background: none;
}

#statslistArea .statslist li {
  position: relative;
}

#statslistArea .statslist li h4 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin: 60px auto 30px;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.3;
  background: none;
}

#statslistArea .statslist li h4::before {
  content: "ー ";
  font-size: 24px;
  font-weight: normal;
}

#statslistArea .statslist li h4::after {
  content: " ー";
  font-size: 24px;
  font-weight: normal;
}

#statslistArea .statslist li p {
  padding: 20px 40px 40px;
}

#statslistArea .statslist li figure img {
  width: 100%;
  height: auto;
  position: relative;
}

#statslistArea .statslist li span.symbol {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #e60012;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 70px;
  text-align: center;
  left: -10px;
  top: -10px;
  z-index: 1;
  border-radius: 2px;
}

#statslistArea .statslist li.wide50 {
  position: relative;
  padding: 30px 40px 30px 54%;
  height: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#statslistArea .statslist li.wide50 h4 {
  margin: 0;
  padding-top: 15px;
}

#statslistArea .statslist li.wide50 p {
  padding: 20px 0 0 0;
}

#statslistArea .statslist li.wide50 figure {
  width: 50%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
}

.newhero_btn {
  width: 500px;
  margin: 32px auto;
  background: #c7b966;
  padding: 15px;
  border-radius: 30px;
}

.newhero_btn a {
  color: #fff;
}

.newhero_btn:hover {
  opacity: 0.8;
}

.statsTable {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}

.statsTable .head th {
  text-align: center;
  background: #700000;
  font-weight: bold;
  color: #fff;
}

.statsTable .head th:first-child {
  border: none;
  background: none;
}

.statsTable td, .statsTable th {
  border: 1px solid #bbb085;
  padding: 0.5em;
  background: #f2f1e9;
}

.statsTable span {
  font-size: 12px;
}

.statsTable .name_s {
  font-weight: bold;
  background: #c7363f;
  color: #fff;
}

.statsTable .name_k {
  font-weight: bold;
  background: #56abd4;
  color: #fff;
}

.statsTable br {
  display: none;
}

.statslist .kome {
  text-align: right;
}

p.statsText {
  text-align: left;
}

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

.snsBtn {
  margin: 30px auto 0;
  width: 980px;
}

.snsBtn li {
  vertical-align: bottom;
}
</pre></body></html>