@charset "UTF-8";

/* base ------------------ */
html {
  font-size: 62.5%;
}
body {
  box-sizing: border-box;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #333;
  list-style: none;
}
a:hover {
  opacity: .7;
  transition: .3s;
}
li {
  list-style: none;
}




/*  Fv  */
.slider {
  height: 100vh;
  min-height: 550px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.slider img {
  height: 100vh;
  min-height: 550px;
  object-fit: cover;
}
.slick-arrow {
  display: none !important;
}

