.nighteyecatching{
    width: 100%;
    position: relative;
}

.nighteyecatching img{
    width: 100%;
    vertical-align: top;
}

.nighteyecatchingtitletop{
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(255,255,0,1);
    font-size: 40px;
    position: absolute;
    top: 100px;
    left: 100px;
}

.nighteyecatchingtitlebuttom{
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(255,255,0,1);
    font-size: 40px;
    position: absolute;
    top: 160px;
    left: 100px;
}

.nighteyecatchingtitledescription{
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(255,255,0,1);
    font-size: 20px;
    position: absolute;
    top: 300px;
    left: 10%;
    width: 80%;
}

.nightbody{
    background-image:url("../img/night_bg.jpg");
    background-size: contain;
}

.nightbodyfilter{
    background-color: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nighttrainlist{
    /*レシポンシブ*/
    width: 940px;
    margin-top: 22px;
    margin-bottom: 22px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nighttrainlist h1{
    color: white;
    font-weight: normal;
    border-left: 6px double #ffffff;
    padding-left: 6px;
    text-shadow: 0px 0px 20px rgba(255,255,0,1);
    font-size: 28px;
    margin: 10px;
}

.nighttrainmovielist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.nighttrainmovieintro{
    width: 250px;
    margin: 10px;
}

.nighttrainmovieintro a{
    text-decoration: none;
}

.nighttrainmovieintro a div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nighttrainmovieintro a div img{
    width: 250px;
}

.nighttrainmovieintro a div p{
    font-size: 16px;
    color: white;
    width: 230px;
    text-shadow: 0px 0px 20px rgba(255,255,0,1);
}

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

.aboutdetailbuttun{
    margin-top: 30px;
    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{
    background-color: #111111;
    color: #ffffff;
}

footer a{
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .nighttrainlist{
        /*レシポンシブ*/
        width: 90%;
        margin-top: 22px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 860px) {
    .nighteyecatchingtitletop{
        text-shadow: 0px 0px 20px rgba(255,255,0,1);
        font-size: 35px;
        top: 10px;
        left: 25px;
    }
    
    .nighteyecatchingtitlebuttom{
        text-shadow: 0px 0px 20px rgba(255,255,0,1);
        font-size: 35px;
        top: 50px;
        left: 25px;
    }
    
    .nighteyecatchingtitledescription{
        text-shadow: 0px 0px 5px rgba(255,255,0,1);
        font-size: 15px;
        top: 120px;
        left: 30px;
        width: 80%;
    }
}

@media screen and (max-width: 490px) {
    .nighteyecatchingtitletop{
        font-size: 30px;
        top: 25%;
        left: 0;
        width: 100%;
        text-align: center;
    }
    
    .nighteyecatchingtitlebuttom{
        font-size: 30px;
        top: calc(25% + 45px);
        left: 0;
        width: 100%;
        text-align: center;
    }

    .nighteyecatchingtitledescription{
        display: none;
    }  

    .nighttrainlist h1{
        font-size: 24px;
    }
}