@charset "utf-8";
/* CSS Document */
img {
  width: 100%;
}
/*以下methodとskin-careのsp*/
#method, #skin-care{
    padding-top: 80px;
    /*margin-top: -90px;*/
    /*margin-bottom: 100px;*/
}
/*以下methodとskin-careのpc*/
@media(min-width:960px) {
    #method, #skin-care{
        padding-top: 130px;
       /* margin-top: -120px;
        margin-bottom: 80px;*/
    }
    }
/*以下methodのsp*/
.sec-meth {
  position: relative;
}
.sec-meth_disc {
  padding: 105px 30px 0;
}
.bg-left1 {
  position: absolute;
  top: 140px;
  left: 0;
}
.common__h2, .sec-method__dia, .sec-method__h3, .sec-skincare__dia, .sec-skincare__h3, .sec-skincare__title {
  text-align: center;
}
.sec-method__h3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 0 25px;
  line-height: 1.5;
}
.sec-met__h3_01 {
  font-size: 1.4rem;
}
.sec-method__p {
  padding: 0 0 25px;
}
.bg-right1 {
  position: absolute;
  top: 470px;
  right: 0;
  text-align: right;
}
.sec-method__01title, .sec-method__02title, .sec-method__03title {
  padding: 0 30px 25px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.method__01, .method__02, .method__03 {
  color: #babec2;
  font-family: 'Allura', cursive;
  font-weight: 400;
  font-size: 4.0rem;
  line-height: 1;
}
.sec-method__01_img-area, .sec-method__03_img-area {
  display: flex;
  margin: 0 auto;
  max-width: 600px;
}
.sec-method__01_hand {
  padding: 200px 0 0;
  z-index: 1;
}
.sec-method__disc01, .sec-method__disc02 {
  padding: 25px 30px 55px;
}
.sec-method__disc03, .sec-skincare__disc {
  padding: 25px 30px 0px;
}
.bg-left2 {
  position: absolute;
  top: 1850px;
  left: 0;
}
.sec-method__02_touch-img, .skincare-img {
  margin: 0 auto;
  max-width: 600px;
}
.sec-method__03_bubble-img {
  padding-top: 110px;
  z-index: 15;
}
.sec-skincare_disc{
  position: relative;
}
.bg-right2 {
  position: absolute;
  top: 100px;
  right: 0;
  text-align: right;
  z-index: -1;
}
@media(min-width:560px) {
  .sec-meth_disc {
  padding: 80px 30px 0;
}
  .sec-method__p, .sec-method__disc01, .sec-method__disc02, .sec-method__disc03, .sec-skincare__disc {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    line-height: 2;
  }
}
.sec-skincare__h3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 30px 25px;
  line-height: 1.5;
}
.sec-skincare__title {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 30px 25px;
  line-height: 1.5;
}
.sec-skincare__sub-title {
  font-size: 1.4rem;
}
.skincare-img {
  z-index: 200;
}
.sec-skincare_p_btn {
    padding: 0 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
}
.sec-skincare__arrow_btn {
    position: relative;
    border: none;
    border-bottom: 1px solid #4b3955;
    width: 200px;
    max-width: 90%;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
.sec-skincare__arrow_btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #4b3955;
  transform: rotate(40deg);
  position: absolute;
  right: -3px;
  bottom: 4px;
}
.sec-skincare__div{
    padding-bottom: 60px;
}
.cart-link_ml10{
    vertical-align: middle;
    margin: 0 0 5px 5px;
    width: 20px;
    height: 19px;
}