/******************************/
/* Product list */
/******************************/

.box-item-list-filter
{
    width:100%;
    margin-bottom:40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-list-filter
{

}

.item-list-filter {
    width:50%;
    margin:1em auto;
    margin:0;
  position:relative;
}
.item-list-filter select{
  -webkit-appearance:none;
    appearance:none;
  width:100%;
  height:40px;
  padding:1em 1em;
  padding:0;
  padding:0.1em 0.8em;
  box-sizing:border-box;
  font-size:14px;
  font-weight:500;
  font-family: 'Noto Sans JP', sans-serif;
  line-height:1.5;
  border:#333 2px solid;
  color:#333;
  border-radius:2em;
  background:transparent;
}
.item-list-filter::after{
  content:"";
  display:block;
  width:6px;
  height:6px;
  margin-top:-3px;
  position:absolute;
  z-index:-1;
  right:15%;
  right:1.5em;
  top:50%;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg)translateY(-50%);
}



.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;

  font-family: 'Poppins', sans-serif;
  text-align:center;
  font-size: 22px;
  font-size: 32.5px;
  letter-spacing: 0.02em;
  margin:0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  font-size: 26px;
  }
}

.p-checked  {
  margin-bottom: 90px;
}

.product_list .p-category-list__link
{
	font-size:14px;
	padding-bottom:0.6em;
}

.product_list .p-category-list
{
	padding-bottom:1em;
}

.product_list .p-category-list__link .p-category-list__img
{
display:none;
}

.product_list .p-category-list .p-category-list__item
{
	padding-bottom:0.4em;
}

.product_list .p-category-list
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product_list .p-category-list .p-category-list__item
{
	width:46%;
}