@charset "UTF-8";
/**** 共通カラー ****/
.page {
  background-color: #f7f7f7;
}
.page .section-mv {
  background-image: url(../image/boxer/mv-bg.webp);
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/boxer/mv-bg-sp.webp);
  }
  .page .section-mv .breadcrumb .breadcrumb-list {
    align-items: flex-start;
    line-height: 1.3;
  }
  .page .section-mv .tit-wrap h1 {
    line-height: 1.3;
  }
}
.page .section-sponsorship {
  background-color: #010101;
  padding-top: 120px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .page .section-sponsorship {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.page .section-sponsorship .sponsorship-inner {
  background-image: url(../image/boxer/concept-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .section-sponsorship .sponsorship-inner {
    background-image: url(../image/boxer/concept-bg-sp.webp);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page .section-sponsorship .text-wrap {
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .section-sponsorship .text-wrap {
    margin-bottom: 30px;
  }
}
.page .section-sponsorship .text-wrap p {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .section-sponsorship .text-wrap p {
    margin-bottom: 16px;
  }
}
.page .section-sponsorship .swiper-slide img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .section-sponsorship .swiper-wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page .section-sponsorship .swiper-slide {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page .section-sponsorship .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page .section-sponsorship .swiper-button-next {
    display: none;
  }
}
.page .section-sponsorship .swiper-button-next:after,
.page .section-sponsorship .swiper-rtl .swiper-button-prev:after {
  color: #ffffff;
}
.page .section-sponsorship .swiper-button-prev:after,
.page .section-sponsorship .swiper-rtl .swiper-button-next:after {
  color: #ffffff;
}/*# sourceMappingURL=sponsorship.css.map */