.mv-container {
  width: 100%;
  position: relative;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/mv_01.jpg?cmsp_timestamp=20191030115848);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  line-height: 1.7;
}

.mv-container .mv-inner {
  width: 100%;
  height: 540px;
  display: table;
}

.mv-container .mv-inner .mv-contents {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.mv-container .mv-inner .mv-contents h1 {
  margin-bottom: 30px;
}

.mv-container .mv-inner .mv-contents p {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mv-container .mv-inner .mv-contents h1 {
    width: 300px;
    margin: 0 auto 20px;
  }
  .mv-container .mv-inner .mv-contents p {
    text-align: center;
    font-size: 2.0rem;
  }
}

.banner-container {
  margin-bottom: 40px;
}

.banner-container > li {
  float: left;
  width: 49%;
}

.banner-container > li img{
	width: 100%;
}

.banner-container > li:nth-of-type(even) {
  float: right;
}

.banner-container > li:nth-of-type(n+3) {
  margin-top: 2%;
}

@media screen and (max-width: 767px) {
  .banner-container {
    margin-bottom: 25px;
  }
}

.top-banner {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
.top-banner {
  margin-bottom: 20px;
}
}

