@charset "utf-8";

/*共通*/

body{
    background: #e7ebf3;
    font-family: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
    color: #3D3D3D;
}

a {
    cursor: pointer;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.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_yellow {
    background-color: #FFFCE9;
}
.strong_blue strong {
  font-weight: inherit;
  color: #5B9DFF;
}
.strong_pink strong {
  font-weight: inherit;
  color: #FF7878;
}
.em_pink em {
  font-weight: inherit;
  color: #FF7878;
}

.text_center {
  text-align: center;
}

.wrap750{
    width:100%;
    max-width:750px;
    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/common/icon_glass.webp) 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;
}

.btnwrap,
.link_cont,
.counceling_btn,
.line_link02{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.change_btn{
    position: relative;
    display: inline-block;
}

.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:hover::before,
.counceling_btn .counceling_btn_link:hover::before,
.shourei_btn_link:hover::before{
    opacity: 1;
}

.limit_btn.coupon_line .coupon_line_inner .limit_btn_link::before {
    background-image: url('../img/h_lift_hifu/coupon_btn_line_sp_hover.png');
}
.limit_btn.coupon_web .coupon_web_inner .limit_btn_link::before{
  background-image: url('../img/h_lift_hifu/coupon_btn_web_sp_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;
}


.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 {
  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 {
  transform: rotate(-15deg) translateY(-50%);
  left: -25px;
}
.counceling_btn .counceling_txt::after {
  transform: rotate(15deg) translateY(-50%);
  right: -25px;
}

.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 #FF7878;
}
.section_ttl-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 2px solid #A5A5A5;
}
.section_ttl-text2 {
    width: 100%;
    font-size: clamp(20px,3.8vw,38px);
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    position: relative;
    margin: 0 0 clamp(25px,2.5vw,25px);
}
.section_ttl-text2::before {
    content: '';
    position: absolute;
    left: 49%;
    bottom: -40px;
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 34px solid #4b4b4b;
}
.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: -10px;
  }
  .counceling_btn .counceling_txt::after {
    right: -10px;
  }
  .section_ttl-text::before,
  .section_ttl-text::after {
    border-width: 1px;
  }
  .section_ttl-text2::before {
    left: 47%;
    bottom:-30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #4b4b4b;
}

}

/*共通終わり*/

/*ヘッダーメニュー*/

.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: #FF7878;
    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: 50;
  }
}

.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: 100px;
}


/*ハンバーガーメニュー*/

.mv_double_eye {
    /* margin-top: 100px; */
}

.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/h_lift_hifu/menu_tcb_icon.png) 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/h_lift_hifu/icn_arrow.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 33px;
    height: 14px;
    position: absolute;
    top: calc(50% - 22px);
    right: 0;
    display: inline-block;
}

/*fv*/


/* 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: #fa9999;
}
    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: #FF7878;
        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: #FFFFFF;
}

.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: 1100px) {
    
    .simplebar-scrollbar::before{
        background: #A5A5A5 !important;/*jsのcssが下で読み込まれているため*/
        border-radius: 10px;
    }
    
    .simplebar-track {
        background-color: #fff;
        border: 1px solid #000;
        border-top: none;
    }

}

@media screen and (max-width: 767px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}
/*MV動画*/

video {
    vertical-align: bottom;
    width: 100%;
}

.p-front-main {
    background: #F1F3F7;
}

.p-front-main__inner {

}

.p-front-fv__item .c-picture__video{
    pointer-events: none;
}

.p-front-fv {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;  
}
.p-front-fv__inner {
    max-width: 450px;
    width: 100%;
    margin: auto;
    position: relative;
}
.p-front-fv__list {
}

/* ▼slick start */
/* .slick-arrow */
.p-front-fv .slick-prev,
.p-front-fv .slick-next {
    width: min(7.4vw,27px);
    height: min(7.4vw,27px);
    border: 2px solid #ffffff;
    border-left: none;
    border-bottom: none;
    top: 50%;
}
.p-front-fv .slick-next {
    transform: rotate(45deg);
    right: 5%;
}
.p-front-fv .slick-prev {
    transform: rotate(-135deg); 
    left: 5%;
}
/* slick-dots */
.p-front-fv .slick-dots {
    bottom: 11px;
}
.p-front-fv .slick-dots li {
    width: clamp(50px,13vw,70px);
    height: clamp(6.5px,1.73vw,13px);
    background: #ffffff;
    border-radius: 6.5px;
    margin: 0 clamp(12.5px,3.33vw,25px) 0 0;
}
.p-front-fv .slick-dots li.slick-active {
    background: #FDC5C5;
}
.p-front-fv .slick-dots li:last-child {
    margin-right: 0;
}
.p-front-fv .slick-dots li button {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.p-front-fv .slick-dots li button:before,
.p-front-fv .slick-dots li.slick-active button:before {
    content: "";
}


/* ▲slick end */



/*フッター*/

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: 100;
    cursor: pointer;
}

.foot_btn p {}


@media screen and (max-width: 767px) {
    /*ヘッダー*/
    .lp_header {
        padding-left: 10px;
        height: 50px;
    }

    /*20220804追記*/
    .head_logo h1 {
        width: 80px;
    }
    .lp_header-item {
        /* margin-right: 70px; */
    }

    .head__menu {
        top: 50px;
    }

    .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_threadlift{
        margin-top:50px;
    }

    /*よくあるご質問*/
    .section_question {
        background-color: #FFFCE9;
      }
      /*
    .section_question_inner::before {
        background: url(../img/h_lift_hifu/question_background_sp.png) no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100%;
        top: -35px;
        left: 0;
    } 
    */
    .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: -3px;
    }
    /*フッター*/

    .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);
    }
}

.double_eye_model{
    margin-bottom: clamp(20px,4vw,40px);
}

/*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;
}

/*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);
}




/*白色アイコン*/

.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:#FF7878;
}

.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 #FF7878;
    }
    .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);
}

.section_sonoqueen .sonoqueen_ttl{
  background: #fffff5;
  padding: clamp(15px,2.5vw,25px) 0 clamp(25px,3.5vw,35px);
}

.reason_case-contents{
  max-width: 80%;
  margin: 0 auto clamp(20px,3.0vw,30px);
}

.reason_case-contents .reason_case-movie{
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

.reason_case-contents .reason_case-movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reason_point03-imgbox{
  text-align: center;
}

#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;
}





/* ===============================================================
    ここから eye_kuma_fukurami-509_11 用 新規追加css 
================================================================== */

:root {
    --font-yu-gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    --font-yu-mincho: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
} 

section {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

p {
    color: #535353;
    font-family: var(--font-yu-gothic);
    font-size: min(33px, calc(calc(33/750) * 100vw));
    font-weight: 500;
    line-height: 1.6;
}

.shadow_01 img {
    filter: drop-shadow(0 0 40px rgba(103, 127, 166, 0.15));
}
@media screen and (max-width: 750px) {
    .shadow_01 img {
        filter: drop-shadow(0 0 5.33vw rgba(103, 127, 166, 0.15));
    }
}


/* カウントダウン */
.coupon-content {
    position: absolute;
    bottom: min(65px, calc(calc(65 / 750) * 100vw));
}
.coupon-content-arrow {
    position: relative;
    width: min(450px, calc(calc(450 / 750) * 100vw));
    margin: 0 auto;
}
.coupon-content-arrow::before,
.coupon-content-arrow::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #f1517b;
    top: 0;
}
.coupon-content-arrow::before {
    transform: rotate(155deg);
    left: 0;
}
.coupon-content-arrow::after {
    transform: rotate(25deg);
    right: min(-4px, calc(calc(-4 / 750) * 100vw));
}
.box_countdown__balloon {
    color: #f1517b;
    font-size: min(24px, calc(calc(24 / 750) * 100vw));
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.box_countdown {
    display: flex;
    justify-content: center;
    font-size: min(24px, calc(calc(24 / 750) * 100vw));
}
.box_countdown .yycountdown-box {
    font-weight: 600;
    color: #f1517b;
    font-size: min(30px, calc(calc(30 / 750) * 100vw));
    line-height: 1.1;
}
.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
    font-family: var(--font-yu-gothic);
    font-size: min(40px, calc(calc(40 / 750) * 100vw));
    color: #f1517b;
    border-radius: 5px;
    padding: 1.5px min(6px, calc(calc(6 / 750) * 100vw));
}
.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
    color: #f1517b;
}
.reserve-btn img {
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.28));
}
@media screen and (max-width: 750px) {
    .reserve-btn img {
        filter: drop-shadow(0 0.4vw 1vw rgba(0, 0, 0, 0.28));
    }
}

/* クーポン・カウントダウン */
.coupon_cta__inner {
    position: relative;
}
.coupon_cta__cont {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: min(45px, calc(calc(45/750) * 100vw));
}



/* FVエリア */
.fv__bottom {
  background: url(../img/eye_kuma_fukurami-509_11/fv__bottom_bg.webp) no-repeat top / cover;
}

/* 限定解除要件アコーディオン */
.ex_acc__head {
    background: #efefef;
    text-align: center;
    color: #585858;
    font-family: var(--font-yu-mincho);
    font-size: min(32px, calc(calc(32/750) * 100vw));
    font-weight: 500;
    line-height: 1;
    padding: min(24px, calc(calc(24/750) * 100vw)) 0;
    position: relative;
}
.ex_acc__head::before,
.ex_acc__head::after {
    content: "";
    background: #707070;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.ex_acc__head::before {
    width: min(30px, calc(calc(30/750) * 100vw));
    height: min(2px, calc(calc(2/750) * 100vw));
    right: min(30px, calc(calc(30/750) * 100vw));
}
.ex_acc__head::after {
    width: min(2px, calc(calc(2/750) * 100vw));
    height: min(30px, calc(calc(30/750) * 100vw));
    right: min(44px, calc(calc(44/750) * 100vw));
    transition: all 0.3s;
}
.ex_acc__head.js--accordion-open::after {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.ex_acc__body {
    display: none;
    background: #fff;
    padding: min(30px, calc(calc(30/750) * 100vw));
    border: min(2px, calc(calc(2/750) * 100vw)) solid #efefef;
}


/* FV下アンカーリンクエリア */
.anchor {
    position: relative;
    background: url(../img/kumatori_injection__ab05/anchor__bg.webp) no-repeat top / cover;
    padding: min(470px, calc(calc(470/750) * 100vw)) 0 min(80px, calc(calc(80/750) * 100vw));
}
.anchor__cta_btn img {
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.28));
}
@media screen and (max-width: 750px) {
    .anchor__cta_btn img {
        filter: drop-shadow(0 0.67vw 2vw rgba(0, 0, 0, 0.28));
    }
}

/* あなたのクマは何クマ？（アンカーリンク01） */
.kuma_type p {
    color: #535353;
    font-family: var(--font-yu-gothic);
    font-size: min(34px, calc(calc(34/750) * 100vw));
    font-weight: 500;
    line-height: 1.6;
}
.kuma_type__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(20px, calc(calc(20/750) * 100vw)) 0;
}
.kuma_type__btn li {
    width: 48.5%;
}

/* MENU（アンカーリンク02） */
.menu__btn li {
    margin-bottom: min(22px, calc(calc(22/750) * 100vw));
}
.menu__btn li img {
    filter: drop-shadow(5px 10px 21px rgba(142, 160, 165, 0.4));
}
@media screen and (max-width: 750px) {
    .menu__btn li img {
        filter: drop-shadow(0.67vw 1.33vw 2.8vw rgba(142, 160, 165, 0.4));
    }
}



/* クマ取り再生注射
================================================================== */

/* クマ取り再生注射・KV */
.kv_injection__bottom {
    background: url(../img/eye_kuma_fukurami-509_11/kv_injection__bottom_bg.webp) no-repeat top / cover;
}
.kv_injection__cta {
    position: relative;
}
.kv_injection__cta_wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: min(60px, calc(calc(60/750) * 100vw));
}

/* クマ取り再生注射・導入 */
.intro_injection {
    background: #eef8ff;
    padding: min(80px, calc(calc(80/750) * 100vw)) 0;
}




/* 切らない目の下のクマ・たるみ取り
================================================================== */

/* 切らない目の下のクマ・たるみ取り・導入 */
.intro_eye_kuma {
    background: #fff1f2;
}
.intro_eye_kuma__box {
    background: #fff;
    border-radius: min(10px, calc(calc(10/750) * 100vw));
    box-shadow: 0 0 0 7px #fff inset, 0 0 0 11px #fff1f2 inset;
    box-sizing: border-box;
    padding: min(40px, calc(calc(40/750) * 100vw));
    filter: drop-shadow(0 0 40px rgba(103, 127, 166, 0.15));
}
@media screen and (max-width: 750px) {
    .intro_eye_kuma__box {
        box-shadow: 0 0 0 0.93vw #fff inset, 0 0 0 1.47vw #fff1f2 inset;
        filter: drop-shadow(0 0 5.33vw rgba(103, 127, 166, 0.15));
    }
}
.intro_eye_kuma__scroll {
    height: min(420px, calc(calc(420/750) * 100vw));
    margin-bottom: min(40px, calc(calc(40/750) * 100vw));
    overflow-x: scroll;
    background-color: #fff;
}
.intro_eye_kuma__scroll img {
    width: auto;
    max-width: none;
    height: 100%;
}



/* 注意喚起 */
.attention {
    background: #f0f7ff;
}
.attention_acc__item {
    margin-bottom: min(50px, calc(calc(50/750) * 100vw));
    box-shadow: 0 0 38.4px 1.6px rgba(105, 105, 105, 0.2);
}
@media screen and (max-width: 750px) {
    .attention_acc__item {
        box-shadow: 0 0 12px 0.5px rgba(105, 105, 105, 0.2);
    }
}

.attention_acc__item-title {
    font-family: var(--font-yu-mincho);
    color: #fff;
    text-align: center;
    font-size: min(29px, calc(calc(29/750) * 100vw));
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    height: min(100px, calc(calc(100/750) * 100vw));
    background: #194377;
    border: min(2px, calc(calc(2/750) * 100vw)) solid #FAD56A;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
.attention_acc__screw {
    width: min(30px, calc(calc(30/750) * 100vw));
    height: min(30px, calc(calc(30/750) * 100vw));
    background: #fff;
    border-radius: 9999px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: min(30px, calc(calc(30/750) * 100vw));
}
.attention_acc__screw::before,
.attention_acc__screw::after {
    content: "";
    background: #194377;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.attention_acc__screw::before {
    width: min(20px, calc(calc(20/750) * 100vw));
    height: min(2px, calc(calc(22/750) * 100vw));
}
.attention_acc__screw::after {
    width: min(2px, calc(calc(2/750) * 100vw));
    height: min(20px, calc(calc(20/750) * 100vw));
    transition: all 0.3s;
}
.-active .attention_acc__screw::after {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.attention_acc__item-body {
    display: none;
    background: #fff;
    padding: min(40px, calc(calc(40 / 750)* 100vw)) min(30px, calc(calc(30 / 750)* 100vw));
    margin: 0 auto;
}
.attention_acc__item-text {
    font-size: min(24px, calc(calc(24/750) * 100vw));
    line-height: 1.8;
}


/* 症例をご紹介 */
.cases__box {
    background: #e5f1f8;
    border-radius: min(10px, calc(calc(10/750) * 100vw));
    box-shadow: 0 0 0 7px #e5f1f8 inset, 0 0 0 11px #fff inset;
    box-sizing: border-box;
    padding: min(50px, calc(calc(50/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw));
    filter: drop-shadow(0 0 30px rgba(176, 176, 176, 0.2));
}
.cases_acc__head {
    background-image: linear-gradient(to right, #65bbd9, #9bd8fa);
    width: 100%;
    height: min(80px, calc(calc(80/750) * 100vw));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: var(--font-yu-mincho);
    font-size: min(42px, calc(calc(42/750) * 100vw));
    position: relative;
}
.cases_acc__head::before, .cases_acc__head::after {
    content: "";
    background: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.cases_acc__head::before {
    width: min(30px, calc(calc(30 / 750)* 100vw));
    height: min(2px, calc(calc(2 / 750)* 100vw));
    right: min(30px, calc(calc(30 / 750)* 100vw));
}
.cases_acc__head::after {
    width: min(2px, calc(calc(2 / 750)* 100vw));
    height: min(30px, calc(calc(30 / 750)* 100vw));
    right: min(44px, calc(calc(44 / 750)* 100vw));
    transition: all 0.3s;
}
.cases_acc__head.js--accordion-open::after {
    transform: rotate(90deg);
    transition: all 0.3s;
}
.cases_acc__body {
    display: none;
    background: #fff;
    padding: min(30px, calc(calc(30/750) * 100vw)) min(20px, calc(calc(20/750) * 100vw));
}



/* 料金表 */
.price {
    background: url(../img/eye_kuma_fukurami-509_11/price__bg.webp) no-repeat top/cover;
}



/* クマ取り施術の名医のご紹介 */
.doctor {
    background: #eef8ff;
}
.doctor__item {
    position: relative;
    width: 100%;
    height: min(610px, calc(calc(610 / 750)* 100vw));
    background: url(../img/eye_kuma_fukurami-509_11/doctor__item_bg.webp) no-repeat 50% 0;
    padding-left: min(30px, calc(calc(30 / 750)* 100vw));
    box-sizing: border-box;
    margin-bottom: min(30px, calc(calc(30 / 750)* 100vw));
}
.doctor__item--label {
    width: min(190px, calc(calc(190 / 750)* 100vw));
    height: min(150px, calc(calc(150 / 750)* 100vw));
    background: url(../img/eye_kuma_fukurami-509_11/doctor__label_bg.webp) no-repeat center/contain;
    position: absolute;
    top: max(-30px, calc(-1 * (calc(30/750) * 100vw)));
    left: min(20px, calc(calc(20 / 750)* 100vw));
    text-align: center;
    color: #fff;
    font-family: var(--font-yu-mincho);
    font-size: min(24px, calc(calc(24/750) * 100vw));
    line-height: 1.2;
    box-sizing: border-box;
    padding-top: min(50px, calc(calc(50/750) * 100vw));
}

.doctor__item--name {
    padding-top: min(100px, calc(calc(100 / 750)* 100vw));
    font-family: var(--font-yu-mincho);
    font-weight: 500;
    color: #000;
}
.doctor__item--name ._clinic {
    font-size: min(24px, calc(calc(24/750) * 100vw));
}
.doctor__item--name h3 {
    width: 52%;
    font-size: min(60px, calc(calc(60/750) * 100vw));
    margin-top: min(8px, calc(calc(8 / 750)* 100vw));
    padding-bottom: min(10px, calc(calc(10 / 750)* 100vw));
    border-bottom: 1px solid #bcc5d0;
}
.doctor__item--name ._en {
    font-size: min(24px, calc(calc(24/750) * 100vw));
    margin-top: min(20px, calc(calc(20 / 750)* 100vw));
    letter-spacing: min(6px, calc(calc(6 / 750)* 100vw));
}

.doctor__item--award {
    width: min(335px, calc(calc(335 / 750)* 100vw));
    height: min(335px, calc(calc(335 / 750)* 100vw));
    background: url(../img/eye_kuma_fukurami-509_11/doctor__award_bg.webp) no-repeat center/contain;
    position: absolute;
    left: 0;
    bottom: max(-5px, calc(-1 * (calc(5/750) * 100vw)));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.doctor__item--award p {
    color: #fff;
    text-align: center;
    font-size: min(20px, calc(calc(20/750) * 100vw));
    font-family: var(--font-yu-mincho);
    margin-bottom: min(6px, calc(calc(6/750) * 100vw));
}
.doctor__item--award h5 {
    color: #f8ca70;
    font-size: min(60px, calc(calc(60/750) * 100vw));
    font-family: var(--font-yu-mincho);
    display: flex;
    align-items: center;
}
.doctor__item--award h5 span {
    color: #fff;
    font-size: min(24px, calc(calc(24/750) * 100vw));
    font-family: var(--font-yu-mincho);
    margin-left: min(10px, calc(calc(10/750) * 100vw));
}

.doctor__item--dr {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.doctor__item--dr img {
    object-position: min(40px, calc(calc(40/750) * 100vw))  max(-20px, calc(-1 * (calc(20/750) * 100vw)));
}

.doctor__item_anno {
    font-size: min(26px, calc(calc(26/750) * 100vw));
    text-align: left;
}
.doctor h4 {
    color: #f1517b;
    font-size: min(47px, calc(calc(47/750) * 100vw));
    font-weight: 600;
    line-height: 1.36;
    text-align: center;
}



/* 施術までの流れ */
.flow {
    background: #eef8ff;
}
  
.flow_list {
    position: relative;
}
  
.flow_list .slick-prev {
    left: 0;
    background: url("../img/eye_kuma_fukurami-509_11/flow__arrow_prev.webp") no-repeat;
    background-size: 100%;
}
  
.flow_list .slick-next {
    right: 0;
    background: url("../img/eye_kuma_fukurami-509_11/flow__arrow_next.webp") no-repeat;
    background-size: 100%;
}
  
.flow_list .slick-dots {
    margin-top: min(30px, calc(calc(30/750) * 100vw));
}
  
.flow_list-item {
    margin-top: min(80px, calc(calc(80/750) * 100vw));
    box-shadow: 0 10px 20px 0 rgba(176, 176, 176, 0.2);
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .flow_list-item {
        box-shadow: 0 1.33vw 2.67vw 0 rgba(176, 176, 176, 0.2);
    } 
}

.flow_list-ttl {
    padding: min(25px, calc(calc(25/750) * 100vw)) min(20px, calc(calc(20/750) * 100vw)) min(25px, calc(calc(25/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw));
    background: #1c8ac9;
    text-align: center;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
  
.flow_list-ttl .flow_list-step {
    margin-right: min(35px, calc(calc(35/750) * 100vw));
    width: min(110px, calc(calc(110/750) * 100vw));
}
  
.flow_list-ttl .flow_list-title {
    font-weight: 500;
    text-align: left;
    line-height: 1.28;
    font-size: min(36px, calc(calc(36/750) * 100vw));
    color: #fff;
}
  
.flow_list-ttl .flow_list-title span {
    display: block;
}
  
.flow_list-detail {
    padding: min(40px, calc(calc(40/750) * 100vw)) min(50px, calc(calc(50/750) * 100vw));
    background: #fff;
    border: #1c8ac9 min(2px, calc(calc(2/750) * 100vw)) solid;
    border-top: none;
}

.flow_list-detail img {
    margin-right: auto;
    margin-left: auto;
}
  
.flow_list-detail .flow_list-text {
    font-size: min(24px, calc(calc(24/750) * 100vw));
    line-height: 1.75;
    margin-top: 1.4em;
}
.flow_list-text span {
    color: #1c8ac9;
}
  
.flow_list .slick-dots li.slick-active button:before {
    background: #1c8ac9;
}



/* お支払い方法 */
.payment {
    background: #fff3fc;
}
.payment__ttl {
    font-size: clamp(22px, 3vw, 40px);
    font-weight: 600;
}
.payment__txt {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.6;
}
.transportation__cont p {
    font-size: clamp(16px, 2vw, 30px);
    line-height: 2;
}



/* 症例モデル */
.model {
    background: #fff3fc;
}

/* よくあるご質問 */
.faq__q {
    background: #5cacd6;
    padding: min(26px, calc(calc(26/750) * 100vw)) min(60px, calc(calc(60/750) * 100vw)) min(26px, calc(calc(26/750) * 100vw)) min(105px, calc(calc(105/750) * 100vw));
    border: min(4px, calc(calc(4/750) * 100vw)) solid #5cacd6;
    cursor: pointer;
    position: relative;
    margin-top: min(30px, calc(calc(30/750) * 100vw));
    position: relative;
  }
  .faq__q::before,
  .faq__q::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #fff;
  }
  .faq__q::before {
    width: min(24px, calc(calc(24/750) * 100vw));
    height: min(2px, calc(calc(2/750) * 100vw));
    right: min(26px, calc(calc(26/750) * 100vw));
  }
  .faq__q::after {
    width: min(2px, calc(calc(2/750) * 100vw));
    height: min(24px, calc(calc(24/750) * 100vw));
    right: min(37px, calc(calc(37/750) * 100vw));
    transition: 0.3s;
  }
  .faq__q.js--accordion-open::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  
  
  .faq__q_txt {
    color: #fff;
    font-size: min(34px, calc(calc(34/750) * 100vw));
    font-weight: 500;
    font-family: var(--font-yu-mincho);
    line-height: 1.35;
    position: relative;
  }
  .faq__q_txt::before {
    content: "Q";
    width: min(70px, calc(calc(70/750) * 100vw));
    height: min(70px, calc(calc(70/750) * 100vw));
    background: #fff;
    border-radius: 9999px;
    color: #1c8ac9;
    font-size: min(43px, calc(calc(43/750) * 100vw));
    font-family: var(--font-yu-mincho);
    line-height: min(70px, calc(calc(70/750) * 100vw));
    text-align: center;
    position: absolute;
    top: max(-12px, calc(-1 * (calc(12/750) * 100vw)));
    left: max(-85px, calc(-1 * (calc(85/750) * 100vw)));
  }
  
  .faq__a {
    display: none;
    border: min(4px, calc(calc(4/750) * 100vw)) solid #5cacd6;
    border-top: 0;
    background: #fff;
    padding: min(40px, calc(calc(40/750) * 100vw)) min(26px, calc(calc(26/750) * 100vw)) min(40px, calc(calc(40/750) * 100vw)) min(105px, calc(calc(105/750) * 100vw));
    position: relative;
  }
  .faq__a_txt {
    position: relative;
    color: #474747;
    font-size: min(28px, calc(calc(28/750) * 100vw));
    font-weight: 500;
    font-family: var(--font-yu-gothic);
    line-height: 1.8;
  }
  .faq__a_txt::before {
    content: "A";
    width: min(70px, calc(calc(70/750) * 100vw));
    height: min(70px, calc(calc(70/750) * 100vw));
    background: #5cacd6;
    border-radius: 9999px;
    color: #fff;
    font-size: min(43px, calc(calc(43/750) * 100vw));
    font-family: var(--font-yu-mincho);
    line-height: min(70px, calc(calc(70/750) * 100vw));
    text-align: center;
    position: absolute;
    top: min(5px, calc(calc(5/750) * 100vw));
    left: max(-85px, calc(-1 * (calc(85/750) * 100vw)));
  }

  /* 20250527 追加 */

.menu_ab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.3vw;
    margin: auto;
    width: 92%;
    filter: drop-shadow(5px 10px 21px rgba(142, 160, 165, 0.4));
}



/*
景表法対応 20250618
===================================================== */

.anchor_anno {
    position: absolute;
    top: min(352px, calc(calc(352/750) * 100vw));
    left: 0;
    right: 0;
    margin: auto;
}
.kv_injection_anno {
    position: absolute;
    top: min(350px, calc(calc(350/750) * 100vw));
    left: 0;
    right: 0;
    margin: auto;
}


.kv_eye_kuma__wrap {
    background: url(../img/eye_kuma_fukurami-509_11/kv_eye_kuma_bg.webp) no-repeat top / cover;
    padding: min(50px, calc(calc(50/750) * 100vw)) 0 min(60px, calc(calc(60/750) * 100vw));
}
.kv_eye_kuma__box {
    /* background: url(../img/eye_kuma_fukurami-509_11/kv_eye_kuma__box_bg.webp) no-repeat top / contain; */
    background: rgba(255, 255, 255, 0.6);
    border-radius: min(20px, calc(calc(20/750) * 100vw));
    border: min(2px, calc(calc(2/750) * 100vw)) solid #f3506e;
    padding: min(45px, calc(calc(45/750) * 100vw)) 0;  
}

.cases__frame {
  background: #e5f1f8;
  outline: 3px solid #fff;
	outline-offset: -9px;
  padding: min(68px, calc(calc(68/750) * 100vw)) 0 min(60px, calc(calc(60/750) * 100vw));
}
@media screen and (max-width: 750px) {
  .cases__frame {
    outline: 0.4vw solid #fff;
    outline-offset: -1.2vw;
  }
}