@charset "utf-8";

/* ↓↓↓ #movie ↓↓↓ */
#movie .box1 {
  margin: 30px auto 0 auto;
}

#movie .box3 {
  margin: 70px auto 0 auto;
}

@media screen and (max-width: 750px) {
  #movie .box3 {
    margin: 0 auto;
  }
}

#movie .box4 {
  margin: 70px auto 0 auto;
}

@media screen and (max-width: 750px) {
  #movie .box4 {
    margin: 0 auto;
  }
}

#movie .movie-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 750px) {
  #movie .movie-list {
    flex-direction: column;
  }
}

#movie .box3 .movie-list {
  margin-top: 20px;
}

#movie .box4 .movie-list {
  margin-top: 20px;
  justify-content: center;
}

#movie .movie-list li {
  width: 31.58%;
  margin-right: 16px;
  padding-bottom: 50px;
}

#movie .movie-list li.-wide {
  width: 49%;
}

@media screen and (max-width: 750px) {
  #movie .movie-list li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }

  #movie .movie-list li.-wide {
    width: 100%;
  }
}

#movie .box2 .movie-list li {
  width: 22.843%;
}

@media screen and (max-width: 750px) {
  #movie .box2 .movie-list li {
    width: 100%;
  }
}

#movie .box3 .movie-list li {
  width: 49%;
}

@media screen and (max-width: 750px) {
  #movie .box3 .movie-list li {
    width: 100%;
  }
}

#movie .box4 .movie-list li {
  width: 48.7%;
}

@media screen and (max-width: 750px) {
  #movie .box4 .movie-list li {
    width: 100%;
  }
}

#movie .movie-list li:hover {
  opacity: .7;
}

#movie .movie-list li:last-of-type {
  margin-right: 0;
}

#movie .movie-list li h3 {
  display: block;
  padding-top: 27px;
  padding-bottom: 20px;
  margin-bottom: 36px;
  font-size: calc((22 - 16) * ((100vw - 750px) / (1050 - 750)) + 16px);
  font-weight: bold;
  color: #008803;
  text-align: center;
  line-height: 1.2;
  background: url(../img/index_bg01.gif) repeat-x left bottom;
}

@media screen and (min-width: 1050px) {
  #movie .movie-list li h3 {
    font-size: 2.2rem;
  } 
}

@media screen and (max-width: 750px) {
  #movie .movie-list li h3 {
    margin-bottom: 5%;
    font-size: 1.8rem;
    background-size: 6px 4px;
  }
}

#movie .contents_hr {
  margin: 40px auto 30px auto;
  height: 10px;
  border: 0;
  background: url(../img/index_bg01.gif) repeat-x;
}

@media screen and (max-width: 750px) {
  #movie .contents_hr {
    background-size: 6px 4px;
  }
}

#movie .youtube-list {
  width: fit-content;
  margin: 60px auto 70px;
}

@media screen and (max-width: 750px) {
  #movie .youtube-list {
    margin: 30px auto 35px;
  }
}

#movie .youtube_channel {
  position: relative;
  width: fit-content;
  font-size: 3rem;
  font-weight: bold;
  color: inherit;
  display: block;
  background-color: #fff;
  padding: 20px 30px 20px calc(30px + 82px);
  transition: box-shadow ease .3s;
}

@media screen and (max-width: 750px) {
  #movie .youtube_channel {
    font-size: 2rem;
    padding: 20px 15px 20px calc(15px + 54px);
  }
}

#movie .youtube_channel:hover {
  box-shadow: 0 0 10px 8px rgb(0 0 0 / 10%);
  text-decoration: none;
}

#movie .youtube_channel+.youtube_channel {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  #movie .youtube_channel+.youtube_channel {
    margin-top: 20px;
  }
}

#movie .youtube_channel::before  {
  content: '';
  position: absolute;
  background: url(../img/icon-youtube.svg) no-repeat;
  background-size: contain;
  width: 82px;
  aspect-ratio: 82/58;
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
}

@media screen and (max-width: 750px) {
  #movie .youtube_channel::before  {
    width: 54px;
    left: 15px;
  }
}

#movie .youtube_channel .slash {
  font-size: 3.6rem;
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  #movie .youtube_channel .slash {
    font-size: 2rem;
    margin: 0 10px 0 6px;
  }
}

#movie .area_movie_title {
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #008803;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #movie .area_movie_title {
    font-size: 1.8rem;
  }
}

#movie .symposium_movie_title {
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #008803;
  text-align: center;
}

#movie .symposium_thumbnail_title {
  text-align: left !important;
}

#movie .movie-list li .indent-size {
  font-size: 1.94rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 1050px) {
  #movie .movie-list li .indent-size {
    font-size: calc(1.47rem + 5 * (100vw - 750px)/300);
    line-height: calc(1.47rem + 5 * (100vw - 750px)/300);
}
}

#movie .symposium_thumbnail_title .indent-1 {
  padding-left: 2.5em;
}

#movie .symposium_thumbnail_title .indent-2 {
  padding-left: 1.25em;
}

#movie .symposium_thumbnail_title .indent-3 {
  margin-left: -0.5em;
}

#movie .symposium_thumbnail_title .indent-4 {
  padding-left: 0.4em;
}

#movie .symposium_thumbnail_title .indent-spacing {
  letter-spacing: -0.4em;
}

@media screen and (max-width: 750px) {
  #movie .symposium_movie_title {
    font-size: 1.8rem;
  }

  #movie .movie-list li .indent-size {
    font-size: 1.8rem;
}

  #movie .symposium_thumbnail_title .indent-1,
  #movie .symposium_thumbnail_title .indent-2 {
    padding-left: 0;
  }

  #movie .symposium_thumbnail_title {
    text-align: center !important;
  }
}

/* ↑↑↑ #movie ↑↑↑ */