@charset "utf-8";
/* CSS Document */

/*スライダ*/
.sgl_mainvisual {
	position: relative;
	padding: 10px 0 0 0;
	background-color: #121212;
}


    .slick-prev,
    .slick-next {
        position: absolute;
        top: 50%;
        display: block;
		width: 40px;
		height: 40px;
        padding: 0;
        border: none;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        font-size: 0;
        line-height: 0;
        outline: none;
        background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
    }
    .slick-prev {
      left: 5px;
      z-index: 10;
	background-image: url(../img/megane/megane_sunglasses/slide_nav_prev.png);
    }
    .slick-next {
      right: 5px;
      z-index: 10;
	background-image: url(../img/megane/megane_sunglasses/slide_nav_next.png);
    }
.sgl_mainvisual .slick-next:hover,
.sgl_mainvisual .slick-prev:hover {
	opacity: 0.6;
}

.sgl_mainvisual .slides {
	width: 755px;
	height: 310px;
	overflow: hidden;
}
.sgl_mainvisual .slides li span {
	float: left;
}
.sgl_mainvisual .flex-next ,
.sgl_mainvisual .flex-prev {
	display: block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sgl_mainvisual .flex-prev {
	left: 5px;
	background-image: url(../img/megane/megane_sunglasses/slide_nav_prev.png);
}
.sgl_mainvisual .flex-next {
	right: 5px;
	background-image: url(../img/megane/megane_sunglasses/slide_nav_next.png);
}
.sgl_mainvisual .flex-next:hover,
.sgl_mainvisual .flex-prev:hover {
	opacity: 0.6;
}

/*ナビ*/
.sgl_nav {
	position: relative;
	padding-bottom: 10px;
	background-color: #121212;
}
.sgl_nav_ttl {
	position: absolute;
	top: 0;
	left: 50%;
	width: 99px;
	margin-left: -49px;
}
.sgl_nav ul:after {
	display: block;
	content: "";
	clear: both;
}
.sgl_nav ul li {
	float: left;
}
.sgl_nav ul li.mr{
	margin-right: 99px;
}
.sgl_nav ul li a {
	position: relative;
	display: block;
	width: 80px;
	height: 57px;
	margin: 1px 0 1px 2px;
	padding: 15px 0 0 0;
	background-color: #202020;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sgl_nav ul li:first-child a{
	margin-left: 1px;
}
.sgl_nav ul li a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 10px;
	height: 6px;
	margin-left: -5px;
	background-image: url(../img/megane/megane_sunglasses/nav_arrow.png);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sgl_nav ul li a:hover {
	background-color: #333333;
}
.sgl_nav ul li a:hover:after {
	bottom: 5px;
}

/*商品一覧*/
.sgl_box {
	padding: 0 0 20px 0;
	background-color: #121212;
}
.sgl_box .sgl_ttl {
	padding: 10px 0 15px;
	background: url(/assets/img/megane/megane_sunglasses/section_line.png) center top no-repeat;
	color: #d4b62a;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
}
.sgl_box .sgl_item_list:after {
	content: "";
	clear: both;
	display: block;
}
.sgl_box .sgl_item_list .sgl_item_box {
	float: left;
	width: 370px;
	margin: 0 0 10px 5px;
	border: 1px solid #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.sgl_box .sgl_item_list .sgl_item_frame {
	padding: 15px 0;
}
.sgl_box .sgl_item_list a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sgl_box .sgl_item_list a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.sgl_box .sgl_item_list .sgl_item_img {
	display: block;
	text-align: center;
}
.sgl_box .sgl_item_list .sgl_item_img > img {
	height: 132px;
}
.sgl_box .sgl_item_list .sgl_item_name {
	display: block;
	padding: 0 20px;
	color: #666666;
	text-align: center;
}
.sgl_box .sgl_item_list .sgl_item_price {
	display: block;
	color: #ec1e24;
	font-weight: bold;
	text-align: center;
}