/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
.t__min {
  font-family: serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
svg {
  fill: currentColor;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
#loader .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
#loader .icon {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #loader .icon {
    width: 5rem;
  }
}
@media screen and (min-width: 600px) {
  #loader .icon {
    width: 10rem;
  }
}
#loader .icon img {
  width: 100%;
  height: auto;
}
#loader.goodbye {
  opacity: 0;
}

#top-mv .mv__race-info .is__info.isLarge {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #top-mv .mv__race-info .is__info .is__contents {
    min-height: 15vw !important;
  }
}
@media screen and (min-width: 600px) {
  #top-mv .mv__race-info .is__info .is__contents {
    min-height: 10vw !important;
  }
}
@media screen and (min-width: 1025px) {
  #top-mv .mv__race-info .is__info .is__contents {
    min-height: unset !important;
  }
}
@media screen and (min-width: 1441px) {
  #top-mv .mv__race-info .is__info .is__contents {
    min-height: unset !important;
  }
}

.cate-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .cate-wrapper {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 600px) {
  .cate-wrapper {
    padding-bottom: 0;
  }
}
.cate-wrapper .pageNation .pager {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background: white;
  border-radius: 5rem;
}
@media screen and (min-width: 320px) {
  .cate-wrapper .pageNation .pager {
    top: 8.5rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 600px) {
  .cate-wrapper .pageNation .pager {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.cate-wrapper .pageNation .pager:hover .text {
  text-decoration: underline;
}
.cate-wrapper .pageNation .pager:hover .icon {
  -webkit-transform: scale(120%);
          transform: scale(120%);
}
.cate-wrapper .pageNation .pager.prev {
  left: 0;
}
@media screen and (min-width: 320px) {
  .cate-wrapper .pageNation .pager.prev {
    padding: 5px 3rem 5px 5px;
  }
}
@media screen and (min-width: 600px) {
  .cate-wrapper .pageNation .pager.prev {
    padding: 10px 3rem 10px 10px;
  }
}
.cate-wrapper .pageNation .pager.next {
  right: 0;
}
@media screen and (min-width: 320px) {
  .cate-wrapper .pageNation .pager.next {
    padding: 5px 5px 5px 3rem;
  }
}
@media screen and (min-width: 600px) {
  .cate-wrapper .pageNation .pager.next {
    padding: 10px 10px 10px 3rem;
  }
}
.cate-wrapper .pageNation .pager .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #018bcb;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  .cate-wrapper .pageNation .pager .icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media screen and (min-width: 600px) {
  .cate-wrapper .pageNation .pager .icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.cate-wrapper .pageNation .pager svg {
  width: 45%;
  height: 45%;
  fill: none;
  stroke: white;
}
.cate-wrapper .pageNation .pager .text {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 320px) {
  .cate-wrapper .pageNation .pager .text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .cate-wrapper .pageNation .pager .text {
    font-size: 1.25rem;
  }
}

.topFixedBanner {
  position: fixed;
  z-index: 10000;
  -webkit-backdrop-filter: blur(24px) saturate(140%);
          backdrop-filter: blur(24px) saturate(140%);
}
@media screen and (min-width: 320px) {
  .topFixedBanner {
    bottom: 2.5vw;
    left: 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topFixedBanner {
    bottom: 32px;
    left: 32px;
  }
}
.topFixedBanner a {
  display: block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.topFixedBanner a:hover {
  opacity: 0.65;
}

.topFixedBanner_inner {
  background: white;
  padding: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 32px -8px rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 32px -8px rgba(0, 0, 0, 0.32);
}
@media screen and (min-width: 320px) {
  .topFixedBanner_inner {
    width: 65vw;
  }
}
@media screen and (min-width: 600px) {
  .topFixedBanner_inner {
    width: 22.5vw;
  }
}
.topFixedBanner_inner img {
  display: block;
  width: 100%;
  height: auto;
}

.topFixedBanner_close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  background: #d91b5e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topFixedBanner_close svg {
  display: block;
  width: 60%;
  height: 60%;
}/*# sourceMappingURL=top.css.map */