/* 
start _movie.scss
*/
.anchor {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
  height: 0;
}
@media screen and (max-width: 1000px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.movieMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10rem 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .movieMenu {
    margin: 10vw 0;
  }
}
.movieMenu:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #fff;
  border-top: 1px solid #00503C;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.movieMenu > li {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  padding: 1px 5px;
  line-height: 1.4;
  letter-spacing: 0rem;
  position: relative;
  z-index: 1;
}
.movieMenu > li span {
  border: 1px solid #00503C;
  border-bottom: none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: 100%;
  min-height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-size: 1.8rem;
  background: #eee;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  cursor: pointer;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.movieMenu > li span i {
  margin-right: 0.5em;
}
.movieMenu > li:hover span {
  background: #fff;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 1000px) {
  .movieMenu > li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
    font-size: 1.2rem;
    padding: 0 2px;
  }
  .movieMenu > li span {
    padding: 5px 10px;
    font-size: 1.4rem;
    min-height: 50px;
  }
}
.movieMenu > li.active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  z-index: 2;
}
.movieMenu > li.active span {
  background: #fff;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.movie__wrapper {
  opacity: 0;
  pointer-events: none;
  height: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  position: relative;
  z-index: 1;
  display: none;
}
.movie__wrapper.active {
  pointer-events: auto;
  height: auto;
  z-index: 2;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  display: block;
}

.movie-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
@media screen and (max-width: 1000px) {
  .movie-block {
    margin: 0 -1%;
  }
}
.movie__list {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}
@media screen and (max-width: 1000px) {
  .movie__list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1%;
  }
}
.movie__list a {
  display: block;
}
.movie__list img {
  display: block;
}
.movie__list--thum {
  position: relative;
}
.movie__list--thum a {
  display: block;
  border: 1px solid #00503C;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie__list--thum a:hover {
  background: rgba(0, 0, 0, 0);
}
.movie__list--thum a:after {
  content: "\f16a";
  font-size: 3rem;
  font-family: "fontAwesome";
  position: absolute;
  color: #00503C;
  top: 50%;
  left: 50%;
}
.movie__list--thum img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie__list--thum a:hover img {
  opacity: 1;
}
.movie__list--prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.movie__list--prof .image {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  max-width: 28%;
}
@media screen and (max-width: 1000px) {
  .movie__list--prof .image {
    display: none;
  }
}
.movie__list--prof .detail {
  padding: 0.2rem 0 0 1rem;
}
.movie__list--prof .detail .number {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  color: #00503C;
}
.movie__list--prof .detail .name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}
.movie__list--prof .detail .name-en {
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1.5em;
}
@media screen and (max-width: 1000px) {
  .movie__list--prof .detail {
    padding-left: 3rem;
    position: relative;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .movie__list--prof .detail .number {
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .movie__list--prof .detail .name {
    font-size: 1.1rem;
  }
  .movie__list--prof .detail .name-en {
    font-size: 0.8rem;
  }
}

/* 
end _movie.scss
*/