.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: 50%;
}

.make__detail__box-left {
    width: 50%;
}

.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%;
}

#js-item-detail-image {
    width: 500px;
}

.make__detail__size__title {
    display: none;
}

.top_info_btn {
    text-align: center;
    margin-top: 60px;

}

.info_btn_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
}

.info_area_det {
    list-style: none;
    width: 50%;
}

.btn_order,
.btn_simu {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 0 !important;
    padding-top: 38.33%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn_order {

    background-image: url(https://this-time.jp/resource/d8c59596b51228c67f716cc31f514f1785140596);

}

.btn_order:hover {

    background-image: url(https://this-time.jp/resource/8fd01654e6c51d14d063a4c04f72e11785140616);
}



.btn_simu {
    background-image: url(https://this-time.jp/resource/0aed573ec9763557c1f1c43f1ee2171785140607);
}

.btn_simu:hover {

    background-image: url(https://this-time.jp/resource/5d3530388f3548b9474bf97aee33b11785142157);
}

.itm_title {
    margin-top: 50px;
    width: 100%;
}

.itm_table {
    width: 100%;
    margin-top: 15px;

}

.m-listMenu {
    z-index: 1010;

}

.L-contentBody {
    margin-top: 80px;
}

.mcPage__itemListContent-grid .itemListContent__name {
    font-size: 24px;
}

.mcPage__itemListContent-grid .itemListContent__price {
    font-size: 14px;
}

.cart__parent-area {
    margin: 60px auto;
}

.cart__summary__summary__price {
    font-size: 16px;
}

.cart__summary__summary__title {
    font-size: 16px;
}

@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%;
    }

    .mcPage__itemListContent-grid .itemListContent__name {
        font-size: 16px;
    }

    .cart__summary__summary__price {
        font-size: 16px;
    }

    .cart__summary__summary__title {
        font-size: 16px;
    }
}

@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%;
    }

    .info_btn_area {
        display: block;
    }

    .info_area_det {
        width: 95%;
        padding: 10px 0;
    }

    .mcPage__itemListContent-grid .itemListContent__name {
        font-size: 14px;
    }

    .mcPage__itemListContent-grid .itemListContent__price {
        font-size: 12px;
    }
}