.nav_brands ul li.nav_about a::after {
    content: '';
    width: 100%;
    height: 5px;
    background: var(--color-brands) !important;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}


.nav_brands ul li.nav_about a::before {
    background: var(--color-brands) !important;
}


.breadcrumbs {
    width: 1160px;
    padding-top: 15px;
    margin: 0 auto !important;
}

.title_div {
    width: 1400px;
    margin: auto;
    background: url(../img/bg1.webp) no-repeat left 58px;
    background-size: 100% auto;
    position: relative;
    text-align: center;
}

.title_div h1 {
    font-size: 42px;
    text-align: center;
    padding: 0px 0 74px 0;
}

.title_div .h1,
.part2 .h1,
.content_div .h1 {
    color: #b49111;
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    padding-top: 16px;
    padding-bottom: 10px;
}

.title_div p,
.part2 p,
.content_div p {
    font-size: 16px;
    line-height: 1.7;
}

.tab_div {
    width: 1080px;
    margin: auto;
}

.tab_div .tab_list {
    display: flex;
    gap: 20px;
}

.tab_div .tab_list li {
    list-style-type: none;
    flex: 1;
    text-align: center;
    box-shadow: 0px 6px 6px #886c004a;
    background: #fff;
    position: relative;
    padding: 20px 0 31px 0;
    cursor: pointer;
}

.tab_div .tab_list li div.story {
    width: 90px;
    height: 17px;
    margin: auto;
    background: url(../img/tab1.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li:hover div.story {
    width: 90px;
    height: 17px;
    margin: auto;
    background: url(../img/tab1_1.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li div.brands {
    width: 100px;
    height: 17px;
    margin: auto;
    background: url(../img/tab2.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li:hover div.brands {
    width: 100px;
    height: 17px;
    margin: auto;
    background: url(../img/tab2_1.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li div.quarity {
    width: 117px;
    height: 17px;
    margin: auto;
    background: url(../img/tab3.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li:hover div.quarity {
    width: 117px;
    height: 17px;
    margin: auto;
    background: url(../img/tab3_1.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li::after {
    position: absolute;
    content: '';
    left: calc(50% - 4px);
    bottom: 17px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-bottom: #b49111 solid 3px;
    border-right: #b49111 solid 3px;
}

.tab_div .tab_list li p:first-child {
    font-size: 18px;
    color: #089ede;
    font-weight: bold;
}

.tab_div .tab_list li p:last-child {
    font-size: 19px;
    color: #222;
    font-weight: 600;
    padding-top: 10px;
}

.tab_div .tab_list li p:last-child b {
    display: inline;
    padding-left: 8px;
}

.tab_div .tab_list li:hover {
    background: #b49111;
}

.tab_div .tab_list li:hover::after {
    border-bottom: #fff solid 3px;
    border-right: #fff solid 3px;
}

.tab_div .tab_list li:hover p:first-child {
    color: #fff;
}

.tab_div .tab_list li:hover p:last-child {
    color: #fff;
}

.w1085 {
    width: 1080px;
    margin: auto
}

.brand_story {
    margin-bottom: 27px;
}

.mainbox {
    height: 354px;
    margin-top: 58px;
    align-items: center;
}

.mainbox div {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    align-items: center;
    padding: 51px 0 74px 0;
    box-shadow: -6px 7px 7px #886c006b;
}

.mainbox div p {
    font-size: 36px;
    font-weight: bold;
    position: relative;
}

.mainbox div p:before {
    position: absolute;
    content: "";
    width: 93px;
    height: 3px;
    background: #b49111;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}

.left {
    background: url(../img/brands.webp)no-repeat right;
    display: flex;
}

.right {
    background: url(../img/photo1.webp)no-repeat left;
    display: flex;
    justify-content: flex-end;
    background-size: auto 100%;
    margin-bottom: 30px;
}

.left1 {
    background: url(../img/photo2.webp)no-repeat right;
    display: flex;
}

.part2 {
    background: url(../img/bg2.webp) no-repeat;
    background-size: auto 100%;
    text-align: center;
    width: 1400px;
    margin: auto;
    padding-bottom: 33px;
}

.part3 {
    background: url(../img/bg3.webp) no-repeat;
    background-size: auto 100%;
    width: 1400px;
    margin: auto;
    padding-bottom: 33px;
}

.content_div {
    margin-top: 20px;
    padding-left: 38px;
    position: relative;
}

.content_div .title_txt {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
}

.content_div:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 81px;
    background: #b49111;
    left: 0;
    top: -4px;
}

.content_div .h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 4px;
}

.box3 {
    display: flex;
    margin-top: 36px;
    gap: 20px
}

.box3 div {
    flex: 1
}

.box3 div img {
    width: 100%;
    margin-bottom: 8px;
    border: #ededed solid 1px;
}

.box3 div p {
    font-size: 10px;
    line-height: normal;
}

.sgs {
    position: absolute;
    right: 0;
    top: -108px;
}

.box2 {
    display: flex;
    gap: 99px;
    margin: 37px 0 0 0;
    position: relative;
}

.box2 div {
    flex: 1;
    text-align: center
}

.box2 div img {
    width: 100%
}

.box2 div p.h1 {
    font-size: 24px;
    line-height: 1.6;
    color: #b39018;
    font-weight: bold;
}

.box2 div p {
    font-size: 16px
}

.content_div1 {
    text-align: center
}

.content_div1 p.h1 {
    font-size: 24px;
    line-height: 2.6;
    color: #b39018;
    font-weight: bold;
}

.content_div1 p {
    line-height: 1.6
}

.pt_30 {
    padding-top: 0;
}

.pt_40 {
    padding-top: 40px;
}

.pb_40 {
    padding-bottom: 100px;
}

.photo_3 {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 13px;
}

.photo_3 img {
    flex: 1;
    text-align: center;
    width: 100%;
}

.box2_photo div {
    flex: 1;
    text-align: center;
    width: 100%;
}

.box2_photo {
    display: flex;
    gap: 70px;
    margin-top: 27px;
}

.box2_photo div img {
    width: 100%;
    margin-bottom: 18px;
}

.box2_photo div .h3 {
    font-size: 20px;
    padding: 0;
}

.box2_photo div p {
    font-size: 16px
}

.center2left {
    text-align: center;
    margin-top: 12px;
}

.txt_img1 {
    width: auto;
    height: 24px;
    margin-bottom: 5px;
}

.txt_img2 {
    width: auto;
    height: 20px;
    margin-bottom: 10px;
}

.txt_img3 {
    width: auto;
    height: 26px;
    margin-bottom: 10px;
}

.txt_img4 {
    width: auto;
    height: 26px;
    margin-bottom: 3px;
}

.txt_img5 {
    width: auto;
    height: 20px;
    margin-bottom: 7px;
}

.txt_img6 {
    width: auto;
    height: 26px;
    margin-bottom: 4px;
}

.txt_img7 {
    width: auto;
    height: 26px;
    margin-bottom: 4px;
}

.phone_only {
    display: none;
}

.breadcrumb_trail {
    width: 1164px !important;
}

@media only screen and (max-width: 768px) {
    .txt_img1 {
        width: auto;
        height: 4vw;
        margin-bottom: 1vw;
    }

    .txt_img2 {
        width: auto;
        height: 3.2vw;
        margin-bottom: 3vw;
    }

    .txt_img3 {
        width: auto;
        height: 4vw;
        margin-bottom: 2vw;
    }

    .txt_img4 {
        width: auto;
        height: 4.5vw;
        margin-bottom: 0.3vw;
    }

    .txt_img5 {
        width: auto;
        height: 3.5vw;
        margin-bottom: 2vw;
    }

    .txt_img6 {
        width: auto;
        height: 5vw;
        margin-bottom: 1vw;
    }

    .txt_img7 {
        width: auto;
        height: 5vw;
        margin-bottom: 1.5vw;
    }

    .breadcrumbs {
        width: auto;
        padding-top: 15px;
        padding-left: 15px;
    }

    .screen_only {
        display: none;
    }

    .title_div {
        width: auto;
        margin: auto;
        background: url(../img/bg1.webp) no-repeat right 47px;
        background-size: 96% auto;
        position: relative;
        text-align: left;
    }

    .title_div h1 {
        font-size: 5.5vw;
        text-align: center;
        padding: 0 0 9vw 0;
        margin-top: -6vw;
    }

    .title_div {
        width: auto;
        margin: auto;
        background-position: 43vw 0;
        background: url(../img/bg1_1.webp) no-repeat right 0vw;
        background-size: 100% auto;
        background-position-x: 0;
        text-align: center;
    }

    .tab_div {
        width: 100%;
        margin: auto;
    }

    .tab_div .tab_list {
        display: flex;
        gap: 2vw;
    }

    .tab_div .tab_list li {
        box-shadow: 0px 7px 14px #886c004a;
    }

    .tab_div .tab_list li::after {
        position: absolute;
        content: '';
        left: calc(50% - 3px);
        bottom: 2.6vw;
        width: 7px;
        height: 7px;
        transform: rotate(45deg);
        border-bottom: #b49111 solid 2px;
        border-right: #b49111 solid 2px;
    }

    .tab_div .tab_list li {
        padding: 2vw 0 5.5vw 0;
    }

    .tab_div .tab_list li:nth-child(2) p {
        font-size: 2.5vw !important;
        padding-top: 1vw !important;
    }

    .tab_div .tab_list li:nth-child(2) p b {
        display: block;
        padding-left: 0;
        font-size: 3.5vw;
    }

    .tab_div .tab_list li p:first-child {
        font-size: 2.8vw;
    }

    .tab_div .tab_list li p:last-child {
        font-size: 3.5vw;
        color: #222;
        font-weight: 600;
        padding-top: 3vw;
        line-height: 1.2;
    }

    .tab_div .tab_list li p:last-child span {
        font-size: 70%;
        display: block;
        margin-top: -1vw;
    }

    .tab_div .tab_list li:hover::after {
        border-bottom: #fff solid 3px;
        border-right: #fff solid 3px;
    }

    .tab_div .tab_list li:hover p:first-child {
        color: #fff;
    }

    .tab_div .tab_list li:hover p:last-child {
        color: #fff;
    }

    .phone_only {
        display: block;
    }

    .tab_div .tab_list li div.story {
        width: 16.8vw;
        height: 3.2vw;
        margin: auto;
        background: url(../img/tab1.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li:hover div.story {
        width: 16.8vw;
        height: 3.2vw;
        margin: auto;
        background: url(../img/tab1_1.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li div.brands {
        width: 17vw;
        height: 2.8vw;
        margin: auto;
        background: url(../img/tab2.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li:hover div.brands {
        width: 17vw;
        height: 2.8vw;
        margin: auto;
        background: url(../img/tab2_1.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li div.quarity {
        width: 20.5vw;
        height: 3vw;
        margin: auto;
        background: url(../img/tab3.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li:hover div.quarity {
        width: 20.5vw;
        height: 3vw;
        margin: auto;
        background: url(../img/tab3_1.svg) no-repeat;
        background-size: auto 100%;
    }

    .title_div .h1,
    .part2 .h1,
    .content_div .h1 {
        color: #b49111;
        font-size: 4.5vw;
        font-weight: bold;
        line-height: normal;
        padding-top: 5vw;
        padding-bottom: 3vw;
    }

    .title_div p,
    .part2 p,
    .content_div p {
        font-size: 3.2vw;
        line-height: 1.7;
    }

    .w1085 {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .brand_story {
        margin-bottom: 0;
        width: calc(100% + 15px);
        margin-left: revert-layer;
    }

    .mainbox {
        height: 42vw;
        margin-top: 7vw;
        align-items: center;
        width: calc(100% + 0px);
    }

    .mainbox div {
        background: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 52%;
        align-items: center;
        padding: 6.5vw 0 8.5vw 0;
        box-shadow: -4px 5px 7px #886c004d;
        margin-left: 0;
        min-height: 31vw
    }

    .mainbox div p {
        font-size: 5.5vw;
        font-weight: bold;
        position: relative;
    }

    .mainbox div p b {
        font-size: 80%;
        display: block;
        line-height: 1;
    }

    .mainbox div p:before {
        position: absolute;
        content: "";
        width: 11vw;
        height: 3px;
        background: #b49111;
        bottom: -3vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .left {
        background: url(../img/brands_sp.webp)no-repeat 16vw;
        background-size: 84% auto;
        display: flex;
    }

    .right {
        background: url(../img/photo1_sp.webp)no-repeat -1vw;
        display: flex;
        justify-content: flex-end;
        background-size: 86% auto;
        margin-bottom: 5vw;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .left1 {
        background: url(../img/photo2_sp.webp)no-repeat 22vw;
        background-size: auto 99%;
        display: flex;
        width: calc(100% + 15px);
    }

    .part2 {
        background: url(../img/bg2.webp) no-repeat;
        background-size: auto 70%;
        text-align: center;
        width: auto;
        margin: auto;
        padding-bottom: 1vw;
    }

    .part3 {
        background: url(../img/bg3.webp) no-repeat top right;
        background-size: 135% auto;
        width: auto;
        margin: auto;
        padding-bottom: 3vw;
    }

    .content_div {
        margin-top: 6vw;
        padding: 0 7vw 0 7vw;
        position: relative;
    }

    .content_div .title_txt {
        font-size: 5.3vw;
        font-weight: bold;
        padding-bottom: 15px;
    }

    .content_div:before {
        position: absolute;
        content: "";
        width: 2vw;
        height: 15vw;
        background: #b49111;
        left: -0.5vw;
        top: 0;
    }

    .content_div .h3 {
        font-size: 4.5vw;
        font-weight: bold;
        padding-bottom: 3vw;
        line-height: normal;
        letter-spacing: -1px
    }

    .box3 {
        display: flex;
        margin-top: 4vw;
        gap: 2vw;
        flex-direction: column;
    }

    .box3 div {
        flex: 1
    }

    .box3 div img {
        width: 83%;
        height: auto;
        margin: 2vw auto;
        border: #ededed solid 1px;
    }

    .box3 div p {
        font-size: 2.7vw;
        line-height: normal;
        width: 83%;
        margin: auto;
    }

    .sgs {
        position: absolute;
        right: 0;
        top: -14vw;
        width: 22vw;
        height: auto
    }

    .box2 {
        display: flex;
        gap: 4vw;
        margin: 19vw 0 0 0;
        flex-direction: column;
    }

    .box2 div {
        flex: 1;
        text-align: center
    }

    .box2 div img {
        width: 100%;
        height: auto
    }

    .box2 div p.h1 {
        font-size: 4.5vw;
        line-height: normal;
        color: #b39018;
        font-weight: bold;
    }

    .box2 div p {
        font-size: 3.2vw;
        line-height: 1.7;
    }

    .content_div1 {
        text-align: center
    }

    .content_div1 p.h1 {
        font-size: 4.5vw;
        line-height: 2.4;
        color: #b39018;
        font-weight: bold;
    }

    .content_div1 p {
        line-height: 1.7;
        font-size: 3.2vw;
    }

    .pt_30 {
        padding-top: 0;
    }

    .pt_40 {
        padding-top: 6vw;
    }

    .photo_3 {
        display: flex;
        gap: 5vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
        align-items: center;
        flex-direction: column;
        padding: 0 8vw;
    }

    .photo_3 img {
        width: 100%;
        height: auto
    }

    .box2_photo div {
        flex: 1;
        text-align: center;
        width: 100%;
        height: auto;
    }

    .box2_photo {
        display: flex;
        gap: 3vw;
        margin-top: 27px;
    }

    .box2_photo div img {
        width: 100%;
        height: auto;
        margin-bottom: 18px;
    }

    .box2_photo div .h3 {
        font-size: 3.6vw;
        padding: 0;
    }

    .box2_photo div p {
        font-size: 2.7vw;
    }

    .center2left {
        text-align: center;
        margin: 0;
        padding: 0 5vw;
    }

    .txt_img {
        height: 6.5vw;
    }

    .pb_40 {
        padding-bottom: 12vw;
    }

    .breadcrumb_trail {
        width: 92vw !important;
    }
}