@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

/* Common */

body {
	min-width: 1000px;
}
.b_color {
	background-color: #e76892;
}
.t_color {
	color:  #e76892;
}

/* Top */

#top .box_left_top {
	background: #ad96a5;
}
#top .box_right_top {
	background: #305155;
}

/* Catch */


#catch .factor_catch:nth-of-type(1) {
    display: block;
    margin: 70px auto 0;
    width: 700px;
}

#catch .factor_catch > span {
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-bottom: 19px;
	display: block;
}
#figure .figure_outcome {
	position: relative;
}
.figure_outcome > span {
	display: block;
	position: absolute;
	bottom: 75px;
}
/* Fragrance */

#fragrance .flower_outcome {
	bottom: 3px;
	left: 0;
}

/* Outcome */

#outcome .wrapper_catch_outcome {
	background-image: url(../img/immurise/back_immurise.png);
}

/* Care */

#care .step_salon_care:nth-of-type(2):after {
	display: none;
}
#care .step_salon_care:nth-of-type(2) {
	width: 52%;
	margin: 0;
}
#care .notify_step_care {
	padding: 12px 0 0 0;
}
#care .hair_care {
  padding: 183px 0;
}
#care .wrapper_box_bottom_care {
	width: 64%;
	margin: 2% 0 0 2%;
}
#care .product_name_care {
	width: 96%;
}
#care .box_salon_care {
	text-align: center;
}
#care .wrapper_step_care {
	padding: 50px 0;
}

/* How */

#how .title_how > span {
	padding: 0 0 0 36px;
}
#how .ex_sub {
		color: #fff;
		display: block;
		width: 150px;
		padding: 1%;
}
#how .product_how {
	font-size: 1.9rem;
	display: inline-block;
	padding-top: 8px;
}
#how .point_text {
	text-align: left;
}

.catch_smooth {
	background-image: url(../img/immurise/shadow_color.jpg);
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}