@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-color: #000 !important;
  border-bottom: none;
}

#mv {
  height: calc(100vw / var(--viewport) * 888);
  /* height: calc(100vw / var(--viewport) * 1050); */
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}

/* #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;
}

.button {
  text-align: center;
  margin-top: calc(100vw / var(--viewport) * 50);
}

.button img {
  width: 90%;
  /* width: calc(100vw / var(--viewport) * 724); */
  animation: zoom infinite 2.2s;
}
@keyframes zoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}

section.lead {
  margin-top: calc(100vw / var(--viewport) * 30);
  position: relative;
  background: #000;
  padding: 40px 0 30px;
}
@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: 68vw;
  margin: 0 auto 6vw;
}
section.lead .case {
  width: 30vw;
  height: 42vw;
  float: left;
}
section.lead .case01 {
  background: url(../img/lead_img01.png) top center no-repeat;
  background-size: contain;

  margin-right: 2vw;
}
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;
  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;
}

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;
  /*padding: calc(100vw / var(--viewport) * 4) 0 calc(calc(100vw / var(--viewport) * 4) + 10px);*/
}
section.lead2 td {
  font-size: 2.4vw;
  background: #fff;
  border: 2px solid #898989;
  border-bottom: none;
  padding: 2vw 0;
}
/* section.lead2 td.td1_1 {
  border-top: 3px solid #898989;
  border-left: 3px solid #898989;
  border-right: 3px solid #898989;
} */
section.lead2 td.td1_2 {
  border-top: none;
}
section.lead2 td.td1_3 {
  border-top: none;
}
/* section.lead2 td.td2_1 {
  border-left: 3px solid #898989;
  border-right: 3px solid #898989;
} */
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-left: 3px solid #898989;
  border-right: 3px solid #898989; */
  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;
  /*border-bottom: 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%;
  }
  section.lead .case01 {
    margin-left: 3vw;
  }
  section.lead .case02 {
    margin-top: -1vw;
  }
}
@media screen and (min-width: 768px) {
  section.lead .caseArea {
    width: 1300px;
    margin: auto;
  }
}

.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);
}

.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;
}

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 .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;
  }
}
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;
  }
}

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 {
}
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);
}

.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;
  }

  .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: 50px 0 40px;
  }
  .bannerArea img {
    width: 640px;
  }
  .bannerArea .button {
    margin-top: 42px;
  }
  .bannerArea .button a {
    font-size: 22px;
    width: 345px;
    height: 62px;
  }
  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;
  }

  section.lead {
    padding: 70px 0;
  }

  section.lead h2 {
    width: 750px;
    margin: 0 auto 50px;
  }
  section.lead .caseArea {
    display: table;
    margin: 0 auto;
  }
  section.lead .case {
    height: 519px;
    width: 391px;
  }
  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;
  }
  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;
  }

  .button {
    width: 800px;
    margin: 90px auto 0;
  }
  .button img {
    width: 698px;
  }
  .button img:hover {
    transition: all 0.5s;
    opacity: 0.7;
  }

  .about {
    padding: 46px 0 70px;
  }
  .about .inner {
    width: 1100px;
  }
  .about .inner img {
    margin: 58px 0 0;
  }
  .about + .button {
    margin-bottom: 92px;
  }

  .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;
  }

  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;
  }

  .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;
  }

  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.price {
    padding: 0;
  }
  section.price .inner {
    /*width:1100px;*/
  }
  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 {
  }
  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 > p {
  }
  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;
  }

  .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 {
  }
  .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;
}

.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: flex-start;
  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-bottom: 0.2em;
}
.priceArea .flex li .box .td .totalPrice img {
  height: calc(100vw / var(--viewport) * 43);
  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#parts {
  margin-top: 30px;
}
.priceArea#parts .ttl_aco {
  width: calc(100vw / var(--viewport) * 690);
  margin: 0 auto;
  position: relative;
}
.priceArea#parts .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#parts .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#parts .ttl_aco.active:after {
  content: none;
}
.priceArea#parts 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#parts .body_aco {
  margin-top: calc(100vw / var(--viewport) * 36);
}
.priceArea#parts .planName {
  height: calc(100vw / var(--viewport) * 76);
  background: #000;
  padding: 0;
  justify-content: center;
}
.priceArea#parts .flex li .box .th {
  background: #000;
}
.priceArea#parts .flex li .box .td.pd {
  padding: 0.5em 0;
}

.priceArea#appearance {
  margin-top: 30px;
}
.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 #higePrice .headLine01 {
    font-size: 34px !important;
    width: 1100px;
    height: 86px;
    margin: 0 auto 40px !important;
  }
  .priceArea .inner {
    width: 1100px;
    padding: 0;
  }
  .priceArea .headLine01 {
    width: 1000px;
    margin-bottom: 17px;
  }
  .priceArea .flex {
    position: relative;
  }
  .priceArea .flex li {
    width: 262px;
  }
  .priceArea .flex li .imgBox .planName {
    font-size: 16px;
    line-height: 1.5;
    height: 56px;
    padding: 0 0 5px;
    justify-content: center;
  }
  .priceArea .flex li .imgBox .planName .sub {
    font-size: 11px;
  }
  .priceArea .flex li .box {
    margin-top: 10px;
  }
  .priceArea .flex li .box .th {
    font-size: 16px;
    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#parts {
    margin-top: 75px;
  }
  .priceArea#parts .ttl_aco {
    width: 1100px;
    margin: 0 auto;
  }
  .priceArea#parts .ttl_aco:before {
    width: 39px;
    height: 4px;
    right: 40px;
  }
  .priceArea#parts .ttl_aco:after {
    width: 4px;
    height: 39px;
    right: 57px;
  }
  .priceArea#parts h2 {
    font-size: 34px;
    width: 1100px;
    height: 86px;
    margin-bottom: 17px;
  }
  .priceArea#parts ul.flex {
    width: 826px;
    margin: 0 auto;
  }
  .priceArea#parts .body_aco {
    margin-top: 42px;
  }
  .priceArea#parts .planName {
    height: 40px;
  }
  .priceArea#parts .flex li .box {
    height: 64px;
  }
  .priceArea#parts .flex li .box:last-child {
    height: auto;
  }
  .priceArea#parts .flex li .box .td.pd {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .priceArea#parts .flex li:nth-child(-n + 3) {
    margin-bottom: 18px;
  }

  .priceArea#appearance {
    margin-top: 75px;
  }
  .priceArea#appearance h2 {
    margin-bottom: 17px;
  }
  .priceArea#appearance .flex li .box {
    height: 64px;
  }
  .priceArea#appearance .flex li .box .td.pd {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* 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: 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;
  }
  .startPlan .caption {
  }
}
@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;
  }
}

/**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;
}

.fv_mv {
  background-color: #000;
}

.sp-video {
  width: 100%;
  margin-top: -10px;
}

.pc-video {
  display: none;
}

@media screen and (min-width: 768px) {
  .fv_mv {
    position: relative;
    height: 100vh;
  }

  .fv_mv video {
    min-width: 100%;
    min-height: 100vh;
    position: absolute;
  }

  .sp-video {
    display: none;
  }

  .pc-video {
    display: block;
    max-width: 1920px;
    overflow: hidden;
    height: 100vh;
    margin: 0 auto;
  }

  /*画面サイズが変わっても常に動画の中央が表示されるようにする*/
  /*動画よりも画面が横に長くなるとき用*/
  @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
    .fv_mv video {
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
    }
  }

  /*動画よりも画面が縦に長くなるとき用*/
  @media (max-aspect-ratio: 16/9) {
    .fv_mv video {
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
    }
  }
}

/* 240709医療レーザー機器の特徴追加用css */
#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: #3d1024;
  text-align: center;
}
#how .howYaglaser {
  text-align: center;
  background: #f4f4f4;
}
#how .howMediostar .inner,
#how .howYaglaser .inner {
  padding-bottom: 2vw;
}
#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 .howYaglaser .body_aco {
  background: #000;
  padding-top: 20px;
}
#how .howYaglaser .body_aco {
  border-bottom: calc(100vw / var(--viewport) * 20) solid #b40000;
}
#how .howYaglaser .section-lead {
  background: #010223;
}
#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;
}

#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);
}
#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;
}

#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 .body_aco {
    border-bottom: 16px solid #b40000;
  }
  #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-right: 98px; */
    margin-bottom: 37px;
  }
}

/* 250325追加　新生活応援キャンペーン、ヒゲ脱毛割引料金 */
.bnrCampaignArea {
  background: #000;
  padding-bottom: 40px;
  text-align: center;
}
.bnrCampaignArea img {
  width: 90%;
}
#higePrice_first .body_aco {
  padding-bottom: 30px;
}
#contents #higePrice .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;
  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%;
  top: 2%;
  right: 2%;
}
.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_body li .box .th.five {
    padding-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .bnrCampaignArea img {
    width: 1100px;
  }
  #higePrice_first .body_aco {
    padding-bottom: 50px;
  }
  #contents #higePrice .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;
  }
}

/* キャンペーンラベル */
/*
.campaign_label {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #c1272f;
  padding: 3px 4px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
*/
.campaign_label {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #c1272f;
  padding: 2px 3px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
/*
.campaign_label {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #c1272f;
  padding: 2px 3px;
  font-size: 8px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
*/
.priceArea .flex_body li .box .campaign_label {
  top: 13px;
  /* left: 3px; */
  font-size: 7px;
  /* width: 42px; */
  padding: 2px 2px;
  left: 2%;
  width: 26%;
}
/*
.priceArea .flex_body li .box .campaign_label {
  top: 13px;
  left: 3px;
  font-size: 7px;
  width: 42px;
}
*/
@media screen and (min-width: 768px) {
  .campaign_label {
    top: 5px;
    right: 5px;
    background: #c1272f;
    padding: 4px 1px 6px;
    font-size: 16px;
  }
  /*
  .campaign_label {
    top: 5px;
    right: 5px;
    background: #c1272f;
    padding: 5px;
    font-size: 16px;
  }
  */
  .priceArea .flex_body li .box .campaign_label {
    top: 5px;
    left: 9px;
    font-size: 11px;
    width: 70px;
  }
  /*
  .priceArea .flex_body li .box .campaign_label {
    top: 5px;
    left: 5px;
    font-size: 11px;
    width: 70px;
  }
  */
  .priceArea .flex_body li .box .th.five {
    padding-top: 30px;
  }
}

/* 実績・ビフォーアフター */
.achievements {
  text-align: center;
}
.achievements .achievements_slide {
  margin: 40px auto 0;
  width: 92%;
}
.achievements .achievements_slide img {
  margin-bottom: 40px;
}
.achievements .achievements_note {
  margin: auto;
  width: 52%;
}
.achievements .achievements_text {
  margin: 90px auto 70px;
  width: 75%;
}
/* スライドインアニメーションの初期状態 */
[data-animate="slideInLeft"] {
  opacity: 0;
  transform: translateX(-100px);
}

[data-animate="slideInRight"] {
  opacity: 0;
  transform: translateX(100px);
}

/* アニメーション実行時の状態 */
[data-animate="slideInLeft"].slideInLeft,
[data-animate="slideInRight"].slideInRight {
  opacity: 1;
  transform: translateX(0);
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

[data-animate="slideInLeft"].slideInLeft {
  animation: slideInLeft 0.8s ease-out forwards;
}

[data-animate="slideInRight"].slideInRight {
  animation: slideInRight 0.8s ease-out forwards;
}

.bfSec {
  padding: 0 5%;
}
.bfSec .bfList {
  margin-top: 12px;
}
.bfSec .bfList li .ba-slider .handle {
  width: 2px;
  margin-left: -1px;
  background: #fff;
  cursor: pointer;
  border: none;
  box-shadow: none;
}

.bfSec .bfList li .ba-slider .handle:after {
  width: 24px;
  height: 25px;
  margin: -12px 0 0 -12px;
  background: url(../img/icon_handle.png) no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  color: transparent;
  border: none;
  box-shadow: none;
}
.bfSec .captionList {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.bfSec .captionList li {
  width: 32.5%;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  height: 40px;
  background: #cacaca;
  border: 0.5px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfSec .captionList li p {
  font-size: 1.2rem;
  font-weight: 700;
}
.bfSec .captionList li.current {
  background: #000;
  height: 43px;
}
.bfSec .captionList li.current p {
  color: #fff;
  font-size: 1.4rem;
}
.bfSec .ba_note {
  width: 90%;
  margin-bottom: 50px;
}

.bfSec .bfList li .ba-slider {
  position: relative;
}

.bfSec .bfList li .ba-slider:before,
.bfSec .bfList li .ba-slider:after {
  position: absolute;
  bottom: 10px;
  color: #000;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
}

.bfSec .bfList li .ba-slider:before {
  content: "BEFORE";
  left: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.bfSec .bfList li .ba-slider:after {
  content: "AFTER";
  right: 10px;
  background: rgba(187, 161, 112, 0.8);
}

.graph {
  margin-bottom: 50px;
}
.graph video {
  width: 100%;
}
.button.under_graph {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .achievements_title {
    background: #000;
    padding: 70px 0;
    position: relative;
  }

  .achievements_title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
  }
  .achievements_title img {
    width: 610px;
  }
  .achievements .achievements_slide {
    margin: 80px auto 0;
    width: 615px;
  }
  .achievements .achievements_slide img {
    margin-bottom: 60px;
  }
  .achievements .achievements_note {
    margin: auto;
    width: 325px;
  }
  .achievements .achievements_text {
    margin: 120px auto 90px;
    width: 590px;
  }

  .bfSec {
    padding: 0;
    width: 620px;
    margin: auto;
  }
  .bfSec .bfList {
    margin-top: 16px;
  }

  .bfSec .bfList li .ba-slider .handle:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
  .bfSec .captionList {
    margin-bottom: 110px;
  }
  .bfSec .captionList:last-child {
    margin-bottom: 70px;
  }
  .bfSec .captionList li {
    width: 32.8%;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    height: 80px;
  }
  .bfSec .captionList li p {
    font-size: 23px;
  }
  .bfSec .captionList li.current {
    height: 86px;
  }
  .bfSec .captionList li.current p {
    font-size: 27px;
  }
  .bfSec .ba_note {
    width: 500px;
    margin-bottom: 150px;
  }

  .bfSec .bfList li .ba-slider:before,
  .bfSec .bfList li .ba-slider:after {
    bottom: 17px;
    padding: 8px 16px;
    font-size: 28px;
  }

  .bfSec .bfList li .ba-slider:before {
    left: 17px;
  }

  .bfSec .bfList li .ba-slider:after {
    right: 17px;
  }

  .graph {
    background: #000;
    text-align: center;
  }
  .graph video {
    width: 1500px;
  }
}
