@charset "UTF-8";
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 1400px;
  }
}
@font-face {
  font-family: "jleaguekick";
  src: url("/font/jleaguekick/JLEAGUEKICK.ttf") format("truetype");
}
/* ==========================================================================
   stamprallyArea   キャンペーン
========================================================================== */
.stamprallyArea__kv {
  padding-top: 70px;
  position: relative;
  background-color: #000;
  background-image: url(/img/jleagueallstar/dazncup/BG/BG_stamprally.svg);
  background-repeat: repeat;
  background-size: 754px 665px;
  animation: bg 100s infinite linear;
}
.stamprallyArea__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;
}
.stamprallyArea__kv--img img {
  width: 100%;
  display: block;
}
.stamprallyArea__titlelogo {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.stamprallyArea__lead {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.stamprallyArea__inner {
  width: 90%;
  max-width: 980px;
  margin: 80px auto;
}
.stamprallyArea__inner .tabSelecter .stamprallyArea__tablist--item.line {
  a: before;
  a-content: none;
}
.stamprallyArea__imglist {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  gap: 20px;
}
.stamprallyArea__imglist--item {
  width: calc((100% - 40px) / 3);
  border-radius: 5px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.stamprallyArea__imglist--item:hover {
  opacity: 1;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.stamprallyArea__imglist--item a,
.stamprallyArea__imglist--item a:hover,
.stamprallyArea__imglist--item a:hover img {
  opacity: 1;
}
.stamprallyArea__imglist--item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.stamprallyArea__imglist--item img {
  width: 100%;
  display: block;
}
.stamprallyArea__imglist--item figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  flex: 1;
  padding: 15px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background: #111;
}

.stamprallyArea__inner {
  width: 90%;
  max-width: 980px;
  margin: 80px auto;
}
.stamprallyArea__tablist {
  margin-bottom: 60px;
}
.tabSelecter .stamprallyArea__tablist {
  display: -ms-flexbox;
  display: -webkit-flex;
  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 .stamprallyArea__tablist--item {
  border-right: none !important;
  width: calc((100% - 10px) / 2);
  background: #000;
  border-radius: 10px;
  position: relative;
}
.tabSelecter .stamprallyArea__tablist--item a {
  border-radius: 20px;
  text-align: center;
  background: #000;
  padding: 30px 0px;
}
.tabSelecter .stamprallyArea__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 .stamprallyArea__tablist--item a img {
  width: 60px;
}
.tabSelecter .stamprallyArea__tablist--item a p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.tabSelecter .stamprallyArea__tablist--item a .stamprallyArea__tabperiod {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.tabSelecter .stamprallyArea__tablist--item a .stamprallyArea__tabperiod br {
  display: none;
}
.tabSelecter .stamprallyArea__tablist--item a:hover {
  opacity: 1;
}
.tabSelecter .stamprallyArea__tablist--item a:hover img {
  opacity: 1;
}
.tabSelecter .stamprallyArea__tablist--item.current a {
  background: #000;
}
.tabSelecter .stamprallyArea__tablist--item.current a:after {
  border-top-color: #000;
}
.tabSelecter .stamprallyArea__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 .stamprallyArea__tablist {
  margin-bottom: 0;
  margin-top: 60px;
}
.tabSelecter.tabSelecter--bottom .stamprallyArea__tablist .stamprallyArea__tablist--item.line a:before {
  bottom: -15px;
  top: auto;
}
.tabSelecter.tabSelecter--bottom .stamprallyArea__tablist .stamprallyArea__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 .stamprallyArea__tablist .stamprallyArea__tablist--item.current a:after {
  border-top-color: transparent;
  border-bottom-color: #111;
}
.stamprallyArea__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);
}
.stamprallyArea__contents hr {
  margin: 60px 0;
}
.stamprallyArea__contents--con + .stamprallyArea __contents--con {
  margin-top: 60px;
}
.stamprallyArea__contents--con .step {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  margin: 10px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.stamprallyArea__contents--con .footerimg {
  margin-top: auto;
}
.stamprallyArea__contents--con p.txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.stamprallyArea__contents--con p.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
}
.stamprallyArea__contents--con span.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.stamprallyArea__contents--con .slick-track {
  display: flex;
}
.stamprallyArea__contents--con .slick-slide {
  height: auto !important;
}
.stamprallyArea__ttl {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
}
.stamprallyArea__subttl {
  margin-bottom: 30px;
}
.stamprallyArea__subttl .num {
  font-weight: 700;
  border-radius: 10000px;
  background: #e60012;
  font-size: 20px;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 15px;
  color: #fff;
  display: block;
}
.stamprallyArea__subttl p {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
}
.stamprallyArea__img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.stamprallyArea__img img {
  width: 100%;
  height: auto;
}
.stamprallyArea__img.checkin {
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
}
.stamprallyArea__img.checkin img {
  width: calc((100% - 10px) / 2);
}
.stamprallyArea__table tr th,
.stamprallyArea__table tr td {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
}