@charset "UTF-8";:root{--bg-primary: #0d0d0d;--bg-secondary: #1f1f1f;--black-line: #383838;--black-weak: #494a3a;--gray: #656565;--text-secondary: #838383;--yellow-dark: #cac200;--yellow-normal: #fff73e;--yellow-light: #fff73e80;--yellow-weak: #fff73e1a;--green-dark: #2e8510;--green-normal: #68ff4f;--green-light: #3eff5d;--bage-dark: #7f7f5d;--bage-normal: #bebe92;--red-dark: #b73e42;--red: #ff575c;--red-weak: #d77d86;--blue: #6ad4f6;--blue-dark: rgba(56, 144, 170, 1);--orange-gradient: linear-gradient(135deg, #ff6b6b, #ffa500);--txt-color: #fff;--link-color: var(--blue);--main-gradient: linear-gradient( 180deg, #ffea4f 0%, #fff73e 33.33%, #68ff4f 75%, #00e517 100% );--font: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;--font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-logo: "Righteous", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;--z-gnav: 10000001;--z-play-queue: 10000002;--z-volume: 10000003;--z-play-area: 100000000;--z-over-wrap: 1000000000000;--root_dir: "../img";--radius-full: calc(infinity * 1px)}.side-scroll-game{position:relative}.side-scroll-game .buttons{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}.side-scroll-game .restart-box{position:absolute;top:0;display:flex;justify-content:center;width:100%;aspect-ratio:349/175;padding-bottom:1rem}.side-scroll-game .restart-box .restart-button{margin-top:auto}@media screen and (max-width: 767px){.side-scroll-game .restart-box .restart-button{padding:.2rem 4rem!important;font-size:1.2rem!important}}.side-scroll-game-parent{padding:1rem 1rem 3rem}.side-scroll-game-parent .character-selector{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.side-scroll-game-parent .character-selector .icon{--width: 4rem;position:relative;width:var(--width);aspect-ratio:1/1;padding:.5rem;overflow:hidden;-webkit-user-select:none;user-select:none;background:var(--bg-primary);border:.1rem solid var(--black-line);border-radius:.2rem;transition:.2s}.side-scroll-game-parent .character-selector .icon:hover,.side-scroll-game-parent .character-selector .icon.selected{border-color:var(--yellow-normal)}.side-scroll-game-parent .character-selector .icon>img{width:100%;height:100%;object-fit:cover}
