/*background image*/
/*flex*/
/*hover base anim*/
/*custom anim*/
/*liner anim*/
/*content data-text*/
/* text indent letter spaxing*/
/*serif font*/
/*san_serif font*/
/*google font*/
/*shadow*/
/**/
@keyframes bgdraw {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(1) translateX(100%); } }

.movie_contents .page_contents {
  color: #000; }
  .movie_contents .page_contents a {
    color: #000; }
  .movie_contents .page_contents .cont_in {
    max-width: 1644px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }
  .movie_contents .page_contents .account_cont {
    text-align: center;
    margin-bottom: 80px; }
    .movie_contents .page_contents .account_cont .item .md {
      text-decoration: underline; }
    .movie_contents .page_contents .account_cont .item .pic {
      margin-bottom: 13px; }
  .movie_contents .page_contents .mov_cont {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center; }
    .movie_contents .page_contents .mov_cont .item {
      width: 29%;
      margin-right: 6.5%;
      margin-bottom: 6.5%; }
      .movie_contents .page_contents .mov_cont .item:nth-child(3n) {
        margin-right: 0px; }
      .movie_contents .page_contents .mov_cont .item .pic {
        position: relative;
        box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14); }
        .movie_contents .page_contents .mov_cont .item .pic img {
          width: 100%; }
        .movie_contents .page_contents .mov_cont .item .pic:before {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          width: 106px;
          height: 100%;
          background-image: url(/movie/img/youtube_icon.svg);
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: center center;
          transform: translateX(-50%); }
  .movie_contents .page_contents .item .md {
    font-size: 24px; }
  .movie_contents .page_contents .item .txt {
    font-size: 18px;
    margin-bottom: .5em; }
  .movie_contents .page_contents .item .pic {
    line-height: 0;
    margin-bottom: 22px;
    border: solid 6px #fff; }
  @media screen and (max-width: 768px) {
    .movie_contents .page_contents .item .md {
      font-size: 16px; }
    .movie_contents .page_contents .item .txt {
      font-size: 14px; }
    .movie_contents .page_contents .item .pic {
      margin-bottom: 12px; }
    .movie_contents .page_contents .account_cont {
      margin-bottom: 52px; }
    .movie_contents .page_contents .mov_cont {
      justify-content: space-between; }
      .movie_contents .page_contents .mov_cont .item {
        width: 47%;
        margin-bottom: 10%;
        margin-right: 0px; }
        .movie_contents .page_contents .mov_cont .item .pic {
          border-width: 4px; }
          .movie_contents .page_contents .mov_cont .item .pic:before {
            width: 40px; } }
