
@charset "utf-8";

/*共通*/

body{
    background: #e7ebf3;
    font-family: '游ゴシック','Noto Sans JP', 'Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    color: #3e3e3e;
    font-size: clamp(16px, 3vw, 24px);
    line-height: 1.9;
    box-sizing: border-box;
}
body p {
    font-family: '游ゴシック','Noto Sans JP', 'Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}


:root {
	--dermapen-color: #565fdd;
}

:root {
	--hydrafacial-color: #0f95da;
}

:root {
	--pico-color: #04b6b4;
}

:root {
	--peeling-color: #fb3c57;
}

:root {
	--internal-medicine-color: #9b37da;
}

:root {
	--text-mphasis: #ff80c2;
}

a {
    cursor: pointer;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.pc_none {
    display: none !important;
}

.sp_none {
    display: block !important;
}

.bg_white {
    background-color: #fff;
}

.wrap750{
    width:750px;
    max-width:100%;
    margin:0 auto;
    box-sizing: border-box;
}
.wrap690{
    width:690px;
    max-width:100%;
    margin:0 auto;
    box-sizing: border-box;
}

.fv-menu__inner, .coupon01__inner, .cta01__inner,
.about__inner, .dermapen__feature__inner, .dermapen__mechanism__inner,
.dermapen__price__inner, .hydrafacial__mechanism__inner,
.risk__inner, .hydrafacial__recommended__inner, .hydrafacial__difference__inner,
.hydrafacial__faq__inner, .hydrafacial__price__inner,
.pico__recommended__inner, .pico__price__inner, .pico__case__inner,
.pico__video__inner, .peeling__recommended__inner, .peeling__price__inner,
.internal-medicine__recommended__inner, .internal-medicine__price__inner,
.internal-medicine__kinds__inner, .doctor__title__wrap {
    padding-left: clamp(15px, 3vw, 30px);
    padding-right: clamp(15px, 3vw, 30px);
}

.icn_modal{
    position:relative;
}

.icn_modal::before {
    content: '';
    position: absolute;
    top: clamp(10px,2.8vw,20px);
    right: clamp(10px,2.8vw,20px);
    background: url(../img/influencer/icon_glass.png) no-repeat;
    background-size: 100%;
    width: clamp(17px,4.5vw,34px);
    height: clamp(17px,4.5vw,34px);
    z-index: 2;
}

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

.counceling_btn {
    width: 100%;
}

.counceling_btn a:hover {
    opacity: 0.7;
}

/* 光るエフェクト */
.reflection {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.reflection::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: -180px;
    left: 0;
    opacity: 0;
    background-color: #fff;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*共通終わり*/

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

.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: var(--main-color);
    text-decoration: underline;
}

header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 100%;
    max-width: 750px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    z-index: 50;
}

.lp_header {
    z-index: 100;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
}
/*ハンバーガーメニュー*/
.head_counceling {
    max-width: 100%;
}

.drawer-btn {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 22.5px;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.drawer-btn span {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.drawer-btn span::before,
.drawer-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.drawer-btn span::before {
    top: -15px;
}

.drawer-btn span::after {
    bottom: -15px;
}

.head__menu {
    display:none;
    position: fixed;
    top: 80px;
    left: 100%;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    background-color: #fff;
    overflow: auto;
    z-index: 60;
}


/*ハンバーガーメニューの中身*/
.is-drawer_open .head_counceling {
    display: none;
}

.drawer-btn.active span {
    background-color: transparent;
}

.drawer-btn.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.drawer-btn.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.is-drawer_open .head__menu {
    display: block;
    left: 0;
}

.head__menu-inner {
    margin: clamp(40px, 11vw, 80px) auto 100px;
}

.head__menu-list {
    max-width: 85%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    margin-bottom: clamp(30px, 8vw, 60px);
}

.head__menu-list a {
    font-size: 20px;
    color: #3D3D3D;
    padding: 0 15px 0 clamp(40px, 8vw, 65px);
    border: none;
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 20px;
    background: url(../img/nose_height-683/menu_tcb_icon.png) no-repeat;
    background-size: 40px;
    position:
        relative;
}

.head__menu-list li:not(:last-child) a {
    margin-bottom: clamp(15px, 2vw, 20px);
}

.head__menu-list li a:hover {
    text-decoration: none;
}

.head__menu-list li a::before {
    content:
    '';
    background:
    url(../img/nose_height-683/icn_arrow.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 33px;
    height: 14px;
    position: absolute;
    top: calc(50% - 22px);
    right: 0;
    display: inline-block;
}

/*fv*/
.fv-cta__area {
    margin-top: -56%;
    position: relative;
}

/* fv下の各メニューリンク↓ */
.fv-menu__inner {
    padding-top: clamp(40px, 5vw, 60px);
    padding-bottom: clamp(40px, 7vw, 80px);
}

.fv-menu__img {
    margin-top: clamp(12px, 3vw, 24px);
}

.fv-menu__img:first-child {
    margin-top: 0;
}
/* fv下の各メニューリンク↑ */

/* クーポンFV↓ */
.couponfv__count {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.couponfv__count .box_countdown {
    display: flex;
    align-items: center;
    position: relative;
    text-shadow: 0px 0px 10px #fff;
}
@media screen and (max-width: 767px) {
    .couponfv__count .box_countdown {
        padding: 0;
    }
}

.couponfv__count .box_countdown::before {
    content: "＼";
    color: #3e3e3e;
    font-size: clamp(16px, 3.2vw, 32px);
    line-height: 1;
    position: absolute;
    top: 0;
    left: 3%;
}
@media screen and (max-width: 767px) {
    .couponfv__count .box_countdown::before {
        left: 3.8%;
    }
}
.couponfv__count .box_countdown::after {
    content: "／";
    color: #3e3e3e;
    font-size: clamp(16px, 3.2vw, 32px);
    line-height: 1;
    position: absolute;
    top: 0;
    right: 3%;
}
@media screen and (max-width: 767px) {
    .couponfv__count .box_countdown::after {
        right: 4%;
    }
}

.couponfv__count .box_countdown p {
    color: #3e3e3e;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: clamp(16px, 3.2vw, 32px);
    font-weight: bold;
    letter-spacing: -0.2rem;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .couponfv__count .box_countdown p {
        letter-spacing: -0.1rem;
    }
}

.couponfv__count .box_countdown p::before,
.couponfv__count .box_countdown p::after {
    display: none;
}

.couponfv__count .box_countdown .yyc-day, 
.couponfv__count .box_countdown .yyc-hou, 
.couponfv__count .box_countdown .yyc-min, 
.couponfv__count .box_countdown .yyc-sec,
.couponfv__count .box_countdown .yyc-day-text, 
.couponfv__count .box_countdown .yyc-hou-text, 
.couponfv__count .box_countdown .yyc-min-text, 
.couponfv__count .box_countdown .yyc-sec-text {
    color: #3e3e3e;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: clamp(16px, 3.2vw, 32px);
}
@media screen and (max-width: 767px) {
    .couponfv__count .box_countdown .yyc-day, 
    .couponfv__count .box_countdown .yyc-hou, 
    .couponfv__count .box_countdown .yyc-min, 
    .couponfv__count .box_countdown .yyc-sec,
    .couponfv__count .box_countdown .yyc-day-text, 
    .couponfv__count .box_countdown .yyc-hou-text, 
    .couponfv__count .box_countdown .yyc-min-text, 
    .couponfv__count .box_countdown .yyc-sec-text {
        padding: 1.5px 2.5px;
    }  
}
@media screen and (max-width: 767px) {
    .couponfv__count .box_countdown .yycountdown-box {
        margin-left: 0;
    }
}



/* クーポン01,02↓ */
.coupon01__area {
    background: #fff;
}
.coupon01__inner {
    padding-top: clamp(40px, 6vw, 80px);
    padding-bottom: clamp(40px, 6vw, 80px);
    position: relative;
}
.coupon01__count {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.coupon01__count.coupon_02 {
    bottom: 12%;
}

@media screen and (max-width: 767px) {
    .coupon01__count {
        bottom: 10%;
    }
}


/*カウントダウン↓*/
.box_countdown {
    font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
    max-width: 75%;
    margin: 0px auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* padding: 10px 15px; */
    box-sizing: border-box;
    position:relative;
    z-index: 10;
}

.box_countdown p {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(16px, 3vw, 30px);
    color: #d03577;
    letter-spacing: 0.2rem;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.box_countdown p::before,
.box_countdown p::after {
    content: "";
    background-color: #d03577;
    width: 2px;
    height: 70%;
    position: absolute;
    top: 50%;
}
.box_countdown p::before {
    left: -1.5%;
    transform: translateY(-50%) rotate(155deg);
}
.box_countdown p::after {
    right: -1.5%;
    transform: translateY(-50%) rotate(25deg);
}


.box_countdown .yycountdown-box {
    line-height: 1;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(25px, 5vw, 50px);
    font-weight: bold;
    color: #d03577;
    border-radius: 5px;
    padding: 1.5px 6px;
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    color: #d03577;
    font-size: clamp(20px, 4vw, 40px);
    font-weight: bold;
}
.limit_btn_link {
    width: 85%;
    max-width: 635px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .box_countdown {
        max-width: 85%;
        padding: 5px 7px;
        margin: 0px auto -10px;
    }
    .box_countdown .yycountdown-box {
        margin-left: 5px;
    }
    .box_countdown p {
        letter-spacing: 0;
    }
    .box_countdown p::before,
    .box_countdown p::after {
        width: 1px;
        height: 65%;
    }
}

.section_clinic,
.section_doctor {
    padding: clamp(35px,7vw,70px) 0;
}
/*カウントダウン↑*/

/* クーポン01↑ */

/* 信頼↓ */
.ff_serif {
    font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.fc_pink_serif {
    font-size: clamp(20px, 3.6vw, 36px);
    line-height: 160%;
}

.fc_pink span {
    color: #d03577;
}

.lh180 {
    line-height: 180%;
}

.ta_left {
    text-align: left;
}

.fs40 {
    font-size: clamp(20px, 4.0vw, 40px);
}

.fs44 {
    font-size: clamp(22px, 4.4vw, 44px);
    color: #d03577;
}

.u_line2 {
    border-bottom: 2px solid #d03577;
    display: inline;
    color: #d03577;
}

.seciton_point {
    padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
    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;
    }
}

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

.section_point_drttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-bottom: #d03577 solid 2px;
    border-left: #d03577 solid 2px;
}

.section_point_drttl::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-top: #d03577 solid 2px;
    border-right: #d03577 solid 2px;
}

@media screen and (max-width: 767px) {
    .section_point_drttl::before,
    .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(40px, 8vw, 80px) clamp(30px, 6vw, 60px);
    font-size: clamp(14px, 2.4vw, 24px);
}

@media screen and (max-width: 767px) {
    .seciton_point_white-box {
        padding: 15px;
        padding-top: 40px;
    }
}

.seciton_point_drarea_bdbox {
    background: #FFF;
    border: 2px #d03577 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 #d03577;
    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 #d03577;
    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_drprof {
    margin: 0 0 clamp(40px, 8vw, 80px);
    background: #FFF;
}

.seciton_point_drprof-box {
    display: flex;
    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%;
    text-align: center;
}

.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%;
    text-align: center;
}

.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;
    text-align: center;
}

.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(208, 53, 119, 0.8);
    border-radius: 30px;
    color: #fff;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .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;
    }
}
/* 信頼↑ */

/* ドクタースライダー↓ */
/* 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/nikibi_all1/slick-arrow_next.jpg') center no-repeat;background-size: cover;outline: none;border:none;}

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

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

@media screen and (max-width:767px){
    .slick-prev,
    .slick-next{
        top: calc(50% - 21px);
    }
}

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

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

@media screen and (max-width: 767px) {
    .slick-prev{
        left: 0px;
    }
    .slick-next{
        right: 0px;
    }
    
}

.js--ad_list{
    display:none;
}

.slick-dotted.slick-slider.doctor-slick .item{
    background-color:#fff;
    padding: clamp(15px,3vw,30px);
    border: 2px solid #ff4eb6;
    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 p{
    line-height:1.5;
}

.doctor_profile-achive{
    font-size: clamp(12px,2.4vw,24px);
    font-weight: 500;
    color: #fff;
    background: url(../img/threadlift/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);
    width: 100%;
    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 #ff4eb6;
    min-width: clamp(150px,30vw,300px);
}

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

.doctor_about{
    padding: clamp(15px,3vw,30px);
    background-color: #fff4fa;
    margin-bottom: clamp(15px,3vw,30px);
}

@media screen and (max-width: 767px){
    .doctor_list{
        padding: clamp(15px,3vw,30px);
    }
}

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

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

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

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

.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: #ff4eb6;
    background: none!important;
    position:
    relative;
    margin-bottom: clamp(10px,2vw,20px);
}

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

.ttl02::before{
    content:'';
    display:block;
    position:absolute;
    border: 1px solid #ff4eb6;
    top: calc(50% + 0px);
    width: 100%;
    z-index: 1;
}

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

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

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

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

/*白色アイコン*/

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

.js--accordion-open.white_icon::before,
.js--accordion-open.white_icon::after{
    background:#ff4eb6;
}

.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 #ff4eb6;
    }
    .white_icon::before,
    .white_icon::after{
        width:10px;
        height:1px;
    }
    .white_icon::before{
        right:10px;
    }
}
/* ドクタースライダー↑ */

/* 予約ボタン01↓ */
.cta01__inner {
    padding-top: clamp(20px, 3vw, 40px);
    padding-bottom: clamp(40px, 6vw, 80px);
}
/* 予約ボタン01↑ */

/* 01ダーマペン4↓ */
.fv-under__text {
    font-size: clamp(12px, 2vw, 16px);
    text-align: right;
    margin-top: clamp(10px, 2vw, 20px);
    padding-right: clamp(15px, 3vw, 30px);
}

/* ダーマペン4とは↓ */
.about__inner {
    padding-top: clamp(30px, 6vw, 60px);
    padding-bottom: clamp(50px, 9vw, 100px);
}

.about__wrap {
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, .1);
}

#dermapen .about__wrap {
    border: 6px solid #dae1ff;
}

#hydrafacial .about__wrap {
    border: 6px solid #d8f1f8;
}

#pico .about__wrap {
    border: 6px solid #d3f9f3;
}

#peeling .about__wrap {
    border: 6px solid #fdd4d2;
}

#internal-medicine .about__wrap {
    border: 6px solid #e8d0f5;
}

.about__title {
    font-size: clamp(22px, 4vw, 40px);
    padding: clamp(20px, 3vw, 30px) 0;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .about__title {
        line-height: 1.2;
    }
}

#dermapen .about__title {
    color: var(--dermapen-color);
    background-color: #dae1ff;
}

#hydrafacial .about__title {
    color: var(--hydrafacial-color);
    background-color: #d8f1f8;
}

#pico .about__title {
    color: var(--pico-color);
    background-color: #d3f9f3;
}

#peeling .about__title {
    color: var(--peeling-color);
    background-color: #fdd4d2;
}

#internal-medicine .about__title {
    color: var(--internal-medicine-color);
    background-color: #e8d0f5;
}

.about__text {
    line-height: 1.9;
    padding: clamp(20px, 3vw, 30px) clamp(15px, 3vw, 30px);
    font-weight: 500;
}

.about__text span {
    font-weight: 700;
    color: var(--text-mphasis);
}
/* ダーマペン4とは↑ */

/* ダーマペンの特徴↓ */
.feature__title {
    padding-bottom: clamp(10px, 2vw, 20px);
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    font-size: clamp(35px, 6vw, 70px);
    margin-bottom: clamp(25px, 5vw, 50px);
    letter-spacing: -0.07em;
}

.feature__title span {
    font-size: clamp(30px, 5vw, 60px);
}

.dermapen__feature__inner {
    padding-bottom: clamp(40px, 6vw, 80px);
}

.dermapen__title__wrap .feature__title {
    color: var(--dermapen-color);
    border-bottom: 2px solid var(--dermapen-color);
}

.hydrafacial__title__wrap .feature__title {
    color: var(--hydrafacial-color);
    border-bottom: 2px solid var(--hydrafacial-color);
}

.pico__title__wrap .feature__title {
    color: var(--pico-color);
    border-bottom: 2px solid var(--pico-color);
}

.peeling__title__wrap .feature__title {
    color: var(--peeling-color);
    border-bottom: 2px solid var(--peeling-color);
}

.internal-medicine__title__wrap .feature__title {
    color: var(--internal-medicine-color);
    border-bottom: 2px solid var(--internal-medicine-color);
}

.section_ttl-eng {
    color: #ffaede;
    font-size: clamp(20px, 3vw, 40px);
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}

.dermapen__feature__img {
    margin-bottom: clamp(15px, 3vw, 30px);
}

.dermapen__feature__img:last-child {
    margin-bottom: 0;
}
/* ダーマペンの特徴↑ */


/* メカニズム・タブ切り替え↓ */
.dermapen__mechanism__inner {
    padding-top: clamp(50px, 6vw, 80px);
    padding-bottom: clamp(50px, 6vw, 80px);
    background: url(../img/nikibi_all1/dermapen_mechanism_bg.jpg) repeat-y;
    background-size: cover;
}

.hydrafacial__mechanism__inner {
    padding-top: clamp(50px, 6vw, 80px);
    padding-bottom: clamp(50px, 6vw, 80px);
    background: url(../img/nikibi_all1/hydrafacial_mechanism_bg.jpg) repeat-y;
    background-size: cover;
}

.hydrafacial__mechanism__inner {
    padding-bottom: clamp(50px, 6vw, 80px);
}

.pc_none {
	display: none !important;
}

.sp_none {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.pc_none {
		display: block !important;
	}
	.sp_none {
		display: none !important;
	}
}

.attention__wrap {
	padding: 0;
	box-shadow: 0 10px 20px 0 rgba(139, 139, 139, 0.2);
	border: none;
	position: relative;
	z-index: 1;
}

.btn__area {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.js__tab--btn, .js__tab--btn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33%;
	padding: 10px 0;
	color: #fff;
	background: #767676;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	font-size: clamp(20px, 3vw, 30px);
	height: 50px;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    border-radius: 10px 10px 0 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.js__tab--btn.active, .js__tab--btn2.active {
	position: relative;
	color: #fff;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    font-size: clamp(22px, 3vw, 34px);
}

#dermapen .js__tab--btn.active {
    background: var(--dermapen-color);
}

#hydrafacial .js__tab--btn2.active {
    background: var(--hydrafacial-color);
}

.js__tab--btn:hover, .js__tab--btn2:hover {
	opacity: 0.7;
}

.attention__panel__area {
    padding-left: clamp(15px, 2vw, 30px);
    padding-right: clamp(15px, 2vw, 30px);
    padding-bottom: clamp(20px, 3vw, 40px);
    padding-top: 40px;
}

.js__tab__panel, .js__tab__panel2 {
	display: none;
}

.js__tab__panel.active, .js__tab__panel2.active {
	display: flex;
    gap: clamp(20px, 3vw, 40px);
}

@media screen and (max-width: 767px) {
    .js__tab__panel.active, .js__tab__panel2.active {
        display: block;
    }
}

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

#dermapen .attention__panel--txt span, .attention__panel--note span {
    color: var(--dermapen-color);
}

#hydrafacial .attention__panel--txt span {
    color: var(--hydrafacial-color);
}

.attention__panel__wrap {
    width: 60%;
}

.attention__panel--note {
    font-size: clamp(12px, 2vw, 16px);
    line-height: 1.4;
}

.step_ttl {
    color: var(--hydrafacial-color);
    padding-bottom: clamp(5px, 1vw, 10px);
    border-bottom: 2px solid var(--hydrafacial-color);
    margin-bottom: clamp(10px, 2vw, 20px);
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 500;
}

.js__attention__unit {
	margin: 0 auto;
}

.js__unit__header {
    color: #fff;
	font-size: 26px;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-weight: bold;
	padding: 20px 11%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

#dermapen .js__unit__header {
    background-color: var(--dermapen-color);
}

#hydrafacial .js__unit__header {
    background-color: var(--hydrafacial-color);
}

.js__unit__header:hover {
	opacity: .7;
}

.sp__open__box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 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);
}

.js__unit__inner {
	display: none;
	padding: 15px;
	box-sizing: border-box;
    background-color: #fff;
    border-left: 1px solid #c8d2df;
    border-right: 1px solid #c8d2df;
    border-bottom: 1px solid #c8d2df;
}

.js__unit__inner.stay {
	display: block;
}

.attention__video__sp {
	width: 100%;
	aspect-ratio: 16/9;
}

@media screen and (max-width: 1024px) {
	.js__unit__header {
		font-size: 18px;
	}
	.sp__open__box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

/*-- SP --*/

@media screen and (max-width: 767px) {
	.attention__wrap {
		margin: 0;
	}
	.js__unit__header {
		font-size: 16px;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}
}
/* メカニズム・タブ切り替え↑ */

/* 料金↓ */
.dermapen__price__inner, .hydrafacial__price__inner {
    padding-top: clamp(40px, 6vw, 80px);
}

.dermapen__price__wrap {
    background-color: #f5f5f5;
    padding: clamp(15px, 3vw, 30px);
}

.price__wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: clamp(5px, 1vw, 10px);
    margin-bottom: clamp(10px, 2vw, 20px);
}

#dermapen .price__wrap {
    border-bottom: 2px solid #ccd0fa;
}

#hydrafacial .price__wrap {
    border-bottom: 2px solid #a8d8e6;
}

#pico .price__wrap {
    border-bottom: 2px solid #9bddd5;
}

#peeling .price__wrap {
    border-bottom: 2px solid #f7b3bd;
}

#internal-medicine .price__wrap {
    border-bottom: 2px solid #ceabe4;
}

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

.price__text01 {
    font-size: clamp(18px, 3vw, 28px);
    margin-right: clamp(7px, 1vw, 15px);
    font-weight: 500;
}

.price__text02 {
    font-weight: 700;
    font-size: clamp(26px, 3vw, 40px);
}

#dermapen .price__text02 {
    color: var(--dermapen-color);
}

#hydrafacial .price__text02 {
    color: var(--hydrafacial-color);
}

#pico .price__text02 {
    color: var(--pico-color);
}

#peeling .price__text02 {
    color: var(--peeling-color);
}

#internal-medicine .price__text02 {
    color: var(--internal-medicine-color);
}

.price__text03 {
    letter-spacing: -0.07em;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: clamp(5px, 1vw, 10px);
}

.en-text {
    font-size: clamp(20px, 3vw, 30px);
}

.tax-text {
    font-size: clamp(16px, 2vw, 20px);
    padding-left: clamp(2px, 1vw, 5px);
}

.price__btn a:hover {
    opacity: 0.7;
}
/* 料金↑ */

/* 01ダーマペン4↑ */

/* 02ハイドラフェイシャル↓ */

/* リスク・副作用↓ */
.risk__inner {
    padding-top: clamp(50px, 6vw, 80px);
    padding-bottom: clamp(50px, 6vw, 80px);
}

#peeling .risk__inner {
    padding-top: 0;
}

.risk__wrap {
    background-color: #f5f5f5;
}

.risk__title {
    color: #fff;
    background-color: #767676;
    padding: clamp(7px, 1.5vw, 15px) 0;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    font-size: clamp(22px, 3vw, 36px);
}

.risk__list {
    padding: clamp(15px, 3vw, 30px) clamp(20px, 4vw, 40px);
}

.risk__list__item {
    padding-bottom: clamp(10px, 2vw, 20px);
    margin-bottom: clamp(10px, 2vw, 20px);
    border-bottom: 2px solid #cbcbcb;
    font-weight: 500;
    line-height: 1.9;
}

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

.risk__list__item span {
    font-weight: 700;
}
/* リスク・副作用↑ */

/* こんな方にオススメ↓ */
.hydrafacial__recommended__inner {
    padding-bottom: clamp(50px, 6vw, 80px);
}

.recommended__list__item {
    padding: clamp(10px, 2vw, 20px) clamp(10px, 2vw, 20px) clamp(10px, 2vw, 20px) clamp(40px, 7vw, 80px);
    border-radius: 10px;
    color: #fff;
    font-size: clamp(18px, 3vw, 32px);
    font-weight: 700;
    margin-bottom: clamp(10px, 2vw, 20px);
    position: relative;
}

#hydrafacial .recommended__list__item {
    background: linear-gradient(to right, #0f95da, #92e8ca);
}

#pico .recommended__list__item {
    background: linear-gradient(to right, #03bda5, #b2ea70);
}

#peeling .recommended__list__item {
    background: linear-gradient(to right, #fb3c57, #efcc8e);
}

#internal-medicine .recommended__list__item {
    background: linear-gradient(to right, #9b37da, #fa9ba6);
}

.recommended__list__item::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 26px;
    width: 36px;
    height: 26px;
    background: url(../img/nikibi_all1/checkbox.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .recommended__list__item::before {
        top: 11px;
        left: 12px;
        width: 26px;
        height: 16px;
    }
}

.recommended__note {
    font-size: clamp(12px, 2vw, 16px);
    text-align: right;
}
/* こんな方にオススメ↑ */

/* ピーリングとの違い↓ */
.hydrafacial__difference__inner {
    padding-bottom: clamp(40px, 6vw, 80px);
}

.hydrafacial__difference__wrap {
    border: 10px solid #fff;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, .1);
    background-color: #f2fdff;
    padding: clamp(30px, 6vw, 60px) clamp(20px, 5vw, 50px);
}

.hydrafacial__difference__title {
    margin-bottom: clamp(30px, 6vw, 60px);
    font-size: clamp(26px, 5vw, 50px);
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    color: var(--hydrafacial-color);
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 0.04em;
    text-decoration-color: var(--hydrafacial-color);
    text-decoration-skip-ink: none;
    position: relative;
}

.hydrafacial__difference__title::before {
    content: "";
    position: absolute;
    top: 25%;
    left: -3%;
    width: 121px;
    height: 112px;
    background: url(../img/nikibi_all1/hydrafacial_question_l.png) no-repeat;
    background-size: contain;
}

.hydrafacial__difference__title::after {
    content: "";
    position: absolute;
    top: -15%;
    right: -4%;
    width: 55px;
    height: 95px;
    background: url(../img/nikibi_all1/hydrafacial_question_r.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .hydrafacial__difference__title::before {
        top: 25%;
        left: -3%;
        width: 19%;
        height: 70%;
    }
    .hydrafacial__difference__title::after {
        top: -15%;
        right: -4%;
        width: 7%;
        height: 46%;
    }
}     

.hydrafacial__difference__text {
    line-height: 1.9;
    margin-top: clamp(20px, 4vw, 40px);
    margin-bottom: clamp(20px, 4vw, 40px);
}

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

.hydrafacial__difference__text span {
    color: var(--hydrafacial-color);
    font-weight: 500;
}
/* ピーリングとの違い↑ */

/* FAQ↓ */
.hydrafacial__faq__inner {
    padding-bottom: clamp(40px, 6vw, 80px);
    padding-top: clamp(40px, 6vw, 80px);
    background-color: #f2fdff;
}

.hydrafacial__faq__wrap {
    background-color: #fff;
    padding: clamp(7px, 2vw, 15px);
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: clamp(15px, 2vw, 30px);
}

.hydrafacial__faq__wrap::before {
    margin-bottom: 0;
}

.q__text {
    color: var(--hydrafacial-color);
    padding: clamp(10px, 2vw, 20px) clamp(15px, 3vw, 30px) clamp(15px, 3vw, 30px) clamp(40px, 7.5vw, 80px);
    position: relative;
    font-size: clamp(18px, 3vw, 32px);
    font-weight: 500;
    line-height: 1.3;
}

.q__text::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/nikibi_all1/hydrafacial_faq_q.png) no-repeat;
    background-size: contain;
}

.a__text {
    color: #767676;
    background-color: #f7f7f7;
    padding: clamp(15px, 2vw, 30px) clamp(15px, 2vw, 30px) clamp(15px, 2vw, 30px) clamp(40px, 7.5vw, 80px);
    position: relative;
    font-size: clamp(18px, 3vw, 32px);
    font-weight: 500;
    line-height: 1.3;
}

.a__text::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0.5em;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/nikibi_all1/hydrafacial_faq_a.png) no-repeat;
    background-size: contain;
}
/* FAQ↑ */

/* 02ハイドラフェイシャル↑ */

/* 03ピコレーザー↓ */
.pico__case__inner {
    background-color: #effffc;
    padding-bottom: clamp(40px, 6vw, 80px);
    padding-top: clamp(40px, 6vw, 80px);
}

.pico__recommended__inner {
    padding-bottom: clamp(40px, 6vw, 80px);
}

/* 動画↓ */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .movie-wrap {
        margin-bottom: 5px;
    }
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 動画↑ */

/* 03ピコレーザー↑ */

/* 04サリチル酸ピーリング↓ */
.peeling__price__inner {
    padding-top: clamp(40px, 6vw, 80px);
}
/* 04サリチル酸ピーリング↑ */

/* 05ニキビ内服セット↓ */
.internal-medicine__kinds__wrap {
    background-color: #faf3ff;
    padding-left: clamp(15px, 2vw, 30px);
    padding-right: clamp(15px, 2vw, 30px);
    padding-top: clamp(70px, 7vw, 90px);
    padding-bottom: clamp(20px, 3vw, 40px);
}

.internal-medicine__kinds__title {
    font-size: clamp(22px, 3vw, 36px);
    color: var(--internal-medicine-color);
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    position: relative;
    margin-bottom: clamp(50px, 6vw, 60px);
    font-weight: 500;
}

.internal-medicine__kinds__title::before, .internal-medicine__kinds__title::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 83px;
}

.internal-medicine__kinds__title::before {
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    background: url(../img/nikibi_all1/internal-medicine_kakko_l.png) no-repeat;
    background-size: contain;
}

.internal-medicine__kinds__title::after {
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    background: url(../img/nikibi_all1/internal-medicine_kakko_r.png) no-repeat;
    background-size: contain;
}

.kinds__list {
    margin-bottom: clamp(15px, 2vw, 30px);
}

.kinds__list__title {
    color: #fff;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 700;
    padding: clamp(3px, 0.5vw, 5px) clamp(13px, 3vw, 25px);
    background: linear-gradient(to right, #fa9ba6, #9b37da);
    line-height: 1.3;
}

.kinds__list__text {
    color: var(--internal-medicine-color);
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 500;
    background-color: #fff;
    padding: clamp(10px, 2vw, 20px) clamp(13px, 2vw, 25px);
}


.internal-medicine__price__inner {
    padding-top: clamp(40px, 6vw, 80px);
}
/* 05ニキビ内服セット↑ */


.monitor-img a:hover {
    opacity: 0.7;
}


/* クーポン02↓ */
.coupon0304__wrap {
    display: flex;
    gap: clamp(10px, 2vw, 20px);
    margin-bottom: clamp(20px, 4vw, 40px);
}

.coupon03-img__title, .coupon04-img__title {
    color: #fcf8c4;
    font-weight: 700;
    font-size: clamp(16px, 3vw, 28px);
    padding-top: clamp(3px, 1vw, 5px);
    padding-bottom: clamp(3px, 1vw, 5px);
    margin-bottom: clamp(10px, 2vw, 20px);
}

.coupon03-img__title {
    background-color: #c21891;
}

.coupon04-img__title {
    background-color: #105685;
}

.dermapen__coupon__title {
    color: #fff;
    background-color: var(--dermapen-color);
    padding-top: clamp(10px, 2vw, 20px);
    padding-bottom: clamp(10px, 2vw, 20px);
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    font-size: clamp(28px, 4vw, 48px);
}

.cta02__btn a:hover, .cta03__btn a:hover {
    opacity: 0.7;
}
/* クーポン02↑ */

/* クリニック一覧↓ */
.clinic-title__wrap, .reserve-title__wrap {
    font-size: clamp(32px, 4vw, 50px);
    width: 85%;
    margin: 0 auto;
    margin-bottom: clamp(30px, 6vw, 60px);
}

.clinic-title__wrap h2, .reserve-title__wrap h2, .doctor__title__wrap h2 {
    text-align: center;
    line-height: 1.35;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    position: relative;
    border-bottom: 2px solid #0f95da;
    margin-bottom: clamp(10px, 2vw, 20px);
    font-size: clamp(22px, 4vw, 50px);
}

@media screen and (max-width: 767px) {
    .clinic-title__wrap h2, .reserve-title__wrap h2 {
        padding-bottom: 10px;
    }
}

.clinic-title__wrap span, .reserve-title__wrap span, .doctor__title__wrap span {
    color: #0f95da;
    font-size: clamp(24px, 5vw, 60px);
}

.clinic-sub-title, .reserve-sub-title {
    color: #8ecff0;
    font-size: clamp(20px, 3vw, 40px);
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}

#clinic article > h2 {
    display: none;
}

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

/* 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 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: #0f95da;
}
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: #0f95da;
    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;
}

.reserve{
    padding: clamp(35px,7vw,70px) 0 1px 0;
}

/* 予約・相談 */
.reserve__text {
    font-size: clamp(16px, 3vw, 32px);
    line-height: 1.6;
    font-weight: 700;
}

/*モーダル部分*/

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

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


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

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

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

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

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

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

footer {
    padding: 10px 0 50px;
}

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

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

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

    .head__menu {
        top: 50px;
    }

    .drawer-btn {
        width: 35px;
        height: 28px;
        top: calc(50% - 15px);
        right: 17px;
    }

    .drawer-btn span::before {
        top: -12px;
    }

    .drawer-btn span::after {
        bottom: -12px;
    }

    .head__menu-list a {
        background-position: 0 4px;
    }
    .head__menu-list li:not(:last-child) a {
        margin-bottom: 12px;
    }
    .head__menu-list a {
        font-size: 16px;
        padding: 0 12px 0 40px;
        padding-bottom: 10px;
        background-size: 26px;
    }

    .head__menu-list li a::before {
        width: 23px;
        top: calc(50% - 17px);
    }

    /*フッター*/

    .foot_btn{
        right: 15px;
        bottom: 90px;
        width: 50px;
    }
    footer {
        padding: 10px 0 20px;
    }

    .l-foot-subnav {
        padding-top: 20px;
        font-size: 13px;
    }

    .l-foot-subnav__link::before {
        bottom: 1px;
    }

    footer small {
        font-size: 13px;
    }
    /*モーダル部分*/
    .with-featherlight .featherlight .featherlight-inner {
        max-height: calc(75vh - 60px);
    }
}

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

.js--ad_list{
    display:none;
}

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

/*白色アイコン*/
.js--accordion-open.white_icon::before,
.js--accordion-open.white_icon::after{
    background:#ff4eb6;
}

.js--accordion-open.white_icon::before{
	transform: translate(-50%, -50%) rotate(0deg);
}

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

/* フロートバナー */
#float_bnr .close{
    width: 27px;
    height: 27px;
    text-indent: -1000px;
    background: url(../img/kumatori_injection/lightbox_close.png) no-repeat center;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
}
@media screen and (max-width: 640px) {
    #float_bnr{
        width: 100%;
        left: 0;
    }
    #float_bnr img{ 
        max-width: 100vw;
    }
    #float_bnr .close{
        background-size: 60%;
        top: 0;
        right: 0;
    }
}
/* フッターフローティングバナー↓ */
#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 .rotationBnr{
	width: 750px;
	overflow: hidden;
}
#float_bnr .rotationBnr ul{
	display: flex;
}
#float_bnr .rotationBnr ul > li{
	width: 750px;
}
#float_bnr .rotationBnr ul > li a{
	display: block;
}
#float_bnr .rotationBnr ul > li img{
	max-width: none;
}
/* フッターフローティングバナー↑ */



.bg_skyblue {
    background-color: #e6f6ff;
}
.inner_flame {
    background-color: #fff;
    box-shadow: 0px 10px 25px rgba(132, 147, 197, 0.3);
    padding: clamp(15px, 3vw, 30px);
}

/* 症例写真 */
#case p {
    font-size: clamp(14px, 2.2vw, 22px);
    line-height: 1.8;
}
.case_inner img {
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .case_inner img {
        padding-bottom: 15px;
    }
}


/* 施術の流れ （nose_all_y_tmベース） */
.flow__inner {
    padding-left: clamp(15px, 3vw, 30px);
    padding-right: clamp(15px, 3vw, 30px);
}

.flow-title__wrap {
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    color: #363636;
    line-height: 1.3;
}

.flow-title__wrap h2 {
    font-size: clamp(28px, 6vw, 56px);
    border-bottom: 2px solid #0f95da;
    text-align: center;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.flow-title__wrap span {
    color: #0f95da;
    font-size: clamp(31px, 6vw, 62px);
}

.flow-title__wrap p {
    color: #8ecff0;
    font-size: clamp(18px, 4vw, 28px);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .flow-title__wrap p {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}
.flow-ttl-01 {
    color: var(--main-color);
    font-size: clamp(18px, 4vw, 32px);
    font-weight: 500;
    line-height: 1.6;
}

.flow__img {
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .flow__img {
        margin-right: 10px;
        width: 47%;
    }
}

.flow__text {
    line-height: 1.6;
    font-size: clamp(16px, 2.6vw, 26px);
}

.flow__text span {
    color: #d03577;
}

.step__wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media screen and (max-width: 767px) {
    .step__wrap {
        gap: 10px;
    }
}


@media screen and (max-width: 767px) {
    .step__dot-img {
        width: 76%;
    }
}

.flow__step {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.flow__step p {
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    color: #0f95da;
}

.step_num {
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .step_num {
        width: 30px;
        margin-right: 5px;
    }
}

.flow_border_img {
    margin: 30px auto;
}
@media screen and (max-width: 767px) {
    .flow_border_img {
        margin: 15px auto;
    }
}

.flow-title__wrap .sub_ttl {
    font-size: clamp(18px, 3.6vw, 36px);
}


/* よくあるご質問 20240112追記 */
.faq {
    background-color: #ffebf5;
    padding: 95px 0 100px;
}
@media screen and (max-width: 750px) {
    .faq {
        padding: 12.67vw 0 13.33vw;
    }
}
.faq__ttl {
    margin-bottom: 72px;
}
@media screen and (max-width: 750px) {
    .faq__ttl {
        margin-bottom: 9.6vw;
    }
}
.faq__ttl p {
    color: #d03577;
    font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .faq__ttl p {
        font-size: 8vw;
    }
}
.faq__ttl h2 {
    color: #fff;
    font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    padding: 40px 0;
    background-color: #d03577;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .faq__ttl h2 {
        font-size: 6.4vw;
        padding: 5.33vw 0;
    }
}
.faq__acc_ttl {
    background-color: #fff;
    border: 2px solid #d03577;
    border-bottom: 0;
    padding: 30px 100px;
    position: relative;
}
@media screen and (max-width: 750px) {
    .faq__acc_ttl {
        border: 0.27vw solid #d03577;
        border-bottom: 0;
        padding: 4vw 12vw;
    }
}
.faq__acc_ttl::before,
.faq__acc_ttl::after {
    content: "";
    background-color: #d03577;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faq__acc_ttl::before {
    width: 3px;
    height: 23px;
    right: 39px;
    transition: all 0.3s;
}
@media screen and (max-width: 750px) {
    .faq__acc_ttl::before {
        width: 0.4vw;
        height: 3.07vw;
        right: 5.2vw;
    }
}
.faq__acc_ttl::after {
    width: 23px;
    height: 3px;
    position: absolute;
    right: 29px;
}
@media screen and (max-width: 750px) {
    .faq__acc_ttl::after {
        width: 3.07vw;
        height: 0.4vw;
        right: 3.87vw;
    }
}
.-active.faq__acc_ttl::before {
    transform: rotate(90deg);
}
.faq__acc_ttl p {
    color: #d03577;
    font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.39;
    position: relative;
}
@media screen and (max-width: 750px) {
    .faq__acc_ttl p {
        font-size: 3.73vw;
    }
}
.faq__acc_ttl p::before {
    content: "";
    width: 33px;
    height: 28px;
    background: url(../img/picolaser/faq_q.png) no-repeat center/contain;
    position: absolute;
    top: 5px;
    left: -65px;
}
@media screen and (max-width: 750px) {
    .faq__acc_ttl p::before {
        width: 4.4vw;
        height: 3.73vw;
        top: 0.67vw;
        left: -8.67vw;
    }
}
.faq__acc_ttl:last-of-type {
    border-bottom:  2px solid #d03577;
}
@media screen and (max-width: 750px) {
    .faq__acc_ttl:last-of-type {
        border-bottom: 0.27vw solid #d03577;
    }
}
.js-accordion-body.faq__acc_body {
    display: none;
    background: #fff;
    padding: 25px 100px;
    border:  2px solid #d03577;
    border-bottom: 0;
    position: relative;
}
@media screen and (max-width: 750px) {
    .js-accordion-body.faq__acc_body {
        padding: 3.33vw 12vw;
        border: 0.27vw solid #d03577;
        border-bottom: 0;
    }
}
.js-accordion-body.faq__acc_body::before {
    content: "";
    width: 33px;
    height: 28px;
    background: url(../img/picolaser/faq_a.png) no-repeat center/contain;
    position: absolute;
    top: 35px;
    left: 35px;
}
@media screen and (max-width: 750px) {
    .js-accordion-body.faq__acc_body::before {
        width: 4.4vw;
        height: 3.73vw;
        top: 4.67vw;
        left: 4.67vw;
    }
}
.js-accordion-body.faq__acc_body:last-of-type {
    border-bottom:  2px solid #d03577;
    border-top: 0;
}
@media screen and (max-width: 750px) {
    .js-accordion-body.faq__acc_body:last-of-type {
        border-bottom: 0.27vw solid #d03577;
        border-top: 0;
    }
}
.faq__acc_body p {
    color: #3e3e3e;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.9;
}
@media screen and (max-width: 750px) {
    .faq__acc_body p {
        font-size: 3.2vw;
    }
}


/* 20241212 追加コンテンツ */
/* 人気な理由 */
.reason {
    background: url(../img/picolaser/reason__bg.webp) no-repeat top center / cover;
}
.reason__cont img {
    box-shadow: 10px 10px 16px rgba(181, 69, 69, 0.15);
}
.reason__option img {
    box-shadow: 10px 10px 16px rgba(53, 55, 86, 0.1);
}