.js-youtube {
  overflow: hidden;
  cursor: pointer;
}

.l-summary .c-button {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .l-summary .c-button {
    margin-top: 15px;
  }

  .l-summary a {
    max-width: vw(300px * 2);
  }

  .l-summary .video {
    padding-top: 64.7%;
    margin: 0 -22px;
  }
}

.l-summary a {
  max-width: 450px;
  margin: auto;
}

.l-summary .video {
  position: relative;
  padding-top: 30.7%;
  cursor: pointer;
  max-width: 700px;
  margin: auto;
}

.ani--cta {
  -webkit-animation: dokidoki 1.5s infinite;
  animation: dokidoki 1.5s infinite;
}

@-webkit-keyframes dokidoki {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.05);
  }
}

@keyframes dokidoki {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.05);
  }
}
