@charset "UTF-8";
.footer_container{
    width: 100%;
    height: fit-content;
    background-color: var(--bg--footer-color);
    color: #e6ded5;
    padding: 2em 1em;
    text-align: center;
}

/* PC */
@media screen and (min-width: 769px) {
}

/* SP */
@media screen and (max-width: 768px) {
}
