@charset "UTF-8";
/* medical-epilation add style*/

.SECTION{
  color: #354A67;
  font-family: YuMincho, "游明朝", serif;
  font-size: 1.6rem;
  line-height: 2;
}

#menu{
  color:#4a4a4a;
}

#epliation-contents{
  margin-top: 50px;
}
@media (max-width: 767px) {
  #epliation-contents{
    margin-top: 18vw;
  }
}

.list__block p.lead,
.list__block ul {
  font-size: 16px;
  line-height: 1.4;
  width: 420px;
  margin: 0 auto;
}

.p-price__list .list__block {
  width: 480px;
  display: inline-block;
  vertical-align: top;
  margin-top:40px;
}

.p-top__price__heading {
  width: 420px;
  border-bottom: 1px solid #989898;
  background: none;
  border-radius: 0;
}
.p-price__list .list__comment.caution {
  margin: 30px 0 0 0;
}
.p-price__list .list__comment.caution ul {
  margin: 12px;
  padding: 12px;
  width: 50%;
  border: 1px solid #af1515;
}
.p-price__list .list__comment.caution ul li {
  padding: 6px 0 6px 1em;
  line-height: 1.2;
  text-indent: -1em;
  color: #af1515;
}

.attention_text {
  font-weight: bold;
  color: #c1272d;
}

@media (max-width: 767px) {
  .list__block p.lead,
  .list__block ul,
  .p-price__list .list__block {
    width: 100%;
  }
  .p-top__price__heading {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 1.8rem;
  }
  .p-price__list .list__comment.caution ul {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  #headvisual {
    background-image: url(../img/mediepi_pagetitle_bg_sp.jpg) !important;
  }
}

.details__flex{
    display: flex;
    flex-wrap:wrap;
}
.details__flex .details__img{
      width:calc((100% - 72px) / 4);
      margin:0 24px 56px 0;
}
.details__flex .details__img:nth-child(4) {
  margin-right:0;
}
@media screen and (max-width: 767px) {
  .details__flex{
    display: block;
  }
  .details__flex .details__img {
    width: 48%;
    margin: 0;
  }
}

#mainvisual{
  height: 795px;
  background: url(../img/mainvisual_bk.jpg) no-repeat center / cover;
}
#mainvisual .mainvisual__wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
#mainvisual .mainvisual__wrapper .maintitle__wrap{
  display: flex;
  flex-direction: column;
}
#mainvisual .mainvisual__wrapper .maintitle__wrap .mainvisual__title{
  font-size: 9.0rem;
  font-weight: bold;
  letter-spacing: 0.8rem;
  line-height: 1.2;
  text-align: left;
  position: relative;
  transform: translateY(-28px);
}
#mainvisual .mainvisual__wrapper .maintitle__wrap .mainvisual__title .mainvisual__catch{
  font-size: 3.2rem;
  letter-spacing: 0;
}
#mainvisual .mainvisual__wrapper .maintitle__wrap .mainvisual__info{
  color: #f02c2c;
  background: #fff;
  border: #f02c2c 1px solid;
  padding: 7px 14px;
  width: 300px;
}
#mainvisual .mainvisual__wrapper .mainvisual__description{
  width: 45%;
  line-height: 2.4;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #mainvisual{
    width: 100%;
    height: 95vh;
    background: url(../img/mainvisual_sp.jpg) no-repeat center / cover;
  }
  #mainvisual .mainvisual__wrapper{
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
  }
  #mainvisual .mainvisual__wrapper .maintitle__wrap{
    display: flex;    
    align-items: center;
    flex-direction: column;
    width: 90%;
  }
  #mainvisual .mainvisual__wrapper .maintitle__wrap .maintext__wrap{
    display: flex;
    flex-direction: row;    
    justify-content: space-evenly;
    align-items: flex-end;
    width: 100%;
  }
  #mainvisual .mainvisual__wrapper .maintitle__wrap .maintext__wrap .mainvisual__title{
    font-size: 15vw;
    letter-spacing: 0;
    line-height: 1;
    transform: translateY(-18px);
  }
  #mainvisual .mainvisual__wrapper .maintitle__wrap .maintext__wrap .part-clinic__list{
    flex-direction: column;    
  }
  #mainvisual .mainvisual__wrapper .maintitle__wrap .maintext__wrap .mainvisual__title .mainvisual__catch{
    font-size: 5vw;
  }
  #mainvisual .mainvisual__wrapper .maintitle__wrap .mainvisual__info{
    top: -12px;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 1.5%;
    font-size: 1.3rem;
    text-align: center;
  }
  #mainvisual .mainvisual__wrapper .mainvisual__description{
    display: block;
    position: absolute;
    width: 95%;
    margin: auto;
    padding: 1.5%;
    bottom: 2.5%;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.8;
    background-color: rgb(255 255 255 / 75%);
  }
}
@media screen and (max-width: 380px) {
  #mainvisual .mainvisual__wrapper .mainvisual__description{
    display: block;
    position: absolute;
    width: 95%;
    margin: auto;
    padding: 1.5%;
    bottom: 5%;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.8;
    background-color: rgb(255 255 255 / 75%);
  }
}
#point__navi{
  height: 161px;
  background: url(../img/navi_bk.jpg) no-repeat center / cover;
}
#point__navi .navi__wrapper{
  display: flex;
  justify-content: center;
  transform: translateY(-51px);
}
#point__navi .navi__wrapper .navi__article{
  display: block;
}
#point__navi .navi__wrapper .--article01{
  background: url(../img/navi_01.png) no-repeat center / cover;
  width: 265px;
  height: 265px;
}
#point__navi .navi__wrapper .--article02{
  background: url(../img/navi_02.png) no-repeat center / cover;
  width: 265px;
  height: 265px;
}
#point__navi .navi__wrapper .--article03{
  background: url(../img/navi_03.png) no-repeat center / cover;
  width: 265px;
  height: 265px;
}
@media screen and (max-width: 767px) {
  #point__navi{
    width: 100%;
    height: 10vh;
    background: url(../img/navi_sp.jpg) no-repeat center / cover;
  }
  #point__navi .navi__wrapper{
    justify-content: space-between;
    transform: translateY(-7vh);
  }
  #point__navi .navi__wrapper .--article01, #point__navi .navi__wrapper .--article02, #point__navi .navi__wrapper .--article03{
    width: 33%;
    height: 25vh;
    background-size: 100%;
  }
}
#point__01{
  background: url(../img/point01_bk.png) no-repeat top / cover;
  background-color: #ECEFF7;
  background-size: contain;
  padding-bottom: 1px;
}
#point__01 .point__title{
  font-size: 7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-top: 80px;
}
#point__01 .small{
  font-size: 2.2rem;
  font-weight: normal;
}
#point__01 .point__wrapper{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 56px;
}
#point__01 .point__wrapper .point__txt{
  width: 55%;
}
#point__01 .point__wrapper .point__txt .point__subtitle{
  font-weight: bold;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}
#point__01 .point__wrapper .point__txt .point__box{
  color: #fff;
  background-color: #354A67;
  font-size: 1.8rem;
  padding: 0 8px;
  margin-left: 16px;
  font-weight: normal;
}
#point__01 .point__wrapper .point__txt .point__title{
  text-align: left;
  font-size: 6rem;
  padding-top: 16px;
}
#point__01 .point__wrapper .point__txt .point__content{
  padding-top: 16px;
}
#point__01 .point__wrapper .point__img{
  width: 30%;
}
#point__01 .splendor__title{
  background: radial-gradient(circle farthest-side at -10% 150%, #97A0AD -25%, #2C4261, #000E40 150%);
  width: 60%;
  margin: 0 auto;
  border-radius: 88px;
  position: relative;
  z-index: 1;
}
#point__01 .--sector03{
  width: 90%;
}
#point__01 .splendor__title h3{
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 32px 40px;
}
#point__01 .reserve__wrap{
  position: relative;
  width: 400px;
  background-color: #384C69;
  color: #fff;
  margin: auto;
  padding: 8px 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 75px;
}
#point__01 .reserve__wrap::after{
  position: absolute;
  margin: auto;
  content: "";
  top: 26px;
  right: 32px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  #point__01{
    background: url(../img/point01_sp.png) no-repeat top / cover;
    background-color: #ECEFF7;
    background-size: contain;
  }
  #point__01 .point__title{
    font-size: 10vw;
    padding-top: 15%;
  }
  #point__01 .small{
    font-size: 5vw;
  }
  #point__01 .point__wrapper{
    padding-top: 15%;
    margin-bottom: 15%;
    flex-direction: column;
  }
  #point__01 .point__wrapper .point__txt{
    width: 100%;
  }
  #point__01 .point__wrapper .point__txt .point__subtitle{
    font-size: 3.0vw;
  }
  #point__01 .point__wrapper .point__txt .point__box{
    font-size: 2.75vw;
  }
  #point__01 .point__wrapper .point__txt .point__title{
    font-size: 10vw;
    padding-top: 2.5%;
  }
  #point__01 .point__wrapper .point__txt .point__content{
    padding-top: 2.5%;
    font-size: 4vw;
  }
  #point__01 .point__wrapper .point__img{
    width: 50%;
    margin-top: 2.5%;
  }
  #point__01 .splendor__title{
    width: 95%;
  }
  #point__01 .splendor__title h3{
    font-size: 5vw;
    padding: 5%;
  }
  #point__01 .reserve__wrap{
    width: 80%;
    font-size: 5vw;
    margin-bottom: 4.75vh;
  }
  #point__01 .reserve__wrap::after{
    top: 35%;
    right: 6.5%;
  }
}
.white__box{
  background: #fff;
  filter: drop-shadow(0 0 15px rgba(41, 91, 135, 0.15));
  transform: translateY(-75px);
  padding: 7.5%;
}
.--white01{
  height: 1195px;
}
.white__box .white__content{
  margin: 64px 40px;
}
.white__box .--content03{
  margin-bottom: 0;
}
.white__box .white__content .blend-x__text{
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.white__box .white__content .--sector02{
  font-family: unset;
  font-weight: normal;
}
.white__box .white__content .blend-x__text .red__big{
 color: #FF5870;
 font-size: 3.0rem;
}
.white__box .white__content .blend-x__text .red__small{
  color: #FF5870;
}
.white__box .white__content .blend-x__text .blue__big{
  color: #42D0C2;
  font-size: 3.0rem;
}
.white__box .white__content .blend-x__text .blue__small{
  color: #42D0C2;
}
.white__box .blend-x__box{
  background: #ECEFF7;
  margin: 0 88px 40px 88px;
  padding: 8px 0;
  text-align: center;
  position: relative;
}
.white__box .blend-x__box::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ECEFF7;
}
.white__box .blend-x__box h4{
  font-weight: bold;
  font-size: 3.0rem;
}
.white__box .blend-x__container{
  display: flex;
  margin: 0 88px;
  height: 530px;
}
.white__box .blend-x__container .blend-x__txtbox{
  width: 50%;
  text-align: center;
}
.white__box .blend-x__container .--redbox{
  background: linear-gradient(to bottom, #FF5870 0%, white 50%);
}
.white__box .blend-x__container .--bluebox{
  background: linear-gradient(to bottom, #42D0C2 0%, white 50%);
}
.white__box .blend-x__container .blend-x__txtbox .blend-x__textcontent{
  margin-top: 32px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.white__box .blend-x__container .blend-x__txtbox .blend-x__small{
  font-size: 1.7rem;
}
.white__box .blend-x__container .blend-x__txtbox .blend-x__description{
  margin-top: 24px;
  color: #4D4D4D;
  font-weight: bold;
}
.white__box .blend-x__img{
  margin: 0 88px;
  transform: translateY(-320px);
}
.white__box .blend-x__seal{
  text-align: center;
  font-size: 2.2rem;
  margin-top: 24px;
}
.white__box .blend-x__wrap{
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.white__box .blend-x__wrap .blend-x__background{
  background: url(../img/skin_bg.png) no-repeat center / cover;
  width: 49%;
  padding-bottom: 40px;
}
.white__box .blend-x__wrap .blend-x__background .radius__title{
  width: 90%;
  margin: 40px auto 0 auto;
  background-color: #384C69;
  color: #fff;
  font-size: 2.3rem;
  border-radius: 40px;
}
.white__box .blend-x__wrap .text__27mm{
  font-size: 2.0rem;
  font-weight: bold;
  color: #F05A71;
}
.white__box .blend-x__wrap .text__big{
  font-size: 2.8rem;
}
.white__box .blend-x__wrap .blend-x__background .contents__wrap{
  display: flex;
  justify-content: space-evenly;
  margin-top: 16px;
}
.white__box .blend-x__wrap .blend-x__background .contents__wrap .white__title{
  background-color: #fff;
  border: 2px solid;
  font-weight: bold;
  margin: 0 auto;
}
.white__box .blend-x__wrap .blend-x__background .contents__wrap .--left{
  width: 60%;
}
.white__box .blend-x__wrap .blend-x__background .contents__wrap .--right{
  width: 90%;
}
.white__box .img__wrap{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .white__box{
    transform: translateY(-5.5vh);
    padding: 2.5%;
  }
  .--white01{
    height: auto;
  }
  .white__box .white__content{
    margin: 20% 2.5% 10% 2.5%;
  }
  .white__box .white__content .blend-x__text{
    font-size: 4vw;
    text-align: left;
    line-height: 1.75;
  }
  .white__box .white__content .--sector02{
    font-weight: bold;
  }
  .white__box .white__content .blend-x__text .red__big, .white__box .white__content .blend-x__text .blue__big{
    font-size: 5.25vw;
  }
  .white__box .blend-x__box{
    margin: 0 2.5%;
  }
  .white__box .blend-x__box::after{
    bottom: -10px;
  }
  .white__box .blend-x__box h4{
    font-size: 5vw;
  }
  .white__box .blend-x__container{
    margin: 5% 2.5% 0 2.5%;
    height: 100%;
  }
  .white__box .blend-x__container .--redbox{
    background: linear-gradient(to bottom, #FF5870 0%, white 75%);
  }
  .white__box .blend-x__container .--bluebox{
    background: linear-gradient(to bottom, #42D0C2 0%, white 75%);
  }
  .white__box .blend-x__container .blend-x__txtbox .blend-x__textcontent{
    margin-top: 25%;
    font-size: 4.5vw;
  }
  .white__box .blend-x__container .blend-x__txtbox .blend-x__small{
    font-size: 3.5vw;
  }
  .white__box .blend-x__container .blend-x__txtbox .blend-x__description{
    font-size: 3.75vw;
    margin: 30% 5%;
  }
  .white__box .blend-x__img{
    margin: 0 2.5%;
    transform: translateY(-2.5vh);
  }
  .white__box .blend-x__seal{
    font-size: 4vw;
    margin-top: 2%;
  }
  .white__box .blend-x__wrap{
    flex-direction: column;
    width: 95%;
    margin: auto;
  }
  .white__box .blend-x__wrap .blend-x__background{
    width: 100%;
    padding-bottom: 10%;
    margin-bottom: 5%;
  }
  .white__box .blend-x__wrap .blend-x__background .radius__title{
    margin: 5% auto;
    font-size: 4vw;
  }
  .white__box .blend-x__wrap .blend-x__background .contents__wrap .--left, .white__box .blend-x__wrap .blend-x__background .contents__wrap .--right{
    font-size: 3.5vw;
  }
}
#point__02{
  background-color: #fff;
  padding-bottom: 120px;
}
#point__02 .point__title, #point__03 .point__title{
  font-size: 7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-top: 64px;
}
#point__02 .small, #point__03 .small{
  font-size: 2.2rem;
  font-weight: normal;
}
#point__02 .point__description, #point__03 .point__description{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 56px auto;
}
#point__02 .contents__wrapper, #point__03 .contents__wrapper{
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
#point__02 .contents__wrapper .border__card{
  width: 300px;
  height: 380px;
  border: 10px solid #ECEFF7;
  border-radius: 40px;
}
#point__02 .contents__wrapper .border__card p, #point__03 .contents__wrapper .border__card p{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
#point__02 .contents__wrapper .border__card p .yellow, #point__03 .contents__wrapper .border__card p .yellow{
  background: linear-gradient(to bottom, transparent 50%, #FFF685 50%);
}
#point__02 .contents__wrapper .border__card .card__wrap, #point__03 .contents__wrapper .border__card .card__wrap{
  width: 100%;
  height: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#point__03{
  background-color: #ECEFF7;
  padding-bottom: 120px;
}
#point__03 .--point03{
  justify-content: center;
}
#point__03 .contents__wrapper .border__card{
  position: relative;
  width: 300px;
  height: 380px;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 40px;
  filter: drop-shadow(0 0 15px rgba(41, 91, 135, 0.15));
}
#point__03 .contents__wrapper .border__card .--star{
  position: absolute;
  top: 5%;
  right: 5%;
}
#point__03 .contents__wrapper .border__card p .--big{
  font-size: 3.3rem;
  line-height: 1.0;
}
#point__03 .price__btn{
  position: relative;
  width: 320px;
  background-color: #384C69;
  color: #fff;
  margin: auto;
  margin-top: 56px;
  padding: 8px 0;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
#point__03 .price__btn::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-top: 20px solid #384C69;
}
@media screen and (max-width: 767px) {
  #point__02, #point__03{
    padding-bottom: 7.5vh;
  }
  #point__02 .point__title, #point__03 .point__title{
    font-size: 10vw;
    padding-top: 15%;
  }
  #point__02 .small, #point__03 .small{
    font-size: 5vw;
  }
  #point__02 .point__description, #point__03 .point__description{
    margin: 15% auto;
    font-size: 4.5vw;
  }
  #point__02 .contents__wrapper, #point__03 .contents__wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
  }
  #point__02 .contents__wrapper .border__card{
    width: 49%;
    margin-bottom: 2%;
    height: 240px;
    border: 10px solid #ECEFF7;
    border-radius: 40px;
  }
  #point__02 .contents__wrapper .border__card p{
    font-size: 3.85vw;
  }
  #point__03 .contents__wrapper .border__card p{
    font-size: 5vw;
    margin-top: 1.5vh;
  }
  #point__02 .contents__wrapper .border__card .card__wrap, #point__03 .contents__wrapper .border__card .card__wrap{
    height: 62.5%;
    width: 65%;
    margin: 5% auto;
  }
  #point__03 .--point03{
    justify-content: center;
  }
  #point__03 .contents__wrapper .border__card{
    margin: 0;
    margin-bottom: 4vh;
    height: 360px;
  }
  #point__03 .contents__wrapper .border__card p .--big{
    font-size: 8vw;
  }
  #point__03 .price__btn{
    margin-top: 5vw;
    width: 256px;
  }
  #point__03 .price__btn::after{
    bottom: -16px;
    border-left: 128px solid transparent;
    border-right: 128px solid transparent;
    border-top: 16px solid #384C69;
  }
}