/* 20240830 バナー追加 */
.c-fixed-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9979;
    background: rgba(90, 90, 90, 0.85);
    display: flex;
}
.c-fixed-banner__item {
    width: 155px;
    display: block;
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 0.1em;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-fixed-banner__item:not(:last-child) {
    position: relative;
}
.c-fixed-banner__item:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.c-fixed-banner__item:hover {
    transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-fixed-banner {
        display: flex;
        width: 100%;
    }
    .c-fixed-banner__item {
        padding: 0;
    }
    .c-fixed-banner__item.is-tel {
        background: #000;
        width: 54px;
        height: 39px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .c-fixed-banner__item.is-tel img {
        display: block;
        width: 24px;
    }
    .c-fixed-banner__item.is-tel span {
        font-size: 10px;
        display: block;
    }
    .c-fixed-banner__item {
        width: calc(calc(100% - 54px)/3);
    }
    .l-footer-movie {
        padding-bottom: 95px;
    }
}
