.ls_2023_text{
  letter-spacing: 0px;
}

/* メインビジュアル */
#skin-perfection-gel .main {
  background: url('../img/skincare/series/skin-perfection-gel_220920/mv_01_new.jpg') no-repeat center center;
  min-height: 750px;
    height: calc(100vh - 190px);
    position: relative;
    overflow: hidden;
    background-size: cover;
    transition: 2s;
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    opacity: 0.7;
}


@media screen and (max-width: 768px) {
  #skin-perfection-gel .main {
    background: url('../img/skincare/series/skin-perfection-gel_220920/mv_sp_01_new.jpg') no-repeat center center;
    min-height: auto;
    height: 160vw;
    background-size: cover;
    transition: 2s;
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  #skin-perfection-gel .fixed-block__s {
    width: 600px;
    margin: 0 auto;
  }
  #skin-perfection-gel .fixed-block__s .note {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  #skin-perfection-gel .fixed-block__s .note {
    padding: 0;
  }
}

/* add202410 */

#skin-perfection-gel .cart_desc {
  line-height: 1.4;
  text-align: center;
  background-color: rgba(247,240,248,0.7);
  padding: 8px 0;
  font-size: 80%;
  color: #333;
}

/* ↓ 既存上書き */
@media screen and (max-width: 768px) {
  #skin-perfection-gel .cart_desc {
    padding: 3vw 0;
    font-size: 100%;
  }
}

#skin-perfection-gel .btn-link.cart a,
#skin-perfection-gel .btn-link.cart_regular a {
  color: #fff;
  transition: .3s;
}

#skin-perfection-gel .btn-link.cart a:hover,
#skin-perfection-gel .btn-link.cart_regular a:hover {
  opacity: 0.7;
}

#skin-perfection-gel .btn-link.cart a::before,
#skin-perfection-gel .btn-link.cart_regular a::before {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block; 
  width: 18px;
  height: 16px;
  margin: 0 8px 0 0;
  background: url('../img/common/icon_cart_w.svg') no-repeat center center;
  background-size: cover;
}
#skin-perfection-gel .btn-link.cart a {
  background-color: #aa823a;
  border-color: #aa823a;
}

#skin-perfection-gel .btn-link.cart_regular a {
  background-color: #cc9e47;
  border-color: #cc9e47;
}

#skin-perfection-gel .underline {
  text-decoration: underline;
  display: inline-block;
}

#skin-perfection-gel .mbSp {
  margin-bottom: 16px;
}

#skin-perfection-gel .mbSSp,
#skin-perfection-gel .btn-link.mbSSp {
  margin-bottom: 8px;
}

#skin-perfection-gel .note-about-regular {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #skin-perfection-gel .note-about-regular {
    font-size: 3.5vw;
  }
}

/* 定期拡充対応に伴う修正 */
#skin-perfection-gel .btn-link.cart a.cart-in-regular {
  background-color: #454545;
  border-color: #454545;
  color: #fff;
}

#skin-perfection-gel .btn-link.cart.sp_mgb_8 {
  margin-bottom: 8px;
}

#skin-perfection-gel .main .note {
  /* left: 40px; */
  width: 860px;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  #skin-perfection-gel .main .note {
    width: auto;
  }
}

#skin-perfection-gel .intro01 h1 {
  text-align: center;
}

/*
@media screen and (min-width: 769px) {
  #skin-perfection-gel .intro01 h1 {
    padding-top: 56px;
  }
}
*/

@media screen and (min-width: 769px) {
  #skin-perfection-gel .intro01 .wrap {
    padding-top: 56px;
  }

  #skin-perfection-gel .note-wrap {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
  }

  #skin-perfection-gel .intro01 .note-wrap {
    flex-direction: row-reverse;
  }

  #skin-perfection-gel .intro02 .note-wrap {
    bottom: 0;
  }

  #skin-perfection-gel .intro03 .note-wrap,
  #skin-perfection-gel .intro04 .note-wrap {
    width: 820px;
  }

  #skin-perfection-gel .intro04 .note-wrap {
    bottom: 0;
  }

  #skin-perfection-gel .intro01 .note-wrap .note.n01 {
    position: static;
    width: 530px;
    padding-left: 60px;
  }

  #skin-perfection-gel .intro01 .more-desc .col-r {
    padding-left: 60px;
  }

  #skin-perfection-gel .intro02 .note,
  #skin-perfection-gel .intro04 .note {
    left: 0;
    right: auto;
  }

  #skin-perfection-gel .intro03 .note {
    position: static;
    margin: 0;
    padding-left: 15px;
  }

  #skin-perfection-gel .intro08 .note {
    position: static;
    width: 500px;
    margin: 0 0 0 auto;
  }
}


@media screen and (max-width: 768px) {
  #skin-perfection-gel .intro01 .note-wrap {
    position: absolute;
    bottom: 3.5vw;
  }

  #skin-perfection-gel .intro02 .note,
  #skin-perfection-gel .intro03 .note {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #skin-perfection-gel .intro06 .btn-link:last-of-type {
    margin-bottom: 0;
  }
}