@charset "utf-8";

/* 上書き
---------------------------------*/
#narita {
    background: url("../img/bg.png") center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
}

#narita .fr {
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .4);
}

.l-container .inner,
.inner {
    width: 100%;
}

.bread_area .inner {
    width: 1060px;
}

.l-contents {
    margin-top: 20px;
}

.reproduction {
    text-align: center;
}

.js-footer_btn_top {
    margin-top: 0;
}

.reproduction {
    position: relative;
    z-index: 1;
}

footer {
    position: relative;
    z-index: 1;
}

/*
@media screen and (max-width: 768px) {
    #narita {
        padding: 60px 10vw;
    }

    #narita::before {
        height: 90px;
        background-size: 500px auto;
    }

    @keyframes narita {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -500px 0;
        }
    }
}
*/
