@media screen and (min-width: 1501px) {
    .footer {
        background-image: url("/img/cdr_bg.png");
        width: 100%;
        height: 1000px;
        background-color: #fffcd9;
        margin: 0;
        z-index: 0;
        position: absolute;
    }
}

@media screen and (max-width: 1500px) {
    .footer {
        background-image: url("/img/cdr_bg.png");
        width: 100%;
        height: 778px;
        background-color: #fffcd9;
        margin: 0;
        z-index: 0;
        position: absolute;
    }
}

@media screen and (max-width: 896px) {
    .footer {
        background-image: url("/img/cdr_bg.png");
        width: 100%;
        height: 860px;
        background-color: #fffcd9;
        margin: 0;
        z-index: 0;
        position: absolute;
    }
}

@media screen and (max-width: 428px) {
    .footer {
        background-image: url("/img/cdr_bg.png");
        width: 100%;
        height: 690px;
        background-color: #fffcd9;
        margin: 0;
        z-index: 0;
        position: absolute;
    }
}

@media screen and (min-width: 897px) {
    .footer_container {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
        overflow: hidden;
    }
}

@media screen and (max-width: 896px) {
    .footer_container {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
        overflow: hidden;
    }
}

@media screen and (min-width: 897px) {
    .footer_info {
        height: 250px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (max-width: 896px) {
    .footer_info {
        height: 200px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (min-width: 897px) {
    .footer_menu {
        width: 100%;
        float: left;
        height: 100px;
    }
}

@media screen and (max-width: 896px) {
    .footer_menu {
        width: 100%;
        float: left;
        height: 280px;
    }
}

.footer_menu li a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
}

.footer_menu li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    content: "";
}

.footer_menu li a:hover:after {
    transform: translate(0, 0);
}

.footer_sns {
    float: right;
    width: 240px;
    height: 40px;
    padding-right: 0;
    overflow: hidden;
}

.youtube a {
	display: block;
	float: left;
    width: 35px;
	height: 30px;
	margin-right: 20px;
    background-image: url("/img/youtube_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.twitter a {
	display: block;
	float: left;
    width: 35px;
	height: 30px;
	margin-right: 20px;
    background-image: url("/img/titter_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


.insta a {
	display: block;
	float: left;
    width: 35px;
	height: 30px;
	margin-right: 20px;
    background-image: url("/img/insta_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.footer_copy {
    width: 100%;
    margin: 0 auto;
    display: block;
	text-align: center;
    clear: left;
}

.copyright {
    font-size: 9px;
    text-align: center;
    /*line-height: 0;*/
    line-height: 2.188;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 1501px) {
    .footer_bg {
        width: 100%;
        height: 491px;
        position: absolute;
        text-indent: 100%;
        overflow: hidden;
        background-image: url("/img/footer_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin: 0;
        padding: 0;
        z-index: -1;
        bottom: 0;
    }
}

@media screen and (max-width: 1500px) {
    .footer_bg {
        width: 100%;
        height: 359px;
        position: absolute;
        text-indent: 100%;
        overflow: hidden;
        background-image: url("/img/footer_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin: 0;
        padding: 0;
        z-index: 2;
        bottom: 0;
    }
}

@media screen and (max-width: 896px) {
    .footer_bg {
        width: 100%;
        height: 400px;
        position: absolute;
        text-indent: 100%;
        overflow: hidden;
        background-image: url("/img/sp_footer_bg.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin: 0;
        padding: 0;
        z-index: 2;
        bottom: 0;
    }
}

@media screen and (max-width: 428px) {
    .footer_bg {
        width: 100%;
        height: 187px;
        position: absolute;
        text-indent: 100%;
        overflow: hidden;
        background-image: url("/img/sp_footer_bg.png");
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0;
        padding: 0;
        z-index: 2;
        bottom: 0;
    }
}

@media(max-width:524px){
    .footer_copy{
        margin-top: 150px;
    }
}


.footer-txt{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    z-index: 100;
}