@charset "UTF-8";

/*--MV調整--*/
@media screen and (max-width: 900px) {
    #mv .mv_textimg:has(.mv_textimg_pc.pos_l){
        justify-content: flex-end;
        align-items: flex-end;
        bottom: 20px;
        right: 20px;
        left: auto;
    }
    #mv .mv_textimg img {
        max-width: 250px;
    }
}
/*MVスクロール削除*/
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}
