/*--------------------------------------------
/*		cat_feature - tiny - slide
/*--------------------------------------------*/
.about .flex-control-nav,.about .flex-direction-nav {
	display: none;
}
.slides {
display: none;
}
.flex-control-nav {
	width: 100%;
    position: absolute;
    bottom: 12px !important;
    text-align: center;
    z-index: 999;
}
.carousel .flex-control-nav{display: none;}
.main .flex-nav-prev a {display: none;}
.main .flex-nav-next a {display: none;}
.flex-control-paging li a.flex-active {
	background: #ECEAE2 !important;
	border: 1px solid #251E1C !important;
	border: none;
	box-shadow: none !important;
}
.flex-control-paging li a {
	background: #E5651C !important;
	border: 1px solid #251E1C;
	box-shadow: none !important;
	
}
.flex-direction-nav a:hover {
	opacity: 1;
}
.flex-direction-nav a {
  display: block;
  width: 32px;
  height: 0;
padding-top: 32px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*--------------------------------------------
/*		cat_feature - tiny
/*--------------------------------------------*/
#nef {
	width: 1140px;
	margin: 0 auto;
	background: #ECEAE2;
	color: #251E1C;
	border: 1px solid #251E1C;
box-sizing: border-box;}
#nef a {
	color: #251E1C;
}
#nef .link a {
	text-decoration: underline;
}
#nef div.main {
	border-bottom: 1px solid #251E1C;
	position: relative;
}
#nef div.main h2 {
	position: absolute;
	top: 4%;
	 left: 50%;
   transform: translateX(-50%);
}
#nef section {
	display: flex;
	border-bottom: 1px solid #251E1C;
}
#nef section.reverse {
	flex-flow: row-reverse;
}
#nef section div {
	box-sizing: border-box;
}
#nef section.reverse .right {border-right: 1px solid #251E1C;}
#nef section.reverse .left {border: none;}
#nef section .left {
	width: 50%;
	border-right: 1px solid #251E1C;
	padding: 4%;
}


#nef section.products .left {
	width: 50%;
	padding: 0 !important;
}
#nef section.products .right {
	width: 50%;
	padding:2%;
}
#nef section.products.label .right {
	position: relative;
}
#nef section.about .left,#nef section.material .left {
	padding-top: 6%;
}
#nef section .right {
	width: 50%;
	box-sizing: border-box;
}
#nef section.label .left {
	position: relative;
}
#nef .products h3 {
	font-size: 20px;
	margin-bottom: 1%;
}
#nef .products .price {
	font-size: 14px;
}
#nef .p-img {
	    margin: 0 auto;
	width: 90%;
}
#nef .tag {
	position: absolute;
	top:0;
	left: 0;
	background: #E5651C;
	font-size: 16px;
	padding: 8px;
	z-index: 10;
}
#nef .material .tag {
	background: #39AF4A;
}
#nef .about .right h2 {
	margin-bottom: 10%;
	    width: 80%;
}
#nef .about .right img {
	width: 100%;
}
#nef .main_text {
	font-size: 16px;
	letter-spacing: 0.05em;
    line-height: 1.6;
	margin-bottom: 14%;
}
#nef .about h3 {
	width: 50%;
	margin-bottom: 5%;
}
#nef .about .brand_text {
	font-size: 14px;
	letter-spacing: 0.05em;
    line-height: 1.6;
}
#nef h2 {
	font-size: 24px;
	margin-bottom: 5%;
}
#nef h2 span {
	font-size: 14px;
	    margin-left: 2%;
}
#nef span.btn {
	background: #251E1C;
    text-align: center;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
}
#nef .btn_all a {
	color: #E05522;
	border: none;
    padding: 12px;
    font-weight: bold;
    width: 240px;
}
#nef section:last-child {
	border-bottom: none;
}
@media (min-width: 767px) {
#nef .main img.sp {display: none;}
}
@media (max-width: 767px) {
	#wrapper {
		padding: 0 3%;
	}
	#nef {
		width: 100%;
	}
	#nef .main img.pc {display: none;}
	#nef section {
		display: block;
		margin-bottom: 0;
	}
	#nef section .left {width: 100%; }
	#nef section .right {width: 100%;}
	#nef section.products .left {width: 100%;border-bottom: 1px solid #251E1C;}
	#nef section.products .right {width: 100%;    padding: 6%;}

#nef section.products.label .right {
    position: unset;
}
	#nef section.products.label {
		position: relative;
	}
	#nef section.reverse .right {border: none;}
	#nef section .left {border: none;}
	#nef h2 {text-align: left;    width: 78%;}
	#nef .material h2 {width: 100%;}
	#nef section.about .left, #nef section.material .left {
		padding-top: 16%;
		border-bottom: 1px solid #251E1C;
	}
	#nef section .left {
		padding: 8%;
	}
	#nef .p-img {
		width: 82%;
    margin: 0 auto 8%;
	}
	
.flex-direction-nav a {
	margin: -34px -10px 0;
}
	#nef div.main h2 {
    position: absolute;
    top: 3%;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    width: 56%;
    line-height: 0;
}
}

