/* JavaScript Off
-----------------------------------------*/

#loader-bg {
    display: none!important;
}
body {
    height: 100%;
    overflow: hidden;
}
.noscript {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100002;
    font-size: 14px;
    line-height: 1.7em;
    overflow: hidden;
    text-align: center;
}
.nsInner {
    position: fixed;
    width: 5%;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.noscript img {
    width: 5%;
    margin: 0 auto 20px;
}
.noscript p {
    margin: 0 auto;
    color: #222;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#webticker {
    display: none;
}
@media screen and (max-width: 1100px) {
    .noscript {
        font-size: 1.3em;
    }
    .noscript img {
        width: 10%;
    }
}
@media screen and (max-width: 700px) {
    .noscript {
        font-size: 0.8em;
    }
    .noscript img {
        width: 15%;
    }
}