@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;
}
.sp {
  display: none;
}
.tb {
  display: none;
}
.pc {
  display: block;
}
.bg-purple {
  background-color: #e9def5!important;
}
.f-s80 {
  font-size: 80%;
}
.mgt1em {
  margin-top: 1em;
}

.common-inner {
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
}
.mt0 {
  margin-top: 0 !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.pb85 {
  padding-bottom: 85px;
}
.wid80 {
  width: 80%;
  margin: auto;
}
.heading {
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(left, #7b1eb8, #bf69ef 50%, #7b1eb8 100%);
  background: -webkit-linear-gradient(left, #7b1eb8, #bf69ef 50%, #7b1eb8 100%);
  background: linear-gradient(to right, #7b1eb8, #bf69ef 50%, #7b1eb8 100%);
}
.section-heading {
  font-size: 48px;
  padding: 25px;
  position: relative;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  border-top: 14px solid #3c2864;
  border-right: 14px solid #3c2864;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
}
.section-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  border-top: 14px solid #3c2864;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #3c2864;
}
.content {
  /*max-width: 800px;*/
  width: 95%;
  padding: 60px 50px;
  margin: 0 auto;
  background-color: #fff;
  /*z-index: 2;*/
  position: relative;
}
.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;
}
@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;
}
.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 {
  padding-top: 85px;
}
.effect.mt {
  padding-top: 0;
}
.effect-pic {
  margin-top: -5px;
  margin-bottom: 25px;
}
.effect-pic img {
  width: 100%;
}

/* ----- サブタイトル ----- */
.sub-heading {
  display: flex;
  align-items: center;
  font-weight: 600;
  background-color: #e9def5;
  padding: 15px 0 12px 10px;
  margin-top: 70px;
  margin-bottom: 60px;
  position: relative;
}
.sub-heading.mt {
  margin-top: 0;
}
.sub-heading::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 41px solid #e9def5;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
}
.sub-heading__number {
  width: 80px;
  position: relative;
}
.sub-heading__number span {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #7330c3;
}
.sub-heading__text {
  font-size: 35px;
  letter-spacing: 0;
  margin-left: 5px;
  color: #7330c3;
  z-index: 10;
  position: relative;
  line-height: 1.2;
}
p.section-1 {
  margin-top: 30px;
}

/* ----- サブタイトル02 ----- */
.sub-heading02 {
  align-items: center;
  font-weight: 600;
  background-color: #e9def5;
  padding: 15px 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sub-heading__text02 {
  font-size: 35px;
  letter-spacing: 0;
  text-align: center;
  color: #7330c3;
  z-index: 10;
  line-height: 1.2;
}

/* ----- メリット、こんな人におすすめ ----- */
.merit_list {
  padding-left: 60px!important;
}
.merit_list.recomme {
  width: 80%;
  margin: auto;
}
.merit_list ul {
  list-style-type: none;
}
.merit_list ul li {
  font-size:  clamp(18px, 6vw, 32px);
  position: relative;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.merit_list ul li span {
  color: #7330c3;
  font-weight: 600;
}
.merit_list ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .8em;
  left: -1.5em;
  width: 20px;
  height: 10px;
  border-left: 5px solid #7330c3;
  border-bottom: 5px solid #7330c3;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .merit_list {
    padding-left: 20px!important;
  }
  .merit_list.recomme {
    width: 90%;
  }
  .merit_list ul li {
    font-size:  16px;
  }
  .merit_list ul li::after {
    width: 15px;
    height: 5px;
    border-left: 3px solid #7330c3;
    border-bottom: 3px solid #7330c3;
  }
}

/* ----- 施術詳細 ----- */
.treatment {
  padding-top: 85px;
}
.treatment-box {
  padding: 40px;
  border: 1px solid #e9def5;
  border-radius: 11px;
  margin-top: 10px;
}
.treatment-box__title {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 25px 35px;
  margin-top: 50px;
  background-color: #e9def5;
}
.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;
  padding-top: 10px;
}
.treatment-box__text li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
}
.treatment-box__text p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 20px;
}
.q-a {
  padding-left: 3em;
  text-indent: -2em;
}
.q-a-2 {
  padding-left: 4em;
  text-indent: -2em;
}
/* ----- 料金表 ----- */
.price {
  padding: 85px 0;
  padding-bottom: 80px;
}
.price-box {
  padding: 40px;
  border: 1px solid #e9def5;
  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: #e9def5;
}
.price-box__title.mt-0 {
  margin-top: 0;
}
.price-box__title.mt-lg {
  margin-top: 125px;
}
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 625px;
  margin: 0 auto;
  padding: 25px 0 15px;
}
.list-item.pt-0 {
  padding-top: 0!important;
}
.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: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.list__title span {
  background: #dedede;
  padding: 10px;
  margin-right: 30px;
}
.list__text {
  display: flex;
  align-items: center;
}
.list__price {
  font-size: 80px;
  font-weight: 600;
  color: #8f47e0;
}
.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;
}

/* ----- 選ばれる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;
}
.possibility {
  padding: 200px 0;
  background-color: #e7388f;
}
.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: #7330c3 2px solid;
}
.flow-sec:last-child {
  border-left: none;
}
.flow-step {
  width: 85px;
  color: #fff;
  background: #7330c3;
  padding: 5px 0px;
  font-family: "Noto Sans JP", sans-serif;
}
.flow-step p {
  text-align: center;
}
.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;
  width: 30px;
  height: 35px;
}
.flow-icon.step01:before {
  background: url("../imgs/neauvia/ico_step01.png") 0 0/100% no-repeat;
}
.flow-icon.step02:before {
  background: url("../imgs/neauvia/ico_step02.png") 0 0/100% no-repeat;
}
.flow-icon.step03:before {
  background: url("../imgs/neauvia/ico_step03.png") 0 0/100% no-repeat;
}
.flow-icon.step04:before {
  background: url("../imgs/neauvia/ico_step04.png") 0 0/100% no-repeat;
}
.flow-icon p {
  text-align: left;
}
.flow-text {
  text-align: left;
  padding: 0px 0px 12px 30px;
}
@media screen and (max-width: 768px) {
  .main-flow-wrap-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 auto 0;
  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;
  border-top: 12px solid #7330c3;
  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;
  font-size: 90%;
}
footer {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .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.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;
    line-height: 1.6;
  }
  footer .info_details span {
    padding-bottom: 1.2em;
  }
}
/* ------------------------------------------
/* 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;
  }
  .sub-heading__text02 {
    font-size: 30px;
  }
 
  
  /* ----- 料金表 ----- */
  .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;
  }
}

/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .common-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }
  .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 #3c2864;
    border-right: 5px solid #3c2864;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .section-heading::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    border-top: 5px solid #3c2864;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #3c2864;
  }
  .content {
    width: 97%;
    padding: 15px 10px 45px;
    margin: 0 auto;
    background-color: #fff;
  }
  .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;
    z-index: 1;
  }
  .text-hidden.open::before {
    background: transparent;
    z-index: -1;
  }
  .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;
    z-index: 1;
  }
  .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 {
    padding-top: 45px;
  }
  .effect .content {
    padding: 25px 30px 45px;
  }
  .effect-pic {
    margin-top: 0;
    margin-bottom: 20px;
    transform: translateX(-3px);
  }
  .effect-pic img {
    width: 100%;
  }

  /* ----- サブタイトル ----- */
  .sub-heading {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 12px 15px 12px 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
  }
  .sub-heading::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    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;
  }
  .sub-heading__text {
    width: 100%;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-left: 10px;
  }
  @media screen and (max-width: 374px) {
  .sub-heading__number {
      width: 50px;
    }
    .sub-heading__text {
      font-size: 18px;
    }
  }
  .sub-heading__number {
    width: 50px;
  }
  p.section-1 {
    margin-top: 10px;
  }
  .text.section-2 {
    margin-top: 10px;
  }
  .text.b-text {
    font-size: 120%;
  }
  @media screen and (max-width: 420px) {
  .text.b-text {
    font-size: 100%;
  }
  }

  /* ----- サブタイトル02 ----- */
  .sub-heading02 {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 12px 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
  }
  .sub-heading__text02 {
    width: 100%;
    font-size: 20px;
    line-height: 1.3;
  }
  
  .content-box {
    padding: 17px 0px !important;
    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: #5a1300;
    padding-left: 16px;
    border-left: 11px solid #5a1300;
  }
  .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;
  }
  
  
  /* ----- 施術詳細 ----- */
  .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;
  }
  .q-a {
    padding-left: 3em;
    text-indent: -2em;
  }
  .q-a-2 {
    padding-left: 4em;
    text-indent: -2em;
  }
  /* ----- 料金表 ----- */
  .price {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .price-box {
    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;
  }
  .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;
  }
  .list__title span {
    padding: 5px;
    margin-right: 10px;
  }
  @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);
  }
  @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;
  }
}
@media screen and (max-width: 374px) {
  footer {
    font-size: 16px;
    line-height: 1.6;
  }
  footer .info_details span {
    padding-bottom: 1.2em;
  }
}

/*----- CTA調整 -----*/
.cta-wrap.mt {
  padding-top: 0;
}

/* ----- 特徴比較 ----- */
.comparison-table {
  width: 100%;
}
.comparison-table th,
.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;
  border: 1px solid #abaab0;
}
.comparison-table th:nth-of-type(1) {
  width: 25%;
}
.comparison-table th:nth-of-type(2) {
  width: 25%;
  background-color: #0653dc;
  color:  #fff;
}
.comparison-table th:nth-of-type(3) {
  width: 25%;
  background-color: #8e8f8f;
  color:  #fff;
}
.comparison-table th:nth-of-type(4) {
  width: 25%;
  background-color: #8e8f8f;
  color:  #fff;
}
.comparison-table td:nth-of-type(2) {
  width: 25%;
  background-color: #fff5d0;
}
@media screen and (max-width: 1079px) {
  .comparison-table th,
  .comparison-table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .comparison .content {
    padding: 40px 15px 15px;
  }
  .comparison-table {
    width: 100%;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 13px 5px;
    font-size: 12px;
  }
  .comparison-table th:nth-of-type(1) {
    width:8%;
  }
  .comparison-table th:nth-of-type(2) {
    width: 23%;
  }
  .comparison-table th:nth-of-type(3) {
    width: 23%;
  }
  .comparison-table th:nth-of-type(4) {
    width: 23%;
  }
  .comparison-table td .rotate {
    display: inline-block;
    transform: rotate(90deg)
  }
}

/*------------------------------
  Sticky Nav
--------------------------------*/
.sticky-nav.lock {
  opacity: 0;
  pointer-events: none;
}
.sticky-nav {
  position: sticky;
  width: 100%;
  background: #76c1dd;
  top: 142px;
  z-index: 100;
}
.sticky-nav--lp {
  top: 0 !important;
}
.admin-bar .sticky-nav--lp {
  top: 32px;
}
.sticky-nav__inner {
  display: flex;
}
.sticky-nav a {
  display: block;
  flex: 1;
  text-align: center;
  color: #fff;
  padding: 15px 5px;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sticky-nav {
    top: 50px;
    padding-top: 5px;
  }
  .sticky-nav a {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .sticky-nav--lp {
    top: 0;
  }
}
/* アンカーリンクの余白 */
.nav-menu {
  padding-top: 110px;
  margin-top: -110px;
}
.nav-lp {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .nav-menu {
    padding-top: 60px;
    margin-top: -60px;
  }
  .nav-lp {
    padding-top: 15px;
    margin-top: -15px;
  }
}

/*------------------------------
  キャンペーンバナー
--------------------------------*/
.cam_bnr {
  margin: 50px auto;
  max-width: 940px;
}
.cam_bnr02 {
  margin: 0 auto 50px;
  max-width: 940px;
}
@media screen and (max-width:767px) {
  .cam_bnr {
    margin: 30px auto;
  }
    .cam_bnr02 {
    margin: 0 auto 30px;
  }
}
