/* movie common
---------------------------------------------------*/

.movie_contents .contents_main .bg_white section .read {
  margin-top: 25px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.movie_contents .contents_main .bg_white section .read .supervision {
  margin-top: -4px;
  padding: 3px 5px;
  border: 1px solid #49441A;
  font-size: 14px;
  box-sizing: border-box;
}
.movie_contents .contents_main .bg_white section .read .intro {
  line-height: 1.2;
}
.movie_contents .contents_main .bg_white section .read .intro span {
  display: block;
}
.movie_contents .contents_main .bg_white section .read .intro .part{
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
}
.movie_contents .contents_main .bg_white section .read .intro .name {
  font-size: 16px;
  font-weight: bold;
}

.movie_contents .contents_main .bg_white section .video_container {
  margin-top: 40px;
}
.movie_contents .contents_main .bg_white section .video_container .video_box {
  width: min(100%, 560px);
  margin: 40px auto 0;
}
.movie_contents .contents_main .bg_white section .video_container .video_box:first-child {
  margin-top: 0;
}
.movie_contents .contents_main .bg_white section .video_container .video_box iframe {
  height: 100%;
  aspect-ratio: 16 / 9;
}
.movie_contents .contents_main .bg_white section .video_container .video_box .caption {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.2;
}
.movie_contents .contents_main .bg_white section .video_container .video_box .caption .jp{
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .movie_contents .contents_main .bg_white section .read {
    display: block;
  }
  .movie_contents .contents_main .bg_white section .read .supervision {
    margin: 0;
    display: inline-block;
  }
  .movie_contents .contents_main .bg_white section .read .intro {
    margin-top: 10px;
  }
  .page_movie .sec_head h2 {
    width: 240px;
    margin: 0 auto;
  }

  .movie_caption {
    font-size: 1.6em !important;
  }

  .page_under h4::before {
    top: 0px;
  }

  .page_under h4 {
    display: block;
  }
}

.text-red {
  color: #ff0000;
  font-weight: bold;
}

.movie_caption {
  font-size: 2.0em !important;
  line-height: 1.2;
}

.page_under .time {
  font-weight: normal;
}



/* 
.nav_voice a::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 4px;
  bottom: 0;
  background: #7cba28;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */
