#footer {
    position: relative;
    z-index: 4000;
    width: 100%;
    height: 100vh;
    background-color: #000000;
}

/* .footer_contents_block {
    position: absolute; */
    /* bottom: calc((26 / 800) * 100vh); */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
} */
/* @media (max-width: 599px) {
    .footer_contents_block {
        top: calc((50 / 800) * 100vh);
    }
} */

/* .footer_contents_follow_us_title { */
    /* margin-bottom: calc((48 / 800)* 100vh); */
/* }

.footer_contents_follow_us_title p {
    color: #921E1C;
    font-size: 36px;
    text-align: center;
}

@media (max-width: 599px) {
    .footer_contents_follow_us_title p {
        font-size: calc((27.234 / 800) * 100vh);
    }
}

.footer_contents_logo { */
    /* position: absolute;
    top: calc((158 / 1280) * 100vw);
    left: 50%;
    transform: translateX(-50%); */
    /* width: calc((70 / 800) * 100vh);
    margin: 0 auto; */
    /* margin-bottom: calc((88 / 800) * 100vh); */
    /* margin-bottom: calc((48 / 800)* 100vh);
}
@media (max-width: 599px) {
    .footer_contents_logo {
    width: calc((70 / 800) * 100vh);
    }
}


.footer_contents_sns { */
    /* position: absolute;
    top: calc((544 / 1280) * 100vw);
    left: 50%;
    transform: translateX(-50%); */
    /* padding-top: calc((48 / 800) * 100vh);
    padding-left: calc((40 / 800) * 100vh);
    padding-right: calc((40 / 800) * 100vh); */
    /* margin-bottom: calc((48 / 800) * 100vh); */
    /* border-bottom: 1px solid #921E1C; */
    /* display: flex;
    justify-content: center; */
    /* width: 300px; */
    /* margin: 0 auto;
}

@media (max-width: 599px) {
    .footer_contents_sns { */
        /* margin-bottom: calc((48 / 818) * 100vh); */
        /* width: 350px; */
    /* }
} */

/* @media (max-width: 399px) {
    .footer_contents_sns {
        width: 230px;
    }
} */

/* .footer_contents_sns_block {
    display: grid; */
    /* width: 50%; */
    /* grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    column-gap: calc((30 / 800) * 100vh);
    row-gap: calc((20 / 800) * 100vh);
    margin-bottom: calc((48 / 800) * 100vh);
}

@media (max-width: 599px) {
    .footer_contents_sns_block { */
        /* padding-left: calc((40 / 800) * 100vh);
        padding-right: calc((40 / 800) * 100vh); */
        /* grid-template-columns: 1fr 1fr; */
    /* }
}


.footer_contents_sns_insta_link,
.footer_contents_sns_x_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc((14 / 800) * 100vh);
    width: 100%; */
    /* background-color: antiquewhite; */
/* }

@media (max-width: 599px) {
    .footer_contents_sns_insta_link,
    .footer_contents_sns_x_link {
        gap: calc((14 / 800) * 100vh);
    }
} */

/* .footer_contents_sns_insta img,
.footer_contents_sns_x img {
    width: calc((22.37 / 800) * 100vh);
    margin: 0 auto;
}

@media (max-width: 599px) {

    .footer_contents_sns_insta img,
    .footer_contents_sns_x img {
        width: calc((25 / 800) * 100vh)
    }
}

.footer_contents_sns_insta_link a,
.footer_contents_sns_x_link a {
    color: #921E1C; */
    /* border-bottom: 1px solid #921E1C; */
    /* padding-bottom: calc((4 / 800) * 100vh); */
    /* font-size: calc((12 / 800) * 100vh);
}

@media (max-width: 599px) {
    .footer_contents_sns_insta_link a,
    .footer_contents_sns_x_link a { */
        /* padding-bottom: calc((4 / 818) * 100vh); */
        /* font-size: calc((14 / 800) * 100vh);
    }
}



.footer_contents_list { */
    /* width: 100%; */
    /* text-align: center; */
    /* padding-top: calc((30 / 800) * 100vh);
    margin-bottom: calc((16 / 800) * 100vh); */
    /* position: absolute;
    top: calc((292 / 1280) * 100vw);
    left: 50%;
    transform: translateX(-50%); */
    /* display: flex;
    justify-content: center; */
    /* padding-top: calc((48 / 800) * 100vh);
    padding-left: calc((40 / 800) * 100vh);
    padding-right: calc((40 / 800) * 100vh); */
    /* width: 300px; */
    /* margin: 0 auto;
}
@media (max-width: 599px) {
    .footer_contents_list {
        margin-bottom: calc((16 / 800) * 100vh);
    }
} */
/* @media (max-width: 399px) {
    .footer_contents_list {
        width: 230px;
    }
} */

/* .footer_contents_list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: calc((24 / 800) * 100vh);
}

@media (max-width: 599px) {
    .footer_contents_list ul { */
        /* grid-template-columns: 1fr 1fr; */
        /* column-gap: calc((30 / 800) * 100vh);
        row-gap: calc((20 / 800) * 100vh);
    }
}

.footer_contents_list ul li {
    font-size: calc((20 / 800) * 100vh); */
    /* margin-bottom: calc((16 / 800) * 100vh); */
    /* line-height: 1.6; */
    /* color: #921E1C;
}
@media (max-width: 599px) {
    .footer_contents_list ul li {
        font-size: calc((14 / 800) * 100vh); */
        /* margin-bottom: calc((16 / 818) * 100vh); */
        /* line-height: 1.6; */
    /* }
} */

/* .footer_contents_list ul li:last-child {
    margin-bottom: 0px;
} */

/* 
.footer_contents_sns_insta {
    margin-bottom: calc((16 / 800) * 100vh);
}
@media (max-width: 599px) {
    .footer_contents_sns_insta {
        margin-bottom: calc((14 / 818) * 100vh);
    }
} */



/* .footer_contents_sns_x_link {
    display: flex;
    gap: calc((34 / 800) * 100vh);
   
}
@media (max-width: 599px) {
    .footer_contents_sns_x_link {
        gap: calc((34 / 818) * 100vh);
    }
} */





/* .footer_contents_sns_x {
    margin-bottom: calc((16 / 800) * 100vh);
}
@media (max-width: 599px) {
    .footer_contents_sns_x {
        margin-bottom: calc((16 / 818) * 100vh);
    }
} */

/* .footer_contents_sns_x img {
    width: calc((22.37 / 800) * 100vh);
    margin: 0 auto;
}
@media (max-width: 599px) {
    .footer_contents_sns_x img {
        width: calc((20 / 818) * 100vh);
    }
} */


/* .footer_contents_sns_x_link a {
    color: #921E1C;
    font-size: calc((12 / 800) * 100vh);
}
@media (max-width: 599px) {
    .footer_contents_sns_x_link a {
        font-size: calc((12 / 818) * 100vh);
    }
} */





.qressesd_footer_wrapper {
    width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.qressesd_footer_logo {
    width: 100px;
    margin: 0 auto;
}

.qressesd_footer_title {
    font-size: 36px;
    color: #921E1C;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 40px;
}

.qressesd_footer_sns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    column-gap: 25px;
    margin-bottom: 40px;
}

.qressesd_footer_link_inst a img {
    width: 20px;
    margin-right: 10px;
}

.qressesd_footer_link_inst a {
    color: #921E1C;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.qressesd_footer_link_x a img {
    width: 20px;
    margin-right: 10px;
}

.qressesd_footer_link_x a {
    color: #921E1C;
    display: flex;
    align-items: center;
    font-size: 14px;
}

hr.qressesd_footer_hr {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    color: #921E1C;
}

.qressesd_footer_link {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    column-gap: 25px;
}

.qressesd_footer_link a {
    color: #921E1C;
    font-size: 16px;
}


.footer_contents_copyright {
    text-align: center;
    color: #921E1C;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.footer_contents_copyright .copyright {
    font-size: 14px;
}

/* @media (max-width: 599px) {
    .footer_contents_copyright .copyright {
        font-size: calc((10 / 376) * 100vw);
    }
} */

.footer_contents_copyright p {
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
}

/* @media (max-width: 599px) {
    .footer_contents_copyright p {
        margin-top: calc((14 / 800) * 100vh);
        font-size: calc((10 / 376) * 100vw);
    }
} */