/**
 * _mixin 2.14.4
 * Released on: October 28, 2020
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/**
 * Fonts
 */
.game__bnr__ttl {
  font-size: 2rem;
  line-height: 64px;
  padding: 0 24px;
  color: #FFF;
  background: #1D1D1F;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .game__bnr__ttl {
    font-size: 2.6041666667vw;
    line-height: 8.3333333333vw;
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 600px) {
  .game__bnr__ttl {
    font-size: 4.8309178744vw;
    line-height: 15.4589371981vw;
    padding: 0 5.7971014493vw;
  }
}

.member {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .member {
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 600px) {
  .member {
    margin-top: 14.4927536232vw;
  }
}
.member__ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .member__ttl {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 600px) {
  .member__ttl {
    margin-bottom: 14.4927536232vw;
  }
}
.member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -60px;
  margin-left: -81px;
}
.member__list > * {
  width: calc( ( 100% - 162px ) / 2 );
  margin-top: 60px;
  margin-left: 81px;
}
@media screen and (max-width: 900px) {
  .member__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -7.8125vw;
    margin-left: -10.546875vw;
  }
  .member__list > * {
    width: calc( ( 100% - 21.09375vw ) / 2 );
    margin-top: 7.8125vw;
    margin-left: 10.546875vw;
  }
}
@media screen and (max-width: 600px) {
  .member__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -15.4589371981vw;
    margin-left: 0;
  }
  .member__list > * {
    width: calc( 100% / 1 );
    margin-top: 15.4589371981vw;
    margin-left: 0;
  }
}
.member__img {
  font-size: 0;
  line-height: 1;
}
.member__country {
  font-size: 1.2rem;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc( 160 / 440 * 100% );
  padding: 0 16px;
  /*
  border-bottom: 1px solid #BBB;
  border-left: 1px solid #BBB;
  */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .member__country {
    font-size: 1.5625vw;
    line-height: 7.2916666667vw;
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .member__country {
    font-size: 2.8985507246vw;
    line-height: 13.5265700483vw;
    width: calc( 170 / 382 * 100% );
    padding: 0 3.8647342995vw;
  }
}
.member__country:before {
  display: block;
  width: 40px;
  height: 30px;
  margin-right: 16px;
  content: "";
  background: center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .member__country:before {
    width: 5.2083333333vw;
    height: 3.90625vw;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .member__country:before {
    width: 9.6618357488vw;
    height: 7.2463768116vw;
    margin-right: 3.8647342995vw;
  }
}
.member__country.ja:before {
  background-image: url(../img/teams/countryIcon--ja@2x.jpg);
}
.member__country.ko:before {
  background-image: url(../img/teams/countryIcon--ko@2x.jpg);
}
.member__country.eu:before {
  background-image: url(../img/teams/countryIcon--eu@2x.jpg);
}
.member__country.tl:before {
  background-image: url(../img/teams/countryIcon--tl@2x.jpg);
}
.member__country.ta:before {
  background-image: url(../img/teams/countryIcon--ta@2x.jpg);
}

.member__country.us:before {
  background-image: url(../img/teams/countryIcon--us@2x.jpg);
}
.member__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc( 280 / 440 * 100% );
  padding: 0 12px;
  background: #1D1D1F; /* transparent; */
}
@media screen and (max-width: 900px) {
  .member__sns {
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 600px) {
  .member__sns {
    width: calc( 212 / 382 * 100% );
    padding: 0 2.8985507246vw;
  }
}
.member__sns li + li {
  margin-left: 10.2px;
}
@media screen and (max-width: 900px) {
  .member__sns li + li {
    margin-left: 1.3020833333vw;
  }
}
@media screen and (max-width: 600px) {
  .member__sns li + li {
    margin-left: 2.4154589372vw;
  }
}
.member__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37.8px;
  height: 37.8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  background: #FFF;
}
@media screen and (max-width: 900px) {
  .member__sns li a {
    width: 4.921875vw;
    height: 4.921875vw;
  }
}
@media screen and (max-width: 600px) {
  .member__sns li a {
    width: 9.1304347826vw;
    height: 9.1304347826vw;
  }
}
.member__sns li a:hover {
  opacity: 0.7;
}
.member__sns li.sns--twitter img {
  width: 100%;
}
.member__sns li.sns--mildom img {
  width: calc( 25.94 / 37.8 * 100% );
}
.member__sns li.sns--youtube img {
  width: calc( 19.87 / 37.8 * 100% );
}
.member__sns li.sns--twitch a {
  background: #643DA7;
}
.member__sns li.sns--twitch img {
  width: calc( 19.32 / 37.8 * 100% );
}
.member__name {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 24px;
  letter-spacing: 0.05em;
  word-break: break-all;
  color: #1D1D1F;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .member__name {
    font-size: 3.125vw;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 600px) {
  .member__name {
    font-size: 5.7971014493vw;
    margin-top: 5.7971014493vw;
  }
}
.member__position {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0em;
}
@media screen and (max-width: 900px) {
  .member__position {
    font-size: 1.8229166667vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 600px) {
  .member__position {
    font-size: 3.3816425121vw;
    margin-bottom: 1.9323671498vw;
  }
}
.member__message {
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  margin-top: 32px;
  word-break: break-all;
  color: #1D1D1F;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .member__message {
    font-size: 2.0833333333vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .member__message {
    font-size: 3.8647342995vw;
    margin-top: 7.729468599vw;
  }
}
.member__message:before {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  margin-bottom: 32px;
  content: "MESSAGE";
  letter-spacing: 0.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .member__message:before {
    font-size: 1.8229166667vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .member__message:before {
    font-size: 3.3816425121vw;
    margin-bottom: 5.7971014493vw;
  }
}
.member__message:after {
  font-size: 1.4rem;
  position: absolute;
  top: 0.5em;
  right: 0;
  display: block;
  width: calc( 324 / 440 * 100% );
  content: "";
  border-top: 1px solid #1D1D1F;
}
@media screen and (max-width: 900px) {
  .member__message:after {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 600px) {
  .member__message:after {
    font-size: 3.3816425121vw;
    width: calc( 269 / 382 * 100% );
  }
}

.teams {
  margin-top: 96px;
  padding: 64px 0 66px;
  background: #1D1D1F;
}
@media screen and (max-width: 900px) {
  .teams {
    margin-top: 12.5vw;
    padding: 8.3333333333vw 0 8.59375vw;
  }
}
@media screen and (max-width: 600px) {
  .teams {
    margin-top: 17.3913043478vw;
    padding: 15.4589371981vw 0;
  }
}
.teams__ttl {
  margin-bottom: 34px;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .teams__ttl {
    margin-bottom: 4.4270833333vw;
  }
}
@media screen and (max-width: 600px) {
  .teams__ttl {
    margin-bottom: 7.729468599vw;
  }
}
.teams__lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #BBB;
}
.teams__lineup li {
  width: calc( 1 / 6 * 100% );
  margin-bottom: -1px;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}
@media screen and (min-width: 901px) {
  .teams__lineup li:nth-of-type(6n) {
    border-right: none;
  }
}
@media screen and (max-width: 900px) {
  .teams__lineup li {
    width: calc( 1 / 4 * 100% );
  }
  .teams__lineup li:nth-of-type(4n) {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .teams__lineup li {
    width: calc( 1 / 2 * 100% );
  }
  .teams__lineup li:nth-of-type(2n) {
    border-right: none;
  }
}
.teams__lineup li a {
  font-size: 1.2rem;
  line-height: 46px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .teams__lineup li a {
    font-size: 1.5625vw;
    line-height: 5.9895833333vw;
  }
}
@media screen and (max-width: 600px) {
  .teams__lineup li a {
    font-size: 2.8985507246vw;
    line-height: 11.1111111111vw;
  }
}
.teams__lineup li a:hover {
  color: #333;
  background: #FFF;
}

.results {
  margin-top: 96px;
}
@media screen and (max-width: 900px) {
  .results {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 600px) {
  .results {
    margin-top: 23.1884057971vw;
  }
}
.results__ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .results__ttl {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 600px) {
  .results__ttl {
    margin-bottom: 14.4927536232vw;
  }
}
.results__yearList__item:not(:first-child) {
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .results__yearList__item:not(:first-child) {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 600px) {
  .results__yearList__item:not(:first-child) {
    margin-bottom: 11.5942028986vw;
  }
}
.results__yearList__ttl {
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #1D1D1F;
}
@media screen and (max-width: 900px) {
  .results__yearList__ttl {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .results__yearList__ttl {
    padding-bottom: 3.8647342995vw;
  }
}
.results__monthList__item {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*
  a {
    &:hover {
      opacity: .5;
    }
  }
  */
}
@media screen and (max-width: 900px) {
  .results__monthList__item {
    padding: 2.6041666667vw 0;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .results__monthList__item {
    display: block;
    padding: 4.8309178744vw 0;
    font-size: 3.8647342995vw;
  }
}
.results__monthList__date {
  min-width: 104px;
  margin-right: 32px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .results__monthList__date {
    min-width: 13.5416666667vw;
    margin-right: 4.1666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .results__monthList__date {
    min-width: auto;
    margin-right: 0vw;
  }
}