@charset "UTF-8";
/*****************************************************
シュシュモアとろけるクレンジングオイルジェルページ
*****************************************************/
/* ------------------------------------------
　kv
-------------------------------------------*/
.kv {
  background: url(../img/oil_bg.webp) no-repeat center right 5%/40% auto,  radial-gradient(417.09% 87.37% at 54.22% 31.49%, #7AE4E9 0%, #A5E286 50.92%, #FCEC03 100%);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kv {
    background: url(../img/oil_bg.webp) no-repeat top 9% right 99%/117% auto,  radial-gradient(417.09% 87.37% at 54.22% 31.49%, #7AE4E9 0%, #A5E286 50.92%, #FCEC03 100%);
  }
}


/* ------------------------------------------
　point
-------------------------------------------*/
.points {
  background: linear-gradient(180deg, rgba(100, 212, 234, .34) 0%, rgba(176, 233, 138, .34) 44.71%, rgba(248, 251, 50, .34) 100%);
}