@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");
}
/* ==========================================================================
   uniformArea   キャンペーン
========================================================================== */
.uniformArea__kv {
  padding-top: 70px;
  position: relative;
  background-color: #000;
  background-image: url(/img/jleagueallstar/dazncup/BG/BG_uniform.svg);
  background-repeat: repeat;
  background-size: 754px 665px;
  animation: bg 100s infinite linear;
}
.uniformArea__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;
}
.uniformArea__kv--img img {
  width: 100%;
  display: block;
}
.uniformArea .headline__main {
  border-bottom: 1px solid #000;
}
.uniformArea .lead {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 300px;
  width: 100%;
}
.uniformArea .lead img {
  width: 100%;
}
.uniformArea__imgkv {
  margin-bottom: 80px;
}
.uniformArea__imgkv img {
  width: 100%;
}
.uniformArea .img__S {
  text-align: center;
}
.uniformArea .img__S img {
  max-width: 500px;
  width: 100%;
}
.uniformArea .img__L {
  text-align: center;
}
.uniformArea .img__L img {
  max-width: 100%;
  width: 100%;
}
.uniformArea p.txt__bold {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.uniformArea p.lineheight-2 {
  line-height: 2;
}
.uniformArea__inner {
  width: 90%;
  max-width: 980px;
  margin: 80px auto;
  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);
  -webkit-box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.uniformArea__con + .uniformArea__con {
  margin-top: 80px;
}
.uniformArea__collection {
  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;
  gap: 20px;
}
.uniformArea__collection div {
  width: calc((100% - 40px) / 3);
}
.uniformArea__collection div img {
  width: 100%;
}
.uniformArea__collection div p {
  text-align: center;
  font-weight: bold;
}
.uniformArea .uniqlologo {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.uniformArea .uniqlologo img {
  width: 100%;
}
.uniformArea .salestable {
  margin-bottom: 20px;
}
.uniformArea .salestable tr th {
  text-align: center;
  width: 220px;
  padding: 10px;
}
.uniformArea .salestable tr td {
  text-align: left;
  padding: 10px;
}
.uniformArea .profilewrap {
  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- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  gap: 30px;
}
.uniformArea .profilewrap > div {
  width: 50%;
}
.uniformArea .concepttxt {
  font-size: 20px;
  font-size: 2rem;
}