@charset "UTF-8";


#clearance {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    /* background-image: url('/img/page/campaign/pantry/bg_pc.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

#clearance .cl_mainvs img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#clearance .cl_slg {
    font-size: 24px;
    margin: 20px auto 15px;
    text-align: center;
    color: #8e391f;
}

#clearance .cl_wrapper {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto 10px;
    text-align: center;
}

#clearance .cl_img {
    margin: 0 10px;
}

#clearance .cl_attn {
    width: 1000px;
    margin: 0 auto;
    font-size: 13px;
    text-align: left;
    color: #8e391f;
}