/**
 * _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
 */
.main {
  background-color: #000;
}

.container--small {
  max-width: 980px;
}

.ttlBlock--type01 {
  font-family: owners, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.5rem;
  text-indent: 0.5em;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .btn {
    margin-top: 13.0208333333vw;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    display: block;
    margin-top: 12.077294686vw;
  }
}
.btn__item {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 600px) {
  .btn__item {
    margin: 0 auto;
  }
}
.btn__item a {
  font-size: 1.6rem;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.16em;
  color: #333;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .btn__item a {
    font-size: 2.0833333333vw;
    line-height: 8.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .btn__item a {
    font-size: 4.347826087vw;
    line-height: 15.4589371981vw;
  }
}
.btn__item a:hover {
  background: #DD2323;
  color: #fff;
}
.btn__item a:after {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  content: "";
  background: url(../img/index/arrow--black.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .btn__item a:after {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin-left: 1.953125vw;
  }
}
@media screen and (max-width: 600px) {
  .btn__item a:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    margin-left: 3.6231884058vw;
  }
}
.btn__item--column {
  margin-left: 39px;
}
@media screen and (max-width: 900px) {
  .btn__item--column {
    margin-left: 5.078125vw;
  }
}
@media screen and (max-width: 600px) {
  .btn__item--column {
    margin-top: 4.8309178744vw;
    margin-left: auto;
  }
}

.sponsorsSlisd {
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 16px 0;
}
.sponsorsSlisd__list {
  display: flex;
  overflow: hidden;
  flex: 0 0 auto;
  align-items: center;
  height: 100px;
}
.sponsorsSlisd__list--1 {
  animation: loop 150s -75s linear infinite;
}
.sponsorsSlisd__list--2 {
  animation: loop2 150s linear infinite;
}
.sponsorsSlisd__list li {
  flex: 0 0 auto;
  margin-right: 40px;
  height: 100%;
}
.sponsorsSlisd__list li img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.indexContainer {
  width: 1200px;
}

.mv {
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mv {
    padding: 0 !important;
  }
}

.mvSlider {
  width: 100%;
}
.mvSlider_imageWrapper {
  width: 100%;
}
.mvSlider_item img {
  width: 100%;
}
.mvSlider_pagination {
  margin: 16px auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mvSlider_pagination {
    margin: 3.8647342995vw auto;
  }
}
.mvSlider_pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.mvSlider_pagination .swiper-pagination-bullet-active {
  background-color: #DD2323;
}

.store {
  position: relative;
}
.store img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .store {
    padding-bottom: 28.9855072464vw;
  }
}
.store__btn {
  position: absolute;
  bottom: 32px;
  right: 32px;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .store__btn {
    max-width: 33.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .store__btn {
    max-width: 39.0625vw;
  }
}
@media screen and (max-width: 600px) {
  .store__btn {
    max-width: 450px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 7.2463768116vw;
    padding-right: 4.8309178744vw !important;
    padding-left: 4.8309178744vw !important;
  }
}

.achievement {
  padding-top: 99px;
  padding-bottom: 80px;
  background: url(../img/index/achievement_bg.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 900px) {
  .achievement {
    padding-top: 12.890625vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement {
    padding-top: 17.1497584541vw;
    padding-bottom: 4.8309178744vw;
  }
}
.achievement__text {
  max-width: 406px;
  margin: 32px auto 0;
}
@media screen and (max-width: 600px) {
  .achievement__text {
    max-width: initial;
  }
}
.achievement__cont {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px 20px;
}
@media screen and (max-width: 900px) {
  .achievement__cont {
    grid-template-columns: 1fr 1fr;
  }
}

.news {
  margin-top: 99px;
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .news {
    margin-top: 12.890625vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 600px) {
  .news {
    margin-top: 17.1497584541vw;
    padding-bottom: 4.8309178744vw;
  }
}
.news__cont {
  margin-top: 46px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .news__cont {
    max-width: initial;
  }
}
@media screen and (max-width: 900px) {
  .news__cont {
    margin-top: 5.9895833333vw;
    padding-right: 2.6041666667vw !important;
    padding-left: 2.6041666667vw !important;
  }
}
@media screen and (max-width: 600px) {
  .news__cont {
    margin-top: 7.2463768116vw;
    padding-right: 4.8309178744vw !important;
    padding-left: 4.8309178744vw !important;
  }
}
.news__item {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news__item__day {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .news__item__day {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 600px) {
  .news__item__day {
    font-size: 3.3816425121vw;
  }
}
.news__item__img {
  margin-top: 16px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .news__item__img {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .news__item__img {
    margin-top: 3.8647342995vw;
  }
}
.news__item__img img {
  width: 100%;
}
.news__item__cat {
  display: flex;
  align-items: center;
  margin-top: 20.4px;
}
@media screen and (max-width: 900px) {
  .news__item__cat {
    margin-top: 2.65625vw;
  }
}
@media screen and (max-width: 600px) {
  .news__item__cat {
    margin-top: 5.7971014493vw;
  }
}
.news__item__cat__item {
  font-size: 1.2rem;
  line-height: 23px;
  min-width: 86px;
  padding: 0 11px;
  text-align: center;
  color: #333333;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .news__item__cat__item {
    font-size: 1.5625vw;
    line-height: 2.9947916667vw;
    min-width: 11.1979166667vw;
    padding: 0 1.4322916667vw;
  }
}
@media screen and (max-width: 600px) {
  .news__item__cat__item {
    font-size: 2.8985507246vw;
    line-height: 5.5555555556vw;
    min-width: 20.7729468599vw;
    padding: 0 2.6570048309vw;
  }
}
.news__item__cat__item + .news__item__cat__item {
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .news__item__cat__item + .news__item__cat__item {
    margin-left: 1.3020833333vw;
  }
}
@media screen and (max-width: 600px) {
  .news__item__cat__item + .news__item__cat__item {
    margin-left: 3.1400966184vw;
  }
}
.news__item__postTtl {
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .news__item__postTtl {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .news__item__postTtl {
    margin-top: 3.8647342995vw;
  }
}
.news__item__postTtl a {
  color: #fff;
}
.news__item__postTtl a:hover {
  text-decoration: underline;
}
.news__navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news__navigation--prev, .news__navigation--next {
  width: 60px;
  height: 60px;
  transition: all 0.3s;
}
.news__navigation--prev:hover, .news__navigation--next:hover {
  opacity: 0.6;
}
.news__navigation--prev {
  background: url(../img/index/arrow--news.svg) no-repeat center top/contain;
  left: 0;
}
.news__navigation--next {
  background: url(../img/index/arrow--news.svg) no-repeat center top/contain;
  transform: rotate(180deg);
  right: 0;
}

.videos {
  background: #000;
  padding: 96px 0;
}
@media screen and (max-width: 900px) {
  .videos {
    padding: 12.5vw 0;
  }
}
@media screen and (max-width: 600px) {
  .videos {
    padding: 15.4589371981vw 0;
  }
}
.videos__ttl {
  margin-bottom: 44px;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .videos__ttl {
    margin-bottom: 5.7291666667vw;
  }
}
@media screen and (max-width: 600px) {
  .videos__ttl {
    margin-bottom: 10.6280193237vw;
  }
}
.videos__cont {
  margin-top: 46px;
}
@media screen and (max-width: 900px) {
  .videos__cont {
    margin-top: 5.9895833333vw;
  }
}
@media screen and (max-width: 600px) {
  .videos__cont {
    margin-top: 7.2463768116vw;
  }
}
.videos__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 40px 30px;
}
@media screen and (max-width: 900px) {
  .videos__list {
    gap: 3.6231884058vw 3.6231884058vw;
  }
}
@media screen and (max-width: 600px) {
  .videos__list {
    grid-template-columns: 1fr 1fr;
  }
}
.videos__list iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.sponsors {
  padding: 99px 0 76.2px;
}
@media screen and (max-width: 900px) {
  .sponsors {
    padding: 12.890625vw 0 9.921875vw;
  }
}
@media screen and (max-width: 600px) {
  .sponsors {
    padding: 17.3913043478vw 0 24.2753623188vw;
  }
}
.sponsors__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 900px) {
  .sponsors__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .sponsors__list {
    grid-template-columns: 1fr 1fr;
  }
}
.sponsors__item {
  background: #fff;
}/*# sourceMappingURL=index.css.map */