@charset "UTF-8";

/* 
mens-hr
------------------------ 
*/

#men .top {
    margin-bottom: 6%;
}

#men .top h2 {
    transform: translateY(-2%);
}

@media screen and (max-width: 420px) {
    #men .top {
        margin-bottom: 7%;
    }

    #men .top h2 {
        transform: translateY(0);
    }
}


/* section01 */

#men .sec01 {
    background: #eff5ff;
    margin-bottom: 10%;
}

#men .sec01 .inner {
    padding-top: 7%;
}

#men .sec01 .img_wrap {
    margin-bottom: 7%;
}

#men .sec01 .img_wrap ul li {
    margin-bottom: 4%;
    background: #fff;
    outline: 3px solid #77a2f1;
    outline-offset: -3px;
}

#men .sec01 .img_wrap ul li figure {
    width: 50%;
}

#men .sec01 .img_wrap ul li .price_wrap {
    flex-direction: column;
    width: 50%;
    justify-content: center;
}

#men .sec01 .img_wrap ul li .price_wrap h6 {
    font-size: 4rem;
    text-align: center;
}

#men .sec01 .img_wrap ul li .price_wrap .txt_s {
    font-size: 2.6rem;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
}

#men .sec01 .img_wrap ul li .price_wrap .flex {
    align-items: end;
}

#men .sec01 .img_wrap ul li .price_wrap .price {
    font-size: 5rem;
    color: #5581d1;
    line-height: 1.1;
    margin: 1% 0 0;
}

.iPhone #men .sec01 .img_wrap ul li .price_wrap .price {
    font-size: 4.6rem;
    margin: 2% 0 0;
}

#men .sec01 .img_wrap ul li .price_wrap .price span {
    font-size: 4rem;
}

#men .sec01 .price_wrap .txt_xs {
    font-size: 1.8rem;
    padding: 4% 5% 0;
}



/* section02 */

#men .sec02 .fukidashi {
    width: 95%;
    margin: 2% auto 2%;
}

#men .sec02 .fee_wrap {
    background: #d8effb;
}


#men .sec02 .img_ttl {
    background: #3db1eb;
    color: #fff;
    font-size: 4rem;
    text-align: center;
    padding: 2% 0;
}

#men .sec02 .bg_area {
    background: #d8effb;
}

#men .sec02 .img_wrap {
    margin-bottom: 5%;
}

#men .sec02 .img_wrap:last-child {
    margin-bottom: 0;
}

#men .sec02 h5 {
    text-align: center;
    font-size: 3.8rem;
    color: #3db1eb;
    margin: 0 auto 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#men .sec02 h5::before {
    content: '';
    width: 3%;
    aspect-ratio: 21/42;
    background: url("../images/menu/mens-hr/sec2_shape2.png") no-repeat;
    display: inline-block;
    margin-right: 2%;
    background-size: contain;
}

#men .sec02 h5::after {
    content: '';
    width: 3%;
    aspect-ratio: 21/42;
    background: url("../images/menu/mens-hr/sec2_shape1.png") no-repeat;
    display: inline-block;
    margin-left: 2%;
    background-size: contain;
}

#men .sec02 .flex {
    flex-wrap: wrap;
}

#men .sec02 .flex li {
    width: 30%;
    margin-bottom: 3%;
}

#men .sec02 .flex li figure {
    margin-bottom: 4%;
}

#men .sec02 .flex li .palt_txt {
    letter-spacing: -0.05em;
}

#men .sec02 .partial_list li {
    /* padding: 2% 4%; */
    padding: 1% 0;
    margin-bottom: 3%;
    border: 2px solid #3db1eb;
}
@media screen and (max-width: 450px) {
    #men .sec02 .partial_list li {
        border: 1px solid #3db1eb;
    }
}

#men .sec02 .partial_list .flex .fee_left {
    color: #fff;
    /* width: 35%; */
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#men .sec02 .partial_list .flex .fee_left .bold_txt {
    font-size: 2.5rem;
    letter-spacing: -0.01em;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #262a33;
}

#men .sec02 .partial_list .flex .fee_left .bold_txt .txt_s {
    font-size: 2.4rem;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#men .sec02 .partial_list .flex .fee_mid {
    color: #29a0dc;
    /* width: 31%; */
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#men .sec02 .partial_list .flex .fee_mid .price {
    font-size: 4.3rem;
    letter-spacing: -0.01px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#men .sec02 .partial_list .flex .fee_right {
    color: #262a33;
    /* width: 33%; */
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 1%;
}

#men .sec02 .partial_list .flex .fee_right .palt_txt {
    letter-spacing: -0.03em;
    padding-left: 2%;
    transform: translateY(15%);
    font-size: 2rem;
}

#men .sec02 .partial_list li .p_txt {
    font-size: 2.5rem;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media screen and (max-width: 749px) {
    #men .sec02 .partial_list .flex .fee_left .bold_txt {
        font-size: 4.2vw;
    }
    
    #men .sec02 .partial_list .flex .fee_left .bold_txt .txt_s {
        font-size: 3vw;
    }

    #men .sec02 .partial_list .flex .fee_mid .price {
        font-size: 5.8vw;
    }

    #men .sec02 .partial_list li .p_txt {
        font-size: 3vw;
    }
}

#men .sec02 .bg_area .inner {
    padding-bottom: 12%;
}

#men .lp_bottom {
    margin-top: 4%;
}

#men .lp_bottom .lp_bottom_btn {
    padding-top: 6%;
    background: #dce7fb;
}

#men .lp_bottom_consent {
    background: #c4d7f9;
}


/* shaving
----------------------- */
#men .shaving {
    padding: 0 0 2%;
    background: #edf1f8;
    margin: 8% 0 4%;
}

#men .shaving h4 {
    font-size: 4.5rem;
    background: #5581d1;
    color: #fff;
    padding: 10px 0;
}

#men .shaving figure {
    width: 80%;
    margin: 0 auto 4%;
}

#men .shaving .flex {
    flex-direction: column;
    align-items: center;
}

#men .shaving .flex .p_txt {
    padding: 2% 2% 0;
}

#men .shaving .flex .p_txt .bold_txt {
    color: #5581d1;
}

/* bottom_info
----------------------- */

#men .bottom_info .pk_txt {
    color: #5581d1;
}

#men .bottom_info .flow .bg_txt_half {
    background: linear-gradient(transparent 60%, #ecf2fd 40%);
}

#men .bottom_info .flow .inner .bg_wrap {
    border: 1px solid #5581d1;
    padding: 7% 4% 4%;
    box-shadow: 10px 10px 0px 0px rgba(218, 240, 255, 0.7);
}

@media screen and (max-width: 450px) {
    #men .bottom_info .flow .inner .bg_wrap {
        box-shadow: 5px 5px 0px 0px rgba(218, 240, 255, 0.7);
    }
}

#men .bottom_info .info th {
    background: #5581d1;
    border: 2px solid #5581d1;
    border-top: 2px solid #fff;
}

#men .bottom_info .info .top_tr th {
    border-top: 2px solid #5581d1;
}

#men .bottom_info .info td {
    border: 2px solid #5581d1;
}

/* approval
----------------------- */

#men .approval dl {
    background: #d9e4f8;
    border: 2px solid #5581d1;
}

@media screen and (max-width: 450px) {
    #men .approval dl {
        border: 1.5px solid #5581d1;
    }
}

#men .approval dl dt {
    color: #5581d1;
}

/* bottom_info広告用
----------------------- */

#men_pr .lp_bottom {
    margin-top: 4%;
}

#men_pr .lp_bottom .lp_bottom_btn {
    padding-top: 6%;
    background: #dce7fb;
}

#men_pr .lp_bottom_consent {
    background: #c4d7f9;
}

#men_pr .bottom_info .pk_txt {
    color: #5581d1;
}

#men_pr .bottom_info .flow .bg_txt_half {
    background: linear-gradient(transparent 60%, #ecf2fd 40%);
}

#men_pr .bottom_info .flow .inner .bg_wrap {
    border: 1px solid #5581d1;
    padding: 7% 4% 4%;
    box-shadow: 10px 10px 0px 0px rgba(218, 240, 255, 0.7);
}

@media screen and (max-width: 450px) {
    #men_pr .bottom_info .flow .inner .bg_wrap {
        box-shadow: 5px 5px 0px 0px rgba(218, 240, 255, 0.7);
    }
}

#men_pr .bottom_info .info th {
    background: #5581d1;
    border: 2px solid #5581d1;
    border-top: 2px solid #fff;
}

#men_pr .bottom_info .info .top_tr th {
    border-top: 2px solid #5581d1;
}

#men_pr .bottom_info .info td {
    border: 2px solid #5581d1;
}

/* approval広告用
----------------------- */

#men_pr .approval dl {
    background: #d9e4f8;
    border: 2px solid #5581d1;
}

@media screen and (max-width: 450px) {
    #men_pr .approval dl {
        border: 1.5px solid #5581d1;
    }
}

#men_pr .approval dl dt {
    color: #5581d1;
}


/* 部分脱毛削除 */
#men .sec02 {
    display: none;
}

#men .sec01 {
    margin-bottom: 0;
}

/* bottom footer 色修正2502 */
.interval_area .mens_interval {
    border: 1px solid #5581d1;
    color: #5581d1;
}

.footer-m {
    background: #5581d1;
}