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

dazncup.scss

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

.spDISP {
  display: none !important;
}

a {
  color: #bda167;
  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.8;
  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: #000;
  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%;
  margin-bottom: 5%;
}
.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%;
  margin-bottom: 5%;
}
.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, .CLM__four > figure, .CLM__four > div {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 5%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > figure:nth-child(4n), .CLM__four > div: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;
}

.sec {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.sec__inner {
  margin: 0 auto;
  width: 980px;
  background: #000;
  box-sizing: border-box;
  padding: 4%;
  border: 3px solid #9d7617;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  margin-top: 40px;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
  box-sizing: border-box;
}
.sec__inner90 {
  width: 90%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 80px 5vw;
}

.txt__red {
  color: #e60012;
}
.txt__black {
  color: #000;
}
.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;
}
.txt__block {
  display: block;
}

.btn {
  display: block;
  position: relative;
  color: #fff;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: 800;
  transition: 0.5s all;
  margin: 0 auto;
  background: linear-gradient(0.25turn, #D49E2D, #D8BD41, #B6862A);
  background-position: 0 0;
  background-size: 200% auto;
  width: 700px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
}
.btn:hover {
  opacity: 1;
  background-position: -100% 0;
  text-decoration: none;
}
.btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  right: 5%;
  font-size: 80%;
}
.btn.nolink {
  background: #666;
  color: #888;
  pointer-events: none;
}
.btn__ticket img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.btn__ticket.nolink {
  pointer-events: none;
}
.btn__red {
  background: #e60012;
}
.btn__S {
  width: auto;
  height: inherit;
  line-height: 1;
  padding: 1em 5em;
  width: inherit;
  display: inline-block;
}
.btn__S::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  right: 5%;
  font-size: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
}
.btn__M {
  width: 60%;
}
.btn.nolink {
  background: #666;
  color: #888;
  pointer-events: none;
}

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

.jlogoArea {
  position: fixed;
  z-index: 100;
  width: 40px;
  top: 15px;
  left: 15px;
}
.jlogoArea img {
  width: 100%;
}

/* ==========================================================================
   kv
========================================================================== */
.kvArea .ttl_area {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.kvArea .ttl_area .ttl_inner {
  position: relative;
}
.kvArea .ttl_area .ttl_inner .btn_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 10;
}
.kvArea .ttl_area .ttl_inner h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
.kvArea .ttl_area .ttl_inner h2 span {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
}
.kvArea .ttl_area .ttl_inner .logo_area {
  display: flex;
  justify-content: center;
  gap: 90px;
}
.kvArea .ttl_area .ttl_inner .logo_area li {
  position: relative;
}
.kvArea .ttl_area .ttl_inner .logo_area li::after {
  display: none;
}
.kvArea .ttl_area .ttl_inner .logo_area .btn_j1 a {
  background-color: #e60012;
  color: #fff;
  padding: 10px 100px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.kvArea .ttl_area .ttl_inner .logo_area .btn_j2j3 a {
  background: linear-gradient(115deg, #005ae1 50%, #0c9e50 50%);
  color: #fff;
  padding: 10px 100px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.kvArea .ttl_area .ttl_inner .kv img {
  display: block;
  width: 100%;
}
.kvArea .linkArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
  width: 100%;
  padding: 60px 40px 45px;
  box-sizing: border-box;
  gap: 10px;
}
.kvArea .linkArea li a {
  position: relative;
  border: 1px solid #c09730;
  border-radius: 3px;
  padding: 13px 33px 13px 13px;
  font-family: "Kreon", sans-serif;
  color: #c09730;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  background: #fff;
  text-decoration: none;
}
.kvArea .linkArea li a span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.kvArea .linkArea li a::after {
  position: absolute;
  right: 10px;
  color: #c09730;
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 12px;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
}
.kvArea .j1logo_style .logo_area li:nth-child(1)::after {
  content: "";
  display: block !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #e6e6e6;
}
.kvArea .j2j3logo_style .logo_area li:nth-child(2)::after {
  content: "";
  display: block !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #e6e6e6;
}

.winnersArea {
  padding-bottom: 80px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.winnersArea .rectangle__L {
  width: 100%;
}
.winnersArea__con {
  padding: 5%;
  margin: 0 auto;
  background: #000;
  box-sizing: border-box;
  border: 3px solid #9d7617;
}
.winnersArea__con + .winnersArea__con {
  margin-top: 30px;
}
.winnersArea__con .title {
  margin-bottom: 60px;
}
.winnersArea__con .title .heading__EN {
  font-family: "Kreon", sans-serif;
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
}
.winnersArea__con .title .heading__JP {
  line-height: 1;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 20px;
  font-weight: bold;
}
.winnersArea__con .title .heading__JP span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.winnersArea__con .match_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.winnersArea__con .pom__player {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.winnersArea__con .pom__player i {
  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;
}
.winnersArea__con .pom__player i span {
  font-weight: bold;
}
.winnersArea__con .pom__player i img {
  width: 20px;
  margin-right: 5px;
}
.winnersArea__con .pom__player .name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 5px;
}
.winnersArea__con .youtubewrap + .youtubewrap {
  margin-top: 60px;
}
.winnersArea__con .youtube {
  aspect-ratio: 16/9;
  max-width: 750px;
  margin: 0 auto 20px;
}
.winnersArea__con .youtube iframe {
  width: 100%;
  height: 100%;
}
.winnersArea__con .btnBt {
  margin-top: 10px;
}
.winnersArea__info {
  line-height: 2;
  margin-bottom: 20px;
}
.winnersArea__info i {
  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;
}
.winnersArea__info i span {
  font-weight: bold;
}
.winnersArea__info .club {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-left: 5px;
}
.winnersArea__info .name {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  line-height: 1;
}
.winnersArea__info a {
  display: block;
}
.winnersArea__info .member_names {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.winnersArea .cap {
  width: 550px;
  margin: 20px auto 0;
}
.winnersArea .winingimg {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.winnersArea .CLM__half {
  justify-content: center;
}
.winnersArea .CLM__half figure {
  width: 38%;
}

.j1 .we__title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e60012;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  padding: 0 30px;
  margin: 0 auto 10px;
}

.j2j3 .we__title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background: linear-gradient(115deg, #005ae1 50%, #0c9e50 50%);
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  padding: 0 30px;
  margin: 0 auto 10px;
}

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