@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

supercup2022.scss

------------------------------------*/
/*====================　leaguecupfinal2020　から移植↓　============================*/
a {
  color: #e60c11;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

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

body {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  background: url(/img/leaguecup/2022/special/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

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

#pageTopBtn {
  z-index: 100;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__red {
  color: #e60c11;
}
.txt__gold {
  color: #bf9c46;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  font-size: 20px;
  font-size: 2rem;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

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

.btn {
  display: inline-block;
  position: relative;
  background: #000;
  color: #FFF;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  transition: 0.5s all;
  width: 500px;
  padding-right: 20px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.btn:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  transition: 0.5s all;
}
.btn:hover {
  opacity: 1;
  transform: scale(1.05);
}
.btn:hover:after {
  right: 5%;
}
.btn ion-icon {
  font-size: 2.5rem;
  vertical-align: middle;
  margin-right: 5px;
}
.btn__S {
  width: 300px;
}
.btn__gold {
  background: #bf9c46;
  color: #000;
}
.btn__red {
  background: url(/img/leaguecup/2022/special/BG_btn_red.png) repeat-y top center;
  background-size: 200% auto;
}

.commonTable {
  border: 1px solid #CCC;
  background: #FFF;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.75em 2em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
}

.sec {
  text-align: center;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

.heading__title {
  font-family: "Antonio", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: bold;
}
.heading__title span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}
.heading__daytitle {
  display: flex;
  align-items: center;
}
.heading__daytitle p {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
}
.heading__daytitle p span {
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin-left: 5px;
}
.heading__daytitle:before {
  margin-right: 1rem;
  content: "";
  flex-grow: 1;
  background: url(/img/leaguecup/2022/special/star_dot.svg) repeat-y top center;
  height: 12px;
}
.heading__left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.heading__left p {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
}
.heading__left p span {
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  margin-left: 10px;
}
.heading__left:after {
  margin-right: 1rem;
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #000000;
}
.heading__second {
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin-bottom: 60px;
}
.heading__second span {
  display: block;
  font-family: "Antonio", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

h2 {
  left: 5%;
  top: -120px;
}

.kome {
  display: block;
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
   header
========================================================================== */
.menu {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 99999;
}

.kvArea_jleaguejplink {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 25px;
}

.kvArea_jleaguejplink img {
  width: 40px;
}

/* ==========================================================================
   tabArea
========================================================================== */
.tabArea .sec__inner {
  width: 700px;
  margin: auto;
  padding: 100px 0 50px;
}
.tabArea nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.tabArea nav ul li {
  width: 33.3333333333%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.tabArea nav ul li.current {
  position: relative;
}
.tabArea nav ul li.current:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}
.tabArea nav ul li.current a {
  background: #000;
}
.tabArea nav ul li a {
  background: #fff;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Antonio", sans-serif;
}
.tabArea nav ul li:last-child {
  border-right: 2px solid #000;
}
.tabArea nav ul li:first-child {
  border-left: 2px solid #000;
}

/* ==========================================================================
   ankrArea
========================================================================== */
.ankrArea .sec__inner980 {
  padding-bottom: 0;
}
.ankrArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ankrArea ul li {
  border-right: 1px solid #000;
}
.ankrArea ul li:nth-child(1) {
  border-left: 2px solid #000;
}
.ankrArea ul li a {
  padding: 20px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ankrArea ul li a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  position: absolute;
  top: 60%;
  font-size: 20px;
  font-size: 2rem;
  transition: 0.5s all;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%);
}
.ankrArea ul li a:hover {
  opacity: 1;
  color: #e60c11;
}
.ankrArea ul li a:hover:after {
  top: 70%;
  color: #e60c11;
}

/* ==========================================================================
   navArea
========================================================================== */
.headerNav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 0;
  height: 80px;
  display: table;
  z-index: 1111111111111111100000;
}
.headerNav .thlogo, .headerNav .logo, .headerNav .lelogo {
  width: 150px;
  display: block;
  position: absolute;
  top: 15px;
  left: 145px;
}
.headerNav .logo {
  left: 15px;
  width: 48px;
}
.headerNav .logo img {
  height: 49px;
}
.headerNav .lelogo {
  left: 80px;
  width: 48px;
}
.headerNav .lelogo img {
  height: 49px;
}
.headerNav .menuWrap {
  display: inline-block;
  right: 0;
  float: right;
}
.headerNav .menuWrap #panel {
  display: none;
  text-align: center;
  width: 100%;
  min-width: 980px;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 100px;
  top: 0;
  overflow: scroll;
  display: none;
}
.headerNav .menuWrap #panel a img {
  margin: 10px auto;
  width: 100%;
  max-width: 700px;
  height: auto;
  transition: 0.3s ease-in-out;
}
.headerNav .menuWrap #panel a:hover {
  opacity: 1;
}
.headerNav .menuWrap #panel a:hover img {
  opacity: 0.8;
}
.headerNav .menuWrap #panel-btn {
  z-index: 10;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background: #bf9c46;
  vertical-align: middle;
}
.headerNav .menuWrap #panel-btn:hover {
  background: #8d7332;
  opacity: 1;
}
.headerNav .menuWrap #panel-btn .close {
  background: transparent;
}
.headerNav .menuWrap #panel-btn .close:before, .headerNav .menuWrap #panel-btn .close:after {
  margin-top: 0;
}
.headerNav .menuWrap #panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.headerNav .menuWrap #panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.headerNav .menuWrap #panel-btn-icon {
  display: block;
  position: absolute;
  top: 33%;
  left: 34%;
  width: 40px;
  height: 3px;
  margin: -1px 0 0 -7px;
  background: #000;
  transition: 0.2s;
}
.headerNav .menuWrap #panel-btn-icon:before, .headerNav .menuWrap #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #000;
  transition: 0.3s;
}
.headerNav .menuWrap #panel-btn-icon:before {
  margin-top: -6px;
}
.headerNav .menuWrap #panel-btn-icon:after {
  margin-top: 4px;
}
.headerNav .menuWrap .btn {
  background: #bf9c46;
  height: 80px;
  line-height: 80px;
  width: 700px;
  margin-top: 20px;
  letter-spacing: 2px;
  color: #000;
}
.headerNav .menuWrap .btn:after {
  color: #000;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  position: relative;
}
.kvArea__img {
  height: 47vw;
  width: auto;
}
.kvArea__ttl {
  width: 12vw;
  right: 18vw;
  top: 3vw;
  z-index: 1;
  position: absolute;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.redcarpet {
  position: relative;
  height: 36vw;
  top: -6.4vw;
}
.redcarpet .BG {
  background: red;
  transform: rotate(-15deg);
  display: block;
  width: 200%;
  height: 22vw;
  position: absolute;
  top: 0vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%) rotate(-15deg);
  -ms-transform: translateX(-50%);
}
.redcarpet__logo {
  width: 200px;
  position: absolute;
  border: 0;
  top: 19vw;
  right: 5%;
}

.lottie-animation {
  position: absolute;
}

#rbn {
  top: -4vw;
  z-index: 9;
}

#ashi {
  top: -19vw;
  width: 120%;
}

#ashi2 {
  top: -13vw;
  width: 120%;
}

#ashi3 {
  top: -7vw;
  width: 120%;
}

#ball {
  top: -9vw;
  z-index: 10;
}

#king {
  top: -6vw;
  z-index: 10;
}

#logo {
  top: -6vw;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* ==========================================================================
   subkvArea
========================================================================== */
.subkvArea {
  background: url(/img/leaguecup/2022/special/BG_btn_red.png) repeat-y top center;
  background-size: 100% auto;
}
body.report .subkvArea {
  background: url(/img/leaguecup/2022/special/BG_subkv_w.jpg) repeat-y top center;
  background-size: 100% auto;
}
body.mvp .subkvArea {
  background: url(/img/leaguecup/2022/special/BG_subkv_m.jpg) repeat-y top center;
  background-size: 100% auto;
}
body.topscorers .subkvArea {
  background: url(/img/leaguecup/2022/special/BG_subkv_t.jpg) repeat-y top center;
  background-size: 100% auto;
}
body.totalrecord .subkvArea {
  background: url(/img/leaguecup/2022/special/BG_subkv_s.jpg) repeat-y top center;
  background-size: 100% auto;
}
.subkvArea h1 {
  padding: 60px 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
.subkvArea h1 span {
  font-family: "Antonio", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

/* ==========================================================================
   matchArea
========================================================================== */
.matchArea {
  width: 980px;
  margin: auto;
  margin-top: -60px;
}
.matchArea__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 50px;
}
.matchArea__title .heading__title {
  width: 30%;
}
.matchArea__title .heading__daytitle {
  width: 70%;
}
.matchArea__listwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.matchArea .matchList {
  width: 45%;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
.matchArea .matchList:nth-child(even) {
  margin-top: -100px;
}
.matchArea .matchList__BG::before {
  transform: skewX(-7deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, #2b89ba, #951333);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.matchArea .matchList__team {
  padding: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.matchArea .matchList__team .center {
  text-align: center;
  margin: 0 15px;
}
.matchArea .matchList__team .right {
  margin-left: -10px;
}
.matchArea .matchList__team .left {
  margin-right: -10px;
}
.matchArea .matchList__team .embLl {
  margin-bottom: -10px;
}
.matchArea .matchList__team .embLl.pcDISP {
  display: block !important;
}
.matchArea .matchList__team .time {
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
}
.matchArea .matchList__team .time i {
  font-style: normal;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  font-size: 35px;
  font-size: 3.5rem;
}
.matchArea .matchList__team .place {
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}
.matchArea .matchList__team .name {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.matchArea .matchList .btn {
  position: absolute;
  border: 0;
  bottom: -30px;
  position: absolute;
  left: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  height: 60px;
  line-height: 60px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.matchArea .matchList .btn:hover {
  transform: scale(1.05) translateX(-50%);
}
.matchArea .matchList span.btn {
  pointer-events: none;
  background: #aaa;
  color: #828282;
  font-weight: 600;
}
.matchArea .matchList span.btn:hover {
  transform: none;
  opacity: 1;
}

/* ==========================================================================
   bnrArea
========================================================================== */
.bnrArea img {
  width: 100%;
}

/* ==========================================================================
   photoArea
========================================================================== */
.photoArea .marquee_photo1, .photoArea .marquee_photo2, .photoArea .marquee_photo3 {
  position: relative;
  width: 100%;
  height: 8vw;
  background-image: url("/img/leaguecup/2022/special/BG_photo1.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  -webkit-animation-name: slide_img;
          animation-name: slide_img;
  -webkit-animation-duration: 300s;
          animation-duration: 300s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.photoArea .marquee_photo1 {
  background-image: url("/img/leaguecup/2022/special/BG_photo1.jpg");
}
.photoArea .marquee_photo1:nth-child(1) {
  -webkit-animation-name: marquee_p_1;
          animation-name: marquee_p_1;
}
.photoArea .marquee_photo2 {
  background-image: url("/img/leaguecup/2022/special/BG_photo2.jpg");
}
.photoArea .marquee_photo2:nth-child(2) {
  -webkit-animation-name: marquee_p_2;
          animation-name: marquee_p_2;
}
.photoArea .marquee_photo3 {
  background-image: url("/img/leaguecup/2022/special/BG_photo3.jpg");
}
.photoArea .marquee_photo3:nth-child(3) {
  -webkit-animation-name: marquee_p_3;
          animation-name: marquee_p_3;
}
@-webkit-keyframes marquee_p_1 {
  100% {
    background-position: -10000px 0;
  }
}
@keyframes marquee_p_1 {
  100% {
    background-position: -10000px 0;
  }
}
@-webkit-keyframes marquee_p_3 {
  100% {
    background-position: -12000px 0;
  }
}
@keyframes marquee_p_3 {
  100% {
    background-position: -12000px 0;
  }
}
@-webkit-keyframes marquee_p_2 {
  100% {
    background-position: 11000px 0;
  }
}
@keyframes marquee_p_2 {
  100% {
    background-position: 11000px 0;
  }
}

/* ==========================================================================
   categoryArea
========================================================================== */
.categoryArea__img {
  margin: 40px 0;
  display: block;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}

/* ==========================================================================
   reportlist
========================================================================== */
.reportlist {
  display: flex;
  padding: 100px 0;
}
.reportlist .sec__inner980 {
  padding: 0;
  box-sizing: border-box;
}
.reportlist .nanameBG {
  width: 100%;
  height: 1000px;
  background: url(/img/leaguecup/2022/special/BG_naname_lightgold.png) no-repeat bottom center;
  background-size: 100% 600px;
  background-position: top;
  box-sizing: border-box;
  float: left;
  position: absolute;
  left: 0;
  z-index: -1;
}
.reportlist ul li {
  display: inline-block;
  float: right;
}
.reportlist ul li + li {
  margin-top: 60px;
}
.reportlist dl {
  height: 370px;
  position: relative;
}
.reportlist dt {
  position: absolute;
  right: 0;
  top: -0.5em;
  line-height: 1;
  font-weight: bold;
  color: #bf9c46;
  font-family: "Antonio", sans-serif;
  font-size: 130px;
  font-size: 13rem;
}
.reportlist dd {
  position: relative;
  padding-right: 200px;
  display: inline-block;
  margin-right: 50px;
}
.reportlist dd:before {
  height: 300px;
  position: absolute;
  top: 90px;
  background: url(/img/leaguecup/2022/special/BG_btn_brown.png) no-repeat top center;
  background-size: cover;
  right: 0;
  width: 600px;
  content: "";
  z-index: -1;
}
.reportlist img {
  margin-bottom: 10px;
}
.reportlist .match {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
}
.reportlist .match__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: 230px;
}
.reportlist .match .embM2 {
  width: 55px;
  height: 61px;
}
.reportlist .info {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.reportlist .info p, .reportlist .info span {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.3;
}
.reportlist .info p {
  margin-right: 15px;
  vertical-align: middle;
}
.reportlist .info span {
  font-family: "Antonio", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-left: 5px;
}
.reportlist .score {
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 5px;
  line-height: 1.3;
  text-align: center;
}
.reportlist .score span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  text-align: center;
}
.reportlist .btnwrap {
  position: absolute;
  top: 120px;
  right: -50px;
}
.reportlist .btnwrap .btn {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 200px;
  display: block;
}
.reportlist .btnwrap .btn + .btn {
  margin-top: 20px;
}
.reportlist .btnwrap .btn:hover {
  transform: none;
}

.reportlist li:nth-child(even) {
  float: left;
}
.reportlist li:nth-child(even) .nanameBG {
  transform: scale(-1, 1);
}
.reportlist li:nth-child(even) dd {
  padding-left: 200px;
  margin-left: 50px;
  padding-right: 0;
  margin-right: 0;
}
.reportlist li:nth-child(even) dd:before {
  left: 0;
}
.reportlist li:nth-child(even) dt {
  left: 0;
}
.reportlist li:nth-child(even) .match__wrap {
  left: -170px;
}
.reportlist li:nth-child(even) .btnwrap {
  left: -50px;
}

.reportlist li.y1997 .score {
  font-size: 16px;
  font-size: 1.6rem;
}
.reportlist li.y1997 .score span {
  font-size: 16px;
  font-size: 1.6rem;
}
.reportlist li.y1997 .info p, .reportlist li.y1997 .info span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.reportlist li dl:before {
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  content: "";
}
.reportlist .y1992 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1992.png) no-repeat 0 0;
  left: -240px;
  top: -100px;
  content: "";
  height: 600px;
}
.reportlist .y1993 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1993.png) no-repeat 0 0;
  right: -350px;
  top: 100px;
  content: "";
}
.reportlist .y1994 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1994.png) no-repeat 0 0;
  left: -130px;
  top: 160px;
  content: "";
  z-index: 10;
}
.reportlist .y1996 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1996.png) no-repeat 0 0;
  right: -250px;
  top: 150px;
  z-index: 10;
  content: "";
}
.reportlist .y1997 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1997.png) no-repeat 0 0;
  left: -200px;
  top: 100px;
  content: "";
}
.reportlist .y1998 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1998.png) no-repeat 0 0;
  right: -300px;
  top: 50px;
  content: "";
}
.reportlist .y1999 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1999.png) no-repeat 0 0;
  left: -150px;
  top: 100px;
  z-index: 10;
  content: "";
}
.reportlist .y2000 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2000.png) no-repeat 0 0;
  right: -350px;
  top: 0px;
  content: "";
}
.reportlist .y2001 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2001.png) no-repeat 0 0;
  left: -150px;
  top: 100px;
  z-index: 10;
  content: "";
}
.reportlist .y2002 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2002.png) no-repeat 0 0;
  left: -150px;
  top: 0px;
  z-index: 10;
  content: "";
  height: 500px;
}
.reportlist .y2003 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2003.png) no-repeat 0 0;
  right: -200px;
  top: 140px;
  z-index: 10;
  content: "";
}
.reportlist .y2004 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2004.png) no-repeat 0 0;
  left: -200px;
  top: 100px;
  z-index: 10;
  content: "";
}
.reportlist .y2005 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2005.png) no-repeat 0 0;
  right: -280px;
  top: 0;
  z-index: 10;
  content: "";
  height: 500px;
}
.reportlist .y2006 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2006.png) no-repeat 0 0;
  left: -150px;
  top: 50px;
  content: "";
  height: 500px;
}
.reportlist .y2007 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2007.png) no-repeat 0 0;
  right: -250px;
  top: 100px;
  z-index: 10;
  content: "";
}
.reportlist .y2008 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2008.png) no-repeat 0 0;
  left: -150px;
  top: 100px;
  z-index: 10;
  content: "";
}
.reportlist .y2009 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2009.png) no-repeat 0 0;
  right: -280px;
  top: 0;
  z-index: 10;
  content: "";
  height: 500px;
}
.reportlist .y2010 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2010.png) no-repeat 0 0;
  left: -150px;
  top: 100px;
  content: "";
  z-index: 10;
}
.reportlist .y2011 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2011.png) no-repeat 0 0;
  right: -200px;
  top: 100px;
  z-index: 10;
  content: "";
  height: 500px;
}
.reportlist .y2012 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2012.png) no-repeat 0 0;
  left: -100px;
  top: -100px;
  z-index: 10;
  content: "";
}
.reportlist .y2013 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2013.png) no-repeat 0 0;
  right: -200px;
  top: 40px;
  z-index: 10;
  content: "";
  height: 500px;
}
.reportlist .y2014 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2014.png) no-repeat 0 0;
  left: -180px;
  top: 0;
  z-index: 10;
  content: "";
  height: 500px;
}
.reportlist .y2015 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2015.png) no-repeat 0 0;
  right: -200px;
  top: 50px;
  z-index: 10;
  content: "";
  height: 500px;
}
.reportlist .y2016 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2016.png) no-repeat 0 0;
  left: -200px;
  top: -50px;
  content: "";
  height: 600px;
}
.reportlist .y2017 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2017.png) no-repeat 0 0;
  right: -200px;
  top: -50px;
  content: "";
  height: 410px;
  background-size: 250px;
}
.reportlist .y2018 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2018.png) no-repeat 0 0;
  left: -150px;
  height: 400px;
  top: 0px;
  content: "";
  background-size: 140px;
}
.reportlist .y2019 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2019.png) no-repeat 0 0;
  right: -280px;
  top: -50px;
  content: "";
  height: 600px;
  z-index: 10;
}
.reportlist .y2020 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2020.png) no-repeat 0 0;
  left: -150px;
  top: 50px;
  content: "";
  z-index: 10;
  background-size: 200px;
}
.reportlist .y2021 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2021.png) no-repeat 0 0;
  right: -200px;
  top: 50px;
  content: "";
  height: 400px;
  z-index: 10;
}

/* ==========================================================================
   mvp hewhero
========================================================================== */
.mvpnewherolist ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #bf9c46;
  height: 250px;
}
@media screen and (max-width: 900px) {
  .mvpnewherolist ul li {
    height: 200px;
  }
}
.mvpnewherolist ul li:nth-child(2), .mvpnewherolist ul li:nth-child(5), .mvpnewherolist ul li:nth-child(8), .mvpnewherolist ul li:nth-child(11), .mvpnewherolist ul li:nth-child(14), .mvpnewherolist ul li:nth-child(17), .mvpnewherolist ul li:nth-child(20), .mvpnewherolist ul li:nth-child(23), .mvpnewherolist ul li:nth-child(26), .mvpnewherolist ul li:nth-child(29) {
  background-color: #e4d8bd;
}
.mvpnewherolist ul li:nth-child(2) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(2) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(5) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(5) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(8) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(8) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(11) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(11) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(14) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(14) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(17) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(17) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(20) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(20) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(23) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(23) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(26) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(26) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(29) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(29) > div:nth-child(2):before {
  background-color: #e4d8bd;
}
.mvpnewherolist ul li:nth-child(3), .mvpnewherolist ul li:nth-child(6), .mvpnewherolist ul li:nth-child(9), .mvpnewherolist ul li:nth-child(12), .mvpnewherolist ul li:nth-child(15), .mvpnewherolist ul li:nth-child(18), .mvpnewherolist ul li:nth-child(21), .mvpnewherolist ul li:nth-child(24), .mvpnewherolist ul li:nth-child(27), .mvpnewherolist ul li:nth-child(30), .mvpnewherolist ul li:nth-child(33), .mvpnewherolist ul li:nth-child(36), .mvpnewherolist ul li:nth-child(39) {
  background: #e0e0e0;
}
.mvpnewherolist ul li:nth-child(3) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(3) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(6) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(6) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(9) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(9) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(12) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(12) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(15) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(15) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(18) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(18) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(21) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(21) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(24) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(24) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(27) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(27) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(30) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(30) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(33) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(33) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(36) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(36) > div:nth-child(2):before, .mvpnewherolist ul li:nth-child(39) > div:nth-child(2):after, .mvpnewherolist ul li:nth-child(39) > div:nth-child(2):before {
  background: #e0e0e0;
}
.mvpnewherolist ul li span.year {
  font-size: 90px;
  font-size: 9rem;
  font-family: "Antonio", sans-serif;
  font-style: italic;
  z-index: 1;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.mvpnewherolist ul li > div {
  height: 250px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .mvpnewherolist ul li > div {
    height: 200px;
  }
}
.mvpnewherolist ul li > div:nth-child(1) {
  width: 10%;
  padding-left: 15%;
}
.mvpnewherolist ul li > div:nth-child(2) {
  padding-right: 15%;
  width: 60%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mvpnewherolist ul li > div:nth-child(2):before {
  background-color: #bf9c46;
  content: "";
  display: block;
  transform: rotate(10deg);
  position: absolute;
  left: -228px;
  width: 250px;
  height: 270px;
  top: -23px;
  z-index: 10;
}
.mvpnewherolist ul li > div:nth-child(2) a {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 250px;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .mvpnewherolist ul li > div:nth-child(2) a {
    height: 200px;
  }
}
.mvpnewherolist ul li > div:nth-child(2) a > img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mvpnewherolist ul li > div:nth-child(2) a:nth-child(2) dl {
  left: 20px;
}
.mvpnewherolist ul li > div:nth-child(2).wide a {
  width: 100%;
}
.mvpnewherolist ul li dl {
  position: absolute;
  color: #fff;
  left: 30px;
  text-align: left;
  bottom: 20px;
  z-index: 10;
}
.mvpnewherolist ul li dl dt {
  margin-bottom: 10px;
  font-family: "Antonio", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  padding: 5px 20px;
}
.mvpnewherolist ul li dl dd {
  padding: 5px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.mvpnewherolist ul li dl dd span {
  font-weight: bold;
  margin-left: 5px;
}
.mvpnewherolist ul li dl dd span:nth-child(2) {
  margin-left: 0px;
  font-size: 14px;
  font-size: 1.4rem;
}
.mvpnewherolist ul li dl dd .embS {
  display: inline-block;
  vertical-align: middle;
}
.mvpnewherolist ul li dl dd.name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mvpnewherolist ul li dl dt, .mvpnewherolist ul li dl dd {
  background: #e60c11;
  font-weight: bold;
  display: inline-block;
}

.mvpnewherolist ul li.y1992 dd, .mvpnewherolist ul li.y1992 dt {
  background: #093a27;
}
.mvpnewherolist ul li.y1993 dd, .mvpnewherolist ul li.y1993 dt {
  background: #093a27;
}
.mvpnewherolist ul li.y1994 dd, .mvpnewherolist ul li.y1994 dt {
  background: #093a27;
}
.mvpnewherolist ul li.y1996 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y1996 div:nth-child(2) a:nth-child(1) dl dd {
  background: #db8901;
}
.mvpnewherolist ul li.y1996 div:nth-child(2) a:nth-child(2) dl dt {
  background: #000;
}
.mvpnewherolist ul li.y1997 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y1997 div:nth-child(2) a:nth-child(1) dl dd {
  background: #a01135;
}
.mvpnewherolist ul li.y1997 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y1997 div:nth-child(2) a:nth-child(2) dl dd {
  background: #33a1db;
}
.mvpnewherolist ul li.y1998 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y1998 div:nth-child(2) a:nth-child(1) dl dd {
  background: #7c94c0;
}
.mvpnewherolist ul li.y1998 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y1998 div:nth-child(2) a:nth-child(2) dl dd {
  background: #7c94c0;
}
.mvpnewherolist ul li.y1999 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y1999 div:nth-child(2) a:nth-child(1) dl dd {
  background: #dfd001;
}
.mvpnewherolist ul li.y1999 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y1999 div:nth-child(2) a:nth-child(2) dl dd {
  background: #0e287f;
}
.mvpnewherolist ul li.y2000 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2000 div:nth-child(2) a:nth-child(1) dl dd {
  background: #bb1540;
}
.mvpnewherolist ul li.y2000 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2000 div:nth-child(2) a:nth-child(2) dl dd {
  background: #bb1540;
}
.mvpnewherolist ul li.y2001 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2001 div:nth-child(2) a:nth-child(1) dl dd {
  background: #0e287f;
}
.mvpnewherolist ul li.y2001 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2001 div:nth-child(2) a:nth-child(2) dl dd {
  background: #a01135;
}
.mvpnewherolist ul li.y2002 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2002 div:nth-child(2) a:nth-child(1) dl dd {
  background: #a01135;
}
.mvpnewherolist ul li.y2002 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2002 div:nth-child(2) a:nth-child(2) dl dd {
  background: #bf0821;
}
.mvpnewherolist ul li.y2003 dd, .mvpnewherolist ul li.y2003 dt {
  background: #bf0821;
}
.mvpnewherolist ul li.y2004 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2004 div:nth-child(2) a:nth-child(1) dl dd {
  background: #0e287f;
}
.mvpnewherolist ul li.y2004 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2004 div:nth-child(2) a:nth-child(2) dl dd {
  background: #bf0821;
}
.mvpnewherolist ul li.y2005 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2005 div:nth-child(2) a:nth-child(1) dl dd {
  background: #1c744d;
}
.mvpnewherolist ul li.y2005 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2005 div:nth-child(2) a:nth-child(2) dl dd {
  background: #1c744d;
}
.mvpnewherolist ul li.y2006 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2006 div:nth-child(2) a:nth-child(1) dl dd {
  background: #1c744d;
}
.mvpnewherolist ul li.y2006 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2006 div:nth-child(2) a:nth-child(2) dl dd {
  background: #2e88b9;
}
.mvpnewherolist ul li.y2007 dd, .mvpnewherolist ul li.y2007 dt {
  background: #14428e;
}
.mvpnewherolist ul li.y2008 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2008 div:nth-child(2) a:nth-child(1) dl dd {
  background: #0e287f;
}
.mvpnewherolist ul li.y2008 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2008 div:nth-child(2) a:nth-child(2) dl dd {
  background: #0e287f;
}
.mvpnewherolist ul li.y2009 dd, .mvpnewherolist ul li.y2009 dt {
  background: #0e287f;
}
.mvpnewherolist ul li.y2010 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2010 div:nth-child(2) a:nth-child(1) dl dd {
  background: #7c94c0;
}
.mvpnewherolist ul li.y2010 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2010 div:nth-child(2) a:nth-child(2) dl dd {
  background: #452381;
}
.mvpnewherolist ul li.y2011 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2011 div:nth-child(2) a:nth-child(1) dl dd {
  background: #a01135;
}
.mvpnewherolist ul li.y2011 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2011 div:nth-child(2) a:nth-child(2) dl dd {
  background: #bf0821;
}
.mvpnewherolist ul li.y2012 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2012 div:nth-child(2) a:nth-child(1) dl dd {
  background: #a01135;
}
.mvpnewherolist ul li.y2012 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2012 div:nth-child(2) a:nth-child(2) dl dd {
  background: #db8901;
}
.mvpnewherolist ul li.y2013 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2013 div:nth-child(2) a:nth-child(1) dl dd {
  background: #dfd001;
}
.mvpnewherolist ul li.y2013 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2013 div:nth-child(2) a:nth-child(2) dl dd {
  background: #113686;
}
.mvpnewherolist ul li.y2014 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2014 div:nth-child(2) a:nth-child(1) dl dd {
  background: #14428e;
}
.mvpnewherolist ul li.y2014 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2014 div:nth-child(2) a:nth-child(2) dl dd {
  background: #14428e;
}
.mvpnewherolist ul li.y2015 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2015 div:nth-child(2) a:nth-child(1) dl dd {
  background: #a01135;
}
.mvpnewherolist ul li.y2015 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2015 div:nth-child(2) a:nth-child(2) dl dd {
  background: #a01135;
}
.mvpnewherolist ul li.y2016 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2016 div:nth-child(2) a:nth-child(1) dl dd {
  background: #bf0821;
}
.mvpnewherolist ul li.y2016 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2016 div:nth-child(2) a:nth-child(2) dl dd {
  background: #14428e;
}
.mvpnewherolist ul li.y2017 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2017 div:nth-child(2) a:nth-child(1) dl dd {
  background: #da0a5b;
}
.mvpnewherolist ul li.y2017 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2017 div:nth-child(2) a:nth-child(2) dl dd {
  background: #fbc800;
}
.mvpnewherolist ul li.y2018 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2018 div:nth-child(2) a:nth-child(1) dl dd {
  background: #72b92c;
}
.mvpnewherolist ul li.y2018 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2018 div:nth-child(2) a:nth-child(2) dl dd {
  background: #113686;
}
.mvpnewherolist ul li.y2019 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2019 div:nth-child(2) a:nth-child(1) dl dd {
  background: #2e88b9;
}
.mvpnewherolist ul li.y2019 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2019 div:nth-child(2) a:nth-child(2) dl dd {
  background: #14428e;
}
.mvpnewherolist ul li.y2020 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2020 div:nth-child(2) a:nth-child(1) dl dd {
  background: #0e287f;
}
.mvpnewherolist ul li.y2020 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2020 div:nth-child(2) a:nth-child(2) dl dd {
  background: #da0a5b;
}
.mvpnewherolist ul li.y2021 div:nth-child(2) a:nth-child(1) dl dt, .mvpnewherolist ul li.y2021 div:nth-child(2) a:nth-child(1) dl dd {
  background: #d70c19;
}
.mvpnewherolist ul li.y2021 div:nth-child(2) a:nth-child(2) dl dt, .mvpnewherolist ul li.y2021 div:nth-child(2) a:nth-child(2) dl dd {
  background: #bf0821;
}

/* ==========================================================================
   topscorers
========================================================================== */
.topscorerslist {
  padding-bottom: 100px;
}
.topscorerslist__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 980px;
  margin: auto;
}
.topscorerslist__wrap--line {
  width: 15px;
  position: relative;
}
.topscorerslist__wrap--line:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #b99b4d;
  position: absolute;
  top: 90px;
  border-radius: 100px;
}
.topscorerslist__wrap--line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  pointer-events: none;
  background: url(/img/leaguecup/2022/special/star_dot_tate.svg) repeat-y top center;
  height: 100%;
  width: 26px;
  background-position: center;
}
.topscorerslist__wrap--num {
  width: 200px;
  position: relative;
}
.topscorerslist__wrap--num .topscorerslist_num {
  font-family: "Antonio", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  position: relative;
  position: absolute;
  top: 0;
  padding-left: 10px;
  margin-top: 50px;
  color: #ac9a5f;
}
.topscorerslist__wrap--con {
  width: calc(100% - 215px);
  margin-top: 50px;
}
.topscorerslist__top {
  margin-right: 2%;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.topscorerslist__top:nth-child(even) {
  margin-right: 0;
}
.topscorerslist__top > div:nth-child(1) {
  max-width: 400px;
  margin: auto;
}
.topscorerslist__top--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: self-start;
}
.topscorerslist__top--wrap .topscorerslist__top--add {
  width: 100%;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.topscorerslist__top--wrap .topscorerslist__top {
  display: block;
  width: 48%;
  margin: inherit;
  margin-right: 2%;
  margin-bottom: 30px;
}
.topscorerslist__top--wrap .topscorerslist__top:nth-child(even) {
  margin-right: 0;
}
.topscorerslist__top--wrap .topscorerslist__top > div:nth-child(1) {
  max-width: 100%;
  width: 100%;
}
.topscorerslist__top--img {
  width: 50%;
}
.topscorerslist__top--img img {
  width: 100%;
}
.topscorerslist__top--add {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
.topscorerslist__top--add .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
}
.topscorerslist__top--add .name span:nth-child(1) {
  margin-left: 10px;
}
.topscorerslist__top--add .name span:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.topscorerslist__top--add .num {
  font-family: "Antonio", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.topscorerslist__top--add .num span {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
}
.topscorerslist__rank ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.topscorerslist__rank ul li {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  width: 49%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  padding-left: 15px;
  height: 40px;
  border-radius: 25px;
  overflow: hidden;
  margin: 3px 0;
}
.topscorerslist__rank ul li span {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  box-sizing: border-box;
  margin-left: 3px;
}
.topscorerslist__rank ul li > span:nth-child(1) {
  width: 13%;
}
.topscorerslist__rank ul li > span:nth-child(2) {
  width: 42%;
}
.topscorerslist__rank ul li > span:nth-child(3) {
  width: 25%;
}
.topscorerslist__rank ul li > span:nth-child(4) {
  width: 20%;
}
.topscorerslist__rank ul li .rank i {
  font-family: "Antonio", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 3px;
}
.topscorerslist__rank ul li .name {
  font-size: 14px;
  font-size: 1.4rem;
}
.topscorerslist__rank ul li .emb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.topscorerslist__rank ul li .num {
  text-align: center;
  background: #bf9c46;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.topscorerslist__rank ul li .num span {
  font-family: "Antonio", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-right: 3px;
  color: #fff;
  line-height: 40px;
}

/* ==========================================================================
   totalscoreArea
========================================================================== */
.totalrecordArea .kome {
  text-align: right;
  margin-top: -30px;
  width: 100%;
}
.totalrecordArea .nanameBG {
  width: 100%;
  height: 1000px;
  background: url(/img/leaguecup/2022/special/BG_naname_lightgold.png) no-repeat bottom center;
  background-size: 100% 600px;
  background-position: top;
  box-sizing: border-box;
  float: left;
  position: absolute;
  left: 0;
  z-index: -1;
}
.totalrecordArea .nanameBG.left {
  transform: scale(-1, 1);
}
.totalrecordArea .totalrecordwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.totalrecordArea .totalrecordwrap + .heading__second {
  margin-top: 100px;
}
.totalrecordArea .totalrecord__card {
  width: 19%;
  position: relative;
  margin-bottom: 50px;
  margin-right: 1%;
}
.totalrecordArea .totalrecord__card:nth-child(6), .totalrecordArea .totalrecord__card:nth-child(11) {
  margin-right: 0;
}
.totalrecordArea .totalrecord__card:nth-child(3), .totalrecordArea .totalrecord__card:nth-child(5), .totalrecordArea .totalrecord__card:nth-child(8), .totalrecordArea .totalrecord__card:nth-child(10), .totalrecordArea .totalrecord__card:nth-child(12), .totalrecordArea .totalrecord__card:nth-child(14), .totalrecordArea .totalrecord__card:nth-child(16), .totalrecordArea .totalrecord__card:nth-child(18) {
  margin-top: -50px;
  top: -10px;
}
.totalrecordArea .totalrecord__card .num {
  position: absolute;
  font-family: "Antonio", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  left: 20px;
  z-index: 10;
  font-weight: bold;
  top: -20px;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
}
.totalrecordArea .totalrecord__card .embS {
  display: inline-block;
  vertical-align: middle;
}
.totalrecordArea .totalrecord__card .name {
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 20px;
}
.totalrecordArea .totalrecord__card .name span {
  font-size: 14px;
  font-size: 1.4rem;
}
.totalrecordArea .totalrecord__card .club {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.totalrecordArea .totalrecord__img {
  margin-bottom: 10px;
}
.totalrecordArea .totalrecord__img img {
  width: 100%;
}
.totalrecordArea .totalrecord__tokuten {
  padding: 10px 0;
  z-index: 1000;
  background: red;
  text-align: center;
}
.totalrecordArea .totalrecord__tokuten p {
  font-family: "Antonio", sans-serif;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  display: block;
  color: #fff;
}
.totalrecordArea .totalrecord__tokuten p span {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

.totalrecordArea .totalrecord__tokuten.urawa {
  background: #bf0821;
}
.totalrecordArea .totalrecord__tokuten.kashima {
  background: #a01135;
}
.totalrecordArea .totalrecord__tokuten.iwata {
  background: #8ea3c9;
}
.totalrecordArea .totalrecord__tokuten.shimizu {
  background: #db8901;
}
.totalrecordArea .totalrecord__tokuten.yokohamafm {
  background: #113686;
}
.totalrecordArea .totalrecord__tokuten.gosaka {
  background: #144291;
}
.totalrecordArea .totalrecord__tokuten.nagoya {
  background: #d70c19;
}
.totalrecordArea .totalrecord__tokuten.tokyov {
  background: #176937;
}
.totalrecordArea .totalrecord__tokuten.fctokyo {
  background: #0e287f;
}
.totalrecordArea .totalrecord__tokuten.kashiwa {
  background: #dfd001;
}
.totalrecordArea .totalrecord__tokuten.chiba {
  background: #e9d005;
}
.totalrecordArea .totalrecord__tokuten.hiroshima {
  background: #51308f;
}
.totalrecordArea .totalrecord__tokuten.kawasakif {
  background: #2e88b9;
}
.totalrecordArea .totalrecord__tokuten.kobe {
  background: #980524;
}
.totalrecordArea .totalrecord__tokuten.cosaka {
  background: #da0a5b;
}
.totalrecordArea .totalrecord__tokuten.nagoya {
  background: #d70c19;
}

/* ==========================================================================
   linkArea
========================================================================== */
.linkArea {
  text-align: center;
  background: url(/img/leaguecup/2022/special/BG_btn_red.png) repeat-y top center;
  background-size: 100% auto;
}
.linkArea__txt {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.linkArea__txt span {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
.linkArea__txt:after, .linkArea__txt:before {
  display: inline-block;
  content: "＼";
  position: absolute;
  font-size: 30px;
  font-size: 3rem;
}
.linkArea__txt:after {
  content: "／";
  right: -4rem;
}
.linkArea__txt:before {
  content: "＼";
  left: -4rem;
}

.embLl {
  background: url("/img/common/team_emb_ll.png") no-repeat;
  display: block;
  height: 130px;
}

.embLl.embCon,
.embLl.embSapporo {
  background-position: 0px 0px;
}

.embLl.embVeg,
.embLl.embSendai {
  background-position: -390px 0px;
}

.embLl.embMon,
.embLl.embYamagata {
  background-position: -520px 0px;
}

.embLl.embFku,
.embLl.embFukushima {
  background-position: -650px 0px;
}

.embLl.embAnt,
.embLl.embKashima {
  background-position: -780px 0px;
}

.embLl.embHol,
.embLl.embMito {
  background-position: -910px 0px;
}

.embLl.embToc,
.embLl.embTochigi {
  background-position: 0px -130px;
}

.embLl.embThe,
.embLl.embKusatsu {
  background-position: -130px -130px;
}

.embLl.embRed,
.embLl.embUrawa {
  background-position: -260px -130px;
}

.embLl.embArd,
.embLl.embOmiya {
  background-position: -390px -130px;
}

.embLl.embJef,
.embLl.embChiba {
  background-position: -520px -130px;
}

.embLl.embRey,
.embLl.embKashiwa {
  background-position: -650px -130px;
}

.embLl.embFct,
.embLl.embFtokyo,
.embLl.embFctokyo,
.embLl.embFctokyo23,
.embLl.embFtokyo_u23 {
  background-position: -780px -130px;
}

.embLl.embVer,
.embLl.embTokyov {
  background-position: -910px -130px;
}

.embLl.embFcm,
.embLl.embMachida {
  background-position: 0px -260px;
}

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

.embLl.embMar,
.embLl.embYokohamafm {
  background-position: -260px -260px;
}

.embLl.embYfc,
.embLl.embYokohamafc {
  background-position: -390px -260px;
}

.embLl.embYsc,
.embLl.embYsyokohama,
.embLl.embYsccyokohama {
  background-position: -520px -260px;
}

.embLl.embSgm,
.embLl.embSagamihara {
  background-position: -650px -260px;
}

.embLl.embBel,
.embLl.embShonan {
  background-position: -780px -260px;
}

.embLl.embVen,
.embLl.embKofu {
  background-position: -910px -260px;
}

.embLl.embNgp,
.embLl.embNagano {
  background-position: 0px -390px;
}

.embLl.embMfc,
.embLl.embMatsumoto {
  background-position: -130px -390px;
}

.embLl.embAlb,
.embLl.embNiigata {
  background-position: -260px -390px;
}

.embLl.embKat,
.embLl.embToyama {
  background-position: -390px -390px;
}

.embLl.embZwk,
.embLl.embKanazawa {
  background-position: -520px -390px;
}

.embLl.embSpu,
.embLl.embShimizu {
  background-position: -650px -390px;
}

.embLl.embJub,
.embLl.embIwata {
  background-position: -780px -390px;
}

.embLl.embFmy,
.embLl.embFujieda {
  background-position: -910px -390px;
}

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

.embLl.embFcg,
.embLl.embGifu {
  background-position: -130px -520px;
}

.embLl.embPur,
.embLl.embKyoto {
  background-position: -260px -520px;
}

.embLl.embGam,
.embLl.embGosaka,
.embLl.embGosaka23,
.embLl.embGamba_u23 {
  background-position: -390px -520px;
}

.embLl.embCer,
.embLl.embCosaka,
.embLl.embCosaka23,
.embLl.embCosaka_u23 {
  background-position: -520px -520px;
}

.embLl.embVis,
.embLl.embKobe {
  background-position: -650px -520px;
}

.embLl.embGat,
.embLl.embTottori {
  background-position: -780px -520px;
}

.embLl.embFag,
.embLl.embOkayama {
  background-position: -910px -520px;
}

.embLl.embSan,
.embLl.embHiroshima {
  background-position: 0px -650px;
}

.embLl.embKam,
.embLl.embSanuki {
  background-position: -130px -650px;
}

.embLl.embIma,
.embLl.embImabari {
  background-position: -910px -775px;
}

.embLl.embVor,
.embLl.embTokushima {
  background-position: -260px -650px;
}

.embLl.embEfc,
.embLl.embEhime {
  background-position: -390px -650px;
}

.embLl.embAvi,
.embLl.embFukuoka {
  background-position: -520px -650px;
}

.embLl.embGkk,
.embLl.embKitakyushu {
  background-position: -650px -650px;
}

.embLl.embSag,
.embLl.embTosu {
  background-position: -780px -650px;
}

.embLl.embVvn,
.embLl.embNagasaki {
  background-position: -910px -650px;
}

.embLl.embRoa,
.embLl.embKumamoto {
  background-position: 0px -780px;
}

.embLl.embTri,
.embLl.embOita {
  background-position: -130px -780px;
}

.embLl.embFcr,
.embLl.embRyukyu {
  background-position: -260px -780px;
}

.embLl.embRya,
.embLl.embYam,
.embLl.embYamaguchi {
  background-position: -390px -780px;
}

.embLl.embKAGOSHIMA,
.embLl.embKagoshima {
  background-position: -520px -780px;
}

.embLl.embAzu,
.embLl.embNumazu {
  background-position: -650px -780px;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: initial !important;
}

.spDISP {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

.snsBtn {
  margin: 0 auto;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}