@charset "utf-8";
.content_movie {
  padding-top: 20px;
}
.wrap_movie {
  padding: 20px 30px 30px;
}
.box_movie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.movie-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  row-gap: 0;
  padding-inline: 15px;
  padding-bottom: 20px;
  background: #fff url(../images/girls/bg_item_item_girls.png) no-repeat right bottom;
  border: 1px solid #aaa;
}
.movie-item_img {
  display: block;
  margin-inline: -15px;
}
.box_video {
  position: relative;
  aspect-ratio: 16/9;
}
.box_video:before {
  content: "";
  width: 50px;
  height: 37px;
  background: url(../images/common/play.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -25px;
}
.box_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
video {
  cursor: pointer;
}
.time {
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 25px;
  background: rgb(0 0 0 / 0.7);
  position: absolute;
  right: 0;
  bottom: 0;
}
.girls_name {
  margin-top: 15px;
}
.girls_name a {
  color: #b60401;
}
.girls_name .c-h-bBorder:hover::before {
  opacity: 1;
}
.btn_movie {
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  display: block;
  background: #6d372f;
  border-radius: 3px;
  position: relative;
  margin-top: 10px;
}
.btn_movie:before {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.no_movie {
  padding: 20px 30px 30px;
}
.no_movie span {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 0;
  border: 8px solid #f9f7f0;
  font-size: 16px;
  text-align: center;
}

.movie_logo {
  display: block;
  margin: 0 auto 20px;
}
.movie_girls {
  text-align: center;
  margin-top: 20px;
}
.movie_girls span {
  color: #b60401;
  font-weight: bold;
}
.movie_name {
  font-size: 20px;
}
.movie_age {
  font-size: 16px;
  margin: 0 10px 0 2px;
}

#cboxContent {
  position: relative;
  background: #fff url(../images/movie/bg_modal.png) no-repeat left bottom;
  background-size: contain;
}
