@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Prata&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

leaguecup_final.scss

------------------------------------*/
a {
  color: #e60012;
  text-decoration: none;
}

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

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

body {
  min-width: 100%;
  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: 100%;
  margin: 0 auto;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half {
  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 {
  width: 100%;
}

.CLM__half .wide100 {
  width: 100% !important;
}

.CLM__half > li {
  width: 48%;
  margin-right: 4%;
}

.CLM__half > li:nth-child(2n) {
  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 > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3%;
}

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

.nowrapCLM > li img {
  width: 100%;
}

.nowrapCLM > li a {
  display: block;
}

.sec {
  text-align: center;
}

.sec__inner {
  margin: 0 5%;
  padding: 50px 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: cover;
}

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

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

.heading__main {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  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: 30px;
}

.heading__gold {
  color: #c7ba66;
}

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

#specialArea .heading__main {
  margin-top: 30px;
}

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

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

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

.txt__red {
  color: #a9000d;
}

.txt__bold {
  font-weight: bold;
}

.txt__left {
  text-align: left;
}

.txt__center {
  text-align: center;
}

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

.BTN__border a {
  display: block;
  width: 80%;
  border: 1px solid #000;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: auto;
  color: #000;
}

.list__style {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.65;
  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;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  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;
}

#header a:hover {
  opacity: 0.7;
}

#header .header__left {
  height: 35px;
  position: absolute;
  left: 10px;
}

#header .header__left a {
  display: block;
}

#header .header__left img {
  height: 35px;
}

#header .header__logo {
  width: 100%;
  text-align: center;
  z-index: 111111;
  width: 71px;
  margin: auto;
}

#header .header__logo a {
  display: block;
}

#header .header__logo img {
  height: 35px;
}

#header .header__logo__leaguecup {
  height: 35px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}

#header .header__logo__leaguecup img {
  height: 100%;
}

#header .header__right {
  width: 100%;
  text-align: right;
}

.menu-trigger {
  display: inline-block;
  width: 25px;
  height: 20px;
  position: fixed;
  top: 7px;
  right: 10px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}

.menu-trigger:hover {
  opacity: 0.7;
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active {
  right: 10px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

#navigation .navigation_inner {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#navigation .navList {
  text-align: center;
}

#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

#navigation .navList li a {
  padding: 0.5em;
  color: #FFF;
  display: block;
}

#navigation .navList li.nav_ticket {
  border: none;
}

#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #000;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  width: 100%;
  text-align: center;
  z-index: -1;
  height: 75%;
  max-height: 500px;
  overflow: hidden;
  opacity: 0;
}

.kvArea__BG {
  height: 820px;
  margin: auto;
  position: relative;
  background: url(/img/leaguecup/2019/final/kv_final/KV_leaguecup2019_final_BG_sp.jpg) no-repeat top center;
  background-size: 120%;
}

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

.kvArea__BG__li img {
  width: 100%;
}

.kvArea__BG__li.tanaka {
  top: 5%;
  margin-left: -35%;
  width: 40%;
}

.kvArea__BG__li.chanatip {
  top: 10%;
  margin-left: -48%;
  width: 34%;
}

.kvArea__BG__li.nakamura {
  top: 7%;
  margin-left: 10%;
  width: 38%;
}

.kvArea__BG__li.fukumori {
  top: 20%;
  margin-left: -46%;
  width: 45%;
}

.kvArea__BG__li.kobayashi {
  top: 25%;
  margin-left: -36%;
  width: 36%;
}

.kvArea__BG__li.suzuki {
  top: 9%;
  margin-left: 6%;
  width: 30%;
}

.kvArea__BG__li.ienaga {
  top: 22%;
  margin-left: 5%;
  width: 55%;
}

.kvArea__BG__li.suga {
  top: 41%;
  margin-left: 15%;
  width: 33%;
}

.kvArea__BG__li.taniguchi {
  top: 30%;
  margin-left: -50%;
  width: 40%;
}

.kvArea__BG__li.miyazawa {
  top: 36%;
  margin-left: -15%;
  width: 50%;
}

.kvArea__BG__li.copy {
  top: 6%;
  margin-left: -15%;
  width: 32%;
  margin-top: 30px;
}

.CNT {
  position: relative;
}

.CNT:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: -50px;
  height: 50px;
  background: url(/img/leaguecup/2019/final/BG_traiangle.png) no-repeat bottom center;
  background-size: 150%;
}

.CNT h1 {
  position: absolute;
  top: -0.7%;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  margin-top: 30px;
}

.CNT h1 img {
  width: 100%;
}

.CNT > section:first-of-type {
  padding-top: 30%;
}

.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
========================================================================== */
#matchArea .sec__inner {
  padding-top: 30px;
}

.matchlist {
  color: #704207;
  line-height: 1.4;
}

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

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

.matchlist__day {
  font-size: 26px;
  font-size: 2.6rem;
}

.matchlist__day span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}

.matchlist__day .broadcast {
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #704206;
  display: inline-block;
  padding: 12px 10px 8px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.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-bottom: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}

.matchlist__vs img {
  width: 30px;
}

.matchlist__vs span.clubname {
  width: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.matchlist__vs span.icon__x {
  margin: 0 5px;
}

.matchlist__vs span.score {
  font-size: 26px;
  font-size: 2.6rem;
}

.matchlist__vs span.score.txt__size16 {
  font-size: 11px;
  font-size: 1.1rem;
}

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

.matchlist__semifinal dt {
  position: relative;
}

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

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

#specialArea .CLM__half > li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

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

.newslist a {
  color: #000;
}

.slickbox .newslist li {
  margin: 0 5px;
}

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

#previewArea .previewTxt {
  background: url(/img/leaguecup/2019/final/preview_bg_sp.png) no-repeat top center;
  background-size: cover;
  padding: 30px 5%;
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
}

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

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

#previewArea .previewImg01, #previewArea .previewImg02 {
  margin: 20px auto;
}

#previewArea .previewImg01 img, #previewArea .previewImg02 img {
  width: 100%;
}

.teamlist.CLM__half > li {
  margin-bottom: 30px;
  margin-right: 0;
  width: 100%;
}

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

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

.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: 30%;
  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 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

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

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

.eventlist figure {
  position: relative;
}

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

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

.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: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  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;
}

.accessmap__txt {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.46);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  padding: 5%;
  margin-bottom: 20px;
}

.accessmap__txt h4:nth-of-type(n+2) {
  margin-top: 20px;
}

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

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

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

.slick-next {
  right: 0;
}

.slick-prev {
  left: -10px;
}

.campaign__howtoApply {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.campaign__howtoApply__list {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}

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

.campaign__howtoApply__list ol li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

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

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

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

#campaignArea .newsList {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  border: none;
}

#campaignArea .newsList .accordionIndex {
  border: none;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
}

#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;
  font-size: 1.8rem;
  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;
  font-size: 12px;
  font-size: 1.2rem;
}

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

#campaignArea .commonTable th {
  white-space: normal;
  width: 25%;
}

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

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

.kvArea__other h1 {
  width: 100%;
  height: 210px;
  display: table;
  margin: auto;
}

.kvArea__other h1 span {
  display: none;
  vertical-align: middle;
  font-size: 22px;
  font-size: 2.2rem;
  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: 180px;
}

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

body.finalothers .CNT .sec:first-of-type {
  padding-top: 5%;
}

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

.eventmap__photo {
  margin-bottom: 30px;
}

.eventmap__photo img {
  width: 100%;
}

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

.event__nav .accordionIndex a {
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 20px;
  background: #f4cccf;
  border-radius: 2px;
  margin-bottom: 1px;
  font-weight: bold;
  position: relative;
}

.event__nav .accordionIndex a:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  font-weight: normal;
}

.event__nav .accordionIndex a.active:after {
  content: '\f366';
}

.event__nav ul {
  text-align: left;
}

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

.event__nav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #b5000b;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  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: 15px;
  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: 15px;
  font-size: 1.5rem;
  color: #e60012;
  text-align: left;
  font-weight: bold;
  margin: 20px 20px 0 20px;
  border-bottom: 3px solid #e60012;
  padding-bottom: 10px;
  line-height: 1.3;
}

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

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

#eventlistArea .eventlist li span.symbol {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #e60012;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
  right: -5px;
  top: -5px;
  z-index: 1;
  border-radius: 2px;
}

.playerTitle {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.playerTitle.sapporo {
  color: #d6000e;
}

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

.playerTitle span {
  margin: 0 auto;
}

.player_box {
  max-width: 400px;
  margin: 0 auto 10px;
}

.player_box figure {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  max-width: 400px;
}

.player_box figure img {
  width: 100%;
}

.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 > a,
body.players .tabSelecter li > span {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #000;
  color: #fff;
}

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

.statslist {
  margin-bottom: 20px;
}

.statslist li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

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

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

.statslist figure {
  position: relative;
}

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

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

.statsSpeed img {
  width: 100%;
}

.statsSpeed__cap {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: bold;
  font-style: italic;
}

.statsSpeed__photo {
  margin-bottom: 30px;
}

.statsSpeed__photo img {
  width: 100%;
}

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

.stats__nav .accordionIndex a {
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 20px;
  background: #f4cccf;
  border-radius: 2px;
  margin-bottom: 1px;
  font-weight: bold;
  position: relative;
}

.stats__nav .accordionIndex a:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  font-weight: normal;
}

.stats__nav .accordionIndex a.active:after {
  content: '\f366';
}

.stats__nav ul {
  text-align: left;
}

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

.stats__nav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #b5000b;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  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: 15px;
  top: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}

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

#statslistArea .statslist li {
  position: relative;
}

#statslistArea .statslist li h4 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
  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;
}

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

#statslistArea .statslist li span.symbol {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #e60012;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
  right: -5px;
  top: -5px;
  z-index: 1;
  border-radius: 2px;
}

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

.newhero_btn {
  width: 90%;
  margin: 15px auto;
  background: #c7b966;
  padding: 15px;
  border-radius: 20px;
}

.newhero_btn a {
  color: #fff;
  font-size: 14px;
}

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

.statsTable .head {
  letter-spacing: -0.5px;
}

.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;
  vertical-align: middle;
}

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

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

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

.statsTable td.letter {
  letter-spacing: -1px !important;
}

.statslist span.kome {
  text-align: right;
  display: block;
}

p.statsText {
  text-align: left;
}

.pcDISP {
  display: none !important;
}

.snsBtnWrap {
  height: 50px;
}

.bottomArea .snsNav li a:before {
  line-height: 1;
}

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

.specialArea {
  background: #fff;
}
