#loader_wrap{z-index:9999;position:fixed;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;top:0;left:0;background:#fff;pointer-events:none;transition:opacity 1.5s ease}.loader{width:12%;height:100vh;background:url("https://tsuitachi-d.jp/hlhomesplus/wp-content/uploads/2025/05/hlh_img-29.svg") center no-repeat;background-color:#fff;background-size:contain;opacity:0;animation:loaderFade 3s ease-in-out forwards;animation-delay:.5s;animation-fill-mode:forwards}@keyframes loaderFade{0%{opacity:0}30%{opacity:1}70%{opacity:1}100%{opacity:0}}@media screen and (max-width:767px){.loader{width:30%}}@media screen and (min-width:768px) and (max-width:1024px){.loader{width:20%}}