@charset "utf-8";

/* ----------------------------------------------------
        追加
---------------------------------------------------- */

/* 共通 */
.disp_non {
    display: none;
}

.hero-subtitle2 {
    position: relative;
    top: 133px;
    left: 48%;
    transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    width: 43vw;
    z-index: 3;
}
@media screen and (max-width: 768px) {
    .hero-subtitle2 {
        position: relative;
        top: 0px;
        left: 48%;
        transform: translate(-50%, -55%);
        -webkit-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        width: 76vw;
        z-index: 3;
    }
}

