@charset "utf-8";

/* 上書き
---------------------------------*/

#femborra .fr {
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .1);
}

#femborra .fr .mv .bt_tx {
    max-width: 240px;
}

#femborra .fr_01 ul li:nth-child(odd) h3 {
    padding: 1em 12% 2em 15%;
}

#femborra .fr_01 ul li:nth-child(even) h3 {
    padding: 1em 3.5% 1em 35%;
}

#femborra .fr_03 .bt a {
    font-size: 150%;
}

.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;
}



/*------- 画像文字が流れる -------*/
#femborra {
    position: relative;
    overflow: hidden;
    background: #fdfdf9;
    z-index: 1;
}

#femborra::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-image: url(../img/logo.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 1000px auto;
    animation: femborra 60s linear infinite;
    z-index: -1;
}

@keyframes femborra {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -1000px 0;
    }
}

@media screen and (max-width: 768px) {
    #femborra {
        padding: 60px 10vw;
    }

    #femborra::before {
        height: 90px;
        background-size: 500px auto;
    }

    @keyframes femborra {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -500px 0;
        }
    }
}
