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

.bl_colorBar_footer .el_colorBar_base::after {
    content: "#369CBE";
    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: #181c61;
}

.bl_colorBar_footer .el_colorBar_main::after {
    content: "#181C61";
    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_accent {
    position: relative;
    width: 5%;
    height: 100%;
    background-color: #000;
}

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

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