html {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: FFFFFF;
}

canvas {
    display: block;
}

#container {
    width: 100%;
    height: 100%;
}

#parent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

#container {
    position: absolute;
}

#debug-console {
    display: none;
    position: absolute;
    top:200;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0);
}

#volume-indicator {
    position: absolute;
    top:0;
    left:0;
}

.hidden {
    display: none;
}

#inner-console {
    width: 100%;
}

#user-console {
    display: none; /* hide. */
    color: #00FF00;
}

#system-console {
    color: #FFFF00;
}

#bot-console {
    color: #00FFFF;
}

#scroll {
    display: none;
    color: #7f4d06;
    /* background-color: #FFFF0088;*/
    font-family: 'Zen Old Mincho', serif;    
    font-weight: 700;
}

#scroll > .header {
    text-align: center;
    font-weight: 700;
}

#scroll > .summery {
    text-align: center;
    font-weight: 700;
}

#scroll > .footer {
    text-align: right;
    font-family: 'Noto Sans JP', sans-serif;
}

#error-dialog {
    color: #FFFF00;
    display: none;
}

#ok-button {
    color: #FFFFFF;
    text-align: center;
    display: none;
}

.panel {
    position: absolute;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.full-screen {
    display: none;
    top: 0;
}

.full-screen > img {
    width: 100%;
}
  
.color-green {
    color: #00FF00;
}

.color-cyan {
    color: #00FFFF;
}

#mode-buttons {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#mode-buttons > button {
    width: 60%;
}

#fortune-board {
  font-family: 'Zen Old Mincho', serif;    
  display: none;
  color: white;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#fortune-board > .text {
  width: 76%;
}

#fortune-board > .lucky-item > .header {
  color: black;
}

#fortune-board > .lucky-color > .header{
  color: black;
}
