.movieBoxWrap {
  width: 100%;
  height: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
}
.movieThunb {
  width: 142px;
  margin-left: 12px;
  /* padding: 10px; */
  /* border: 1px solid #a0a0a0; */
  position: relative;
  box-sizing: border-box;
  /* box-shadow: 3px 4px 6px rgba(0,0,0,0.2); */
  background-color: #2f2f2f;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 12px;
}
.movieThunb:nth-of-type(5n+1) {
  margin-left: 0;
}
.movieThunb:nth-last-of-type(-n+5), #mainMovieBlock .movieThunb {
  margin-bottom: 0;
}
.movieThunb .playVideo {
	width: 100%;
	/* height: 50%; */
}
.movieThunb .movieProf {
    /* border: solid 1px; */
    /* margin-top: 4%; */
    padding: 10px;
}
.playVideo .videoThumbnail {
    height: 253px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0px;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #2f2f2f;
    border-bottom: 0;
}
.videoThumbnail img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 100%;
    transition: opacity .2s ease;
}
.playVideo .videoThumbnail:hover img {
  opacity: 0.8;
}
.movieProf .movieText {
    /* width: 70%; */
    /* height: 125px; */
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding-left: 1px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.movieProf p.movieName {
    font-weight: bold;
    position: relative;
    z-index: 2;
    /* margin: 19px auto 0 auto; */
    /* border-bottom: solid 1px #6ABBFF; */
    /* width: 70%; */
    /* padding: 5px; */
    /* margin-right: 1em; */
    text-align: center;
}
.movieProf p.girlprof {
	/* margin: 5px; */
	font-size: 18px;
	font-weight: 700;
}
.movieProf p.syukkindate {
	/* margin-top: 10px; */
	width: 49%;
	line-height: 32px;
	display: flex;
	flex-wrap: wrap;
}
.movieProf p.syukkindate .syukkin {
    /* position: absolute; */
    /* left: 6px; */
    width: 28%;
    /* height: 20px; */
    display: block;
    font-weight: bold;
    background-color: #1c1c1e;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.movieProf p.syukkindate .syukkin.today {
  color: #1c1c1e;
  background-color: #ffffff;
}
.movieProf p.syukkindate .girlsdate2 {
    margin-right: 10px;
    font-weight: 700;
}
.movieProf p.syukkindate .girlsdate {
	/* margin-left: 60px; */
	display: block;
	/* padding-top: 2px; */
	/* font-size: 1.22em; */
	font-weight: 700;
	text-align: right;
	display: block;
	width: 72%;
	overflow: hidden;
	white-space: nowrap;
}
.movieName a {
	color: inherit;
	text-decoration: none;
	width: 100%;
	font-size: 18px;
}
.movieName a span {
  font-size: 16px;
  font-weight: inherit;
}
.movieName a:hover {
  text-decoration: underline;
}
.movieProf .moviePhoto{
	width: 30%;
    height: 125px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
	display: inline-block;
	z-index: 1;
}
.moviePhoto img {
	height: 100%;
    margin-left: 1px;
    object-fit: cover;
    z-index: 1;
}
.movieStatus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3em;
  margin-top: 10px;
  font-size: 12px;
}

.movieStatus>div {
  font-size: 12px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.girlsarea {
    display: inline-block;
    width: 52px;
    /* margin-right: 6%; */
    /* float: left; */
    background-color: #1c1c1e;
    color: white;
    font-weight: 700;
}
.girlsgenre {
    /* display: inline-block; */
    width: 65px;
    color: white;
    font-weight: 700;
}
.videoThumbnail::after {
    /* background: url(/img/movie/icon_video.png) no-repeat; */
    background-size: contain;
    content: "▶";
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    opacity: 0.7;
    background-color: #000000;
    pointer-events: none;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .2s ease;
    border-radius: 3px;
    font-size: 14px;
}
.playVideo .videoThumbnail:hover::after {
  opacity: 0.56;
}

/***動画用モーダル**/
.videoMode {
    align-items: center;
    display: none;
    flex-wrap: wrap;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

.videoMode.fadeInM {
    display: flex;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

#innerVideo {
    margin: auto;
    padding: 6.25px;
    position: relative;
    z-index: 1;
}

.videoMode div video {
    height: auto;
    width: auto;
    max-width: 86vw;
    max-height: 95vh;
}

#mainMovieBlock .movieThunb:nth-of-type(n+6) {
  display: none;
}

.videoMode #videoClose {
  position: absolute;
  width: 100%;
  height: 100%;
}

.videoMode #videoCloseBtn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 30px;
  right: 30px;
  overflow: hidden;
  cursor: pointer;
}

.videoMode #videoCloseBtn::before, .videoMode #videoCloseBtn::after {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-color: #ffffff;
}

.videoMode #videoCloseBtn::before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -25%;
}

.videoMode #videoCloseBtn::after {
  position: absolute;
  transform: rotate(-45deg);
  top: 50%;
  left: -25%;
}
