@charset "UTF-8";

/* プリロードしたい画像をhtmlタグのafter疑似要素として読み込んでおく */

html::after {
  content: '';
  background-image:
    url(../img/fv-animation/layer-1.svg),
    url(../img/fv-animation/layer-2.svg),
    url(../img/fv-animation/layer-3.svg),
    url(../img/fv-animation/layer-4.svg),
    url(../img/fv-animation/layer-5.svg),
    url(../img/fv-animation/layer-6.svg),
    url(../img/fv-animation/layer-7.svg),
    url(../img/fv-animation/layer-8.svg),
    url(../img/fv-animation/layer-9.svg),
    url(../img/fv-animation/layer-10.svg),
    url(../img/fv-animation/layer-11.svg),
    url(../img/fv-animation/layer-12.svg),
    url(../img/fv-animation/layer-13.svg),
    url(../img/fv-animation/layer-14.svg),
    url(../img/fv-animation/layer-15.svg),
    url(../img/fv-animation/layer-16.svg),
    url(../img/fv-animation/layer-17.svg);
}
