@charset "utf-8";
.under_mv {
  background: url("../img/mv.png") no-repeat right bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.container {
  max-width: 1024px;
  width: 90%;
  margin: 72px auto;
}
.top_text {
  width: 90%;
  max-width: 1024px;
  margin: 64px auto -24px;
}