@font-face{font-family:'Square721 BdEx BT';src:url('../fonts/Square721BT-BoldExtended.woff2') format('woff2'),url('../fonts/Square721BT-BoldExtended.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap}*{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}body,html{width:100%}img{display:block}.app{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#fff;font-family:'Square721 BdEx BT',sans-serif}.block-wrap{position:relative;width:100%;height:100%}.ui-wrapper{position:absolute;width:100%;height:100%;opacity:0;-webkit-animation:items-fade-in 1s ease;animation:items-fade-in 1s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes items-fade-in{from{opacity:0}to{opacity:1}}@keyframes items-fade-in{from{opacity:0}to{opacity:1}}.ui-items{position:absolute;width:5%;top:5%;left:5%}.ui-items img{width:100%}.ui-item1{top:35%;left:50%;-webkit-animation:rotate1 5s linear;animation:rotate1 5s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:450% 100%;transform-origin:450% 100%}.ui-item1 img{-webkit-animation:rotate-rev 5s linear;animation:rotate-rev 5s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-item2{top:40%;left:50%;-webkit-transform-origin:450% 100%;transform-origin:450% 100%;-webkit-animation:rotate-rev 6s linear;animation:rotate-rev 6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-item2 img{-webkit-animation:rotate1 6s linear;animation:rotate1 6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-item3{top:40%;-webkit-animation:rotate1 7s linear;animation:rotate1 7s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:450% 100%;transform-origin:450% 100%}.ui-item3 img{-webkit-animation:rotate-rev 7s linear;animation:rotate-rev 7s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-item4{top:40%;-webkit-transform-origin:450% 100%;transform-origin:450% 100%;-webkit-animation:rotate-rev 11s linear;animation:rotate-rev 11s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-item4 img{-webkit-animation:rotate1 11s linear;animation:rotate1 11s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-item5{top:40%;-webkit-animation:rotate1 10s linear;animation:rotate1 10s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:450% 100%;transform-origin:450% 100%}.ui-item5 img{-webkit-animation:rotate-rev 10s linear;animation:rotate-rev 10s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-item6{top:40%;left:50%;-webkit-transform-origin:450% 100%;transform-origin:450% 100%;-webkit-animation:rotate-rev 9s linear;animation:rotate-rev 9s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-item6 img{-webkit-animation:rotate1 9s linear;animation:rotate1 9s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-item7{top:30%;-webkit-animation:rotate1 8s linear;animation:rotate1 8s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:450% 100%;transform-origin:450% 100%}.ui-item7 img{-webkit-animation:rotate-rev 8s linear;animation:rotate-rev 8s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}span{color:#a720ed}@-webkit-keyframes rotate1{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate1{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate-rev{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotate-rev{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.girl{position:absolute;top:17%;width:35%;left:55%;opacity:0;-webkit-animation:girl-fade-in 1s ease;animation:girl-fade-in 1s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.3s;animation-delay:.3s}.girl img{width:100%}@-webkit-keyframes girl-fade-in{from{-webkit-transform:translateY(-15%);transform:translateY(-15%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes girl-fade-in{from{-webkit-transform:translateY(-15%);transform:translateY(-15%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.notice{position:absolute;width:40%;top:24%;left:18%}.notice h2{font-weight:700;color:#000;font-size:3vw}.notice a{margin-top:3%;display:block;width:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.notice a img{width:50%}.notice a:hover{-webkit-transform:scale(1.2) translateX(5%);transform:scale(1.2) translateX(5%)}