@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/

/*/// 商品ごとの色の指定 ///*/
.t_color {
  color: #a89990;
}

.b_color {
  background-color: #a89990;
}

.border_color {
  border-color: #a89990;
}

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

#catch.catch_elmista {
  padding: 0 0 80px;
  background-image: url(../img/elmista/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;
}

/* .lead */
#catch .lead {
  margin-top: 60px;
  padding: 20px;
  background-color: #e9e4e2;
}
#catch .lead .lead_inner {
  display: flex;
  align-items: center;
  width: 1160px;
  margin: 0 auto;
}
#catch .lead .img {
  flex-shrink: 0;
}
#catch .lead .content {
  width: 562px;
  margin: 0 auto;
}
#catch .lead h3 {
}
#catch .lead p {
  margin-top: 15px;
}
#catch .lead .content > img {
  margin-top: 35px;
}

/* #technologies */
#technologies {
  padding-top: 120px;
}
#technologies img {
  display: inline-block;
  vertical-align: middle;
}
#technologies .wrapper_factors_catch {
  position: relative;
  border: 2px solid #5f5957;
  text-align: center;
}
#technologies .tech_dryer {
  padding: 40px 58px 70px;
  box-shadow: 0 -50px 120px -120px #5f593f6d;
}
#technologies .tech_airconc {
  padding: 70px 58px;
  box-shadow: 0 50px 120px -120px #5f593f6d;
}
#technologies .tech_dryer::before,
#technologies .tech_airconc::after {
  content: "";
  position: absolute;
  left: 0;right: 0;
  display: block;
  width: calc(60000% / 1156);
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#technologies .tech_dryer::before {
  top: -2px;
}
#technologies .tech_airconc::after {
  bottom: -2px;
}
#technologies h3 {
  text-align: center;
}
#technologies .wrapper_factors_catch section {
  margin-top: 40px;
}
#technologies .wrapper_factors_catch section:not(:first-of-type) {
  margin-top: 80px;
}
#technologies h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cfccc9;
}
#technologies p:not(.comment) {
  font-size: 1.5rem;
  line-height: 1.6;
}
#technologies .tech_dryer section > img {
  margin-top: 25px;
}
#technologies .tech_airconc .factor_catch {
  margin-top: 40px;
}
#technologies .component_content_wrapper {
  display: flex;
}
#technologies .component_content_wrapper > div {
  width: 50%;
  text-align: left;
}
#technologies .component_content_wrapper .left {
  padding-left: 50px;
  border-right: 1px solid #e0e0e0;
}
#technologies .component_content_wrapper .right {
  padding-left: 90px;
}
#technologies .component_content_wrapper .component_ttl {
  font-size: 2rem;
}
#technologies .component_content_wrapper p {
}
#technologies .and {
  position: relative;
  z-index: 2;
  width: 222px;
  height: 128px;
  margin: -12px auto;
  background-color: #fff;
}
#technologies .and::before,
#technologies .and::after {
  content: "";
  position: absolute;
  top: 0;bottom: 0;
  left: 0;right: 0;
  display: block;
  width: 184px;
  height: 2px;
  margin: auto;
  background-color: #5f5957;
  transform-origin: center;
}
#technologies .and::before {
  transform: rotate(45deg);
}
#technologies .and::after {
  transform: rotate(-45deg);
}

#care .product_care {
  padding-top: 6px;
}

#care .product_name_care {
  width: 96%;
}

#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;
}

.box_home_top_care .usage_care:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fragrance_caption {
  display: flex;
  justify-content: center;
  align-items: center;
}