@charset "utf-8";
/* .mv
--------------------------------------------------------*/
.home #contents {
	margin-bottom: 5px;
	}
.mv {
  width: 900px;
  text-align: center;
  margin: 0 auto 34px;
}

.home-menu {
  width: 944px;
  height: 604px;
  margin: 0 auto;
  position: relative;
}

.home-menu li {
  display: inline-block;
  position: absolute;
}

.home-menu li:first-child {
  top: 8px;
  left: -12px;
}

.home-menu li:nth-child(2) {
  position: absolute;
  top: 0;
  left: 350px;
}

.home-menu li:nth-child(3) {
  margin-left: -2px;
  top: 30px;
  right: 8px;
}

.home-menu li:nth-child(4) {
  bottom: 80px;
  left: 12px;
}

.home-menu li:nth-child(5) {
  left: 322px;
  bottom: 45px;
}

.home-menu li:nth-child(6) {
  bottom: 0px;
  right: 30px;
}

.home-menu li a {
  display: block;
}

@media screen and (max-width: 640px) {
  .mv {
    width: 100%;
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .mv img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .home-menu {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .home-menu li {
    width: 48%;
    position: relative;
  }
  .home-menu li img {
    width: 100%;
    height: auto;
  }
  .home-menu li:first-child {
    top: 0px;
    left: auto;
  }
  .home-menu li:nth-child(2) {
    position: relative;
    top: auto;
    left: 10px;
  }
  .home-menu li:nth-child(3) {
    margin-left: auto;
    top: 20px;
    right: auto;
  }
  .home-menu li:nth-child(4) {
    bottom: auto;
    left: auto;
  }
  .home-menu li:nth-child(5) {
    left: auto;
    bottom: 14px;
  }
  .home-menu li:nth-child(6) {
    margin-top: 20px;
    bottom: auto;
    right: auto;
  }
}
