.responsive-video {
  width: 100%;
  height: auto;
  max-width: 480px;
  display: block;
}
.video-gate-wrapper {
  max-width: 480px;
  position: relative;
}
.modal-mov-hide {
  display: none;
}
.video-gate-overlay-text {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  /* background: rgba(0,0,0,0.1); */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  z-index: 11;
  cursor: pointer;
  text-align: center;
  pointer-events: auto;
}
.video-gate-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  /* margin: 32px auto; */
  cursor: pointer;
  pointer-events: auto;
}
.video-gate-overlay::after {
  content: '注意事項に同意してください';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:1.6rem;
  z-index: 10;
  pointer-events: none;
  text-align: center;
}
.video-gate-overlay video,
.video-gate-overlay .youtube-placeholder {
  pointer-events: none;
  filter: blur(2px) grayscale(0.5);
}
[class*="link-btn--"] div{min-width: inherit;!important;}