@charset "UTF-8";

/* #header (Top page only)
------------------------------------------------------------------------- */

.homes #header {
	height: 440px;
	background: url(../images/header-bgimg-photo.jpg) no-repeat center center;
	background-image: url(../images/header-bgimg-tone.png), url(../images/header-bgimg-photo.jpg);
	background-position: left 90px, center center;
	background-repeat: repeat-x, no-repeat;
	background-size:auto, 100% 100%;
}

.homes #header #title {
	width: 170px;
	height: 140px;
	top: 20px;
	-webkit-border-radius: 85px;
	-moz-border-radius: 85px;
	border-radius: 85px;
}

.homes #header #title .line1 {
	font-size: 12px;
	margin-top: 14px;
}

.homes #header #title .line2 {
	font-size: 18px;
	font-weight:bold;
	margin-top: 15px;
}

.homes #header #title .jpname {
	font-size: 13px;
	margin-top: 52px;
}

.homes #header #lead {
	margin-left: 205px;
}

#header nav .gNav a {
	color: #6A6655;
}
/* Top imagearea (Top page only)
------------------------------------------------------------------------- */

#imagearea #catchcopy {
	width: 48%;
	display: inline;
	float: left;
	margin: 40px 0 0 4%;
	color: #fff;
}

#imagearea #catchcopy h1 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	-moz-text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 0 0 10px #000;
	-webkit-text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 0 0 10px #000;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 0 0 10px #000;
}

#imagearea #catchcopy #note {
	font-size: 13px;
	line-height: 1.8;
	margin-top: 7px;
	-moz-text-shadow: 0 0 10px #000, 0 0 10px #000;
	-webkit-text-shadow: 0 0 10px #000, 0 0 10px #000;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}

#imagearea #photo {
	width: 48%;
	display:inline;
	float: right;
	margin: 10px 0 0 0;
}


/* Top product New list (Top page only)
----------------------------------------------------- */

#product-new-list {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#product-new-list2 {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.rcm-productLink a,
.rcm-productLink a:visited {
	display: block;
	color: #222;
	padding: 20px 20px 15px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.rcm-productLink a:hover {
	color: #930;
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.rcm-productLink a .photo {
	margin: 0 0 10px 0;
	text-align: center;
}

.rcm-productLink a .photo img {
	width: 100%;
}

.rcm-productLink a h2 {
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.rcm-productLink a {
	text-decoration: none;
}

.rcm-productLink a .text {
	font-size: 10px;
	line-height: 1.5;
}

/* Top article (Top page only)
------------------------------------------------------------------------- */
.homes #main article {
	margin-top: 20px;
}

.homes #main article section {
	margin: 0;
	clear: none;
}

.home #main article section p {
	margin-bottom: 0;
}

/* Top product-thumb (Top page only)
------------------------------------------------------------------------- */
.product-thumb li {
	overflow: hidden;
	position: relative;
	margin: 0 0 15px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.product-thumb li:hover {
	opacity: 0.6;
}

.product-thumb li:last-child {
	margin: 0;
}

.product-thumb li a,
.product-thumb li a:visited {
	color: #222;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.product-thumb li a:hover {
	color: #930;
}

.product-thumb li .photo {
	width: 30%;
	padding: 15px 10px;
	float: left;
	text-align: center;
	line-height: 1;
}

.product-thumb li h3,
.product-thumb li .text {
	margin: 0 0 0 35%;
}

.product-thumb li h3 {
	font-size: 16px;
	font-weight: bold;
}

.product-thumb li .text {
	line-height: 1.4;
}


/* Top concept (Top page only)
------------------------------------------------------------------------- */

.conceptimage li {
	margin-bottom: 20px;
}

.conceptimage h3 {
	margin-bottom: 10px;
	position: relative;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.conceptimage h3 img {
	display: block;
	position: relative;
	z-index: 10;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	width:100%;
}

.conceptimage h3 a {
	text-decoration: none;
}

.conceptimage h3 a:hover img {
	opacity: 0.6;
}

.conceptimage h3 span {
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 85%;
	padding: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	z-index:20;
	font-weight: normal;
}

.conceptimage p {
	line-height: 1.4;
}

/*btn-product*/

.btn-product {
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	background-image:-webkit-gradient( linear, left top, left bottom, from(#fff), to(#EDEAE4) );
	background-image:-moz-linear-gradient( center top, #fff, #EDEAE4 );
 filter:progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFFFFFF, EndColorStr=#EDEAE4FF );
	position: relative;
}

.btn-product:hover {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
}


.btn-product .aisatsu{
	margin:10px;	
}

.readmore {
	line-height: 1;
	text-align: right;
}

.list-1column .btn-product .photo img{
	margin:10px;
}
			
.readmore a:before {
	color: #993300;
	content: "-";
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 0.2em;
}

.readmore a {
	color: #993300;
	text-decoration: none;
}
