@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%;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

.bg-green {
  background-color: #dee7e2;
  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, #006638, #18a300 50%, #034e1a 100%);
  background: -webkit-linear-gradient(left, #006638, #18a300 50%, #034e1a 100%);
  background: linear-gradient(to right, #006638, #18a300 50%, #034e1a 100%);
}

.section-heading {
  font-size: 48px;
  padding: 25px;
  position: relative;
}

.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  border-top: 14px solid #023c12;
  border-right: 14px solid #023c12;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
}

.section-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  border-top: 14px solid #023c12;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #023c12;
}

.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;
}

header.potenza-header {
  padding: 50px 0;
  background-image: url("../imgs/potenza/main-vis.png"),
    url("../imgs/potenza/main-vis-back.png");
  background-repeat: no-repeat, repeat-x;
  background-position: right bottom, bottom;
  background-size: contain, cover;
}

header.potenza-header h1,
header.potenza-header h2 {
  text-align: center;
  margin-bottom: 24px;
}

header.potenza-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;
  padding-bottom: 30px;
}

.feature-pic {
  width: 100%;
}

.sub-heading {
  display: flex;
  align-items: center;
  font-weight: 600;
  background-color: #dee7e2;
  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 #dee7e2;
  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: #000000;
}

.sub-heading__text {
  font-size: 35px;
  letter-spacing: 0;
  margin-left: 5px;
  background: -moz-linear-gradient(left, #006638, #18a300 50%, #034e1a 100%);
  background: -webkit-linear-gradient(left, #006638, #18a300 50%, #034e1a 100%);
  background: linear-gradient(to right, #006638, #18a300 50%, #034e1a 100%);
  color: #006638;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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: 100px 0;
  background-color: #023b0d;
}

.possibility__title {
  font-size: 81px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  background: -moz-linear-gradient(
    left,
    #ffffff,
    #ffffff 10%,
    #55ff6e 50%,
    #ffffff 90%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    left,
    #ffffff,
    #ffffff 10%,
    #55ff6e 50%,
    #ffffff 90%,
    #ffffff 100%
  );
  background: linear-gradient(
    to right,
    #ffffff,
    #ffffff 10%,
    #55ff6e 50%,
    #ffffff 90%,
    #ffffff 100%
  );
  color: #55ff6e;
  -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.ver3 {
    margin-top: 0;
}

.possibility__heading--sml {
  font-size: 35px;
}

.possibility__heading--mid {
  font-size: 48px;
  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;
}


.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/potenza/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;
}

/* ----- ポテンツァの可能性 専用薬剤 ----- */

.possibility .drug-wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  padding-bottom: 30px;
}
.possibility .drug-wrap .drug-list {
  border-radius: 10px;
  background: #fff;
  display: inline-block;
  width: 48%;
  margin: 5px;
}
.possibility .drug-title {
  border-radius: 10px 10px 0 0 ;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 25px 10px;
  background-color: #dee7e2;
  text-align: center;
}
.possibility .drug-effect {
  display: flex;
  justify-content: center;;
  flex-wrap: wrap;
  margin: 20px auto;
  padding: 0 10px
}
.possibility .drug-effect p {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #81bfa4;
  border-radius: 50px;
  padding: 10px 15px;
  margin: 0 10px 5px 0;
}
.possibility .drug-text {
  font-size: 20px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1.5;
  margin: 0 20px 30px;
}

/* ----- ポテンツァとダーマペンの違い ----- */

.comparison {
  padding-top: 110px;
}

.comparison-table {
  width: 100%;
}

.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 0;
  text-align: center;
  background-color: #f4f4f4;
  vertical-align: middle;
}

.comparison-table td:nth-of-type(1) {
  width: 29%;
}

.comparison-table td:nth-of-type(2) {
  width: 35.5%;
  background-color: #fff4de;
}

.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 #dee7e2;
  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: #dee7e2;
}

.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;
}

/* ----- ポテンツァの料金表 ----- */

.price {
  padding-top: 85px;
  padding-bottom: 30px;
}
.price.ver3 {
  padding-bottom: 100px;
}

.price-box {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
    游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 40px;
  border: 1px solid #dee7e2;
  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: #dee7e2;
}

.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;
  flex-wrap: wrap;
  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: #eabe5a;
}

.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;
}

.price .lead {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size:  clamp(20px, 6vw, 30px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.price .lead span {
  font-size: 120%;
  font-weight: bold;
  color: #eabe5a;
}
.price-box .part {
  background: #edf2ef;
  margin: 20px auto 0;
  padding: 20px;
  text-align: center;
}
.price-box .part p {
  line-height: 1.5;
  font-size: 20px;
}
.price-box .part p.small {
  font-size: 90%;
  margin-top: 10px;
}
.price-box .price_impor {
  margin: 50px 0 0;
  color: #006638;
  font-size:  30px;
  font-weight: bold;
  line-height: 1.5;
}
.price-box .button_wrap {
  background: linear-gradient(to bottom, #fdbdf0, #dd162b);
  padding: 20px;
  padding: 8px;
  text-align: center;
  width: 80%;
  margin:50px auto 0;
}
.price-box .button_wrap a.button {
  font-size:  25px;
  color: #fff;
  font-weight: 600;
  background: #ec6588;
  padding: 15px;
  display: block;
  position: relative;
}
.price-box .button_wrap a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 13px solid transparent;
  border-right: 0 solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 13px solid transparent;
  box-sizing: border-box;
}
.price-box .button_wrap:hover,
.price-box .button_wrap a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .3s!important;
}

.pertime {
  width: 100%;
  font-size: 20px;
  display: block;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
.pertime {
  font-size: 16px;
}
}

/* ----- 選ばれる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;
}

/* ----- 選ばれる理由ver3 ----- */
.reason {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  margin: 50px auto;
}

.potenza-slider-wrap {
  padding: 0 70px;
  margin-top: calc((55 / 1920) * 100vw);
}

.potenza-slider {
  display: none;
}
.potenza-slider.slick-initialized{
  display: block; /* slick-initializedが付与されたら表示 */
}

.potenza-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;
}

.potenza-slider .slick-prev {
  left: calc((20 / 1920) * 100vw) !important;
}

.potenza-slider .slick-next {
  right: calc((20 / 1920) * 100vw) !important;
}

.slick-prev::before,
.slick-next::before {
  content: "" !important;
}

.potenza-slider__item {
  width: calc((565 / 1920) * 100vw);
  height: calc((488 / 1920) * 100vw);
  padding-bottom: 50px;
  margin-right: calc((15 / 1920) * 100vw);
  margin-left: calc((15 / 1920) * 100vw);
  position: relative;
}

@media screen and (min-width: 768px) {
  .slick-current + .potenza-slider__item .product {
    transition: all 0.5s;
    opacity: 1;
  }
}

.potenza-slider__pic-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.potenza-slider__pic {
  width: 100%;
  margin: 0 auto;
}

.potenza-slider__item img {
  width: 100%;
}


/* ----- 来店から施術までの流れ ----- */

.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;
}
.main-flow-wrap.ver3 {
  margin-top: 0;
}
.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;
  background: #76c1dd;
  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/potenza/flow-icon01.png") 0 0/100% no-repeat;
  width: 25px;
  height: 35px;
}
.flow-icon.step02:before {
  background: url("../imgs/potenza/flow-icon02.png") 0 0/100% no-repeat;
  width: 23px;
  height: 35px;
}
.flow-icon.step03:before {
  background: url("../imgs/potenza/flow-icon03.png") 0 0/100% no-repeat;
  width: 30px;
  height: 35px;
}
.flow-icon.step04:before {
  background: url("../imgs/potenza/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: 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 #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 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: 60px;
  }

  .possibility__heading--sml {
    font-size: 30px;
  }

  .possibility__heading--mid {
    font-size: 42px;
  }

  .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;
  }

  .potenza-slider__pic.rejuran {
    width: calc((900 / 1920)* 100vw);
  }
  .potenza-slider__pic.lizne {
    width: calc((550 / 1920)* 100vw);
  }
  .potenza-slider__pic_lp {
    width: calc((450 / 1920) * 100vw);
    margin: 0 auto;
    margin-top: calc((100 / 1920) * 100vw);
  }

  .potenza-slider__pic--miracle {
    width: calc((144 / 1920) * 100vw);
  }

  .potenza-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/potenza/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;
    color: #eabe5a;
  }

  .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;
    background: -moz-linear-gradient(left, #006638, #18a300 50%, #034e1a 100%);
    background: -webkit-linear-gradient(
      left,
      #006638,
      #18a300 50%,
      #034e1a 100%
    );
    background: linear-gradient(to right, #006638, #18a300 50%, #034e1a 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 #023c12;
    border-right: 5px solid #023c12;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
  }

  .section-heading::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    border-top: 5px solid #023c12;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #023c12;
  }

  .content {
    /*max-width: calc((333 / 375) * 100vw);*/
    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: 50px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }

  .feature-pic {
    width: 100%;
  }

  .sub-heading {
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: #dee7e2;
    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-top: 25px solid #dee7e2;
    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;
    color: #000000;
  }

  .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;
    background: -moz-linear-gradient(left, #006638, #18a300 50%, #034e1a 100%);
    background: -webkit-linear-gradient(
      left,
      #006638,
      #18a300 50%,
      #034e1a 100%
    );
    background: linear-gradient(to right, #006638, #18a300 50%, #034e1a 100%);
    color: #006638;
    -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: 45px 0 32px;
    background-color: #023b0d;
    position: relative;
    z-index: 1;
  }

  /* .possibility::before {
    content: "";
    position: absolute;
    top: -117px;
    left: 0;
    border-right: 50vw solid transparent;
    border-bottom: 117px solid #022c0a;
    border-left: 50vw solid transparent;
    z-index: -1;
  }*/

  .possibility__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    background: -moz-linear-gradient(
      left,
      #ffffff,
      #ffffff 10%,
      #55ff6e 50%,
      #ffffff 90%,
      #ffffff 100%
    );
    background: -webkit-linear-gradient(
      left,
      #ffffff,
      #ffffff 10%,
      #55ff6e 50%,
      #ffffff 90%,
      #ffffff 100%
    );
    background: linear-gradient(
      to right,
      #ffffff,
      #ffffff 10%,
      #55ff6e 50%,
      #ffffff 90%,
      #ffffff 100%
    );
    color: #55ff6e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  @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;
  }

  .possibility__heading--mid {
    font-size: 21px;
    margin-top: 15px;
  }

  .possibility__heading--lg {
    font-size: 36px;
    margin-top: 15px;
  }

  .possibility__text {
    display: flex;
    justify-content: center;
    width: 66%;
    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;
  }

  .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-bottom: 0;
    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;
  }

  .potenza-slider__pic--miracle {
    width: calc((56 / 375) * 100vw);
  }

  .potenza-slider__pic--saitokain-ritchi {
    width: calc((120 / 375) * 100vw);
  }

  .potenza-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.potenza-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/potenza/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;
  }

  /* ----- ポテンツァの可能性 専用薬剤 ----- */

  .possibility .drug-wrap {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .possibility .drug-wrap .drug-list {
    display: block;
    width: 80%;
    margin: auto;
    padding-bottom: 1px;
  }
  .possibility .drug-title {
    margin-top: 30px;
    font-size: 20px;
    padding: 20px 10px;
  }
  .possibility .drug-effect {
    margin: 10px auto;
  }
  .possibility .drug-effect p {
    font-size: 10px;
    padding: 8px 10px;
    margin: 0 5px 5px 0;
  }
  .possibility .drug-text {
    font-size: 12px;
    margin: 0 10px 20px;
  }

  /* ----- ポテンツァとダーマペンの違い ----- */

  .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 0 13px;
    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 .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: 1px solid #dee7e2;
    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;
    background-color: #dee7e2;
  }

  .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.ver3 {
    padding-bottom: 45px;
  }

  .price-box {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
      游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20px 10px 15px;
    border: 1px solid #dee7e2;
    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;
    background-color: #cfdcd5;
  }

  .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 .price_impor {
    font-size:  20px;
  }
  .price-box .button_wrap {
    padding: 5px;
    width: 95%;
  }
  .price-box .button_wrap a.button {
    font-size:  16px;
  }
  .price-box .button_wrap a::after {
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
  }

  @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;
    color: #eabe5a;
    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: 0;
    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;
    background: #76c1dd;
    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/potenza/flow-icon01.png") 0 0/100% no-repeat;
    width: 25px;
    height: 35px;
  }
  .flow-icon.step02:before {
    background: url("../imgs/potenza/flow-icon02.png") 0 0/100% no-repeat;
    width: 23px;
    height: 35px;
  }
  .flow-icon.step03:before {
    background: url("../imgs/potenza/flow-icon03.png") 0 0/100% no-repeat;
    width: 30px;
    height: 35px;
  }
  .flow-icon.step04:before {
    background: url("../imgs/potenza/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;
    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;
  }
}


/* ------------------------------------------
/* cta 
/* ------------------------------------------ */
.cta-wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}

.cta {
  padding: 50px 75px 45px;
  background-image: url(../imgs/potenza/cta_flame_pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.cta__copy {
  font-size: 49px;
  font-weight: 600;
  color: #2a4f00;
  letter-spacing: 0.1em;
}

.cta__item-name {
  width: 415px;
  margin-top: 25px;
}
.cta__item-name.ver1 {
  width: 700px;
}

.cta__price {
  width: 545px;
  margin-top: 25px;
}

.cta__pic {
  position: absolute;
  top: -25px;
  right: 25px;
  width: 275px;
}
.cta__pic.ver1 {
  top: -80px;
  width: 240px;
}
.cta__pic.ver3 {
  top: -70px;
  width: 230px;
}

.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;
}

.cta.ver1 {
  background-image: url(../imgs/potenza/cta_flame_pc_1.svg);
}
.cta.ver3 {
  padding: 50px 80px;
  background-image: url(../imgs/potenza/cta_flame_pc_3.svg);
}

/* ------------------------------------------
/* 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;
    color: #2a4f00;
    letter-spacing: 0.1em;
  }

  .cta__item-name {
    width: 350px;
    margin-top: 25px;
  }

  .cta__price {
    width: 450px;
    margin-top: 25px;
  }

  .cta__pic {
    position: absolute;
    top: -35px;
    right: 15px;
    width: 255px;
  }
  .cta__pic.ver3 {
    position: absolute;
    top: -35px;
    width: 200px;
  }
}

/* ------------------------------------------
  /* 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/potenza/cta_flame_sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
  }

  .cta__copy {
    font-size: 24px;
    font-weight: 600;
    color: #2a4f00;
    letter-spacing: 0.1em;
  }

  .cta__item-name {
    width: 204px;
    margin-top: 13px;
  }
  .cta__item-name.ver1 {
    width: 270px;
  }

  .cta__price {
    width: 271px;
    margin-top: 15px;
  }

  .cta__pic {
    position: absolute;
    top: -11px;
    right: 20px;
    width: 86px;
  }
  .cta__pic.ver1,
  .cta__pic.ver3 {
    top: -11px;
    width: 86px;
  }

  .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;
  }
  .cta.ver1 {
    background-image: url(../imgs/potenza/cta_flame_sp_1.svg);
  }
  .cta.ver3 {
    padding: 30px;
    background-image: url(../imgs/potenza/cta_flame_sp_3.svg);
  }
}



@media screen and (max-width: 374px) {
  /* ----- cta ----- */

  .cta-wrap {
    max-width: 296px;
  }


  .cta {
    padding: 30px 20px 25px;
  }

  .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: -11px;
    right: 20px;
    width: 86px;
  }

  .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;
  }
}


/*------------------------------
  ※付き文
--------------------------------*/
.kome {
	font-size: 0.6em;
	vertical-align: top;
}


/*------------------------------
  column
--------------------------------*/
.column-wrap {
  margin: 50px 0;
}
.column-wrap .content-ttl {
  line-height: 1.5;
}
.column-box-area {
  display: flex;
  margin: 0 5% 30px;
  gap: 2%;
}
.column-box:hover {
  opacity: .8;
  text-decoration: none;
}
.column-box:last-child {
  margin-right: 0;
}
.column-img {
  background: #fff;
}
.column-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.column-txt-area {
  padding: 8px 0 10px;
  background: #fff;
}
p.column-data {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
  vertical-align: middle;
}
span.column-time {
  padding: 8px 0;
}
p.column-ttl {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
.column-wrap {
    margin-bottom: 20px;
  }
  .column-box-area {
    margin: 0 auto 18px;
    padding: 0 16px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .column-box {
    width: 48%;
    margin-bottom: 3%;
  }
  #column .content-ttl {
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .column-box {
    width: 100%;
  }
}

/* ----- メリット ----- */
.merit_list {
  width: 88%;
  margin: auto;
}
.merit_list ul {
  list-style-type: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.merit_list ul li {
  font-size:  clamp(18px, 6vw, 32px);
  position: relative;
  line-height: 2.2;
  letter-spacing: 0.03em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.merit_list ul li span {
  color: #207c29;
  font-weight: 600;
}
.merit_list ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .8em;
  left: -1em;
  width: 20px;
  height: 10px;
  border-left: 5px solid #207c29;
  border-bottom: 5px solid #207c29;
  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 {
    left: -1.5em;
    width: 15px;
    height: 5px;
    border-left: 3px solid #207c29;
    border-bottom: 3px solid #207c29;
  }
}

/*------------------------------
  キャンペーンバナー
--------------------------------*/

.cam_bnr {
    margin: 50px auto;
    max-width: 940px;
}
@media screen and (max-width:767px) {
.cam_bnr {
    margin: 30px auto;
}
}

/*------------------------------
  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: 100px;
  margin-top: -100px;
}
.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: 10px;
  margin-top: -10px;
}
}

