@charset "utf-8";

/*共通*/

body{
    font-family: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
    color: #786262;
}

a {
    cursor: pointer;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

video {
    vertical-align: bottom;
    width: 100%;
}

.pc_none {
    display: none !important;
}

.sp_none {
    display: block !important;
}

.object_hidden {
    overflow: hidden;
}

.object_hidden img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.bg_pink {
  background-color: #fce2de;
}

.strong_blue strong {
  font-weight: inherit;
  color: #5B9DFF;
}
.strong_pink strong {
  font-weight: inherit;
  /*color: #FF7878;*/
  color: #cd5951;
}
.em_pink em {
  font-weight: inherit;
  /*color: #FF7878;*/
  color: #cd5951;
}

.text_center {
  text-align: center;
}

.wrap750{
  width:750px;
  max-width:100%;
  margin:0 auto;
}

.wrap1000{
  width:1000px;
  max-width:100%;
  margin:0 auto;
  box-sizing: border-box;
}

.wrap90{
    width: 92%;
    margin:0 auto;
}

.pb_none {
  padding-bottom: 0 !important;
}
/*
.icn_modal{
    position:relative;
}

.icn_modal::before {
    content: '';
    position: absolute;
    top: clamp(10px,2.8vw,20px);
    right: clamp(10px,2.8vw,20px);
    background: url(../img/influencer/icon_glass.png) no-repeat;
    background-size: 100%;
    width: clamp(17px,4.5vw,34px);
    height: clamp(17px,4.5vw,34px);
    z-index: 2;
}

.icn_modal::after {
    content: '';
    position: absolute;
    top: clamp(4px,1vw,8px);
    right: clamp(4px,1vw,8px);
    z-index: 1;
    width: clamp(30px,8vw,60px);
    height: clamp(30px,8vw,60px);
    border-radius: 50%;
    background-color: #000;
    opacity: .5;
}
.modal_list2{
  width: 880px;
  margin: 0 auto;
}

.modal_list3{
  width: 650px;
}

@media screen and (max-width: 767px) {
  .modal_list2,
  .modal_list3{
    width: 100%;
  }
}

.icn_modal2{
  position:relative;
  text-align: center;
}

.icn_modal2::before {
  content: '';
  position: absolute;
  top: clamp(10px,2.8vw,20px);
  right: 26%;
  background: url(../img/influencer/icon_glass.png) no-repeat;
  background-size: 100%;
  width: clamp(17px,4.5vw,34px);
  height: clamp(17px,4.5vw,34px);
  z-index: 2;
}

.icn_modal2::after {
  content: '';
  position: absolute;
  top: clamp(4px,1vw,8px);
  right: 25%;
  z-index: 1;
  width: clamp(30px,8vw,60px);
  height: clamp(30px,8vw,60px);
  border-radius: 50%;
  background-color: #000;
  opacity: .5;
}

.icn_modal3::before {
  right: 5%;
}

.icn_modal3::after {
  right: 3%;
}

@media screen and (max-width: 767px) {
  .icn_modal2::before {
    right: 5%;
  }
  
  .icn_modal3::after {
    right: 4%;
  }
}
*/
.btnwrap,
.link_cont,
.counceling_btn,
.line_link02{
    width: 90%;
    margin: 0 auto;
    text-align:center;
}

.counceling_btn{
  background: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .counceling_btn{
    width: 93%;
  }
}


.change_btn{
    position: relative;
    display: inline-block;
}

.change_btn::before {
    content: '';
    display: block;
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: ease .4s;
}

.change_btn:hover::before{
    opacity: 1;
}

.link_cont picture,
.counceling_btn .counceling_btn_link,
.shourei_btn_link{
    position: relative;
    display: inline-block;
}

.link_cont picture::before,
.counceling_btn .counceling_btn_link::before,
.shourei_btn_link::before{
    content: '';
    display: block;
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: ease .4s;
}

.link_cont picture:hover::before,
.counceling_btn .counceling_btn_link:hover::before,
.shourei_btn_link:hover::before{
    opacity: 1;
}

/*
.counceling_btn_link::before {
    background-image: url('../img/faceinjection/counceling_btn_sp_hover.png');
}
*/

/*
.limit_btn_link::before {
    background-image: url('../img/faceinjection/coupon_btn_sp_hover.png');
}
*/
/*
.shourei_btn_link::before {
    background-image: url('../img/faceinjection/shourei_btn_hover.png');
}

.shourei_btn-mt{
    margin-top: clamp(35px,7vw,70px);
}
*/
.line_link02 {
    text-align: center;
}

.line_link a,
.line_link02 a {
    display: inline-block;
    position: relative;
}

.line_link a::before,
.line_link02 a::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 4px;
    display: block;
    width: 100%;
    height: calc(100% - 22px);
    background-color: #BEBEBE;
    transition: all .4s;
}

.line_link img,
.line_link02 img {
    position: relative;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
}

.line_link img:hover,
.line_link02 img:hover {
    bottom: -4px;
    left: 4px;
}

.section_price_case .counceling_txt {
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
  font-size: clamp(13px, 2.6vw, 26px);
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}

.counceling_btn .counceling_txt {
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
  font-size: clamp(13px, 2.6vw, 26px);
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}
.counceling_btn .counceling_txt::before,
.counceling_btn .counceling_txt::after,
.section_price_case .counceling_txt::before,
.section_price_case .counceling_txt::after{
  content: "";
  display: block;
  width: clamp(1px, 0.2vw, 2px);
  height: clamp(35px, 5.5vw, 55px);
  background: #000;
  position: absolute;
  top: 50%;
}
.counceling_btn .counceling_txt::before,
.section_price_case .counceling_txt::before {
  transform: rotate(-15deg) translateY(-50%);
  left: -25px;
}
.counceling_btn .counceling_txt::after,
.section_price_case .counceling_txt::after {
  transform: rotate(15deg) translateY(-50%);
  right: -25px;
}


.section_ttl {
    max-width: 880px;
    margin: 0 auto clamp(30px,4.5vw,45px);
}
.section_ttl-text {
    width: 100%;
    padding-bottom: clamp(10px,2vw,20px);
    margin-bottom: clamp(10px,2vw,20px);
    font-size: clamp(20px,3.8vw,38px);
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    position: relative;
}
.section_ttl-text::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #cd5951;
}
.section_ttl-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 2px solid #A5A5A5;
}
.section_ttl-eng {
    font-size: clamp(14px,3.0vw,30px);;
    color: #A5A5A5;
    letter-spacing: 0.04em;
    text-align: center;
}

.section_sub_ttl01 {
  display: block;
  width: fit-content;
  margin: 0 auto 45px;
  padding: clamp(20px,2.5vw,25px) clamp(30px,5vw,50px);
  border-top: #000 solid 2px;
  border-bottom: #000 solid 2px;
  position: relative;
}
.section_sub_ttl01::before {
  content: "";
  width: 2px; height: 30px;
  background: #000;
  position: absolute; top: 0; right: 0;
}
.section_sub_ttl01::after {
  content: "";
  width: 2px; height: 30px;
  background: #000;
  position: absolute; bottom: 0; left: 0;
}

.section_sub_ttl_text {
  font-size: clamp(18px,3.8vw,38px);
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
}

.section_sub_ttl01 .arrow_bottom {
  display: block;
  position: absolute; 
  bottom: 0; 
  left: 50%;
}
.section_sub_ttl01 .arrow_bottom::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 15px solid #000000;
  border-bottom: 0;
  position: absolute; top: 0; left: 0;
}
.section_sub_ttl01 .arrow_bottom::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid #ffffff;
  border-bottom: 0;
  position: absolute; top: -2px; left: 1px;
}

@media screen and (max-width: 767px) {
  .counceling_btn .counceling_txt::before {
    left: -20px;
    height: clamp(25px, 2.5vw, 55px);
  }
  .counceling_btn .counceling_txt::after {
    right: -20px;
    height: clamp(25px, 2.5vw, 55px);
  }
  .section_ttl-text::before,
  .section_ttl-text::after {
    border-width: 1px;
  }

  .section_price_case .counceling_txt::before{
    left: 0px;
  }
  .section_price_case .counceling_txt::after{
    right: 0px;
  }
}

/*共通 終わり*/

.flow_list-item {
  padding: 0;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
  border: none;
  position: relative;
  z-index: 1;
}

.attention .flow_list-ttl {
  padding: 20px 10px;
}

.flow_list-detail {
  padding: 60px;
  background: #fff;
  border: #cd5951 2px solid;
  border-top: none;
}


.flow_list-detail .flow_list-text {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.8;
}
.flow_list-detail .flow_list-text.small {
  font-size: 20px;
}


@media screen and (max-width: 767px) {

  .seciton_flow_inner {
    padding: 0 15px;
  }
.flow_list-item {
    margin: 0;
  }
/* .flow_list-ttl .flow_list-step {
    padding: 2px 10px;
    border-width: 1px;
    font-size: 16px;
    top: -15px;
  } */
/* .flow_list-ttl .flow_list-title {
    font-size: 20px;
  } */
.attention .flow_list-detail {
    padding: 15px 15px 20px;
  }
  .flow_list-detail .flow_list-text {
    margin-top: 20px;
    font-size: 14px;
  }
  .flow_list-detail .flow_list-text.small {
    font-size: 12px;
  }
}
.flow_list-item{
  box-shadow:0 10px 20px 0 rgba(139, 139, 139, 0.2);
}
.attention-video{
  padding: 20px 0;
}
.attention-video-pc{
  margin: 0 auto;
  padding: 20px 0;
  width: 80%;
  aspect-ratio: 16/9;
}
.attention-txt{
  font-size: clamp(14px,3vw,22px);
  line-height: 1.8;
}
.tab_btn.active{
  position: relative;
}
.tab_btn.active::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.attention_sp .accordion_one {
  margin: 0 auto;
  }

  .attention_sp .accordion_one .accordion_header {
  background-color: #a38f8e !important;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 3%;
  /* text-align: center; */
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  }
  .attention_sp .accordion_one .accordion_header:hover {
  opacity: .8;
  }
  .attention_sp .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /*border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  }
  .attention_sp .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
  }
  .attention_sp .accordion_one .accordion_header.stay .i_box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .attention_sp .accordion_one .accordion_header.stay .i_box .one_i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .attention_sp .accordion_one .accordion_header.stay.open .i_box .one_i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .attention_sp .accordion_one .accordion_header.stay.open .i_box {
    -webkit-transform: rotate(315eg);
    transform: rotate(315deg);
  }
  .attention_sp .accordion_one .accordion_header.stay .i_box .one_i:before {
    content: none;
  }
  .attention_sp .accordion_one .accordion_header.stay.open .i_box .one_i:before {
    content: "";
  }
  .attention_sp .accordion_one .accordion_header.stay.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .attention_sp .accordion_one .accordion_inner.stay {
    display: block;
  }
  .attention_sp .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  }
  .attention_sp .accordion_one .accordion_header .i_box .one_i:before, .attention_sp .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  }
  .attention_sp .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
  }
  .attention_sp .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
  }
  .attention_sp .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  .attention_sp .accordion_one .accordion_inner {
  display: none;
  padding: 15px;
  border-left: 1px solid #a38f8e;
  border-right: 1px solid #a38f8e;
  border-bottom: 1px solid #a38f8e;
  box-sizing: border-box;
  }
  .attention_sp .accordion_one .accordion_inner .box_one {
  /*height: 300px;*/
  }
  .attention_sp .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  }
  @media screen and (max-width: 767px) {
  .attention_sp .accordion_one .accordion_header {
    font-size: 18px;
  }
  .attention_sp .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  }
  @media screen and (max-width: 767px) {
  .attention_sp .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 50px 15px 15px;
  }
  }

  /*タブ実装*/
.tab_box .btn_area {
  margin-bottom: inherit;
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
}
.btn_area{
  justify-content: space-between;
  align-items: center;
}

.tab_box .tab_btn {
  /*width: 188px;*/
  padding: 25px 0;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}

.tab_btn{
  width: 33%;
  font-size: clamp(14px,3vw,18px);
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: #333 1px solid;
  font-weight: bold;
}

.tab_box .tab_btn + .tab_btn {
  margin-left: 8px;
}

.tab_box .tab_btn:hover {
  background-color: #6a6e70;
  color: #fff;
}

.tab_box .tab_btn.active {
  background:#333;
  color:#fff;
}

.tab_box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 20px;
}

.tab_box .tab_panel {
  display:none;
}

.tab_box .tab_panel.active {
  display:block;
}

.btn_area p{
  position: relative;
  line-height: 1.3;
}

.btn_area p::after{
  position: absolute;
  z-index: 99;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;

}

.responsive {
    width: 100%;
    aspect-ratio: 16/9;
}


/*ヘッダーメニュー*/

.lp_header-item {
    display: flex;
    align-items: center;
}

.head__menu {
    font-family: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}

.head__menu-list {
    display: flex;
}

.head__menu-list a {
    font-size: clamp(15px, 1vw, 18px);
    min-height: 30px;
    display: flex;
    align-items: center;
    padding: 0 clamp(20px, 3vw, 60px);
    position: relative;
    transition: .3s;
    letter-spacing: 0;
}

.head__menu-list a:hover {
    color: #d77a74;
    text-decoration: underline;
}


header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    z-index: 100;
}

@media screen and (max-width: 767px) {
  header {
    z-index: 150;
  }
}

.lp_header {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 22.5px;
    background-color: #fff;
    box-sizing: border-box;
    /*height: 90px;*/
}
/*ハンバーガーメニュー*/

.mv_double_eye {
}

.head_counceling {
    max-width: 100%;
}

.lp_header-item {
    position: relative;
}

.drawer-btn {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 22.5px;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.drawer-btn span {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.drawer-btn span::before,
.drawer-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.drawer-btn span::before {
    top: -15px;
}

.drawer-btn span::after {
    bottom: -15px;
}

.head__menu {
    display:none;
    position: fixed;
    top: 80px;
    left: 100%;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    background-color: #fff;
    overflow: auto;
    z-index: 60;
}


/*ハンバーガーメニューの中身*/
.is-drawer_open .head_counceling {
    display: none;
}

.drawer-btn.active span {
    background-color: transparent;
}

.drawer-btn.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.drawer-btn.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.is-drawer_open .head__menu {
    display: block;
    left: 0;
}

.head__menu-inner {
    margin: clamp(40px, 11vw, 80px) auto 100px;
    max-width: 1000px;
    /* max-width: 85%; */
}

.head__menu-list {
    max-width: 85%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    margin-bottom: clamp(30px, 8vw, 60px);
}

.head__menu-list li {}

.head__menu-list a {
    font-size: 20px;
    color: #3D3D3D;
    padding: 0 15px 0 clamp(40px, 8vw, 65px);
    border: none;
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 20px;
    background: url(../img/header/menu_tcb_icon.webp) no-repeat;
    background-size: 40px;
    position:
        relative;
}

.head__menu-list li:not(:last-child) a {
    margin-bottom: clamp(15px, 2vw, 20px);
}

.head__menu-list li a:hover {
    text-decoration: none;
}

.head__menu-list li a::before {
    content:
    '';
    background:
    url(../img/header/icn_arrow.webp) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 33px;
    height: 14px;
    position: absolute;
    top: calc(50% - 22px);
    right: 0;
    display: inline-block;
}

/*fv*/

.fv_faceinjection {
    margin-top:90px;
    overflow: hidden;
}
.fv_faceinjection-inner {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
} 
/* .fv_faceinjection-inner::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
} */
/* .fv_faceinjection-inner img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */
/* 
@media screen and (max-width: 767px) {
  .fv_faceinjection-inner::before {
    display: none;
  }
  .fv_faceinjection-inner img {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
} */


/*カウントダウン*/

.box_countdown {
    font-family:  '游ゴシック体', 'YuGothic', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
    max-width: 80%;
    margin: 0px auto -15px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #786262;
    border: 2px solid #678cbf;
    padding: 10px 15px;
    box-sizing: border-box;
    position:relative;
    z-index: 10;
}


.box_countdown::before,
.box_countdown::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 0;
    width: 0;
    border-width: 14px;
    border-style: solid solid solid none;
    transform: rotate(270deg);
}

.box_countdown::before {
    bottom: -20px;
    border-color: transparent #fff;
    z-index: 1;
}

.box_countdown::after {
    bottom: -23px;
    border-color: transparent #678cbf;
}
.box_countdown p {
    font-size: clamp(12px, 2vw, 20px);
    font-weight: bold;
}
.box_countdown .yycountdown-box {
    margin-left: 10px;
}
.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
    font-size: clamp(16px, 3vw, 32px);
    font-weight: bold;
    color: #786262;
    border-radius: 5px;
    padding: 1.5px 6px;
}
.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
    font-size: clamp(12px, 2vw, 20px);
    font-weight: bold;
    margin: 0 5px;
}

.limit_btn{
    padding: clamp(20px,4vw,40px) 0 clamp(35px,7vw,70px);
    text-align: center;
}


.section_ideal,
.section_thread-lift,
.section_faceinjection-lift,
.section_clinic,
.section_merit,
.section_flow,
.section_question,
.section_doctor {
    padding: clamp(55px,11vw,110px) 0 clamp(50px,10vw,100px);
}

.section_case_inner .section_case_inner-main_img p{
  text-align: center;
}

/*ideal*/
/*
.section_ideal {
    background: url(../img/faceinjection/section_ideal_bg_pc.jpg) no-repeat top center;
    background-color: #F4F2F2;
    background-size: 2000px auto;
}
.section_ideal_inner {
    padding: 0 clamp(30px,6vw,60px);
}
.section_ideal-ttl {
    padding: clamp(10px,2vw,20px) 0 clamp(20px,4vw,40px) clamp(35px,7vw,70px);
    font-size: clamp(20px,3.7vw,37px);
    font-weight: 500;
    line-height: 1.4em;
}
.section_ideal-box {
    width: fit-content;
    padding: clamp(15px,3vw,30px) clamp(35px,7vw,70px);
    background: 
    url(../img/faceinjection/box_grid.png) top left;
    background-size: clamp(311px,62.2vw,622px) auto;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-sizing: border-box;
    position: relative;
}
.section_ideal-box::after {
    content: "";
    display: block;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    background: url(../img/faceinjection/box_grid_icon.png) no-repeat right bottom;
    background-size: clamp(69px,13.8vw,138px) auto;
}
.section_ideal-box li {
    padding: 0.6em 0 0.6em 50px;
    border-bottom: #DFEBFF solid 2px;
    font-size: clamp(12px,2.2vw,22px);
    position: relative;
}
.section_ideal-box li:last-child {
    border-bottom: none;
}
.section_ideal-box li::before {
    content: "";
    display: block;
    width: 31px; height: 29px;
    background: url(../img/faceinjection/icon_check.png) no-repeat;
    background-size: cover;
    position: absolute; top: 50%; left: 0;
    transform: translateY(-50%);
}
*/
/*
@media screen and (max-width: 767px) {
  .section_ideal {
    padding-top: 0;
    background: url(../img/faceinjection/section_ideal_bg_sp.jpg) no-repeat top center;
    background-color: #F3F3F3;
    background-size: cover;
  }
  .section_ideal-ttl {
    padding: 30px 0;
  }
  .section_ideal-box {
    width: 100%;
    box-shadow: 2px 2px 0px 0px #a5a5a5;
  }
  .section_ideal-box li {
    padding-left: 25px;
    border-width: 1px;
  }
  .section_ideal-box li::before {
    width: 15px; height: 14px;
  }
}
*/

/*faceinjection-lift*/
/*
.section_faceinjection-lift {
  background: 
  url(../img/faceinjection/section_faceinjection-lift_fw01.png) no-repeat calc(50% - 450px) 210px,
  url(../img/faceinjection/section_faceinjection-lift_fw02.png) no-repeat calc(50% + 450px) 210px;
  background-size: auto, auto;
  background-color:#fff;
}

.faceinjection-lift-read {
  font-size: clamp(16px,1.6vw,22px);
  font-weight: bolder;
  line-height: 1.8em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_faceinjection-lift_inner {
    padding: 0 15px;
  }
}
*/


.explanation-area_content{
  margin: 0 auto;
  padding:50px 0;
  background: #ffe9e9;
}
.explanation-area_wrap{
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .explanation-area_wrap {
    width: 100%;
  }
}

h4{
  margin-bottom: 50px;
  padding: 20px 0;
  text-align: center;
  background-color: #ff7777;
  color: #ffffff;
  font-size: 32px;
  font-size:clamp(20px,3.2vw,32px);
  font-weight: bolder;
}
.explanation-area_wrap .txt{
  font-weight: bolder;
  font-size: clamp(16px,1.6vw,20px);
  line-height: 1.8em;
}
.explanation-area_unit{
  display: flex;
}
@media screen and (max-width: 767px) {
  .explanation-area_unit{
    display: block;
  }
}

/*reason*/
/*
.section_reason{
  background:#fff;
}

.reason_satisfaction{
  padding-bottom: clamp(20px,4vw,40px);
}

.reason_satisfaction-img{
  text-align:center;
  margin-bottom: clamp(40px,8vw,80px);
}

.reason_satisfaction-read {
  margin-bottom: clamp(30px,4.5vw,45px);
  font-size: clamp(18px,3.8vw,38px);
  font-weight: 500;
  color: #757575;
  text-align: center;
  line-height: 1.8em;
}
.reason_satisfaction-read strong,
.reason_satisfaction-read strong * {
  font-weight: bold;
}
.reason_satisfaction-read .reason_value {
  margin: 0 0.2em;
}
.reason_satisfaction-read .reason_value span {
  font-size: 1.5em;
}
.reason_satisfaction-read .reason_value sup {
  font-size: 0.6em;
}
.reason_satisfaction-read .under_line {
  display: inline-block;
  background-image: linear-gradient(transparent 75%, #FFF7D0 0%);
  line-height: 1em;
}
.reason_point {
  overflow: hidden;
}
.reason_point01 {
  background: url(../img/faceinjection/reason_point_fw01.png) no-repeat calc(50% + 600px) -150px;
}
.reason_point02 {
  background: url(../img/faceinjection/reason_point_fw02.png) no-repeat calc(50% - 600px) 150px;
}
.reason_point03 {
  background: url(../img/faceinjection/reason_point_fw03.png) no-repeat calc(50% + 600px) -120px;
}

.reason_point_list-item {
  margin-bottom: clamp(30px,6.0vw,60px);
}

.reason_point_list-inner {
  padding: clamp(15px,6.0vw,60px);
  border: #d77a74 solid 2px;
  background: rgba(255,255,255,0.8);
}
.reason_point_list-inner p {
  font-size: clamp(12px,1.8vw,18px);
  line-height: 2em;
}
.reason_point_list-inner p.reason_point-num {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: clamp(20px,4.0vw,40px);
  font-weight: 500;
  color: #d77a74;
  line-height: 0.6em;
  opacity: 0.8;
}
.reason_point_list-inner p.reason_point-num span {
  font-size: 1.8em;
}

.reason_point_list-ttl {
  padding-bottom: clamp(5px,1.5vw,15px);
  margin-bottom: clamp(20px,4.0vw,40px);
  border-bottom: #d77a74 solid 2px;
  position: relative;
}
.reason_point_list-ttl .reason_point-ttl {
  padding-right: clamp(120px,24.0vw,240px);
  font-size: clamp(16px,3.0vw,30px);
  font-weight: bold;
  line-height: 1.2em;
}
.reason_point_list-ttl .reason_point-ttl strong {
  font-size: 1.3em;
}

.reason_point-read {
  margin-bottom: clamp(30px,4.5vw,45px);
}

.reason_point01-imgbox {
  margin-top: clamp(30px,4.5vw,45px);
}
.reason_point01-imgbox .imgbox_text_area .imgbox_eng {
  margin-bottom: clamp(5px,1.5vw,15px);
  font-size: clamp(35px,6.8vw,68px);
  font-weight: 500;
  color: #C5CBD5;
  line-height: 1em;
  letter-spacing: -0.04em;
  opacity: 0.8;
}

.reason_point01-imgbox.imgbox_r {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
.reason_point01-imgbox.imgbox_r img {
  margin-right: -120px;
}
.reason_point01-imgbox.imgbox_r .imgbox_text_area {
  padding-right: 45px;
}

.reason_point01-imgbox.imgbox_l {
  display: flex;
  align-items: center;
  position: relative;
}
.reason_point01-imgbox.imgbox_l img {
  margin-left: -120px;
}
.reason_point01-imgbox.imgbox_l .imgbox_text_area {
  padding-left: 45px;
}

.reason_point02-box {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(15px,3.0vw,30px) clamp(20px,4.0vw,40px);
  margin: 15px 0 35px;
  border: #d77a74 2px solid;
  background: url(../img/faceinjection/reason_point02_icon.png) no-repeat bottom right;
  background-size: clamp(115px,23.0vw,230px) auto;
  background-color: #FFF1F1;
}
.reason_point02-box li {
  padding: 0.6em 0 0.6em 50px;
  font-size: clamp(12px,2.2vw,22px);
  color: #d77a74;
  line-height: 1.4em;
  position: relative;
}
.reason_point02-box li:last-child {
  border-bottom: none;
}
.reason_point02-box li::before {
  content: "";
  display: block;
  width: 31px; height: 29px;
  background: url(../img/faceinjection/icon_check.png) no-repeat;
  background-size: cover;
  position: absolute; top: 50%; left: 0;
  transform: translateY(-50%);
}

.reason_point03-imgbox {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto 30px;
}
.reason_point03-imgbox li {
  position: relative;
}
.reason_point03-imgbox li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(50px,10vw,100px);
  height: clamp(50px,10vw,100px);
  background: #fff;
  border-radius: 100%;
  border: #d77a74 solid 2px;
  font-size: clamp(8px,1.5vw,15px);
  font-weight: 500;
  color: #d77a74;
  position: absolute;
  top: -10px;
  left: -50px;
}
*/
/*
.double_eye_reason_list {
    margin-bottom: clamp(20px,4vw,40px);
}

.double_eye_reason_list__item+.double_eye_reason_list__item {
    margin-top: 40px;
}
*/

@media screen and (max-width: 767px) {
  .section_reason_inner {
    overflow: hidden;
  }
  .section_reason_inner,
  .section_reason_inner .section_ttl {
    padding: 0 15px;
  }
  .reason_satisfaction {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reason_point_list-inner,
  .reason_point_list-ttl {
    border-width: 1px;
  }
  .reason_point01-imgbox {
    display: block !important;
  }
  .reason_point01-imgbox.imgbox_r img,
  .reason_point01-imgbox.imgbox_l img {
    margin: 0 0 10px;
  }
  .reason_point01-imgbox.imgbox_r .imgbox_text_area,
  .reason_point01-imgbox.imgbox_l .imgbox_text_area {
    padding: 0;
  }
  .reason_point01-imgbox .imgbox_text_area .imgbox_eng {
    text-align: center;
  }
  .reason_point02-box {
    margin: 30px 0 15px;
    border-width: 1px;
  }
  .reason_point02-box li {
    padding-left: 25px;
  }
  .reason_point02-box li::before {
    width: 15px; height: 14px;
  }
  .reason_point03-imgbox {
    flex-direction: column;
    max-width: 60%;
    margin-bottom: 0;
  }
  .reason_point03-imgbox li {
    margin-bottom: 15px;
  }
  .reason_point03-imgbox li:last-child {
    margin-bottom: 0;
  }
  .reason_point03-imgbox li span {
    left: -25px;
    border-width: 1px;
  }
}

/*case*/
/*
.section_case{
    background: url(../img/line-double-eye/case_bg_pc.jpg) repeat;
    background-size: cover;
    overflow: hidden;
}
.section_case h2{
    text-align: center;
    margin: 0 auto
    clamp(20px,4vw,40px);
}
*/
/*price*/

.section_price{
    background-color: #F2F5F9;
}
.section_price_case {
  width: 100%;
  padding: clamp(15px,6vw,60px);
  background: #fff;
  box-sizing: border-box;
}
.section_price_case p{
  padding: 25px;
  font-size: clamp(16px,1.6vw,22px);
  line-height: 1.5;
}
.section_price_case-tbl {
  table-layout: fixed;
  width: 100%;
}
.section_price_case-tbl tr:nth-child(odd) td {
	background: #F6F6F6;
}

.section_price_case-tbl th {
  padding: clamp(5px,1.2vw,12px) clamp(10px,3.0vw,30px);
  background: #d77a74;
  border-right: rgba(255,255,255,0.2) 1px solid;
  font-size: clamp(12px,2.4vw,24px);
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.section_price_case-tbl th:last-child {
  border-right: none;
}
.section_price_case-tbl th.tbl_index-name {
  width: 35%;
}
.section_price_case-tbl td {
  padding: clamp(10px,2.5vw,25px) clamp(10px,3.0vw,30px);
  border-bottom: #A5A5A5 1px solid;
  font-size: clamp(12px,2.2vw,22px);
  font-weight: 500;
}

.section_price_case-tbl td.tbl_price {
  font-size: clamp(20px,4.0vw,40px);
  color: #d77a74;
}
.section_price_case-tbl td.tbl_price span {
  font-size: clamp(10px,2.0vw,20px);
}
.section_price_case-tbl td.tbl_price p{
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background: #A2BEEE;
  font-size: clamp(12px,2.2vw,22px)!important;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}
.section_price_case-tbl td.tbl_price p strong{
  font-size: clamp(20px,5.2vw,28px);
}

/*
.double_eye_price_case {
    padding: 25px 15px;
    box-sizing:
    border-box;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}

.double_eye_price_case__list > li{
    text-align:center;
}
*/

@media screen and (max-width: 767px) {
  .section_price_inner,
  .section_price_inner .section_ttl {
    padding: 0 15px;
  }
}

/* Merit */

.section_merit{
  background-color:#fff;
  /*padding: clamp(35px,7vw,70px) 0;*/
}

.double_eye_model{
  /*margin-bottom: clamp(20px,4vw,40px);*/
}

.merit_contents{
  /*margin-bottom: clamp(35px,7vw,70px);*/
}

.section_merit_inner {
  overflow: hidden;
}

.merit_list {
  margin-bottom: clamp(30px,6vw,60px);
}
.merit_list-item {
  margin-top: clamp(40px,8vw,80px);
}
.merit_list_ttl {
  position: relative;
}
.merit_list_ttl-num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px clamp(10px,2vw,20px);
  background: #fff;
  border: #d77a74 2px solid;
  position: absolute;
  top: -50px;
  left: 0;
  font-size: clamp(14px,3vw,30px);
  font-weight: bold;
  color: #d77a74;
  letter-spacing: 0.04em;
}
.merit_list_ttl-num span {
  padding-left: clamp(5px,1vw,10px);
  font-size: clamp(30px,6vw,60px);
  letter-spacing: normal;
}
.merit_list_ttl-text {
  padding: clamp(20px,4vw,40px) clamp(15px,3vw,30px);
  background: #d77a74;
  font-size: clamp(16px,3.4vw,34px);
  font-weight: 500;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}
.merit_list-box {
  padding: clamp(15px,6vw,60px);
  border: #d77a74 solid 2px;
}
.merit_list-box img {
  display: block;
  margin: 0 auto clamp(20px,4vw,40px);
}
.merit_list-box p {
  font-size: clamp(12px,1.8vw,18px);
  line-height: 2em;
}
/*
.model_contetns {
  padding: 0 clamp(15px,6vw,60px) clamp(30px,6vw,60px);
  background: url(../img/faceinjection/model_bg_pc.jpg) no-repeat top;
  background-size: contain;
}
.model_ttl {
  padding: clamp(25px,5vw,50px) clamp(15px,3vw,30px);
  margin-bottom: clamp(15px,4vw,40px);
}
.model_ttl-img {
  margin-bottom: 20px;
}
.model_ttl p {
  font-size: clamp(12px,2.2vw,22px);
  font-weight: 500;
  line-height: 2em;
}
.model_detail {
  padding: clamp(30px,4.5vw,45px) clamp(15px,8vw,80px) clamp(15px,4.5vw,45px);
  border: #d77a74 solid 2px;
  position: relative;
}
.model_detail_inner {
}
.model_fw01 {
  position: absolute;
  left: -90px;
  bottom: 0;
}
.model_fw02 {
  position: absolute;
  right: -80px;
  top: -170px;
}
.model_fw03 {
  position: absolute;
  right: -195px;
  top: 90px;
}
.model_fw03 img {
  max-width: 70%;
}

.model_detail-ttl {
  width: fit-content;
  margin: 0 auto 30px;
  background-image: linear-gradient(transparent 75%, #FFF7D0 0%);
  font-size: clamp(20px,4vw,40px);
  font-weight: 500;
  text-align: center;
  line-height: 1em;
}
.model_detail p {
  font-size: clamp(12px,1.8vw,18px);
  line-height: 1.8em;
}
.model_detail p.model_notes {
  font-size: clamp(10px,1.6vw,16px);
  text-align: center;
}
.model_detail .model_icon {
  display: block;
  margin: 20px auto;
}
*/

@media screen and (max-width: 767px) {
  .section_merit_inner,
  .section_merit_inner .section_ttl {
    padding: 0 15px;
  }
  .merit_list-box {
    border-width: 1px;
  }
  .merit_list_ttl-num {
    top: -30px;
    border-width: 1px;
  }
  /*
  .model_contetns {
    background: url(../img/faceinjection/model_bg_sp.jpg) no-repeat top;
    background-size: contain;
  }
  .model_detail {
    border-width: 1px;
  }
  .model_ttl-img {
    max-width: 60%;
  }
  .model_detail .model_icon {
    max-width: 80%;
  }
  .model_fw01 {
    left: -100px;
    bottom: 70px;
  }
  .model_fw02 {
    right: -220px;
    top: -80px;
  }
  .model_fw03 {
    right: -240px;
    top: 190px;
  }
  .model_fw01 img,
  .model_fw02 img,
  .model_fw03 img {
    max-width: 70%;
  }
    */
}

/*施術の流れ*/

.section_flow{
    background:#fff;
}

.double_eye_flow_list{
    margin-bottom:30px;
}

.flow_list {
  margin-bottom: 60px;
  position: relative;
}
.flow_list::after {
  content: "";
  height: 100%;
  border-left: #d77a74 2px dotted;
  position: absolute;
  top: 0;
  left: 170px;
}

.flow_list-item {
  padding: clamp(40px,10vw,100px) clamp(15px,6.0vw,60px) clamp(20px,5.0vw,50px);
  margin-top: clamp(75px,12vw,120px);;
  background-color: #fff;
  border-top: #D1D5DD 2px solid;
  border-right: #D1D5DD 2px solid;
  border-bottom: #d77a74 2px solid;
  border-left: #d77a74 2px solid;
  position: relative;
  z-index: 1;
}

.flow_list-ttl {
  padding-bottom: clamp(10px,2.0vw,20px);
  margin-bottom: clamp(15px,3.0vw,30px);
  border-bottom: #cd5951 1px solid;
  position: relative;
}

.flow_list-ttl img {
  box-shadow: -4px 4px 0px 0px #E2E2E2;
  position: absolute;
  top: max(-150px, calc(-1 * (calc(150/750) * 100vw)));
  right: max(-80px, calc(-1 * (calc(60/750) * 100vw))); 
  width: 60%;
}

.flow_list-step {
  display: flex;
  align-items: center;
  font-size: clamp(22px,4.5vw,45px);
  font-weight: 500;
  color: #C5CBD5;
  opacity: 0.8;
}

.flow_list-step span {
  padding-left: 0.05em;
  font-size: clamp(50px,7.5vw,75px);
  color: #d77a74;
}

.flow_list-title {
  font-size: clamp(16px,3.0vw,30px);
  font-weight: 500;
  line-height: 1.6em;
}
.flow_list-text {
  font-size: clamp(12px,2.2vw,22px);
  line-height: 2em;
}
.flow_list-box {
  display: block;
  margin-top: 40px;
}
.flow_list-box img {
  width: 100%;
  margin-bottom: 30px;
}
.flow_list-box .flow_list-text {
}

@media screen and (max-width: 767px) {

  .section_flow_inner,
  .section_flow_inner .section_ttl {
    padding: 0 15px;
  }
  .flow_list::after {
    left: 100px;
  }
  .flow_list-ttl img {
    max-width: 60%;
    box-shadow: -2px 2px 0px 0px #E2E2E2;
  }
  .flow_list-box {
    display: block;
    margin-top: 20px;
  }
  .flow_list-box img {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .flow_list-box .flow_list-text {
    padding-left: 0;
  }
}


/*Q&A*/

.section_question {
    /*background: url(../img/line-double-eye/question_background_pc.png) no-repeat center -90px;
    background-color: #FFFCE9;*/
    font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
    overflow: hidden;
}

.section_question_inner {
    position: relative;
}

.section_question_inner::before,
.section_question_inner::after {
    content: "";
    display: block;
    position: absolute;
}
/*
.section_question_inner::before {
    background: url(../img/line-double-eye/question_background_sp.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    top: -70px;
    left: 0;
}
*/
/* .section_question_inner h2 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
} */

.faq__list {
    position: relative;
    z-index: 10;
}

.faq__item {}

.faq__item+.faq__item {}

.faq {}

.faq dl {}

.faq__question,
.faq__answer {
    z-index: 1;
    cursor: pointer;
    font-size: clamp(14px,2.2vw,22px);
    position: relative;
    line-height: 1.5;
    padding: 15px 50px 15px 15px;
}

.faq__question,
.faq__answer_txt {
    display: flex;
    align-items: center;
}

.faq__question {
    background: #fff;
    color: #d77a74;
    border: 1px solid #d77a74;
    border-bottom: none;
    transition: all 0.4s;
}

.faq__question:hover {
    background: #ffeeeefc;
}

.faq__answer {
    background: #F5F5F5;
    border: 1px solid #d77a74;
    border-bottom: none;
}

.faq__question::before,
.faq__question::after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    top: 50%;
    right: clamp(35px, 5vw, 60px);
    background-color: #d77a74;
    transition: .2s;
    width: clamp(13px,2.6vw,26px);
    height: 2px;
    right: 15px;
    top: 45%;
}

.faq__question::before {
    content: '';
}

.faq__question::after {
    content: '';
    transform: rotate(90deg);
}

.faq__question.js--accordion-open::after {
    transform: rotate(0deg);
}

.faq__question span,
.faq__answer span {
    margin-left: 55px;
    display: block;
}

.faq__item:last-child dt,
.faq__item:last-child dd {
    border-bottom: 1px solid #d77a74;
}

.faq__item:last-child dd {
    border-top: none;
}

.question_icon {
    position: absolute;
    top: 24px;
}

.faq__question_txt,
.faq__answer_txt {
    position: relative;
}

.faq__question_txt::before,
.faq__answer_txt::before {
    content: '';
    display: block;
    width: clamp(20px, 3.8vw, 38px);
    height: clamp(30px, 4.6vw, 46px);
    position: absolute;
    top: -5%;
    left: 0%;
}

.faq__question_txt::before {
    content: "Q.";
    background-size: 100%;
    font-size: clamp(15px, 3vw, 30px);
}

.faq__answer_txt::before {
    content: "A.";
    background-size: 100%;
    font-size: clamp(15px, 3vw, 30px);
}

/*.faq__question_txt::before {
    background: url('../img/line-double-eye/question.png') no-repeat;
    background-size: 100%;
}

.faq__answer_txt::before {
    background: url('../img/line-double-eye/answer.png') no-repeat;
    background-size: 100%;
}*/

.accordion_option {
    display: none;
}


/*モーダル部分*/

.with-featherlight .featherlight {
    background: #6A6A6A;
}

.with-featherlight .featherlight .featherlight-content {
    padding: 10px;
}

.with-featherlight .featherlight .featherlight-close-icon {
    top: -45px;
    right: 0;
    line-height: 38px;
    width: 38px;
    font-size: 18px;
    background-color: #3D3D3D;
    text-shadow: 1px 0px #fff;
}

.with-featherlight .featherlight .featherlight-inner {
    max-height: calc(90vh - 60px);
}

/*modal_list*/

.modal_list{
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.modal_list > li{
    max-width: calc(calc(100% - 15px)/2);
}
.modal_list > li:not(:last-child){
	margin-right: 15px;
	margin-bottom: 15px;
}
.modal_list li:nth-child(2n) {
    margin-right: 0;
}

/*クリニック*/

.section_clinic {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
    background: #fff;
}

#clinic article > h2 {
    width:85%;
    margin: 0 auto clamp(30px,6vw,60px);
    text-align: center;
}


/* 日本地図⇒脱毛LP仕様 クリニック一覧 */

/* spアコーディオン */

dl.accordion {
    overflow: hidden;
}

dl.accordion>dt::before {
    color: #fff;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

dl.accordion>dd {
    background: #fff;
    padding: 0.5em 0.5em 0.5em 2em;
    position: relative;
    display: none;
}

dl.accordion>dd::before {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}


/* clinic */

#clinic p {
    margin-bottom: 1em;
}

#clinic dl.accordion>dt::before {
    content: '▼';
}

#clinic dl.accordion>dd {
    padding: 0.5em;
    background: #fff;
}

#clinic dl.accordion>dd::before {
    content: none;
}

#clinic dl.accordion h3 {
    margin: 3%;
    border-bottom: 3px double #c0b0a3;
}

#clinic dl.accordion dl {
    display: flex;
    margin: 0 3% 3%;
    flex-wrap: wrap;
    justify-content: space-between;
}

#clinic dl.accordion dl dt {
    width: 3em;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 3% 0;
}

#clinic dl.accordion dl dd {
    padding: 3% 0 3% 1em;
    width: calc(100% - 4em);
    border-top: 1px solid #ccc;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child+dd {
    border: none;
    padding-top: 0;
}

#clinic a {
    color: #cd5951;
}
    dl.accordion {
        width: 85%;
        margin: 0 auto;
        padding: 0;
        -webkit-text-size-adjust: 100%;
        font-size: clamp(13px,3.5vw,26px);
    }

    #clinic dl.accordion>dt {
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        background: #d77a74;
        color: #fff;
        font-weight: bold;
        padding: 0.5em 0.5em 0.5em 2em;
        position: relative;
        border-bottom: 2px solid #fff;
        cursor: pointer;
    }

    #clinic dl.accordion>dt::before {
        content: '▼';
        color: #fff;
        position: absolute;
        top: 0.5em;
        left: 0.5em;
    }

    #clinic dl.accordion>dd {
        padding: 0.5em;
        background: #fff;
    }

    #clinic dl.accordion>dd::before {
        content: none;
    }

    #clinic dl.accordion h3 {
        margin: 3%;
        border-bottom: 3px double #ffb400;
    }

    #clinic dl.accordion dl {
        display: flex;
        margin: 0 3% 3%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #clinic dl.accordion dl dt {
        width: 3em;
        text-align: center;
        border-top: 1px solid #ccc;
        padding: 3% 0;
    }

    #clinic dl.accordion dl dd {
        padding: 3% 0 3% 1em;
        width: calc(100% - 4em);
        border-top: 1px solid #ccc;
    }

    #clinic dl.accordion dl dt:first-child,
    #clinic dl.accordion dl dt:first-child+dd {
        border: none;
        padding-top: 0;
    }

    #clinic a {
        color: #cd5951;
    }


.reserve{
    background: #F2F5F9;
}
.reserve .section_ttl {
    padding: clamp(55px,11vw,110px) 0 0 0;
}

@media screen and (max-width: 767px) {
  .reserve .section_ttl {
    padding: clamp(55px,11vw,110px) 30px 0;
  }
}

.ttl01{
    width: 85%;
    margin: 0 auto clamp(30px,6vw,60px);
    position: relative;
}

@media screen and (max-width: 1000px) {
    #clinic .quotation dt {
        display: block;
        margin-bottom: 5px;
    }

    #clinic .quotation dd {
        display: block;
        color: #444;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}

/* フロートバナー */
#float_bnr{
    width: 750px;
    text-align: center;
    display: none;
    background-color: #fff;
    position: fixed;
    left: calc(50% - 375px);
    bottom: 0;
    /*z-index: 150!important;*/
}
#float_bnr .close{
    width: 27px;
    height: 27px;
    text-indent: -1000px;
    background: url(../img/common/lightbox_close.webp) no-repeat center;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
}
@media screen and (max-width: 640px) {
    #float_bnr{
        width: 100%;
        left: 0;
    }
    #float_bnr img{ 
        max-width: 100vw;
    }
    #float_bnr .close{
        background-size: 60%;
        top: 0;
        right: 0;
    }
}

/*フッター*/

footer,
.l-foot-subnav {
    font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
    background: #FFF5F5;
}

.l-foot-subnav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
    font-size: 22px;
}

.l-foot-subnav__link {
    color: #ACB3C2;
    display: flex;
    align-items: center;
}

.l-foot-subnav__link::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #ACB3C2;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    margin-right: 8px;
    position: relative;
    bottom: 3px;
}

.l-foot-subnav__link:hover {
    color: #ACB3C2;
    text-decoration: underline;
}

footer small {
    color: #fdc5c5;
    font-size: 22px;
    text-align: center;
}

footer {
    padding: 10px 0 50px;
}

.foot_btn {
    position: fixed;
    right: 50px;
    bottom: 50px;
    /*z-index: 150;*/
    cursor: pointer;
}


@media screen and (max-width: 767px) {
    /*ヘッダー*/
    .lp_header {
        padding-left: 10px;
        /*height: 45px;*/
    }

    /*20220804追記*/
    .head_logo h1 {
        width: 80px;
    }
    .lp_header-item {
        /*margin-right: 70px;*/
    }

    .drawer-btn {
        width: 35px;
        height: 28px;
        top: calc(50% - 15px);
        right: 17px;
    }

    .drawer-btn span::before {
        top: -12px;
    }

    .drawer-btn span::after {
        bottom: -12px;
    }

    .head__menu-list a {
        background-position: 0 4px;
    }
    .head__menu-list li:not(:last-child) a {
        margin-bottom: 12px;
    }
    .head__menu-list a {
        font-size: 16px;
        padding: 0 12px 0 40px;
        padding-bottom: 10px;
        background-size: 26px;
    }

    .head__menu-list li a::before {
        width: 23px;
        top: calc(50% - 17px);
    }
    .fv_faceinjection{
        margin-top:35px;
    }
    /*カウントダウン*/
    .box_countdown {
        max-width: 85%;
        padding: 5px 7px;
        margin: 0px auto 0px;
    }

    .box_countdown::before,
    .box_countdown::after {
        border-width: 7px;
    }

    .box_countdown::before {
        bottom: -10px;
    }

    .box_countdown::after {
        bottom: -11px;
    }

    .box_countdown .yycountdown-box {
        margin-left: 5px;
    }

    .box_countdown .yyc-day,
    .box_countdown .yyc-hou,
    .box_countdown .yyc-min,
    .box_countdown .yyc-sec {
        font-size: 18px;
        padding: 0 3px;
        border-radius: 3px;
    }

    .box_countdown .yyc-day-text,
    .box_countdown .yyc-hou-text,
    .box_countdown .yyc-min-text,
    .box_countdown .yyc-sec-text {
        font-size: 12px;
        margin: 0 2px;
    }
    .section_question_inner::before{
        top: -35px;
    }
    .double_eye_price_case {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    /*よくあるご質問*/
       /*.section_question {
      background: url(../img/line-double-eye/question_background_sp.png) no-repeat center top;
      background-color: #FFFCE9;
      background-size: contain;
    }
 
    .section_question_inner::before {
        background: url(../img/line-double-eye/question_background_sp.png) no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100%;
        top: -55px;
        left: 0;
    }
    */
    .section_question .section_ttl {
      padding: 0 30px;
    }

    .faq__question,
    .faq__answer {
        font-size: 14px;
        padding: 15px 43px 15px 15px;
    }
    .faq__question::before,
    .faq__question::after {
        width: 13px;
        height: 1px;
        right: 15px;
        top: 45%;
    }
    .faq__question span,
    .faq__answer span {
        margin-left: 30px;
    }
    .faq__question_txt::before,
    .faq__answer_txt::before {
        width: 20px;
        height: 30px;
        top: 0px;
    }
    /*フッター*/

    .foot_btn{
        right: 15px;
        bottom: 90px;
        width: 50px;
    }
    footer {
        padding: 10px 0 20px;
    }

    .l-foot-subnav {
        padding-top: 20px;
        font-size: 13px;
    }

    .l-foot-subnav__link::before {
        bottom: 1px;
    }

    footer small {
        font-size: 13px;
    }
    /*モーダル部分*/
    .with-featherlight .featherlight .featherlight-inner {
        max-height: calc(75vh - 60px);
    }
}

@media screen and (max-width: 750px) {
  .head__menu {
      top: min(74px, calc(calc(74/750) * 100vw))!important;
  }
  .head__menu-inner {
    margin: min(60px, calc(calc(60/750) * 100vw)) auto 180px!important;
  }
}


/*20220907追記*/

.reason_satisfaction{
    padding-bottom: clamp(20px,4vw,40px);
}

.reason_satisfaction-img{
    text-align:center;
    margin-bottom: clamp(40px,8vw,80px);
}

.reason_satisfaction-txt + .reason_satisfaction-txt{
    margin-top: clamp(40px,8vw,80px);
}

.reason_satisfaction-txt01{
    text-align:center;
}

.reason_satisfaction-txt02{
    text-align:center;
    width: 67%;
    margin: 0 auto;
}
.double_eye_model{
    margin-bottom: clamp(20px,4vw,40px);
}

/*ドクター紹介*/

.section_doctor{
    background-color: #F2F5F9;
}

@media screen and (max-width: 767px) {
  .section_doctor-inner,
  .section_doctor-inner .section_ttl {
    padding: 0 15px;
  }
}


/*ドクタースライダー*/

/* Arrows */
.slick-prev,
.slick-next{
  position: absolute;
  top: calc(50% - 21px);
  display: block;
  width: clamp(25px,4vw,40px);
  height: clamp(56px,10.2vw,102px);
  cursor: pointer;
  z-index: 4;
  background: url('../img/liposuction_injection/slick-arrow_next.webp') center no-repeat!important;
  background-size: cover!important;
  outline: none;
  border:none;
}

.slick-prev{
  background: url('../img/liposuction_injection/slick-arrow_pre.webp') center no-repeat!important;
  background-size: cover!important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{opacity: 0.7}

.slick-prev{
    left: 0 !important;
}
.slick-next{
    right: 0 !important;
}

/* Dots */
.slick-dotted.slick-slider
{
	/*margin-bottom: 30px;*/
}

.slick-dots{
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: clamp(3px,1.6vw,16px);
    height: clamp(3px,1.6vw,16px);
    padding: 5px;
    cursor: pointer;
}

.slick-dots li:not(:last-child){
    margin-right: clamp(25px,5vw,50px);
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    /* font-size: 35px; */
    /* line-height: 20px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: center;
    opacity: .25;
    color: #493232;
    background: #493232;
    border-radius: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease 0.3s;
    z-index: 10;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background: #d77a74!important;
}

@media screen and (max-width: 767px) {
	.slick-dots li{
        
    }
    
    .slick-dots li:not(:last-child){
    }

    .slick-prev{
        left: -10px;
    }
    .slick-next{
        right: -10px;
    }
    
}

.js--ad_list{
    display:none;
}

/*slickの高さを合わせる*/

.slick-list .slick-track {
  /* display: flex; */
}

.slick-list .slick-slide {
  /* height: auto; */
}

.slick-list .slick-slide.slick-active {
  /* height: 100%; */
}

.slick-dotted.slick-slider.doctor-slick{
   position: relative;
   z-index: 1;
}
.slick-dotted.slick-slider.doctor-slick .item{
    background-color:#fff;
    padding: clamp(15px,3vw,30px);
    border: 2px solid #d77a74!important;
    display: flex;
    flex-direction: column;
    margin-bottom: clamp(25px,5vw,50px);
}

.doctor_profile{
    display: flex;
    align-items: center;
    margin-bottom: clamp(15px,3vw,30px);
}

.doctor_profile-img{
    overflow: hidden;
    width: clamp(115px,23vw,230px);
    height: clamp(150px,30vw,300px);
    background-color: #DFDFDF;
    margin-right: clamp(15px,3vw, 30px);
    position: relative;
    z-index: 1;
    object-fit: cover;
    /* position: relative; */
}

/* .doctor_profile-img::before{
    content:'';
    background: url(../img/faceinjection/doctor_bg.png) no-repeat;
    background-size: 100%;
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
} */

.doctor_profile-img img{
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}

.doctor_profile-txt{
    
}

.doctor_profile-txt p{
    line-height:1.5;
}

.doctor_profile-achive{
    font-size: clamp(12px,2.4vw,24px);
    font-weight: 500;
    color: #fff;
    background: url(../img/common/doctor_archive_bg.webp) no-repeat!important;
    background-size: 100%;
    text-align: center;
    padding: 0 clamp(15px,3vw,30px);
    box-sizing: border-box;
    margin-bottom: clamp(5px,1vw,10px);
    min-width: clamp(168px,33vw,336px);
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor_profile-position{
    margin-bottom: 10px;
}

.doctor_profile-name{
    font-weight: 500;
}

.doctor_profile-name span{
    position: relative;
    font-size: clamp(16px,3.5vw,35px);
    padding-bottom: 5px;
    display: block;
}

.doctor_profile-name span::before{
    content:
    '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border: 1px solid #cd5951!important;
    min-width: clamp(150px,30vw,300px);
}

.doctor_profile-name small{
    display: block;
    font-size: clamp(13px,2.6vw,26px);
    color: #cd5951!important;
    margin-top: clamp(7px,1.4vw,14px);
}

/* .doctor_outer{
    display:flex;
    flex-direction:column;
    flex-grow: 1;
    justify-content: space-between;
} */

.doctor_about{
    padding: clamp(15px,3vw,30px);
    background-color: #FFF2F2;
    /* flex-grow: 1; */
    margin-bottom: clamp(15px,3vw,30px);
}

.doctor_about-txt{}

.doctor_profile-position,
.doctor_about-txt p,
.doctor_list >dl dd{
    font-size: clamp(12px,2.4vw,24px);
    font-weight:500;
    line-height: 1.5;
}

.doctor_about-txt p + p{
    margin-top: clamp(10px,1.5vw,15px);
}

.ad_doctor{
    /* flex-grow:1; */
}

.ad-head{
    min-height: clamp(35px,7vw,70px);
    background-color: #cd5951!important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(13px,2.6vw,26px);
    font-weight: 500;
    border:1px solid #cd5951!important;
    transition:.4s;
    padding:5px;
    box-sizing:
    border-box;
    cursor: pointer;
}

.ad-head.js--accordion-open{
    background-color: #fff;
    color: #cd5951!important;
}

.doctor_word{
    position:relative;
}

.doctor_word::before{
    content:'経歴・備考を見る';
}

.js--accordion-open .doctor_word::before{
    content:'閉じる';
}


.doctor_career{
    margin-bottom: clamp(25px,5vw,50px);
}

.ttl02{
    font-size: clamp(16px,2.8vw,28px);
    font-weight: 500;
    color: #d77a74;
    position:
    relative;
    margin-bottom: clamp(10px,2vw,20px);
}

.ttl02 span{
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 5px;
}

.ttl02::before{
    content:'';
    display:block;
    position:absolute;
    border: 1px solid #d77a74;
    top: calc(50% + 0px);
    width: 100%;
    z-index: 1;
}

.doctor_career-txt{
}

.doctor_remark{
    margin-bottom: clamp(25px,5vw,50px);
}

.doctor_list{}

.doctor_list >li{
    
}
.doctor_list >dl+dl{
    margin-top:clamp(5px,1vw,10px);
}
.doctor_list >dl a{
    color: #d77a74;
    text-decoration: underline;
}

.doctor_list >li a:hover{
    text-decoration: none;
}

.doctor_list >dl dt{
    display: inline-block;
    background-color: #d77a74;
    padding: 2px 5px;
    color: #fff;
    font-size: clamp(10px,2vw,20px);
    margin-bottom: 3px;
}

/*白色アイコン*/

.white_icon{
	position:relative;
}
.white_icon::before,
.white_icon::after{
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 2px;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.white_icon::before{
	right: 5px;
	transform: translate(-50%, -50%) rotate(90deg);
}

.js--accordion-open.white_icon::before,
.js--accordion-open.white_icon::after{
    background:#d77a74;
}

.js--accordion-open.white_icon::before{
	transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 767px) {
    .ttl02::before{
        top: calc(50% - 2px);
    }
    .slick-dotted.slick-slider.doctor-slick .item{
        border:1px solid #d77a74!important;
    }
    .white_icon::before,
    .white_icon::after{
        width:10px;
        height:1px;
    }
    .white_icon::before{
        right:10px;
    }
}

/*20220913追記*/

.section_merit{
    background-color:#fff;
    padding: clamp(35px,7vw,70px) 0;
}

.double_eye_model{
    margin-bottom: clamp(20px,4vw,40px);
}

.merit_contents{
    margin-bottom: clamp(35px,7vw,70px);
}
/* 0930追記 */
.doctor_profile-advisor {
  margin-bottom: clamp(5px,1vw,10px);
}
.doctor_profile-advisor > span {
  display: inline-block;
  padding: 2px 0.8em 2px 0.5em;
  font-size: clamp(12px,2.4vw,24px);
  font-weight:500;
  line-height: 1.5;
  border-left: 5px solid #d77a74;
  background-color: #FFF2F2;
  color: #d77a74;
}

#reserve .reserve_inner {
  background: #FFF;
}

#reserve .reserve_inner .reserve_inner_message {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  background: #FFF;
  border: solid 1px red;
}

.explanation-area{
  margin: 0 auto;
  background: #ffe9e9;
}
@media screen and (max-width: 767px) {
  .explanation-area{
    width:100%;
  }
}
.w880{
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w880{
    width:100%;
  }
}

.section_ttl-accsent3{
  display: inline-block;
  padding:0.25em 1em;
  position: relative;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}

.section_ttl-accsent3:before, 
.section_ttl-accsent3:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.section_ttl-accsent3:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

.section_ttl-accsent3:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}

.section_ttl-accsent1 {
  padding: 8px 15px;
  position: relative;
  font-size: clamp(16px,2vw,30px);
  font-weight: bolder;
  background: #e5e5e5;
  border-radius: 30px;
}

.section_ttl-accsent1:before {
  font-family: FontAwesome;
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 12px;
  left: -41px;
  bottom: -3px;
  color: #e5e5e5;
}

.section_ttl-accsent1:after {
  font-family: FontAwesome;
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 20px;
  left: -22px;
  bottom: 0;
  color: #e5e5e5;
}

.section_ttl ul li{
  margin-bottom: 30px;
  color: #757575;
  text-align: center;
  font-size: clamp(16px,1.6vw,22px);
}

.section_ttl-accsent2 {
  position: relative;
}

.section_ttl-accsent2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #d77a74, #d77a74 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #d77a74, #d77a74 2px, #fff 2px, #fff 4px);
}

.fv_faceinjection-inner{
  position: relative;
}
.fv_faceinjection-inner_btn{
  position: absolute;
  display: flex;
  top: 84%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.fv_faceinjection-inner_btn_wrap{
  display: flex;
  border-radius: 20px;
  background: #ffffff;
}
.fv_faceinjection-inner_btn_wrap a{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
}
.fv_faceinjection-inner_btn_wrap a p{
  text-align: center;
  font-size: clamp(22px,2vw,36px);
  font-weight: bold;
  line-height: 1.2;
  padding: 0 10px;
}
.fv_faceinjection-inner_btn_wrap a i{
  display: block;
  font-size: clamp(30px,3.0vw,50px);
}
.fv_faceinjection-inner_btn_wrap .injection{
  color: #ffda2a;
}
.fv_faceinjection-inner_btn_wrap .injection i{
  padding-left: 20px;
}
.fv_faceinjection-inner_btn_wrap .bottox{
  color: #4aa184;
}
.fv_faceinjection-inner_btn_wrap .bottox i{
  padding-right: 20px;
}

.fv_faceinjection-inner_btn_sp_wrap{
  display: flex;
}
.fv_faceinjection-inner_btn_sp_wrap a{
  width: 50%;
  text-align: center;
  background: #ffffff;
}
.fv_faceinjection-inner_btn_sp_wrap a p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 0px;
}
.fv_faceinjection-inner_btn_sp_wrap a i{
  padding-bottom: 10px;
  font-size:22px;
}
.fv_faceinjection-inner_btn_sp_wrap .injection{
  border-left:10px solid #ffda2a;
  border-right:10px solid #ffda2a;
  border-bottom:10px solid #ffda2a;
  color: #ffda2a;
}
.fv_faceinjection-inner_btn_sp_wrap .bottox{
  border-left:10px solid #4aa184;
  border-right:10px solid #4aa184;
  border-bottom:10px solid #4aa184;
  color: #4aa184;
}
.counceling_txt2::after{
  right: -10px!important;
}
.counceling_txt2::before{
  left: -10px!important;
}

/*221014 追加*/
/*
.section_thread-lift {
  background: 
  url(../img/threadlift/section_thread-lift_fw01.png) no-repeat calc(50% - 450px) 210px,
  url(../img/threadlift/section_thread-lift_fw02.png) no-repeat calc(50% + 450px) 210px;
  background-size: auto, auto;
  background-color:#fff;
}
.thread-lift-read {
  margin-bottom: clamp(30px,4.5vw,45px);
  font-size: clamp(12px,1.8vw,18px);
  line-height: 1.8em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_thread-lift_inner {
    padding: 0 30px;
  }
}
*/

/* additional 230814 */

.mb120 {
  margin-bottom: 120px;
}

.pd60-30 {
  padding: 60px 0;
}
.pb140 {
  padding-bottom: 140px;
}
.pb180 {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .pd60-30 {
    padding: 30px 15px;
  }
  .sppd90 {
    padding-bottom: 90px;
  }
}

.inner_01 {
  padding-left: clamp(15px,3vw,30px);
  padding-right: clamp(15px,3vw,30px);
}

.inner_01 img {
  width: 100%;
}

.ttl_belt {
  background: #fff;
  padding: 20px 0;
}
.ttl_belt p {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif !important;
  color: #cd5951;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .ttl_belt {
    padding: 10px 0;
  }
  .ttl_belt p {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

._section p {
  font-size: clamp(12px,2.4vw,24px);
  font-weight: bold;
  line-height: 1.35;
}

.ttl_ba {
  background-color: #cd5951;
  width: 80%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.ttl_ba p {
  color: #fff;
  font-size: clamp(14px,2.8vw,28px);
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ttl_ba p {
    margin-bottom: 30px;
  }
}

.point01_ba img {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .point01_ba img {
    margin-bottom: 50px;
  }
}

/* attention 注意きりかえタブ(PC) */
.faceinjection_02 .tab_box .tab_btn {
  color: #786262;
}
.faceinjection_02 .tab_box .tab_btn.active {
  background: #a38f8e;
}
.faceinjection_02 .tab_box .btn_area p {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 500;
}
.faceinjection_02 .tab_btn {
  border: #a38f8e 1px solid;
}
.faceinjection_02 .tab_btn.active::after {
  border-color: #a38f8e transparent transparent transparent;
}
.faceinjection_02 .tab_box .tab_btn:hover {
  background-color: #a38f8e;
}

/* attention 注意アコーディオン(SP) */

.faceinjection_02 .attention .flow_list-ttl {
  background: #cd5951;
  margin-bottom: 0;
}

.faceinjection_02 .attention .flow_list-ttl .flow_list-title {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .faceinjection_02 .attention .flow_list-ttl .flow_list-title {
    letter-spacing: 1px;
  }
}

.faceinjection_02 .attention .flow_list-title {
  color: #fff;
  text-align: center;
}

.faceinjection_02 .attention .flow_list-detail {
  padding: clamp(15px, 3vw, 30px);
  border: #cd5951 2px solid ;
}

.faceinjection_02 .attention_sp .accordion_one .accordion_header {
  background-color: #a38f8e !important;
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 500;
}
.faceinjection_02 .attention_sp .accordion_one .accordion_inner {
  border-left: 1px solid #a38f8e;
  border-right: 1px solid #a38f8e;
  border-bottom: 1px solid #a38f8e;
}
.faceinjection_02 .attention .flow_list-item {
  margin: 0 auto;
}

/* 動画モーダル用 */
.experiences_item_main {
  display: flex;
  justify-content: center;
}
.experiences_item_main_figure {
  width: 49%;
}
.experiences_item_main_figure_video {
  display: none;
}

.injection_point_img {
  position: relative;
}
.btn_more {
  position: absolute;
}
.btn_more {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .btn_more {
    width: 40%;
    max-width: 300px;
  }
}

.btn_more.more01 {
  top: 19%;
  right: 0;
}
.btn_more.more02 {
  top: 41%;
  left: 0;
}
.btn_more.more03 {
  top: 62%;
  right: 0;
}
.btn_more.more04 {
  top: 87%;
  left: 0;
}


.doctor_word {
  color: #fff;
}
.js--accordion-open.white_icon::before, 
.js--accordion-open.white_icon::after {
  background: #fff!important;
}


.img_boxsh {
  filter: drop-shadow(0 0 10px #e8c7c7);
}
@media screen and (max-width: 750px) {
  .img_boxsh {
    filter: drop-shadow(0 0 5px #e8c7c7);
  }
}

.p-tiktok-sp {
  /* padding: 32px 0 10px; */
  /* background-color: #fffff2; */
  height: auto;
  /* margin-top: 150px; */
}

/*20240410_TikTok追加CSS*/
.u-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  width: auto !important;
  max-width: calc(100% - min(60px, calc(calc(60/750) * 100vw))) !important;
}

.fv_area-tiktok-inner-pc {
  width: 100%;
}

.tiktok-video a video {
  height: clamp(330px, 43vw, 300px);
}

.p-tiktok-pc__video {
  display: none;
}

/* .c-container
   ========================================================================== */

.c-container {
  margin-left: auto;
  margin-right: auto;
}

/* width */

.c-container.-width-pc-md {
  width: 750px;
}

.c-container.-width-pc-lg {
  width: 750px;
  background-color: #ffece6;
}

@media screen and (max-width: 640px) {

  .c-container.-width-pc-md,
  .c-container.-width-pc-lg {
    width: auto;
  }

  .c-container.-padding-sp-md {
    padding-left: calc(100vw / 375 * 15);
    padding-right: calc(100vw / 375 * 15);
  }
}

/* .p-tiktok-sp
   ========================================================================== */

.p-tiktok-sp {
  /* padding: 32px 0 32px; */
  /*background-color: #fffff2;*/
  /*カウントダウン高さ調整*/
  height: auto;
  /*margin-top: 150px;*/
}

.p-tiktok-sp__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .p-tiktok-sp__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}




/* 20241217 FV下メニュー追加
   ========================================================================== */
.nav_menu {
  background: #fce2de;
}

.nav_menu__wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: min(2px, calc(calc(2 / 750)* 100vw)) solid #E57D7A;
}

.nav_menu__wrap li:nth-child(odd) {
  border-right: none;
}

.nav_menu__wrap li {
  width: 50%;
  background: #fff;
  border: min(2px, calc(calc(2 / 750) * 100vw)) solid #E57D7A;
  border-bottom: none;
  text-align: center;
  font-size: min(28px, calc(calc(28/750) * 100vw));
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

.nav_menu__wrap li span {
  font-size: min(24px, calc(calc(24/750) * 100vw));
}

.nav_menu__wrap li::before {
  content: "";
  width: min(7px, calc(calc(7 / 750)* 100vw));
  height: min(7px, calc(calc(7 / 750)* 100vw));
  border-top: min(3px, calc(calc(3 / 750)* 100vw)) solid #E57D7A;
  border-right: min(3px, calc(calc(3 / 750)* 100vw)) solid #E57D7A;
  position: absolute;
  top: 50%;
  right: min(20px, calc(calc(20 / 750)* 100vw));
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}

.nav_menu__wrap li a {
  color: #CD5A51;
  height: min(110px, calc(calc(110 / 750)* 100vw));
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
}



/* 20250103 追記
   ========================================================================== */
._shadow img {
  filter: drop-shadow(0 0 10px rgba(232, 199, 199, 1));
}
@media screen and (max-width: 750px) {
  ._shadow img {
    filter: drop-shadow(0 0 1.33vw rgba(232, 199, 199, 1));
  }
}

/*20250317 TCB_AD-7037 中国語ボタン追加*/
.section_header_web2 {
  display: flex;
  width: min(80px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: min(10px, calc(calc(10/750) * 100vw));
}
.section_header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-pt03 {
padding-top: min(3px, calc(calc(3/750) * 100vw))!important;
}

/*20250327 TCB_AD-7174 追加*/
.faq__answer_txt span>a{
  display: block;
  padding-top: min(12px, calc(12 / 750 * 100vw));
  color: #388bff;
  font-weight: 600;
}
.faq__answer_txt span>a::after{
  content:">>";
  letter-spacing:-1px;
  margin-left: 4px;
}

/*------------------------------------------*/
/*20250606 TCB_AD-7652                      */
/*------------------------------------------*/
.fv_faceinjection{
  content:'';
  background-image:url(../img/facelift_liposuction_injection_01_bm_gl/fv.webp);
  background-size:contain;
  background-position: top left;
  background-repeat: no-repeat;
  width:100%;
  max-width:750px;
  aspect-ratio: 750/1477;
  position:relative;
}
.fv_faceinjection .spacer_block{
  display:block;
  width: 100%;
  aspect-ratio: 750/1070;
}

.section_header{
  justify-content: space-between;
  flex-wrap:nowrap;
  width:100%;
}
.section_header h1{
  display: grid;
  justify-content: flex-start;
  flex-grow:1;
}
.section_header h1 img{
  width: min(120px,calc(120/750*100vw));
}
.section_header .section_header_right{
  display:flex;
  justify-content: space-between;
  flex-wrap:nowrap;
}
.lp_header{
  padding-left: 0;
}

/*case slider*/
#sec__slider2{
  display:flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: min(50px,calc(50/750*100vw));
  position: relative;
  z-index:1;
  
}
.slider2_wrap{
  width: min(690px,calc(690/750*100vw));
  background-color:#c4c6f2;
}
.slider2 {
  position: relative;
  width: min(630px,630/750*100vw);
  margin: 0 auto;
  z-index: 1;
}
.slider2 .slick-prev, 
.slider2 .slick-next {
    width: min(68px,calc(68/750*100vw)); /* ボタンの幅 */
    height: min(68px,calc(68/750*100vw)); /* ボタンの高さ */
    border-radius: 50%; /* 丸くする */
/*    background-color: #de91c3 !important; /* 背景色 */
    /*border: 2px solid #000 !important;*/ /* 枠線 */
    display: flex; /* 中央揃えのためにフレックスボックスを使用 */
    align-items: center; /* 縦中央揃え */
    justify-content: center; /* 横中央揃え */
    top: 50%; /* 縦中央に配置 */
    top: calc(50% - min(60px,calc(60/750*100vw)));
    transform: translateY(-50%); /* 自身の高さの半分だけ上に移動 */
    z-index: 1; /* 他の要素の上に表示 */
    transition: background-color 0.3s; /* ホバー時のアニメーション */
}
.slider2 .slick-prev{
    transform: translateX(-50%);
    background-image:url(../img/facelift_liposuction_injection_01_bm_gl/caseslide_arrow_l.webp) !important;

}
.slider2 .slick-next{
    transform: translateX(50%);
    background-image:url(../img/facelift_liposuction_injection_01_bm_gl/caseslide_arrow_r.webp) !important;
}
/*
.slider2 .slick-prev:hover, 
.slider2 .slick-next:hover {
    background-color: white !important;
    color: #de91c3 !important;
}
.slider2 .slick-prev:before,
.slider2 .slick-next:before {
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900; 
    color: white; 
}
.slider2 .slick-prev:hover:before,
.slider2 .slick-next:hover:before {
    color: #d391c3 !important; 
}
.slider2 .slick-prev:before {
    content: '\f104'; 
}
.slider2 .slick-next:before {
    content: '\f105'; 
}
*/
.slider2 .slick-dots{
  margin-top:min(50px,calc(50/750*100vw));
}
.slider2 img:not(:first-child){
  left:-100%; /*LOAD直後は2番以降は隠す*/
}
.slider2 li.slick-active button:before{
  background:#de91c3 !important;
}
.slider2 .slick-dots li button:before{
  background:white !important;
  opacity: 1;
  max-width: min(16px,calc(16/750*100vw));
  max-height:min(16px,calc(16/750*100vw));
}
.slider2 .slick-dots li.slick-active button:before{
  background:#de91c3 !important;
}
.slider2 .slick-dots li:not(:last-child){
  margin-right:min(16px,calc(16/750*100vw));
}


/*flow slider*/
.flow__slider_wrap {
  position:relative;
  z-index:1;
}
.flow__slider .slick-arrow,
.flow__slider .slick-arrow{
  background-color: #ff7878 !important;
}

/*animbox poyopoyo*/
.anim-box.poyopoyo {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}
  @keyframes poyopoyo {
  0%, 40%, 60%, 80% {
      transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.box_countdown{
  background:white;
  box-shadow: 0 0 10px #ddd;
  border-radius: clamp(2px,calc(4/750*100vw),4px);
  border:none;
  color: #f87ee8;
  padding-top: min(16px,calc(16/750*100vw));
}
.box_countdown .yyc-day,
.box_countdown .yyc-hou, 
.box_countdown .yyc-min, 
.box_countdown .yyc-sec
{
  color: #f87ee8;
}
.box_countdown::before,
.box_countdown::after{
  display: none;
}
.box_countdown .yycountdown-box{
  line-height:1em;
}
/*
@media screen and (max-width: 767px) {
    .box_countdown {
        padding: 5px 0px;
    }
}
*/
.box_countdown_wrap{
  display:grid;
  justify-content: center;
  align-items: center;
}
.box_countdown{
  max-width:100%;
}
.box_countdown_wrap .box_countdown,
.box_countdown_wrap .box_countdown p,
.box_countdown_wrap .box_countdown .yycountdown-box
{
  display:inline-block;
}
.box_countdown_wrap .box_countdown p{
  padding-left:8px;
}
.box_countdown_wrap .box_countdown .yycountdown-box:last-child{
  padding-right:8px;
}

/*初期設定：色別に指定する要素-------------*/
/*基本色 typewhite*/
:root{ /*typewhite 基本色とする*/
  --box_countdown_color: white;
  --box_countdown_shadow: #202957;
}
/*ピンク色*/
.typepink{
  --box_countdown_color: #f87ee8;
  --box_countdown_shadow: #838cba; 
}
.typepink_noshadow{
  --box_countdown_color: #f87ee8;
  --box_countdown_shadow: white; 
}
/*varを適用------------------------------*/
/*varを使うことで、色別に下記の述を用意する必要がなくなります*/
.box_countdown.typewhite,
.box_countdown.typepink,
.box_countdown.typepink_noshadow{
  background:none !important;
  box-shadow:none;
  text-shadow: 0 0 6px var(--box_countdown_shadow);
  color: var(--box_countdown_color);
  padding-top:0;
}

.box_countdown.typewhite,
.box_countdown.typewhite .yyc-day,
.box_countdown.typewhite .yyc-hou,
.box_countdown.typewhite .yyc-min,
.box_countdown.typewhite .yyc-sec,
.box_countdown.typepink,
.box_countdown.typepink .yyc-day,
.box_countdown.typepink .yyc-hou,
.box_countdown.typepink .yyc-min,
.box_countdown.typepink .yyc-sec,
.box_countdown.typepink,
.box_countdown.typepink_noshadow .yyc-day,
.box_countdown.typepink_noshadow .yyc-hou,
.box_countdown.typepink_noshadow .yyc-min,
.box_countdown.typepink_noshadow .yyc-sec
{
  color: var(--box_countdown_color);
 }


/*scrolldown animation2*/
.scroll_down2_wrap{
  margin-top: min(25px,calc(25 / 750 * 100vw));
  display:grid;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}
.scroll_down2{
  display:grid;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
  position:relative;
}
.scroll_down2 span{
  position:relative;
  opacity:0;
  animation: ani-mouse2 3.0s ease infinite;
  padding-top:0;
  line-height:0;
  margin-top: min(4px,calc(4 / 750 * 100vw));
}
.scroll_down2 span:nth-child(2){
  animation-delay:0.75s;
}
.scroll_down2 span:nth-child(3){
  animation-delay:1.5s;
}
.scroll_down2_wrap img{
  width:min(92px,calc(92 / 750 * 100vw));
}
@keyframes ani-mouse2 {
  0% {
	opacity: 0;
/*	transform: translate(0%,0px);*/
	}
	5% {
	opacity: 1;
/*	transform: translate(0%,min(12px,calc(12/750*100vw)));*/
	}
 	10% {
	opacity: 1;
/*	transform: translate(0%,min(12px,calc(12/750*100vw)));*/
	}
	100% {
	opacity: 0;
/*	transform: translate(0%,min(35px,calc(35/750*100vw)));*/
	}
}

/*scrolldown animation*/
section.fv_faceinjection.bg_pink.wrap750{
  position: relative;
  z-index:1;
}
.css-scroll-down {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    padding: 50px 30px;
}

.single-scroll-down-animation {
    margin-right: 20px;
    width: calc(25% - 20px);
    margin-bottom: 50px;
}

.single-scroll-down-animation h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

/*coupon*/
.cmn__sec_sepalate{
  margin-top: 0;
  margin-bottom: min(50px,calc(50/750*100vw));
}
.cmn__sec_sepalate .box_countdown{
  margin-bottom: 0;
}

/*coupon*/
.cmn__sec_sepalate{
  margin-bottom:0;
}

/*menu in page*/
.nav_menu__wrap,
.nav_menu__wrap li,
.nav_menu__wrap li::before {
  border-color: #5b5ebf;
}
.nav_menu__wrap li a{
  color: #5b5ebf;
}

/*about*/
#faceinjection_02{
  background-color:#e8e9fa;
}
.injection_point_img li{
  position: relative;
  margin-bottom: 20px;
}
.injection_point_img li a{
  position: absolute;
  bottom: 0;
  right: min(10px,calc(10 / 750 * 100vw));
  width: min(269px,calc(269 / 750 * 100vw));
}

/*限定解除要件の背景*/
.point01_ex{
  background:url(../img/facelift_liposuction_injection_01_bm_gl/point01_ba02.webp);
  width:100%;
  background-size:cover;
}
.point02_ex{
  background:url(../img/facelift_liposuction_injection_01_bm_gl/point02_img02.webp);
  width:100%;
  background-size:cover;
}
.point03_ex{
  background:url(../img/facelift_liposuction_injection_01_bm_gl/info01bg.webp);
  width:100%;
  aspect-ratio: 750/575;
  background-size:contain;
}
.case_ex{
  background:url(../img/facelift_liposuction_injection_01_bm_gl/info02bg.webp);
  width:100%;
  aspect-ratio: 750/609;
  background-size:contain;

}

/*CTA*/
.point01_cta{
  background:url(../img/facelift_liposuction_injection_01_bm_gl/point01_ba04.webp);
  background-size:contain;
  width:100%;
  aspect-ratio: 750/881;
}
.point01_cta .spacer_block{
  display:block;
  width:100%;
  aspect-ratio: 750/560;
}
.point01_cta  .wrap600{
  width: min(600px,calc(600/750*100vw));
  margin: 0 auto;
}
.special_coupon .cta {
  background:url(../img/facelift_liposuction_injection_01_bm_gl/coupon_02a.webp);
  background-size:contain;
  width:100%;
  aspect-ratio: 750/246;
}
/*notice*/
.attention {
  background-size:cover;
  width: min(690px,calc(690/750*100vw));
  margin: 0 auto;
  background-color: #b9c2e9;
}
.attention .flow_list-detail{
  padding:0;
  border:none;
}
.attention_sp .accordion_one .accordion_header,
.attention_sp .accordion_one .accordion_inner {
  background-color:white !important;
  color: #000;
  border:none;
}
.attention_sp .accordion_one .accordion_header:hover{
  opacity:1;
  color:#464646;
}

.attention_sp .accordion_one .accordion_header .i_box .one_i:before, .attention_sp .accordion_one .accordion_header .i_box .one_i:after{
  background-color:#b9c2e9;
}
.attention_sp{
  background-color:#b9c2e9;
}
.attention_sp .accordion_one .accordion_inner{
   background:url(../img/facelift_liposuction_injection_01_bm_gl/attention_hr.webp);
    background-repeat: no-repeat;
    background-position: top center; /* 上部中央に配置 */
    background-size: 90%; /* サイズ調整 */
}

/*よくあるご質問*/
.section_question{
  padding-top:0;
  background-color:#e8e9fa
}
.seciton_qa {
    padding-top: 0;
    padding-bottom: min(30px, calc(calc(30 / 750)* 100vw));
    padding-left: min(20px, calc(calc(20 / 750)* 100vw));
    padding-right: min(20px, calc(calc(20 / 750)* 100vw));
    background: #e8e9fa;
    /*display: flex;
    flex-direction: column;
    gap: 10px;*/
}

.seciton_qa_inner {
    background-color: #fff;
    border-radius: min(20px,calc(20/750*100vw));
    padding-left: min(26px, calc(calc(26 / 750)* 100vw));
    padding-right: min(26px, calc(calc(26 / 750)* 100vw));
    padding-bottom: min(10px, calc(calc(10 / 750)* 100vw));
/*    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);*/
    position: relative;
    margin-bottom: min(10px, calc(10 / 750 * 100vw));
}
.seciton_qa_innner:last-child{
     margin-bottom: 0;
}
#js--anchor_faq{
    background-color: #e8e9fa;
}
.seciton_qa_q {
    border-bottom: none;
    z-index: 1;
    cursor: pointer;
    font-size: min(28px, calc(calc(28 / 750) * 100vw));
    font-weight: 600;
    position: relative;
    line-height: 1.5;
    padding: 1em;
    ;
    color: #515151;
    transition: all 0.4s;
    background-color: #fff;

}

@media screen and (max-width: 750px) {
    .seciton_qa_q {
        font-size: 4vw;
    }
}

.seciton_qa_a {
    border-bottom: none;
    z-index: 1;
    cursor: pointer;
    font-size: min(28px, calc(calc(28 / 750) * 100vw));
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    padding: 1em;
    display: none;
    margin: 0 auto;
    background: #e8e9fa;
    color: #515151;
    border-radius: min(20px, calc(20 / 750 * 100vw));;
    margin-bottom: min(30px, calc(calc(30 / 750)* 100vw));
}

@media screen and (max-width: 750px) {
    .seciton_qa_a {
        font-size: 4vw;
    }
}
.seciton_qa_q p {
    display: inline-block;
    margin-left: 40px;
    margin-top: 2px;
    line-height: 1.5em;
    font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
}
.seciton_qa_a p {
    display: inline-block;
    margin-left: 40px;
    line-height: 1.5em;
    font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.seciton_qa_q::before,
.seciton_qa_q::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #8b94e4;
    transition: .2s;
    width: clamp(13px, 2.6vw, 26px);
    height: 3px;
    right: 0px;
    top: 45%;

}
.seciton_qa_q::after {
    content: '';
    transform: rotate(90deg);
}
.seciton_qa_q.js--accordion-open {
    font-weight: bold;
    color: #515151;
}
.seciton_qa_q.js--accordion-open::before,
.seciton_qa_q.js--accordion-open::after {
    background-color: #8b94e4;
}
.seciton_qa_q.js--accordion-open::after {
    transform: rotate(0deg);
}
.seciton_qa_q_txt::before {
    content: "Q";
    width: 42px;
    height: 42px;
    background: #8b94e4;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 31px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 750px) {
    .seciton_qa_q_txt::before {
        width: 5.07vw;
        height: 5.07vw;
        top: 4.53vw;
        left: 2.67vw;
    }
}
@media screen and (max-width: 750px) {
    .js--accordion-open .seciton_qa_q_txt::before {
        width: 5.07vw;
        height: 5.07vw;
        top: 4.53vw;
        left: 2.67vw;
    }
}
.seciton_qa_a_txt p {
    line-height: 1.8em;
}
.seciton_qa_a_txt::before {
    content: "A";
    width: 42px;
    height: 42px;
    background: #fff;
    position: absolute;
    top: 33px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f87ee8;
    font-weight: bold;
    border-radius: 50%;
}
@media screen and (max-width: 750px) {
    .seciton_qa_a_txt::before {
        width: 5.07vw;
        height: 5.07vw;
        top: 5.33vw;
        left: 2.67vw;
    }
}
@media screen and (max-width: 767px) {

    .seciton_qa_q p,
    .seciton_qa_a p {
        margin-left: 25px;
    }
}
.seciton_qa_a p a,
.seciton_qa_a p a:hover
{
  display: block;
  color: #388bff;
  font-weight:600;
  padding-top:min(12px,calc(12/750*100vw));
}
.seciton_qa_a p a::after{
  content:">>";
  letter-spacing:-1px;
  margin-left:4px;
}

/* 施術の流れスライダー（include-flow_slider.php）用 css コピー*/
:root {
    --font-yu-gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.flow__slider_wrap {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: min(75px, calc(calc(75/750) * 100vw));
    padding-bottom: min(90px, calc(calc(90/750) * 100vw));
}
.flow__slider_wrap.white_ {
    background: #fff;
}
.flow__slider_wrap.pink_ {
    background: #FEF3F3;
}
.flow__slider_wrap.blue_ {
    background: #ECF6FF;
}
.flow__slider_ttl {
    margin-bottom: min(68px, calc(calc(68/750) * 100vw));
}
.flow__slider_ttl h2 {
    text-align: center;
    color: #3D3D3D;
    font-family: var(--font-yu-gothic)!important;
    font-size: min(42px, calc(calc(42/750) * 100vw));
    font-weight: 600;
    letter-spacing: min(3px, calc(calc(3/750) * 100vw));
    margin-bottom: min(20px, calc(calc(20/750) * 100vw));
}
.flow__slider_wrap .slick-slider {
    width: 100%;
}
.flow__slider li {
    width: min(750px, calc(calc(750/750) * 100vw))!important;
    padding: 0 min(60px, calc(calc(60/750) * 100vw));
    box-sizing: border-box;
    height: min(1005px, calc(calc(1005/750) * 100vw));
}
.flow__slider li.falf_l {
    padding: 0 0 0 min(60px, calc(calc(60/750) * 100vw));
}
.flow__slider li.falf_r {
    padding: 0 min(60px, calc(calc(60/750) * 100vw)) 0 0;
}

.flow__slider_frame {
    border: 1px solid #FF7878;
    border-radius: min(30px, calc(calc(30/750) * 100vw));
    padding: min(30px, calc(calc(30/750) * 100vw));
    box-sizing: border-box;
    height: 100%;
}
.pink_ .flow__slider_frame {
    border: 1px solid #fff;
    background: #fff;
}
.blue_ .flow__slider_frame {
    border: 1px solid #fff;
    background: #fff;
}
.falf_l .flow__slider_frame {
    border-radius: min(30px, calc(calc(30/750) * 100vw)) 0 0 min(30px, calc(calc(30/750) * 100vw));
    border-right: 0;
    padding-right: min(90px, calc(calc(90/750) * 100vw));
}
.falf_r .flow__slider_frame {
    border-radius: 0 min(30px, calc(calc(30/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw)) 0;
    border-left: 0;
    padding-left: min(90px, calc(calc(90/750) * 100vw));
}
.flow__slider_img {
    margin-bottom: min(69px, calc(calc(69/750) * 100vw));
}
.flow__slider_frame h3 {
    text-align: center;
    color: #3D3D3D;
    font-family: var(--font-yu-gothic)!important;
    font-size: min(36px, calc(calc(36/750) * 100vw));
    font-weight: 600;
    line-height: 1.33;
    border-bottom: 1px solid #FF7878;
    padding-bottom: min(10px, calc(calc(10/750) * 100vw));
    margin-bottom: min(40px, calc(calc(40/750) * 100vw)); 
}
.pink_ .flow__slider_frame h3 {
    border-bottom: 1px solid #FF6D86;
}
.blue_ .flow__slider_frame h3 {
    border-bottom: 1px solid #6DC0FF;
}
.flow__slider_frame p {
    font-family: var(--font-yu-gothic)!important;
    font-size: min(26px, calc(calc(26/750) * 100vw));
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: min(1.8px, calc(calc(1.8/750) * 100vw));
}
.flow__slider_frame p span {
    font-family: var(--font-yu-gothic)!important;
    color: #FF7878;
}
.pink_ .flow__slider_frame p span {
    color: #FF6D86;
}
.blue_ .flow__slider_frame p span {
    color: #6DC0FF;
}
.flow__slider .slick-disabled {/* ページ送り */
    display: none!important;
}
.flow__slider .slick-arrow {
    width: min(60px, calc(calc(60/750) * 100vw));
    height: min(104px, calc(calc(104/750) * 100vw));
    background: #FF7878;
    z-index: 5;
}
.pink_ .flow__slider .slick-arrow {
    background: #FF6D86;
}
.blue_ .flow__slider .slick-arrow {
    background: #6DC0FF !important;
}
.flow__slider .slick-prev,/* slick.css用 */
.flow__slider .slick-next {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    /* height: 20px; */
    line-height: 0px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* width: 20px; */
}
.flow__slider .slick-prev {
    left: 0;
}
.flow__slider .slick-next {
    right: 0;
}
.flow__slider .slick-prev::before,
.flow__slider .slick-next::before {
    content: "";
    width: min(30px, calc(calc(30/750) * 100vw));
	height: min(30px, calc(calc(30/750) * 100vw));
	border-top: min(3px, calc(calc(3/750) * 100vw)) solid #fff;
	border-right: min(3px, calc(calc(3/750) * 100vw)) solid #fff;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flow__slider .slick-next::before {
    right: min(20px, calc(calc(20/750) * 100vw));
}
.flow__slider .slick-prev::before {
	left: min(20px, calc(calc(20/750) * 100vw));
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.flow-dots {/* ページネーション */

    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.flow-dots li {
    position: relative;
    display: inline-block;
    width: clamp(3px,1.6vw,16px);
    height: clamp(3px,1.6vw,16px);
    padding: 5px;
    cursor: pointer;
}
.flow-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.flow-dots li button:hover,
.flow-dots li button:focus {
    outline: none;
}
.flow-dots li button:hover::before,
.flow-dots li button:focus::before {
    opacity: 1;
}
.flow-dots li.slick-active button::before {
    opacity: 1;
    background: #FF7878;
}
.pink_ .flow-dots li.slick-active button::before {
    background: #FF6D86;
}
.blue_ .flow-dots li.slick-active button::before {
    background: #6DC0FF;
}

.flow-dots {
    display: flex;
    justify-content: center;
    margin-top: min(49px, calc(calc(49/750) * 100vw));
}
.flow-dots li {
    width: min(20px, calc(calc(20/750) * 100vw))!important;
    padding: 0;
    margin-right: min(40px, calc(calc(40/750) * 100vw))!important;
}
.flow-dots li:last-child {
    margin-right: 0!important;
}
.flow-dots li button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'slick';
    text-align: center;
    border-radius: 9999px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease 0.3s;
    z-index: 10;
    width: min(20px, calc(calc(20/750) * 100vw));
    height: min(20px, calc(calc(20/750) * 100vw));
    color: #C5CBD5;
    background: #C5CBD5;
    opacity: 1;
}
.flow-dots li button:hover::before {
    background: #898F98;
}


/* 限定解除要件の記載 20240607 */

.ex_conditional {
  background: #efefef;
  padding: min(20px, calc(calc(20/750) * 100vw));
}

.ex_conditional.bg_white {
  background: #fff!important;
}

.ex_conditional p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
  font-size: min(20px, calc(calc(24/750) * 100vw))!important;
  font-weight: 500!important;
  letter-spacing: -0.03rem;
  line-height: 1.4!important;
  color: #333!important;
  text-align: left!important;
}

.ex_conditional p span {
  font-weight: 600!important;
  color: #333!important;
}

/* 限定解除要件の記載_太字なし版 20241113 */

.ex_conditional.nor p span {
  font-weight: 500!important;
}


/* ヒアルロン酸の種類（注釈のみ）を追加 20250205*/
.ex_conditional p.ex_anno a {
  text-decoration: underline;
  color: #333;
}
.ex_conditional p.ex_anno {
  font-size: 12px!important;
  line-height: 1.6!important;
}
.ex_conditional p span._anno a {
  text-decoration: underline;
  color: #333;
}

.ex_conditional p span._anno {
  display: inline-block;
  font-size: 10px!important;
  font-weight: 500!important;
  line-height: 1.6!important;
  margin-top: min(10px, calc(calc(10/750) * 100vw));
}
@media screen and (min-width: 750px) {
  .ex_conditional p span._anno {
    line-height: 1.8!important;
  }
}