/* main */
#main {
position: relative:
width: 100%; height: 100%;
background: #000000;
overflow: hidden;
}
#main video {
/*position: absolute;
top: 0;
left: 0;*/
z-index: 0;
min-width: 100%;
min-height: 100%;
/*background-image: url('http://img20.shop-pro.jp/PA01249/190/css/2/img/home.jpg');
background-color: transparent;*/
}
#main video img {
width: 100%;
height: auto;
}
#main h1 {
position: absolute;
top: 50%; left: 50%;
width: 600px; height: 250px;
margin: -100px 0 0 -300px;
}
#main h1 p {
font-family: 'Mrs Saint Delafield', cursive;
color: #ffffff;
text-align: center;
line-height: 1.0;
}
#main h1 .large {
margin-bottom: 0;
font-size: 58px;
}
#main h1 .small {
margin-bottom: 30px;
font-size: 24px;
}

/* recommend */
#recommend {
width: 100%; height: 650px;
background: #ffffff url(../../../../images/10-1.jpg) center center no-repeat;}
#recommend .inner {
margin: 0 auto;
padding-top: 100px;
width: 960px;
}
#recommend .inner .caption {
margin-bottom: 40px;
padding: 35px 0 0;
width: 320px;
/*border-top: 1px solid #332620;
border-bottom: 1px solid #332620;*/
text-align: left;
}
#recommend .inner .caption .large {
margin-bottom: 0;
font-family: 'Mrs Saint Delafield', cursive;
font-size: 60px;
line-height: 1.0;
}
#recommend .inner .caption .small {
margin-bottom: 0;
font-size: 12px;
font-weight: bold;
}
#recommend .inner .explain {
margin-bottom: 40px;
width: 320px;
font-size: 12px;
}
#recommend .inner .btn {
display: block;
width: 320px;
line-height: 37px;
background: #ffffff;
border: 1px solid #332620;
font-size: 13px;
font-weight: bold;
color: #222222;
text-align: center;
text-decoration: none;
/*-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);*/
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
#recommend .inner .btn:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
}

/* feature */
.bx-wrapper {
position: relative;
width: 100%; height: 100%;
}
.bx-viewport {
width: 100%; height: 100%;
}
.bx-controls .bx-pager {
display: none;
}
.bx-controls .bx-controls-direction {
}
.bx-controls .bx-controls-direction .bx-prev,
.bx-controls .bx-controls-direction .bx-next {
display: block;
position: absolute;
top: 50%;
margin-top: -20px;
width: 40px; height: 40px;
text-indent: -9999px;
}
.bx-controls .bx-controls-direction .bx-next {
right: 20px;
background: url(../../../../images/btn_bx_prev.png) 0 0 no-repeat;
}
.bx-controls .bx-controls-direction .bx-prev {
left: 20px;
background: url(../../../../images/btn_bx_next.png) 0 0 no-repeat;
}
#feature-list-top {
width: 100%; height: 100%;
}
#feature {
width: 100%; height: 100%;
}
#feature li {
position: relative;
width: 100%; height: 100%;
}
#feature li img {
position: absolute;
top: 50%; left: 50%;
margin: -220px 0 0 -320px;
}
#feature .feature-01 {
background: url(../../../../images/bg_feature_01.jpg) center center no-repeat;
background-size: cover;
}
#feature .feature-02 {
background: url(../../../../images/bg_feature_02.jpg) center center no-repeat;
background-size: cover;
}
#feature .feature-03 {
background: url(../../../../images/bg_feature_03.jpg) center center no-repeat;
background-size: cover;
}

/* product-list-top */
#product-list-top {
padding-top: 40px;
padding-bottom: 50px;
width: 100%;
}
#product-list-top ul {
overflow: hidden;
}
#product-list-top ul li {
float: left;
width: 16%;
}
@media screen and (max-width: 1400px) {
#product-list-top ul li {
float: left;
width: 20%;
}
}
@media screen and (max-width: 1000px) {
#product-list-top ul li {
float: left;
width: 25%;
}
}
@media screen and (max-width: 800px) {
#product-list-top ul li {
float: left;
width: 33%;
}
}
#product-list-top ul li a {
}
#product-list-top ul li a img {
display: block;
width: 100%; height: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
#product-list-top ul li a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-ms-filter: "alpha(opacity=60)";
}

/* shop-info */
#shop-info {
position: relative;
width: 100%; height: 100%;
background: url(../../../../images/bg_shopinfo.jpg) center center no-repeat;
background-size: cover;
}
#shop-info .shop-info-content {
position: absolute;
top: 50%; left: 50%;
margin: -180px 0 0 -150px;
padding: 100px 25px 0;
width: 250px; height: 300px;
background: #ffffff;
border: 5px solid #332620;
font-size: 11px;
text-align: center;
}
#shop-info .shop-info-content .logo {
margin-bottom: 45px;
}
#shop-info .shop-info-content p {
margin-bottom: 45px;
}
#shop-info .shop-info-content ul {
}
#shop-info .shop-info-content ul li {
display: inline;
}
#shop-info .shop-info-content ul li a {
}
#shop-info .shop-info-content ul li a img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
#shop-info .shop-info-content ul li a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-ms-filter: "alpha(opacity=60)";
}