.list-date {
  margin-bottom: 30px; }
  .list-date h2 {
    margin-bottom: 12px; }
  .list-date p.error {
    color: #f33;
    font-size: 1.4rem; }
  .list-date label {
    font-size: 1.4rem;
    margin-right: 10px;
    vertical-align: super; }
  .list-date.result h2 + label {
    margin-right: 48px; }
  .list-date .search-option {
    margin-top: 20px; }
    .list-date .search-option dl {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .list-date .search-option dl dt {
        font-size: 1.4rem;
        margin-right: 10px;
        width: 70px;
        background: #fff;
        color: #000; }
      .list-date .search-option dl dd {
        display: flex;
        align-items: center; }
        .list-date .search-option dl dd .custom-select-btn {
          width: 80px; }
          .list-date .search-option dl dd .custom-select-btn.sort {
            width: 156px; }
          .list-date .search-option dl dd .custom-select-btn.year:after {
            content: none; }
          .list-date .search-option dl dd .custom-select-btn.year input[type="text"] {
            appearance: none;
            cursor: pointer;
            outline: none;
            border: none;
            border-radius: 0;
            width: 100%;
            background: #fff;
            padding: 4px 4px 4px 8px;
            min-height: 36px; }
        .list-date .search-option dl dd span {
          margin-right: 10px; }
          .list-date .search-option dl dd span.checkbox-btn {
            margin-left: 24px; }
        .list-date .search-option dl dd input[type="submit"] {
          border: solid 1px #06c;
          color: #06c;
          border-radius: 3px;
          cursor: pointer;
          height: 36px;
          width: 100px;
          margin: 0 0 0 8px;
          vertical-align: top;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
          .list-date .search-option dl dd input[type="submit"]:hover {
            background: #06c;
            color: #fff; }
      .list-date .search-option dl + p {
        font-size: 1.4rem;
        margin-bottom: 20px; }

.list-year h3 {
  font-size: 1.6rem;
  margin-bottom: 10px; }
.list-year ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .list-year ul li {
    width: 19.2%;
    margin: 0 1% 1% 0; }
    .list-year ul li:nth-child(5n) {
      margin-right: 0; }
    .list-year ul li.this-year a {
      font-weight: bold;
      border: solid 2px #919090;
      box-sizing: border-box;
      padding: 3px 6px; }
      .list-year ul li.this-year a:hover {
        border: none;
        padding: 4px 8px; }
    .list-year ul li a {
      width: 100%;
      text-align: center;
      display: block;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      padding: 4px 8px;
      border: solid #CCCCCC 1px; }
      .list-year ul li a:hover {
        background: #06c;
        color: #fff; }
      .list-year ul li a span {
        font-size: 1.3rem;
        font-weight: normal; }

.list-result.list-block {
  margin-bottom: 50px; }
  .list-result.list-block .img-box {
    width: 120px;
    margin-right: 20px; }
    .list-result.list-block .img-box a img {
      width: 100%;
      height: auto; }
    .list-result.list-block .img-box .time {
      font-size: 1.4rem; }
      .list-result.list-block .img-box .time span {
        display: block; }
  .list-result.list-block .txt-box {
    width: 318px;
    float: left;
    margin-right: 20px; }
    .list-result.list-block .txt-box .txt {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .list-result.list-block .txt-box .cast-staff {
      margin-left: 0;
      font-size: 1.2rem; }
  .list-result.list-block .movie-information {
    float: right;
    margin: 0 0 0 0;
    padding: 0; }
    .list-result.list-block .movie-information .movie-information-inner {
      width: 191px; }
      .list-result.list-block .movie-information .movie-information-inner .atb-logo a {
        width: 148px;
        display: block; }
        .list-result.list-block .movie-information .movie-information-inner .atb-logo a img {
          width: 100%; }
  .list-result.list-block .other-release {
    clear: both;
    font-size: 1.3rem;
    display: flex;
    align-items: center; }
    .list-result.list-block .other-release p:last-of-type {
      display: block;
      width: 30px;
      height: 34px;
      float: right;
      border-radius: 50px;
      margin: 0;
      position: relative; }
      .list-result.list-block .other-release p:last-of-type:after {
        content: "i";
        font-size: 1.3rem;
        color: #06c;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: solid 1.5px #06c;
        width: 18px;
        height: 18px;
        border-radius: 50px;
        text-align: center;
        line-height: 1.1em;
        padding-left: 1px; }
      .list-result.list-block .other-release p:last-of-type:hover span {
        display: block; }
      .list-result.list-block .other-release p:last-of-type span {
        display: none;
        width: 550px;
        position: absolute;
        top: 33px;
        right: -260px;
        margin: 0;
        padding: 4px 10px;
        list-style: none;
        border: 1px solid #ccc;
        transition: height .1s linear, border-width .1s linear;
        border-radius: 4px;
        z-index: 11;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
        background: #fff; }
        .list-result.list-block .other-release p:last-of-type span:before, .list-result.list-block .other-release p:last-of-type span:after {
          content: "";
          position: absolute;
          right: 269px;
          border: 6px solid transparent; }
        .list-result.list-block .other-release p:last-of-type span:before {
          top: -12px;
          border-bottom: 5px solid #ccc; }
        .list-result.list-block .other-release p:last-of-type span:after {
          top: -10px;
          border-bottom: 5px solid #fff; }
  .list-result.list-block .box-bottom {
    clear: both;
    display: flex; }
    .list-result.list-block .box-bottom .txt-block .data {
      margin: 0; }
    .list-result.list-block .box-bottom .link-btn {
      margin-left: auto; }

/* popular-tool */
.popular-tool {
  /*.icon-movie-checkin*/ }
  .popular-tool a {
    color: #505050; }
    .popular-tool a strong {
      color: #fd7f03;
      font-size: 1.8rem;
      padding: 0 4px; }
    .popular-tool a:before {
      color: #999; }
  .popular-tool a:hover {
    color: #06c; }
    .popular-tool a:hover strong, .popular-tool a:hover:before {
      color: #06c; }
  .popular-tool .icon-movie-checkin {
    position: relative;
    padding: 0 0px 0 40px;
    margin-bottom: 10px;
    display: block; }
    .popular-tool .icon-movie-checkin:after, .popular-tool .icon-movie-checkin:before {
      font-family: "icon";
      font-size: 2.8rem;
      font-weight: normal;
      display: block;
      line-height: 0.9;
      position: absolute;
      top: 0;
      left: 6px;
      transition-duration: 0.3s; }
    .popular-tool .icon-movie-checkin:after {
      content: "\e907";
      color: #999; }
    .popular-tool .icon-movie-checkin:before {
      content: "";
      background: #fff;
      width: 2px;
      height: 2px;
      top: 13px;
      left: 16px;
      border-radius: 50%; }
    .popular-tool .icon-movie-checkin:hover:after {
      color: #fff; }
    .popular-tool .icon-movie-checkin:hover:before {
      background: #06c;
      width: 35px;
      height: 34px;
      top: -5px;
      left: 2px; }
    .popular-tool .icon-movie-checkin + a {
      display: block; }
  .popular-tool .checked:after {
    color: #fd7f03; }

.popular-tool form {
  position: relative;
  cursor: pointer; }

.popular-tool form:hover {
  color: #0066cc; }

.popular-tool form label {
  cursor: pointer; }

.popular-tool form label:after, .popular-tool form label:before {
  font-family: "icon";
  font-size: 2.8rem;
  font-weight: normal;
  display: block;
  line-height: 0.9;
  position: absolute;
  top: 0;
  transition-duration: 0.3s; }

.popular-tool form label:after {
  content: "\e907";
  color: #999; }

.popular-tool form label:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 2px;
  top: 13px;
  left: 16px;
  border-radius: 50%; }

.popular-tool form:hover label:after {
  color: #fff; }

.popular-tool form:hover label:before {
  background: #06c;
  width: 35px;
  height: 34px;
  top: -5px;
  left: -4px; }

.popular-tool form + form {
  display: block; }

.popular-tool .checked:after {
  color: #fd7f03; }

.popular-tool form input {
  border: none; }

.popular-tool form p {
  position: relative;
  bottom: 8px;
  padding-left: 15px; }

.popular-tool form p span {
  background-image: url("../images/assets/icon_txt.svg");
  background-position: right 7px;
  background-size: 16px;
  padding: 0 20px 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fd7f03; }

.popular-tool form:hover p span {
  background-image: url("../images/assets/icon_txt4.svg");
  color: #0066cc; }

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