@charset "UTF-8";
.l-pagebody-head.m-decorate:before {
  background: #EEE2DC;
}

@media screen and (max-width: 767px) {
  .l-pagehead {
    height: 40vw;
  }
}
/* index
---------------------------------------------------------------------------- */
.p-beauty-head {
  padding: 16rem 0 10rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-beauty-head {
    padding: 10.6666666667vw 0;
  }
}
.p-beauty-head-img {
  height: 34rem;
  width: 52rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-head-img {
    width: 100%;
    height: 58.6666666667vw;
  }
}
.p-beauty-head-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-beauty-head-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 5rem 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-head-txt {
    margin: 5.3333333333vw 0 0;
  }
}
.p-beauty-head-txt-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #C5786F;
  border-left: 4px solid #C5786F;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-head-txt-ttl {
    font-size: 4.2666666667vw;
  }
}
.p-beauty-head-txt-lead {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-beauty-head-txt-lead {
    font-size: 3.4666666667vw;
  }
}
.p-beauty-head-txt-btn {
  margin-top: 3rem;
  width: 28.3rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-beauty-head-txt-btn {
    width: 67.4666666667vw;
  }
}
.p-beauty-head-txt-btn span {
  width: 28.3rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-head-txt-btn span {
    width: 67.4666666667vw;
  }
}
.p-beauty-head-txt-note {
  color: #949494;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
  margin: 1rem auto 0;
  max-width: 28.6rem;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-beauty-head-txt-note {
    font-size: 3.2vw;
    max-width: 72vw;
    padding-left: 4vw;
  }
}
.p-beauty-head-txt-note:before {
  content: "※";
  margin-left: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-head-txt-note:before {
    margin-left: -4vw;
  }
}
.p-beauty-melit {
  padding: 10rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-melit {
    padding: 16vw 0;
  }
}
.p-beauty-melit-ttl {
  margin: 0 0 5rem;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-beauty-melit-ttl {
    font-size: 5.7333333333vw;
    margin-bottom: 8vw;
  }
}
.p-beauty-melit-ttl .point {
  color: #C5786F;
}
.p-beauty-melit-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-melit-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
}
.p-beauty-melit-img {
  height: 28rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-beauty-melit-img {
    height: 65.6vw;
  }
}
.p-beauty-melit-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-beauty-melit-txt {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-melit-txt {
    padding-top: 5.3333333333vw;
  }
}
.p-beauty-melit-txt .ttl {
  color: #C5786F;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-beauty-melit-txt .ttl i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  padding-bottom: 5px;
}
.p-beauty-melit-txt .ttl i img {
  width: 9.3rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-melit-txt .ttl i img {
    width: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-beauty-melit-txt .ttl {
    font-size: 4.2666666667vw;
  }
}
.p-beauty-melit-txt .detail {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-beauty-melit-txt .detail {
    font-size: 3.4666666667vw;
  }
}
.p-beauty-cv {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-beauty-cv {
    padding-bottom: 2.6666666667vw;
  }
}
.p-beauty-cv-lead {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-beauty-cv-lead {
    font-size: 3.4666666667vw;
  }
}
.p-beauty-cv .m-button-wrap {
  margin-top: 2rem;
}

.m-button02 span {
  background: #fff;
}