@charset "UTF-8";

/* Figma: creative_97837 / footer (13119:3263) */
.l-footer {
    width: 100%;
    padding: 80px 0 10px;
    background-color: #333;
    color: #fff;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}
.l-footer *{
    color: #fff;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 52px;
    width: 100%;
}
.footer__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}
.footer__brand {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 281px;
    flex-shrink: 0;
}
.footer__logo {
    display: inline-block;
    line-height: 0;
}
.footer__logo:hover {
    opacity: 1;
}
.footer__logo img {
    display: block;
    width: 273px;
    height: auto;
    max-width: 100%;
}
.footer__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer__info-item {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.footer__info-item a {
    color: inherit;
    text-decoration: none;
}
.footer__info-item a:hover {
    text-decoration: underline;
}
.footer__nav-wrap {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    flex-shrink: 0;
}
.footer__nav-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer__nav-ttl {
    margin: 0;
    color: #fcfcfc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
}
.footer__nav-lists {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}
.footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__nav-list a {
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}
.footer__nav-list a:hover {
    opacity: 1;
    color: #c39e77;
}
.footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
}
.footer__legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    list-style: none;
    box-sizing: border-box;
}
.footer__legal a {
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}
.footer__legal a:hover {
    opacity: 1;
    color: #c39e77;
}
.footer__copyright {
    width: 100%;
    padding-top: 11px;
    border-top: 1px solid #636363;
    box-sizing: border-box;
}
.footer__copy {
    margin: 0;
    color: #d3d3d3;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

