.top_search_wrap{
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.top_search_wrap .text{
    width: 50%;
}
.top_search_wrap .text .search_word{
    width: 100%;
}
.top_search_wrap .button{
    width: 50px;
    text-align:center;
}
.top_category_box {
    margin: 10px 0;
}

.top_category {
    width: 90px;
    min-width: 10%;
    font-weight: bold;
}
.summary_list_wrap{
    flex:1;
}

.top_category i{
    width: 15px;
    margin-right: 3px;
}

.top_category_box ul li {
    font-weight: bold;
    color: #D97722;
    display: inline;
}

.pc_menu {
    display: none;
}

.new_item_box{
    margin-top:50px;
}
.new_item_box + .new_item_box{
}

.bnr_area{
    margin-top: 30px;
}
.bnr_area .flex{
    justify-content: center;
}
.bnr_area .flex li + li{
    margin: 0 0 0 2em;
}


@media screen and (min-width: 960px){ 
    .menu {
        display: none;
    }

    .pc_menu {
        display: block;   
        overflow-y: auto;
        position: absolute;
        right: 5%;
        top: 0%;
    }

    .pc_menu ul {
        display: flex;

    }

    .pc_menu li {
        background: #D97722;
        border-radius: 5px;
        padding: 7px;
        margin: 7px;
        font-weight: bold;
    }

    .pc_menu li.back_grey {
        background: #ecefee;
    }

    .pc_menu li.back_grey a {
        color: #D97722;
    }

    .pc_menu li a {
        color: #fff;
        padding: 7px;
        margin: 7px;
    }

    .opacity {
        background: #ecefee;
        position: absolute;
        display: block;
        bottom: 0px;
        left: 0px;
        height: 80px;
        width: 100%;
        opacity: 0.7;
    }

    .list_item_name {
        word-wrap: break-word;
        padding: 8px;
        display: block;
        font-size: 28px;
        color: black;
        font-weight: bold;
        line-height: 30px;
    }
}
