@charset "utf-8";
/* CSS Document */

.product-list__section{
	position:relative;
	margin-bottom:60px;
}
.sub-list{
	padding-bottom:60px;
}
.sub-list__unit{
	display:inline-block;
	vertical-align:top;
	padding:0 5px 20px;
	width:30%;font-size:1em;
	font-weight: bold;
}
.sub-list__link{
	display:block;
}
.sub-list__img{
	padding-bottom:10px;
}
.sub-list__name{
	display:block;
}

.product-list__freespace-top{
	padding-bottom:60px;
	background:url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.product-list__freespace-bottom{
	padding-top:60px;
	background:url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.sort__section{
	position:absolute;
	top:0;
	right:0;
}
.sort--sub-layer{
	min-width:200px;
	width:100%;
}

.pagenation-next{
	position:absolute;
	right:0;
}
@media screen and (max-width: 640px){
	.product-list__section{
		margin-bottom:30px;
	}
	.sub-list{
		padding-bottom:30px;
	}
	.sub-list__unit{
		display:inline-block;
		vertical-align:top;
		padding:0 5px 20px;
		width:32.3%;
		font-size:14px;
	}
	.product-list__freespace-top{
		padding-bottom:30px;
	}
	.product-list__freespace-bottom{
		padding-top:30px;
	}
	.sort__section{
		position:relative;
		margin:0 0 20px auto;
	}
}


.next-page-box{
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 1px #001842;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.next-page-box{
  margin: 0 auto;
  padding: 0 auto;
}
.arrow-right.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 10px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.arrow-right.icon:before {
  content: '';
  position: absolute;
  right: 1px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.alert-text {
  font-size: 22px;
  color: red;
  font-weight: bold;
  margin-bottom: 0;
}