@charset "UTF-8";

/* common */

/* top
-------------------- */
@media screen and (min-width: 750px) {
    #dp .top {
        background: url("../images/menu/dermapen/pc/dp_top_bg_pc.jpg")no-repeat top center;
        background-size: cover;
    }
}

/* section02
-------------------- */
@media screen and (min-width: 750px) {
    #dp .sec02 .heading-tf {
        background: url("../images/menu/dermapen/pc/sec2_heading_pc.png") no-repeat top center;
        width: 100%;
        height: 143px;
        background-size: auto;
    }

    #dp .sec02 .sec02_top {
        background: url(../images/menu/dermapen/pc/sec2_bg_pc.jpg) no-repeat top center;
        background-size: cover;
    }

    #dp .sec02 .sec02_top .pc_inner {
        padding: 40px 20px;
    }

    #dp .sec02_top .w_bg .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 40px;
    }

    #dp .sec02_top .inner .p_txt {
        width: 63%;
    }

    #dp .sec02_top .inner .img_area {
        width: 34.2%;
        margin: 0;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dt {
        padding: 6px 0;
        font-size: 1.5rem;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd span {
        margin-bottom: 10px;
        font-size: 1.4rem;
        margin: 0 auto 5px;
        line-height: 1.5;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd {
        padding: 10px 10px 10px;
        background: #c6e9f4;
        font-size: 1.2rem;
        line-height: 1.4;
        width: 100%;
        font-feature-settings: "palt";
    }

    #dp .sec02 .img_area .txt_wrap .img_desc1 {
        margin-bottom: 6px;
    }

    #dp .sec02 .sec02_bottom {
        background: url("../images/menu/dermapen/pc/sec2_ttl_pc.png")no-repeat top center;
        margin-top: -40px;
        padding-top: 250px;
    }

    #dp .sec02 .sec02_bottom .inner {
        padding: 0 20px 30px;
    }

    #dp .sec02 .sec02_bottom .inner .p_txt {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1000px) {
    #dp .sec02 .img_area .txt_wrap .img_desc dt {
        font-size: 1.5vw;
        padding: 3% 0;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd span {
        font-size: 1.35vw;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd {
        font-size: 1.2vw;
        padding: 6% 6%;
    }
}

@media screen and (max-width: 830px) {
    #dp .sec02_top .w_bg .inner {
        display: block;
    }

    #dp .sec02_top .inner .p_txt {
        width: 100%;
    }

    #dp .sec02_top .inner .img_area {
        width: 100%;
        margin: 6% 0 0;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dt {
        font-size: 3rem;
        padding: 1% 0;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd span {
        font-size: 2.8rem;
        width: 92%;
        margin: 0 auto 2%;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd {
        font-size: 2.6rem;
        padding: 4% 6%;
        line-height: 1.6;
        letter-spacing: .3em;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc1 {
        margin-bottom: 6%;
    }
}

@media screen and (max-width: 750px) {
    #dp .sec02 .img_area .txt_wrap .img_desc dt {
        font-size: 4vw;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd span {
        font-size: 3.6vw;
        width: 92%;
        margin: 0 auto 2%;
        letter-spacing: -.01em;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd {
        letter-spacing: .1em;
        font-size: 3.6vw;
    }
}

/* section03
-------------------- */
@media screen and (min-width: 750px) {
    #dp .sec03 .heading-tf {
        background: url("../images/menu/dermapen/pc/sec3_heading_pc.png") no-repeat top center;
        width: 100%;
        height: 153px;
        background-size: auto;
    }

    #dp .sec03 .inner {
        padding: 60px 20px;
    }

    #dp .sec03 .border_area {
        padding: 60px 40px 30px;
    }

    #dp .sec03 ul li {
        margin-bottom: 60px;
    }

    #dp .sec03 ul li .border_area h4 {
        top: -40px;
        width: 340px;
    }

    #dp .sec03 ul li .border_area .shape {
        position: absolute;
        top: 45px;
        left: 25%;
        width: 50px;
    }

    #dp .sec03 ul li .border_area .flex_pc {
        justify-content: space-between;
    }

    #dp .sec03 ul li .border_area .flex_pc figure {
        width: 28%;
        margin: 0;
    }

    #dp .sec03 ul li .border_area .flex_pc .p_txt {
        width: 68%;
        line-height: 2;
        font-feature-settings: "palt";
        letter-spacing: .18em;
    }
}

/* section04
-------------------- */
@media screen and (min-width: 750px) {
    #dp .sec04 .heading-tf {
        background: url("../images/menu/dermapen/pc/sec4_heading_pc.png") no-repeat top center;
        width: 100%;
        height: 155px;
        background-size: auto;
    }

    #dp .sec04 .sec04_top .inner {
        padding: 30px 50px;
    }

    #dp .sec04 .sec04_top .inner .p_txt {
        font-size: 1.8rem;
    }

    #dp .sec04 .sec04_top .inner .p_txt.mb_6 {
        margin-bottom: 30px;
    }

    #dp .sec04 .txt_wrap .txt1 {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }

    #dp .sec04 .sec04_top .flex_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        transform: none;
    }

    #dp .sec04 .sec04_top .flex_wrap .flex {
        min-width: 320px;
    }

    #dp .sec04 .txt_wrap .txt1::before {
        content: '';
        width: 23px;
    }

    #dp .sec04 .txt_wrap .txt1::after {
        content: '';
        width: 23px;
    }

    #dp .sec04 .txt_wrap .pkbg {
        padding: 15px 10px;
        min-width: 280px;
        font-size: 2.6rem;
        margin-right: 15px;
    }

    #dp .sec04 .txt_wrap .mb_6 {
        margin-bottom: 0;
        margin-right: 10px;
    }

    #dp .sec04 .txt_wrap p {
        font-size: 2.6rem;
        display: inline-block;
    }

    #dp .sec04 .txt_wrap .txt_pc {
        min-width: 77px;
    }

    #dp .sec04 .velvet {
        background: url(../images/menu/dermapen/pc/sec4_vs_bg_pc.jpg) no-repeat top center;
        background-size: cover;
        padding-top: 0;
        padding-bottom: 30px;
        margin-top: 20px;
        overflow: hidden;
    }

    #dp .sec04 .velvet .inner {
        padding: 0 50px;
    }

    #dp .sec04 .velvet .vs_list .h5_txt {
        font-size: 3.2rem;
        margin: 30px 0 20px;
    }

    #dp .sec04 .velvet .vs_list .h5_txt span {
        font-size: 2.7rem;
        font-feature-settings: "palt";
    }

    #dp .sec04 .velvet .vs_list figure {
        width: 500px;
        margin: 0 auto 30px;
    }

    #dp .sec04 .velvet .vs_list .border_area {
        padding: 30px 40px;
    }

    #dp .sec04 .velvet .vs_list .border_area .p_txt {
        font-feature-settings: "palt";
    }
}

/* section05
-------------------- */
@media screen and (min-width: 750px) {
    #dp .sec05 .heading-tf {
        background: url("../images/menu/dermapen/pc/sec5_heading_pc.png") no-repeat top center;
        width: 100%;
        height: 222px;
        background-size: auto;
    }

    #dp .sec05 .inner {
        padding: 40px 50px;
    }

    #dp .sec05 .inner .p_txt {
        font-size: 1.8rem;
    }
}

/* section06
-------------------- */
@media screen and (min-width: 750px) {
    #dp .sec06 {
        background: url(../images/menu/dermapen/pc/sec6_bg_pc.jpg) no-repeat top center;
        background-size: cover;
        margin-bottom: 60px;
    }

    #dp .sec06 .inner {
        padding: 40px 50px 60px;
    }

    #dp .sec06 h3 {
        font-size: 4.9rem;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    #dp .sec06 .border_area.inner_3 {
        padding: 30px 40px;
    }

    #dp .sec06 .border_area .p_txt {
        font-size: 2rem;
    }
}


/* section07
-------------------- */
@media screen and (min-width: 750px) {
    #dp .sec07 .inner {
        padding: 40px 50px;
    }

    #dp .sec07 .fee_list h4 {
        font-size: 3.5rem;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    #dp .sec07 .fee_list dl {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    #dp .sec07 .fee_list .border_area dt {
        font-size: 3.3rem;
        padding: 20px 0;
        width: 40%;
        line-height: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #dp .sec07 .fee_list .border_area dt .p_txt {
        font-weight: 400;
        font-size: 2rem;
    }

    #dp .sec07 .fee_list .border_area dd {
        font-size: 2rem;
        padding: 10px 30px;
        display: flex;
        align-items: center;
    }

    #dp .sec07 .fee_list .border_area dd .ta-left {
        padding-top: 23px;
    }


    #dp .sec07 .fee_list .mb_8 {
        margin-bottom: 50px;
    }
}