.draw01{position:absolute;top:-40px;left:0;width:12vw;aspect-ratio:200/350;z-index:10;stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawPath 5s ease forwards}.draw01 svg{width:100%;height:100%;display:block}@media (max-width:1150px){.draw01{display:none}}.draw02{position:absolute;top:0;left:36%;width:47vw;aspect-ratio:690/250;z-index:10;pointer-events:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawPath 2.7s ease forwards;animation-delay:.5s}.draw02 svg{width:100%;height:100%;display:block}@media (max-width:900px){.draw02{display:none}}.draw03{position:relative;z-index:100000;stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawPath 8s ease forwards}@keyframes drawPath{to{stroke-dashoffset:0}}@media (max-width:900px){.draw03{display:none}}