@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)}.received-message-modal{position:fixed;right:1rem;bottom:0;z-index:var(--z-play-area);width:40%;visibility:hidden;opacity:0;transition:.2s}@media screen and (min-width: 1800px){.received-message-modal{width:30%}}@media screen and (max-width: 767px){.received-message-modal{right:0;bottom:-3rem;width:100%}}.received-message-modal.show{bottom:1rem;visibility:visible;opacity:1}@media screen and (max-width: 767px){.received-message-modal.show{bottom:0}}.received-message-modal .modal-body{display:flex;flex-direction:column;align-items:center;width:100%;padding:2rem;overflow-x:hidden;overflow-y:auto;background:var(--bg-secondary);border-radius:.3rem;box-shadow:0 0 .5rem #ffffff80}@media screen and (max-width: 767px){.received-message-modal .modal-body{border-radius:0}}.received-message-modal .modal-body .modal-ttl{margin-bottom:1rem;font-size:1.3rem;font-weight:700;font-feature-settings:"palt";color:var(--yellow-normal);text-align:center}.received-message-modal .modal-body .buttons{display:flex;flex-direction:column;gap:1rem}.received-message-modal .modal-body .buttons .close-message{font-size:.8rem;transition:.2s}.received-message-modal .modal-body .buttons .close-message:hover{opacity:.6}
