.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.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;
  font-size: 11px;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
}

  .p-sub-category__item {
	display: inline-block;
    padding: 10px 7px;
    vertical-align: middle;
    background-color: beige;
    text-align: center;
    margin: 2px;
    border-radius: 20px;
}

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

  .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-product2-list {
    position: relative;
    display: flex;
    margin: 10px 0 !important;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #eaeaea;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.c-product2-list__item {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 33.3%;
    padding: 20px 20px 30px;
    transition: opacity .2s;
    text-align: center;
    border: 0\9;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 599px) {
.c-product2-list__item {
    padding: 20px 20px 20px;
}
.c-product2-list {
    position: relative;
    display: flex;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #eaeaea;
    flex-wrap: wrap;
}
.c-product2-list__item {
    position: relative;
    float: left\9;
    box-sizing: border-box;
    width: 50%;
    padding: 13px 13px 30px;
    transition: opacity .2s;
    text-align: center;
    border: 0\9;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
}






.c-product-sort{
	margin-bottom: 10px;
}

.c-section {
    margin: 0 0 20px !important;
}


.c-select__value{
	    padding: 0px 30px 0px 10px;
}

.p-sub-category{
	    padding: 5px;
		border-bottom: dotted 2px #D9D9D9;
		border-top: dotted 2px #D9D9D9;
  		margin: 5px 5px 40px;
}




.c-product-list__name{
		font-size:14px;
}
@media screen and (max-width: 599px) {
	.c-product-list__name{
		font-size:12px;
display: -webkit-box;
max-height: 80px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
word-break: break-all;      
}
}



.cat_txt{
	margin:35px 0 50px;
	overflow:hidden;
}

.cat_txt .ttl{
margin: 0 0 15px 0;
    clear: both;
}

.cat_txt .ttl img.pc{
}
.cat_txt .ttl img.sp{
	display:none;
}
@media screen and (max-width: 599px) {
.cat_txt .ttl img.pc{
	display:none;
}
.cat_txt .ttl img.sp{
	display:block;
}
}

.cat_txt ul li{
	margin:0 7px 7px;
}



.c-section__heading--sub-title{
  display:none;
}

h1.category_ttl{
font-size: 15px;
    font-weight: bold;
    background-color: #F5F5F5;
    padding: 2% 5% 1%;
    line-height: 1.8em;
    max-height: 999999px;
  color: #444;
}
.lead_txt{
      background-color: #F5F5F5;
    padding: 0 5% 2%;
    line-height: 1.8em;
    border-bottom: dashed 1px #ccc;
    font-size: 90%;
    max-height: 999999px;
  margin:0;
}

.grp-lst {
    margin-bottom: 5%;
    background: #FFF5EE;
}
.grp-lst ul{
	margin:0;
	padding: 0;
}
.grp-lst-unit {
    display: inline-block;
    border-right: 1px dotted #DBDBDB;

    width: 32.6%;
    height: 60px;
	padding: 7px 7px;
    vertical-align: middle;
	text-align:center;
}

.grp-lst-unit A{
  color: #333;
  text-decoration:none;  
}

/*
*, *:before, *:after {
	box-sizing: border-box;
}
*/

.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 31%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 43%;
	}
}

/*   デザイナーテキスト    */
.designer_txt{
  margin:15px 15px;
  background:#f7f6f2;
  padding:15px 15px;
  line-height: 1.8;
    font-size: 13px;
}
.designer_name{
  display:block;
     font-size: 14px;
     color: #222;
     font-weight: bold;
}



/*作り方、関連記事らへん*/

.cat_txt{
	margin:60px 0 50px;
}

.cat_txt .ttl{
margin: 0 0 15px 0;
    clear: both;
}
.cat_txt .ttl p{
    font-size: 18px;
    color: #000;
}
.cat_txt .ttl img.pc{
}
.cat_txt .ttl img.sp{
	display:none;
}
@media screen and (max-width: 599px) {
.cat_txt .ttl p{
    font-size: 14px;
}
.cat_txt .ttl img.pc{
	display:none;
}
.cat_txt .ttl img.sp{
	display:block;
}
}

.cat_txt .list A{
	text-decoration:none;
	color:#333;
}

.cat_txt .list{
	    float: left;
	margin:0 7px 25px;
	width:48.5%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

@media screen and (max-width: 599px) {
.cat_txt .list{
	width:96%;
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
}

@media screen and (min-width: 600px) {
.c-product2-list__item:nth-child(3n) {
    border-right: 0;
}
}

.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 30px;
}

.item {
  padding: 0px;
  width: 49%;
  background-color: #fff;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.itemsort {
  margin: 30px 0px 5px 10px;
  font-size: 14px;
  font-weight: bold;
}
 

.itembackground {
   background-image: url("//img07.shop-pro.jp/PA01408/231/etc/animat-rocket.gif");
   background-repeat: no-repeat;
   background-position: center center;
   height: 240px;
   background-size: 100px;
}

.prd-lst-price s{
  color: #EC5F5F;
  margin-right: 10px;
}

.prd-lst-price{padding: 0 0 0 5px;}

.prd-lst-span{
    margin-top:5%;} 
      
}

