@charset "euc-jp";
/*
	全サイズ共通
*/
main {
	text-align: center;
}

/*
	PC
*/
@media screen and (min-width: 769px) {
  .cat_list ul{
    display:flex;
    padding:0 2.9%;
  }
  .cat_list ul li{
  	margin-right: 20px;
    font-size:12px;
    font-weight:bold;
  }
  .cat_list ul li:nth-child(2) a{
    padding:0 5px;
  }
.product_top_block {
	width: 100%;
	height:auto;
   margin:80px auto  80px;
	/*
  	height:250px;
  	background: url(//lisarch.heteml.net/ec/img/product/product_top.jpg) no-repeat center center/cover;
	position: relative;
    margin: 0 0 150px;
  	*/
}
.ttl_box {
	width: 300px;
	height: 90px;
	padding: 37px 0 0;
  /*
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	
  */
  margin: auto;
	text-align: center;
	background: #ffffff;
}
.ttl_box h2 {
  
	font-size: 18px;
	letter-spacing: 2px;

}
/*.ttl_box h2 span {
	margin: 9px 0 0px;
	display: block;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}*/
 .ttl_box h2 span {
	display: none;
} 

.inner {
    max-width: 1100px;
    width: 90%;
    margin: auto;
    position: relative;
}
.cat_visual {
    margin: 0 0 64px;
}
section.category_block {
    padding: 70px 0 140px;
    margin-top: -70px;
    /*display:none;*/
}
  section.category_block.visible{
  display:block;
  }
section.category_block h2 {
    font-size: 18px;
    letter-spacing: 2px;
}

section.category_block h2 span {
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin: 10px 0 0;
    letter-spacing: 1px;
}
section.category_block h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.77;
    letter-spacing: 1.3px;
    margin: 18px 0 0px;
}
.category_block ul.product_list {
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0 0;
}
.category_block ul.product_list li {
	width: 25%;
	padding: 0 2.9%;
    margin: 0 0 35px;
}

p.item_cat {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 12px 0 0px;
}

p.item_name {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 1.2px;
    color: #093b80;
    margin: 12px 0 9px;
}

p.item_price {
    font-size: 14px;
    letter-spacing: 2px;
}
.view_more {
    margin: 75px auto 0px;
    width: 335px;
    background: #f4f4f4;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1.6px;
}
.view_more a {
    display: block;
    width: 100%;
    padding: 28px 0 28px;
    background: url(//lisarch.heteml.net/ec/img/common/text_arrow.png) no-repeat 50% 68px/16px auto;
    transition: 0.3s ease-out;
}
.view_more a:hover {
	opacity: 0.7;
    background: url(//lisarch.heteml.net/ec/img/common/text_arrow.png) no-repeat 55% 68px/16px auto;
}

.view_more a span {
    color: #093b80;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 12px;
}
section.category_block.other_block {
    padding: 0px 0 135px;
}
  .bnr {
    margin: 75px auto 0px;
    width: 580px;
}
  .favorite-button{
    width: 20px;
    padding: 0;
    border: none;
    background: none;
    margin: 12px 0 0;
    cursor:pointer;
  }
  
}
/*
	SP
*/
@media screen and (max-width: 768px) {
    .cat_list ul{
   width:100%;
    text-align:left;
      margin-left:5px;
  }
  .cat_list ul li{
  	margin-bottom: 20px;
    font-size:12px;
    font-weight:bold;
    line-height:1.6;
  }
  .cat_list ul li:nth-child(1) a{
  padding-left:5px;
  }
  .cat_list ul li:nth-child(2) a{
    padding:0 5px;
  }
	.product_top_block {
		width: 100%;
		position: relative;
      margin:5vw 0 10vw;
      /*
		margin: 0 0 25.3vw;
      */
	}
	.ttl_box {
		width: 53%;
		height: 16vw;
		padding: 4.9vw 0 0;
      /*
		position: absolute;
		bottom: -10.7vw;
		left: 0;
		right: 0;
      */
		margin: auto;
		text-align: center;
		background: #ffffff;
	}
	.ttl_box h2 {
		font-size: 16rem;
		letter-spacing: 0.4rem;
	}
	/*.ttl_box h2 span {
		margin: 1.7vw 0 0px;
		display: block;
		font-size: 10rem;
		font-weight: normal;
		letter-spacing: 0.2rem;
	}*/
  .ttl_box h2 span {
		display: none;
	}
	
	.inner {
	    max-width: 1100px;
	    width: 90%;
	    margin: auto;
	    position: relative;
	}
	.cat_visual {
	    margin: 0 0 10.4vw;
	}
	section.category_block {
	    padding: 70px 0 0;
       margin-top: -70px;
	    
	}
 
	section.category_block h2 {
	    font-size: 16rem;
		letter-spacing: 0.4rem;
	}
	
	section.category_block h2 span {
	    display: block;
	    font-size: 10rem;
	    font-weight: normal;
	    margin: 2vw 0 0;
	    letter-spacing: 0.2rem;
	}
	section.category_block h3 {
	    font-size: 12rem;
	    font-weight: normal;
	    line-height: 1.77;
	    letter-spacing: 0.2rem;
	    margin: 7vw 0 0px;
	}
	.category_block ul.product_list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 7.5vw auto 13.5vw;
	}
	.category_block ul.product_list li {
		width: 47%;
		margin: 0 0 30rem;
	}
	p.item_cat {
	    font-size: 9rem;
	    font-weight: bold;
	    letter-spacing: 0.2rem;
	    margin: 3.2vw 0 0px;
	}
	
	p.item_name {
	    font-size: 11rem;
	    font-weight: bold;
	    line-height: 1.75;
	    letter-spacing: 0.1rem;
	    color: #093b80;
	    margin: 1.9vw 0 1.1vw;
	}
	
	p.item_price {
	    font-size: 12rem;
	    letter-spacing: 0.2rem;
	}
	.view_more {
	    margin: 0 auto 0px;
	    width: 100%;
	    background: #f4f4f4;
	    font-size: 10rem;
	    text-align: center;
	    letter-spacing: 0.16rem;
	}
	.view_more a {
	    display: block;
	    width: 100%;
	    padding: 8.3vw 0 7.4vw;
	    background: url(//lisarch.heteml.net/ec/img/common/text_arrow.png) no-repeat 50% 18.7vw/4.5vw auto;
	}
	
	.view_more a span {
	    color: #093b80;
	    font-size: 11rem;
	    font-weight: bold;
	    letter-spacing: 0.2rem;
	    display: block;
	    margin: 0 0 2.8vw;
	}
	section.category_block.other_block {
	    padding: 0px 0 0;
	}
	
}

.fav-items .heart {
	width: 24px; /* pathのサイズ */
	height: 24px; /* pathのサイズ */
	background: #000; /* 色 */
	clip-path: path("M12 4.248c-3.148-5.402-12-3.825-12 2.944 0 4.661 5.571 9.427 12 15.808 6.43-6.381 12-11.147 12-15.808 0-6.792-8.875-8.306-12-2.944z");
	transform: scale(0.9);
}

.heart {
	width: 24px; /* pathのサイズ */
	height: 24px; /* pathのサイズ */
	background: #000; /* 色 */
	clip-path: path("M12 21.593c-5.63-5.539-11-10.297-11-14.402 0-3.791 3.068-5.191 5.281-5.191 1.312 0 4.151.501 5.719 4.457 1.59-3.968 4.464-4.447 5.726-4.447 2.54 0 5.274 1.621 5.274 5.181 0 4.069-5.136 8.625-11 14.402m5.726-20.583c-2.203 0-4.446 1.042-5.726 3.238-1.285-2.206-3.522-3.248-5.719-3.248-3.183 0-6.281 2.187-6.281 6.191 0 4.661 5.571 9.429 12 15.809 6.43-6.38 12-11.148 12-15.809 0-4.011-3.095-6.181-6.274-6.181");
	transform: scale(0.9);
}