.product__user-review-area {
    display: none;
}

.mc__footer__area,
.mc__footer__area * {

    color: #ffffff !important;
}

.contentBlock__title {
    color: #ffffff !important;
}

.pc_logo_block {
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
}

.pc_logo_block p {
    color: #ffffff !important;
}

.mcPage__main {
    width: 90%;
    font-size: 20px;
}

.m-trigger .trigger__item {
    background-color: #ffffff !important;
}

.make__detail__box-right {
    width: 45%;
}

.make__detail__box-left {
    width: 45%;
}

.L-contentBody {
    width: 90%;
}

.make__detail__box {
    font-size: 20px;
}

.title_item {
    font-family: "Neue Aachen Pro", "Aachen", serif;
    font-weight: bold !important;
}
.m-footer .footer__inner {
    width: 100%;
}

@media screen and (max-width: 959px) {

    .pc_logo_block {
        display: block;
        padding-bottom: 0;
    }

    .mcPage__main {
        font-size: 16px;
    }

    .make__detail__box {
        font-size: 16px;
    }

    .make__detail__box-right {
        width: 100%;
    }

    .make__detail__box-left {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {



    .mcPage__itemListContent-grid .itemListContent__grid {
        flex: 0 1 33%;
    }

    .mcPage__main {
        font-size: 12px;
    }

    .make__detail__box {
        font-size: 12px;
    }

    .make__detail__box-right {
        width: 100%;
    }

    .make__detail__box-left {
        width: 100%;
    }
}