Add class to comment form div when comment-reply button is clicked

You’d probably have to do this in javascript, but I’m guessing the reason you want to add a class is to style it differently?

If so, just use different styles for #respond that is inside a reply container. So perhaps the style would be .comment-replies > #respond or something similar.