.p-product_slider {
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/p-product_slider.png) no-repeat
    center center/cover;
  color: #4a4a4a;
  z-index: 2;
}

@media (min-width: 721px) {
  .p-product_slider {
    padding: 120px 50px 115px;
  }
}

@media screen and (max-width: 720px) {
  .p-product_slider {
    padding: 50px 40px 60px;
  }
}

.p-product_slider__title {
  text-align: center;
}

@media (min-width: 721px) {
  .p-product_slider__title {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 720px) {
  .p-product_slider__title {
    margin-bottom: 30px;
  }
}

.p-product_slider__title__en {
  font-weight: 400;
  line-height: 1.33333;
  margin-bottom: 2px;
}

@media (min-width: 721px) {
  .p-product_slider__title__en {
    font-size: 30px;
  }
}

@media screen and (max-width: 720px) {
  .p-product_slider__title__en {
    font-size: 22px;
  }
}

.p-product_slider__title__jp {
  line-height: 2;
}

@media (min-width: 721px) {
  .p-product_slider__title__jp {
    font-size: 20px;
  }
}

@media screen and (max-width: 720px) {
  .p-product_slider__title__jp {
    font-size: 16px;
  }
}

.p-product_slider__track {
  max-width: 1180px;
  margin: 0 auto;
}

.p-product_slider__track__list__item {
  position: relative;
  padding-bottom: 53px;
}

.p-product_slider__track__list__item__thumbnail {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}

.p-product_slider__track__list__item__thumbnail:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/p-product_slider_shadow.png)
    no-repeat bottom center/contain;
  opacity: 0.6;
  z-index: -1;
}

.p-product_slider__track__list__item__thumbnail img {
  width: auto;
  margin: 0 auto;
  max-width: 90%;
  max-height: 100%;
}

@media (min-width: 921px) {
  .p-product_slider__track__list__item__thumbnail {
    height: 300px;
  }
}

@media (max-width: 920px) and (min-width: 721px) {
  .p-product_slider__track__list__item__thumbnail {
    height: 260px;
  }
}

@media (max-width: 720px) {
  .p-product_slider__track__list__item__thumbnail {
    height: 300px;
    margin-bottom: 15px;
  }
}

.p-product_slider__track__list__item__info__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 19px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .p-product_slider__track__list__item__info__title {
    font-size: 18px;
  }
}

.p-product_slider__track__list__item__info__text {
  line-height: 1.41176;
  margin-bottom: 10px;
}

@media (min-width: 921px) {
  .p-product_slider__track__list__item__info__text {
    font-size: 17px;
  }
}

@media screen and (min-width: 921px) and (max-width: 720px) {
  .p-product_slider__track__list__item__info__text {
    font-size: 17px;
  }
}

@media (max-width: 920px) and (min-width: 721px) {
  .p-product_slider__track__list__item__info__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 920px) and (min-width: 721px) and (max-width: 720px) {
  .p-product_slider__track__list__item__info__text {
    font-size: 15px;
  }
}

.p-product_slider__track__list__item__info__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 412px;
  height: 43px;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #4a4a4a;
  background-color: transparent;
  color: #4a4a4a;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .p-product_slider__track__list__item__info__btn {
    font-size: 13px;
  }
}

@media (min-width: 721px) {
  .p-product_slider__track__list__item__info__btn {
    max-width: 240px;
  }
}

.p-product_slider__nav {
  max-width: 1280px;
  margin: 0 auto;
}

.p-product_slider__nav__arrow {
  width: auto;
  height: auto;
  font-size: 40px;
  position: absolute;
  background: 0 0;
  opacity: 1;
  color: #acacac;
  transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .p-product_slider__nav__arrow {
    font-size: 40px;
  }
}

@media (min-width: 721px) {
  .p-product_slider__nav__arrow {
    top: 40%;
  }
}

@media screen and (max-width: 720px) {
  .p-product_slider__nav__arrow {
    top: 35%;
    font-weight: 900;
  }
}

@media (min-width: 1281px) {
  .p-product_slider__nav__arrow--prev {
    left: calc((100% - 1280px + 20px) / 2);
  }
}

@media (max-width: 1280px) and (min-width: 721px) {
  .p-product_slider__nav__arrow--prev {
    left: 8px;
  }
}

@media screen and (max-width: 720px) {
  .p-product_slider__nav__arrow--prev {
    font-size: 35px;
    left: 6%;
  }
}

@media (min-width: 1281px) {
  .p-product_slider__nav__arrow--next {
    right: calc((100% - 1280px + 20px) / 2);
  }
}

@media (max-width: 1280px) and (min-width: 721px) {
  .p-product_slider__nav__arrow--next {
    right: 8px;
  }
}

@media screen and (max-width: 720px) {
  .p-product_slider__nav__arrow--next {
    font-size: 35px;
    right: 6%;
  }
}

.p-product_slider .splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1180px;
  width: 100%;
}

.p-product_slider .splide__pagination li {
  display: flex;
  align-items: center;
}

.p-product_slider .splide__pagination li:not(:last-child) {
  margin-right: 5px;
}

.p-product_slider .splide__pagination li button {
  width: 10px;
  height: 7px;
  border-radius: 2px;
  background-color: #d0d0d0;
  margin: 0;
}

.p-product_slider .splide__pagination li button.is-active {
  background-color: #797979;
  transform: scale(1);
}

@media (min-width: 721px) {
  .p-product_slider .splide__pagination {
    bottom: 235px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 720px) {
  .p-product_slider .splide__pagination {
    bottom: 168px;
    margin: 48px auto 0;
  }
}

.p-product_slider__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 412px;
  height: 43px;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #4a4a4a;
  background-color: transparent;
  color: #4a4a4a;
}

@media screen and (max-width: 720px) {
  .p-product_slider__btn {
    font-size: 13px;
  }
}

@media (min-width: 721px) {
  .p-product_slider__btn {
    max-width: 380px;
    margin: 114px auto 0;
  }
}

@media screen and (max-width: 720px) {
  .p-product_slider__btn {
    margin: 100px auto 0;
  }
}
