body,html{padding:0;margin:0;height:100%;font-weight:400;background-color:#cc1919;font-family:Noto Sans JP,-apple-system,Hiragino Sans,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased}#__next{position:absolute;top:0;bottom:0;left:0;right:0}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.noScrollbar::-webkit-scrollbar{display:none}.noScrollbar{-ms-overflow-style:none;scrollbar-width:none}.container{font-family:sans-serif}.dates{text-align:left;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;margin-top:3rem}.title{color:navy;font-weight:800;margin:0}.card-container{width:3rem;height:3rem;position:relative;margin-left:1rem;margin-right:1rem}.card{overflow:hidden;box-shadow:0 0 10px -2px rgba(0,0,0,.2);padding:2rem;border-radius:1rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;cursor:pointer}.card,.expanded{position:relative}.expanded{width:10rem;height:10rem;background-color:navy;left:-100%;top:150%}.secondary{background-color:#fff;height:2.5rem;padding:.5rem;justify-content:center;width:8rem;margin-left:1rem}.compact{width:3rem;height:3rem;padding:.5rem;border-radius:1.5rem}.expanded .title{font-size:5em;color:#fff}.compact .title{font-size:1.5em}.menu-item:hover{color:#c94e50}.menu-item{font-size:20px;font-weight:700}