@charset "UTF-8";

.font_yellow {
  color: #fffe00;
}
.font-oswald {
  font-weight: 500;
}
.price.font-oswald {
  transform: none;
}

h2 {
  font-size: calc(100vw / var(--viewport) * 48);
}
.h2_sub {
  font-size: calc(100vw / var(--viewport) * 32);
  margin-bottom: calc(100vw / var(--viewport) * 30);
}
.relative {
  position: relative;
}
.flex.reverse {
  flex-direction: column;
}
.flex.reverse .ttl_aco {
  order: 2;
}
.con.ttl_aco span {
  position: relative;
}
.con.ttl_aco span:before,
.con.ttl_aco span:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.con.ttl_aco span:before {
  width: calc(100vw / var(--viewport) * 30);
  height: calc(100vw / var(--viewport) * 2);
  right: calc(100vw / var(--viewport) * -70);
}
.con.ttl_aco span:after {
  width: calc(100vw / var(--viewport) * 2);
  height: calc(100vw / var(--viewport) * 30);
  right: calc(100vw / var(--viewport) * -55);
}
.con.ttl_aco.active span:after {
  display: none;
}
.blueMidashi {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
  text-align: center;
  background: var(--Blue);
  border-radius: 10vw;
  width: calc(100vw / var(--viewport) * 553);
  height: calc(100vw / var(--viewport) * 68);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(100vw / var(--viewport) * 80) auto calc(100vw / var(--viewport) * 40);
}

.cta {
  padding-bottom: calc(100vw / var(--viewport) * 120);
}
.cta .button {
  margin-top: 0;
}
.cta .button a {
  background: var(--Blue);
  border: none;
}
.cta .button.tel a {
  font-size: calc(100vw / var(--viewport) * 32);
  letter-spacing: 0;
}
.cta .button.tel a:before {
  content: none;
}
.cta .text {
  font-size: calc(100vw / var(--viewport) * 20);
  width: calc(100vw / var(--viewport) * 640);
  margin: calc(100vw / var(--viewport) * 40) auto 0;
}

#mv {
  height: calc(100vw / var(--viewport) * 1334);
  background: var(--Gray);
  position: relative;
  z-index: 0;
}
#mv h1 {
  position: absolute;
  top: calc(100vw / var(--viewport) * 130);
  left: calc(100vw / var(--viewport) * 13);
  z-index: -2;
}
#mv h1 div {
  overflow: hidden;
}
#mv h1 div > span {
  display: block;
  transition: all 0.6s ease;
}
#mv .text01,
#mv .text02,
#mv .text03 {
  font-size: calc(100vw / var(--viewport) * 184);
  line-height: 1;
  display: block;
}
#mv .text01 > span,
#mv .text02 > span,
#mv .text03 > span,
#mv .text04 > span {
  transform: translateY(100%);
}
#mv .text02 {
  margin-top: calc(100vw / var(--viewport) * -17);
}
#mv .text04 {
  margin-top: calc(100vw / var(--viewport) * -25);
  margin-left: calc(100vw / var(--viewport) * 14);
}
#mv.active .text01 > span,
#mv.active .text02 > span,
#mv.active .text03 > span,
#mv.active .text04 > span {
  transform: translateY(0);
}
#mv.active .text01 > span {
  transition-delay: 0.0s;
}
#mv.active .text02 > span {
  transition-delay: 0.1s;
}
#mv.active .text04 > span {
  transition-delay: 0.2s;
}
#mv.active div.active span span {
  color: var(--Blue);
  transition: all 0.4s ease;
}
#mv .news {
  color: var(--Gray);
  font-size: calc(100vw / var(--viewport) * 22);
  background: #fff;
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-left: calc(100vw / var(--viewport)* 14);
}
#mv .mv_under {
  text-align: center;
  width: 100%;
  background: rgba(0,0,0,0.75);
  position: absolute;
  top: calc(100vw / var(--viewport) * 685);
  padding: calc(100vw / var(--viewport) * 24) 0 calc(100vw / var(--viewport) * 19);
}
#mv .mv_under .sub {
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: 600;
  margin-bottom: calc(100vw / var(--viewport) * 10);
}
#mv .mv_under .midashi {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 600;
  line-height: 1.2;
}
#mv .mv_under .caption {
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: 600;
  margin-top: calc(100vw / var(--viewport) * 27);
}
#mv .mv_under .flex {
  margin: calc(100vw / var(--viewport) * 16) calc(100vw / var(--viewport) * 60) 0;
  align-items: center;
}
#mv .mv_under .flex .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 500;
  margin: 0;
}
#mv .mv_under .flex .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 80);
  font-weight: normal;
}
#mv .mv_under .flex .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 136);
  line-height: 1;
  letter-spacing: -0.03em;
}
#mv .mv_under .flex .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 500;
  width: auto;
  margin: calc(100vw / var(--viewport) * 66) 0 0 0;
}
#mv .mv_under .flex .box {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 500;
  width: calc(100vw / var(--viewport) * 110);
  height: calc(100vw / var(--viewport) * 110);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: calc(100vw / var(--viewport) * 8);
  margin-left: calc(100vw / var(--viewport) * 16);
}

.features {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.features .inner {
  padding: 0 calc(100vw / var(--viewport) * 60);
}
.features .h3 {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.features .box img {
  display: block;
  margin: 0 auto calc(100vw / var(--viewport) * 45);
}
.features .box .text {
  font-size: calc(100vw / var(--viewport) * 28);
}

.details {
  padding: calc(100vw / var(--viewport) * 120) 0 0;
}
.details .inner {
  padding: 0 calc(100vw / var(--viewport) * 60);
}
.details .inner dl.flex {
  justify-content: flex-start;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.details .inner dl.flex dt {
  width: calc(100vw / var(--viewport) * 160);
}
.details .inner dl.flex dd {
  width: calc(100% - calc(100vw / var(--viewport) * 160));
}
.details .inner .caption {
  font-size: calc(100vw / var(--viewport) * 20);
}
.details .inner .caption a {
  color: #fff;
  text-decoration: underline;
}
.details + .cta {
  padding-top: calc(100vw / var(--viewport) * 80);
}

.faq {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.faq .inner .box:nth-child(n+2) {
  margin-top: calc(100vw / var(--viewport) * 80);
}
.faq .inner .box .qText {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 600;
  padding-left: calc(100vw / var(--viewport) * 30);
  margin-bottom: calc(100vw / var(--viewport) * 40);
  border-left: 4px solid var(--Blue);
}

.flow {
  padding: calc(100vw / var(--viewport) * 120) 0 calc(100vw / var(--viewport) * 220);
  overflow: hidden;
}
.flow .swiper {
  position: relative;
}
.flow .swiper .swiper-slide {
  width: calc(100vw / var(--viewport) * 560);
  height: auto;
  background: #fff;
  padding-bottom: calc(100vw / var(--viewport) * 40);
  position: relative;
}
.flow .swiper .swiper-slide:after {
  content: attr(data-slide);
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 160);
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: calc(100vw / var(--viewport) * 414);
  right: calc(100vw / var(--viewport) * 40);
}
.flow .swiper .swiper-slide .box {
  height: 100%;
}
.flow .swiper .swiper-slide img {
  width: 100%;
}
.flow .swiper .swiper-slide .midashi {
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
  margin: calc(100vw / var(--viewport) * 40) 0 0 calc(100vw / var(--viewport) * 40);
}
.flow .swiper .swiper-slide .text {
  color: #000;
  margin: calc(100vw / var(--viewport) * 20) calc(100vw / var(--viewport) * 40) 0 calc(100vw / var(--viewport) * 40);
}
.flow .swiper .swiper-slide .small {
  color: #000;
  font-size: calc(100vw / var(--viewport) * 22);
  margin: calc(100vw / var(--viewport) * 20) calc(100vw / var(--viewport) * 40) 0 calc(100vw / var(--viewport) * 40);
}
.flow .swiper .swiper-pagination {
  bottom: calc(100vw / var(--viewport) * -100);
  z-index: 8;
}
.flow .swiper .swiper-pagination-bullet {
  width: calc(100vw / var(--viewport) * 20);
  height: calc(100vw / var(--viewport) * 20);
  background: #D9D9D9;
  margin: 0 calc(100vw / var(--viewport) * 20);
  opacity: 1;
}
.flow .swiper .swiper-pagination-bullet-active {
  background: var(--Blue);
}
.flow .swiper .swiper-button-prev {
  background: none;
  border: calc(100vw / var(--viewport) * 40) solid transparent;
  border-right: calc(100vw / var(--viewport) * 40) solid var(--Blue);
  width: calc(100vw / var(--viewport) * 80);
  height: calc(100vw / var(--viewport) * 80);
  box-sizing: border-box;
  top: calc(100vw / var(--viewport) * 207);
  left: calc(100vw / var(--viewport) * -17);
  z-index: 8;
}
.flow .swiper .swiper-button-next {
  background: none;
  border: calc(100vw / var(--viewport) * 40) solid transparent;
  border-left: calc(100vw / var(--viewport) * 40) solid var(--Blue);
  width: calc(100vw / var(--viewport) * 80);
  height: calc(100vw / var(--viewport) * 80);
  box-sizing: border-box;
  top: calc(100vw / var(--viewport) * 207);
  right: calc(100vw / var(--viewport) * -17);
  z-index: 8;
}

.locations {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.locations .h4 {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 600;
  padding-left: calc(100vw / var(--viewport) * 30);
  margin-top: calc(100vw / var(--viewport) * 40);
  margin-bottom: calc(100vw / var(--viewport) * 10);
  border-left: 4px solid var(--Blue);
}
.locations ul li {
  display: flex;
  flex-wrap: wrap;
}
.locations ul li .inBox {
  color: #000;
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background: #fff;
  border-radius: calc(100vw / var(--viewport) * 16);
  padding: calc(100vw / var(--viewport) * 16) calc(100vw / var(--viewport) * 40);
  margin-top: calc(100vw / var(--viewport) * 30);
  margin-right: calc(100vw / var(--viewport) * 30);
  cursor: pointer;
}

.locations + .cta {
  background: var(--Gray);
}

.overlayBox {
  width: calc(100vw / var(--viewport) * 690);
  background: #444;
  border-radius: calc(100vw / var(--viewport) * 40);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1001;
  display: none;
}
.overlayBox .imgBox {
  height: calc(100vw / var(--viewport) * 345);
  overflow: hidden;
}
.overlayBox .imgBox img {
  width: 100%;
}
.overlayBox .con {
  padding: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 60) calc(100vw / var(--viewport) * 60);
}
.overlayBox .con .inName {
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: 600;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.overlayBox .con .button a {
  width: 100%;
  background: var(--Blue);
  border: none;
}
.button.tel {
  margin-top: calc(100vw / var(--viewport) * 20);
}
.button.tel a {
  color: #000;
  font-size: calc(100vw / var(--viewport) * 36);
  letter-spacing: 0.1em;
  background: #fff !important;
}
.button.tel a:before {
  content: "";
  background: url(../img/icon_tel.png) center center no-repeat;
  background-size: 100% auto;
  display: block;
  width: calc(100vw / var(--viewport) * 40);
  height: calc(100vw / var(--viewport) * 40);
  margin-right: calc(100vw / var(--viewport) * 10);
}
.overlayBox .close {
  width: calc(100vw / var(--viewport) * 64);
  height: calc(100vw / var(--viewport) * 64);
  position: absolute;
  top: calc(100vw / var(--viewport) * 20);
  right: calc(100vw / var(--viewport) * 20);
  cursor: pointer;
}
.overlayBox .close:before,
.overlayBox .close:after {
  content: "";
  background: #fff;
  display: block;
  width: calc(100vw / var(--viewport) * 52);
  height: calc(100vw / var(--viewport) * 4);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 10%;
}
.overlayBox .close:before {
  transform: rotate(-45deg);
}
.overlayBox .close:after {
  transform: rotate(45deg);
}

/* under pages */
.potenza #mv:after {
  content: "";
  background: url(../img/potenza/mv/bg_mv_sp.png) top right no-repeat;
  background-size: auto calc(100vw / var(--viewport) * 1031);
  width: 100%;
  height: calc(100vw / var(--viewport) * 1334);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.potenza .sec01 {
  background: url(../img/potenza/bg_sec01.png) top right -3.33vw no-repeat;
  background-size: calc(100vw / var(--viewport) * 700) auto;
  padding: calc(100vw / var(--viewport) * 358) 0 calc(100vw / var(--viewport) * 194);
  position: relative;
}
.potenza .sec01 .inner {
  padding: 0 calc(100vw / var(--viewport) * 60) 0 calc(100vw / var(--viewport) * 130);
}
.potenza .sec01 .h2 {
  color: rgba(255,255,255,.2);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vw / var(--viewport) * 40);
  left: calc(100vw / var(--viewport) * 20);
}
.potenza .sec01 .h2 h2 {
  font-size: calc(100vw / var(--viewport) * 144);
}
.potenza .sec01 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.potenza .sec01 .youtube {
  position: relative;
  width: calc(100vw / var(--viewport) * 640);
  padding-top: 50.5%;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.potenza .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:768px) {
  .potenza .sec01 .youtube {
    width: 960px;
    height: 540px;
    padding: 0;
    margin-top: 80px;
  }
}

.potenza .sec02 .h3 {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 80) 0;
}
.potenza .sec02 .box {
  padding: 0 0 calc(100vw / var(--viewport) * 120);
}
.potenza .sec02 .box .inner_box {
  text-align: center;
  margin: calc(100vw / var(--viewport) * 80) 0 0;
}
.potenza .sec02 .box .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
}
.potenza .sec02 .box .inner_box .midashi {
  font-size: calc(100vw / var(--viewport) * 72);
  font-weight: 600;
}
.potenza .sec02 .box .inner_box .caption {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 600;
}
.potenza .sec02 .box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.potenza .sec02 .box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 96);
  font-weight: normal;
}
.potenza .sec02 .box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 136);
  line-height: 1;
  letter-spacing: -0.03em;
}
.potenza .sec02 .box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.potenza .sec02 .box .inner_box .anaesthesia {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  width: calc(100vw / var(--viewport) * 630);
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50vw;
  padding: calc(100vw / var(--viewport) * 3) 0;
  margin-top: 0.5em;
}
.potenza .sec02 .box .ttl_aco {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
  text-align: center;
  width: calc(100vw / var(--viewport) * 630);
  padding: calc(100vw / var(--viewport) * 36) 0;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.potenza .sec02 .box .body_aco,
.potenza .sec02 .box .caption {
  text-align: left;
  padding: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 60) 0;
}
.potenza .sec02 .box .body_aco .text {
  font-size: calc(100vw / var(--viewport) * 28);
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.potenza .sec02 .box .body_aco ul li img {
  width: calc(100vw / var(--viewport) * 300);
  margin-right: calc(100vw / var(--viewport) * 30);
}
.potenza .sec02 .box01 .image {
  width: calc(100vw / var(--viewport) * 300);
  display: block;
  margin: calc(100vw / var(--viewport) * -40) auto 0;
}
.potenza .sec02 .box01 .under {
  text-align: center;
  margin-top: calc(100vw / var(--viewport) * 80);
}
.potenza .sec02 .box01 .under .subBox {
  font-weight: 600;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50vw;
  overflow: hidden;
  width: fit-content;
  margin: calc(100vw / var(--viewport) * 40) auto;
}
.potenza .sec02 .box01 .under .subBox > div {
  padding: 0.3em 1em;
}
.potenza .sec02 .box01 .under .subBox > div:nth-child(1) {
  color: #444;
  background: #fff;
}
.potenza .sec02 .box02 .image {
  width: calc(100vw / var(--viewport) * 335);
  display: block;
  margin: calc(100vw / var(--viewport) * -40) auto 0;
}
.potenza .sec02 .box03 .image {
  width: calc(100vw / var(--viewport) * 341);
  display: block;
  margin: calc(100vw / var(--viewport) * -40) auto 0;
}
.potenza .sec02 .box.box02 .inner_box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 96);
}
.potenza .sec02 .box.box02 .inner_box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 136);
}
.potenza .sec02 .box.box02 .body_aco .pc_flex img {
  width: calc(100vw / var(--viewport) * 342);
  display: block;
  margin: 0 auto calc(100vw / var(--viewport) * 40);
}
.potenza .sec02 .box.box02 .body_aco .pc_flex p {
  margin-bottom: 0;
}
.potenza .sec02 .box.box03 .body_aco .pc_flex .sp_flex:nth-child(1) img {
  width: 100%;
  margin: 0 0 calc(100vw / var(--viewport) * 40);
}
.potenza .sec02 .box.box03 .body_aco .pc_flex .sp_flex:nth-child(1) .text {
  margin-bottom: 0;
}
.potenza .sec02 .box.box03 .body_aco .pc_flex li:nth-child(2) img {
  width: calc(100vw / var(--viewport) * 60);
  display: block;
  margin: 0 auto;
}
.potenza .sec02 .box.box03 .body_aco .pc_flex li:nth-child(3) img {
  display: block;
  margin: 0 auto calc(100vw / var(--viewport) * 40);
}
.potenza .sec02 .box.box03 .body_aco .pc_flex li:nth-child(3) .text {
  margin: 0;
}
.potenza .sec02 .box.box03 .inner_box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 45);
}
.potenza .sec02 .box.box03 .inner_box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 68);
}
.potenza .sec02 .box.box03 .inner_box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 96);
}
.potenza .sec02 .box.box03 .inner_box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 45);
}

.potenza .recovery {
  background: var(--Gray);
  padding: 0 0 calc(100vw / var(--viewport)* 120);
  overflow: hidden;
}
.potenza .recovery .recoverySwiper {
  position: relative;
}
.potenza .recovery .box {
  border: 1px solid #fff;
  padding: calc(100vw / var(--viewport) * 40);
  margin: 0 calc(100vw / var(--viewport) * 32);
}
.potenza .recovery .box dl {
  margin-top: calc(100vw / var(--viewport) * 24);
}
.potenza .recovery .box dl:nth-child(1) {
  margin-top: 0;
}
.potenza .recovery .box dt {
  font-size: calc(100vw / var(--viewport) * 20);
  margin-bottom: calc(100vw / var(--viewport) * 8);
}
.potenza .recovery .box dd {
  font-size: calc(100vw / var(--viewport) * 28);
}

.potenza .youtubeArea {
  margin-top: 9.375vw;
}
.potenza .youtubeArea .youtube {
  position: relative;
  width: 100%;
  padding-top: 50.5%;
  margin: 0 auto 5vw;
}
.potenza .youtubeArea .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.potenza .youtubeArea + .caption {
  text-align: left;
}

.hydrafacial #mv {
  height: calc(100vw / var(--viewport) * 1463);
}
.hydrafacial #mv .mv_under .flex {
  justify-content: center;
}
.hydrafacial #mv:after {
  content: "";
  background: url(../img/hydrafacial/mv/bg_mv_sp.png) top 18.4vw right no-repeat;
  background-size: auto calc(100vw / var(--viewport) * 896);
  width: 100%;
  height: calc(100vw / var(--viewport) * 896);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hydrafacial #mv .text01,
.hydrafacial #mv .text02 {
  letter-spacing: -0.05em;
}
.hydrafacial #mv .text04 {
  line-height: 1.1;
}

.hydrafacial .sec01 {
  background: url(../img/hydrafacial/bg_sec01.jpg) top -6vw right -121vw no-repeat;
  background-size: auto calc(100% + 6vw);
  padding: calc(100vw / var(--viewport) * 497) 0 calc(100vw / var(--viewport) * 120);
  position: relative;
}
.hydrafacial .sec01 .inner {
  padding: 0 calc(100vw / var(--viewport) * 60) 0 calc(100vw / var(--viewport) * 130);
}
.hydrafacial .sec01 .h2 {
  color: rgba(255,255,255,.2);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  text-indent: -26em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vw / var(--viewport) * 82);
  left: calc(100vw / var(--viewport) * 20);
}
.hydrafacial .sec01 .h2 h2 {
  font-size: calc(100vw / var(--viewport) * 120);
}
.hydrafacial .sec01 img {
  width: calc(100vw / var(--viewport) * 400);
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.hydrafacial .sec01 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.hydrafacial .sec01 .youtube {
  position: relative;
  width: calc(100vw / var(--viewport) * 640);
  padding-top: 50.5%;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.hydrafacial .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:768px) {
  .hydrafacial .sec01 .youtube {
    width: 960px;
    height: 540px;
    padding: 0;
    margin-top: 230px;
  }
}

.hydrafacial .sec02 {
  background: var(--lightGray);
  padding: 0 0 calc(100vw / var(--viewport) * 120);
}
.hydrafacial .sec02 .h3 {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 80) 0;
}
.hydrafacial .sec02 .box01 .image {
  width: calc(100vw / var(--viewport) * 669);
  display: block;
  margin: calc(100vw / var(--viewport) * -40) auto 0;
}
.hydrafacial .sec02 .box .inner_box {
  text-align: center;
  margin: calc(100vw / var(--viewport) * 80) 0 0;
}
.hydrafacial .sec02 .box .inner_box .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
}
.hydrafacial .sec02 .box .inner_box .midashi {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 600;
}
.hydrafacial .sec02 .box .inner_box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.hydrafacial .sec02 .box .inner_box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 96);
  font-weight: normal;
}
.hydrafacial .sec02 .box .inner_box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 136);
  line-height: 1;
  letter-spacing: -0.03em;
}
.hydrafacial .sec02 .box .inner_box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}

.hydrafacial .sec03 {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0 0;
}
.hydrafacial .sec03 .youtube {
  position: relative;
  width: 100%;
  padding-top: 50.5%;
  margin: 0 auto 5vw;
}
.hydrafacial .sec03 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.hydrafacial .sec03 .box .h3 {
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 40);
  text-align: center;
  line-height: 1;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.hydrafacial .sec03 .box .h3 .big {
  font-size: calc(100vw / var(--viewport) * 64);
  vertical-align: middle;
  margin-left: calc(100vw / var(--viewport) * 8);
}
.hydrafacial .sec03 .box .icons {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.hydrafacial .sec03 .box .icons span {
  border: 1px solid #fff;
  border-radius: 50vw;
  display: inline-block;
  padding: 0.1em 0.9em 0.3em;
}
.hydrafacial .sec03 .box .text {
  font-size: calc(100vw / var(--viewport) * 28);
  margin-top: calc(100vw / var(--viewport) * 40);
}
.hydrafacial .sec03 + .cta {
  background: var(--Gray);
  padding-top: calc(100vw / var(--viewport) * 80);
  padding-bottom: 0;
}

.caresys #mv {
  height: calc(100vw / var(--viewport) * 1546);
}
.caresys #mv:after {
  content: "";
  background: url(../img/caresys/mv/bg_mv_sp.png) top right no-repeat;
  background-size: auto calc(100vw / var(--viewport) * 1031);
  width: 100%;
  height: calc(100vw / var(--viewport) * 1031);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.caresys #mv .mv_under .flex {
  justify-content: center;
}
.caresys #mv .priceBox {
  position: relative;
}
.caresys .sec01 {
  background: url(../img/caresys/bg_sec01.png) top right -6vw no-repeat;
  background-size: calc(100vw / var(--viewport) * 492) auto;
  padding: calc(100vw / var(--viewport) * 535) 0 calc(100vw / var(--viewport) * 120);
  position: relative;
}
.caresys .sec01 .inner {
  padding: 0 calc(100vw / var(--viewport) * 60) 0 calc(100vw / var(--viewport) * 130);
}
.caresys .sec01 .h2 {
  color: rgba(255,255,255,.2);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: calc(100vw / var(--viewport) * 10);
  left: calc(100vw / var(--viewport) * 20);
}
.caresys .sec01 .h2 h2 {
  font-size: calc(100vw / var(--viewport) * 127);
}
.caresys .sec01 .youtube {
  position: relative;
  width: calc(100vw / var(--viewport) * 640);
  padding-top: 50.5%;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.caresys .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:768px) {
  .caresys .sec01 .youtube {
    width: 960px;
    height: 540px;
    padding: 0;
    margin-top: 220px;
  }
}

.caresys .sec02 .inner {
  padding: 0 calc(100vw / var(--viewport) * 30);
}
.caresys .sec02 .inner .box {
  text-align: center;
  background: #333;
  border-top: calc(100vw / var(--viewport) * 16) solid #000;
  padding: calc(100vw / var(--viewport) * 64) 0 calc(100vw / var(--viewport) * 60);
  position: relative;
}
.caresys .sec02 .inner .box.new:after {
  content: "12月末\Aまで";
  text-align: center;
  white-space: pre;
  width: calc(100vw / var(--viewport) * 120);
  height: calc(100vw / var(--viewport) * 120);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Blue);
  border-radius: 100%;
  position: absolute;
  top: calc(100vw / var(--viewport)* -60);
  right: calc(100vw / var(--viewport)* -20);
}
.caresys .sec02 .inner .box .midashi {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 600;
}
.caresys .sec02 .inner .box .sub {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 500;
}
.caresys .sec02 .inner .box .effectBox {
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(100vw / var(--viewport) * 40) auto calc(100vw / var(--viewport) * 44);
}
.caresys .sec02 .inner .box .effectBox li {
  color: #000;
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 500;
  background: #fff;
  padding: 0 0.5em;
  margin: 0 calc(100vw / var(--viewport) * 16) calc(100vw / var(--viewport) * 16);
}
.caresys .sec02 .inner .box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.caresys .sec02 .inner .box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 96);
  font-weight: normal;
}
.caresys .sec02 .inner .box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 136);
  line-height: 1;
  letter-spacing: -0.03em;
}
.caresys .sec02 .inner .box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.caresys .sec02 .inner .nayamiBox {
  padding: calc(100vw / var(--viewport) * 120) 0 0;
}
.caresys .sec02 .inner .nayamiBox .midashi {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 600;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.caresys .sec02 .inner .nayamiBox ul.flex {
  flex-wrap: wrap;
}
.caresys .sec02 .inner .nayamiBox ul.flex li {
  width: calc(100vw / var(--viewport) * 330);
}
.caresys .sec02 .inner .nayamiBox ul.flex li .text {
  color: #fff;
  text-align: center;
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 600;
  background: var(--Blue);
  padding: 0.1em 0;
}
.caresys .sec02 .inner .nayamiBox ul.flex li:nth-child(n+3) {
  margin-top: calc(100vw / var(--viewport) * 40);
}
.caresys .sec02 + .cta {
  padding-top: calc(100vw / var(--viewport) * 80);
}

.caresys .sec03 {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0 0;
}
.caresys .sec03 .box {
  margin-top: calc(100vw / var(--viewport) * 60);
}
.caresys .sec03 .box .h3 {
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 40);
  text-align: center;
  line-height: 1;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.caresys .sec03 .box .h3 .big {
  font-size: calc(100vw / var(--viewport) * 64);
  vertical-align: middle;
  margin-left: calc(100vw / var(--viewport) * 8);
}
.caresys .sec03 .box .text {
  font-size: calc(100vw / var(--viewport) * 28);
  /*margin-top: calc(100vw / var(--viewport) * 40);*/
}

.higio #mv {
  height: calc(100vw / var(--viewport) * 1516);
}
.higio #mv:after {
  content: "";
  background: url(../img/higio/mv/bg_mv_sp.png) top right no-repeat;
  background-size: auto calc(100vw / var(--viewport) * 1031);
  width: 100%;
  height: calc(100vw / var(--viewport) * 1031);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.higio #mv .mv_under .flex {
  justify-content: center;
}

.higio .sec01 {
  background: url(../img/higio/bg_sec01.png) top 10.67vw right -8vw no-repeat;
  background-size: calc(100vw / var(--viewport)* 510) auto;
  padding: calc(100vw / var(--viewport) * 331) 0 calc(100vw / var(--viewport) * 200);
  position: relative;
}
.higio .sec01 .inner {
  padding: 0 calc(100vw / var(--viewport) * 60) 0 calc(100vw / var(--viewport) * 130);
}
.higio .sec01 .h2 {
  color: rgba(255,255,255,.2);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vw / var(--viewport) * 40);
  left: calc(100vw / var(--viewport) * 20);
}
.higio .sec01 .h2 h2 {
  font-size: calc(100vw / var(--viewport) * 144);
}
.higio .sec01 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.higio .sec01 .youtube {
  position: relative;
  width: calc(100vw / var(--viewport) * 640);
  padding-top: 50.5%;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.higio .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:768px) {
  .higio .sec01 .youtube {
    width: 960px;
    height: 540px;
    padding: 0;
    margin-top: 100px;
  }
}

.higio .sec02 .h3 {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 80) 0;
}
.higio .sec02 .box {
  padding: 0 0 calc(100vw / var(--viewport) * 120);
}
.higio .sec02 .box .inner_box {
  text-align: center;
  margin: calc(100vw / var(--viewport) * 80) 0 0;
}
.higio .sec02 .box .inner_box .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
}
.higio .sec02 .box .inner_box .midashi {
  font-size: calc(100vw / var(--viewport) * 72);
  font-weight: 600;
}
.higio .sec02 .box .inner_box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 500;
  margin: 0;
}
.higio .sec02 .box .inner_box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: normal;
}
.higio .sec02 .box .inner_box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 88);
  line-height: 1;
  letter-spacing: -0.03em;
}
.higio .sec02 .box .inner_box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 500;
  margin: 0;
}
.higio .sec02 .box01 .image {
  width: calc(100vw / var(--viewport) * 300);
  display: block;
  margin: calc(100vw / var(--viewport) * -40) auto 0;
}

.higio .sec03 {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.higio .sec03 .box .icons {
  font-size: calc(100vw / var(--viewport)* 32);
  font-weight: 600;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.higio .sec03 .box .icons span {
  border: 1px solid #fff;
  border-radius: 50vw;
  display: inline-block;
  padding: 0.1em 0.9em 0.3em;
}
.higio .sec03 .box .icons span.sub {
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: 300;
  border: none;
  padding: 0;
  margin-left: calc(100vw / var(--viewport) * 20);
}
.higio .sec03 .box .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.higio .sec03 .box .text .small {
  font-size: calc(100vw / var(--viewport) * 24);
}
.higio .sec03 .img_table {
  margin-top: calc(100vw / var(--viewport) * 79);
}

.higio .sec04 {
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.higio .sec04 .step {
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 600;
  text-align: center;
}
.higio .sec04 .step .num {
  font-size: calc(100vw / var(--viewport) * 64);
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  margin-left: calc(100vw / var(--viewport) * 8);
}
.higio .sec04 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}

.higio .features .box01 img {
  width: calc(100vw / var(--viewport) * 452);
}
.higio .features .box02 img {
  width: calc(100vw / var(--viewport) * 260);
}
.higio .features .box03 img {
  width: calc(100vw / var(--viewport) * 278);
}
.higio .features .box04 img {
  width: calc(100vw / var(--viewport) * 301);
}

.cellec #mv {
  height: calc(100vw / var(--viewport) * 1519);
}
.cellec #mv:after {
  content: "";
  background: url(../img/cellec/mv/bg_mv_sp.png) top right no-repeat;
  background-size: auto calc(100vw / var(--viewport) * 1031);
  width: 100%;
  height: calc(100vw / var(--viewport) * 1031);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cellec #mv .mv_under .flex {
  justify-content: center;
}

.cellec .sec01 {
  background: url(../img/cellec/bg_sec01.png) top 5.33vw right -13.33vw no-repeat;
  background-size: calc(100vw / var(--viewport) * 545) auto;
  padding: calc(100vw / var(--viewport) * 358) 0 calc(100vw / var(--viewport) * 50);
  position: relative;
}
.cellec .sec01 .inner {
  padding: 0 calc(100vw / var(--viewport) * 60) 0 calc(100vw / var(--viewport) * 130);
}
.cellec .sec01 .h2 {
  color: rgba(255,255,255,.2);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vw / var(--viewport) * 40);
  left: calc(100vw / var(--viewport) * 20);
}
.cellec .sec01 .h2 h2 {
  font-size: calc(100vw / var(--viewport) * 144);
}
.cellec .sec01 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.cellec .sec01 .youtube {
  position: relative;
  width: calc(100vw / var(--viewport) * 640);
  padding-top: 50.5%;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.cellec .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:768px) {
  .cellec .sec01 .youtube {
    width: 960px;
    height: 540px;
    padding: 0;
    margin-top: 70px;
  }
}

.cellec .sec02 .h3 {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 80) 0;
}
.cellec .sec02 .box {
  padding: 0 0 calc(100vw / var(--viewport) * 120);
}
.cellec .sec02 .box .inner_box {
  text-align: center;
  margin: calc(100vw / var(--viewport) * 80) 0 0;
}
.cellec .sec02 .box .inner_box .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
}
.cellec .sec02 .box .inner_box .midashi {
  font-size: calc(100vw / var(--viewport) * 72);
  font-weight: 600;
}
.cellec .sec02 .box .inner_box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.cellec .sec02 .box .inner_box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 96);
  font-weight: normal;
}
.cellec .sec02 .box .inner_box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 136);
  line-height: 1;
  letter-spacing: -0.03em;
}
.cellec .sec02 .box .inner_box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.cellec .sec02 .box01 .image {
  width: calc(100vw / var(--viewport) * 680);
  display: block;
  margin: calc(100vw / var(--viewport) * -40) auto 0;
}

.cellec .sec03 {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.cellec .sec03 .box .icons {
  font-size: calc(100vw / var(--viewport)* 32);
  font-weight: 600;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.cellec .sec03 .box .icons span {
  border: 1px solid #fff;
  border-radius: 50vw;
  display: inline-block;
  padding: 0.1em 0.9em 0.3em;
}
.cellec .sec03 .box .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.cellec .sec03 .box .text .small {
  font-size: calc(100vw / var(--viewport) * 24);
}
.cellec .sec03 .img_table {
  margin-top: calc(100vw / var(--viewport) * 79);
}

.cellec .sec04 {
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.cellec .sec04 .step {
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 600;
  text-align: center;
}
.cellec .sec04 .step .num {
  font-size: calc(100vw / var(--viewport) * 64);
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  margin-left: calc(100vw / var(--viewport) * 8);
}
.cellec .sec04 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}

.cellec .features .pc_flex {
  flex-wrap: wrap;
}
.cellec .features .box img {
  width: auto;
  height: calc(100vw / var(--viewport) * 241);
}

.titaniumlift #mv {
  height: calc(100vw / var(--viewport) * 1463);
}
.titaniumlift #mv .mv_under .flex {
  justify-content: center;
}
.titaniumlift #mv:after {
  content: "";
  background: url(../img/titaniumlift/mv/bg_mv_sp.png) top 18.4vw right no-repeat;
  background-size: auto calc(100vw / var(--viewport) * 917);
  width: 100%;
  height: calc(100vw / var(--viewport) * 917);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.titaniumlift #mv .trial {
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: -0.5em;
}
.titaniumlift #mv .text01,
.titaniumlift #mv .text02 {
  letter-spacing: -0.05em;
}
.titaniumlift #mv .text04 {
  line-height: 1.1;
}

.titaniumlift .sec01 {
  background: url(../img/titaniumlift/bg_sec01_sp.jpg) top right no-repeat;
  background-size: auto calc(100% + 6vw);
  padding: calc(100vw / var(--viewport) * 497) 0 calc(100vw / var(--viewport) * 120);
  position: relative;
}
.titaniumlift .sec01 .inner {
  padding: 0 calc(100vw / var(--viewport) * 60) 0 calc(100vw / var(--viewport) * 130);
}
.titaniumlift .sec01 .h2 {
  color: rgba(255,255,255,.2);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  text-indent: -6em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vw / var(--viewport) * 90);
  left: calc(100vw / var(--viewport) * 20);
}
.titaniumlift .sec01 .h2 h2 {
  font-size: calc(100vw / var(--viewport) * 120);
}
.titaniumlift .sec01 img {
  width: calc(100vw / var(--viewport) * 400);
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.titaniumlift .sec01 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.titaniumlift .sec01 .youtube {
  position: relative;
  width: calc(100vw / var(--viewport) * 640);
  padding-top: 50.5%;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.titaniumlift .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:768px) {
  .titaniumlift .sec01 .youtube {
    width: 960px;
    height: 540px;
    padding: 0;
    margin-top: 70px;
  }
}

.titaniumlift .sec02 {
  background: var(--lightGray);
  padding: 0 0 calc(100vw / var(--viewport) * 120);
}
.titaniumlift .sec02 .h3 {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 80) 0;
}
.titaniumlift .sec02 .box01 .image {
  width: calc(100vw / var(--viewport) * 669);
  display: block;
  margin: calc(100vw / var(--viewport) * -40) auto 0;
}
.titaniumlift .sec02 .box .inner_box {
  text-align: center;
  margin: calc(100vw / var(--viewport) * 80) 0 0;
}
.titaniumlift .sec02 .box .inner_box .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
}
.titaniumlift .sec02 .box .inner_box .midashi {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 600;
}
.titaniumlift .sec02 .box .inner_box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.titaniumlift .sec02 .box .inner_box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 96);
  font-weight: normal;
}
.titaniumlift .sec02 .box .inner_box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 136);
  line-height: 1;
  letter-spacing: -0.03em;
}
.titaniumlift .sec02 .box .inner_box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}

.titaniumlift .sec03 {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.titaniumlift .sec03 .img_step01 {
  margin-bottom: calc(100vw / var(--viewport) * 100);
}
.titaniumlift .sec03 .img_step02 {
  margin-bottom: calc(100vw / var(--viewport) * 88);
}
.titaniumlift .sec03 .step {
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 600;
  text-align: center;
}
.titaniumlift .sec03 .step .num {
  font-size: calc(100vw / var(--viewport) * 64);
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  margin-left: calc(100vw / var(--viewport) * 8);
}
.titaniumlift .sec03 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.titaniumlift .sec03 + .cta {
  background: var(--Gray);
}

.plapeel #mv {
  height: calc(100vw / var(--viewport) * 1519);
}
.plapeel #mv:after {
  content: "";
  background: url(../img/plapeel/mv/bg_mv.png) top right -15vw no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 619);
  height: calc(100vw / var(--viewport) * 583);
  position: absolute;
  top: calc(100vw / var(--viewport) * 268);
  right: 0;
  z-index: -1;
}
.plapeel #mv .mv_under .flex {
  justify-content: center;
}

.plapeel .sec01 {
  /*background: url(../img/plapeel/bg_sec01.png) top 5.33vw right -13.33vw no-repeat;
  background-size: calc(100vw / var(--viewport) * 545) auto;*/
  padding: calc(100vw / var(--viewport) * 160) 0 calc(100vw / var(--viewport) * 245);
  position: relative;
}
.plapeel .sec01 .inner {
  padding: 0 calc(100vw / var(--viewport) * 60) 0 calc(100vw / var(--viewport) * 130);
}
.plapeel .sec01 .h2 {
  color: rgba(255,255,255,.2);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vw / var(--viewport) * 40);
  left: calc(100vw / var(--viewport) * 20);
}
.plapeel .sec01 .h2 h2 {
  font-size: calc(100vw / var(--viewport) * 144);
}
.plapeel .sec01 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.plapeel .sec01 .youtube {
  position: relative;
  width: calc(100vw / var(--viewport) * 640);
  padding-top: 50.5%;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.plapeel .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:768px) {
  .plapeel .sec01 .youtube {
    width: 960px;
    height: 540px;
    padding: 0;
    margin-top: 70px;
  }
}

.plapeel .sec02 .h3 {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 80) 0;
}
.plapeel .sec02 .box {
  padding: 0 0 calc(100vw / var(--viewport) * 120);
}
.plapeel .sec02 .box .inner_box {
  text-align: center;
  margin: calc(100vw / var(--viewport) * 80) 0 0;
}
.plapeel .sec02 .box .inner_box .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
}
.plapeel .sec02 .box .inner_box .midashi {
  font-size: calc(100vw / var(--viewport) * 72);
  font-weight: 600;
}
.plapeel .sec02 .box .inner_box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.plapeel .sec02 .box .inner_box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 96);
  font-weight: normal;
}
.plapeel .sec02 .box .inner_box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 136);
  line-height: 1;
  letter-spacing: -0.03em;
}
.plapeel .sec02 .box .inner_box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: 0;
}
.plapeel .sec02 .box01 .image {
  width: calc(100vw / var(--viewport) * 531);
  display: block;
  margin: calc(100vw / var(--viewport) * -40) auto 0;
}

.plapeel .sec03 {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.plapeel .sec03 .inner {
  padding: 0 calc(100vw / var(--viewport) * 32);
}
.plapeel .sec03 .imgBox {
  position: relative;
}
.plapeel .sec03 .imgBox img {
  width: calc(100vw / var(--viewport) * 447);
  position: absolute;
  top: calc(100vw / var(--viewport) * 154);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.plapeel .sec03 .absolute {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plapeel .sec03 .absolute div {
  text-align: center;
  width: calc(100vw / var(--viewport) * 220);
  height: calc(100vw / var(--viewport) * 200);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.plapeel .sec03 .absolute div:nth-child(n+4) {
  margin-top: calc(100vw / var(--viewport) * 64);
}
.plapeel .sec03 .absolute div.none {
  border: none;
}
.plapeel .sec03 .absolute div .midashi {
  font-size: calc(100vw / var(--viewport) * 25);
  font-weight: bold;
  margin-bottom: calc(100vw / var(--viewport) * 6);
  line-height: 1.2;
}
.plapeel .sec03 .absolute div .text {
  font-size: calc(100vw / var(--viewport) * 20);
}
.plapeel .sec03 .absolute .text01,
.plapeel .sec03 .absolute .text02,
.plapeel .sec03 .absolute .text03 {
  border: 2px solid #16aafa;
}
.plapeel .sec03 .absolute .text01 .midashi,
.plapeel .sec03 .absolute .text02 .midashi,
.plapeel .sec03 .absolute .text03 .midashi {
  color: #16aafa;
}

.plapeel .sec04 {
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.plapeel .sec04 .step {
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 600;
  text-align: center;
}
.plapeel .sec04 .step .num {
  font-size: calc(100vw / var(--viewport) * 64);
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  margin-left: calc(100vw / var(--viewport) * 8);
}
.plapeel .sec04 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.plapeel .sec04 .img_step02 {
  width: calc(100vw / var(--viewport) * 335);
  display: block;
  margin: calc(100vw / var(--viewport) * 60) auto 0;
}

.plapeel .features .pc_flex {
  flex-wrap: wrap;
}
.plapeel .features .box img {
  width: auto;
  height: calc(100vw / var(--viewport) * 241);
}

.oligiox #mv {
  height: calc(100vw / var(--viewport) * 1334);
}
.oligiox #mv:after {
  content: "";
  background: url(../img/oligiox/mv/bg_mv_sp.png) top 19.47vw right no-repeat;
  background-size: auto calc(100vw / var(--viewport) * 1188);
  width: 100%;
  height: calc(100vw / var(--viewport) * 1334);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.oligiox #mv .mv_under .flex {
  justify-content: center;
}
.oligiox #mv .mv_under .flex .priceBox .count {
  line-height: 1;
  white-space: nowrap;
  margin-right: calc(100vw / var(--viewport) * 30);
}
.oligiox #mv .mv_under .flex .priceBox .count .small {
  font-size: calc(100vw / var(--viewport) * 24);
}
.oligiox #mv .priceBox:after {
  top: calc(100vw / var(--viewport) * -130);
  right: calc(100vw / var(--viewport) * -80);
}
.oligiox .sec01 {
  background: url(../img/oligiox/bg_sec01.png) bottom 14.53vw right -18.53vw no-repeat;
  background-size: calc(100vw / var(--viewport) * 740) auto;
  padding: calc(100vw / var(--viewport) * 140) 0 calc(100vw / var(--viewport) * 430);
  position: relative;
}
.oligiox .sec01 .inner {
  padding: 0 calc(100vw / var(--viewport) * 60) 0 calc(100vw / var(--viewport) * 130);
}
.oligiox .sec01 .h2 {
  color: rgba(255,255,255,.2);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vw / var(--viewport) * 40);
  left: calc(100vw / var(--viewport) * 20);
}
.oligiox .sec01 .h2 h2 {
  font-size: calc(100vw / var(--viewport) * 144);
}
.oligiox .sec01 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.oligiox .sec01 .youtube {
  position: relative;
  width: calc(100vw / var(--viewport) * 640);
  padding-top: 50.5%;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.oligiox .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:768px) {
  .oligiox .sec01 .youtube {
    width: 960px;
    height: 540px;
    padding: 0;
    margin-top: 140px;
  }
}

.oligiox .sec02 .h3 {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 80) 0;
}
.oligiox .sec02 .box {
  padding: 0 0 calc(100vw / var(--viewport) * 120);
}
.oligiox .sec02 .box .inner_box {
  text-align: center;
  margin: calc(100vw / var(--viewport) * 80) 0 0;
}
.oligiox .sec02 .box .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 600;
}
.oligiox .sec02 .box .inner_box .midashi {
  font-size: calc(100vw / var(--viewport) * 72);
  font-weight: 600;
}
.oligiox .sec02 .box .inner_box .caption {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 600;
}
.oligiox .sec02 .box .inner_box .flex {
  justify-content: center;
  align-items: center;
}
.oligiox .sec02 .box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 500;
  margin: 0;
  line-height: 0.8;
  margin-right: calc(100vw / var(--viewport) * 20);
}
.oligiox .sec02 .box .priceBox .count .big {
  font-size: calc(100vw / var(--viewport) * 80);
  font-weight: normal;
}
.oligiox .sec02 .box .inner_box .flex .count .small {
  font-size: calc(100vw / var(--viewport) * 24);
}
.oligiox .sec02 .box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 136);
  line-height: 1;
  letter-spacing: -0.03em;
}
.oligiox .sec02 .box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
  margin: calc(100vw / var(--viewport) * 66) 0 0 0;
}
.oligiox .sec02 .box01 .image {
  width: calc(100vw / var(--viewport) * 300);
  display: block;
  margin: calc(100vw / var(--viewport) * -40) auto 0;
}

.oligiox .sec03 {
  background: #333;
  padding: calc(100vw / var(--viewport) * 160) 0;
}
.oligiox .sec03 .lead {
  font-size: calc(100vw / var(--viewport) * 28);
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.oligiox .sec03 h3 {
  font-size: calc(100vw / var(--viewport) * 32);
  width: calc(100vw / var(--viewport) * 373);
  height: calc(100vw / var(--viewport) * 58);
  padding-left: calc(100vw / var(--viewport) * 25);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #fff;
  margin-top: calc(100vw / var(--viewport) * 40);
  margin-bottom: calc(100vw / var(--viewport) * 10);
  position: relative;
}
.oligiox .sec03 img {
  margin-top: calc(100vw / var(--viewport) * 80);
}
.oligiox .sec03 h3.new:after {
  content: "New";
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 28);
  line-height: 1;
  width: calc(100vw / var(--viewport) * 100);
  height: calc(100vw / var(--viewport) * 40);
  background: #F15A24;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100vw / var(--viewport) * -110);
}
.oligiox .sec03 .text {
  font-size: calc(100vw / var(--viewport) * 28);
}
.oligiox .youtube {
  position: relative;
  width: 100%;
  padding-top: 50.5%;
  margin: 0 auto 5vw;
}
.oligiox .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.oligiox .cta.pt {
  padding-top: calc(100vw / var(--viewport) * 120);
}
.oligiox .combination .skinConbinationSlider {
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .sp_flex {
    display: flex;
  }

  .potenza #mv {
    height: calc(100vw / var(--viewport) * 1546);
  }
  #mv .cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: calc(100vw / var(--viewport) * 60);
    margin: 0 auto;
  }

  .features .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 154);
  }

  .potenza .sec02 .box01 .under > div:nth-child(2) {
    margin-top: calc(100vw / var(--viewport) * 80);
  }
  .potenza .sec02 .box .body_aco ul li:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 40);
  }
  .potenza .sec02 .box.box03 .body_aco .pc_flex .sp_flex {
    flex-direction: column;
  }

  .potenza .recovery .h2 {
    margin-bottom: calc(100vw / var(--viewport) * 216);
  }
  .potenza .recovery .recoverySwiper .swiper-pagination {
    display: none;
  }
  .potenza .recovery .recoverySwiper .swiper-slide {
    padding: 0 calc(100vw / var(--viewport) * 32);
        box-sizing: border-box;
  }
  .potenza .recovery .recoverySwiper .swiper-slide .text {
    margin: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 32);
  }
  .potenza .recovery .recoverySwiper .swiper-pagination {
    top: calc(100vw / var(--viewport) * -136);
    bottom: initial;
    display: flex;
    justify-content: center;
  }
  .potenza .recovery .recoverySwiper .swiper-pagination-bullet {
    font-size: calc(100vw / var(--viewport) * 24);
    text-align: center;
    background: none;
    width: calc(100vw / var(--viewport) * 160);
    height: calc(100vw / var(--viewport) * 56);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 calc(100vw / var(--viewport) * 20);
    border: 1px solid #fff;
    border-radius: 50vw;
    opacity: 1;
  }
  .potenza .recovery .recoverySwiper .swiper-pagination-bullet-active {
    background: #16AAFA;
    border-color: #16AAFA;
  }
  .potenza .recovery .recoverySwiper .swiper-button-prev,
  .potenza .recovery .recoverySwiper .swiper-button-next {
    border: 10px solid transparent;
    width: 0;
    height: 0;
    background: none;
    top: calc(100vw / var(--viewport) * 362);
  }
  .potenza .recovery .recoverySwiper .swiper-button-prev {
    border-right: 10px solid #fff;
    left: calc(100vw / var(--viewport) * 33);
  }
  .potenza .recovery .recoverySwiper .swiper-button-next {
    border-left: 10px solid #fff;
    right: calc(100vw / var(--viewport) * 33);
  }

  .potenza .features .box.box01 img {
    width: calc(100vw / var(--viewport) * 278);
  }
  .potenza .features .box.box02 img {
    width: calc(100vw / var(--viewport) * 376);
  }
  .potenza .features .box.box03 img {
    width: calc(100vw / var(--viewport) * 250);
  }

  .hydrafacial .sec03 .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 40);
  }
  .hydrafacial .features .box.box01 img {
    width: calc(100vw / var(--viewport) * 278);
  }
  .hydrafacial .features .box.box02 img {
    width: calc(100vw / var(--viewport) * 294);
  }
  .hydrafacial .features .box.box03 img {
    width: calc(100vw / var(--viewport) * 226);
  }

  .caresys .sec02 .inner .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 80);
  }
  .caresys .sec02 .inner .nayamiBox li:last-child {
    flex: 0 0 100%;
  }
  .caresys .sec02 .inner .nayamiBox li:last-child * {
    width: calc(100vw / var(--viewport) * 330);
    display: block;
    margin: 0 auto;
  }

  .caresys .features .box.box01 img {
    width: calc(100vw / var(--viewport) * 250);
  }
  .caresys .features .box.box02 img {
    width: calc(100vw / var(--viewport) * 278);
  }
  .caresys .features .box.box03 img {
    width: calc(100vw / var(--viewport) * 110);
  }

  .higio #mv .mv_under {
    top: calc(100vw / var(--viewport) * 741);
  }

  .higio .sec02 .box .inner_box .pc_flex .sp_flex {
    justify-content: center;
  }
  .higio .sec02 .box .inner_box .pc_flex .sp_flex .priceBox:nth-child(1) {
    margin-right: calc(100vw / var(--viewport) * 24);
  }
  .higio .sec02 .box .inner_box .pc_flex.first > div:nth-child(1) .priceBox .count {
    font-size: calc(100vw / var(--viewport) * 56);
  }
  .higio .sec02 .box .inner_box .pc_flex.first > div:nth-child(1) .priceBox .count .big {
    font-size: calc(100vw / var(--viewport) * 88);
  }
  .higio .sec02 .box .inner_box .pc_flex.first > div:nth-child(1) .priceBox .price {
    font-size: calc(100vw / var(--viewport) * 128);
  }
  .higio .sec02 .box .inner_box .pc_flex.first > div:nth-child(1) .priceBox .yen {
    font-size: calc(100vw / var(--viewport) * 56);
  }

  .higio .sec03 .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 56);
  }
  .higio .sec03 .box .sp_flex {
    align-items: center;
  }
  .higio .sec03 .box .sp_flex img {
    width: calc(100vw / var(--viewport) * 220);
    margin-right: calc(100vw / var(--viewport) * 40);
  }
  .higio .sec03 .box .icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .higio .sec04 .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 60);
  }

  .cellec #mv .mv_under {
    top: calc(100vw / var(--viewport) * 793);
  }

  .cellec .sec03 .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 56);
  }
  .cellec .sec03 .box .sp_flex {
    align-items: center;
  }
  .cellec .sec03 .box .sp_flex img {
    width: calc(100vw / var(--viewport) * 220);
    margin-right: calc(100vw / var(--viewport) * 40);
  }

  .cellec .sec04 .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 60);
  }

  .titaniumlift .features .box01 img {
    width: calc(100vw / var(--viewport) * 452);
  }
  .titaniumlift .features .box02 img {
    width: calc(100vw / var(--viewport) * 278);
  }
  .titaniumlift .features .box03 img {
    width: calc(100vw / var(--viewport) * 250);
  }

  .plapeel #mv .mv_under {
    top: calc(100vw / var(--viewport) * 793);
  }

  .plapeel .sec03 .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 56);
  }
  .plapeel .sec03 .box .sp_flex {
    align-items: center;
  }
  .plapeel .sec03 .box .sp_flex img {
    width: calc(100vw / var(--viewport) * 220);
    margin-right: calc(100vw / var(--viewport) * 40);
  }

  .plapeel .sec04 .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 60);
  }

  .cta .button.tel {
    margin-top: calc(100vw / var(--viewport) * 78);
  }
}

@media screen and (min-width:768px) {
  h2 {
    font-size: 32px;
  }
  .h2_sub {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .blueMidashi {
    font-size: 14px;
    width: 215px;
    height: 29px;
    margin: 0 auto 20px;
  }

  #mv .news {
    font-size: 18px;
    margin-top: 0;
    margin-left: 11px;
  }

  .con.ttl_aco span:before {
    width: 20px;
    height: 2px;
    right: -50px;
  }
  .con.ttl_aco span:after {
    width: 2px;
    height: 20px;
    right: -40px;
  }

  .cta {
    padding-bottom: 120px;
  }
  .cta .text {
    font-size: 12px;
    width: 480px;
    margin: 20px auto 0;
  }

  #mv {
    height: 100vh;
  }
  #mv .mv_inner {
    width: 1200px;
    height: 100vh;
    margin: 0 auto;
  }
  #mv h1 {
    top: 128px;
    left: 24px;
  }
  #mv .text03 {
    font-size: 160px;
  }
  #mv .text04 {
    margin-top: -10px;
    margin-left: 11px;
  }
  #mv.active .text03 > span {
    transition-delay: 0.0s;
  }
  #mv.active .text04 > span {
    transition-delay: 0.1s;
  }
  #mv .mv_under {
    width: 450px;
    height: 305px;
    position: absolute;
    left: 100px;
    top: initial;
    bottom: 40px;
    padding: 20px 0 0;
  }
  #mv .mv_under .sub {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #mv .mv_under .midashi {
    font-size: 38px;
  }
  #mv .mv_under .caption {
    font-size: 12px;
    margin-top: 16px;
  }
  #mv .mv_under .flex {
    width: 378px;
    margin: 20px auto 0;
  }
  #mv .mv_under .flex .priceBox .count {
    font-size: 28px;
  }
  #mv .mv_under .flex .priceBox .count .big {
    font-size: 48px;
  }
  #mv .mv_under .flex .priceBox .price {
    font-size: 82px;
  }
  #mv .mv_under .flex .priceBox .yen {
    font-size: 28px;
    margin: 39px 0 0 0;
  }
  #mv .mv_under .flex .box {
    font-size: 18px;
    width: 66px;
    height: 66px;
    border-radius: 5px;
    margin-left: 8px;
  }

  .features {
    padding: 120px 0;
  }
  .features .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .features .box {
    width: 300px;
  }
  .features .h3 {
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .features .box:nth-child(n+3) {
    margin-top: 0;
  }
  .features .box img {
    width: auto;
    height: 120px;
    margin-bottom: 40px;
  }
  .features .box .text {
    font-size: 16px;
  }

  .details {
    padding: 120px 0 0;
  }
  .details .inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .details .inner dl.flex {
    margin-bottom: 40px;
  }
  .details .inner dl.flex dt {
    width: 200px;
  }
  .details .inner dl.flex dd {
    width: calc(100% - 200px);
  }
  .details .inner .caption {
    font-size: 12px;
    margin-top: 80px;
  }
  .details + .cta {
    padding-top: 80px;
  }

  .faq {
    padding: 120px 0;
  }
  .faq .inner {
    width: 800px;
    margin: 0 auto;
  }
  .faq .inner .box:nth-child(n+2) {
    margin-top: 40px;
  }
  .faq .inner .box .qText {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
  }

  .flow {
    padding: 120px 0 210px;
  }
  .flow .swiper .swiper-slide {
    /*max-width: 280px;*/
    padding-bottom: 24px;
    /*margin-left: -320px;*/
  }
  .flow .swiper .swiper-slide:after {
    font-size: 80px;
    top: 200px;
    right: 20px;
  }
  .flow .swiper .swiper-slide .midashi {
    font-size: 18px;
    margin: 20px 0 0 20px;
  }
  .flow .swiper .swiper-slide .text {
    color: #000;
    margin: 10px 20px 0 20px;
  }
  .flow .swiper .swiper-slide .small {
    color: #000;
    font-size: 12px;
    margin: 10px 20px 0 20px;
  }
  .flow .swiper .swiper-pagination {
    bottom: -90px;
  }
  .flow .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .flow .swiper .swiper-button-prev {
    border: 20px solid transparent;
    border-right: 20px solid var(--Blue);
    width: 40px;
    height: 40px;
    top: 85px;
    left: 0;
  }
  .flow .swiper .swiper-button-next {
    border: 20px solid transparent;
    border-left: 20px solid var(--Blue);
    width: 40px;
    height: 40px;
    top: 85px;
    right: 0;
  }

  .locations {
    padding: 120px 0 80px;
  }
  .locations .inner {
    width: 800px;
    margin: 0 auto;
  }
  .locations .inner .pc_flex > div:nth-child(1) {
    width: 390px;
  }
  .locations .inner .pc_flex > div:nth-child(2) {
    width: 380px;
  }
  .locations .h4 {
    font-size: 20px;
    padding-left:30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .locations ul li .inBox {
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 22px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .overlay {
    z-index: 1000;
  }
  .overlayBox {
    width: 600px;
    height: 600px;
    border-radius: 20px;
  }
  .overlayBox .imgBox {
    height: 300px;
  }
  .overlayBox .con {
    padding: 40px 50px 60px;
  }
  .overlayBox .con .inName {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .overlayBox .con .address {
    margin-bottom: 20px;
  }
  .overlayBox .con .button {
    margin: 0;
  }
  .overlayBox .con .button a {
    font-size: 16px;
    width: 240px;
    height: 60px;
    background: var(--Blue);
    border: none;
  }
  .button.tel {
    margin-top: 0;
  }
  .button.tel a {
    font-size: 16px;
  }
  .button.tel a:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .cta .pc_flex {
    width: 1000px;
    margin: 0 auto;
  }
  .cta .button.tel a {
    font-size: 20px;
  }
  .overlayBox .close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
  .overlayBox .close:before,
  .overlayBox .close:after {
    width: 36px;
    height: 4px;
    top: 46%;
    right: 2px;
  }

  /* under pages */
  .potenza #mv:after {
    background: url(../img/potenza/mv/bg_mv_pc.png) top right 14.8vw no-repeat;
    background-size: auto 100vh;
    width: 100%;
    height: 100vh;
  }
  .potenza .sec01 {
    background: url(../img/potenza/bg_sec01.png) top 80px right no-repeat;
    background-size: 500px auto;
    padding: 308px 0 120px;
  }
  .potenza .sec01 .inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .potenza .sec01 .h2 {
    letter-spacing: 0.6em;
    top: -199px;
    left: 80px;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .potenza .sec01 .h2 h2 {
    font-size: 96px;
  }
  .potenza .sec01 .text {
    font-size: 16px;
    margin: 0 160px;
  }

  .potenza .sec02 .h3 {
    font-size: 20px;
    width: 400px;
    padding: 20px 40px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .potenza .sec02 .box {
    width: 800px;
    padding: 0 0 120px;
    margin: 0 auto;
  }
  .potenza .sec02 .box .inner_box {
    width: 400px;
    margin: 20px 0 0 auto;
  }
  .potenza .sec02 .box .sub {
    font-size: 16px;
  }
  .potenza .sec02 .box .inner_box .midashi {
    font-size: 28px;
  }
  .potenza .sec02 .box .inner_box .caption {
    font-size: 12px;
  }
  .potenza .sec02 .box .priceBox .count {
    font-size: 32px;
  }
  .potenza .sec02 .box .priceBox .count .big {
    font-size: 48px;
  }
  .potenza .sec02 .box .priceBox .price {
    font-size: 64px;
  }
  .potenza .sec02 .box .priceBox .yen {
    font-size: 32px;
  }
  .potenza .sec02 .box .inner_box .anaesthesia {
    font-size: 14px;
    width: 320px;
    padding: 3px 0;
  }
  .potenza .sec02 .box .ttl_aco {
    font-size: 16px;
    width: 800px;
    padding: 20px 0;
    margin: 80px 0 0;
  }
  .potenza .sec02 .box .body_aco,
  .potenza .sec02 .box .caption {
    text-align: left;
    padding: 80px 0 0;
    margin-bottom: -40px;
  }
  .potenza .sec02 .box .body_aco .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .potenza .sec02 .box.box01 .body_aco ul li {
    width: 152px;
  }
  .potenza .sec02 .box.box01 .body_aco ul li img {
    width: 152px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .potenza .sec02 .box.box01 .body_aco ul li:last-child img {
    margin-right: 0;
  }
  .potenza .sec02 .box.box01 .body_aco ul li:nth-child(n+2) {
    margin-top: 0;
  }
  .potenza .sec02 .box.box01 .body_aco ul li .text {
    font-size: 12px;
    margin-bottom: 0;
  }
  .potenza .sec02 .image {
    position: absolute;
    top: 55px;
    left: 120px;
  }
  .potenza .sec02 .box01 .image {
    width: 160px;
    margin: 0;
    top: 0;
  }
  .potenza .sec02 .box01 .under {
    margin-top: 68px;
  }
  .potenza .sec02 .box01 .under > div {
    width: 50%;
  }
  .potenza .sec02 .box01 .under .subBox {
    font-size: 12px;
    margin: 20px auto;
  }
  .potenza .sec02 .box01 .under .subBox > div {
    padding: 0.3em 1em;
  }
  .potenza .sec02 .box02 .image {
    width: 160px;
    margin: 0;
  }
  .potenza .sec02 .box03 .image {
    width: 160px;
    margin: 0;
  }
  .potenza .sec02 .box.box02 .inner_box .priceBox .count .big {
    font-size: 48px;
  }
  .potenza .sec02 .box.box02 .inner_box .priceBox .price {
    font-size: 64px;
  }
  .potenza .sec02 .box.box02 .body_aco .pc_flex img {
    width: 210px;
    margin: 0 40px 0 0;
  }
  .potenza .sec02 .box.box03 .body_aco .pc_flex li:nth-child(1) {
    width: 478px;
  }
  .potenza .sec02 .box.box03 .body_aco .pc_flex .sp_flex:nth-child(1) img {
    width: 478px;
    margin: 0 0 20px;
  }
  .potenza .sec02 .box.box03 .body_aco .pc_flex .sp_flex:nth-child(1) .text {
    font-size: 16px;
    margin-bottom: 0;
  }
  .potenza .sec02 .box.box03 .body_aco .pc_flex li:nth-child(2) img {
    width: 38px;
    margin-top: 86px;
  }
  .potenza .sec02 .box.box03 .body_aco .pc_flex li:nth-child(3) {
    width: 224px;
  }
  .potenza .sec02 .box.box03 .body_aco .pc_flex li:nth-child(3) img {
    width: 224px;
    margin: 0 0 20px;
  }
  .potenza .sec02 .box.box03 .body_aco .pc_flex li:nth-child(3) .text {
    font-size: 16px;
    margin: 0;
  }
  .potenza .sec02 .box.box03 .inner_box .priceBox {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .potenza .sec02 .box.box03 .inner_box .priceBox .count {
    font-size: 28px;
    white-space: nowrap;
  }
  .potenza .sec02 .box.box03 .inner_box .priceBox .count .big {
    font-size: 48px;
  }
  .potenza .sec02 .box.box03 .inner_box .priceBox .price {
    font-size: 64px;
    transform: none;
  }
  .potenza .sec02 .box.box03 .inner_box .priceBox .yen {
    font-size: 32px;
  }
  .potenza .sec02 .box.box04 .h3 {
    width: 100%;
    margin: 0 auto;
  }
  .potenza .sec02 .box.box04 .pc_flex {
    flex-wrap: wrap;
  }
  .potenza .sec02 .box.box04 .pc_flex .inner_box {
    width: 370px;
    border: 1px solid #fff;
    padding: 20px 0;
    margin: 40px 0 0;
  }
  .potenza .sec02 .box.box04 .body_aco {
    padding: 40px 0 0;
  }

  .potenza .features .box03 h3 {
    margin-bottom: 3px;
  }

  .potenza .recovery {
    padding: 0 0 120px;
  }
  .potenza .recoverySwiper .swiper-wrapper {
    justify-content: center;
  }
  .potenza .recoverySwiper .swiper-slide {
    width: 300px;
    margin: 0 15px;
  }
  .potenza .recoverySwiper .swiper-slide:before {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50vw;
    width: 120px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .potenza .recoverySwiper .swiper-slide:nth-child(1):before {
    content: "施術前";
  }
  .potenza .recoverySwiper .swiper-slide:nth-child(2):before {
    content: "施術後";
  }
  .potenza .recoverySwiper .swiper-slide:nth-child(3):before {
    content: "24時間後";
  }
  .potenza .recoverySwiper .swiper-slide:nth-child(1):after,
  .potenza .recoverySwiper .swiper-slide:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    background: none;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 140px;
    right: -30px;
  }
  .potenza .recoverySwiper .swiper-slide .text {
    margin-top: 20px;
  }
  .potenza .recovery .box {
    width: 960px;
    padding: 32px 80px;
    margin: 40px auto 0;
    box-sizing: border-box;
  }
  .potenza .recovery .box dl {
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
  }
  .potenza .recovery .box dt {
    font-size: 16px;
    width: 200px;
    margin-bottom: 0;
  }
  .potenza .recovery .box dd {
    font-size: 16px;
    width: calc(100% - 200px);
  }
  .potenza .recoverySwiper .swiper-button-prev,
  .potenza .recoverySwiper .swiper-button-next,
  .potenza .recoverySwiper .swiper-button-prev {
    display: none;
  }

  .potenza .youtubeArea {
    margin-top: 60px;
  }
  .potenza .youtubeArea .youtube {
    width: 395px;
    height: 222px;
    padding: 0;
    margin: 0 0 14px;
  }
  .potenza .youtubeArea + .caption {
    font-size: 12px;
  }

  .hydrafacial #mv {
    height: 100vh;
  }
  .hydrafacial #mv .mv_under {
    height: 273px;
  }
  .hydrafacial #mv:after {
    background: url(../img/hydrafacial/mv/bg_mv_pc.png) top 88px right 17.2vw no-repeat;
    background-size: auto calc(100vh - 88px);
    width: 100%;
    height: 100vh;
  }

  .hydrafacial .sec01 {
    background: url(../img/hydrafacial/bg_sec01.jpg) top -26px right -386px no-repeat, #000;
    background-size: auto 974px;
    padding: 235px 0;
  }
  .hydrafacial .sec01 .inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .hydrafacial .sec01 .h2 {
    text-indent: -27em;
    white-space: nowrap;
    top: -154px;
    left: -7px;
  }
  .hydrafacial .sec01 .h2 h2 {
    font-size: 80px;
  }
  .hydrafacial .sec01 img {
    width: 320px;
    margin-left: 160px;
    margin-bottom: 20px;
  }
  .hydrafacial .sec01 .text {
    font-size: 16px;
    margin: 0 160px;
  }

  .hydrafacial .sec02 {
    padding: 120px 0 0;
  }
  .hydrafacial .sec02 .h3 {
    font-size: 20px;
    width: 400px;
    padding: 20px 40px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .hydrafacial .sec02 .box {
    width: 800px;
    height: 383px;
    padding: 0 0 120px;
    margin: 0 auto;
  }
  .hydrafacial .sec02 .box .inner_box {
    width: 400px;
    margin: 20px 0 0 auto;
  }
  .hydrafacial .sec02 .box .inner_box .sub {
    font-size: 16px;
  }
  .hydrafacial .sec02 .box .inner_box .midashi {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .hydrafacial .sec02 .box .inner_box .priceBox .count {
    font-size: 32px;
  }
  .hydrafacial .sec02 .box .inner_box .priceBox .count .big {
    font-size: 48px;
  }
  .hydrafacial .sec02 .box .inner_box .priceBox .price {
    font-size: 64px;
  }
  .hydrafacial .sec02 .box .inner_box .priceBox .yen {
    font-size: 32px;
  }
  .hydrafacial .sec02 .box01 .image {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .hydrafacial .sec03 {
    padding: 120px 0 0;
  }
  .hydrafacial .sec03 .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .hydrafacial .sec03 .youtube {
    margin-bottom: 40px;
  }
  .hydrafacial .sec03 .box {
    width: 300px;
    text-align: left;
    height: 223px;
  }
  .hydrafacial .sec03 .box .h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  .hydrafacial .sec03 .box .h3 .big {
    font-size: 40px;
    margin-left: 4px;
  }
  .hydrafacial .sec03 .box .icons {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
  }
  .hydrafacial .sec03 .box .icons span {
    padding: 0.1em 0.9em 0.3em;
  }
  .hydrafacial .sec03 .box .text {
    font-size: 16px;
    margin-top: 0;
  }
  .hydrafacial .sec03 img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .hydrafacial .sec03 + .cta {
    padding-top: 80px;
  }

  .hydrafacial .features .box h3 {
    margin-bottom: 3px;
  }

  .hydrafacial .locations ul li {
    /*justify-content: center;*/
  }

  .caresys #mv {
    height: 100vh;
  }
  .caresys #mv:after {
    background: url(../img/caresys/mv/bg_mv_pc.png) top -8px right 6vw no-repeat;
    background-size: auto calc(100vh + 8px);
    width: 100%;
    height: 100vh;
  }
  .caresys #mv .mv_under {
    height: 292px;
  }

  .caresys .sec01 {
    background: url(../img/caresys/bg_sec01.png) top right -92px no-repeat;
    background-size: 450px auto;
    padding: 235px 0;
  }
  .caresys .sec01 .inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .caresys .sec01 .h2 {
    letter-spacing: 0.5em;
    white-space: nowrap;
    top: -196px;
    left: 91px;
  }
  .caresys .sec01 .h2 h2 {
    font-size: 72px;
  }
  .caresys .sec01 .text {
    font-size: 16px;
    margin: 0 160px;
  }

  .caresys .sec02 .inner.upper {
    width: 960px;
    margin: 0 auto;
  }
  .caresys .sec02 .inner.upper .box {
    width: 300px;
  }
  .caresys .sec02 .inner.lower {
    width: 940px;
    margin: 0 auto;
  }
  .caresys .sec02 .inner .box {
    width: 380px;
    border-top: 8px solid #000;
    padding: 32px 0 30px;
  }
  .caresys .sec02 .inner .box.new:after {
    width: 70px;
    height: 70px;
    top: -40px;
    right: -20px;
  }
  .caresys .sec02 .inner .box .midashi {
    font-size: 32px;
  }
  .caresys .sec02 .inner .box .sub {
    font-size: 16px;
  }
  .caresys .sec02 .inner .box .effectBox {
    margin: 15px 0 20px;
  }
  .caresys .sec02 .inner .box .effectBox li {
    font-size: 12px;
    padding: 0.15em 0.65em;
    margin: 0 8px 10px;
  }
  .caresys .sec02 .inner .box:nth-child(2) .effectBox li {
    margin-bottom: 41px;
  }
  .caresys .sec02 .inner .box .effectBox .text {
    font-size: 18px;
  }
  .caresys .sec02 .inner .box .priceBox .count {
    font-size: 32px;
  }
  .caresys .sec02 .inner .box .priceBox .count .big {
    font-size: 48px;
  }
  .caresys .sec02 .inner .box .priceBox .price {
    font-size: 68px;
  }
  .caresys .sec02 .inner .box .priceBox .yen {
    font-size: 32px;
  }
  .caresys .sec02 .inner .nayamiBox {
    width: 100%;
    padding: 80px 0 0;
    margin: 0 auto;
  }
  .caresys .sec02 .inner .nayamiBox .midashi {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .caresys .sec02 .inner .nayamiBox ul.flex li {
    width: 180px;
  }
  .caresys .sec02 .inner .nayamiBox ul.flex li .text {
    font-size: 16px;
  }
  .caresys .sec02 .inner .nayamiBox ul.flex li:nth-child(n+3) {
    margin-top: 0;
  }
  .caresys .sec02 + .cta {
    padding-top: 80px;
  }

  .caresys .sec03 {
    padding: 120px 0 0;
  }
  .caresys .sec03 .inner {
    width: 960px;
    margin: 0 auto;
  }
  .caresys .sec03 .box {
    width: 300px;
    margin-top: 80px;
  }
  .caresys .sec03 .image {
    width: 520px;
    display: block;
    margin: 0 auto;
  }
  .caresys .sec03 .box .h3 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  .caresys .sec03 .box .h3 .big {
    font-size: 32px;
    margin-left: 4px;
  }
  .caresys .sec03 .box .text {
    font-size: 16px;
    text-align: left;
  }

  .caresys .features .box .h3,
  .caresys .features .box .text {
    width: 300px;
  }

  .caresys .features .box02 h3,
  .caresys .features .box03 h3 {
    margin-bottom: 3px;
  }

  .higio #mv {
    height: 100vh;
  }
  .higio #mv:after {
    background: url(../img/higio/mv/bg_mv_pc.png) top 80px right 8vw no-repeat;
    background-size: auto calc(100vh + 8px);
    width: 100%;
    height: 100vh;
  }

  .higio .sec01 {
    background: url(../img/higio/bg_sec01.png) top 40px right 0 no-repeat;
    background-size: 531px auto;
    padding: 232px 0 170px;
  }
  .higio .sec01 .inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .higio .sec01 .h2 {
    text-indent: -25em;
    white-space: nowrap;
    top: 206px;
    left: -64px;
  }
  .higio .sec01 .h2 h2 {
    font-size: 96px;
  }
  .higio .sec01 .text {
    font-size: 16px;
    margin: 0 160px;
  }

  .higio .sec02 .h3 {
    font-size: 20px;
    width: 745px;
    padding: 20px 40px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .higio .sec02 .box {
    width: 960px;
    height: 383px;
    padding: 0 0 253px;
    margin: 0 auto;
  }
  .higio .sec02 .box .inner_box {
    width: 745px;
    margin: 20px 0 0 auto;
  }
  .higio .sec02 .box .inner_box .sub {
    font-size: 16px;
  }
  .higio .sec02 .box .inner_box .midashi {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .higio .sec02 .box .inner_box .pc_flex.first {
    margin-bottom: 40px;
  }
  .higio .sec02 .box .inner_box .pc_flex > div {
    width: 360px;
  }
  .higio .sec02 .box .inner_box .pc_flex .blueMidashi {
    width: 100%;
  }
  .higio .sec02 .box .inner_box .priceBox .count {
    font-size: 24px;
  }
  .higio .sec02 .box .inner_box .priceBox .count .big {
    font-size: 40px;
  }
  .higio .sec02 .box .inner_box .priceBox .price {
    font-size: 56px;
  }
  .higio .sec02 .box .inner_box .priceBox .yen {
    font-size: 24px;
  }
  .higio .sec02 .box01 .image {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .higio .sec03 {
    padding: 120px 0;
  }
  .higio .sec03 .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .higio .sec03 .box {
    width: 300px;
  }
  .higio .sec03 .box img {
    width: 153px;
    display: block;
    margin: 0 auto 40px;
  }
  .higio .sec03 .box .icons {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
  .higio .sec03 .box .icons span {
    padding: 0.1em 0.9em 0.3em;
  }
  .higio .sec03 .box .icons span.sub {
    font-size: 16px;
    display: block;
    padding: 0;
    margin: 16px 0 0;
  }
  .higio .sec03 .box .text,
  .higio .sec03 .box .text .small {
    font-size: 16px;
  }
  .higio .sec03 .img_table {
    width: 520px;
    display: block;
    margin: 56px auto 0;
  }

  .higio .sec04 {
    padding: 120px 0;
  }
  .higio .sec04 .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .higio .sec04 .box {
    width: 300px;
  }
  .higio .sec04 .step {
    font-size: 24px;
    text-align: left;
  }
  .higio .sec04 .step .num {
    font-size: 32px;
    margin-left: 8px;
  }
  .higio .sec04 .text {
    font-size: 16px;
  }

  .higio .features .pc_flex {
    flex-wrap: wrap;
  }
  .higio .features .box img {
    width: auto;
  }
  .higio .features .box:nth-child(n+4) {
    margin-top: 60px;
  }

  .higio .locations .pc_flex {
    justify-content: center;
  }
  .higio .locations .inner .pc_flex > div:nth-child(1) {
    width: auto;
  }

  .cellec #mv {
    height: 100vh;
  }
  .cellec #mv:after {
    background: url(../img/cellec/mv/bg_mv_pc.png) top -8px right 6vw no-repeat;
    background-size: auto calc(100vh + 8px);
    width: 100%;
    height: 100vh;
  }

  .cellec .sec01 {
    background: url(../img/cellec/bg_sec01.png) top 40px right 0 no-repeat;
    background-size: 445px auto;
    padding: 172px 0 170px;
  }
  .cellec .sec01 .inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .cellec .sec01 .h2 {
    text-indent: -25em;
    white-space: nowrap;
    top: 206px;
    left: -64px;
  }
  .cellec .sec01 .h2 h2 {
    font-size: 96px;
  }
  .cellec .sec01 .text {
    font-size: 16px;
    margin: 0 160px;
  }

  .cellec .sec02 .h3 {
    font-size: 20px;
    width: 400px;
    padding: 20px 40px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .cellec .sec02 .box {
    width: 800px;
    height: 383px;
    padding: 0 0 120px;
    margin: 0 auto;
  }
  .cellec .sec02 .box .inner_box {
    width: 400px;
    margin: 20px 0 0 auto;
  }
  .cellec .sec02 .box .inner_box .sub {
    font-size: 16px;
  }
  .cellec .sec02 .box .inner_box .midashi {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .cellec .sec02 .box .inner_box .priceBox .count {
    font-size: 32px;
  }
  .cellec .sec02 .box .inner_box .priceBox .count .big {
    font-size: 48px;
  }
  .cellec .sec02 .box .inner_box .priceBox .price {
    font-size: 64px;
  }
  .cellec .sec02 .box .inner_box .priceBox .yen {
    font-size: 32px;
  }
  .cellec .sec02 .box01 .image {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .cellec .sec03 {
    padding: 120px 0;
  }
  .cellec .sec03 .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .cellec .sec03 .box {
    width: 300px;
  }
  .cellec .sec03 .box img {
    width: 220px;
    display: block;
    margin: 0 auto 40px;
  }
  .cellec .sec03 .box .icons {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
  .cellec .sec03 .box .icons span {
    padding: 0.1em 0.9em 0.3em;
  }
  .cellec .sec03 .box .text,
  .cellec .sec03 .box .text .small {
    font-size: 16px;
  }
  .cellec .sec03 .img_table {
    width: 520px;
    display: block;
    margin: 56px auto 0;
  }

  .cellec .sec04 {
    padding: 120px 0;
  }
  .cellec .sec04 .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .cellec .sec04 .box {
    width: 300px;
  }
  .cellec .sec04 .step {
    font-size: 24px;
    text-align: left;
  }
  .cellec .sec04 .step .num {
    font-size: 32px;
    margin-left: 8px;
  }
  .cellec .sec04 .text {
    font-size: 16px;
  }

  .cellec .features .box img {
    height: 121px;
  }
  .cellec .features .box:nth-child(n+4) {
    margin-top: 40px;
  }

  .cellec .locations .pc_flex {
    justify-content: center;
  }
  .cellec .locations .inner .pc_flex > div:nth-child(1) {
    width: auto;
  }

  .titaniumlift #mv {
    height: 100vh;
  }
  .titaniumlift #mv .mv_under {
    height: 273px;
    padding: 35px 0 0;
    box-sizing: border-box;
  }
  .titaniumlift #mv:after {
    background: url(../img/titaniumlift/mv/bg_mv_pc.png) top 88px right 17.2vw no-repeat;
    background-size: auto calc(100vh - 88px);
    width: 100%;
    height: 100vh;
  }
  .titaniumlift #mv .trial {
    font-size: 22px;
  }

  .titaniumlift .sec01 {
    background: url(../img/titaniumlift/bg_sec01_pc.jpg) top 0 right 0 no-repeat, #000;
    background-size: auto 780px;
    padding: 338px 0 118px;
  }
  .titaniumlift .sec01 .inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .titaniumlift .sec01 .h2 {
    text-indent: -13em;
    white-space: nowrap;
    top: -64px;
    left: -7px;
  }
  .titaniumlift .sec01 .h2 h2 {
    font-size: 80px;
  }
  .titaniumlift .sec01 img {
    width: 320px;
    margin-left: 160px;
    margin-bottom: 20px;
  }
  .titaniumlift .sec01 .text {
    font-size: 16px;
    margin: 0 160px;
  }

  .titaniumlift .sec02 {
    padding: 120px 0 0;
  }
  .titaniumlift .sec02 .h3 {
    font-size: 20px;
    width: 400px;
    padding: 20px 0;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .titaniumlift .sec02 .box {
    width: 800px;
    height: 383px;
    padding: 0 0 120px;
    margin: 0 auto;
  }
  .titaniumlift .sec02 .box .inner_box {
    width: 400px;
    margin: 20px 0 0 auto;
  }
  .titaniumlift .sec02 .box .inner_box .sub {
    font-size: 16px;
  }
  .titaniumlift .sec02 .box .inner_box .midashi {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .titaniumlift .sec02 .box .inner_box .priceBox .count {
    font-size: 32px;
  }
  .titaniumlift .sec02 .box .inner_box .priceBox .count .big {
    font-size: 48px;
  }
  .titaniumlift .sec02 .box .inner_box .priceBox .price {
    font-size: 64px;
  }
  .titaniumlift .sec02 .box .inner_box .priceBox .yen {
    font-size: 32px;
  }
  .titaniumlift .sec02 .box01 .image {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .titaniumlift .sec03 {
    padding: 120px 0;
  }
  .titaniumlift .sec03 .img_step01 {
    width: 521px;
    display: block;
    margin: 0 auto 120px;
  }
  .titaniumlift .sec03 .img_step02 {
    width: 521px;
    display: block;
    margin: 0 auto 120px;
  }

  .titaniumlift .sec03 {
    padding: 120px 0;
  }
  .titaniumlift .sec03 .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .titaniumlift .sec03 .box {
    width: 300px;
  }
  .titaniumlift .sec03 .step {
    font-size: 24px;
    text-align: left;
  }
  .titaniumlift .sec03 .step .num {
    font-size: 32px;
    margin-left: 8px;
  }
  .titaniumlift .sec03 .text {
    font-size: 16px;
  }

  .titaniumlift .features .box01 img {
    height: 76px;
    margin-top: 26px;
    margin-bottom: 58px;
  }
  .titaniumlift .features .box02 img {
    height: 120px;
  }
  .titaniumlift .features .box03 img {
    height: 116px;
    margin-top: 11px;
    margin-bottom: 33px;
  }
  .titaniumlift .sec03 + .cta {
    padding-bottom: 0;
  }
  .titaniumlift .cta .text {
    text-align: center;
  }

  .plapeel #mv {
    height: 100vh;
  }
  .plapeel #mv:after {
    background: url(../img/plapeel/mv/bg_mv.png) top right 14.8vw no-repeat;
    background-size: 720px auto;
    width: 100%;
    height: 100vh;
    top: 69px;
  }
  .plapeel #mv .mv_under {
    height: 237px;
  }

  .plapeel .sec01 {
    /*background: url(../img/plapeel/bg_sec01.png) top 40px right 0 no-repeat;
    background-size: 445px auto;*/
    padding: 172px 0 170px;
  }
  .plapeel .sec01 .inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .plapeel .sec01 .h2 {
    text-indent: -25em;
    white-space: nowrap;
    top: 206px;
    left: -64px;
  }
  .plapeel .sec01 .h2 h2 {
    font-size: 96px;
  }
  .plapeel .sec01 .text {
    font-size: 16px;
    margin: 0 160px;
  }

  .plapeel .sec02 .h3 {
    font-size: 20px;
    width: 400px;
    padding: 20px 40px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .plapeel .sec02 .box {
    width: 880px;
    height: 383px;
    padding: 0 0 120px;
    margin: 0 auto;
  }
  .plapeel .sec02 .box .inner_box {
    width: 400px;
    margin: 20px 0 0 auto;
  }
  .plapeel .sec02 .box .inner_box .sub {
    font-size: 16px;
  }
  .plapeel .sec02 .box .inner_box .midashi {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .plapeel .sec02 .box .inner_box .priceBox .count {
    font-size: 32px;
  }
  .plapeel .sec02 .box .inner_box .priceBox .count .big {
    font-size: 48px;
  }
  .plapeel .sec02 .box .inner_box .priceBox .price {
    font-size: 64px;
  }
  .plapeel .sec02 .box .inner_box .priceBox .yen {
    font-size: 32px;
  }
  .plapeel .sec02 .box01 .image {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .plapeel .sec03 {
    padding: 120px 0;
  }
  .plapeel .sec03 .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .plapeel .sec03 .imgBox {
    width:  760px;
    margin: 0 auto;
  }
  .plapeel .sec03 .imgBox img {
    width: 447px;
    top: 110px;
  }
  .plapeel .sec03 .absolute div {
    width: 240px;
    height: 200px;
  }
  .plapeel .sec03 .absolute div:nth-child(n+4) {
    margin-top: 40px;
  }
  .plapeel .sec03 .absolute div .midashi {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .plapeel .sec03 .absolute div .text {
    font-size: 16px;
  }

  .plapeel .sec04 {
    padding: 120px 0;
  }
  .plapeel .sec04 .inner {
    width: 815px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .plapeel .sec04 .box {
    width: 440px;
  }
  .plapeel .sec04 .box:nth-child(n+2) {
    margin-top: 30px;
  }
  .plapeel .sec04 .step {
    font-size: 24px;
    text-align: left;
  }
  .plapeel .sec04 .step .num {
    font-size: 32px;
    margin-left: 8px;
  }
  .plapeel .sec04 .text {
    font-size: 16px;
  }
  .plapeel .sec04 .img_step02 {
    width: 335px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .plapeel .features .box img {
    height: 121px;
  }
  .plapeel .features .box:nth-child(n+4) {
    margin-top: 40px;
  }

  .oligiox #mv {
    height: 100vh;
  }
  .oligiox #mv:after {
    background: url(../img/oligiox/mv/bg_mv_pc.png) top 80px right 2vw no-repeat;
    background-size: auto 100vh;
    width: 100%;
    height: 100vh;
  }
  .oligiox #mv .mv_under .flex .priceBox .count {
    margin-right: 12px;
  }
  .oligiox #mv .mv_under .flex .priceBox .count .small {
    font-size: 14px;
  }
  .oligiox #mv .priceBox:after {
    top: -183px;
    right: -67px;
  }
  .oligiox #mv .mv_under {
    height: 236px;
  }
  .oligiox .sec01 {
    background: url(../img/oligiox/bg_sec01.png) top 380px right 0 no-repeat;
    background-size: 640px auto;
    padding: 96px 0 240px;
  }
  .oligiox .sec01 .inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .oligiox .sec01 .h2 {
    text-indent: -25em;
    white-space: nowrap;
    top: 336px;
    left: -64px;
  }
  .oligiox .sec01 .h2 h2 {
    font-size: 96px;
  }
  .oligiox .sec01 .text {
    font-size: 16px;
    margin: 0 160px;
  }
  .oligiox .sec02 .h3,
  .oligiox .sec02 .box .inner_box {
    width: 400px;
  }
  .oligiox .sec02 .h3 {
    font-size: 20px;
    padding: 20px 40px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .oligiox .sec02 .box {
    width: 800px;
    padding: 0 0 120px;
    margin: 0 auto;
  }
  .oligiox .sec02 .box01 .image {
    width: 160px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 120px;
  }
  .oligiox .sec02 .box .inner_box {
    margin: 20px 0 0 auto;
  }
  .oligiox .sec02 .box .sub {
    font-size: 16px;
  }
  .oligiox .sec02 .box .inner_box .midashi {
    font-size: 28px;
  }
  .oligiox .sec02 .box .inner_box .caption {
    font-size: calc(100vw / var(--viewport) * 24);
    font-weight: 600;
  }
  .oligiox .sec02 .box .inner_box .blueMidashi.second {
    margin-top: 20px;
  }
  .oligiox .sec02 .box .priceBox .count {
    font-size: 28px;
    margin-right: 12px;
  }
  .oligiox .sec02 .box .priceBox .count .big {
    font-size: 48px;
  }
  .oligiox .sec02 .box .inner_box .flex .count .small {
    font-size: 12px;
  }
  .oligiox .sec02 .box .priceBox .price {
    font-size: 64px;
  }
  .oligiox .sec02 .box .priceBox .yen {
    font-size: 32px;
    margin: 24px 0 0;
  }
  .oligiox .sec03 {
    padding: 120px 0;
  }
  .oligiox .sec03 .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .oligiox .sec03 .pc_flex {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .oligiox .sec03 .pc_flex > div {
    width: 480px;
  }
  .oligiox .sec03 .lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .oligiox .sec03 h3 {
    font-size: 16px;
    width: 196px;
    height: 32px;
    padding-left: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .oligiox .sec03 img {
    width: 480px;
    height: auto;
    margin: 0;
  }
  .oligiox .sec03 h3.new:after {
    font-size: 14px;
    width: 56px;
    height: 22px;
    right: -66px;
  }
  .oligiox .sec03 .text {
    font-size: 14px;
  }
  .oligiox .youtube {
    position: relative;
    width: 100%;
    padding-top: 50.5%;
    margin: 0 auto 5vw;
  }
  .oligiox .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .oligiox .cta.pt {
    padding-top: 120px;
  }
  .oligiox .features .pc_flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .oligiox .features .pc_flex > div {
    width: 300px;
    margin-right: 20px;
  }
  .oligiox .features .pc_flex > div:nth-child(3n) {
    margin-right: 0;
  }
  .oligiox .features .pc_flex > div:nth-child(n+4) {
    margin-top: 30px;
  }
  .oligiox .locations .pc_flex {
    justify-content: center;
  }
}

/* 2024.0619 added */
.potenza #mv .mv_under,
.hydrafacial #mv .mv_under {
  padding-bottom: calc(100vw / var(--viewport) * 67);
}
.potenza #mv .mv_under .flex,
.hydrafacial #mv .mv_under .flex {
  justify-content: center;
  margin: calc(100vw / var(--viewport) * 16) 0 0;
}
.potenza #mv .mv_under .flex .priceBox,
.hydrafacial #mv .mv_under .flex .priceBox {
  display: flex;
  align-items: center;
}
.potenza #mv .mv_under .flex .priceBox .midashi_trial,
.hydrafacial #mv .mv_under .flex .priceBox .midashi_trial {
  color: #16AAFA;
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  line-height: 1.5;
  height: 100%;
  padding-right: calc(100vw / var(--viewport) * 16);
  border-right: 1px solid #16AAFA;
  margin-right: calc(100vw / var(--viewport) * 16);
}
.potenza #mv .mv_under .flex .priceBox .midashi_trial span,
.hydrafacial #mv .mv_under .flex .priceBox .midashi_trial span {
  font-size: calc(100vw / var(--viewport) * 48);
}
@media screen and (min-width:768px) {
  .potenza #mv .mv_under,
  .hydrafacial #mv .mv_under {
    padding-bottom: 0;
  }
  .potenza #mv .mv_under .flex,
  .hydrafacial #mv .mv_under .flex {
    width: auto;
    margin: 20px auto 0;
  }
  .potenza #mv .mv_under .flex .priceBox .midashi_trial,
  .hydrafacial #mv .mv_under .flex .priceBox .midashi_trial {
    font-size: 12px;
    padding-right: 8px;
    margin-right: 8px;
  }
  .potenza #mv .mv_under .flex .priceBox .midashi_trial span,
  .hydrafacial #mv .mv_under .flex .priceBox .midashi_trial span {
    font-size: 24px;
  }
}

.combination {
  padding: 0 0 calc(100vw / var(--viewport)* 120);
}
.combination .swiper-wrapper {
  justify-content: flex-start;
}
.combination .nameArea {
  color: #16AAFA;
  margin-top: calc(100vw / var(--viewport) * 40);
}
.combination .nameBox {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  text-align: center;
}
.combination .text {
  margin-top: calc(100vw / var(--viewport) * 40);
}
.combination .swiper-pagination {
  position: relative;
  margin-top: 2em;
}
.combination .swiper-pagination .swiper-pagination-bullet {
  width: calc(100vw / var(--viewport)* 20);
  height: calc(100vw / var(--viewport)* 20);
  background: #D9D9D9;
  margin: 0 calc(100vw / var(--viewport)* 20);
  opacity: 1;
}
.combination .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--Blue);
}
.combination .skinConbinationSlider {
  overflow: hidden;
}
.combination .skinConbinationSlider.non-slide {
  pointer-events: none;
}
.combination .skinConbinationSlider.non-slide .swiper-pagination {
  display: none;
}
@media screen and (max-width:767px) {
  .combination .imgBox img {
    height: calc(100vw / var(--viewport)* 377);
    width: auto;
    object-fit: cover;
  }
  .combination .nameArea {
    flex-direction: column;
  }
  .combination .nameBox:first-child {
    margin-bottom: calc(100vw / var(--viewport) * 112);
    position: relative;
  }
  .combination .nameBox:first-child:before,
  .combination .nameBox:first-child:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 190%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .combination .nameBox:first-child:before {
    width: calc(100vw / var(--viewport) * 1);
    height: calc(100vw / var(--viewport) * 90);
  }
  .combination .nameBox:first-child:after {
    width: calc(100vw / var(--viewport) * 90);
    height: calc(100vw / var(--viewport) * 1);
  }
  .combination .text {
    padding: 0 calc(100vw / var(--viewport) * 55);
  }
}
@media screen and (min-width:768px) {
  .combination {
    padding: 0 0 120px;
  }
  .combination .skinConbinationSlider {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .combination .flex > div {
    width: 362px;
  }
  .combination .imgBox:first-child {
    position: relative;
  }
  .combination .imgBox:first-child:before,
  .combination .imgBox:first-child:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    right: -38px;
  }
  .combination .imgBox:first-child:before {
    width: 1px;
    height: 56px;
  }
  .combination .imgBox:first-child:after {
    width: 56px;
    height: 1px;
  }
  .combination .nameArea {
    margin-top: 40px;
  }
  .combination .nameBox {
    font-size: 24px;
    width: 50%;
  }
  .combination .text {
    margin-top: 40px;
  }
  .combination .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
}

.skin_monitor .font-oswald {
  transform: scale(1) rotate(0) translate(0) skew(0);
}
.skin_monitor #mv {
  background: #fff;
  height: calc(100vw / var(--viewport) * 1418);
}
.skin_monitor #mv:after {
  content: "";
  background: url(../img/monitor/mv/sp.jpg) top right no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: calc(100vw / var(--viewport) * 1418);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.skin_monitor #mv .font-oswald {
  position: absolute;
  top: calc(100vw / var(--viewport) * 232);
  left: calc(100vw / var(--viewport) * 62);
  overflow: hidden;
}
.skin_monitor #mv .text01 {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 32);
  margin: 0;
  overflow: visible;
  transition: all 0.6s ease;
}
.skin_monitor #mv.active .text01 {
  transition-delay: 0s;
  transform: translate(0);
}
.skin_monitor #mv.active .text01.active span {
  color: var(--Blue);
  transition: all 0.4s ease;
}
.skin_monitor #mv h1 {
  position: absolute;
  top: calc(100vw / var(--viewport) * 152);
  left: calc(100vw / var(--viewport) * -69);
  z-index: 0;
}
.skin_monitor #mv .text02 {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 500;
}
.skin_monitor .sec01 {
  color: #000;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 193) 0 calc(100vw / var(--viewport) * 120);
}
.skin_monitor .sec01 .box {
  border: 1px solid #000;
  padding: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 32);
  margin-top: calc(100vw / var(--viewport) * 80);
}
.skin_monitor .sec01 .box .title {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: bold;
  text-align: center;
  padding-bottom: calc(100vw / var(--viewport) * 40);
  border-bottom: 1px solid #000;
}
.skin_monitor .sec01 .box .text {
  font-size: calc(100vw / var(--viewport) * 20);
  text-indent: -1em;
  padding-left: 1em;
  margin-top: calc(100vw / var(--viewport) * 12);
}
.skin_monitor .flex {
  flex-wrap: wrap;
}
.skin_monitor .sec02 {
  padding: calc(100vw / var(--viewport) * 160) 0;
}
.skin_monitor .sec02 .midashiList {
  padding-bottom: calc(100vw / var(--viewport) * 20);
  border-bottom: 1px solid #fff;
}
.skin_monitor .sec02 .midashiList .midashiLeft {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  font-weight: 600;
}
.skin_monitor .sec02 .midashiList .midashiRight {
  font-size: calc(100vw / var(--viewport) * 18);
  text-align: center;
  font-weight: 600;
}
.skin_monitor .sec02 .box {
  margin-top: calc(100vw / var(--viewport) * 60);
}
.skin_monitor .sec02 li {
  font-size: calc(100vw / var(--viewport) * 24);
  align-items: center;
  margin-top: calc(100vw / var(--viewport) * 20);
}
.skin_monitor .sec02 li .price .font-oswald {
  color: #fffe00;
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 400;
  letter-spacing: 0.05em;
  transform: scale(1) rotate(0) translate(0) skew(0);
}
.skin_monitor .sec02 li .price .font-oswald:before {
  content: "\0a5";
}
.skin_monitor .sec02 .button a {
  width: calc(100vw / var(--viewport) * 622);
  height: calc(100vw / var(--viewport) * 116);
  border: none;
  position: relative;
}
.skin_monitor .sec02 .button a:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 2px;
  content: "";
  width: calc(100vw / var(--viewport) * 19);
  height: calc(100vw / var(--viewport) * 19);
  position: absolute;
  top: 50%;
  right: calc(100vw / var(--viewport) * 60);
  transform: translateY(-50%) rotate(45deg);
}
.skin_monitor .sec03 {
  color: #000;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 160) 0;
}
.skin_monitor .sec03 .box {
  margin-top: calc(100vw / var(--viewport) * 80);
}
.skin_monitor .sec03 .q_box {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: bold;
  font-weight: 600;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: calc(100vw / var(--viewport) * 20);
  border-bottom: 1px solid #000;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.skin_monitor .sec03 .q_box img {
  width: calc(100vw / var(--viewport) * 33);
  height: auto;
  margin-right: calc(100vw / var(--viewport) * 23);
}
.skin_monitor .sec03 .a_box {
  font-size: calc(100vw / var(--viewport) * 24);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width:767px) {
  .skin_monitor #mv .font-oswald {
    transform: scale(1) rotate(90deg) translate(0) skew(0);
  }
  .skin_monitor #mv .text01 {
    transform: translateX(100%);
  }
  .skin_monitor #mv .text02 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: pre;
  }
}
@media screen and (min-width:768px) {
  .skin_monitor #mv {
    height: 100vh;
  }
  .skin_monitor #mv:after {
    background: url(../img/monitor/mv/pc.jpg) top right no-repeat;
    background-size: cover;
    height: 100vh;
  }
  .skin_monitor #mv .mv_inner {
    position: relative;
  }
  .skin_monitor #mv .font-oswald {
    top: 200px;
    left: 0;
  }
  .skin_monitor #mv .text01 {
    font-size: 24px;
    transform: translateY(100%);
  }
  .skin_monitor #mv h1 {
    top: 240px;
    left: 0;
  }
  @media screen and (max-width:1296px) {
    .skin_monitor #mv .font-oswald,
    .skin_monitor #mv h1 {
      left: 40px;
    }
  }
  .skin_monitor #mv .text02 {
    font-size: 48px;
    margin-top: 0;
  }
  .skin_monitor .sec01 {
    padding: 80px 0;
  }
  .skin_monitor .sec01 .inner {
    width: 800px;
    margin: 0 auto;
  }
  .skin_monitor .sec01 .box {
    padding: 20px 16px;
    margin-top: 40px;
  }
  .skin_monitor .sec01 .box .title {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .skin_monitor .sec01 .box .text {
    font-size: 14px;
    margin-top: 8px;
  }
  .skin_monitor .sec02 {
    padding: 80px 0;
  }
  .skin_monitor .sec02 .inner {
    width: 800px;
    margin: 0 auto;
  }
  .skin_monitor .sec02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .skin_monitor .sec02 ul li {
    width: 48.75%;
  }
  .skin_monitor .sec02 .midashiList {
    width: 100%;
    padding-bottom: 20px;
  }
  .skin_monitor .sec02 .midashiList .midashiLeft {
    font-size: 24px;
  }
  .skin_monitor .sec02 .midashiList .midashiRight {
    font-size: 16px;
  }
  .skin_monitor .sec02 .box {
    margin-top: 80px;
  }
  .skin_monitor .sec02 li {
    font-size: 16px;
    margin-top: 20px;
  }
  .skin_monitor .sec02 li .price .font-oswald {
    font-size: 36px;
  }
  .skin_monitor .sec02 .button a {
    width: 480px;
    height: 90px;
  }
  .skin_monitor .sec02 .button a:after {
    width: 13px;
    height: 13px;
    right: 64px;
  }
  .skin_monitor .sec03 {
    padding: 80px 0;
  }
  .skin_monitor .sec03 .inner {
    width: 800px;
    margin: 0 auto;
  }
  .skin_monitor .sec03 .box {
    margin-top: 40px;
  }
  .skin_monitor .sec03 .q_box {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .skin_monitor .sec03 .q_box img {
    width: 27px;
    margin-right: 16px;
  }
  .skin_monitor .sec03 .a_box {
    font-size: 16px;
  }
}

.case .inner {
  padding: 0 calc(100vw / var(--viewport) * 25) calc(100vw / var(--viewport) * 120);
}
.case .skinCaseSlider {
  padding-bottom: calc(100vw / var(--viewport) * 110);
  position: relative;
  overflow: hidden;
}
.case .skinCaseSlider .swiper-wrapper {
  justify-content: initial;
}
.case .skinCaseSlider .swiper-slide {
  padding-top: calc(100vw / var(--viewport) * 35);
}
.case .skinCaseSlider .swiper-slide .before,
.case .skinCaseSlider .swiper-slide .after {
  position: relative;
}
.case .skinCaseSlider .swiper-slide .before:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100vw / var(--viewport) * -20);
  width: calc(100vw / var(--viewport) * 40);
  height: calc(100vw / var(--viewport) * 60);
  background: #16AAFA;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 3;
}
.case .skinCaseSlider .swiper-slide .before:after,
.case .skinCaseSlider .swiper-slide .after:after {
  content: "施術前";
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: bold;
  font-weight: 500;
  text-align: center;
  background: #16AAFA;
  width: 100%;
  height: calc(100vw / var(--viewport) * 35);
  box-sizing: border-box;
  position: absolute;
  top: calc(100vw / var(--viewport) * -35);
  left: 0;
}
.case .skinCaseSlider .swiper-slide .after:after {
  content: "施術後";
}
.case .skinCaseSlider .swiper-slide img {
  height: calc(100vw / var(--viewport) * 350);
  object-fit: cover;
}
.case .skinCaseSlider .swiper-pagination-bullets {
  left: 0;
  z-index: 5;
}
.case .skinCaseSlider .swiper-pagination-bullet {
  border: none;
  background: #888;
  opacity: 1;
  margin: 0 12px;
}
.case .skinCaseSlider .swiper-pagination-bullet-active {
  background: #fff;
}
.case .skinCaseSlider .swiper-button-prev,
.case .skinCaseSlider .swiper-button-next {
  border-bottom: 2px solid #fff;
  width: 16px;
  height: 16px;
  top: initial;
  bottom: calc(100vw / var(--viewport)* 20);
  z-index: 5;
  display: block;
  background: none;
}
.case .skinCaseSlider .swiper-button-prev {
  border-left: 2px solid #fff;
  left: calc(100vw / var(--viewport)* 182);
  transform: rotate(45deg);
}
.case .skinCaseSlider .swiper-button-next {
  border-right: 2px solid #fff;
  right: calc(100vw / var(--viewport)* 182);
  transform: rotate(-45deg);
}
.case .detailBox {
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: calc(100vw / var(--viewport) * 30) calc(100vw / var(--viewport) * 20);
  margin-top: calc(100vw / var(--viewport) * 40);
}
.case .detailBox dl {
  align-items: center;
}
.case .detailBox dl:nth-child(n+2) {
  margin-top: calc(100vw / var(--viewport) * 20);
}
.case .detailBox dt {
  font-size: calc(100vw / var(--viewport) * 20);
  width: 26%;
}
.case .detailBox dd {
  font-size: calc(100vw / var(--viewport) * 28);
  width: 74%;
}
.case .detailBox dd .font-oswald {
  font-size: calc(100vw / var(--viewport) * 72);
}
@media screen and (min-width:768px) {
  .case {
    padding: 0 0 120px;
  }
  .case .inner {
    width: 920px;
    padding: 0;
    margin: 0 auto;
  }
  .case .skinCaseSlider {
    padding-bottom: 60px;
  }
  .case .skinCaseSlider .swiper-slide {
    padding-top: 35px;
  }
  .case .skinCaseSlider .swiper-slide .before:before {
    right: -30px;
    width: 40px;
    height: 60px;
  }
  .case .skinCaseSlider .swiper-slide .before:after,
  .case .skinCaseSlider .swiper-slide .after:after {
    font-size: 20px;
    height: 35px;
    top: -35px;
  }
  .case .skinCaseSlider .swiper-slide img {
    height: 300px;
  }
  .case .skinCaseSlider .swiper-button-prev,
  .case .skinCaseSlider .swiper-button-next {
    width: 16px;
    height: 16px;
    bottom: 10px;
    z-index: 6;
  }
  .case .skinCaseSlider .swiper-button-prev {
    border-left: 2px solid #fff;
    left: 362px;
    transform: rotate(45deg);
  }
  .case .skinCaseSlider .swiper-button-next {
    border-right: 2px solid #fff;
    right: 362px;
    transform: rotate(-45deg);
  }
  .case .detailBox {
    width: 920px;
    padding: 30px;
    margin-top: 40px;
  }
  .case .detailBox dl:nth-child(n+2) {
    margin-top: 10px;
  }
  .case .detailBox dt {
    font-size: 14px;
  }
  .case .detailBox dd {
    font-size: 16px;
  }
  .case .detailBox dd .font-oswald {
    font-size: 36px;
  }
}

.banner {
  margin-bottom: calc(100vw / var(--viewport) * 120);
}
.banner a {
  width: 100%;
  display: block;
}
@media screen and (max-width:767px) {
  .banner a:nth-of-type(n+2) {
    margin-top: 6%;
  }
  body.caresys .banner,
  body.titaniumlift .banner {
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .banner {
    margin-bottom: 120px;
  }
  .banner a {
    width: 800px;
    margin: 0 auto;
  }
  .banner__flex{
    max-width: 1080px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
