@charset "UTF-8";
/* ========================================
    main
======================================== */
body {
  padding-bottom: 150px;
  font-family:'游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック",sans-serif;
  background-color: #F2F5F9;
}
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 19.55671vw;
  }
}

main {
  background: #F2F5F9;
}
main img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  main img {
    width: 100% !important;
  }
}
main .main_inner {
  width: 100%;
  margin: 0 auto;
  /*box-shadow: 0px 0px 100px -45px #777777;*/
}
@media only screen and (max-width: 767px) {
  main .main_inner {
    width: 100%;
    box-shadow: none;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ========================================
    header
======================================== */
.section_header {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.section_header_tel {
  margin: 0;
}

/* ========================================
    fv
======================================== */
/* ========================================
    point
======================================== */
.seciton_point_case {
  background: #f2f2f2;
}

/* ========================================
    plan
======================================== */
.seciton_plan_case {
  background: url(../img/double-eyelid_5/section_plan_bg.jpg) repeat center top;
  background-size: contain;
  padding: 45px 80px;
}
@media only screen and (max-width: 767px) {
  .seciton_plan_case {
    padding-top: 5.86701vw;
    padding-bottom: 5.86701vw;
    padding-left: 10.43025vw;
    padding-right: 10.43025vw;
  }
}

/* ========================================
    reason
======================================== */
.seciton_reason_video {

}
.seciton_reason_video video {
  max-width: 560px;
  width: 100%;
  margin: 0 auto clamp(20px,3vw,30px);
  display: block;
}

/* ========================================
    flow
======================================== */
/*
.seciton_flow {
  background: url(../img/double-eyelid_5/double-eyelid_flow_bg.png) repeat center top #f2f2f2;
}
.seciton_flow_inner {
  padding: 0 30px 157px;
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .seciton_flow_inner {
    padding-left: 3.91134vw;
    padding-right: 3.91134vw;
    padding-bottom: 20.46936vw;
  }
}
*/

/* ========================================
   qa
======================================== */
.seciton_qa {
  background: #fff;
}
.seciton_qa_inner {
  margin: 0 30px;
}
.seciton_qa_q, .seciton_qa_a {
  border: #f53968 1px solid;
  border-top-width: 0;
  z-index: 1;
  cursor: pointer;
  font-size: clamp(14px, 2.2vw, 22px);
  position: relative;
  line-height: 1.5;
  padding: 15px 50px 15px 15px;
}
.seciton_qa_q span, .seciton_qa_a span {
  display: inline-block;
  margin-left: 40px;
}
.seciton_qa_q {
  color: #f53968;
  transition: all 0.4s;
}
.seciton_qa_q:first-child {
  border-top-width: 1px;
}
.seciton_qa_q::before, .seciton_qa_q::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #f53968;
  transition: .2s;
  width: clamp(13px, 2.6vw, 26px);
  height: 2px;
  right: 15px;
  top: 45%;
}
.seciton_qa_q::after {
  content: '';
  transform: rotate(90deg);
}
.seciton_qa_q.js--accordion-open {
  background: #f53968;
  color: #fff;
}
.seciton_qa_q.js--accordion-open::before, .seciton_qa_q.js--accordion-open::after {
  background-color: #fff;
}
.seciton_qa_q.js--accordion-open::after {
  transform: rotate(0deg);
}
.seciton_qa_q_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "Q.";
}
.seciton_qa_a {
  display: none;
  margin: 0;
  background: #ffecf1;
  color: #f53968;
}
.seciton_qa_a_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "A.";
}

/* ========================================
   clinic
======================================== */
#clinic article h2 {
  display: none;
}

.section_clinic {
  padding: clamp(35px, 7vw, 70px) 0;
}

.section_clinic {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
  background: #fff;
}

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;
  margin-left: 0;
}

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;
  margin-left: 0;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child + dd {
  border: none;
  padding-top: 0;
}

#clinic a {
  color: #fa9999;
}

dl.accordion {
  width: 100%;
  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: #f53968;
  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: #f68888;
}

.reserve {
  padding: clamp(35px, 7vw, 70px) 0 1px 0;
  background: #F2F5F9;
}

.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: 1100px) {
  .simplebar-scrollbar::before {
    background: #A5A5A5 !important;
    /*jsのcssが下で読み込まれているため*/
    border-radius: 10px;
  }

  .simplebar-track {
    background-color: #fff;
    border: 1px solid #000;
    border-top: none;
  }
}

.pc_none {
  display: none !important;
}

.sp_none {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }
}
/* ========================================
   reserve 
======================================== */
.reserve {
  /*margin-bottom: -60px;*/
  padding-top: 0 !important;
}

.spf_frame_wrapper {
  margin-bottom: 0 !important;
}

/* ========================================
   footer
======================================== */
.foot_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 40;
  width: 100%;
}

footer small {
  font-size: min(22px, calc(calc(13/375) * 100vw)) !important;
}

#js--pagetop {
  cursor: pointer;
  text-align: right;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.l-foot-fixednav {
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  #js--pagetop {
    position: static;
    bottom: 0;
    right: 0;
    padding: 0 20px 40px 0;
    width: 85px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  #js--pagetop {
    float: right;
    width: 50px;
    padding: 0;
  }
  .l-foot-fixednav {
    margin-left: 0;
  }
}

.l-foot-subnav {
  width: 750px;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-foot-subnav {
    width: 100%;
  }
}
.l-foot-subnav__item {
  text-align: center;
}
.l-foot-subnav__item a {
  color: #191919;
}
.l-foot-subnav__item a:hover {
  color: #191919;
}

/* ========================================
   modal_list
======================================== */
.modal_list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .modal_list {
    padding-left: 3.91134vw;
    padding-right: 3.91134vw;
  }
}
.modal_list .icn_modal {
  flex-basis: 48%;
}
.modal_list .icn_modal img, .modal_list .icn_modal video {
  width: 100%;
}

.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/oneday-facelift/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;
}

.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);
}

@media only screen and (max-width: 767px) {
  .with-featherlight .featherlight .featherlight-inner {
    max-height: calc(75vh - 60px);
  }
}


/**************************** 20221004 追加CSS ****************************/

/* 共通 */
.u-color--pink {
  color:#da4e78!important;
}
.fc_pink span {
  color: #f43a69;
}
.bg_none {
  background-color: transparent !important;
}
.bg_white {
  background-color: #fff !important;
}
.bg_offwhite {
  background-color: #FDFCFF !important;
}
.mside_auto {
  margin: 0 auto;
}
.fc_pink_serif span.small{
  font-size: min(18px, calc(calc(18 / 750) * 100vw));
}
.fc_pink_serif strong{
  font-size: min(90px, calc(calc(90 / 750) * 100vw));
}
.fc_pink_serif span.medium{
  font-weight: bold;
}
.fc_pink_serif{
  font-size: min(50px, calc(calc(50 / 750) * 100vw));
  line-height: 160%;
}

.seciton_point .fc_pink_serif{
  font-size: clamp(20px, 3.6vw, 36px);
}

.notice {
  position: absolute;
  top: calc(-1 * min(50px, calc(calc(20 / 375) * 100vw)));
  right: 0;
}

.u_line{
  text-decoration: underline;
}
.u_line2{
  border-bottom: 2px solid #ceabbb;
  display: inline;
}
.seciton_point .u_line2 {
  border-bottom: 2px solid #f43a69;
}

.ff_serif{
font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.pb_none {
  padding-bottom: 0 !important;
}
.max500 {
  max-width: 500px;
}
.pt0 {
  padding-top: 0;
}
.pt25{padding-top: clamp(10px, 2.5vw, 25px);}
.pt30{padding-top: clamp(20px, 3vw, 30px);}
.pt65{padding-top: clamp(10px, 6.5vw, 65px);}

.pb25{padding-bottom: clamp(10px, 2.5vw, 25px);}
.pb50{padding-bottom: clamp(30px, 3vw, 50px);}
.pb60{padding-bottom: clamp(30px, 6vw, 60px);}

.mt0 {margin-top: 0;}
.mt10{margin-top: clamp(10px, 1vw, 10px);}
.mt20{margin-top: clamp(10px, 2vw, 20px);}
.mt25{margin-top: clamp(10px, 2.5vw, 25px);}
.mt65{margin-top: clamp(10px, 6.5vw, 65px);}

.mb0{margin-bottom: 0;}
.mb25{margin-bottom: clamp(10px, 2.5vw, 25px);}
.mb30{margin-bottom: clamp(15px, 3vw, 30px);}
.mb35{margin-bottom: clamp(20px, 3.5vw, 35px);}
.mb60{margin-bottom: clamp(30px, 6vw, 60px);}

.wrap1000{
  width:1000px;
  max-width:100%;
  margin:0 auto;
  box-sizing: border-box;
}

.flex-box{
  display: flex;
}

.bggray_ttl{   
  background: #959595;
  color: #FFF;
  border-radius: 30px;
}

.bgpink_ttl{   
  background: #f43a69;
  color: #FFF;
  border-radius: 30px;
}

.comment {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-weight: 500;
  font-size: clamp(16px,2.2vw,22px);
  line-height: 1.6em !important;
  text-align: center;
}
.comment::before,
.comment::after {
  content: "";
  display: block;
  width: clamp(1px, 0.2vw, 2px);
  height: clamp(35px, 5.5vw, 55px);
  background: #f43a69;
  position: absolute;
  top: 50%;
}
.comment::before {
  transform: rotate(-20deg) translateY(-50%);
  left: -25px;
}
.comment::after {
  transform: rotate(20deg) translateY(-50%);
  right: -25px;
}

@media screen and (max-width: 767px) {
  .u_line2{ border-width: 1px;}
  .sp_padding-box{padding: 0 15px;}
  .comment::before {left: -15px;}
  .comment::after {right: -15px;}
}

.main_inner header{
  background: #FFFFFF;
}

.ttl_design {
  color: #DFDFDF;
  font-size: clamp(20px, 4.6vw, 46px);
  font-weight: 500;
  margin: 0 0 clamp(10px, 1vw, 10px);
  letter-spacing: 0.15em;
}

.ttl_design2 {
  color: #f0b7c6;
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 8px;
}

.ttl_design3 {
  font-size: clamp(30px, 5.6vw, 56px);
  margin: 0;
}

.section_ideal,
.section_enquete,
.section_thread-lift,
.seciton_reason-inner,
.section_clinic,
.section_case,
.section_price,
.section_merit,
.section_flow,
.section_question,
.section_doctor {
    padding: clamp(40px,9.0vw,90px) 0 clamp(50px,10vw,100px);
}

@media screen and (max-width: 1040px) {

  .section_clinic,.seciton_qa{
    padding: clamp(55px,9.0vw,90px) 15px clamp(50px,10vw,100px);
  }
}


.section_ttl_eng {
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
.seciton_ttl_area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: clamp(70px,14.0vw,140px);
  background: rgba(255,255,255,0.8);
  margin: 0 0 clamp(40px,8.0vw,80px);
  position: relative;
}
.seciton_ttl_area::before{
  content: "";
  width: 238px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: absolute;
  left: 0;
  right: 720px;
  margin: 0 auto;
  bottom: 0;
}
.seciton_ttl_area .ff_serif {
  font-size: clamp(22px,4.2vw,42px);
  font-weight: 500;
  line-height: 124%;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .seciton_ttl_area::before{
    left: 20px;
  }
}
.seciton_reason .section_ttl_eng { color: #f0b7c6;}
.seciton_reason .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/reason_bg04.png);}
.seciton_point .section_ttl_eng { color: #C7C7C7;}
.seciton_point .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/point_bg02.png);}
.seciton_plan .section_ttl_eng { color: #f0b7c6;}
.seciton_plan .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/reason_bg04.png);}
.seciton_flow .section_ttl_eng { color: #C7C7C7;}
.seciton_flow .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/point_bg02.png);}
.seciton_qa .section_ttl_eng { color: #C7C7C7;}
.seciton_qa .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/white_diamond.png);}
.seciton_qa .seciton_ttl_area { background: rgba(234,234,234,0.8);}
.section_clinic .section_ttl_eng { color: #C7C7C7;}
.section_clinic .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/white_diamond.png);}
.section_clinic .seciton_ttl_area { background: rgba(234,234,234,0.8);}
.reserve .section_ttl_eng { color: #C7C7C7;}
.reserve .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/white_diamond.png);}
.reserve .seciton_ttl_area { background: rgba(234,234,234,0.8); margin-bottom: 0;}
.seciton_point .section_ttl_eng.ttl_pink {
  color: #f0b7c6;
}

.section_ttl_eng {
  color: #f0b7c6;
}

.seciton_ttl{    
  background: #FFFFFF;
  padding: clamp(10px,2vw,20px) 0;
  position: relative;
  margin: 0 0 clamp(30px,5vw,50px);
  font-size: clamp(26px,4.2vw,42px);
  font-weight: 500;
  line-height: 124%;
  text-align: center;
}

.seciton_reason p,
.seciton_point p,
.seciton_reason .sec_ttl{
  text-align: center;
}
.seciton_reason .sec_ttl{
  text-align: center;
}


p.caution_gray{
  color: #6A6A6A;
  font-size: clamp(12px, 1.8vw, 18px);
  margin: clamp(20px,3.0vw,30px) 0 0 0;
}

.serif_text{
  font-weight: bold;
  font-size: clamp(18px, 3.2vw, 34px);
  margin: clamp(30px, 8.0vw, 80px) 0 clamp(30px, 8.0vw, 80px);
}

.fs26{
  font-size: clamp(20px, 2.6vw, 26px);
}
.fs37{
  font-size: clamp(20px, 3.7vw, 37px);
}
.fs40{
  font-size: clamp(20px, 4.0vw, 40px);
}
.fs44{
  font-size: clamp(22px, 4.4vw, 44px);
}

.ta_left{text-align: left !important;}

.lh180{line-height: 180%;}

.fw_bold{font-weight: bold;}

.align_c{text-align: center;}

/*fv*/

.fv_area {
  overflow: hidden;
  position: relative;
}
.fv_area::after {
  background-color: #FAD6E0;
  clip-path: polygon(0 0, 100% 58%, 100% 100%, 0% 100%);
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 13.4%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fv_area-top {
  font-weight: 300;
  background-color: #fff;
  line-height: 1.4;
}
.fv_area-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.fv_area > .fv_area-bottom > p.btn {
  padding: 0 0 clamp(10px, 3vw, 50px);
}
.fv_area-inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57.18%;
}
.fv_area-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_area-inner::before {
    display: none;
  }
  .fv_area-inner img {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
}

.fv_area p.point3{
  background: #f54c77;
  text-align: center;
  padding: 36px 0 28px;
}

.fv_area .coupon_area{
  background: #fdd9e3;
  padding:clamp(0px, 7vw, 70px) 0 0px;
}
.fv_area .coupon_area p{
  text-align: center;
}
.coupon_area p {
  max-width: 100%;
}
.fv_area .coupon_area p.caution{
  font-size: clamp(12px, 2.0vw, 20px);
  font-weight: 500;
  color: #f54c77;
}
.fv_area p.btn{
  background: #fdd9e3;
  text-align: center;
  padding: clamp(30px, 4vw, 40px) 0 clamp(30px, 5.0vw, 50px);
}
.fv_area p.btn > a > img {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv_area p.point3{
    padding: 15px 20px;
  }
}

.section_enquete{
  background: #FFFFFF;
}
.section_enquete p{
  text-align: center;
}
.section_enquete p.enquete_read {
  font-weight: 500;
  line-height: 200%;
  font-feature-settings: "palt";
}
.section_enquete p.enquete_read .read_value {
  margin: 0 0.2em;
  font-size: min(60px, calc(calc(60 / 750) * 100vw));
}
.section_enquete p.enquete_read .read_value::after {
  bottom: 0.4em;
}
.section_enquete p.graph{
  margin-top: min(85px, calc(calc(85 / 750) * 100vw));
}

@media screen and (max-width: 767px) {
  .section_enquete p.graph{
    margin: 40px 20px 0;
  }
  .section_enquete p.enquete_read {
    line-height: 160%;
  }
  .section_enquete p.enquete_read > span::after {
    height: 1px;
  }
}

/* REASON */

.section_reason-inner{
  background: url(../img/double-eyelid_5/reason_bg.png) no-repeat;
  background-position: top center;
}
.section_reason_ttlarea{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 820px;
  box-sizing: border-box;
  background: url(../img/double-eyelid_5/bg_doctor.png) no-repeat top center;
  background-size: 1000px auto;
}

@media screen and (max-width: 767px) {
  
  .section_reason_ttlarea{
    height: 400px;
    padding: 40px 25px 0;
    background-size: 120% auto;
  }
}

.seciton_reason {
  background: #FFF;
}
.seciton_reason .sec_ttl{
  margin-bottom: clamp(30px, 5.0vw, 50px);
  font-size: clamp(18px, 3.6vw, 36px);
  font-weight: bold;
  line-height: 1.4;
}
.seciton_reason .sec_ttl span {
  font-size: clamp(30px, 6.0vw, 60px);
}
.seciton_reason p.ttl_sub {
  position: relative;
  font-size: clamp(22px, 3.6vw, 36px);
  font-weight: bold;
  margin: 0 0 clamp(45px, 7.0vw, 70px);
}
.seciton_reason p.ttl_sub span {
  color: #000;
}
.seciton_reason p.ttl_sub span::before {
  background: url(../img/double-eyelid_5/reasonttl_arrow.png) no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  bottom: -46px;
  width: 238px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .seciton_reason p.ttl_sub span::before {
    background: url(../img/double-eyelid_5/reasonttl_arrow.png) no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: -30px;
    background-size: 140px auto;
    width: 140px;
    height: 100%;
  }
}

.seciton_reason .section_reason_sec02{
  background: url(../img/double-eyelid_5/reason_bg05.png) repeat;
  padding:clamp(40px,8.0vw,80px) 0 0;
}
.seciton_reason .section_reason_ttlarea03{
  margin: 30px 0;
  background: rgba(255,255,255,0);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
}
.seciton_reason .section_reason_ttlarea03 .ff_serif{
  width: fit-content;
  padding: 0.6em 2.5em;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.seciton_reason .section_reason_ttlarea03.problem_resolution {
  margin: 0;
}
.seciton_reason .section_reason_ttlarea03 .ff_serif::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.seciton_reason .section_reason_ttlarea03 .ff_serif::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width:50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {
  .seciton_reason .section_reason_ttlarea03 .ff_serif::before,
  .seciton_reason .section_reason_ttlarea03 .ff_serif::after{
    width: 30px;
    height: 30px;
    border-width: 1px;
  }  
}


/*ideal*/

.section_ideal-box {
  width: fit-content;
  padding: min(15px, calc(calc(15 / 750) * 100vw)) min(40px, calc(calc(40 / 750) * 100vw)) 0 !important;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
}
.section_ideal-box li {
  padding: 0.4em 0 0.4em 1.8em;
  font-size: clamp(12px,3.2vw,24px);
  font-weight: 500;
  position: relative;
  line-height: 145%;
}
.section_ideal-box li strong{
  font-weight: inherit;
  color:#f43a69;
}
.section_ideal-box li:last-child {
  border-bottom: none;
}
.section_ideal-box li::before {
  content: "";
  display: block;
  width: min(31px, calc(calc(31 / 750) * 100vw));
  height: min(29px, calc(calc(29 / 750) * 100vw));
  background: url(../img/double-eyelid_5/icon_check.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: .4em;
  left: 0;
}

.ideal-box{
  border: solid #f43a69 2px;
  background-color: #FFFFFF;
  padding: 20px 10px 20px 50px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto clamp(30px,10vw,100px);
  position: relative;
}
.ideal-box img{
  width: 54%;
  height: 100%;
}
.ideal-box::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #f43a69; 
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.ideal-box::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f43a69; 
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ideal-box .section_ideal-box {
  padding: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section_ideal {
    padding-top: 0;
    background: url(../img/double-eyelid_5/section_ideal_bg_sp.jpg) no-repeat top center;
    background-color: #F3F3F3;
    background-size: cover;
  }
  .section_ideal-ttl {
    padding: 30px 0;
  }
  .section_ideal-ttl::after{
    background: url(../img/double-eyelid_5/section_ideal_bg_sp.jpg) no-repeat top center;
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 238px;
    height: 100%;
  }
  .section_ideal-ttl::before {
    background: url(../img/double-eyelid_5/reason_bg05.png) no-repeat top center;
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 238px;
    height: 100%;
  }
  .ideal-box.flex-box{
    display: block;
    padding: 10px 20px 30px;
  }
  .ideal-box.flex-box.overlap {
    padding: 40px 20px 30px;
  }
  .ideal-box::before,
  .ideal-box::after {
    border-width: 20px;
  }
}

/* problem */
.seciton_problem {
  background-image: url(../img/hyaluronic/problem_bg.png);
  padding-top: clamp(15px,2.7vw,27px);
}
.section_problem_inner {
}
.problem_ttl_area::before {
  background-image: url(../img/hyaluronic/pink_diamond.png);
}
.problem_img-pc {
  display: block;
  box-shadow: 0 0 35px rgba(224,168,170,.5);
}
.problem_img-sp {
  display: none;
}
.problem-box {
  padding-top: 20px;
}
.problem_ttl_eng {
  color: #F3B0C2;
}
.problem_resolution {
  padding: 26px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .problem_ttl_area {
    margin-bottom: 0;
  }
  
  .problem_img-pc {
    display: none;
  }
  .problem_img-sp {
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    box-shadow: 0 0 35px rgba(224,168,170,.5);
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}
  .problem-pt100 {
    padding-top: 70px;
  }
}
/* reason */

.section_reason_sec03{
  background: #FFFFFF;
  padding: clamp(37.5px,7.5vw,75px) 0;
}

.reason-list-box{
  margin:clamp(30px,4vw,40px) auto 0 ;
  counter-reset: number 0; 
}

.reason-list{
  background: #facfdb;
  padding: 0 min(30px, calc(calc(30 / 750) * 100vw)) min(40px, calc(calc(40 / 750) * 100vw));
  position: relative;
  margin:min(65px, calc(calc(65 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw)) min(70px, calc(calc(70 / 750) * 100vw));
}

/* price */
.price {
  background-image: url(../img/hyaluronic_02/price_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: clamp(50px,10vw,100px);
}

.price__ttl {
  margin-bottom: clamp(25px,5vw,50px) ;
}

/* counseling */
.counseling {
  position: relative;
}

.counseling .counseling__btn {
  position: absolute;
  bottom: min(130px, calc(calc(130 / 750) * 100vw));
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - min(75px, calc(calc(75 / 750) * 100vw)));
  margin: 0 auto;
} 

/* 症例の連番 */
.step_num {
  font-weight: 600;
  position: absolute;
  top: -21px;
  text-align: center;
  color: #FACFDB;
  padding: min(15px, calc(calc(15 / 750) * 100vw)) min(20px, calc(calc(20 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw));
  background-image: url(../img/hyaluronic/step_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: min(22px, calc(calc(22 / 750) * 100vw)) !important;
  width:  min(129px, calc(calc(129 / 750) * 100vw));
  height: min(154px, calc(calc(154 / 750) * 100vw));
  z-index: 10;
  left: calc( -1 * min(15px, calc(calc(15 / 750) * 100vw)));
  box-sizing: border-box;
}
.step_num_right {
  font-weight: 600;
  position: absolute;
  top: -21px;
  text-align: center;
  color: #FACFDB;
  padding: min(15px, calc(calc(15 / 750) * 100vw)) min(20px, calc(calc(20 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw));
  background-image: url(../img/hyaluronic/step_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: min(22px, calc(calc(22 / 750) * 100vw)) !important;
  width: min(129px, calc(calc(129 / 750) * 100vw));
  height: min(154px, calc(calc(154 / 750) * 100vw));
  z-index: 10;
  right: calc( -1 * min(15px, calc(calc(15 / 750) * 100vw)));
  box-sizing: border-box;
}

.step_num::after, .step_num_right::after {
  font-size: min(100px, calc(calc(100 / 750) * 100vw));
  counter-increment: number;
  content: counter(number);
}

@media screen and (max-width: 767px) {
  .step_num {
    left: -10px;
  }
  .step_num_right {
    right: -10px;
  }
}

.step_num.left {
  left: -7px;
}
.step_num.right {
  right: -7px;
}
.reason-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .reason-list:last-child {
    margin-bottom: 0;
  }
  .reason-list::before{
    background-size: 85% !important;
    left: 20px;
    top: -10px;
    width: 80px;
    height: 100%;
    z-index: 0;
  }
  /*
  .reason-list::after {
    right: 30px;
    top: 48px;
    width: 137px;
    height: 100%;
    background-size: 80% !important;
    z-index: 0;
  }
  */
}

.reason-list .white-box{
  background: #FFFFFF;
  padding:min(50px, calc(calc(50 / 750) * 100vw)) min(30px, calc(calc(20 / 750) * 100vw)) min(40px, calc(calc(40 / 750) * 100vw));
}
.reason-list .white-box p{
  line-height: 200%;
}
.reason-list .reason-list_ttl{
  display: flex;
  align-items: center;
  height: min(180px, calc(calc(180 / 750) * 100vw));
  padding-left: 200px;
  font-size: clamp(22px,3.6vw,36px);
  font-weight: 500;
  line-height: 1.3;
  background: url(../img/double-eyelid_5/reason_bg06.png) no-repeat bottom right;
}
.list-box_ttl {
  justify-content: center;
  display: flex;
  align-items: center;
  height: min(180px, calc(calc(180 / 750) * 100vw));
  font-size: clamp(21px,5.6vw,42px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.list-box_ttl.red {
  color: #F53A69;
  position: relative;
  background: url(../img/hyaluronic/reason_bg06.png) no-repeat bottom right;
}
.list-box_ttl.blue {
  color: #f83e6d;
  position: relative;
  background: url(../img/hyaluronic_02/reason_bg06_white.png) no-repeat bottom right;
  background-size: 26.5%;
}
.list-box_ttl.reason_ttl_right {
  background-position: bottom right;
}
.list-box_ttl.reason_ttl_left {
  background-position: bottom left;
}

.list-box_ttl.red::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #F53A69;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.list-box_ttl.blue::after {
  content: '';
  position: absolute;
  bottom: clamp(15px,3vw,30px);
  left: 50%;
  width: 60%;
  height: 2px;
  background-color: #f83e6d;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.reason-list p{
  font-size: clamp(13px,3.4vw,26px); 
}
.reason-list .white-box .flex-box{
  align-items: center;
}
.reason-list .white-box .flex-box p{
  margin:0 clamp(20px,4vw,40px) 0 0;
}
.reason-list .white-box .flex-box .flex-box_img {
  width: 25%;
}
.reason-list .white-box .flex-box .flex-box_img img {
  width: 100%;
}
.reason-list .white-box .flex-box .section_ideal-box{
  padding:0;
  flex: 1;
}
.reason-list .white-box .white-box_read {
  margin-bottom: clamp(20px,4vw,40px);
  text-align: left;
}
.white-box_txt01 {
  font-weight: bold;
  position: relative;
  padding: 0 16px;
  max-width: 500px;
  margin: 0 auto clamp(15px,3vw,30px);
}
.white-box_txt01.red {
  color: #F53A69;
  text-align: center;
}
.white-box_txt01.red span {
  position: relative;
  display: inline-block;
}
.white-box_txt01.red span::before {
  content: '＼';
  position: absolute;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%) rotate(15deg);
}
.white-box_txt01.red span::after {
  content: '／';
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%) rotate(-15deg);
}
.reason-list .white-box .white-box_img {
  margin-bottom: clamp(20px,4vw,40px);
}
.white-box_img > img {
  width: 100%;
}
.white-box_img--illust {

}
.white-box_img--illust > img {
  width: auto;
}
.reason-list .white-box .bggray_ttl,
.reason-list .white-box .bgpink_ttl {
  margin-bottom: clamp(10px,2vw,20px);
}

.reason-list05-list li { margin-bottom: 20px;}
.reason-list05-list li p { font-weight: 500;}
.reason-list05-list li .bgpink_ttl {
  width: 200px;
  margin: 0 auto -1em !important;
}
.reason-list05-list li .pink-box {
  display: block;
  padding: calc(clamp(10px,2vw,20px) + 0.5em) 0px clamp(10px,2vw,20px);
  border: #f43a69 2px solid;
}

@media screen and (max-width: 767px) {
  .reason-list .reason-list_ttl{
    height: 85px;
    padding-left: 100px;
    background-size: 90px auto;
  }
  .list-box_ttl.red {
    height: 85px;
    background-size: 90px auto;
  }
  .reason-list05-list li .bgpink_ttl {
    width: 140px;
  }
  .reason-list05-list li .pink-box {
    border-width: 1px;
  }
  
}

.seciton_reason .section_reason_ttlarea03 .ff_serif{
  width: fit-content;
  padding: 0.6em 2.5em;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.seciton_reason .section_reason_ttlarea03 .ff_serif::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.seciton_reason .section_reason_ttlarea03 .ff_serif::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width:50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {
  .seciton_reason .section_reason_ttlarea03 .ff_serif::before,
  .seciton_reason .section_reason_ttlarea03 .ff_serif::after{
    width: 30px;
    height: 30px;
    border-width: 1px;
  }  
}

/* POINT */

.seciton_point{
  padding: 0;
  background:
  linear-gradient(180deg, transparent 0 5%, #f8f8f8 25%),
  url(../img/double-eyelid_5/point_bg.png) repeat-x #ededed;
  background-position: top center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_point-inner { padding: 0 15px;}
}

.seciton_point .section_point_drttl{
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(30px,6vw,60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}
.seciton_point .section_point_drttl::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.seciton_point .section_point_drttl::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width:50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {
  .seciton_point .section_point_drttl::before,
  .seciton_point .section_point_drttl::after{
    width:30px;
    height: 30px;
    border-width: 1px;
  }  
}

.seciton_point_white-box{
  background:
  linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
  url(../img/double-eyelid_5/point_white-box_bg.png);
  padding:  clamp(15px,8vw,80px) clamp(15px,6vw,60px);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  font-size: clamp(14px,2.4vw,24px);
}
.seciton_point_drarea_bdbox{
  background: #FFF;
  border: 2px #f43a69 solid;
  padding:  clamp(15px,5vw,50px) clamp(20px,5vw,50px);
  margin-bottom: clamp(30px,6vw,60px);
  position: relative;
}
.seciton_point_drarea_bdbox::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #f43a69; 
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.seciton_point_drarea_bdbox::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f43a69; 
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.seciton_point_drarea_bdbox .ff_serif{
  margin: 0 0 clamp(20px,3.0vw,30px);
  font-weight: bold;
}
.seciton_point_drarea_bdbox > .youtube {
  margin-bottom: clamp(15px,3vw,30px);
}
.drarea_bdbox_img {
  margin-bottom: clamp(15px,3vw,30px);
}
.seciton_point_drprof{
  margin: 0 0 clamp(40px,8vw,80px);
  background: #FFF;
}
.seciton_point_drprof-box{
  justify-content:space-between;
  width: 640px;
  margin: 0 auto;
}
.seciton_point_drprof > p {
  font-weight: 500;
}
.seciton_point_drprof-box li{
  margin: 0 0 clamp(10px,3.0vw,30px);
  overflow: hidden;
  width: 300px; 
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  background:#000;
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.seciton_point_drprof-box li .dr_img{
  display: block;
}
.seciton_point_drprof-box li .dr_name{
  display: block;
  font-size: clamp(14px,2.6vw,26px); 
  background: #e8e8e8;
  padding: clamp(10px,1.5vw,15px) 0 clamp(10px,1.0vw,10px);
  font-weight: bold;
  line-height: 110%;
}
.seciton_point_drprof-box li .dr_name span{
  font-size: clamp(10px,1.8vw,18px); 
  color: #737373;
}
.seciton_point_drprof-box li .dr_spec{
  color:#FFFFFF;
  font-size: clamp(12px,2.4vw,24px); 
  padding: clamp(8px,0.8vw,8px) 0;
  line-height: 130%;
}

.seciton_point_box{
  background: #FFFFFF;
  margin: 0 0 clamp(30px,6vw,60px);
  font-size: clamp(14px,2.4vw,24px);
}
.seciton_point_box .bd_blk_design{
  width: 100%;
  max-width: 500px;
  padding: clamp(6px, 1.0vw, 10px) 0;
  margin: 0 auto clamp(20px,4.0vw,40px);
  border: 2px #000 solid;
  border-radius: 30px;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 500;
}

.seciton_point_box_imgarea {
  margin-top: 30px;
}
.seciton_point_box_imgarea .pink_english_design {
  display: block;
  max-width: 300px;
  padding: 0.5em 0;
  margin: 0 auto -2.3em;
  background: rgba(244,58,105,0.8);
  border-radius: 30px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {

  .seciton_point_white-box{
    padding: 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  }
  .seciton_point_drprof > p {
    margin-top: 20px;
  }
  
  .seciton_point_drarea_bdbox::before,
  .seciton_point_drarea_bdbox::after {
    border-width: 20px;
  }

  .seciton_point_drprof-box{
    width: 100%;
  }
  .seciton_point_drprof-box li{
    width:calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .seciton_point_box_imgarea .pink_english_design {
    width: calc(100% - 100px);
    max-width: none;
  }
  .seciton_point_box_imgarea {
    margin-top: 15px;
  }
}


/* PLAN */

.seciton_plan {
  padding: clamp(55px,9vw,90px) 0 clamp(50px,10vw,100px);
  background: 
  linear-gradient(180deg, transparent 0 5%, #FFECF0 25%), 
  url(../img/double-eyelid_5/plan_bg.png) repeat-x #FFECF0;
  background-position: top center;
  text-align: center;
}
.seciton_plan_read {
  margin-bottom: clamp(50px,8vw,80px);
  text-align: center;
  font-weight: 500;
}

.seciton_plan_box {
  margin-bottom: clamp(40px,8vw,80px);
  background: #fff;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}
.seciton_plan_box:last-child {
  margin-bottom: 0;
}
.seciton_plan_box .plan_box_ttl {
  padding: 1.8em 0 0;
  background: #f43a69;
  color: #fff;
  position: relative;
}
.seciton_plan_box .plan_box_detail {
  padding: clamp(15px,6vw,60px);
}

.seciton_plan_box .plan_box_wbox {
  width: calc(100% - 40px);
  max-width: 580px;
  padding: 0.5em 0;
  background: #fff;
  border: #f43a69 2px solid;
  border-radius: 8px;
  font-size: clamp(12px,2.2vw,22px);
  font-weight: bold;
  color: #f43a69;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1.2em;
  z-index: 1;
  transform: translateX(-50%);
}

.plan_price_set {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  margin: 0;
}
.plan_price_set .plan_name {
  margin: 0 20px 0 0;
  font-size: clamp(18px,3.6vw,36px);
  font-weight: 500;
  line-height: 1.1;
}
.plan_price_set .plan_value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0.4em;
  margin: 0 10px 0 0;
  font-size: clamp(10px,1.6vw,16px);
  font-weight: bold;
  line-height: 1.1;
}
.plan_price_set .plan_price {
  margin: 0;
  font-size: clamp(28px,5.6vw,56px);
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.plan_price_set .plan_price::before {
  content: "¥";
  font-size: 80%;
  font-weight: bold;
}
.plan_price_set .plan_price span {
  display: inline-block;
  margin-left: -0.5em;
  font-size: 26%;
}
.plan_price_set .plan_price em {
  font-size: clamp(18px,5.6vw,56px);
}

.plan_box_ttl .plan_value {
  background: #fff;
  color: #f43a69;
}

.seciton_plan_box .plan_box_case {
  margin-bottom: clamp(40px,8vw,80px);
}

.plan_box_recommend {
  position: relative;
}
.plan_box_recommend .plan_box_bbox {
  width: fit-content;
  padding: 0.5em 1.5em;
  background: #000;
  border-radius: 8px;
  font-size: clamp(12px,2.2vw,22px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1.2em;
  z-index: 1;
  transform: translateX(-50%);
}
.plan_box_recommend .section_ideal-box {
  width: 100%;
  padding: 40px;
  margin-bottom: clamp(20px,4vw,40px);
  border: #000 2px solid;
}

.plan_box_text {
  margin-bottom: clamp(20px,4vw,40px);
  font-size: clamp(12px,2.0vw,20px);
  line-height: 1.8em;
}

.plan_box_price {
  background: #F5F5F5;
}
.plan_box_price .plan_value {
  background: #000;
  color: #fff;
}

.plan_box_coupon {
  display: flex;
  align-items: stretch;
  height: 100px;
  border: #f43a69 2px solid;
  color: #f43a69;
}
.plan_box_coupon p {
  display: flex;
  align-items: center;
  padding: 0 clamp(10px,2.5vw,25px);
  background: #f43a69;
  font-size: clamp(14px,2.8vw,28px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
}
.plan_box_coupon .plan_price_set {
  margin: 0 auto;
  padding: 0;
}
.plan_box_coupon .plan_value {
  background: #f43a69;
  font-size: clamp(10px,2.2vw,22px);
  color: #fff;
}
.plan_box_coupon .plan_price {
  font-size: clamp(32px,7.5vw,75px);
}

.plan_box_coupon p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #f43a69;
  border-right: 0;
  position: absolute;
  right: -20px;
}


@media screen and (max-width: 767px) {
  .seciton_plan-inner {
    padding: 0 15px;
  }
  .seciton_plan .section_plan_ttlarea::before{
    left: 20px;
  }
  .seciton_plan_box .plan_box_wbox {
    width: calc(100% - 80px);
    border-width: 1px;
    line-height: 1.1;
  }
  .plan_price_set .plan_name {
    margin: 0 10px 0 0;
  }
  .plan_price_set .plan_value {
    margin: 0 5px 0 0;
  }

  .plan_box_recommend .section_ideal-box {
    padding: 20px 15px 15px;
    border-width: 1px;
  }

  .plan_box_coupon {
    height: 60px;
    border-width: 1px;
  }
  .plan_box_coupon p::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 10px solid #f43a69;
    right: -10px;
  }
  .plan_box_recommend .plan_box_bbox {
    width: calc(100% - 80px);
    border-width: 1px;
  }
}


.seciton_teian {
  padding: clamp(30px,9vw,90px) 0 clamp(50px,10vw,100px);
  background: #fff;
  overflow: hidden;
}

.seciton_teian .seciton_teian_ttl{
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(40px,6vw,60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}
.seciton_teian .seciton_teian_ttl::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.seciton_teian .seciton_teian_ttl::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width:50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

.teian_pink_box {
  padding: 20px 40px 60px;
  margin-bottom: 80px;
  background: #FFECF3;
  text-align: center;
}
.teian_pink_box.about_top_pink_box {
  margin-bottom: 0;
}
.teian_pink_box .serif_text {
  margin: 0;
}
.teian_pink_box .pink_box_img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.pink_box_img > p {
  padding-left: clamp(15px,3vw,30px);
}
.teian_pink_box .pink_box_text {
  margin-top: 30px;
  text-align: center;
}

.teian_model_box {
  border: #f43a69 2px solid;
}
.teian_model_box .model_box_read {
  margin: 60px 0 30px;
  text-align: center;
  color: #f43a69;
}
.teian_model_box .model_box_read span {
  margin-right: 0.5em;
  background: #f43a69;
  color: #fff;
}
.teian_model_box .model_box_ttl {
  padding: 15px 0;
  background: #f43a69;
  text-align: center;
  color: #fff;
  font-size: clamp(24px,4.8vw,48px);
  line-height: 1.2;
}

.teian_model_box .model_box_detail {
  padding: 60px;
  text-align: center;
}
.teian_model_box .model_box_detail .ff_serif {
  display: inline-block;
  margin-bottom: clamp(20px,4vw,40px);
  font-size: clamp(18px,3.4vw,34px);
  font-weight: 500;
  line-height: 1.6;
}
.teian_model_box .model_box_detail .model_box_text {
  margin-bottom: 0.5em;
  font-size: clamp(14px,2.2vw,22px);
  line-height: 1.8;
}
.teian_model_box .model_box_detail p.smaill {
  font-size: clamp(12px,2vw,20px);
}

.teian_model_box .model_box_img {
  margin: clamp(30px,6vw,60px) 0;
}

.pink_box_text {
  text-align: center;
  margin: clamp(30px,6vw,60px) 0 0;
}



@media screen and (max-width: 767px) {

  .seciton_teian .seciton_teian-inner {
    padding: 0 15px;
  }
  .teian_pink_box {
    padding: 20px 15px 30px;
    margin-bottom: 40px;
  }
  .teian_pink_box.about_top_pink_box {
    padding: 20px 15px 0;
  }
  .teian_pink_box .serif_text {
    margin-top: 20px;
    font-size: 16px;
  }
  .teian_pink_box.about_top_pink_box .pink_box_top_txt {
    margin-top: 0;
  }
  .teian_pink_box .serif_text span {
    font-size: 18px;
  }
  .teian_pink_box .pink_box_img img {
    width: 132px !important;
    margin-top: -60px;
    margin-right: -30px;
  }
  .teian_pink_box.about_top_pink_box .pink_box_img img {
    width: 132px !important;
    margin-top: -60px;
    margin-left: -30px;
    margin-right: 0;
  }
  .seciton_teian .seciton_teian_ttl::before,
  .seciton_teian .seciton_teian_ttl::after{
    width:30px;
    height: 30px;
    border-width: 1px;
  }

  .teian_model_box {
    border-width: 1px;
  }
  .teian_model_box .model_box_read {
    margin: 30px 0 15px;
  }
  .teian_model_box .model_box_detail {
    padding: 30px 15px;
  }
  .teian_model_box .model_box_detail .ff_serif {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .teian_model_box .model_box_img {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 500px) {
  .teian_pink_box.about_top_pink_box .pink_box_img img {
    width: 132px !important;
    margin-top: -120px;
    margin-left: -50px;
    margin-right: 0;
  }
}

/* FLOW */

.seciton_flow {
  padding: clamp(55px,9.0vw,90px) 0 clamp(50px,10vw,100px);
  background:#f7edf0;
  text-align: center;
}

.flow_list {
  position: relative;
}
.flow_list::after {
  content: "";
  height: 100%;
  border-left: #f43a69 2px dotted;
  position: absolute;
  top: 0;
  left: 50%;
}

.flow_list-item {
  margin-top: 80px;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
  position: relative;
  z-index: 1;
}

.flow_list-ttl {
  padding: 40px 0;
  background: #f43a69;
  text-align: center;
  color: #fff;
  position: relative;
}
.flow_list-ttl .flow_list-step {
  display: flex;
  align-items: center;
  background: #fff;
  border: #f43a69 2px solid;
  position: absolute;
  left: 0;
  top: -20px;
  padding: 2px 20px;
  font-size: 30px;
  font-weight: 500;
  color: #f43a69;
  letter-spacing: 0.1em;
}
.flow_list-ttl .flow_list-step span {
  font-size: 140%;
}
.flow_list-ttl .flow_list-title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.flow_list-ttl .flow_list-title span {
  display: block;
  font-size: 80%;
}

.flow_list-detail {
  padding: 60px;
  background: #fff;
  border: #f43a69 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-top: 50px;
  }
  .flow_list-ttl {
    padding: 20px 10px;
  }
  .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;
  }
  .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;
  }
}

/* FAQ */

.seciton_qa {
  padding: clamp(55px,9.0vw,90px) 0 clamp(50px,10vw,100px);
  background:#fff;
  background-position: top center;
  text-align: center;
}
.seciton_qa_inner {
  padding: 0 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .seciton_qa_inner {
    padding: 0 15px;
  }
}

/* CLINIC */

.section_clinic {
  padding: clamp(55px,9.0vw,90px) 0 clamp(50px,10vw,100px);
  background:
  linear-gradient(180deg, transparent 0 5%, #FFFFFF 25%),
  url(../img/double-eyelid_5/flow_bg.png) repeat #FFFFFF;
  background-position: top center;
  text-align: center;
}
.section_clinic_inner {
  padding: 0 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .section_clinic_inner {
    padding: 0 15px;
  }
}

/* RESERVE */

.reserve {
  background: #FFFFFF;
}

/* 追記 */
.section_enquete_hyaluronic {
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
}


/* about */
.section_about {
  overflow: hidden;
}
.section_about02 {
  overflow: hidden;
}
.about_top {
  background-color: #FACFDB;
}
.about_top_pink_box {
  background-color: #fff;
}
.about_top_pink_box_in {
  background-color: #FFEDF2;
  padding: 33px 15px 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.box_img_cycle {
  width: 100%;
  max-width: 628px;
  margin: 0 auto;
}
.box_img_cycle > img {
  width: 100%;
}
.about_top_txt {
  padding-top: clamp(60px,10.1vw,101px);
  color: #F53A69;
  text-align: center;
  font-weight: 500;
  letter-spacing: .2em;
  font-size: clamp(20px,3.8vw,38px);
  padding-bottom: 22px;
  line-height: 1.4;
}
.about_top_img {
  max-width: 1100px;
  margin: 0 auto clamp(30px,6.5vw,65px);
  position: relative;
}
.about_top_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}
.about_top_img--01::before {
  padding-top: 48%;
}
.about_top_img > picture > img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.eciton_about_ttl {
  margin-bottom: clamp(20px,3.2vw,32px);
}
/* brackets(「」書き) */
.brackets {
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(30px, 6vw, 60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}
.brackets--blue {

}
.brackets::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}
.brackets--pink::before {
  border-bottom: #F53A69 solid 2px;
  border-left: #F53A69 solid 2px;
}
.brackets--blue::before {
  border-bottom: #f83e6d solid 2px;
  border-left: #f83e6d solid 2px;
}
.brackets::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.brackets--pink::after {
  border-top: #F53A69 solid 2px;
  border-right: #F53A69 solid 2px;
}
.brackets--blue::after {
  border-top: #f83e6d solid 2px;
  border-right: #f83e6d solid 2px;
}
.brackets > span {
  font-size: clamp(22px, 4.4vw, 44px);
}
.brackets--pink > span {
  color: #F53A69;
}
.brackets--blue > span {
  color: #f83e6d;
}
@media screen and (max-width: 767px) {
  .about_top_img > picture > img {
    height: auto;
    position: static;
    transform: none;
  }
  .about_top_img::before {
    padding-top: 0;
  }
  .about_top_img--01::before {
    padding-top: 0;
  }
  .brackets::before {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  .brackets::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}
/* coupon */
.coupon_area {
  background: #FDFCFF;
}
.coupon_area.blue {
  background: #F5F8FF;
}
.coupon_area p {
  text-align: center;
}
/* btn */
p.btn {
  background: #FDFCFF;
  text-align: center;
  padding-bottom: clamp(30px, 5vw, 50px);
  position: relative;
}
p.btn.blue {
  background: #F5F8FF;
}


/* about02 */
.about_top_txt--blue {
  color: #5199EB;
  padding-top: clamp(60px,10.1vw,101px);
  text-align: center;
  font-weight: 500;
  letter-spacing: .2em;
  font-size: clamp(20px,3.8vw,38px);
  padding-bottom: 22px;
  line-height: 1.4;
}
.about_top--blue {
  background-color: #F5F8FF;
}
.about_top_img--blue {
  background-color: #F5F8FF;
  margin-bottom: clamp(30px,6.3vw,63px);
  width: 100%;
  text-align: center;
}
.problem_ttl_eng--blue {
  color: #569CEC;
}
.seciton_ttl_area--blue {
  background-color: #fff;
}
.problem_ttl_area--blue::before {
  background-image: url(../img/hyaluronic/blue_diamond.png);
}
.about_top_blue_box {
  padding: 0 40px 48px;
}
.about_top_blue_box::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: clamp(20px,4.8vw,48px);
  background-color: #E3F0FF;
  max-width: 1000px;
  margin: 0 auto;
}

.about_top_blue_box_in {
  text-align: center;
  background-color: #E3F0FF;
  padding: 0 0 clamp(24px,4.8vw,48px);
  max-width: 1000px;
  margin: 0 auto;
}
.about_top_blue_box_in > .top_img {
  margin-bottom: clamp(15px,2.1vw,21px);
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.about_top_blue_box_in > p {
  text-align: center;
  margin-bottom: clamp(15px,3.5vw,35px);
  font-weight: bold;
  font-size: clamp(16px, 2.8vw, 28px);
  line-height: 1.7;
  font-weight: 500;
}
.about_blue_box {
  padding: 33px 15px 40px;
}
.about02_box_item {
  margin-bottom: clamp(15px,4.9vw,49px);
  text-align: center;
}
.about02_box_item > h3 {
  font-size: clamp(20px,3.3vw,33px);
  padding: 8px 1em;
  background-color: #f83e6d;
  color: #fff;
  display: inline-block;
  margin-bottom: clamp(20px,3.4vw,34px);
  font-weight: 600;
}
.brackets_about {
  margin-bottom: clamp(15px,3.3vw,33px);
}
.about02_top_content {
  width: 84%;
  max-width: 582px;
  margin: 0 auto;
}
.about02_top_content.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about02_top_content > .img {
  width: 31%;
  max-width: 182px;
  margin-right: clamp(10px,2.4vw,24px);
  line-height: 1.2;
}
.about02_box_item_inner_list {
  flex: 1;
}
.about02_box_item_inner_list > li {
  font-size: clamp(16px,3vw,30px);
  font-weight: 500;
  margin-bottom: clamp(7px,1vw,10px);
  padding-left: 15px;
  position: relative;
  line-height: 1.4;
}
.about02_box_item_inner_list > li::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: clamp(8px,2.3vw,20px);
  left: 0;
  border-radius: 100vh;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #444444;
  -webkit-border-radius: 100vh;
  -moz-border-radius: 100vh;
  -ms-border-radius: 100vh;
  -o-border-radius: 100vh;
}
.about02_box_item_inner_list > li:last-child {
  margin-bottom: 0;
}
.about02_box_bottom {
  padding: 0 0 clamp(20px,2.4vw,24px);
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.about02_box_bottom_problem {
  margin-bottom: 16px;
  padding: clamp(20px,4vw,40px) 15px 0;
}
.about02_box_bottom_problem.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about02_box_bottom_problem > p {
  line-height: 160%;
  font-weight: bold;
  font-size: clamp(14px,2.8vw,28px);
  flex: 1;
  padding-right: 0px;
}
.about02_box_bottom_problem > .img {
  width: 33%;
  max-width: 311px;
}
.about02_box_bottom_problem > .img > img {
  width: 100%;
}
.about02_box_bottom > .bottom_img {
  padding: 0 15px;
  text-align: center;
  max-width: 628px;
  margin: 0 auto;
}
.bottom_img > img {
  width: 100%;
}
.about02_box_bottom_text {
  margin-top: clamp(10px,2.8vw,28px);
  padding: 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(18px, 3.2vw, 34px);
}
@media screen and (max-width: 767px) {
  .about02_box_bottom_problem > .img {
    position: relative;
    left: -15px;
  }
  .about02_box_bottom_problem {
    padding: 0;
  }
  .about02_box_bottom_problem > p {
    padding-right: 15px;
  }
  .about_top_blue_box_in > .top_img {
    margin-bottom: 0;
    transform: translate(-100px,-20px);
    -webkit-transform: translate(-100px,-20px);
    -moz-transform: translate(-100px,-20px);
    -ms-transform: translate(-100px,-20px);
    -o-transform: translate(-100px,-20px);
  }
  .about_top_blue_box {
    padding: 0 15px;
  }
  
}


/* which */
.section_which {
  background-color: #FAD6E0;
  padding-top: 25px;
}
.which_inner {
  padding: clamp(30px,8vw,80px) 15px;
  position: relative;
}
.which_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: #ffd8e5;
}
.which_inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  background-color: #d6e2ff;
}
.which_img {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 10;
}
.which_img > picture > img {
  width: 100%;
}
.which_left {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
}
.which_right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
}
.which_link > a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ここからhyaluronic_02個別スタイル */

body header,
main .main_inner,
main .seciton_flow,
main .seciton_qa,
main .section_clinic,
main .reserve,
main .head__menu {
  width: min(100%, 750px);
  margin: 0 auto;
}

/* header */
main .head__menu {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  padding: min(120px, calc(calc(120 / 750) * 100vw)) 0;
  z-index: -1;
}

@media screen and ( max-width: 750px){
  .head__menu__cta {
    padding-bottom: min(130px, calc(calc(130 / 750) * 100vw));
  }
}


/* fv */
body .fv_area {
  background-color: #fff;
  margin-top: min(90px, calc(calc(90 / 750) * 100vw));
}

.fv_area::after {
  background-color: transparent;
}

.fv_area-inner {
  position: relative;
}

.fv_area-inner img {
  position: static;
  transform: none;
  width: 100%;
  height: auto;
}

.fv_area-inner::before {
  content: none;
}

.fv_case {
  padding: 0 min(30px, calc(calc(30 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw));
  background-color: #f83e6d;
}

.fv_case_ttl {
  width: min(556px, calc(calc(556 / 750) * 100vw));
  margin: 0 auto;
  padding: min(20px, calc(calc(20 / 750) * 100vw)) 0;
}

.fv_coupon {
  padding-bottom: min(10px, calc(calc(10 / 750) * 100vw));
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.fv_coupon .coupon-box {
  position: relative;
  z-index: 1;
}

.coupon--bottom {
  background-color: #f7e7ee;
  padding: min(60px, calc(calc(60 / 750) * 100vw)) 0;
}

.coupon-box {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.coupon-content {
  position: absolute;
  bottom: min(100px, calc(calc(100 / 750) * 100vw));
  left: 0;
  right: 0;
}

.coupon--bottom .coupon-content {
  bottom: min(60px, calc(calc(60 / 750) * 100vw));
}

.price .coupon-box {
  margin: min(30px, calc(calc(30 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw)) min(50px, calc(calc(50 / 750) * 100vw));
}

.price .coupon-content {
  margin-top: min(40px, calc(calc(40 / 750) * 100vw));
}

.coupon-content .reserve-btn {
  width: min(630px, calc(calc(630 / 750) * 100vw));
  margin: min(10px, calc(calc(10 / 750) * 100vw)) auto 0;
}

.coupon-content-arrow {
  position: static;
  width: 100%;
  margin: 0 auto;
  top: 0;
  position: relative;
}

.coupon-content-arrow:before {
  content:'';
  display: block;
  width: min(44px, calc(calc(44 / 750) * 100vw));
  height: min(66px, calc(calc(66 / 750) * 100vw));
  background-image: url(../img/hourei_hyaluronic/coupon_balloon_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: min(12px, calc(calc(12 / 750) * 100vw));
  left: 10%;
}

.coupon-content-arrow:after {
  content:'';
  display: block;
  width: min(44px, calc(calc(44 / 750) * 100vw));
  height: min(66px, calc(calc(66 / 750) * 100vw));
  background-image: url(../img/hourei_hyaluronic/coupon_balloon_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: min(12px, calc(calc(12 / 750) * 100vw));
  right: 10%;
}

.box_countdown__balloon {
  color: #616161;
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.box_countdown {
  display: flex;
  justify-content: center;
  font-size: min(24px, 3.2vw);
}

.box_countdown .yycountdown-box {
  font-weight: 600;
  color: #f1517b !important;
  font-size: min(30px, 4vw);
  line-height: 1.1;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
  font-family: 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: min(44px, calc(calc(44 / 750) * 100vw));
  background: none !important;
  color: #616161 !important;
  border-radius: 5px;
  padding: 1.5px min(6px, 0.8vw);
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
  color: #616161 !important;
  font-size: min(33px, calc(calc(33 / 750) * 100vw));
}

.counceling_box {
  position: relative;
  display: flex;
  justify-content: center;
}

.counceling_btn-link {
  display: block;
  position: absolute;
  bottom: min(70px, 9.3333333333vw);
}

.reserve-btn {
  display: block;
  text-align: center;
}

/* クーポンここまで */
/* featherlight */
.featherlight_cont {
  display: none;
}

.c-case-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  row-gap: min(45px, calc(calc(45/750) * 100vw));
}

.c-case-list__item {
  width: 100%;
}

.fv_area .c-case-list__item {
  width: calc(100% - min(110px, calc(calc(110/750) * 100vw)));
  position: absolute;
  bottom: min(80px, calc(calc(80/750) * 100vw));
  left: 0;
  right: 0;
  margin: auto;
}

.reason__case .c-case-list__item {
  border: min(8px, calc(calc(8/750) * 100vw)) solid #fff;
  box-sizing: border-box;
}

.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/aggregation/icon_glass.png) no-repeat;
  background-size: 100%;
  width: clamp(17px, 4.5vw, 34px);
  height: clamp(17px, 4.5vw, 34px);
  z-index: 2;
  pointer-events: none;
  display: none;
}

.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: 0.5;
  pointer-events: none;
  display: none;
}

/* featherlightここまで */

/* worriesエリア */
.worries {
  background-color: #fff;
}

/* enqueteエリア */
.section_enquete {
  position:relative;
  padding-top: min(100px, calc(calc(100 / 750) * 100vw));
}

.section_enquete:after {
  content:'';
  display: block;
  background-image: url(../img/hourei_hyaluronic/enquete_after.jpg);
  width: min(750px, calc(calc(750 / 750) * 100vw));
  height:min(76px, calc(calc(76 / 750) * 100vw)) ;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.enquete__ttl {
  text-align: center;
  position: relative;
  margin: 0 min(70px, calc(calc(70 / 750) * 100vw));
}

.enquete__ttl img {
  width: min(661px, calc(calc(661 / 750) * 100vw));
}

.enquete__ttl--en {
  position: absolute;
  top: calc( -1 * min(70px, calc(calc(70 / 750) * 100vw)));
  left: calc( -1 * min(40px, calc(calc(40 / 750) * 100vw)));
  width: min(325px, calc(calc(325 / 750) * 100vw));
}

.enquete__ttl--en img {
  width: min(325px, calc(calc(325 / 750) * 100vw));
}

.section_enquete-inner {
  margin-top: min(55px, calc(calc(55 / 750) * 100vw));
}

/* aging-careエリア */

.aging-care__case {
  position: relative;
}

.aging-care__case_01 {
  position: absolute;
  bottom: min(620px, calc(calc(620 / 750) * 100vw));
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - min(120px, calc(calc(120 / 750) * 100vw)));
}

.aging-care__case_02 {
  position: absolute;
  bottom: min(380px, calc(calc(380 / 750) * 100vw));
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - min(120px, calc(calc(120 / 750) * 100vw)));
}

.aging-care__case_03 {
  position: absolute;
  bottom: min(140px, calc(calc(140 / 750) * 100vw));
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - min(120px, calc(calc(120 / 750) * 100vw)));
}

/* reasonエリア */
.reason.section_about02 {
  margin-top: calc( -1 * min(222px, calc(calc(222 / 750) * 100vw)));
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, #fff 1%);
}

.reason__ttl {
  position: relative;
}

.reason__wrap {
  position: relative;
  padding-bottom: min(55px, calc(calc(55 / 750) * 100vw));
}

.reason__case {
  padding: 0 min(60px, calc(calc(60 / 750) * 100vw));
  margin-top: min(45px, calc(calc(45 / 750) * 100vw));
  position: absolute; 
  left: 0;
  right: 0;
  bottom: min(150px, calc(calc(150 / 750) * 100vw));
}

.reason__case-ttl {
  padding: min(115px, calc(calc(115 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw)) min(95px, calc(calc(95 / 750) * 100vw));
}

/* reason__case-listエリア */
.reason__case-list {
  background-image: url(../img/hyaluronic_02/rason_case_list_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: min(200px, calc(calc(200 / 750) * 100vw)); 
}

.case__item-wrap {
  position: relative;
}

.case__item-wrap .c-case-list__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

/* ホバー処理 */
.coupon-content,
.counseling__btn {
  transition: all 0.3s;
}

.coupon-content:hover,
.counseling__btn:hover {
  opacity: 0.8;
} 

/* ユーティリティ */
.u-center {
  text-align: center;
}

.u-relative {
  position: relative;
}

.u-sbold {
  font-weight: 500;
}

/*  TCB_AD-6683 ダイヤモンドフィール差し替え追加 */

.common_txt span {
  color: #dd5981;
}