@charset "UTF-8";
/*==================================
  MOVIE LIST
===================================*/
.movie-list-inner {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
.l-main-ttl {
  max-width: 1100px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.l-main-search {
  display: flex;
  line-height: 1.5;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: sticky;
  top: 110px;
  background: #ffffffcf;
  padding: 8px 0;
  z-index: 1;
}
.l-main-search-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main-search-item a {
  background: #f5f5f5;
  color: #000;
  padding: 6px 15px;
  border-radius: 25px 25px;
  font-size: 13px;
  font-weight: bold;
}
.l-main-search-item.picup-btn a {
  background: #3cb371;
  color: #fff;
}
.l-up {
  background: #f0f7f3 url(/image/biznova/movie/movie-bg.jpg) no-repeat top / cover;
}
.l-up-outline {
  width: calc(100% - 30px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 15px;
}
.l-up-subttl {
  font-size: 22px;
  line-height: 1.5;
  /* padding-bottom: 15px; */
  /* border-bottom: 1px solid #3cb371; */
}
.l-up-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.l-up-item-list {
  position: relative;
  width: calc(33.333% - 20px);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0rem 1rem rgb(212 210 210);
  background: #fff;
}
.l-up-item-list-link {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.l-up-item-list-img {
  width: 100%;
  position: relative;
  padding-top: 56.22%;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.l-up-item-list-img span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.l-up-item-list-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 90%;
}
.l-up-item-list-ol {
  padding: 20px;
}
.l-up-item-list-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.l-up-item-list-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 64px;
  gap: 15px;
}
.l-up-item-list-logo span {
  display: flex;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
}
.l-up-item-list-logo img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.l-up-item-list-movie {
  width: calc(100% - 64px);
}
.l-up-item-list-ttl {
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
}
.l-up-item-list-cat {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 8px;
  justify-content: space-between;
}
.l-up-item-list-cat-item {
  display: flex;
  width: calc(33.333% - 5.3px);
  color: #ccc;
  border: 1px solid #ccc;
  padding: 6px 4px;
  line-height: 1;
  font-size: 12px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.l-up-item-list-cat-item.active {
  color: #fff;
  border: 1px solid #3cb371;
  background: #3cb371;
}
.l-up-item-list-tag {
  gap: 0 15px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.l-up-item-list-tag-link {
  display: block;
  line-height: 1.5;
}
.l-up-item-list-tag-nolink {
  display: block;
  line-height: 1.5;
}
.l-up-item-list-description {
  font-size: 14px;
  line-height: 1.6;
}
.l-up-more {
  width: 100%;
  text-align: right;
}
.l-up-more a {
  font-weight: bold;
  color: #3cb371;
  text-decoration: underline;
}
.l-up-note {
  font-size: 14px;
  line-height: 1;
  text-align: right;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.l-item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}
.l-item-list {
  position: relative;
  display: flex;
  width: 33.333%;
  border-top: 1px solid #ccc;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
}
.l-item-list-img {
  width: 120px;
}
.l-item-list-text {
  width: calc(100% - 135px);
  line-height: 1.5;
}
.l-item-list-txt {
  font-size: 14px;
  line-height: 1.5;
}
.l-item-list-cp {
  width: 100%;
}
.l-item-list-cp a {
  font-size: 14px;
  line-height: 1.5;
  color: #3996bf;
}
.l-up-bottom {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  background: #f5f5f5;
  padding: 30px 30px 60px 30px;
  margin: 0 auto 60px;
}
.l-up-land {
  background: #eee;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  padding: 8px 8px 8px 15px;
}
.icon-new {
  position: relative;
}
.icon-new::after {
  position: absolute;
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  background: #ff0000;
  border-radius: 50%;
  top: 20px;
  left: 20px;
}
/* SEARCH AREA */
.movie-search-inr {
  display: flex;
  max-width: 1100px;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  padding: 15px;
  margin: 30px auto 0;
  border-radius: 4px 4px 0 0;
}
.movie-search-inr form {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrap {
  width: 215px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 40px;
  display: flex;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}
.wrap input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
  outline: none;
}
.wrap .movie-search-box-text {
  padding: 10px 10px 10px 15px;
  width: 100%;
  font-size: 14px;
}
.wrap .movie-search-box-btn {
  background: url(/image/biznova/common/icon-search-04.svg) no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease;
}
.movie-search-select ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.movie-search-select ul li {
  width: 180px;
}
.movie-search-select select {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 12px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.select-event {
  width: 180px;
  display: inline-block;
}
.select-event-wrap {
  width: 100%;
  height: 34px;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.select-event-wrap::before {
  content: "";
  position: absolute;
  background: url(/image/biznova/common/select-arrow.svg) no-repeat center / contain;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 7px;
  margin: -4px 0 0;
}
.select-taxonomy {
  width: 180px;
  display: inline-block;
}
.select-taxonomy-wrap {
  width: 100%;
  height: 34px;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.select-taxonomy-wrap::before {
  content: "";
  position: absolute;
  background: url(/image/biznova/common/select-arrow.svg) no-repeat center / contain;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 7px;
  margin: -4px 0 0;
}
.select-cate {
  width: 180px;
  display: inline-block;
}
.select-cate-wrap {
  width: 100%;
  height: 34px;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.select-cate-wrap::before {
  content: "";
  position: absolute;
  background: url(/image/biznova/common/select-arrow.svg) no-repeat center / contain;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 7px;
  margin: -4px 0 0;
}
.movie-search-box-btn {
  min-width: 110px;
  padding: 4px 15px;
  border-radius: 25px 25px;
  font-size: 13px;
  font-weight: bold;
  background: #3cb371;
  color: #fff;
}
.l-up-tag {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #ccc;
  padding: 6px 12px 6px 8px;
  border-radius: 0 20px 20px 0;
  top: 6px;
  box-shadow: 0px 2px 4px 0 rgb(112 112 112 / 30%);
}
.tag-purple {
  background: #7f55c9;
}
.obi-ttl {
  line-height: 1.2;
  color: #323937;
  text-align: center;
  font-size: 50px;
  text-shadow: #edefea 2px 0, #edefea -2px 0, #edefea 0 -2px 2px, #edefea 0 2px 2px, #edefea 2px 2px 2px, #edefea -2px 2px 2px, #edefea 2px -2px 2px, #edefea -2px -2px 2px, #edefea 1px 2px 2px, #edefea -1px 2px 2px, #edefea 1px -2px 2px, #edefea -1px -2px 2px, #edefea 2px 1px 2px, #edefea -2px 1px 2px, #edefea 2px -1px 2px, #edefea -2px -1px;
}
.obi-txt {
  color: #323937;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  background: rgb(237 239 234 / 60%);
  padding: 8px 10px;
  border-radius: 4px;
  text-align: center;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .l-up-item-list {
    width: calc(50% - 15px);
  }
  .l-main-search {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    top: 60px;
    gap: 5px 10px;
  }
  .l-up-outline {
    padding: 20px 0;
  }
  .movie-search-inr form {
    flex-wrap: wrap;
  }
  .movie-search-select {
    width: calc(100% - 125px);
  }
  .movie-search-box {
    width: 100%;
  }
  .wrap {
    width: 100%;
  }
  .movie-search-select ul li {
    width: 33.333%;
  }
  .select-event {
    width: 100%;
  }
  .select-taxonomy {
    width: 100%;
  }
  .select-cate {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-up-item-list {
    width: 100%;
  }
  .l-up-item-list {
    border-right: none;
  }
  .l-up-bottom {
    padding: 30px 15px 60px 15px;
  }
  .movie-search-inr {
    padding: 20px;
  }
  .wrap {
    height: 45px;
  }
  .movie-search-select {
    width: 100%;
  }
  .movie-search-select ul {
    flex-wrap: wrap;
  }
  .movie-search-select ul li {
    width: 100%;
  }
  .select-event-wrap {
    height: 45px;
  }
  .select-taxonomy-wrap {
    height: 45px;
  }
  .select-cate-wrap {
    height: 45px;
  }
  .movie-search-box-btn {
    min-width: 200px;
    padding: 8px 15px;
    margin: 0 auto;
  }
}
