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

/*
*/


/* -------------------------------------------- */

/* ▼全体 */

/* -------------------------------------------- */

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
a{
	color: #333;
}
a:hover img,
a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	transition: all 0.5s ease;
}
*{
	box-sizing: border-box;
}

/* -------------------------------------------- */

/* ▼PC-Heder */

/* -------------------------------------------- */

#op_header{
	width: 100%;
	margin: 0 auto 30px;
}

#op_header .hd_obi{
	width: 100%;
	height: 30px;
	background: #94928e;
}
#op_header .hd_obi_inner{
	width: 1040px;
	margin: 0 auto;
	padding: 0 20px 0 10px;
	color: #fff;
}
#op_header .souryo{
	width: 240px;
	float: left;
	font-size: 15px;
	line-height: 30px;
}
#op_header .navi1{
	width: 540px;
	float: right;
}
#op_header .navi1 ul{
	width: 540px;
}
#op_header .navi1 li{
	float: left;
	font-size: 13px;
	padding-right: 14px;
	margin: 6px 14px 6px 0;
	border-right: 1px solid #fff;
	height: 18px;
	line-height: 18px;
}
#op_header .navi1 li:last-child{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
#op_header .navi1 li a{
	text-decoration: none;
	color: #fff;
}

#op_header .hd_kanban{
	width: 1040px;
	margin: 20px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#op_header .hd_kanban a{
	text-decoration: none;
}
#op_header .hd_kanban h1 {
}
#op_header .hd_kanban .kanban_right{
	width: 620px;

}
#op_header .hd_btn1{
	width: 620px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 10px;
	overflow: hidden;
}
#op_header .hd_btn1 li{
	height: 38px;
	margin-right: 50px;
	position: relative;
}
#op_header .hd_btn1 li a{
	line-height: 38px;
}
#op_header .hd_btn1 li img{
	width: 16px;
	margin-right: 8px;
	vertical-align: middle;
}
	
#op_header .hd_btn1 li.underline a{
	font-size: 14px;
  display: inline-block;
  text-decoration: none;
}
#op_header .hd_btn1 li.underline a::after {
  position: absolute;
  bottom: 6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #908e89;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#op_header .hd_btn1 li a:hover::after {
  transform: scale(1, 1);
}
#op_header .hd_btn1 li a:hover{
	opacity: 1;
}
#op_header .hd_btn1 li.cart_btn{
	width: 150px;
	margin-right: 0;
}
#op_header .hd_btn1 li.cart_btn a{
	display: block;
	width: 150px;
	height: 38px;
	background: #b09d7c;
	border-radius: 4px;
	padding: 0 10px;
	line-height: 38px;
	color: #fff;
}
#op_header .hd_btn1 li.cart_btn a:hover{
	background: #c5b18e;
}
#op_header .hd_btn1 li.cart_btn a img{
	width: 23px;
	vertical-align: middle;
}
#op_header .search_area{
	width: 620px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	align-items: center;
}
#op_header .hotword{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 8px;
}
#op_header .hotword h4{
	color: #747474;
	font-size: 14px;
	border-bottom: 1px dotted #aaa;
	height: 22px;
	margin-right: 14px;
}
#op_header .hotword li{
	display: inline;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	margin-right: 4px;
	border-radius: 4px;
}
#op_header .hotword li a{
	color: #747474;
}
#op_header .search{
	overflow: hidden;
	width: 240px;
	margin: 0;
	border: 1px solid #b09d7c;
	border-radius: 3px;
}

#op_header .search input[type="text"] {
	border: none;
	box-sizing: border-box;
	width: 200px;
	height: 30px;
	padding-left: 8px;
}
#op_header .search input[type="text"]:focus {
	outline: 0;
}
#op_header .search input#button {
	vertical-align: middle;
	box-sizing: border-box;
}



/* Global Menu */
#gnavi_wrapper{
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
}
.gnavi{
	position: relative;
	width: 1040px;
	height: 50px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.gnavi li{
	width: 25%;
	height: 30px;
	position: relative;
	display: inline-block;
	border-right: 1px solid #aaa;
}
.gnavi li a {
    display: block;
	width: 80%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}
.gnavi li a:hover{
	color: #b09d7c;
}
.gnavi li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
right: 0;
	margin: auto;
  content: '';
  width: 50%;
  height: 3px;
	margin: 0 auto;
  background: #bdae8c;
  transform: scale(0, 1);
transform-origin: center top;
  transition: transform .3s;
}
.gnavi li a:hover::after {
  transform: scale(1, 1);
}

/* slider */
#slide_area{
	width: 100%;
	margin: 0 auto 10px;
}
.slick-slider{
    width: 100%;
    overflow: hidden;
}
.slick-slide a img {
    width: 100%;
}
.slick-slider .prev,
.slick-slider .next{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 190px;
    z-index: 9999;
    cursor: pointer;
}
.slick-slider .prev{
    left: 30px;
}
.slick-slider .next{
    right: 30px;
}
.slick-dots li button {
    width: 21px;
    height: 3px;
}
.slick-dots {
    width: 800px;
    bottom: 0;
    z-index: 9999;
    margin: 0 auto 20px;
	text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
	text-align: center;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    margin-right: 10px;
}
.slick-dots li button:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 3px;
    content: '';
    opacity: 1;
    transition: .4s;
    background: #bdc7c7;
}
.slick-dots .slick-active button:before{
    background: #b09d7c;
}
.slick-slide:not(.slick-center) {
	opacity: 0.2;
}
/* BRAND */
#brandlogo_area{
	width: 1040px;
	margin: 0 auto;
}
#brandlogo_area .brand{
	width: 1040px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 25px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#brandlogo_area .brand li{
	width: 190px;
	height: 90px;
	overflow: hidden;
}
#brandlogo_area .brand li img{
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
#brandlogo_area .brand li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
