.brands-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--dl-color-working_unit_japan_color-background);
}

.brands-header {
    top: 0px;
    flex: 0 0 auto;
    left: 0px;
    width: 100%;
    height: 70px;
    display: flex;
    position: fixed;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: var(--dl-color-working_unit_japan_color-background_transparent);
}

.brands-navlink {
    display: contents;
}

.brands-logo {
    width: auto;
    cursor: pointer;
    height: 10px;
    object-fit: cover;
    transition: 0.3s;
    text-decoration: none;
}

.brands-logo:hover {
    height: 11px;
}

.brands-main {
    gap: 80px;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    max-width: 900px;
    margin-top: 120px;
    align-items: center;
    margin-bottom: 120px;
    flex-direction: column;
}

.brands-imageh3 {
    width: auto;
    height: 10px;
    object-fit: cover;
}

.brands-cont {
    gap: 80px;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.brands-image {
    width: 100%;
    border-radius: 4px;
    text-decoration: none;
}

.brands-image1 {
    width: 100%;
    border-radius: 4px;
    text-decoration: none;
}

.brands-footer {
    flex: 0 0 auto;
    width: 100%;
    height: 90px;
    display: flex;
    margin-top: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: var(--dl-color-working_unit_japan_color-background_transparent);
}

.brands-companyinfocont {
    gap: var(--dl-space-space-4px);
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.brands-navbar-interactive {
    width: 100%;
    bottom: 120px;
    display: flex;
    position: fixed;
    margin-top: 0px;
    align-items: center;
    padding-top: 0px;
    padding-left: var(--dl-space-space-40px);
    padding-right: var(--dl-space-space-40px);
    padding-bottom: 0px;
    justify-content: flex-start;
}

.brands-desktop-menu {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.brands-ul {
    gap: var(--dl-space-space-12px);
    display: flex;
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    flex-direction: column;
}

.brands-navlink01 {
    text-decoration: none;
}

.brands-navlink02 {
    text-decoration: none;
}

.brands-navlink03 {
    text-decoration: none;
}

.brands-navlink04 {
    text-decoration: none;
}

.brands-burger-menu {
    display: none;
}

.brands-image2 {
    width: 200px;
    object-fit: cover;
}

.brands-mobile-menu {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 100;
    position: fixed;
    padding-top: 30px;
    padding-left: var(--dl-space-space-40px);
    padding-right: var(--dl-space-space-40px);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-40px);
    justify-content: space-between;
    background-color: #fff;
}

.brands-nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.brands-top {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 48px;
    justify-content: flex-end;
}

.brands-navlink05 {
    display: contents;
}

.brands-logo1 {
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    cursor: pointer;
    height: 10px;
    margin: auto;
    position: absolute;
    object-fit: cover;
    transition: 0.3s;
    text-decoration: none;
}

.brands-logo1:hover {
    height: 11px;
}

.brands-ul1 {
    gap: var(--dl-space-space-12px);
    display: flex;
    margin-top: 0px;
    align-items: flex-end;
    padding-left: 0px;
    margin-bottom: var(--dl-space-space-32px);
    flex-direction: column;
}

.brands-navlink06 {
    text-decoration: none;
}

.brands-navlink07 {
    text-decoration: none;
}

.brands-navlink08 {
    text-decoration: none;
}

.brands-navlink09 {
    color: var(--dl-color-working_unit_japan_color-text_black);
    text-decoration: none;
}

.brands-mobilemenuwrap {
    gap: 12px;
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.brands-text05 {
    font-size: 11px;
    text-align: right;
    font-family: Questrial;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.14px;
    text-transform: none;
    text-decoration: none;
}

.brands-text11 {
    font-size: 11px;
    text-align: right;
    font-family: Questrial;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.14px;
    text-transform: none;
    text-decoration: none;
}

.brands-text12 {
    text-align: right;
}

.brands-close-menu {
    right: 40px;
    width: 40px;
    bottom: 40px;
    cursor: pointer;
    height: 40px;
    display: flex;
    position: absolute;
    background: #353535;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.brands-icon {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    display: none;
}

.brands-text13 {
    display: none;
    letter-spacing: 0;
}

.brands-image3 {
    width: 24px;
    object-fit: cover;
}

@media(max-width: 1200px) {
    .brands-navbar-interactive {
        bottom: 40px;
        justify-content: flex-end;
    }

    .brands-desktop-menu {
        display: none;
    }

    .brands-burger-menu {
        width: 40px;
        cursor: pointer;
        height: 40px;
        display: flex;
        background: #ffffff;
        align-items: center;
        border-radius: 50%;
        justify-content: center;
    }

    .brands-image2 {
        width: 24px;
        margin-top: 2px;
    }

    .brands-close-menu {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .brands-text13 {
        display: none;
    }

    .brands-image3 {
        width: 24px;
        margin-top: 2px;
    }
}

@media(max-width: 991px) {
    .brands-main {
        padding-left: 40px;
        padding-right: 40px;
    }

    .brands-navbar-interactive {
        bottom: 24px;
        padding-left: var(--dl-space-space-24px);
        padding-right: var(--dl-space-space-24px);
    }

    .brands-mobile-menu {
        padding-top: 30px;
        padding-left: var(--dl-space-space-24px);
        padding-right: var(--dl-space-space-24px);
        padding-bottom: var(--dl-space-space-24px);
    }

    .brands-close-menu {
        right: 24px;
        bottom: 24px;
    }
}

@media(max-width: 767px) {
    .brands-main {
        padding-left: 24px;
        padding-right: 24px;
    }

    .brands-navbar-interactive {
        padding-left: 24px;
        padding-right: 24px;
    }

    .brands-burger-menu {
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 479px) {
    .brands-main {
        padding-left: var(--dl-space-space-16px);
        padding-right: var(--dl-space-space-16px);
    }

    .brands-navbar-interactive {
        bottom: 16px;
        padding-top: 0px;
        padding-left: var(--dl-space-space-16px);
        padding-right: var(--dl-space-space-16px);
        padding-bottom: 0px;
    }

    .brands-mobile-menu {
        padding-top: 30px;
        padding-left: var(--dl-space-space-16px);
        padding-right: var(--dl-space-space-16px);
        padding-bottom: var(--dl-space-space-16px);
    }

    .brands-close-menu {
        right: 16px;
        bottom: 16px;
    }

    .brands-icon {
        display: none;
    }
}