@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("//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: #e60c11;
  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;
}

.container {
  padding: 0;
  background: none;
}

.spDISP {
  display: block !important;
}

.pcDISP {
  display: none !important;
}

/* ==========================================================================
   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 > 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, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > 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 > li {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > 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;
  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 {
  font-size: 20px;
  font-size: 2rem;
}
.btn__S {
  width: 70%;
  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;
}

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

.heading__left {
  display: block;
  text-align: center;
}
.heading__left P {
  font-size: 35px;
  font-size: 3.5rem;
}
.heading__left P span {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  display: block;
  line-height: 2;
}
.heading__left:after {
  content: none;
}
.heading__title {
  font-size: 35px;
  font-size: 3.5rem;
}
.heading__daytitle:before {
  height: 10px;
  background-size: cover;
}
.heading__daytitle p {
  font-size: 25px;
  font-size: 2.5rem;
}
.heading__daytitle p span {
  font-size: 20px;
  font-size: 2rem;
}

.kome {
  display: block;
}

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

/* ==========================================================================
   tabArea
========================================================================== */
.tabArea .sec__inner {
  width: 90%;
  padding: 60px 0 30px;
}
.tabArea .tabSelecter li > a {
  height: 60px;
}
.tabArea nav ul li.current a {
  opacity: 1;
}

/* ==========================================================================
   ankrArea
========================================================================== */
.ankrArea ul li {
  text-align: center;
  padding: 10px 0 30px;
  width: 33.3333333333%;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.ankrArea ul li:nth-child(1), .ankrArea ul li:nth-child(2), .ankrArea ul li:nth-child(3) {
  margin-bottom: 10px;
}
.ankrArea ul li:nth-child(4) {
  border-left: 1px solid #000;
}
.ankrArea ul li:nth-child(1) {
  border-left: 1px solid #000;
}
.ankrArea ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
}
@media screen and (max-width: 320px) {
  .ankrArea ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.ankrArea ul li a:after {
  top: 25px;
}

/* ==========================================================================
   header
========================================================================== */
.headerNav .thlogo {
  width: 122px;
  left: 115px;
}
.headerNav .logo {
  width: 40px;
}
.headerNav .logo img {
  height: 40px;
}
.headerNav .lelogo {
  width: 40px;
  left: 65px;
}
.headerNav .lelogo img {
  height: 40px;
}
.headerNav .menuWrap #panel {
  min-width: inherit;
  padding-top: 70px;
}
.headerNav .menuWrap #panel-btn {
  height: 60px;
  width: 60px;
}
.headerNav .menuWrap #panel-btn:hover {
  background: #bf9c46;
}
.headerNav .menuWrap #panel-btn-icon {
  left: 36%;
  width: 30px;
}
.headerNav .menuWrap #panel-btn-icon:before, .headerNav .menuWrap #panel-btn-icon:after {
  width: 30px;
}
.headerNav .menuWrap #panel-btn-icon.close {
  top: 15px;
}
.headerNav .menuWrap #panel a img {
  width: 90%;
}
.headerNav .menuWrap .btn {
  height: 70px;
  line-height: 70px;
  width: 90%;
}

/* ==========================================================================
   kvAera
========================================================================== */
.kvArea {
  top: -9vw;
}
.kvArea__img {
  height: 93vw;
}
.kvArea__ttl {
  width: 20vw;
  right: 5%;
  top: calc(60px + 13vw);
}

.redcarpet {
  top: -16vw;
  height: 45vw;
}
.redcarpet .BG {
  height: 40vw;
}
.redcarpet__logo {
  width: 90px;
  top: 40vw;
}

#rbn {
  top: -20vw;
  width: 200%;
}

#ashi {
  top: -28vw;
  width: 160%;
}

#ashi2 {
  top: -17vw;
  width: 160%;
}

#ashi3 {
  top: -6vw;
  width: 160%;
}

#ball {
  top: -12vw;
  width: 150%;
  left: -10vw;
}

#king {
  top: -13vw;
  width: 150%;
}

#logo {
  top: 0vw;
}

/* ==========================================================================
   subkvAera
========================================================================== */
.subkvArea h1 {
  font-size: 25px;
  font-size: 2.5rem;
  padding: 80px 0 40px;
}
.subkvArea h1 span {
  font-size: 20px;
  font-size: 2rem;
}

body.report .subkvArea {
  background: url(/img/leaguecup/2022/special/BG_subkv_w_sp.jpg) repeat-y top center;
  background-size: cover;
}
body.mvp .subkvArea {
  background: url(/img/leaguecup/2022/special/BG_subkv_m_sp.jpg) repeat-y top center;
  background-size: cover;
}
body.topscorers .subkvArea {
  background: url(/img/leaguecup/2022/special/BG_subkv_t_sp.jpg) repeat-y top center;
  background-size: cover;
}
body.totalrecord .subkvArea {
  background: url(/img/leaguecup/2022/special/BG_subkv_s_sp.jpg) repeat-y top center;
  background-size: cover;
}

/* ==========================================================================
   matchArea
========================================================================== */
.matchArea {
  width: 100%;
  margin-top: 0;
}
.matchArea__title {
  width: 90%;
  margin: auto;
  display: block;
}
.matchArea__title .heading__title {
  width: 100%;
}
.matchArea__title .heading__daytitle {
  width: 100%;
}
.matchArea__listwrap {
  margin-top: 30px;
  display: block;
}
.matchArea .matchList {
  width: 90%;
  margin-bottom: 50px;
}
.matchArea .matchList:nth-child(even) {
  margin-top: 0;
}
.matchArea .matchList__team {
  padding: 30px 0 40px;
}
.matchArea .matchList__team .time i {
  font-size: 30px;
  font-size: 3rem;
}
.matchArea .matchList__team .name {
  font-size: 14px;
  font-size: 1.4rem;
}
.matchArea .matchList__team .left {
  margin-right: 0;
}
.matchArea .matchList__team .right {
  margin-left: 0;
}
.matchArea .matchList__team .place {
  font-size: 14px;
  font-size: 1.4rem;
  height: 3em;
}
.matchArea .matchList__team .embLl.pcDISP {
  display: none !important;
}
.matchArea .matchList .btn {
  height: 50px;
  line-height: 50px;
  bottom: -25px;
}

/* ==========================================================================
   bnrArea
========================================================================== */
.bnrArea .sec__inner980 {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* ==========================================================================
   photoArea
========================================================================== */
.photoArea .marquee_photo1, .photoArea .marquee_photo2, .photoArea .marquee_photo3 {
  height: 20vw;
}

/* ==========================================================================
   categoryArea
========================================================================== */
.categoryArea__img {
  margin: 20px 0;
}
.categoryArea__img:last-child {
  margin-bottom: 0;
}
.categoryArea__img img {
  width: 100%;
}

/* ==========================================================================
   reportlist
========================================================================== */
.reportlist .nanameBG {
  z-index: 0;
}
.reportlist ul li + li {
  margin-top: 20vw;
}
.reportlist dl:before {
  z-index: 10;
  height: auto;
}
.reportlist dt {
  font-size: 80px;
  font-size: 8rem;
  left: 5%;
  z-index: 10;
  top: -0.8em;
}
.reportlist dd {
  padding: 0;
  margin: 0;
}
.reportlist dd:before {
  right: 0;
  width: 90%;
  top: 30px;
  z-index: 0;
  height: 90%;
}
.reportlist .sec__inner980 {
  width: 100%;
}
.reportlist img {
  width: 80%;
  z-index: 2;
  position: relative;
  margin-bottom: 10px;
  padding-right: 20%;
}
.reportlist .btnwrap {
  position: inherit;
  top: auto;
  right: auto;
}
.reportlist .btnwrap .btn {
  width: 60%;
  height: 40px;
  line-height: 40px;
  margin: auto;
}
.reportlist .btnwrap .btn + .btn {
  margin-top: 10px;
}
.reportlist .info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.reportlist .info p {
  display: block;
}
.reportlist .info p, .reportlist .info span {
  font-size: 14px;
  font-size: 1.4rem;
}
.reportlist .score {
  font-size: 50px;
  font-size: 5rem;
}
.reportlist .match {
  justify-content: center;
}
.reportlist .match__wrap {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  left: auto;
  right: 5%;
}

.reportlist li:nth-child(even) dd {
  padding: 0px;
  margin: 0px;
}
.reportlist li:nth-child(even) dt {
  right: 5%;
  left: auto;
}
.reportlist li:nth-child(even) .match__wrap {
  left: 5%;
}
.reportlist li:nth-child(even) .btnwrap {
  left: auto;
}
.reportlist li:nth-child(even) img {
  padding-left: 20%;
}

.reportlist .y1996, .reportlist .y1997, .reportlist .y1998, .reportlist .y2000, .reportlist .y2006, .reportlist .y2005, .reportlist .y2011, .reportlist .y2013, .reportlist .y2017, .reportlist .y2020 {
  margin-top: 28vw;
}

.reportlist .y1998 {
  margin-top: 33vw;
}

.reportlist .y1992 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1992.png) no-repeat 0 0;
  background-size: 50%;
  right: -173px;
  top: -110px;
  left: auto;
  height: 340px;
}
.reportlist .y1993 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1993.png) no-repeat 0 0;
  top: 100px;
  content: "";
  left: 20px;
  top: 44px;
  background-size: 90px;
  width: 90px;
  height: 220px;
}
@media screen and (max-width: 320px) {
  .reportlist .y1993 dl:before {
    background-size: 75px;
    height: 190px;
    top: 60px;
  }
}
.reportlist .y1994 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1994.png) no-repeat 0 0;
  right: -170px;
  top: 0px;
  content: "";
  z-index: 10;
  background-size: 150px;
  left: auto;
  height: 250px;
}
@media screen and (max-width: 320px) {
  .reportlist .y1994 dl:before {
    background-size: 130px;
  }
}
.reportlist .y1996 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1996.png) no-repeat 0 0;
  right: auto;
  top: 110px;
  z-index: 10;
  content: "";
  left: 10px;
  background-size: 120px;
  width: 120px;
  height: 190px;
}
@media screen and (max-width: 320px) {
  .reportlist .y1996 dl:before {
    background-size: 100px;
    height: 160px;
  }
}
.reportlist .y1997 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1997.png) no-repeat 0 0;
  right: -140px;
  top: 10px;
  content: "";
  background-size: 160px;
  left: auto;
  height: 270px;
}
@media screen and (max-width: 320px) {
  .reportlist .y1997 dl:before {
    right: -190px;
    background-size: 40%;
  }
}
.reportlist .y1998 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1998.png) no-repeat 0 0;
  left: 0px;
  top: 100px;
  content: "";
  background-size: 120px;
  width: 120px;
  height: 180px;
}
@media screen and (max-width: 320px) {
  .reportlist .y1998 dl:before {
    left: -20px;
    background-size: 110px;
    top: 70px;
  }
}
.reportlist .y1999 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_1999.png) no-repeat 0 0;
  right: -160px;
  top: 70px;
  z-index: 10;
  content: "";
  background-size: 170px;
  left: auto;
  height: 220px;
}
@media screen and (max-width: 320px) {
  .reportlist .y1999 dl:before {
    background-size: 160px;
    top: 70px;
    right: -186px;
  }
}
.reportlist .y2000 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2000.png) no-repeat 0 0;
  left: 5%;
  top: 90px;
  content: "";
  background-size: 80px;
  height: 240px;
  width: 80px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2000 dl:before {
    background-size: 60px;
    top: 70px;
    height: 180px;
  }
}
.reportlist .y2001 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2001.png) no-repeat 0 0;
  right: -90px;
  top: 40px;
  z-index: 10;
  content: "";
  background-size: 270px;
  width: 270px;
  height: 250px;
  left: auto;
}
@media screen and (max-width: 320px) {
  .reportlist .y2001 dl:before {
    background-size: 200px;
    height: 240px;
    right: -120px;
  }
}
.reportlist .y2002 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2002.png) no-repeat 0 0;
  right: -170px;
  top: 40px;
  z-index: 10;
  content: "";
  background-size: 130px;
  left: auto;
  height: 240px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2002 dl:before {
    right: -200px;
    top: 0;
  }
}
.reportlist .y2003 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2003.png) no-repeat 0 0;
  left: 0;
  top: 90px;
  z-index: 10;
  content: "";
  right: auto;
  background-size: 140px;
  width: 140px;
  height: 180px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2003 dl:before {
    left: -20px;
    top: 60px;
  }
}
.reportlist .y2004 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2004.png) no-repeat 0 0;
  right: -120px;
  top: 50px;
  z-index: 10;
  content: "";
  left: auto;
  background-size: 200px;
  height: 250px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2004 dl:before {
    right: -150px;
    top: 20px;
  }
}
.reportlist .y2005 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2005.png) no-repeat 0 0;
  left: 10px;
  top: 90px;
  z-index: 10;
  content: "";
  background-size: 100px;
  width: 100px;
  height: 230px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2005 dl:before {
    background-size: 80px;
    top: 80px;
    left: 0;
    height: 200px;
  }
}
.reportlist .y2006 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2006.png) no-repeat 0 0;
  right: -200px;
  left: auto;
  top: 0px;
  content: "";
  background-size: 100px;
  height: 280px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2006 dl:before {
    background-size: 90px;
    right: -210px;
    height: 250px;
  }
}
.reportlist .y2007 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2007.png) no-repeat 0 0;
  left: 20px;
  top: 100px;
  z-index: 10;
  content: "";
  background-size: 100px;
  height: 180px;
  width: 100px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2007 dl:before {
    background-size: 100px;
    left: 0;
    top: 70px;
  }
}
.reportlist .y2008 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2008.png) no-repeat 0 0;
  right: -150px;
  left: auto;
  top: 70px;
  z-index: 10;
  content: "";
  background-size: 140px;
  height: 210px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2008 dl:before {
    background-size: 120px;
    right: -180px;
    height: 180px;
  }
}
.reportlist .y2009 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2009.png) no-repeat 0 0;
  left: 15px;
  top: 80px;
  z-index: 10;
  content: "";
  background-size: 110px;
  width: 110px;
  height: 190px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2009 dl:before {
    left: 0px;
    top: 60px;
  }
}
.reportlist .y2010 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2010.png) no-repeat 0 0;
  right: -170px;
  left: auto;
  top: 60px;
  content: "";
  z-index: 10;
  background-size: 160px;
  height: 230px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2010 dl:before {
    background-size: 130px;
    right: -205px;
    height: 190px;
  }
}
.reportlist .y2011 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2011.png) no-repeat 0 0;
  left: -20px;
  top: 70px;
  z-index: 10;
  content: "";
  background-size: 150px;
  width: 150px;
  height: 220px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2011 dl:before {
    left: -30px;
    background-size: 130px;
    height: 190px;
  }
}
.reportlist .y2012 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2012.png) no-repeat 0 0;
  right: -160px;
  left: auto;
  top: 40px;
  z-index: 10;
  content: "";
  background-size: 160px;
  height: 240px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2012 dl:before {
    background-size: 120px;
    right: -200px;
    height: 200px;
  }
}
.reportlist .y2013 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2013.png) no-repeat 0 0;
  left: 0;
  top: 70px;
  z-index: 10;
  content: "";
  background-size: 120px;
  width: 120px;
  height: 190px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2013 dl:before {
    background-size: 100px;
    height: 170px;
  }
}
.reportlist .y2014 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2014.png) no-repeat 0 0;
  right: -180px;
  left: auto;
  top: 10px;
  z-index: 10;
  content: "";
  background-size: 120px;
  height: 260px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2014 dl:before {
    right: -200px;
    top: 30px;
    background-size: 100px;
    height: 220px;
  }
}
.reportlist .y2015 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2015.png) no-repeat 0 0;
  left: 0;
  top: 50px;
  z-index: 10;
  content: "";
  background-size: 160px;
  width: 160px;
  height: 220px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2015 dl:before {
    background-size: 130px;
    height: 180px;
  }
}
.reportlist .y2016 dl:before {
  background: url(/img/leaguecup/2017/special/report/mvp_2016.png) no-repeat 0 0;
  right: -170px;
  left: auto;
  top: -50px;
  content: "";
  background-size: 150px;
  height: 340px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2016 dl:before {
    background-size: 130px;
    right: -200px;
    top: -30px;
    height: 300px;
  }
}
.reportlist .y2017 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2017.png) no-repeat 0 0;
  right: auto;
  left: -10px;
  top: 70px;
  content: "";
  background-size: 120px;
  width: 120px;
  height: 200px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2017 dl:before {
    background-size: 100px;
    right: auto;
    left: -10px;
    top: 80px;
    height: 170px;
  }
}
.reportlist .y2018 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2018.png) no-repeat 0 0;
  right: -200px;
  left: auto;
  top: 30px;
  content: "";
  background-size: 100px;
  height: 240px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2018 dl:before {
    top: 10px;
  }
}
.reportlist .y2019 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2019.png) no-repeat 0 0;
  right: auto;
  left: 20px;
  top: 80px;
  content: "";
  background-size: 100px;
  width: 100px;
  height: 230px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2019 dl:before {
    left: 0px;
    background-size: 90px;
    height: 210px;
  }
}
.reportlist .y2020 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2020.png) no-repeat 0 0;
  right: -150px;
  left: auto;
  top: 80px;
  content: "";
  background-size: 130px;
  height: 190px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2020 dl:before {
    right: -180px;
    top: 50px;
  }
}
.reportlist .y2021 dl:before {
  background: url(/img/leaguecup/2022/special/report/mvp_2021.png) no-repeat 0 0;
  right: auto;
  left: -30px;
  top: 50px;
  content: "";
  background-size: 150px;
  width: 150px;
  height: 220px;
}
@media screen and (max-width: 320px) {
  .reportlist .y2021 dl:before {
    background-size: 130px;
    top: 60px;
    height: 190px;
  }
}

/* ==========================================================================
   mvpnewherolist
========================================================================== */
.mvpnewherolist ul li {
  display: block;
  margin-bottom: 2px;
}
.mvpnewherolist ul li a {
  pointer-events: none;
}
.mvpnewherolist ul li dl {
  left: 5%;
}
.mvpnewherolist ul li dl dt {
  font-size: 20px;
  font-size: 2rem;
  padding: 5px;
  margin-bottom: 5px;
}
.mvpnewherolist ul li dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
}
.mvpnewherolist ul li dl dd span:nth-child(2) {
  font-size: 14px;
  font-size: 1.4rem;
}
.mvpnewherolist ul li dl dd span img {
  height: 19px;
}
.mvpnewherolist ul li span.year {
  font-size: 50px;
  font-size: 5rem;
  transform: none;
  left: 5%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-weight: bold;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.mvpnewherolist ul li > div:nth-child(1), .mvpnewherolist ul li > div:nth-child(2) {
  width: 100%;
  box-shadow: 0px -20px 29px rgba(255, 255, 255, 0.4);
}
.mvpnewherolist ul li > div:nth-child(1) {
  height: 0;
  padding-left: 0;
}
.mvpnewherolist ul li > div:nth-child(2):after, .mvpnewherolist ul li > div:nth-child(2):before {
  content: none;
}
.mvpnewherolist ul li > div:nth-child(2) a > img {
  width: auto;
  height: 100%;
}

.mvpnewherolist ul li.y1992 .year, .mvpnewherolist ul li.y1993 .year, .mvpnewherolist ul li.y1994 .year, .mvpnewherolist ul li.y2003 .year, .mvpnewherolist ul li.y1993 .year, .mvpnewherolist ul li.y2007 .year, .mvpnewherolist ul li.y2009 .year {
  left: 5%;
  transform: inherit;
  top: 20px;
  right: auto;
}

/* ==========================================================================
   topscorers
========================================================================== */
.topscorerslist__wrap {
  background: url(/img/leaguecup/2022/special/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
  margin: auto;
  background-position: bottom;
  padding: 0 5%;
  width: auto;
}
.topscorerslist__wrap--line {
  width: 10px;
}
.topscorerslist__wrap--line:after {
  width: 10px;
}
.topscorerslist__wrap--line:before {
  width: 10px;
  height: 10px;
  top: 60px;
}
.topscorerslist__wrap--num {
  width: 65px;
}
.topscorerslist__wrap--num .topscorerslist_num {
  font-size: 30px;
  font-size: 3rem;
  padding-left: 5px;
}
.topscorerslist__wrap--con {
  width: calc(100% - 75px);
}
.topscorerslist__top {
  margin: 0 auto 20px;
  display: block;
}
.topscorerslist__top > div:nth-child(1) {
  width: 100%;
  margin-bottom: 5px;
}
.topscorerslist__top > div:nth-child(2) {
  width: 100%;
  text-align: center;
}
.topscorerslist__top--add {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
  padding-left: 0;
}
.topscorerslist__top--add .name {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 10px;
  justify-content: center;
}
.topscorerslist__top--add .name span:nth-child(1) {
  margin-right: 5px;
}
.topscorerslist__top--add .name span:nth-child(2) {
  font-size: 12px;
  font-size: 1.2rem;
}
.topscorerslist__top--add .num {
  font-size: 30px;
  font-size: 3rem;
}
.topscorerslist__top--add .num span {
  font-size: 16px;
  font-size: 1.6rem;
}
.topscorerslist__top--wrap {
  display: block;
}
.topscorerslist__top--wrap .topscorerslist__top {
  width: 100%;
  margin-right: 0;
}
.topscorerslist__rank {
  margin-top: 20px;
}
.topscorerslist__rank ul {
  margin-bottom: 50px;
  display: block;
}
.topscorerslist__rank ul li {
  padding-left: 10px;
  width: 100%;
}
.topscorerslist__rank ul li span {
  font-size: 10px;
  font-size: 1rem;
}
.topscorerslist__rank ul li .rank i {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 0;
}
.topscorerslist__rank ul li .num {
  padding: 0 5px;
}
.topscorerslist__rank ul li .num span {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 0;
}

/* ==========================================================================
   totalrecordArea
========================================================================== */
.totalrecordArea .nanameBG {
  z-index: 0;
  display: none;
}
.totalrecordArea .totalrecord__img {
  margin-bottom: 10px;
}
.totalrecordArea .totalrecord__card {
  width: 48%;
  margin-bottom: 30px;
}
.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: 0px;
}
.totalrecordArea .totalrecord__card:nth-child(2n) {
  margin-top: -70px !important;
  top: 0 !important;
}
.totalrecordArea .totalrecord__card .num {
  font-size: 50px;
  font-size: 5rem;
}
.totalrecordArea .totalrecord__card .name {
  text-align: center;
  line-height: 1;
}
.totalrecordArea .totalrecordwrap {
  justify-content: space-between;
}
.totalrecordArea .totalrecordwrap + .heading__second {
  margin-top: 30px;
}

/* ==========================================================================
   linkArea
========================================================================== */
.linkArea {
  position: relative;
}
.linkArea__txt {
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
}
.linkArea__txt span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
}
.linkArea__txt:before, .linkArea__txt:after {
  bottom: -20px;
  font-size: 20px;
  font-size: 2rem;
}
.linkArea__txt:before {
  left: 0;
}
.linkArea__txt:after {
  right: 0;
}