/* sub category & sub group */
.grp_lst {
    position: relative;
    clear: both;
    margin-left: -2.127%;
    padding-top: 2em;
}
.grp_lst_unit {
float: left;
    margin-bottom: 15px;
    margin-left: 2.083%;
    width: 17.916%;
    word-break: break-all;
}
.grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
}
.grp_lst_unit a:hover {
    text-decoration: underline;
}
.grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
}
.category_desc_2 {
    padding-top: 2em;
}

/*******************************
addition
*******************************/
.category_desc {
    line-height: 1.4;
    margin-bottom: 1em;
}
h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.page_nav_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}
.icon_sort {
    font-size: 0.875rem;
}
.icon_sort::before, .ie_icon_sort {
    margin-right: 1em;
}
.page_nav_wrap strong {
    opacity: 0.6;
}
.page_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.page_nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.page_nav ul li {
    color: #fff;
    margin: 1px;
    font-size: 0.875rem;
}
.page_nav ul li.now {
    padding: 0.4em 0.6em;
    background: #cccccc;
}
.page_nav ul li a {
    display: block;
    padding: 0.4em 0.6em;
    background: #f08300;
}
.page_nav .next i, .page_nav .before i {
    font-size: 1.5rem;
    color: #ccc;
}
.page_nav .next {
    margin-left: 0.5rem;
}
.page_nav .before {
    margin-right: 0.5rem;
}
.items ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.items ul li {
    width: 23%;
    margin: 0 2.6% 3rem 0;
}
.items ul li:nth-child(4n) {
    margin-right: 0;
}
.items ul li a {
    display: block;
}
.items ul li a .itemImages {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.items ul li a .itemImages img {
    max-width: 140%;
    width: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: (-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.items ul li a dl {
    margin-top: 0.5em;
    font-size: 0.875rem;
    line-height: 1.7;
    font-weight: bold;
    color: #000;
}
.items ul li a dl dd {
    color: #666;
    margin-top: 0.25em;
}

@media screen and (max-width: 1024px) {
    .items ul li a .itemImages img {
        max-width: 190%;
        width: 190%;
    }
}

@media screen and (max-width: 767px) {
    .items ul li {
        width: 48%;
        margin: 0 4% 3rem 0;
    }
    .items ul li:nth-child(2n) {
        margin-right: 0;
    }
    .items ul li a .itemImages {
        height: 45vw;
    }
    .page_nav_wrap {
        display: block;
        margin-bottom: 3rem;
    }
    .page_nav {
        margin-top: 1.5rem;
    }
    .page_nav ul li.now, .page_nav ul li a {
        padding: 1.2em 1.3em;
    }
}