@charset "utf-8";
/* CSS Document */
/* =========================================================
 静的ファイル　動画一覧ページ
========================================================= */

#movieList .movieBox {
    width: 90%;
    margin: 0 5% 5%;
    box-sizing: border-box;
    box-shadow: 3px 4px 6px rgba(0,0,0,0.2);
    border: 1px solid #a0a0a0;
    position: relative;
}
.moviePhoto:hover, .moavieName a:hover {
	opacity: 0.7;
}
#movieList .movieBox img {
	width: 100%;
}
#movieList .movieBox .videoThumbnail img {
    position: absolute;
    top: 50%;
    transform: translateY(-50.2%);
    cursor: pointer;
}
#movieList .playVideo {
    margin: 5% 5% 0;
}
.videoThumbnail {
    width: 100%;
    height: 170px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #000000;
    box-sizing: border-box;
    cursor: pointer;
}
.videoThumbnail:after {
    background: url(../../img/personal/icon_video.png) no-repeat;
    background-size: contain;
    content: "";
    width: 54px;
    height: 32px;
    position: absolute;
    left: 43%;
    top: 50%;
}
.videoThumbnail img {
	opacity: 0.85;
	position: absolute;
	-moz-transition: -moz-opacity 0.2s;
    -webkit-transition: -webkit-opacity 0.2s;
    -o-transition: -o-opacity 0.2s;
    -ms-transition: -ms-opacity 0.2s;
    transition: opacity 0.2s;
}
.videoThumbnail img:hover {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	-webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    -o-opacity: 1.0;
    -ms-opacity: 1.0;
    opacity: 1.0;
}
.videoThumbnail video {
    width: 100%;
    height: auto;
    opacity: 0;
}
#movieList {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.movieProf p.movieCopy {
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
}
.movieBox .movieProf {
    width: 90%;
    margin: 0 5% 5%;
    box-sizing: border-box;
    position: relative;
}
.movieBox.today.sokuhime .movieProf {
    border-top: 4px solid;
    border-left: 5px solid;
    border-right: 5px solid;
    border-bottom: 20px solid;
    border-color: #ff697b;
}
.movieProf p {
    margin: 0px auto 7px;
}
.movieProf p.movieName {
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: 6% 0 0 10px;
}
.movieProf p.movieSize {
    margin: 0 0 2%;
    text-align: center;
    color: #666666;
}
.movieProf p.movieName a {
    color: #666666;
    text-decoration: none;
    line-height: 1.2;
    font-weight: bold;
}
.ornament img {
	vertical-align: middle;
}
.pickupComment p {
    font-weight: bold;
    margin: 0;
    font-size: 85%;
    position: absolute;
    top: 101.3%;
    width: 100%;
}
.movieText {
    width: 70%;
    float: left;
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    transform: translateY(-58%);
    z-index: 1;
}
.movieDate {
    /* background-image: url(/img/movie/icon_girls_day.png); */
    background-repeat: no-repeat;
    background-size: 51px;
    background-position-x: 6%;
    margin: 2% auto;
    text-indent: 45px;
    height: 17px;
    line-height: 17px;
    color: #666666;
    /* text-align: left; */
    position: relative;
    width: 180px;
}
.moviePhoto {
    width: 30%;
    float: right;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

/***動画用モーダル**/
.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;
    z-index: 100;
}
.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;
}
.videoMode div {
	margin: auto;
	padding: 6.25px;
    background: #ff6374;

}

.videoMode div video {
	background-color: #ff6374;
	height: auto;
}

.movieBlock .playVideo {
    margin: 20px 10px 0 10px;


}

.pickupComment {
    /* background-image: url(/s/img/movie/img_sokuhime_icon.png); */
    background-size: 20%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.girlsStateWrapNewSyame {
	position: absolute;
	top: 97px;
	left: 54px;
	display: flex;
	flex-wrap: wrap;
	width: 148px;
	display: none;
}
.girlsStateWrapNewSyame p.syameIcon, .girlsStateWrapNewSyame p.newIcon {
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
	position: static;
	margin-bottom: 0;
	height: 20px;
	left: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 69px;
	z-index: 100;
}
.girlsStateWrapNewSyame p.syameIcon {
    background-image: url(/img/movie/img_icon_girlsState_syame.png);
}
.girlsStateWrapNewSyame p.newIcon {
	background-image: url(/img/movie/img_icon_girlsState_new.png);
}
.girlsStateWrapNewSyame p:last-of-type {
	margin-right: 0;
}

.movieNewFace {
    position: relative;
    margin: 0 5% 0;
}

span.new {
    background: url(/img/movie/img_icon_girlsState_new.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 60px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 9999;
}

#movieList .movieText p.ornament img {
    width: 85%;
    margin-left: 17px;
    display: none;
}

p.movieSize,
.movieDate span {
    font-size: 92%;
    display: inline-block;
    width: 100%;
}
.movieText .movieDate span {
    display: inline;
}

/* =========================================================
 即姫なし
========================================================= */

.movieBox.noneSokuhime .pickupComment {
    background-image: none;
    /* line-height: 16.8; */
}

.movieBox.noneSokuhime .movieProf p.movieName {
    text-indent: 0;
}

#movieList .movieBox.noneSokuhime p.ornament img {
    width: 92%;
    margin-left: 0;
    display: none;
}

.movieBox.noneSokuhime .movieDate {
    background-position: 4% 106%;
    background-size: 51px;
    padding: 0;
}

.movieBox.noneSokuhime .movieDate span:last-of-type {
}
.movieBox.noneSokuhime .pickupComment p {
  top: 101.3%;
}

/* =========================================================
 即姫なし+本日出勤
========================================================= */
.movieBox.today.noneSokuhime .movieProf,
.movieBox.noneSokuhime .movieProf {
    box-sizing: border-box;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    border-bottom: 23px solid #333333;
}

.movieBox.today.noneSokuhime .movieDate {
    background-position: 6% 1px;
    /* margin-left: 6%; */
}
.movieBox.today .movieDate span {
  font-weight: bold;
}

/* =========================================================
 即姫
========================================================= */
.movieBox .movieProf {
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
}

/* =========================================================
 ページャー
========================================================= */
.reviewPager {
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
}
.reviewPager ul {
    display: flex;
    justify-content: center;
}
.reviewPager li {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    color: #ffffff;
}
.reviewPager a, .reviewPager span {
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #393939;
    border-radius: 5px;
    color: #2f2f2f;
    font-size: 100%;
    padding: 5px 10px;
    text-decoration: none;
}
.reviewPager a:hover, .reviewPager span {
    background: #393939;
    color: #ffffff;
    font-weight: normal;
    border-color: #ffffff;
}

/* =========================================================
 店舗ごとの装飾
========================================================= */
.pickupComment::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -24px;
  height: 0px;
  line-height: 13px;
  transform: rotate(-45deg);
  border-style: solid;
  border-color: transparent transparent #FF697B transparent;
  border-width: 0px 35px 35px 35px;
  width: 0px;
}
.pickupComment::after {
  content: "即ヒメ";
  font-family: 'HG明朝E', 'ヒラギノ明朝 Pro W3', 'メイリオ', Meiryo, sans-serif;
  color: #FFFFFF;
  position: absolute;
  top: 12px;
  left: -1px;
  transform: rotate(-45deg);
  line-height: 1;
  font-size: 80%;
}
.movieBox.noneSokuhime .pickupComment::before, .movieBox.noneSokuhime .pickupComment::after {
  display: none;
}
.movieDate::before, .movieBox.today.noneSokuhime .movieDate::before {
  content: "本日";
  background-color: #FF697B;
  border: 0;
  position: absolute;
  top: 0;
  left: 6px;
  width: 40px;
  height: 16px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-indent: 3px;
  color: #FFFFFF;
  line-height: 16px;
  letter-spacing: 2px;
}
.movieDate::after, .movieBox.today.noneSokuhime .movieDate::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 40px;
  border-style: solid;
  border-color: transparent #FF697B transparent transparent;
  border-width: 0 12px 12px 0;
  transform: rotate(45deg);
  width: 0;
  height: 0;
}
.movieBox.noneSokuhime .movieDate::before {
  content: "次回";
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-right: 0;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 6px;
  width: 40px;
  height: 17px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-indent: 3px;
  line-height: 16px;
  letter-spacing: 2px;
}
.movieBox.noneSokuhime .movieDate::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 41px;
  border-style: solid;
  border-color: #333333 #333333 transparent transparent;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  width: 11px;
  height: 11px;
  box-sizing: border-box;
}
.movieProf .movieText .ornament {
    margin: 1% auto 4%;
    line-height: 1;
    background-color: #FF697B;
    height: 1px;
    width: 85%;
}
.reviewPager {
    background-color: #FF697B;
}
.movieBox .movieProf {
    border-top: 2px solid #FF697B;
    border-left: 2px solid #FF697B;
    border-right: 2px solid #FF697B;
    border-bottom: 23px solid #FF697B;
}