.list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#pickup .list {
    justify-content: space-evenly;
}

.list .product {
    padding: 0 10px 20px;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    text-align: center;
}

.list .product a {
    color: #000;
}

.list .product .wrap {
    display: block;
    position: relative;
    border: 1px solid #CCC;
    height: 28vw;
    max-height: 350px;
}

#category .list .product .wrap {
    max-height: 280px;
}

#pickup .list .product .wrap {
    background: #FFF;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 356px;
    height: 356px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.list .product .wrap:hover,
#pickup .list .product .wrap:hover {
    border: 1px solid #D00;
}

.list .product h4.award {
    /*font-size: 1.56rem;*/
    font-size: 1.4rem;
    color: #444;
    letter-spacing: 0.08rem;
    display: block;
    position: absolute;
    top: 15px;
    left: 0px;
    text-align: center;
    background: linear-gradient(45deg, #D6D6D6, #F4F4F4);
    /*width: 142px;
    padding: 8px 0;*/
    padding: 8px 12px;
}

.list .product h4.award.line2 {
    /*top: 12px;
    font-size: 1.5rem;
    padding: 9px 0 6px;*/
    top: 8px;
    padding: 8px 12px;
}

#category .list .product h4.award.line2 {
    padding: 4px 0;
}

#category .list .product h4.award {
    color: #000;
    font-size: 1.6rem;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: none;
    width: 70%;
}

.list .product .award::before {
    content: "";
    height: 1.56rem;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 2px solid #C00;
}

#category .list .product .award::before {
    border-left: none;
}

.list .product .award.line2::before {
    height: 3.4rem;
}

.list .product .icon {
    position: absolute;
    top: 70px;
    left: 5px;
    width: 48px;
}

.list .product .icon img {
    width: 100%;
}

#category .list .product .icon {
    top: 1vw;
}

.list .product .ph {
    display: block;
    width: 100%;
    height: 92%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

#pickup .list .product .ph {
    height: 110%;
    z-index: 0;
}

#pickup .list .product .ph img {
    width: 88%;
}

.list .product .ph #category img {
    width: 74%;
}

.list .product .ph img {
    width: 78%;
}

.list .product .name {
    position: absolute;
    padding: 0 10px;
    left: 0;
    bottom: 15px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 0.8;
    font-weight: bold;
}

#pickup .list .product .name {
    font-size: 2.2rem;
    bottom: 32px;
}

.list .product .name .maker {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 6px;
}

#pickup .list .product .name .maker {
    font-size: 1.66rem;
}

.list .product .name .small {
    font-weight: normal;
    width: 100%;
    line-height: 1.2;
}

.list .product .name .small small {
    font-size: 75%;
}

@media screen and (max-width: 1120px) {
    #pickup .list .product .wrap {
        width: 320px;
        height: 320px;
    }

    .list .product .name .small {
        line-height: 0.8;
    }

}

@media screen and (max-width: 1024px) {
    .list .product h4.award {
        font-size: 1.4rem;
    }

    .list .product .icon {
        position: absolute;
        top: 66px;
        left: 5px;
        width: 35px;
    }

    .list .product .ph {
        display: block;
        /*width: 100%;
        height: 86%;*/
        width: 80%;
        height: 70%;
    }

    .list .product .ph img {
        width: 78%;
        /*width: 70%;*/
    }

    .list .product .name {
        bottom: 10px;
        font-size: 1.4rem;
        line-height: 1;
        font-weight: bold;
    }

    .list .product .name .maker {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .list .product .name .small {
        line-height: 0.8;
    }

    #pickup .list .product .name {
        font-size: 1.7rem;
        bottom: 48px;
    }
}

@media screen and (max-width: 980px) {
    .list .product {
        padding: 0 7px 15px;
    }

    #pickup .list .product {
        width: 48%;
    }

    .list .product .icon {
        position: absolute;
        top: 68px;
        /*width: 40px;*/
        width: 35px;
    }
}

@media screen and (max-width: 768px) {
    .list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .list .product {
        padding: 0 0 15px;
        width: 100%;
        text-align: center;
    }

    #pickup .list .product {
        width: 100%;
        padding: 0 0 0;
    }

    .list .product .wrap {
        display: block;
        position: relative;
        border: 1px solid #CCC;
        height: 340px;
    }

    #pickup .list .product .wrap {
        width: 340px;
        height: 340px;
    }

    .list .product h4.award {
        font-size: 1.5rem;
        display: block;
        width: 180px;
        padding: 10px;
    }

    .list .product h4.award.line2 {
        font-size: 1.46rem;
    }

    .list .product h4.award::before {
        height: 2rem;
    }

    .list .product h4.award.line2::before {
        height: 2.8rem;
        font-size: 1.4rem;
    }

    .list .product .icon {
        top: 80px;
        left: 10px;
        width: 44px;
    }

    #category .list .product .icon {
        top: 1vw;
    }

    .list .product .ph {
        width: 100%;
        height: 94%;
        max-width: 400px;
    }

    .list .product .ph img {
        width: 70%;
    }

    .list .product .name {
        font-size: 1.8rem;
        bottom: 15px;
    }

    .list .product .name .maker {
        font-size: 1.2rem;
        margin-bottom: 4px;
    }

    .list .product .name .small small {
        font-size: 70%;
    }
}

@media screen and (max-width: 480px) {
    .list .product {
        padding: 0 0 15px;
    }

    .list .product .wrap {
        height: 312px;
    }

    #category .list .product .wrap {
        height: 280px;
    }

    .list .product h4.award {
        font-size: 1.4rem;
        display: block;
        width: 120px;
        padding: 8px;
    }

    .list .product h4.award br {
        display: block;
    }

    .list .product h4.award.line2 {
        font-size: 1.2rem;
    }

    #category .list .product h4.award.line2 {
        padding: 0;
    }

    .list .product h4.award.small {
        font-size: 1.1rem;
    }

    #category .list .product h4.award {
        font-size: 1.6rem;
        width: 90%;
    }

    .list .product .icon {
        top: 60px;
        left: 10px;
        width: 44px;
    }

    #category .list .product .icon {
        top: 10px;
    }

    .list .product .ph {
        width: 100%;
        height: 88%;
    }

    .list .product .ph img {
        width: 70%;
    }

    .list .product .name {
        font-size: 1.8rem;
        line-height: 0.9;
    }

    .list .product .name .maker {
        font-size: 1.2rem;
        margin-bottom: 4px;
    }

    .list .product .name .small small {
        font-size: 66%;
        letter-spacing: -0.15em;
    }
}

.c-homespecial li:before {
    content: '';
}

.g-g15 > [class*=g-c] {
    padding: 10px;
}

body .u-mb {
    margin-bottom: 10px;
}

/*# sourceMappingURL=top.css.map */
