body{
    margin: 0px;
    background-color: black;
}

.movie{
    width: 100%;
    height:100%;
    position: relative;
}
.movie video{
    width: 100%;
    height: 100%;
}

.subtitle{
    color: #FFF;
    font-size: 24px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-top: 80px;
}
.midasi{
    color: #FFF;
    font-size: 24px;
    text-align: center;
}
.naiyou{
    color: #FFF;
    font-size: 18px;
    font-weight: lighter;
    height: auto;
    position: relative;
}
.naiyou2{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center
}
.contents{
    width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.video{
    width: 100%;
    height: 382px;
}

.komidasi{
    color: #FFF;
    font-size: 20px;
    height: auto;
    font-weight: bold;
    padding-top: 15px;
    position: relative;
}