@charset "utf-8";

/*
==============
oil.css
==============
*/

/* -----------------
■ 全体
------------------- */
img {
  max-width: 100%;
}


@media screen and (max-width: 767px)
{
  :root {
    --w: 390;
    --customW: var(--w) * 100vw;
  }

}




/* -----------------
■ home-about
------------------- */
.home-aboutImage__inner {
  position: relative;
}

.home-about__item {
  position: absolute;
  color: #fff;
  text-align: center;
}

.home-about__item1 {
  top: 27.9%;
  left: 0;
  width: 33.33%;
}

.home-about__item__title {
  font-size: 51px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: 0.06em;
}

.home-about__item__text {
  margin-top: 104px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.home-about__item2 {
  bottom: 44px;
  right: 0;
  width: 33.33%;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.77;
  letter-spacing: 0.2em;
}


@media screen and (max-width: 767px)
{
  .home-about__item1 {
    top: calc(92 / var(--customW));
    left: 0;
    width: calc(310 / var(--customW));
  }

  .home-about__item__title {
    font-size: calc(35 / var(--customW));
    line-height: 1.4;
  }

  .home-about__item__text {
    margin-top: calc(51 / var(--customW));
    font-size: calc(16 / var(--customW));
    line-height: 1.8;
    letter-spacing: 0.22em;
  }

  .home-about__item2 {
    bottom: calc(78 / var(--customW));
    width: calc(310 / var(--customW));
    font-size: calc(14 / var(--customW));
    line-height: 1.8;
    letter-spacing: 0.2em;
  }

} /* media end */




/* -----------------
■ home-product
------------------- */
.home-product {
  font-family: Noto Sans JP, sans-serif;
}

.home-product__list-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.home-product__list-item:nth-of-type(n+2) {
  margin-top: 140px;
}

/* left */
.home-product__list-item-left {
  width: 43.818%;
  line-height: 0;
}

/* right */
.home-product__list-item-right {
  width: 48.122%;
}

.home-product__list-item-right-logo {
  position: absolute;
  bottom: calc(100% + 25px);
  left: 0;
}

.home-product__list-item-right-logo img {
  width: auto;
  height: 24px;
}

.home-product__list-item-right-img {
  text-align: center;
}

.page-oil .home-product__list-item-right-img img {
  width: 20%;
}

.page-balm .home-product__list-item-right-img img {
  width: 38%;
}

.home-product__list-item-right-title {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.home-product__list-item-right-list {
  display: flex;
  gap: 0 10px;
  position: relative;
  margin-top: 40px;
}

.home-product__list-item-right-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  height: 20px;
  background: url(../images/oil/img_product_line.svg) no-repeat;
  background-size: 100% auto;
}

.home-product__list-item-right-list-item {
  flex: 1;
  white-space: nowrap;
}

.home-product__list-item-right-list-item dl {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.home-product__list-item-right-list-item dt {
  padding-bottom: 20px;
}

.home-product__list-item-right-text {
  margin-top: 20px;
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}


.home-product__list-item3 .home-product__list-item-right-logo img,
.home-product__list-item8 .home-product__list-item-right-logo img,
.home-product__list-item9 .home-product__list-item-right-logo img {
  height: 70px;
}


@media screen and (max-width: 767px)
{
  .home-product__list-item {
    flex-direction: column-reverse;
  }

  .home-product__list-item:nth-of-type(n+2) {
    margin-top: calc(100 / var(--customW));
  }

  /* left */
  .home-product__list-item-left {
    width: auto;
    margin-top: calc(20 / var(--customW));
  }

  /* right */
  .home-product__list-item-right {
    width: auto;
  }

  .home-product__list-item-right-logo {
    position: static;
    text-align: center;
  }

  .home-product__list-item-right-logo img {
    height: calc(16 / var(--customW));
  }

  .home-product__list-item-right-img {
    margin-top: calc(20 / var(--customW));
  }

  .home-product__list-item-right-img img {
    width: calc(68 / var(--customW));
  }

  .home-product__list-item-right-title {
    margin-top: calc(20 / var(--customW));
    font-size: calc(14 / var(--customW));
  }

  .home-product__list-item-right-list {
    gap: 0 calc(10 / var(--customW));
    margin-top: calc(20 / var(--customW));
  }

  .home-product__list-item-right-list::after {
    top: calc(20 / var(--customW));
    height: calc(16 / var(--customW));
  }

  .home-product__list-item-right-list-item dl {
    font-size: calc(12 / var(--customW));
  }

  .home-product__list-item-right-list-item dt {
    padding-bottom: calc(20 / var(--customW));
  }

  .home-product__list-item-right-text {
    margin-top: calc(20 / var(--customW));
    font-size: calc(12 / var(--customW));
  }


  .home-product__list-item3 .home-product__list-item-right-logo img,
  .home-product__list-item8 .home-product__list-item-right-logo img,
  .home-product__list-item9 .home-product__list-item-right-logo img {
    height: calc(46 / var(--customW));
  }
} /* media end */




/* -----------------
■ howto
------------------- */
.howto {
  width: 87rem;
  margin: 0 auto 10rem;
  padding: 0 10rem 10rem;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.howto__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.howto__list-item {
  width: 14.8%;
}

.howto__list-item-img img {
  width: 100%;
}

.howto__list-item-text {
  margin: 0.5rem -0.6rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-family: Questrial, sans-serif;
}


@media screen and (max-width: 767px)
{
  .howto {
    width: auto;
    padding: 0 0 4rem;
  }

  .howto__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem 8%;
  }

  .howto__list-item {
    width: 28%;
  }

  .howto__list-item-img img {
    width: 100%;
  }

  .howto__list-item-text {
    margin: 0.5rem -0.8rem 0;
  }

} /* media end */




/* -----------------
■ home-careSet
------------------- */
.home-careSetLeft {
  margin-right: 23rem;
}


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

} /* media end */




/* -----------------
■ footer
------------------- */
.l-pageFooter__loaAroma a {
  width: 10rem;
  height: auto;
}


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

} /* media end */







/* -----------------
■ uv
------------------- */
.page-uv .home-about__item2 {
  padding: 0 30px;
  text-align: left;
}

.page-uv .home-product__list-item-right-img img {
  width: 28%;
}


@media screen and (max-width: 767px)
{
  .page-uv .home-about__item2 {
    padding: 0 calc(15 / var(--customW));
    letter-spacing: 0.08em;
  }

} /* media end */




/* -----------------
■ hand wash
------------------- */
.page-hand .l-pageHeader__logo {
  width: calc(240 / 1440 * 100%);
  max-width: 240px;
}

.page-hand .l-pageHeader.is-sticky .l-pageHeader__logo {
  width: 10rem;
}

.page-hand .home-about__item1 {
  top: 16%;
  width: 100%;
}

.page-hand .home-about__item__title {
  font-size: 44px;
}

.page-hand .home-about__item__text {
  margin-top: 50px;
}

.page-hand .home-product__list-item-right-img img {
  width: 20%;
}

.page-hand .home-carePrice {
  z-index: -1;
}

.page-hand .home-carePrice::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/handwash/img_kv1.jpg) no-repeat center center;
  background-size: cover;
  filter: grayscale(100%);
}

.feature__list {
  text-align: center;
}

.feature__list-item:nth-of-type(n+2) {
  margin-top: 30px;
}

.feature__list-item-num {
  font-size: 1.6rem;
}

.feature__list-item-text {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.page-hand .home-product__list-item-right-img img {
  width: 35%;
}

.page-hand .l-pageFooter__inner .l-pageFooter__logo {
  width: 14rem;
  margin-right: 21.4rem;
}


@media screen and (max-width: 767px)
{
  .page-hand .l-pageHeader__logo {
    width: 40vw;
    max-width: none;
    margin: 0;
  }

  .page-hand .home-about__item1 {
    top: 10%;
  }

  .page-hand .home-about__item__title {
    font-size: calc(20 / var(--customW));
  }

  .page-hand .home-about__item__text {
    margin-top: calc(20 / var(--customW));
  }
  
  .feature__list-item-num {
    font-size: 1.4rem;
  }

  .feature__list-item-text {
    font-size: 1.4rem;
  }

  .page-hand .l-pageFooter__inner .l-pageFooter__logo {
    margin-right: 0;
  }

} /* media end */


