@charset "UTF-8";
/* ----- common ----- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main {
  font-weight: 300;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #0a1400;
  line-height: 1;
}
.hidden {
  overflow: hidden;
}
.small {
  font-size: 75%;
}
.small2 {
  font-size: 70%;
}
.sp {
  display: none;
}
.tb {
  display: none;
}
.pc {
  display: block;
}
.center {
  text-align: center
}
.bg-blue {
  background-color: #dedef1;
  overflow: hidden;
}
.common-inner {
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
}
.heading {
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(left, #6c69c5, #a099ff 50%, #6c69c5 100%);
  background: -webkit-linear-gradient(left, #6c69c5, #a099ff 50%, #6c69c5 100%);
  background: linear-gradient(to right, #6c69c5, #a099ff 50%, #6c69c5 100%);
}
.section-heading {
  font-size: 42px;
  padding: 25px;
  position: relative;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  border-top: 14px solid #595794;
  border-right: 14px solid #595794;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
}
.section-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  border-top: 14px solid #595794;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #595794;
}
.content {
  /*max-width: 800px;*/
  width: 95%;
  padding: 30px 50px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.content:last-child {
  padding-bottom: 60px;
}
.text {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.open-trigger {
  display: none;
}
.mgt1em {
  margin-top: 1em;
}
@media screen and (min-width: 1080px) {
  .hover {
    transition: all 0.3s;
  }
  .hover:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
/* ----- header ----- */
@media screen and (max-width: 767px) {
  header.header-area {
    background: none;
  }
}
@media screen and (max-width: 480px) {
  header.header-area {
    background: none;
  }
}
header {
  padding: 0;
}
header.neovoir-header {
  padding: 50px 0;
  background-image: url("../imgs/neovoir/main-vis.png"), url("../imgs/neovoir/main-vis-back.png");
  background-repeat: no-repeat, repeat-x;
  background-position: right bottom, bottom;
  background-size: contain, cover;
}
header.neovoir-header h1, header.neovoir-header h2 {
  text-align: center;
  margin-bottom: 24px;
}
header.neovoir-header p {
  margin: 0 0 1em;
}
.dis-sp h1 {
  margin: 0;
}
.dis-sp h1 img {
  vertical-align: top;
}
/* ----- fv ----- */
.fv-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.fv.pc img {
  width: 100%;
  vertical-align: bottom;
}
.fv-h1.d-none {
  display: none;
}
.fv.sp {
  display: none;
}
.fv.sp img {
  width: 100%;
  vertical-align: bottom;
}
.fv-logo {
  padding: 1%;
}
.fv.pc .fv-logo img {
  width: 20%;
}
.fv.sp .fv-logo img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .fv.pc {
    display: none;
  }
  .fv.sp {
    display: block;
  }
}
/* ----- ポテンツァの効果 ----- */
.effect-pic {
  margin-top: -5px;
  margin-bottom: 25px;
}
.effect-pic img {
  width: 100%;
}
/* ----- ポテンツァの特徴 ----- */
.feature {
  padding-top: 85px;
}
.feature.mt0 {
  padding-top: 0;
}
.feature-pic {
  width: 100%;
  text-align: center;
}
.sub-heading {
  display: flex;
  align-items: center;
  font-weight: 600;
  background-color: #dedef1;
  padding: 15px 0 12px 10px;
  margin-top: 70px;
  margin-bottom: 60px;
  position: relative;
}
.sub-heading:first-child {
  margin-top: 30px;
}
.sub-heading::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 41px solid #dedef1;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
}
.sub-heading__number {
  width: 80px;
  position: relative;
}
.sub-heading__number span {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #3751b5;
}
.sub-heading__text {
  font-size: 35px;
  letter-spacing: 0;
  margin-left: 5px;
  background: -moz-linear-gradient(left, #3e62a0, #769cce 50%, #3e62a0 100%);
  background: -webkit-linear-gradient(left, #3e62a0, #769cce 50%, #3e62a0 100%);
  background: linear-gradient(to right, #3e62a0, #769cce 50%, #3e62a0 100%);
  color: #006638;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}
.text.section-1 {
  margin-top: 30px;
}
.text.section-2 {
  margin-top: 50px;
}
.content-box {
  padding: 50px 40px;
  border: 1px solid #dee7e2;
  border-radius: 11px;
  margin-top: 45px;
}
.content-box.mt {
  margin-top: 0;
}
.content-box__heading {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #2a4f00;
  padding-left: 25px;
  border-left: 15px solid #2a4f00;
}
.content-box__heading span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.content-box__pic {
  margin-top: 50px;
  position: relative;
}
.content-box__pic span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.content-box .text {
  margin-top: 55px;
}
/* ----- ポテンツァの可能性 ----- */
.possibility {
  padding: 200px 0;
  background-color: #3751b5;
  border-radius: 50% 50% 0 0 / 100px 100px 0 0;
}
.possibility__title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  background: -moz-linear-gradient(left, #ffffff, #ffffff 10%, #ebe868 50%, #ffffff 90%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff, #ffffff 10%, #ebe868 50%, #ffffff 90%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff, #ffffff 10%, #ebe868 50%, #ffffff 90%, #ffffff 100%);
  color: #ebe868;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.possibility__heading {
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 80px;
}
.possibility__heading--sml {
  font-size: 23px;
  line-height: 1.7;
  margin: 30px 0 0;
  /*height: 2.5em;*/
}
.possibility__heading--mid {
  font-size: 35px;
  margin-top: 30px;
}
.possibility__heading--lg {
  font-size: 80px;
  margin-top: 20px;
}
.possibility__text {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  line-height: 2;
  margin: 45px auto 0;
}
.neovoir-slider-wrap {
  padding: 0 70px;
  margin-top: calc((55 / 1920) * 100vw);
}
.neovoir-slider {
  display: none;
}
.neovoir-slider.slick-initialized {
  display: block; /* slick-initializedが付与されたら表示 */
}
/* 2023/11/02追加 */
.neovoir-slider.slick-initialized .slick-track {
  display: flex;
}
.neovoir-slider.slick-initialized .slick-slide {
  height: auto !important;
}
.neovoir-slider .slick-arrow {
  width: calc((565 / 1920) * 100vw) !important;
  height: calc((488 / 1920) * 100vw) !important;
  top: 50% !important;
  transform: translateY(-54%) !important;
  left: auto !important;
  z-index: 1 !important;
}
.neovoir-slider .slick-prev {
  left: calc((20 / 1920) * 100vw) !important;
}
.neovoir-slider .slick-next {
  right: calc((20 / 1920) * 100vw) !important;
}
.slick-prev::before, .slick-next::before {
  content: "" !important;
}
.neovoir-slider__item {
  width: calc((565 / 1920) * 100vw);
  height: calc((488 / 1920) * 100vw);
  padding-top: calc((145 / 1920) * 100vw);
  /* padding-bottom: calc((177 / 1920) * 100vw); */
  margin-right: calc((15 / 1920) * 100vw);
  margin-left: calc((15 / 1920) * 100vw);
  position: relative;
}
.product {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc((500 / 1920) * 100vw);
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  border-radius: calc((14 / 1920) * 100vw);
  background-color: #ffffbd;
  padding-top: calc((25 / 1920) * 100vw);
  padding-right: calc((10 / 1920) * 100vw);
  padding-bottom: calc((25 / 1920) * 100vw);
  padding-left: calc((10 / 1920) * 100vw);
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
  color: #3751b5;
}
@media screen and (min-width: 768px) {
  .slick-current + .neovoir-slider__item .product {
    transition: all 0.5s;
    opacity: 1;
  }
}
.product::before {
  content: "";
  position: absolute;
  bottom: calc((-30 / -1920) * -100vw);
  left: 50%;
  transform: translateX(-50%);
  border-top: solid #ffffbd calc((41 / 1920) * 100vw);
  border-right: solid transparent calc((24 / 1920) * 100vw);
  border-left: solid transparent calc((24 / 1920) * 100vw);
}
.product__title-wrap {
  display: flex;
  justify-content: center;
}
.product__title {
  display: inline-block;
  font-size: calc((27 / 1920) * 100vw);
  font-weight: 600;
  position: relative;
}
.product__title::before {
  content: "";
  position: absolute;
  top: calc((-13 / -1920) * -100vw);
  left: calc((-25 / -1920) * -100vw);
  width: calc((35 / 1920) * 100vw);
  height: 0.02rem;
  background-color: #023b0d;
}
.product__title::after {
  content: "";
  position: absolute;
  top: calc((-13 / -1920) * -100vw);
  left: calc((-25 / -1920) * -100vw);
  width: 0.02rem;
  height: calc((22 / 1920) * 100vw);
  background-color: #023b0d;
}
.product__title span {
  position: relative;
}
.product__title span::before {
  content: "";
  position: absolute;
  bottom: calc((-13 / -1920) * -100vw);
  right: calc((-25 / -1920) * -100vw);
  width: calc((35 / 1920) * 100vw);
  height: 0.02rem;
  background-color: #023b0d;
}
.product__title span::after {
  content: "";
  position: absolute;
  bottom: calc((-13 / -1920) * -100vw);
  right: calc((-25 / -1920) * -100vw);
  width: 0.02rem;
  height: calc((22 / 1920) * 100vw);
  background-color: #023b0d;
}
.product__text {
  font-size: calc((15 / 1920) * 100vw);
  margin-top: calc((30 / 1920) * 100vw);
  line-height: 1.4;
}
.product-name {
  position: absolute;
  top: calc((570 / 1920) * 100vw);
  left: 0;
  width: 100%;
  font-size: calc((30 / 1920) * 100vw);
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 1;
}
.neovoir-slider__pic-wrap {
  width: calc((565 / 1920) * 100vw);
  height: calc((510 / 1920) * 100vw);
  background-color: #fff;
  border-radius: calc((30 / 1920) * 100vw);
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1480px) {
  .neovoir-slider__pic-wrap {
    width: calc((508 / 1920) * 100vw);
    height: calc((460 / 1920) * 100vw);
  }
}
.new {
  position: absolute;
  top: calc((-4 / -1920) * -100vw);
  left: 0;
  background-image: url(../imgs/neovoir/ico_new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((110 / 1920) * 100vw);
  height: calc((110 / 1920) * 100vw);
  font-size: calc((28 / 1920) * 100vw);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1480px) {
  .new {
    top: calc((15 / -1920) * -100vw);
  }
}
.neovoir-slider__pic {
  /*  width: calc((170 / 1920) * 100vw);*/
  margin: 0 auto;
  /*  margin-top: calc((65 / 1920) * 100vw);*/
}
.neovoir-slider__pic--miracle {
  width: calc((160 / 1920) * 100vw);
}
.neovoir-slider__pic--saitokain-ritchi {
  width: calc((340 / 1920) * 100vw);
}
.neovoir-slider__pic picture {
  text-align: center;
}
.neovoir-slider__pic img {
  width: 100%;
  height: auto;
  border-radius: calc((30 / 1920) * 100vw);
  display: block;
}
/*.neovoir-slider__item img {
  width: 100%;
}
*/
.possibility__supplement {
  position: absolute;
  top: calc((685 / 1920) * 100vw);
  left: 0;
  display: flex;
  justify-content: center;
  font-size: calc((17 / 1920) * 100vw);
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  line-height: 1.7;
  transition: all 0.5s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .slick-current + .neovoir-slider__item .possibility__supplement {
    transition: all 0.5s;
    opacity: 1;
  }
}
.line {
  display: block;
  width: 762px;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
}
.possibility-items {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  position: relative;
}
.possibility-items::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../imgs/neovoir/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 151px;
  height: 151px;
}
.possibility-item {
  width: 49%;
  height: 488px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 42px;
}
.possibility-item__ttl {
  font-size: 33px;
  font-weight: 600;
}
.possibility-item__pic {
  width: 170px;
  margin: 10px auto 0;
}
.possibility-item__text {
  font-size: 30px;
  margin-top: 25px;
  font-weight: 600;
}
.possibility-item:nth-of-type(2) .possibility-item__pic {
  width: 261px;
  margin-top: 47px;
}
.possibility-item:nth-of-type(2) .possibility-item__text {
  margin-top: 32px;
}
/* ----- ポテンツァとダーマペンの違い ----- */
.comparison {
  padding-top: 110px;
}
.comparison-table {
  width: 100%;
  margin: 30px 0 0;
}
.comparison-table tr:not(:first-of-type) {
  border-top: 1px solid #e2e2e2;
}
.comparison-table td {
  font-size: 23px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 35px 10px;
  text-align: center;
  background-color: #f4f4f4;
  vertical-align: middle;
  line-height: 1.5;
}
.comparison-table td:nth-of-type(1) {
  width: 29%;
}
.comparison-table td:nth-of-type(2) {
  width: 35.5%;
  background-color: #ffffbc;
}
.comparison-table td:nth-of-type(3) {
  width: 35.5%;
}
.comparison-table .text-lg {
  font-size: 50px;
}
.comparison-table .text-mid {
  font-size: 30px;
}
.ico_nijumaru {
  width: 68px;
  margin: 0 auto;
}
.ico_maru {
  width: 41px;
  margin: 10px auto 0;
}
.ico_sankaku {
  width: 51px;
  margin: 5px auto 0;
}
.comparison-table .text-sml {
  display: flex;
  justify-content: center;
  text-align: left;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 15px;
}
.ico_maru + .text-sml {
  margin-top: 27px;
}
.ico_sankaku + .text-sml {
  margin-top: 31px;
}
/* ----- ポテンツァの施術詳細 ----- */
.treatment {
  padding-top: 85px;
}
.treatment-box {
  padding: 40px;
  border: 1px solid #dedef1;
  border-radius: 11px;
  margin-top: 10px;
}
.treatment-box__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 25px 35px;
  margin-top: 50px;
  background-color: #dedef1;
}
.treatment-box__title.mt-0 {
  margin-top: 0;
}
.treatment-box__text {
  font-size: 20px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  padding: 0 35px;
  margin-top: 30px;
}
.treatment-box__text li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
}
/* ----- 料金表 ----- */
.price {
  padding-top: 85px;
  padding-bottom: 30px;
}
.price-box {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 40px;
  border: 1px solid #dedef1;
  border-radius: 11px;
  margin-top: 10px;
}
.price-box__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 30px 35px 25px;
  margin-top: 50px;
  background-color: #dedef1;
}
.price-box__title.mt-0 {
  margin-top: 0;
}
.price-box__title.mt-lg {
  margin-top: 125px;
}
.price-box p.part {
  color: #3751b5;
  margin: 75px 0 0;
  font-size: 25px;
  font-weight: 600;
}
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 625px;
  margin: 0 auto;
  padding: 25px 0 15px;
}
.list-item:nth-of-type(n + 2) {
  padding: 15px 0;
}
.list-item:last-of-type {
  padding-bottom: 0;
}
.list-item.list-item--bb {
  padding-bottom: 15px;
  border-bottom: 1px solid #dee7e2;
}
.list__title {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.list__text {
  display: flex;
  align-items: center;
}
.list__price {
  font-size: 80px;
  font-weight: 600;
  color: #bc2610;
}
.list__flex {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 11px;
}
.list__tax {
  font-size: 12px;
}
.list__en {
  font-size: 40px;
  margin-top: 4px;
}
.price-box__title-wrap {
  position: relative;
}
.price-box__sub-title {
  position: absolute;
  top: -75px;
  left: 0;
  font-size: 25px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 15px 20px;
  background-color: #eabe5a;
  border-radius: 17px;
}
.price-box__sub-title::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 22px;
  border-top: 18px solid #eabe5a;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
}
.price-box__supplement {
  position: absolute;
  bottom: -20px;
  left: 35px;
  font-size: 12px;
  font-weight: 300;
}
.option-table {
  width: 625px;
  margin: 40px auto 0;
}
.option-table td {
  padding-top: 20px;
  padding-bottom: 17px;
  border: 1px solid #dee7e2;
  vertical-align: middle;
}
.option-table td:nth-of-type(1) {
  width: 14%;
  text-align: center;
}
.option-table td:nth-of-type(1) img {
  width: 50px;
}
.option-table td:nth-of-type(1) .img-lg {
  width: 85px;
}
.option-table td:nth-of-type(2) {
  width: 35%;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 15px;
}
.option-table td:nth-of-type(3) {
  width: 51%;
  padding-right: 20px;
}
.option__price-wrap {
  display: flex;
  justify-content: flex-end;
}
.option__price {
  font-size: 50px;
  font-weight: 600;
  color: #eabe5a;
}
.option__flex {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 8px;
}
.option__tax {
  font-size: 10px;
}
.option__en {
  font-size: 30px;
  margin-top: 3px;
}
.pertime {
  width: 100%;
  font-size: 23px;
  display: block;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pertime {
    font-size: 18px;
  }
}
/* ----- 選ばれる3つの理由 ----- */
.common-style {
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.flow-area {
  padding: 50px 0 36px;
}
h2.content-ttl {
  margin: 0 30px;
  font-weight: 400;
  color: #533a00;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.content-ttl .content-ttl-sub {
  font-size: 18px;
}
.special-box-wrap {
  max-width: 1300px;
}
.special-visionbox-wrap .special-box {
  border-radius: 0 0px 0px 0px !important;
  margin: 0 !important;
}
.special-box-flex-items h3 {
  padding: 20px 0px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}
.special-box-title-l {
  font-size: 26px;
  letter-spacing: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.special-box-flex-items p {
  padding: 16px 15px;
  text-align: left;
}
/* ----- 来店から施術までの流れ ----- */
.font-Gothic {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main-vision-wrap {
  margin-top: 0;
}
.main-flow-wrap {
  margin-top: 36px;
  padding: 50px 0 76px;
  text-align: center;
  background: #faf9f7;
}
.flow-menu-ttl {
  display: inline-flex;
  margin-bottom: 30px;
}
.flow_tlt_font {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: lighter;
  margin: 0 30px;
  color: #533a00;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 2px;
}
.flow_tlt_font_en {
  font-size: 30px;
}
.flow_tlt_font_jp {
  font-size: 13px;
}
.flow-divider {
  margin-bottom: 10px;
}
.flow-divider img {
  max-width: 640px;
  margin: 0 auto;
}
.flow-box-wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 94%;
}
.flow-box {
  padding: 10px 0;
}
.flow-sec {
  border-left: #6161be 2px solid;
}
.flow-sec:last-child {
  border-left: none;
}
.flow-step {
  width: 85px;
  color: #fff;
  background: #6161be;
  padding: 5px 0px;
  font-family: "Noto Sans JP", sans-serif;
}
.flow-title {
  text-align: left;
}
.flow-icon {
  padding: 12px 0px 12px 30px;
}
.flow-icon.step01:before, .flow-icon.step02:before, .flow-icon.step03:before, .flow-icon.step04:before, .flow-icon.step05:before, .flow-icon.step06:before {
  content: "";
  display: block;
  float: left;
  margin-right: 10px;
}
.flow-icon.step01:before {
  background: url("../imgs/neovoir/neovoir_ico_step01.png") 0 0/100% no-repeat;
  width: 25px;
  height: 35px;
}
.flow-icon.step02:before {
  background: url("../imgs/neovoir/neovoir_ico_step02.png") 0 0/100% no-repeat;
  width: 23px;
  height: 35px;
}
.flow-icon.step03:before {
  background: url("../imgs/neovoir/neovoir_ico_step03.png") 0 0/100% no-repeat;
  width: 30px;
  height: 35px;
}
.flow-icon.step04:before {
  background: url("../imgs/neovoir/neovoir_ico_step04.png") 0 0/100% no-repeat;
  width: 25px;
  height: 35px;
}
.flow-icon.step05:before {
  background: url("../imgs/neovoir/neovoir_ico_step05.png") 0 0/100% no-repeat;
  width: 30px;
  height: 35px;
}
.flow-icon.step06:before {
  background: url("../imgs/neovoir/neovoir_ico_step06.png") 0 0/100% no-repeat;
  width: 24px;
  height: 35px;
}
.flow-icon p {
  text-align: left;
  font-weight: 600;
}
.flow-text {
  text-align: left;
  padding: 0px 0px 12px 30px;
}
@media screen and (max-device-width: 1024px) {}
@media screen and (max-width: 768px) {
  .main-flow-wrap {
    margin-top: 0;
  }
  h2.flow-content-ttl .flow-small {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .main-flow-wrap {
    padding: 20px 0 0;
  }
  .flow-divider img {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .flow-box-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
}
/* ----- よくあるご質問 ----- */
.faq_warp {
  margin-bottom: 100px;
  padding-top: 50px;
}
.faq_tlt_font {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: lighter;
  margin: 0 30px;
  color: #533a00;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 0 20px;
}
.faq_tlt_font_en {
  font-size: 30px;
}
.faq_tlt_font_jp {
  font-size: 13px;
}
.faq_box_warp {
  max-width: 1000px;
  margin: 20px auto 0;
  width: 100%;
}
.toggle-btn {
  position: relative;
  display: block;
  background: #fff;
  color: #000;
  /*width: 300px;*/
  padding: 10px 44px 10px 10px;
  text-decoration: none;
}
.arrow-down {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #8585cd;
  transform: rotate(1deg);
  color: #8585cd;
}
.arrow-down.gray {
  border-top-color: #c1c1c1;
}
.arrowUp.active {
  transform: rotate(180deg);
}
p.question {
  cursor: pointer;
  border-top: 1px solid #00000020;
}
p.question:first-child {
  border: none;
}
p.answer {
  display: none;
  padding: 10px 50px 10px 10px;
  font-size: 90%;
}
/* ------------------------------------------
/* tablet
/* ------------------------------------------ */
@media screen and (max-width: 1079px) {
  .tb {
    display: block;
  }
  .common-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  .text {
    font-size: 16px;
  }
  .main-copy {
    font-size: 48px;
  }
  .heading {
    font-size: 40px;
  }
  .sub-heading__text {
    font-size: 30px;
  }
  /* ----- ポテンツァの特徴 ----- */
  .content-box__pic span {
    font-size: 20px;
  }
  /* ----- ポテンツァの可能性 ----- */
  .possibility__title {
    font-size: 50px;
  }
  .possibility__heading--sml {
    font-size: 18px;
  }
  .possibility__heading--mid {
    font-size: 27px;
  }
  .possibility__heading--lg {
    font-size: 60px;
  }
  .possibility__text {
    font-size: 16px;
  }
  .product__text {
    font-size: calc((15 / 1920) * 100vw);
    margin-top: calc((22 / 1920) * 100vw);
    line-height: 1.4;
  }
  .product-name {
    position: absolute;
    top: calc((538 / 1920) * 100vw);
    left: 0;
    width: 100%;
    font-size: calc((30 / 1920) * 100vw);
    letter-spacing: 0.1em;
    text-align: center;
    z-index: 1;
  }
  .neovoir-slider__pic-wrap {
    width: calc((508 / 1920) * 100vw);
    height: calc((439 / 1920) * 100vw);
    background-color: #fff;
    border-radius: calc((30 / 1920) * 100vw);
    overflow: hidden;
    position: relative;
  }
  .new {
    position: absolute;
    top: calc((15 / -1920) * -100vw);
    left: 0;
    background-image: url(../imgs/neovoir/ico_new.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((110 / 1920) * 100vw);
    height: calc((110 / 1920) * 100vw);
    font-size: calc((28 / 1920) * 100vw);
    font-weight: 600;
    color: #fff;
  }
  .neovoir-slider__pic {
    /*width: calc((153 / 1920) * 100vw);*/
    margin: 0 auto;
    /*margin-top: calc((58 / 1920) * 100vw);*/
  }
  .neovoir-slider__pic--miracle {
    width: calc((144 / 1920) * 100vw);
  }
  .neovoir-slider__pic--saitokain-ritchi {
    width: calc((306 / 1920) * 100vw);
  }
  .possibility__supplement {
    position: absolute;
    top: calc((625 / 1920) * 100vw);
    left: 0;
    display: flex;
    justify-content: center;
    font-size: calc((17 / 1920) * 100vw);
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    line-height: 1.7;
    transition: all 0.5s;
    opacity: 0;
  }
  .possibility-items {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    position: relative;
  }
  .possibility-items::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../imgs/neovoir/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 151px;
    height: 151px;
  }
  .possibility-item {
    width: 49%;
    height: 488px;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    padding-top: 42px;
  }
  /* ----- ポテンツァとダーマペンの違い ----- */
  .comparison-table td {
    font-size: 16px;
  }
  .comparison-table .text-lg {
    font-size: 40px;
  }
  .comparison-table .text-mid {
    font-size: 20px;
  }
  .ico_nijumaru {
    width: 68px;
    margin: 0 auto;
  }
  /* ----- 施術詳細 ----- */
  .treatment-box__title {
    font-size: 24px;
  }
  .treatment-box__text {
    font-size: 16px;
  }
  /* ----- 料金表 ----- */
  .price-box__title {
    font-size: 24px;
  }
  .price-box__title.mt-0 {
    margin-top: 0;
  }
  .price-box__title.mt-lg {
    margin-top: 125px;
  }
  .list-item {
    width: 100%;
  }
  .list__price {
    font-size: 65px;
    font-weight: 600;
  }
  .price-box__sub-title {
    top: -65px;
    font-size: 20px;
  }
  .option-table {
    width: 100%;
  }
  .option-table td {
    padding-top: 20px;
    padding-bottom: 17px;
    border: 1px solid #dee7e2;
    vertical-align: middle;
  }
  .option-table td:nth-of-type(1) {
    width: 14%;
    text-align: center;
  }
  .option-table td:nth-of-type(1) img {
    width: 30px;
  }
  .option-table td:nth-of-type(1) .img-lg {
    width: 45px;
  }
  .option-table td:nth-of-type(2) {
    font-size: 16px;
  }
  .option__price {
    font-size: 45px;
  }
  .option__en {
    font-size: 26px;
    margin-top: 5px;
  }
  .diamond-chip-table {
    width: 100%;
  }
  .diamond-chip-table__num {
    font-size: 16px;
  }
}
/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media screen and (max-width: 767px) {
  /* html,
  body {
    font-size: calc(100vw / 37.5);
  } */
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .common-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }
  .heading {
    font-weight: 600;
    text-align: center;
    color: #fff;
  }
  .section-heading {
    font-size: 27px;
    padding: 15px;
    line-height: 1.2;
    position: relative;
  }
  .section-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    border-top: 5px solid #595794;
    border-right: 5px solid #595794;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .section-heading::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    border-top: 5px solid #595794;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #595794;
  }
  .content {
    /*max-width: calc((333 / 375) * 100vw);*/
    width: 97%;
    padding: 15px 10px 20px;
    margin: 0 auto;
    background-color: #fff;
  }
  .content:last-child {
    padding-bottom: 45px;
  }
  .text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .text-hidden {
    height: 155px;
    position: relative;
    overflow: hidden;
  }
  .text-hidden.open {
    height: 100%;
    overflow: visible;
  }
  .text-hidden::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 55%, #fff 83%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .text-hidden.text-hidden--green::before {
    background: linear-gradient(rgba(2, 59, 23, 0) 0, rgba(2, 59, 23, 0) 40%, rgba(2, 59, 23, 100%) 83%);
  }
  .text-hidden.open::before {
    background: transparent;
  }
  .open-trigger {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    padding: 20px;
  }
  .open-trigger.open {
    position: static;
    transform: translateX(0);
    display: block;
    width: 100%;
    text-align: center;
  }
  .possibility__text.open {
    display: block;
  }
  @media screen and (min-width: 500px) {
    .text-hidden {
      height: auto;
      overflow: visible;
    }
    .text-hidden::before {
      content: none;
    }
    .open-trigger {
      display: none;
    }
  }
  /* ----- ポテンツァの効果 ----- */
  .effect .content {
    padding: 15px 30px 45px;
  }
  .effect-pic {
    margin-top: 0;
    margin-bottom: 20px;
    transform: translateX(-3px);
  }
  .effect-pic img {
    width: 100%;
  }
  /* ----- ポテンツァの特徴 ----- */
  .feature {
    padding-top: 45px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .feature-pic {
    width: 100%;
  }
  .sub-heading {
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: #dedef1;
    padding: 12px 15px 12px 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
  }
  .sub-heading:first-child {
    margin-top: 20px;
  }
  .sub-heading::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 25px solid #dedef1;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
  }
  .sub-heading__number {
    width: 60px;
    position: relative;
  }
  .sub-heading__number span {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
  }
  .sub-heading__number {
    width: 60px;
  }
  @media screen and (max-width: 374px) {
    .sub-heading__number {
      width: 50px;
    }
  }
  .sub-heading__text {
    /*width: 225px;*/
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-left: 10px;
    color: #3751b5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media screen and (max-width: 374px) {
    .sub-heading__text {
      font-size: 18px;
    }
  }
  .sub-heading__number {
    width: 50px;
  }
  .feature .text {
    padding: 0 10px;
  }
  .text.section-1 {
    margin-top: 10px;
  }
  .text.section-2 {
    margin-top: 10px;
  }
  .content-box {
    padding: 17px 0px;
    border: 1px solid #dee7e2;
    border-radius: 11px;
    margin-top: 35px;
  }
  .content-box.mt {
    margin-top: 0;
  }
  .content-box__heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #2a4f00;
    padding-left: 16px;
    border-left: 11px solid #2a4f00;
  }
  .content-box__heading span {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
  }
  .content-box__pic {
    margin: 25px auto 0;
    position: relative;
  }
  .content-box__pic-section-1 {
    width: 86%;
  }
  .content-box__pic-section-2 {
    width: 78%;
  }
  .content-box__pic-section-3 {
    width: 83%;
  }
  .content-box__pic span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .content-box .text {
    margin-top: 20px;
  }
  /* ----- ポテンツァの可能性 ----- */
  .possibility {
    padding: 200px 0 32px;
    position: relative;
    z-index: 1;
  }
  .possibility__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #55ff6e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .possibility__title br {
    display: none;
  }
  @media screen and (max-width: 374px) {
    .possibility__title {
      font-size: 28px;
    }
  }
  .possibility__heading {
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 35px;
  }
  .possibility__heading.mt {
    margin-top: 25px;
  }
  .possibility__heading--sml {
    font-size: 15px;
    letter-spacing: 0;
  }
  .possibility__heading--mid {
    font-size: 20px;
    margin-top: 15px;
  }
  .possibility__heading--lg {
    font-size: 36px;
    margin-top: 15px;
  }
  .possibility__text {
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    line-height: 1.7;
    margin: 25px auto 0;
  }
  .neovoir-slider-wrap {
    padding: 0;
    margin-top: calc((25 / 375) * 100vw);
  }
  .neovoir-slider-wrap .slick-list {
    padding: 0 18% !important;
  }
  .neovoir-slider__item {
    width: calc((211 / 375) * 100vw);
    height: calc((182 / 375) * 100vw);
    padding-top: calc((67 / 375) * 100vw);
    /* padding-bottom: calc((120 / 375) * 100vw); */
    margin-right: calc((12 / 375) * 100vw);
    margin-left: calc((12 / 375) * 100vw);
    position: relative;
  }
  .product {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc((200 / 375) * 100vw);
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    border-radius: calc((14 / 375) * 100vw);
    background-color: #ffe6ae;
    padding-top: calc((10 / 375) * 100vw);
    padding-right: calc((5 / 375) * 100vw);
    padding-bottom: calc((9 / 375) * 100vw);
    padding-left: calc((5 / 375) * 100vw);
    transition: all 0.5s;
    opacity: 0;
    z-index: 1;
  }
  .slick-center.neovoir-slider__item .product {
    transition: all 0.5s;
    opacity: 1;
  }
  .product::before {
    content: "";
    position: absolute;
    bottom: calc((-20 / -375) * -100vw);
    left: 50%;
    transform: translateX(-50%);
    border-top: solid #ffe6ae calc((28 / 375) * 100vw);
    border-right: solid transparent calc((16 / 375) * 100vw);
    border-left: solid transparent calc((16 / 375) * 100vw);
    z-index: -1;
  }
  .product__title-wrap {
    display: flex;
    justify-content: center;
  }
  .product__title {
    display: inline-block;
    font-size: calc((10 / 375) * 100vw);
    font-weight: 600;
    position: relative;
  }
  .product__title::before {
    content: "";
    position: absolute;
    top: calc((-5 / -375) * -100vw);
    left: calc((-10 / -375) * -100vw);
    width: calc((12 / 375) * 100vw);
    height: 0.02rem;
    background-color: #023b0d;
  }
  .product__title::after {
    content: "";
    position: absolute;
    top: calc((-5 / -375) * -100vw);
    left: calc((-10 / -375) * -100vw);
    width: 0.02rem;
    height: calc((12 / 375) * 100vw);
    background-color: #023b0d;
  }
  .product__title span {
    position: relative;
  }
  .product__title span::before {
    content: "";
    position: absolute;
    bottom: calc((-5 / -375) * -100vw);
    right: calc((-10 / -375) * -100vw);
    width: calc((12 / 375) * 100vw);
    height: 0.02rem;
    background-color: #023b0d;
  }
  .product__title span::after {
    content: "";
    position: absolute;
    bottom: calc((-5 / -375) * -100vw);
    right: calc((-10 / -375) * -100vw);
    width: 0.02rem;
    height: calc((12 / 375) * 100vw);
    background-color: #023b0d;
  }
  .product__text {
    font-size: calc((10 / 375) * 100vw);
    margin-top: calc((12 / 375) * 100vw);
    line-height: 1.4;
  }
  .product-name {
    position: absolute;
    top: calc((220 / 375) * 100vw);
    left: 0;
    width: 100%;
    font-size: calc((12 / 375) * 100vw);
    letter-spacing: 0.1em;
    text-align: center;
    z-index: 1;
  }
  .neovoir-slider__pic-wrap {
    width: calc((211 / 375) * 100vw);
    height: calc((181 / 375) * 100vw);
    background-color: #fff;
    border-radius: calc((30 / 375) * 100vw);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .new {
    position: absolute;
    top: calc((8 / -375) * -100vw);
    left: calc((13 / -375) * -100vw);
    background-image: url(../imgs/neovoir/ico_new.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((35 / 375) * 100vw);
    height: calc((35 / 375) * 100vw);
    font-size: calc((10 / 375) * 100vw);
    font-weight: 600;
    color: #fff;
    z-index: 3;
  }
  .neovoir-slider__pic {
    /*width: calc((56 / 375) * 100vw);*/
    margin: 0 auto;
    /*margin-top: calc((30 / 375) * 100vw);*/
  }
  .neovoir-slider__pic--miracle {
    width: calc((56 / 375) * 100vw);
  }
  .neovoir-slider__pic--saitokain-ritchi {
    width: calc((120 / 375) * 100vw);
  }
  .neovoir-slider__item img {
    width: 100%;
  }
  .possibility__supplement {
    position: absolute;
    top: calc((265 / 375) * 100vw);
    left: 0;
    display: flex;
    justify-content: center;
    font-size: calc((12 / 375) * 100vw);
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    line-height: 1.7;
    transition: all 0.5s;
    opacity: 0;
  }
  .slick-center.neovoir-slider__item .possibility__supplement {
    transition: all 0.5s;
    opacity: 1;
  }
  .line {
    display: block;
    width: 76%;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
  }
  .possibility-items {
    display: flex;
    justify-content: center;
    padding: 0 6px;
    margin-top: 45px;
    position: relative;
  }
  .possibility-items::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../imgs/neovoir/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 56px;
    height: 56px;
  }
  .possibility-item {
    width: 165px;
    height: 182px;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    padding-top: 17px;
  }
  .possibility-item__ttl {
    font-size: 12px;
    font-weight: 600;
  }
  .possibility-item__pic {
    width: 63px;
    margin: 10px auto 0;
  }
  .possibility-item__text {
    font-size: 11px;
    margin-top: 1px;
    font-weight: 600;
  }
  .possibility-item:nth-of-type(2) {
    margin-left: 8px;
  }
  .possibility-item:nth-of-type(2) .possibility-item__pic {
    width: 97px;
    margin-top: 17px;
  }
  .possibility-item:nth-of-type(2) .possibility-item__text {
    margin-top: 9px;
  }
  /* ----- ポテンツァとダーマペンの違い ----- */
  .comparison {
    padding-top: 45px;
  }
  .comparison .content {
    padding: 40px 15px 15px;
  }
  .comparison-table {
    width: 100%;
  }
  .comparison-table tr:not(:first-of-type) {
    border-top: 1px solid #e2e2e2;
  }
  .comparison-table td {
    font-size: 13px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 13px 10px;
    text-align: center;
    background-color: #f4f4f4;
    vertical-align: middle;
  }
  .comparison-table td:nth-of-type(1) {
    width: 12%;
  }
  .comparison-table td:nth-of-type(2) {
    width: 44%;
    background-color: #fff4de;
  }
  .comparison-table td:nth-of-type(3) {
    width: 44%;
  }
  .comparison-table td .rotate {
    display: inline-block;
    transform: rotate(90deg)
  }
  .comparison-table .text-lg {
    font-size: 26px;
  }
  .comparison-table .text-mid {
    font-size: 16px;
  }
  .ico_nijumaru {
    width: 34px;
    margin: 0 auto;
  }
  .ico_maru {
    width: 21px;
    margin: 10px auto 0;
  }
  .ico_sankaku {
    width: 19px;
    margin: 5px auto 0;
  }
  .comparison-table .text-sml {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 10px;
    line-height: 1.5;
    margin-top: 10px;
  }
  @media screen and (max-width: 374px) {
    .comparison-table .text-sml {
      padding: 0 5px;
    }
  }
  .ico_maru + .text-sml {
    margin-top: 12px;
  }
  .ico_sankaku + .text-sml {
    margin-top: 23px;
  }
  /* ----- ポテンツァの施術詳細 ----- */
  .treatment {
    padding-top: 45px;
  }
  .treatment-box {
    padding: 20px 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .treatment-box__title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 9px 12px;
    margin-top: 25px;
  }
  .treatment-box__title.mt-0 {
    margin-top: 0;
  }
  .treatment-box__text {
    font-size: 12px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    padding: 0 12px;
    margin-top: 15px;
  }
  /* ----- ポテンツァの料金表 ----- */
  .price {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .price-box {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20px 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .price-box__title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 9px 12px;
    margin-top: 25px;
  }
  .price-box__title.mt-0 {
    margin-top: 0;
  }
  .price-box__title.mt-lg {
    margin-top: 65px;
  }
  .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 0 auto;
    padding: 25px 0 15px;
  }
  .list-item:nth-of-type(n + 2) {
    padding: 15px 0;
    border-top: 1px solid #dee7e2;
  }
  .list-item:last-of-type {
    padding-bottom: 0;
  }
  .list-item.list-item--bb {
    padding-bottom: 15px;
    border-bottom: 1px solid #dee7e2;
  }
  .list__title {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .price-box p.part {
    margin: 25px 0 0;
    font-size: 13px;
  }
  @media screen and (max-width: 374px) {
    .list__title {
      font-size: 10px;
    }
  }
  .list__text {
    display: flex;
    align-items: center;
    transform: translateX(11px);
  }
  .list__price {
    font-size: 44px;
    font-weight: 600;
    transform: translateX(7px);
    letter-spacing: -0.04em;
  }
  @media screen and (min-width: 400px) {
    .list__price {
      letter-spacing: 0;
    }
  }
  @media screen and (max-width: 374px) {
    .list__price {
      font-size: 36px;
    }
  }
  .list__price--sml {
    font-size: 40px;
  }
  @media screen and (max-width: 374px) {
    .list__price--sml {
      font-size: 31px;
    }
  }
  .list__flex {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 6px;
  }
  .list__tax {
    font-size: 10px;
    transform: scale(0.7);
  }
  .list__en {
    font-size: 20px;
    margin-top: 2px;
  }
  .price-box__title-wrap {
    position: relative;
  }
  .price-box__sub-title {
    position: absolute;
    top: -38px;
    left: 0;
    font-size: 13px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 7px 10px;
    background-color: #eabe5a;
    border-radius: 8px;
  }
  @media screen and (max-width: 374px) {
    .price-box__sub-title {
      top: -34px;
      font-size: 10px;
    }
  }
  .price-box__sub-title::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 12px;
    border-top: 10px solid #eabe5a;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
  }
  .price-box__supplement {
    position: absolute;
    bottom: -13px;
    left: 6px;
    font-size: 10px;
    font-weight: 300;
    transform: scale(0.9);
  }
  .option-table {
    width: 100%;
    margin: 15px auto 0;
  }
  .option-table td {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #dee7e2;
    vertical-align: middle;
  }
  .option-table td:nth-of-type(1) {
    width: 10%;
    text-align: center;
  }
  .option-table td:nth-of-type(1) img {
    width: 17px;
  }
  .option-table td:nth-of-type(1) .img-lg {
    width: 30px;
  }
  .option-table td:nth-of-type(2) {
    width: 38%;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0 6px;
  }
  .option-table td:nth-of-type(3) {
    width: 52%;
    padding-right: 0px;
  }
  .option__price-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .option__price {
    font-size: 28px;
    font-weight: 600;
    color: #eabe5a;
    transform: translateX(9px) translateY(2px);
    letter-spacing: -0.03em;
  }
  @media screen and (min-width: 400px) {
    .option__price {
      letter-spacing: 0;
    }
  }
  @media screen and (max-width: 374px) {
    .option__price {
      font-size: 22px;
      transform: translateX(9px) translateY(5px);
    }
  }
  .option__flex {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
    transform: translateY(-3px);
  }
  .option__tax {
    font-size: 10px;
    transform: translateY(3px) scale(0.6);
    letter-spacing: 0;
  }
  .option__en {
    font-size: 16px;
    margin-top: 3px;
    letter-spacing: 0;
  }
  .diamond-chip-table {
    width: 100%;
    margin: 15px auto 0;
  }
  .diamond-chip-table td {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #dee7e2;
    vertical-align: middle;
  }
  .diamond-chip-table__pic {
    width: 30%;
    text-align: center;
  }
  .diamond-chip-table__pic img {
    width: 70px;
  }
  .diamond-chip-table__num {
    width: 13%;
    font-size: 10px;
    text-align: center;
  }
  .diamond-chip-table__price {
    width: 57%;
    padding-right: 0;
  }
  .diamond-chip-supplement {
    margin: 12px 0 0 0;
  }
  .diamond-chip-supplement__text {
    font-size: 10px;
    line-height: 1.5;
  }
  .diamond-chip-supplement__text:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  /* ----- 選ばれる3つの理由 ----- */
  .common-style {
    line-height: 1.6;
    letter-spacing: 0.8px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .flow-area {
    padding: 50px 0 36px;
  }
  h2.content-ttl {
    margin: 0 30px;
    font-weight: 400;
    color: #533a00;
    line-height: 1.2;
    white-space: nowrap;
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  .content-ttl .content-ttl-sub {
    font-size: 18px;
  }
  .special-box-wrap {
    max-width: 1300px;
  }
  .special-visionbox-wrap .special-box {
    border-radius: 0 0px 0px 0px !important;
    margin: 0 !important;
  }
  .special-box-flex-items h3 {
    padding: 20px 0px;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: center;
  }
  .special-box-title-l {
    font-size: 26px;
    letter-spacing: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .special-box-flex-items p {
    padding: 16px 15px;
    text-align: left;
  }
  /* ----- 来店から施術までの流れ ----- */
  .font-Gothic {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .main-vision-wrap {
    margin-top: 0;
  }
  .main-flow-wrap {
    margin-top: 36px;
    padding: 50px 0 76px;
    text-align: center;
    background: #faf9f7;
  }
  .flow-menu-ttl {
    display: inline-flex;
    margin-bottom: 30px;
  }
  .flow_tlt_font {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: lighter;
    margin: 0 30px;
    color: #533a00;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 2px;
  }
  .flow_tlt_font_en {
    font-size: 30px;
  }
  .flow_tlt_font_jp {
    font-size: 13px;
  }
  .flow-divider {
    margin-bottom: 10px;
  }
  .flow-divider img {
    max-width: 640px;
    margin: 0 auto;
  }
  .flow-box-wrap {
    max-width: 1000px;
    margin: 0 auto;
    width: 94%;
  }
  .flow-box {
    padding: 10px 0;
  }
  /*  .flow-sec {
    border-left: #76c1dd 2px solid;
  }
*/ .flow-sec:last-child {
    border-left: none;
  }
  .flow-step {
    width: 85px;
    color: #fff;
    padding: 5px 0px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .flow-title {
    text-align: left;
  }
  .flow-icon {
    padding: 12px 0px 12px 30px;
  }
  .flow-icon.step01:before, .flow-icon.step02:before, .flow-icon.step03:before, .flow-icon.step04:before {
    content: "";
    display: block;
    float: left;
    margin-right: 10px;
  }
  /*  .flow-icon.step01:before {
    background: url("../imgs/neovoir/flow-icon01.png") 0 0/100% no-repeat;
    width: 25px;
    height: 35px;
  }
  .flow-icon.step02:before {
    background: url("../imgs/neovoir/flow-icon02.png") 0 0/100% no-repeat;
    width: 23px;
    height: 35px;
  }
  .flow-icon.step03:before {
    background: url("../imgs/neovoir/flow-icon03.png") 0 0/100% no-repeat;
    width: 30px;
    height: 35px;
  }
  .flow-icon.step04:before {
    background: url("../imgs/neovoir/flow-icon04.png") 0 0/100% no-repeat;
    width: 25px;
    height: 35px;
  }
*/ .flow-icon p {
    text-align: left;
  }
  .flow-text {
    text-align: left;
    padding: 0px 0px 12px 30px;
  }
  @media screen and (max-device-width: 1024px) {}
  @media screen and (max-width: 768px) {
    .main-flow-wrap {
      margin-top: 0;
    }
    h2.flow-content-ttl .flow-small {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .main-flow-wrap {
      padding: 20px 0 0;
    }
    .flow-divider img {
      max-width: 80%;
      margin-bottom: 30px;
    }
    .flow-box-wrap {
      display: flex;
      flex-direction: column;
      padding: 0 10px;
    }
  }
  /* ----- よくあるご質問 ----- */
  .faq_warp {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .faq_tlt_font {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: lighter;
    margin: 0 30px;
    color: #533a00;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0 20px;
  }
  .faq_tlt_font_en {
    font-size: 30px;
  }
  .faq_tlt_font_jp {
    font-size: 13px;
  }
  .faq_box_warp {
    max-width: 1000px;
    margin: 20px 16px 0 16px;
    width: 100%;
  }
  .toggle-btn {
    position: relative;
    display: block;
    background: #fff;
    color: #000;
    padding: 10px 50px 10px 10px;
    text-decoration: none;
  }
  .arrow-down {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(1deg);
  }
  .arrow-down.gray {
    border-top-color: #c1c1c1;
  }
  .arrowUp.active {
    transform: rotate(180deg);
  }
  p.question {
    cursor: pointer;
    border-top: 1px solid #00000020;
  }
  p.question:first-child {
    border: none;
  }
  p.answer {
    display: none;
    padding: 10px 60px 10px 12px;
    font-size: 90%;
  }
  footer {
    font-size: 16px;
  }
  footer .info_details span {
    padding-bottom: 1.2em;
  }
}
/* ------------------------------------------
/* cta 
/* ------------------------------------------ */
.cta-wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.cta {
  padding: 50px 75px 45px;
  background-image: url(../imgs/neovoir/neovoir_cta_bg_pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.cta__copy {
  font-size: 45px;
  font-weight: 600;
  color: #6161be;
  letter-spacing: 0.1em;
}
.cta__item-name {
  width: 410px;
  margin-top: 0;
}
.cta__price {
  width: 460px;
  margin: 0 auto;
}
.cta__pic {
  position: absolute;
  top: -5px;
  right: 25px;
  width: 250px;
}
.cta__text {
  font-size: 16px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin-top: 10px;
}
.cta__text .red {
  color: red;
}
.cta__text-lg {
  font-size: 24px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.cta__info {
  width: 100%;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 10px;
  margin-top: 15px;
  border: 0.05rem solid #bdbdbd;
  overflow: hidden;
}
.cta__info-item {
  display: flex;
}
.cta__info-item:first-of-type {
  border-bottom: 0.05rem solid #bdbdbd;
}
.cta__info-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  padding: 10px 0;
}
.cta__info-item--heading {
  background-color: #efefef;
}
.cta__info-item--heading span {
  font-size: 18px;
  font-weight: 600;
}
.cta-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cta-link {
  width: 345px;
  margin-top: 15px;
  position: relative;
}
.cta-link__text {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 100%;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
.cta-link:first-of-type {
  width: 100%;
  margin-top: 0;
}
.cta-link:first-of-type .cta-link__text {
  font-size: 44px;
}
/* ------------------------------------------
/* tablet
/* ------------------------------------------ */
@media screen and (max-width: 1079px) {
  /* ----- cta ----- */
  .cta-link {
    width: 49%;
    margin-top: 15px;
    position: relative;
  }
  .cta__copy {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .cta__item-name {
    width: 350px;
    margin-top: 25px;
  }
  .cta__price {
    width: 450px;
    margin-top: 25px;
  }
  .cta__pic {
    position: absolute;
    top: 31px;
    right: -44px;
    width: 290px;
  }
}
/* ------------------------------------------
  /* sp
  /* ------------------------------------------ */
@media screen and (max-width: 767px) {
  /* ----- cta ----- */
  .cta-wrap {
    max-width: 351px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 25px;
  }
  .cta {
    padding: 30px 30px 25px;
    background-image: url(../imgs/neovoir/neovoir_cta_bg_sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
  }
  .cta__copy {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .cta__item-name {
    width: 204px;
    margin-top: 8px;
  }
  .cta__price {
    width: 271px;
    margin-top: 8px;
  }
  .cta__pic {
    position: absolute;
    top: -11px;
    right: 20px;
    width: 100px;
  }
  .cta__text {
    font-size: 10px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin-top: 5px;
  }
  .cta__text .red {
    color: red;
  }
  .cta__text-lg {
    font-size: 12px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
  }
  .cta__info {
    width: 100%;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 8px;
    margin-top: 8px;
    border: 0.05rem solid #bdbdbd;
    overflow: hidden;
  }
  .cta__info-item {
    display: flex;
  }
  .cta__info-item:first-of-type {
    border-bottom: 0.05rem solid #bdbdbd;
  }
  .cta__info-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 5px 0;
  }
  .cta__info-item--heading {
    background-color: #efefef;
  }
  .cta__info-item--heading span {
    font-size: 10px;
    font-weight: 600;
  }
  .cta-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .cta-link {
    width: 139px;
    margin-top: 10px;
    position: relative;
  }
  .cta-link__text {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 100%;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.05em;
    color: #fff;
    z-index: 1;
    pointer-events: none;
  }
  .cta-link:first-of-type {
    width: 100%;
    margin-top: 0;
  }
  .cta-link:first-of-type .cta-link__text {
    font-size: 22px;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  /* ----- cta ----- */
  .cta-wrap {
    max-width: 296px;
  }
  .cta {
    padding: 35px 20px;
  }
  .cta__copy {
    font-size: 16px;
  }
  .cta__item-name {
    width: 160px;
    margin-top: 8px;
  }
  .cta__price {
    width: 200px;
    margin-top: 10px;
  }
  .cta__pic {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 70px;
  }
  .cta__text {
    margin-top: 0;
  }
  .cta-links {
    margin-top: 8px;
  }
  .cta-link {
    width: 125px;
    margin-top: 7px;
    position: relative;
  }
  .cta-link__text {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 100%;
    font-size: 12px;
  }
  .cta-link:first-of-type {
    width: 100%;
    margin-top: 0;
  }
  .cta-link:first-of-type .cta-link__text {
    font-size: 22px;
    left: 0;
    text-align: center;
  }
}
.special {
  margin-top: -140px;
  z-index: 1;
  position: relative;
}
/*------------------------------
  ※料金表写真
--------------------------------*/
.price-pic-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
  position: relative;
}
.price-pic {
  width: 25%;
}
.price-text {
  width: 72%;
  margin-top: 10px;
}
.price-pic-box .price-text p.product-title {
  color: #3751b5;
  font-size: 25px;
  font-weight: 600;
}
.price-pic-box .price-text p.lead {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 10px 0;
}
.price-pic-box_sub {
  position: absolute;
  top: 78%;
  left: 28%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  background-color: #eabe5a;
  border-radius: 17px;
  letter-spacing: 0;
}
.price-pic-box_sub::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 22px;
  border-bottom: 12px solid #eabe5a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 767px) {
  .price-pic-box {
    margin: 40px 0 50px;
  }
  .price-text {
    margin: auto;
  }
  .price-pic-box .price-text p.product-title {
    font-size: 15px;
  }
  .price-pic-box .price-text p.lead {
    font-size: 12px;
  }
  .price-pic-box_sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .price-pic-box_sub {
    top: 110%;
    left: 0;
  }
}
}
/*------------------------------
  ※付き文
--------------------------------*/
.kome {
  font-size: 0.6em;
  vertical-align: top;
}
/*------------------------------
  Sticky Nav
--------------------------------*/
.sticky-nav.lock {
  opacity: 0;
  pointer-events: none;
}
.sticky-nav {
  position: sticky;
  width: 100%;
  background: #75A1C7;
  top: 142px;
  z-index: 100;
}
.sticky-nav--lp {
  top: 0 !important;
}
.admin-bar .sticky-nav--lp {
  top: 32px;
}
.sticky-nav__inner {
  display: flex;
  padding: 10px 0;
}
.sticky-nav a {
  display: block;
  flex: 1;
  text-align: center;
  color: #75A1C7;
  padding: 15px 5px;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50px;
  margin: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sticky-nav {
    top: 50px;
    padding-top: 5px;
  }
  .sticky-nav a {
    font-size: 12px;
    margin: 10px 5px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .sticky-nav--lp {
    top: 0;
  }
}
/* アンカーリンクの余白 */
.nav-menu {
  padding-top: 150px;
  margin-top: -150px;
}
.nav-lp {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .nav-menu {
    padding-top: 100px;
    margin-top: -100px;
  }
  .nav-lp {
    padding-top: 15px;
    margin-top: -15px;
  }
}
/*------------------------------
  キャンペーンバナー
--------------------------------*/
.cam_bnr {
  margin: 50px auto;
  max-width: 940px;
}
@media screen and (max-width:767px) {
  .cam_bnr {
    margin: 30px auto;
  }
}
/*------------------------------
  MBCが選ばれる理由
--------------------------------*/
.content_box {
  position: relative;
  margin-top: 80px;
  background-color: #8585cd;
  padding-bottom: 50px;
}
.content_box .number {
  border-radius: 50%;
  background-color: #fff;
  color: #8585cd;
  font-size: 40px;
  position: absolute;
  top: -65px;
  left: -32px;
  border: solid 5px #8585cd;
  width: 150px;
  height: 150px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .content_box .number {
    font-size: 35px;
    width: 135px;
    height: 135px;
  }
}
.content_box .number span {}
.content_box h3 {
  font-size: 30px;
  color: #fff;
  background-color: #8585cd;
  padding: 30px 0 20px 120px;
}
@media screen and (max-width: 768px) {
  .content_box h3 {
    font-size: 20px;
  }
}
.content_box h3 span {
  color: #b03159;
}
.content_box .feature-pic {
  margin: 20px 0;
}
.tit {
  margin: 20px 0;
  color: #4552B7;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
}
.tit span {
  color: #c9445a;
}
@media screen and (max-width: 768px) {
  .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .tit {
    font-size: 15px;
  }
}
#reason ul {
  width: 70%;
  margin: 0 auto;
  line-height: 2;
  background-color: #fff;
  padding: 20px 50px;
}
@media screen and (max-width: 480px) {
  #reason ul {
    width: 78%;
    margin: 0 auto;
  }
}
#reason li {
  background-image: url(../imgs/neovoir/neovoir_ico10.png);
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  font-weight: 600;
  font-size: 25px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 480px) {
  #reason li {
    font-size: 20px;
  }
}
.bg_yellow {
  background-color: #FFFF97;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 30px 0;
}
.bg_yellow .list-item {
  width: 485px;
}
@media screen and (max-width: 768px) {
  .bg_yellow .list-item {
    width: 80%;
  }
}
.bg_yellow .first {
  font-size: 25px;
  font-weight: 600;
  color: #D15465;
  text-align: center;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .bg_yellow .first {
    font-size: 20px;
  }
}
.bg_yellow .expl {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .bg_yellow .expl {
    font-size: 15px;
  }
}
.bg_yellow .list__price {
  color: #D15465;
}
.bg-blue2 {
  font-weight: 600;
  color: #20239E;
  border-radius: 10px;
  background-color: #EAEEFD;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  line-height: 1.7;
  width: 85%;
  margin: 20px auto;
}
#diagnosis .flex-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#diagnosis dl {
  width: calc(95%/2);
  border: solid #d4d4ed 1px;
  border-radius: 20px;
  padding: 20px;
  margin: 150px 0 0 0;
}
#diagnosis dt {
  text-align: center;
  margin: -100px auto 0;
}
#diagnosis dd {
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #diagnosis dd {
    font-size: 14px;
  }
}
#price .report {
  margin: 20px auto 0;
  display: block;
  text-align: center;
  color: #6161be;
  border: 1px solid #6161be;
  padding: 5px 10px;
  width: 50%;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #price .report {
    font-size: 22px;
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #price .report {
    font-size: 15px;
    width: 100%;
  }
}