@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--img {
  width: 90%;
}
.uniformArea__inner {
  padding: 50px 5%;
  background: rgba(255, 255, 255, 0.3);
}
.uniformArea .lead {
  width: 60%;
}
.uniformArea .salestable tr th {
  width: 70px;
}
.uniformArea .uniqlologo {
  max-width: 150px;
}
.uniformArea .profilewrap {
  display: block;
}
.uniformArea .profilewrap > div {
  width: 100%;
}
.uniformArea .concepttxt {
  font-size: 18px;
  font-size: 1.8rem;
}