.door{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index:2;
    background: black;
}

.doorriku{
    height: 75px;
    display: none;
    position: absolute;
    top: 20%;
    left: calc(50% - 80px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.doorumi{
    height: 75px;
    display: none;
    position: absolute;
    top: 35%;
    left: calc(50% + 80px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.doorsora{
    height: 75px;
    display: none;
    position: absolute;
    top: 50%;
    left: calc(50% - 80px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.doorkessen{
    height: 75px;
    display: none;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.doorbg{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/taiketsu-fadein.jpg");
    background-position: bottom;
}

.bg{
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    z-index:-2;
    background-image: url("../img/taiketsu-bg.jpg");
    background-position: center;
}

.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: -1;
}

.mainheader{
    width:90%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0,0,0,0.3);
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.introductionheader{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introductionheader h1{
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    text-shadow: 0px 0px 20px rgba(255,0,0,1);
}

.introductionheader p{
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    text-shadow: 0px 0px 20px rgba(255,0,0,1);
}

.introductioncontent{
    width: 90%;
}

.introductioncontent p{
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    text-shadow: 0px 0px 20px rgba(255,0,0,1);
}

.taiketsuvs{
    width: 660px;
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0.3);
    margin-bottom: 25px;
    border-radius: 5px;
}

.taiketsuvs img{
    height: 70px;
}

.mainbody{
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.movieinfobox{
    width: 660px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
}

.movieinfoheader h1{
    width:640px;
    height: 75px;
    font-size: 25px;
    margin:10px;
    color: rgba(255,255,255,0.9);
    text-shadow: 0px 0px 20px rgba(255,0,0,1);
}

.player{
    width:640px;
    height: 360px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.thumbnail{
    width: 640px;
    height: 360px;
    position:absolute;
}

.playerbutton{
    width: 50px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.leftarrow{
    position:absolute;
    top: 210px;
    left: calc(50% - 355px);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    cursor: pointer;
}

.routebutton{
    height: 40px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    top: 490px;
    left: calc(50%);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background-color: #000000;
    border-radius: 5px;
    cursor: pointer;
}

.routebutton p{
    font-size: 25px;
    font-weight: bold;
    color: rgba(255,255,255,1.0);
}

.rightarrow{
    position:absolute;
    top: 210px;
    left: calc(50% + 355px);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    cursor: pointer;
}

.thumbnaillist{
    width:90%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

.thumbnaillist img{
    width: 100px;
    height: 56px;
    cursor: pointer;
}

.aboutnavifooter{
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutdetailbuttun{
    margin-top: 15px;
    margin-bottom: 30px;
}

.aboutdetailbuttun a{
    text-decoration: none;
}

.aboutdetailbuttuncontent{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 285px;
    background:  #111111;
}

.aboutdetailbuttuncontent img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.aboutdetailbuttuncontent p{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

footer{
    width: 100%;
    color: #ffffff;
}

footer a{
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .mainheader{
        min-width:360px;
    }

    .taiketsuvs{
        width: 360px;
    }

    .mainbody{
        height: 320px;
    }

    .movieinfobox{
        width: 360px;
    }
    
    .movieinfoheader h1{
        width:336px;
        height: 45px;
        font-size: 20px;
    }
    
    .player{
        width:336px;
        height: 189px;
    }
    
    .thumbnail{
        width:336px;
        height: 189px;
    }

    .leftarrow{
        top: 130px;
        left: calc(50% - 205px);
    }

    .routebutton{
        width: 360px;
        top: 280px;
    }
    
    .rightarrow{
        top: 130px;
        left: calc(50% + 205px);
    }
}

@media screen and (max-width: 500px) {
    .mainbody{
        height: 320px;
    }
    
    .leftarrow{
        top: 270px;
        left: calc(50% - 150px);
    }

    .routebutton{
        top: 275px;
        width: 220px;
    }
    
    .routebutton p{
        font-size: 18px;
    }
    
    .rightarrow{
        top: 270px;
        left: calc(50% + 150px);
    }

}

@media screen and (max-width: 370px) {
    .mainheader{
        min-width:300px;
    }

    .taiketsuvs{
        width: 300px;
    }

    .mainbody{
        height: 300px;
    }

    .movieinfobox{
        width: 300px;
    }
    
    .movieinfoheader h1{
        width:288px;
        font-size: 20px;
    }
    
    .player{
        width:288px;
        height: 162px;
    }
    
    .thumbnail{
        width:288px;
        height: 162px;
    }

    .leftarrow{
        top: 240px;
        left: calc(50% - 130px);
    }
    
    .routebutton{
        width: 200px;
        top: 245px;
    }
    
    .routebutton p{
        font-size: 16px;
    }
    
    .rightarrow{
        top: 240px;
        left: calc(50% + 130px);
    }

    .thumbnaillist{
        width: 300px;
        margin-bottom: 25px;
    }

    .thumbnaillist img{
        width: 100px;
    }
}