.c.bl_aside {
    flex-direction: column;
    align-items: center;
    top: 50px;
}
.bl_aside .bl_headerNav {
    margin-bottom: 20px;
}
.bl_aside_bnr {
    margin-bottom: auto;
    height: 220px;
}
.bl_aside_bnr img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.bl_aside .aa {
    margin-bottom: 50px;
    position: relative;
    bottom: auto;
}
.bl_fixed_bnr {
    display: none;
}
.bl_fixed_bnr img {
    width: 100%;
}
.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.all {
    display: block !important;
}

/* ---------- Footer（下層ページ SP と同デザインを PC・SP で表示） ---------- */
.bl_footer {
    background: #F5F0EE;
    color: #333;
    padding: 3rem 0 2rem;
    max-width: 505px;
    margin: auto;
}
.bl_footer .ly_inner {
    max-width: 107rem;
    margin-inline: auto;
    padding: 0 2rem;
}
.bl_footer_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}
.bl_footer_logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    width: 10rem;
}
.bl_footer_logo img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.bl_footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bl_footer_nav a {
    position: relative;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    padding: 0.5rem 1rem;
}
.bl_footer_nav li:not(:last-child) a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 2rem;
    background: #ddd;
    transform: translateY(-50%);
}
.bl_footer_nav a:hover {
    color: #9f8a6c;
}
.bl_footer_info {
    margin-top: 1.75rem;
    font-size: 1.4rem;
    line-height: 1.9;
}
.bl_footer_info p {
    margin: 0;
}
.bl_footer_copy {
    margin-top: 1.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0.04em;
    color: #666;
    text-align: center;
}

@media screen and (max-width: 521px) {
    .bl_fixed_bnr {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 100;
        left: 0;
        right: 0;
        width: 100%;
    }
    #menu06 + p {
        padding-bottom: 50px;
    }
    .bl_footer {
        padding-bottom: 8rem;
    }
}