
.sizebox_njs ul li:first-child,
.sizebox_njs ul li:hover{
    background:#f3f3f3;
}
.size {
    column-gap: 2%;
    row-gap: 1.25rem;
}
.col3 .sizebox_njs{
    background:#f3f3f3;
    font-family: Noto Sans JP;
    box-sizing: border-box;
    border: none;
    margin: 0;
}
.item-name {
    font-size: 130%;
    font-weight: 700;
    min-height: 3em;
}
.sizebox_njs .item-spec-price {
    font-size: 180%;
    font-weight: 700;
    padding-left: 0.25rem;
    padding-right: 0.25rem
}
.size .sizebox_njs ul .image_area {
    display: flex;
    width: 100%;
    aspect-ratio: 321 / 303;
    justify-content: center;
    padding: 0;
}
.sizebox_njs ul .image_area a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.image_area,
.image_area a {
    border-radius: 5px 5px 0 0;
}
.item-spec-contet {
    min-height: 2.5rem;
}
.image_area img {
    object-fit: cover;
    object-position: center;
}
.btn-gold {
    display: block;
    background-color: #C2A35D;
    color: #fff;
    padding: 1rem;
    text-align: center;
    justify-content: center;
    border-radius: 3px;
}
.section .strongs {
    font-size: 120%;
    font-weight: 700;
}
.size-button-area {
    margin: 0 1.2rem 1.5rem;
}
.size-button-innner {
    display: flex;
    margin-bottom: 0.5rem;
    gap: 2%;
}
.size-button-area a {
    color: #333;
    font-size: 0.8rem;
    height: 2rem;
    border: 1px solid #999;
    background-color: #fff;
    justify-content: center;
    border-radius: 3px;
    align-items: center;
    display: flex;
}
.df-col2 a {
    width: 49%;
}
.df-col4 a {
    width: 23%;
}
.col3 ul li:nth-child(3n+1) {
    margin: 0;
}
@media screen and (max-width: 1450px) {
    .w1110, .w1010 {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width:1280px) {
    .col3 ul li dl dd {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .contents {
        margin: 0 2rem;
    }
}

@media screen and (max-width: 452px) {
    .col3 ul li {
        width: 100%;
    }
}
