@charset "UTF-8";
/*-----------------------------------

partner.scss

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

.spDISP {
  display: none !important;
}

a {
  color: #e60012;
  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.4;
  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: #fff;
  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/partner/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%;
}
.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%;
}
.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 {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article: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;
}

.txt__red {
  color: #e60012;
}
.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;
}

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

.list__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}
.list__disc li {
  padding-bottom: 0.5em;
}
.list__attention {
  list-style: none;
}
.list__attention li {
  padding-left: 1em;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.list__attention li:after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.headline__topmain {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
}
.headline__topmain--w {
  color: #fff;
}
.headline__topmain--left {
  text-align: left;
}
.headline__main {
  margin-bottom: 30px;
}
.headline__main .en {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #e60012;
  text-align: center;
}
.headline__main .jp {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  line-height: 1.2;
  text-align: center;
}

.btn__S {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  border-radius: 50px;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  background: #000;
  min-width: 200px;
  max-width: 200px;
}
.btn__S:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: 700;
  width: auto;
  color: #fff;
  text-align: inherit;
  right: 20px;
}
.btn__M {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  border-radius: 50px;
  padding: 25px 0;
  text-decoration: none;
  min-width: 360px;
  max-width: 360px;
  position: relative;
  background: #000;
}
.btn__M:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: 700;
  width: auto;
  color: #fff;
  text-align: inherit;
  right: 20px;
}
.btn__M:hover {
  opacity: 0.6;
}
.btn__L {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  border-radius: 50px;
  padding: 25px 0;
  text-decoration: none;
  min-width: 600px;
  max-width: 600px;
  position: relative;
  background: #000;
}
.btn__L:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: 700;
  width: auto;
  color: #fff;
  text-align: inherit;
  right: 20px;
}
.btn__L:hover {
  opacity: 0.6;
}
.btn__wide {
  width: 100%;
  max-width: 100%;
}
.btn__bnr {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.btn__bnr img {
  width: 100%;
  height: auto;
}

.icon__line:before {
  content: "";
  background: url(/img/jleagueallstar/partner/vote/line_logo.svg) repeat-y top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background-size: 35px;
  height: 35px;
  width: 35px;
}

.table tr th, .table tr td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
}
.table tr th {
  font-weight: 700;
  text-align: center;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
  box-sizing: border-box;
}

@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 1400px;
  }
}
.contArea {
  background: url(/img//jleagueallstar/partner/BG/BG_PC.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* ==========================================================================
   kv
========================================================================== */
.kvArea__img {
  width: 100%;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.kvArea__img img {
  width: 100%;
  height: auto;
}

h1.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.sponsorArea {
  background: unset;
  margin: -8% auto 0px;
}
.sponsorArea__BG {
  position: absolute;
  width: 100%;
}
.sponsorArea__BG img {
  width: 100%;
  height: auto;
}
.sponsorArea__con .ttl {
  font-size: 4rem;
}
.sponsorArea__con .logo__S a {
  width: 260px;
}
.sponsorArea__con .partnerlink {
  text-align: center;
  font-size: 2rem;
  color: #000;
}
.sponsorArea__con .partnerlink:hover {
  text-decoration: underline;
  opacity: 1;
}
.sponsorArea__inner {
  position: relative;
  padding: 0 0 80px;
}

.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;
}/*# sourceMappingURL=jleagueallstar_partner.css.map */