@charset "utf-8";

.w70 {
	max-width: 70%;
	margin: auto;
}
.w80 {
	max-width: 80%;
	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; */}



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

article.info-line {
	background: none;
	padding: 0;
}
article.info-line p.info-ttl {
	color: #FFF;
	letter-spacing: 1px;
	line-height: 1.6;
}
article.info-line p.info-exc {
	color: #fff;
	letter-spacing: 0;
}


.customer_ba {
	position: relative;
	z-index: 1;
	/* background: #fff; */
	margin: 100px auto;
	/* border-radius: 10px; */
	position: relative;
	padding: 50px 0 0;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}

.customer_ba p {
	font-weight:100;
}

.customer_ba .change {
    border-bottom: 1px dashed #ccc;
}

.customer_ba .changebox {
	width: 56%;
}

.customer_ba .front{
	float: left;
}

.customer_ba figure.front:before {
	display:none;
}

.customer_ba figure.front:before {
    content: "AFTER";
    background: #cb0c0c;
    color: #fff;
    width: 80px;
    display: block;
    z-index: 9999;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 5px;
    font-weight: 500;
    font-size: 0.9em;
    font-family: 'Roboto',sans-serif;
    letter-spacing: 1px;
    line-height: 1.8;
    right: unset;
}

.customer_ba .change:nth-child(2n) figure.front {
	float:right;
}
.customer_ba .change:last-child {display: flex;margin: 0;}
.customer_ba .changebox {
	margin: 30px 0 0 !important;
	float: right;
}

.customer_ba .changebox ul.flex {
	margin: 160px 0 0;
}

.customer_ba .change:nth-child(2n) .changebox {
	float: left;
}

.customer_ba .change li{
	float:left;
} 
.customer_ba .changebox ul:before,
.customer_ba .changebox ul:after {
	display:none;
}

.customer_ba h4 {
	margin: 0 0 30px;
	left: 0;
	right: 0;
	font-size: 1.8em;
}

.customer_ba .changebox ul.flex li.pt1 figure:first-child:before {
	background:#111;
	content: "BEFORE";
}

/*+++++++++++++++++
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("../img/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 50px;
}
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: 2.2em;
	letter-spacing: 6px;
	font-weight: 100;
	line-height: 1.8;
	margin: 0 0 25px;
}

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



/*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: auto;
	/* 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; */
}
.changebox ul.flex li figure:before{
	content: "BEFORE";
	background: #111;
	color: #fff;
	width: 80px;
	display: block;
	z-index: 9999;
	height: 25px;
	text-align: center;
	position: absolute;
	top: 3%;
	left: 0;
	font-weight: 500;
	font-size: 0.9em;
	font-family: 'Roboto',sans-serif;
	letter-spacing: 1px;
	line-height: 1.8;
}

.changebox ul.flex li figure:last-child:before {
	content:"AFTER";
	background: #cb0c0c;
}

.changebox ul.flex li.pt2:before{
	background: ;
	color: #fff;
	width: 80px;
	display: block;
	z-index: 9999;
	height: auto;
	text-align: center;
	position: absolute;

	top: 3%;
	left: -2%;

	font-weight: 500;

	font-size: 0.9em;
	font-family: 'Roboto',sans-serif;
	letter-spacing: 1px;
	line-height: 1.8;
}

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 {
}

.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:"";
}

.merit ul{
	
}

.merit li{
}

.merit li:last-child {
	margin:0;
	border: none;
	padding: 0;
	background: rgba(124, 167, 227, 0.1);
}

.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;
}


#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;
}


.about {
	max-width: 960px;
	margin: 100px auto 130px;
	background: #fff;
	padding: 60px 80px;
	box-sizing: border-box;
	position: relative;
}

.about:before {
	content:"";
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	box-sizing: border-box;
	position: absolute;
	width: 130px;
	height: 130px;
	top: -2%;
	left: 2%;
	margin: 0;
	z-index: -1;
}

.about:after {
	content:"";
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	box-sizing: border-box;
	position: absolute;
	width: 130px;
	height: 130px;
	bottom: -2%;
	right: 2%;
	margin: 0;
	z-index: -1;
}

.about .aboutbox .ttl{
	text-align: center;
	font-size: 1.8em;
	font-weight: 100;
	letter-spacing: 3px;
	position: relative;
	max-width: 80%;
	margin: 0 auto 20px;
}

.balayage:before {
    content:"";
    position: absolute;
    top: 6%;
    left: 3%;
    border-top: 1px solid #111;
    width: 70px;
    height: 70px;
    border-left: 1px solid #111;
    margin: 0;
}

.balayage:after {
    content:"";
    position: absolute;
    bottom: 5%;
    right: 37%;
    border-bottom: 1px solid #111;
    width: 70px;
    height: 70px;
    border-right: 1px solid #111;
    margin: 0;
}

.merit {
	margin: 30px 0 0;
}

.merit ul{
	display: flex;
}

.merit li{
	width: 50%;
	margin: 0 5px 0 0;
	background: rgba(234, 173, 207, 0.1);
}

.merit li dl{
}

.merit li dt{
	background: #eaadcf;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 1.1em;
	letter-spacing: 1px;
}

.merit li dd{
	border-bottom: 5px solid #fff;
	padding: 30px;
	height: 130px;
}
.merit li dd b {
	font-weight: 600;
	margin: 0 0 5px;
	display: block;
	font-size: 1.1em;
}
.merit li dd p {
	font-size:0.8em;
}



.merit li dd:last-child{
	border:none;
}

.recommend {
	padding: 50px 0;
	text-align: center;
	position: relative;
}

.recommend figure {
	position: absolute;
	bottom: 7%;
	right: 4%;
	width: 28%;
	transform: rotate(2deg);
}

.recommend b{
	text-align: center;
	margin: auto;
	font-weight: 100;
	padding: 0 0 40px;
	font-size: 1.6em;
	letter-spacing: 2px;
	position: relative;
}

.recommend b:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #ccc transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}


.recommend ul.check {
	margin: 100px auto 0;
	text-align: left;
	max-width: 80%;
	}

.recommend ul.check li{
	position: relative;
	padding: 0 0 6px 40px;
	margin: 0 0 11px;
	border-bottom: 1.5px dashed #ccc;
}

.recommend ul.check li:before{
	content: "";
	position: absolute;
	background: url("../img/feature/straightperm/check.svg") no-repeat center center;
	left: 0;
	top: 0;
	background-size: 30px;
	bottom: 0;
	margin: auto;
}

.recommend ul.check li:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 3px solid #ccc;
	background: url("../img/feature/straightperm/check.svg") no-repeat center center;
	left: 0;
	top: 0;
	background-size: 20px;
	bottom: 0;
	margin: auto;
}

.recommend ul.check li p{font-size: 1.1em;font-weight: 100;}

.ba {
	overflow: hidden;
}

.ba li {
	float:left;
}

.ba ul.slick-dots {position: absolute;bottom: 2%;left: 0;right: 0;margin: auto;display: flex;justify-content: center;}

.ba ul.slick-dots li {
	margin: 0 5px;
	float: none;
}

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

article#medium:before {
	content: "";
	background: rgb(243 243 251);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	/* transform: rotate(-2deg); */
	/* background: linear-gradient(to right bottom, transparent, transparent 20%, #da90ba 20%, #da90ba); */
	z-index: 0;
}

/*++++
+++++*/
#straightperm .change {
	position: relative;
	margin: 0;
	justify-content: space-between;
	/* display: flex; */
	overflow: hidden;
	/* flex-wrap: wrap; */
	padding: 50px 0;
}

#straightperm .change:last-child {margin: 100px 0 0;}
figure.front {
	width: 40%;
	/* transform: rotate(2deg); */
	float: right;
	position: relative;
	z-index: 1;
}

figure.front img {
	width:100%;
}
.changebox {
	width: 52%;
	margin: 20px 0 0;
	position: relative;
	float: left;
}

#straightperm .change:last-child .changebox {
	float:right;
	padding: 0;
}

#straightperm .change:last-child figure.front {
	float: left;
	/* transform: rotate(-2deg); */
}

.changebox ul:before {
	content:"";
	background: url("../img/feature/straightperm/side.png") no-repeat;
	width: 100px;
	height: 50px;
	position: absolute;
	bottom: -10%;
	left: 1%;
	z-index: 2;
	background-size: 100px;
	margin: 0 auto 0;
}

.changebox ul:after {
	content:"";
	background: url("../img/feature/straightperm/back.png") no-repeat;
	width: 100px;
	height: 50px;
	position: absolute;
	bottom: -10%;
	right: 4%;
	z-index: 2;
	background-size: 100px;
	margin: 0 auto 0;
}

figure.front:before {
	content:"";
	background: url("../img/feature/straightperm/front.png") no-repeat;
	width: 200px;
	height: 65px;
	position: absolute;
	top: -8%;
	right: 1%;
	z-index: 100;
	background-size: 200px;
	margin: 0 auto 0;
}


.changebox p {
	font-size: 1.2em;
	margin: 0 0 15px;
	text-align: center;
	/* display: inline-block; */
	font-weight: 300;
}

.changebox p span {border-bottom: 1px dashed #111;padding: 0 0 5px;}

.changebox:nth-child(2n) {
	/* margin: 300px 0 0; */
	margin: 0;
}

.changebox ul.flex {
	
}

.changebox ul.flex li{
	width: 46%;
	margin: 0 5% 0 0;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.changebox ul.flex li figure {
	float: left;
	position: relative;
}
.changebox ul.flex li figure:before {
 	
 	
    /*アニメーション*/
}
.changebox ul.flex li figure.slick-active:before {
	
}

.changebox ul.flex li:last-child {
	margin: 0;
	position: absolute;
	right: 3%;
	z-index: 0;
}

.changebox ul.flex{
	position: relative;
	width: 100%;
	margin: 70px 0 0;
}

.kakaku {
	position: relative;
	background: #8686a9;
	padding: 50px;
	text-align: center;
	z-index: 1;
}

.kakaku:after {
	/*content: "";*/
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 30px 0 30px;
	border-color: #8686a9 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10%;
	z-index: -1;
}

.kakaku dl{
	display: flex;
	justify-content: space-around;
	max-width: 850px;
	margin: 0 auto 20px;
	color: #fff;
	align-items: center;
	/* border-bottom: 1px solid #eee; */
}

.kakaku dt{
	font-size: 2.2em;

	font-weight: 100;
	letter-spacing: 2px;
	border: 2px solid #eee;
	padding: 10px 60px;
	line-height: 1.5;
	margin: 0 30px 0 0;
	box-sizing: border-box;
}

.kakaku dd{
	display: flex;
	color: #fff;
	align-items: self-end;

}

.kakaku dd b{
	font-size: 3em;
	font-weight: 100;
	letter-spacing: 3px;
}

.kakaku dd p{
	color: #fff;
	font-size: 1.3em;
	padding: 0 10px;
	font-weight: 100;
	letter-spacing: 3px;
}

.kakaku em {
	font-style: normal;
	color: #eee;
	margin: 0 7px;
	letter-spacing: 2px;
	font-size: 0.88em;
}



.video {
	position: relative;
	z-index: 1;
	width: 800px;
	padding: 5px 5px 0px;
	margin: auto;
	overflow: hidden;
	height: auto;
	border: 1px solid #000;
	box-sizing: border-box;
}

.video video {
	width: 100%;
	height: auto;
	max-width: 800px;
	max-height: 530px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}


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


#straightperm {
}
#straightperm .inner {
	max-width: 90%;
	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 {
}


/*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{
}


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 {
}


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


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


}

@media screen and (max-width: 1299px){
figure.front {width: 44%;}
.customer_ba .changebox {
	width: 54%;
}
}

@media screen and (max-width: 1023px){
.video {
	width: 90%;
}
p {
    font-size: 0.8em;
}

article h5 {
	font-size: 1.1em;
	letter-spacing: 2px;
}


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


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

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

article .topp {width: 90%;margin: 0 auto 20px;}
article .topp figure {
	height: 390px;
}

article  h4 {
    font-size: 2em;

}


/*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%;}

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%;
}

#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;
	max-width: 80%;
}

.balayage:before {
}

.balayage:after {
}

.balayage figure {width: 35%;}

.balayage .box {width: 58%;}

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

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

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



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

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

/*++++
+++++*/
#straightperm .change {
	margin: 0;
}

#straightperm .change:last-child {margin: 50px 0 0;}
figure.front {
	width: 44%;
}

figure.front img {
	width:100%;
}
.changebox {
	width: 50%;
	margin: 0;
	position: relative;
	float: left;
}

#straightperm .change:last-child .changebox {padding: 0;}

#straightperm .change:last-child figure.front {
}

.changebox ul:before {
	width: 70px;
	height: 35px;
	background-size: 70px;
}

.changebox ul:after {
	width: 70px;
	height: 35px;
	background-size: 70px;
}


figure.front:before {
	width: 150px;
	top: -6%;
	background-size: 150px;
}





.changebox p {
	font-size: 0.95em;
	letter-spacing: 0;
}

.changebox p span {}

.changebox:last-child {
	/* margin: 300px 0 0; */
	margin: 0;
}

.changebox ul.flex {
	
}

.changebox ul.flex li{
	width: 46%;
	margin: 0 5% 0 0;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.changebox ul.flex li figure {
	float: left;
	position: relative;
}
.changebox ul.flex li figure:before {
 	
 	
    /*アニメーション*/
}
.changebox ul.flex li figure.slick-active:before {
	
}

.changebox ul.flex li:last-child {
	margin: 0;
	position: absolute;
	right: 3%;
	z-index: 0;
}

.changebox ul.flex{
	margin: 50px 0 0;
}


.about {
	max-width: 98%;
	padding: 60px 40px;

}

.about:before {
	width: 70px;
	height: 70px;
}

.about:after {
	width: 70px;
	height: 70px;
}

.about .aboutbox .ttl{
	text-align: center;
	font-size: 1.8em;
	font-weight: 100;
	letter-spacing: 3px;
	position: relative;
	max-width: 80%;
	margin: 0 auto 20px;
}

.balayage:before {
    content:"";
    position: absolute;
    top: 6%;
    left: 3%;
    border-top: 1px solid #111;
    width: 70px;
    height: 70px;
    border-left: 1px solid #111;
    margin: 0;
}

.balayage:after {
    content:"";
    position: absolute;
    bottom: 5%;
    right: 37%;
    border-bottom: 1px solid #111;
    width: 70px;
    height: 70px;
    border-right: 1px solid #111;
    margin: 0;
}

.merit {
	margin: 30px 0 0;
}

.merit ul{
}

.merit li{
	width: 50%;
	margin: 0 5px 0 0;
	background: rgba(234, 173, 207, 0.1);
}

.merit li dl{
}

.merit li dt{
}

.merit li dd{
	height: 200px;
	padding: 20px;
}
.merit li dd b {
}
.merit li dd p {
	font-size:0.8em;
}



.merit li dd:last-child{
	border:none;
}

.recommend {
	padding: 50px 0 100px;
}

.recommend figure {
	bottom: 20%;
	right: 0;
	width: 30%;
}

.recommend b{font-size: 1.4em;padding: 0 0 30px;}

.recommend b:before{
	border-width: 15px 10px 0 10px;
}


.recommend ul.check {
	max-width: 100%;
	margin: 60px auto 0;
	}

.recommend ul.check li{padding: 0 0 6px 35px;}

.recommend ul.check li:before{
	background-size: 20px;
}

.recommend ul.check li:after{
	width: 15px;
	height: 15px;
	background-size: 15px;
}

.recommend ul.check li p{font-size: 1em;}

.ba {
	overflow: hidden;
}

.ba li {
	float:left;
}

.ba ul.slick-dots {position: absolute;bottom: 2%;left: 0;right: 0;margin: auto;display: flex;justify-content: center;}

.ba ul.slick-dots li {
	margin: 0 5px;
	float: none;
}


.customer_ba .changebox ul.flex {
	margin: 120px 0 0 0;
}
#straightperm .change {
	padding:30px 0;
}
.customer_ba .changebox {
	width: 52%;
}


.kakaku dl{
	display: block;
	max-width: 640px;
}

.kakaku dt{
	font-size: 2em;
	margin: 0 auto 10px;
}
.kakaku dd {
	justify-content:center;
	align-items: center;
}


.kakaku dd b{
	font-size: 2.5em;
}

.kakaku em {
	font-size: 0.8em;
}

}

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

article h5 {
	font-size: 1em;
}

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

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

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.5em;}

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; */
}

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

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;}


.about {
	padding: 60px 20px;
	margin: 100px auto;
}

.about:before {
	width: 70px;
	height: 70px;
}

.about:after {
	width: 70px;
	height: 70px;
}

.about .aboutbox .ttl{
	text-align: center;
	font-size: 1.8em;
	font-weight: 100;
	letter-spacing: 3px;
	position: relative;
	max-width: 80%;
	margin: 0 auto 20px;
}

.balayage:before {
    content:"";
    position: absolute;
    top: 6%;
    left: 3%;
    border-top: 1px solid #111;
    width: 70px;
    height: 70px;
    border-left: 1px solid #111;
    margin: 0;
}

.balayage:after {
    content:"";
    position: absolute;
    bottom: 5%;
    right: 37%;
    border-bottom: 1px solid #111;
    width: 70px;
    height: 70px;
    border-right: 1px solid #111;
    margin: 0;
}

.merit {
	margin: 30px 0 0;
}

.merit ul{
}

.merit li{
}

.merit li dl{
}

.merit li dt{
	font-size: 1em;
}

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

	width: 100%;
}
.merit li dd p {
	font-size:0.8em;
}



.merit li dd:last-child{
	border:none;
}

.recommend {
	padding: 50px 0 100px;
}

.recommend figure {
	bottom: 20%;
	right: 0;
	width: 30%;
}

.recommend b{font-size: 1.4em;padding: 0 0 30px;}

.recommend b:before{
	border-width: 15px 10px 0 10px;
}


.recommend ul.check {
	margin: 40px auto 0;
	}

.recommend ul.check li{padding: 0 0 6px 35px;}

.recommend ul.check li:before{
}

.recommend ul.check li:after{
}

.recommend ul.check li p{font-size: 0.9em;}

.ba {
	overflow: hidden;
}

.ba li {
	float:left;
}

.ba ul.slick-dots {position: absolute;bottom: 2%;left: 0;right: 0;margin: auto;display: flex;justify-content: center;}

.ba ul.slick-dots li {
	margin: 0 5px;
	float: none;
}

.kakaku {
    padding: 20px;
}
.kakaku:after {
	border-width: 20px 20px 0 20px;
	bottom: -5%;
}
.kakaku dl{
	max-width: 100%;
}

.kakaku dt{
	font-size: 1.6em;
}


.kakaku dd b{font-size: 2.2em;}

.kakaku em {
	font-size: 0.8em;
}

}

@media screen and (max-width: 480px){
.video {
	width:100%;
}
.customer_ba h4 {
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0 0 10px;
}	
article .topp p {
	max-width:100%;
}
article .topp {width: auto;}

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;
}

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 {overflow: hidden;padding: 30px 20px;}

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

.balayage:after {
    bottom: 1%;
}

.balayage figure {position: relative;float: right;margin: 0 0 20px 20px;width: 36%;right: 0;top: 0;}

.balayage .box {width: auto;float: none;}

.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;
}



/*+++++++++++++++++
medium
+++++++++++++++++*/
article#medium {border: none;margin: 0;}

article#medium:before {}


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

/*++++
+++++*/
#straightperm .change {margin: 50px 0 0;}

#straightperm .change:last-child {margin: 50px 0 0;border-top: 1px solid #eee;padding: 80px 0 0;}
figure.front {
	width: 70%;
	float: none;
	margin: auto;
}

figure.front img {
	width:100%;
}
.changebox {
	width: auto;
	float: none;
	margin: 30px 0 0 !important;
}

#straightperm .change:last-child .changebox {
	float: none;
	margin: 30px 0 0;
}

#straightperm .change:last-child figure.front {
	float: none;
}

.changebox ul:before {
}

.changebox ul:after {
}

figure.front:before {top: -10%;}


.changebox p {
	font-size: 1em;
}

.changebox p span {border-bottom: 1px dashed #111;padding: 0 0 5px;}

.changebox:last-child {
	margin: 50px auto 0;
	float: none;
	width: 90%;
}

.changebox ul.flex {
	
}

.changebox ul.flex li{
	width: 46%;
	margin: 0 5% 0 0;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.changebox ul.flex li figure {
	float: left;
	position: relative;
}
.changebox ul.flex li figure:before {
 	
 	
    /*アニメーション*/
 	font-size: 0.8em;
 	height: 22px;
}
.changebox ul.flex li figure.slick-active:before {
	
}

.changebox ul.flex li:last-child {
	margin: 0;
	position: absolute;
	right: 3%;
	z-index: 0;
}

.changebox ul.flex{
	margin: 50px 0 0;
}
.about {max-width: 100%;padding: 30px 20px 70px;}

.about:before {
	width: 40px;
	height: 50px;
	top: -1%;
	left: 4%;
}

.about:after {
	width: 40px;
	height: 50px;
	bottom: -1%;
	right: 4%;
}

.about .aboutbox .ttl{
	font-size: 1.3em;
	max-width: 90%;
}

.balayage:before {
    content:"";
    position: absolute;
    top: 6%;
    left: 3%;
    border-top: 1px solid #111;
    width: 70px;
    height: 70px;
    border-left: 1px solid #111;
    margin: 0;
}

.balayage:after {
    content:"";
    position: absolute;
    bottom: 5%;
    right: 37%;
    border-bottom: 1px solid #111;
    width: 70px;
    height: 70px;
    border-right: 1px solid #111;
    margin: 0;
}

.merit {
	margin: 0;
	padding: 20px 0 0;
}

.merit ul{
	display: block;
}

.merit li{
	width: 100%;
}

.merit li dl{
}

.merit li dt{
}

.merit li dd{
	height: auto;
}
.merit li dd b {
}
.merit li dd p {
	font-size:0.8em;
}



.merit li dd:last-child{
	border:none;
}

.recommend {
	padding: 50px 0 20px;
	text-align: left;
}

.recommend figure {
	bottom: inherit;
	right: 0;
	width: 28%;
	top: 8%;
}

.recommend b{font-size: 1.1em;padding: 0;}

.recommend b:before{
	display: none;
}


.recommend ul.check {
	max-width: 100%;
	margin: 20px auto 0;
	}

.recommend ul.check li{padding: 0 0 4px 28px;}

.recommend ul.check li:before{
}

.recommend ul.check li:after{border: 2px solid #ccc;}

.recommend ul.check li p{
    letter-spacing: 0;
    font-size: 0.8em;
}

.ba {
	max-width: 90%;
}

.ba li {
	float:left;
}

.ba ul.slick-dots {position: absolute;bottom: 2%;left: 0;right: 0;margin: auto;display: flex;justify-content: center;}


.ba ul.slick-dots li {
	margin: 0 5px;
	float: none;
}


.customer_ba .front {
	width:90%;
	margin:auto;
	float: none !important;
}

.customer_ba .changebox,.customer_ba .change:nth-child(2n) .changebox {
	margin: auto !important;
	float: none !important;
}

.customer_ba .changebox ul.flex {
	margin: 20px 0 0;
}

.customer_ba .changebox ul.flex li:last-child {
	right: 0;
}
.customer_ba .change {
	margin:0;
}
.customer_ba .change:last-child {
	display:block;
	padding: 30px 0;
}


.kakaku dt{
	font-size: 1.3em;
	padding: 10px 20px;
	border: 1px solid #eee;
}


.kakaku dd b{font-size: 1.8em;line-height: 1.2;}
.kakaku dd p {
	font-size: 1.1em;
	line-height: 1.2;
}
.kakaku em {
	font-size: 0.75em;
	letter-spacing: 1px;
	display: block;
	line-height: 2;
}

}
