#item_movie_list {
  overflow: hidden;
  margin: 2em 0 !important;
  /*border-bottom: solid 1px #f5eaea;*/
}

#item_movie_list.narrow {
  width: 75%;
  float: left;
}

#contents>div:first-child #item_movie_list {
  margin-top: 0 !important;
}

#item_movie_list>ul.movie_list {
  clear: both;
  margin: 0 !important;
  overflow: hidden;
  font-size: 0;
  position: relative;
}

#item_movie_list.loading .movie_list:before,
#item_movie_list.loading .page_links:before,
#item_movie_list.loading .pager_ord:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 90;
}

.ajax-loader {
  width: 100%;
  height: 128px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

#item_movie_list>ul.movie_list {
  margin: 0 -10px 0 -10px !important;
  display: block !important;
  font-size: 0;
  padding-bottom: 10px;
}

#item_movie_list>ul.movie_list>li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  min-width: 380px;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
  background: transparent !important;
  border: 0 !important;
}

#item_movie_list.narrow>ul.movie_list>li {
  width: 33.333%;
}

@media screen and (max-width:639px) {
  .sp_contents #item_movie_list>ul.movie_list>li {
    width: 33.333%;
  }
}

@media screen and (max-width:479px) {
  .sp_contents #item_movie_list>ul.movie_list>li {
    width: 50%;
  }
}

@media screen and (min-width:900px) {
  .sp_contents #item_movie_list>ul.movie_list>li {
    width: 20%;
  }
}

@media screen and (min-width:1024px) {
  .sp_contents #item_movie_list>ul.movie_list>li {
    width: 16.666%;
  }
}

#item_movie_list .image {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  height: 0;
  width: 100% !important;
  float: none !important;
}


#item_movie_list .image {
  height: 0;
  padding-top: 60%;
}


#item_movie_list li .detail dt a span.new,
#item_movie_list li .detail dt a span.pre-order {
  display: inline-block;
  padding: 2px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif !important;
  font-size: 0;
  line-height: 1;
  vertical-align: text-bottom;
  background-color: #b7060c;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
}

#item_movie_list li .detail dt a span.new:before {
  content: "NEW";
  font-size: 10px;
}

#item_movie_list dl.detail dd span+span {
  margin-left: 2px;
}

#item_movie_list dl.detail dd span.sale,
#item_movie_list dl.detail dd span.point,
#item_movie_list dl.detail dd span.special,
#item_movie_list dl.detail dd span.sign {
  display: inline-block;
  padding: 2px !important;
  vertical-align: text-bottom;
  font-weight: normal;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

#item_movie_list .image img {
  position: absolute;
  outline: solid 1px rgba(0, 0, 0, .05);
  bottom: 0;
  left: 0;
  /*right: 0;*/
  margin: auto;
  max-height: 100%;
  min-height: 110px;
  min-width: 85px;
  max-width: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

#item_movie_list .image img {
  width: auto;
}

#item_movie_list dl.detail dt {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  word-break: break-word;
}

#item_movie_list dl.detail dt a {
  color: #802323 !important;
}

#item_movie_list dl.detail dd {
  font-size: 1.1rem;
  margin: .25em 0;
}

#item_movie_list dl.detail dd a {
  border-bottom: 1px dotted #999;
  color: inherit !important;
  text-decoration: none;
}

.no-touch ul.pickup-slider dl.detail dd a:hover,
.no-touch #item_movie_list dl.detail dd a:hover {
  color: #802323 !important;
  border-bottom-color: #802323;
  text-decoration: none;
}

#item_movie_list dl.detail dd a[href*="contents_type="] {
  position: relative;
  border: none !important;
  background-color: #f3eded;
  vertical-align: middle;
  display: inline;
  font-weight: normal;
  line-height: 1.2;
  padding: 2px;
  font-size: 10px;
  color: #802323 !important;
  z-index: 10;
  white-space: normal;
  text-decoration: none;
}

#item_movie_list dl.detail dd a[href*="contents_type="]:hover {
  background-color: #e8d3d3;
  border: none;
}
