.bnr {
  padding: 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bnr {
    margin-top: 0;
  }
}
.bnr__slider {
  position: relative;
}
.bnr .swiper-button-next {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .bnr .swiper-button-next {
    display: none;
  }
}
.bnr .swiper-button-prev {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .bnr .swiper-button-prev {
    display: none;
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.news {
  background: #000;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.news .section__title {
  color: #fff;
}
.news__title {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .news__title {
    width: 100%;
  }
}
.news__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__box {
    display: block;
  }
}
.news .news__contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .news .news__contents {
    width: 100%;
  }
}
.news__lists {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    margin-bottom: 10.6666666667vw;
  }
}
.news__list {
  border-bottom: 1px solid #fff;
  display: block;
  padding: 15px 0;
}
.news__list--date {
  color: #fff;
  font-size: 15px;
  display: block;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 3.4666666667vw;
  }
}
.news__list--title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    font-size: 4vw;
  }
}

.schedule {
  background: #000;
  padding: 0 40px 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 0 5.3333333333vw 26.6666666667vw;
  }
}
.schedule .section__title {
  color: #fff;
}
.schedule__slider {
  position: relative;
  margin-top: 80px;
}
.schedule .swiper-button-next {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.schedule .swiper-button-prev {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.schedule .swiper-controls {
  position: absolute;
  right: 0;
  top: -30%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.schedule .swiper-controls .swiper-button-prev,
.schedule .swiper-controls .swiper-button-next {
  position: unset;
}
.schedule .swiper-slide {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.schedule .swiper-slide .head {
  display: flex;
}
.schedule .swiper-slide .head .label {
  color: #fff;
  width: 30%;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-slide .head .label {
    font-size: 20px;
  }
}
.schedule .swiper-slide .head .label span {
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-slide .head .label span {
    font-size: 13px;
  }
}
.schedule .swiper-slide .head .label.gold {
  background: #AB952F;
}
.schedule .swiper-slide .head .label.red {
  background: #CD3B2B;
  font-family: "Roboto", sans-serif;
}
.schedule .swiper-slide .head .label.blue {
  background: #172FA4;
  font-family: "Roboto", sans-serif;
}
.schedule .swiper-slide .head .title {
  width: 70%;
  background: #E5E5E5;
  padding: 20px 30px;
  line-height: 1.5;
}
.schedule .swiper-slide .head .title.bk {
  background: #000;
  color: #fff;
}
.schedule .swiper-slide .contents {
  padding: 30px 30px 40px;
}
.schedule .swiper-slide .contents .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.schedule .swiper-slide .contents .box .team img {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-slide .contents .box .team img {
    height: 90px;
  }
}
.schedule .swiper-slide .contents .place {
  text-align: center;
  font-size: 18px;
  display: block;
}
.schedule .swiper-slide .contents .ticket {
  padding: 15px;
  border: #AB952F 1px solid;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.schedule .swiper-slide .contents .time {
  font-size: 20px;
  font-weight: bold;
  color: #202020;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.schedule .more__btn {
  margin: 70px auto 0;
  padding: 15px 110px 15px 85px;
  background-position: top 55% left 74%;
}
@media screen and (max-width: 768px) {
  .schedule .more__btn {
    padding: 10px 60px 10px 45px;
    background-position: top 55% left 84%;
  }
}
.schedule .more__btn:hover {
  background-position: top 55% left 74%;
}
@media screen and (max-width: 768px) {
  .schedule .more__btn:hover {
    background-position: top 55% left 84%;
  }
}

.movie {
  padding: 100px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.movie .swiper-button-next {
  right: 25%;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .movie .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 3%;
  }
}
.movie .swiper-button-prev {
  left: 25%;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .movie .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 3%;
  }
}
.movie__slider {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .movie__slider iframe {
    height: 200px;
  }
}

.ranking {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .ranking {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ranking__tableWrap {
    width: 100%;
    overflow-x: auto;
  }
}
.ranking__table {
  margin-top: 50px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .ranking__table {
    width: -moz-max-content;
    width: max-content;
    margin-top: 8vw;
  }
}
.ranking__table thead td {
  background: #202020;
  color: #fff;
  text-align: center;
  border: 1px solid #D9D9D9;
  padding: 14px 10px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ranking__table thead td {
    padding: 4px 2px;
    font-size: 7px;
  }
  .ranking__table thead td:first-of-type {
    width: 30px;
  }
}
.ranking__table tbody .num {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .ranking__table tbody .num {
    font-size: 10px;
  }
}
.ranking__table tbody td {
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #D9D9D9;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .ranking__table tbody td {
    padding: 4px 10px;
    font-size: 9px;
  }
}
.ranking__table tbody tr:nth-of-type(even) td {
  background: #F6F6F6;
}
.ranking__table tbody .team {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .ranking__table tbody .team {
    font-size: 7px;
  }
}
.ranking__table tbody .team img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .ranking__table tbody .team img {
    width: 20px;
  }
}
.ranking .more__btn {
  margin: 50px auto 0;
  background-position: top 55% left 85%;
}
@media screen and (max-width: 768px) {
  .ranking .more__btn {
    background-position: top 55% left 90%;
  }
}

.club {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .club {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.club__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .club__box {
    display: block;
  }
}
.club__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .club__img {
    width: 100%;
  }
}
.club__contents {
  width: 45%;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .club__contents {
    width: 100%;
    padding-top: 13.3333333333vw;
    margin-bottom: 8vw;
  }
}
.club__contents h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .club__contents h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .club__contents h3 {
    font-size: 8.5333333333vw;
    margin-bottom: 8vw;
  }
}
.club h4 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1320px) {
  .club h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .club h4 {
    font-size: 4.8vw;
  }
}
.club .sentence {
  margin-bottom: 50px;
}
.club .more__btn {
  width: 380px;
  text-align: center;
  background-position: top 55% left 60%;
}
@media screen and (max-width: 768px) {
  .club .more__btn {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    background-position: top 55% left 80%;
  }
}
.club .more__btn02 {
  background-position: top 55% left 70%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .club .more__btn02 {
    background-position: top 55% left 85%;
  }
}
.club__items {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .club__items {
    display: block;
  }
}
.club__item {
  width: 48%;
  background: #fff;
  border-radius: 10px;
  padding: 30px 35px;
}
@media screen and (max-width: 768px) {
  .club__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 8vw 5.3333333333vw;
  }
}
.club__item--title {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .club__item--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .club__item--title {
    font-size: 6.9333333333vw;
  }
}
.club__item .sectence {
  margin-bottom: 30px;
}
.club__item .more__btn {
  margin: 0 auto;
  background-position: top 55% left 70% !important;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .club__item .more__btn {
    background-position: top 55% left 80% !important;
  }
}

.academy {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .academy {
    padding: 5.3333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
.academy__box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .academy__box {
    flex-direction: column-reverse;
  }
}
.academy__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .academy__img {
    width: 100%;
  }
}
.academy__contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .academy__contents {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.academy__contents h3 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .academy__contents h3 {
    font-size: 10.6666666667vw;
  }
}
.academy .more__btn {
  width: 380px;
  text-align: center;
  background-position: top 55% left 72%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .academy .more__btn {
    width: -moz-max-content;
    width: max-content;
    background-position: top 55% left 80%;
    margin: 8vw auto 0;
  }
}

.partner {
  padding: 100px 40px 150px;
  background: linear-gradient(to right, #172FA4, #CD3B2B);
}
@media screen and (max-width: 768px) {
  .partner {
    padding: 13.3333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
.partner .section__title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.project {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .project {
    padding: 0 5.3333333333vw;
  }
}
.project .section__title {
  margin-bottom: 40px;
}
.project .section__title h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 42px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .project .section__title h2 {
    font-size: 7.4666666667vw;
  }
}
.project h3 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .project h3 {
    font-size: 6.4vw;
  }
}
.project .bnr {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .project .bnr {
    margin-top: 30px;
  }
}
.project .more__btn {
  background-position: top 55% left 84%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}/*# sourceMappingURL=top.css.map */