@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--img {
  width: 90%;
}
.stamprallyArea__lead {
  font-size: 16px;
  font-size: 1.6rem;
}

.tabSelecter .stamprallyArea__tablist {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tabSelecter .stamprallyArea__tablist--item a:after {
  bottom: -20px;
  border-width: 20px 15px 0 15px;
}
.tabSelecter .stamprallyArea__tablist--item a p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 10px;
}
.tabSelecter .stamprallyArea__tablist--item a .stamprallyArea__tabperiod {
  margin-top: 6px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.35;
}
.tabSelecter .stamprallyArea__tablist--item a .stamprallyArea__tabperiod br {
  display: initial;
}
.tabSelecter .stamprallyArea__tablist--item.line a:before {
  content: "";
  background: url(/img/jleagueallstar/dazncup/vote/line_catch_sp.svg) repeat-y top center;
  position: absolute;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  height: 15vw;
  width: 100%;
  max-width: 140px;
  top: -45px;
}
.stamprallyArea .tabSelecter.tabSelecter--bottom .stamprallyArea__tablist {
  margin-top: 30px;
}
.stamprallyArea .tabSelecter.tabSelecter--bottom .stamprallyArea__tablist--item.line a:before {
  bottom: -45px;
  top: auto;
}
.stamprallyArea .tabSelecter.tabSelecter--bottom .stamprallyArea__tablist--item a:after {
  border-width: 0 15px 20px 15px;
  top: -20px;
}
.stamprallyArea .tabSelecter.tabSelecter--bottom .stamprallyArea__tablist--item.current a:after {
  border-top-color: transparent;
  border-bottom-color: #111;
}
.stamprallyArea__inner {
  margin: 60px auto;
}
.stamprallyArea__contents {
  padding: 50px 5%;
}
.stamprallyArea__contents--con {
  line-height: 1.3;
}
.stamprallyArea__contents--con p.txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 600;
}
.stamprallyArea__contents--con p.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.stamprallyArea__contents--con .list_attention li {
  line-height: 1.3;
}
.stamprallyArea__contents--con .stepslider {
  width: 110%;
  margin-left: -5%;
}
.stamprallyArea__contents--con .step {
  padding: 30px 15px;
  margin: 5px;
}
.stamprallyArea__contents--con .btn__L {
  padding: 10px 0;
  line-height: 1.3;
}
.stamprallyArea__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.65;
}
.stamprallyArea__subttl {
  margin-bottom: 20px;
}
.stamprallyArea__subttl p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.stamprallyArea__subttl .num {
  font-size: 16px;
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin-bottom: 10px;
}
.stamprallyArea__table tr th,
.stamprallyArea__table tr td {
  font-size: 10px;
  font-size: 1rem;
  padding: 0;
}
.stamprallyArea__imglist--item {
  width: 100%;
}
.stamprallyArea__imglist--item:hover {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: none;
  transform: translateY(0);
}
.stamprallyArea__imglist--item figcaption {
  padding: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.45;
  text-align: center;
}