@charset "UTF-8";
#wrapper, #wrapper * { display: none; }
#no-script { background-color: var(--key-color); position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 1em; text-transform: uppercase; color: var(--text-color-main); text-align: center; }
#no-script span { display: block; }
#no-script .jp { margin-top: 1em; display: block; font-size: 1.4rem; color: #6787a7; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif; font-weight: bold; text-transform: none; }
#no-script .no-script-btn a { display: inline-block; color: var(--text-color-main); line-height: 1; background: rgba(255,255,255,.2); padding: .8em 3em; border-radius: 6px; transition: all .3s ease; margin-top: 30px; }
#no-script .no-script-btn a:hover { background: var(--accent-color); color: var(--key-color); }
#no-script .no-script-footer { text-align: center; width: 100%; position: absolute; bottom: 30px; }
#no-script .no-script-footer--svg-logo { width: 120px; height: 24px; fill: var(--text-color-main); }
