@charset "UTF-8";
/* プレニティシリーズ */
#prenity h1, #prenity h2, #prenity h3, #prenity h4, #prenity a {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
}
#prenity img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#prenity a {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
}
#prenity a:hover {
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}
#prenity li {
  line-height: 0;
}
#prenity h1 {
  padding: 16% 0 17.5%;
}
#prenity section.lead {
  background: url("/img/usr/static/prenity_brand/lead_bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 10.5% 5% 91%;
  position: relative;
}
#prenity section.lead h2 {
  padding: 7.5% 5% 12%;
}
#prenity section.lead .text {
  padding: 0 3%;
}
#prenity section.lead .note {
  position: absolute;
  bottom: 1.6%;
  width: 92%;
  left: 4%;
}
#prenity section.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#prenity section.lineup h2 {
  padding: 12.5% 32.5% 9.5%;
}
#prenity section.lineup .item_block {
  background: url("/img/usr/static/prenity_brand/line_bg02.jpg") center top no-repeat;
  background-size: 100%;
  padding: 5.5% 5% 12% 4.5%;
  text-align: center;
}
#prenity section.lineup .item_block.special {
  background: url("/img/usr/static/prenity_brand/line_bg01.jpg") center top no-repeat;
  background-size: 100%;
}
#prenity section.lineup .item_block.special li {
  position: relative;
}
#prenity section.lineup .item_block.special li .period {
  position: absolute;
  top: 4.8%;
  left: 12%;
  font-size: clamp(0.688rem, 0.012rem + 3vw, 1.438rem);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #df7e8e;
}
#prenity section.lineup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#prenity section.lineup .special ul {
  margin-top: 4.5%;
  margin-bottom: 5.5%;
}
#prenity section.lineup .cleansing ul {
  margin-top: 4.8%;
  margin-bottom: 2.3%;
}
#prenity section.lineup .cleansing ul li:last-child {
  padding-right: 1%;
  margin-left: -1%;
}
#prenity section.lineup .wash ul {
  margin-top: 6%;
  margin-bottom: -5%;
}
#prenity section.lineup .lotion ul {
  margin-top: 5.5%;
  margin-bottom: -3%;
}
#prenity section.lineup .cream ul {
  margin-top: 5.5%;
  margin-bottom: 5%;
}
#prenity section.lineup .uv ul {
  margin-top: 2%;
  margin-bottom: -1.5%;
}
#prenity section.lineup .cccream ul {
  margin-top: 2.5%;
  margin-bottom: -7.5%;
}
#prenity section.lineup .cccream ul li:last-child {
  margin-left: -2%;
  padding-right: 2%;
}
#prenity section.lineup .price {
  padding: 3% 28% 5%;
}
#prenity section.lineup .cv_btn {
  padding: 0 16%;
}
#prenity section.step {
  background: #f1f5f9;
  padding: 10% 3%;
  margin-bottom: 21%;
}
#prenity section.step h2 {
  padding: 0 6% 10%;
}
#prenity section.drink {
  margin-bottom: 10%;
}
#prenity section.drink .with_ttl {
  padding: 0 23% 8%;
}
#prenity section.drink .with_drink {
  padding: 0 15% 6%;
}
#prenity section.drink .item_block {
  background: url("/img/usr/static/prenity_brand/drink_bg.jpg") center top no-repeat;
  background-size: 100%;
  padding: 5.5% 3.5% 12%;
  text-align: center;
}
#prenity section.drink h3 {
  margin-bottom: 9%;
}
#prenity section.drink .detail {
  margin-bottom: 6%;
}
#prenity section.drink .cv_btn01 {
  padding: 5% 16.5% 10%;
}
#prenity section.drink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#prenity section.drink li {
  width: 48.5%;
  background: #fbf3f4;
  padding: 5% 0 6% 3.5%;
}
#prenity section.drink li .cv_btn02 {
  padding: 8% 8% 0 0;
}

@media screen and (min-width: 761px) {
  #prenity {
    width: 100%;
    background-image: url("/img/usr/static/prenity_brand/pc_bg.jpg");
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  #prenity .inner_content {
    width: min(100%, 760px);
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }
}
