@charset "utf-8";

/* opening */
#openingWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    background-color: #000;
    margin: 0;
    padding: 0;
    z-index: 3000;
}
#openingArea {
    position: relative;
    width: 1280px;
	height: 780px;
	margin: auto;
	padding: 0;
}
#openingVideo {
	width: 1280px;
	height: 720px;
	margin: 0;
	padding: 0;
}
#openingCaption {
    width: 1106px;
	height: 36px;
	margin: 0;
	padding: 12px 162px 12px 12px;
    color: #333;
    background-color: #e2e2e2;
    font-size: 14px;
    line-height: 18px;
}
#openingSkipBtn {
	width: 100px;
	display: inline-block;
    position: absolute;
    bottom: 18px;
    right: 18px;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
#openingSkipBtn:hover {
	text-decoration: underline;
	background: #ddd;
}
/* home button */
#homeBtn {
	width: 100px;
	display: inline-block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
#homeBtn:hover {
	text-decoration: underline;
	background: #ddd;
}
#langSelect {
	display: none;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
}
#langSelect li {
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	background: #fff;
	border: solid 1px #aaa;
	cursor: pointer;
}
#langSelect li:hover {
	text-decoration: underline;
	background: #ddd;
}
/* products selector */
#productSelectTitle {
    width: 1000px;
    height: 39px;
    position: absolute;
	margin: 0;
	padding: 0;
    top: 50px;
    left: 380px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

#products {
	display: flex;
	flex-flow: row wrap;
	position: absolute;
	width: 1040px;
	margin: 0;
	padding: 0;
	top: 90px;
	left: 380px;
}
/* productL */
.productblockL {
	width: 320px;
	height: 240px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	margin: 0 20px 20px 0;
}
.productblockL:hover {
	background: #ddd;
}
.productsttlL {
	width: 320px;
	height: 24px;
	position: absolute;
	top: 12px;
	left: 0px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.productimgL {
	width: 250px;
	height: 188px;
	position: absolute;
	top: 40px;
	left: 35px;
}
.productblockLN {
	width: 320px;
	height: 240px;
	position: relative;
	margin: 0 20px 20px 0;
}
/* productS */
.productblockS {
	width: 240px;
	height: 180px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	margin: 0 10px 20px 0;
}
.productblockS:hover {
	background: #ddd;
}
.productsttlS {
	width: 240px;
	height: 24px;
	position: absolute;
	top: 12px;
	left: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.productimgS {
	width: 180px;
	height: 135px;
	position: absolute;
	top: 40px;
	left: 35px;
}
.productimgS img {width: 180px; height: 135px;}
