@charset "UTF-8";

.block_news_2 .content_wrapper ul li a {
  color: #333;
}

#mv {
  height: 100vh;
}

@media screen and (max-width: 800px) {
  #mv {
    height: 300px;
  }
  body.index main {
    transform: translateY(300px);
		transform: unset;
  }
}
