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

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

body {
  min-width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #000;
  -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,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  font-feature-settings: 'palt';
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

#main {
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

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

.CLM__half .wide100, .CLM__three .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,
.CLM__three &gt; figure {
  width: 32%;
  margin-right: 2%;
}

.CLM__three &gt; li:nth-child(3n),
.CLM__three &gt; article:nth-child(3n),
.CLM__three &gt; figure:nth-child(3n) {
  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 {
  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;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}

.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}

.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}

.txt__red {
  color: #ce0010;
}

.txt__blue {
  color: #001390;
}

.txt__bold {
  font-weight: bold;
}

.txt__left {
  text-align: left;
}

.txt__right {
  text-align: right;
}

.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  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;
}

.btn {
  display: inline-block;
  position: relative;
  background: #000;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  font-size: 4.5vw;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 800;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  padding-right: 8%;
  box-sizing: border-box;
}

.btn::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8vw;
  font-weight: normal;
}

.btn__S {
  width: 45%;
  height: 40px;
  line-height: 40px;
  font-size: 4vw;
  padding-right: 10px;
}

.btn__S::after {
  font-size: 13px;
  font-size: 1.3rem;
}

.btn__L {
  width: 90%;
}

.btn__M {
  min-width: 70%;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}

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

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

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

.btn__ticket {
  height: auto;
  padding: 20px 0;
  line-height: 1.3;
  font-size: 5.5vw;
}

.btn__ticket img {
  vertical-align: middle;
  position: relative;
  width: 120px;
  margin: 5px auto;
  display: block;
}

.btn__2line {
  line-height: 1.4;
  padding: 10px 0;
  height: auto;
}

.btnArea {
  text-align: center;
}

.btnArea .btn {
  margin: auto;
}

.btn__border {
  display: block;
  width: 80%;
  border: 1px solid #000;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 3.5vw;
  margin: auto;
  color: #000;
}

.sec__innerWide .btn {
  width: 100%;
}

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

.bnrwrap {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.bnrwrap a {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
}

.bnrwrap a img {
  width: 100%;
}

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

.commonTable tbody th, .commonTable tbody td {
  font-size: 3.5vw;
  padding: .75em .5em;
  text-align: center;
  line-height: 1.5;
}

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

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

.sec {
  text-align: center;
}

.sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}

.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 top center;
  background-size: 100% auto;
}

.sec__black {
  background: url(/img/guidelines/BG_black.jpg) repeat-y top 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 top 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 top center;
  background-size: 400% 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: 4.5vw;
  font-family: "Antonio", sans-serif;
  display: block;
  color: #908d60;
  line-height: 1.3;
  margin-bottom: .3em;
}

.heading__main .jpn_L {
  font-size: 6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.3;
}

.heading__main .jpn_L a {
  display: inline-block;
  font-size: 3vw;
  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: 4.5vw;
  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: 16px;
  font-size: 1.6rem;
  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;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  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- center;
  align-items: -webkit- center;
  align-items: center;
  background: rgba(231, 0, 18, 0.85);
  z-index: 500;
}

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

#header .header__left a {
  display: inline-block;
}

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

#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: 40px;
}

#header .header__logo__leaguecup {
  height: 40px;
  margin: 20px auto 0;
}

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

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

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

.menu-trigger span {
  display: inline-block;
  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: 15px;
}

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

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

.menu-trigger.active span:nth-of-type(3) {
  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;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

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

#navigation .navList {
  text-align: center;
  margin-top: 30px;
}

#navigation .navList li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}

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

#navigation .navList li a, #navigation .navList li span {
  padding: 0.5em;
  color: #FFF;
  display: block;
  font-weight: 700;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 5vw;
}

#navigation .navList li a i, #navigation .navList li span i {
  display: inline-block;
  padding-left: 10px;
  font-size: 3.2vw;
  font-style: normal;
}

#navigation .navList li a {
  position: relative;
}

#navigation .navList li a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
}

#navigation .navList li span {
  opacity: 0.3;
}

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

#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #FFF;
  font-weight: 800;
  letter-spacing: 0;
}

/* ==========================================================================
   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;
  margin-top: -10vw;
}

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

.kvArea__text__title .logo {
  width: 40%;
  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: 9vw;
  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.7;
}

.kvArea__text__day .day {
  font-family: "Antonio", sans-serif;
  font-size: 6.5vw;
  font-weight: 700;
  letter-spacing: -.03em;
}

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

.kvArea__text__day .stadium {
  font-size: 4.5vw;
  font-weight: 900;
  position: relative;
  top: -2px;
}

.kvArea__text__day .tv {
  font-size: 3.5vw;
  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: -38vw;
}

.kvArea__text__day .club.right {
  margin-left: 38vw;
}

.kvArea__text__day .club i {
  position: relative;
  top: -.5rem;
  font-size: 3vw;
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
   previsionArea
========================================================================== */
#previsionArea .sec__inner1200 {
  padding-top: 0;
}

#previsionArea .CLM__four {
  padding: 3vw;
  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;
}

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

.prevision__article__thum {
  position: relative;
}

.prevision__article__thum img {
  width: 100%;
}

.prevision__article__thum figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  font-size: 3vw;
  line-height: 1.3;
  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;
}

.prevision__article__thum figcaption::after {
  display: inline-block;
  font-family: 'ionicons';
  content: '\f39c';
  position: absolute;
  bottom: 10%;
  right: 10%;
  font-weight: normal;
  font-size: 5vw;
}

.prevision__article__popup {
  background: #FFF;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 5%;
  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 {
  right: 0;
  top: -40px;
  color: #FFF;
  opacity: 1;
}

/* ==========================================================================
   scheduleArea
========================================================================== */
#scheduleArea .sec__innerWide {
  padding: 0 5%;
}

.scheduleArea__article {
  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: 5vw;
  overflow: hidden;
}

.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;
  display: block;
}

.scheduleArea__article__title img {
  width: 90%;
  margin-top: 5%;
}

.scheduleArea__article__info {
  position: relative;
  text-align: left;
  padding: 3%;
}

.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: 40px;
  line-height: 39px;
  background: #e60112;
  width: 35%;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 25px;
  font-size: 3.5vw;
}

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

.scheduleArea__article__info dl dd {
  width: 65%;
  line-height: 1.3;
  padding-left: .5em;
  font-size: 3.5vw;
}

.scheduleArea__article .accordionList {
  background: #FFF;
}

.scheduleArea__article .accordionList.block .accordionArticle {
  display: block;
}

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

.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: 5%;
  text-align: left;
}

.scheduleArea__article .accordionList .accordionArticle .promotioncode {
  margin: 5vw auto 0;
}

.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: 10vw;
  color: #000;
  font-weight: bold;
  z-index: 1;
}

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

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

.scheduleArea__article .accordionList .accordionArticle ol li {
  font-size: 3.5vw;
}

.scheduleArea__article .accordionList .accordionArticle ol li strong {
  position: relative;
  padding-left: 13vw;
  display: table-cell;
  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: 5vw;
  background: #000;
  color: #FFF;
  width: 10vw;
  height: 100%;
  line-height: 10vw;
  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 .komeArea {
  text-align: left;
  padding: 5vw 0;
}

.ticketArea__seat {
  background: #FFF;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  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: 70px;
  text-align: center;
}

#ticketAreaPrice .seat-category {
  width: 90%;
  margin: auto;
}

#ticketAreaPrice .txt__size16 {
  text-align: right;
  margin: 0 auto 10px;
  font-size: 2.5vw;
  width: 90%;
}

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

.seat-category table th, .seat-category table td {
  border: solid 1px #000;
  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;
}

.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;
  padding: .3em;
}

.seat-category table td p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: auto;
  min-height: 150px;
}

.seat-category table td p a {
  display: block;
}

.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: 4vw;
  font-family: "Antonio", sans-serif;
  text-align: center;
}

.seat-category table td:last-child span {
  display: block;
}

.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: 3vw;
  padding: 0 .3em;
}

/* ==========================================================================
   vtseatArea
========================================================================== */
.vtseatArea {
  background: #FFF;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: relative;
}

.vtseatArea &gt; article {
  border: 1px solid #c3c1a7;
  border-bottom: none;
  padding: 7% 5% 5%;
}

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

.vtseatArea &gt; article .vtseatArea__article__title {
  font-size: 5.5vw;
  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 img {
  width: 100%;
}

.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: 3vw;
  line-height: 1.4;
  text-align: justify;
}

.vtseatArea &gt; article:last-child {
  height: auto;
  border-bottom: 1px solid #c3c1a7;
}

.vtseatArea &gt; article:last-child ol.nowrapCLM {
  display: block;
}

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

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

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

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

.vtseatArea &gt; article:last-child ol.nowrapCLM li .txt__honbun {
  background: #e0dfd2;
  padding: 5%;
}

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

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

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

#vtseatArea .heading__main {
  position: relative;
}

#vtseatArea .heading__main .jpn_L {
  font-size: 5vw;
}

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

#vtseatArea .heading__main::before {
  position: absolute;
  right: 0vw;
  top: -17vw;
  content: "";
  display: block;
  width: 35%;
  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: 3vw !important;
  line-height: 1.5;
}

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

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

.vtseatArea__flow {
  background-repeat: repeat-y;
  background-size: 230% auto;
}

.vtseatArea__flow .sec__inner1200 {
  padding: 0 5% 20px;
}

.vtseatArea__flow .txt__size26 {
  text-align: left;
  font-weight: 900;
  margin-bottom: 1em;
}

.vtseatArea__flow__list {
  position: relative;
  margin-top: 12vw;
}

.vtseatArea__flow__list li {
  position: relative;
  margin-top: -9vw;
}

.vtseatArea__flow__list li img {
  width: 70%;
}

.vtseatArea__flow__list li::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d0";
  position: absolute;
  left: 50%;
  bottom: -17%;
  font-size: 15vw;
  color: #e60112;
  z-index: 1;
}

.vtseatArea__flow__list li:nth-child(odd) {
  text-align: left;
}

.vtseatArea__flow__list li:nth-child(odd)::after {
  transform: translateX(-200%);
}

.vtseatArea__flow__list li:nth-child(even) {
  text-align: right;
}

.vtseatArea__flow__list li:nth-child(even)::after {
  transform: translateX(100%);
}

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

/* ==========================================================================
   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: '\f35d';
  position: relative;
  left: 5px;
  top: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  width: 20px;
  height: 20px;
  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: 60vw;
  background: url(/img/guidelines/header_others.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 0 20px;
}

.kvArea.others .kvArea__text {
  background: rgba(0, 0, 0, 0.8);
  width: 90%;
  padding: 4vw 0 6vw;
  margin: 0 auto;
}

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

.kvArea.others .kvArea__text__title img {
  width: 100%;
}

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

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

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

.kvArea.others .kvArea__text__day .info .day {
  font-size: 7vw;
  line-height: 1;
}

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

.kvArea.others .kvArea__text__day .info .stadium {
  font-size: 5vw;
  line-height: 1;
}

.kvArea.others .kvArea__text__day .info .tv {
  font-size: 3.6vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: .2em .5em .3em;
  color: #FFF;
  margin-top: .3em;
  display: inline-block;
}

.kvArea.others .kvArea__text__day .club.left {
  margin-left: -33vw;
}

.kvArea.others .kvArea__text__day .club.right {
  margin-left: 33vw;
}

.heading__others {
  position: relative;
  height: 22vw;
  border-top: 1px solid #FFF;
  overflow: hidden;
}

.heading__others .eng_S {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 20vw;
  white-space: nowrap;
  opacity: .4;
  letter-spacing: -.05em;
}

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

.heading__others .jpn_L.sizeS {
  font-size: 4.8vw;
}

#textArea {
  text-align: left;
}

#textArea p {
  margin-bottom: 1em;
}

#textArea p:last-child {
  margin-bottom: 0;
}

.pagenav {
  padding: 5vw 0 0;
  width: 90vw;
  margin: auto;
  text-align: center;
}

.pagenav .nowrapCLM {
  justify-content: start;
  flex-wrap: wrap;
}

.pagenav .nowrapCLM li {
  flex: inherit;
  font-size: 3.5vw;
  text-align: left;
}

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

.pagenav .nowrapCLM li a::after {
  display: inline-block;
  font-family: "ionicons";
  content: '\f3d0';
  margin-left: .3em;
}

/* ==========================================================================
   guidelineArea
========================================================================== */
#guidelineArea .CLM__three {
  display: block;
}

#guidelineArea .CLM__three li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1em;
}

#guidelineArea .CLM__three figure figcaption {
  margin-top: .5em;
  font-size: 3.5vw;
  letter-spacing: -.03em;
}

/* ==========================================================================
   TOP page
========================================================================== */
body.finalTop #ticketArea {
  background-size: 200% auto;
}

body.finalTop #ticketArea .btn {
  position: relative;
  top: -10px;
  width: 90%;
}

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

#newsArea,
#moviesArea {
  background-position: center center;
  background-size: 200% auto;
  overflow: hidden;
}

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

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

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

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

.newslist article a {
  display: block;
  background: #FFF;
  width: 100%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.newslist article figure {
  position: relative;
}

.newslist article figure img {
  width: 100%;
}

.newslist article figure figcaption {
  color: #333;
  padding: 15px 20px 0;
  box-sizing: border-box;
  background: #FFF;
  border-top: 1px solid #ededed;
  line-height: 1.4;
  height: 90px;
  overflow: hidden;
  position: relative;
  z-index: 11;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

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

.slick-prev,
.slick-next {
  top: auto;
  bottom: -125px;
  width: 90px;
  height: 40px;
}

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

.slick-prev {
  left: 0;
}

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

.slick-next {
  right: 0;
}

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

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

#moviesArea .newslist article a::after {
  background: url(/img/guidelines/icon_movie_play.png) no-repeat 50% 50%;
  background-size: 40px 40px;
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
}

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

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

#moviesArea .slick-prev, #moviesArea .slick-next {
  bottom: -140px;
}

#moviesArea .slickbox::after {
  height: 280px;
}

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

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

.matchArea__team__wrap {
  text-align: left;
  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- center;
  align-items: -webkit- center;
  align-items: center;
}

.matchArea__team__title {
  width: 40%;
  text-align: center;
}

.matchArea__team__title .emb {
  width: 80%;
  display: inline-block;
}

.matchArea__team__title .font {
  height: 10vw;
  position: relative;
  z-index: 111;
}

.matchArea__team__nav {
  width: 55%;
  position: relative;
  top: 10vw;
}

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

.matchArea__team__nav li a {
  display: block;
  color: #8f8d60;
  background: #000;
  font-size: 4.5vw;
  line-height: 11vw;
  height: 12vw;
  font-weight: 900;
  padding: 0 1em;
  position: relative;
  text-align: left;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.5);
}

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

.matchArea__team__nav li a i {
  display: none;
}

.matchArea__team__img {
  display: inline-block;
  margin-top: 5vw;
}

.matchArea__team__img img {
  width: 100%;
}

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

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

.matchArea__preview__title img {
  margin: auto;
}

.matchArea__preview__title .emb {
  width: 100%;
  display: block;
}

.matchArea__preview__title .font {
  display: none;
}

.matchArea__preview__title.nagoya {
  margin-left: -40vw;
}

.matchArea__preview__title.cosaka {
  margin-left: 40vw;
}

.matchArea__preview__title.cosaka .emb {
  width: 90%;
}

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

.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: 4.5vw;
  line-height: 11vw;
  height: 12vw;
  font-weight: 900;
  padding: 0 1.5em 0 1em;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.5);
}

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

.matchArea__preview__img figcaption i {
  display: none;
}

.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: 3.5vw;
  height: 40px;
  line-height: 40px;
  top: -30px;
  color: #b7b463;
}

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

.homeAccess__outer .homeAccess__title {
  font-size: 4vw;
  margin: -1em auto .7em;
  font-weight: 900;
}

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

.homeAccess__footer .accordionIndex {
  font-size: 3.5vw;
  font-weight: 700;
  padding-bottom: 1em;
  border: none;
  cursor: pointer;
  transition: 0.5s all;
}

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

.homeAccess__footer .accordionArticle .midashi {
  font-size: 3.5vw;
  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: 3.5vw;
  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 #previewArea {
  padding-top: 20px;
}

body.finalMatch #previewArea &gt; .sec__inner1200 {
  padding-top: 0;
}

body.finalMatch .matchArea__preview {
  padding: 0;
}

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

body.finalMatch .matchArea__preview__text .txt__honbun:last-of-type {
  margin-bottom: 0;
}

body.finalMatch .CNT {
  min-width: 100%;
}

#teamtab.margT80 {
  margin-top: 40px;
}

#teamtab .tabSelecter {
  width: 100%;
}

#teamtab ul.tab {
  width: 100%;
}

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

#teamtab ul.tab li &gt; a, #teamtab ul.tab li &gt; span {
  width: auto;
  margin: 0 auto;
  height: 50px;
  padding: 10px 0;
}

#teamtab ul.tab li .embL {
  margin: 0 auto;
}

#teamtab ul.tab li.current.nagoya a {
  background: #d70d18;
  color: #333;
}

#teamtab ul.tab li.current.cosaka a {
  background: #e42e8b;
  color: #FFF;
}

.tabContents {
  text-align: center;
}

.tabContentsBox .tabBox h4 {
  height: 50px;
  line-height: 50px;
  font-weight: 900;
  font-size: 5vw;
  font-style: normal;
  text-align: center;
}

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

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

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

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

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

.tabContentsBox .tabBox .heading__main .jpn_S {
  font-size: 6vw;
  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: 95%;
  overflow: hidden;
}

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

.tabContentsBox .tabBox .featuredArea__thum a::after {
  background: url(/img/guidelines/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 figcaption {
  width: 90%;
  margin: 3vw auto 6vw;
  text-align: justify;
  font-size: 3.5vw;
  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: 6vw;
}

.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 {
  background: #000;
  width: 100%;
  color: #FFF;
  padding: 20px 0;
  position: relative;
}

.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: 4vw;
  line-height: 1;
}

.tabContentsBox .tabBox .playersArea__box .data ul {
  line-height: 1.3;
}

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

.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: 40px 0;
}

body.finalMovies #moviesKOKUCHIArea .videoOneArea {
  margin-bottom: 0;
}

.sec__verticalSHORT__left,
.sec__verticalSHORT__right {
  margin-bottom: 5vw;
  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 {
  text-align: left;
  font-weight: 600;
  font-size: 3.5vw;
  width: 80vw;
}

.sec__verticalSHORT__left .commonTable,
.sec__verticalSHORT__right .commonTable {
  width: 80vw;
  text-align: left;
  font-weight: 600;
}

.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: 3.5vw;
}

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

.sec__verticalSHORT__left p,
.sec__verticalSHORT__right p {
  width: 80vw;
}

.sec__verticalSHORT__left {
  left: -5vw;
}

.sec__verticalSHORT__left .commonTable,
.sec__verticalSHORT__left p,
.sec__verticalSHORT__left figcaption {
  margin-left: 10vw;
}

.sec__verticalSHORT__right {
  right: -5vw;
}

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

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

.videoOneArea figcaption {
  position: relative;
  bottom: -4em;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnr {
  display: block;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

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

.floatingbnr img {
  width: calc(100% + 1px);
  position: relative;
  left: -1px;
  bottom: -1px;
}

.floatingbnr .btn {
  width: 47vw;
  height: 9vw;
  line-height: 9vw;
  margin: 1%;
  position: absolute;
  bottom: 2vw;
  font-size: 3.5vw;
  z-index: 1;
}

.floatingbnr .btn::after {
  font-size: 3vw;
}

.floatingbnr .btn.btn__brown {
  left: 2vw;
}

.floatingbnr .btn.btn__red {
  right: 2vw;
}

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

/* ==========================================================================
   newheroArea
========================================================================== */
#newheroArea .videoOneArea {
  margin-bottom: 0;
}

/* ==========================================================================
   special
========================================================================== */
body.finalSpecial figure img {
  width: 100%;
}

body.finalSpecial .commonTable.result {
  color: #000;
}

body.finalSpecial .commonTable.result td, body.finalSpecial .commonTable.result th {
  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: 4.5vw;
  font-weight: 700;
}

#specialArea05 figcaption {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 1em 0;
  font-size: 4vw;
  position: absolute;
}

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

#specialArea05 figcaption .match span.num {
  font-family: "Antonio", sans-serif;
  font-size: 5.5vw;
  font-weight: 700;
}

/* ==========================================================================
   event
========================================================================== */
#eventMapArea .btn__border {
  background: #FFF;
}

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

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

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

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

.map__nav ul {
  text-align: left;
}

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

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

.map__nav ul li a span.symbol {
  display: inline-block;
  background: #908d60;
  color: #FFF;
  width: 50px;
  text-align: center;
  margin-right: 15px;
}

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

#eventArea .eng_S {
  display: inline-block;
  width: 15vw;
  height: 15vw;
  line-height: 15vw;
  color: rgba(230, 0, 18, 0.7);
  color: #FFF;
}

#eventArea .heading__main .jpn_M {
  display: block;
}

#eventArea figure {
  margin-bottom: 5vw;
}

#eventArea figure img {
  width: 100%;
}

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

/* ==========================================================================
   TV
========================================================================== */
body.finalTV figure img {
  width: 100%;
}

/* ==========================================================================
   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: 5vw 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: 4vw;
  transition: .5s all;
}

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

#campaignArea .accordionList .accordionArticle {
  text-align: left;
  font-size: 3.2vw;
  padding: 5vw;
  margin-bottom: 10vw;
  border-top: 1px solid #ccc;
}

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

.pcDISP {
  display: none !important;
}

.mfp-bg {
  opacity: .95;
}

.snsBtnWrap {
  height: 50px;
  background: #FFF;
}

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

.specialArea {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}

#pageTopBtn {
  bottom: 130px;
}

#floatingBnr {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margT70 {
  margin-top: 35px;
}

.margT80 {
  margin-top: 40px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.margB70 {
  margin-bottom: 35px;
}

.margB80 {
  margin-bottom: 40px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddT70 {
  padding-top: 35px;
}

.paddT80 {
  padding-top: 40px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}

.paddB70 {
  padding-bottom: 35px;
}

.paddB80 {
  padding-bottom: 40px;
}

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

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

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

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

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