@charset "UTF-8";
/*****************************************************
クレンジングリキッド- フローラルハーブの香り -
*****************************************************/
/* ------------------------------------------
　kv
-------------------------------------------*/
.kv {
  background: url(../img/bg_liquid.webp) no-repeat top 9% right 5%/40% auto,  radial-gradient(417.09% 87.37% at 54.22% 31.49%, #9BE369 0%, #C0EC56 50.92%, #FFFFB8 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv {
    background: url(../img/bg_liquid.webp  ) no-repeat top 11% right 39%/131% auto,  radial-gradient(417.09% 87.37% at 54.22% 31.49%, #9BE369 0%, #C0EC56 50.92%, #FFFFB8 100%);
  }
}


/* ------------------------------------------
　point
-------------------------------------------*/
.points {
  background: linear-gradient(180deg, rgba(170, 255, 129, .34) 0%, rgba(215, 255, 120, .34) 44.71%, rgba(251, 255, 125, .34) 100%);
}