widthやheightでautoを指定したときに、transitionが効かない時の対処法
#CSS
heightをmax-heightにする。
例えば、max-height: 0;からmax-height: calc(1100vh - 50px);まで動かすようにすればOK
http://memowomome.hatenablog.com/entry/2016/08/03/080000