.p-sub-category {
  margin: 30px 10px;
  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: '-';
}
.c-image-wrap{
	background:none;
}

.c-image-box .icon_logo {
    position: absolute;
    width: 170px;
    top: 2%;
    left: 1%;
    max-width: 70%;
}
.c-image-box .icon_sanchi {
    position: absolute;
    width: 30%;
    max-width: 70px;
    bottom: -35px;
    right: 0;
}
.c-image-box {
    position: relative;
    display: block;
    margin: 0 auto;
    transition: background .2s;
    width: 100%;
    height: auto;
    background: none;
    padding-top: 0;
}
.c-image-box > a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;;
    width: 100%;
    height: 0;
    padding: 0;
    padding-top: 100%;
}
.c-product-list__image-wrap {
    border-width: 0px;
}
.c-image-box__image {
    position: absolute;
    top: 50%;
    bottom: unset;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    padding: 0;
    box-sizing: border-box;
}
.c-image-wrap::after{
 display:none; 
}
.c-text-area > .c-image-wrap {
    display: none;
}
.c-product-list__name{
	font-size: 24px;
    margin-top: 1.5em;
}
.c-product-list__name > span {
    font-size: 0.7em;
    display: inline-block;
}
.c-product-list__expl {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1em;
    text-align: left;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .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: both;
  }
.c-product-list__price{
    margin-top: 8px;
    font-size: 16px;
}
.c-product-list__name {
    font-size: 20px;
    margin-top: 35px;
}


}

