figure {
  display: block;
}

.ex_top_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ex_top_card {
  max-width: 520px;
  width: 520px;
  margin-top: 80px;
}

.ex_top_card a {
  display: block;
  color: #000000;
}

.ex_top_card h3 {
  margin-top: 10px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #6F4335;
}

.ex_top_card p {
  margin-top: 10px;
}

.main_visual_movie .cover {
  height: 56.25vw;
  max-height: inherit;
}

.youtube_frame {
  z-index: 1;
}

.youtube_frame::before {
  display: none;
}

@media screen and (max-width:768px) {
  .main_visual_movie .cover {
    height: 56.25vw;
  }
}