@charset "UTF-8";
.movie-item {
  height: 264px !important;
  width: 198px !important;
  border: 2px solid rgba(255, 255, 255, 0.5803921569);
  border-radius: 2px;
  position: relative;
}
.movie-item-card {
  display: inline;
  cursor: pointer;
}
.movie-item .thumbnail {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.movie-item .play-icon {
  width: 80px;
  height: 80px;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
}
.movie-item .girl-info-wrap {
  height: 90px;
  background: transparent linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.movie-item .girl-info-wrap .girl-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: 15px;
  text-align: center;
}
.movie-item .girl-info-wrap .girl-info .girl-info-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.movie-item .girl-info-wrap .girl-info .girl-info-group-name {
  font-size: 18px;
  font-weight: bold;
  word-break: break-word;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
.movie-item .girl-info-wrap .girl-info .girl-schedule {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  font-weight: normal;
  margin-top: 7px;
}

.section-movie {
  margin-top: 79px;
}
.section-movie .heading-wrap {
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 33px;
}
.section-movie .heading-wrap .heading {
  color: #1f1c0d;
  font-weight: bold;
}
.section-movie .heading-wrap .heading .hashtag::before {
  content: "＃";
}
.section-movie .heading-wrap .heading-number {
  font-weight: bold;
  margin-left: 7px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.section-movie .heading-wrap .heading-number .red {
  color: #ff4a4a;
  margin-right: 3px;
  margin-left: 7px;
}
.section-movie .movie-wrap {
  margin-top: 16px;
  padding: 0 10px 35px 10px;
  width: 836px;
  background-color: #1f1c0d;
}
.section-movie .movie-wrap .description {
  padding-top: 20px;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
.section-movie .movie-wrap .movie-list {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.girlDetail .section-movie .movie-wrap .movie-list {
  gap: 4px;
}
.section-movie .view-all {
  margin-top: 17px;
  font-size: 14px;
  line-height: 22px;
  float: right;
  color: #006BC4;
}
.section-movie .view-all::after {
  content: ">";
  display: inline-block;
  padding-left: 5px;
}