Prove that $\sin (\sin x -x) =\sin x - x + o(x^5)$
In the task which I do I need record $\sin (\sin x-x)$ in a way to have $ax^3$. So: $$\sin (\sin x -x)=\sin x -x +r(\sin x -x)=x-\frac{x^5}{6}+\frac{x^5}{120}+r(x)-x +r(\sin x -x)$$ I know that $r(x)=o(x^5)$ and it is easy.
However how to prove that $r(\sin x -x)=o(x^5)$?
I tried to do it but then I have: $$\frac{r(\sin x -x)}{\sin x -x}\cdot \frac{\sin x -x}{x^5}=\frac{r(\sin x -x)}{\sin x -x}\cdot(\frac{\sin x}{x}-1)\cdot \frac{1}{x^4} \rightarrow 0\cdot(1-1)\cdot(-\infty)$$Can you help me how can I prove it?