@charset "utf-8";

.w70 {
	max-width: 70%;
	margin: auto;
}
.w90 {
	max-width: 90%;
	margin: auto;
}

.fade {
opacity: 0;
transition: .5s;
transition-delay:0.5s;
}

.fade1 {
opacity: 0;
transition: .6s;
transition-delay:0.6s;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);	
}

.fade2 {
opacity: 0;
transition: .7s;
transition-delay:0.7s;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);		
}

.fade3 {
opacity: 0;
transition: .8s;
transition-delay:0.8s;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);		
}

.fade4 {
opacity: 0;
transition: .9s;
transition-delay:0.9s;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);		
}

.mv-fade {
opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);	
}
marker.pk {background: rgba(218, 144, 186,0.3);}
marker.sh {background: rgba(235, 182, 76,0.5);}
marker.me {background: rgba(184, 161, 202,0.3);}

p {
	font-size:1em;
	letter-spacing: 2px;
	line-height: 2;
	color: #333;
	font-weight: 400;
}

.shadow {border: 5px solid #fff;box-sizing: border-box;box-shadow: 0 8px 10px rgb(0 0 0 / 10%);/* margin: 5px; *//* padding: 5px; */}



#fleurcolor {
	background:#fff;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
#fleurcolor .inner {
	max-width: 1200px;
	margin: auto;
}
article {
	background:#fff;
	position: relative;
	margin: 0;
	padding: 50px 0;
}

/*+++++++++++++++++
navi
+++++++++++++++++*/
.nav {
	padding: 80px 0 200px;
}

.nav ul{
	justify-content: center;
	margin: 50px auto 0;
	max-width: 1200px;
}

.nav li{
	margin: 0 70px 0 0;
	width: 29%;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	z-index: 1;
	transition:.3s;
}

.nav li.orange {
	margin: 50px 70px 0 0;
	/* padding: 0 0 50px 0; */
}

.nav li:hover {
	padding:5px 0 0;
	transition:.3s;
}
.nav li .arrow {
	background: url(../imgs/feature/fleurcolor/arrow.png) no-repeat center;
	width: 30px;
	height: 16px;
	background-size: 25px;
	position: relative;
	left: 0;
	right: 0;
	margin: 20px auto 0;
	bottom: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 15px;
	transition: .3s;
}


.nav li a:hover .arrow{
	content:"";
	background: url(../imgs/feature/fleurcolor/arrow_w.png) no-repeat center #111;
	width: 30px;
	height: 16px;
	background-size: 25px;
	bottom: 0;
	transition: .3s;
}


.nav li.orange:after {
	bottom:-12%;
}

.nav li.orange:hover:after {
	bottom:-12%;
}

.nav li:last-child{
	margin: 0;
}

.nav li a {
	color:#222;
	text-align: center;
	margin: auto;
	display: block;
}

.nav li a:hover {
	opacity:1;
	text-decoration:none;
}

.nav li a .overlay {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	bottom:0;
}

.nav li figure {
	margin: 0 0 30px;
	transform: rotate(0deg);
	position: relative;
}
.nav li img {
	text-align:center;
	display:block;
	margin:auto;
}

.nav li b {
	font-weight:100;
	text-align: center;
	display: block;
	line-height: 1.8;
	letter-spacing: 2px;
	font-size: 1.1em;
	margin: 10px 0 0;
}

.nav li.pink a:before {
	content:"";
	width: 300px;
	height: 356px;
	background: url("../imgs/feature/fleurcolor/pink_nav.png") no-repeat;
	position: absolute;
	top: -12%;
	margin: auto;
	left: 0;
	right: 0;
	z-index: -1;
	background-size: 300px;
	/* transform: rotate(180deg); */
}

.nav li.orange:before {
	content:"";
	width: 300px;
	height: 356px;
	background: url("../imgs/feature/fleurcolor/orange_nav.png") no-repeat;
	position: absolute;
	top: -12%;
	margin: auto;
	left: 0;
	right: 0;
	z-index: -1;
	background-size: 300px;
	/* transform: rotate(180deg); */
}

.nav li.lavender:before {
	content:"";
	width: 300px;
	height: 356px;
	background: url("../imgs/feature/fleurcolor/lavender_nav.png") no-repeat;
	position: absolute;
	top: -12%;
	margin: auto;
	left: 0;
	right: 0;
	z-index: -1;
	background-size: 300px;
	/* transform: rotate(180deg); */
}

/*+++++++++++++++++

+++++++++++++++++*/
.type {
	width: 100%;
	margin: -10% auto 50px;
	position: relative;
	left: 0;
	right: auto;
	top: 0;
	text-align: center;
	transform: rotate(-5deg);
}
.type span{
	
}

article .topp {
	position:relative;
	z-index:0;
	padding: 0;
	overflow: hidden;
	margin: 0 auto 20px;
}
article .topp figure {
	clear: both;
	position:relative;
	/* overflow: hidden; */
	height: 600px;
	margin: 90px auto 0;
}
article .topp img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}


article  h4 {
	font-size: 2em;
	letter-spacing: 6px;
	font-weight: 100;
	line-height: 1.8;
	margin: 0 0 25px;
}


/*hairpoint*/
.hairpoint {
	/* border-radius: 100%; */
	position: absolute;
	top: 40%;
	/* border-bottom: 1px dashed #111; */
	width: 330px;
	/* border-right: 1px dashed #111; */
	padding: 30px;
	box-sizing: border-box;
	z-index: 1;
	left: 5%;
	display: flex;
	align-items: center;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
}

.hairpoint:before {
	content:"";
	position: absolute;
	width: 100px;
	border: 1px solid #111;
	border-bottom: none;
	height: 1px;
	right: 15%;
	transform: rotate(45deg);
	bottom: 0;
	margin: -8%;
	box-sizing: border-box;
	overflow: hidden;
}

.hairpoint dt{
	display: block;
	padding: 0 0 5px;
	text-align: left;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-family: 'Roboto',sans-serif;
}

.hairpoint p{
	font-size: 0.85em;
	text-align: left;
	letter-spacing: 0px;
}

article .middle {
	z-index: 10;
	position: relative;
	/* overflow: hidden; */
	max-width: 95%;
	margin: 0 auto;
	display: flex;
}

article .middle .text{
	/* float: left; */
	width: 53%;
}

.middle figure{
	width: 35%;
	/* background: #fff; */
	position: absolute;
	/* top: -8%; */
	right: 2%;
	margin: -12% auto 0;
	/* transform: rotate(3deg); */
}

.type_ttl {margin: 30px auto 0;text-align: center;display: block;}


/*スタイリング剤*/
.styling {
	padding: 10px 0;
	max-width: 600px;
	margin: 0 auto 80px;
	border: 1px solid #111;
	position: relative;

	display: flex;
	justify-content: center;
}

.styling:before {
    content:"";
    position: absolute;
    background: #fff;
    width: 96%;
    height: 10px;
    left: 0;
    top: -2%;
    margin: auto;
    right: 0;
}

.styling:after {
    content:"";
    position: absolute;
    background: #fff;
    width: 96%;
    height: 10px;
    left: 0;
    bottom: -2%;
    margin: auto;
    right: 0;
}

.styling dl{
	/* display: flex; */
	justify-content: center;
}

.styling dt{
	background: #111;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 auto 15px;
	width: 230px;
}

.styling dd{
}

.styling dd ul{
}

.styling dd li{
	border-bottom: 1px dashed #111;
	margin: 0 50px 0 0;
	letter-spacing: 2px;
	font-size: 0.9em;
}

.styling dd li:last-child {
	margin:0;
}

/*スタイル（サイド・後ろ）*/
.angle {
	/* max-width: 90%; */
	margin: 30px auto 0;
}

.angle figure{
	float: none;
	width: auto;
	background: none;
	position: relative;
	height: auto;
	width: 43%;
	right: 0;
	margin: auto;
	transform: none;
}

.angle figure:last-child{
    /* margin: 60px 0 0; */
}

figure b.view{
	background: #111;
	color: #fff;
	width: 80px;
	display: block;
	text-align: center;
	position: absolute;
	top: 5%;
	left: -10%;
	font-weight: 500;
	font-size: 0.9em;
	font-family: 'Roboto',sans-serif;
	letter-spacing: 1px;

	line-height: 1.8;
}

figure b.view.front {
    left: -5%;
    top: 3%;	
}

/*スタイリストより*/

.stylist {
	/* display: flex; */
	overflow: hidden;
	margin: 20px 0 100px 20px;
}

.stylist dl {
	float:right;
	width: 84%;
}

.stylist figure{
	float: none;
	position: relative;
	margin: 10px 20px 0 0;
	/* height: auto; */
	float: left;
	right: 0;
	width: 70px;
	height: 70px;
	text-align: center;
	background: #fff;
	border-radius: 100px;
	padding: 0;
	border: 1px solid #111;






	box-sizing: border-box;
	transform: rotate(0deg);
}


.stylist figure img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    right: 0;
    left: 0;	
}

.stylist dt{
	letter-spacing: 2px;
	border-bottom: 1px solid #111;
	padding: 3px 0 5px;
	margin: 0 0 5px;
	display: inline-block;
	font-size: 0.9em;
}

.stylist dd p{
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 1.8;
}

/*メリット*/
.merit {
	background: #fff;
	padding: 50px 30px 30px;
	box-sizing: border-box;
	border: 1px solid #111;
	width: auto;
	position: relative;
	transform: none;
}

.merit_ttl {
	background: #111;
	position: absolute;
	top: -10%;
	margin: auto;
	color: #fff;
	left: -5%;
	transform: rotate(-5deg);
	border-radius: 100px;
	display: block;
	padding: 8px 20px;
	font-weight: 700;

	letter-spacing: 2px;
	line-height: 1.3;
	font-size: 1.2em;
	z-index: 10;
}

.merit_ttl:before {
	content:"";
	position: absolute;
	border-radius: 100px;
	bottom: -15px;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 25px 0 25px;
	border-color: #111 transparent transparent transparent;
}

.merit:before {
	content:"";
	background:#da90ba;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	margin: 10px;
	z-index: -1;
	opacity: 0.5;
}

.merit ul{
	
}

.merit li{
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	border-bottom: 1px dashed #da90ba;
	padding: 0 0 10px;
}

.merit li:last-child {
	margin:0;
	border: none;
	padding: 0;
}

.merit li .check{
	width: 15px;
	border: 1px solid #111;
	background: #fff;
	position: relative;
	height: 15px;
	margin: 0 20px 0 0;
}


.merit li .check img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.merit li b{
	font-weight: 500;
	width: 90%;
	letter-spacing: 1px;
}


/*特徴など*/
.feature {
	margin: 0 0 60px;
}

.feature ul{
	position: relative;
	padding: 0;
	box-sizing: border-box;
}

.feature ul:before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	bottom: 0;
	/* background: #ccc; */
	height: 100%;
	width: 1px;
	right: 0;
}

.feature ul:after {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	bottom: 0;
	/* background: #ccc; */
	width: 100%;
	height: 1px;
	right: 0;
}

.feature li{
	width: 49%;
	overflow: hidden;
	/* padding: 50px; */
	box-sizing: border-box;
	position: relative;
	border: 3px solid rgba(218, 144, 186,0.5);
	/* border-right: 1px solid #ccc; */
	margin: 0 2% 2% 0;
}

#short .feature li {
	border:3px solid rgba(235, 182, 76,0.5);
}

#medium .feature li {
	border:3px solid rgba(184, 161, 202,0.5);
}

.feature li:nth-child(2n) {
	margin: 0 0 2%;
}
.feature li .box {
	padding: 30px;
}
.feature li p {
	font-size: 0.9em;
}

.feature li .feature_ttl{
	position: relative;
	margin: 0 0 15px 15px;
	font-size: 1.6em;
	font-weight: 100;
	letter-spacing: 2px;
}

.feature li .feature_ttl:before {
	content:"#";
	text-indent: -20px;
	position: absolute;
}

.feature li .num{
	position: absolute;
	right: 0;
	top: -4%;
	z-index: 0;
	margin: 2% 0 0;
	width: 100px;
}

/*バレイヤージュ*/
.balayage {
	background: rgba(218, 144, 186,0.2);
	overflow: hidden;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 80%;
	margin: 80px auto 100px;
}

.balayage:before {
    content:"";
    background: #fff;
    height: 3px;
    width: 97%;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
}

.balayage:after {
    content:"";
    background: #fff;
    height: 3px;
    width: 97%;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
}

.balayage figure {
	width: 50%;
	/* background: #111; */
	margin: 0 50px 0 0;
	height: auto;
	transform: rotate(-2deg);
}

.balayage .box {width: 62%;}

.balayage .box dl{
	
}




.balayage .box dt{
	/* color: rgb(187 71 137); */
	font-size: 1.2em;
	background: #666;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 8px 60px 8px 20px;
	margin: 0 0 10px;
	line-height: 1.2;
	position: relative;
}

.balayage .box dt:before {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	border-color: transparent #f8e9f1 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

.balayage .box dd .merit {
	padding: 25px;
}

.balayage .box dd .merit strong {
	font-size:1.1em;
	margin: 0 0 15px;
	display: block;
}

/*+++++++++++++++++
bob
+++++++++++++++++*/
article#bob {
	margin: 0;
	padding: 50px 0 200px;
}

article#bob:before {
	content: "";
	background: rgba(218, 144, 186,0.3);
	width: 130%;
	z-index: 0;
	height: 39%;
	position: absolute;
	left: -2%;
	top: 0;
	/* transform: rotate(-2deg); */
	/* background: linear-gradient(to right bottom, transparent, transparent 20%, #da90ba 20%, #da90ba); */
	background-size: cover;
}



/*+++++++++++++++++
short
+++++++++++++++++*/
article#short {margin: 0;/* height: 1000px; */padding: 50px 0 150px;}

article#short:before {
	content: "";
	background: rgba(235, 182, 76,0.5);
	width: 130%;
	height: 45%;
	position: absolute;
	top: 0;
	left: -2%;
	/* transform: rotate(-2deg); */
	/* background: linear-gradient(to right bottom, transparent, transparent 20%, #da90ba 20%, #da90ba); */
}

/*+++++++++++++++++
medium
+++++++++++++++++*/
article#medium {
	/* height: 1000px; */
	margin: 0 0 100px;
	border-bottom: 1px solid #ccc;
}

article#medium:before {
	content: "";
	background: rgba(184, 161, 202,0.3);
	width: 100%;
	height: 40%;
	position: absolute;
	top: 0;
	/* transform: rotate(-2deg); */
	/* background: linear-gradient(to right bottom, transparent, transparent 20%, #da90ba 20%, #da90ba); */
}



@media screen and (max-width: 1499px){
p {
	font-size: 0.9em;
}


#fleurcolor {
}
#fleurcolor .inner {
	max-width: 1200px;
	margin: auto;
}
article {
}

/*+++++++++++++++++
navi
+++++++++++++++++*/

.nav ul{
	max-width: 90%;
}

.nav li{
	width: 27%;
}

.nav li.orange {
	margin: 50px 70px 0 0;
	/* padding: 0 0 50px 0; */
}

.nav li.orange:after {
}

.nav li.orange:hover:after {
	bottom:-12%;
}

.nav li:last-child{
}


.nav li b {
	font-size: 0.9em;
	letter-spacing: 0;
}

.nav li.pink:before {
	width: 200px;
	height: 256px;
	background-size: 300px;
}

/*+++++++++++++++++

+++++++++++++++++*/

article .topp figure {
	margin: 40px auto 0;
}

article  h4 {
	font-size: 1.6em;
}


/*hairpoint*/
.hairpoint {width: 300px;box-sizing: border-box;padding: 20px;left: 3%;}

.hairpoint dt{
	font-size: 1em;
}

.hairpoint p{
	font-size: 0.8em;
}

.type_ttl {margin: 30px auto 0;text-align: center;display: block;}


.styling dl{
}


figure b.view{
}

figure b.view.front {
    left: -5%;
    top: 3%;	
}

/*スタイリストより*/

.stylist dl {
	width: 82%;
}

.stylist figure{
	width: 60px;
	height: 60px;
}



.merit_ttl {
	font-size: 1.1em;
}


.merit li:last-child {
	margin:0;
	border: none;
	padding: 0;
}


.merit li b{font-size: 0.9em;}


/*特徴など*/

.feature ul{max-width: 95%;margin: auto;}

.feature ul:after {
}

.feature li .feature_ttl{font-size: 1.3em;}


/*バレイヤージュ*/

.balayage:after {
}


/*+++++++++++++++++
bob
+++++++++++++++++*/
article#bob {
}

article#bob:before {
	content: "";
	background: rgba(218, 144, 186,0.3);
	width: 130%;
	z-index: 0;
	height: 39%;
	position: absolute;
	left: -2%;
	top: 0;
	/* transform: rotate(-2deg); */
	/* background: linear-gradient(to right bottom, transparent, transparent 20%, #da90ba 20%, #da90ba); */
	background-size: cover;
}



/*+++++++++++++++++
short
+++++++++++++++++*/
article#short {}


/*+++++++++++++++++
medium
+++++++++++++++++*/
article#medium {
}


}

@media screen and (max-width: 1023px){

p {
    font-size: 0.8em;
}


#fleurcolor {
}
#fleurcolor .inner {max-width: 90%;}
article {
}

/*+++++++++++++++++
navi
+++++++++++++++++*/
.nav {
}

.nav ul{max-width: 95%;}

.nav li{margin: 0 20px 0 0;width: 30%;}

.nav li.orange {
	margin: 50px 30px 0 0;
	/* padding: 0 0 50px 0; */
}

.nav li:hover {margin: 50px 20px 0 0;}
.nav li:after {
}


.nav li:hover:after {
}


.nav li.orange:after {
}

.nav li.orange:hover:after {
	bottom:-12%;
}

.nav li a {
}


.nav li a .overlay {
}

.nav li figure {
}
.nav li img {
}

.nav li b {font-size: 0.8em;}

.nav li.pink:before {background-size: 100%;}
.nav li.pink a:before,
.nav li.orange:before {width: 200px;height: 256px;background-size: 100%;}

.nav li.lavender:before {
	width: 200px;
	height: 256px;
	background-size: 100%;
}

/*+++++++++++++++++

+++++++++++++++++*/
.type {margin: -15% auto 50px;width: 350px;}

article .topp {width: auto;}
article .topp figure {
	height: 390px;
}

article  h4 {font-size: 1.3em;}


/*hairpoint*/
.hairpoint {width: 200px;top: 30%;}

.hairpoint:before {width: 50px;}

.hairpoint dt{font-size: 0.9em;}

.hairpoint p{font-size: 0.75em;line-height: 1.8;}

article .middle {max-width: 100%;}

article .middle .text{width: 63%;}

.middle figure{
	width: 30%;
}

.type_ttl {margin: 30px auto 0;text-align: center;display: block;}



/*スタイル（サイド・後ろ）*/
.angle {
}

.angle figure{width: 46%;}

figure b.view.front {
    left: -5%;
    top: 3%;	
}

/*スタイリストより*/

.stylist {
	/* display: flex; */
	overflow: hidden;
	margin: 20px 0 100px 20px;
}

.stylist dl {
	width: 80%;
}

.stylist figure{width: 60px;height: 60px;}


.stylist figure img{width: 30px;height: 30px;}


/*メリット*/
.merit {
	padding: 20px;
}

.merit_ttl {top: -33%;font-size: 1em;}


.merit li:last-child {
	margin:0;
	border: none;
	padding: 0;
}


.merit li b{font-size: 0.8em;}


/*特徴など*/
.feature {
}

.feature ul{display: block;}


.feature li{
	width: 100%;
}

#short .feature li {
}

#medium .feature li {
	border:3px solid rgba(184, 161, 202,0.5);
}

.feature li:nth-child(2n) {
}


.feature li .feature_ttl{
	font-size: 1.2em;
}


/*バレイヤージュ*/
.balayage {
	padding: 30px;
}

.balayage:before {
}

.balayage:after {
}

.balayage figure {
	width: 60%;
	margin: 0 20px 0 0;
}

.balayage .box {width: 70%;}

.balayage .box dt{font-size: 1em;}

.balayage .box dd .mb2 {margin: 0 0 20px;}

.balayage .box dd .merit {padding: 20px;}

/*+++++++++++++++++
bob
+++++++++++++++++*/
article#bob {
}

article#bob:before {height: 30%;}



/*+++++++++++++++++
short
+++++++++++++++++*/
article#short {}

article#short:before {
	height: 35%;
}

/*+++++++++++++++++
medium
+++++++++++++++++*/
article#medium {
}

article#medium:before {
	height: 30%;
}
}

@media screen and (max-width: 767px){

p {
}


/*+++++++++++++++++
navi
+++++++++++++++++*/


.nav li.orange:hover:after {
	bottom:-12%;
}

/*+++++++++++++++++

+++++++++++++++++*/

article .topp p {max-width: 90%;margin: auto;}
article .topp figure {height: auto;margin: 20px auto 0;}
article .topp img {position: relative;}


article  h4 {font-size: 1.1em;}

article .middle .text {
	width:auto;
}

article .middle {
	z-index: 10;
	position: relative;
	/* overflow: hidden; */
	max-width: 95%;
	margin: 0 auto;

	display: flex;
}


.middle figure{width: 40%;}

.type_ttl {margin: 30px auto 0;text-align: center;display: block;}


/*スタイリング剤*/
.styling {max-width: 80%;}

.styling:after {
    content:"";
    position: absolute;
    background: #fff;
    width: 96%;
    height: 10px;
    left: 0;
    bottom: -2%;
    margin: auto;
    right: 0;
}


.styling dt{font-size: 0.9em;}


/*スタイル（サイド・後ろ）*/
.angle {
}

.angle figure{width: 44%;}

.angle figure:last-child{
    /* margin: 60px 0 0; */
}

figure b.view{font-size: 0.8em;}

figure b.view.front {
    left: -5%;
    top: 3%;	

}

/*スタイリストより*/

.stylist {
	margin: 0 0 100px 20px;
}

.stylist dl {width: 78%;margin: 10px 0 0;}

.stylist figure{width: 40px;height: 40px;}


.stylist figure img{
    height: 20px;
    width: 20px;
}

.stylist dt{
	letter-spacing: 2px;
	border-bottom: 1px solid #111;
	padding: 3px 0 5px;
	margin: 0 0 5px;
	display: inline-block;
	font-size: 0.9em;
}

.stylist dd p{
	font-size: 0.75em;
}

/*メリット*/
.merit {
}

.merit_ttl {font-size: 0.9em;top: -28%;}

.merit_ttl:before {
	border-width: 30px 10px 0 10px;
	bottom: -10px;
}

.merit:before {
}

.merit ul{
	
}

.merit li{
}

.merit li:last-child {
	margin:0;
	border: none;
	padding: 0;
}

.merit li .check{
}


.merit li .check img {
}

.merit li b{
}


#medium .feature li {
	border:3px solid rgba(184, 161, 202,0.5);
}

.feature li:nth-child(2n) {
}
.feature li .box {padding: 20px;}


/*バレイヤージュ*/
.balayage {max-width: 90%;}


.balayage .box dd .merit strong {font-size: 1em;}

/*+++++++++++++++++
bob
+++++++++++++++++*/



/*+++++++++++++++++
short
+++++++++++++++++*/
article#short {
    padding: 80px 0 100px;
}

article#short:before {height: 45%;}

}

@media screen and (max-width: 480px){


#fleurcolor .inner{max-width: 100%;}

article {
	background:#fff;
	position: relative;
	margin: 0;
	padding: 50px 0;
}

/*+++++++++++++++++
navi
+++++++++++++++++*/
.nav {padding: 20px 0 50px;margin: 0 0 100px;}

.nav ul{margin: auto;display: block;max-width: 90%;padding: 50px 0;overflow: hidden;}

.nav li{width: 47%;float: left;margin: 0 0 100px;}

.nav li.orange {float: right;margin: 100px 0;}

.nav li:hover {margin: 100px 0;}
.nav li:after {bottom: -15%;background-size: 20px;width: 25px;height: 11px;}


.nav li.orange:hover:after {
	bottom:-12%;
}

.nav li:last-child{margin: 0;}

.nav li figure {width: auto;}

.nav li.pink:before {width: 150px;height: 206px;}

.nav li.pink a:before, .nav li.orange:before,.nav li.orange:before {width: 150px;height: 206px;}

.nav li.lavender:before {width: 150px;height: 206px;}

/*+++++++++++++++++

+++++++++++++++++*/
.type {width: 250px;margin: -10% auto 30px;}

/*hairpoint*/

article .middle {display: block;max-width: 90%;margin: 20px auto 0;}

article .middle .text{width: 100%;}

.middle figure{width: 60%;position: relative;margin: 0 auto 30px;}

.type_ttl {margin: 30px auto 0;text-align: center;display: block;}


/*hairpoint*/
.hairpoint {width: 90%;left: 0;margin: auto;right: 0;top: 25%;}

article#short .hairpoint {
	top:20%;
}

.hairpoint dd p {
	max-width:100%;	
}

.hairpoint:before {transform: rotate(-50deg);right: 25%;margin: -2%;width: 60px;}


/*スタイリング剤*/
.styling {max-width: 90%;}

.styling:before {
    content:"";
    position: absolute;
    background: #fff;
    width: 96%;
    height: 10px;
    left: 0;
    top: -2%;
    margin: auto;
    right: 0;
}


.styling:after {
    content:"";
    position: absolute;
    background: #fff;
    width: 96%;
    height: 10px;
    left: 0;
    bottom: -2%;
    margin: auto;
    right: 0;
}

.styling dl{
	/* display: flex; */
	justify-content: center;
}

.styling dt{
	background: #111;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 auto 15px;
	width: 230px;
}

.styling dd ul{
	display: block;
}

.styling dd li{margin: 0 0 20px;}

.styling dd li:last-child {
	margin:0;
}

/*スタイル（サイド・後ろ）*/
.angle figure{width: 46%;margin: auto;}


.angle figure:last-child{
    margin: 0;
}

figure b.view.front {
    left: -5%;
    top: 3%;	
}

/*スタイリストより*/

.stylist {
	display: block;
	margin: 20px 0 100px 20px;
}

.stylist dl {width: 100%;margin: 0;}

.stylist figure{width: 30px;height: 30px;display: none;}


.stylist dt{
	letter-spacing: 2px;
	border-bottom: 1px solid #111;
	padding: 3px 0 5px;
	margin: 0 0 5px;
	display: inline-block;
	font-size: 0.9em;
}

.merit_ttl:before {

	content:"";
	position: absolute;
	border-radius: 100px;
	bottom: -15px;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 25px 0 25px;
	border-color: #111 transparent transparent transparent;
}


.merit li:last-child {
	margin:0;
	border: none;
	padding: 0;
}



.feature ul:after {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	bottom: 0;
	/* background: #ccc; */
	width: 100%;
	height: 1px;
	right: 0;
}

.feature li{
	margin: 0 0 10px;
}

.feature li:nth-child(2n) {
	margin: 0 0 10px;
}

.feature li p {
	font-size: 0.8em;
}


.feature li .feature_ttl:before {
	content:"#";
	text-indent: -20px;
	position: absolute;
}

.feature li .num{
	width: 60px;
}

/*バレイヤージュ*/
.balayage {
	display: block;
	padding: 20px 20px 50px;
	box-sizing: border-box;
	margin: 50px auto 50px;
}

.balayage:before {
    top: 1%;
    left: 0;
    right: 0;
    margin: auto;
}

.balayage:after {
    bottom: 1%;
}

.balayage figure {width: auto;margin: 0 0 30px;}

.balayage .box {width: auto;}

.balayage .box dt:before {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	border-color: transparent #f8e9f1 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

.balayage .box dd .merit {
	padding: 15px;
}

/*+++++++++++++++++
bob
+++++++++++++++++*/
article#bob {
	padding: 100px 0 100px;
	margin: -100px 0 0;
}

article#bob:before {height: 33%;}



/*+++++++++++++++++
medium
+++++++++++++++++*/
article#medium {
	margin: -100px 0 0;
	padding: 100px 0 0;
}

article#medium:before {height: 37%;}


.feature ul {
	max-width: 90%;
}

}
