@charset "utf-8";
/* CSS Document */

.c5-entrymv {
  background: url("../images/mv.jpg") no-repeat center / cover;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2880 / 469;
  padding: 20px;
  margin-bottom: 60px;
  box-sizing: border-box;
  .s5-header1__heading {
    font-size: 2rem;
    float: none;
  }
}

@media screen and (max-width: 639px) {
  .c5-entrymv {
    height: 150px;
    aspect-ratio: auto;
    margin-bottom: 40px;
    .s5-header1__heading {
      font-size: 24px;
    }
  }
}