.pcmv {
  display: block;
}

.spmv {
  display: none;
}

.mv img {
  width: 100vw;
  height: auto;
  border: 0;
  margin: -7px auto 0 -8px;
}

tr {
  text-align: right;
}

.cta{
  text-align: center;
  width: 100vw;
  height: 100px;
  padding-top: 15px;
  margin: -7px auto 0 -8px;
}

.button014 a {
  background: #FAE8CB;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 1.2rem 0rem;
  color: #ECAB3F;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.3rem;
}

.button014 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #ECAB3F;
  transition: 0.2s;
}

.button014 a::after {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.button014 a:hover::before {
  top: 0;
  left: 0;
}

.button014 a:hover {
  text-decoration: none;
  background-color: #ECAB3F;
  color: #fff;
}



@media only screen and (max-width: 767px) {
  .pcmv {
    display: none;
  }

  .spmv {
    display: block;
  }

  .movie-wrap {
    width: 80%;
  }

    .button014 a {
      max-width: 170px;
      font-size: 1.2rem;
      padding: 1rem 0rem;
    }

}
