@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap");

:root {
  --viewport: 750;
  --gold: #baa073;
}

.h2 {
  color: #fff;
  font-weight: bold;
  font-size: calc(100vw / var(--viewport) * 50);
  font-weight: 900;
  text-align: center;
  padding-bottom: calc(100vw / var(--viewport) * 14);
  border-bottom: calc(100vw / var(--viewport) * 2) solid var(--gold);
  margin-bottom: calc(100vw / var(--viewport) * 24);
}

.bold {
  font-weight: bold;
}
.font_red {
  color: #c1272d !important;
}
.font_gold {
  color: #bba170 !important;
}
.font_white {
  color: #fff !important;
}
.lh2 {
  line-height: 2;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.ropaSans {
  font-family: "Ropa Sans", sans-serif;
}
section .inner {
  width: calc(100vw / var(--viewport) * 690);
  margin: 0 auto;
}
.ttl_aco {
  cursor: pointer;
}
.body_aco {
  display: none;
}

#gNavi {
  display: none;
}

header {
  background: #000;
  border-bottom: none;
}
#slideMenu .menuNav ul li:nth-child(2) a {
  background-image: url(/operation/epilation/parts/hige/assets/img/common/icon_menu02_sp.png);
  background-position: 8px 16px;
  -webkit-background-size: 34px 21px;
  background-size: 34px 21px;
}

#slideMenu .menuNav ul li:nth-child(3) a {
  background-image: url(/operation/epilation/parts/hige/assets/img/common/icon_menu04_sp.png);
  background-position: 8px 12px;
  -webkit-background-size: 34px 30px;
  background-size: 34px 30px;
}

#slideMenu .menuNav ul li:nth-child(4) a {
  background-image: url(/operation/epilation/parts/hige/assets/img/common/icon_menu10_sp.png);
  background-position: 8px 16px;
  -webkit-background-size: 34px 24px;
  background-size: 34px 24px;
}

#slideMenu .menuNav ul li:nth-child(5) a {
  background-image: url(/operation/epilation/parts/hige/assets/img/common/icon_menu03_sp.png);
  background-position: 8px 12px;
  -webkit-background-size: 34px 27px;
  background-size: 34px 27px;
}

#slideMenu .menuNav ul li:nth-child(6) a {
  background-image: url(/operation/epilation/parts/hige/assets/img/common/icon_menu06_sp.png);
  background-position: 8px 14px;
  -webkit-background-size: 34px 26px;
  background-size: 34px 26px;
}

#slideMenu .menuNav ul li:nth-child(7) a {
  background-image: url(/operation/epilation/parts/hige/assets/img/common/icon_menu08_sp.png);
  background-position: 8px 12px;
  -webkit-background-size: 34px 29px;
  background-size: 34px 29px;
}

#slideMenu .menuNav ul li:nth-child(8) a {
  background-image: url(/operation/epilation/parts/hige/assets/img/common/icon_menu07_sp.png);
  background-position: 8px 12px;
  -webkit-background-size: 34px 31px;
  background-size: 34px 31px;
}

#mv {
  height: calc(100vw / var(--viewport) * 888);
  /* height: calc(100vw / var(--viewport) * 1050); */
  position: relative;
  overflow: hidden;
  background-color: #000;
}
#mv:after {
  content: "";
  background: url(../img/mv/mv_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: -1; */
  transition: all 1s cubic-bezier(0.25, 0, 0, 1);
  transform: translateX(-100vw);
  z-index: 1;
}
#mv.active:after {
  transform: translateX(0);
}
#mv h1 {
  position: absolute;
  bottom: 4%;
  left: 0;
  z-index: 2;
}
#mv h1 img {
  width: 100%;
  animation-delay: 0.5s;
  opacity: 0;
  transition: all 0.3s 0.5s;
}
#mv.active h1 img {
  opacity: 1;
}
/* #mv h1 img:first-child {
  width: calc(100vw / var(--viewport) * 427);
  animation-delay: 0.5s;
}
#mv h1 img:last-child {
  width: calc(100vw / var(--viewport) * 578);
  margin-top: calc(100vw / var(--viewport) * 21);
  animation-delay: 0.6s;
} */
#mv .circleArea {
  position: absolute;
  top: calc(100vw / var(--viewport) * 357);
  left: calc(100vw / var(--viewport) * 30);
}
#mv .circle {
  color: #001b5c;
  font-weight: bold;
  text-align: center;
  line-height: 1.57;
  background: url(../img/mv/circle_sp.png) center center no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 194);
  height: calc(100vw / var(--viewport) * 194);
  display: table-cell;
  vertical-align: middle;
}
#mv .circle:first-child {
  animation-delay: 0.7s;
}
#mv .circle:last-child {
  animation-delay: 0.8s;
}
#mv .spacer {
  width: calc(100vw / var(--viewport) * 19);
  height: calc(100vw / var(--viewport) * 194);
  display: table-cell;
}
#mv .doctorArea {
  line-height: 1.3;
  height: calc(100vw / var(--viewport) * 242);
  background: url(../img/mv/doctor.png) left bottom no-repeat;
  background-size: calc(100vw / var(--viewport) * 219) auto;
  position: absolute;
  left: calc(100vw / var(--viewport) * 30);
  padding-top: calc(100vw / var(--viewport) * 155);
  bottom: 0;
  box-sizing: border-box;
  animation-delay: 0.9s;
}
#mv .doctorArea p {
  color: #001b5c;
  padding-left: calc(100vw / var(--viewport) * 228);
}
#mv .doctorArea p:last-child {
  font-weight: bold;
}

.bannerArea {
  text-align: center;
  background: #000;
  padding: calc(100vw / var(--viewport) * 35) calc(100vw / var(--viewport) * 34)
    calc(100vw / var(--viewport) * 61);
}
.bannerArea .button {
  margin-top: calc(100vw / var(--viewport) * 60);
}
.bannerArea .button a {
  font-size: calc(100vw / var(--viewport) * 22);
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  width: calc(100vw / var(--viewport) * 412);
  height: calc(100vw / var(--viewport) * 75);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#price_first .button .button-inner {
  font-size: calc(100vw / var(--viewport) * 22);
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  color: #000;
  width: calc(100vw / var(--viewport) * 412);
  height: calc(100vw / var(--viewport) * 75);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #price_first .button .button-inner {
    font-size: 22px;
    width: 345px;
    height: 62px;
  }
}

.button {
  text-align: center;
  margin-top: calc(100vw / var(--viewport) * 78);
}
.button img {
  width: 90%;
  /* width: calc(100vw / var(--viewport) * 724); */
  animation: zoom infinite 2.2s;
}
.ctaFoot .button {
  margin-top: calc(100vw / var(--viewport) * 48);
}
@keyframes zoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}

.about {
  text-align: center;
  background: url(../img/bg_about.jpg) top center no-repeat;
  background-size: auto 100%;
  padding: calc(100vw / var(--viewport) * 75) 0
    calc(100vw / var(--viewport) * 76);
}
.about p {
  color: #fff;
  line-height: 1.75;
}
.about .inner img {
  margin: calc(100vw / var(--viewport) * 36) 0 0;
}
.about .inner img.tbl_gorilla {
  width: calc(100vw / var(--viewport) * 191);
  position: absolute;
  top: 0;
  left: calc(100vw / var(--viewport) * 125);
  animation-iteration-count: 3;
}
.about + .button {
  margin-bottom: calc(100vw / var(--viewport) * 62);
}

h2.border {
  position: relative;
  margin-bottom: calc(100vw / var(--viewport) * 57) !important;
}
h2.border:after {
  content: "";
  width: calc(100vw / var(--viewport) * 272);
  height: calc(100vw / var(--viewport) * 4);
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * -15);
  margin: 0 auto;
}

section.price {
  padding: 0;
}
.price h2 img {
  width: calc(100vw / var(--viewport) * 297);
}
.price .titleArea {
  color: #fff;
  text-align: center;
  line-height: calc(100vw / var(--viewport) * 96);
  background: #000;
  border-top: calc(100vw / var(--viewport) * 10) solid #bba170;
  border-bottom: calc(100vw / var(--viewport) * 10) solid #bba170;
}
.price .titleArea.ttl_aco {
  line-height: calc(100vw / var(--viewport) * 137);
}
.price .titleArea span {
  position: relative;
}
.price .titleArea span:before,
.price .titleArea span:after {
  content: "";
  width: calc(100vw / var(--viewport) * 46);
  height: calc(100vw / var(--viewport) * 21);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.price .titleArea span:before {
  background: url(../img/dot_left.png) center center no-repeat;
  background-size: 100% auto;
  left: calc(100vw / var(--viewport) * -65);
}
.price .titleArea span:after {
  background: url(../img/dot_right.png) center center no-repeat;
  background-size: 100% auto;
  right: calc(100vw / var(--viewport) * -65);
}
.price .imageBox {
  background: #d6d6d6;
}
.price .imageBox img {
  width: calc(100vw / var(--viewport) * 690);
  padding: calc(100vw / var(--viewport) * 21) 0 0;
  margin: 0 auto;
  display: block;
}
.price .imageBox .name {
  color: #fff;
  line-height: calc(100vw / var(--viewport) * 24);
  background: #4e4e4e;
  padding: calc(100vw / var(--viewport) * 12) calc(100vw / var(--viewport) * 30);
}
.price .imageBox .name p {
  text-align: center;
  width: 33%;
}
.price .higeArea {
  color: #fff;
  background: #000;
  padding: calc(100vw / var(--viewport) * 38) calc(100vw / var(--viewport) * 30)
    calc(100vw / var(--viewport) * 87);
}
.price .price01 {
  display: table;
  margin: 0 auto;
}
.price .price01 > p {
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.price .price01 .count span {
  color: #fff;
  background: #c1272d;
  display: inline-block;
  padding: calc(100vw / var(--viewport) * 5) calc(100vw / var(--viewport) * 25)
    calc(100vw / var(--viewport) * 8);
  margin: calc(100vw / var(--viewport) * 16) calc(100vw / var(--viewport) * 10)
    0 0;
  border-radius: calc(100vw / var(--viewport) * 4);
}
.price .price01 .price img {
  height: calc(100vw / var(--viewport) * 101);
}
.price .plus {
  width: calc(100vw / var(--viewport) * 64);
  display: block;
  margin: calc(100vw / var(--viewport) * 20) auto
    calc(100vw / var(--viewport) * 25);
}
.price .price02 {
  display: table;
  margin: 0 auto;
}
.price .price02 > p {
  margin-bottom: calc(100vw / var(--viewport) * 16);
}
.price .price02 > p.mt {
  margin-top: calc(100vw / var(--viewport) * 28);
}
.price .price02 .count span {
  color: #fff;
  background: #f29625;
  display: inline-block;
  padding: calc(100vw / var(--viewport) * 5) calc(100vw / var(--viewport) * 20)
    calc(100vw / var(--viewport) * 8);
  margin: calc(100vw / var(--viewport) * 8) calc(100vw / var(--viewport) * 10) 0
    0;
  border-radius: calc(100vw / var(--viewport) * 4);
}
.price .price02 .price img {
  height: calc(100vw / var(--viewport) * 73);
}
.price .arrow.sp {
  width: calc(100vw / var(--viewport) * 65);
  display: block;
  margin: calc(100vw / var(--viewport) * 36) auto
    calc(100vw / var(--viewport) * 38);
}
.price .higeArea > p {
  line-height: 1.63;
  margin-top: calc(100vw / var(--viewport) * 20);
}
.price .bg_price {
  background: #fff;
}
.price .bg_price.set {
  padding: calc(100vw / var(--viewport) * 77) 0
    calc(100vw / var(--viewport) * 174);
}
.price .setArea {
  background: #000;
  padding-bottom: calc(100vw / var(--viewport) * 40);
}
.price .setArea .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.price .setArea .flex li {
  width: calc(100vw / var(--viewport) * 331);
  margin-top: calc(100vw / var(--viewport) * 30);
}
.price .setArea .flex li:nth-child(1),
.price .setArea .flex li:nth-child(2) {
  margin-top: calc(100vw / var(--viewport) * -144);
}
.price .setArea .flex li p {
  color: #fff;
  text-align: center;
  background: #333;
  padding: calc(100vw / var(--viewport) * 10) 0;
}
.price .setArea .priceBox {
  color: #fff;
  text-align: center;
  margin: calc(100vw / var(--viewport) * 30) 0 0;
}
.price .setArea .priceBox .flex {
  justify-content: center;
  margin: calc(100vw / var(--viewport) * 13) 0;
}
.price .setArea .priceBox .flex img {
  height: calc(100vw / var(--viewport) * 62);
}
.price .setArea .priceBox .count span {
  color: #fff;
  background: #c1272d;
  display: inline-block;
  padding: calc(100vw / var(--viewport) * 5) calc(100vw / var(--viewport) * 13)
    calc(100vw / var(--viewport) * 8);
  margin: calc(100vw / var(--viewport) * 8) calc(100vw / var(--viewport) * 9) 0
    0;
  border-radius: calc(100vw / var(--viewport) * 4);
}
.price .bg_gray {
  margin-top: calc(100vw / var(--viewport) * 100);
}
.price .bg_price.all {
  padding: 0 0 calc(100vw / var(--viewport) * 174);
}
.price .setArea.all .priceBox > .flex {
  justify-content: space-between;
  padding: 0 calc(100vw / var(--viewport) * 20);
  margin-bottom: 0;
}
.price .bg_price.parts {
  padding: calc(100vw / var(--viewport) * 77) 0;
}
.price .ttl_aco .inner {
  width: 100%;
  position: relative;
}
.price .ttl_aco .inner:before {
  content: "";
  width: calc(100vw / var(--viewport) * 34);
  height: calc(100vw / var(--viewport) * 4);
  background: #fff;
  position: absolute;
  top: 50%;
  right: calc(100vw / var(--viewport) * 30);
  transform: translateY(-50%);
}
.price .ttl_aco .inner:after {
  content: "";
  width: calc(100vw / var(--viewport) * 4);
  height: calc(100vw / var(--viewport) * 34);
  background: #fff;
  position: absolute;
  top: 50%;
  right: calc(100vw / var(--viewport) * 45);
  transform: translateY(-50%);
}
.price .ttl_aco.active .inner:after {
  display: none;
}
.price .priceUl {
  flex-wrap: wrap;
  justify-content: space-between;
}
.price .priceUl li {
  width: calc(100vw / var(--viewport) * 331);
  margin-top: calc(100vw / var(--viewport) * 30);
}
.price .priceUl li p {
  color: #fff;
  text-align: center;
  background: #333;
  padding: calc(100vw / var(--viewport) * 10) 0;
}
.price .priceUl li .course {
  background: #000;
  padding: calc(100vw / var(--viewport) * 11) 0;
  align-items: center;
  justify-content: center;
}
.price .priceUl li .course p {
  background: none;
  padding: 0;
}
.price .priceUl li .course .count {
  margin: 0 calc(100vw / var(--viewport) * 8);
}
.price .priceUl li .course .count p {
  color: #fff;
  background: #c1272d;
  padding: calc(100vw / var(--viewport) * 1) calc(100vw / var(--viewport) * 4)
    calc(100vw / var(--viewport) * 4);
  border-radius: calc(100vw / var(--viewport) * 5);
}
.price .priceUl li .course .price img {
  height: calc(100vw / var(--viewport) * 35);
}
.price .priceUl li .month {
  background: #000;
}
.price .priceUl li .month p {
  background: none;
  padding-top: 0;
}
.price .priceUl li .month img,
.price .priceUl li .trial img {
  height: calc(100vw / var(--viewport) * 27);
}
.price .priceUl li .trial img:nth-child(1) {
  margin-left: 0.5em;
}
.price .priceUl li .double {
  background: #333;
  padding-bottom: calc(100vw / var(--viewport) * 10);
}
.price .priceUl li .double.flex {
  justify-content: center;
}
.price .priceUl li .double .price {
  text-align: left;
  width: 40%;
}
.price .priceUl li .double .price p {
  text-align: left;
}
.price .priceUl li .double .price img {
  height: calc(100vw / var(--viewport) * 27);
}
.price .bg_white {
  background: #fff;
  padding: calc(100vw / var(--viewport) * 77) 0 0;
}
.price .bg_gray {
  text-align: center;
  background: url(../img/bg_all.jpg) top 15vw right -3vw no-repeat, #585858;
  background-size: auto 283vw;
}
.price .bg_gray .all {
  padding: 0 0 calc(100vw / var(--viewport) * 77);
}
.price .bg_gray .all .inner {
  padding: calc(100vw / var(--viewport) * 23) 0 0;
}
.price .bg_gray .imgBox {
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.price .bg_gray .imgBox img {
  width: calc(100vw / var(--viewport) * 417);
}
.price .bg_gray .tblBox table {
  width: 100%;
  border: calc(100vw / var(--viewport) * 4) solid #000;
  border-collapse: collapse;
}
.price .bg_gray .tblBox td {
  line-height: calc(100vw / var(--viewport) * 77);
  border: calc(100vw / var(--viewport) * 2) solid #000;
  border-collapse: collapse;
  background: #fff;
  padding: 0 calc(100vw / var(--viewport) * 8);
}
.price .bg_gray .tblBox td.th {
  line-height: initial;
  padding: calc(100vw / var(--viewport) * 8) 0;
}
.price .bg_gray .tblBox td.bg {
  background: #eadbdb;
}
.price .bg_gray .tblBox td img {
  height: calc(100vw / var(--viewport) * 27);
  vertical-align: middle;
}
.price .bg_gray .tblBox td .liner {
  display: inline-block;
  position: relative;
}
.price .bg_gray .tblBox td .liner:after {
  content: "";
  background: url(../img/liner.png) center center no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: calc(100vw / var(--viewport) * 41);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.price .bg_gray .tblBox tr.areaWaribiki td:nth-child(1) {
  line-height: 1.5;
}
.price .bg_gray .tblBox tr.areaWaribiki td img {
  height: calc(100vw / var(--viewport) * 33);
}
.price .bg_gray .all_plan {
  padding: 0 0 calc(100vw / var(--viewport) * 77);
}
.price .bg_gray .all_parts {
  padding: 0 0 calc(100vw / var(--viewport) * 30);
}
.price .button {
  background: #c1272d;
  margin: calc(100vw / var(--viewport) * 96) calc(100vw / var(--viewport) * 30);
}
.price .button a {
  color: #fff;
  line-height: calc(100vw / var(--viewport) * 122);
  text-align: center;
  text-decoration: none;
  display: block;
}
.price .button a span {
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
}

section.trial .midashi {
  color: #fff;
  text-align: center;
  background: url(../img/bg_midashi.png) top center repeat-y;
  background-size: 180vw auto;
  padding: calc(100vw / var(--viewport) * 40) 0
    calc(100vw / var(--viewport) * 46);
}
section.trial .midashi h2 {
  width: calc(100vw / var(--viewport) * 528);
  margin: 0 auto;
}
section.trial .midashi h2.border:after {
  width: calc(100vw / var(--viewport) * 308);
  background: #fff;
}
section.trial .midashi p span {
  vertical-align: middle;
}
section.trial .midashi p img {
  width: calc(100vw / var(--viewport) * 239);
  margin: 0 calc(100vw / var(--viewport) * 15);
  vertical-align: middle;
}
section.trial .midashi p .yen {
  color: #c1272d;
  margin-right: 1.6vw;
}
section.trial .midashi p .zei {
  line-height: 1.4;
  display: inline-block;
}
section.trial .inner .box {
  width: calc(100vw / var(--viewport) * 325);
  margin-top: calc(100vw / var(--viewport) * 30);
}
section.trial .inner .box:nth-child(2n-1) {
  float: left;
}
section.trial .inner .box:nth-child(2n) {
  float: right;
}
section.trial .inner .box .title {
  color: #fff;
  text-align: center;
  background: #4e4e4e;
  padding: 1.5vw;
}
section.trial .inner .box .priceArea {
  color: #fff;
  background: #000;
  padding: calc(100vw / var(--viewport) * 20);
}
section.trial .inner .box .priceArea .price {
  color: #c1272d;
  letter-spacing: 0.5vw;
}
section.trial .inner .box .priceArea .price img {
  height: 7.6vw;
  vertical-align: middle;
}
section.trial .inner .box .priceArea .yen {
  color: #c1272d;
  margin-right: 1vw;
}
section.trial .inner .box .priceArea .zei {
  line-height: 1;
  display: inline-block;
}
section.trial .inner .box.box2 {
  width: 100%;
  margin-top: calc(100vw / var(--viewport) * 30);
  float: none;
}
section.trial .inner .box.box2 .table {
  display: table;
}
section.trial .inner .box.box2 .table > img {
  width: calc(100vw / var(--viewport) * 325);
  display: table-cell;
}
section.trial .inner .box.box2 .table > div {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  width: calc(100vw / var(--viewport) * 365);
  background: #000;
  display: table-cell;
  vertical-align: middle;
}
section.trial .inner .box.box2 .table > div .price {
  position: relative;
  margin: 0 0.6vw;
}
section.trial .inner .box.box2 .table > div .price img {
  width: 21vw;
  vertical-align: middle;
}
section.trial .inner .box.box2 .table > div .price:after {
  content: "";
  background: url(../img/strike.png) no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 154);
  height: calc(100vw / var(--viewport) * 53);
  position: absolute;
  top: 0;
  left: 0;
}
section.trial .inner .box.box2 .table > div .zei {
  line-height: 1;
  margin-left: 1vw;
  display: inline-block;
}
section.trial .inner .box.box2 img.arrow {
  width: calc(100vw / var(--viewport) * 29);
  margin: -1vw 0 1vw;
}
section.trial .inner .box.box2 .finalPrice {
  color: #c1272d;
}
section.trial .inner .box.box2 .finalPrice img {
  width: calc(100vw / var(--viewport) * 220);
  margin-right: calc(100vw / var(--viewport) * 15);
}
section.trial .inner .box.box2 .finalPrice .yen {
  margin-right: 1vw;
}
section.trial .inner .box.box2 .finalPrice .zei {
  color: #fff;
  line-height: 1.3 !important;
  margin-left: 0 !important;
}
section.trial .inner3 {
  padding-bottom: calc(100vw / var(--viewport) * 258);
  margin-top: calc(100vw / var(--viewport) * 60);
}
section.trial .inner3 .ttl_aco {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #c1272f;
  padding: 4%;
  position: relative;
}
section.trial .inner3 .ttl_aco:before {
  content: "";
  width: calc(100vw / var(--viewport) * 34);
  height: calc(100vw / var(--viewport) * 4);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}
section.trial .inner3 .ttl_aco:after {
  content: "";
  width: calc(100vw / var(--viewport) * 4);
  height: calc(100vw / var(--viewport) * 34);
  background: #fff;
  position: absolute;
  top: 50%;
  right: calc(calc(100vw / var(--viewport) * 15) + 4vw);
  transform: translateY(-50%);
}
section.trial .inner3 .ttl_aco.active:after {
  display: none;
}
section.trial .inner3 .body_aco {
  margin-top: 5%;
}
section.trial .inner3 .body_aco .menu-prices-boxies {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
section.trial .inner3 .body_aco .menu-prices-box {
  width: 100%;
  margin-bottom: 40px;
}
section.trial .inner3 .body_aco .menu-prices-box:last-child {
  margin-bottom: 0;
}
section.trial .inner3 .body_aco .menu-prices-box .menu-prices-box-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section.trial .inner3 .body_aco .menu-prices-box figure {
  width: 46.30769%;
}
section.trial .inner3 .body_aco .menu-prices-box figure img {
  width: 100%;
}
section.trial .inner3 .body_aco .menu-prices-box .text {
  width: 52.11267%;
}
section.trial .inner3 .body_aco h4 {
  height: 45px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #000;
}
section.trial .inner3 .body_aco .text p {
  margin-bottom: 0;
  font-size: 3.4vw;
  line-height: 1.2;
}
section.trial .inner3 .body_aco .installment {
  width: 5em;
  height: 1.6;
  margin-top: 5px;
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #000;
}
section.trial .inner3 .body_aco .price {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-bottom: 4px;
  font-size: 4vw;
  font-weight: 700;
  width: 90%;
  margin: 15px auto 10px;
  line-height: 0.8;
  color: #c1272d;
  text-align: center;
  background: linear-gradient(transparent 50%, #ffe700 50%);
}
section.trial .inner3 .body_aco .kingaku {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
}
section.trial .inner3 .body_aco .kingaku img {
  height: 8vw;
  vertical-align: middle;
}
section.trial .inner3 .body_aco .text p:nth-last-of-type(1) {
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 1.2;
}
section.trial .inner3 .body_aco .sougaku {
  text-align: center;
}
section.trial .inner3 .body_aco .without-tax {
  font-size: 8px;
  font-size: 0.8rem;
}
section.trial .inner3 .body_aco figure {
  margin-bottom: 20px;
}
section.trial .inner3 .body_aco figure img {
  width: 100%;
}

section.trial .bg_black .banner01 {
  margin-top: calc(100vw / var(--viewport) * -170);
}
section.trial .bg_black .plus {
  width: calc(100vw / var(--viewport) * 67);
  margin: calc(100vw / var(--viewport) * 21) auto
    calc(100vw / var(--viewport) * 21);
  display: block;
}
section.trial .bg_black .inner {
  position: relative;
}
section.trial .bg_black .inner .imgBox img {
  margin-top: calc(100vw / var(--viewport) * 60);
}
section.trial .waribiki {
  padding: calc(100vw / var(--viewport) * 60) 0
    calc(100vw / var(--viewport) * 60);
}
.waribiki .headLine01 {
  font-size: calc(100vw / var(--viewport) * 34) !important;
  line-height: 1 !important;
  width: calc(100vw / var(--viewport) * 690);
  height: calc(100vw / var(--viewport) * 88);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000 !important;
  border-bottom: none;
  padding: 0 !important;
  margin: 0 auto calc(100vw / var(--viewport) * 36) !important;
}
.waribiki ul li {
  margin-bottom: calc(100vw / var(--viewport) * 64);
}
.waribiki ul li .box {
  width: auto !important;
  float: none !important;
}
.waribiki ul:last-child li:last-child {
  margin-bottom: 0;
}
.waribiki h3 {
  margin: calc(100vw / var(--viewport) * 16) 0
    calc(100vw / var(--viewport) * 10);
}
.waribiki p {
  line-height: 1.8;
}
section.trial .waribiki .banner img + div .title {
  margin-bottom: 0.5em;
}
section.trial .waribiki .button {
  margin-top: calc(100vw / var(--viewport) * 21);
}

.clinic h2 {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 53);
  font-weight: 900;
  text-align: center;
  border-bottom: calc(100vw / var(--viewport) * 2) solid var(--gold);
  padding-bottom: calc(100vw / var(--viewport) * 34);
  margin-bottom: calc(100vw / var(--viewport) * 24);
}

.flow {
  text-align: center;
  background: url(../img/bg_flow.jpg) top center no-repeat, #f2f2f2;
  background-size: auto 100%;
  padding: calc(100vw / var(--viewport) * 85) 0
    calc(100vw / var(--viewport) * 62);
  overflow: hidden;
}
.flow .headLine01 {
  font-size: calc(100vw / var(--viewport) * 34) !important;
  line-height: 1 !important;
  width: calc(100vw / var(--viewport) * 690);
  height: calc(100vw / var(--viewport) * 88);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000 !important;
  border-bottom: none;
  padding: 0 !important;
  margin: 0 auto calc(100vw / var(--viewport) * 36) !important;
}
.slider2 {
  margin: calc(100vw / var(--viewport) * 45) 0 0;
  overflow: visible;
}
.flow .inner > p {
  line-height: 1.75;
}
.flow .inner li {
  background: none;
}
.flow .inner li .box {
  margin-bottom: calc(100vw / var(--viewport) * 28);
}
.flow .inner .midashi {
  color: #fff;
  justify-content: space-between;
}
.flow .inner .midashi div {
  background: #000;
  width: 100%;
  padding: calc(100vw / var(--viewport) * 14) 0
    calc(100vw / var(--viewport) * 17);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .inner .midashi .number {
  color: var(--gold);
  width: calc(100vw / var(--viewport) * 82);
  margin-right: calc(100vw / var(--viewport) * 10);
}
.flow .inner .con {
  justify-content: space-between;
}
.flow .inner .con div {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.flow .inner .con div.left {
  color: #000;
  text-align: left;
  line-height: 1.6;
  background: #fff;
  padding: 0 calc(100vw / var(--viewport) * 29);
}
.flow .inner .box01 .con div.left {
  line-height: 1.4;
}
.flow .inner .box01 .con div.left .title {
  text-align: center;
  background: #bba170;
  width: 100%;
  margin-top: 2px;
}
.flow .inner .box01 .con div.left .title a {
  color: #fff;
  padding: 3px 0;
  display: block;
}
.flow .inner .con div.right {
  margin-left: calc(100vw / var(--viewport) * 9);
}
.flow .inner .con div a {
  text-decoration: none;
}

.faq {
  padding: calc(100vw / var(--viewport) * 93) 0 0;
  overflow: hidden;
}
.faq .headLine01 {
  font-size: calc(100vw / var(--viewport) * 34) !important;
  line-height: 1 !important;
  width: calc(100vw / var(--viewport) * 690);
  height: calc(100vw / var(--viewport) * 88);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000 !important;
  border-bottom: none;
  padding: 0 !important;
  margin: 0 auto calc(100vw / var(--viewport) * 36) !important;
}
.faq .tabs li {
  margin-bottom: calc(100vw / var(--viewport) * 30);
  cursor: pointer;
}
.faq .box02,
.faq .box03 {
  display: none;
}
.faq .box {
  padding-bottom: calc(100vw / var(--viewport) * 36);
}
.faq .box .ttl_aco {
  margin-top: calc(100vw / var(--viewport) * 50);
  position: relative;
}
.faq .box .ttl_aco:nth-child(1) {
  margin-top: 0;
}
.faq .box .ttl_aco:before {
  content: "";
  width: calc(100vw / var(--viewport) * 36);
  height: calc(100vw / var(--viewport) * 6);
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faq .box .ttl_aco:after {
  content: "";
  width: calc(100vw / var(--viewport) * 6);
  height: calc(100vw / var(--viewport) * 36);
  background: #000;
  position: absolute;
  top: 50%;
  right: calc(100vw / var(--viewport) * 15);
  transform: translateY(-50%);
}
.faq .box .ttl_aco.active:after {
  display: none;
}
.faq .box .qBox {
  width: calc(100vw / var(--viewport) * 618);
  display: flex;
  align-items: center;
  padding-bottom: calc(100vw / var(--viewport) * 15);
  border-bottom: calc(100vw / var(--viewport) * 2) solid #000;
}
.faq .box .qBox img {
  width: calc(100vw / var(--viewport) * 44);
  max-width: 44px;
  margin-right: calc(100vw / var(--viewport) * 20);
}
.faq .box .aBox {
  color: var(--gold);
  width: calc(100vw / var(--viewport) * 544);
  display: flex;
  align-items: center;
  padding-top: calc(100vw / var(--viewport) * 15);
  margin-left: calc(100vw / var(--viewport) * 110);
}
.faq .box .aBox img {
  width: calc(100vw / var(--viewport) * 48);
  max-width: 48px;
  margin-right: calc(100vw / var(--viewport) * 20);
}
.faq .box .body_aco {
  line-height: 1.75;
  margin-top: calc(100vw / var(--viewport) * 36);
  margin-left: calc(100vw / var(--viewport) * 110);
}

.gorilla {
  text-align: center;
  background: url(../img/bg_gorilla.jpg) top -6vw center no-repeat;
  background-size: auto 130vw;
  padding: calc(100vw / var(--viewport) * 87) 0;
}
.gorilla .inner > p {
  line-height: 1.75;
}
.gorilla h2 {
  text-align: center;
  border-bottom: calc(100vw / var(--viewport) * 2) solid var(--gold);
  padding-bottom: calc(100vw / var(--viewport) * 34);
  margin-bottom: calc(100vw / var(--viewport) * 24);
}
.gorilla h2 img {
  width: calc(100vw / var(--viewport) * 672);
}
.gorilla .title {
  margin: calc(100vw / var(--viewport) * 44) 0 0;
  filter: drop-shadow(1vw 1vw 1vw #ababab);
}
.gorilla .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.gorilla .flex li {
  width: calc(100vw / var(--viewport) * 327);
  margin-bottom: calc(100vw / var(--viewport) * 50);
}
.gorilla .flex li img {
  filter: drop-shadow(1vw 1vw 1vw #ababab);
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.gorilla .flex li h3 {
  margin-bottom: calc(100vw / var(--viewport) * 22);
}
.gorilla .flex li p {
  text-align: left;
  line-height: 1.75;
}

.doctor {
  background: #e6e6e6;
  padding: calc(100vw / var(--viewport) * 67) 0
    calc(100vw / var(--viewport) * 90);
}
.doctor_name {
  text-align: center;
}
.doctor h3 {
  padding-bottom: calc(100vw / var(--viewport) * 16);
  border-bottom: calc(100vw / var(--viewport) * 2) solid #000;
  margin-top: calc(100vw / var(--viewport) * 20);
  margin-bottom: calc(100vw / var(--viewport) * 3);
}
.doctor .doctor01 {
  text-align: center;
}
.doctor .doctor01 img {
  width: calc(100vw / var(--viewport) * 423);
  margin-bottom: calc(100vw / var(--viewport) * 28);
}
.doctor .doctor02 {
  line-height: 1.4;
}
.doctor .doctor03 {
  line-height: 1.75;
  margin-top: calc(100vw / var(--viewport) * 42);
}
.doctor .doctor03 .lead {
  color: #ed6c1f;
  text-align: left;
}

.clinic {
  position: relative;
  z-index: 1;
}
.clinic h2 {
  line-height: calc(100vw / var(--viewport) * 209);
  background: url(../img/bg_h2_clinic.jpg) top center no-repeat;
  background-size: auto calc(100vw / var(--viewport) * 209);
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.clinic h2 img {
  width: calc(100vw / var(--viewport) * 690);
  vertical-align: middle;
}
.clinic .inner {
  width: 100%;
  background: url(../img/bg_clinic.png) top center no-repeat;
  background-size: auto 100%;
  padding: calc(100vw / var(--viewport) * 30) calc(100vw / var(--viewport) * 30)
    calc(100vw / var(--viewport) * 60);
  box-sizing: border-box;
}
.clinic .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.clinic .flex .relative {
  text-align: center;
  width: 48%;
  margin-bottom: calc(100vw / var(--viewport) * 30);
  position: relative;
}
.clinic .flex li .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clinic .flex li .title div {
  line-height: 1.2;
  position: absolute;
}
.clinic .flex li .btn_more {
  line-height: calc(100vw / var(--viewport) * 64);
  background: #000;
  border-top: 1px solid #fff;
  cursor: pointer;
}
.clinic .flex li + .body_more {
  text-align: left;
  width: calc(100vw / var(--viewport) * 690);
  background: rgba(255, 255, 255, 0.93);
  padding-bottom: calc(100vw / var(--viewport) * 42);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  display: none;
}
.clinic .flex li + .body_more .outer {
  height: 0;
  padding-bottom: 38.11%;
  overflow: hidden;
  position: relative;
}
.clinic .flex li + .body_more .outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clinic .flex li + .body_more dl {
  line-height: 1.75;
  margin: calc(100vw / var(--viewport) * 30);
  display: flex;
  flex-wrap: wrap;
}
.clinic .flex li + .body_more dt {
  width: 5em;
}
.clinic .flex li + .body_more dd {
  width: calc(100% - 5em);
}

#footer {
  color: #fff;
  text-align: center;
  background: #000;
  padding: calc(100vw / var(--viewport) * 34) 0
    calc(100vw / var(--viewport) * 42);
  margin: 0;
}
#footer .sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100vw / var(--viewport) * 170);
  margin: 0 auto calc(100vw / var(--viewport) * 30);
}
#footer .sns div:nth-child(1) img {
  width: calc(100vw / var(--viewport) * 33);
}
#footer .sns div:nth-child(2) img {
  width: calc(100vw / var(--viewport) * 17);
}
#footer .sns div:nth-child(3) img {
  width: calc(100vw / var(--viewport) * 33);
}
#footer .ftr_logo {
  width: calc(100vw / var(--viewport) * 99);
  margin: 0 auto calc(100vw / var(--viewport) * 18);
}

.pc,
.pc_b {
  display: none;
}

@media screen and (max-width: 767px) {
  #mv + .border-top {
    border-top: none;
  }

  .flow .inner li {
    flex-wrap: wrap;
  }

  .gorilla .flex li {
    animation: none;
    opacity: 1 !important;
  }

  .clinic .flex .relative:nth-child(2n) .body_more {
    left: initial;
    right: 0;
  }

  .doctor .doctor02 .flex {
    justify-content: space-between;
  }
  .doctor .doctor02 .left,
  .doctor .doctor02 .right {
    width: 50%;
  }

  .clinic .inner .flex li:nth-child(2n) {
    animation-delay: 0.2s;
  }
}

@media screen and (min-width: 768px) {
  section .inner {
    width: 1000px;
  }

  #mv {
    width: auto;
    height: 620px;
    overflow: hidden;
    background-color: #000;
  }
  #mv:after {
    content: "";
    background: url(../img/mv/mv_pc.jpg) center no-repeat;
    background-size: cover;
  }
  #mv h1 {
    display: flex;
    align-items: center;
    width: 560px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-right: 440px;
  }
  #mv h1 img {
    width: 100%;
  }
  /* #mv h1 img:first-child {
    width: 435px;
  }
  #mv h1 img:last-child {
    width: 572px;
    margin-top: 22px;
  } */
  #mv .circleArea {
    width: 356px;
    top: 354px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 191px;
  }
  #mv .circle {
    background: url(../img/mv/circle_pc.png) center center no-repeat;
    width: 168px;
    height: 168px;
  }
  #mv .spacer {
    width: 18px;
    height: 168px;
  }
  #mv .doctorArea {
    background-size: 211px 242px;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 970px;
    background-position: right bottom;
    width: 100px;
    padding-top: 630px;
    position: relative;
  }
  #mv .doctorArea p {
    padding-left: 0;
    position: absolute;
    right: 0;
    bottom: 28px;
    padding-right: 213px;
  }
  #mv .doctorArea p:first-child {
    bottom: 61px;
    padding-right: 220px;
  }

  .bannerArea {
    text-align: center;
    padding: 30px 0 40px;
  }
  .bannerArea img {
    width: 1000px;
  }
  .bannerArea .button {
    margin-top: 42px;
  }
  .bannerArea .button a {
    font-size: 22px;
    width: 345px;
    height: 62px;
  }

  .banner {
    width: calc(100vw / var(--viewport) * 695);
    margin: calc(100vw / var(--viewport) * 12) auto
      calc(100vw / var(--viewport) * 28);
  }
  .firstbtn {
    width: calc(100vw / var(--viewport) * 695);
    margin: calc(100vw / var(--viewport) * 12) auto
      calc(100vw / var(--viewport) * 12);
  }
  @media screen and (min-width: 768px) {
    .banner {
      width: 1100px;
      margin: 25px auto;
    }
    .firstbtn {
      width: 1100px;
      margin: 25px auto;
    }
  }

  .button {
    width: 800px;
    margin: 98px auto 0;
  }
  .button img {
    width: 698px;
  }
  .button img:hover {
    transition: all 0.5s;
    opacity: 0.7;
  }

  .ctaFoot .button {
    margin: 50px auto 0;
  }

  .about {
    padding: 46px 0 70px;
  }
  .about .inner {
    width: 1100px;
  }
  .about .inner img {
    margin: 58px 0 0;
  }
  .about + .button {
    margin-bottom: 92px;
  }

  section.price {
    padding: 0;
  }
  section.price h2 {
    margin-bottom: 56px;
  }
  section.price h2 img {
    width: 330px;
  }
  section.price .titleArea {
    line-height: 96px;
    border-top: 10px solid #bba170;
    border-bottom: 10px solid #bba170;
  }
  .price .titleArea span:before,
  .price .titleArea span:after {
    width: 46px;
    height: 21px;
  }
  .price .titleArea span:before {
    left: -56px;
  }
  .price .titleArea span:after {
    right: -56px;
  }
  .price .imageBox {
    background: url(../img/img_price.png) bottom 46px center no-repeat, #d6d6d6;
    background-size: 1273px auto;
    height: 430px;
    position: relative;
    min-width: 1000px;
  }
  .price .imageBox img {
    display: none;
  }
  .price .imageBox .name {
    line-height: 46px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0;
  }
  .price .imageBox .name .flex {
    justify-content: space-around;
  }
  .price .imageBox .name p {
    width: 295px;
  }
  .price .higeArea {
    padding: 44px 0 50px;
  }
  .price .higeArea .pc_flex {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .price .price01 {
    width: 310px;
    display: inline-block;
    margin: 0;
  }
  .price .price01 > p {
    margin-bottom: 18px;
  }
  .price .price01 .flex {
    align-items: center;
  }
  .price .price01 .count span {
    padding: 4px 14px 8px;
    margin: -10px 11px 0 0;
    border-radius: 4px;
  }
  .price .price01 .price img {
    height: 59px;
  }
  .price .plus {
    width: 38px;
    height: 38px;
    margin: 0;
  }
  .price .price02 {
    width: 230px;
    display: inline-block;
    margin: 0;
  }
  .price .price02 > p {
    margin-bottom: 13px;
  }
  .price .price02 > p.mt {
    margin-top: 18px;
  }
  .price .price02 .flex {
    align-items: center;
  }
  .price .price02 .count span {
    padding: 5px 11px;
    margin: -8px 7px 0 0;
    border-radius: 4px;
  }
  .price .price02 .price img {
    height: 44px;
  }
  .price .arrow.sp {
    display: none;
  }
  .price .higeArea > p {
    width: 1100px;
    margin: 30px auto 0;
  }
  .price .bg_gray {
    margin-top: 105px;
  }
  .price .bg_price.set {
    padding: 93px 0 666px;
  }
  .price .setArea {
    padding-bottom: 37px;
  }
  .price .setArea .flex li {
    width: 310px;
    margin-top: -269px;
  }
  .price .setArea .flex li:nth-child(1),
  .price .setArea .flex li:nth-child(2),
  .price .setArea .flex li:nth-child(3) {
    margin-top: -616px;
  }
  .price .setArea .flex li p {
    padding: 7px;
  }
  .price .setArea .priceBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 38px 0 0;
  }
  .price .setArea .priceBox > p {
    margin-top: -11px;
  }
  .price .setArea .priceBox .flex {
    align-items: center;
    margin: 0 36px 0 18px;
  }
  .price .setArea .priceBox .count span {
    padding: 3px 9px 5px;
    margin: -8px 7px 0 0;
    border-radius: 4px;
  }
  .price .setArea .priceBox .flex img {
    height: 52px;
  }
  .price .bg_price.all {
    padding: 369px 0 0;
  }
  .price .setArea.all .flex li:nth-child(1),
  .price .setArea.all .flex li:nth-child(2),
  .price .setArea.all .flex li:nth-child(3) {
    margin-top: -269px;
  }
  .price .setArea.all .priceBox > .flex {
    padding: 0;
    margin: 0;
  }
  .price .setArea.all .priceBox .flex .flex {
    margin: 0;
  }
  .price .setArea.all .priceBox .flex .flex:nth-child(1) {
    margin: 0 19px;
  }
  .price .bg_price.parts {
    padding: 100px 0;
  }
  .price .titleArea.ttl_aco {
    line-height: 118px;
  }
  .price .ttl_aco .inner {
    width: 1000px;
  }
  .price .ttl_aco .inner:before {
    width: 39px;
    height: 4px;
    right: 0;
  }
  .price .ttl_aco .inner:after {
    width: 4px;
    height: 39px;
    right: 19px;
  }
  .price .priceUl li {
    width: 340px;
    margin-top: 13px;
  }
  .price .priceUl li:nth-child(1),
  .price .priceUl li:nth-child(2),
  .price .priceUl li:nth-child(3),
  .price .priceUl li:nth-child(4) {
    margin-top: 46px;
  }
  .price .priceUl li p {
    padding: 7px;
  }
  .price .priceUl li .course {
    padding: 13px 0 8px;
  }
  .price .priceUl li .course > p {
    margin-top: -6px;
  }
  .price .priceUl li .course .count {
    margin: -6px 5px 0 10px;
  }
  .price .priceUl li .course .count p {
    padding: 3px;
    border-radius: 4px;
  }
  .price .priceUl li .course .price img {
    height: 35px;
  }
  .price .priceUl li .month img,
  .price .priceUl li .trial img {
    height: 22px;
  }
  .price .bg_white {
    padding: 105px 0 0;
  }
  .price .bg_gray .all {
    padding: 0 0 100px;
  }
  .price .bg_gray .all .inner {
    display: flex;
    padding: 57px 0 0;
    justify-content: space-between;
  }
  .price .bg_gray .all .imgBox {
    margin-bottom: 0;
  }
  .price .bg_gray .all .imgBox img {
    width: 300px;
  }
  .price .bg_gray .all .tblBox table {
    width: 673px;
    border-width: 4px;
  }
  .price .bg_gray .all .tblBox .w196 {
    width: 186px;
  }
  .price .bg_gray .all .tblBox td {
    line-height: 80px;
    border-width: 2px;
    padding: 0;
  }
  .price .bg_gray .all .tblBox td.th {
    line-height: initial;
    padding: 16px 0;
  }
  .price .bg_gray .all .tblBox td img {
    height: 21px;
  }
  .price .bg_gray .tblBox tr.areaWaribiki td img {
    height: 30px;
  }
  .price .bg_gray .all_plan {
    padding: 0 0 100px;
  }
  .price .bg_gray .all_plan .priceUl {
    width: 868px;
    margin: 0 auto;
  }
  .price .bg_gray .all_plan .priceUl li {
    width: 412px;
  }
  .price .bg_gray .all_parts {
    padding: 0 0 100px;
  }
  .price .bg_gray .all_parts .priceUl li {
    width: 240px;
  }
  .price .bg_gray .all_parts .priceUl li .course {
    padding: 9px 0 7px;
  }
  .price .bg_gray .all_parts .priceUl li .course .price img {
    height: 28px;
  }
  .price .bg_gray .all_parts .priceUl li .double {
    padding: 6px 0 3px;
  }
  .price .bg_gray .all_parts .priceUl li .double .price {
    width: auto;
  }
  .price .bg_gray .all_parts .priceUl li .double .price:nth-child(2) {
    margin-left: 10px;
  }
  .price .bg_gray .all_parts .priceUl li .double .price p {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
  }
  .price .bg_gray .all_parts .priceUl li .double .price img {
    height: 18px;
  }
  .price .button {
    width: 1000px;
    margin: 100px auto;
  }
  .price .button a {
    line-height: 100px;
  }

  section.trial .midashi {
    background: url(../img/bg_midashi.png) top center repeat-y, #000;
    background-size: 1000px auto;
    padding: 42px 0 52px;
  }
  section.trial .midashi h2 {
    width: 448px;
  }
  section.trial .midashi h2.border {
    margin-bottom: 26px !important;
  }
  section.trial .midashi h2.border:after {
    width: 308px;
  }
  section.trial .midashi p img {
    width: 239px;
    margin: 14px 15px 0;
  }
  section.trial .midashi p .yen {
    margin-right: 8px;
  }
  section.trial .midashi p .zei {
    vertical-align: -webkit-baseline-middle;
  }
  section.trial .midashi p:last-child {
    margin-top: 6px;
  }
  section.trial .bg {
    background: url(../img/bg_trial_pc.jpg) top center repeat-y;
    background-size: 1600px auto;
    background-position: center 338px;
  }
  section.trial .inner .box {
    width: 308px;
    margin-top: 38px;
    margin-right: 38px;
  }
  section.trial .inner .box:nth-child(2n) {
    float: left;
  }
  section.trial .inner .box:nth-child(-n + 3) {
    margin-top: 0;
  }
  section.trial .inner .box:nth-child(3n) {
    margin-right: 0;
  }
  section.trial .inner .box .title {
    padding: 7px;
  }
  section.trial .inner .box .priceArea {
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  section.trial .inner .box .priceArea p {
    display: inline-block;
  }
  section.trial .inner .box .priceArea .price {
    letter-spacing: 0;
  }
  section.trial .inner .box .priceArea .price img {
    height: 35px;
  }
  section.trial .inner .box .priceArea .yen {
    margin-right: 6px;
  }
  section.trial .inner2 {
    padding: 38px 0 0;
  }
  section.trial .inner .box.box2 {
    position: relative;
  }
  section.trial .inner .box.box2 .title {
    width: 692px;
    padding: 17px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
  }
  section.trial .inner .box.box2 .table > img {
    width: 308px;
  }
  section.trial .inner .box.box2 .table .flex {
    width: 692px;
    height: 194px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  section.trial .inner .box.box2 .table .flex > div {
    position: relative;
  }
  section.trial .inner .box.box2 .table .flex > div:before {
    content: "";
    width: 1px;
    height: 138px;
    background: #fff;
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.trial .inner .box.box2 .finalPrice img {
    width: 220px;
    margin-right: 6px;
  }
  section.trial .inner .box.box2 .table > div .price {
    margin: 0 0 0 3px;
  }
  section.trial .inner .box.box2 .table > div .price img {
    width: 148px;
    vertical-align: middle;
  }
  section.trial .inner .box.box2 .table > div .price:after {
    width: 137px;
    height: 49px;
  }
  section.trial .inner .box.box2 .finalPrice .yen {
    margin-right: 0;
  }
  section.trial .inner .box.box2 .table > div .zei {
    margin-left: 6px !important;
  }
  section.trial .inner .box.box2 img.arrow {
    width: 30px;
    margin: -10px 0 8px;
  }
  section.trial .inner3 {
    padding: 76px 0 179px;
    margin-top: 0;
  }
  section.trial .inner3 .ttl_aco {
    padding: 33px;
  }
  section.trial .inner3 .ttl_aco:hover {
    cursor: pointer;
  }
  section.trial .inner3 .ttl_aco:before {
    width: 34px;
    height: 4px;
    right: 33px;
  }
  section.trial .inner3 .ttl_aco:after {
    width: 4px;
    height: 34px;
    right: 48px;
  }
  section.trial .inner3 .body_aco .menu-prices-boxies {
    width: 960px;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  section.trial .inner3 .body_aco .menu-prices-box {
    width: 450px;
    margin-bottom: 40px;
  }
  section.trial .inner3 h4 {
    height: 50px;
    font-size: 1.4rem;
    line-height: 50px;
  }
  section.trial .inner3 .body_aco .menu-prices-box .text {
    width: 49.11267%;
  }
  section.trial .inner3 .body_aco .text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }
  section.trial .inner3 .body_aco .installment {
    width: 80px;
    height: 22px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  section.trial .inner3 .body_aco .price {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 18px;
    width: 100%;
  }
  section.trial .inner3 .kingaku {
    font-size: 2rem;
  }
  section.trial .inner3 .body_aco .kingaku img {
    height: 40px;
    vertical-align: text-bottom;
  }
  section.trial .inner3 .body_aco .text p:nth-last-of-type(1) {
    font-size: 20px;
    line-height: 20px;
  }
  section.trial .inner3 .without-tax {
    font-size: 0.5rem;
  }
  section.trial .inner3 .body_aco .menu-prices-box figure {
    width: 40.41666%;
    margin-bottom: 15px;
  }
  #features .box p {
    font-size: 16px;
    top: 85px;
    left: 10px;
  }

  section.trial .bg_black .inner .imgBox img {
    display: block;
    margin: 80px auto 0;
  }
  section.trial .bg_black .banner01,
  section.trial .bg_black .banner02 {
    width: 470px;
    margin-top: -88px;
  }
  section.trial .bg_black .banner02 {
    position: absolute;
    top: 0;
    right: 0;
  }
  section.trial .bg_black .plus {
    width: 45px;
    height: 45px;
    margin: -110px auto 0;
  }
  section.trial .bg_black .inner:after {
    display: none;
  }

  section.trial .waribiki {
    padding: 60px 0 95px;
  }
  section.trial .waribiki h2 {
    font-size: 34px !important;
    width: 1100px;
    height: 88px;
  }
  .waribiki {
    padding: 100px 0 0;
    overflow: inherit;
  }
  .waribiki .inner {
    width: 1100px;
  }
  .waribiki .pc_flex {
    display: flex;
    justify-content: space-between;
  }
  .waribiki ul li {
    width: 522px;
    margin-bottom: 42px;
  }
  .waribiki ul:last-child li {
    margin-bottom: 0;
  }
  .waribiki ul li .box {
    margin-right: 0 !important;
  }
  .waribiki h3 {
    margin: 16px 0 17px;
  }
  section.trial .waribiki .banner img + div {
    padding: 11px 11px 0;
    margin-bottom: 0;
    box-shadow: 0 5px 2px #ccc;
  }
  section.trial .waribiki .button {
    margin-top: 20px;
  }

  .flow h2,
  .faq h2 {
    border-bottom: 2px solid var(--gold);
    padding-bottom: 29px;
    margin-bottom: 32px;
  }
  .flow {
    padding: 77px 0 62px;
  }
  .flow .headLine01 {
    font-size: 34px !important;
    width: 1100px;
    height: 88px;
    margin: 0 auto 30px !important;
  }
  .flow h2 img {
    width: 997px;
  }
  .flow .inner {
    width: 1100px;
    padding: 0;
    margin-top: 17px;
  }
  .flow .inner > p {
    line-height: 1.58;
  }
  .flow .inner .slider2 {
    margin: 50px 0 0;
  }
  .flow .inner ul {
    width: 1100px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .flow .inner li {
    width: 1100px;
    display: flex;
    justify-content: space-between;
  }
  .flow .inner li .box {
    width: 530px;
    margin-bottom: 37px;
  }
  .flow .inner li .box:nth-child(2n) {
    animation-delay: 0.2s;
  }
  .flow .inner .midashi div {
    width: 460px;
    padding: 10px 0 12px;
  }
  .flow .inner .midashi .number {
    width: 63px;
    margin-right: 8px;
  }
  .flow .inner .con div {
    width: 233px;
    box-sizing: border-box;
  }
  .flow .inner .con div.left {
    width: 267px;
    padding: 0 22px;
    margin-right: 0;
  }
  .flow .inner .box01 .con div.left .title {
    margin-top: 8px;
  }
  .flow .inner .box01 .con div.left .title a {
    padding: 7px 0;
  }
  .flow .inner .con div a:tel {
    pointer-events: none;
  }
  .flow .inner .con div.right {
    width: 256px;
    margin-left: 0;
  }

  .faq {
    padding: 100px 0 0;
  }
  .faq .inner {
    position: relative;
    width: 1100px;
  }
  .faq .headLine01 {
    font-size: 34px !important;
    width: 1100px;
    height: 88px;
    margin: 0 auto 30px !important;
  }
  .faq h2 img {
    width: 515px;
  }
  .faq .tabs li {
    width: 363px;
    margin-bottom: 44px;
  }
  .faq .tabs li.second {
    position: absolute;
    top: 0;
    left: 369px;
  }
  .faq .tabs li.third {
    position: absolute;
    top: 0;
    left: 738px;
  }
  .faq .tabs li:not(.active) {
    cursor: pointer;
  }
  .faq .box {
    padding-bottom: 95px;
  }
  .faq .box .ttl_aco {
    margin-top: 83px;
    box-sizing: border-box;
  }
  .faq .box .ttl_aco:before {
    width: 36px;
    height: 6px;
    right: 13px;
  }
  .faq .box .ttl_aco:after {
    width: 6px;
    height: 36px;
    right: 28px;
  }
  .faq .box .qBox {
    width: 1006px;
    padding-bottom: 16px;
    border-width: 1px;
  }
  .faq .box .qBox img {
    width: 50px;
    margin-right: 25px;
  }
  .faq .box .aBox {
    width: 1006px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-left: 110px;
  }
  .faq .box .aBox img {
    width: 41px;
    margin-right: 25px;
  }
  .faq .box .body_aco {
    width: 880px;
    margin-top: 36px;
    margin-left: 110px;
  }
  .faq .box .body_aco p {
    line-height: 2;
  }

  .gorilla {
    background-size: 1700px auto;
    background-position: top -32px center;
    padding: 100px 0;
  }
  .gorilla h2 {
    border-bottom: 2px solid var(--gold);
    padding-bottom: 29px;
    margin-bottom: 32px;
  }
  .gorilla h2 img {
    width: 735px;
  }
  .gorilla .inner > p {
    line-height: 1.58;
    white-space: nowrap;
  }
  .gorilla .title {
    margin: 50px 0 0;
    filter: drop-shadow(0 10px 10px #ababab);
  }
  .gorilla .lines {
    margin: 19px auto 15px;
  }
  .gorilla .flex {
    flex-wrap: nowrap;
    margin-top: 0;
  }
  .gorilla .flex li {
    width: 147px;
    margin-bottom: 0;
  }
  .gorilla .flex li:nth-child(2) {
    animation-delay: 0.1s;
  }
  .gorilla .flex li:nth-child(3) {
    animation-delay: 0.2s;
  }
  .gorilla .flex li:nth-child(4) {
    animation-delay: 0.3s;
  }
  .gorilla .flex li:nth-child(5) {
    animation-delay: 0.4s;
  }
  .gorilla .flex li:nth-child(6) {
    animation-delay: 0.5s;
  }
  .gorilla .flex li img {
    filter: drop-shadow(6px 6px 6px #ababab);
    margin-bottom: 10px;
  }
  .gorilla .flex li h3 {
    margin-bottom: 10px;
  }

  .doctor {
    padding: 62px 0;
  }
  .doctor .inner {
    width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .doctor .doctor01 {
    width: 375px;
  }
  .doctor .doctor01 img {
    width: 375px;
    margin-bottom: 0;
  }
  .doctor .doctor02 {
    width: 232px;
  }
  .doctor .doctor_name {
    text-align: left;
  }
  .doctor h3 {
    padding-bottom: 10px;
    border-width: 1px;
    margin-top: 23px;
    margin-bottom: 10px;
  }
  .doctor .doctor02 .flex {
    flex-wrap: wrap;
  }
  .doctor .doctor03 {
    line-height: 1.5;
    width: 310px;
    margin-top: 0;
  }

  .clinic h2 {
    font-size: 46px;
    line-height: 200px;
    background-color: #000;
    background-size: auto 100%;
  }
  .clinic h2 img {
    width: 856px;
  }
  .clinic .inner {
    padding: 50px 0;
    background-color: #e1e1e1;
    background-position: top -8px center;
    border-top: 8px solid #c7c7c7;
  }
  .clinic .inner .flex {
    width: 1100px;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .clinic .inner .flex .relative {
    width: 340px;
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .clinic .inner .flex .relative:nth-child(3n + 1) {
    margin-left: 0;
  }
  .clinic .inner .flex li:nth-child(3n + 2) {
    animation-delay: 0.2s;
  }
  .clinic .inner .flex li:nth-child(3n) {
    animation-delay: 0.4s;
  }
  .clinic .inner .flex li .btn_more {
    line-height: 65px;
  }
  .clinic .inner .flex li + .body_more {
    width: 340px;
    padding-bottom: 0;
  }
  .clinic .inner .flex li + .body_more dl {
    margin: 15px;
  }
  .clinic .inner .flex li + .body_more .outer {
    padding-bottom: 130px;
  }

  #footer {
    padding: 36px 0 45px !important;
  }
  #footer .sns {
    width: 150px;
    margin-bottom: 30px;
  }
  #footer .sns div:nth-child(1) img {
    width: 33px;
  }
  #footer .sns div:nth-child(2) img {
    width: 17px;
  }
  #footer .sns div:nth-child(3) img {
    width: 33px;
  }
  #footer .ftr_logo {
    width: 99px;
    margin: 0 auto 22px;
  }

  .sp,
  .sp_b {
    display: none;
  }
  .pc {
    display: inline;
  }
  .pc_b {
    display: block;
  }
}

[data-animate="fadeInUp"] {
  opacity: 0;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bururi {
  50% {
    transform: scale(1, 1);
  }
  52% {
    transform: scale(0.94);
  }
  54% {
    transform: scale(1, 1);
  }
  56% {
    transform: scale(0.94);
  }
  58% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(0.94);
  }
}

/* 220722 追加措置 */
@media screen and (max-width: 767px) {
  header .hige-menu,
  header .inner .access,
  header .inner .menu {
    display: none !important;
  }
}

#contents #higePrice .headLine01 {
  font-size: calc(100vw / var(--viewport) * 34) !important;
  line-height: 1 !important;
  width: calc(100vw / var(--viewport) * 690);
  height: calc(100vw / var(--viewport) * 88);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000 !important;
  border-bottom: none;
  padding: 0 !important;
  margin: 0 auto calc(100vw / var(--viewport) * 36) !important;
}

#contents #bodyPrice .headLine01,
#contents #appearance .headLine01,
#contents #summerPlan .headLine01 {
  font-size: calc(100vw / var(--viewport) * 34) !important;
  line-height: 1 !important;
  width: calc(100vw / var(--viewport) * 690);
  height: calc(100vw / var(--viewport) * 88);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000 !important;
  border-bottom: none;
  padding: 0 !important;
  margin: 0 auto calc(100vw / var(--viewport) * 36) !important;
}

#comboPrice .headLine01 {
  position: relative;
  font-size: calc(100vw / var(--viewport) * 34) !important;
  line-height: 1.5 !important;
  width: calc(100% - 0.4em);
  height: calc(100vw / var(--viewport) * 128);
  background: #000 !important;
  border-bottom: none;
  padding: 0.2em;
  margin: 0 auto 0 !important;
  display: flex;
  flex-direction: column;
  color: var(--gold);
  justify-content: space-between;
}

#comboPrice .headLine01:before,
#comboPrice .headLine01:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gold);
}
#comboPrice {
  overflow: hidden;
}
#comboPrice .inner {
  width: calc(100vw / var(--viewport) * 690);
  padding: 1em 0;
}

#price_first {
  margin: 0;
}
#price_first .titleArea {
  background-color: #000;
  padding-bottom: 1px;
  margin-bottom: 1.5rem;
  text-align: center;
}
#price_first .priceArea + .priceArea {
  margin-top: 5vw;
}

.priceArea {
  margin-top: 0;
}
.priceArea .midashi {
  color: #fff;
  text-align: center;
  background: url(../img/bg_midashi.png) top center repeat-y;
  background-size: 180vw auto;
  padding: calc(100vw / var(--viewport) * 40) 0
    calc(100vw / var(--viewport) * 46);
}
.priceArea .midashi h2 {
  width: calc(100vw / var(--viewport) * 528);
  margin: 0 auto;
}
.priceArea .midashi h2.border:after {
  width: calc(100vw / var(--viewport) * 308);
  background: #fff;
}
.priceArea .midashi .flex {
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.priceArea .midashi .flex .sub {
  font-size: calc(100vw / var(--viewport) * 38);
}
.priceArea .midashi .flex .price img {
  height: calc(100vw / var(--viewport) * 73);
}
.priceArea .midashi .flex .yen {
  color: #c1272d;
  font-size: calc(100vw / var(--viewport) * 54);
}
.priceArea .midashi .flex .zei {
  font-size: calc(100vw / var(--viewport) * 20);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: pre;
  margin-left: 0.1em;
  vertical-align: sub;
}
.priceArea .midashi .caption {
  font-size: calc(100vw / var(--viewport) * 20);
}
.priceArea .headLine01 {
  width: calc(100vw / var(--viewport) * 690);
  margin-left: auto;
  margin-right: auto;
  background: #000 !important;
  margin-bottom: calc(100vw / var(--viewport) * 10);
}
.priceArea .flex {
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.priceArea .flex li {
  width: 48.9%; /*calc(100vw / var(--viewport) * 357)*/
}
.priceArea .flex li .imgBox .planName {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 36);
  line-height: 1.25;
  background: #000;
  display: flex;
  height: calc(100vw / var(--viewport) * 134);
  padding: 0.3em 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.priceArea .flex li .imgBox .planName .sub {
  font-size: calc(100vw / var(--viewport) * 24);
  line-height: 1.25;
}
.priceArea .flex li .box {
  align-items: stretch;
  margin-top: calc(100vw / var(--viewport) * 17);
}
.priceArea .flex li .box .th {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 33);
  background: #000;
  width: calc(100vw / var(--viewport) * 104);
  display: flex;
  justify-content: center;
  align-items: center;
}
.priceArea .flex li .box .td {
  width: calc(100% - calc(100vw / var(--viewport) * 104));
  border: 2px solid #000;
  border-left: none;
  padding: 0.3em 0 0.5em;
  box-sizing: border-box;
}
.priceArea .flex li .box .td .totalPrice {
  font-size: calc(100vw / var(--viewport) * 56);
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.priceArea .flex li .box .td .totalPrice img {
  height: calc(100vw / var(--viewport) * 38);
  vertical-align: middle;
  margin: 0 0.02em;
}
.priceArea .flex li .box .td .once {
  font-size: calc(100vw / var(--viewport) * 26);
}
.priceArea .flex li .box .td .oncePrice {
  font-size: calc(100vw / var(--viewport) * 40);
}
.priceArea .flex li .box .td .oncePrice img {
  height: calc(100vw / var(--viewport) * 32);
  vertical-align: middle;
  margin: 0 0.02em;
}
.priceArea .flex li.wide {
  width: 100%;
}
.priceArea .caption {
  font-size: 1.2rem;
  line-height: 1.67;
  margin-top: calc(100vw / var(--viewport) * 17);
}
.priceArea .caption .indent_1em {
  line-height: 1.67;
  text-indent: -1em;
  padding-left: 1em;
}

.priceArea#higePrice,
.priceArea#bodySetPrice,
.priceArea#parts {
  margin-top: 30px;
}
.priceArea#bodySetPrice {
  margin-bottom: 30px;
}
.priceArea#parts {
  margin-bottom: 40px;
}
.priceArea#higePrice .ttl_aco,
.priceArea#bodySetPrice .ttl_aco,
.priceArea#parts .ttl_aco,
.priceArea#appearance .ttl_aco {
  width: calc(100vw / var(--viewport) * 690);
  margin: 0 auto;
  position: relative;
}
.priceArea#higePrice .ttl_aco:before,
.priceArea#bodySetPrice .ttl_aco:before,
.priceArea#parts .ttl_aco:before,
.priceArea#appearance .ttl_aco:before {
  content: "";
  width: calc(100vw / var(--viewport) * 25);
  height: calc(100vw / var(--viewport) * 4);
  background: #fff;
  position: absolute;
  top: 50%;
  right: calc(100vw / var(--viewport) * 30);
  transform: translateY(-50%);
}
.priceArea#higePrice .ttl_aco:after,
.priceArea#bodySetPrice .ttl_aco:after,
.priceArea#parts .ttl_aco:after,
.priceArea#appearance .ttl_aco:after {
  content: "";
  width: calc(100vw / var(--viewport) * 4);
  height: calc(100vw / var(--viewport) * 25);
  background: #fff;
  position: absolute;
  top: 50%;
  right: calc(100vw / var(--viewport) * 40);
  transform: translateY(-50%);
}
.priceArea#higePrice .ttl_aco.active:after,
.priceArea#bodySetPrice .ttl_aco.active:after,
.priceArea#parts .ttl_aco.active:after,
.priceArea#appearance .ttl_aco.active:after {
  content: none;
}
.priceArea#higePrice h2,
.priceArea#bodySetPrice h2,
.priceArea#parts h2,
.priceArea#appearance h2 {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 34);
  height: calc(100vw / var(--viewport) * 86);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(100vw / var(--viewport) * 10);
}
.priceArea#bodySetPrice .body_aco,
.priceArea#parts .body_aco,
.priceArea#appearance {
  margin-top: calc(100vw / var(--viewport) * 36);
}
.priceArea#bodySetPrice .planName,
.priceArea#parts .planName {
  /* height: calc(100vw / var(--viewport) * 76); */
  background: #000;
  padding: 0;
  justify-content: center;
}
.priceArea#bodySetPrice .flex li .box .th,
.priceArea#parts .flex li .box .th {
  background: #000;
}
.priceArea#bodySetPrice .flex li .box .td.pd,
.priceArea#parts .flex li .box .td.pd {
  padding: 0.5em 0;
}

.priceArea#comboPrice.comboPrice2 {
  margin-top: 30px;
}
.priceArea#appearance {
  margin-top: 30px;
  margin-bottom: 40px;
}
.priceArea#appearance h2 {
  margin-bottom: calc(100vw / var(--viewport) * 10);
}
.priceArea#appearance .planName {
  background: #000;
}
.priceArea#appearance .flex li .box .th {
  background: #000;
}
.priceArea#appearance .flex li .box .td.pd {
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .priceArea .flex li:nth-child(-n + 2) {
    margin-bottom: calc(100vw / var(--viewport) * 36);
  }
  .priceArea .flex li .box .td .once {
    border-top: 2px dotted #000;
    width: calc(100vw / var(--viewport) * 218);
    padding-top: 0.4em;
    margin: 0 auto;
  }
  .priceArea#parts .flex li:nth-child(-n + 4) {
    margin-bottom: calc(100vw / var(--viewport) * 36);
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  header .inner {
    width: 1100px;
  }
  header .inner .logo {
    margin-left: 0;
  }
  header .add_inquiry {
    padding: 16px 0 0 397px !important;
  }

  .priceArea .midashi {
    background: url(../img/bg_midashi.png) top center repeat-y, #000;
    background-size: 1000px auto;
    padding: 42px 0 52px;
  }
  .priceArea .midashi h2 {
    width: 448px;
  }
  .priceArea .midashi h2.border {
    margin-bottom: 26px !important;
  }
  .priceArea .midashi h2.border:after {
    width: 308px;
  }
  .priceArea .midashi .flex .sub {
    font-size: 38px;
  }
  .priceArea .midashi .flex .price img {
    height: 73px;
  }
  .priceArea .midashi .flex .yen {
    font-size: 54px;
  }
  .priceArea .midashi .flex .zei {
    font-size: 20px;
  }
  .priceArea .midashi .caption {
    font-size: 13px;
  }
  #contents #bodyPrice .headLine01,
  #contents #summerPlan .headLine01 {
    font-size: 34px !important;
    width: 1100px;
    height: 86px;
    margin: 0 auto 40px !important;
  }

  #contents #higePrice .headLine01,
  #contents #appearance .headLine01 {
    font-size: 34px !important;
    width: 1100px;
    height: 86px;
    margin: 0 auto 40px !important;
    padding: 10px 0 8px !important;
  }

  #bodyPrice.priceArea .flex li:last-of-type {
    margin-top: 50px;
  }

  #comboPrice .inner {
    width: calc(1100px - 6em - 2px);
    padding: 3em;
    border: 1px solid #000;
  }
  #comboPrice .headLine01 {
    padding: 0.4em 0.3em;
    font-size: 36px !important;
    width: calc(1100px - 0.6em);
    height: 92px;
    margin: 0 auto !important;
  }

  #price_first .titleArea {
    margin-bottom: 50px;
  }

  #price_first .priceArea + .priceArea {
    margin-top: 50px;
  }

  #price_first #higePrice.priceArea .flex li .imgBox .planName {
    line-height: 1.25;
    height: 86px;
  }

  .priceArea .inner {
    width: 1100px;
    padding: 0;
  }
  .priceArea .headLine01 {
    width: 1100px;
    margin-bottom: 17px;
  }
  .priceArea .flex {
    position: relative;
  }
  .priceArea .flex li {
    width: 262px;
  }
  #price_first .priceArea .flex li,
  #bodyPrice.priceArea .flex li,
  #bodySetPrice.priceArea .flex li,
  #summerPlan.priceArea .flex li {
    width: 524px;
  }
  .priceArea .flex li .imgBox .planName {
    font-size: 22px;
    line-height: 1.5;
    height: 66px;
    padding: 0 0 5px;
    justify-content: center;
  }
  .priceArea .flex li .imgBox .planName .sub {
    font-size: 11px;
  }
  #price_first .priceArea .flex li .imgBox .planName .sub,
  #bodyPrice.priceArea .flex li .imgBox .planName .sub {
    font-size: 20px;
  }
  .priceArea .flex li .box {
    margin-top: 10px;
  }
  .priceArea .flex li .box .th {
    font-size: 20px;
    width: 90px;
  }
  .priceArea .flex li .box .td {
    width: calc(100% - 90px);
  }
  .priceArea .flex li .box .td .totalPrice {
    font-size: 28px;
  }
  .priceArea .flex li .box .td .totalPrice img {
    height: 28px;
  }
  .priceArea .flex li .box .td .pc_flex {
    width: 128px;
    margin: 0 auto;
    border-top: 2px dotted #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.1em;
  }
  .priceArea .flex li .box .td .once {
    font-size: 8px;
    margin-right: 0.6em;
  }
  .priceArea .flex li .box .td .oncePrice {
    font-size: 18px;
  }
  .priceArea .flex li .box .td .oncePrice img {
    height: 17px;
  }
  .priceArea .flex li.wide {
    width: 541px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .priceArea .flex li.wide .box .th {
    width: 120px;
  }
  .priceArea .flex li.wide .box .td {
    width: calc(100% - 120px);
  }
  .priceArea .caption {
    margin-top: 30px;
  }
  .priceArea#higePrice,
  .priceArea#bodySetPrice,
  .priceArea#parts {
    margin-top: 75px;
  }
  .priceArea#parts {
    margin-bottom: 100px;
  }
  .priceArea#higePrice .ttl_aco,
  .priceArea#bodySetPrice .ttl_aco,
  .priceArea#parts .ttl_aco,
  .priceArea#appearance .ttl_aco {
    width: 1100px;
    margin: 0 auto;
  }
  .priceArea#higePrice .ttl_aco:before,
  .priceArea#bodySetPrice .ttl_aco:before,
  .priceArea#parts .ttl_aco:before,
  .priceArea#appearance .ttl_aco:before {
    width: 39px;
    height: 4px;
    right: 40px;
  }
  .priceArea#higePrice .ttl_aco:after,
  .priceArea#bodySetPrice .ttl_aco:after,
  .priceArea#parts .ttl_aco:after,
  .priceArea#appearance .ttl_aco:after {
    width: 4px;
    height: 39px;
    right: 57px;
  }
  .priceArea#higePrice h2,
  .priceArea#bodySetPrice h2,
  .priceArea#parts h2,
  .priceArea#appearance h2 {
    font-size: 34px;
    width: 1100px;
    height: 86px;
    margin-bottom: 17px;
  }
  .priceArea#bodySetPrice .body_aco,
  .priceArea#parts .body_aco,
  .priceArea#appearance .body_aco {
    margin-top: 42px;
  }
  .priceArea#bodySetPrice .flex li .box,
  .priceArea#parts .flex li .box {
    height: 64px;
  }
  .priceArea#bodySetPrice .flex li .box:last-child,
  .priceArea#parts .flex li .box:last-child {
    height: auto;
  }
  .priceArea#bodySetPrice .flex li .box .td.pd,
  .priceArea#parts .flex li .box .td.pd {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .priceArea#bodySetPrice .flex li:nth-child(-n + 3),
  .priceArea#parts .flex li:nth-child(-n + 3) {
    margin-bottom: 18px;
  }
  .priceArea#comboPrice.comboPrice2 {
    margin-top: 75px;
  }
  .priceArea#appearance {
    margin-top: 75px;
    margin-bottom: 100px;
  }
  .priceArea#appearance h2 {
    margin-bottom: 17px;
  }
  .priceArea#appearance .flex li {
    width: 262px;
  }
  .priceArea#appearance .flex li .box {
    height: 64px;
  }
  .priceArea#appearance .flex li .box .td.pd {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .priceArea#appearance .priceArea .flex li .imgBox .planName {
    font-size: 16px;
  }
  .priceArea#appearance .priceArea .flex li .imgBox .planName .sub {
    font-size: 11px;
  }
}

/* 2023 06/21 */
.text_container {
  color: #fff;
  background: #000;
  padding-bottom: calc(100vw / var(--viewport) * 58);
}
.text_area {
  max-width: 1060px;
  margin: 0 auto;
  letter-spacing: 1px;
}
.add_padding1 li {
  list-style: disc;
}
.deco {
  text-decoration: underline;
}

.add_caption {
  margin-top: 10px;
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (min-width: 767px) {
  .text_container {
    padding-bottom: 0;
  }
  .text_area {
    padding: 2rem 0 4rem;
    line-height: 20px;
  }
  .add_padding {
    padding: 2.6rem 1rem;
  }
  .add_padding2 {
    padding: 2.6rem 1rem 0 1rem;
  }
  .add_padding1 {
    padding: 0 2rem;
    margin-left: 1rem;
  }
  .add_padding1 li {
    margin-bottom: 4px;
  }
  .add_padding3 {
    padding: 2.6rem 1rem;
    font-size: 14px;
  }
  .three_contents_pc {
    max-width: 1100px;
    margin: 3rem auto 2rem;
  }
  .white_span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1.2px;
    margin: 0 0.8rem;
  }
  .three_contents_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bg_stripe2 {
    padding: calc(100vw / var(--viewport) * 50)
      calc(100vw / var(--viewport) * 0);
    background-size: auto calc(100vw / var(--viewport) * 11);
    margin: 0;
  }
  .text_area {
    width: calc(100vw / var(--viewport) * 690);
    margin: 0 auto;
    padding: 2rem 0 3rem;
  }
  .font_32_sp1 {
    font-size: 3.87vw;
  }
  .font_32_sp12 {
    font-size: 3.47vw;
  }
  .font_24_sp1 {
    font-size: 3.27vw;
  }
  .add_padding {
    padding: 2rem 1rem;
  }
  .add_padding2 {
    padding: 1.6rem 1rem 0 1rem;
  }
  .add_padding1 {
    padding: 0 0 0 3rem;
    margin-left: 0.4rem;
  }
  .add_padding1 li {
    margin-bottom: 4px;
  }
  .add_padding3 {
    padding: 1.4rem 1rem;
  }
  .white_span {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1.2px;
    margin: 0 0.4rem;
  }
  .three_contents_pc {
    display: none;
  }
  .three_contents_sp {
    margin: 2rem 0;
  }
  .deco_none {
    text-decoration: none !important;
  }
}

/* added 0705 */
.banner-content {
  text-align: center;
  margin: 40px auto;
}
.banner-content img {
  width: 1000px;
}
.border-top {
  border-top: 10px solid #001b5d;
}
@media screen and (max-width: 767px) {
  .banner-content {
    width: calc(100vw / var(--viewport) * 690);
    margin: 30px auto;
  }
  .border-top {
    border-top: 12px solid #001b5d;
  }
}

/* 2023.12.01 added */
.startPlan {
  margin-bottom: 20px;
}
#price_first .startPlan {
  margin-bottom: 30px;
}
.startPlan ul li {
  margin-bottom: 0 !important;
}
.startPlan ul li .imgBox .planName {
  height: calc(100vw / var(--viewport) * 112) !important;
}
.startPlan ul li .box .th {
  width: calc(100vw / var(--viewport) * 230) !important;
  background: #000 !important;
}
.startPlan ul li .box .td {
  width: calc(100% - calc(100vw / var(--viewport) * 230)) !important;
}
@media screen and (min-width: 768px) {
  .priceArea .startPlan .flex {
    justify-content: center;
  }
  .priceArea .startPlan .flex li.wide {
    position: initial;
  }
  .priceArea .startPlan .flex li .imgBox .planName {
    height: 57px !important;
  }
  .startPlan ul li .box .th {
    width: 139px !important;
  }
  .startPlan ul li .box .td {
    width: calc(100% - 139px) !important;
  }
}
@media screen and (max-width: 767px) {
  .line {
    padding-top: calc(100vw / var(--viewport) * 60);
    margin: 0 calc(100vw / var(--viewport) * 30)
      calc(100vw / var(--viewport) * 60);
  }
}
@media screen and (min-width: 768px) {
  .line {
    width: 1000px;
    padding-top: 100px;
    margin: 0 auto 100px;
  }
}

.ttl_15peroff {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .ttl_15peroff {
    margin-bottom: 30px;
  }
}

/**hydra**/
.hydra {
  margin-top: calc(100vw / var(--viewport) * 60);
}
.hydra__headline__sub {
  font-weight: 900;
  margin: calc(100vw / var(--viewport) * 44) auto 0;
  text-align: center;
  line-height: 1.4;
}
.hydra__headline {
  font-weight: 900;
  margin: calc(100vw / var(--viewport) * 30) auto 0;
  text-align: center;
  line-height: 1.4;
  padding-bottom: calc(100vw / var(--viewport) * 38);
  border-bottom: 2px solid var(--gold);
  margin-bottom: calc(100vw / var(--viewport) * 38);
}
.hydra__txt {
  margin: calc(100vw / var(--viewport) * 40) auto 0;
  line-height: 1.75;
}
.area_hydraBa {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.area_hydraBa img {
  width: calc(100vw / var(--viewport) * 330);
}
.area_hydraBa div:nth-of-type(n + 3) img {
  margin: calc(100vw / var(--viewport) * 30) auto 0;
}
.area_hydraBa__txt {
  margin: calc(100vw / var(--viewport) * 20) auto 0;
  text-align: center;
}
.hydra .titleArea {
  color: #fff;
  text-align: center;
  line-height: calc(100vw / var(--viewport) * 79);
  background: #000;
  margin: calc(100vw / var(--viewport) * 45) auto 0;
}
.hydra .ttl_aco .inner {
  width: 100%;
  position: relative;
}
.hydra .ttl_aco .inner:before {
  content: "";
  width: calc(100vw / var(--viewport) * 25);
  height: calc(100vw / var(--viewport) * 4);
  background: #fff;
  position: absolute;
  top: 50%;
  right: calc(100vw / var(--viewport) * 30);
  transform: translateY(-50%);
}
.hydra .ttl_aco .inner:after {
  content: "";
  width: calc(100vw / var(--viewport) * 4);
  height: calc(100vw / var(--viewport) * 25);
  background: #fff;
  position: absolute;
  top: 50%;
  right: calc(100vw / var(--viewport) * 40);
  transform: translateY(-50%);
}
.hydra .ttl_aco.active .inner:after {
  display: none;
}
.area_hydraStep {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: calc(100vw / var(--viewport) * 86) auto 0;
}
.area_hydraStep__box {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_hydraStep__box:nth-of-type(n + 2) {
  margin: calc(100vw / var(--viewport) * 64) auto 0;
}
.area_hydraStep__box .img {
  width: calc(100vw / var(--viewport) * 332);
  position: relative;
}
.area_hydraStep__box .img:before {
  content: "STEP 1";
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: bold;
  width: calc(100vw / var(--viewport) * 153);
  padding: calc(100vw / var(--viewport) * 8) 0;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: calc(100vw / var(--viewport) * 6);
  position: absolute;
  z-index: 2;
  top: calc(100vw / var(--viewport) * -20);
}
.area_hydraStep__box:nth-of-type(2) .img:before {
  content: "STEP 2";
}
.area_hydraStep__box:nth-of-type(3) .img:before {
  content: "STEP 3";
}
.area_hydraStep__box:nth-of-type(4) .img:before {
  content: "STEP 4";
}
.area_hydraStep__box:nth-of-type(5) .img:before {
  content: "STEP 5";
}
.area_hydraStep__box__txt {
  width: calc(100vw / var(--viewport) * 331);
  line-height: 1.75;
}
.area_hydraStep__hr {
  color: #bba170;
  margin: calc(100vw / var(--viewport) * 56) auto
    calc(100vw / var(--viewport) * 20);
}
.area_hydraFeatures {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: calc(100vw / var(--viewport) * 86) auto 0;
}
.area_hydraFeatures__box {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_hydraFeatures__box:nth-of-type(n + 2) {
  margin: calc(100vw / var(--viewport) * 70) auto 0;
}
.area_hydraFeatures__box .img img {
  width: 100vw;
  height: calc(100vw / var(--viewport) * 317);
  object-fit: cover;
}
.area_hydraFeatures__box:nth-of-type(3) .img img {
  object-position: left top;
}
.area_hydraFeatures__box__txt {
  line-height: 1.75;
}
.area_hydraFeatures__box__txt h4 {
  margin: calc(100vw / var(--viewport) * 24) auto
    calc(100vw / var(--viewport) * 20);
  padding-bottom: calc(100vw / var(--viewport) * 22);
  border-bottom: calc(100vw / var(--viewport) * 1) solid #000;
}
.area_hydraPrice__headline {
  margin: calc(100vw / var(--viewport) * 50) auto 0;
  text-align: center;
}
.area_hydraPrice {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: calc(100vw / var(--viewport) * 40) auto;
}
.area_hydraPrice .img img {
  width: calc(100vw / var(--viewport) * 331);
}
.area_hydraPrice .img:nth-of-type(n + 3) img {
  margin: calc(100vw / var(--viewport) * 30) auto 0;
}

@media screen and (min-width: 768px) {
  .hydra {
    margin-top: 78px;
  }
  .hydra .inner {
    width: 1100px;
  }
  .hydra__headline__sub {
    margin: 60px auto 0;
  }
  .hydra__headline {
    padding-bottom: 26px;
    margin: 30px auto 32px;
  }
  .hydra__txt {
    margin: 32px auto 0;
  }
  .area_hydraBa {
    margin: 40px auto 0;
  }
  .area_hydraBa img {
    width: 527px;
  }
  .area_hydraBa div:nth-of-type(n + 3) img {
    margin: 44px auto 0;
  }
  .area_hydraBa__txt {
    margin: 15px auto 0;
  }
  .hydra .titleArea {
    line-height: 79px;
    margin: 54px auto 0;
  }
  .hydra .ttl_aco .inner {
    width: 1100px;
  }
  .hydra .ttl_aco .inner:before {
    width: 39px;
    height: 4px;
    right: 40px;
  }
  .hydra .ttl_aco .inner:after {
    width: 4px;
    height: 39px;
    right: 57px;
  }
  .area_hydraStep {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px auto 0;
  }
  .area_hydraStep__box {
    width: 206px;
  }
  .area_hydraStep__box:nth-of-type(n + 2) {
    margin: 0;
  }
  .area_hydraStep__box .img {
    width: 206px;
  }
  .area_hydraStep__box .img:before {
    font-size: 16px;
    width: 86px;
    padding: 6px 0;
    border-radius: 6px;
    top: -20px;
  }
  .area_hydraStep__box__txt {
    width: 100%;
    margin: 10px auto 0;
  }
  .area_hydraStep__hr {
    color: #bba170;
    margin: 60px auto 20px;
  }
  .area_hydraFeatures {
    margin: 38px auto 0;
  }
  .area_hydraFeatures__box {
    width: 528px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area_hydraFeatures__box:nth-of-type(n + 2) {
    margin: 0;
  }
  .area_hydraFeatures__box .img img {
    height: auto;
  }
  .area_hydraFeatures__box:nth-of-type(3) {
    width: 100%;
    align-items: center;
    margin: 40px auto 0;
  }
  .area_hydraFeatures__box:nth-of-type(3) .img img {
    width: 528px;
    object-position: center center;
  }
  .area_hydraFeatures__box:nth-of-type(3) .area_hydraFeatures__box__txt {
    width: 528px;
  }
  .area_hydraFeatures__box__txt h4 {
    margin: 30px auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .area_hydraFeatures__box:nth-of-type(3) .area_hydraFeatures__box__txt h4 {
    margin-top: 0;
  }
  .area_hydraPrice__headline {
    margin: 40px auto 30px;
  }
  .area_hydraPrice {
    margin: 25px auto;
  }
  .area_hydraPrice .img img {
    width: 263px;
  }
  .area_hydraPrice .img:nth-of-type(n + 3) img {
    margin: 0;
  }
}

#cvBox {
  display: none;
}

/* 新生活応援キャンペーン、ヒゲ脱毛割引料金 */
@media screen and (min-width: 768px) {
  .bannerArea img {
    width: 640px;
  }
}
.bnrCampaignArea {
  background: #000;
  padding-bottom: 40px;
  text-align: center;
}
.bnrCampaignArea img {
  width: 90%;
}
#contents #bodyPrice .bnrArea {
  margin-bottom: 20px;
}
li .box .td .totalPrice .strikethrough {
  position: relative;
}
li .box .td .totalPrice .strikethrough::after {
  content: "";
  position: absolute;
  left: 0;
  top: 54%;
  width: 100%;
  height: 2px;
  background-color: #ad3322;
  z-index: 1;
}
.priceArea li .imgBox {
  position: relative;
}
.priceArea li .imgBox .priceOff {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background: #be2700;
  color: #fff;
  font-size: 3vw;
  font-weight: normal;
  box-sizing: border-box;
  padding-top: 3.3%;
}
.priceArea li .imgBox .priceOff .bold {
  font-size: 3.4vw;
}
.priceArea li .box {
  position: relative;
}
.priceArea li .box .priceOff {
  position: absolute;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #be2700;
  color: #fff;
  font-size: 2.5vw;
  font-weight: normal;
  box-sizing: border-box;
  padding-top: 2.8%;
  top: 5%;
  right: 75%;
}
.priceArea li .box .priceOff .bold {
  font-size: 3vw;
}
/* @media screen and (max-width: 767px) {
  .priceArea .flex li .box .th.five {
    padding-top: 17%;
  }
} */
@media screen and (min-width: 768px) {
  .bnrCampaignArea img {
    width: 1100px;
  }
  #contents #bodyPrice .bnrArea {
    margin-bottom: 40px;
  }
  .priceArea li .imgBox .priceOff {
    width: 60px;
    height: 60px;
    font-size: 17px;
    padding-top: 11px;
  }
  .priceArea li .imgBox .priceOff .bold {
    font-size: 19px;
  }
  .priceArea li .box .priceOff {
    width: 60px;
    height: 60px;
    font-size: 17px;
    padding-top: 11px;
    top: 12%;
    right: 55%;
  }
  .priceArea li .box .priceOff .bold {
    font-size: 19px;
  }
}

/* lead */

section.lead {
  margin-top: calc(100vw / var(--viewport) * 30);
  position: relative;
  background: #000;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  section.lead {
    margin-top: calc(100vw / var(--viewport) * 80);
  }
}

section.lead:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #000;
  display: block;
  margin: 20px auto 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.lead:after {
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-top: 70px solid #000;
    bottom: -70px;
  }
}

section.lead h2 {
  width: 80vw;
  margin: 0 auto;
}
section.lead .case {
  width: 30vw;
  height: 25vw;
  float: left;
}
section.lead .case01 {
  background: url(../img/lead_img01.png) top center no-repeat;
  background-size: contain;

  margin-right: 2vw;
  margin-left: 3vw;
}
section.lead .case01 p {
  padding-top: 2.2vw;
}
section.lead .case02 {
  background: url(../img/lead_img02.png) top center no-repeat;
  background-size: contain;
  margin-right: 2vw;
  margin-top: 1vw;
  animation-delay: 0.2s;
}
section.lead .case02 p {
  padding-top: 4.6vw;
}
section.lead .case03 {
  background: url(../img/lead_img03.png) top center no-repeat;
  background-size: contain;

  animation-delay: 0.4s;
}
section.lead .case03 p {
  padding-top: 2.2vw;
}
section.lead .case p {
  height: 18.67vw;
  text-align: center;
  line-height: 1.57;
  margin-left: 3.45vw;
  display: none;
}
section.lead .case p span {
  color: #c1272d;
  font-weight: bold;
  position: relative;
}
section.lead .case p span:before {
  content: "・";
  position: absolute;
  top: -2.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.lead {
    padding: 70px 0;
  }

  section.lead h2 {
    width: 1070px;
  }
  section.lead .caseArea {
    display: table;
    margin: 0 auto;
  }
  section.lead .case {
    height: 288px;
    width: 355px;
  }
  section.lead .case p {
    height: auto;
    margin-left: 40px;
    display: block;
  }
  section.lead .case01 {
    background-size: auto 100%;
    margin-right: 40px;
  }
  section.lead .case01 p {
    padding-top: 28px;
  }
  section.lead .case02 {
    background-size: auto 100%;
    margin-right: 40px;
    margin-top: 20px;
  }
  section.lead .case02 p {
    padding-top: 50px;
  }
  section.lead .case03 {
    background-size: auto 100%;
  }
  section.lead .case03 p {
    padding-top: 28px;
  }
  section.lead .case p span:before {
    top: -18px;
  }
}

/* lead2 */

section.lead2 {
  padding: calc(100vw / var(--viewport) * 85) 0
    calc(100vw / var(--viewport) * 55);
  /*height: calc(100vw / var(--viewport) * 850); */
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}

section.lead2.active:after {
  transform: translateX(0);
}
section.lead2 h2 {
  width: calc(100vw / var(--viewport) * 611);
  margin: 0 auto calc(100vw / var(--viewport) * 5);
  animation-delay: 0.2s;
}
section.lead2 .other {
  width: calc(100vw / var(--viewport) * 210);
  position: absolute;
  top: -4vw;
  left: 0;
}
section.lead2 .relative {
  animation-delay: 0.4s;
}
section.lead2 table {
  width: calc(100vw / var(--viewport) * 690);
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 1.5vw 1.5vw 3px rgb(100 100 100 / 20%);
}
section.lead2 th,
section.lead2 td {
  text-align: center;
}
section.lead2 th {
  color: #fff;
}
section.lead2 .th_spacer {
  height: calc(100vw / var(--viewport) * 27);
}
section.lead2 th.th2 {
  width: 40%;
  height: calc(100vw / var(--viewport) * 58);
  background: #898989;
}
section.lead2 th.th3 {
  background: #bba170;
  border: 1.33vw solid #bba170;
  border-bottom: none;
  height: calc(100vw / var(--viewport) * 70);
  width: 41%;
  padding-bottom: 1.33vw;
}
section.lead2 td {
  font-size: 2.4vw;
  background: #fff;
  border: 2px solid #898989;
  border-bottom: none;
  padding: 2vw 0;
}
section.lead2 td.td1_2 {
  border-top: none;
}
section.lead2 td.td1_3 {
  border-top: none;
}
section.lead2 td.td1_3,
section.lead2 td.td2_3 {
  border-left: 1.33vw solid #bba170;
  border-right: 1.33vw solid #bba170;
}
section.lead2 td.td3_1 {
  border-bottom: 2px solid #898989;
}
section.lead2 td.td3_2 {
  border-bottom: 2px solid #898989;
}
section.lead2 td.td3_3 {
  border-left: 1.33vw solid #bba170;
  border-right: 1.33vw solid #bba170;
  position: relative;
}
section.lead2 td.td3_3:after {
  content: "";
  width: calc(100% + 2.66vw);
  height: 1.33vw;
  background: #bba170;
  position: absolute;
  bottom: -1.5px;
  left: -1.33vw;
}

@media screen and (max-width: 767px) {
  section.lead2 .inner {
    width: 100%;
  }
  section.lead2 .inner .button img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  section.lead2 {
    padding: 120px 0 60px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  section.lead2 .inner {
    width: 1250px;
  }
  section.lead2 .button {
    margin: 50px auto 0;
  }
  section.lead2.active:after {
    transform: translateX(0);
  }
  section.lead2 h2 {
    width: 884px;
    margin-bottom: 5px;
  }
  section.lead2 .other {
    width: 315px;
    position: absolute;
    top: -41px;
    left: 0;
  }
  section.lead2 table {
    line-height: 1.4;
    width: 1000px;
    box-shadow: 10px 10px 6px rgb(100 100 100 / 20%);
  }
  section.lead2 .th_spacer {
    height: 30px;
  }
  section.lead2 th.th2 {
    width: 350px;
    height: 80px;
  }
  section.lead2 th.th3 {
    width: 422px;
    height: 110px;
    border: 8px solid #bba170;
    border-bottom: none;
    padding-bottom: 0;
  }
  section.lead2 td {
    font-size: 19px;
    padding: 14px 0;
  }
  section.lead2 td.td1_3,
  section.lead2 td.td2_3 {
    border-left: 8px solid #bba170;
    border-right: 8px solid #bba170;
  }
  section.lead2 td.td3_3 {
    border-left: 8px solid #bba170;
    border-right: 8px solid #bba170;
  }
  section.lead2 td.td3_3:after {
    width: calc(100% + 16px);
    height: 8px;
    left: -8px;
  }
}

/* answer */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .a_only {
    display: none;
  }
}

.answer {
  background: #000;
  padding: calc(100vw / var(--viewport) * 38) 0 0;
  height: calc(100vw / var(--viewport) * 388);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: -2;
}
.answer:after {
  content: "";
  background: url(../img/bg_answer_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 1s cubic-bezier(0.25, 0, 0, 1);
  transform: translateX(-100vw);
}
.answer.active:after {
  transform: translateX(0);
}
.answer h2 {
  width: calc(100vw / var(--viewport) * 562);
  margin: 0 auto calc(100vw / var(--viewport) * 26);
}
.answer .flex {
  display: flex;
  justify-content: space-between;
  padding: 0 calc(100vw / var(--viewport) * 30);
}
.answer .point {
  text-align: center;
  width: calc(100vw / var(--viewport) * 212);
  height: calc(100vw / var(--viewport) * 212);
  padding: calc(100vw / var(--viewport) * 37) 0 0;
  box-sizing: border-box;
}
.answer .point img,
.answer .point p {
  display: none;
}
.answer .point01 {
  background: url(../img/point01_sp.png) top center no-repeat;
  background-size: 100% auto;
}
.answer .point02 {
  background: url(../img/point02_sp.png) top center no-repeat;
  background-size: 100% auto;
  animation-delay: 0.2s;
}
.answer .point01 img {
  width: calc(100vw / var(--viewport) * 134);
  margin-bottom: calc(100vw / var(--viewport) * 9);
}
.answer .point02 {
  animation-delay: 0.4s;
}
.answer .point02 img {
  width: calc(100vw / var(--viewport) * 134);
  margin-bottom: calc(100vw / var(--viewport) * 1);
}
.answer .point03 {
  background: url(../img/point03_sp.png) top center no-repeat;
  background-size: 100% auto;
  animation-delay: 0.6s;
}
.answer .point03 img {
  width: calc(100vw / var(--viewport) * 135);
  margin-bottom: calc(100vw / var(--viewport) * 1);
}
.answer .point p {
  line-height: 1.45;
}

@media screen and (min-width: 768px) {
  .answer {
    height: 561px;
    padding: 30px 0 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .answer .inner {
    width: 1040px;
  }
  .answer:after {
    content: "";
    background: url(../img/bg_answer_pc.png) top center no-repeat, #000;
    background-size: auto 561px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 1s cubic-bezier(0.25, 0, 0, 1);
    transform: translateX(-100vw);
  }
  .answer.active:after {
    transform: translateX(0);
  }
  .answer h2 {
    width: 500px;
    margin: 0 auto 15px;
  }

  .answer .flex {
    width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  .answer .point {
    width: 320px;
    height: 299px;
    background: #fff;
    box-sizing: border-box;
    padding: 0;
  }
  .answer .point img,
  .answer .point p {
    display: inline-block;
  }
  .answer .point01 img {
    width: 100%;
    margin-bottom: 0;
  }
  .answer .point02 img {
    width: 100%;
    margin-bottom: 0;
  }
  .answer .point03 img {
    width: 100%;
    margin-bottom: 0;
  }
}

/* point */

section.point .icon {
  width: 47%;
  margin: 0 auto 15px !important;
  display: block;
}
section.point h2 {
  margin: 0 auto;
}

h2.border {
  position: relative;
  margin-bottom: calc(100vw / var(--viewport) * 57) !important;
}
h2.border:after {
  content: "";
  width: 88%;
  height: calc(100vw / var(--viewport) * 4);
  background: #bba171 !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * -4);
  margin: 0 auto;
}
.point02 h2.border:after {
  width: 96%;
}
.point03 h2.border:after {
  width: 92%;
}

section.point {
  padding: 0 0 40px;
  background: #f4f4f4;
}

section.point .point01,
section.point .point03 {
  padding: calc(100vw / var(--viewport) * 66) 0 0 !important;
}
section.point .point02 {
  padding: calc(100vw / var(--viewport) * 30) 0 0;
}
section.point .point03 {
  background: #f4f4f4 !important;
  color: #000 !important;
}
section.point h2 {
  text-align: center;
  line-height: 1.5;
}
section.point h2 .sub {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 900;
  display: block;
}
section.point h2 .note {
  font-size: 15px;
}
section.point h2 .h2 {
  color: #000;
  font-size: calc(100vw / var(--viewport) * 50);
  display: block;
  border-bottom: none;
  margin-left: 0 !important;
}

section.point .point03 .flex .imgBox {
  margin-bottom: 12px !important;
}
@media screen and (max-width: 767px) {
  section.point .point03 .flex li {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

section.point .point01 .images,
section.point .point02 .images {
  padding: calc(100vw / var(--viewport) * 38) calc(100vw / var(--viewport) * 30)
    calc(100vw / var(--viewport) * 40);
}
@media screen and (max-width: 767px) {
  section.point .point02 .images {
    padding: calc(100vw / var(--viewport) * 38) 0
      calc(100vw / var(--viewport) * 40);
  }
}
@media screen and (min-width: 768px) {
  section.point .point02 .images img {
    width: 100% !important;
  }
}

section.point .point01 .images .box {
  text-align: center;
  width: calc(100vw / var(--viewport) * 320);
}
section.point .point01 .images .left {
  float: left;
}
section.point .point01 .images .right {
  float: right;
}
section.point .point01 .images .box .midashi {
  color: #fff;
  width: calc(100vw / var(--viewport) * 222);
  background: #7f7f7f;
  padding: calc(100vw / var(--viewport) * 20);
  margin: 0 auto;
  border-radius: calc(100vw / var(--viewport) * 8);
}
section.point .point01 .images .box .relative p {
  line-height: 1.3;
  position: absolute;
  top: calc(100vw / var(--viewport) * 104);
  left: calc(100vw / var(--viewport) * 23);
}
section.point .point01 .images .box .caption {
  color: #fff;
  width: calc(100vw / var(--viewport) * 192);
  margin: calc(100vw / var(--viewport) * 10) auto 0;
  background: #7f7f7f;
  padding: 2vw 0;
  border-radius: calc(100vw / var(--viewport) * 50);
}
section.point .point01 .images .box.right .midashi {
  background: #bba170;
}
section.point .point01 .images .box.right .caption {
  background: #bba170;
}
section.point .point01 .images p span {
  color: #c1272d;
}

section.point .priceArea#parts {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.point .priceArea#parts {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  section.point {
    padding: 0 0 80px;
  }
  section.point .point01,
  section.point .point02,
  section.point .point03 {
    padding: 65px 0 0;
  }
  section.point .point03 {
    padding: 20px 0 0 !important;
  }
  section.point .inner {
    width: 1250px;
  }
  section.point .priceArea .inner {
    width: 1100px;
  }

  section.point .icon {
    width: 308px;
    margin: 0 auto 30px !important;
  }

  section.point h2 .h2 {
    font-size: calc(100vw / var(--viewport) * 42);
  }
  section.point h2 + p {
    line-height: 1.65;
    display: table;
    margin: 0 auto;
  }
  section.point .point02 h2 + p {
    margin: 0 auto 20px;
  }
  section.point .point01 h2 {
    width: 1025px;
  }
  section.point .point01 .images {
    padding: 0 0 30px;
    margin-top: 42px;
  }
  section.point .point01 .images .box {
    width: 463px;
  }
  section.point .point01 .images .box .midashi {
    width: 284px;
    padding: 19px;
  }
  section.point .point01 .images .box .relative p {
    top: 159px;
    left: 55px;
  }
  section.point .point01 .images .box .caption {
    width: 246px;
    padding: 12px;
    margin: 13px auto 0;
  }
}

section.point h2 {
  text-align: center;
  line-height: 1.5;
}
section.point h2 .sub {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 900;
  display: block;
}
section.point .h2 {
  color: #000;
  font-weight: bold;
  font-size: calc(100vw / var(--viewport) * 42);
  font-weight: 900;
  text-align: center;
  padding-bottom: calc(100vw / var(--viewport) * 14);
  margin-bottom: calc(100vw / var(--viewport) * 24);
}

section.point .point02 h2 .h2 {
  line-height: 1.6;
  font-feature-settings: "palt";
}
section.point .point02 .images {
  margin: calc(100vw / var(--viewport) * 4) auto
    calc(100vw / var(--viewport) * 20);
}
section.point .point02 .caption {
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
@media screen and (min-width: 768px) {
  section.point .point02 .icon {
    margin-bottom: 10px;
  }
  section.point h2 .sub {
    font-size: 25px;
  }
  section.point h2 .h2 {
    font-size: 50px;
    letter-spacing: -3px;
    padding-bottom: 0;
    margin-left: -0.5em;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
  }
  section.point .point02 .images {
    text-align: center;
    margin: 0;
  }
  section.point .point02 .images img {
    width: 824px;
  }
  section.point .point02 .caption {
    text-align: center;
    background: #000;
    margin-bottom: 47px;
  }
}

section.point .point03 {
  color: #fff;
  background: #000;
  padding: calc(100vw / var(--viewport) * 66) 0
    calc(100vw / var(--viewport) * 86);
}
section.point .point03 h2 {
  width: calc(100vw / var(--viewport) * 630);
}
section.point .point03 h2.border:after {
  background: #fff;
}
section.point .point03 .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
section.point .point03 .flex li {
  width: calc(100vw / var(--viewport) * 329);
}
section.point .point03 .flex .imgBox {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.point .point03 .flex .merit01 img,
section.point .point03 .flex .merit02 img,
section.point .point03 .flex .merit03 img,
section.point .point03 .flex .merit04 img {
  width: calc(100vw / var(--viewport) * 328);
}
section.point .point03 .flex .text {
  font-size: calc(100vw / var(--viewport) * 20);
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  section.point .point03 .flex li:nth-child(n + 3) {
    margin-top: calc(100vw / var(--viewport) * 20);
  }
}

@media screen and (min-width: 768px) {
  section.point .point03 {
    background-size: 972px auto;
    background-position: center 272px;
    padding: 75px 0;
  }
  section.point .point03 .inner {
    width: 1100px;
  }
  section.point .point03 h2 {
    width: 592px;
  }
  section.point h2 + p {
    width: 743px;
    font-size: 17px;
  }
  section.point .point03 .flex {
    justify-content: space-between;
    margin-top: 40px;
  }
  section.point .point03 .flex li {
    width: 259px;
  }
  section.point .point03 .flex .imgBox {
    margin-bottom: 7px;
  }
  section.point .point03 .flex .merit01 img,
  section.point .point03 .flex .merit02 img,
  section.point .point03 .flex .merit03 img,
  section.point .point03 .flex .merit04 img {
    width: 230px;
  }
  section.point .point03 .flex .text {
    font-size: 14px;
  }
  h2.border {
    margin-bottom: 40px !important;
  }
  h2.border:after {
    width: 630px;
    height: 2px;
    bottom: -12px;
  }
  .point02 h2.border:after {
    width: 1000px;
  }
  .point03 h2.border:after {
    width: 560px;
  }
}
section.point .point03 h2 .sub {
  font-size: calc(100vw / var(--viewport) * 34);
  font-weight: 900;
  display: block;
  line-height: 1.2;

}
section.point .point03 h2 .h2 {
  line-height: 1.2;
}
section.point h2 .sub .large {
  font-size: calc(100vw / var(--viewport) * 48);
}
section.point h2 .note {
  font-size: 11px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  section.point .point03 h2 .sub {
    font-size: 32px;
  }
  section.point .point03 h2 .sub .large {
    font-size: 48px;
  }
  section.point h2 .note {
    font-size: 13px;
    font-weight: normal;
  }
}

/* how */
#how .sectionButton-box .sectionButton-inner {
  font-size: calc(100vw / var(--viewport) * 22);
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  color: #000;
  width: calc(100vw / var(--viewport) * 412);
  height: calc(100vw / var(--viewport) * 75);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}
#how .sectionButton-box .sectionButton-inner {
  margin-top: 3vw;
}

@media screen and (min-width: 768px) {
  #how .sectionButton-box .sectionButton-inner {
    font-size: 22px;
    width: 345px;
    height: 62px;
  }
  #how .sectionButton-box .sectionButton-inner {
    margin-top: 30px;
  }
}

#how {
  color: #fff;
  margin-top: calc(100vw / var(--viewport) * 60);
  margin-bottom: calc(100vw / var(--viewport) * 60);
  text-align: center;
}

#how .howMainTitle {
  display: inline-block;
  margin: 0 auto calc(100vw / var(--viewport) * 30);
  line-height: 1.6;
  position: relative;
  padding: 0 40px;
}

#how .howMainTitle .font_gold {
  font-size: 76px;
}

#how .howMainTitle::before,
#how .howMainTitle::after {
  content: "";
  position: absolute;
  top: 45%;
  width: 200px;
  height: 4px;
  background: #000;
}
@media screen and (max-width: 767px) {
  #how .howMainTitle {
    margin: 0 auto calc(100vw / var(--viewport) * 55);

    line-height: 1.4;
    padding: 0 50px;
  }
  #how .howMainTitle::before,
  #how .howMainTitle::after {
    top: 45%;
    width: 60px;
    height: 2px;
  }
  #how .howMainTitle .font_gold {
    font-size: 20px !important;
  }
}

#how .howMainTitle::before {
  left: 0;
  transform: rotate(-105deg);
}

#how .howMainTitle::after {
  right: 0;
  transform: rotate(105deg);
}

#how .howMediostar {
  background: #f4f4f4;
  text-align: center;
}
#how .howYaglaser {
  text-align: center;
  background: #f4f4f4;
}
#how .howMediostar .inner,
#how .howYaglaser .inner {
  padding-bottom: 4vw;
}
#how .howMediostar .section-lead {
  background: #010223;
}
#how .howMediostar .section-lead .sectionTitle-box {
  padding-bottom: calc(100vw / var(--viewport) * 50);
}
#how .howMediostar .section-lead .sectionTitle {
  background-color: rgba(14, 21, 160, 0.28);
}
#how .howMediostar .section-lead .sectionSubTitle:before {
  border-color: #000fb4;
}
#how .howMediostar .movieBox {
  background: #000;
  padding: 10px 0 15px;
}
#how .howYaglaser .section-lead {
  background: #3d1024;
}
#how .howYaglaser .section-lead .sectionTitle-box {
  padding-bottom: calc(100vw / var(--viewport) * 10);
}
#how .howYaglaser .section-lead .sectionTitle {
  background-color: rgba(163, 7, 7, 0.28);
}
#how .howYaglaser .section-lead .sectionSubTitle:before {
  border-color: #b40000;
}

#how .howYaglaser .movieBox {
  padding-top: calc(100vw / var(--viewport) * 30);
  background: #000 url(../img/bg_yag_pc.webp) no-repeat center / cover;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #how .howYaglaser .movieBox {
    padding-bottom: 15px;
  }
}

#how .section-lead {
  padding-top: calc(100vw / var(--viewport) * 60);
  padding-bottom: calc(100vw / var(--viewport) * 60);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#how .section-lead .sectionTitle-box {
  padding-top: calc(100vw / var(--viewport) * 30);
}
#how .section-lead .sectionSubTitle {
  position: relative;
  display: inline-block;
  margin: 0 4vw;
  background: #fff;
  color: #000;
  padding: 2vw;
  font-weight: 600;
}
#how .section-lead .sectionSubTitle:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  border: 1px solid;
  margin: auto;
}
#how .section-lead .sectionTitle {
  color: #fff;
  padding: 8vw 4vw 3vw 4vw;
  margin-bottom: 4vw;
  letter-spacing: 0.1em;
}
#how .section-lead .sectionTitle:after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--gold);
  margin-top: 3vw;
}
#how .section-lead .sectionSubText {
  line-height: 1.6;
}

#how .inner .caption {
  font-size: 9px;
  text-align: left;
  line-height: 1.67;
  width: calc(100vw / var(--viewport) * 650);
  margin: calc(100vw / var(--viewport) * 17) auto 0;
  color: #000;
}

#how .pc_flex .circle {
  text-align: center;
  background: #b40000;
  width: calc(100vw / var(--viewport) * 285);
  height: calc(100vw / var(--viewport) * 285);
  border-radius: 50vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.5;
  align-content: center;
  margin: 0 auto calc(100vw / var(--viewport) * 17);
}
#how .pc_flex .text {
  padding-bottom: calc(100vw / var(--viewport) * 59);
}
#how .pc_flex .text p {
  line-height: 1.5;
}

#how .howMediostar .body_aco {
  background: #f4f4f4;
  padding-bottom: 10px;
}
#how .howMediostar .body_aco .movieBox {
  background: #000;
  padding: 10px 0 15px;
}
#how .howMediostar .body_aco p {
  color: #000;
}
@media screen and (min-width: 768px) {
  #how .howMediostar .body_aco {
    padding-bottom: 30px;
  }
  #how .howMediostar .body_aco .movieBox {
    padding: 30px 0 5px;
  }
}
#how .howMediostar .body_aco .midashi p {
  color: #fff;
}
#how .midashi {
  margin: 0 calc(100vw / var(--viewport) * 50)
    calc(100vw / var(--viewport) * 20);
  justify-content: space-between;
  align-items: center;
}
#how .midashi p {
  white-space: nowrap;
  margin-bottom: 0;
}
#how .midashi p:nth-child(1) {
  margin-bottom: calc(100vw / var(--viewport) * 17);
}
#how .font_127_sp {
  font-size: calc(100vw / var(--viewport) * 127);
}
#how .sub {
  text-align: right;
  margin-top: calc(100vw / var(--viewport) * 10);
  margin-bottom: calc(100vw / var(--viewport) * 37);
  color: #000;
}
#how .relative {
  padding-bottom: calc(100vw / var(--viewport) * 81);
  margin-bottom: calc(100vw / var(--viewport) * 0);
}
#how video {
  width: calc(100vw / var(--viewport) * 650);
}
#how .relative > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#how .lead {
  white-space: nowrap;
  color: #000;
}

#how .howYaglaser .inner {
  color: #000;
}
@media screen and (max-width: 767px) {
  #how .img_how02 {
    width: calc(100vw / var(--viewport) * 650);
  }
}

@media screen and (min-width: 768px) {
  #how {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  #how .howMainTitle {
    display: block;
    width: 1100px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    line-height: 1.2;
    font-weight: 900;
  }
  #how .howYaglaser .inner,
  #how .howMediostar .inner {
    padding-bottom: 30px;
  }
  #how .howMediostar .section-lead .sectionTitle-box,
  #how .howYaglaser .section-lead .sectionTitle-box {
    padding-bottom: calc(100vw / var(--viewport) * 30);
  }
  #how .howMediostar .section-lead .sectionTitle {
    background-color: transparent;
  }
  #how .howMediostar .section-lead .sectionTitle-box {
    background-color: rgba(14, 21, 160, 0.28);
  }

  #how .howYaglaser .section-lead .sectionTitle {
    background-color: transparent;
  }
  #how .howYaglaser .section-lead .sectionTitle-box {
    background-color: rgba(163, 7, 7, 0.28);
  }

  #how .section-lead {
    padding-top: 70px;
    padding-bottom: calc(100vw / var(--viewport) * 20);
  }

  #how .section-lead .sectionSubTitle {
    display: block;
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 1vw;
    font-weight: 700;
    line-height: 1.2;
  }
  #how .section-lead .sectionSubTitle:before {
    width: calc(100% - 0.4vw);
    height: calc(100% - 0.4vw);
  }
  #how .section-lead .sectionTitle {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 0;
  }
  #how .section-lead .sectionTitle:after {
    margin-top: 30px;
  }

  #how .inner .caption {
    font-size: 1.2rem;
    width: auto;
    margin: 20px auto 0;
  }

  #how .bg1 .pc_flex {
    display: flex;
    justify-content: space-between;
  }
  #how .pc_flex .circle {
    width: 178px;
    height: 178px;
    margin: 0;
  }
  #how .pc_flex .text {
    width: 893px;
    padding: 0;
  }
  #how .midashi {
    text-align: left;
    width: 694px;
    align-items: center;
    margin: 0 auto 23px;
  }
  #how .midashi div:nth-child(1) p:nth-child(1) {
    line-height: 42px;
    margin-bottom: 0;
  }
  #how .howYaglaser .midashi {
    align-items: start;
  }
  #how .howYaglaser .midashi div:nth-child(1) p:nth-child(1) {
    margin-bottom: 14px;
  }
  #how .howYaglaser .midashi div:nth-child(2) {
    text-align: right;
  }
  #how .howYaglaser .midashi div:nth-child(2) p:nth-child(1) {
    margin-bottom: 0;
  }
  #how .font_123_pc {
    font-size: 123px;
  }
  #how video {
    width: 1100px;
  }
  #how .howYaglaser video {
    width: 790px;
  }
  #how .relative {
    padding-bottom: 90px;
    margin-bottom: 40px;
  }
  #how .relative > img {
    width: 903px;
  }
  #how .sub {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 37px;
  }
}

/* 夏の身だしなみ特別プラン */
.summer_plan_first {
  margin-top: -1%;
  padding-bottom: 10%;
  position: relative;

  background: linear-gradient(
    to bottom,
    transparent 0.1%,
    #000 0.1%,
    #000 100%
  );
}
.summer_plan_first .inner{
  width: 86%;
  margin: 10% auto 0;
}
.summer_plan_first .inner .ctaArea .button{
  margin: calc(100vw / var(--viewport) * 40) auto!important;
}

.summer_plan_second {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.summer_plan_second .summer_plan_text img {
  position: absolute;
  transition: all 1s;
}

.summer_plan_second .summer_plan_text img:first-child {
  top: 8.5%;
  left: 2%;
  width: 80%;
  transform: translateX(-100vw);
}

.summer_plan_second .summer_plan_text img:nth-child(2) {
  top: 12.5%;
  right: 2%;
  width: 80%;
  transform: translateX(100vw);
}

.summer_plan_second .summer_plan_text img:nth-child(3) {
  top: 16.3%;
  left: 2%;
  width: 60%;
  transform: translateX(-100vw);
}

.summer_plan_second .summer_plan_text img:last-child {
  top: 20%;
  right: 2%;
  width: 80%;
  transform: translateX(100vw);
}

/* アニメーション実行時のクラス */
.summer_plan_second .summer_plan_text img.move {
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .summer_plan_first {
    margin-top: -20px;
    padding-bottom: 6%;
    position: relative;
    text-align: center;
    background: linear-gradient(
      to bottom,
      transparent 20px,
      #000 20px,
      #000 100%
    );
  }
  .summer_plan_first img {
    width: 1000px;
  }
  .summer_plan_first .inner{
    width: 855px;
    margin: 7% auto 0;
  }
  .summer_plan_second {
    width: 1000px;
    margin: 50px auto;
  }
}

/* 20250428変更 */
/* #bodyPrice.priceArea .flex li .box {
  height: 18vw;
} */
@media screen and (min-width: 768px) {
  /* #bodyPrice.priceArea .flex li .box {
    height: 80px;
  } */
  #summerPlan.priceArea .flex li {
    margin-bottom: 80px;
  }
  #summerPlan.priceArea .flex li .imgBox img {
    max-width: inherit;
    width: 100%;
  }
  .priceArea#bodySetPrice .flex li .box:last-child {
    height: 50px;
  }
  .priceArea#bodySetPrice .flex li .box,
  .priceArea#summerPlan .flex li .box {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #bodySetPrice.priceArea .flex li {
    margin-bottom: calc(100vw / var(--viewport) * 36);
  }
}

/* 当日施術可能CTA */
.button.sameday {
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .button.sameday {
    width: 800px;
  }
  .button.sameday img {
    width: 800px;
  }
}
