#wintergift_sweets *,
#wintergift_sweets ::after,
#wintergift_sweets ::before {
    box-sizing: border-box;
}
#wintergift_sweets {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
}
#wintergift_sweets img {
    width: 100%;
}
#wintergift_sweets .pc {
    display: block;
}
#wintergift_sweets .sp {
    display: none;
}
#wintergift_sweets a {
    text-decoration: none;
    opacity: 1;
    transition: 0.2s;
}
#wintergift_sweets a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
    #wintergift_sweets .pc {
        display: none;
    }
    #wintergift_sweets .sp {
        display: block;
    }
}

#wintergift_sweets .mv {
    margin: 0;
    line-height: 1;
}

/* lead */
#wintergift_sweets .lead {
    width: 100%;
    position: relative;
    background: url(../../../img/usr/genre/rA25004/bg.jpg) no-repeat top / cover;
    text-align: center;
    padding: 6% 0;
}
#wintergift_sweets .lead::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding-top: 13%;
    background: url(../../../img/usr/genre/rA25004/line.png)no-repeat bottom / contain;
}
#wintergift_sweets .lead h2 {
    font-size: 24px;
    margin-bottom: 3%;
    font-weight: bold;
}
#wintergift_sweets .lead .lead_txt {
    width: 75%;
    margin: 0 auto 4%;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
}

/* sec01 スイーツ・お菓子 */
#wintergift_sweets .sec01 {
    padding: 3% 3% 5%;
}
#wintergift_sweets .sweets {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 15px 13px;
    font-size: 24px;
    margin: 0 auto 5%;
    width: 100%;
    background: url(../../../img/usr/genre/rA25004/bg_03.jpg)no-repeat top /cover;
}
#wintergift_sweets .flex_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wintergift_sweets .flex_box p {
    width: 23%;
    margin-bottom: 4%;
}
#wintergift_sweets .brand_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    max-height: 130px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
#wintergift_sweets .brand_list li {
    width: 23%;
    margin-bottom: 20px;
    border: 2px solid #d3d3d3;
    text-align: center;
}
#wintergift_sweets .brand_list li p {
    position: relative;
    background-color: white;
}
#wintergift_sweets .brand_list li p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background-image: url(../../../img/usr/genre/rA25004/icon_arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#wintergift_sweets li img {
    width: 70%;
    margin-left: -10%;
}

#wintergift_sweets .acc_box {
    position: relative;
    padding-bottom: 10%;
}
#wintergift_sweets .acc_button {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
}
#wintergift_sweets .acc_button img {
    width: 30%;
}
#wintergift_sweets .acc_button p {
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    margin-top: 12px;
    font-weight: 500;
    font-size: 18px;
}
#wintergift_sweets .acc_open._none {
    display: none;
}
#wintergift_sweets .acc_open p {
    text-align: center;
    cursor: pointer;
}
#wintergift_sweets .acc_close {
    display: none;
    margin-top: 20px;
}
#wintergift_sweets .acc_close._active {
    display: block;
}
#wintergift_sweets .open_lead_text {
    height: auto;
}
#wintergift_sweets .bg_transparent {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0));
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#wintergift_sweets .bg_transparent.active {
    -webkit-mask-image: none;
    mask-image: none;
}

@media screen and (max-width: 768px) {
    /* lead */
    #wintergift_sweets .lead {
        padding: 8% 0;
    }
    #wintergift_sweets .lead h2 {
        font-size: 22px;
    }
    #wintergift_sweets .lead .lead_txt {
        width: 90%;
        font-size: 16px;
        margin-bottom: 5%;
    }

    /* sec01 スイーツ・お菓子 */
    #wintergift_sweets .sec01 {
        padding: 10% 5%;
    }
    #wintergift_sweets .sweets {
        padding: 10px 15px;
        font-size: 18px;
    }
    #wintergift_sweets .flex_box p {
        width: 47.5%;
        margin-bottom: 4%;
    }
    #wintergift_sweets .brand_list li {
        width: 47.5%;
        margin-bottom: 4%;    
    }
    #wintergift_sweets .brand_list li img {
        width: 70%;
        margin-left: -10%;
    }
    #wintergift_sweets .acc_box {
        padding-bottom: 24%;
    }
    #wintergift_sweets .acc_button p {
        font-size: 16px;
    }
}