@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/
body {
	min-width: 1270px;
}

::selection {
	background: #eee;
	color: #999;
}

::-moz-selection {
	background: #eee;
	color: #999;
}

.noscroll {
	overflow: hidden;
}
header {
    background-color: #fff;
    min-width: 1270px;
    z-index: 99;
    box-shadow: 0 0 40px rgba(0,0,0,0.05);
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
}

ul.global_menu {
    display: inline-block;
    letter-spacing: -0.4rem;
    text-align: left;
    width: 58%;
	-webkit-font-smoothing: antialiased;
}

ul.global_menu > li {
    display: inline-block;
    font-size: 12px;    
	font-weight: 400;
    padding: 27px 18px;
    position: relative;
    transition: all 0.1s ease-in-out 0s;
    vertical-align: middle;
}

ul.global_menu > li:hover {
	color: #ddd;
}
ul.global_menu > li a {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	left: 0;
	top:0;
}
.global_menu_sub {
    display: inline-block;
    text-align: right;
    width: 40%;
}

.global_menu_sub li {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    position: relative;
    vertical-align: middle;
}

.global_menu_sub li.search_salon_link {
  margin-right: 15px;
  padding: 14px;
  background-color: #9b303e;
  border: 1px solid #9b303e;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  transition: all ease 0.3s;
}
.global_menu_sub li.search_salon_link i {
  color: #fff;
  transition: all ease 0.3s;
}
.global_menu_sub li.search_salon_link:hover {
  background-color: #fff;
  color: #9b303e;
}
.global_menu_sub li.search_salon_link:hover i {
  color: #9b303e;
}

.global_menu_sub li a {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	left: 0;
	top:0;
}

.global_menu_sub li i {
    color: #9d2f3c;
    font-size: 15px;
    margin-right: 8px;
}

/*パンくず*/
.breadcrumb {
    background: #222 none repeat scroll 0 0;
    padding: 8px 0;
    font-family: "Noto Sans JP",sans-serif;
}
.syncer-brcb {
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
	padding: 0 30px;
}
.syncer-brcb li {
	float: left;
	color: #fff;
}
.syncer-brcb li:hover span {
	color:#E2CFBA;
}

.syncer-brcb li:after {
	padding: 0 8px;
	font-weight: 400;
}
.syncer-brcb li:last-child:after {
	content: none;
}
.syncer-brcb li span {
    color: #aaa;
    font-size: 10px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.page_caption {
    color: #666;
	letter-spacing: 1px;
	line-height: 22px;
    font-size: 0.84em;
    margin: 0 auto 45px;
    text-align: center;
}
.syncer-brcb li i {
    color: #fff;
    margin: 0 10px;
}



ul.min_global_menu {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    min-width: 1270px;
    text-align: center;
    width: 100%;
    z-index: 999999;
}
.min_global_menu {
	position: fixed;
	top: 0;
	z-index: 50;
	display: none;
	background: rgba(255,255,255,0.9);
}
.min_global_menu > li {
    background-position: center 80%;
    background-repeat: no-repeat;
    color: #555;
    display: inline-block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.min_global_menu > li:first-child {
    padding: 0 20px;
}
body > ul > li:nth-child(8) {
    background-color: #9d2f3c;
    color: #fff;
    padding: 20px 20px;
    margin-left: 20px;
}
ul.min_global_menu > li a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}
ul.min_global_menu .search_salon_link {
  color: #9b303e;
}

/*製品のドロップダウン*/


.dropholder{
  width: 322px;
  height: 60px;
  margin:100px auto;
  padding:0 0 0 20px;
  border-radius:10px;
  position: relative;
  /*-webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-animation: move 1s ease-in-out infinite;
  -moz-animation: move 1s ease-in-out infinite;
  -ms-animation: move 1s ease-in-out infinite;
  -o-animation: move 1s ease-in-out infinite;
  animation: move 1s ease-in-out infinite;*/
  position: relative;
}
/*.dropholder:hover, .dropholder:hover:after {
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -ms-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
}*/

.menu, .menu_min {
    background-color: #222;
    box-shadow: 0 20px 14px rgba(0, 0, 0, 0.15);
    top: 74px;
    width: 228px;
}
.menu_min {
	top: 58px;
}
.menu a li, .menu_min li a {
	position: relative;
}
.menu a, .menu_min a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
.menu, .menu_min {
	left: 0;
	text-align: left;
	position: absolute;
	cursor: pointer;
  /*-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:rotatey(180deg) rotateX(0deg) translatey(0px);
  -moz-transform:rotatey(180deg) rotateX(0deg) translatey(0px);
  -ms-transform:rotatey(180deg) rotateX(0deg) translatey(0px);
  -o-transform:rotatey(180deg) rotateX(0deg) translatey(0px);
  transform:rotatey(180deg) rotateX(0deg) translatey(0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -ms-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;*/
  z-index:5;
  overflow:hidden;
}
.menu li, .menu_min li{
  -webkit-transition:all 0.15s;
  -moz-transition:all 0.15s;
  -ms-transition:all 0.15s;
  -o-transition:all 0.15s;
  transition:all 0.15s;
    color: #888;
    font-size: 11px;
    padding: 18px;
    position: relative;
    border-top: 1px solid #333;
}

.menu li:hover, .menu_min li:hover {
	background: #555;
	color: #fff;
}

.showMenu {
	display: none;
}

/*.showMenu{
   opacity:1;
  -webkit-transform:rotateX(0deg) translatey(0px);
  -moz-transform:rotateX(0deg) translatey(0px);
  -ms-transform:rotateX(0deg) translatey(0px);
  -o-transform:rotateX(0deg) translatey(0px);
  transform:rotateX(0deg) translatey(0px);
}
i{
  opacity: 0.7;
}
@-webkit-keyframes move{
  0%,100%{-webkit-transform:translatey(0px);}
  50%%{-webkit-transform:translatey(0);}
}
@-moz-keyframes move{
  0%,100%{-moz-transform:translatey(0px);}
  50%%{-moz-transform:translatey(0);}
}
@-ms-keyframes move{
  0%,100%{-ms-transform:translatey(0px);}
  50%%{-ms-transform:translatey(0);}
}
@-o-keyframes move{
  0%,100%{-o-transform:translatey(0px);}
  50%%{-o-transform:translatey(0);}
}
@keyframes move{
  0%,100%{transform:translatey(0px);}
  50%%{transform:translatey(0);}
}

@-webkit-keyframes moveShadow{
  0%,100%{-webkit-transform:translatey(0px); opacity:0.4;}
  50%%{-webkit-transform:translatey(0); opacity:1;}
}
@-moz-keyframes moveShadow{
  0%,100%{-moz-transform:translatey(0px);opacity:0.4;}
  50%%{-moz-transform:translatey(0);opacity:1;}
}
@-ms-keyframes moveShadow{
  0%,100%{-ms-transform:translatey(0px);opacity:0.4;}
  50%%{-ms-transform:translatey(0);opacity:1;}
}
@-o-keyframes moveShadow{
  0%,100%{-o-transform:translatey(0px);opacity:0.4;}
  50%%{-o-transform:translatey(0);opacity:1;}
}
@keyframes moveShadow{
  0%,100%{transform:translatey(0px);opacity:0.4;}
  50%%{transform:translatey(0);opacity:1;}
}*/
/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {
}
