.bannerArea {
    width: 100%;
}

.banner_bg {
    width: 100%;
    height: auto;
}

.banner_tt {
    width: 70%;
    position: relative;
    margin: 50px auto 0 auto;
    display: table;
}

#bg {
    width: 100%;
    height: 850px;
    margin: 0 auto;
    /*    background: url(../img/turntable-bg.jpg) no-repeat;*/
    position: relative;
    overflow: hidden;
    display: table;
}

.linein {
    height: 850px;
    position: absolute;
    z-index: 99;
    display: table;
    width: 100%;
}

.gameArea {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 700px;
    margin-left: -350px;
}

img#item1 {
    position: absolute;
    z-index: 10;
    top: 186px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
}

img#item2 {
    transition: all 4s;
}

p.times {
    font-size: 17px;
    letter-spacing: 2px;
    color: #6f6f6f;
    text-align: center;
}

p.times span {
    font-size: 25px;
    font-weight: bold;
}


/*輪播*/

.slider {
    height: 400px;
}

.slide {
    width: 100%;
    vertical-align: top;
    display: block;
}

.slideimg {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.slider_left,
.slider_right {
    display: none !important;
}

/*lightbox*/

.notice {
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 95px;
}

.line {
    width: 140px;
    height: 45px;
    text-align: center;
    background-color: #30a55d;
    color: #fff;
    display: table;
    margin: 30px auto 0 auto;
    text-decoration: none;
    line-height: 45px;
    border-radius: 5px;
}

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

@media screen and (max-width:1200px) {
    #bg {
        height: 650px;
    }
    .gameArea {
        width: 500px;
        margin-left: -250px;
    }
    .linein {
        height: 500px;
    }
    img#item2 {
        width: 500px;
    }
    img#item1 {
        top: 130px;
        width: 180px;
        margin-left: -90px;
    }
    .slider {
        height: 350px;
    }
    .slideimg {
        height: 350px;
    }

}

@media screen and (max-width:1100px) {
    .slider {
        height: 300px;
    }

    .slideimg {
        height: 300px;
    }
}

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

    .banner_tt {
        width: 80%;
        margin: 40px auto 0 auto;
    }
    .slider {
        height: 250px;
    }

    .slideimg {
        height: 250px;
    }
}

@media screen and (max-width:800px) {
    .banner_tt {
        width: 80%;
        margin: 20px auto 0 auto;
    }
}

@media screen and (max-width:650px) {
    .banner_tt {
        width: 90%;
        margin: 20px auto 0 auto;
    }
    .modal__wrapper--example-theme.is-visible .modal__content {
        width: 70%;
        height: 250px;
    }
    .notice {
        margin-top: 67px;
    }

}

@media screen and (max-width:600px) {
    .gameArea {
        width: 400px;
        margin-left: -200px;
    }
    #bg {
        height: 550px;
    }
    .linein {
        height: 400px;
    }
    img#item2 {
        width: 400px;
    }
    img#item1 {
        top: 100px;
        width: 140px;
        margin-left: -70px;
    }
    p.times {
        font-size: 15px;
    }
    .slider {
        height: 200px;
    }
    .slider {
        height: 200px;
    }

    .slideimg {
        height: 200px;
    }

}

@media screen and (max-width:500px) {
    #bg {
        /*height: 500px;*/
        height: 530px;
    }
    .gameArea {
        width: 350px;
        margin-left: -175px;
    }
    .linein {
        height: 350px;
    }
    img#item2 {
        width: 350px;
    }
    img#item1 {
        width: 120px;
        margin-left: -60px;
    }
    .modal__wrapper--example-theme.is-visible .modal__content {
        width: 80%;
        height: 250px;
    }
    .slider {
        /*height: 150px;*/
        height: 120px;
    }

    .slideimg {
        /*height: 150px;*/
        height: 120px;
    }

}

@media screen and (max-width:400px) {
    #bg {
        height: 450px;
    }
    .gameArea {
        width: 300px;
        margin-left: -150px;
    }
    .linein {
        height: 300px;
    }
    img#item2 {
        width: 300px;
    }
    img#item1 {
        width: 110px;
        margin-left: -55px;
        top: 72px;
    }
    p.times span {
        font-size: 19px;
    }
    .notice {
        font-size: 19px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:350px) {
    #bg {
        height: 355px;
    }
    .gameArea {
        width: 250px;
        margin-left: -125px;
        top: 40px;
    }
    .linein {
        height: 250px;
    }
    img#item2 {
        width: 250px;
    }
    img#item1 {
        width: 100px;
        margin-left: -50px;
        top: 65px;
    }
}
