@charset "UTF-8";

/* ---------------
	HAIR STYLE LIST SLICK SLIDER
-------------------------------------------------------*/
.style-slider-wrap.slick-box { margin-top: 40px; }
.ie8 .style-slider-wrap.slick-box { margin-top: 0px; }
.style-slider-wrap .slider-list.slick-slider-hair-top {
	text-align: center;
	max-width: 1680px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 38px 0 60px 0;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-list {}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 auto;
	top: 0;
	height: auto;
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slick-slide.slick-cloned.slick-active .visual img {
	margin: 0 0 0 auto;
	width: 100%;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li.slick-center  {
	top: 0;
	margin: 0 auto;
	height: auto;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 10;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li.left {}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li.right {}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a {
	display: block;
	text-decoration: none;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-wrap {}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-wrap .visual { background-color: #fff; }
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-wrap .visual img {
	max-height: none;
	width: 100%;
	margin: 0 auto;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li.slick-center a .visual-wrap .visual img {}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li.left a .visual-wrap {
	margin: 0 0 0 auto;
	text-align: right;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li.right a .visual-wrap {
	margin: 0 auto 0 0;
	text-align: left;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-wrap .visual .check {
	background: url(../images/icon/icon-check-1.png) no-repeat center center;
	display: none;
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0)";
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li.slick-center a:hover .visual-wrap .visual .check {
	visibility: visible;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100)";
	-moz-opacity: 100;
	-webkit-opacity: 100;
	opacity: 100;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-txt {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	background-color: rgba(255,255,255, .7);
	width: 240px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li.slick-center a:hover .visual-txt {
	visibility: visible;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100)";
	-moz-opacity: 100;
	-webkit-opacity: 100;
	opacity: 100;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-txt .style-name { padding: 0 0 0 18px; }
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-txt .style-name span { display: block; }
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-txt .style-name .type {
	font-size: 32px;
	color: #aaa;
	font-style: italic;
	opacity: .7;
	filter: alpha(opacity=70);
	letter-spacing: 1px;
	line-height: 1;
	font-weight: normal;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-txt .style-name .name {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-txt .style-txt { padding: 10px 20px 20px 34px; }
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-txt .style-txt .txt { font-size: 11px; line-height: 1.6;}
.style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li a .visual-txt .style-txt .more {
	display: block;
	text-align: right;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #333;
}
.style-slider-wrap.slick-box { overflow: hidden; }
.style-slider-wrap.slick-box .slick-list { overflow: visible;}
.style-slider-wrap .slick-pager {
	position: relative;
	text-align: center;
	z-index: 9999;
	top: 50px;
}
.style-slider-wrap .slick-pager li {
	margin: 0 8px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.style-slider-wrap .slick-pager li button {
	background-color: #d6d6d6;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50em;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
}
.style-slider-wrap .slick-pager li.slick-active button { background-color: #707070; }
.style-slider-wrap .slider-list .slick-arrow {
	display: block;
	position: absolute;
	top: 11.5%;
	width: 30%;
	height: 68.3%;
	z-index: 10;
	color: #fff;
	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;
	transition: all 0.3s ease-in-out;
}
.style-slider-wrap .slider-list .slick-arrow:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60)";
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}
.style-slider-wrap .slider-list .slick-arrow.prev {
	background: url(../images/bg/bg-cover-left.png);
	background-size: cover;
	left: 1.68%;
}
.style-slider-wrap .slider-list .slick-arrow.next {
	background: url(../images/bg/bg-cover-right.png);
	background-size: cover;
	right: 1.68%;
}
.style-slider-wrap .slider-list .slick-arrow i {
	font-size: 40px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
	opacity: .6;
}
.style-slider-wrap .slider-list .slick-arrow.prev i {
	right: 20px;
	text-align: right;
}
.style-slider-wrap .slider-list .slick-arrow.next i {
	left: 20px;
	text-align: left;
}


.ie8 .style-slider-wrap .slider-list.slick-slider-hair-top .slick-track li {}
.ie8 .style-slider-wrap .slider-list .slick-arrow {
	top: 9.5%;
	width: 34%;
}
.ie8 .style-slider-wrap .slider-list .slick-arrow:hover {}
.ie8 .style-slider-wrap .slider-list .slick-arrow.prev {
	left: 0;
}
.ie8 .style-slider-wrap .slider-list .slick-arrow.next {
	right: -10px;
}
.ie8 .style-slider-wrap .slider-list .slick-arrow i {}
.ie8 .style-slider-wrap .slider-list .slick-arrow.prev i {}
.ie8 .style-slider-wrap .slider-list .slick-arrow.next i {}


/* ---------------
	HAIR STYLE LIST
-------------------------------------------------------*/
.hair-style-list-wrap {
	background-color: #f0f0f0;
	padding: 60px 0;
}
.hair-style-list-inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.hair-style-list-inner .style-ttl.type1 {
	font-size: 46px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #000;
	line-height: 1;
	padding: 0 0 30px 0;
}
.style-gallery-wrap ul {
	margin: 0 -31px 0 0;
	overflow: hidden;
}
.style-gallery-wrap ul.inbl {
	display: inline-block;
	margin: 0;
}
.style-gallery-wrap ul.inbl li:first-child {
	margin: 30px 0 0 0;
}
.style-gallery-wrap ul.inbl li {
	margin: 30px 0 0 30px;
	float: left;
}
.style-gallery-wrap ul li {
	float: left;
	width: 216px;
	height: 280px;
	position: relative;
	margin: 30px 31px 0 0;
	overflow: hidden;
}
.style-gallery-wrap ul li a {
	display: block;
	color: #fff;
}
.style-gallery-wrap ul li a .style-img {}
.style-gallery-wrap ul li a .style-img img {
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-ms-transform: scale(1,1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;
}
.style-gallery-wrap ul li a:hover .style-img img {
	-webkit-transform: scale(1.15,1.15);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1.15,1.15);
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 400ms;
	-ms-transform: scale(1.15,1.15);
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 400ms;
}
.style-gallery-wrap ul li a .new,
.style-gallery-wrap ul li a .style-txt {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.style-gallery-wrap ul li a .new {
	background: url(../images/icon/icon-check-1.png) no-repeat center center;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0)";
}
.style-gallery-wrap ul li a:hover .new {
	opacity: 1;
	filter: alpha(opacity=100);
}
.style-gallery-wrap ul li a .style-txt {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .4);
	text-align: left;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0)";
}
.ie8 .style-gallery-wrap ul li a .style-txt {
	background: url(../images/bg/bg-op-black-2.png) repeat;
	display: none;
}
.ie8 .style-gallery-wrap ul li a:hover .style-txt {
	display: block;
}
.style-gallery-wrap ul li a:hover .style-txt {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100)";
}
.style-gallery-wrap ul li a .style-txt dl {
	position: absolute;
	bottom: 0;
	padding: 0 26px 40px 26px;
}
.style-gallery-wrap ul li a .style-txt dl dt {
	font-size: 13px;
	font-weight: bold;
}
.style-gallery-wrap ul li a .style-txt dl dd {
	font-size: 11px;
	line-height: 1.6;
	margin: 6px 0 0 0;
}
.style-gallery-wrap ul li a .style-txt .more {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	position: absolute;
	bottom: 12px;
	right: 24px;
}


/* ---------------
	RECOMMEND HAIR STYLE LIST
-------------------------------------------------------*/
.recommend-slider { position: relative; }
.recommend-slider .bx-viewport { height: auto !important; }
.recommend-slider .bx-controls-direction a {
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	top: 52%;
	overflow: hidden;
}
.recommend-slider .bx-controls-direction .bx-prev { left: -60px; }
.recommend-slider .bx-controls-direction .bx-next { right: -60px; }


/* ---------------
	SINGLE HAIR STYLE
-------------------------------------------------------*/
.single-slider-wrap {
	max-width: 960px;
	width: 100%;
	margin: 30px auto 0 auto;
	position: relative;
}
.single-slider-wrap .single-slider {}
.single-slider-wrap .single-slider li {}
.single-slider-wrap .single-slider li img {}
.single-slider-wrap .single-thumbs {
	width: 90px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
}
.single-slider-wrap .single-thumbs a {
	display: block;
	margin: 8px 0 0 0;
	border: 1px solid #fff;
	overflow: hidden;
}
.single-slider-wrap .single-thumbs a.active {
	background: #000;
}
.single-slider-wrap .single-thumbs a:first-child { margin-top: 0 }
.single-slider-wrap .single-thumbs a.active img {
	filter: alpha(opacity=60);
	opacity: .6;
}
.single-slider-wrap .single-thumbs a img { max-width: 100%; }
.single-slider-wrap .single-txt {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 110;
	text-align: left;
}
.single-slider-wrap .single-txt .style-name {}
.single-slider-wrap .single-txt .style-name span { display: block; }
.single-slider-wrap .single-txt .style-name .type {
	font-size: 52px;
	color: #dbdbdb;
	font-style: italic;
	line-height: 1;
	margin-top: -3px;
	white-space: nowrap;
}
.single-slider-wrap .single-txt .style-name .name {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.style-information-wrap { padding: 60px 0 0; }
.style-information-inner {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #000;
	padding-bottom: 50px;
}
.style-information-inner .style-box-wrap {}
.style-information-inner .style-box-wrap .style-box { width: 300px; }
.style-information-inner .style-box-wrap .style-box h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}
.style-information-inner .style-box-wrap .style-box .about {}
.style-information-inner .style-box-wrap .style-box .about p {
	font-size: 12px;
	text-align: justify;
}
.style-information-inner .style-box-wrap .style-box .menu {
	margin: 40px 0 0 0;
}
.style-information-inner .style-box-wrap .style-box .menu dl {
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	padding: 8px 0;
}
.style-information-inner .style-box-wrap .style-box .menu dl:first-of-type { border-top: 1px dashed #ccc; }

.style-information-inner .style-box-wrap .style-box .menu dl dt { float: left; }
.style-information-inner .style-box-wrap .style-box .menu dl dd { float: right; }
.style-information-inner .style-box-wrap .style-box .menu .txt {
	font-size: 10px;
	text-align: right;
	padding: 7px 0 0 0;
}
.style-information-inner .style-box-wrap .style-box .face {}
.style-information-inner .style-box-wrap .style-box .face dl {
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	padding: 8px 0;
}
.style-information-inner .style-box-wrap .style-box .face dl:first-of-type { border-top: 1px dashed #ccc; }
.style-information-inner .style-box-wrap .style-box .face dl dt {
	float: left;
	padding: 2px 0 0 0;
}
.style-information-inner .style-box-wrap .style-box .face dl.type2 dt { padding-top: 10px; }
.style-information-inner .style-box-wrap .style-box .face dl dd {
	margin: 0 0 0 60px;
	display: table;
	white-space: nowrap;
}
.style-information-inner .style-box-wrap .style-box .face dl.type1 dd span {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	padding: 2px 0;
	width: 70px;
	text-align: center;
	margin-left: 3px;
}
.style-information-inner .style-box-wrap .style-box .face dl.type1 dd span.select {
	background-color: #000;
	color: #fff;
}
.style-information-inner .style-box-wrap .style-box .face dl.type2 dd span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.style-information-inner .style-box-wrap .style-box .face dl.type2 dd span img {
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30)";
	opacity: .3;
}
.style-information-inner .style-box-wrap .style-box .face dl.type2 dd span.select img {
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100)";
	opacity: 1;
}
.style-information-inner .style-box-wrap .style-box .social-btn {
	white-space: nowrap;
	position: absolute;
	bottom: 9px;
	right: -7px;
}
.stylist-cut-info-wrap {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.stylist-cut-info-inner {
	padding: 40px;
	border-bottom: 1px solid #000;
}
.stylist-cut-info-inner .staff-img {
	width: 20%;
	margin: 0 2% 0 0;
}
.stylist-cut-info-inner .staff-img img {}
.stylist-cut-info-inner .staff-txt { width: 76%; }
.stylist-cut-info-inner .staff-txt > ul {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 4px;
}
.stylist-cut-info-inner .staff-txt > ul li {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}
.stylist-cut-info-inner .staff-txt > ul li strong {
	color: #a3a3a3;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 10px 0 0;
}
.stylist-cut-info-inner .staff-txt > ul li span { font-size: 14px; }
.stylist-cut-info-inner .staff-txt .txt {
	text-align: justify;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.stylist-cut-info-wrap .tag-wrap { margin: 10px 0 0 0; }
.stylist-cut-info-wrap .tag-wrap li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px 14px 0;
	border-bottom: 1px solid #000;
}
.stylist-cut-info-wrap .tag-wrap li:hover,
.stylist-cut-info-wrap .tag-wrap li:hover a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-color: #999;
	color: #999;
}
.stylist-cut-info-wrap .tag-wrap li a {
	display: block;
	padding: 2px 0;
	text-decoration: none;
}
.stylist-cut-info-wrap .tag-wrap li a span {
	background: url(../images/icon/icon-tag.png) no-repeat left top;
	padding: 0 0 0 18px;
}


