@charset "UTF-8";

#movielist {
  background: #e8ebef;
  padding: 25px 0;
  min-height: 330px;
}
#movielist .movielist-title {
  opacity: 1 !important;
}
#movielist .movielist-title h2 {
  background: url("../img/pc_title.png") no-repeat left center;
  width: 1000px;
  height: 50px;
  text-indent: -999px;
}
@media screen and (max-width: 1060px) {
  #movielist .movielist-title h2 {
    background: url("../img/sp_title.png") no-repeat left top;
    padding-top: 20.3448%;
    width: 100%;
    height: 0;
  }
}
#movielist .movielist-squeeze {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #144199;
  padding: 13px 14px;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 1060px) {
  #movielist .movielist-squeeze {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    padding: 0;
    height: auto;
  }
}
#movielist .movielist-squeeze .movielist-squeeze-hl {
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1060px) {
  #movielist .movielist-squeeze .movielist-squeeze-hl {
    margin-top: 20px;
    width: 100%;
    color: #000;
  }
  #movielist .movielist-squeeze .movielist-squeeze-hl br {
    display: none;
  }
}
#movielist .movielist-squeeze .movielist-squeeze-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}
@media screen and (max-width: 1060px) {
  #movielist .movielist-squeeze .movielist-squeeze-wrapper {
    margin-top: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#movielist .movielist-squeeze .movielist-squeeze-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  padding: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #144199;
  pointer-events: none;
}
#movielist .movielist-squeeze .movielist-squeeze-wrapper select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  background: #fff;
  background-image: none;
  padding: 0px 25px 0px 13px;
  width: 100%;
  height: 34px;
  color: #000;
  font-size: 116%;
  line-height: 34px;
  text-overflow: ellipsis;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 1060px) {
  #movielist .movielist-squeeze .movielist-squeeze-wrapper select {
    height: 50px;
    font-size: 90%;
  }
}
#movielist .movielist-squeeze .movielist-squeeze-wrapper select::-ms-expand {
  display: none;
}
#movielist .movielist-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
#movielist .movielist-list ul li {
  margin-top: 25px;
  margin-right: 2%;
  width: 320px;
}
@media screen and (max-width: 1060px) {
  #movielist .movielist-list ul li {
    margin-top: 40px;
    margin-right: 0;
    width: 100%;
  }
}
#movielist .movielist-list ul li:nth-of-type(3n) {
  margin-right: 0;
}
#movielist .movielist-list ul li.no-movie {
  margin: 40px 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  #movielist .movielist-list ul li.no-movie img {
    width: 50%;
  }
}
#movielist .movielist-list .movie-player {
  display: block;
  position: relative;
  background-color: #000;
  contain: content;
  background-position: center center;
  background-size: cover;
  width: 320px;
  height: 180px;
  cursor: pointer;
}
@media screen and (max-width: 1060px) {
  #movielist .movielist-list .movie-player {
    width: calc(100vw - 60px);
    height: calc((100vw - 60px) / (16 / 9));
  }
}
#movielist .movielist-list div.movie-player::before,
#movielist .movielist-list div.movie-player::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#movielist .movielist-list div.movie-player::before {
  z-index: 3;
  margin-left: 2px;
  border: 10px solid transparent;
  border-right: none;
  border-left: 18px solid #fff;
  width: 0;
  height: 0;
}
#movielist .movielist-list div.movie-player::after {
  z-index: 2;
  border-radius: 50%;
  background: #363636;
  width: 50px;
  height: 50px;
}
#movielist .movielist-list div.movie-player:hover::after {
  background: #f00;
}
#movielist .movielist-list .movie-title,
#movielist .movielist-list .movie-name {
  margin-top: 4px;
  color: #535353;
  font-size: 116%;
  font-weight: bold;
  line-height: 1.4;
}
#movielist .movielist-list .movie-name {
  margin-top: 8px;
  font-size: 110%;
}
#movielist .movielist-list .movie-name a {
  color: #f00;
}
#movielist .movielist-list .movie-name a:hover,
#movielist .movielist-list .movie-name a:link,
#movielist .movielist-list .movie-name a:active,
#movielist .movielist-list .movie-name a:visited {
  color: #f00;
}
#movielist .attention {
  display: none;
}
@media screen and (max-width: 1060px) {
  #movielist .attention {
    display: block;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
