@charset "UTF-8";
/* 20260204 add */
/* top 見出しタグh1 */
.scn_h1_ttl{
    left: 0;
    bottom: 3rem;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
}
@media screen and (max-width: 1298px) {
    .scn_h1_ttl{
        bottom: 1.8rem;
    }
}
@media screen and (max-width: 1024px) {
    .home #mv .scn_mv_wrapper .mv_button_link{
        bottom: 8%;
    }
    .scn_h1_ttl{
        bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .home #mv .scn_mv_wrapper .mv_button_link{
        bottom: 10%;
    }
    .scn_h1_ttl{
        bottom: auto;
        padding: 20px 0;
        font-size: 2.8vw;
        position: relative;
    }
}
/* copyright */
.scn_copyright a {
    display: inline;
    color: #757575;
}