/* slider */
.slider {
  width: 1000px;
  margin: 0 auto 1.5rem;
}

.slider .bx-wrapper {
  margin-bottom: 0;
  z-index: 0;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  border: none;
}

.slider .bx-wrapper .bx-caption {
  background: #edeae4;
  background: rgb(237 234 228 / 80%);
}

.slider .bx-wrapper .bx-caption span {
  padding: 9px;
  font-size: 13px;
  color: #000000;
}

.slider .bx-wrapper .bx-pager {
  padding: 15px;
  bottom: 0;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  margin: 0 6px;
  background: #707070;
}

.products {
  padding: 1.25rem 0;
}

.products h3 > img {
  display: none!important;
}

.products ul {
  list-style: none;
}

.products ul > li h3 {
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 1.25;
}

.products ul > li:first-child h3 {
  font-size: 18px;
}

.products ul > li h3 > span {
  display: block;
  margin-top: 0.5em;
  color: #505050;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875;
}

.products ul > li .product-list__price {
  font-size: 1rem;
  font-weight: 700;
}

.products ul > li:first-child .product-list__price {
  font-size: 18px;
  line-height: 1.38;
}

.products.specialty h2 {
  font-size: 1.5rem;
  line-height: 1;
}

.products.specialty h2::before {
  content: "ąŁ";
  color: #ee4b13;
}

.products.specialty h3 {
  margin-top: 0;
}

.products.specialty li img {
  width: 320px;
  height: 240px;
  margin-right: 15px;
  object-fit: cover;
  float: left;
}

.products.specialty p.product-list__expl {
  position: relative;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  font-size: 0.75rem;
  line-height: 1.75;
}

.products.specialty p.product-list__expl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 335px;
  display: block;
  width: 26px;
  height: 1px;
  background: #B7B7B7;
}

.products.specialty ul > li:first-child p.product-list__expl {
  margin: 1rem 0;
}

.products.specialty li + li {
  margin-top: 1.5rem;
}

.products.specialty li a {
  display: block;
  width: 100%;
  height: 240px;
}

.products.specialty a.more {
  position: relative;
  font-size: 13px;
}

.products.specialty a.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1em;
  bottom: -1px;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  background: none;
  transform: rotate(45deg);
}

.products.recommend h2 > span {
  background: #fff;
  padding: 1em;
}

.products.recommend h2::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
  z-index: -1;
}

.products.recommend li + li {
  margin-left: 2rem;
}

.products.recommend h3 {
  margin-bottom: 0.8rem;
  font-size: 18px;
  line-height: 1.38;
}

.products.ranking {
  position: relative;
  margin-top: 2.25rem;
  padding: 0;
  z-index: 10;
}

.products.ranking::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: auto;
  border: 1px solid #fff;
  pointer-events: none;
  z-index: 20;
}

.products.ranking h2 {
  font-size: 1.5rem;
}

.products.ranking h3 {
  margin: 1em 0 0.6rem;
}

.products.ranking ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 0 2.5rem 1.25rem;
  list-style: none;
}

.products.ranking ul > li:nth-child(even) {
  padding: 30px 1.25rem 28px 3rem;
}

.products.ranking ul > li:nth-child(odd) {
  padding: 30px 3rem 28px 1.25rem;
}

.products.ranking ul > li:first-child {
  grid-column: 1/3;
  padding: 30px 3rem;
}

.products.ranking ul > li:first-child h3 {
  margin-top: -1.5rem;
}

.products.ranking li:not(li:first-child) {
  border-top: 1px solid #fff;
}

.products.ranking ul > li:first-child a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.products.ranking ul li:first-child .img {
  width: 250px;
  height: auto;
  margin: 0 auto;
}

.products.ranking ul li:first-child .text {
  padding-left: 1.5rem;
  width: 50%;
}

.products.ranking li {
  position: relative;
}

.products.ranking .img {
  width: 190px;
  height: 190px;
}

.products.ranking ul li:first-child .img {
  width: 250px;
  height: auto;
  margin: 0 auto;
}

aside.suggest {
  margin-top: 2.7rem;
}

aside.suggest > .module.history {
  padding-top: 0;
  border: none;
}
