@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*/// 商品ごとの色の指定 ///*/
.t_color {
  color: #4f64ae;
}
.b_color {
  background-color: #4f64ae;
}
.border_color {
  border-color: #4f64ae;
}

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

.catch_growsive {
  background-image: url(../img/growsive/shadow_color.jpg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

#catch .factor_catch {
    margin: -250px 0 0;
}
#catch .factor_catch:nth-of-type(1) {
    display: block;
    margin: 70px auto 0;
    width: 700px;
}

#fragrance .flower_outcome {
    left: 0;
    top: -65px;
    width: 60%;
}

#care .wrapper_step_care {
  padding: 50px 0;
}
#care .step_salon_care:nth-of-type(2) {
    margin: 0;
    width: 52%;
}
#care .step_salon_care:nth-of-type(2)::after {
  background-image:none;
}
#care .step_salon_care:nth-of-type(2) img {
  margin: 0;
}
#care .product_care {
    padding-top: 6px;
}
#care .product_name_care {
    width: 100%;
}
#care .iyakubugaihin {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #c3c3c3;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: -0.2px;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#how .indication_how img {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
#how .wrapper_step_how.flex {
  display: flex;
  justify-content: space-between;
}
#how .check_list {
  height: 90px;
  border: 1px solid #eee;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 11px;
  margin-bottom: 20px;
}
#how .check_list:before,
#how .check_list:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
}
#how .check_list:before {
  bottom: -6px;
  border-color: #eee transparent transparent;
  z-index: 1;
}
#how .check_list:after {
  bottom: -5px;
  border-color: #fff transparent transparent;
  z-index: 2;
}
#how .check_list li {
  background-image: url(../img/products/massage_check_off.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 12px;
}