/* sarasarared */

#sarasarared {
    background: url(../assets/img/sarasarared/bg_dot.svg) repeat top / 100%;
    color: #1e1e1e;
}

#sarasarared .kvArea {
    z-index: 1;
    max-width: calc(100% - 60px);
    width: 1312px;
    margin: 0 auto;
}

#sarasarared .c-lowerTtl {
    color: #1e1e1e;
}

#sarasarared .lowerLeadArea {
    position: relative;
    padding-top: 120px;
    padding-bottom: 19.916vw;
    background: url(../assets/img/sarasarared/bg_wave_before.svg)no-repeat bottom / 100%;
}

#sarasarared .lowerLeadArea .relative {
    /* z-index: 1; */
}

#sarasarared .lowerLeadTtl {
    max-width: 482px;
    margin: -125px auto 60px;
}

#sarasarared .lowerLeadTxt {
    margin-top: 40px;
    font-size: 20px;
}

#sarasarared .charArea {
    background-image: 
        url(../assets/img/sarasarared/section2_img_03.png),
        url(../assets/img/sarasarared/bg_charArea.svg);
    background-repeat: 
        no-repeat,
        repeat;
    background-position: 
        bottom,
        top;
    background-size: 
        100%,
        100%;
    padding-top: 2vw;
    margin-top: -1px;
}

#sarasarared .charArea .lowerSecTtl {
    max-width: 616px;
}

#sarasarared .charBox__ttl {
    color: #1e1e1e;
}

#sarasarared .charInfoBox {
    display: flex    ;
    align-items: center;
    gap: 0 clamp(20px, 4vw, 34px);
    font-family: var(--font-accent);
    margin-top: 96px;
}


#sarasarared .charInfo__contBox::before {
    width: 2px;
    left: -17px;
    margin: auto;
    background: url(../assets/img/sarasarared/line_dot.svg)no-repeat center / 100%;
}

#sarasarared .charInfo__mapIcon {
    width: 92px;
}

#sarasarared .recommendArea {
    background-image: url(../assets/img/sarasarared/bg_recommendArea.svg);
    background-repeat: repeat;
    background-position: top;
    background-size: 100%;
    padding-top: 160px;
    padding-bottom: 160px;

}
#sarasarared .recommendArea .menuList {
    justify-content: center;
}
#sarasarared .recommendArea .menuList__contBox {
    color: #1e1e1e;
}
#sarasarared .recommendArea .lowerSecTtl {
    max-width: 840px;
}

#sarasarared .aboutArea {
    background: url(../assets/img/sarasarared/bg_wave_after.svg)no-repeat top / 100%;
    padding-top: 13.805vw;
    padding-bottom: 140px;
    margin-top: -0.4vw;
}

#sarasarared .aboutArea .lowerSecTtl {
    max-width: 560px;
}

@media screen and (max-width: 1205px) {

    #sarasarared .charInfo__contBox::before {
        background: url(../assets/img/sarasarared/line_dot-sp.svg)no-repeat center / 100%;
        position: absolute;
        height: 2px;
        width: 100%;
        left: auto;
    }
}

@media screen and (max-width: 767px) {

    #sarasarared .kvArea {
        max-width: 100%;
        margin: -65px auto;
    }

    #sarasarared .lowerLeadArea {
        background: url(../assets/img/sarasarared/bg_wave_before-sp.svg)no-repeat bottom / 100%;
        padding-bottom: 27.916vw;
    }

    #sarasarared .lowerLeadTtl {
        max-width: 350px;
        margin-top: -20px;
        margin-bottom: 24px;
    }
    #sarasarared .lowerLeadTxt {
        margin-top: 24px;
    }

    #sarasarared .charArea {
            background-image: 
            url(../assets/img/sarasarared/section2_img_03-sp.png),
            url(../assets/img/sarasarared/bg_charArea.svg);
        background-repeat: 
            no-repeat,
            repeat;
        background-position: 
            bottom,
            top;
        background-size: 
            100%,
            100%;
        background-color: #fffbf3;
        padding-top: 14vw;
        margin-top: -1px;
    }
    #sarasarared .charArea .lowerSecTtl {
        max-width: 239px;
    }
    #sarasarared .charInfoBox {
        font-size: 20px;
    }

    #sarasarared .recommendArea {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #sarasarared .recommendArea .lowerSecTtl {
        max-width: 315px;
    }

    #sarasarared .aboutArea {
        background: url(../assets/img/sarasarared/bg_wave_after-sp.svg)no-repeat top / 100%;
        padding-top: 80px;
    }

    #sarasarared .aboutArea .lowerSecTtl {
        max-width: 236px;
    }
}

