@font-face { font-family: "Splatoon1"; src: url("../splatoon1.otf") format("opentype"); font-weight: normal; font-style: normal; } @font-face { font-family: "Regular"; src: url("../regular.otf") format("opentype"); font-weight: normal; font-style: normal; } .content { position: relative; display: block; width: 100vw; min-height: 100vh; padding: 0; margin: 0; box-sizing: border-box; } html { height: 100%; } body { margin: 0; padding: 0; display: flex; align-items: flex-start; min-height: 100vh; background-image: url("/assets/en/bg/@2x/bg_equipment-bedf92d6f41ee59b7f391f7e01d7ec00cb932e5152a2196ac939df0ad6c674b3.png"); background-repeat: repeat; background-size: 800px 800px; background-attachment: fixed; overflow-x: hidden; } .menu-item .hover-state { display: none; } .menu-item:hover .hover-state, .menu-item.active .hover-state { display: block; } .menu-item:hover .default, .menu-item.active .default { display: none; } .loading-overlay { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 200px; height: 250px; background-color: rgba(0,0,0,0.8); border: 3px solid white; border-radius: 12px; padding: 20px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 9999; user-select: none; pointer-events: none; box-sizing: border-box; } #loading-canvas { image-rendering: pixelated; width: 100px; height: 100px; display: block; margin: 0 auto; } #loading-text { margin-top: 12px; color: white; font-family: "Splatoon1", sans-serif; font-size: 20px; letter-spacing: 1.2px; text-align: center; } #squid-container { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; overflow: visible; pointer-events: none; z-index: 0; } #squid-canvas { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 1920px; height: 1080px; will-change: transform; pointer-events: none; user-select: none; z-index: 0; display: block; } #loading-text img { height: 35px; width: auto; display: block; } .logo-left-align { display: block; width: 100%; margin-top: 20px; margin-bottom: 20px; padding-left: 40px; box-sizing: border-box; } #stage-header-logo { position: relative; width: 400px; height: 80px; cursor: default; pointer-events: none; margin-bottom: 10px; } #stage-header-logo .bg-layer { width: 400px; height: auto; position: relative; display: block; } #stage-header-logo .icon-layer { position: absolute; width: 65px; left: 10px; top: 50%; transform: translateY(-50%); z-index: 2; margin-left: 10px; } #stage-header-logo .label-layer { position: absolute; width: 200px; left: 110px; top: 45%; transform: translateY(-50%); z-index: 2; } .equipmentsubtitle-text { margin: 0; padding-top: 20px; text-align: left; color: white; font-family: "Regular", sans-serif; font-size: 24px; line-height: 1.3; width: 100%; } .splat-info-box { background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; padding: 25px 40px; width: 600px; height: auto; min-height: 150px; position: absolute; top: 180px; left: 40%; transform: translateX(-50%); z-index: 5; box-sizing: border-box; } .splat-info-box p { color: #ffffff; font-family: "Regular", sans-serif; font-size: 20px; line-height: 1.6; margin: 0; text-align: left; }