.movie .mainArea {
  background: url("/dreaming/sp/assets/img/movie/movie_bg.jpg") 50% 0 repeat-y;
  -webkit-background-size: 100%;
  background-size: 100%; }

.catTab {
  padding: 0 0 5%;
  text-align: center; }

.catTab li {
  position: relative;
  display: inline-block;
  width: 32%;
  margin: 0 0 2.5%; }

.catTab li img {
  width: 100%;
  height: 100%; }

.catTab li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease; }

.catTab li.current .hover,
.catTab li:hover .hover {
  opacity: 1; }

.movieListArea ul {
  position: relative;
  padding: 0 1% 8%;
  width: 100%;
  text-align: left;
  font-size: 0; }

.movieListArea li {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 1% 1%;
  width: 47vw;
  height: 43vw;
  color: #fff; }
  .movieListArea li.music .thumb:after {
    background-image: url("/dreaming/assets/img/movie/thumb_play_music.png"); }
  .movieListArea li.music .thumb a {
    border-color: #00c0f0; }
  .movieListArea li.pv .thumb:after {
    background-image: url("/dreaming/assets/img/movie/thumb_play_pv.png"); }
  .movieListArea li.pv .thumb a {
    border-color: #ff5faf; }
  .movieListArea li .thumb {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    background: #fff; }
    .movieListArea li .thumb a {
      display: inline-block;
      width: 100%;
      height: 27vw;
      border: 2px solid #fff; }
      .movieListArea li .thumb a img {
        width: 100%;
        height: 100%; }

.movieListArea li .thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/dreaming/assets/img/music/thumb_play.png") 50% 50%/50% no-repeat;
  pointer-events: none;
  z-index: 10; }

.movieListArea li .title {
  position: relative;
  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;
  width: 97%;
  min-height: 2.7em;
  margin: 0 auto;
  padding: 1vw 0 .5vw;
  font-size: 4vw;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #fff;
  text-shadow: 1px 1px 0px #fff,-1px 1px 0px #fff,1px -1px 0px #fff,-1px -1px 0px #fff; }

.movieListArea li.music .title {
  color: #00c0f0; }

.movieListArea li.pv .title {
  color: #ff5faf; }

.movieListArea li .title:before,
.movieListArea li .title:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff; }

.movieListArea li .title:after {
  left: auto;
  right: 0; }

.movieListArea li .artist {
  width: 97%;
  margin: 0 auto;
  padding: 1vw 0 3vw;
  font-size: 3vw;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 0px #fff,-1px 1px 0px #fff,1px -1px 0px #fff,-1px -1px 0px #fff; }

.movieListArea li.music .artist {
  color: #00c0f0; }

.movieListArea li.pv .artist {
  color: #ff5faf; }

.movie .pager ul {
  padding: 0 0 9%;
  text-align: center; }

.movie .pager li {
  display: inline-block;
  width: 8vw;
  height: 8vw;
  margin: .5%;
  overflow: hidden;
  border: 1px solid #04c5ef;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.movie .pager li a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #04c5ef;
  font-size: 4vw;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif; }

.movie .pager li a span {
  display: table-cell;
  width: 7.9vw;
  height: 7.9vw;
  text-align: center;
  vertical-align: middle; }

.movie .pager li a img {
  width: 100%;
  height: auto; }

.movie .pager li.current a,
.movie .pager li:hover a {
  color: #fff;
  background: #04c5ef; }

.movie .pager li.first,
.movie .pager li.prev,
.movie .pager li.next,
.movie .pager li.last {
  border: 1px solid #fe50a6;
  background: none; }

/* .movie .pager li.first a {background: url('/dreaming/assets/img/news/pager_first_hover.png') 100%/100% no-repeat;}
.movie .pager li.prev a {background: url('/dreaming/assets/img/news/pager_prev_hover.png') 100% 100% no-repeat;}
.movie .pager li.next a {background: url('/dreaming/assets/img/news/pager_next_hover.png') 100% 100% no-repeat;}
.movie .pager li.last a {background: url('/dreaming/assets/img/news/pager_last_hover.png') 100% 100% no-repeat;}

 */
.movie .pager li.first a span,
.movie .pager li.prev a span,
.movie .pager li.next a span,
.movie .pager li.last a span {
  vertical-align: top; }

/*# sourceMappingURL=movie.css.map */