@charset "UTF-8";

body {
    overflow: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

body {
    background-color: #000
}

#dot55 {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-style: solid;
    border-color: grey;
    opacity: .4;
    transform: rotateX(30deg) rotateY(10deg) translateX(-50%)
}

#dot56 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -50px;
    border-radius: 50%;
    border-style: solid;
    border-color: #fff;
    transform: rotateX(-30deg) rotateY(10deg) translateX(-50%)
}

#big {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#load_t {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: 60px;
    color: #fff
}

a.link{
    color: inherit;
}

#area6 #pcmovie{
    background-image: url(../images/top_img01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width:767px) {

    .news_table a {
        width: 100%;
        float: left;
        line-height: 180%;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width:1024px) {
    body {
        background-color: #fff
    }
}