/* --- ソート 設定 --- */

.itemsortWrap {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 30px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

.itemsort {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.itemsortLeft {
  float: left;
  width: 50%;
  height: 50px;
  margin: 0;
  padding: 0 25px 0 0;
}

.itemsortRight {
  float: left;
  width: 50%;
  height: 50px;
  margin: 0;
  padding: 0 0 0 25px;
}

.itemsort p {
  width: 100%;
  height: 48x;
  line-height: 48px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #000;
  font-size: 1.1rem;
  border: 1px solid #DDD;
  background-color: #FFF;
}

.itemsort a {
  display: block;
  width: 100%;
  height: 48x;
  font-weight: bold;
  color: #000;
  font-size: 1.1rem;
  background-color: #FFF;
}

.itemsort a:hover {
  color: #FFF;
  background-color: #000;
}

.itemsort a:active {
  color: #FFF;
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  .itemsortWrap {
   height: 45px;
   padding: 20px 0 40px 0;
  }
  .itemsort {
   height: 45px;
  }
  .itemsortLeft {
   height: 45px;
   padding: 0 10px 0 0;
  }
  .itemsortRight {
   height: 45px;
   padding: 0 0 0 10px;
  }
  .itemsort p {
   height: 45px;
   line-height: 45px;
  }
  .itemsort a {
   height: 43px;
  }
}

/* --- プロダクトリスト 設定 --- */

.section__block {
  margin: 0 0 0 -30px;
}

@media only screen and (max-width: 768px) {
 .section__block {
  margin: 0 0 0 0;
 }
}

.product-list__freespace {
  margin: 0;
}

.product-list__unit {
  padding: 0;
}

.product-list__unit__inner {
  margin: 0 0 0 30px;
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  .product-list__unit__inner {
   margin: 0;
   padding: 20px 0;
  }
  .product-list__unit:nth-child(2n+1){
   padding-right: 10px;
  }
  .product-list__unit:nth-child(2n){
   padding-left: 10px;
  }
}

.product-list__unit__inner p {
  margin: 0;
}

.product-list__photo {
  display: block;
  margin: 0 auto 10px auto;
}

.product-list__text {
  display: block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .product-list__text {
   margin: 0; padding: 0 10px;
  }
}

.product-list__expl {
  font-size: 1.1rem;
}

.product-list__price,
.option__price {
  font-size: 1.1rem;
  color: #000;
}

.product-list__regular-price,
.option__regular-price {
  font-size: 1.1rem;
  color: #000;
}

.product-list__soldout,
.option__stock {
  font-size: 1.1rem;
  color: #BF0000;
  font-weight: bold;
}

.product-list__regular {
  font-size: 1.1rem;
  color: #BF0000;
}

/* --- 商品名 設定 --- */

h5 {
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

h6 {
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* --- ページネーション 設定 --- */

.pagenation {
  margin: 0;
  padding: 60px 0;
  text-align: center;
}

.pagenation__list {
  margin: 0; 
  padding: 0;
}

.pagenation__unit {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 5px 5px;
}

.pagenation__unit a {
  margin: 0;
  padding: 5px 5px;
  color: #000;
}

.pagenation__unit a:hover {
  color: #666;
}

.pagenation__unit a:active {
  color: #666;
}

.pagenation__unit span {
  color: #aaa;
}

.pagenation__info {
  font-size: 1.4em;
}