@charset 'UTF-8';
/* skin追加スタイル */

.p-skin-box {
  margin: 0 0 5rem;
  padding: 5.5rem 6rem 1rem;
  border-radius: 1rem;
  background-color: #fff7ef;
}

.p-skin-box__heading {
  margin: 0 0 3.5rem;
  color: #ad7f52;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.2em;
}

.p-skin-box__inner {
  margin: 0 0 5rem;
  padding: 3rem 2rem;
  border-radius: 1rem;
  background-color: #fff;
}

.p-skin-box__list {
  list-style-type: none;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.p-skin-box__list li {
  position: relative;
  height: 5.2rem;
  margin: 0 0 2.5rem;
  padding: 0 0 0 3.4rem;
  color: #ad7f52;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.013em;
}

.p-skin-box__list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 2rem;
  height: 1.5rem;
  background: url(../img/skin/ico_check-solid.svg) no-repeat 0 0;
  background-size: contain;
}

.p-skin-section {
  margin-bottom: 5rem;
}

.p-skin-section *:last-child {
  margin-bottom: 0;
}

.p-skin-tip {
  margin: 4.4rem 0 1.6rem;
}

.p-skin-tip__dermapen {
  margin-top: 2rem;
}

.p-skin-tip ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.p-skin-tip ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 33.33333%;
  margin: 0 2.2rem 0 0;
  padding: 1.2rem 0 0;
  border: 1px solid #ddd;
  background-color: #fff;
}

.p-skin-tip ul li *:first-child {
  margin-top: 0;
}

.p-skin-tip ul li:last-child {
  margin-right: 0;
}

.p-skin-tip ul li p {
  margin: 0 0 0.5rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-skin-tip ul li figure {
  margin: auto 0 0;
}

.p-skin-tip ul li figure img {
  width: 100%;
}

.p-gray-box {
  margin: 0 0 7rem;
  padding: 4.5rem 5rem 3.5rem;
  background-color: #f7f7f7;
}

.p-feature-box .p-gray-box {
  padding: 4.5rem 2.5rem;
}

.p-gray-box__heading {
  margin: 0 0 4.5rem;
  color: #666;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.27273;
  text-align: center;
  letter-spacing: 0.02em;
}

.p-gray-box__heading-l {
  margin: 0 0 3rem;
  color: #ad7f52;
  font-size: 3.1rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.2em;
}

.p-gray-box__lead {
  margin: 0 0 3.2rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.02em;
}

.p-gray-box__list {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin: -1.5rem 0 0 -1.3rem;
  padding: 0;
}

.p-gray-box__list > li {
  width: calc(33.33333% - 1.3rem);
  margin: 1.5rem 0 0 1.3rem;
  padding: 2rem 1.5rem;
  border: 1px solid #ddd;
  background-color: #fff;
}

.p-gray-box__list__heading {
  margin: 0 0 1.5rem;
  color: #ad7f52;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
}

.p-gray-box__list__heading small {
  font-size: 1rem;
}

.p-gray-box__list p {
  margin: 0 0 2.5rem;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.p-gray-box__list p.note {
  font-size: 0.7rem;
  text-align: right;
}

.p-gray-box__inner {
  padding: 5.5rem 2.5rem;
  background-color: #fff;
}

.p-gray-box__inner__heading {
  margin: 0 0 2.5rem;
  padding: 1rem 0;
  border: 1px solid #c19e7c;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-gray-box__list-effect {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin: -8rem 0 0 -3.8rem;
  padding: 0;
}

.p-gray-box__list-effect > li {
  width: calc(50% - 3.8rem);
  margin: 8rem 0 0 3.8rem;
}

.p-gray-box__list-effect > li figure {
  margin: 0;
}

.p-gray-box__list-effect > li figure img {
  position: relative;
  right: 3.6rem;
  width: 40.5rem;
  max-width: none;
  height: 34rem;
}

.p-faq-box {
  margin: 0 0 7rem;
  padding: 4.5rem 5rem;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.p-faq-box *:last-child {
  margin-bottom: 0;
}

.p-faq-box__heading {
  position: relative;
  margin: 0 0 4.5rem;
  padding: 4.5rem 0 0;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.2em;
}

.p-faq-box__heading small {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 2rem;
}

.p-faq-box__inner {
  margin: 0 0 3.2rem;
  padding: 3rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
  background-color: #fff;
}

.p-faq-box__q {
  position: relative;
  margin: 0 0 2rem;
  padding: 0 0 1.7rem 6rem;
  border-bottom: 2px solid #ad7f52;
  color: #ad7f52;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.76471;
  letter-spacing: 0.075em;
}

.p-faq-box__q:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.7rem;
  height: 3.7rem;
  margin: -2.6rem 0 0;
  background: url(../img/skin/ico_q.svg) no-repeat 50% 50%;
  background-size: contain;
}

.p-faq-box__a {
  font-size: 1.7rem;
  line-height: 1.76471;
  letter-spacing: 0.02em;
}

/* babystemカスタム */

.p-babystem-youtube {
  margin: 0 0 13.5rem;
}

.p-babystem-youtube__list {
  display: flex;
  list-style-type: none;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.p-babystem-youtube__list > li {
  position: relative;
  width: 480px;
  margin: 0 20px;
}

.p-babystem-youtube__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.p-babystem-youtube__image:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url('../img/home/play_circle_btn.png');
  background-size: contain;
  transition: opacity 0.2s ease 1s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}

.p-babystem-youtube__image.is-active:after {
  opacity: 0;
}

.p-babystem-youtube .player {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-babystem-youtube .thumb {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-babystem-more__button {
  cursor: pointer;
  display: block;
  position: relative;
  width: 236px;
  margin: 65px auto 0;
  padding: 20px 0;
  border: 1px solid #c19e7c;
  font-size: 14px;
  line-height: 1.0em;
  text-align: center;
  text-decoration: none;
}

.p-babystem-more__button:hover {
  background: #c19e7c;
  transition: 0.3s ease;
}

.p-feature-box__babystem--intro,
.p-feature-box__babystem--case {
  margin-bottom: 9.5rem;
}

.p-feature-box__babystem--intro:after,
.p-feature-box__babystem--case:after {
  content: '';
  display: block;
  clear: both;
}

.p-feature-box__babystem--intro .p-feature-box__float-image,
.p-feature-box__babystem--case .p-feature-box__float-image {
  max-width: 45%;
  margin-right: 4.6rem;
}

.p-feature-box__babystem--intro .p-feature-box__heading,
.p-feature-box__babystem--case .p-feature-box__heading {
  margin: 0 0 4.5rem;
  color: #ad7f52;
  font-size: 3.2rem;
  line-height: 1.8125;
  letter-spacing: 0.01em;
}

.p-feature-box__babystem--intro p,
.p-feature-box__babystem--case p {
  order: 3;
  line-height: 2;
}

.p-feature-box__babystem--intro p + p,
.p-feature-box__babystem--case p + p {
  margin-top: 3.2rem;
}

.p-feature-box__babystem--intro {
  padding-left: 2.5rem;
}

.p-feature-box__babystem--intro .p-feature-box__float-image {
  margin-right: 1.2rem;
}

.p-feature-box__babystem--intro .p-feature-box__heading {
  margin: 0 0 0.2rem;
}

.p-feature-box__babystem--case .p-feature-box__heading {
  text-align: center;
}

.p-feature-box__skin {
  padding-bottom: 6.4rem;
}

.p-feature-box__skin *:last-child {
  margin-bottom: 0;
}

.p-feature-box__skin .p-feature-box__float-image {
  max-width: 55%;
}

.p-feature-box__skin .subtitle {
  display: inline-block;
  margin-bottom: 1.4rem;
}

.p-injection-type__box--babystem {
  margin-bottom: 6.3rem;
}

.p-injection-type__box--babystem .p-injection__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* dermapenカスタム */

.p-page-intro__text--dermapen {
  padding-top: 0;
}

.p-page-intro__text--dermapen *:first-child {
  margin-top: 0;
}

.p-box-list--dermapen > li {
  padding: 4rem 1rem 3rem;
}

/* massagepeelカスタム */

.p-feature-box--massagepeel .p-feature-box__heading {
  margin-top: 3rem;
}

.p-feature-box--massagepeel .p-feature-box__heading:first-child {
  margin-top: 0;
}

.p-feature-box--massagepeel .p-feature-box__heading:nth-of-type(2) {
  margin-top: 8rem;
}

.p-feature-box--massagepeel .p-feature-box__heading:nth-of-type(3) {
  margin-top: 6rem;
}

/* course/totalskin */

.p-page-catch__image--totalskin {
  margin: 6rem 0;
  text-align: left;
}

.p-page-catch__image--totalskin img {
  position: relative;
  left: -2rem;
}

/* course totalskin */

.p-ul-box--totalskin {
  margin-top: 10rem;
}

@media screen and (max-width: 559px) {
  .p-skin-box {
    padding: 2.7rem 2rem 1.5rem;
    border-radius: 0.5rem;
  }

  .p-skin-box__heading {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }

  .p-skin-box__inner {
    margin: 0 0 1.6rem;
    padding: 2.5rem 2rem;
    border-radius: 0.5rem;
  }

  .p-skin-box__list {
    margin: 0 0 1.6rem;
    -webkit-columns: unset;
    -moz-columns: unset;
    columns: unset;
  }

  .p-skin-box__list li {
    height: auto;
    margin: 0.4rem 0;
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-skin-box__list li:before {
    top: 0.15em;
    width: 1.4rem;
    height: 1.4rem;
  }

  .p-skin-section {
    margin-bottom: 2rem;
  }

  .p-skin-tip {
    margin: 2rem -0.5rem 0.3rem;
  }

  .p-skin-tip__dermapen {
    margin-top: 1rem;
  }

  .p-skin-tip ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-skin-tip ul li {
    width: calc(50% - 1rem);
    margin: 0 0.5rem 1rem;
    padding: 1rem 0 0;
  }

  .p-gray-box {
    padding: 2.8rem 2.5rem 2rem;
  }

  .p-feature-box .p-gray-box {
    padding: 2.8rem 2.5rem 2rem;
  }

  .p-gray-box__heading {
    margin: 0 0 1.8rem;
    font-size: 1.8rem;
  }

  .p-gray-box__heading-l {
    margin: 0 0 2rem;
    font-size: 1.8rem;
  }

  .p-gray-box__lead {
    margin: 0 0 2rem;
    font-size: 1.3rem;
  }

  .p-gray-box__list {
    display: block;
    margin: 0 0 1.8rem;
  }

  .p-gray-box__list > li {
    width: 100%;
    margin: 0 0 1rem;
    padding: 1.6rem 1.5rem 1.4rem;
  }

  .p-gray-box__list__heading {
    margin: 0 0 0.75em;
    font-size: 1.5rem;
  }

  .p-gray-box__list p {
    font-size: 1.2rem;
  }

  .p-gray-box__inner {
    padding: 1.5rem;
  }

  .p-gray-box__inner__heading {
    margin: 0 0 1.2rem;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .p-gray-box__list-effect {
    display: block;
    margin: 0;
  }

  .p-gray-box__list-effect > li {
    width: 100%;
    margin: 4rem 0 0;
  }

  .p-gray-box__list-effect > li:first-child {
    margin: 0;
  }

  .p-gray-box__list-effect > li figure {
    padding: 0 1.5rem;
  }

  .p-gray-box__list-effect > li figure img {
    right: 1.5rem;
    width: 100%;
    height: auto;
  }

  .p-faq-box {
    padding: 1.8rem 2.5rem;
  }

  .p-faq-box__heading {
    margin: 0 0 2rem;
    padding: 2.5rem 0 0;
    font-size: 1.8rem;
  }

  .p-faq-box__heading small {
    font-size: 1.3rem;
  }

  .p-faq-box__inner {
    margin: 0 0 1.6rem;
    padding: 1.8rem 2.5rem;
    border-radius: 0.5rem;
  }

  .p-faq-box__q {
    margin: 0 0 1rem;
    padding: 0 0 1rem 5rem;
    font-size: 1.4rem;
  }

  .p-faq-box__q:before {
    width: 3.2rem;
    height: 3.2rem;
  }

  .p-faq-box__a {
    font-size: 1.3rem;
  }

  .p-babystem-youtube {
    margin: 0 0 9rem;
  }

  .p-babystem-youtube__list {
    display: block;
  }

  .p-babystem-youtube__list > li {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0 2rem;
  }

  .p-babystem-youtube__image:after {
    width: 5rem;
    height: 5rem;
  }

  .p-babystem-more__button {
    margin: 4rem auto 0;
  }

  .p-feature-box__babystem--intro,
  .p-feature-box__babystem--case {
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem;
  }

  .p-feature-box__babystem--intro .p-feature-box__float-image,
  .p-feature-box__babystem--case .p-feature-box__float-image {
    float: none;
    order: 2;
    max-width: none;
    margin-right: 0;
    text-align: center;
  }

  .p-feature-box__babystem--intro .p-feature-box__float-image img,
  .p-feature-box__babystem--case .p-feature-box__float-image img {
    width: 53.33333vw;
  }

  .p-feature-box__babystem--intro .p-feature-box__heading,
  .p-feature-box__babystem--case .p-feature-box__heading {
    order: 1;
    margin: 0 0 2rem;
    font-size: 4.73333vw;
    text-align: center;
  }

  .p-feature-box__babystem--intro p + p,
  .p-feature-box__babystem--case p + p {
    margin-top: 1.2rem;
  }

  .p-feature-box__babystem--intro .p-feature-box__float-image {
    margin: 1rem 0;
  }

  .p-feature-box__skin {
    padding-bottom: 2.5rem;
  }

  .p-injection-type__box--babystem {
    margin-bottom: 3.2rem;
  }

  .p-feature-box--massagepeel .p-feature-box__heading:nth-of-type(2) {
    margin-top: 3rem;
  }

  .p-feature-box--massagepeel .p-feature-box__heading:nth-of-type(3) {
    margin-top: 3rem;
  }

  .p-page-catch__image--totalskin {
    margin: 3rem -1rem;
  }

  .p-page-catch__image--totalskin img {
    left: 0;
  }

  .p-ul-box--totalskin {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .p-gray-box__inner__heading {
    font-size: 1.83333vw;
    letter-spacing: 0;
  }

  .p-gray-box__list-effect > li figure img {
    right: 36, 1200;
    width: 33.75vw;
    height: 28.33333vw;
  }
}