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

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

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

.wrap1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  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/influencer/icon_glass.png) no-repeat;
    background-size: 100%;
    width: clamp(17px,4.5vw,34px);
    height: clamp(17px,4.5vw,34px);
    z-index: 2;
}

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

.btnwrap,
.link_cont,
.counceling_btn,
.line_link02{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

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

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

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

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

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

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

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

.limit_btn_link::before {
    background-image: url('../img/lift_all/coupon_btn_sp_hover.png');
}

.shourei_btn_link::before {
    background-image: url('../img/lift_all/shourei_btn_hover.png');
}

.detail_btn_link::before {
    background-image: url('../img/lift_all/detail_btn_hover.png');
}

.shourei_btn-mt{
    margin-top: clamp(35px,7vw,70px);
}

.line_link02 {
    text-align: center;
}

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

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

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

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



/*共通終わり*/

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

.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%;
    max-width: 750px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    z-index: 50;
}

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

.head_counceling {
    max-width: 100%;
}

.lp_header-item {
    margin-right: 100px;
}

.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: 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 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/lift_all/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/lift_all/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*/

.fv_threadlift {
    margin-top:100px;
}
.fv_threadlift-anker {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fv_threadlift-anker li {
    flex-basis: 50%;
}

/*カウントダウン*/

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


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

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

.box_countdown::after {
    bottom: -21px;
    border-color: transparent #62be68;
}

.box_countdown p {
    font-size: 20px;
}

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

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
    font-size: 32px;
    background: #62BE68;
    color: #fff;
    border-radius: 5px;
    padding: 1.5px 6px;
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
    font-size: 20px;
    margin: 0 5px;
}

.limit_btn{
    padding-bottom: clamp(35px,7vw,70px);
}

.section_reason,
.section_clinic,
.section_case,
.section_price,
.section_flow,
.section_question,
.section_doctor,
.section_worry {
    padding: clamp(35px,7vw,70px) 0;
}

/*ideal*/

.section_ideal {
    background:#fff;
    padding-bottom:clamp(35px,7vw,70px);
    overflow:hidden;
}

/*nose*/
.section_nose {
    background:#fff;
}

.section_reason{
    background:#fff;
}

/*reason*/

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

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

/*case*/

.section_case{
    background: url(../img/lift_all/case_bg_pc.jpg) repeat;
    background-size: contain;
    overflow: hidden;
}
.section_case h2{
    /* width:85%; */
    text-align: center;
    margin: 0 auto
    clamp(20px,4vw,40px);
}

/*price*/

.section_price{
    background-color: #F2F5F9;
}

.double_eye_price_case {
    padding: 25px 15px;
    box-sizing:border-box;
    background-color: #fff;
    width: 90%;
    margin: 0 auto clamp(40px,8vw,80px);
}

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

/*モーダル部分*/

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

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

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

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

/*modal_list*/

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

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

/*クリニック*/

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

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


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

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

dl.accordion {
    overflow: hidden;
}

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

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

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


/* clinic */

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

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

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

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

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

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

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

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

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

#clinic a {
    color: #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: #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;
    }

}

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

/* ▼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: "";
}

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

.double_eye_flow_list{
    margin-bottom:30px;
}

@media screen and (max-width: 640px) {
    .p-front-fv .slick-dots {
        bottom: max(15px,2.5vw);
    }
}
/* ▲slick end */

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

/*フッター*/

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

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

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

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

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

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

footer {
    padding: 10px 0 50px;
}

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


@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;
    }
    /*カウントダウン*/
    .box_countdown {
        max-width: 85%;
        padding: 5px 7px;
        margin: 0px auto 0px;
    }

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

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

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

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

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

    .box_countdown .yyc-day-text,
    .box_countdown .yyc-hou-text,
    .box_countdown .yyc-min-text,
    .box_countdown .yyc-sec-text {
        font-size: 12px;
        margin: 0 2px;
    }
    .section_question_inner::before{
        top: -35px;
    }
    .double_eye_price_case {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    /*フッター*/

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

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

.reason_case-contents{
    max-width: 80%;
    margin: 0 auto;
    padding: 0 5.7%;
    border-right: 2px solid #FF7878;
    border-left: 2px solid #FF7878;
}

.reason_case-movie{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.reason_case-movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .reason_case-contents{
        border-right: 1px solid #FF7878;
        border-left: 1px solid #FF7878;
    }
}

@media screen and (max-width: 767px) {
    .reason_case-contents{
        border-right: 1px solid #FF7878;
        border-left: 1px solid #FF7878;
    }
}

/*20220908追記*/

.pink-shadow {
    box-shadow: 5px 5px #ffd6d6;
}
.case_border {
    position: relative;
    border-bottom: 2px solid #A5A5A5;
}
.case_border::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 50%;
    height: 2px;
    border-bottom: 2px solid #FF7878;
    display: block;
    z-index: 1;
}

.case_contents{
    margin-bottom: clamp(20px,4vw,40px);
}
.case_inner {
    background-color: #fff;
    padding: 5% 5% 5% 12.5%;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    position: relative;
    right: 5%;
}
.case_inner:nth-child(2n) {
    margin: 0 0 0 auto;
    padding: 5% 12.5% 5% 5%;
    left: 5%;
}

.case_inner+.case_inner {
    margin-top: 30px;
}

.case_inner h3 {
    text-align: center;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.img_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.img_flex.col2 li {
    width: calc(100%/3);
    position: relative;
    margin: 0 10px 10px 0;
}

.img_flex.col2 li {
    width: calc((100% - 10px)/2);
}
.img_flex.col2 li:nth-child(2n){
    margin-right:0;
}

.img_flex.col3 li {
    width: calc(calc(100% - 10px)/3);
    margin:0 5px 5px 0;
}

.img_flex.col3 li:nth-child(3n){
    margin-right:0;
}

.double_eye_txt {
    margin-top: 20px;
}

/*動画部分*/

.modal_movie-list{
    display:none;
}

.reason_case-movie02{
    max-width: 75%;
    margin: 0 auto;
}

.reason-border{
    padding-bottom: clamp(35px,7vw,70px);
    border-bottom: 2px solid #FF7878;
}

@media screen and (max-width: 767px) {
    .case_border {
        border-bottom: 1px solid #A5A5A5;
    }
    .case_border::before {
        bottom: -1px;
        height: 1px;
        border-bottom: 1px solid #FF7878;
    }
    .case_inner h3 img{
        max-width: 80px;
    }
    .reason-border{
        border-bottom: 1px solid #FF7878;
    }
}

.reason_satisfaction-mt{
    padding-top: clamp(35px,7vw,70px);
}


/* 動画で解説セクション */
.case_cont {
    width: 100%;
    max-width: 630px;
    margin: 0 auto clamp(20px,4vw,40px);
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    background: #fff;
}
.case_cont__item {
	display: block;
	position: relative;
}
.case_cont__item:hover {
	opacity: 0.8;
}
.nose_select {
	background-color: #FFFFF5;
	text-align: center;
	padding-top: 20px;
}
.nose_select-outer {
	width: 100%;
	background-color: #FFFFF5;
	padding-bottom: 30px;
}
.nose_select-inner {
	max-width: 600px;
	margin: 0 auto;
}
.youtube-video {
	width: 100%;
    height: min(337px, calc(calc(400/750) * 100vw));
}
.mt0 {
	margin-top: 0 !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.center {
	text-align: center !important;
}

/*ドクター紹介*/

.section_doctor{
    background-color: #F2F5F9;
}


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

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

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

.slick-prev{
    left: calc(50% - 364px);
}
.slick-next{
    right: calc(50% - 364px);
}

/* Dots */

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

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

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

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

.js--ad_list{
    display:none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ad-head.js--accordion-open{
    background-color: #fff;
    color: #FF7878;
}

.doctor_word{
    position:relative;
}

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

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


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

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

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

.ttl02::before{
    content:'';
    display:block;
    position:absolute;
    border: 1px solid #FF7878;
    top: calc(50% + 0px);
    width: 100%;
    z-index: 1;
}
.doctor_remark{
    margin-bottom: clamp(25px,5vw,50px);
}

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

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

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

/*白色アイコン*/

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

.js--accordion-open.white_icon::before,
.js--accordion-open.white_icon::after{
    background:#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;
    }
}

.iframe_inner{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe_movie{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ideal_bg_flower{
    position:relative;
}

.ideal_bg_flower::before{
    content:
    '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../img/lift_all/ideal_flower.png');
    width: clamp(208px,51.6vw,516px);
    height: clamp(231px,46.2vw,462px);
    bottom: calc(50% - clamp(370px,72vw,720px));
    right: calc(50% - clamp(240px,50vw,500px));
}

.section_worry{
    background:#F2F5F9;
}

.worry_list{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    padding: 0 10px;
}

.worry_list >li{
    width: calc(calc(100% - clamp(10px,2vw,20px))/2);
	max-width: 303px;
    margin: 0 clamp(10px,2vw,20px) clamp(10px,2vw,20px) 0;
}

.worry_list >li:nth-child(2n){
    margin-right:0;
}

.worry_list >li a:hover{
    opacity:.8;
}

.counceling_bg{
    padding:0 clamp(20px,4vw,40px) clamp(20px,4vw,40px);
}

.counceling_bg-mt{
    padding-top:clamp(20px,4vw,40px);
}

.case_bg{
    padding: clamp(20px,4vw,40px) 0 0;
}

.section_common{
    background: url(../img/lift_all/case_bg_pc.jpg) repeat;
    background-size: contain;
    overflow: hidden;
    /* padding: clamp(35px,7vw,70px) 0 0; */
}
/* 0930追記 */
.doctor_profile-advisor {
    margin-bottom: clamp(5px,1vw,10px);
}
.doctor_profile-advisor > span {
    display: inline-block;
    padding: 2px 0.8em 2px 0.5em;
    font-size: clamp(12px,2.4vw,24px);
    font-weight:500;
    line-height: 1.5;
    border-left: 5px solid #FF7878;
    background-color: #FFF2F2;
    color: #FF7878;
}

#reserve .reserve_inner {
    background: #FFF;
}

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


/* 20241119 追記 FV下アンカーメニュー改修 */
.menu__nav {
    background-color: #ffeded;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.menu__nav li {
    flex-basis: 45%;
    padding-bottom: 3%;
    text-align: center;
}



/* =======================================================
20250911 TCB_AD-8857 ボトックスの価格改定
========================================================== */

/* faceinjection.cssから必要な内容を転記 
========================================================== */
.explanation-area_content {
  margin: 0 auto;
  padding: 50px 0;
  background: #ffe9e9;
}

h4 {
    margin-bottom: 50px;
    padding: 20px 0;
    text-align: center;
    background-color: #ff7777;
    color: #ffffff;
    font-size: 32px;
    font-size: clamp(20px, 3.2vw, 32px);
    font-weight: bolder;
}

.explanation-area_wrap .txt {
  font-weight: bolder;
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: 1.8em;
}

.section_thread-lift_inner,
.section_reason_inner,
.section_faceinjection-lift_inner,
.section_price_inner,
.section_flow_inner,
.section_question_inner .section_ttl {
  width: 88%;
  margin: 0 auto;
}


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

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

.counceling_btn .counceling_txt::before,
.counceling_btn .counceling_txt::after,
.section_price_case .counceling_txt::before,
.section_price_case .counceling_txt::after {
  content: "";
  display: block;
  width: clamp(1px, 0.2vw, 2px);
  height: clamp(35px, 5.5vw, 55px);
  background: #000;
  position: absolute;
  top: 50%;
}

.counceling_btn .counceling_txt::before {
  transform: rotate(-15deg) translateY(-50%);
  left: -5px;
}

.section_price_case .counceling_txt::before {
  transform: rotate(-15deg) translateY(-50%);
  left: 5px;
}

.counceling_btn .counceling_txt::after {
  transform: rotate(15deg) translateY(-50%);
  right: -5px;
}

.section_price_case .counceling_txt::after {
  transform: rotate(15deg) translateY(-50%);
  right: 5px;
}

/*price*/
.section_price {
  background-color: #F2F5F9;
}

.section_price_case {
  width: 100%;
  padding: clamp(15px, 3vw, 30px);
  background: #fff;
  box-sizing: border-box;
}

.section_price_case p {
  padding: 25px;
  font-size: clamp(15px, 2.2vw, 22px);
  line-height: 1.5;
}

.section_price_case-tbl {
  table-layout: fixed;
  width: 100%;
}

.section_price_case-tbl tr:nth-child(odd) td {
  background: #F6F6F6;
}

.section_price_case-tbl th {
  padding: clamp(5px, 1.2vw, 12px) clamp(10px, 3.0vw, 30px);
  background: #FF7878;
  border-right: rgba(255, 255, 255, 0.2) 1px solid;
  font-size: clamp(12px, 2.4vw, 24px);
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.section_price_case-tbl th:last-child {
  border-right: none;
}

.section_price_case-tbl th.tbl_index-name {
  width: 40%;
}
@media screen and (max-width: 750px) {
    .section_price_case-tbl th.tbl_index-name {
        width: 48%;
    }
}
.section_price_case-tbl td {
  padding: clamp(10px, 2.5vw, 25px) clamp(10px, 3.0vw, 30px);
  border-bottom: #A5A5A5 1px solid;
  font-size: clamp(12px, 2.2vw, 22px);
  font-weight: 500;
}

.section_price_case-tbl td.tbl_price {
  font-size: clamp(20px, 4.0vw, 40px);
  color: #FF7878;
}

.section_price_case-tbl td.tbl_price span {
  font-size: clamp(10px, 2.0vw, 20px);
}

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

.section_price_case-tbl td.tbl_price p strong {
  font-size: clamp(20px, 5.2vw, 28px);
}

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

  .section_price_inner,
  .section_price_inner .section_ttl {
    padding: 0 15px;
  }
}

.counceling_btn_timer02-wrap {
    position: relative;
}
.counceling_btn_timer02 {
  position: absolute;
  bottom: min(25px, calc(calc(25 / 750) * 100vw));
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - min(80px, calc(calc(80 / 750) * 100vw)));
}

.counceling_btn_timer02 a  {
  position: relative;
  display: block;
  text-align: center;
}

.counceling_btn_timer02-main {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,calc(-50% - min(10px, calc(calc(10 / 750) * 100vw))));
  display: inline-block;
  color: #33B621;
  border-radius: 3px;
  padding: 0 clamp(10px,2vw,20px);
  border: 3px solid #33B621;
  background-color: #ffffff;
}

.counceling_btn_timer02-main::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%);
  width: min(26px, calc(calc(26 / 750) * 100vw));
  height: min(26px, calc(calc(26 / 750) * 100vw));
  background-color: #33B621;
  clip-path: polygon(50% 75%, 0 0, 100% 0);
}
.counceling_btn_timer02-main::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%);
  width: min(20px, calc(calc(20 / 750) * 100vw));
  height: min(20px, calc(calc(20 / 750) * 100vw));
  background-color: #ffffff;
  clip-path: polygon(50% 75%, 0 0, 100% 0);
}

.counceling_btn_timer02 .counceling_btn_timer02-num {
  margin-bottom: 0;
}

.counceling_btn_timer02 p {
  display: flex;
  align-items: baseline;
  font-weight: 600;
  white-space: nowrap;
  padding: 0;
  font-size: min(24px, calc(calc(24 / 750) * 100vw));
}

.counceling_btn_timer02 .yyc-day,
.counceling_btn_timer02 .yyc-hou,
.counceling_btn_timer02 .yyc-min,
.counceling_btn_timer02 .yyc-sec {
  font-size: min(34px, calc(calc(34 / 750) * 100vw));
}

p.counceling_btn_timer02-bnr {
  padding: 0;
}

#faceinjection.section_case,
.section_faceinjection-lift--faceinjection,
.explanation-area_content--faceinjection {
  background: #FFFFE8;
}
.section_faceinjection-lift h4 {
  background-color: #ECAC00;
}
.section_faceinjection-lift .section_ttl-text strong {
  color: #ECAC00;
}
.section_faceinjection-lift .section_ttl-text::before {
  border-bottom: 2px solid #ECAC00;
}

#bottox.section_case,
.section_faceinjection-lift--bottox,
.explanation-area_content--bottox {
  background: #eefff8;
}
.section_faceinjection-lift--bottox h4 {
  background-color: #4aa184;
}
.section_faceinjection-lift--bottox .section_ttl-text strong {
  color: #4aa184;
}
.section_faceinjection-lift--bottox .section_ttl-text::before {
  border-bottom: 2px solid #4aa184;
}