@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;
  position: relative;
  background: #fff;
}
.bg-purple {
  background-color: #d6d6f2;
}
.common-inner {
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
}
.key_color {color: #5a5ccc;}
.common-inner.mt100 {
  max-width: 855px;
  width: 100%;
  margin: 100px auto 0;
}
.mt0 {margin-top: 0!important;}
.mt100 {margin-top: 100!important;}
.f_s80 {font-size: 80%;}
.mt_em1 {margin-top: 1em;}
.pb85 {
  padding-bottom: 85px;
}
.heading {
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(left, #3f4190, #5556c0 50%, #3f4190 100%);
  background: -webkit-linear-gradient(left, #3f4190, #5556c0 50%, #3f4190 100%);
  background: linear-gradient(to right, #3f4190, #5556c0 50%, #3f4190 100%);
}
.section-heading {
  font-size: 48px;
  padding: 25px;
  position: relative;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  border-top: 14px solid #5a5ccc;
  border-right: 14px solid #5a5ccc;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
}
.section-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  border-top: 14px solid #5a5ccc;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #5a5ccc;
}
.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-pic {
  margin-top: -5px;
  margin-bottom: 25px;
}
.effect-pic img {
  width: 100%;
}
/* ----- ジュベルックの特徴 ----- */
.feature {
  padding-top: 85px;
}
.feature-pic {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.sub-heading {
  display: flex;
  align-items: center;
  font-weight: 600;
  background-color: #e7d9ff;
  padding: 15px 0 12px 10px;
  margin-top: 70px;
  margin-bottom: 60px;
  position: relative;
}
.sub-heading .mt {
  margin-top: 40px;
}
.sub-heading::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 41px solid #e7d9ff;
  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: #5a5ccc;
}
.sub-heading__text {
  font-size: 35px;
  letter-spacing: 0;
  margin-left: 5px;
  background: -moz-linear-gradient(left, #3f4190, #5556c0 50%, #3f4190 100%);
  background: -webkit-linear-gradient(left, #3f4190, #5556c0 50%, #3f4190 100%);
  background: linear-gradient(to right, #3f4190, #5556c0 50%, #3f4190 100%);
  color: #5a5ccc;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    z-index: 100;
}
.text.section-1 {
  margin-top: 30px;
}
.text.section-2 {
  margin-top: 50px;
}
.content-box {
  padding: 50px 40px!important;
  border: 1px solid #e7d9ff;
  border-radius: 11px;
  margin: 45px auto 0;
  z-index: 100;
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
}
.content-box.mt {
  margin-top: 0;
}
.content-box__heading {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #5a1300;
  padding-left: 25px;
  border-left: 15px solid #5a1300;
  line-height: 2;
}
.content-box__heading span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.content-box__pic {
  margin-top: 50px;
  border-radius: 25px;
  background-color: #fff;
  width: 400px;
  margin: 50px auto 0;
  text-align: center;
  padding: 50px 80px;
}
.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;
}
/* ----- ジュベルックの可能性 ----- */
.component {}
.special {
  z-index: 1;
  position: relative;
}
.possibility {
  padding: 150px 0;
  background-color: #5A1300;
}
.possibility__title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  background: -moz-linear-gradient(left, #ffffff, #ffffff 10%, #ffff37 50%, #ffffff 90%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff, #ffffff 10%, #ffff37 50%, #ffffff 90%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff, #ffffff 10%, #ffff37 50%, #ffffff 90%, #ffffff 100%);
  color: #ffff37;
  -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: 35px;
}
.possibility__heading--mid {
  font-size: 48px;
  margin-top: 30px;
}
.possibility__heading--lg {
  font-size: 70px;
  margin-top: 20px;
  line-height: 1.3;
}
.possibility__text {
  display: flex;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  line-height: 1.5;
  margin: 45px auto 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 25px;
  text-align: center;
}
.possiexplanation__text {
  font-size: 30px;
  padding-top: 20px;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}
.special ul {
      font-size: 30px;
  padding-top: 20px;
  color: #fff;
  line-height: 1.5;
    list-style-type: square;

}
    .special ul li {
    margin-left: 1em;  
}

.special .btn {
    margin-top: 50px;    
}

.special .btn a,
.special .btn a:link {
      font-size: 25px;
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    margin: 20px auto;
    color: #0a1400;
    padding: 20px;
    text-decoration:none;
}
@media screen and (max-width: 767px){
    .special .btn a,
    .special .btn a:link {
      font-size: 18px;
    }
}
.special .btn a:hover {
        background-color: #e7d9ff;
    
}

/* ----- 施術詳細 ----- */
.treatment {
  padding-top: 85px;
}
.treatment-box {
  padding: 40px;
  border: 1px solid #d6d6f2;
  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: #d6d6f2;
}
.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-top: 85px;
  padding-bottom: 30px;
}
.price-box {
  padding: 40px;
  border: 1px solid #d6d6f2;
  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: #d6d6f2;
}
.price-box__title span {
  font-size: 20px;
}
.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: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__text {
  display: flex;
  align-items: center;
}
.list__price {
  font-size: 80px;
  font-weight: 600;
  color: #3783fe;
}
.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;
}
.diamond-chip-table {
  width: 625px;
  margin: 40px auto 0;
}
.diamond-chip-table td {
  padding-top: 35px;
  padding-bottom: 20px;
  border: 1px solid #dee7e2;
  vertical-align: middle;
}
.diamond-chip-table__pic {
  width: 33%;
  text-align: center;
}
.diamond-chip-table__pic img {
  width: 155px;
}
.diamond-chip-table__num {
  width: 16%;
  font-size: 20px;
  text-align: center;
}
.diamond-chip-table__price {
  width: 51%;
  padding-right: 20px;
}
.diamond-chip-supplement {
  margin: 25px 0 0 35px;
}
.diamond-chip-supplement__text {
  font-size: 12px;
}
.diamond-chip-supplement__text:nth-of-type(n + 2) {
  margin-top: 10px;
}
/* ----- 選ばれる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: #5a5ccc;
}
.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: #5a5ccc 2px solid;
}
.flow-sec:last-child {
  border-left: none;
}
.flow-step {
  width: 85px;
  color: #fff;
  background: #5a5ccc;
  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;
}
.flow-icon.step01:before {
  background: url("../imgs/diet/diet_ico_step01.png") 0 0/100% no-repeat;
  width: 25px;
  height: 35px;
}
.flow-icon.step02:before {
  background: url("../imgs/diet/diet_ico_step02.png") 0 0/100% no-repeat;
  width: 25px;
  height: 35px;
}
.flow-icon.step03:before {
  background: url("../imgs/diet/diet_ico_step03.png") 0 0/100% no-repeat;
  width: 25px;
  height: 35px;
}
.flow-icon.step04:before {
  background: url("../imgs/diet/diet_ico_step04.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-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 #5a5ccc;
  transform: rotate(1deg);
  color: #5a5ccc;
}
.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;
}
}
@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 {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #3a9ac3;
    transform: rotate(1deg);
    color: purple;
  }
  .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;
  }
}

/* ------------------------------------------
/* tablet
/* ------------------------------------------ */
@media screen and (max-width: 1079px) {
  .tb {
    display: block;
  }
  .common-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  .common-inner.mt100 {
    max-width: 100%;
    width: 100%;
    margin: 100px auto 0;
    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: 60px;
  }
  .possibility__heading--sml {
    font-size: 30px;
  }
  .possibility__heading--mid {
    font-size: 42px;
  }
  .possibility__heading--lg {
    font-size: 60px;
  }
  .possibility__text {
    font-size: 40px;
  }
  .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;
  }


  /* ----- 料金表 ----- */
  .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) {
  .tb {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .common-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }
  .common-inner.mt100 {
    max-width: 100%;
    width: 100%;
    margin: 50px auto 0!important;
    padding: 0 12px;
  }
  .heading {
/*    font-weight: 600;
    text-align: center;
    color: #fff;
    background: -moz-linear-gradient(left, #8b594b, #bb8247 50%, #8b594b 100%);
    background: -webkit-linear-gradient(left, #006638, #18a300 50%, #034e1a 100%);
    background: linear-gradient(to right, #8b594b, #bb8247 50%, #8b594b 100%);*/
  }
  .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 #5b188c;
    border-right: 5px solid #5b188c;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .section-heading::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    border-top: 5px solid #5b188c;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #5b188c;
  }
  .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;
  }
  .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: 25px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .feature-pic {
    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 .mt {
    margin-top: 25px;
  }
  .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;
  }
  @media screen and (max-width: 374px) {
    .sub-heading__number {
      width: 50px;
    }
  }
  .sub-heading__text {
    width: 100%;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-left: 10px;
    -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!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;
  }
  /* ----- ジュベルックの可能性 ----- */
  .possibility {
    padding: 80px 0 32px;
    position: relative;
    z-index: 1;
  }
  .possibility__title {
    font-size: 7.5vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    background: -moz-linear-gradient(left, #ffffff, #ffffff 10%, #ffff32 50%, #ffffff 90%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff, #ffffff 10%, #ffff32 50%, #ffffff 90%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff, #ffffff 10%, #ffff32 50%, #ffffff 90%, #ffffff 100%);
    color: #ffff32;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media screen and (max-width: 374px) {
    .possibility__title {
      font-size: 7.5vw;
    }
  }
  .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;
  }
  .possibility__heading--mid {
    font-size: 21px;
    margin-top: 15px;
  }
  .possibility__heading--lg {
    font-size: 7.5vw;
    margin: 15px auto 0;
    line-height: 1.7;
    width: 90%;
  }
  .possibility__text {
    display: flex;
    justify-content: center;
    width: 90%;
    font-size: 7vw;
    color: #fff;
    line-height: 1.7;
    margin: 25px auto 0;
    padding: 25px 0;
  }
  .possiexplanation__text {
    font-size: 20px;
    padding-top: 20px;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
    .special ul {
      font-size: 20px;
    list-style-type: square;
    width: 90%;
    margin: 0 auto;
}
    .special ul li {
    margin-left: 1em;  
}
    
    
  .potenza-slider-wrap {
    padding: 0;
    margin-top: calc((25 / 375) * 100vw);
  }
  .potenza-slider-wrap .slick-list {
    padding: 0 18% !important;
  }
  .potenza-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.potenza-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;
  }
  
   /* ----- 施術詳細 ----- */
  .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: 35px;
    padding-bottom: 25px;
  }
  .price-box {
    padding: 20px 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .price-box__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 9px 12px;
    margin-top: 25px;
  }
  .price-box__title span {
    font-size: 12px;
    letter-spacing: 0;
  }
  .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;
  }
  @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;
  }
  .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 {
  }
  .flow-sec:last-child {
    border-left: none;
  }
  .flow-step {
    width: 85px;
    color: #fff;
    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;
  }
  .flow-icon.step01:before {
    background: url("../imgs/diet/diet_ico_step01.png") 0 0/100% no-repeat;
    width: 25px;
    height: 35px;
  }
  .flow-icon.step02:before {
    background: url("../imgs/diet/diet_ico_step02.png") 0 0/100% no-repeat;
    width: 23px;
    height: 35px;
  }
  .flow-icon.step03:before {
    background: url("../imgs/diet/diet_ico_step03.png") 0 0/100% no-repeat;
    width: 30px;
    height: 35px;
  }
  .flow-icon.step04:before {
    background: url("../imgs/diet/diet_ico_step04.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;
    border-top: 12px solid #5a5ccc;
    transform: rotate(1deg);
    color: #5a5ccc;
  }
  .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: 20px 0;
}
.cta {
  padding: 125px 75px;
  background-image: url(../imgs/diet/diet_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: #5a5ccc;
  letter-spacing: 0.1em;
}
.cta__item-name {
  margin: 10px auto;
}
.cta__item-name img {
  width: 100%;
}
.cta__price {
  width: 85%;
  margin: 10px auto;
}
.cta__pic {
  position: absolute;
  top: 30px;
  right: 50px;
  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-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;
}

@media screen and (max-width: 1079px) {
  .cta-link {
    width: 49%;
    margin-top: 15px;
    position: relative;
  }
  .cta__copy {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .cta__item-name {
    margin-top: 25px;
  }
  .cta__price {
    margin-top: 25px;
  }
  .cta__pic {
    position: absolute;
    top: 30px;
    right: 55px;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .cta-wrap {
    max-width: 351px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .cta {
    padding: 30px 30px 25px;
    background-image: url(../imgs/diet/diet_cta_bg_sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
  }
  .cta__copy {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .cta__item-name {
    margin-top: 8px;
  }
  .cta__price {
    margin-top: 8px;
  }
  .cta__pic {
    position: absolute;
    top: -11px;
    right: 5px;
    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-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-wrap {
    max-width: 296px;
  }
  .cta {
    padding: 30px 20px 25px;
  }
  .cta__copy {
    font-size: 16px;
  }
  .cta__item-name {
    margin-top: 8px;
  }
  .cta__price {
    margin-top: 10px;
  }
  .cta__pic {
    position: absolute;
    top: 0;
    right: 20px;
    width: 90px;
  }
  .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;
  }
}

/*----- CTA調整 -----*/
.cta-wrap.mt {
  padding-top: 0;
}

/*------------------------------
  ※付き文
--------------------------------*/
.kome {
  font-size: 0.6em;
  vertical-align: top;
}
/*------------------------------
  キャンペーンバナー
--------------------------------*/
.cam_bnr {
  margin: 50px auto;
  max-width: 940px;
}
@media screen and (max-width:767px) {
  .cam_bnr {
    margin: 30px auto;
  }
}
/*------------------------------
  3つの理由
--------------------------------*/
.flex {
  display: flex;
}
.reason .sec-ttl {
  color: #fff;
  background: #c14c40;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 4px;
  text-align: center;
  padding: 20px 10px 10px;
}
.reason {
  padding-bottom: 60px;
}
.reason .sec-ttl {
  color: #fff;
  background: #c14c40;
}
.reason .content-box {
  padding: 50px 40px;
  margin: 45px auto 0;
  position: relative;
  border: 0;
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .reason .content-box {
    padding: 0 3%;
    border: 0;
    border-radius: 11px;
    margin-top: 35px;
  }
}
.reason-content {
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  margin-top: 5%;
  padding: 4% 4.5%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .reason-content {
    padding: 12px;
  }
}
.reason-content + div {
  margin-top: 3.4%;
}
.reason-content figure {
  -ms-flex-preferred-size: 29.4%;
  flex-basis: 29.4%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .reason-content figure {
    margin-bottom: 20px;
  }
}
.reason-content div {
  margin-left: 4%;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .reason-content div {
    margin-left: 0%;
    font-size: 18px;
  }
}
.reason-content h3 {
  margin-bottom: 28px;
  font-size: 33px;
  /* color: #3a0d92; */
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif !important;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec-wrap .sec-ttl {
    font-size: 24px;
    padding: 10px 5px 5px;
    border-width: 6px;
  }
  .reason-content h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .flex-sp-block {
    display: block;
  }
  .reason-content h3 {
    font-size: 20px;
    text-align: center;
  }
}
.caution {
  font-size: 1.7rem;
  line-height: 1.6;
}
.caution-red {
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
}

/*------------------------------
  施術の流れ
--------------------------------*/
.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: #5a5ccc 2px solid;
}
.flow-sec:last-child {
  border-left: none;
}
.flow-step {
  width: 85px;
  color: #fff;
  background: #5a5ccc;
  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/diet/diet_ico_step01.png") 0 0/100% no-repeat;
}
.flow-icon.step02:before {
  background: url("../imgs/diet/diet_ico_step02.png") 0 0/100% no-repeat;
}
.flow-icon.step03:before {
  background: url("../imgs/diet/diet_ico_step03.png") 0 0/100% no-repeat;
}
.flow-icon.step04:before {
  background: url("../imgs/diet/diet_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;
  }
}

/* ----- メリット、こんな人におすすめ ----- */
.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: #5a5ccc;
  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 #5a5ccc;
  border-bottom: 5px solid #5a5ccc;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .merit_list {
    padding-left: 30px!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 #5a5ccc;
    border-bottom: 3px solid #5a5ccc;
  }
}


.expl_box {
	background-color: #e6e7f7;
border-radius: 0 0 20px;
padding: 30px;
}
.expl h3 {
	margin-top: 50px;
	border-radius: 20px 20px 0 0;
	background-color: #5a5ccc;
	padding: 20px 10px;
	text-align: center;
	color: #fff;
	font-size: 30px; 
}

@media screen and (max-width: 768px) {
.expl h3 {
	font-size: 20px; 
}  
}
@media screen and (max-width: 560px) {
.expl_box {
	padding: 30px 20px;
}
}

.expl h4 {
	margin: 30px auto 20px;
	background-color: #fff;
	text-align: center;
	color: #000;
	font-size: 25px;
	padding: 10px;
	
}
.expl picture img {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.expl ul {
	padding-left: 60px!important;	
}

  @media screen and (max-width: 768px) {
	
.expl ul {
	padding-left: 25px!important;	
}  
}

.expl ul li {
    position: relative;
    line-height: 2.2;
    letter-spacing: 0.05em;
}
.expl ul li::after {
    content: '●';
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 20px;
    height: 10px;
}

.price-box .part_plan {
	margin: 50px 0 20px;
	text-align: center;
	color: #5a5ccc;
    display: flex;
    align-items: center;	
	font-size: 30px;
	font-weight: bold;
}

.price-box .part_plan:before,
.price-box .part_plan:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #5a5ccc;
}

.price-box .part_plan:before {
    margin-right: 1rem;
}

.price-box .part_plan:after {
    margin-left: 1rem;
}

/*------------------------------
  Sticky Nav
--------------------------------*/
.sticky-nav.lock {
  opacity: 0;
  pointer-events: none;
}
.sticky-nav {
  position: sticky;
  width: 100%;
  background: #76c1dd;
  top: 117px;
  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: 75px;
  margin-top: -75px;
}
}