/**
 * ローディングインジケーター
 */
.loading-full {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 10000;
    opacity: 0.2;
}

.loading-full .spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

video {
    background-color: #000;
}

.footerCopyright {
    position: fixed;
    text-align: right;
    bottom: 0;
    right: 0;
    font-size: 0.7rem;
    background: #f8fafc;
    padding: 4px 12px;
    border-radius: 3px 0 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
