.contents {
    width: calc(100% - 60px);
    max-width: 1200px;
    padding: 205px 30px 48px;
    margin: 0 auto;
}
.container {
    max-width: 1200px;
    display: flex;
    padding: 48px 0 60px;
    gap: 5rem;
}
aside {
    max-width: 200px;
}

@media screen and (max-width: 820px) {
    .contents {
        width: calc(100% - 20px);
        padding: 150px 0px 0px;
        margin: 0 auto;
    }
    .container {
        max-width: 1200px;
        display: flex;
        padding: 0;
        gap: 5rem;
    }
    aside {
        display: none;
    }
    .category-title dl {
        margin: 10px 0;
    }
}
.main {
    width: 950px;
}
/*
.add-list-cart {
    background: #111;
}
p.item-name {
    font-size: 1.2rem;
    overflow: hidden;
    text-align: justify;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 50px;
}
.price {
    letter-spacing: 0;
    margin: 1rem 0;
    font-weight: 600;
}
.item-icon .item-soldout {
    background: #111;
}
.item-category {
    color: #356167;
    margin-bottom: 8px;
    font-size: 12px;
    text-decoration: underline;
}
p.item-soldout {
    text-align: center;
    background: #ddd;
    font-size: 12px;
}

.p-aside__tag {
    margin-bottom: 2rem;
}*/

.p-aside__tag__text {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #444;
    font-weight: 600;
}

.p-aside__tag__item {
    background: #39646a;
    color: #fff;
    font-size: 0.8rem;
    margin: 1%;
    border-radius: 3px;
}

.p-aside__tag__item a {
    display: block;
    padding: 0.2rem 0.5rem;
}

.p-aside__tag__item a:hover {
    text-decoration: underline;
}

.p-aside__category {
    margin-bottom: 2rem;
}

.p-aside__category__ttl {
    font-size: 1.8rem;
    font-weight: 600;
}

.p-aside__category__ttl__wrapper {
    margin: 2rem auto 1rem;
    border-bottom: 2px solid #777;
    align-items: center;
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
}

.p-aside__category__ttl__wrapper span {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}

.p-aside__category dt div {
    background: #f0f0f0;
    align-items: center;
    margin: 1rem auto;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
}

.p-aside__category dt figure {
    width: 35%;
    margin-right: 0.8rem;
}

.p-aside__category dt span {
    font-size: 1.2rem;
    text-align: center;
    width: 90%;
}

.p-aside__category dd {
    position: relative;
    font-size: 1.4rem;
    border-bottom: 1px solid #ddd;
}

.p-aside__category dd a {
    display: block;
    padding: 0.8rem 0;
}

.p-aside__category dd::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
    margin-top: -5px;
}

.p-aside__category dd:hover::after {
    right: 5%;
    transition: all 0.5s;
}

.p-aside__bnr {
    margin: 1.5rem auto;
}
.p-aside__category .u-flex--between {
    display: flex;
    justify-content: space-between;
}

.p-aside__category .u-flex {
    display: flex;
    justify-content: space-between;
}
