@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;
    position: relative;
    z-index: 1;
}

a {
    cursor: pointer;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

/*---------------------------------------------------------------------------------------
--
-- base
--
----------------------------------------------------------------------------------------*/


main,
body header {
    width: min(100%, 750px);
    margin: 0 auto;
}

body header {
    z-index: 110;
}


.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;
}

:root {
    --font-yu-mincho:" YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    --font-gothic: '游ゴシック', 'Noto Sans JP', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    --pores-color: #e88646;
    --acne-color: #6986e2;
    --crater-color: #eb6b85;
}


.fs26 {
    font-size: clamp(13px, 2.6vw, 26px);
    line-height: 1.75;
    text-align: left;
    letter-spacing: -0.04em;
}

/*共通終わり*/

/*---------------------------------------------------------------------------------------
--
-- layout
--
----------------------------------------------------------------------------------------*/
/* header */
.lp_header {
    height: min(90px, calc(calc(90/750) * 100vw));
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding-left: min(22px, calc(calc(22/750) * 100vw));*/
    background-color: #ffffff;
    box-sizing: border-box;
    height: min(100px, calc(calc(100/750) * 100vw));
}

.section_header,
.section_header_logo,
.section_header_logo img {
    height: auto;
}

.section_header_logo img {
    width: min(266px, calc(calc(266/750) * 100vw));
    margin-left: min(20px, calc(calc(20/750) * 100vw));
}

.head_logo {
    padding: min(20px, calc(calc(20/750) * 100vw));
    box-sizing: border-box;
    height: 100%;
}

.head_logo h1 {
    height: 100%;
}

.head_logo img {
    max-height: 100%;
    width: auto;
    display: block;
}

.head_btn {
    height: 100%;
}

.head_btn img {
    max-height: 100%;
    width: auto;
    display: block;
}

.lp_header .head__menu {
    z-index: -1;
    padding-top: min(100px, calc(calc(100 / 750) * 100vw));
    top: 0;
    box-sizing: border-box;
}

.head__menu .head__menu-inner {
    margin-block: 0;
}


/*モーダル部分*/
.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;
    }
}
















/* ========================================
　ここから個別スタイル 
======================================== */
/* header */
.section_header {
    align-items: center;
}

.section_header_web {
    width: min(259px, calc(calc(259 / 750) * 100vw));
    text-align: right;
}

/* ドロワーボタン */
@media screen and (max-width: 640px) {
    header .drawer-btn span {
        right: min(20px, calc(calc(20 / 750) * 100vw))
    }

    header .drawer-btn span::before {
        top: -10px;
    }

    header .drawer-btn span::after {
        bottom: -10px;
    }
}



/* fv */
.fv {
    position: relative;
    padding-top: min(100px, calc(calc(100/750) * 100vw));
}

.coupon__count-fv {
    position: absolute;
    bottom: clamp(30px, 6vw, 60px);
}

.nikibi_photo {
    background-color: #ffffff;
}

.nikibi_photo .photo_img {
    padding-bottom: clamp(30px, 6vw, 60px);
}

.nikibi_photo .photo_img_bg {
    padding-bottom: clamp(30px, 6vw, 80px);
    background-color: #FFFBE5;
}

.nikibi_photo .nikibi_photo_bg {
    padding-bottom: clamp(30px, 6vw, 60px);
    background-color: #FFFBE5;
}

.nikibi_ordermade {
    background: url(../img/skin_nikibi/ordermade_bg.png) repeat center top / 20% auto;
    padding-bottom: clamp(30px, 6vw, 60px);
}

.nikibi_ordermade .ordermade_img {
    padding-inline: 4%;
    margin-block: clamp(30px, 6vw, 60px);
}

.nikibi_type {
    text-align: center;
    background: linear-gradient(to bottom, #FFEEF1 0%, #FFDFE5 100%);
    padding-block: clamp(30px, 6vw, 60px);
}

.nikibi_type .type_top {
    padding-inline: 10%;
    margin-bottom: clamp(30px, 6vw, 60px);
}

.nikibi_type .type_img01 {
    padding: 0 6px;
    width: fit-content;
}

.nikibi_type .type_img01 img {
    max-width: none;
    width: min(1300px, calc(calc(1300/750) * 100vw));
    border-radius: clamp(15px, 3vw, 30px);
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.nikibi_type .type_scroll {
    overflow: auto;
    width: calc(100% - clamp(25px, 5vw, 50px));
    margin: 0 auto;
    padding: 0 0 6px;
}


/* coupon */

.c-btn-coupon {
    position: relative;
    z-index: 1;
    text-align: center;
}

.c-case-list__item {
    margin-top: clamp(30px, 6vw, 60px);
}


.c-web-coupon,
.c-web-coupon__lead {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.with-featherlight .featherlight .featherlight-content:has(#c-web-coupon__use) .featherlight-close-icon {
    top: unset;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    background-color: #fff;
    width: 40px;
    height: 40px;
}

.with-featherlight .featherlight .featherlight-content:has(#c-web-coupon__use) .featherlight-close-icon:before,
.with-featherlight .featherlight .featherlight-content:has(#c-web-coupon__use) .featherlight-close-icon:after {
    background: #000;
    height: 25px;
}

.c-web-coupon__use {
    width: 32%;
    margin: 0 auto;
    display: block;
}

.c-web-coupon__use--scroll {
    overflow-y: scroll;
    /*width: 100%!important;
  height: 100%!important;*/
}

.with-featherlight .featherlight .featherlight-content #c-web-coupon__use,
.with-featherlight .featherlight .featherlight-content {
    padding: 0;
}

.with-featherlight .featherlight .featherlight-content:has(#c-web-coupon__use),
.with-featherlight .featherlight .featherlight-inner#c-web-coupon__use {
    border-radius: min(30px, calc(calc(30 / 750) * 100vw));
}

.with-featherlight .featherlight .featherlight-inner#c-web-coupon__use {
    max-height: calc(90vh - 100px);
}

/* スクロールバーの表示調整 */

.c-web-coupon__use--scroll::-webkit-scrollbar {
    display: none;
}

.c-web-coupon__use--scroll::-webkit-scrollbar-track {
    display: none;
}

.c-web-coupon__use--scroll::-webkit-scrollbar-thumb {
    display: none;
}

.c-web-coupon__use--scroll::-webkit-scrollbar-button {
    display: none;
}

.c-web-coupon__use--scroll::-webkit-scrollbar-track-piece:start,
.c-web-coupon__use--scroll::-webkit-scrollbar-track-piece:end {
    display: none;
}

.featherlight-content .simplebar-content {
    width: min(88vw, 640px);
}






/*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;
}

/*クリニック*/

.section_clinic {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
    background: #fff;
    padding: clamp(35px, 7vw, 70px) 0;
}

#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: 767px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}

/*MV動画*/

video {
    vertical-align: bottom;
    width: 100%;
}


/*ドクタースライダー*/

.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;
    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;
    }

    .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%;
}



.section_lead {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .btnwrap {
        bottom: 50px;
    }

}

/* ここからnose_all_6個別スタイル */

.fv_threadlift-inner {
    position: relative;
}

.btn_wrap .btn_img:hover {
    opacity: 0.8;
}

.attention .flow_list-item {
    margin: 0 !important;
}

.tab_btn {
    width: 49% !important;
}

.skin_problem_case {
    position: relative;
}


.skin_problem_case .skin_problem_case01:hover,
.skin_problem_case .skin_problem_case02:hover,
.skin_problem_case .skin_problem_case03:hover {
    opacity: 0.8;
}

/* 共通 ボタンの位置・大きさ */
.skin_problem_case .btn_wrap,
.pores .btn_wrap,
.acne .btn_wrap,
.crater .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;
}

.pores .btn_wrap,
.acne .btn_wrap,
.crater .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;
}

/* あなたの鼻のお悩みは？ */
.skin_problem_case {
    position: relative;
}

/* 3つのポイント要約 */
.pores_points,
.acne_points,
.crater_points {
    padding-top: min(80px, calc(calc(80/750) * 100vw));
    padding-bottom: min(80px, calc(calc(80/750) * 100vw));
}

.pores_point,
.acne_point,
.crater_point {
    position: relative;
}

.pores_points_ttl,
.acne_points_ttl,
.crater_points_ttl {
    width: min(692px, calc(calc(692 / 750) * 100vw));
    height: auto;
    margin: 0 auto;
    margin-bottom: min(25px, calc(calc(25 / 750) * 100vw));
}

.pores_points_item,
.acne_points_item,
.crater_points_item {
    position: relative;
    margin-bottom: min(45px, calc(calc(45 / 750) * 100vw));
}

.pores_points_item img,
.acne_points_item img,
.crater_points_item img {
    width: min(725px, calc(calc(725 / 750) * 100vw));
    height: auto;
}

.pores_points_item.pores_points_item--right,
.acne_points_item.acne_points_item--right,
.crater_points_item.crater_points_item--right {
    text-align: right;
    margin-bottom: min(35px, calc(calc(35/750) * 100vw));
}

.pores_points_item .btn_ac,
.acne_points_item .btn_ac,
.crater_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;
}

.pores_points_item.pores_points_item--right .btn_ac,
.acne_points_item.acne_points_item--right .btn_ac,
.crater_points_item.crater_points_item--right .btn_ac {
    bottom: min(-7.5px, calc(calc(-7.5/750) * 100vw));
    left: min(10px, calc(calc(10/750) * 100vw));
}

.pores_points_item .btn_ac:hover,
.acne_points_item .btn_ac:hover,
.crater_points_item .btn_ac:hover {
    opacity: 0.8;
}

.pores_point,
.acne_point,
.crater_point {
    width: min(690px, calc(calc(690/750) * 100vw));
    height: auto;
    margin: 0 auto;
}

.point_box {
    background-color: #FFF;
    text-align: center;
}

.point_box h2 {
    width: 90%;
    margin: clamp(12px, 2.4vw, 24px) auto clamp(20px, 4vw, 40px);
}

.point_box figure {
    width: 70%;
    margin: 0 auto;
}

.point_box .treatment {
    width: 80%;
    margin: 0 auto;
    padding: 4% 5%;
}

.point_box .treatment dt {
    font-size: clamp(18.5px, 3.7vw, 37px);
    font-weight: bold;
    margin-bottom: 0.75em;
}

.attention__wrap {
    width: 90%;
    margin: 0 auto;
}

.js__unit__header {
    font-size: clamp(16px, 3.3vw, 33px);
    text-align: left;
    padding: 30px 60px 30px 30px;
    color: #FFF;
    font-weight: bold;
    font-family: var(--font-gothic);
    position: relative;
}

@media screen and (max-width: 750px) {
    .js__unit__header {
        padding: 4vw 8vw 4vw 4vw;
    }
}

.js__unit__header:hover {
    opacity: .7;
}

.sp__open__box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.sp__open--icon {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.sp__open__box .sp__open--icon:before,
.sp__open__box .sp__open--icon: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;
}

.sp__open__box .sp__open--icon:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.js__unit__header.open .sp__open__box {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.js__unit__header.stay .sp__open__box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js__unit__header.stay.open .sp__open__box {
    -webkit-transform: rotate(315eg);
    transform: rotate(315deg);
}

.js__unit__header.stay .sp__open__box .sp__open--icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js__unit__header.stay.open .sp__open__box .sp__open--icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js__unit__header.stay .sp__open__box .sp__open--icon:before {
    content: none;
}

.js__unit__header.stay.open .sp__open__box .sp__open--icon:before {
    content: "";
}

.js__unit__header.stay.open .sp__open__box .sp__open--icon:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js__unit__header.open .sp__open__box .sp__open--icon:before {
    content: none;
}

.js__unit__header.open .sp__open__box .sp__open--icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ニキビ・Point01 */
.js_acc__acne_ttl.js__unit__header .sp__open__box .sp__open--icon:after {
    transition: all 0.3s;
}

.js_acc__acne_ttl.js__unit__header.close .sp__open__box .sp__open--icon:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.3s;
}

/* ニキビ・お取り扱い院 */
.js_acc__acne02 .js__unit__header .sp__open__box .sp__open--icon:after {
    transition: all 0.3s;
}

.js_acc__acne02 .js__unit__header.-active .sp__open__box .sp__open--icon:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.step_ttl {
    padding-bottom: clamp(5px, 1vw, 10px);
    margin-bottom: clamp(10px, 2vw, 20px);
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 500;
}

.js__tab__panel2 p img {
    width: 80%;
    height: auto;
    margin: 0 auto clamp(18px, 3.6vw, 36px);
}

.attention__panel--txt {
    font-size: clamp(14px, 3vw, 22px);
    line-height: 1.6;
}

.attention__panel--txt span,
.attention__panel--note span {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.4em;
    text-decoration-color: rgba(255, 243, 83, 0.9);
    text-decoration-skip-ink: none;
}

/* 毛穴を無くす */
.pores {
    background-color: #eeceaf;
    position: relative;
    padding-bottom: min(80px, calc(calc(80 / 750) * 100vw));
}

.pores .point_box {
    border-top: solid #cb6603 5px;
    padding-bottom: clamp(45px, 9vw, 90px);
}

#ac_pores_point02 .point_box {
    background-color: #fff5ee;
}

#ac_pores_point03 .point_box {
    /*padding-bottom: clamp(170px, 34vw, 340px);*/
}

.pores .treatment {
    background-color: #fff5eb;
    border-radius: 14px;
}

.pores dt {
    color: var(--pores-color)
}

.pores .js__unit__header {
    background-color: var(--pores-color);
}

.js__unit__inner {
    display: none;
    padding: clamp(12px, 3vw, 30px);
    box-sizing: border-box;
    background-color: #fff;
    border-left: 2px solid #d2dae4;
    border-right: 2px solid #d2dae4;
    border-bottom: 2px solid #d2dae4;
}

.js__unit__inner.stay {
    display: block;
}

.pores .step_ttl {
    color: var(--pores-color);
    border-bottom: 2px solid var(--pores-color);
    font-size: clamp(16px, 3.8vw, 38px);
    font-weight: bold;
}

.pores .attention__panel--txt span {
    color: var(--pores-color);
}

.fs26 {
    font-size: clamp(13px, 2.6vw, 26px);
    line-height: 1.75;
    text-align: left;
    letter-spacing: -0.04em;
}


/* ニキビ跡を消す */
.acne {
    background-color: #d1dff3;
    position: relative;
    padding-bottom: min(80px, calc(calc(80 / 750) * 100vw));
}

.acne .point_box {
    border-top: solid #314fae 5px;
    padding-bottom: clamp(45px, 9vw, 90px);
}

#ac_acne_point02 .point_box {
    background-color: #f1f4fe;
}

#ac_acne_point03 .point_box {
    /*padding-bottom: clamp(170px, 34vw, 340px);*/
}

.acne .treatment {
    background-color: #f1f4fe;
    border-radius: 14px;
}

.acne dt {
    color: var(--acne-color)
}

.acne .js__unit__header {
    background-color: #314fae;
}

.acne .js__unit__header._color02 {
    background-color: #778bcc;
}

.acne .attention__panel--txt span {
    color: var(--acne-color);
}

.acne .attention__panel--txt span._small {
    font-size: min(24px, calc(calc(24/750) * 100vw));
    color: inherit;
    font-weight: 400;
    text-decoration-color: transparent;
}

.js_acc__acne_body {
    display: none;
    padding: clamp(12px, 3vw, 30px);
    box-sizing: border-box;
    background-color: #fff;
    border-left: 2px solid #d2dae4;
    border-right: 2px solid #d2dae4;
    border-bottom: 2px solid #d2dae4;
}

/* ニキビ料金テーブル */
.acne__price {
    width: 100%;
}

.acne__price th {
    background-color: var(--acne-color);
    color: #fff;
    text-align: center;
    font-size: min(24px, calc(calc(24/750) * 100vw));
    font-weight: 600;
    line-height: 1;
    padding: min(10px, calc(calc(10/750) * 100vw)) 0;
}

.acne__price th.name {
    width: 42.5%;
    border-right: 2px solid #fff;
    border-left: 2px solid var(--acne-color);
}

@media screen and (max-width: 750px) {
    .acne__price th.name {
        width: 46%;
        border-right: 0.27vw solid #fff;
        border-left: 0.27vw solid var(--acne-color);
    }
}

.acne__price th.price {
    border-right: 2px solid var(--acne-color);
}

@media screen and (max-width: 750px) {
    .acne__price th.price {
        border-right: 0.27vw solid var(--acne-color);
    }
}

.acne__price tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.acne__price td {
    font-size: clamp(14px, 2.5vw, 24px);
    font-weight: 500;
    padding: min(18px, calc(calc(18/750) * 100vw)) min(20px, calc(calc(20/750) * 100vw));
    border-left: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    letter-spacing: -0.2rem;
}

@media screen and (max-width: 750px) {
    .acne__price td {
        border-left: 0.27vw solid #ddd;
        border-bottom: 0.27vw solid #ddd;
        letter-spacing: -0.2vw;
    }
}

.acne__price td:last-child {
    border-right: 2px solid #ddd;
}

@media screen and (max-width: 750px) {
    .acne__price td:last-child {
        border-right: 0.27vw solid #ddd;
    }
}

.acne__price td span {
    font-size: clamp(10px, 1.8vw, 16px);
    display: inline-block;
    text-indent: -16px;
    padding-left: 16px;
    line-height: 1.2;
    margin-top: min(10px, calc(calc(10/750) * 100vw));
    letter-spacing: -0.08rem;
}

@media screen and (max-width: 750px) {
    .acne__price td span {
        text-indent: -2.13vw;
        padding-left: 2.13vw;
        letter-spacing: -0.1vw;
    }
}

.acne__price td span a {
    color: #3d3d3d;
    text-decoration: underline;
}



/* クレーターを治す */
.crater {
    background-color: #f1d7dc;
    position: relative;
    padding-bottom: min(80px, calc(calc(80 / 750) * 100vw));
}

.crater .point_box {
    border-top: solid #be304d 5px;
    padding-bottom: clamp(45px, 9vw, 90px);
}

.crater .treatment {
    background-color: #fff4f6;
    border-radius: 14px;
}

.crater dt {
    color: var(--crater-color)
}

#ac_crater_point03 .point_box {
    /*padding-bottom: clamp(170px, 34vw, 340px);*/
}

.crater .js__unit__header {
    background-color: #EA6B86;
}


/*　施術の流れ　*/
/*flow*/
.section_flow {
    padding-block: clamp(35px, 7vw, 70px);
    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;
    }

    .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, 6vw, 60px) clamp(30px, 6vw, 60px);
    background: url(../img/nose_all_6/model_bg_pc.jpg) no-repeat top;
    background-size: contain;
}

.model_ttl {
    padding: clamp(25px, 5vw, 50px) clamp(15px, 3vw, 30px);
    margin-bottom: clamp(15px, 4vw, 40px);
}

.model_ttl-img {
    margin-bottom: 20px;
    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;
    }

    .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));
}


/* ユーティリティ*/

.u-center {
    text-align: center;
}

.u-block {
    display: block;
}

.ls__02 {
    letter-spacing: max(-2px, calc(-1 * (calc(2/750) * 100vw)));
}

/* 余白 */

.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));
}

.fc_pink span {
    color: #f43a69;
}

.fc_pink_serif span.small {
    font-size: clamp(10px, 2.0vw, 20px);
}

.fc_pink_serif strong {
    font-size: clamp(22px, 4.0vw, 40px);
}

.fc_pink_serif span.medium {
    font-weight: bold;
}

.fc_pink_serif {
    font-size: clamp(18px, 3.4vw, 34px);
    line-height: 160%;
}

.ff_serif {
    font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.u_line2 {
    border-bottom: 2px solid #f43a69;
    display: inline;
}

@media screen and (max-width: 767px) {
    .u_line2 {
        border-width: 1px;
    }
}


/*カウントダウン↓*/

.coupon__inner {
    width: 100%;
    max-width: 736px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
}

.box_countdown {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .box_countdown {
        padding: 0px;
        line-height: 1.5;
    }
}

.box_countdown p {
    font-size: clamp(11px, 2.2vw, 24px);
    font-weight: bold;
    color: #1f6c84;
    text-align: center;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
    font-size: clamp(14px, 2.4vw, 24px);
    font-weight: bold;
    color: #e43c83;
    padding-left: 5px;
}

@media screen and (max-width: 767px) {

    .box_countdown .yyc-day,
    .box_countdown .yyc-hou,
    .box_countdown .yyc-min,
    .box_countdown .yyc-sec {
        padding-left: 3px;
    }
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
    font-size: clamp(10px, 1.8vw, 18px);
    font-weight: bold;
    color: #e43c83;
}

.limit_btn {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 85%;
    max-width: 530px;
    background-color: #fff;
    border: 1px solid #e0397f;
    border-radius: 9999px;
}




.problem_resolution {
    padding: 26px 0 0;
    background-color: #fff;
}

.section_enquete {
    padding: clamp(40px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
}



.section_enquete .section_reason_ttlarea03 {
    margin: 30px 0;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
}

.section_enquete .section_reason_ttlarea03 .ff_serif {
    width: fit-content;
    padding: 0.6em 1.6em;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.section_enquete .section_reason_ttlarea03.problem_resolution {
    margin: 0;
}

.section_enquete .section_reason_ttlarea03 .ff_serif::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-bottom: #f43a69 solid 2px;
    border-left: #f43a69 solid 2px;
}

.section_enquete .section_reason_ttlarea03 .ff_serif::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-top: #f43a69 solid 2px;
    border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {

    .section_enquete .section_reason_ttlarea03 .ff_serif::before,
    .section_enquete .section_reason_ttlarea03 .ff_serif::after {
        width: 30px;
        height: 30px;
        border-width: 1px;
    }
}

.section_enquete {
    background: #FFFFFF;
}

.section_enquete p {
    text-align: center;
}

.section_enquete p.enquete_read {
    font-weight: 500;
    line-height: 180%;
}

.section_enquete p.enquete_read .read_value {
    margin: 0 0.2em;
}

.section_enquete p.enquete_read .read_value::after {
    bottom: 0.4em;
}

.section_enquete p.graph {
    margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
    .section_enquete p.graph {
        margin: 40px 20px 0;
    }

    .section_enquete p.enquete_read {
        line-height: 160%;
    }

    .section_enquete p.enquete_read>span::after {
        height: 1px;
    }
}

.enquete_read {
    margin-top: clamp(30px, 5.0vw, 50px);
}

.enquete_read.fc_pink_serif {
    font-size: clamp(20px, 3.6vw, 36px);
}

.enquete_read.fc_pink_serif strong {
    font-size: clamp(35px, 7.0vw, 70px);
}

.p-head__menu-coupon {
    background-color: #FFEBF4;
    padding-bottom: clamp(30px, 6.0vw, 60px);
}

.p-head__menu-coupon_top {
    margin-bottom: clamp(15px, 3.0vw, 30px);
}

.p-head_menu-item li+li {
    border-top: solid clamp(1px, .2vw, 2px) #E0DDF0;
}

.posi__rel {
    position: relative;
}

.cta__btn01 {
    position: absolute;
    bottom: 8%;
}

.gbc__faq {
    background-color: #e3fdff;
}

/* ヘッダーナビ用 */
.head__menu .head__menu-inner {
    margin-block: auto;
}

.head__menu {
    min-height: 103vh;
}

@media only screen and (max-width: 767px) {
    .head__menu-list a {
        padding: 0 25px 10px 35px;
        line-height: 1.2;
    }
}

/*スクロールバー非表示*/
.content_hnav {
    /*要素の高さを指定*/
    height: 500px;
    /*上下方向にはみ出した要素ををスクロールさせる*/
    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
.content_hnav::-webkit-scrollbar {
    display: none;
}

/* FAQのアコーディオン */

.accordion-004 {
    max-width: 640px;
    margin-bottom: 30px;
    border: 2px solid #00aebe;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    filter: drop-shadow(1px 1px 3px rgba(99, 99, 99, 0.4));
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 1em;
    color: #000;
    font-size: clamp(14px, 3vw, 22px);
    font-weight: 600;
    cursor: pointer;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::before,
.accordion-004 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #e14f8d;
    content: '';
}

.accordion-004 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-004 summary span {
    position: relative;
    background: url(../img/hyaluronic_40/hyal40_018.webp) no-repeat left/45px;
    padding: 10px 15px 10px 55px;
    line-height: 1.4;
    left: 2%;
    background-position: 0% 3px;
}

.accordion-004 summary::after {
    transition: rotate .3s;
}

.accordion-004[open] summary::after {
    rotate: 90deg;
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 1em 1em 3.8em;
    color: #000;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
    font-size: clamp(14px, 3vw, 22px);
    background-color: #fef6f9;
    margin: 0% 3% 3% 5%;
    padding-top: 3%;
}

.accordion-004-a {
    position: relative;
    background: url(../img/hyaluronic_40/hyal40_019.webp) no-repeat left/45px;
    padding: 10px 15px 10px 50px;
    line-height: 1.4;
    background-position: 25px 15px;
}

@media only screen and (max-width: 767px) {

    .accordion-004 summary span {
        background: url(../img/hyaluronic_40/hyal40_018.webp) no-repeat left/40px;
        padding: 10px 15px 10px 50px;
    }

    .accordion-004 p {
        padding: .3em .6em 1em 4.7em;
    }

    .accordion-004[open] p {
        margin: 0% 4% 3% 5%;
    }

    .accordion-004-a {
        background: url(../img/hyaluronic_40/hyal40_019.webp) no-repeat left/40px;
        padding: 10px 15px 10px 50px;
        background-position: 13px 10px;
    }
}


/* 信頼 */

.section_ttl_eng {
    color: #f0b7c6;
}

.seciton_ttl {
    background: #FFFFFF;
    padding: clamp(10px, 2vw, 20px) 0;
    position: relative;
    margin: 0 0 clamp(30px, 5vw, 50px);
    font-size: clamp(26px, 4.2vw, 42px);
    font-weight: 500;
    line-height: 124%;
    text-align: center;
}

.seciton_reason p,
.seciton_point p,
.seciton_reason .sec_ttl {
    text-align: center;
}

.seciton_reason .sec_ttl {
    text-align: center;
}


p.caution_gray {
    color: #6A6A6A;
    font-size: clamp(12px, 1.8vw, 18px);
    margin: clamp(20px, 3.0vw, 30px) 0 0 0;
}

.serif_text {
    font-weight: bold;
    font-size: clamp(18px, 3.2vw, 34px);
    margin: clamp(30px, 8.0vw, 80px) 0 clamp(30px, 8.0vw, 80px);
}

.fs26 {
    font-size: clamp(20px, 2.6vw, 26px);
}

.fs37 {
    font-size: clamp(20px, 3.7vw, 37px);
}

.fs40 {
    font-size: clamp(20px, 4.0vw, 40px);
}

.fs44 {
    font-size: clamp(22px, 4.4vw, 44px);
}

.ta_left {
    text-align: left !important;
}

.lh180 {
    line-height: 180%;
}

.fw_bold {
    font-weight: bold;
}

.align_c {
    text-align: center;
}

.seciton_point_drprof-box li .dr_name {
    text-align: center;
}

.seciton_point_drprof-box li .dr_spec {
    text-align: center;
}

.seciton_point_drprof>p {
    font-size: clamp(20px, 3.6vw, 36px);
    text-align: center;
}

.seciton_point {
    padding: 0;
    background:
        linear-gradient(180deg, transparent 0 5%, #f8f8f8 25%),
        url(../img/double-eyelid_5/point_bg.png) repeat-x #ededed;
    background-position: top center;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .section_point-inner {
        padding: 0 15px;
    }
}

.seciton_point .section_point_drttl {
    width: fit-content;
    padding: 0.6em 1em;
    margin: 0 auto clamp(30px, 6vw, 60px);
    font-weight: 500;
    text-align: center;
    position: relative;
}

.seciton_point .section_point_drttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-bottom: #f43a69 solid 2px;
    border-left: #f43a69 solid 2px;
}

.seciton_point .section_point_drttl::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-top: #f43a69 solid 2px;
    border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {

    .seciton_point .section_point_drttl::before,
    .seciton_point .section_point_drttl::after {
        width: 30px;
        height: 30px;
        border-width: 1px;
    }
}

.seciton_point_white-box {
    background:
        linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
        url(../img/double-eyelid_5/point_white-box_bg.png);
    padding: clamp(15px, 8vw, 80px) clamp(15px, 6vw, 60px) clamp(5px, 2vw, 10px);
    font-size: clamp(14px, 2.4vw, 24px);
}

.seciton_point_drarea_bdbox {
    background: #FFF;
    border: 2px #f43a69 solid;
    padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
    margin-bottom: clamp(30px, 6vw, 60px);
    position: relative;
}

.seciton_point_drarea_bdbox::before {
    content: "";
    border-left: 30px solid transparent;
    border-top: 30px solid #f43a69;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.seciton_point_drarea_bdbox::after {
    content: "";
    border-right: 30px solid transparent;
    border-bottom: 30px solid #f43a69;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.seciton_point_drarea_bdbox .ff_serif {
    margin: 0 0 clamp(20px, 3.0vw, 30px);
    font-weight: bold;
}

.seciton_point_drarea_bdbox>.youtube {
    margin-bottom: clamp(15px, 3vw, 30px);
}

.drarea_bdbox_img {
    margin-bottom: clamp(15px, 3vw, 30px);
}

.seciton_point_drprof {
    margin: 0 0 clamp(40px, 8vw, 80px);
    background: #FFF;
}

.seciton_point_drprof-box {
    justify-content: space-between;
    width: 640px;
    margin: 0 auto;
}

.seciton_point_drprof>p {
    font-weight: 500;
}

.seciton_point_drprof-box li {
    margin: 0 0 clamp(10px, 3.0vw, 30px);
    overflow: hidden;
    width: 300px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
    background: #000;
    font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.seciton_point_drprof-box li .dr_img {
    display: block;
}

.seciton_point_drprof-box li .dr_name {
    display: block;
    font-size: clamp(14px, 2.6vw, 26px);
    background: #e8e8e8;
    padding: clamp(10px, 1.5vw, 15px) 0 clamp(10px, 1.0vw, 10px);
    font-weight: bold;
    line-height: 110%;
}

.seciton_point_drprof-box li .dr_name span {
    font-size: clamp(10px, 1.8vw, 18px);
    color: #737373;
}

.seciton_point_drprof-box li .dr_spec {
    color: #FFFFFF;
    font-size: clamp(12px, 2.4vw, 24px);
    padding: clamp(8px, 0.8vw, 8px) 0;
    line-height: 130%;
}

.seciton_point_box {
    background: #FFFFFF;
    margin: 0 0 clamp(30px, 6vw, 60px);
    font-size: clamp(14px, 2.4vw, 24px);
}

.seciton_point_box .bd_blk_design {
    width: 100%;
    max-width: 500px;
    padding: clamp(6px, 1.0vw, 10px) 0;
    margin: 0 auto clamp(20px, 4.0vw, 40px);
    border: 2px #000 solid;
    border-radius: 30px;
    font-size: clamp(20px, 3.6vw, 36px);
    font-weight: 500;
}

.seciton_point_box_imgarea {
    margin-top: 30px;
}

.seciton_point_box_imgarea .pink_english_design {
    display: block;
    max-width: 300px;
    padding: 0.5em 0;
    margin: 0 auto -2.3em;
    background: rgba(244, 58, 105, 0.8);
    border-radius: 30px;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 767px) {

    .seciton_point_white-box {
        padding: 15px;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
    }

    .seciton_point_drprof>p {
        margin-top: 20px;
    }

    .seciton_point_drarea_bdbox::before,
    .seciton_point_drarea_bdbox::after {
        border-width: 20px;
    }

    .seciton_point_drprof-box {
        width: 100%;
    }

    .seciton_point_drprof-box li {
        width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
    }

    .seciton_point_box_imgarea .pink_english_design {
        width: calc(100% - 100px);
        max-width: none;
    }

    .seciton_point_box_imgarea {
        margin-top: 15px;
    }
}



/* ご提案 - テキストコーディング 20250206 */
.suggest {
    background: url(../img/hyaluronic_40/suggest__bg.webp) #fff no-repeat bottom;
    background-size: cover;
    box-sizing: border-box;
}
.suggest__desc p {
    text-align: center;
    font-family: var(--font-yu-mincho);
    font-size: min(32px, calc(calc(32/750) * 100vw));
    font-weight: 500;
    line-height: 1.6;
}
.suggest__desc h5 {
    display: inline;
    text-align: center;
    color: #fff;
    background: rgba(182, 132, 17, .8);
    font-family: var(--font-yu-mincho);
    font-size: min(46px, calc(calc(46/750) * 100vw));
    font-weight: 600;
    line-height: 1.65;
    padding-left: min(10px, calc(calc(10/750) * 100vw));
    padding-right: min(5px, calc(calc(5/750) * 100vw));
}
.suggest__arrow {
    width: min(62px, calc(calc(62/750) * 100vw));
}

.suggest__box_outer {
    background-image: linear-gradient(to bottom, #A0780D, #FBDF23, #7F600E);
    padding: min(6px, calc(calc(6/750) * 100vw));
    box-sizing: border-box;
}
.suggest__box_inner {
    background: #fff;
    box-sizing: border-box;
    padding: min(50px, calc(calc(50/750) * 100vw));
}
.suggest__box_inner p {
    text-align: center;
    font-family: var(--font-yu-mincho);
    font-size: min(26px, calc(calc(26/750) * 100vw));
    font-weight: 500;
    line-height: 1.5;
}
.suggest__box_inner p span {
    font-weight: 600;
    color: #E14F8D;
}

