@charset "UTF-8";
/* =================================================
   コピペ用テンプレート（typo 使用例）
   =================================================
   // h1例
   // ブラウザサイズに応じたフォントサイズ、SP用サイズ、vw変換も設定可能
   // 基本の使い方
   // h1 {
   //   @include typo(
   //     $font-size: 32,                        // PC用フォントサイズ
   //     $line-height: 38,                      // 行送り（省略可）
   //     $letter-spacing: 50,                   // XDの文字間（省略可）
   //     $font-weight: 700,                     // フォントウェイト（省略可）
   //     $sp-font-size: 24,                     // SP用フォントサイズ
   //     $breakpoint: 768px,                    // SPブレイクポイント（省略可）
   //     $vw-breakpoint: 1000px,                // vw変換ON（省略可）
   //     $vw-font-size: 40,                     // vw計算の基準(px)（省略可）
   //     $color: #333                           // 文字色（省略可）
   //   );
   // }

   // p例
   // p {
   //   @include typo(
   //     $font-size: 16,                        // PC用フォントサイズ
   //     $font-weight: 400,                     // フォントウェイト（省略可）
   //     $sp-font-size: 14,                     // SP用フォントサイズ
   //     $vw-breakpoint: 1200px                 // vw変換ON（省略可）
   //     // $vw-font-size, $color も省略可
   //   );
   // }
*/
html body main .subvisual {
  position: relative;
  height: fit-content;
  padding: 0;
}
html body main .subvisual::before {
  content: none;
}
html body main .subvisual h1 {
  position: absolute;
  visibility: hidden;
}
html body main .contents-breadcrumb {
  padding-bottom: 1.25rem;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
html body main .sec1 {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url("../../images/page/price-woman/contents02-bg.png");
  background-repeat: repeat-y;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  html body main .sec1 {
    background-size: 100% auto;
  }
}
html body main .sec1 .wrapper {
  max-width: 900px;
}
html body main .sec1 h2.h2-ttl {
  text-align: center;
  color: #646363;
  font-size: 44px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  html body main .sec1 h2.h2-ttl {
    font-size: 20px;
  }
}
html body main .sec1 h2.h2-ttl span {
  display: inline;
}
html body main .sec1 h2.h2-ttl span.small {
  display: block;
  font-size: 28px;
  line-height: 1.3333333333;
  margin-bottom: -10px;
}
@media screen and (max-width: 991px) {
  html body main .sec1 h2.h2-ttl span.small {
    font-size: 16px;
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec1 h2.h2-ttl span.small {
    margin-bottom: 0;
  }
}
html body main .sec1 h2.h2-ttl span.num {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 137px;
}
@media screen and (max-width: 991px) {
  html body main .sec1 h2.h2-ttl span.num {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec1 h2.h2-ttl span.num {
    font-size: 40px;
  }
}
html body main .sec1 h2.h2-ttl span.font-bold {
  font-weight: 700;
  font-size: 56px;
}
@media screen and (max-width: 991px) {
  html body main .sec1 h2.h2-ttl span.font-bold {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec1 h2.h2-ttl span.font-bold {
    font-size: 24px;
  }
}
html body main .sec1 .box-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 30px;
  padding-bottom: 85px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec1 .box-wrap {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec1 .box-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
html body main .sec1 .box-wrap::before {
  content: "";
  position: absolute;
  background-image: url("../../images/page/facial/Plink-bg-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 443.5px;
  height: 273.5px;
  top: -330px;
  bottom: 0;
  left: 0;
  right: -327px;
  margin: 0 0 auto auto;
  z-index: -1;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  html body main .sec1 .box-wrap::before {
    content: none;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec1 .box-wrap::before {
    width: 182px;
    width: 46.6666666667vw;
    height: 112px;
    height: 28.7179487179vw;
    top: -230px;
    right: -15px;
  }
}
html body main .sec1 .box-wrap::after {
  content: "";
  position: absolute;
  background-image: url("../../images/page/facial/Plink-bg-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 336.1538461538px;
  height: 356.9230769231px;
  top: 0;
  bottom: 0;
  left: -270px;
  right: 0;
  margin: auto auto 0 0;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec1 .box-wrap::after {
    content: none;
  }
}
html body main .sec1 .box-wrap .box {
  position: relative;
}
html body main .sec1 .box-wrap .box .box-inner {
  width: 100%;
  text-align: center;
}
html body main .sec1 .box-wrap .box .box-inner h3,
html body main .sec1 .box-wrap .box .box-inner p {
  position: absolute;
  visibility: hidden;
}
html body main .sec1 .box-wrap .box .box-inner h3 {
  font-family: senobi-gothic, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #F3A6EF;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.1em;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  html body main .sec1 .box-wrap .box .box-inner h3 {
    font-size: 26px;
    letter-spacing: -0.2em;
  }
}
@media screen and (max-width: 375px) {
  html body main .sec1 .box-wrap .box .box-inner h3 {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html body main .sec1 .box-wrap .box .box-inner h3 br {
    display: block;
  }
}
html body main .sec1 .box-wrap .box .btn-Plink {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 200px;
  height: 50px;
  margin: auto;
  z-index: 1;
}
html body main .sec1 .box-wrap .box .btn-Plink a {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 18px;
  background-color: #A6A9F3;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s all ease;
}
html body main .sec1 .box-wrap .box .btn-Plink a:hover {
  background-color: #F3A6EF;
}
html body main .contents-facial {
  background-image: url("../../images/page/facial/faicial-bg-pc.png");
  background-repeat: repeat-y;
  background-position: center top;
}
@media screen and (max-width: 575px) {
  html body main .contents-facial {
    background-image: url("../../images/page/facial/faicial-bg-sp.png");
    background-size: 100% auto;
  }
}
html body main .contents-facial .contents-list-wrapper {
  display: grid;
  gap: 140px;
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper {
    gap: 80px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list {
  background-color: #fff;
  border-radius: 0 200px 0 0;
  padding: 120px 1rem 75px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list {
    border-radius: 0 70px 0 0;
    padding: 60px 1rem;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list::before {
  content: "";
  position: absolute;
  background-image: url("../../images/page/facial/faicial-contents-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 139px;
  height: 144px;
  top: -5px;
  bottom: 0;
  left: 0;
  right: -70px;
  margin: 0 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list::before {
    background-image: url("../../images/page/facial/faicial-contents-bg-sp.png");
    width: 75px;
    height: 57px;
    top: -30px;
    bottom: 0;
    left: 0;
    right: -10px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner > figure {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner > figure {
    padding-bottom: 15px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou {
  background-image: url("../../images/page/facial/facial-tokuchou-bg.png");
  background-position: left top;
  border-radius: 10px;
  padding: 25px;
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 15px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou {
    background-size: 100% auto;
    border-radius: 5px;
    padding: 25px 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou h4 {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou h4 img {
    height: 40px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 575px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap .dl-l,
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap .dl-r {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 10px;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap .dl-l dl:first-child, html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap .dl-l dl:nth-child(2) {
  background-color: #EDEEFD;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl {
  display: grid;
  grid-template-columns: calc(7em + 5px) 1fr;
  gap: 1em;
  background-color: #FDEFF0;
  padding: 10px 10px 10px 15px;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl {
    padding: 10px 10px 10px 15px;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl {
    grid-template-columns: 7em 1fr;
    padding: 7px 5px 7px 10px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl.grid-column-1 {
  grid-template-columns: 1fr;
  gap: 0;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl.grid-column-1 dd {
  display: flex;
  padding-left: 1.5em;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl.grid-column-1-sp {
    grid-template-columns: 1fr;
    gap: 0;
  }
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl.grid-column-1-sp dd {
    display: flex;
    padding-left: 1.5em;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl dt,
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl dt,
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl dd {
    font-size: 14px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl dt ul li,
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl dd ul li {
  padding-left: 1em;
  position: relative;
  z-index: 0;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl dt ul li::before,
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl dd ul li::before {
  content: "・";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-tokuchou .dl-wrap dl dt span {
  margin-right: 5px;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei {
    margin-bottom: 35px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei h4 {
  text-align: center;
  background-color: #A6A9F3;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei h4 img {
  height: 28px;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei h4 img {
    height: 19px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents {
  background-color: #EDEEFD;
  border-radius: 10px;
  padding: 20px 1rem;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents {
    margin-bottom: 40px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner {
  max-width: 940px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 65.9574468085%;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .ttl-case {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .ttl-case dl {
  display: flex;
  align-items: center;
  gap: 8px;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .ttl-case dl dt {
  width: 60px;
  height: 28px;
  background-color: #A5A9F2;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  display: grid;
  place-content: center;
  padding-bottom: 3px;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .ttl-case dl dd {
  display: flex;
  align-items: center;
  color: #A5A9F2;
  font-size: 26px;
  font-weight: 500;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .ttl-case dl dd span {
  display: inline;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .ttl-case dl dd span.slash {
  margin: 0 3px;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .ttl-case dl dd span.small {
  font-size: 16px;
  align-self: flex-end;
  padding-bottom: 2px;
  margin-left: 3px;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .contents-case dl {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 8px 1em;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .contents-case dl dt,
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .contents-case dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .contents-case dl dt {
  padding-left: 1.2em;
  position: relative;
  z-index: 0;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .contents-case dl dt::before {
  content: "●";
  position: absolute;
  color: #A5A9F2;
  width: 1em;
  height: 1em;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei .box-shourei-contents .shourei-contents-inner .contents-case dl dt::after {
  content: "|";
  position: absolute;
  color: #333;
  width: 1px;
  height: 1em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 auto auto;
  z-index: -1;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.men h4 {
  background-color: #A6A9F3;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.men .box-shourei-contents {
  background-color: #EDEEFD;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.men .box-shourei-contents .shourei-contents-inner .ttl-case dl dt {
  background-color: #A6A9F3;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.men .box-shourei-contents .shourei-contents-inner .ttl-case dl dd {
  color: #A6A9F3;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.men .box-shourei-contents .shourei-contents-inner .contents-case dl dt::before {
  color: #A6A9F3;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.women h4 {
  background-color: #F3A6EF;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.women .box-shourei-contents {
  background-color: #FFF0FD;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.women .box-shourei-contents .shourei-contents-inner .ttl-case dl dt {
  background-color: #F3A6EF;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.women .box-shourei-contents .shourei-contents-inner .ttl-case dl dd {
  color: #F3A6EF;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-shourei.women .box-shourei-contents .shourei-contents-inner .contents-case dl dt::before {
  color: #F3A6EF;
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-yoyaku {
  text-align: center;
  display: grid;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-yoyaku {
    gap: 25px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-yoyaku p img {
  height: 67px;
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list .inner .box-yoyaku p img {
    height: 60px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list h3 {
  background: linear-gradient(to right, #F3A6EF 0%, rgba(166, 169, 243, 0) 100%);
  border-radius: 10px;
  padding: 16px 0 16px 70px;
  margin: 0 auto 85px calc(-65px - 1rem);
  position: relative;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list h3 {
    margin: 0 auto 40px calc(-10px - 1rem);
    padding: 10px 0 10px 20px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list h3 img {
  height: 50px;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list h3 img {
    height: 24px;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list h3 span {
  position: absolute;
  top: -70px;
  left: 0;
  font-family: "Damion", cursive;
  transform: rotate(-15deg);
  color: #A5A9F2;
  font-size: 56px;
  line-height: 0.8333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list h3 span {
    top: -45px;
    font-size: 32px;
  }
}
@media screen and (max-width: 375px) {
  html body main .contents-facial .contents-list-wrapper .contents-list h3 span {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list:first-child .inner > figure::before {
  content: "";
  position: absolute;
  background-image: url("../../images/page/facial/facial-img-11-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 330px;
  height: 411px;
  top: 0;
  bottom: 0;
  left: 0;
  right: -112px;
  margin: auto 0 0 auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:first-child .inner > figure::before {
    width: 165px;
    height: 205.5px;
    right: -6vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:first-child .inner > figure::before {
    width: 132px;
    height: 164.4px;
    right: -6vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:first-child .inner > figure::before {
    width: 132px;
    height: 164.4px;
    right: 0;
    left: -12vw;
    margin: auto auto 0 0;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(2) .inner > figure::before {
  content: "";
  position: absolute;
  background-image: url("../../images/page/facial/facial-img-21-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 248px;
  height: 309px;
  top: 0;
  bottom: 0;
  left: -30px;
  right: 0;
  margin: auto auto 0 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(2) .inner > figure::before {
    width: 124px;
    height: 154.5px;
    left: -3vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(2) .inner > figure::before {
    width: 99.2px;
    height: 123.6px;
    bottom: -5vw;
    left: -3vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(2) .inner > figure::before {
    background-image: url("../../images/page/facial/facial-img-21-2-sp.png");
    width: 137px;
    height: 160px;
    right: -8vw;
    left: 0;
    bottom: -22vw;
    margin: auto 0 0 auto;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(3) .inner > figure {
  text-align: left;
}
@media screen and (min-width: 576px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(3) .inner > figure img {
    width: 92.5%;
  }
}
html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(3) .inner > figure::before {
  content: "";
  position: absolute;
  background-image: url("../../images/page/facial/facial-img-31-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 389px;
  height: 503px;
  top: 0;
  bottom: 0;
  left: 0;
  right: -72px;
  margin: auto 0 0 auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(3) .inner > figure::before {
    width: 194.5px;
    height: 251.5px;
    right: -4vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(3) .inner > figure::before {
    width: 155.6px;
    height: 201.2px;
    right: -4vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents-facial .contents-list-wrapper .contents-list:nth-child(3) .inner > figure::before {
    width: 155.6px;
    height: 201.2px;
    right: -9vw;
  }
}
html body main .contents-parts {
  background-color: #fff;
}
html body main .btn-yoyaku {
  max-width: 800px;
  width: 100%;
  height: 120px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  html body main .btn-yoyaku {
    max-width: 310px;
    height: 70px;
  }
}
html body main .btn-yoyaku a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  background-color: #DD8690;
  border-radius: 50px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .btn-yoyaku a {
    font-size: 18px;
  }
}
html body main .btn-yoyaku a:hover {
  background-color: #BC757D;
}
html body main .btn-yoyaku a::before {
  content: "";
  position: absolute;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 2px solid #fff;
  border-radius: 38px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .btn-yoyaku a::before {
    width: calc(100% - 13px);
    height: calc(100% - 13px);
  }
}

/*# sourceMappingURL=facial.css.map */
