@charset "UTF-8";
/*****************************************************
ホットクレンジングジェル＜ブラック＞- リフレッシュハーブの香り -
*****************************************************/
/* ------------------------------------------
　kv
-------------------------------------------*/
.kv {
  background: url("../img/black_bg.webp") right -27% bottom 107% / 56% no-repeat, radial-gradient(417.09% 87.37% at 54.22% 31.49%, rgb(0, 0, 0) 0%, rgb(69, 63, 60) 60.21%, rgb(255, 237, 163) 100%);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kv {
    background: url(../img/black_bg.webp) no-repeat top 17% right 81%/121% auto, radial-gradient(417.09% 87.37% at 54.22% 31.49%,#000 0%, #453F3C 60.21%, #FFEDA3 100%);
  }
}

/* ------------------------------------------
　catch
-------------------------------------------*/
.catch {
  background: url(../img/catch_bg.webp) no-repeat center center/cover;
  padding: 46px 0 26px;
}

.catch__grid {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}

.catch__t-block {
  order: 2;
}

.catch__img-block {
  order: 1;
}

@media screen and (max-width: 767px) {
  .catch__grid {
    grid-template-columns: auto;
    justify-items: center;
  }
  
  .catch__t-block {
    order: 1;
  }

  .catch__img-block {
    order: 2;
  }
}

/* ------------------------------------------
　point
-------------------------------------------*/
.points {
  background: linear-gradient(180deg, rgba(75, 75, 75, .34) 0%, rgba(37, 159, 82, .34) 58.63%, rgba(222, 187, 6, .34) 100%);
}

.plus__icon {
  padding: 42px 0;
}