@charset "utf-8";

/*共通*/

body{
    background: #e7ebf3;
    font-family: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
    color: #3D3D3D;
    width: min(100%, 750px);
    margin: 0 auto;
}

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

.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/nose_all_6/counceling_btn_sp_hover.png');
}


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

.detail_btn_link::before {
    background-image: url('../img/nose_all_6/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 .head_logo {
    width: auto;
}
.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.wrap750 {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    height: 90px;
}
/*ハンバーガーメニュー*/

.head_counceling {
    max-width: 100%;
}

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

/*fv*/

.limit_btn {
    position: relative;
}
.fv_weekGW {
    position: absolute;
    top: min(198px,calc( (99/375) * 100vw ));
    left: 50%;
    transform: translateX(-50%);
    font-size: min(29px, calc( (14.5/375) * 100vw ));
    color: #fb83bb;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fv_weekGW-item {
    display: block;
    display: flex;
    align-items: center;
}
.fv_weekGW-item:nth-of-type(1)::after {
    content: '';
    display: block;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #fb83bb;
    border-left: 10px solid transparent; 
    transform: rotate(90deg);
    margin: 0 20px;
}
@media screen and (max-width: 767px) {
    .fv_weekGW-item:nth-of-type(1)::after {
        border-right: calc( (5/375) * 100vw ) solid transparent;
        border-bottom: calc( (7/375) * 100vw ) solid #fb83bb;
        border-left: calc( (5/375) * 100vw ) solid transparent; 
        margin: 0 calc( (10/375) * 100vw );
    }

}


/*カウントダウン*/
.btnwrap {
    /* background-color: #dcf4f2; */
    /* padding-block: 60px 80px; */
    text-align: center;
}
.box_countdown {
    display: inline-block;
    font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
    margin-bottom: 20px;
    color: #2d2d2d;
    box-sizing: border-box;
    position:relative;
    z-index: 10;
}


/* .box_countdown::before,
.box_countdown::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 80%;
    width: 0;
    border-left: solid 2px #2d2d2d;
}

.box_countdown::before {
    left: -10%;
    transform: rotate( -30deg);
    z-index: 1;
}

.box_countdown::after {
    right: -10%;
    transform: rotate( 30deg);
} */

.box_countdown p {
    text-align: center;
    font-size: 30px;
    font-size: clamp(10px, 4.0vw, 33px);
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
    font-size: clamp(10px, 5.87vw, 44px);
    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 {
    color: #7999c5;
    font-weight: bold;
    font-size: min(32px, calc(calc(32/750) * 100vw));
}
.limit_btn_link:hover {
    opacity: .8;
}

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

/*ideal*/

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

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

/*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);
    text-align: center;
}


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

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

dl.accordion {
    overflow: hidden;
}

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

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

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


/* clinic */

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

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

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

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

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

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

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

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

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

#clinic a {
    color: #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;
}
.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-dotted.slick-slider.doctor-slick{
    
}

.slick-dotted.slick-slider.doctor-slick li{
}

.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/nose_all_6/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 200px;
}

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

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

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

    .header_tel img {
        width: auto;
        height: 45px;
    }

    .head__menu {
        top: 50px;
    }

    /*カウントダウン*/
    .box_countdown {
        margin-block: 2.67vw;
    }

    p.box_countdown_txt {
        margin-top: 5px;
        margin-left: 1em;
    }

    .box_countdown .yycountdown-box {
        margin-left: 46px;
        bottom: 6px;
    }

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

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

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

.section_doctor-inner{}


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

/* 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/nose_all_6/slick-arrow_next.jpg') center no-repeat;background-size: cover;outline: none;border:none;
}

.slick-prev{background: url('../img/nose_all_6/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: 0;
}
.slick-next{
    right: 0;
}

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

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

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

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

.js--ad_list{
    display:none;
}

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

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

.doctor_profile-txt{
    
}

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

.doctor_profile-achive{
    font-size: clamp(12px,2.4vw,24px);
    font-weight: 500;
    color: #fff;
    background: url(../img/nose_all_6/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_about-txt{}

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

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

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

.ad-head{
    min-height: clamp(35px,7vw,70px);
    background-color: #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;
}

.ad-head.js--accordion-open .doctor_word{
}

.ad-head p{
    
}

.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_career-txt{
}

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

.doctor_list{}

.doctor_list >dl{
    
}

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

.doctor_list >dl dd{
}

/*白色アイコン*/

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

.section_reason{
    padding: clamp(35px,7vw,70px) 0 5px;
    background:#F2F5F9;
    text-align: center;
}
.section_reason p {
    text-align: center;
    width: 85%;
    margin: 0 auto clamp(30px,6vw,60px);
}

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

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

/* ========================================

2023 GW後～5月末 シーズナル　個別css

======================================== */

.header_seasonally {
  position: relative;
}

.campaign_may {
  background-color: #edf7f7;
}

.btnwrap {
  position: absolute;
  bottom: 6.4vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.box_countdown {
  padding: 0 8vw;
  margin-bottom: 4.8vw;
  position: relative;
}

.limit_btn_link {
  padding: 0 8vw;
  transition: all 0.3s;
}

/*カウントダウン*/
.box_countdown .yycountdown-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: min(14px, calc(calc(14/750) * 100vw));
  line-height: 1.4;
  margin-left: min(66px, calc(calc(66/750) * 100vw));
}
.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
  padding: 0;
  background-color: transparent;
  border-radius: 3px;
  width: 6.666666666666667vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #7999c5;
  font-weight: bold;
  height: min(40px, calc(calc(40/750) * 100vw));
  font-size: min(32px, calc(calc(32/750) * 100vw));
}

.section_lead {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .limit_btn {
    height: 1302px;
  }
  .btnwrap {
    bottom: 50px;
  }
  .box_countdown {
    padding: 0 30px;
    margin-bottom: 36px;
  }
  .limit_btn_link {
    padding: 0 30px;
  }

  /*カウントダウン*/
  .box_countdown .yyc-day,
  .box_countdown .yyc-hou,
  .box_countdown .yyc-min,
  .box_countdown .yyc-sec {
    width: 50px;
    height: 50px;
  }
}

/* ここからnose_all_6個別スタイル */

.fv_threadlift-inner {
    position: relative;
}

.btn_wrap .btn_img:hover {
    opacity: 0.8;
}

.attention .flow_list-item{
    margin: 0!important;
}
.attention.mb50 {
    margin-bottom: 0!important;
}

.nose_problem_case {
    position: relative;
}


.nose_problem_case .nose_problem_case01:hover,
.nose_problem_case .nose_problem_case02:hover,
.nose_problem_case .nose_problem_case03:hover {
    opacity: 0.8;
}

/* 共通 ボタンの位置・大きさ */
.nose_problem_case .btn_wrap,
.nose_reduction .btn_wrap,
.nose_tip_formation .btn_wrap,
.aquiline_nose .btn_wrap {
    bottom: min(75px, calc(calc(75/750) * 100vw));
}

.btn_wrap {
    position: absolute;
    bottom: min(30px, calc(calc(30/750) * 100vw));
    left: 50%;
    transform: translateX(-50%);
    width: min(700px, calc(calc(700/750) * 100vw));
    height: auto;
}

.nose_reduction .btn_wrap,
.nose_tip_formation .btn_wrap,
.aquiline_nose .btn_wrap {
    width: min(640px, calc(calc(640/750) * 100vw));
    height: auto;
    margin: 0 auto;
}

.btn_wrap.btn_wrap--adjust {
    bottom: min(64px, calc(calc(64/750) * 100vw));
}

.btn_wrap .btn_img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

/* 共通 ボタンの位置 ここまで */
.btn_wrap_inner {
    position: relative;
    padding-top: min(46px, calc(calc(46/750) * 100vw));
    display: flex;
    justify-content: center;
}

.box_countdown {
    content: "";
    background-image: url(../img/nose_all_6/count_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width: min(580px, calc(calc(580/750) * 100vw));
    aspect-ratio: 580/64;
    position: absolute;
    top: calc( -1 * min(2px, calc(calc(2/750) * 100vw)));
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
}


.nose_reduction .box_countdown,
.nose_tip_formation .box_countdown,
.aquiline_nose .box_countdown {
    background-image: url(../img/nose_all_6/count_bg_border.png);
    aspect-ratio: 534/68;
}

p.box_countdown_txt {
    color: #7999c5;
    font-size: min(32px, calc(calc(32/750) * 100vw));
    font-weight: bold;
}

.box_countdown p {
    margin-top: min(11px, calc(calc(11/750) * 100vw));
    margin-bottom: 0;
    margin-left: min(40px, calc(calc(40/750) * 100vw));
    line-height: 1;
}

.nose_reduction .box_countdown .yycountdown-box,
.nose_tip_formation .box_countdown .yycountdown-box,
.aquiline_nose .box_countdown .yycountdown-box,
.web_coupon .box_countdown .yycountdown-box {
    bottom: min(18px, calc(calc(18/750) * 100vw));
}

.nose_reduction .box_countdown p,
.nose_tip_formation .box_countdown p,
.aquiline_nose .box_countdown p {
    margin-top: min(15px, calc(calc(15/750) * 100vw));
}

.web_coupon .box_countdown p {
    margin-top: min(12px, calc(calc(12/750) * 100vw));
    margin-left: min(20px, calc(calc(20/750) * 100vw));
}

@media screen and ( min-width: 751px ) {
    .box_countdown p {
        margin-top: 9px;
    }
}

/* あなたの鼻のお悩みは？ */
.nose_problem_case {
    position: relative;
}

/* 3つのポイント要約 */
.nose_reduction_points,
.nose_tip_formation_points,
.aquiline_nose_points {
    padding-top: min(60px, calc(calc(60/750) * 100vw));
    padding-bottom: min(80px, calc(calc(80/750) * 100vw));
}

.nose_reduction_point,
.nose_tip_formation_point,
.aquiline_nose_point {
    position: relative;
}

.nose_reduction_points_ttl,
.nose_tip_formation_points_ttl,
.aquiline_nose_points_ttl {
    width: min(692px, calc(calc(692 / 750) * 100vw));
    height: auto;
    margin: 0 auto;
    margin-bottom: min(25px, calc(calc(25 / 750) * 100vw));
}

.nose_reduction_points_item,
.nose_tip_formation_points_item,
.aquiline_nose_points_item {
    position: relative;
    margin-bottom: min(45px, calc(calc(45 / 750) * 100vw));
}

.nose_reduction_points_item img,
.nose_tip_formation_points_item img,
.aquiline_nose_points_item img {
    width:min(725px, calc(calc(725 / 750) * 100vw));
    height: auto;
}

.nose_reduction_points_item.nose_reduction_points_item--right,
.nose_tip_formation_points_item.nose_tip_formation_points_item--right,
.aquiline_nose_points_item.aquiline_nose_points_item--right {
    text-align: right;
    margin-bottom: min(35px, calc(calc(35/750) * 100vw));
}

.nose_reduction_points_item .btn_ac,
.nose_tip_formation_points_item .btn_ac,
.aquiline_nose_points_item .btn_ac {
    position: absolute;
    bottom: min(-15px, calc(calc(-15/750) * 100vw));
    right: min(10px, calc(calc(10/750) * 100vw));
    width: min(302px, calc(calc(302/750) * 100vw));
    height: auto;
}

.nose_reduction_points_item.nose_reduction_points_item--right .btn_ac,
.nose_tip_formation_points_item.nose_tip_formation_points_item--right .btn_ac,
.aquiline_nose_points_item.aquiline_nose_points_item--right .btn_ac {
    bottom: min(-7.5px, calc(calc(-7.5/750) * 100vw));
    left: min(10px, calc(calc(10/750) * 100vw));
}

.nose_reduction_points_item .btn_ac:hover,
.nose_tip_formation_points_item .btn_ac:hover,
.aquiline_nose_points_item .btn_ac:hover {
    opacity: 0.8;
}

.nose_reduction_point,
.nose_tip_formation_point,
.aquiline_nose_point {
    width: min(690px, calc(calc(690/750) * 100vw));
    height: auto;
    margin: 0 auto;
}

/* 小鼻を小さくする */
.nose_reduction {
    background-color: #eeceaf;
    position: relative;
    padding-bottom: min(80px, calc(calc(80 / 750) * 100vw));
}

/* 鼻先を小さくする */
.nose_tip_formation {
    background-color: #d2dff2;
    position: relative;
    padding-bottom: min(80px, calc(calc(80 / 750) * 100vw));
}

/* 鼻筋を整える */
.aquiline_nose {
    background-color: #eed1d7;
    position: relative;
    padding-bottom: min(80px, calc(calc(80 / 750) * 100vw));
}

/* よくある質問 */
/*Q&A*/
/*.section_question {
    background: url(../img/nose_all_6/question_background_pc.png) no-repeat center -90px;
    background-color: #FFFCE9;
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    overflow: hidden;
}

.section_question_inner {
    position: relative;
}

.section_question_inner::before,
.section_question_inner::after {
    content: "";
    display: block;
    position: absolute;
}

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

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

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

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

.faq__question:hover {
    background: rgba(255, 238, 238, 0.9882352941);
}

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

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

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

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

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

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

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

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

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

.faq__question_txt,
.faq__answer_txt {
    position: relative;
}

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

.faq__question_txt::before {
    background: url("../img/nose_all_6/question.png") no-repeat;
    background-size: 100%;
}

.faq__answer_txt::before {
    background: url("../img/nose_all_6/answer.png") no-repeat;
    background-size: 100%;
}

.accordion_option {
    display: none;
}

@media screen and (max-width: 767px) {
    .faq__question_txt::before, .faq__answer_txt::before {
        width: 20px;
        height: 30px;
        top: -3px;
    }
    .faq__question span, .faq__answer span {
        margin-left: 30px;
    }
}*/

/*モーダル部分*/
.with-featherlight .featherlight {
    background: #6A6A6A;
}

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

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

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

/*modal_list*/
    .modal_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0 auto;
    width: 840px;
    justify-content: space-between;
}

.modal_list > li {
    max-width: 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;
}

@media screen and (max-width: 767px) {
.modal_list {
    width: 100%;
    box-sizing: border-box;
}
}
/*　施術の流れ　*/
/*flow*/
.section_flow {
    background: #fff;
    overflow: hidden;
}

.section_flow_inner {
    padding: 0 15px;
}

.double_eye_flow_list {
    margin-bottom: 30px;
}

.flow_list {
    margin-bottom: clamp(30px, 6vw, 60px);
    position: relative;
}

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

.flow_list-item {
    padding: 40px clamp(15px, 6vw, 60px) clamp(20px, 5vw, 50px);
    margin-top: clamp(75px, 11vw, 110px);
    background-color: #fff;
    border-top: #D1D5DD 2px solid;
    border-right: #D1D5DD 2px solid;
    border-bottom: #FF7878 2px solid;
    border-left: #FF7878 2px solid;
    position: relative;
    z-index: 1;
}

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

.flow_list-ttl img {
    box-shadow: -4px 4px 0px 0px #E2E2E2;
    position: absolute;
    top: -140px;
    right: -38px;
    width: 60%;
}

.flow_list-step {
    display: flex;
    align-items: center;
    font-size: min(48px, calc(calc(48/750) * 100vw));
    font-weight: 500;
    color: #C5CBD5;
    opacity: 0.8;
    margin-top: min(50px, calc(calc(50/750) * 100vw));
}

.flow_list-step span {
    padding-left: 0.05em;
    font-size: min(90px, calc(calc(90/750) * 100vw));
    color: #FF7878;
}

.flow_list-title {
    font-size: clamp(16px, 3vw, 30px);
    font-weight: 500;
    line-height: 1.6em;
}

.flow_list-text {
    font-size: clamp(12px, 1.8vw, 18px);
    line-height: 2em;
}

.flow_list-box {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.flow_list-box img {
    margin-left: 0;
    margin-bottom: 15px;
}

.flow_list-box .flow_list-text {
    padding-left: 30px;
}

.flow_list-box.flow_list-box--column {
    flex-direction: column;
}

.flow_list-box.flow_list-box--column p {
    padding-left: 0;
} 

@media screen and (max-width: 640px) {
    .flow_list-ttl img {
        max-width: 60%;
        box-shadow: -2px 2px 0px 0px #E2E2E2;
        right: -40px;
        top: -110px;
    }
}
  
@media screen and (max-width: 767px) {
    .section_flow_inner,
    .section_flow_inner .section_ttl {
        padding: 0 15px;
    }
    .flow_list::after {
        left: 100px;
    }.tab_btn 
    .flow_list-item {
        border-width: 1px;
    }
    .flow_list-box {
        display: block;
        margin-top: 20px;
    }
    .flow_list-box img {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .flow_list-box .flow_list-text {
        padding-left: 0;
    }
}
/*　症例モデルのメリット */
/* Merit */
/*.section_merit {
    background-color: #fff;
/*padding: clamp(35px,7vw,70px) 0;
}*/

/*.section_merit_inner {
    overflow: hidden;
}*/

.merit_list {
    margin-bottom: clamp(30px, 6vw, 60px);
}

.merit_list-item {
    margin-top: clamp(40px, 8vw, 80px);
}

.merit_list_ttl {
    position: relative;
}

.merit_list_ttl-num {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px clamp(10px, 2vw, 20px);
    background: #fff;
    border: #FF7878 2px solid;
    position: absolute;
    top: -50px;
    left: 0;
    font-size: clamp(14px, 3vw, 30px);
    font-weight: bold;
    color: #FF7878;
    letter-spacing: 0.04em;
}

.merit_list_ttl-num span {
    padding-left: clamp(5px, 1vw, 10px);
    font-size: clamp(30px, 6vw, 60px);
    letter-spacing: normal;
}

.merit_list_ttl-text {
    padding: clamp(20px, 4vw, 40px) clamp(15px, 3vw, 30px);
    background: #FF7878;
    font-size: clamp(16px, 3.4vw, 34px);
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
}

.merit_list-box {
    padding: clamp(15px, 6vw, 60px);
    border: #FF7878 solid 2px;
}

.merit_list-box img {
    display: block;
    margin: 0 auto clamp(20px, 4vw, 40px);
}

.merit_list-box p {
    font-size: clamp(12px, 1.8vw, 18px);
    line-height: 2em;
}

.model_contetns {
    /* padding: 0 clamp(15px, 5vw, 60px) clamp(30px, 5vw, 60px); */
    background: url(../img/nose_all_6/model_bg_pc.jpg) no-repeat top;
    background-size: contain;
    padding: 0px 60px 0px 60px;
}

.model_ttl {
    /*padding: clamp(25px, 5vw, 50px) clamp(15px, 3vw, 30px);*/
    padding: 30px 0px 30px 0px;
    margin-bottom: clamp(15px, 4vw, 40px);
}

.model_ttl-img {
    margin-bottom: 20px;
    max-width: 60%;
}

.model_ttl p {
    font-size: clamp(12px, 2.2vw, 22px);
    font-weight: 500;
    line-height: 2em;
}

.em_pink em {
    font-weight: inherit;
    color: #FF7878;
}

.model_detail {
    /*padding: clamp(30px, 4.5vw, 45px) clamp(15px, 8vw, 80px) clamp(15px, 4.5vw, 45px);
    border: #FF7878 solid 2px;*/
    position: relative;
}

.model_fw01 {
    position: absolute;
    left: -96px;
    bottom: 0;
}

.model_fw02 {
    position: absolute;
    right: -80px;
    top: -170px;
}

.model_fw03 {
    position: absolute;
    right: -195px;
    top: 90px;
}

.model_fw03 img {
    max-width: 70%;
}

.model_detail-ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    background-image: linear-gradient(transparent 75%, #FFF7D0 0%);
    font-size: clamp(20px, 4vw, 40px);
    font-weight: 500;
    text-align: center;
    line-height: 1em;
}

.model_detail p {
    font-size: clamp(12px, 1.8vw, 18px);
    line-height: 1.8em;
}

.model_detail p.model_notes {
    font-size: clamp(10px, 1.6vw, 16px);
    text-align: center;
}

.model_detail .model_icon {
    display: block;
    margin: 20px auto;
}

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

.model_contetns .counceling_btn {
    position: relative;
}

.model_contetns .counceling_btn::before,
.model_contetns .counceling_btn::after {
    content: "";
    display: block;
    width: clamp(1px, 0.2vw, 2px);
    height: clamp(35px, 5.5vw, 55px);
    background: #000;
    position: absolute;
    top: min(15px, calc(calc(15 / 750) * 100vw));
}

.model_contetns .counceling_btn .counceling_txt {
    font-size: clamp(13px, 2.6vw, 25px);
}

.model_contetns .counceling_btn::before {
    transform: rotate(-15deg) translateY(-50%);
    left: min(-10px, calc(calc(-10 / 750) * 100vw));
}

.model_contetns .counceling_btn::after {
    transform: rotate(15deg) translateY(-50%);
    right: min(-10px, calc(calc(-10 / 750) * 100vw));
}
  
@media screen and (max-width: 767px) {
    .merit_list-box {
        border-width: 1px;
    }
    .merit_list_ttl-num {
        top: -30px;
        border-width: 1px;
    }
    .model_contetns {
        background: url(../img/nose_all_6/model_bg_sp.jpg) no-repeat top;
        background-size: contain;
        padding: 0px 10px 0px 10px;
    }
    .model_detail {
        border-width: 1px;
    }
    .model_ttl-img {
        max-width: 60%;
    }
    .model_detail .model_icon {
        max-width: 80%;
    }
    .model_fw01 {
        left: -100px;
        bottom: 70px;
    }
    .model_fw02 {
        right: -220px;
        top: -80px;
    }
    .model_fw03 {
        right: -240px;
        top: 190px;
    }
    .model_fw01 img,
    .model_fw02 img,
    .model_fw03 img {
        max-width: 70%;
    }
}

/* 鼻施術の名医 */

.section_doctor{
    background-color: #F2F5F9;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .section_ttl-text::before,
  .section_ttl-text::after {
    border-width: 1px;
  }
}

/* featherlight */
.featherlight_cont {
    display: none;
}

.c-case-list {
    position: absolute;
    display: flex;
    justify-content: center;
    left:0;
    right: 0;
    width: min(580px, calc(calc(580 / 750) * 100vw));
    margin:0 auto;
    column-gap: min(5px, calc(calc(5 / 750) * 100vw));    
}

.c-case-list__item {
    width: 50%;
}

.nose_reduction .c-case-list--case1 {
    top: min(1170px, calc(calc(1170 / 750) * 100vw));
}

.nose_reduction .c-case-list--case1 .c-case-list__item {
    width: 33.3333%;
}

.nose_reduction .c-case-list--case2 {
    top: min(2050px, calc(calc(2050/ 750) * 100vw));
}

.nose_tip_formation .c-case-list--case1 {
    top: min(1150px, calc(calc(1150 / 750) * 100vw));
}

.nose_tip_formation .c-case-list--case2 {
    top: min(2145px, calc(calc(2145 / 750) * 100vw));
}

.aquiline_nose .c-case-list--case1 {
    top: min(1000px, calc(calc(1000 / 750) * 100vw));
}

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

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

/* ここからnose_all_6_3個別スタイル */
.web_coupon .btn_wrap {
    position: static;
    transform: none;
    margin: min(30px, calc(calc(30/750) * 100vw)) auto 0;
    width: min(630px, calc(calc(630/750) * 100vw));
}

.web_coupon .btn_wrap_inner {
    width: min(630px, calc(calc(630/750) * 100vw));
}

.web_coupon {
    background-color: #fff;
    background-color:#fffce9;
    padding-bottom: min(95px, calc(calc(95/750) * 100vw));
}

.web_coupon .box_countdown {
    background-image: url(../img/nose_all_6/count_bg_border.png);
    width: min(534px, calc(calc(534/750) * 100vw));
    aspect-ratio: 534/68;
}

.web_coupon__inner {
    width: calc( 100% - min(60px, calc(calc(60/750) * 100vw)));
    margin: 0 min(30px, calc(calc(30/750) * 100vw));
}

.fv_threadlift {
    background-color: #f3cdc5;
    /*padding-bottom: min(45px, calc(calc(45 / 750) * 100vw));*/
}

.nose_problem {
    background-color: #f8e2de;
}
.lip_problem {
    background-color: #f8e2de;
}

.nose_problem_case {
    padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
    margin-left: min(30px, calc(calc(30 / 750) * 100vw));
    margin-right: min(30px, calc(calc(30 / 750) * 100vw));
}

.fv_threadlift .btn_wrap,
.nose_problem_case .btn_wrap {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: auto;
}

.nose_problem__lead {
    background-color: #fff;
    border-radius: min(80px, calc(calc(80 / 750) * 100vw));
    font-size: min(34px, calc(calc(34 / 750) * 100vw));
    letter-spacing: 0.01em;
    font-weight: 500;
    color: #cf5852;
    margin: min(65px, calc(calc(65 / 750) * 100vw)) min(60px, calc(calc(60 / 750) * 100vw)) min(55px, calc(calc(55 / 750) * 100vw));
    padding: min(10px, calc(calc(10 / 750) * 100vw)) 0; 
}

.nose_problem__lead-txt {
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}

.nose_problem_case01,
.nose_problem_case02,
.nose_problem_case03 {
    position: relative;
    left: min(7px, calc(calc(7 / 750) * 100vw));
    /*width: min(714px, calc(calc(714 / 750) * 100vw))*/
}

@media screen and (max-width: 390px) {
    .tiktok-embed {
        min-width: auto!important;
    }
}

/* ユーティリティ*/

.u-center {
    text-align: center;
}
.u-block {
    display: block;
}

/* 余白 */

.mt30-flex {
    margin-top: min(30px, calc(calc(30 / 750) * 100vw));
}

.mt45-flex {
    margin-top: min(45px, calc(calc(45 / 750) * 100vw));   
}

.mt80-flex {
    margin-top: min(80px, calc(calc(80 / 750) * 100vw));       
}

.mb25-flex {
    margin-bottom: min(25px, calc(calc(25 / 750) * 100vw));
}

.mb75-flex {
    margin-bottom: min(75px, calc(calc(75 / 750) * 100vw));
}

.mb100-flex {
    margin-bottom: min(100px, calc(calc(100 / 750) * 100vw));    
}

/*20240610 TCB_AD-5010_【TCB】口元ヒアルLP 鼻横展 追加css*/
.wrap700{
    width:700px;
    max-width:100%;
    margin:0 auto;
}
.fv_threadlift_under {
    background-color: #f8e2de;
    padding-bottom: min(45px, calc(calc(45 / 750) * 100vw));
}
/*こんなクリニック注意*/
  /* 11/21追記 */
  .attention .flow_list-item {
  margin: 80px 0;
  padding: 0;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
  border: none;
  position: relative;
  z-index: 1;
}

.attention .flow_list-ttl {
  margin-bottom: 0;
  padding: 40px 0;
  background: #f43a69;
  text-align: center;
  color: yellow;
  position: relative;
}
.attention .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;
}
.attention .flow_list-ttl .flow_list-step span {
  font-size: 140%;
}
.attention .flow_list-ttl .flow_list-title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.attention .flow_list-ttl .flow_list-title span {
  display: block;
  font-size: 80%;
}

.attention .flow_list-detail {
  padding: 60px;
  background: #fff;
  border: #f43a69 2px solid;
  border-top: none;
}
.attention .flow_list-detail .flow_list-text {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.8;
}
.attention .flow_list-detail .flow_list-text.small {
  font-size: 20px;
}


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

  .seciton_flow_inner {
    padding: 0 15px;
  }
  .attention .flow_list-item {
    margin: 0;
  }
  .attention .flow_list-ttl {
    padding: 20px 10px;
  }
  .attention .flow_list-ttl .flow_list-step {
    padding: 2px 10px;
    border-width: 1px;
    font-size: 16px;
    top: -15px;
  }
  .attention .flow_list-ttl .flow_list-title {
    font-size: 20px;
  }
  .attention .flow_list-detail {
    padding: 15px 15px 20px;
  }
  .attention .flow_list-detail .flow_list-text {
    margin-top: 20px;
    font-size: 14px;
  }
  .attention .flow_list-detail .flow_list-text.small {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

.tab_box .tab_panel {
  display:none;
}

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

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

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

}

.responsive {
    width: 100%;
    aspect-ratio: 16/9;
}
/*こんなクリニック注意ここまで*/
.sejutsu_link {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
}
.facelift_tarumi_bg{
    background-color: #f2f5f9;
}
/*.model_fw01 {
    position: absolute;
    left: -163px;
    top: 120px;
}
.model_fw02 {
    position: absolute;
    right: -165px;
    top: -295px;
}
.model_fw03 {
    position: absolute;
    right: -237px;
    top: 530px;
}*/
@media screen and (max-width: 767px) {
.sejutsu_link {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    gap: 5%;
    }
.section_merit_inner {
    overflow: hidden;
    }
/*.model_fw01 {
    left: -71px;
    top: 48px;
    width: 53%;
}
.model_fw02 {
    width: 80%;
    right: -123px;
    top: -170px;
    }
    .model_fw03 {
    width: 85%;
    top: 237px;
    left: 212px;
    }*/
}

/*ヒアルロン酸注射のよくある質問*/

.l-section--worry01 {
    background: #fff0fb;
}
.c-worry-inner--gray {
    background: #f9f9f9;
}
.c-worry-inner {
    box-sizing: border-box;
    padding: 0 min(30px, calc(calc(30/750) * 100vw)) min(60px, calc(calc(60/750) * 100vw));
    width: calc(93% - min(20px, calc(calc(20/750) * 100vw)));
    margin: 0 auto;
    /*background: #ffffff;*/
    box-shadow: 0 0 min(3vw, 15px) rgba(113, 46, 86, 0.2);
    position: relative;
}
.c-worry-ribbon--inside {
    margin-left: max(-41px, calc( -1 * (calc(40/750) * 100vw)));
    margin-bottom: min(40px, calc(calc(40/750) * 100vw));
}
.c-worry-ribbon {
    position: relative;
    /*margin-bottom: max(-12px, calc( -1 * (calc(12/750) * 100vw)));*/
    width: min(700px, calc(calc(700/750) * 100vw));
}
/* faq */
.faq {
  background: #f9f9f9;
  box-shadow: 0 0 min(15px, calc(calc(15/750) * 100vw)) rgba(0, 0, 0, 0.05);
}

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

.faq__question,
.faq__answer {
  z-index: 1;
  cursor: pointer;
  font-size: min(28px, 3.7333333333vw);
  position: relative;
  line-height: 1.5;
  padding: 0.68em 2.2em 0.68em 0.68em;
}

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

.faq__question {
  background: #fff;
  border-bottom: none;
  transition: all 0.4s;
}

.faq__question:hover {
  background: #ffd2f3;
}

.faq__answer {
  background: #fff0fb;
  border-bottom: none;
  color: #1e171b;
  display: none;
}

.faq__question::before,
.faq__question::after,
.flow__ttl::before,
.flow__ttl::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: min(24px, 3.2vw);
  height: min(2px, 0.2666666667vw);
  top: 50%;
  right: min(60px, 8vw);
  background-color: #d1007e;
  transition: 0.2s;
  width: min(26px, 3.4666666667vw);
  height: min(2px, 0.2666666667vw);
  right: min(15px, 2vw);
  top: 45%;
}

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

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

.flow__ttl.js--accordion-open::after {
  transform: rotate(90deg);
}

.faq__question span,
.faq__answer span {
  margin-left: min(55px, 7.3333333333vw);
  display: block;
}

.faq__item {
  margin: 0 auto min(30px, calc(calc(30/750) * 100vw));
}

.faq__item:last-child {
  margin-bottom: 0;
}

.question_icon {
  position: absolute;
  top: min(24px, 3.2vw);
}

.faq__question_txt,
.faq__answer_txt {
  position: relative;
}

.faq__question_txt::before,
.faq__answer_txt::before {
  content: "";
  display: block;
  width: min(38px, 5.0666666667vw);
  height: min(46px, 6.1333333333vw);
  position: absolute;
  top: 0;
  left: 0;
}

.faq__question_txt {
  font-weight: bold;
}

.faq__question_txt::before {
  background: url("../img/facelift_tarumi/question.png") no-repeat;
  background-size: 100%;
}

.faq__answer_txt::before {
  background: url("../img/facelift_tarumi/answer.png") no-repeat;
  background-size: 100%;
}
/*ヒアルロン酸注射のよくある質問ここまで*/
.js_countdown_common {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start !important;
    margin-bottom: 10px;
}
/*20240610 TCB_AD-5010_【TCB】口元ヒアルLP 鼻横展 追加css ここまで*/

/*20250317 TCB_AD-7037 中国語ボタン追加*/
.head_logo2 {
    width: min(80px, calc(calc(80 / 750) * 100vw));
    padding: 10px;
}
.languages {
    margin-top: 2px;
}
@media only screen and (max-width: 749px) {
    .languages {
        margin-top: 3px;
    }
}
/*20250317 TCB_AD-7037 中国語ボタン追加*/



/*
20250331 追記
================================================================ */
/* ほうれい線 -- ポイント */
.hourei_point {
    width: min(690px, calc(calc(690 / 750)* 100vw));
    height: auto;
    margin: 0 auto;
}
.hourei_point--border {
    border-top: min(5px, calc(calc(5 / 750)* 100vw)) solid #314fae;
}
.hourei_point_inner {
    position: relative;
}
.hourei_point_inner .btn_wrap {
    position: relative;
    bottom: auto;
}


/*
20250627 htmlから転記
================================================================ */
.strong_pink strong {
    color: #ff7878;
}
.counceling_btn .counceling_txt::before,
.counceling_btn .counceling_txt::after {
    display: none;
}

.fv_threadlift-inner {
    position: relative;
}
.fv_threadlift-anker {
    position: absolute;
    right: 0;
    bottom: 235px;
    left: 0;
    margin: auto;
    background: initial;
}
@media only screen and (max-width: 749px) {
    .fv_threadlift-anker {
        bottom: 30vw;
    }
}

.fv_threadlift {
    overflow: hidden;
}
.lp_header-item {
    position: static;
}

/* TikTok */
.fv_area-tiktok {
    background-image: url("../img/facelift_tarumi_05/pc-bk.webp");
    background-size: cover;
}
.fv_area-tiktok-inner-pc {
    width: clamp(768px, 100vw, 1106px);
    margin: 0 auto;
    position: relative;
}
.fv_area-tiktok-inner-pc picture img {
    width: clamp(768px, 100vw, 1106px);
}
.tiktok-video {
    position: absolute;
    top: 15%;
    right: 8%;
}
.tiktok-video a:hover {
    opacity: 1.0;
}
.tiktok-video a video {
    height: clamp(330px, 43vw, 500px);
    width: auto;
    background: #000;
    border-radius: 10px;
    border: solid #000 10px;
}
.tiktok-video__cont video {
    display: none;
}
.with-featherlight .featherlight {
    background: #6A6A6A;
}

/* レスポンシブ */
@media only screen and (max-width:1116px) {
    .fv_area-tiktok-inner-pc {
        width: 100%;
    }
}
@media only screen and (max-width:768px) {
    .tiktok-video {
        top: 12%;
    }
    .tiktok-video a video {
        width: 200px;
        height: 400px;
    }
}


/*
20250627 TCB_AD-8395　検証--満足度訴求
================================================================= */

:root {
    --font-yu-mincho: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    --font-yu-gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.wrap590 {
    width: min(590px, calc(calc(590/750) * 100vw));
    margin-left: auto;
    margin-right: auto;
}

/* CTAボタン */
.btn_wrap_02 {
    width: min(634px, calc(calc(634/750) * 100vw));
    margin-left: auto;
    margin-right: auto;
}

/* CTAボタン下 症例写真 */
.cta_case {
    margin-top: min(80px, calc(calc(80/750) * 100vw));
    padding: 0 min(30px, calc(calc(30/750) * 100vw));
    display: flex;
    justify-content: space-between;
    gap: min(20px, calc(calc(20/750) * 100vw));
}
.cta_case img {
    width: 48.5%;
}

/* 各施術ポイント */
.point_detail p {
    color: #474747;
    font-family: var(--font-yu-gothic);
    font-size: min(26px, calc(calc(26/750) * 100vw));
    font-weight: 500;
    line-height: 1.88;
}

/* ポイント・症例写真 */
.point_case {
    margin-top: min(55px, calc(calc(55/750) * 100vw));
    background: #fff;
    padding: min(55px, calc(calc(55/750) * 100vw)) min(28px, calc(calc(28/750) * 100vw)) min(45px, calc(calc(45/750) * 100vw));
    box-sizing: border-box;
}
.point_case._hourei {
    border: min(4px, calc(calc(4/750) * 100vw)) solid #6d97e5;
}
.point_case._marionette {
    border: min(4px, calc(calc(4/750) * 100vw)) solid #da7388;
}

.point_case h3 {
    text-align: center;
    color: #474747;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(40px, calc(calc(40/750) * 100vw));
    font-weight: 700;
    line-height: 1;
    letter-spacing: min(1px, calc(calc(1/750) * 100vw));
    padding-bottom: min(24px, calc(calc(24/750) * 100vw));
    margin-bottom: min(40px, calc(calc(40/750) * 100vw));
}
.point_case._hourei h3 {
    border-bottom: min(2px, calc(calc(2/750) * 100vw)) solid #6986e2;
}
.point_case._marionette h3 {
    border-bottom: min(2px, calc(calc(2/750) * 100vw)) solid #da7388;
}

.point_case__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(26px, calc(calc(26/750) * 100vw));
    margin-bottom: min(40px, calc(calc(40/750) * 100vw));
}
.point_case__img img {
    width: 47.9%;
}
.point_case__img ._full {
    width: 100%;
}


.point_case__desc {
    width: min(580px, calc(calc(580/750) * 100vw));
    margin-left: auto;
    margin-right: auto;
}
.point_case__desc dl {
    padding-bottom: min(9px, calc(calc(9/750) * 100vw));
    border-bottom: min(2px, calc(calc(2/750) * 100vw)) solid #e4e5e7;
    margin-bottom: min(10px, calc(calc(10/750) * 100vw));
    display: flex;
    align-items: center;
}
.point_case__desc dl._after {
    margin-bottom: min(20px, calc(calc(20/750) * 100vw));
}
.point_case__desc dt {
    color: #fff;
    font-size: min(26px, calc(calc(26/750) * 100vw));
    font-weight: 600;
    line-height: min(36px, calc(calc(36/750) * 100vw));
    width: min(96px, calc(calc(96/750) * 100vw));
    height: min(36px, calc(calc(36/750) * 100vw));
    text-align: center;
    margin-right: min(20px, calc(calc(20/750) * 100vw));
}
.point_case__desc ._before dt {
    background: #bebebe;
}
._hourei .point_case__desc ._after dt {
    background: #6986e2;
}
._marionette .point_case__desc ._after dt {
    background: #eb6b85;
}
.point_case__desc dd {
    color: #3d3d3d;
    font-size: min(24px, calc(calc(24/750) * 100vw));
    font-weight: 600;
    letter-spacing: max(-1px, calc(-1 * (calc(1/750) * 100vw)));
}

.point_case__risk {
    background: #c7c7c7;
    padding: min(18px, calc(calc(18/750) * 100vw)) min(16px, calc(calc(16/750) * 100vw));
    margin: min(18px, calc(calc(18/750) * 100vw)) 0;
}
.point_case__risk p {
    color: #fff;
    font-size: min(22px, calc(calc(22/750) * 100vw));
    font-weight: 600;
    line-height: 1.45;
}

.point_case__anno {
    color: #000;
    font-size: min(18px, calc(calc(18/750) * 100vw));
    font-weight: 600;
}




/* オススメの理由 */
.benefit__ttl {
    background: url(../img/hyaluronic__ab10/benefit__ttl_bg.webp) no-repeat top / cover;
    padding: min(60px, calc(calc(60/750) * 100vw)) 0 min(50px, calc(calc(50/750) * 100vw));
}
.benefit__ttl p {
    text-align: center;
    color: #000;
    font-family: var(--font-yu-mincho);
    font-size: min(32px, calc(calc(32/750) * 100vw));
    font-weight: 600;
    line-height: 1.6;
    margin-top: min(65px, calc(calc(65/750) * 100vw));
}
.benefit__cont {
    background: url(../img/hyaluronic__ab10/benefit__cont_bg.webp) no-repeat top / cover;
    padding: min(60px, calc(calc(60/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw)) min(100px, calc(calc(100/750) * 100vw));
}
.benefit__cont p {
    color: #3e3e3e;
    font-family: var(--font-yu-gothic);
    font-size: min(26px, calc(calc(26/750) * 100vw));
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: max(-2px, calc(-1 * (calc(2/750) * 100vw)));
    margin: min(30px, calc(calc(30/750) * 100vw)) 0;
}

/* あなたにピッタリのヒアルロン酸・ボトックス */
.hy_types {
    background: #eef6ff;
    padding: min(75px, calc(calc(75/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw)) min(100px, calc(calc(100/750) * 100vw));
    box-sizing: border-box;
}
.hy_types h3 {
    text-align: center;
    color: #1ea6f3;
    font-size: min(53px, calc(calc(53/750) * 100vw));
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: min(45px, calc(calc(45/750) * 100vw));
    letter-spacing: max(-2px, calc(-1 * (calc(2/750) * 100vw)));
}
.hy_types h3 span {
    font-size: min(37px, calc(calc(37/750) * 100vw));
}
.hy_types__inner {
    background: #fff;
    padding: min(60px, calc(calc(60/750) * 100vw)) min(50px, calc(calc(50/750) * 100vw));
}
.hy_types__inner h4 {
    position: relative;
    text-align: center;
    color: #1ea6f3;
    font-size: min(53px, calc(calc(53/750) * 100vw));
    font-weight: 600;
    line-height: 1;
    padding-bottom: min(30px, calc(calc(30/750) * 100vw));
    margin-bottom: min(50px, calc(calc(50/750) * 100vw));
}
.hy_types__inner h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: min(4px, calc(calc(4/750) * 100vw));
    background: url(../img/hyaluronic__ab10/dots_line.webp) no-repeat left center / contain;
}

.hy_types__items h5 {
    width: min(400px, calc(calc(400/750) * 100vw));
    background: #1ea6f3;
    border-radius: 9999px;
    text-align: center;
    color: #fff;
    font-size: min(40px, calc(calc(40/750) * 100vw));
    font-weight: 600;
    line-height: min(58px, calc(calc(58/750) * 100vw));
    margin: min(65px, calc(calc(65/750) * 100vw)) auto min(50px, calc(calc(50/750) * 100vw));
}
.hy_types__items h5:first-of-type {
    margin-top: 0;
}
.hy_types__items h5:last-of-type {
    margin-bottom: min(30px, calc(calc(30/750) * 100vw));
}
.hy_types__items p {
    color: #444;
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(24px, calc(calc(24/750) * 100vw));
    font-weight: 400;
    line-height: 1.7;
    margin-top: min(40px, calc(calc(40/750) * 100vw));
}

/* 限定解除要件アコーディオン */
.ex_acc__head {
    background: #efefef;
    text-align: center;
    color: #585858;
    font-family: var(--font-yu-gothic);
    font-size: min(34px, calc(calc(34/750) * 100vw));
    font-weight: 600;
    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(4px, calc(calc(4/750) * 100vw));
    right: min(30px, calc(calc(30/750) * 100vw));
}
.ex_acc__head::after {
    width: min(4px, calc(calc(4/750) * 100vw));
    height: min(30px, calc(calc(30/750) * 100vw));
    right: min(43px, calc(calc(43/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;
    margin-left:0;
}


/* 専門医コンテンツ */

.seciton_point p {
    text-align: center;
}
.fs40 {
    font-size: clamp(20px, 4.0vw, 40px);
}
.ff_serif {
    font-family: var(--font-yu-mincho);
}
.fc_pink_serif {
    font-size: clamp(20px, 3.6vw, 36px);
    line-height: 160%;
}
.fc_pink span {
    color: #f43a69;
}
.u_line2 {
    border-bottom: 2px solid #f43a69;
    display: inline;
}
.ta_left {
    text-align: left !important;
}
.lh180 {
    line-height: 180%;
}

.seciton_point_white-box{
  background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%), url(../img/hyaluronic__ab10/point_white-box_bg.webp);
  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: var(--font-yu-mincho);
}
.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: 30px 20px 20px;
        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;
    }
}