#products .inner {
  padding: 120px 0 0;
}

#products .btn {
  margin: 120px 0;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1080px;
  margin: 80px auto 0;
}

.products li {
  width: calc(1 / 3 * 100% - 20px * 2 / 3);
}

.products li a {
  display: block;
}

.products li img {
  width: 100%;
  height: auto;
  display: block;
}

.products li div {
  word-break: break-all;
}

.products li .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.products li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.products li .area {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.76923;
  letter-spacing: 0.1em;
}

.products li .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.6875;
  letter-spacing: 0.1em;
}

.products li .price {
  font-size: 18px;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  margin-top: 22px;
}

.pager {
  width: 1080px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pager i {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #B1871B;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/glyph_w.png");
  border-radius: 100%;
}

.pager a, .pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pager span {
  opacity: .3;
  pointer-events: none;
}

.pager span i {
  background-color: #8e8e8e;
}

.pager a:first-child i,
.pager span:first-child i {
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pager a:last-child i,
.pager span:last-child i {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#products {
  padding-bottom: 80px;
}

#products .inner {
  padding-top: 80px;
}

@media screen and (min-width: 751px) {
  .products li:nth-child(3n + 2):last-child {
    margin-right: calc(1 / 3 * 100% + 20px * 1 / 3);
  }
  .products li:nth-child(n + 4) {
    margin-top: 48px;
  }
}

@media screen and (max-width: 750px) {
  #products .inner {
    padding-top: 14.93333vw;
  }
  #products .btn {
    margin: 12.8vw 0;
  }
  .products {
    width: 100%;
    margin-top: 8.53333vw;
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
  }
  .products li {
    width: calc(50% - 3.73333vw / 2);
  }
  .products li .img {
    height: 29.86667vw;
  }
  .products li .area {
    margin-top: 4.26667vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
  .products li .title {
    margin-top: 4.26667vw;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .products li .price {
    margin-top: 3.73333vw;
    font-size: 4.8vw;
    line-height: 1.33333;
  }
  .products li:nth-child(n + 3) {
    margin-top: 10.66667vw;
  }
  .pager {
    width: 100%;
    margin-top: 12.8vw;
    padding: 0 6.4vw;
  }
  #products .inner {
    padding-top: 14.93333vw;
  }
}
