/* BASIC css start */
/* BASIC css start */
/*
#brand {
    margin: 0 auto;
    width: 1920px;
    background: url(/design/plafarm15/images/bg.png) no-repeat;
    padding: 110px 0 0;
    height: 1080px;
    box-sizing: border-box;
}

#brand .titleArea {
    font-family: gotham;
    font-weight: 700;
    color: #252525;
    font-size: 80px;
    letter-spacing: -1px;
    position: relative;
    width: 1710px;
    margin: 0 auto;
}

#brand .titleArea span {
    color: #252525;
    font-size: 24px;
    letter-spacing: -1.25px;
    position: absolute;
    font-weight: 400;
    line-height: 1.45;
    top: 18px;
    left: 300px;
    padding-left: 40px;
    margin-left: 40px;
}

#brand .titleArea span:before {
    content: "";
    background: #000000;
    width: 2px;
    height: 56px;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.brandList {
    display: flex;
    justify-content: space-between;
    width: 1710px;
    margin: 0 auto;
    padding-top: 85px;
}

.brandList li {}

.brandList li .thumb {}

.brandList li .thumb img {
    width: 100%;
}

.brandList li .name {
    font-family: gotham;
    font-weight: 500;
    color: #252525;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1;
    padding-top: 24px;
}

.brandList li .subname {
    color: #252525;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.7;
    padding-top: 17px;
}
 
 
*/
#brand {position: relative;}

#brand .titleArea {
    font-family: gotham;
    font-weight: 700;
    color: #fff;
    font-size: 80px;
    letter-spacing: -3px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    left: 50%;
    white-space: nowrap;
}

#brand .titleArea span {
    color: #252525;
    font-size: 24px;
    letter-spacing: -1.25px;
    position: absolute;
    font-weight: 400;
    line-height: 1.45;
    top: 18px;
    left: 300px;
    padding-left: 40px;
    margin-left: 40px;
}

#brand .titleArea span:before {
    content: "";
    background: #000000;
    width: 2px;
    height: 56px;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.brandList {
    display: flex;
    flex-wrap: wrap;
}

.brandList li {
    width: 50%;
    position: relative; 
    display: block;
}

.brandList li .thumb {height: 100%;}

.brandList li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brandList li .desc {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
}

.brandList li .name {
    font-family: gotham;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 1;
    /* padding-top: 24px; */
}

.brandList li .subname {
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.5;
    padding-top: 15px;
    font-weight: 700;
}
  

/* BASIC css end */


/* BASIC css end */

