/* 全体の基本スタイル */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f2f5;
    color: #333;
    margin: 0;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

/* 動画プレイヤーと情報セクション */
#video_container {
    position: absolute; 
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #a7a6a6;
    overflow: hidden;
}

#player {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#error_play {
    z-index: 100;
    color:#ffffff;
}

#message {
    white-space: pre-wrap;
}

#top {
    position: absolute;
    z-index: 10;
    top:0px;
    left: 0px;
    width: 100%;
    height: 12vh;
    margin: 0;
}

#series {
    position: absolute;
    top: 10px;
    left: 0.1%;
    height: calc(60% - 10px);
    width: 100vw;
    margin: 0;
    font-size: auto;
    line-height: 100%;
}

#title {
    position: absolute;
    top: 60%;
    width: 100vw;
    margin: 0;
}
