/******************************/
/* SLIDER */
/******************************/
.slider {
    overflow: hidden;
}

 #slider {
   display: flex;
    margin-left: calc(50% - 10px);
  }

 #slider div {
   opacity: 1;
  }

#slider div img {
   display: none;
  }

.bx-wrapper {
  margin-bottom: 117px !important;
  z-index: 0;
}

.bx-wrapper #slider div {
  opacity: .4;
  }
.bx-wrapper #slider div img {
    display: block !important;
  }

.bx-wrapper #slider .active-slide  {
  opacity: 1;
  }

.bx-wrapper img {
  width: 100%;
  height: auto;
  max-width: calc(100% - 40px) !important;
  margin-left: calc(-1 * 50% + 30px);
}

.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  position: unset !important;
  padding-top: 15px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 7px !important;
  width: 11px !important;
  height: 14px !important;
  background-color: unset !important;
  background-image: url(https://img21.shop-pro.jp/PA01492/949/etc/dot.png?cmsp_timestamp=20230113121637) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-image: url(https://img21.shop-pro.jp/PA01492/949/etc/dot-active.png?cmsp_timestamp=20230113121637) !important;
}

.bx-viewport {
  overflow: visible!important;
  width: 100% !important;
  margin: 0 auto;
    box-shadow: unset !important;
    border: unset !important;
}

/* 900
--------------------------------------------- */
@media only screen and (max-width: 900px) {

	.slider {
		margin-top: 61px;
	}
}

/* 767
--------------------------------------------- */
@media only screen and (max-width: 767px) {

	.slider {
		margin-top: 0;
	}
  
   #slider {
    margin-left: calc(15vw - 10px);
  }
  
  .bx-wrapper {
    margin-bottom: 40px !important;
  }
  
  .bx-wrapper img {
  margin-left: 0;
     max-width: calc(100% - 10px) !important ;
}
  .bx-wrapper .bx-pager {
    padding-top: 22px;
  }
}

/* 530
--------------------------------------------- */
@media only screen and (max-width: 530px) {  
  .bx-wrapper #slider div {
    max-width: 355px !important;
  }
}

/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/

.mv {
  width: 100%;
  margin-bottom: 117px;
  position: relative;
}

.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-slide {
  opacity: .4;
}

.swiper-slide-active {
  opacity: 1;
}

/* swiper-pagination */

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -37px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  background-image: url(../img/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  height: 14px;
  opacity: 1;
  width: 11px;
}

/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  background-image: url(../img/dot-active.png);
  height: 14px;
  width: 11px;
}

/* ページネーションの余白 */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

/* 900px
--------------------------------------------- */
@media only screen and (max-width: 900px) {

  .mv {
    margin: 61px 0 74px;
  }

  /* swiper-pagination */

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -41px;
  }

  /* ページネーション */
  .swiper-pagination-bullet {
    height: 12px;
    width: 10px;
  }
}

/*------------------------------------------------------------------------------
  information
------------------------------------------------------------------------------*/

.information {
  margin-bottom: 160px;
}

.information__inner {
  display: flex;
}

.information__title {
  flex: 0 0 auto;
  margin-right: 50px;
}

.information__list {
  flex: 1;

}

.information__item-head {
  line-height: 1.76;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 17px;
  margin-bottom: 16px;
}

.information__item-head a,
.information__item a {
  font-weight: bold;
  text-decoration: underline;
}

.information__item {
  display: flex;
  line-height: 1.93;
  margin-bottom: 11px;
}

.information__item:last-child {
  margin-bottom: 0;
}

.information__item span {
  flex: 0 0 auto;
  margin-right: 18px;
  display: block;
}

.information__item p {
  flex: 1;
}

/* 767px
--------------------------------------------- */
@media only screen and (max-width: 767px) {


  .information {
    margin-bottom: 95px;
  }

  .information__inner {
    display: block;
  }

  .information__title {
    text-align: center;
    margin: 0 auto 25px;
    position: relative;
    padding-bottom: 47px;
  }

  .information__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background-color: #ccc;
    display: block;
  }

  .information__title .title-ja {
    font-size: 2rem;
  }

  .information__item-head {
    line-height: 1.66;
    margin-bottom: 14px;
  }

  .information__item {
    display: block;
    line-height: 1.9;
    margin-bottom: 11px;
  }

  .information__item span {
    font-size: 1.3rem;
    margin-right: 0;
  }

  .information__item p {
    line-height: 1.6;
  }

}

/*------------------------------------------------------------------------------
  recommend-series
------------------------------------------------------------------------------*/

.recommend-series {
  margin-bottom: 153px;
}

.recommend-series__list {
  display: flex;
  flex-wrap: wrap;
}

.recommend-series__item {
  flex: 0 1 21.4%;
  width: 100%;
  margin-right: 4.8%;
}

.recommend-series__item:nth-child(-n + 4) {
  margin-bottom: 60px;
}

.recommend-series__item:nth-child(4n) {
  margin-right: 0;
}

.recommend-series__img img {
  width: 100%;
  height: 100%;
}

.recommend-series__item p {
  text-align: center;
  margin-top: 10px;
}

/* 767px
--------------------------------------------- */
@media only screen and (max-width: 767px) {

  .recommend-series {
    margin-bottom: 95px;
  }

  .recommend-series__list {
    justify-content: space-between;
    margin-bottom: -24px;
  }

  .recommend-series__item {
    flex: 0 1 48.66%;
    margin: 0 0 24px;
  }

  .recommend-series__item:nth-child(-n + 4) {
    margin-bottom: 24px;
  }

  .recommend-series__item p {
    margin-top: 9px;
  }

}

.product-list__fav-items {
    width: 20px;
  margin-top: .5rem
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #B7180C;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}