@charset "UTF-8";

/*
    ページフッター
    Figma: PC 2503:2118 / SP 2503:2379

    Pen ロゴを中央に置くだけのブロック。
    サイトのグローバルフッターとは別物
*/

.lixil-2026 .page-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--page-footer-height);
    background-color: var(--page-footer-bg);
}

.lixil-2026 .page-footer__logo {
    display: block;
    width: var(--page-footer-logo-width);
    height: var(--page-footer-logo-height);
}

.lixil-2026 .page-footer__logo img {
    width: 100%;
    height: 100%;
}

.lixil-2026 .page-footer__logo:hover {
    opacity: var(--opacity-hover);
}
