/*========================================
  スライダー
========================================*/

.ey-pickup-swiper {
  /* width: 100%;
  max-width: 650px;
  margin: 0 auto; */
  position: relative;
}

.ey-pickup__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
}
.ey-pickup__list a {
  color: #222;
  text-decoration: none;
  height: 100%;
}
.ey-pickup__list a.is-hover:hover img {
  transform: scale(1.1);
}

.ey-pickup__list > li,
.ey-pickup__list > div {
  background: #fff;
  /* width: 46.9325153374%; */
  height: auto;
}
@media screen and (max-width: 767px) {
  .ey-pickup__list > li,
  .ey-pickup__list > div {
    width: auto;
  }
}
.ey-pickup__list figure {
  overflow: hidden;
  height: 175px;
}
@media screen and (max-width: 1000px) {
  .ey-pickup__list figure {
    height: 17.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .ey-pickup__list figure {
    height: 52.8vw;
  }
}
@media screen and (max-width: 767px) {
  .ey-pickup__list figure {
    height: 52.8vw;
  }
}
.ey-pickup__list figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.25s;
}
.ey-pickup__list p {
  margin: 0;
  padding: 0.9375em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .ey-pickup__list p {
    font-size: 1.5306122449vw;
  }
}
@media screen and (max-width: 767px) {
  .ey-pickup__list p {
    font-size: 4.2666666667vw;
    letter-spacing: normal;
  }
}
.ey-pickup__list .ey-icon {
  top: 0.5em;
  margin-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .ey-pickup__list .ey-icon {
    top: 2.6666666667vw;
  }
}

.swiper-pagination {
  line-height: 0;
  bottom: -30px !important;
  left: 50% !important;
  transform: translate3d(-50%, 100%, 0);
  display: inline-block;
  width: max-content !important;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: -20px !important;
  }
}
.swiper-pagination-bullet-active {
  /* background-color: #222; */
  background-color: #fff;
  pointer-events: none;
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-button-next {
  right: -70px;
  background-image: url(../img/next.svg);
  width: 48px;
  height: 48px;
  transition: all 0.25s;
}
@media screen and (max-width: 1150px) {
  .swiper-button-next {
    right: 0;
    transform: translate3d(50%, 0, 0);
  }
}

.swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  left: -70px;
  background-image: url(../img/prev.svg);
  width: 48px;
  height: 48px;
  transition: all 0.25s;
}
@media screen and (max-width: 1150px) {
  .swiper-button-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-disabled {
  opacity: 0 !important;
}

/*========================================
  アイコン
========================================*/
.ey-icon {
  position: relative;
  display: inline-block;
  background: 50% 50% no-repeat;
  background-size: contain;
  vertical-align: top;
  line-height: 1;
  font-style: normal;
}
.ey-icon--arr {
  background-image: url('../img/icon_arr.svg');
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1000px) {
  .ey-icon--arr {
    width: 1.0204081633vw;
    height: 1.0204081633vw;
  }
}
@media screen and (max-width: 767px) {
  .ey-icon--arr {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.ey-icon--arr-rg {
  background-image: url('../img/eye-care/icon_arr_rg.svg');
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1000px) {
  .ey-icon--arr-rg {
    width: 1.0204081633vw;
    height: 1.0204081633vw;
  }
}
@media screen and (max-width: 767px) {
  .ey-icon--arr-rg {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.ey-icon--arr-r {
  background-image: url('../img/eye-care/icon_arr_r.svg');
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1000px) {
  .ey-icon--arr-r {
    width: 1.0204081633vw;
    height: 1.0204081633vw;
  }
}
@media screen and (max-width: 767px) {
  .ey-icon--arr-r {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}