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

.bl_colorBar_footer .el_colorBar_base::after {
    content: "#2080A0";
    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: #A95835;
}

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

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