@media (max-width: 768px) {
    .pc {
        display: none;
    }
}

@media (min-width: 769px) {
    .sp {
        display: none;
    }
}

.mv img {
    max-width: 100%;
    height: auto;
}


/* KV Catch */
.kv-catch {
    padding: 100px 0 166px;
    background: #fafafa;
}

.kv-inner {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
}

.kv-catch__body {
    margin-top: 48px;
    text-align: center;
}

.kv-catch__body .product_img1 img {
    max-width: 26.5714286vw;
    width: 100%;
}

.kv-catch__body .body__inner {
    margin-top: 74px;
}

.kv-catch__body h3 {
    font-size: 24px;
}

.kv-catch__body .body__inner__txt {
    margin-top: 32px;
    line-height: 2;
}

.c_headline__ttl::after {
    top: -5px;
    left: calc(50% - 3px);
}

/* c-features */
.c-features .c_features__list .item {
    height: auto;
}

.c-features .c_features__list .item_img {
    max-width: 256px;
}

.c-features .c_features__list .item>div:last-child>div:nth-child(3) sub {
    margin: 0 4px;
    font-size: 10px;
}

/* c-scene */
.c-scene {
    background: url("../img/product/bodycare/body-water/bg_care_sp.jpg") no-repeat center/cover;
    padding: 70px 16px 64px;
}

.c-scene__ttl {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
}

.c-scene__ttl span {
    border-bottom: 1px solid currentColor;
}

.c-scene__txt {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
}

.c-scene ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}

.c-scene ul li {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px 20px;
}

.c-scene ul li .num {
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    letter-spacing: .08em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
    width: 72px;
    height: 24px;
}

.c-scene ul li .ttl {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 7px;
}

.c-scene ul li .txt {
    color: #645842;
    font-size: 12px;
    line-height: 1.875;
    letter-spacing: .05em;
    margin-top: 12px;
}

.c-scene ul li .txt sup {
    vertical-align: super;
    font-size: 7px;
}

.c-scene ul li .note {
    font-size: 10px;
    color: #888;
    line-height: 1.4166666667;
    letter-spacing: .08em;
}

.c_product_lineup .name {
    font-weight: 500;
}

.c_product_lineup .name .sub {
    font-family: "Jost", sans-serif;
}

.c_product_lineup .name .sub+div {
    padding-top: 0;
}

@media (min-width: 769px) {
    .c-scene {
        background-image: url("../img/product/bodycare/body-water/bg_care.jpg");
        padding: 80px 0 89px;
    }

    .c-scene__box {
        max-width: 1016px;
        margin: 0 auto;
    }

    .c-scene__txt {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .c-scene__ttl {
        font-size: 44px;
    }

    .c-scene ul {
        gap: 40px 24px;
        margin-top: 40px;
    }

    .c-scene ul li {
        flex: 0 0 calc(50% - 12px);
        max-width: 50%;
        padding: 32px;
    }

    .c-scene ul li .num {
        font-size: 11px;
        margin-top: 24px;
    }

    .c-scene ul li .ttl {
        font-size: 24px;
        margin-top: 16px;
    }

    .c-scene ul li .txt {
        font-size: 16px;
        margin-top: 16px;
    }

    .c-scene ul li .txt sup {
        font-size: 9px;
    }

    .c-scene ul li .note {
        font-size: 12px;
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .kv-catch {
        padding-block: 72px 124px;
    }

    .c_headline__ttl {
        margin-bottom: 15px;
    }

    .kv-catch__body .product_img1 img {
        max-width: 54.1333333333vw;
        width: 100%;
    }

    .c_headline__ttl::after {
        top: -10px;
        left: calc(50% - -10px);
    }
}
