@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;position:relative;font-weight:400}body{min-height:100vh;background:#04293a;background:linear-gradient(-45deg,#04293a,#1a172a 25%,#04293a 51%,#521350);animation:backgroundAnimation 20s ease infinite;-webkit-animation:backgroundAnimation 20s ease infinite;background-size:300% 300%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,body,h1,h2,h3,h4,h5,h6,li,p{font-family:Noto Sans,sans-serif;font-family:Noto Sans JP,sans-serif}p{color:#ddd}@media (min-width:768px){p{font-size:16px}}.lordicon{width:100px;height:100px}@media (min-width:576px){.lordicon{height:200px;width:200px}}@media (min-width:992px){.lordicon{max-height:205px;max-width:205px}}@keyframes pulse{70%{box-shadow:0 0 0 10px hsla(35,78%,66%,0)}to{box-shadow:0 0 0 0 hsla(35,78%,66%,0)}}@keyframes backgroundAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blockSlide{0%{width:0;left:0}50%{width:110%;left:0}to{width:0;left:110%}}