@charset "UTF-8";

.breakpc {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .breakpc {
    display: none;
  }
}

.breaksp {
  display: none;
}

@media screen and (max-width: 768px) {
  .breaksp {
    display: block;
    width: 100%;
  }
}

#main-header {
  background: none;
}

.pacquiao {
  pointer-events: all;
}

.roadmap__box>.roadmap__list:last-child::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -18px;
  height: 28px;
  width: 28px;
  border: 14px solid transparent;
  border-left: 30px solid #38bdff;
  box-sizing: border-box;
}

.roadmap__item {
  position: relative;
  margin-top: 64px !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
}

.roadmap__item p {
  margin-bottom: 1rem !important;
}

.roadmap__year {
  background-color: #fff;
  color: #000;
  padding: 3px 10px;
  border-radius: 7px;
}

.roadmap__quarter {
  font-size: 35px;
  text-align: center;
  color: #f953be;
  background: -webkit-linear-gradient(45deg, #f953be 20%, #38bdff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 24px !important;
}

@media screen and (min-width: 750px) {
  .roadmap__box {
    margin: 30px;
  }

  .roadmap__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 8px solid #f953be;
    -o-border-image: linear-gradient(to right, #f953be 0%, #38bdff 100%);
    border-image: linear-gradient(to right, #f953be 0%, #38bdff 100%);
    border-image-slice: 1;
    padding: 30px 0 20px;
  }

  .roadmap__box>.roadmap__list:first-child::after {
    content: "";
    position: absolute;
    width: 30px;
    border-bottom: 8px solid #f953be;
    right: 100%;
    bottom: -8px;
  }

  .roadmap__list.--reverse {
    flex-direction: row-reverse;
  }

  .roadmap__list.--l::before,
  .roadmap__list.--r::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    bottom: -8px;
  }

  .roadmap__list.--l::before {
    right: 100%;
    border: 8px solid #f953be;
    border-right: initial;
    border-radius: 30px 0 0 30px;
  }

  .roadmap__list.--r::before {
    left: 100%;
    border: 8px solid #38bdff;
    border-left: initial;
    border-radius: 0 30px 30px 0;
  }

  .roadmap__item {
    width: 16.6666666667%;
  }

  .roadmap__list.--split5 .roadmap__item {
    width: 20%;
  }

  .roadmap__item>*+* {
    margin-left: 5px;
  }

  .roadmap__item::before {
    content: "●";
    position: absolute;
    left: 50%;
    bottom: -16px !important;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
  }

  .roadmap__item.--check::before {
    color: #f953be;
  }

  .roadmap__item::after {
    content: "";
    position: absolute;
    top: calc(100% - 16px) !important;
    left: 50%;
    height: 12px !important;
    border-left: 1px solid #fff;
  }
}

@media screen and (max-width: 749px) {
  .roadmap__box {
    position: relative;
    border-left: 8px solid #f953be;
    -o-border-image: linear-gradient(to bottom, #f953be 0%, #38bdff 100%);
    border-image: linear-gradient(to bottom, #f953be 0%, #38bdff 100%);
    border-image-slice: 1;
    padding-left: 20px;
    max-width: 400px;
  }

  .roadmap__box::before {
    content: "";
    position: absolute;
    top: 100%;
    left: -8px;
    height: 30px;
    width: calc(100% - 20px);
    border-bottom: 8px solid #38bdff;
    border-left: 8px solid #38bdff;
    border-radius: 0 0 0 30px;
  }

  .roadmap__item {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
  }

  .roadmap__item::before {
    left: -24px;
    bottom: 50%;
    transform: translateY(50%);
  }

  .roadmap__period {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    margin-top: 10px;
  }

  .roadmap__year {
    margin-left: 10px;
  }

  .roadmap__item p {
    position: relative;
    margin: auto;
  }

  .roadmap__item p::before {
    content: "●";
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
  }

  .roadmap__item.--check p::before {
    color: #f953be;
  }

  .roadmap__item p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 3px);
    width: 10px;
    border-bottom: 1px solid #fff;
  }

  .roadmap__item br {
    display: none;
  }

  .roadmap__box>.roadmap__list:last-child::after {
    bottom: -48px;
    left: calc(100% - 30px);
  }
}

/* アンバサダー */
.ambassador__map__members__wrapper li {
  width: 33.33333%;
}

@media screen and (max-width: 749px) {
  .swiper-slide {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .battle-system-swiper {
    padding: 0 18px !important;
  }

  /* .swiper-button-prev, 
  .swiper-rtl .swiper-button-next{
      left: -8px!important;
  }
  .swiper-button-next, 
  .swiper-rtl .swiper-button-prev{
      right: -8px!important;
  } */
  .battle-system-swiper .swiper-pagination {
    bottom: -30px !important;
  }

  .partners__list__item {
    width: calc(50% - 30px) !important;
  }

  .partners__list__item img {
    border-radius: 0;
  }
}

/* topボタン */
.fv__button__box a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 200px;
  border-radius: 56px;
  transition: all 0.4s;
  color: #fff;
  font-size: 18px;
}

.fv__button__box a:hover {
  color: #e6e6e6;
}

@media screen and (max-width: 749px) {
  .character__img img {
    width: 100%;
  }

  .swiper-slide-active .character__img .--genesis {
    width: 90%;
  }

  .swiper-slide-active .character__info__description p {
    padding: 10px;
  }

  .character__info__title__box {
    padding: 10px;
  }

  .characters .swiper-pagination {
    margin: 0 auto !important;
  }

  .roadmap__item {
    margin-top: 20px !important;
  }
}

/* スワイパー */
@media screen and (max-width: 749px) {
  .swiper-slide {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.swiper-slide img {
  border-radius: 12px;
}



/*# sourceMappingURL=style.css.map */