@charset "UTF-8";
/*----- product/index.html -----*/
/* ------------------------------------------------
 sec0 インデックス
------------------------------------------------ */
#wrapper #sec0 .inner {
  padding-bottom: 0;
  z-index: 100;
}

/* ------------------------------------------------
 sec1～sec4　共通
------------------------------------------------ */
.section > .inner {
  color: #806B70;
}
.section .category {
  border-radius: 5rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 1.2rem 2rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 3.9rem;
       column-gap: 3.9rem;
}
.section .category img {
  width: auto !important;
  height: 3.9rem !important;
}
.section .category::before, .section .category::after {
  content: "";
  background-color: #806B70;
  -webkit-mask: url(/images/product/star.svg) center no-repeat;
          mask: url(/images/product/star.svg) center no-repeat;
  width: 1.44rem;
  aspect-ratio: 4/5;
  display: block;
}
.section .category.tall img {
  margin-bottom: -1.1rem;
  height: 5rem !important;
}
.section .category.tall::before, .section .category.tall::after {
  margin-top: 1rem;
}
.section .lead {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6rem;
}
.section .lead sup {
  font-size: 0.5em;
}
.section .lead strong {
  font-size: 4.6rem;
}
.section .lead strong sup {
  font-size: 0.4em;
}
.section .lead .note {
  font-size: 1.3rem;
  margin-top: 1rem;
  display: block;
}
.section .item {
  max-width: 98.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section .item + .item {
  margin-top: 8.5rem;
}
.section .item .new {
  background-color: var(--color-moist-primary);
  -webkit-mask: url(/images/product/common/ico_new.svg) 0 0/contain no-repeat;
          mask: url(/images/product/common/ico_new.svg) 0 0/contain no-repeat;
  width: 11rem;
  aspect-ratio: 280/230;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.section .item > .left {
  width: 38rem;
  margin-right: 10rem;
}
.section .item > .left .award_mark {
  width: 14rem;
  margin-left: -3rem;
  margin-bottom: 2rem;
}
.section .item > .left .award_mark.none {
  visibility: hidden;
  pointer-events: none;
}
.section .item .slider {
  margin-bottom: 2.5rem;
}
.section .item > .body {
  letter-spacing: 0.1em;
  width: 50.5rem;
}
.section .item > .body > * {
  margin-right: -5rem;
}
.section .item > .body h3 {
  margin-bottom: 0.8rem;
}
.section .item > .body h3 > span {
  display: block;
  font-weight: 600;
}
.section .item > .body h3 .en {
  font-size: 0;
  height: 3.3rem;
}
.section .item > .body h3 .en.low {
  height: 3.1rem;
}
.section .item > .body h3 .en.two_lines {
  height: 7.92rem;
}
.section .item > .body h3 .en img {
  margin-left: 0px;
  margin-right: auto;
  width: auto !important;
  height: 100% !important;
}
.section .item > .body h3 .jp {
  font-size: 2.1rem;
  margin-top: 1rem;
}
.section .item > .body .capacity {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.section .item > .body .efficacy {
  height: 3.7rem;
  margin-bottom: 2rem;
}
.section .item > .body .efficacy img {
  width: auto !important;
  height: 100% !important;
}
.section .item > .body .txt {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.section .item > .body .points {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}
.section .item > .body .points > li + li {
  margin-top: 0.9rem;
}
.section .item > .body .points ul {
  padding-left: 1em;
}
.section .item > .body .explanation {
  font-size: 1.4rem;
  margin-top: 4rem;
}
.section .item > .body .explanation ul {
  display: inline;
}
.section .item > .body .explanation ul li {
  display: inline;
}
.section .item > .body .link_more {
  margin-top: 3.5rem;
}
.section .item > .body .link_more a {
  color: inherit;
  font-size: 1.85rem;
}
.section .slick-arrow {
  width: 3.1rem;
  height: 3.1rem;
  overflow: hidden;
  text-indent: -999px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(/images/product/btn_prev.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.section .slick-arrow.slick-prev {
  left: -3rem;
}
.section .slick-arrow.slick-next {
  right: -3rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 641px) {
  .section .slick-arrow {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .section .slick-arrow:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 640px) {
  .section .category {
    margin-bottom: 2rem;
    padding: 0.9rem 1.25rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .section .category img {
    height: 1.95rem !important;
  }
  .section .category::before, .section .category::after {
    width: 1.2rem;
  }
  .section .category.tall img {
    margin-bottom: -0.6rem;
    height: 2.5rem !important;
  }
  .section .category.tall::before, .section .category.tall::after {
    margin-top: 0.6rem;
  }
  .section .lead {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
  .section .lead strong {
    font-size: 2.3rem;
    margin-top: 0.4rem;
    display: block;
  }
  .section .lead .note {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .section .item {
    display: block;
  }
  .section .item + .item {
    margin-top: 6.5rem;
  }
  .section .item .new {
    width: 6.4rem;
    top: 0;
    left: 7rem;
  }
  .section .item > .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .section .item > .left .award_mark {
    width: 11rem;
    margin-left: 4rem;
    margin-bottom: 2rem;
  }
  .section .item > .left .slider,
  .section .item > .left .none_slider {
    margin: 0 auto 1rem;
    width: 24.5rem;
  }
  .section .item > .body {
    padding: 0 3rem;
    width: 100%;
    box-sizing: border-box;
  }
  .section .item > .body > * {
    margin-right: 0;
  }
  .section .item > .body h3 {
    margin-bottom: 0.4rem;
  }
  .section .item > .body h3 > span {
    display: block;
    font-weight: 600;
  }
  .section .item > .body h3 .en {
    height: 1.65rem;
  }
  .section .item > .body h3 .en.low {
    height: 1.6rem;
  }
  .section .item > .body h3 .en.two_lines {
    height: 3.96rem;
  }
  .section .item > .body h3 .jp {
    font-size: 1.15rem;
    margin-top: 0.2rem;
  }
  .section .item > .body .capacity {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  .section .item > .body .efficacy {
    height: 3.7rem;
  }
  .section .item > .body .txt {
    font-size: 1.2rem;
  }
  .section .item > .body .points {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .section .item > .body .points > li + li {
    margin-top: 0.5rem;
  }
  .section .item > .body .explanation {
    font-size: 1.1rem;
    text-indent: -2.3rem;
    margin-top: 2.5rem;
    padding-left: 2.3rem;
  }
  .section .item > .body .link_more {
    margin-top: 2rem;
    text-align: center;
  }
  .section .item > .body .link_more a {
    font-size: 1.4rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    min-width: 17.2rem;
  }
  .section .slick-arrow {
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    bottom: 0;
  }
  .section .slick-arrow.slick-prev {
    left: -2rem;
  }
  .section .slick-arrow.slick-next {
    right: -2rem;
  }
}

/* ------------------------------------------------
  個別
------------------------------------------------ */
.section.category {
  padding-top: 10rem !important;
  margin-top: -10rem !important;
  pointer-events: none;
}
.section.category .inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
  pointer-events: visible;
}
@media screen and (max-width: 640px) {
  .section.category {
    padding-top: 7.5rem !important;
    margin-top: -7.5rem !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .section.category .inner {
    padding: 6.5rem 0;
  }
}

/* ----------------------------
 powder
------------------------------*/
#sec2 .inner {
  padding-bottom: 0;
}
#sec2 .category {
  background-color: #e8dddc;
}

/* ----------------------------
 moist
------------------------------*/
#sec1 .category {
  background-color: #f4d4c8;
}

/* ----------------------------
 smooth
------------------------------*/
#sec3 .inner {
  color: #766870;
  background-color: #E6E0F0;
}
#sec3 .category {
  background-color: #d8cfe5;
}
#sec3 .category::before, #sec3 .category::after {
  background-color: #766870;
}

/* ----------------------------
 deep
------------------------------*/
#sec4 .inner {
  color: #866d5c;
  background-color: #f4e8d1;
}
#sec4 .category {
  background-color: #ebd9b6;
}
#sec4 .category::before, #sec4 .category::after {
  background-color: #866d5c;
}
#sec4 .item > .left {
  margin-bottom: 2rem;
}
#sec4 .item .new {
  background-color: var(--color-deep-base);
}
#sec4 .item.shampoo .new {
  left: -6rem;
}
@media screen and (max-width: 640px) {
  #sec4 .item.shampoo .new {
    top: 0;
    left: 2.2rem;
  }
  #sec4 .item.water .new {
    left: 7.5rem;
  }
}

/* ----------------------------
 bathadditive
------------------------------*/
#sec5 .inner {
  color: #806B70;
  background-color: #f9e6df;
}
#sec5 .category {
  background-color: #e7dddc;
}
#sec5 .category::before, #sec5 .category::after {
  background-color: #806B70;
}
#sec5 .lead {
  text-indent: 0.25em;
}
#sec5 .item .new {
  background-color: var(--color-moist-base);
  left: -4rem;
}
#sec5 .item .body .en.two_lines {
  height: 7.68rem;
  height: 6.6rem;
}
#sec5 .item .body .jp .label {
  font-size: 0.6em;
  border-width: 1px;
  border-style: solid;
  font-style: normal;
  line-height: 1;
  margin-left: 0.5em;
  padding: 0.3em 0.4em;
  display: inline-block;
  vertical-align: middle;
}
#sec5 .item .body .capacity {
  margin-bottom: 0;
}
#sec5 .item > .left {
  margin-bottom: 2rem;
}
@media screen and (min-width: 640.1px) {
  #sec5 .item .body.right {
    margin-top: 3rem;
    align-self: start;
  }
  #sec5 .item .item_detail {
    min-height: 15.2rem;
    min-height: 14rem;
  }
}
@media screen and (max-width: 640px) {
  #sec5 .item .new {
    left: 4rem;
  }
  #sec5 .item .body .en.two_lines {
    height: 3.6rem;
  }
  #sec5 .item .body .item_detail {
    min-height: 8.6rem;
  }
}