/*
    ΔΙ²ΓΚ¬
============================================================*/
.section__title-h2 {
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.product-list__sort {
  font-size: 1.6rem;
  color: #aaa7a8;
  font-family: 'Noto Serif JP', serif;
}
.product-list__sort a {
  color: #aaa7a8;
}
.product-list__name {
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}
.product-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list__unit {
  margin-bottom: 50px;
  width: calc((100% - 120px) / 4);
  float: none;
}
.product-list__unit__inner {
  padding: 0;
}
.product-list__price,
.option__price {
  color: #726d6f;
}
.pagenation {
  margin-bottom: 100px;
}
.pagenation__list {
  margin-bottom: 30px;
}
.pagenation__unit {
  margin-bottom: 0;
}
.pagenation__unit a {
  background-color: #f4f4f4;
  border-radius: 0;
}
.pagenation__unit a,
.pagenation__unit span {
  display: block;
  padding: 0;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #010101;
  font-size: 1.4rem;
}
.pagenation__unit a.pagenation__unit__prev,
.pagenation__unit a.pagenation__unit__next {
  background-color: #d68ea6;
  text-indent: -9999px;
  position: relative;
  min-width: 23px;
  width: 23px;
  height: 23px;
  display: block;
  top: 4px;
}
.pagenation__unit a.pagenation__unit__prev:after,
.pagenation__unit a.pagenation__unit__next:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation__unit a.pagenation__unit__prev:after {
  border-width: 3.5px 4px 3.5px 0;
  border-color: transparent #fff transparent transparent;
}
.pagenation__unit a.pagenation__unit__next:after {
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
}
.pagenation__info {
  font-size: 1.4rem;
}


@media screen and (min-width: 769px) {
  .product-list__unit:not(:nth-child(4n)) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section__title-h2 {
    font-size: 1.7rem;
  }
  .product-list {
    margin: 0;
  }
  .product-list__sort {
    font-size: 1.5rem;
  }
  .product-list__name {
    font-size: 1.6rem;
  }
  .product-list__unit {
    width: calc((100% - 10px) / 2);
    margin-bottom: 35px;
  }
  .product-list__unit:nth-child(even) {
    margin-left: 10px;
  }
  .pagenation {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}


























.section__title-h2,
.product-list__name {
  font-family: "Noto Sans JP";
}

.pagenation__unit a.pagenation__unit__prev,
.pagenation__unit a.pagenation__unit__next {
  background-color: #8aa8ca !important;
  color: #fff;
}

.pagenation__unit a {
  background-color: #f4f4f4;
  color: #010101;
}

.pagenation__unit span {
  color: #010101;
}
