.breadcrumb {
margin: 1.9em 0;
text-align: left;
font-size: 15px;
vertical-align: middle;
padding: 0 1.4%;
}
  .breadcrumb li{
    margin: 0 15px 0 0;
  }
  .breadcrumb p{
    margin: 0;
  }
  .breadcrumb a{
    color: #aaa;
  }
    .breadcrumb a:hover{
      color: #444;
    }


/******************************/
/* 追加 商品一覧 */
/******************************/
.product-head {
  margin-bottom: 45px;
}

.product-head__ttl {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}

.product-head__search {
  text-align: center;
}

.product-head-list {
  margin: 0 0 30px 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-head-list {
    margin-bottom: 45px;
  }
}

.product-head-list__item {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .product-head-list__item {
    display: block;
    margin-left: 0;
    border-bottom: 1px dashed #d4d4d4;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .product-head-list__item a {
    display: block;
    padding: 15px;
  }
}
.product-head-list__item a:hover {
  color: #000000;
}

.p-category-free {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 1.4%;
}

/***** 商品一覧 *****/
.p-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.p-item-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .p-item-list__item {
    width: 50%;
  }
}

.p-item-list__link {
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 0;
  background: #f5f5f5;
}
.p-item-list__link img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 上書き */
#category_box #product-srh .category_top {
  overflow: hidden;
  width: auto;
  height: auto;
}