body {
	font-size: 100%;	
}



/* header */

header {
	width: 100%;
	position: absolute;
	z-index: 3;
}

header.fixed {
	position: fixed;
}

header a#logo {
	width: 159px;
	height: 60px;
	margin: 30px 0 0 20px;
	display: block;
	float: left;
}

header ul#nav {
	margin: 20px 25px 0 0;
	float: right;
}

header ul#nav li {
	display: inline;
	margin-left: 12px;
}

header ul#nav li a {
	color: #111111;
	font-size: 0.9rem;
	font-family: "Quattrocento Sans",sans-serif;
	font-weight: 700;
	letter-spacing: 1;
}

header ul#nav li a:hover {
	text-decoration: underline;
}

header a#nav-sp-btn {
	background: url(../img/nav_sp_btn.gif) no-repeat 50% 50%;
	display: none;
	width: 45px;
	height: 45px;
	float: right;
	margin: 30px 40px 0 0;
}

header a#nav-sp-close {
	background: url(../img/nav_sp_close.png) no-repeat 50% 50%;
	display: none;
	width: 45px;
	height: 45px;
	float: right;
	margin: 30px 40px 0 0;
}

div#nav-sp {
	display: none;
	width: 100%;
	height: 100vh;
	background-color: rgba(11,11,11,0.9);
	position: fixed;
	z-index: 2;
}

div#nav-sp ul{
	padding: 150px 0;
}

div#nav-sp ul li a {
	text-align: center;
	line-height: 3;
	color: #ffffff;
	display: block;
	font-size: 36px;
}


/* cover */

div#cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}



/* wrapper */

div#wrapper {
	width: 960px;
	margin: 0 auto;
}


/* section */

#home section {
	margin-bottom: 150px;
}

#home section h2 {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.8;
	font-family: "Quattrocento Sans",sans-serif;
	font-weight: 700;
	letter-spacing: 1.5;
	margin-bottom: 40px;
}

#home section h2 span {
	border-bottom: 3px solid #111111;
}


#home section p {
	font-size: 0.85rem;
	text-align: center;
	line-height: 2;
	font-weight: normal;
	margin-bottom: 30px;
}

#home section .eng {
	font-family: "Quattrocento Sans",sans-serif;
	font-size: 0.9rem;
}

#home section#lead {
	margin-top: 100px;
}



/* topMain */

div#topMain {

}


div#topMain p {
	font-size: 0.85rem;
	text-align: left;
	line-height: 2;
	font-weight: normal;
	margin-bottom: 30px;
}

div#topMain .en {
	font-family: "Quattrocento Sans",sans-serif;
	font-size: 0.9rem;
}



/* collection */

#home section#collection {
	width: 100% !important;
	position: relative;
	padding: 0;	
}

#home section#collection img {
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}

#home section#collection h3 {
	position: absolute;
	top: 520px;
	left: 30px;
	z-index: 2;
}

#home section#collection h3 a {
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.2;
	font-family: "Quattrocento Sans",sans-serif;
	font-weight: 700;
	color: #111111;
	background: #ffffff;
	width: 400px;
	height: 215px;
	display: block;
	padding-top: 30px;
}

#home section#collection h3 a:hover {
	color: #777777;
}

#home section#collection h3 span {
	font-size: 0.9rem;
	text-align: center;
	line-height: 1.8;
	font-family: "Quattrocento Sans",sans-serif;
	font-weight: 400;
	margin-top: 15px;
	display: block;
}

#home section#collection h3 span em{
	font-style: normal;
	text-decoration: underline;
}



/* brand */

#home section#brand {

}

#home section#brand div.el {
	width: 380px;
}

#home section#brand div.el h3 {
	font-size: 1rem;
	margin : 20px 0 15px 0;
	line-height: 1.7;
	text-align: center;
}

#home section#brand div.el h3 a {
	color: #111111;
	text-decoration: underline;
}

#home section#brand div.el h3 a:hover {
	text-decoration: none;
}

#home section#brand div.el p {
	text-align: left;
	line-height: 1.8;
	margin-bottom: 15px;
}

#home section#brand div.el p.eng {
	line-height: 1.7;
}

#home section#brand div#RESERVE {
    margin: 0 auto 3em;
}

#home section#brand div#comm {
	float: left;
	margin-left: 60px;
}

#home section#brand div#robinson {
	float: right;
	margin-right: 60px;
}


/* craftsmen */

#home section#craftsmen {
	width: 100% !important;
	position: relative;
	padding: 0;	
}

#home section#craftsmen img {
	margin: 0 auto 4em;
	display: block;
	position: relative;
	z-index: 1;
}


/* information */

#home section#information {

}

#home section#information ul {
	width: 450px;
	margin: 0 auto;
}

#home section#information ul li {
	margin-bottom: 20px;
}

#home section#information ul li span {
	font-size: 0.9rem;
	font-family: "Quattrocento Sans",sans-serif;
	margin-right: 15px;
}

#home section#information ul li a {
	font-size: 0.85rem;
	color: #111111;
	text-decoration: underline;
}

#home section#information ul li a:hover {
	text-decoration: none;
}



/* footer */

footer {
	font-size: 0.9rem;
	font-family: "Quattrocento Sans",sans-serif;
	text-align: center;
	padding: 50px 0;
}


/* clearfix */
/*/////////////////////////////////////////////////*/
#home section#brand:after {
	content:          " ";
	height:           0px;
	clear:            both;
	visibility:       hidden;
	display:          block;
}

#home section#brand {
	display:          inline-block;
}

/*\*/

* html #home section#brand {
	height:           1%;
}

#home section#brand {
	display:          block;
}
/*\*/