.pg-about-new {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    color: #333;
    margin-bottom: 140px;
    overflow-x: hidden;
}

.pg-about-new * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.pg-about-new img {
    max-width: 100%;
    display: block;
    height: auto;
}

.pg-about-new .container {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.pg-about-new .heading_section {
    padding-left: 16px;
    padding-bottom: 5px;
    border: #333 solid 2px;
    border-bottom: none;
    border-right: none;
}

.pg-about-new .heading_section .title {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 2;
    letter-spacing: 0.02em;
}

.pg-about-new .heading_section .sub_title {
    font-size: 19.11px;
    line-height: 1;
    letter-spacing: 0.02em;
}

.pg-about-new .header_about-new {
    text-align: center;
    margin: 80px auto;
}

.pg-about-new .header_about-new .title {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 2;
    letter-spacing: 0.02em;
}

.pg-about-new .header_about-new .sub_title {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
}

.pg-about-new .intro-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.pg-about-new .intro-section .slogan {
    font-size: 40px;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 8px;
}

.pg-about-new .intro-section .sub_slogan {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: center;
    color: #A1A1A1;
    vertical-align: middle;
}

.pg-about-new .intro-section .text_box+.text_box {
    margin-top: 40px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.02em;
    vertical-align: middle;
    text-align: center;
}

.pg-about-new .bg-image {
    width: 100%;
    /* height: 560px; */
}

.pg-about-new .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pg-about-new .skin_friendly-section {
    margin-top: 168px;
}

.pg-about-new .skin_friendly-section .quality-block {
    margin-top: 80px;
}

.pg-about-new .skin_friendly-section .block+.block {
    margin-top: 80px;
}

.pg-about-new .skin_friendly-section .block-top {
    max-width: 342px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pg-about-new .skin_friendly-section .block_img {
    position: relative;
    max-width: 138px;
    width: 100%;
    margin: 0 auto;
}

.pg-about-new .skin_friendly-section .block_img .text {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pg-about-new .skin_friendly-section .block_img p {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.pg-about-new .skin_friendly-section .block_img p+p {
    font-size: 32px;
}

.pg-about-new .skin_friendly-section .block-heading {
    margin-top: 20px;
}

.pg-about-new .skin_friendly-section .block-heading .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.02em;
}

.pg-about-new .skin_friendly-section .block-heading .sub_title {
    font-size: 40px;
    line-height: 2;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.pg-about-new .skin_friendly-section .block_content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.pg-about-new .skin_friendly-section .block_ingredients {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.pg-about-new .skin_friendly-section .block_ingredients .box {
    display: flex;
    gap: 8px;
}

.pg-about-new .skin_friendly-section .ingredient-item {
    background-image: url("https://d2w53g1q050m78.cloudfront.net/chionejp/uploads/assets/img/about_new/bg_item.webp");
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    width: 136px;
    height: 136px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
}

.pg-about-new .skin_friendly-section .content-img {
    max-width: 480px;
    width: 100%;
}

.pg-about-new .skin_friendly-section .content-img img {
    width: 100%;
}

.pg-about-new .skin_friendly-section .content-text {
    max-width: 480px;
    width: 100%;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.02em;
}

.pg-about-new .skin_friendly-section .content-text .size-small {
    font-size: 14px;
    margin: 8px 0;
}

.pg-about-new .skin_friendly-section .content-text .border-text {
    width: fit-content;
    border: #333 solid 1px;
    padding: 0 8px;
}

.pg-about-new .beauty_ingredients-section {
    margin-top: 168px;
    margin-bottom: 80px;
}

.pg-about-new .beauty_ingredients-section .list_beauty {
    --itemCount: 3;
    --space: 14px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 80px;
    margin-left: calc(-1 * var(--space));
}

.pg-about-new .beauty_ingredients-section .item {
    margin-top: var(--space);
    margin-left: var(--space);
    padding: 20px;
    max-width: 324px;
    width: calc(100% / var(--itemCount) - var(--space));
    box-shadow: rgba(51, 51, 51, 0.1803921569) 0 4px 12px;
}

.pg-about-new .beauty_ingredients-section .item_title {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.pg-about-new .beauty_ingredients-section .item_img {
    min-height: 188px;
}

.pg-about-new .beauty_ingredients-section .item_img img {
    width: 100%;
    object-fit: cover;
}

.pg-about-new .beauty_ingredients-section .item_text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
}

.pg-about-new .link_to_product {
    display: block;
    max-width: 312px;
    padding: 18px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    border: 1px solid #333;
    text-decoration: none;
    color: #333;
}

.pg-about-new .link_to_product:hover {
    color: #fff;
    background-color: #333;
}

.pg-about-new .skin_friendly-section .quality-block .step_fist {
    display: none;
}

@media screen and (max-width: 768px) {
    .pg-about-new .sm-col {
        display: flex;
        flex-direction: column;
    }

    .pg-about-new .bg-image {
        height: 400px;
    }

    .pg-about-new .skin_friendly-section .ingredient-item {
        width: 115px;
        height: 115px;
        font-size: 17px;
    }

    .pg-about-new .skin_friendly-section .content-text {
        font-size: 18px;
    }

    .pg-about-new .beauty_ingredients-section .item_title {
        font-size: 18px;
    }

    .pg-about-new .beauty_ingredients-section .item_text {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .pg-about-new .beauty_ingredients-section .list_beauty {
        --itemCount: 2;
    }

    .pg-about-new .skin_friendly-section .block_content {
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (max-width: 511px) {
    .pg-about-new .container {
        padding: 0 20px;
    }

    .pg-about-new .header_about-new {
        margin: 40px 0;
    }

    .pg-about-new .header_about-new .title {
        font-size: 6.411vw;
    }

    .pg-about-new .header_about-new .sub_title {
        font-size: 2.671vw;
    }

    .pg-about-new .heading_section .title {
        font-size: 6.411vw;
    }

    .pg-about-new .heading_section .sub_title {
        font-size: 3.205vw;
    }

    .pg-about-new .intro-section {
        margin-bottom: 40px;
    }

    .pg-about-new .intro-section .slogan {
        font-size: 6.399vw;
    }

    .pg-about-new .intro-section .sub_slogan {
        font-size: 3.205vw;
        display: flex;
        flex-direction: column;
    }

    .pg-about-new .intro-section .text_box+.text_box {
        font-size: 3.472vw;
    }

    .pg-about-new .bg-image {
        height: 60.078vw;
    }

    .pg-about-new .skin_friendly-section {
        margin-top: 40px;
    }

    .pg-about-new .skin_friendly-section .block_img {
        max-width: 30.333vw;
    }

    .pg-about-new .skin_friendly-section .block_img p {
        font-size: 4.006vw;
    }

    .pg-about-new .skin_friendly-section .block_img p+p {
        font-size: 6.411vw;
    }

    .pg-about-new .skin_friendly-section .block-heading .title {
        font-size: 4.006vw;
    }

    .pg-about-new .skin_friendly-section .block-heading .sub_title {
        font-size: 6.411vw;
    }

    .pg-about-new .skin_friendly-section .block_content {
        gap: 10px;
        margin-top: 13px;
        flex-direction: column;
    }

    .pg-about-new .skin_friendly-section .block_content.block_ingredients {
        flex-direction: row;
    }

    .pg-about-new .skin_friendly-section .block_content .box {
        gap: 6px;
    }

    .pg-about-new .skin_friendly-section .ingredient-item {
        width: 21.331vw;
        height: 21.331vw;
        font-size: 3.205vw;
    }

    .pg-about-new .skin_friendly-section .content-text {
        font-size: 4.006vw;
    }

    .pg-about-new .skin_friendly-section .content-text .size-small {
        font-size: 3.472vw;
    }

    .pg-about-new .skin_friendly-section .block+.block {
        margin-top: 40px;
    }

    .pg-about-new .beauty_ingredients-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pg-about-new .beauty_ingredients-section .list_beauty {
        --itemCount: 1;
        margin-top: 40px;
    }

    .pg-about-new .beauty_ingredients-section .item {
        max-width: 100%;
    }

    .pg-about-new .beauty_ingredients-section .item_title {
        font-size: 4.051vw;
    }

    .pg-about-new .beauty_ingredients-section .item_text {
        font-size: 3.205vw;
    }

    .pg-about-new .link_to_product {
        max-width: 88.454vw;
        padding: 4.697vw 0;
        font-size: 3.74vw;
    }
}

@media screen and (max-width: 375px) {
    .pg-about-new .intro-section {
        margin-bottom: 40px;
    }

    .pg-about-new .header_about-new {
        margin-bottom: 40px;
    }

    .pg-about-new .header_about-new .title {
        font-size: 24px;
    }

    .pg-about-new .header_about-new .sub_title {
        font-size: 10px;
    }

    .pg-about-new .intro-section .slogan {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .pg-about-new .intro-section .sub_slogan {
        font-size: 12px;
    }

    .pg-about-new .intro-section .text_box+.text_box {
        font-size: 13px;
        margin-top: 24px;
    }

    .pg-about-new .bg-image {
        height: 225px;
    }

    .pg-about-new .skin_friendly-section {
        margin-top: 40px;
    }

    .pg-about-new .skin_friendly-section .quality-block {
        margin-top: 40px;
    }

    .pg-about-new .skin_friendly-section .block_img {
        max-width: 106px;
    }

    .pg-about-new .skin_friendly-section .block_img p {
        font-size: 15px;
    }

    .pg-about-new .skin_friendly-section .block_img p+p {
        font-size: 24px;
    }

    .pg-about-new .skin_friendly-section .block-heading .title {
        font-size: 15px;
    }

    .pg-about-new .skin_friendly-section .block-heading .sub_title {
        font-size: 24px;
    }

    .pg-about-new .skin_friendly-section .block_content.block_ingredients {
        margin-top: 10px;
        gap: 5px;
    }

    .pg-about-new .skin_friendly-section .block_content .box {
        gap: 5px;
    }

    .pg-about-new .skin_friendly-section .block_content {
        margin-top: 10px;
    }

    .pg-about-new .skin_friendly-section .content-text {
        font-size: 15px;
    }

    .pg-about-new .skin_friendly-section .content-text .size-small {
        font-size: 13px;
    }

    .pg-about-new .beauty_ingredients-section .list_beauty {
        margin-top: 20px;
    }

    .pg-about-new .beauty_ingredients-section .item_title {
        font-size: 15px;
    }

    .pg-about-new .beauty_ingredients-section .item_text {
        font-size: 12px;
    }
}