/*-----------------------------------

dazncup.scss

------------------------------------*/
@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ============================================
	event.html
============================================ */
.eventArea__kv {
  padding-top: 70px;
  position: relative;
  background-color: #000;
  background-image: url(/img/jleagueallstar/dazncup/BG/BG_event.svg);
  background-repeat: repeat;
  background-size: 754px 665px;
  animation: bg 100s infinite linear;
}
.eventArea .eventTabs__nav {
  margin: 80px auto;
}
.eventArea .eventTabs__list {
  display: flex;
  justify-content: center;
}
.eventArea .eventTabs__list .tab-btn {
  background-color: #000;
  padding: 30px 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  width: unset;
}
.eventArea .tab-content {
  display: none;
}
.eventArea .tab-content.active {
  display: block;
}
.eventArea .tab-btn.active {
  opacity: 1;
  background-color: #e60012;
}
.eventArea .tab-btn.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #e60012;
}

.sustainabilityArea__kv {
  padding-top: 70px;
  position: relative;
  background-color: #000;
  background-image: url(/img/jleagueallstar/dazncup/BG/BG_sustainability.svg);
  background-repeat: repeat;
  background-size: 754px 665px;
  animation: bg 100s infinite linear;
}

.eventnavArea {
  background: #000;
  border-top: 1px solid #fff;
}
.eventnavArea__list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  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;
}
.eventnavArea__list--item {
  width: calc((100% - 5px) / 4);
  border-right: 1px solid #fff;
}
.eventnavArea__list--item:nth-child(1) {
  border-left: 1px solid #fff;
}
.eventnavArea__list--item a {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 1.5em 0 2.5em;
  text-align: center;
  display: block;
}
.eventnavArea__list--item a:hover {
  opacity: 0.6;
}
.eventnavArea__list--item a:hover:after {
  bottom: 0;
}
.eventnavArea__list--item a:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "ionicons";
  content: "\f35d";
  font-weight: bold;
  height: inherit;
  width: auto;
  color: #fff;
  text-align: inherit;
  bottom: 10px;
  transition: 0.3s ease-in-out;
}

.eventankrArea {
  padding: 50px 0 100px;
  background: #000;
  background: none;
  padding: 0;
  margin-bottom: 50px;
}
.eventankrArea__nav {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.eventankrArea__nav.pcDISP {
  display: block;
}
.eventankrArea__nav ul li {
  box-sizing: border-box;
  position: relative;
  width: 49%;
  margin-right: 1%;
  border-radius: 10000px;
}
.eventankrArea__nav ul li:nth-child(n+3) {
  margin-top: 1%;
}
.eventankrArea__nav ul li a {
  border-radius: 10000px;
  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;
  color: #000;
  background: #ddd;
  padding: 0.5em 1em 0.5em 0.5em;
}
.eventankrArea__nav ul li a:after {
  border-radius: 0 10000px 10000px 0;
  font-family: "ionicons";
  content: "\f3d4";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: 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;
  height: 100%;
  background: #ddd;
  width: 40px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.eventankrArea__nav ul li a:hover {
  opacity: 0.6;
}
.eventankrArea__nav ul li a span {
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  font-family: "Antonio", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  background-color: #e60012;
  border-radius: 25px;
}
.eventankrArea__nav ul li a p {
  font-weight: bold;
}

.eventinfoArea {
  background-size: 100% auto;
  padding-bottom: 100px;
}
.eventinfoArea > p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.eventinfoArea__con {
  padding: 80px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.eventinfoArea__con + .eventinfoArea__con {
  margin-top: 100px;
}
.eventinfoArea__con figure {
  width: 100%;
  max-width: 1180px;
  margin: 30px auto;
  max-width: 700px;
}
.eventinfoArea__con figure img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
}
.eventinfoArea__con figure img.shadownone {
  box-shadow: none;
}
.eventinfoArea__con .CLM__half .left {
  width: 50%;
  margin: 0;
  order: 2;
}
.eventinfoArea__con .CLM__half .right {
  order: 1;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
.eventinfoArea__con .CLM__half .eventinfoArea__subttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5em;
}
.eventinfoArea__con .CLM__half .eventinfoArea__subttl span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.eventinfoArea__con .CLM__half .eventinfoArea__subttl p {
  font-size: 18px;
  font-size: 1.8rem;
  width: calc(100% - 30px);
  padding-left: 10px;
  box-sizing: border-box;
}
.eventinfoArea__con--wrap .wrap > .CLM__half {
  gap: 4%;
}
.eventinfoArea__con--wrap .wrap > .CLM__half > div {
  width: 48%;
}
.eventinfoArea__con--wrap article + article {
  margin-top: 50px;
}
.eventinfoArea__con--wrap article:nth-child(even) .CLM__half .left {
  order: 1;
}
.eventinfoArea__con--wrap article:nth-child(even) .CLM__half .right {
  order: 2;
  padding-right: 0;
  padding-left: 40px;
}
.eventinfoArea__con--wrap table.commonTable {
  width: 100%;
}
.eventinfoArea__con--wrap table.commonTable th {
  width: 30%;
  text-align: center;
}
.eventinfoArea__con--wrap table.commonTable td {
  text-align: left;
  padding: 10px;
}
.eventinfoArea__con--wrap .wrap + .wrap {
  margin-top: 100px;
}
.eventinfoArea__con .commonTable {
  width: 700px;
  margin: 30px auto;
}
.eventinfoArea__con .commonTable tr {
  background: #fff;
}
.eventinfoArea__con .commonTable tr th {
  background-color: #eee;
}
.eventinfoArea__con .btn {
  margin: 50px auto 30px;
  height: auto;
  line-height: inherit;
  padding: 0.7em 0;
}
.eventinfoArea__con .umekomi .twitter-tweet {
  margin: 0 auto;
}
.eventinfoArea__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.eventinfoArea__ttl span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #FFF;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: normal;
  margin-top: 0;
  opacity: 1;
  background-size: 100% auto;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  background-color: #e60012;
  border-radius: 35px;
}
.eventinfoArea__ttl p {
  font-size: 30px;
  font-size: 3rem;
  font-weight: BOLD;
  line-height: 1.5;
  text-align: center;
}
.eventinfoArea__subttl {
  text-align: center;
  margin-bottom: 30px;
}
.eventinfoArea__subttl span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #e60012;
  font-size: 20px;
  font-size: 2rem;
}
.eventinfoArea__subttl p {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: BOLD;
  line-height: 1.5;
  display: inline-block;
}
.eventinfoArea__top {
  background: #000;
  padding: 100px 0;
  margin-bottom: 100px;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
  background: url(/img//jleagueallstar/dazncup/BG/BG_PC.jpg) no-repeat center center;
  background-size: cover;
}
.eventinfoArea__top .heading__main .jp,
.eventinfoArea__top .heading__main .en {
  color: #fff;
}