@charset "utf-8";

/* ===================================================
  sec01
====================================================== */
#sec01 h2{
  margin: 0 auto 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sec01 h2 img{
  margin: 0 auto 50px;
  max-width: 300px;
  height: auto;
}
#sec01 h2 span{
  color: var(--text-sub);
  font-size: 50px;
  font-family: "Noto Serif JP", "游明朝", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

#sec01 .movie_block{
  margin-bottom: 35px;
  max-width: 100%;
}

#sec01 h3{
  margin-bottom: 10px;
  color: var(--text-sub);
  font-size: 36px;
  font-family: "Noto Serif JP", "游明朝", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

#sec01 p{
  text-align: center;
}


@media screen and (max-width: 768px) {
  #sec01 h2{
    margin: 0 auto 7vw;
  }
  #sec01 h2 img{
    margin: 0 auto 7vw;
  }
  #sec01 h2 span{
    font-size: 24px;
  }
  #sec01 .movie_block{
    margin-bottom: 3vw;
  }
  #sec01 h3{
    margin-bottom: 2vw;
    font-size: 20px;
    text-align: left;
  }
  #sec01 p{
    text-align: left;
  }


}
