<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=Kiwi+Maru:wght@300;400;500&amp;display=swap");
@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");
/*-----------------------------------

supercup2022.scss

------------------------------------*/
a {
  color: #003690;
  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;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
  -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-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

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

#main {
  padding-top: 0;
  background: url(/img/supercup/2022/BG_lightgray.jpg) repeat-y top center;
  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: 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: 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;
}
.txt__brown {
  color: #af9c60;
}

.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__red {
  background: url(/img/supercup/2022/BG_btn_red.jpg) no-repeat top left;
  background-position: center;
}
.btn__blue {
  background: #003690;
}
.btn__border {
  border: 1px solid #000;
  background: none;
  color: #333;
  display: block;
}
.btn__ticket, .btn__ticket__app {
  height: auto;
  padding: 20px 0;
  line-height: 1.3;
  font-size: 5.5vw;
}
.btn__ticket img, .btn__ticket__app img {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  height: 25px;
  margin: 0 5px;
}
.btn__ticket p, .btn__ticket__app p {
  line-height: 1.2;
  font-weight: bold;
}
.btn__ticket p:first-child, .btn__ticket__app p:first-child {
  font-size: 3.5vw;
}
.btn__ticket p:last-child, .btn__ticket__app p:last-child {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 3px;
}
.btn__ticket p span, .btn__ticket__app p span {
  font-size: 4.5vw;
  font-weight: bold;
}
.btn__ticket__app p:first-child {
  margin-bottom: 0;
  font-size: 4.5vw;
}
.btn__ticket.nolink, .nolink.btn__ticket__app {
  pointer-events: none;
  background: #808080;
}
.btn__ticket.nolink p, .nolink.btn__ticket__app p {
  color: #9d9d9d;
}
.btn__ticket.nolink img, .nolink.btn__ticket__app img {
  opacity: 0.3;
}
.btn__ticket.nolink:after, .nolink.btn__ticket__app:after {
  color: #9d9d9d;
}
.btn__2line {
  line-height: 1.4;
  padding: 10px 0;
  height: auto;
}

.btnArea {
  text-align: center;
}
.btnArea .btn {
  margin: auto;
}
.btnArea .accordionList {
  width: 90%;
  margin: auto;
  margin-top: 15px;
}
.btnArea .accordionList .accordionIndex {
  text-align: left;
  text-decoration: underline;
  padding-right: 30px;
}
.btnArea .accordionList .accordionIndex.active {
  background: none;
}
.btnArea .accordionList .accordionArticle {
  background: #fff;
  padding: 5%;
}
.btnArea .accordionList .accordionArticle p {
  position: relative;
}
.btnArea .accordionList .accordionArticle p:after {
  content: "↓";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -18px;
  text-align: center;
}
.btnArea .accordionList .accordionArticle p:last-child:after {
  content: none;
}

.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: 0.75em 0.5em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
  background: #FFF;
}

.sec {
  text-align: center;
}
.sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}

.sec__white {
  background: #FFF;
}

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

.sec__nanameline {
  background: url(/img/supercup/2022/BG_naname_lightgold.png) no-repeat top center;
  background-size: 400% auto;
}

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

.sec__stadiumBG2 {
  background: url(/img/supercup/2022/ticket/BG_seat.png) no-repeat top center;
  background-size: auto 110%;
}

.heading__main .eng_S {
  font-size: 4.5vw;
  font-family: "Antonio", sans-serif;
  display: block;
  color: #908d60;
  line-height: 1.3;
  margin-bottom: 0.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: 0.5em;
}
.heading__main .jpn_L a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  padding-left: 0.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;
}
.heading__title, .heading__title--left {
  font-family: "Antonio", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.heading__title span, .heading__title--left span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.heading__title--left {
  margin-right: 10px;
  text-align: left;
}
.heading__title--left span {
  display: inline;
  margin-top: 0;
}

.kome {
  display: block;
}

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

/* ==========================================================================
   header
========================================================================== */
.fxscHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11111111;
  background: #003690;
  height: 60px;
  width: 100%;
  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;
  padding: 0 6vw;
  box-sizing: border-box;
  display: flex !important;
}
.fxscHeader__jLogo {
  width: 8vw;
  height: 8vw;
}
.fxscHeader img {
  width: 100%;
  height: auto;
}
.fxscHeader__title {
  width: 54.6vw;
}
.fxscHeader__gnav {
  margin-top: 30px;
}
.fxscHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Antonio", sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.fxscHeader__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.fxscHeader__gnav li.nolink a:after {
  opacity: 0.3;
}
.fxscHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.fxscHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.fxscHeader__gnav li a.active:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.fxscHeader__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.fxscHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}
.fxscHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.fxscHeader__gnav &gt; li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.fxscHeader__subnav {
  display: none;
}

.accordionIndex {
  position: relative;
}

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  width: 1em;
  height: 1em;
  transition: 1s;
}

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2);
}

.accordionIndex.active:after {
  transform: rotate(180deg);
  top: 10px;
}

.fxscHeader__gnav li.ticket a {
  background: #ff0000;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

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

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

.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  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: 14px;
}

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

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

#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}

#navigation .navigation_inner h1 img {
  width: 100%;
}

#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;
  padding-top: 60px;
}
.kvArea img {
  width: 100%;
  height: auto;
}
.kvArea__KVimage {
  position: relative;
  width: 100%;
}
.kvArea__text {
  position: relative;
  z-index: 0;
  background: #003690;
  color: #fff;
  padding: 40px 0 40px;
}
.kvArea__text .logo {
  width: 90%;
  margin-bottom: 30px;
}
.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: 7.5vw;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.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;
  line-height: 1;
}
.kvArea__text__day .club {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.kvArea__text__day .club.left {
  margin-left: -34vw;
}
.kvArea__text__day .club.right {
  margin-left: 34vw;
}
.kvArea__text__day .club .add {
  font-size: 10px;
  line-height: 1.2;
  display: inline-block;
}
.kvArea__text__day .club .embLl {
  margin: 0 auto;
  margin-bottom: 5px;
}
.kvArea__text__day .club i {
  position: relative;
  top: -0.5rem;
  font-size: 3vw;
  font-weight: 900;
  font-style: normal;
}
.kvArea__broadcast {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  display: inline-block;
  border-radius: 3px;
  background: #e60012;
}
.kvArea__broadcast span {
  font-weight: bold;
}
body#TEAM .kvArea, body#TV .kvArea {
  padding-top: 0;
}
body#TEAM .kvArea &gt; section, body#TV .kvArea &gt; section {
  display: none;
}
.kvArea__others {
  background: url(/img/supercup/2022/BG_kvothers.jpg) no-repeat top center;
  background-size: cover;
  height: 140px;
  color: #002665;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 60px;
  display: none;
  padding: 20px;
}
body#OUTLINE .kvArea__others.outline {
  display: block;
}
body#ACCESS .kvArea__others.access {
  display: block;
}
body#TICKET .kvArea__others.ticket {
  display: block;
}
body#HISTORY .kvArea__others.history {
  display: block;
}
body#TEAM .kvArea__others.team {
  display: block;
}
body#PLAYER .kvArea__others.player {
  display: block;
}
body#TV .kvArea__others.tv {
  display: block;
}
body#STATS .kvArea__others.stats {
  display: block;
}
body#GOURMET .kvArea__others.gourmet {
  display: block;
}
body#EVENT .kvArea__others.event {
  display: block;
}
body#NG_live .kvArea__others.ng_live {
  display: block;
}
body#NG_live .kvArea__others.ng_live .kvArea__others__title {
  letter-spacing: 4px;
  font-size: 35px;
  font-size: 3.5rem;
}
body#NG_kawasakif_u18 .kvArea__others.ng_kawasakif_u18 {
  display: block;
}
body#NG_kawasakif_u18 .kvArea__others.ng_kawasakif_u18 .kvArea__others__title {
  letter-spacing: 4px;
  font-size: 35px;
  font-size: 3.5rem;
}
body#NG_kawasakif_u18 .kvArea__others.ng_kawasakif_u18 .kvArea__others__subtitle {
  letter-spacing: 0;
}
body#NG_highschool .kvArea__others.ng_highschool {
  display: block;
}
body#NG_highschool .kvArea__others.ng_highschool .kvArea__others__title {
  letter-spacing: 4px;
  font-size: 35px;
  font-size: 3.5rem;
}
body#NG_highschool .kvArea__others.ng_highschool .kvArea__others__subtitle {
  letter-spacing: 0;
}
body#NG_history .kvArea__others.ng_history {
  display: block;
}
body#NG_history .kvArea__others.ng_history .kvArea__others__title {
  letter-spacing: 4px;
  font-size: 35px;
  font-size: 3.5rem;
}
body#NG_outline .kvArea__others.ng_outline {
  display: block;
}
body#NG_outline .kvArea__others.ng_outline .kvArea__others__title {
  letter-spacing: 4px;
  font-size: 35px;
  font-size: 3.5rem;
}
.kvArea__others__title {
  letter-spacing: 10px;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.kvArea__others__subtitle {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 10px;
  font-weight: bold;
  margin-top: 10px;
}
.kvArea .kv__matchDay {
  color: #fff;
  text-decoration: underline;
}
.kvArea .kv__matchDay div {
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  font-size: 7.5vw;
  line-height: 1;
  margin: 10px 0;
  margin-bottom: 30px;
}

body#cntTOP .kvArea .block1 {
  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;
}
body#cntTOP .kvArea .block1 &gt; div:first-child {
  width: 33.7%;
}
body#cntTOP .kvArea .block1 &gt; div:nth-child(2) {
  width: 28.5%;
}
body#cntTOP .kvArea .block1 &gt; div:nth-child(3) {
  width: 37.8%;
}
body#cntTOP .kvArea .block2 {
  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;
}
body#cntTOP .kvArea .block2 &gt; div:first-child {
  width: 33.7%;
}
body#cntTOP .kvArea .block2 &gt; div:nth-child(2) {
  width: 37.8%;
}
body#cntTOP .kvArea .block2 &gt; div:nth-child(3) {
  width: 28.5%;
}
body#cntTOP .kvArea .block3 {
  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;
}
body#cntTOP .kvArea .block3 &gt; div:first-child {
  width: 33.7%;
}
body#cntTOP .kvArea .block3 &gt; div:nth-child(2) {
  width: 28.5%;
}
body#cntTOP .kvArea .block3 &gt; div:nth-child(3) {
  width: 37.8%;
}

body#TICKET .kvArea .block1 {
  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;
}
body#TICKET .kvArea .block1 &gt; div {
  width: 25%;
}
body#TICKET .kvArea .block2 {
  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;
}
body#TICKET .kvArea .block2 &gt; div:first-child {
  width: 75%;
}
body#TICKET .kvArea .block2 &gt; div:nth-child(2) {
  width: 25%;
}
body#TICKET .kvArea .block3 {
  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;
}
body#TICKET .kvArea .block3 &gt; div {
  width: 25%;
}

/* ==========================================================================
   previsionArea
========================================================================== */
#previsionArea {
  padding-top: 50px;
}
#previsionArea .sec__inner1200 {
  padding-top: 0;
}
#previsionArea .CLM__four {
  padding: 3vw;
  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: 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: 0 auto 10%;
  margin-top: calc(60px + 10%);
  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 #000;
  padding: 10px;
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  font-weight: 700;
  color: #000;
}

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

.mfp-close-btn-in .mfp-close {
  right: 0;
  top: -40px;
  color: #FFF;
  opacity: 1;
}

/* ==========================================================================
   scheduleArea
========================================================================== */
#scheduleArea {
  padding-bottom: 150px;
}
#scheduleArea .sec__innerWide {
  padding: 0 5%;
}
#scheduleArea .btnArea .accordionIndex {
  color: #fff;
}

.scheduleArea__article {
  background: url(/img/supercup/2022/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;
  z-index: 0;
}
.scheduleArea__article + .scheduleArea__article {
  margin-top: -5vw;
}
.scheduleArea__article:last-child {
  margin-bottom: 0;
}
.scheduleArea__article:nth-child(4) {
  margin: 20px 0;
}
.scheduleArea__article::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 500px;
  height: 500px;
  background: url(/img/supercup/2022/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: 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: 0.1em;
}
.scheduleArea__article__info dl dd {
  width: 65%;
  line-height: 1.3;
  padding-left: 0.5em;
  font-size: 3.5vw;
}
.scheduleArea__article .accordionList {
  background: #FFF;
}
.scheduleArea__article .accordionList.block .accordionArticle {
  display: block;
}
.scheduleArea__article .accordionList .accordionIndex {
  background: rgba(231, 0, 18, 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: 0.5s all;
  line-height: 1;
}
.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__ttl {
  color: #222;
  border: 1px solid #222;
  padding: 5px 30px;
  text-align: center;
  font-weight: bold;
  margin: 5vw 0 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 .txt__red {
  font-weight: bold;
}
.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
========================================================================== */
#ticketArea {
  margin-top: -160px;
  padding-bottom: 30px;
}

.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 .strong {
  font-weight: bold;
  line-height: 1.5;
}
#ticketAreaPrice .seat-category {
  width: 90%;
  margin: auto;
}
#ticketAreaPrice .txt__size16 {
  text-align: right;
  margin: 0 auto 10px;
  font-size: 2.5vw;
  width: 90%;
}
#ticketAreaPrice .accordionArticle p {
  font-size: 3.5vw;
  text-align: center;
}
#ticketAreaPrice .komeArea {
  padding: 0;
  padding-top: 20px;
  width: 100%;
  text-align: left;
  color: #fff;
}
#ticketAreaPrice .seat_ttl {
  margin: 20px 0px;
  padding: 10px 0px;
  width: 100%;
  display: table;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#ticketAreaPrice .seat_ttl.accordionIndex::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: relative;
  left: 5px;
  top: 0px;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #fff;
  transition: 0.5s all;
  transform: rotate(90deg);
}
#ticketAreaPrice .seat_ttl.accordionIndex.active {
  background: none;
}
#ticketAreaPrice .seat_ttl.accordionIndex.active::after {
  transform: translateY(-50%) rotate(-90deg);
  top: 10px;
}
#ticketAreaPrice table.noLink {
  position: relative;
}
#ticketAreaPrice table.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;
}
#ticketAreaPrice table.noLink:after {
  content: "販売終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #e70012;
  padding: 10px 15px;
  line-height: 30px;
  color: #fff;
  z-index: 1012;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  width: 200px;
}
#ticketAreaPrice .list__style.noLink {
  opacity: 0.6;
}

.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: 2;
}
.seat-category table th:nth-child(1) {
  width: 30%;
}
.seat-category table th:nth-child(2) {
  width: 25%;
}
.seat-category table th:nth-child(3) {
  width: 15%;
}
.seat-category table th:nth-child(4) {
  width: 15%;
}
.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: 0.3em;
}
.seat-category table td p {
  -ms-writing-mode: tb-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.time {
  text-align: left;
  font-weight: bold;
  padding-left: 0.3em;
}
.seat-category table td.time span {
  display: inline-block;
}
.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 td:last-child .txt__red {
  display: inline-block;
  background: #e60613;
  color: #FFF;
  font-weight: 900;
  font-size: 3vw;
  padding: 0 0.3em;
}
.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 .family td {
  background: #41a1d3;
}
.seat-category table .hitoseki td {
  background: #e30a70;
}
.seat-category table .tensura td {
  background: #c17411;
}
.seat-category table .white {
  background: #FFF !important;
}
.seat-category table .kensa:nth-child(2) td:first-child, .seat-category table .kensa:nth-child(10) td:first-child {
  background: #e60c11 !important;
  padding: 0.3em;
}

.vtseat .txt__red {
  display: inline-block;
  background: #e60613;
  color: #FFF;
  font-weight: 900;
  font-size: 3vw;
  padding: 0 0.3em;
}

.ticketinfo {
  background: #fff;
  margin: 40px auto;
}
.ticketinfo__ttl {
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.ticketinfo__flex P {
  font-weight: bold;
}
.ticketinfo__flex P:first-child {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 5px;
}
.ticketinfo__flex P:last-child {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Antonio", sans-serif;
  line-height: 1;
}
.ticketinfo__flex P:last-child a {
  color: #000;
}
.ticketinfo__flex P:last-child span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 5px;
}
.ticketinfo .list__style__disc {
  padding: 15px 20px 20px;
}

/* ==========================================================================
   vtseatArea
========================================================================== */
#vtseatArea &gt; .sec__inner1100 {
  margin: 30px auto;
  padding: 0;
}
#vtseatArea .leadtxt {
  text-align: left;
  font-size: 4vw;
  margin: 20px 0 10px;
  display: block;
}
#vtseatArea .seatttl {
  margin-bottom: 20px;
  width: 100%;
}
#vtseatArea .seatimg {
  width: 250px;
  margin: 10px auto;
  display: block;
}
#vtseatArea .tensuraimg__flex {
  margin: 20px 0;
}
#vtseatArea .tensuraimg__flex img {
  width: 100%;
}
#vtseatArea .tensuraimg__flex img + img {
  margin-top: 10px;
}
#vtseatArea .mofudori__txt {
  margin-bottom: 30px;
}
#vtseatArea .mofudori__txt p {
  text-align: left;
  font-size: 4vw;
}
#vtseatArea .mofudori__txt p strong {
  text-decoration: underline;
  color: #e70012;
}
#vtseatArea .mofudori__txt p span {
  font-size: 4vw;
  display: block;
}
#vtseatArea .mofudori__overview {
  text-align: left;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
#vtseatArea .txt__size26 {
  text-align: left;
  font-weight: 900;
  margin-bottom: 0.5em;
}
#vtseatArea .accordionList {
  margin-top: 0;
}
#vtseatArea .accordionList .accordionIndex {
  margin-bottom: 0;
  text-align: center;
}
#vtseatArea .accordionList .accordionIndex p {
  display: inline-block;
}
#vtseatArea .accordionList .accordionIndex::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: relative;
  left: 5px;
  top: 0px;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #000;
  transition: 0.5s all;
  transform: rotate(90deg);
}
#vtseatArea .accordionList .accordionIndex.active {
  background: none;
}
#vtseatArea .accordionList .accordionIndex.active::after {
  transform: translateY(-50%) rotate(-90deg);
  top: 10px;
}
#vtseatArea .accordionList .accordionArticle .list__style {
  margin-top: 20px;
}

.vtseatArea {
  background: #FFF;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.vtseatArea &gt; article {
  border: 1px solid #c3c1a7;
  border-bottom: none;
  padding: 5%;
  width: 50%;
  box-sizing: border-box;
}
.vtseatArea &gt; article:nth-child(4) img {
  width: auto !important;
}
.vtseatArea &gt; article.widebox {
  width: 100%;
  height: auto;
}
.vtseatArea &gt; article.widebox img {
  height: 85%;
  width: auto;
  margin-top: 1%;
}
.vtseatArea &gt; article.widebox ol.nowrapCLM {
  display: block;
}
.vtseatArea &gt; article.widebox li {
  margin-top: 20px;
}
.vtseatArea &gt; article.widebox ol li {
  background: #edece4;
  margin-right: 2px;
}
.vtseatArea &gt; article.widebox ol li h5 {
  background: #e60112;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #FFF;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
  position: relative;
  top: -10px;
}
.vtseatArea &gt; article.widebox ol li figure {
  height: 100px;
  width: 100%;
  text-align: center;
}
.vtseatArea &gt; article.widebox ol li .txt__honbun {
  background: #e0dfd2;
  padding: 5%;
  margin-bottom: 0;
  text-align: left;
}
.vtseatArea &gt; article.widebox .vtseatArea__article__title span {
  font-size: inherit;
}
.vtseatArea &gt; article img {
  width: auto;
  height: 80px;
  margin-bottom: 3%;
}
.vtseatArea &gt; article .vtseatArea__article__title {
  font-size: 3.5vw;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.vtseatArea &gt; article .vtseatArea__article__title span {
  display: inline-block;
  font-weight: 900;
}
.vtseatArea__flow {
  background-repeat: repeat-y;
  background-size: 230% auto;
}
.vtseatArea__flow .sec__inner1200 {
  padding: 0 5% 20px;
}
.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: 0;
  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;
}

#vtseatArea .kome {
  text-align: left;
  font-size: 3vw !important;
  line-height: 1.5;
}
#vtseatArea .kome li {
  position: relative;
}
#vtseatArea .kome li span {
  display: inline-block;
  position: absolute;
  left: 0;
}

/* ==========================================================================
   ankrnav
========================================================================== */
.ankrnav .sec__innerWide {
  padding: 0;
}
.ankrnav__wrap {
  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;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.ankrnav__wrap a {
  background: #fff;
  color: #000;
  font-weight: bold;
  width: calc((100% - 2px) / 3);
  padding: 15px 0;
  border-bottom: 3px solid #000;
  text-align: center;
  font-size: 3.5vw;
  border-right: 1px solid #ddd;
  position: relative;
}
.ankrnav__wrap a:last-child {
  border-right: 0;
}
.ankrnav__wrap a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 50%;
  bottom: 5px;
  transform: rotate(90deg);
  font-size: 20px;
  font-size: 2rem;
  left: 50%;
}

/* ==========================================================================
   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: 0.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;
  z-index: 100;
}

#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: 64px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 58px;
  background-size: 500px;
  background-position: -9999px -9999px;
}

.embLl.embGra, .embLl.embKawasaki {
  background-position: -65px -126px;
}

.embLl.embCer, .embLl.embUrawa {
  background-position: -129px -62px;
}

/* ==========================================================================
   TOP
========================================================================== */
.topbtnAera .sec__inner900 {
  padding: 30px 5% 0;
}
.topbtnAera a {
  width: 100%;
  display: block;
}
.topbtnAera a:last-child {
  padding: 8vw 0;
}
.topbtnAera a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.topbtnAera a + a {
  margin-top: 20px;
}

.topticketArea {
  background: url(/img/supercup/2022/BG_naname_lightgold.png) no-repeat bottom center;
  background-size: 200% auto;
  margin: 0 0 30px;
  padding-top: 30px;
  background-position: top;
  padding-bottom: 12vw;
  background-position-y: 100px;
}
.topticketArea__map {
  width: 90%;
  margin: 0 auto;
  margin-top: -52px;
}
.topticketArea__map img {
  width: 100%;
  padding: 5%;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 70px;
  box-sizing: border-box;
}
.topticketArea .btn__ticket, .topticketArea .btn__ticket__app {
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.topticketArea .heading__title, .topticketArea .heading__title--left {
  position: relative;
  z-index: 1;
}

.topnewsArea {
  margin-top: -12vw;
  position: relative;
}
.topnewsArea__bg:after {
  background: #003690;
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: 33px;
  z-index: 0;
  right: 0;
}
.topnewsArea .heading__title, .topnewsArea .heading__title--left {
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}
.topnewsArea__outer {
  position: relative;
  z-index: 1;
}
.topnewsArea__list {
  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;
  margin-right: 5%;
  position: relative;
  z-index: 1;
}
.topnewsArea__list li {
  margin-right: 12px;
  width: calc((100% - 12px) / 2);
  background: #fff;
  margin-bottom: 12px;
}
.topnewsArea__list li:nth-child(2n) {
  margin-right: 0;
}
.topnewsArea__list li:nth-child(4) {
  margin-right: 0;
}
.topnewsArea__list li a:hover img {
  transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  opacity: 1;
}
.topnewsArea__list li a:hover .txt {
  color: #003690;
}
.topnewsArea__list--img {
  overflow: hidden;
  height: 160px;
}
.topnewsArea__list--img img {
  transition: 0.3s ease-in-out;
  opacity: 1;
  right: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
}
.topnewsArea__list--txt {
  background: #fff;
  padding: 10px;
  color: #222;
  transition: 0.3s ease-in-out;
  line-height: 1.5;
}
.topnewsArea__list--txt .day {
  font-family: "Antonio", sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
}
.topnewsArea__list--txt .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.topnewsArea__accordionlist li {
  border-bottom: 1px solid #fff;
  padding: 10px;
  position: relative;
  padding-right: 15px;
}
.topnewsArea__accordionlist li:after {
  position: absolute;
  right: 0px;
  font-family: "ionicons";
  content: "\f35d";
  color: #fff;
  display: block;
  font-size: 16px;
  width: 1em;
  height: 1em;
  transition: 1s;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
}
.topnewsArea__accordionlist li a:hover .txt {
  opacity: 0.4;
}
.topnewsArea__accordionlist .day {
  font-family: "Antonio", sans-serif;
  font-weight: bold;
}
.topnewsArea__accordionlist .txt {
  transition: 0.3s ease-in-out;
  color: #fff;
}
.topnewsArea .accordionList {
  margin-bottom: 50px;
  position: relative;
  right: 0;
  margin-left: 10%;
  padding: 0 5%;
  z-index: 1;
}
.topnewsArea .accordionList .accordionIndex {
  border: none;
  margin: 0;
  padding: 15px 0;
  font-family: "Antonio", sans-serif;
  color: #fff;
  text-align: center;
  background: #0E2C77;
  position: relative;
}
.topnewsArea .accordionList .accordionIndex:after {
  position: absolute;
  right: 10px;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  width: 1em;
  height: 1em;
  transition: 1s;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.topnewsArea .accordionList .accordionIndex.active:after {
  transform: rotate(-180deg);
}

.topcampaignArea .sec__inner1200 {
  padding-bottom: 0;
}
.topcampaignArea h1 {
  margin-bottom: 20px;
}
.topcampaignArea__img {
  margin-bottom: 20px;
}
.topcampaignArea__img img {
  width: 100%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.topcampaignArea__txt dl dt {
  margin-bottom: 0 !important;
}
.topcampaignArea__txt dl dd.flex {
  background: #fff;
  padding: 5%;
  box-sizing: border-box;
  display: block;
}
.topcampaignArea__txt dl dd.flex &gt; div + div {
  margin-top: 30px;
}
.topcampaignArea__txt dl dd.flex p {
  font-size: 4vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.3;
}
.topcampaignArea__txt dl dd.flex p span {
  position: absolute;
  background: #003690;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  height: 12vw;
  width: 12vw;
  right: 0;
  top: -5px;
  line-height: 1;
  padding: 1.5vw 0;
  font-size: 3vw;
  box-sizing: border-box;
}
.topcampaignArea__txt dl dd.flex p span i {
  display: block;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  font-size: 25px;
  font-size: 5.5vw;
  font-style: normal;
  line-height: 1;
  margin-bottom: 1px;
}
.topcampaignArea__txt dl dd.flex img {
  width: 100%;
}

.topambassadorArea {
  padding-top: 40px;
}
.topambassadorArea .heading__title, .topambassadorArea .heading__title--left {
  font-size: 60px;
  font-size: 6rem;
  color: #fff;
  margin-bottom: 20px;
}
.topambassadorArea .heading__title span, .topambassadorArea .heading__title--left span {
  text-align: left;
}
.topambassadorArea p {
  margin-bottom: 20px;
}
.topambassadorArea .morebtn {
  position: relative;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
.topambassadorArea .morebtn:before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 60px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  right: -70px;
}
.topambassadorArea .morebtn:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -70px;
  width: 15px;
  height: 2px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.topambassadorArea__wrap {
  color: #fff;
}
.topambassadorArea__wrap a {
  color: #fff;
}
.topambassadorArea__wrap a:hover {
  opacity: 1;
}
.topambassadorArea__wrap a:hover .morebtn:after {
  right: -90px;
}
.topambassadorArea__wrap a:hover .morebtn:before {
  right: -90px;
}
.topambassadorArea__wrap--left {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.topambassadorArea__wrap--center, .topambassadorArea__wrap--right {
  width: 50%;
  background: url(/img/supercup/2022/ambassador/nakamura.png) repeat-y top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 50vw;
  display: inline-block;
}
.topambassadorArea__wrap--left {
  background: url(/img/supercup/2022/ambassador/BG_ambassador.jpg) repeat-y top center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.topambassadorArea__wrap--left:hover {
  background: url(/img/supercup/2022/ambassador/BG_ambassador_hover.jpg) repeat-y top center;
  background-size: cover;
}
.topambassadorArea__wrap--center {
  background: url(/img/supercup/2022/ambassador/nakamura.png) repeat-y top center;
  background-size: cover;
  position: relative;
}
.topambassadorArea__wrap--center:after {
  content: "©︎ケンプランニング";
  right: 3px;
  bottom: 0;
  position: absolute;
  font-size: 10px;
  font-size: 1rem;
}
.topambassadorArea__wrap--right {
  background: url(/img/supercup/2022/ambassador/abe.png) repeat-y top center;
  background-size: cover;
}

.topaccessArea {
  background: url(/img/supercup/2022/access/BG_access.jpg) repeat-y top center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
  margin-top: 60px;
}
.topaccessArea .heading__title, .topaccessArea .heading__title--left {
  position: relative;
  top: -33px;
}
.topaccessArea__outer {
  width: 90%;
  margin: 0 auto;
  margin-top: -10px;
}
.topaccessArea__map {
  margin-bottom: 20px;
}
.topaccessArea__title {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 10px;
}
.topaccessArea__howto {
  background: rgba(255, 255, 255, 0.2);
  padding: 5%;
}
.topaccessArea__howto .eki {
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  width: 75%;
  font-weight: bold;
}
.topaccessArea__howto .eki span {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  margin-left: 5px;
}
.topaccessArea__howto .eki .kome {
  display: inline-block;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
}
.topaccessArea__howto .time {
  font-weight: bold;
  width: 200px;
  font-size: 13px;
  font-size: 1.3rem;
  width: 20%;
  text-align: center;
  background: #fff;
  color: #575757;
  line-height: 1.2;
  padding: 7px 0;
}
.topaccessArea__howto .time span {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.topaccessArea__howto li {
  display: flex;
  flex-wrap: wrap;
  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;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.topaccessArea__howto li:last-child {
  border-bottom: none;
}

.topoutlineArea__bg {
  width: 100%;
  margin-top: -50vw;
}
.topoutlineArea__outer {
  width: 90%;
  margin: 20px auto;
  display: block;
  overflow: hidden;
}

.outlineList {
  background: rgba(255, 255, 255, 0.6);
  padding: 5%;
}
.outlineList li article {
  text-align: left;
  padding: 15px;
}
.outlineList li article .item {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.outlineList li article .detail {
  width: 700px;
  line-height: 1.55;
}

.outlineList {
  border-bottom: 1px solid rgba(8, 12, 43, 0.5);
}
.outlineList article {
  border-top: 1px solid rgba(8, 12, 43, 0.5);
  padding: 15px 0;
}

.greenpower {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 3%;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
}
.greenpower dt {
  text-align: left;
}
.greenpower dd {
  padding-left: 20px;
}
.greenpower dd img {
  width: 70px;
  vertical-align: middle;
}

/* ==========================================================================
   大会概要
========================================================================== */
.homeOutline .homeTitle {
  position: absolute;
  top: 85px;
  right: 30px;
  z-index: 10;
}
.homeOutline .pageTitle,
.homeOutline .cup {
  display: none;
}
.homeOutline__outer {
  padding: 30px 0;
  margin: 0px auto;
  width: 90%;
  position: relative;
  z-index: 5;
}
.homeOutline__outer__inner {
  background: #fff;
  padding: 30px 5%;
  position: relative;
  box-sizing: border-box;
}
.homeOutline .outlineList {
  padding: 0;
}

/* ==========================================================================
   アクセス
========================================================================== */
.homeAccess {
  padding: 30px 0;
}
.homeAccess__outer {
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 5;
}
.homeAccess__outer .topaccessArea__title {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.homeAccess__outer .topaccessArea__howto {
  background: #003690;
}
.homeAccess__outer .topaccessArea__howto .time {
  color: #003690;
}

/* ==========================================================================
   大会の歴史
========================================================================== */
body.history .history__header {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 5%;
}
body.history .history__header__lead {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.historylist {
  background: url(/img/supercup/2022/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
  background-position: bottom;
}
.historylist article .article__inner {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.historylist__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  width: 100%;
  margin: auto;
}
.historylist__wrap--line {
  width: 15px;
  position: relative;
}
.historylist__wrap--line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  pointer-events: none;
  background: url(/img/supercup/2022/history/line.png) center top repeat-y;
  height: 100%;
  width: 26px;
  background-position: center;
}
.historylist__wrap--line:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ac9a5f;
  position: absolute;
  top: 41px;
  border-radius: 100px;
  left: 1px;
}
.historylist__wrap--num {
  width: 65px;
  position: relative;
}
.historylist__wrap--con {
  width: calc(100% - 80px);
  padding-right: 5%;
  box-sizing: border-box;
}
.historylist p.day {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ac9a5f;
  text-align: left;
  margin-top: 30px;
}
.historylist p.match {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #ac9a5f;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
}
.historylist p.match .embM {
  margin: 0;
}
.historylist p.match em {
  font-weight: 900;
  color: #ac9a5f;
  padding: 0 1em;
}
.historylist p.match i {
  font-style: normal;
}
.historylist_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.historylist_video {
  width: 46%;
  margin-right: 2%;
  position: relative;
}
.historylist_video img {
  width: 100%;
}
.historylist_video a:after {
  position: absolute;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon3";
  content: "󬘁";
  color: #fff;
  line-height: 100%;
  opacity: 0.7;
}
.historylist ul {
  width: 51%;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.historylist ul li {
  width: 49%;
}
.historylist ul li:nth-child(even) {
  margin-left: 2%;
}
.historylist ul li:nth-child(n+3) {
  margin-top: 2%;
}
.historylist ul img {
  width: 100%;
}
.historylist_num {
  font-family: "Antonio", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  position: absolute;
  top: 0;
  padding-left: 5px;
  margin-top: 30px;
  color: #ac9a5f;
}
.historylist_text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  color: #222;
  margin-top: 10px;
  margin-bottom: 10px;
}
.historylist_text h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 800;
}
.historylist_text h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
.historylist .btn_open, .historylist .btn_close {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
}
.historylist .btn_open span, .historylist .btn_close span {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: block;
  margin: auto;
}

.lb-nav {
  margin-top: 0 !important;
}

/* ==========================================================================
   チーム紹介
========================================================================== */
.teamArea {
  background: url(/img/supercup/2022/BG_naname_lightgold.png) no-repeat bottom center;
  background-size: 300% auto;
  background-position: top;
  background-position-y: 60px;
}
.teamArea__inner {
  width: 90%;
  margin: auto;
  padding: 30px 0;
}
.teamArea .others__header {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 5%;
  margin-bottom: 20px;
}
.teamArea .tabSelecter li a {
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #7a7a7a;
  background: #ababab;
}
.teamArea .tabSelecter li.current a {
  color: #fff;
  background: #003690;
}
.teamArea .tabSelecter li#tab1.current a {
  background: #34a1db;
}
.teamArea .tabSelecter li#tab2.current a {
  background: #e60c2d;
}
.teamArea .others__outer__inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 5%;
}
.teamArea .others__outer__inner .heading__backGray span {
  margin: 0 auto;
}

/* ==========================================================================
   選手紹介
========================================================================== */
.playerArea__inner {
  width: 90%;
  margin: auto;
  padding: 30px 0;
}
.playerArea .embLl {
  margin: 0px auto 10px;
}
.playerArea .others__outer__inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 5%;
}
.playerArea .tabSelecter li a {
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #7a7a7a;
  background: #ababab;
}
.playerArea .tabSelecter li.current a {
  color: #fff;
  background: #003690;
}
.playerArea .tabSelecter li#tab1.current a {
  background: #34a1db;
}
.playerArea .tabSelecter li#tab2.current a {
  background: #e60c2d;
}

.player_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}

.player_box {
  margin-bottom: 1%;
  width: 49.5%;
  margin-right: 1%;
}
.player_box:nth-child(2n) {
  margin-right: 0;
}
.tab1 .player_box {
  background: #34a1db;
}
.tab2 .player_box {
  background: #e60c2d;
}
.player_box figure {
  overflow: hidden;
}
.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;
  position: absolute;
  top: -20px;
  font-weight: normal;
}
.player_box .data .name {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.player_box .data ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-evenly;
  justify-content: -webkit- space-evenly;
  justify-content: space-evenly;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.tab1 .player_box .data {
  background: #34a1db;
}

.tab1 .player_box .data .pos {
  background: #bf9c47;
}

.tab2 .player_box .data {
  background: #e60c2d;
}

.tab2 .player_box .data .pos {
  background: #231815;
}

/* ==========================================================================
   テレビ情報
========================================================================== */
.tvArea {
  overflow: hidden;
  padding: 30px 0;
}
.tvArea__outer {
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 5;
}
.tvArea h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1em 0 0.5em;
}
.tvArea ol {
  margin: 0.5em 0;
}
.tvArea a {
  text-decoration: underline;
}
.tvArea p {
  line-height: 1.5;
}
.tvArea table {
  width: 100%;
  background: #fff;
}
.tvArea table tr th {
  width: 50%;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border: 1px solid;
}
.tvArea__img {
  margin: 0 auto;
}
.tvArea__img img {
  width: 100%;
}
.tvArea__flex {
  margin-bottom: 10px;
}
.tvArea__title {
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  line-height: 1.2 !important;
}
.tvArea__title span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
}

/* ==========================================================================
   グルメ情報
========================================================================== */
.gourmetArea {
  overflow: hidden;
  padding: 30px 0 60px;
}
.gourmetArea__outer {
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 5;
}
.gourmetArea__txt {
  margin-bottom: 20px;
}
.gourmetArea__txt p {
  margin: 10px 0;
}
.gourmetArea__table th {
  background: #003690 !important;
  color: #fff;
}
.gourmetArea__map {
  margin-bottom: 20px;
}
.gourmetArea__map &gt; a {
  margin-bottom: 10px;
  display: block;
}
.gourmetArea__map &gt; div a + a {
  display: block;
  margin-top: 10px;
}
.gourmetArea__mapwrap {
  padding: 5%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
}
.gourmetArea__map img {
  width: 100%;
}
.gourmetArea .accordionIndex {
  border: 1px solid #000;
  padding: 10px;
}
.gourmetArea .accordionIndex.active:after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.gourmetArea .accordionIndex:after {
  top: 50%;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.gourmetArea .icontxt {
  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;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 20px;
  line-height: 25px;
}
.gourmetArea .icontxt span {
  margin-right: 10px;
}
.gourmetArea .icontxt img {
  width: 20px;
  vertical-align: middle;
  margin: 0 5px 0 10px;
}
.gourmetArea .icontxt img:nth-child(1) {
  margin-left: 0;
}
.gourmetArea ul.eventlinklist li {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.gourmetArea ul.eventlinklist li.sweets span:first-child {
  background: #ff91eb;
}
.gourmetArea ul.eventlinklist li.pan span:first-child {
  background: #00bcd4;
}
.gourmetArea ul.eventlinklist li.okazu span:first-child {
  background: #6bd71d;
}
.gourmetArea ul.eventlinklist li.noodles span:first-child {
  background: #ff9c00;
}
.gourmetArea ul.eventlinklist li.rice span:first-child {
  background: #f44336;
}
.gourmetArea ul.eventlinklist li span {
  vertical-align: middle;
}
.gourmetArea ul.eventlinklist li span:first-child {
  background: #a3a3a3;
  color: #fff;
  font-family: "Antonio", sans-serif;
  width: 25px;
  display: inline-block;
  margin-right: 5px;
  height: 25px;
  border-radius: 15px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}
.gourmetArea ul.eventlinklist li span.embS {
  margin-right: 0;
  display: inline-block;
}
.gourmetArea ul.eventlinklist li a {
  color: #090606;
  text-decoration: underline;
}
.gourmetArea ul.eventlinklist li a:after {
  font-family: "ionicons";
  content: "\f35d";
  display: inline-block;
  font-size: 16px;
  position: absolute;
  right: 10px;
  font-weight: normal;
}
.gourmetArea__listwrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  background: #fff;
  box-sizing: border-box;
}
.gourmetArea__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.gourmetArea__list ul li {
  padding-bottom: 20px;
  width: 50%;
  box-sizing: border-box;
}
.gourmetArea__list ul li:nth-child(odd) {
  padding-right: 3px;
}
.gourmetArea__list ul li:nth-child(even) {
  padding-left: 3px;
}
.gourmetArea__list h1 {
  position: relative;
  top: -30px;
}
.gourmetArea__list h4 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px;
  font-weight: bold;
  color: #090606;
  font-size: 12px;
  font-size: 1.2rem;
  background: #ebebeb;
  box-sizing: border-box;
  height: 45px;
}
.gourmetArea__list h4 p {
  width: calc(100% - 23px);
  font-weight: bold;
}
.gourmetArea__list h4 i {
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
}
.gourmetArea__list h4.sweets span {
  background: #ff91eb;
}
.gourmetArea__list h4.pan span {
  background: #00bcd4;
}
.gourmetArea__list h4.okazu span {
  background: #6bd71d;
}
.gourmetArea__list h4.noodles span {
  background: #ff9c00;
}
.gourmetArea__list h4.rice span {
  background: #f44336;
}
.gourmetArea__list h4 span {
  background: #a3a3a3;
  color: #fff;
  font-family: "Antonio", sans-serif;
  width: 20px;
  display: inline-block;
  margin-right: 3px;
  height: 20px;
  border-radius: 15px;
  text-align: center;
  line-height: 19px;
  font-weight: bold;
}
.gourmetArea__list h5 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 5px 5px;
  position: relative;
}
.gourmetArea__list h5 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.gourmetArea__list .gourmetPhoto img {
  width: 100%;
}
.gourmetArea__list .gourmetArea__btn {
  position: relative;
  background: #003690;
  padding: 7px 10px;
  color: #fff;
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
  box-sizing: border-box;
}
.gourmetArea__list .gourmetArea__btn::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
}

.overlay__inner--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.overlay__inner--flex &gt; div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.overlay__inner--flex &gt; div img {
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  z-index: 100000000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
}

.flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#overlay-inner {
  padding: 40px 5% 5%;
  background-color: #FFF;
  text-align: center;
  width: 90%;
  box-sizing: border-box;
  position: relative;
  height: 90vh;
  overflow: scroll;
}
#overlay-inner p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  text-align: left;
  color: #000;
  margin-top: 10px;
}
#overlay-inner .area {
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  display: table;
  margin-left: 0;
  overflow: hidden;
  margin-top: 20px;
}
#overlay-inner .area span {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
#overlay-inner .area.east {
  background: #2aa354;
}
#overlay-inner .area.west {
  background: #f88303;
}
#overlay-inner .area.southwest {
  position: relative;
  background: #f0261f;
}
#overlay-inner .area.southwest:after {
  width: 50px;
  height: 30px;
  content: "";
  background: #f88303;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#overlay-inner h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}
#overlay-inner .othermenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
#overlay-inner .othermenu ul li {
  width: auto;
  border: none;
  padding: 0;
  margin-right: 30px;
}
#overlay-inner .othermenu ul li span {
  font-weight: bold;
}
#overlay-inner .othermenu ul li span.kome {
  font-weight: normal;
  display: inline;
}
#overlay-inner img {
  width: 100%;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 5px;
  background: none;
  border: none;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  transition: 0.3s ease-in-out;
}
.close-btn:hover {
  opacity: 0.5;
}

/* ==========================================================================
   マスコット運動会
========================================================================== */
.sec__inner1200 {
  padding: 60px 5%;
}

.mascot__btn {
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: "Kiwi Maru", serif;
  background: #68cad7;
  font-weight: 600;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.mascot__btn:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
}

.heading__mascot {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.heading__mascot:after {
  content: "";
  background: url(/img/supercup/2022/mascot/heading_nawa.png) no-repeat top left;
  background-position: center;
  content: "";
  width: 90%;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: 100%;
}
.heading__mascot img {
  width: 100px;
  position: relative;
}
.heading__mascot .eng:after {
  position: absolute;
  content: "Mascot";
  color: #000;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-top: 8px;
}
.mascotschedule .heading__mascot .eng:after {
  content: "Schedule";
  color: #ff88b8;
}
.mascotprogram .heading__mascot .eng:after {
  content: "Program";
  color: #37b3d8;
}
.mascotsenkyo .heading__mascot .eng:after {
  content: "Mascot";
  color: #33be7e;
}
.mascotoutline .heading__mascot .eng:after {
  content: "Precautions";
}
.mascotoutlive .heading__mascot .eng:after {
  content: "Precautions";
  color: #fac22c;
}
.heading__mascot p {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Kiwi Maru", serif;
  margin-top: 10px;
  line-height: 1.5;
}

.mascotkv {
  background: url(/img/supercup/2022/mascot/BG_suna.jpg) repeat top left;
  margin-top: 60px;
  background-size: contain;
}
.mascotkv__spkv {
  position: relative;
}
.mascotkv__spkv &gt; img {
  width: 100%;
}
.mascotkv__chibi img {
  position: absolute;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.mascotkv__chibi img:nth-child(1) {
  top: 3vw;
  width: 12vw;
  left: 17vw;
}
.mascotkv__chibi img:nth-child(2) {
  top: 5vw;
  width: 15vw;
  right: 10vw;
}
.mascotkv__chibi img:nth-child(3) {
  bottom: 55vw;
  width: 12vw;
  left: 2vw;
}
.mascotkv__chibi img:nth-child(4) {
  bottom: 52vw;
  width: 14vw;
  right: 3vw;
}
.mascotkv__chibi img:nth-child(5) {
  bottom: 38vw;
  width: 24vw;
  left: 14vw;
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  transform: rotate(10deg);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.mascotkv__chibi img:nth-child(6) {
  bottom: 19vw;
  width: 26vw;
  left: 1vw;
}
.mascotkv__chibi img:nth-child(7) {
  bottom: 13vw;
  width: 17vw;
  left: 29vw;
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  transform: rotate(10deg);
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.mascotkv__chibi img:nth-child(8) {
  bottom: 35vw;
  width: 24vw;
  right: 35vw;
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  transform: rotate(10deg);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.mascotkv__chibi img:nth-child(9) {
  bottom: 15vw;
  width: 24vw;
  right: 21vw;
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  transform: rotate(10deg);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.mascotkv__chibi img:nth-child(10) {
  bottom: 43vw;
  width: 13vw;
  right: 20vw;
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  transform: rotate(10deg);
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.mascotkv__chibi img:nth-child(11) {
  bottom: 15vw;
  width: 12vw;
  right: 9vw;
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  transform: rotate(10deg);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.mascotkv .sec__inner1200 {
  padding-top: 0;
}
.mascotkv__wrap {
  margin: 60px auto 30px;
  background: url(/img/supercup/2022/mascot/BG_kami.jpg) repeat top left;
  background-size: contain;
  padding: 60px 20px;
  position: relative;
  box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.mascotkv__wrap:after {
  content: "";
  background: url(/img/supercup/2022/mascot/hana_sp.png) no-repeat top left;
  background-position: center;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: 100%;
  top: -30px;
}
.mascotkv__wrap:before {
  content: "";
  background: url(/img/supercup/2022/mascot/hana_sp.png) no-repeat top left;
  background-position: center;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: 100%;
  bottom: -30px;
}
.mascotkv__ttl {
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.mascotkv ul {
  list-style: none;
  padding-left: 0p;
}
.mascotkv ul li {
  position: relative;
  margin-left: 0;
}
.mascotkv ul li:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: relative;
  left: 5px;
  top: 0px;
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  width: 16px;
  height: 16px;
  text-align: center;
  border: 1px solid #000;
  transition: 0.5s all;
  transform: rotate(90deg);
}
.mascotkv ul li a {
  color: #000;
  font-weight: 600;
  line-height: 2.5;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
  font-family: "Kiwi Maru", serif;
}
.mascotkv ul li span {
  background: #e70012;
  color: #fff;
  border-radius: 5px;
  padding: 0px 8px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 3px;
}

@-webkit-keyframes anim_s {
  0% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(7deg);
  }
}

@keyframes anim_s {
  0% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(7deg);
  }
}
.mascotschedule {
  position: relative;
  background: url(/img/supercup/2022/mascot/BG_pink.jpg) repeat top left;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.mascotschedule__wrap {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 20px;
  margin: 0 auto;
}
.mascotschedule table tr td, .mascotschedule table tr th {
  color: #fff;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 20px;
}
.mascotschedule table tr th {
  width: 25%;
}
.mascotschedule table tr td {
  font-weight: inherit;
}
.mascotschedule table tr td:nth-child(2) {
  width: 15%;
}
.mascotschedule table tr td:nth-child(3) {
  width: 60%;
}
.mascotschedule table tr:last-child th {
  padding-bottom: 0;
}
.mascotschedule table tr:last-child td {
  padding-bottom: 0;
}

.mascotprogram {
  z-index: 3;
  position: relative;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  background: url(/img/supercup/2022/mascot/BG_blue.jpg) repeat top left;
}
.mascotprogram__lead {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 2;
}
.mascotprogram__cap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-evenly;
  justify-content: -webkit- space-evenly;
  justify-content: space-evenly;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 30px;
  background: url(/img/supercup/2022/mascot/BG_program.png) repeat top left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.mascotprogram__cap--left, .mascotprogram__cap--right {
  width: 50%;
  text-align: center;
}
.mascotprogram__cap--left img, .mascotprogram__cap--right img {
  width: 100%;
}
.mascotprogram__cap--info {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  margin-top: 10px;
}
.mascotprogram__cap--info .color, .mascotprogram__cap--info .team, .mascotprogram__cap--info .name {
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}
.mascotprogram__cap--info .color {
  font-size: 16px;
  font-size: 1.6rem;
}
.mascotprogram__cap--info .name {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: -5px;
}
.mascotprogram__cap--info .name span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
.mascotprogram__cap--info .team {
  font-size: 13px;
  font-size: 1.3rem;
}
.mascotprogram__cap--info .team span {
  display: inline-block;
  vertical-align: middle;
}
.mascotprogram__shumoku {
  margin-bottom: 40px;
}
.mascotprogram__shumoku &gt; div {
  margin-bottom: 5px;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-evenly;
  justify-content: -webkit- space-evenly;
  justify-content: space-evenly;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-radius: 5px;
}
.mascotprogram__shumoku &gt; div P {
  padding: 10px 20px;
  font-weight: bold;
}
.mascotprogram__shumoku &gt; div P:first-child {
  width: 40%;
  border-radius: 5px 0 0 5px;
  background: #000;
  color: #fff;
  text-align: center;
}
.mascotprogram__shumoku &gt; div P:last-child {
  width: 60%;
  color: #000;
  background: #fff;
  border-radius: 0 5px 5px 0;
  text-align: center;
}
.mascotprogram__kumiwake h2 {
  margin: 30px 0 10px;
  text-align: center;
}
.mascotprogram__kumiwake h2 img {
  width: 100px;
}
.mascotprogram__kumiwake .attention {
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 10px 0;
}
.mascotprogram__kumiwake .table__wrap {
  overflow-x: scroll;
}
.mascotprogram__kumiwake table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  white-space: nowrap;
}
.mascotprogram__kumiwake table thead tr {
  background: #41a4bf;
}
.mascotprogram__kumiwake table thead tr th {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
}
.mascotprogram__kumiwake table thead tr th:nth-child(1) {
  width: 5%;
}
.mascotprogram__kumiwake table thead tr th:nth-child(2) {
  width: 21%;
}
.mascotprogram__kumiwake table thead tr th:nth-child(3) {
  width: 8%;
}
.mascotprogram__kumiwake table thead tr th:nth-child(4) {
  width: 18%;
}
.mascotprogram__kumiwake table thead tr th:nth-child(5) {
  width: 16%;
}
.mascotprogram__kumiwake table thead tr th:nth-child(6) {
  width: 16%;
}
.mascotprogram__kumiwake table thead tr th:nth-child(7) {
  width: 16%;
}
.mascotprogram__kumiwake table tbody tr {
  border-bottom: 1px solid #48beda;
}
.mascotprogram__kumiwake table tbody tr td {
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  padding: 0 3px;
  height: 30px;
  background: #fff;
}
.mascotprogram__kumiwake table tbody tr td:first-child {
  font-family: "Antonio", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: right;
  padding-left: 10px;
}
.mascotprogram__kumiwake table tbody tr td:nth-child(n+5) {
  font-size: 20px;
  font-size: 2rem;
}
.mascotprogram__kumiwake table tbody tr td.team {
  font-family: "Kiwi Maru", serif;
}
.mascotprogram__kumiwake table tbody tr td.team span {
  display: inline-block;
  vertical-align: middle;
}
.mascotprogram__kumiwake table tbody tr td.team span:nth-child(2) {
  display: none;
}
.mascotprogram__kumiwake table tbody tr td.mascot {
  padding: 0 5px;
  vertical-align: bottom;
}
.mascotprogram__kumiwake table tbody tr td.mascot img {
  width: 50px;
}
.mascotprogram__kumiwake table tbody tr td.name {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  letter-spacing: 0;
}
.mascotprogram__kumiwake table tbody tr td.name span {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.mascotprogram__kumiwake table.aka thead tr {
  background: #ea545d;
}
.mascotprogram__kumiwake table.shiro thead tr {
  background: #000;
}

.mascotlive {
  z-index: 2;
  position: relative;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  background: url(/img/supercup/2022/mascot/BG_yellow.jpg) repeat top left;
}
.mascotlive p {
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.mascotlive .heading__mascot p {
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0;
}

.mascotsenkyo {
  z-index: 1;
  position: relative;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  background: url(/img/supercup/2022/mascot/BG_green.jpg) repeat top left;
}
.mascotsenkyo .heading__mascot p {
  line-height: 1.3;
  margin-top: 10px;
}
.mascotsenkyo__wrap {
  margin-bottom: 20px;
}
.mascotsenkyo__wrap img {
  width: 100%;
  margin-bottom: 20px;
}
.mascotsenkyo__wrap p {
  font-weight: bold;
  color: #fff;
  line-height: 2;
}

.mascotoutline h1 p {
  color: #000;
}
.mascotoutline .point {
  background: #fff;
  padding: 5%;
  line-height: 2;
  color: #e70012;
  border: 1px solid #e70012;
  margin-bottom: 20px;
  border-radius: 5px;
}

/* ==========================================================================
   イベント情報
========================================================================== */
.eventArea img {
  width: 100%;
  margin-bottom: 20px;
}
.eventArea a {
  padding: 0;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 20px auto 0;
  display: block;
}
.eventArea p {
  margin-bottom: 10px;
}
.eventArea__wrap + .eventArea__wrap {
  margin-top: 50px;
}
.eventArea__wrap.tensura a {
  display: inline;
  font-size: inherit;
  margin: 0;
  height: auto;
  line-height: inherit;
}
.eventArea__ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.eventArea__ttl span {
  font-weight: bold;
  display: block;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ==========================================================================
   選手比較
========================================================================== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.statsArea .sec__inner1100 {
  width: 100%;
  padding: 40px 0;
}
.statsArea ul {
  margin-bottom: 0px;
}
.statsArea__setsumei {
  background: #fff;
  padding: 5%;
  width: 90%;
  margin: auto;
  box-sizing: border-box;
}
.statsArea__ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.statsArea__subttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding: 0 5%;
}
.statsArea__lead {
  padding: 0 5%;
  margin-bottom: 30px;
}
.statsArea__wrap {
  margin-bottom: -50px;
}
.statsArea__graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  margin: auto;
  border-bottom: 1px solid #fff;
}
.statsArea__graph:first-child {
  border-top: 1px solid #fff;
}
.statsArea__graphwrap {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: 90%;
  margin: auto;
  position: relative;
  top: -100px;
  box-sizing: border-box;
}
.statsArea__graph--left .line, .statsArea__graph--center .line, .statsArea__graph--right .line {
  height: 20px;
  line-height: 20px;
}
.statsArea__graph--left {
  width: 28%;
}
.statsArea__graph--center {
  width: 44%;
}
.statsArea__graph--right {
  width: 28%;
}
.statsArea__graph--right .line, .statsArea__graph--left .line {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.statsArea__graph--right .line span, .statsArea__graph--left .line span {
  width: calc((100% - 10px) / 10);
  display: inline-block;
  height: 20px;
  opacity: 0;
  background: #e9e9e9;
}
.statsArea__graph--right .line span.blue, .statsArea__graph--left .line span.blue {
  background: #33a1db;
}
.statsArea__graph--right .line span.red, .statsArea__graph--left .line span.red {
  background: #e60c2e;
}
.statsArea__graph--center {
  background: #000;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}
.statsArea__graph--center .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  color: #fff;
  font-weight: bold;
}
.statsArea__graph--center .line span:first-child, .statsArea__graph--center .line span:last-child {
  text-align: center;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  width: 12%;
  font-size: 13px;
  font-size: 1.3rem;
}
.statsArea__graph--center .line span:first-child {
  border-right: 1px solid #8b8b8b;
}
.statsArea__graph--center .line span:last-child {
  border-left: 1px solid #8b8b8b;
}
.statsArea__graph--center .line span:nth-child(2) {
  width: calc(76% - 2px);
  text-align: center;
  font-weight: bold;
}
.statsArea__graph--left {
  text-align: right;
}
.statsArea__graph--left .line span {
  border-left: 1px solid #fff;
}
.statsArea__graph--left .line span:nth-child(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.statsArea__graph--left .line span:nth-child(9) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.statsArea__graph--left .line span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.statsArea__graph--left .line span:nth-child(7) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.statsArea__graph--left .line span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.statsArea__graph--left .line span:nth-child(5) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.statsArea__graph--left .line span:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.statsArea__graph--left .line span:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.statsArea__graph--left .line span:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.statsArea__graph--left .line span:nth-child(1) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.statsArea__graph--right {
  text-align: left;
}
.statsArea__graph--right .line span {
  border-right: 1px solid #fff;
}
.statsArea__graph--right .line span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.statsArea__graph--right .line span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.statsArea__graph--right .line span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.statsArea__graph--right .line span:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.statsArea__graph--right .line span:nth-child(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.statsArea__graph--right .line span:nth-child(6) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.statsArea__graph--right .line span:nth-child(7) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.statsArea__graph--right .line span:nth-child(8) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.statsArea__graph--right .line span:nth-child(9) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.statsArea__graph--right .line span:nth-child(10) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.statsArea__graph.active .statsArea__graph--left .line span, .statsArea__graph.active .statsArea__graph--right .line span {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}</pre></body></html>