/* ----------------------------------- */
/* ---------- メインビジュアル ---------- */
/* ----------------------------------- */
.hero { width: 100%; height: auto; overflow: hidden; }
.hero video { width: 100%; height: auto; object-fit: cover; }
.hero .header-img{width: 100%;}
.hero .header-img, .hero .header-img img{width: 100%; height: auto;}
.hero .header-img video{display: block;}

