@charset "utf-8";

#mainImg {
	background: url(../../img/feature/pic_main.jpg) no-repeat 50% 0;
	background-size: cover;
}

.featureWrap {
	padding-bottom: 100px;
}

#feature01Wrap {
	background: url(../../img/feature/bg_feature01.jpg) no-repeat 50% 100%;
}
#feature03Wrap {
	background: url(../../img/feature/bg_feature03.jpg) no-repeat 50% 100%;
}

#featureTab  {
	display: flex;
	align-items: stretch;
	margin: 40px auto;
}

#featureTab li {
	width: 316px;
	margin-left: 26px;
	padding-bottom: 35px;
}
#featureTab li:first-child {
	margin-left: 0;
}

#featureTab li.active {
	background: url(../../img/common/ico_arrow_bottom.png) no-repeat 50% 100%;
}
#featureTab li img {
	width: 100%;
}
#featureTab li.active img {
	box-sizing: border-box;
	border: 3px solid #8c724d;
}
#featureTab li a {
	display: block;
}
#featureTab li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#featureTab li p {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 5px;
}


/* #feature01
------------------------------------------------------ */
#feature01 {
	padding-top: 420px;
	background: url(../../img/feature/pic_feature0101.jpg) no-repeat 50% 0;
}

#feature01 .wrapper {
	padding-top: 40px;
}

#feature01 .lead {
	font-size: 140%;
	text-align: center;
}

.f01Con {
	width: 1000px;
	margin-top: 50px;
	position: relative;
}

.f01Con > img {
	width: 470px;
	float: left;
}
.f01Con.reverse > img {
	float: right;
}

.f01TxtWrap {
	width: 500px;
	float: right;
}
.f01Con.reverse .f01TxtWrap {
	float: left;
}

.f01Con h3 {
	font-size: 240%;
	color: #8c724d;
	margin-bottom: 15px;
}

.f01Con p {
	margin-bottom: 20px;
}

.f01Img {
	width: 500px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.reverse .f01Img {
	right: auto;
	left: 0;
}

.f01Img img {
	float: left;
}
.f01Img img:nth-child(2) {
	float: right;
}

/* #feature02
------------------------------------------------------ */


/*#feature02 .wrapper {
	height: 840px;
	position: relative;
}*/

#feature02 .lead {
	font-size: 140%;
}


#feature02 .summary {
	width: 324px;
	position: absolute;
}

#sumNW_out {
	background: url(../../img/feature/bg_featureNw.jpg) no-repeat 50% 50%;
	height: 329px;
	margin: 85px 0 50px 0;
}

#sumSW_out {
	background: url(../../img/feature/bg_featureSw.jpg) no-repeat 50% 50%;
	height: 329px;
}

.sumInner {
	position: relative;
	height: 329px;
}

#sumNW {
	top: 5px;
	left: 303px;
}
#sumSW {
	top: 5px;
	left: 433px;
}

#feature02 .summary h3 {
	margin-bottom: 30px;
}

#feature02 .summary p {
	font-size: 120%;
	margin-bottom: 25px;
}

#feature02 #sumNW_out .summary .btn2 {
	position: absolute;
	top: 280px;
	width: 175px;
}

#feature02 #sumSW_out .summary .btn2 {
	position: absolute;
	top: 279px;
	width: 175px;
}

/*#f02Img {
	width: 240px;
	position: absolute;
	right: 30px;
	top: 640px;
}

#f02Img li {
	margin-bottom: 10px;
}


#designerInfo .left {
	width: 340px;
	float: left;
}

#designerInfo .right {
	width: 620px;
	float: right;
	background: #f6f0e3;
	padding: 26px;
	box-sizing: border-box;
}


#designerInfo h3 {
	font-size: 240%;
	color: #8c724d;
	margin-bottom: 10px;
}

#designerInfo p {
	font-size: 120%;
}

#designerInfo .right dl {
	width: 256px;
}
#designerInfo .right dl:nth-child(1) {
	float: left;
	border-right: 1px solid #e8e2d6;
	padding-right: 26px;
}
#designerInfo .right dl:nth-child(2) {
	float: right;
}

#designerInfo .right dt {
	font-size: 160%;
	color: #8c724d;
	margin-bottom: 15px;
}

#designerInfo .right dd {
	font-size: 120%;
}
*/

/* #feature03
------------------------------------------------------ */
#feature03 {
	padding-top: 420px;
	background: url(../../img/feature/pic_feature0301.jpg) no-repeat 50% 0;
}

#feature03 .wrapper {
	padding-top: 40px;
}

#feature03 .lead {
	font-size: 140%;
	text-align: center;
	margin-bottom: 40px;
}




























