.el_colorBar_base {
    position: relative;
    width: 70%;
    height: 100%;
    background-color: #5d3117;
}

.bl_colorBar_footer .el_colorBar_base::after {
    content: "#5D3117";
    position: absolute;
    bottom: 0.51rem;
    right: -0.1rem;
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.el_colorBar_main {
    position: relative;
    width: 25%;
    height: 100%;
    background-color: #ffffff;
}

.bl_colorBar_footer .el_colorBar_main::after {
    content: "#FFFFFF";
    position: absolute;
    bottom: 0.51rem;
    right: -0.1rem;
    font-size: 1.3rem;
    font-weight: 800;
    color: #000;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.el_colorBar_accent {
    position: relative;
    width: 5%;
    height: 100%;
    background-color: #96c0ad;
}

.bl_colorBar_footer .el_colorBar_accent::after {
    content: "#96C0AD";
    position: absolute;
    bottom: 0.51rem;
    right: -0.2rem;
    font-size: 1.3rem;
    font-weight: 800;
    color: #000;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.font_tsukushiB {
    background-image: url(../img/font/TAKoi.svg);
    background-repeat: no-repeat;
    height: 2.4rem;
}