@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*sofa2 Page -PC-
/*
/* +++++++++++++++++++++++++ */

#index-main{
	text-align:center;
	background-color:#E9EDED;
}
.inner-content-area{
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}

.subttl01 {
	margin-bottom:40px;
	font-family: 'Century Gothic', serif;
	font-size: 30px;
	letter-spacing:0.05em;
	font-weight:normal;
}
.subttl01 .line {
	padding-bottom:10px;
	position:relative;
}
.subttl01 .line:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #282828;
}

/* +++++++++++++++++++++++++ */

.link-btn a{
	position:relative;
	display:inline-block;
	position:relative;
	padding: 15px 70px;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	text-decoration:none;
	text-align:center;
	border: solid 1px #282828;
	font-size:18px;
}
.link-btn a:after {
    content: "";
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-7px;
    display: block;
    width: 30px;
    height: 10px;
    border-right: 1px solid #282828;
    border-bottom: 1px solid #282828;
    transform: skewX(45deg);
}

/* +++++++++++++++++++++++++ */

#lead{
	margin: 0 auto;
}
#lead .txt{
	margin-bottom:30px;
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:20px;
	line-height:2.2;
	letter-spacing:0.05em;
	text-align:center;
}

/* +++++++++++++++++++++++++ */

#categorize{
	
}
.categorize-list{
	position:relative;
	width:1200px;
	height:1040px;
	margin-bottom:20px;
	background: url(../img/categorize_bg.jpg) no-repeat top center;
}
.categorize-list li{
	position:absolute;
	z-index:2;
}
.categorize-list .products01{
	top:233px;
	left:270px;
}
.categorize-list .products02{
	top:273px;
	left:515px;
}
.categorize-list .products03{
	top:240px;
	left:745px;
}
.categorize-list .products04{
	top:458px;
	left:280px;
}
.categorize-list .products05{
	top:455px;
	left:514px;
}
.categorize-list .products06{
	top:468px;
	left:751px;
}
.categorize-list .products07{
	top:676px;
	left:257px;
}
.categorize-list .products08{
	top:638px;
	left:530px;
}
.categorize-list .products09{
	top:682px;
	left:752px;
}
#categorize .cap{
	font-size:16px;
}

/* +++++++++++++++++++++++++ */

#item{
	position:relative;
	min-height:350px;
	padding-top:80px;
	font-size:20px;
}
#item:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:350px;
	background:#F3F3F3;
}
#item .content-area{
	position:relative;
	z-index:2;
}
#item .item-list{
	width:1100px;
	margin: 0 auto;
	padding:50px 50px 0;
	background-color:#fff;
	line-height:1.8;
}

