@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap");
@charset "UTF-8";

:root {
  --viewport: 750;
  --gold: #baa073;
}

.h2 {
  color: #fff;
  font-weight: bold;
  font-size: calc(100vw / var(--viewport) * 50);
  font-weight: 900;
  text-align: center;
  padding-bottom: calc(100vw / var(--viewport) * 14);
  border-bottom: calc(100vw / var(--viewport) * 2) solid var(--gold);
  margin-bottom: calc(100vw / var(--viewport) * 24);
}

.bold {
  font-weight: bold;
}
.font_red {
  color: #c1272d !important;
}
.font_gold {
  color: #bba170 !important;
}
.font_white {
  color: #fff !important;
}
.lh2 {
  line-height: 2;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.ropaSans {
  font-family: "Ropa Sans", sans-serif;
}
section .inner {
  width: calc(100vw / var(--viewport) * 690);
  margin: 0 auto;
}
.ttl_aco {
  cursor: pointer;
}
.body_aco {
  display: none;
}

#gNavi {
  display: none;
}

header {
  background: #000;
  border-bottom: none;
}

#mv {
  height: calc(100vw / var(--viewport) * 750);
  position: relative;
  overflow: hidden;
}
#mv:after {
  content: "";
  background: url(../img/mv/mv_sp.webp?v2) top center #f0eeed 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);
}
#mv.active:after {
  transform: translateX(0);
}
#mv h1 {
  position: absolute;
  top: calc(100vw / var(--viewport) * 115);
  left: calc(100vw / var(--viewport) * 30);
}
#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: #000;
  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);
  border: 2px solid #000;
  border-radius: 50%;
  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: #000;
  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) * 45)
    calc(100vw / var(--viewport) * 52);
}
.bannerArea .button {
  margin-top: calc(100vw / var(--viewport) * 42);
}
.bannerArea .button a {
  font-size: calc(100vw / var(--viewport) * 22);
  font-weight: bold;
  text-decoration: none;
  background: var(--gold);
  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;
  width: calc(100vw / var(--viewport) * 704);
  margin: calc(100vw / var(--viewport) * 78) auto 0;
}
.button img {
  width: 100%;
  /* 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 {
  background: url(../img/bg_lead_sp.png) no-repeat, #f4f4f4;
  background-size: calc(100vw / var(--viewport) * 688) auto;
  background-position: center calc(100vw / var(--viewport) * 13);
  padding: calc(100vw / var(--viewport) * 45) 0
    calc(100vw / var(--viewport) * 85);
  margin-top: calc(100vw / var(--viewport) * 52);
}
section.lead h2 {
  width: 68vw;
  margin: 0 auto 1.33vw;
}
section.lead .caseArea {
  margin-left: 1.76vw;
}
section.lead .case {
  height: 51vw;
  float: left;
}
section.lead .case01 {
  width: 29.7vw;
  background: url(../img/lead_img01_sp.png) top center no-repeat;
  background-size: auto 100%;
  margin-right: 3.49vw;
}
section.lead .case01 p {
  padding-top: 2.2vw;
}
section.lead .case02 {
  width: 29.77vw;
  background: url(../img/lead_img02_sp.png) top center no-repeat;
  background-size: auto 100%;
  margin-right: 3.37vw;
  animation-delay: 0.2s;
}
section.lead .case02 p {
  padding-top: 4.6vw;
}
section.lead .case03 {
  width: 28.52vw;
  background: url(../img/lead_img03_sp.png) top center no-repeat;
  background-size: auto 100%;
  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;
}

.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: calc(100vw / var(--viewport) * 271);
  margin: 0 auto calc(100vw / var(--viewport) * 6);
  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: calc(100vw / var(--viewport) * 272);
  height: calc(100vw / var(--viewport) * 4);
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * -15);
  margin: 0 auto;
}

section.point {
  padding: 0;
}

section.point .point01,
section.point .point02,
section.point .point03 {
  padding: calc(100vw / var(--viewport) * 66) 0 0;
}
section.point h2 {
  text-align: center;
  line-height: 1.5;
}
section.point h2 .sub {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 900;
  display: block;
}
section.point h2 .h2 {
  color: #000;
  font-size: calc(100vw / var(--viewport) * 42);
  display: block;
  border-bottom: none;
}
section.point .point01 .images {
  background: #f4f4f4;
  padding: calc(100vw / var(--viewport) * 38) calc(100vw / var(--viewport) * 30)
    calc(100vw / var(--viewport) * 40);
  margin-top: calc(100vw / var(--viewport) * 32);
}
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.price {
  padding: calc(100vw / var(--viewport) * 33) 0 0;
}
.price h2 {
  text-align: center;
  border-bottom: calc(100vw / var(--viewport) * 2) solid var(--gold);
  padding-bottom: calc(100vw / var(--viewport) * 34);
  margin-bottom: calc(100vw / var(--viewport) * 55);
}
.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) {
  #wrap {
    overflow-x: hidden;
  }

  #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) {
  .h2 {
    font-size: 64px;
    padding-bottom: 43px;
    border-bottom: 2px solid var(--gold);
    margin-bottom: 24px;
  }

  section .inner {
    width: 1000px;
  }

  #mv {
    width: auto;
    height: 620px;
    overflow: hidden;
  }
  #mv:after {
    content: "";
    background: url(../img/mv/mv_pc.webp?v2) top center #f0eeed no-repeat;
    background-size: auto 650px;
  }
  #mv h1 {
    width: 572px;
    top: 113px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 406px;
  }
  #mv h1 img:first-child {
    width: 435px;
  }
  #mv h1 img:last-child {
    width: 572px;
    margin-top: 22px;
  }
  #mv .circleArea {
    width: 356px;
    top: 354px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 191px;
  }
  #mv .circle {
    background: url(../img/mv/circle_pc.png) center center no-repeat;
    width: 168px;
    height: 168px;
  }
  #mv .spacer {
    width: 18px;
    height: 168px;
  }
  #mv .doctorArea {
    background-size: 211px 242px;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 970px;
    background-position: right bottom;
    width: 100px;
    padding-top: 630px;
    position: relative;
  }
  #mv .doctorArea p {
    padding-left: 0;
    position: absolute;
    right: 0;
    bottom: 28px;
    padding-right: 213px;
  }
  #mv .doctorArea p:first-child {
    bottom: 61px;
    padding-right: 220px;
  }

  .bannerArea {
    text-align: center;
    padding: 30px 0 40px;
  }
  .bannerArea img {
    width: 1000px;
  }
  .bannerArea .button {
    margin-top: 16px;
  }
  .bannerArea .button a {
    font-size: 22px;
    width: 345px;
    height: 62px;
  }

  section.lead {
    background: url(../img/bg_lead_pc.png) no-repeat, #f4f4f4;
    background-size: auto 756px;
    background-position: center center;
    padding: 82px 0 97px;
    margin-top: 52px;
  }
  section.lead h2 {
    width: 750px;
    margin: 0 auto 25px;
  }
  section.lead .caseArea {
    display: table;
    margin: 0 auto;
  }
  section.lead .case {
    height: 470px;
  }
  section.lead .case p {
    height: auto;
    margin-left: 40px;
    display: block;
  }
  section.lead .case01 {
    background: url(../img/lead_img01.png) top center no-repeat;
    background-size: auto 100%;
    width: 274px;
    margin-right: 72px;
  }
  section.lead .case01 p {
    padding-top: 28px;
  }
  section.lead .case02 {
    background: url(../img/lead_img02.png) top center no-repeat;
    background-size: auto 100%;
    width: 267px;
    margin-right: 72px;
  }
  section.lead .case02 p {
    padding-top: 50px;
  }
  section.lead .case03 {
    background: url(../img/lead_img03.png) top center no-repeat;
    background-size: auto 100%;
    width: 263px;
  }
  section.lead .case03 p {
    padding-top: 28px;
  }
  section.lead .case p span:before {
    top: -18px;
  }

  .button {
    width: 800px;
    margin: 98px 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: 60px 0 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .answer:after {
    content: "";
    background: url(../img/bg_answer_pc.jpg) 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: 747px;
    margin: 0 auto 37px;
  }

  h2.border {
    margin-bottom: 40px !important;
  }
  h2.border:after {
    width: 308px;
    height: 2px;
    bottom: -12px;
  }

  .answer .flex {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  .answer .point {
    width: 308px;
    height: 308px;
    border-radius: 154px;
    background: #fff;
    padding: 53px 0 0;
    box-sizing: border-box;
  }
  .answer .point img,
  .answer .point p {
    display: inline-block;
  }
  .answer .point01 img {
    width: 194px;
    margin-bottom: 23px;
  }
  .answer .point02 img {
    width: 195px;
    margin-bottom: 12px;
  }
  .answer .point03 img {
    width: 195px;
    margin-bottom: 12px;
  }

  section.point {
    padding: 0;
  }
  section.point .point01,
  section.point .point02,
  section.point .point03 {
    padding: 75px 0 0;
  }
  section.point .icon {
    width: 308px;
    margin: 0 auto 19px;
  }
  section.point h2 + p {
    line-height: 1.65;
    display: table;
    margin: 0 auto;
  }
  section.point .point01 h2 {
    width: 1025px;
  }
  section.point .point01 .images {
    padding: 44px 0 62px;
    margin-top: 42px;
  }
  section.point .point01 .images .box {
    width: 463px;
  }
  section.point .point01 .images .box.right {
  }
  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 {
    padding-bottom: 34px;
    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="fadeIn"],
[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);
  }
}

#cvBox img[alt="無料カウンセリング予約"] {
  display: block;
  margin-left: auto;
}

/* 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 428px !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 */
#price .cta {
  margin: 2em 0;
}
#price #banner {
  margin-top: 2em;
}
.startPlan {
  font-weight: bold;
  margin-bottom: 30px;
}
.startPlan ul li {
  margin-bottom: 0 !important;
}
.startPlan ul 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) * 112) !important;
  padding: 0.3em 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.startPlan ul li .imgBox .planName .sub {
  font-size: calc(100vw / var(--viewport) * 24);
  line-height: 1.25;
}
.startPlan ul li .box {
  margin-top: calc(100vw / var(--viewport) * 17);
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.startPlan ul li .box .th {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 36);
  background: #000 !important;
  width: calc(100vw / var(--viewport) * 230) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.startPlan ul li .box .td {
  width: calc(100% - calc(100vw / var(--viewport) * 230)) !important;
  border: 2px solid #000;
  border-left: none;
  padding: 0.3em 0 0.5em;
  box-sizing: border-box;
}
.startPlan ul li .box .td .totalPrice {
  font-size: calc(100vw / var(--viewport) * 56);
  margin-bottom: 0.2em;
}
.startPlan ul li .box .td .totalPrice img {
  height: calc(100vw / var(--viewport) * 43);
  vertical-align: middle;
  margin: 0 0.02em;
}
#price .caption {
  font-size: calc(100vw / var(--viewport) * 14);
  font-weight: normal;
  line-height: 1.67;
  margin-top: calc(100vw / var(--viewport) * 17);
}
@media screen and (min-width: 768px) {
  #price .cta {
    margin: 4em 0;
  }
  #price #banner {
    margin-top: 4em;
  }
  .startPlan .flex {
    justify-content: center;
  }
  .startPlan .flex li.wide {
    width: 542px !important;
    position: initial;
  }
  .startPlan .flex li .imgBox .planName {
    font-size: 16px;
    line-height: 1.5;
    height: 57px !important;
    padding: 0 0 5px;
    justify-content: center;
  }
  .startPlan ul li .imgBox .planName .sub {
    font-size: 11px;
  }
  .startPlan ul li .box {
    margin-top: 10px;
  }
  .startPlan ul li .box .th {
    font-size: 16px;
    width: 139px !important;
  }
  .startPlan ul li .box .td {
    width: calc(100% - 139px) !important;
  }
  .startPlan ul li .box .td .totalPrice {
    font-size: 28px;
    margin-bottom: 0;
  }
  .startPlan ul li .box .td .totalPrice img {
    height: 28px;
  }
  #price .caption {
    font-size: 12px;
    margin-top: 30px;
  }
}
@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;
}

/* 20240227 add */

.priceArea .flex li .box .td .totalPrice {
  margin-bottom: 0;
}

.totalPrice span {
  position: relative;
  width: fit-content;
}

.totalPrice span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% + 12px);
  background: #c1272f;
  top: calc(50% + 2px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.priceArea .flex.setPlan li .box .td {
  padding: calc(100vw / var(--viewport) * 64) 0;
}
.priceArea .flex.setPlan li .box .td .totalPrice {
  margin-bottom: 0.2em;
  font-size: 19px;
}

.priceArea .flex.setPlan li .box .td .totalPrice span img {
  height: 16px;
}

.priceArea .flex.setPlan li .box .td .oncePrice img {
  height: 26px;
}

.priceArea .flex.setPlan li .box .td .pc_flex {
  padding-top: 0.7em;
}

.footer-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
  font-size: 10px;
  color: #fff;
}

.footer-tel a,
.footer-tel span {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-tel a.tel {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .totalPrice span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 4vw);
    background: #c1272f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .priceArea .flex.setPlan li .box .td .totalPrice {
    margin-bottom: 0.2em;
    font-size: 19px;
  }

  .priceArea .flex.setPlan li .box .td .totalPrice span {
    display: inline-block;
    border-bottom: 2px dotted #000;
    width: 25vw;
    padding-bottom: 0.2em;
  }

  .priceArea .flex.setPlan li .box .td .totalPrice span img {
    /* height: 16px; */
    height: calc(100vw / var(--viewport) * 33);
  }

  .priceArea .flex.setPlan li .box .td .oncePrice img {
    /* height: 26px; */
    height: calc(100vw / var(--viewport) * 45);
  }

  .priceArea .flex.setPlan li .box .td .pc_flex {
    padding-top: 0.5em;
  }
  .footer-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-top: 10px;
    font-size: 10px;
    color: #fff;
  }

  .footer-tel a,
  .footer-tel span {
    pointer-events: initial;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
  }

  .footer-tel a.tel {
    pointer-events: none;
  }

  #cvBox_btn1 {
    padding: 2vw 4vw 8vw 4vw;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .priceArea .flex.setPlan li .box .td {
    padding: 23px 0;
  }
}
