@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: #000;
  color: #fff;
  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;
}

.headline__main {
  margin-bottom: 50px;
}
.headline__main .en {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 75px;
  font-size: 7.5rem;
  text-align: center;
  color: #fff;
}
.headline__main .en i {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 75px;
  font-size: 7.5rem;
  text-align: center;
  color: #E60012;
  font-style: normal;
}
.headline__main .jp {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.headline__main .jp_L {
  font-weight: bold;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  color: #fff;
}
.headline__main i {
  font-weight: bold;
  font-style: normal;
}
.headline__main .txt__red {
  color: #E60012;
}
.headline__main.black .en, .headline__main.black .jp {
  color: #000;
}
.headline__main.left .en, .headline__main.left .jp, .headline__main.left .jp_L {
  text-align: left;
}
.headline__main.center .en, .headline__main.center .jp, .headline__main.center .jp_L {
  text-align: center;
}
.headline__main.nowrap .en, .headline__main.nowrap .jp, .headline__main.nowrap .jp_L {
  display: inline-block;
}
.headline__main.nowrap .en {
  margin-right: 20px;
}
.headline__main.whats .en {
  font-size: 63px;
  font-size: 6.3rem;
}
.headline__main.whats .jp {
  font-size: 18px;
  font-size: 1.8rem;
}
.headline__point {
  margin-bottom: 40px;
}
.headline__point .point {
  font-weight: bold;
  font-family: "Inter", sans-serif;
  line-height: 35px;
  border-radius: 10000px;
  background: #E60012;
  font-size: 20px;
  font-size: 2rem;
  width: 120px;
  height: 35px;
  text-align: center;
  margin: 0 auto 15px;
  color: #fff;
}
.headline__point .txt {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.headline__point.white .txt {
  color: #fff;
}
.headline__round {
  margin-bottom: 20px;
}
.headline__round .img {
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
}
.headline__round .img img {
  width: 100%;
}
.headline__round .jp {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
.headline__round .txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.headline__round.left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 10px;
}
.headline__round.left .img {
  max-width: 60px;
  margin: inherit;
  margin-bottom: 0;
}
.headline__round.left .jp {
  text-align: left;
  white-space: nowrap;
}
.headline__round.left .txt {
  text-align: left;
}

.btn {
  font-weight: bold;
  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;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 9999px; /* pill型 */
  font-size: 16px;
  font-size: 1.6rem;
  background: #000;
}
.btn:after {
  font-family: "ionicons";
  content: "\f10b";
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  transition: 0.3s ease-in-out;
}
.btn__red {
  background-color: #E60012;
}

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

.tabContents .tabSelecter {
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 1362px;
  width: 100%;
  padding-bottom: 13px;
}
.tabContents .tabSelecter .tab {
  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;
  gap: 10px;
}
.tabContents .tabSelecter .tab.white li > a {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.tabContents .tabSelecter .tab li {
  border: none;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.tabContents .tabSelecter .tab li > a {
  background: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.tabContents .tabSelecter .tab li.current a {
  border-bottom: 2px solid #E60012;
  color: #E60012;
}
.tabContents .tabSelecter .tab li.current a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E60012;
}

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

.bodyBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/img/special/2026specialseason/BG/BG_ripple.jpg) no-repeat center center;
  background-size: cover;
}

/* ==========================================================================
   header
========================================================================== */
.headerArea__jlogo {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 111;
}
.headerArea__jlogo img {
  width: 40px;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  background: #000;
  width: 100%;
  height: 100vh;
}
.kvArea__wrap {
  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;
  gap: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  animation: 1s fadehere ease-in-out forwards;
}
.kvArea__mainlogo {
  width: 100%;
  max-width: 900px;
}
.kvArea__mainlogo img {
  width: 100%;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 0px;
  right: 0;
  width: 500px;
  height: inherit;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: block;
  pointer-events: none;
}
.floatingbnrArea img {
  width: 100%;
  display: block;
}
.floatingbnrArea.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floatingbnrArea .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  background: #646464;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -50px;
  pointer-events: all !important;
  font-size: 18px;
  font-size: 1.8rem;
}
.floatingbnrArea .btn__close:hover {
  opacity: 1;
  background: #4d4d4d;
}

#pageTop {
  bottom: 220px;
}

/* ==========================================================================
   leadArea
========================================================================== */
.leadArea {
  background: url(/img/special/2026specialseason/BG/BG_stadium.jpg);
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  background-position: top;
}
.leadArea__wrap {
  max-width: 1512px;
  width: 90%;
  padding: 250px 0 250px;
  margin: 0 auto;
}
.leadArea__txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3;
  filter: drop-shadow(0px 0px 6px rgb(0, 0, 0));
  margin-bottom: 100px;
}
.leadArea__txt--item {
  opacity: 0;
}
.leadArea__txt--item.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.leadArea__txt .margB {
  margin-bottom: 35px;
}

/* ==========================================================================
   point
========================================================================== */
.pointwrapArea {
  width: 90%;
  max-width: 1362px;
  margin: 0 auto;
}

.youtubeArea {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.youtubeArea iframe {
  width: 100%;
  height: 100%;
}

.pointArea {
  padding: 80px 5%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  color: #000;
}
.pointArea + .pointArea {
  margin-top: 70px;
}
.pointArea__wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.pointArea.aclArea {
  background: #140435;
}

.aclArea__roudwrap {
  color: #fff;
}
.aclArea__roudwrap .acllogo {
  max-width: 210px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.aclArea__roudwrap .acllogo img {
  width: 100%;
}

.tworoundArea__calendar {
  margin-bottom: 50px;
}
.tworoundArea__calendar img {
  width: 100%;
}
.tworoundArea__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 55px solid transparent;
  border-left: 55px solid transparent;
  border-top: 30px solid #000;
  border-bottom: 0;
  margin: 50px auto;
}
.tworoundArea__roudwrap .schedule {
  background: #C7C7C7;
  text-align: center;
  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;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 0;
}
.tworoundArea__roudwrap .schedule > div + div {
  margin-left: 30px;
}
.tworoundArea__roudwrap .schedule span {
  background: #000;
  color: #fff;
  border-radius: 10000px;
  font-weight: bold;
  padding: 5px 30px;
  margin-right: 10px;
}
.tworoundArea__roudwrap .txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 30px;
}
.tworoundArea__roudwrap .area__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.tworoundArea__roudwrap .area__wrap--con {
  background: #000;
  color: #fff;
  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;
  gap: 30px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 15px);
}
.tworoundArea__roudwrap .area__wrap--con .areaicon {
  width: 100%;
  max-width: 140px;
}
.tworoundArea__roudwrap .area__wrap--con .areaicon img {
  width: 100%;
}
.tworoundArea__roudwrap .area__wrap--con .areatxt {
  text-align: center;
}
.tworoundArea__roudwrap .area__wrap--con .areatxt .areattl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  -moz-columns: #fff;
       columns: #fff;
  margin-bottom: 5px;
}
.tworoundArea__roudwrap .area__wrap--con .areatxt .areaclub {
  background: #fff;
  color: #000;
  border-radius: 10000px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0px 10px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 23px;
  height: 23px;
}
.tworoundArea__roudwrap .area__wrap--con .areatxt .areaimg {
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
}
.tworoundArea__roudwrap .area__wrap--con .areatxt .areaimg img {
  width: 100%;
}
.tworoundArea__roudwrap .ranking__wrap {
  margin-bottom: 20px;
}
.tworoundArea__roudwrap .ranking__wrap--con {
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  position: relative;
}
.tworoundArea__roudwrap .ranking__wrap--con + .ranking__wrap--con {
  margin-top: 10px;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingicon {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  background: #000;
  width: 50%;
  padding: 20px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingleft, .tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingright {
  text-align: center;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingleft img, .tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingright img {
  max-width: 90px;
  width: 100%;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingleft p, .tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingright p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingvs {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingarea {
  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;
  width: 100%;
  gap: 5px;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingarea img {
  max-width: 45px;
  width: 100%;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingareatxt {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingicon .rankingareatxt strong {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingtxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: 50%;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingtxt .ranklist {
  width: 100%;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingtxt .ranklist li {
  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;
  gap: 20px;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingtxt .ranklist li + li {
  margin-top: 10px;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingtxt .ranklist li p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingtxt .ranklist li img {
  max-width: 38px;
  width: 100%;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingtxt .batch {
  position: absolute;
  top: -40px;
  right: -70px;
  width: 250px;
}
.tworoundArea__roudwrap .ranking__wrap--con .rankingtxt .batch img {
  width: 100%;
}
.tworoundArea__roudwrap .ranking__wrap--con.nowrap .rankingicon {
  gap: 20px;
}
.tworoundArea__roudwrap .ranking__wrap--con.nowrap .rankingicon .rankingleft, .tworoundArea__roudwrap .ranking__wrap--con.nowrap .rankingicon .rankingright {
  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;
  gap: 10px;
}
.tworoundArea__roudwrap .ranking__wrap--con.nowrap .rankingicon .rankingleft img, .tworoundArea__roudwrap .ranking__wrap--con.nowrap .rankingicon .rankingright img {
  max-width: 35px;
}
.tworoundArea__roudwrap .ranking__wrap--con.nowrap .rankingicon .rankingvs {
  font-size: 16px;
  font-size: 1.6rem;
}
.tworoundArea__roudwrap .ranking__wrap--con.nowrap .rankingtxt .ranklist li p {
  font-size: 16px;
  font-size: 1.6rem;
}
.tworoundArea__roudwrap .ranking__wrap--con.nowrap .rankingtxt .ranklist li img {
  max-width: 24px;
}
.tworoundArea__roudwrap .ranking__wrap--con.dot {
  background: none;
  font-size: 10px;
  font-size: 1rem;
}
.tworoundArea__roudwrap .ranking__wrap--con.rank1 .rankingicon {
  background: #BDA167;
}
.tworoundArea__roudwrap .ranking__wrap--con.rank2 .rankingicon {
  background: #909090;
}
.tworoundArea__roudwrap .ranking__wrap--con.rank3 .rankingicon {
  background: #87541D;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con .rankingicon {
  flex-direction: column;
  width: 30%;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con .rankingtxt {
  width: 70%;
  padding: 30px 0;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con .rankingtxt .wrap {
  width: 100%;
  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;
  gap: 20px;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con .rankingtxt .rankingtournament {
  flex: 1 1 calc(50% - 20px);
  text-align: right;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con .rankingtxt .ranklist {
  flex: 1 1 calc(50% - 20px);
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con .rankingtxt .ranklist li {
  justify-content: flex-start;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con.nowrap .rankingicon {
  flex-direction: inherit;
  padding: 10px 0;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con.nowrap .rankingicon .rankingareatxt {
  font-size: 16px;
  font-size: 1.6rem;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con.nowrap .rankingicon .rankingareatxt strong {
  font-size: 20px;
  font-size: 2rem;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con.nowrap .rankingtxt {
  padding: 0;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con.nowrap .rankingtxt .ranklist {
  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;
  gap: 30px;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con.nowrap .rankingtxt .ranklist li {
  gap: 5px;
  width: 130px;
}
.tworoundArea__roudwrap .ranking__wrap.j2j3 .ranking__wrap--con.nowrap .rankingtxt .ranklist li + li {
  margin-top: 0;
}

.winroseArea__roudwrap + .winroseArea__roudwrap {
  margin-top: 70px;
}
.winroseArea__roudwrap .winingpointtable table thead tr th {
  border: none;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 8px 0;
}
.winroseArea__roudwrap .winingpointtable table thead tr th i {
  font-size: 25px;
  margin: 0 20px;
}
.winroseArea__roudwrap .winingpointtable table thead tr th strong {
  font-size: 28px;
  font-size: 2.8rem;
}
.winroseArea__roudwrap .winingpointtable table thead tr:nth-child(1) th:nth-child(3) {
  border-bottom: 2px solid #fff;
  padding: 10px 0;
}
.winroseArea__roudwrap .winingpointtable table thead tr:nth-child(2) th:nth-child(2) {
  border-left: 2px solid #fff;
}
.winroseArea__roudwrap .winingpointtable table tbody tr td {
  border: none;
  background: #D9D9D9;
  font-size: 20px;
  font-size: 2rem;
  padding: 25px 0;
  font-weight: bold;
  vertical-align: middle;
}
.winroseArea__roudwrap .winingpointtable table tbody tr td strong {
  vertical-align: middle;
  margin-left: 3px;
}
.winroseArea__roudwrap .winingpointtable table tbody tr td:nth-child(4) {
  border-left: 2px solid #fff;
}
.winroseArea__roudwrap .winingpointtable table strong {
  color: #E60012;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.winroseArea__roudwrap .winingpointtable table .gap {
  background: none;
  border: none;
  width: 0px;
  font-size: 0;
}
.winroseArea__roudwrap .winingflow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.winroseArea__roudwrap .winingflow li {
  text-align: center;
  height: 150px;
}
.winroseArea__roudwrap .winingflow li .wrap {
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0 100%);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.winroseArea__roudwrap .winingflow li .ttl {
  font-size: 25px;
  font-size: 2.5rem;
  display: block;
  width: 100%;
  text-align: center;
  padding-right: 25px;
  font-weight: bold;
  line-height: 1;
}
.winroseArea__roudwrap .winingflow li .txt {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.winroseArea__roudwrap .winingflow li .point {
  background: #E60012;
  border-radius: 10000px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
}
.winroseArea__roudwrap .winingflow li .point:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #E60012;
}
.winroseArea__roudwrap .winingflow li.round1 {
  color: #fff;
  width: 28%;
  max-width: 390px;
}
.winroseArea__roudwrap .winingflow li.round1 .wrap {
  background: #000;
}
.winroseArea__roudwrap .winingflow li.round2 {
  color: #fff;
  background: #D9D9D9;
  width: 28%;
  max-width: 390px;
}
.winroseArea__roudwrap .winingflow li.round2 .wrap {
  background: #000;
}
.winroseArea__roudwrap .winingflow li.round3 {
  color: #000;
  background: #A8A8A8;
  width: 22%;
  max-width: 250px;
}
.winroseArea__roudwrap .winingflow li.round3 .wrap {
  background: #D9D9D9;
}
.winroseArea__roudwrap .winingflow li.round4 {
  color: #000;
  background: #A8A8A8;
  width: 22%;
  max-width: 200px;
}
.winroseArea__roudwrap .winingflow li.round4 .wrap {
  clip-path: none;
}
.winroseArea__roudwrap .winingflow.j2j3 .round1 {
  margin-right: 20px;
}
.winroseArea__roudwrap .winingflow.j2j3 .round1 .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.prizeArea__roudwrap + .prizeArea__roudwrap {
  margin-top: 70px;
}
.prizeArea__roudwrap .headline__round {
  position: relative;
}
.prizeArea__roudwrap .headline__round .batch {
  position: absolute;
  top: -20px;
  right: 0;
  max-width: 170px;
  width: 100%;
}
.prizeArea__roudwrap .headline__round .batch img {
  width: 100%;
}
.prizeArea__roudwrap .prizewrap {
  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;
  gap: 10px;
}
.prizeArea__roudwrap .prizewrap__con {
  width: 33.3333333333%;
  height: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: url(/img/special/2026specialseason/whats/prize_conbg.svg);
  background-color: #5D5D5D;
  background-size: auto;
  background-repeat: no-repeat;
}
.prizeArea__roudwrap .prizewrap__con .wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}
.prizeArea__roudwrap .prizewrap__con .star {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 10px;
  font-size: 1rem;
}
.prizeArea__roudwrap .prizewrap__con .star i {
  padding: 0 3px;
}
.prizeArea__roudwrap .prizewrap__con .txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}
.prizeArea__roudwrap .prizewrap__con .txt strong {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.prizeArea__roudwrap .prizewrap__con .price {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 100%;
  color: #fff;
}
.prizeArea__roudwrap .prizewrap__con .price strong {
  font-size: 76px;
  font-size: 7.6rem;
  font-family: "Antonio", sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.prizeArea__roudwrap .prizewrap__con .price.Small {
  font-size: 30px;
  font-size: 3rem;
}
.prizeArea__roudwrap .prizewrap__con .price.Small strong {
  font-size: 60px;
  font-size: 6rem;
}
.prizeArea__roudwrap .prizewrap__con.rank1 {
  background: url(/img/special/2026specialseason/whats/prize_conbg.svg);
  background-color: #BDA167;
  background-size: auto;
  background-repeat: no-repeat;
}
.prizeArea__roudwrap .prizewrap__con.rank2 {
  background: url(/img/special/2026specialseason/whats/prize_conbg.svg);
  background-color: #909090;
  background-size: auto;
  background-repeat: no-repeat;
}
.prizeArea__roudwrap .prizewrap__con.rank3 {
  background: url(/img/special/2026specialseason/whats/prize_conbg.svg);
  background-color: #87541D;
  background-size: auto;
  background-repeat: no-repeat;
}
.prizeArea__roudwrap .prizewrap__con.rank1, .prizeArea__roudwrap .prizewrap__con.rank2, .prizeArea__roudwrap .prizewrap__con.rank3 {
  position: relative;
  text-decoration: none;
  outline: 1px solid #FFFFFF;
  outline-offset: -5px;
}
.prizeArea__roudwrap .prizewrap__con.rank1:before, .prizeArea__roudwrap .prizewrap__con.rank2:before, .prizeArea__roudwrap .prizewrap__con.rank3:before {
  content: "";
  background: url(/img/special/2026specialseason/whats/prize_rankright.svg);
  width: 35px;
  height: 123px;
  background-size: 35px;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.prizeArea__roudwrap .prizewrap__con.rank1:after, .prizeArea__roudwrap .prizewrap__con.rank2:after, .prizeArea__roudwrap .prizewrap__con.rank3:after {
  content: "";
  background: url(/img/special/2026specialseason/whats/prize_rankleft.svg);
  width: 35px;
  height: 123px;
  background-size: 35px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.prizeArea__roudwrap .prielist {
  margin-top: 30px;
}
.prizeArea__roudwrap .prielist li {
  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;
}
.prizeArea__roudwrap .prielist li + li {
  margin-top: 10px;
}
.prizeArea__roudwrap .prielist li .txt {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
}
.prizeArea__roudwrap .prielist li .txt .kome {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 12px !important;
  font-weight: bold;
}
.prizeArea__roudwrap .prielist li .price {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
}
.prizeArea__roudwrap .prielist li .price strong {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  line-height: 1;
}

/* ==========================================================================
   outlineArea
========================================================================== */
.outlineArea {
  padding: 100px 0;
}
.outlineArea__table tbody th {
  background: none;
  font-size: 16px;
  font-size: 1.6rem;
  border-right: none;
  text-align: center;
  width: 30%;
}
.outlineArea__table tbody td {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  width: 70%;
  padding: 5rem 0;
}

/* ==========================================================================
   combinationArea
========================================================================== */
.combinationArea {
  background: #fff;
  color: #000;
}
.combinationArea__wrap {
  padding: 100px 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.combinationArea__wrap .lead {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.combinationArea__btnlist > a + div {
  margin-top: 30px;
}
.combinationArea__btnlist img {
  width: 100%;
}

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