@charset "UTF-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
    background: #eee;
}

footer .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**********************************
スマホ固定
**********************************/
.sp_fixed_bottom {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    bottom: -15px;
    left: 0;
    z-index: 1500;
    position: fixed;
    transition: .2s ease-in;
}

.sp_fixed_bottom.active {
    opacity: 1;
    visibility: visible;
}

.sp_fixed_bottom .sp_nav_menu02 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.sp_fixed_bottom .sp_nav_menu02 li {
    list-style: none;
}

.sp_fixed_bottom .sp_nav_menu02 li a {
    font-size: 3.4rem;
    width: 31rem;
    height: 15rem;
    border: 2px solid #fff;
    background: var(--theme_m_color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp_fixed_bottom .sp_nav_menu02 li a::before {
    content: "";
    display: inline-block;
    background: no-repeat 50%/ contain;
    margin-right: 9px;
}

.sp_fixed_bottom .sp_nav_menu02 li.tel a::before {
    width: 3rem;
    height: 3.4rem;
    background-image: url("../images/common/tel_w.svg");
}

.sp_fixed_bottom .sp_nav_menu02 li.contact a::before {
    width: 3.6rem;
    height: 2.4rem;
    background-image: url("../images/common/mail_w.svg");
}

/**********************************
スマホ固定
**********************************/
.sp_fixed_bottom {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    bottom: -15px;
    left: 0;
    z-index: 1500;
    position: fixed;
    transition: .2s ease-in;
}

.sp_fixed_bottom.active {
    opacity: 1;
    visibility: visible;
}

.sp_fixed_bottom .sp_nav_menu02 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.sp_fixed_bottom .sp_nav_menu02 li {
    list-style: none;
}

.sp_fixed_bottom .sp_nav_menu02 li a {
    font-size: 4.5333333vw;
    width: 41.333333vw;
    height: 20vw;
    border: 2px solid #fff;
    border-radius: 2.6666666vw;
    background: var(--theme_m_color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp_fixed_bottom .sp_nav_menu02 li a::before {
    content: "";
    display: inline-block;
    background: no-repeat 50%/ contain;
    margin-right: 9px;
}

.sp_fixed_bottom .sp_nav_menu02 li.tel a::before {
    width: 4vw;
    height: 4.53333333vw;
    background-image: url("../images/common/tel_w.svg");
}

.sp_fixed_bottom .sp_nav_menu02 li.contact a::before {
    width: 4.8vw;
    height: 3.2vw;
    background-image: url("../images/common/mail_w.svg");
}

footer {
    background: #222222;
    padding: 6rem 6.5rem;
}

footer .logo_mark {
    width: 9.8rem;
    margin: 0 auto 5rem;
}

footer .logo {
    width: 46.3rem;
    margin: 0 auto 6rem;
}

footer .box-address {
    color: #fff;
    font-size: 2.8rem;
}

footer .box-address a {
    display: block;
    color: #fff;
}

footer .box-tel {
    margin-top: 4rem;
}

footer .box-tel a {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 7.5rem;
    line-height: 1.4;
    position: relative;
    padding-left: 8rem;
}

footer .box-tel a::before {
    content: "";
    width: 6.2rem;
    height: 6.2rem;
    background: url("../images/common/icon_tel.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 1.3rem;
}

footer .box-tel .time {
    padding-left: 8rem;
    color: #fff;
    font-size: 2.8rem;
}

footer .contact-btn {
    margin-top: 5.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 12.5rem;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 4.5rem;
    letter-spacing: 0.1em;
}

footer .contact-btn span {
    position: relative;
    text-indent: 6.5rem;
}

footer .contact-btn span::before {
    content: "";
    width: 4.5rem;
    height: 4.5rem;
    background: url("../images/common/mail_w.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 14.3rem;
}

footer ul.nav li {
    margin: 0 2rem;
}

footer ul.nav li a {
    color: #fff;
    font-size: 2.8rem;
}

footer small {
    display: block;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 8rem;
}

@media print, screen and (min-width: 768px) {
    footer {
        margin-top: 20rem;
        padding: 11rem 6.5rem 5rem;
        position: relative;
    }

    footer .logo {
        width: 46.4rem;
        margin: 0 auto 5rem;
    }

    footer .wrap-info {
        max-width: 128rem;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .box-address {
        font-size: 1.6rem;
    }

    footer .box-tel {
        margin: 0 4rem 0;
    }

    footer .box-tel a {
        font-size: 3.4rem;
        line-height: 1;
        padding-left: 4rem;
    }

    footer .box-tel a::before {
        width: 2.8rem;
        height: 2.8rem;
        top: .6rem;
    }

    footer .box-tel .time {
        padding-left: 4rem;
        font-size: 1.3rem;
    }

    footer .contact-btn {
        margin-top: 0;
        height: 5rem;
        width: 24rem;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }

    footer .contact-btn:hover {
        background: #fff;
        color: #2d2d2d;
        opacity: 1 !important;
    }

    footer .contact-btn:hover span::before {
        background: url("../images/common/mail_b.svg") no-repeat center;
        background-size: contain;
    }

    footer .contact-btn span {
        position: relative;
        text-indent: 30px;
    }

    footer .contact-btn span::before {
        width: 1.8rem;
        height: 1.8rem;
    }

    footer .wrap-bottom {
        max-width: 94rem;
        margin: 8rem auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer ul.nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
    }

    footer ul.nav li {
        margin: 0 2rem 0 0;
    }

    footer ul.nav li a {
        font-size: 1.6rem;
    }

    footer ul.nav li a:hover {
        text-decoration: underline;
    }

    footer small {
        font-size: 1.3rem;
        margin-top: 0;
    }

    footer a.pagetop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: -30rem;
    }

    footer a.pagetop .line {
        display: inline-block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        z-index: 2;
        padding: 0 .1rem 16rem;
        overflow: hidden;
    }

    footer a.pagetop .line::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: .1rem;
        height: 16rem;
        background: #d50010;
        -webkit-animation: pagetop-anim 2s cubic-bezier(1, 0, 0, 1) infinite;
        animation: pagetop-anim 2s cubic-bezier(1, 0, 0, 1) infinite;
    }

    @-webkit-keyframes pagetop-anim {
        0% {
            -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
        }

        50% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
        }

        50.1% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
        }

        100% {
            -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
            -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
        }
    }

    @keyframes pagetop-anim {
        0% {
            -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
        }

        50% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
        }

        50.1% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
        }

        100% {
            -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
            -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
        }
    }

    footer a.pagetop .tx {
        color: #d50010;
        font-size: 1.5rem;
        font-family: "Lato", sans-serif;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: block;
        letter-spacing: 0.05em;
        margin-top: 5rem;
    }
}

.breadCrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 36px;
}

.breadCrumb li {
    font-size: 1.4rem;
    color: #2d2d2d;
    position: relative;
    max-width: 400px;
}

.breadCrumb li a {
    text-decoration: underline;
    padding-right: 30px;
    position: relative;
    display: inline-block;
}

.breadCrumb li a::after {
    content: "＞";
    position: absolute;
    right: 7px;
    top: 0;
}

.breadCrumb li a:hover {
    text-decoration: none;
}

/*一覧・詳細　MV画像ない為*/
.breadCrumb.nomv_bc {
    /*margin: 80px 36px;*/
}
