.underMv {
  margin-top: 59px;
  padding-bottom: 20px;
}
.underMv h1, .underMv h2 {
  position: relative;
}
.underMv h2 {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: -50px auto 0;
  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 {
  margin-top: 10px;
  width: 49%;
}
.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;
}

.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__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;
}