.underMv {
  position: relative;
  margin-top: 27px;
}
.underMv h2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.underMv h2 img {
  width: 100%;
}
.underMv h2 span {
  width: 32%;
}
.underMv h2 span a:hover {
  opacity: 1 !important;
}
.underMv h2 span a:hover img {
  opacity: 1 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.underMv__btn {
  background: #fffdea;
  padding: 10px 5%;
}
.underMv__btn a {
  margin-top: 10px;
  display: block;
}
.underMv__btn a:hover {
  opacity: 1 !important;
}
.underMv__btn a:hover img {
  opacity: 1 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.itemBlk {
  background: #fff;
  margin-top: -47px;
  position: relative;
}

.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px !important;
}
.footer__btn a {
  width: 49%;
}
.footer__btn--only {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__btn--only a {
  width: 70%;
}

.footer__txt {
  display: block !important;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 60px !important;
  line-height: 1.6;
}
.footer__txt p {
  width: 100% !important;
  margin-right: 0 !important;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__sns p {
  width: 50px;
}