/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}

@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}

.p-item-list-num {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}

.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}

.p-item-sort-list__item {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}

.p-item-sort-list__item:first-child {
  margin-left: 0;
}

.p-item-sort-list__item span {
  text-decoration: underline;
}

/* ここからカスタマイズ追記 */
.product_srh .l-search_hero {
  margin-top: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .product_srh .l-search_hero {
/*    margin-top: 140px;*/
  }
}

.l-search_result_flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.l-search_result_flex_set .l-flex_col {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 767px) {
  .l-search_result_flex_set .l-flex_col {
    width: 49%;
  }
}

.l-search_result_flex_set .p-title img {
  vertical-align: baseline;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .l-search_result_flex_set .p-title img {
    transform: rotate(0deg);
  }
}

.l-bottom {
  display: none;
}


.l-top_category .l-category_flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}

.l-top_category .l-category_flex_set .l-flex_col_card {
  width: 49%;
  margin-bottom: 3%;
}

#card-kani{
	width:100%;
}

@media only screen and (max-width: 767px) {
  .l-top_category .l-category_flex_set .l-flex_col_card {
    width: 49%;
  }
}

.l-top_category .l-flex_col_card figure{
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.l-top_category .card-content{
  background: #fff;
  padding: 10px 20px 15px;
  border-radius: 0 0 5px 5px;
}

.l-top_category .p-title {
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
}

.l-top_category .p-title img {
  vertical-align: baseline;
  margin-left:0.5em;
}

.l-top_category .p-text {
  font-size: 0.9em;
  line-height: 1.5;
}

.l-top_category .card-content ul{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-top:1em;
}
.l-top_category .card-content ul li{
  width: 32.8%;
  margin-bottom: 0.5em;
}
.l-top_category .card-content ul li a{
  display:block;
  line-height: 1.4;
  font-weight: bold;
  border: 1px solid rgba(0,0,0,0.25);
  padding: 10px 15px;
  border-radius: 5px;
  position:relative;
}
.l-top_category .card-content ul li a::after {
  content:"";
  position:absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 15px;
  height: 10px;
  background: url(https://file003.shop-pro.jp/PA01496/997/svg/icon_arrow_right_black.svg) no-repeat;
}

.l-top_category .l-shun_flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 100px;
}

.l-top_category .l-shun_flex_set .l-flex_col {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .l-top_category .l-shun_flex_set .l-flex_col {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-top_category .card-content {
    padding: 10px 15px 15px;
  }
  .l-top_category .p-title {
    font-size: 1.1em;
  }
  .l-top_category .p-text {
    font-size: 0.85em;
  }
  .l-top_category .card-content ul li {
    width: 49%;
  }
  .l-top_category .card-content ul li a {
    padding: 5px 30px 5px 10px;
    font-size: 0.9em;
  }
  .l-top_category .card-content ul li a::after {
    right: 5px;
  }
}

