@charset "euc-jp";

/* トップイメージ */
#image-wrapper { /* background-color: #6e6b63; */ background-color: #eaebf0; position: relative; min-height: 700px; }
#topimage {
	margin: 0 auto;
	background: url(https://img21.shop-pro.jp/PA01361/808/etc/topimage.jpg) center top no-repeat;
	background-size: auto 100%;
/*	width: 1200px; */
	min-height: 700px;  }

/* ロゴ画像 */
#top-logo {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden; }
#top-logo a {
	display: inline-block;
	float: right; 
	margin-right: 100px;
	margin-top: 512px; }
#top-logo img {
	max-height: 100px;
	width: auto; }

	
@media screen and (max-width: 1200px) {
	#topimage {
		width: 100%; }
	#top-logo {
		width: 100%; }
}

/* お知らせ */
#information-wrapper {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%; }

#information {
	color: #cfcfcf;
	padding: 25px 0 19px; }
	
#information h3 { display: inline-block; font-weight: normal; font-size: 14px; }
#information p { display: inline-block; }
#information span.mark { margin: 0 24px; font-size: 12px; color: #c8c271; }
#information span.date { margin-right: 16px; }

/* スライダー */
/* .slider {
	position: relative; }
.bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	left: 0 !important;
	border: none !important; }
#slider div { width: 100% !important; } */

/* コンセプト */
#concept-wrapper {
	padding: 1em 0;
	background-color: #1b1b1b; }
	
#concept-wrapper div {
	margin-bottom: 60px;
	text-align: center;
    line-height: 30px; }
	
div.concept-text { color: #777777; }
div.concept-image img { width: 100%; height: auto; }

.more_prd {
	display: none;
	background-color: #aaa;
	color: #fff;
	font-size: 123.076%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* バナー */
#banner-wrapper {
	overflow: hidden;
	background: #343434; }

#banner-box {
	width: 860px;
}

div.banner-left {
	text-align: center;
	width: 49%;
	float: left;
	clear: both;
}
div.banner-right {
	text-align: center;
	width: 49%;
	float: right;
}
div.banner-left img, 
div.banner-right img {
	margin: 60px auto;
	width: 400px;
	height: auto;
}
@media screen and (max-width: 1000px) {
	#banner-box {
		width: 100%; }
	div.banner-left img, 
	div.banner-right img {
		width: 90%;
		height: auto;
	}
}