.banner_top.banner_spring{
    background: url("/wp-content/uploads/force_attraction_pc_bg-1.png"), linear-gradient(90deg, #69121E, #500812);
    color: #fff;
    z-index: 999;
    background-position: center;
    background-repeat: no-repeat;
}
.b_winter_in{
    display: flex;
    align-items: center;
    justify-content: center;
}
.b_winter_m{
    text-align: center;
    color: #FFFFFF;
}
.b_winter_m_top{
    font-size: 24px;
    font-family: "Unbounded", sans-serif;
    font-style: normal;
    font-weight: 700;
}
.b_winter_m_top span{
    background-image: linear-gradient(90deg, #FFFFFF, #FFB5C7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.b_winter_m_bot{
    font-size: 0.9375rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b_winter_in{
    height: 80px;
    position: relative;
}
.b_spring_m .b_winter_m_bot span{
    color: #510912;
    padding: 2px 4px;
    border-radius: 6.25rem;
    background: #F1ABB5;
    line-height: 80%;
    display: inline-block;
    height: fit-content;
}
.b_spring_r span{
    color: #fff;
    border-radius: 6.25rem;
    background: #D65F7B;
    padding: 1rem 2rem;
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.b_spring_l{
    height: 100%;
    align-items: end;
    display: flex;
}
.b_spring_l img{
    max-width: 120px;
}
@media screen and (max-width: 1250px){
    .banner_top.banner_spring{
        background: url("/wp-content/uploads/force_attraction_tablet_bg-1.png"), linear-gradient(90deg, #69121E, #500812);
    }
    .b_winter_m_top{
        font-size: 16px;
    }
    .b_winter_m_bot{
        font-size: 12px;
    }
}
@media screen and (max-width: 990px){
    .b_winter_m_top{
        font-size: 1.07813rem;
    }
    .b_winter_m_bot{
        font-size: 0.9375rem;
    }
    .b_winter_l img{
        max-width: 100px;
        height: auto;
    }
    .b_winter_r img{
        max-width: 80px;
        height: auto;
    }
    .b_winter_in:before, .b_winter_in:after{
        width: 2rem;
        background-size: contain!important;
    }
    .b_winter_in:before{
        left: -1rem;
    }
    .b_winter_in:after{
        right: -1rem;
    }
    .b_spring_r span {
        padding: .75rem;
    }
    .b_spring_r span {
        font-size: 0.8125rem;
    }
}
@media screen and (max-width: 720px){
    .banner_top.banner_spring{
        background: url("/wp-content/uploads/force_attraction_mobile_bg-1.png"), linear-gradient(90deg, #69121E, #500812);
        background-size: cover;
    }
    .b_winter_m_top{
        font-size: 12px;
        width: 240px;
    }
    .b_winter_m_bot{
        align-items: center;
        font-size: 8px;
    }
    .b_winter_m_bot div{
        width: 140px;
    }
}
@media screen and (max-width: 568px){
    .b_winter_in{
        height: 60px;
    }
    .b_winter_m_top{
        font-size: 0.76338rem;
    }
    .b_winter_m_bot{
        font-size: 0.47713rem;
        letter-spacing: 0.00475rem;
    }
    .b_winter_l img {
        max-width: 70px;
    }
    .b_winter_r img{
        max-width: 50px;
    }
    .b_winter_in:before, .b_winter_in:after{
        width: 1rem;
        height: 1rem;
    }
    .b_winter_in:before{
        bottom: 0;
    }

    .b_spring_r span {
        font-size: 0.48363rem;
        padding: .5rem;
    }
}
@media screen and (max-width: 360px){
    .b_winter_r img {
        max-width: 30px;
    }
    .b_winter_l img {
        max-width: 50px;
    }
    .b_winter_l{
        display: flex;
        align-items: end;
        height: 100%;
    }
    .b_spring_r span{
        transform: rotate(-12.088deg);
    }
    .banner_spring > .container{
        padding: 0;
    }
}