@charset "UTF-8";

.brand-label{
    width: 100%;
    height: 54px;
}
.brand-label.first{
    background: #deb478;
}
.brand-label.second{
    background: #cb8d92;
}
.brand-label.third{
    background: #779bc8;
}
.brand-wrap{
    margin-top: 60px;
}
.page-mv-txt {
    position: absolute;
    z-index: 1;
    top: 34%;
    left: 0;
    right: 0;
    text-align: center;
}
.brand-logo{
    padding-bottom: 24px;
}
.brand-wrap .caption{
    font-size: 1.4rem;
}
.brand-head .secondary-heading{
    font-feature-settings: "palt";
    letter-spacing: .15em;
}
@media screen and (max-width: 768px) {
    .page-mv-txt {
        top: 45%;
    }
    .brand-label{
        height: 32px;
    }
    .brand-head{
        margin: 0 auto 0;
        width: 90%;
    }
    .brand-wrap{
        margin: 32px auto 0;
        width: 75%;
    }
    .brand-wrap .caption{
        font-size: 1.2rem;
        padding-bottom: 8px;
    }
    .brand-heading{
        margin-top: .6em;
    }
    .brand-logo{
        padding-bottom: 12px;
    }
}