@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");
}
/* ==========================================================================
   campaignArea   キャンペーン
========================================================================== */
.campaignArea__kv {
  padding-top: 70px;
  position: relative;
  background-color: #bea167;
  background-image: url(/img/jleagueallstar/dazncup/BG/BG_campaign.svg);
  background-repeat: repeat;
  background-size: 1000px 602px;
  animation: bg 100s infinite linear;
}
.campaignArea__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;
}
.campaignArea__kv--img img {
  width: 100%;
  display: block;
}
.campaignArea__inner {
  width: 90%;
  max-width: 980px;
  margin: 80px auto;
}
.campaignArea .other_area .other_panel {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
}
.campaignArea .other_area .other_panel + .other_panel {
  margin: 40px auto 0;
}
.campaignArea .other_area .other_panel .other_panel_inner {
  padding: 30px;
}
.campaignArea .other_area .other_panel .other_panel_inner .op_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.campaignArea .other_area .other_panel .other_panel_inner .op_ttl dt {
  width: 210px;
}
.campaignArea .other_area .other_panel .other_panel_inner .op_ttl dt img {
  width: 100%;
}
.campaignArea .other_area .other_panel .other_panel_inner .op_ttl dd {
  margin: 0 0 0 20px;
}
.campaignArea .other_area .other_panel .other_panel_inner .op_ttl dd p {
  color: #000;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}
.campaignArea .other_area .other_panel .other_panel_inner .op_ttl dd p span {
  color: #e60012;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
}
.campaignArea .other_area .other_panel .other_panel_inner h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1em;
  margin-top: 2em;
}
.campaignArea .other_area .other_panel .other_panel_inner p,
.campaignArea .other_area .other_panel .other_panel_inner li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
.campaignArea .other_area .other_panel .other_panel_inner p.comingsoon,
.campaignArea .other_area .other_panel .other_panel_inner li.comingsoon {
  font-size: 60px;
  font-size: 6rem;
  text-align: center;
  font-weight: 800;
}
.campaignArea .other_area .other_panel .other_panel_inner span.date {
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
}
.campaignArea .other_area .other_panel .other_panel_inner span.date strong {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
}
.campaignArea .other_area .other_panel .other_panel_inner span.step {
  display: inline-block;
  border-radius: 3px;
  background: #000;
  color: #fff;
  padding: 3px 10px;
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.campaignArea .other_area .other_panel .other_panel_inner span.kome {
  display: inline-block;
  line-height: 1.3;
}
.campaignArea .other_area .other_panel .other_panel_inner a {
  word-break: break-word;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable {
  margin-top: 30px;
  border-top: 1px solid #000000;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable th {
  font-weight: 800;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable th:last-child {
  border-right: none;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 5px 0;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td:last-child {
  border-right: none;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td.week {
  font-weight: 800;
  font-size: 16px;
  font-size: 1.6rem;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td.week strong {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td.present {
  text-align: left;
  padding: 5px 10px;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td.present .presentlist {
  margin-bottom: 5px;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td.present .presentlist li {
  text-indent: -3em;
  padding-left: 3em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: inherit;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td.present .presentlist li + li {
  margin-top: 5px;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td.present .presentlist li strong {
  font-weight: 800;
}
.campaignArea .other_area .other_panel .other_panel_inner .campaigntable td.comingsoon {
  background: #9b9b9b;
  color: #ffffff;
}
.campaignArea .other_area .other_panel .period {
  width: 100%;
  background-color: #000;
  padding: 8px 0;
  margin: 0 auto;
}
.campaignArea .other_area .other_panel .period p {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
.campaignArea .accordionList {
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.campaignArea .accordionList + .other_panel {
  margin-top: 100px;
}
.campaignArea .accordionList .accordionIndex {
  color: #000;
  background: none;
  border: none !important;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0px 15px 0;
}
.campaignArea .accordionList .accordionIndex p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.campaignArea .accordionList .accordionIndex::after, .campaignArea .accordionList .accordionIndex::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 24px;
  background-color: #000;
  transition: all 0.3s;
}
.campaignArea .accordionList .accordionIndex::after {
  transform: rotate(90deg);
}
.campaignArea .accordionList .accordionIndex.active::before {
  transform: rotate(90deg);
}
.campaignArea .accordionList .accordionArticle {
  background-color: #fff;
  padding: 30px;
  border-top: 1px solid #000;
}