@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: flex-start;
}

#movie .movie-list li {
  width: 31.58%;
  margin-right: 25px;
  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:last-of-type {
    padding-bottom: 0;
  }

  #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 .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.97rem;
  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 ↑↑↑ */