@charset "UTF-8";
/*-----------------------------------

2026specialseason.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

a {
  color: #E60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

footer #bottomArea p {
  text-align: center;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  font-family: "Noto Sans JP", sans-serif;
  overscroll-behavior: none;
  /* モダンブラウザ */
}

body {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  font-family: "Noto Sans JP", sans-serif;
  overscroll-behavior: none;
  /* モダンブラウザ */
}

body footer {
  line-height: 130%;
}

.CLM__half, .CLM__three, .CLM__four {
  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, .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, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div: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: -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,
.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;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.txt__red {
  color: #E60012;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}
.txt__bold {
  font-weight: bold;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  text-align: left;
}

.list__style__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
.list__style__disc li {
  padding-bottom: 0.5em;
}
.list__style__attention {
  list-style: none;
}
.list__style__attention li {
  padding-left: 1em;
  position: relative;
}
.list__style__attention li:after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.btn {
  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;
  display: inline-flex;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}

.sec {
  width: 100%;
  text-align: center;
}
.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__90 {
  width: 90%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 80px 5vw;
}

@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
h1.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* ==========================================================================
   kvArea
========================================================================== */
.contents {
  background: url(/img/jleagueallstar/cover/BG/pcBG.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  position: relative;
}
.contents .jfcHeader__jLogo {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100000;
}
.contents .jfcHeader__jLogo img {
  width: 40px;
}
.contents .kvArea {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 135px;
}
.contents .kvArea__logo {
  margin-bottom: 50px;
}
.contents .kvArea__logo img {
  width: 100%;
  height: auto;
}
.contents .kvArea__btn {
  margin-bottom: 90px;
}
.contents .kvArea__btn:nth-child(2) {
  margin-bottom: 20px;
}
.contents .kvArea__btn img {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.contents {
  /* ==========================================================================
     leadArea
  ========================================================================== */
}
.contents .leadArea__wrap {
  width: 640px;
  margin: auto;
  position: relative;
}
.contents .leadArea__wrap .hide-text {
  height: 0;
  overflow: hidden;
  transition: height 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.contents .leadArea__wrap .readmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  padding: 0;
  flex-direction: column;
  position: absolute;
  left: 45%;
}
.contents .leadArea__wrap .readmore-btn:hover {
  opacity: 0.5;
}
.contents .leadArea__wrap .readmore-label {
  line-height: 1;
  color: #999999;
  font-family: "Inter", sans-serif;
}
.contents .leadArea__wrap .readmore-label img {
  width: 100%;
}
.contents .leadArea__wrap .readmore-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.contents .leadArea__wrap .readmore-arrow::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.4s ease;
}
.contents .leadArea__wrap .readmore-btn.active .readmore-arrow::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 80%;
}
.contents .logoArea {
  padding-top: 120px;
}
.contents .logoArea__wrap {
  width: 640px;
  margin: auto;
}
.contents .logoArea__wrap img {
  width: 100%;
  height: auto;
}

footer #partnersArea {
  display: none;
}

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