@charset "UTF-8";

/*サイズ固定とセンタリング*/
#top_wrap {
  width: 1128px;
  margin: 0 auto;
}

.main_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv_title {
  position: absolute;
  left: 4%;
  bottom: 6%;
  z-index: 1000;
  width: 575px;
  height: 178px;
}

.mv_title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* =======================================
  ClearFixElements
======================================= */
#slideshow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#top_wrap {
  position: relative;
}

#top_wrap a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}