a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.mvcolumn {
    height: 100vh;
}

.mv01 {
    background: url(../img/thebar/mv_scb.jpg) no-repeat top center;
    background-size: cover;
}

.mv02 {
    background: url(../img/thebar/mv_3in1.jpg) no-repeat top center;
    background-size: cover;
}

.bg-body01 {
    background: url(../img/thebar/bg_merit.jpg) no-repeat top center;
    background-size: cover;
}

.mvcolumn {
    height: calc(50vh - 106px);
}

.mv01-txt {
    position: absolute;
    top: calc(2% + 212px);
    left: 5%;

}

.mv02-txt {
    position: absolute;
    bottom: 5%;
    right: 5%;
    text-align: end;
}

.mvmessage-center {
    position: absolute;
    top: calc(50% + 106px);
    left: 50%;
    height: auto;
    width: 90%;
    max-width: 500px;
    transform: translate(-50%, -50%);
}


@media all and (min-width: 768px) {
    .mvcolumn {
        height: calc(100vh - 208px);
    }

    .mv01-txt {
        position: absolute;
        top: calc(208px + 5%);
        left: 5%;
    }

    .mv02-txt {
        position: absolute;
        top: calc(208px + 5%);
        right: 5%;
    }

    .mvmessage-center {
        position: absolute;
        left: 50%;
        height: auto;
        width: 50%;
        max-width: 500px;
        transform: translate(-50%, -50%);
    }
}

.notosans {
    font-family: 'Noto Sans JP';
}

.notoserif {
    font-family: 'Noto Serif JP';
}


.tate {
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0 0 0);

}

@media all and (min-width: 768px) {
    .tate {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;

    }
}

.color-thebar01 {
    color: #656464;
}

.color-thebar02 {
    color: #76BEB5;
}

.color-thebar03 {
    color: #e5a7a7;
}

.color-thebar04 {
    color: #e12360;
}
.bfb-element-label {
    color: #76BEB5;

}


.bg-bnr-01 {
    background: url(../img/plus-h/bg-bnr-plus-h.png) no-repeat top center;
    background-size: cover;
}

.bg-h01 {
    background: url(../img/plus-h/bg_plus-h01.png) no-repeat top center;
    background-size: cover;
}

.bg-h02 {
    background: url(../img/plus-h/bg_plus-h02.png) no-repeat top center;
    background-size: cover;
}

.bg-h03 {
    background: url(../img/plus-h/bg_plus-h03.png) no-repeat top center;
    background-size: cover;
}

.bg-h04 {
    background: url(../img/plus-h/bg_plus-h04.png) no-repeat top center;
    background-size: cover;
}

.bg-pro01 {
    background: url(../img/plus-h/bg_pro01.png) no-repeat top center;
    background-size: cover;
}


.bg-thebar01 {
    background-color: #656464;
    color: #fff;
}

.bg-thebar02 {
    background-color: #76BEB5 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.bg-thebar03 {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-thebar04 {
    background: url(../img/thebar/thumb.jpg) no-repeat top center;
    background-size: cover;
}

.bg-thebar05 {
    background-color: rgba(255, 255, 255, 0.95);
}

.bg-thebar06 {
    background: url(../img/thebar/bg_01.jpg) no-repeat top center;
    background-size: cover;
}

.bg-thebar07 {
    background: url(../img/thebar/bg_02.jpg) no-repeat top center;
    background-size: cover;
}

.bg-thebar08 {
    background: url(../img/thebar/bg_03.jpg) no-repeat top center;
    background-size: cover;
}

.bg-thebar09 {
    background: url(../img/thebar/bg_04.jpg) no-repeat top center;
    background-size: cover;
}

.pro-box {
    border: 1px solid #76BEB5;
}



.bg-thebar-gr01,
.mgz-link {
    background: linear-gradient(45deg, #2d5a55, #76BEB5, #a0dad3) !important;
    animation: bggradient 1s ease infinite !important;
    color: #fff !important;
    border-radius: 0px !important;

}

@keyframes bggradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.btn-thebar-wh {
    background-color: #fff;
    color: #76BEB5;
    max-width: 500px;
    margin: auto;
}

.coupon-thebar {
    background-color: #fff;
    color: #76BEB5;
    border-radius: 30px;
    padding: 4px 32px;
}

.bdr-wh-dot {
    border-bottom: 4px dotted #fff;
}

.thebar-check {
    max-width: 600px;
    margin: auto;
    border: 1px #76BEB5 solid !important;
    background-color: rgba(255, 255, 255, );
}

.thebar-check li {
    border-bottom: 1px #76BEB5 solid !important;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 2.5em;
}

.thebar-check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    left: 1em;
    /*左端からのアイコンまで*/
    color: #e5a7a7;
    /*アイコン色*/
}

.tag-list {
    clear: both;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 1rem;
    margin-top: -1rem;
}

.tag-list li {
    float: left;
    list-style-type: none;
    margin: 0 2px 5px;
    padding: 0px 20px;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    font-size: 1.3rem;
}

.tag-list-bg01 {
    background: #58bdb1;
}
.tag-list-bg02 {
    background: #90ddd4;
}
.tag-list-bg03 {
    background: #2597c4;
}
.tag-list-bg04 {
    background: #495ed4;
}
.tag-list-bg05 {
    background: #999;
}
.tag-list-bg06 {
    background: #686868;
}
.tag-list-bg07 {
    background: #424242;
}
.tag-list-bg08 {
    background: #ec8bec;
}
.tag-list-bg09 {
    background: #d64cc4;
}