@charset "UTF-8";
.title-03 {
  letter-spacing: 0.8px;
  line-height: 1.3rem;
  letter-spacing: 1.2px;
}

.heading-01 {
  letter-spacing: 0.5px;
  line-height: 2.5rem;
  font-size: 2rem;
}

.heading-02 {
  letter-spacing: 2px;
}

.heading-03 {
  letter-spacing: 2px;
}

.color-blue {
  color: #2E405D;
}
.color-white {
  color: var(--white);
}

.bg-fade-black::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.bg-blue {
  background-color: #2E405D;
}

.LP-sport__video {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #2E405D;
  overflow: hidden;
}
.LP-sport__video-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 1rem;
  width: 100%;
  height: auto;
}
.LP-sport__video-item {
  position: relative;
  width: 100%;
  padding-top: 142.2222222222%;
  overflow: hidden;
}
.LP-sport__video-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.LP-sport__mosaic {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.5rem;
}
.LP-sport__mosaic-bloc.--image-small {
  width: calc(40% - 0.25rem);
  height: 100%;
}
.LP-sport__mosaic-bloc.--image-big {
  width: calc(60% - 0.25rem);
  height: 100%;
}
.LP-sport__mosaic-bloc-1, .LP-sport__mosaic-bloc-2, .LP-sport__mosaic-bloc-3 {
  position: relative;
  height: 60vh;
  max-height: 450px;
  width: 100%;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.LP-sport__mosaic-bloc-2 {
  display: none;
}
.LP-sport__mosaic-bloc-3 {
  width: 100%;
}
.LP-sport__team-etam {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LP-sport__team-etam picture {
  position: relative;
  top: -2.5rem;
}
.LP-sport__team-etam-text-bloc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 1rem;
  top: 4rem;
  width: 55%;
}
.LP-sport__change {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.LP-sport__change-bloc {
  width: 100%;
  height: auto;
  position: relative;
  order: 2;
}
.LP-sport__change-bloc-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.LP-sport__change-bloc-image {
  width: 100%;
  height: 40vh;
  overflow: hidden;
  order: 1;
}
.LP-sport__change-bloc-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
}
.LP-sport__change-bloc-desc {
  width: 100%;
  height: auto;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  order: 2;
  background-color: #2E405D;
}
.LP-sport__change-bloc-desc .title-fetiche {
  margin-bottom: 10%;
}
.LP-sport__change-bloc-desc .desc-fetiche {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.25rem;
}
.LP-sport__change-bloc-desc .desc-fetiche-item {
  position: relative;
}
.LP-sport__change-bloc-desc .desc-fetiche-item::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: white;
  position: absolute;
  border-radius: 50px;
  top: 40%;
  left: -0.8rem;
}
.LP-sport__change-bloc-title {
  row-gap: 0.5rem;
}
.LP-sport__change-bloc-video {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LP-sport__change-bloc .splide__slide {
  height: 100%;
}
.LP-sport__change-bloc .splide__list,
.LP-sport__change-bloc .splide__track {
  width: 100%;
  height: 100%;
}
.LP-sport__change-sticky-number {
  position: relative;
  width: 100%;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  background-color: #fff;
  z-index: 9;
  order: 2;
}
.LP-sport__change-sticky-number .splide__arrow--prev {
  position: relative;
}
.LP-sport__change-sticky-number .splide__arrow--next {
  position: relative;
}
.LP-sport__change-sticky-number .splide__arrow--prev, .LP-sport__change-sticky-number .splide__arrow--next {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  background: none;
  width: auto;
  height: auto;
}
.LP-sport__change-sticky-number .splide__pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
}
.LP-sport__change-sticky-number .splide__pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.LP-sport__change-sticky-number .splide__pagination button {
  height: auto;
  background: none !important;
  width: auto;
  margin: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D5D5D5;
  border: none;
}
.LP-sport__change-sticky-number .splide__pagination button a {
  color: inherit;
}
.LP-sport__change-sticky-number .splide__pagination .is-active {
  position: relative;
  color: #2E405D;
  font-size: 1.5rem;
  line-height: 1.5rem;
  transform: scale(1);
}
.LP-sport__change-sticky-number-pagination li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LP-sport__change-sticky-number-pagination-cta {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.LP-sport__change-sticky-number-pagination-cta-name {
  font-size: 11px;
  line-height: 13px;
}
.LP-sport__vestiaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
}
.LP-sport__vestiaire-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  width: 100%;
  padding-bottom: 2rem;
  order: 1;
}
.LP-sport__vestiaire-main-menu {
  width: 55%;
  height: 230px;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.LP-sport__vestiaire-main-menu .splide__pagination--vestiaire {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  bottom: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.LP-sport__vestiaire-main-menu .splide__pagination--vestiaire .splide__pagination__page {
  width: 8px;
  height: auto;
  background: none;
  opacity: 1;
  width: auto;
  margin: 0;
  border-radius: 0;
}
.LP-sport__vestiaire-main-menu .splide__pagination--vestiaire .splide__pagination__page.is-active {
  transform: none;
}
.LP-sport__vestiaire-main-menu .splide__pagination--vestiaire .splide__pagination__page.is-active.heading-01::before {
  width: 100%;
  /* Remplir complètement le texte */
}
.LP-sport__vestiaire-main-menu .splide__pagination--vestiaire .splide__pagination__page.heading-01 {
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 2px;
  transition: all 0.2s linear;
  position: relative;
  -webkit-text-stroke: 1px #2E405D;
  white-space: nowrap;
  /* Contour de 2px en bleu */
  overflow: hidden;
  /* Nécessaire pour l'animation de remplissage */
}
.LP-sport__vestiaire-main-menu .splide__pagination--vestiaire .splide__pagination__page.heading-01::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 2;
  color: #2E405D;
  /* Couleur de remplissage */
  white-space: nowrap;
  /* Empêcher les retours à la ligne */
  overflow: hidden;
  transition: width 0.3s ease;
  /* Animation de remplissage */
}
.LP-sport__vestiaire-main-menu .splide__pagination--vestiaire .splide__pagination__page.heading-01:hover::before {
  width: 100%;
}
.LP-sport__vestiaire-main-image {
  width: 45%;
  height: 100%;
}
.LP-sport__vestiaire-main-image picture {
  height: 230px;
}
.LP-sport__vestiaire-second {
  display: flex;
  height: auto;
  width: 100%;
  order: 3;
}
.LP-sport__vestiaire-text {
  display: flex;
  height: auto;
  width: 100%;
  order: 2;
}
.LP-sport__vestiaire-text .bg-blue {
  padding: 2rem 1.5rem 2rem 3rem;
}
.LP-sport__vestiaire-text p.title-03 span {
  position: relative;
}
.LP-sport__vestiaire-text p.title-03 span::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: white;
  position: absolute;
  border-radius: 50px;
  top: 8px;
  left: -0.8rem;
}

.splide__slide img {
  width: 100%;
}
.splide__slide .carousel-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
  text-align: center;
  z-index: 3;
  padding: 0.5rem 0;
}
.splide__slide .custom-arrow {
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.splide__slide .custom-prev {
  left: 10px;
}
.splide__slide .custom-next {
  right: 10px;
}

.arrow-sportwomen {
  bottom: 20px;
  position: fixed;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 4;
}
.arrow-sportwomen .btn {
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.arrow-sportwomen .btn.btn-transparent {
  border-radius: 0;
}
.arrow-sportwomen .btn svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  rotate: 90deg;
}

.product__item {
  position: absolute;
  z-index: 3;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
.product__item:hover .item__cta {
  background: white;
}
.product__item:hover .item__cta .item__message {
  display: none;
}
.product__item .item__cta {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
}
.product__item .item__cta.pulse {
  z-index: 2;
  animation: pulse-animation 1.5s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1rem;
}
.product__item .item__cta .item__message {
  bottom: -270%;
  transition: 0.2s all ease-in;
  z-index: 3;
  border-radius: 2rem;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  padding: 0.15rem 0.7rem 0 0.5rem;
  opacity: 0;
  color: black;
  height: auto;
  background: white;
  display: none;
}
.product__item .item__cta .item__message .item__text {
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}
.product__item.--01 {
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.product__item.--01 .item__cta {
  top: 85%;
  left: 75%;
}
.product__item.--02 {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.product__item.--02 .item__cta {
  top: 30%;
  left: 18%;
}
.product__item.--03 {
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.product__item.--03 .item__cta {
  top: 40%;
  left: 65%;
}
.product__item.--04 {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.product__item.--04 .item__cta {
  top: 30%;
  left: 32%;
}
.product__item.--01-caro {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product__item.--01-caro .item__cta {
  top: 25%;
  left: 35%;
}
.product__item.--01-lau {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product__item.--01-lau .item__cta {
  top: 60%;
  left: 50%;
}
.product__item.--02-lau {
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.product__item.--02-lau .item__cta {
  top: 60%;
  left: 50%;
}
.product__item.--03-lau {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.product__item.--03-lau .item__cta {
  left: 30%;
  top: 50%;
}
.product__item.--01-amina {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product__item.--01-amina .item__cta {
  top: 60%;
  left: 50%;
}
.product__item.--02-amina {
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.product__item.--02-amina .item__cta {
  top: 75%;
  left: 50%;
}
.product__item.--03-amina {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.product__item.--03-amina .item__cta {
  top: 20%;
  left: 23%;
}
.product__item.--01-gwla {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product__item.--01-gwla .item__cta {
  top: 45%;
  left: 50%;
}
.product__item.--02-gwla {
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.product__item.--02-gwla .item__cta {
  top: 45%;
  left: 50%;
}
.product__item.--03-gwla {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.product__item.--03-gwla .item__cta {
  top: 25%;
  left: 65%;
}
.product__item.--01-audrey {
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.product__item.--01-audrey .item__cta {
  top: 45%;
  left: 45%;
}
.product__item.--02-audrey {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.product__item.--02-audrey .item__cta {
  top: 20%;
  left: 25%;
}
.product__item.--01-estelle {
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.product__item.--01-estelle .item__cta {
  top: 55%;
  left: 30%;
}
.product__item.--02-estelle {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.product__item.--02-estelle .item__cta {
  top: 20%;
  left: 25%;
}
@media screen and (min-width: 1024px) {
  .bg-fade-black::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  }
  .LP-sport__video {
    justify-content: center;
    height: calc(100vh - 35px - 10vh);
    flex-direction: row;
  }
  .LP-sport__video-txt {
    padding: 2rem 3%;
    justify-content: center;
    height: 100%;
    width: 25%;
    min-width: 350px;
  }
  .LP-sport__video-item {
    width: 75%;
    padding-top: 39.375%;
  }
  .LP-sport__mosaic {
    flex-direction: row;
    justify-content: center;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .LP-sport__mosaic-bloc.--image-small {
    width: calc(33.3333333333% - 0.6666666667rem);
    height: calc(33.3333333333% - 0.6666666667rem);
  }
  .LP-sport__mosaic-bloc.--image-small.--spe {
    width: 50%;
    height: calc(33.3333333333% - 1rem);
  }
  .LP-sport__mosaic-bloc.--image-big {
    width: 100%;
    height: calc((33.3333333333% - 0.6666666667rem) * 2 + 1rem);
  }
  .LP-sport__mosaic-bloc-1, .LP-sport__mosaic-bloc-2, .LP-sport__mosaic-bloc-3 {
    height: calc(100vh - 35px - 72px - 10vh);
    max-height: none;
    min-height: 700px;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .LP-sport__mosaic-bloc-1 {
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: calc(30% - 0.5rem);
    max-width: 300px;
  }
  .LP-sport__mosaic-bloc-2 {
    display: flex;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(40% - 0.5rem);
    max-width: 500px;
  }
  .LP-sport__mosaic-bloc-3 {
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: calc(30% - 0.5rem);
    max-width: 300px;
  }
  .LP-sport__team-etam {
    height: calc(100vh - 35px - 72px - 10vh);
    min-height: 600px;
  }
  .LP-sport__team-etam picture {
    z-index: 1;
  }
  .LP-sport__team-etam-text-bloc {
    left: 10%;
    width: calc((30% - 0.5rem) * 2);
    max-width: 600px;
    top: auto;
    z-index: 2;
  }
  .LP-sport__team-etam-logo {
    right: -4rem;
    bottom: 4.5rem;
    position: absolute;
    z-index: 3;
    width: 30%;
  }
  .LP-sport__change {
    height: 60vh;
    min-height: 600px;
    max-height: calc(100vh - 35px);
    overflow: hidden;
    padding: 0 2.5rem;
  }
  .LP-sport__change-bloc {
    height: calc(100% - 72px);
    order: 1;
  }
  .LP-sport__change-bloc-item {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
    border-bottom: none;
    flex-direction: row;
  }
  .LP-sport__change-bloc-image {
    order: 1;
    width: 37%;
    height: 100%;
    border-bottom: 0;
  }
  .LP-sport__change-bloc-desc {
    width: 30%;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0 5%;
    row-gap: 0.25rem;
    border-bottom: none;
  }
  .LP-sport__change-bloc-title {
    row-gap: 1rem;
  }
  .LP-sport__change-bloc-video {
    height: 100%;
    order: 3;
    width: 33%;
  }
  .LP-sport__change-bloc-video .vimeoContainer {
    width: 80%;
  }
  .LP-sport__change-sticky-number .splide__pagination {
    justify-content: center;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .LP-sport__change-sticky-number .splide__pagination .is-active {
    font-size: 2rem;
    line-height: 2rem;
  }
  .LP-sport__change-sticky-number {
    order: 3;
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .LP-sport__vestiaire {
    padding: 0;
    flex-direction: row;
    padding: 2rem 3rem 6rem;
  }
  .LP-sport__vestiaire-main {
    flex-direction: row;
    width: 55%;
    height: calc(100vh - 35px - 72px);
    padding-right: 0.5rem;
    padding-bottom: 0;
  }
  .LP-sport__vestiaire-main-menu {
    height: 100%;
    padding-left: 0;
    width: 60%;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .LP-sport__vestiaire-main-menu .splide__pagination--vestiaire {
    max-height: 70vh;
  }
  .LP-sport__vestiaire-main-image {
    width: 40%;
  }
  .LP-sport__vestiaire-main-image picture {
    height: 100%;
  }
  .LP-sport__vestiaire-second {
    order: 2;
    width: 22.5%;
    height: calc(100vh - 35px - 72px);
  }
  .LP-sport__vestiaire-text {
    order: 3;
    width: 22.5%;
    height: calc(100vh - 35px - 72px);
  }
  .LP-sport__vestiaire-text .bg-blue {
    padding: 2rem;
  }
  .splide__slide .carousel-info {
    padding: 5% 0;
  }
  .product__item:hover .item__cta .item__message {
    height: auto;
    opacity: 1;
    bottom: -160%;
    display: block;
  }
  .product__item .item__cta {
    width: 20px;
    height: 20px;
  }
  .product__item.--03 .item__cta {
    top: 40%;
    left: 65%;
  }
  .product__item.--04 .item__cta {
    top: 30%;
    left: 32%;
  }
}
@media screen and (min-width: 1440px) {
  .LP-sport__video-txt {
    width: 30%;
  }
  .LP-sport__video-item {
    width: 70%;
  }
  .LP-sport__vestiaire-main {
    width: 60%;
  }
  .LP-sport__vestiaire-main-menu .splide__pagination--vestiaire .splide__pagination__page.heading-01 {
    -webkit-text-stroke: 2px #2E405D;
    line-height: 3.5rem;
    font-size: 3rem;
  }
  .LP-sport__vestiaire-main-menu .splide__pagination--vestiaire .splide__pagination__page.heading-01 {
    line-height: 4rem;
    font-size: 3rem;
  }
  .LP-sport__vestiaire-second {
    width: 20%;
  }
  .LP-sport__vestiaire-text {
    width: 20%;
  }
}
@media screen and (min-width: 1600px) {
  .LP-sport__vestiaire-main-menu .splide__pagination--vestiaire .splide__pagination__page.heading-01 {
    line-height: 4.5rem;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .title-03 {
    font-size: 0.85rem;
    line-height: 1.25rem;
  }
  .heading-01 {
    line-height: 1.15em;
    font-size: 2.5em;
  }
  .heading-02 {
    line-height: 1.15em;
    font-size: 2em;
  }
  .heading-03 {
    font-size: 1.4rem;
  }
  .LP-sport__mosaic-bloc.--image-small {
    row-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .LP-sport__mosaic-bloc.--image-small img {
    height: calc(50% - 0.25rem);
    width: 100%;
  }
  .LP-sport__mosaic-bloc.--image-small picture {
    height: calc(50% - 0.25rem);
    width: 100%;
  }
  .LP-sport__change-sticky-number .splide__pagination {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    width: 900px;
    height: 100%;
    flex-wrap: nowrap;
  }
  .LP-sport__change-sticky-number .splide__pagination li {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .LP-sport__change-sticky-number {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    order: 1;
  }
  .LP-sport__change-sticky-number-pagination {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    width: 1260px;
    height: 100%;
  }
  .LP-sport__change-sticky-number-pagination li {
    width: 140px;
  }
}

/*# sourceMappingURL=/LP_sport_V2.5488f373.css.map */