@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_goods_wrap */
/* ---------------------------------------------------- */
.sec_goods_wrap .slide_1 {
    margin-bottom: 50px;
}
.sec_goods_wrap .bnr_1 {
    position: relative;
    margin-bottom: 50px;
}
.sec_goods_wrap .bnr_1 a {
    position: absolute;
    height: 24%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.sec_goods_wrap .bnr_2 {
    display: block;
    margin-bottom: 50px;
}
.sec_goods_wrap .bnr_1 .link_1 {
    left: 3%;
    top: 70%;
    width: 25%;
}

.sec_goods_wrap .bnr_1 .link_2 {
    left: 63%;
    top: 70%;
    width: 16%;
}

.sec_goods_wrap .bnr_1 .link_3 {
    left: 81%;
    top: 70%;
    width: 16%;
}
.sec_goods_wrap .bnr_2 {
    margin-bottom: 50px;
}
.sec_goods_wrap .list_1 {
    margin-bottom: 120px;
}
.sec_goods_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -30px;
}
.sec_goods_wrap .list_1 > ul > li {
    margin-right: 20px;
    margin-bottom: 30px;
    width: calc(100% / 3 - 20px);
}

.sec_goods_wrap .list_1 a {
    display: block;
    text-align: center;
}

.sec_goods_wrap .list_1 .name {
    font-size: 1.3rem;
    text-align: center;
}

.sec_goods_wrap .list_1 .price {
    font-size: 1.4rem;
    font-weight: 700;
}
.sec_goods_wrap .list_1 .price::before {
    content: "¥";
}
.sec_goods_wrap .list_1 .price::after {
    content: "（税込）";
    font-size: 1.2rem;
    font-weight: 400;
}
.sec_goods_wrap .list_1 .price_2::after {
    content: "（税込・4枚組）";
}
.sec_goods_wrap .list_1 .desc {
    font-size: 1.2rem;
}

@media (min-width: 1000px) {
    .sec_goods_wrap .list_1 a:hover {
        opacity: 0.6;
    }
}

@media (max-width: 999px) {
    .sec_goods_wrap .slide_1 {
        margin-bottom: 30px;
    }
    .sec_goods_wrap .bnr_1 {
        margin-bottom: 30px;
    }
    .sec_goods_wrap .bnr_2 {
        display: block;
        margin-bottom: 30px;
    }
    .sec_goods_wrap .bnr_1 a {
        height: 11%;
    }

    .sec_goods_wrap .bnr_1 .link_1 {
        left: 10%;
        top: 48%;
        width: 80%;
    }

    .sec_goods_wrap .bnr_1 .link_2 {
        left: 10%;
        top: 80%;
        width: 40%;
    }

    .sec_goods_wrap .bnr_1 .link_3 {
        left: 52%;
        top: 80%;
        width: 40%;
    }
    .sec_goods_wrap .bnr_2 {
        margin-bottom: 30px;
    }
    .sec_goods_wrap .list_1 {
        margin-bottom: 60px;
    }
    .sec_goods_wrap .list_1 > ul {
        margin-right: -20px;
        margin-bottom: -30px;
    }
    .sec_goods_wrap .list_1 > ul > li {
        margin-right: 20px;
        margin-bottom: 30px;
        width: calc(100% / 2 - 20px);
    }

    .sec_goods_wrap .list_1 a {
        display: block;
        text-align: center;
    }

    .sec_goods_wrap .list_1 .name {
        font-size: 1.2rem;
    }

    .sec_goods_wrap .list_1 .price {
        font-size: 1.4rem;
    }
    .sec_goods_wrap .list_1 .price::after {
        font-size: 1.2rem;
    }
    .sec_goods_wrap .list_1 .desc {
        font-size: 1rem;
    }
}
