@charset "utf-8";
/* =========================================================================================================================================== */
/*
/* ホームページデザイン(.home)
/*
/* =========================================================================================================================================== */
/*----------------------------------------------------------*/
/* ファーストビュー
/*----------------------------------------------------------*/
#main.home .firstview {
  width: 100%;
/*  height: 500px; */
  height: auto;
}
#main.home .firstview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #main.home .firstview {
/*    height: 173px; */
    height: auto;
  }
}
