.project .common__title {
    position: relative;
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: normal;
    z-index: 20;
    padding: 0 0 20px;
}

@media (min-width: 996px) {

}

.project .common__sub {
    position: relative;
    text-align: center;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, #e16d1b 5%, #680400 57%, #390000 72%);

    border-radius: 5px;
    margin: 0 auto 15px;
}

.project .common__sub--top {
    margin-top: 45px;
}

@media (min-width: 996px) {
    .project .common__sub {
        font-size: 24px;
    }
}
.shopsp {
    margin-top: 60px;
}

.shop {
    position: relative;
    padding: 45px 25px;
    background: url("https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/buyNow-bg-bottom.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #000;
}

@media (min-width: 996px) {
    .shop {
        padding-top: 6vh;
    }
}

.shop::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background: url("../images/line-top.png") bottom center no-repeat;
    background-size: cover;
}

@media (min-width: 996px) {
    .shop::before {
        height: 80px;
    }
}
.shop .shop__titleBox {
    text-align: center;
    padding-bottom: 25px;
}
.wtb__box {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
}

.wtb__list {
    padding-bottom: 20px;
}

.tbList {
    overflow: hidden;
    background: #eee;
    text-align: center;
}

@media (min-width: 996px) {
    .tbList {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }
}

.tbList .th {
    display: none;
    color: #000;
    font-weight: 700;
    padding: 15px;
    background: linear-gradient(to top, #f8d166, #ad6f2c);
}

.tbList .th.noline {
    border: none;
}

@media (min-width: 996px) {
    .tbList .th {
        display: table-cell;
        border-left: #fff 1px solid;
    }

    .tbList .th:first-child {
        border: none;
    }
}

.tbList .tr {
    padding: 15px;
}

@media (min-width: 996px) {
    .tbList .tr {
        display: table-row;
        padding: 0;
        border-bottom: #ccc 1px solid;
    }
    .tbList .tr:last-child {
        border: none;
    }
}

@media (min-width: 996px) {
    .tbList .td {
        display: table-cell;
        padding: 10px;
    }
}

.tbList .title {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.tbList .link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #dbdbdb;
}

.tbList .link::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("https://storage-asset.msi.com/event/2025/PH/back-to-school-nb/images/icon-link.svg") center center no-repeat;
    background-size: cover;
}

.tbList .link:hover {
    background: #eff5fb;
}

.tbList .googlemap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #cbddef;
}

.tbList .googlemap::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("https://storage-asset.msi.com/event/2025/PH/back-to-school-nb/images/icon-wtb.svg") center center no-repeat;
    background-size: cover;
}

.tbList .googlemap:hover {
    background: #eff5fb;
}

@media (min-width: 996px) {
    .tbList .show__mobile {
        display: none;
    }
}

.tbList .show__desktop {
    display: none;
}

@media (min-width: 996px) {
    .tbList .show__desktop {
        display: table-cell;
    }
}

.shopList {
    background: rgba(19, 36, 43, 0.64);
    overflow: hidden;
}

.toggleBox {
    display: none;
    background: #d3e5fa;
    padding: 0 3px;
    color: #07294c;
}

.wtb__box-info {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-bottom: #c9e4f0 1px solid;
    color: #fff;
}

.wtb__box-title {
    display: none;
}

@media (min-width: 996px) {
    .wtb__box-title {
        display: table;
        width: 100%;
        border-collapse: collapse;
        color: #07032a;
    }

    .wtb__box-title li {
        display: table-cell;
        border-right: #fff 1px solid;
        padding: 10px;
    }

    .wtb__box-title li:nth-child(1) {
        width: 15%;
    }

    .wtb__box-title li:nth-child(2) {
        width: 15%;
    }

    .wtb__box-title li:nth-child(3) {
        width: 15%;
    }

    .wtb__box-title li:nth-child(4) {
        border-right: none;
    }
}

.wtb__box-content {
    background: #fff;
    padding: 10px;
}

@media (min-width: 996px) {
    .wtb__box-content {
        padding: 0;
        display: table;
        border-collapse: collapse;
        width: 100%;
        border-bottom: #ccc 1px solid;
    }
}

.wtb__box-content a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #cbddef;
}

.wtb__box-content a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("https://storage-asset.msi.com/event/2025/PH/back-to-school-nb/images/icon-link.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wtb__box-content a:hover {
    background: #eff5fb;
}

.wtb__box-content li {
    position: relative;
    padding: 10px;
}

.wtb__box-content li:first-child {
    font-weight: bold;
}

.wtb__box-content li:last-child {
    padding-left: 50px;
}

.wtb__box-content li:last-child a {
    position: absolute;
    left: 0;
    top: 10px;
}

@media (min-width: 996px) {
    .wtb__box-content li {
        display: table-cell;
        min-height: 70px;
    }

    .wtb__box-content li:nth-child(1) {
        flex: 0 0 15%;
    }

    .wtb__box-content li:nth-child(2) {
        flex: 0 0 15%;
    }

    .wtb__box-content li:nth-child(3) {
        flex: 0 0 15%;
    }

    .wtb__box-content li:last-child {
        flex: 0 0 55%;
        padding: 10px 50px 10px 10px;
    }

    .wtb__box-content li:last-child a {
        left: auto;
        right: 0;
    }
}

@media (min-width: 996px) {
    .wtb__box-content {
        display: flex;
        align-items: center;
    }
}

.msi_twYrsale {
    padding: 6vh 0;
    background: #000;
}

.mail-contact {
    color: #fff;
    text-align: center;
    padding: 25px;
}

.mail-contact a {
    color: #000;
    text-decoration: underline;
    background: #c9b25b;
}

.mail-contact a:hover {
    text-decoration: none;
    background: #c9b15bcb;
    color: #fff;
}

.join {
    padding-bottom: 40px;
    background: #000;
}

@media (min-width: 996px) {
    .join {
        padding-bottom: 80px;
    }
}

.join__flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.join__flex a {
    width: 80px;
    background: linear-gradient(130deg, #f1c654, #ffee96, #a2621e, #eea54c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (min-width: 996px) {
    .join__flex a {
        width: 150px;
        margin: 0 auto;
    }
}

.join__flex p {
    padding-top: 10px;
    text-align: center;
}