@EUROU 様
質問者様の要望をしっかり把握できていない可能性が高いのですが、
.loaderの記述を下記に変更する、ではやりたいことと異なりますか?
.loader {
position: fixed;
z-index: 2147483647;
top: 0;
left: 0;
background-color: black;
width: 100vw;
height: 100vh;
opacity: 1;
visibility: hidden;
will-change: opacity, visibility;
animation: fadeInloader 0.5s forwards;
animation-delay: 2s;
pointer-events: none;
}
ご参考まで。
(キュー田辺)