@font-face {
    font-family: GameFont;
    src: url('cinecaption227.woff2') format('woff2'),
         url('cinecaption227.woff') format('woff'),
         url('cinecaption227.ttf') format('truetype');
}

/* Mac Safariでアツマールのコメントが明朝体になってキモいので上書き */
.comment_box {
    font-family: 'MS PGothic', 'IPAMonaPGothic', Arial, 'Menlo', sans-serif;
}

.IIV::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}

/* 幅が十分でない場合にはみ出す問題の暫定対応 */
#loading-progress {
    display: none !important;
}