@charset "UTF-8";

/* ------------------------------------------------------------ */
/* FirstView */
.firstview .logo {
  width: 275px !important;
}

@media screen and (max-width: 767px) {
  .firstview .logo {
    width: 189px !important;
  }
}