@charset "UTF-8";
/******* ここからcontentsエフェクト *******/

.content_img {
  position: relative;
  overflow: hidden;
  min-width: 200px;
  max-width: 300px;
}
.content_img_long {
  position: relative;
  overflow: hidden;
}
.content_img img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.content_img_long img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.content_img:hover img,
.content_img.hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}
.content_img_long:hover img,
.content_img_long.hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}
/******* ここまでcontentsエフェクト *******/

/******* ここからcontentsエフェクト *******/
.brand_img {
	position: relative;
	overflow: hidden;
	min-width: 150px;
	margin: 0 auto;
	max-width: 172px;
}
.brand_img a img {
	max-width: 100%;
	vertical-align: top;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.brand_img:hover a img,
.brand_img.hover a img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/******* ここまでcontentsエフェクト *******/

/******* ここからMOREボタンエフェクト *******/
.button {
	font-size: 13px;
	display: inline-block;
	width: 109px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	outline: none;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #fff;
	border-color: #111;
	color: #111;
	border: 1px solid #111;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.button:hover {
	background-color: #111;
	color: #fff;
	line-height: 36px;
}

/******* ここまでMOREボタンエフェクト *******/



/******* ここからstylecatalogエフェクト *******/
.style_img * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.style_img:after {
	background: #ffffff;
	width: 240%;           /*エフェクト幅調整*/
	height: 210%;          /*エフェクト幅調整*/
	position: absolute;
	content: '';
	opacity: 0.75;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	bottom: 0px;
	left:10px;
}
.style_img figcaption {
	position: absolute;
	top: 48%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.style_img h2 {
	opacity: 0;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #010101;
	margin: 0 auto;
	border-radius: 18px;
	width: 50%;
	letter-spacing: 2px;
	line-height: 35px;
	display: inline-block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.style_img a  {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.style_img:hover:after,figure.style_img.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.style_img:hover figcaption h2 ,figure.style_img.hover figcaption h2 ,figure.style_img:hover figcaption p ,figure.style_img.hover figcaption p  {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.style_img:hover figcaption h2 ,figure.style_img.hover figcaption h2  {
  opacity: 1;
}
.style_img:hover figcaption p ,figure.style_img.hover figcaption p  {
	opacity: 0.6;
}


/*****横に広がるエフェクト
.style_img * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.style_img:after {
	background: #101010;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	opacity: 0.3;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 0px;
	bottom: 0px;
}
.style_img figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.style_img h2 {
    opacity: 0;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	color: #010101;
	background-color: hsla(0,0%,100%,0.60);
	margin: 0 auto;
	border-radius: 8px;
	width: 50%;
	letter-spacing: 2px;
}
.style_img a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.style_img:hover:after,
.style_img.hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.style_img:hover figcaption h2,
.style_img.hover figcaption h2{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.style_img:hover figcaption h2,
.style_img.hover figcaption h2 {
  opacity: 1;
}*/
/******* ここまでstylecatalogエフェクト *******/

/******* ここからsalonlistエフェクト *******/
.wht_txt a {
	position: relative;
	display: inline-block;
	transition: .3s;
}

.wht_txt a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.wht_txt a:hover::after {
	width: 100%;
}

/******* ここまでsalonlistエフェクト *******/

/******* ここからf_menuエフェクト *******/
.underline {
	position: relative;
	display: inline-block;
	transition: .3s;
	line-height: 20px;
}

.underline::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.underline:hover::after {
	width: 100%;
}

/******* ここまでf_menuエフェクト *******/



/********* ヘッダーを横から表示 *********/
header nav#ham-menu {
 background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -300px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 300px; /*メニュー横幅*/
    z-index: 1000;
}

/*透過背景部分*/
header #menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}
header #menu-icon {
    background-color: #fff; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}
header #menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}
header #menu-cb:checked ~ #ham-menu,
header #menu-cb:checked ~ #menu-icon {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
}
header #menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}

header nav#ham-menu h2 {
 margin-bottom: 20px;
 font-size: 15px;
 font-weight: bold;
 margin-top: 20px;
}
header nav#ham-menu ul {
 margin-bottom: 50px;
}
header nav#ham-menu ul li {
 font-size: 16px;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
 letter-spacing: 2px;
 margin-bottom: 10px;
 background-image: url(../img/common/icon_02.png);
 background-repeat: no-repeat;
 background-position: left center;
 padding-left: 20px;
}
/********* ヘッダーを横から表示ここまで *********/


/******** リクルートhoverアクション ********/
.pickbox {
	position: relative;
	float: left;
	overflow: hidden;
	height: 197px;
	width: 307px;
}
.pickbox img  {
	max-width: 100%;
	vertical-align: top;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.pickbox:hover img,
.pickbox.hover img   {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
