.c-product-sort__selectBox{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
}
.c-product-sort__selectBox li{
  margin-left:2rem;
}
.c-product-sort__selectBox li:first-child{
  margin-left:0;
}
.c-product-sort__selectBox li a{
    color: #909090;
}
.c-product-sort__selectBox li a:hover{
    text-decoration: underline;
}
.c-product-sort__selectBox li.c-product-sort__selectitem_cur a{
    color: #000;
    font-weight: bold;
}
.p-sub-category {
  margin: 0 10px 20px;
  padding: 0;
  list-style-type: none;
}
.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}
.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}
.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}
.p-sub-category__link:hover {
  opacity: .66;
}
.p-sub-category__link:active {
  opacity: 1;
}
.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}
.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

@media screen and (min-width: 600px) {
  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }
  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
    .p-sub-category__item:nth-child(2n + 1) {
    clear: none;
  }
    .c-product-sort__switch{
    padding-top:20px;
    /*border-top:1px solid #eaeaea;*/
  }
  
}



.c-section__heading--sub-title {
  font-size:21px;
  text-align:left;
	font-weight: 700;
  max-width:1000px;
  margin:0 auto;
}
.p-sub-category {
  	display: flex;
	flex-wrap: wrap;
	margin-left: 7%;
	margin-right: 7%;
}
.p-sub-category__item {
  float: none;
}
.p-sub-category__item a:before {
	content: ">";
	margin-right: 5px;
}
.p-sub-category__name {
	padding-left: 0;
}
.p-sub-category__name::before {
  display: none;
}
.c-product-list__expl br {
	display: none;
}

@media screen and (min-width: 600px) {
  .p-cub-grpBox{
    text-align:left;
  }
	.p-sub-category {
		margin-left: auto;
		margin-right: auto;
	}
	.p-sub-category--top {
		display: flex;
      	max-width:1000px;
	}
  
	.p-sub-category__item {
		width: auto;
		padding: 0;
		position: relative;
	}
	.p-sub-category__item a {
		color: #909090;
	}
	.p-sub-category__item--cur a {
		font-weight: bold;
		color: #666;
	}
	.p-sub-category__item a:before {
		display: none;
	}
	.p-sub-category__item:nth-of-type(n+2) {
		margin-left: 36px;
	}
	.p-sub-category__item:nth-of-type(n+2)::before {
		content: '';
		display: block;
		width: 1px;
		height: 14px;
		background: #ccc;
		position: absolute;
		top: calc(50% - 7px);
		left: -18px;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	.c-product-list__expl {
		text-align: center;
	}
	.c-product-list__expl br {
		display: inline;
	} 
}
@media screen and (min-width: 960px) {
	.p-sub-category__link:hover {
		opacity: 1;
		text-decoration: underline;
	}
}

@media screen and (max-width: 759px) {
	#groupName{
	margin: 0 -4% 0 0;
}
    .p-sub-category {
        display: flex;
		overflow-x: auto;
        flex-wrap:nowrap;
        margin:0 auto;
		border-bottom: 1px solid #a29d79;
    }
	.p-sub-category .p-sub-category__item{
		flex: 0 0 auto;
		width: auto;
		padding-bottom: 4px;
		white-space: nowrap;
	}
		.p-sub-category .p-sub-category__item:last-child{
		margin-right: 0;
	}
	.p-sub-category__item a::before{
		content: '';
      margin-right:0;
      display:none;
	}
	.p-sub-category__link{
		padding: 0 8px;
	}
	.p-sub-category__item.p-sub-category__item--cur{
		color: #a29d79;
		font-weight: bold;

		border-bottom: #a29d79 solid 3px;
	}
	.c-product-sort__selectBox li{
		margin-left: 0;
	}
	.c-product-list__price.del::before{
		display: block;
		width: auto;
		text-align: center;
		top: 0;
		margin-bottom: 6px;
	}
}