@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: 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;
}

.inner {
    max-width: 1100px;
    width: 90%;
    margin: auto;
    position: relative;
}
.cat_visual {
    margin: 0 0 64px;
}
section.category_block {
    padding: 0 0 140px;
}
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: 106px 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(../../common/img/text_arrow.png) no-repeat 50% 68px/16px auto;
    transition: 0.3s ease-out;
}
.view_more a:hover {
	opacity: 0.7;
    background: url(../../common/img/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;
}
}
/*
	SP
*/
@media screen and (max-width: 768px) {
	.product_top_block {
		width: 100%;
		position: relative;
		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;
	}
	
	.inner {
	    max-width: 1100px;
	    width: 90%;
	    margin: auto;
	    position: relative;
	}
	.cat_visual {
	    margin: 0 0 10.4vw;
	}
	section.category_block {
	    padding: 0 0 27.6vw;
	}
	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: 93%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 17.5vw auto 0;
	}
	.category_block ul.product_list li {
		width: 43.4%;
		margin: 0 0 13rem;
	}
	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(../../common/img/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;
	}
	
}