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

.bl_colorBar_footer .el_colorBar_base::after {
    content: "#F0C81B";
    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_main {
    position: relative;
    width: 25%;
    height: 100%;
    background-color: #000000;
}

.bl_colorBar_footer .el_colorBar_main::after {
    content: "#000000";
    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: #a90032;
}

.bl_colorBar_footer .el_colorBar_accent::after {
    content: "#A90032";
    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/CrawModernURWBold_BK.svg);
    background-repeat: no-repeat;
    height: 4.8rem;
}