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

dazncup.scss

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

.spDISP {
  display: none !important;
}

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

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

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

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

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  font-family: "Noto Sans JP", sans-serif;
}

body footer {
  line-height: 130%;
}

footer #partnersArea {
  display: none;
}

.bodyBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/img//jleagueallstar/dazncup/BG/BG_line_PC.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 1s;
}

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

.txt__red {
  color: #e60012;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #e60012;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}
.txt__bold {
  font-weight: 700;
}

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

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

.headline__topmain {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
}
.headline__topmain--w {
  color: #fff;
}
.headline__topmain--left {
  text-align: left;
}
.headline__main {
  margin-bottom: 30px;
}
.headline__main .en {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #e60012;
  text-align: center;
}
.headline__main .jp {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  line-height: 1.2;
  text-align: center;
}

.btn__S {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  border-radius: 50px;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  background: #000;
  min-width: 200px;
  max-width: 200px;
}
.btn__S:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: bold;
  width: auto;
  color: #fff;
  text-align: inherit;
  right: 20px;
}
.btn__M {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  border-radius: 50px;
  padding: 25px 0;
  text-decoration: none;
  min-width: 360px;
  max-width: 360px;
  position: relative;
  background: #000;
}
.btn__M:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: bold;
  width: auto;
  color: #fff;
  text-align: inherit;
  right: 20px;
}
.btn__M:hover {
  opacity: 0.6;
}
.btn__L {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  border-radius: 50px;
  padding: 25px 0;
  text-decoration: none;
  min-width: 600px;
  max-width: 600px;
  position: relative;
  background: #000;
}
.btn__L:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: bold;
  width: auto;
  color: #fff;
  text-align: inherit;
  right: 20px;
}
.btn__L:hover {
  opacity: 0.6;
}
.btn__bnr {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.btn__bnr img {
  width: 100%;
  height: auto;
}

.icon__line:before {
  content: "";
  background: url(/img/jleagueallstar/dazncup/vote/line_logo.svg) repeat-y top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background-size: 35px;
  height: 35px;
  width: 35px;
}

.table tr th, .table tr td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
}
.table tr th {
  font-weight: 700;
  text-align: center;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.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;
  box-sizing: border-box;
}

@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 1400px;
  }
}
/* ==========================================================================
   header
========================================================================== */
.PCHeaderArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.PCHeaderArea__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.PCHeaderArea__title a {
  text-align: center;
}
.PCHeaderArea__title img {
  vertical-align: top;
  height: 3vw;
  max-height: 50px;
  min-height: 25px;
}
.PCHeaderArea__jLogo {
  width: 40px;
  height: 40px;
}
.PCHeaderArea__jLogo img {
  width: 100%;
  height: auto;
}
.PCHeaderArea__gnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 20px;
}
.PCHeaderArea__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.PCHeaderArea__gnav__li a {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  font-weight: 700;
  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;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}

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

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  width: 500px;
  height: inherit;
  opacity: 0;
  transition: all 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: 320px;
}

/* ==========================================================================
   kv
========================================================================== */
.kvArea {
  padding-top: 70px;
  padding-bottom: 100px;
  background: url(/img//jleagueallstar/dazncup/BG/BG_PC.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.kvArea__BG {
  position: absolute;
  margin-top: 20%;
  width: 100%;
}
.kvArea__BG img {
  width: 100%;
  height: auto;
}
.kvArea__img {
  width: 100%;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.kvArea__img img {
  width: 100%;
  height: auto;
}
.kvArea__ttl {
  width: 50%;
  margin: 0 auto;
  margin-top: -8%;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.kvArea__ttl img {
  width: 100%;
  height: auto;
}
.kvArea__line {
  width: 50%;
  margin: 4% auto;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.kvArea__line img {
  width: 100%;
  height: auto;
}

.leadArea__list--item {
  max-width: 500px;
  margin: 0 auto;
  width: 40%;
  opacity: 0;
}
.leadArea__list--item.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.leadArea__list--item img {
  width: 100%;
  height: auto;
}
.leadArea__list--item:nth-child(4) {
  margin-bottom: 50px;
}
.leadArea__list--item + .leadArea__list--item {
  margin-top: 30px;
}
.leadArea__btn {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
.leadArea__btn img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   voteArea
========================================================================== */
.voteArea {
  position: relative;
}
.voteArea__inner {
  position: relative;
  background-color: #e60012;
  transition: all 0.3s ease-in-out;
}
.voteArea__inner::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.voteArea__img {
  font-size: 0;
}
.voteArea__img img {
  width: 100%;
  height: auto;
}
.voteArea a:hover {
  opacity: 1;
}
.voteArea a:hover img {
  opacity: 1;
}
.voteArea a:hover .voteArea__inner {
  background-color: #B2000E;
}
.voteArea a:hover .voteArea__inner:after {
  right: 4%;
}

/* ==========================================================================
   homebackArea
========================================================================== */
.homebackArea {
  position: relative;
}
.homebackArea__inner {
  background: #000;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.homebackArea__inner::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.homebackArea__img {
  font-size: 0;
  display: block;
}
.homebackArea__img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.homebackArea a {
  opacity: 1;
}
/* ==========================================================================
   outlineArea
========================================================================== */
.outlineArea {
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  margin-bottom: 80px;
  opacity: 0;
}
.outlineArea.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.outlineArea__table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.outlineArea__table table {
  width: 100%;
  border-top: 1px solid #000;
}
.outlineArea__table tr {
  border-bottom: 1px solid #000;
}
.outlineArea__table tr th {
  width: 30%;
  text-align: center;
}
.outlineArea__table tr td {
  width: 70%;
}

/* ==========================================================================
   youtubeArea
========================================================================== */
.youtubeArea {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin: 80px auto;
  opacity: 0;
}
.youtubeArea.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.youtubeArea iframe {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   allstarArea
========================================================================== */
.allstarArea__inner {
  width: 90%;
  max-width: 1362px;
  margin: 80px auto;
}
.allstarArea__title {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  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;
  opacity: 0;
}
.allstarArea__title.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.allstarArea__title strong {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
}
.allstarArea__title img {
  max-width: 60px;
  width: 100%;
  margin-right: 10px;
}

.pointArea {
  padding: 80px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.pointArea.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.pointArea + .pointArea {
  margin-top: 80px;
}
.pointArea p.txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.pointArea p.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pointArea__wrap {
  margin: 0 auto;
}
.pointArea__title {
  margin-bottom: 40px;
}
.pointArea__title .point {
  font-weight: 700;
  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;
}
.pointArea__title p.txt {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.pointArea__title p.txt span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.pointArea__subtitle {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.pointArea__subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}
.pointArea__subtitle span {
  display: inline-block;
  padding: 4px 30px;
  line-height: 1;
  background: #000;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
}
.pointArea__con + .pointArea__con {
  margin-top: 60px;
}
.pointArea .selectionmethod__con--inner {
  margin: 40px 0;
}
.pointArea .selectionmethod__con.second {
  margin-top: 80px;
}
.pointArea .selectionmethod__title {
  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;
  background: #000;
  height: 80px;
  background: #e60012;
  text-align: center;
}
.pointArea .selectionmethod__title .step {
  background: #e60012;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 27px;
}
.pointArea .selectionmethod__title .right {
  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-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #fff;
}
.pointArea .selectionmethod__title .right img {
  height: 100%;
  max-height: 33px;
  width: auto;
  margin-right: 10px;
}
.pointArea .selectionmethod__title .right span {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}
.pointArea .selectionmethod .schedule {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.pointArea .selectionmethod .schedule .txt {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.pointArea .selectionmethod .box {
  overflow: hidden;
  border-radius: 10px;
}
.pointArea .selectionmethod .box + .box {
  margin-top: 20px;
}
.pointArea .selectionmethod .box.kantoku .wrap {
  align-items: center;
}
.pointArea .selectionmethod .box .title {
  background: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.pointArea .selectionmethod .box .wrap {
  background: #e8e8e8;
  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;
  padding: 30px;
  gap: 10px;
}
.pointArea .selectionmethod .box .wrap .left, .pointArea .selectionmethod .box .wrap .center, .pointArea .selectionmethod .box .wrap .right {
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 30px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
}
.pointArea .selectionmethod .box .wrap .left:after, .pointArea .selectionmethod .box .wrap .center:after, .pointArea .selectionmethod .box .wrap .right:after {
  content: "①";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  color: #000;
  width: 40px;
}
.pointArea .selectionmethod .box .wrap .left .number, .pointArea .selectionmethod .box .wrap .center .number, .pointArea .selectionmethod .box .wrap .right .number {
  background: #000;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.pointArea .selectionmethod .box .wrap .left .subtitle, .pointArea .selectionmethod .box .wrap .center .subtitle, .pointArea .selectionmethod .box .wrap .right .subtitle {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.pointArea .selectionmethod .box .wrap .left .subtitle strong, .pointArea .selectionmethod .box .wrap .center .subtitle strong, .pointArea .selectionmethod .box .wrap .right .subtitle strong {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  border-bottom: 3px solid #909090;
  font-weight: 700;
  color: #909090;
}
.pointArea .selectionmethod .box .wrap .left .txt, .pointArea .selectionmethod .box .wrap .center .txt, .pointArea .selectionmethod .box .wrap .right .txt {
  text-align: center;
}
.pointArea .selectionmethod .box .wrap .left .img, .pointArea .selectionmethod .box .wrap .center .img, .pointArea .selectionmethod .box .wrap .right .img {
  width: 100%;
  margin-top: 20px;
}
.pointArea .selectionmethod .box .wrap .left .img + .attention, .pointArea .selectionmethod .box .wrap .center .img + .attention, .pointArea .selectionmethod .box .wrap .right .img + .attention {
  margin-top: 20px;
}
.pointArea .selectionmethod .box .wrap .left .img img, .pointArea .selectionmethod .box .wrap .center .img img, .pointArea .selectionmethod .box .wrap .right .img img {
  width: 100%;
}
.pointArea .selectionmethod .box .wrap .left .img, .pointArea .selectionmethod .box .wrap .right .img {
  margin: 0 auto;
  max-width: 140px;
  margin-top: 20px;
}
.pointArea .selectionmethod .box .wrap .left {
  flex: 1;
}
.pointArea .selectionmethod .box .wrap .left .subtitle strong {
  color: #bda167;
  border-bottom: 3px solid #bda167;
}
.pointArea .selectionmethod .box .wrap .right {
  flex: 1;
}
.pointArea .selectionmethod .box .wrap .right:after {
  content: "③";
}
.pointArea .selectionmethod .box .wrap .center {
  flex: 2;
  padding: 30px;
}
.pointArea .selectionmethod .box .wrap .center:after {
  content: "②";
}
.pointArea .selectionmethod .box .wrap .kantoku {
  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;
}
.pointArea .selectionmethod .box .wrap .kantoku .img {
  max-width: 110px;
}
.pointArea .selectionmethod .box .wrap .kantoku .img img {
  width: 100%;
  height: auto;
}
.pointArea .selectionmethod .box .wrap .plus {
  flex: 0 0 auto;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 1;
  color: #333;
  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;
}
.pointArea .selectionmethod .arrow {
  margin: 30px auto;
  text-align: center;
  width: 40px;
  display: block;
}
.pointArea .selectionmethod .votebtn {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.pointArea .selectionmethod .votebtn img {
  width: 100%;
  height: auto;
}
.pointArea .selectionmethod .votebtn + p {
  margin-top: 20px;
}
.pointArea .selectionmethod .results {
  background: #e8e8e8;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 30px 0;
  padding: 10px;
}
.pointArea .selectionmethod .results strong {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 20px;
  font-weight: 700;
}
.pointArea .teamwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.pointArea .teamwrap__con {
  background: #e8e8e8;
  flex: 0 0 calc((100% - 40px) / 3);
  border-radius: 10px;
  overflow: hidden;
}
.pointArea .teamwrap__con .title {
  background: #e60012;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  position: relative;
  text-align: center;
}
.pointArea .teamwrap__con .title img {
  vertical-align: top;
  max-height: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.pointArea .teamwrap__con .title.j2j3 {
  background: #0c9e50;
}
.pointArea .teamwrap__con .title.j2j3:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #005ae1;
  clip-path: polygon(62% 0, 100% 0, 100% 100%, 50% 100%);
}
.pointArea .teamwrap__con .inner {
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.pointArea .teamwrap__con img {
  max-width: 230px;
}
.pointArea .tournament__img {
  max-width: 100%;
}
.pointArea .tournament__img img {
  width: 100%;
  height: auto;
}
.pointArea .dazn__img {
  max-width: 800px;
  margin: 0 auto;
}
.pointArea .dazn__img img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   votetopArea   ファン・サポーター投票
========================================================================== */
.votetopkvArea {
  padding-top: 70px;
  position: relative;
  background-color: #e60012;
  background-image: url(/img/jleagueallstar/dazncup/BG/BG_vote.svg);
  background-size: 1000px 883px;
  animation: bg 100s infinite linear;
}
.votetopkvArea__img {
  padding-top: 50px;
  bottom: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.votetopkvArea__img img {
  width: 100%;
  display: block;
}

.votetopaboutArea {
  background: #efefef;
}
.votetopaboutArea__inner {
  padding: 80px 0;
  width: 90%;
  max-width: 1362px;
  margin: 0px auto;
}
.votetopaboutArea__table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.votetopaboutArea__table table {
  width: 100%;
  border-top: 1px solid #000;
}
.votetopaboutArea__table tr {
  border-bottom: 1px solid #000;
}
.votetopaboutArea__table tr th, .votetopaboutArea__table tr td {
  padding: 20px 10px;
}
.votetopaboutArea__table tr th {
  width: 30%;
  text-align: center;
}
.votetopaboutArea__table tr td {
  width: 70%;
}
.votetopaboutArea__table tr td .list__attention li {
  font-size: 14px;
  font-size: 1.4rem;
}

.votetophowtoArea__inner {
  width: 90%;
  max-width: 980px;
  margin: 80px auto;
}
.votetophowtoArea__tablist {
  margin-bottom: 60px;
}
.tabSelecter .votetophowtoArea__tablist {
  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;
  gap: 10px;
}
.tabSelecter .votetophowtoArea__tablist--item {
  border-right: none !important;
  width: calc((100% - 20px) / 3);
  background: #000;
  border-radius: 10px;
  position: relative;
}
.tabSelecter .votetophowtoArea__tablist--item a {
  border-radius: 20px;
  text-align: center;
  background: #000;
  padding: 30px 0px;
}
.tabSelecter .votetophowtoArea__tablist--item a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: transparent;
}
.tabSelecter .votetophowtoArea__tablist--item a img {
  width: 60px;
}
.tabSelecter .votetophowtoArea__tablist--item a p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.tabSelecter .votetophowtoArea__tablist--item a:hover {
  opacity: 1;
}
.tabSelecter .votetophowtoArea__tablist--item a:hover img {
  opacity: 1;
}
.tabSelecter .votetophowtoArea__tablist--item.current a {
  background: #000;
}
.tabSelecter .votetophowtoArea__tablist--item.current a:after {
  border-top-color: #000;
}
.tabSelecter .votetophowtoArea__tablist--item.line a:before {
  content: "";
  background: url(/img/jleagueallstar/dazncup/vote/line_catch.svg) repeat-y top center;
  position: absolute;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: 275px;
  height: 30px;
  width: 275px;
  top: -15px;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist {
  color: red;
  margin-bottom: 0;
  margin-top: 60px;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist .votetophowtoArea__tablist--item.line a:before {
  bottom: -15px;
  top: auto;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist .votetophowtoArea__tablist--item a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px; /* bottom → top に変更 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px; /* 上 右 下 左 */
  border-color: transparent;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist .votetophowtoArea__tablist--item.current {
  color: red;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist .votetophowtoArea__tablist--item.current a:after {
  color: red;
  border-bottom-color: #111;
}
.votetophowtoArea__contents {
  padding: 80px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.votetophowtoArea__contents hr {
  margin: 60px 0;
}
.votetophowtoArea__contents--con + .votetophowtoArea__contents--con {
  margin-top: 60px;
}
.votetophowtoArea__contents--con .step + .step {
  margin-top: 60px;
}
.votetophowtoArea__contents--con p.txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.votetophowtoArea__contents--con p.attention, .votetophowtoArea__contents--con span.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.votetophowtoArea__ttl {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
}
.votetophowtoArea__subttl {
  margin-bottom: 30px;
}
.votetophowtoArea__subttl .num {
  font-weight: 700;
  border-radius: 10000px;
  background: #e60012;
  font-size: 22px;
  font-size: 2.2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto 15px;
  color: #fff;
  display: block;
}
.votetophowtoArea__subttl p {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #000;
  text-align: center;
}
.votetophowtoArea__img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.votetophowtoArea__img img {
  width: 100%;
  height: auto;
}
.votetophowtoArea__img.checkin {
  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;
  max-width: 500px;
  gap: 10px;
}
.votetophowtoArea__img.checkin img {
  width: calc((100% - 10px) / 2);
}

/* ==========================================================================
   linetopArea   LINE投票
========================================================================== */
.linetopArea__kv {
  padding-top: 70px;
  position: relative;
  background-color: #4cc764;
  background-image: url(/img/jleagueallstar/dazncup/BG/BG_line.svg);
  background-size: 1000px 867px;
  animation: bg 100s infinite linear;
}
.linetopArea__kv--img {
  padding-top: 50px;
  bottom: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.linetopArea__kv--img img {
  width: 100%;
  display: block;
}
.linetopArea__inner {
  width: 90%;
  max-width: 1362px;
  margin: 80px auto;
}
.linetopArea__lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #e60012;
  text-align: center;
  margin-bottom: 30px;
}
.linetopArea__leadtxt {
  margin-bottom: 30px;
}
.linetopArea__tablist {
  margin-bottom: 60px;
}
.tabSelecter .linetopArea__tablist {
  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;
  gap: 10px;
}
.tabSelecter .linetopArea__tablist--item {
  border-right: none !important;
  width: calc((100% - 20px) / 3);
  position: relative;
}
.tabSelecter .linetopArea__tablist--item.j1 a {
  background: #e60012;
}
.tabSelecter .linetopArea__tablist--item.j2 a {
  background: #0c9e50;
}
.tabSelecter .linetopArea__tablist--item.j3 a {
  background: #005ae1;
}
.tabSelecter .linetopArea__tablist--item a {
  border-radius: 20px;
  text-align: center;
  background: #000;
  padding: 30px 0px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.tabSelecter .linetopArea__tablist--item a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: transparent;
}
.tabSelecter .linetopArea__tablist--item a img {
  width: 60px;
}
.tabSelecter .linetopArea__tablist--item a p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.tabSelecter .linetopArea__tablist--item a:hover {
  opacity: 1;
}
.tabSelecter .linetopArea__tablist--item a:hover img {
  opacity: 1;
}
.tabSelecter .linetopArea__tablist--item.current.j1 a:after {
  border-top-color: #e60012;
}
.tabSelecter .linetopArea__tablist--item.current.j2 a:after {
  border-top-color: #0c9e50;
}
.tabSelecter .linetopArea__tablist--item.current.j3 a:after {
  border-top-color: #005ae1;
}
.linetopArea__contentswrap {
  padding: 80px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.linetopArea .clubTeamUl {
  display: flex;
  flex-wrap: wrap;
  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;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.linetopArea .clubTeamUl li {
  width: calc(50% - 10px);
  border-bottom: 1px solid #d1d1d1;
}
.linetopArea .clubTeamUl li:nth-child(1), .linetopArea .clubTeamUl li:nth-child(2) {
  border-top: 1px solid #d1d1d1;
}
.linetopArea .clubTeamUl a {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  line-height: 1;
  padding: 15px 9px;
  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;
}
.linetopArea .clubTeamUl a .txtwrap {
  font-weight: bold;
  line-height: 1;
  width: calc(100% - 47px);
}
.linetopArea .clubTeamUl a .txtwrap .kome {
  font-weight: normal;
}
.linetopArea .clubTeamUl a .embM {
  float: left;
  margin: inherit;
  margin-right: 15px;
}

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

.pt0 {
  padding-top: 0 !important;
}

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