@charset "UTF-8";

.article__mv .m-slider__thum__item__content__title {
  font-size: 20px;
  line-height: 1.25;
}

.story__movie {
  padding-top: 70px;
  text-align: center;
}

.story__movie iframe {
  width: 865px;
  height: 487px;
}

@media screen and (max-width: 640px) {
  .story__movie {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  
  .story__movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
