/* shop */
.c-button--mens {
  border-color: #406C9E;
  color: #406C9E;
  font-weight: bold;
}
.c-button--ladys {
  border-color: #E39797;
  color: #E39797;
  font-weight: bold;
}
.p-home__shop__tab__list--button>li {
  max-width: 25%;
}
.p-home__shop__list .slick-list {
  margin: 0 -10px;
}
.p-home__shop__list .slick-track {
  min-width: 100%;
}
.p-home__shop__list .slick-dots {
  bottom: 0;
  position: relative;
  top: 20px;
}
.p-home__shop__list .slick-dots li {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 15px;
  height: 15px;
  width: 15px;
}
.p-home__shop__list .slick-dots li.slick-active {
  background: #BCBCBC;
}
.p-home__shop__list .slick-dots li:only-child {
  display: none;
}
.p-home__shop__list .slick-dots li button {
  height: 13px;
  padding: 0;
  width: 13px;
}
.p-home__shop__list .slick-dots li button::before {
  display: none;
}
.p-home__shop__list__images {
  margin-bottom: 50px;
  width: 100%;
}
.p-home__shop__list__image {
  flex: initial;
  height: 216px;
  margin: 0 10px;
}
.p-home__shop__list__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-home__shop__list > li {
  flex-wrap: wrap;
}
.p-home__shop__list > li + li {
  margin-top: 50px;
  padding-top: 50px;
}
.p-home__shop__list > li.p-home__shop__list__premium {
  background: url(/img/common/shop/premium.png) no-repeat 0 0 / 95px 31px;
}
.p-home__shop__list__text {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  .p-home__shop__list__image {
    height: 18vw;
    margin: 0 1vw;
  }
}
@media screen and (max-width: 560px) {
  .p-page__main__body > .l-container {
    padding: 0 2px;
  }
  .p-page__main__body .l-container--sp {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-home__shop__tab__panel__head.l-container--sp {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-home__shop__list .slick-list {
    margin: 0;
    padding: 0 15%;
  }
  .p-home__shop__list .slick-dots {
    top: 10px;
  }
  .p-home__shop__list .slick-dots li {
    border-radius: 12px;
    height: 12px;
    width: 12px;
  }
  .p-home__shop__list__images {
    display: block;
    margin-bottom: 7vw;
  }
  .p-home__shop__list__image {
    margin: 0 1vw;
    height: 45vw;
    width: auto;
  }
  .p-home__shop__list > li + li {
    border: 0;
    margin-top: 14vw;
    padding-top: 7vw;
  }
  .p-home__shop__list > li + li::before {
    border-top: 1px solid #e5e9ee;
    content: '';
    display: block;
    height: 0;
    margin: auto;
    position: relative;
    top: -32px;
    width: calc(100% - 80px);
  }
  .p-home__shop__tab__list--button > li {
    max-width: initial;
  }
  .p-home__shop__list > li + li.p-home__shop__list__premium {
    background-position: top left 40px;
    background-size: 68px 22px;
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 558px) {
  .p-page__main__body > .l-container {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-page__main__body .l-container--sp {
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-home__shop__tab__panel__head.l-container--sp {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-home__shop__list > li + li::before {
    width: calc(100% - 32px);
  }
  .p-home__shop__list > li + li.p-home__shop__list__premium {
    background-position: top left 16px;
  }
}
