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

#movieList .movieThunb {
    width: 300px;
    margin: 0 10px 20px;
    box-sizing: border-box;
    box-shadow: 3px 4px 6px rgba(0,0,0,0.2);
    border: 1px solid #a0a0a0;
    position: relative;
}
.moviePhoto:hover, .movieName a:hover {
	opacity: 0.7;
}
#movieList .movieThunb img {
	width: 100%;
}
#movieList .movieThunb .videoThumbnail img {
    position: absolute;
    top: 50%;
    transform: translateY(-50.2%);
    cursor: pointer;
}
.videoThumbnail {
    width: 270px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto 0px;
    position: relative;
    background-color: #000000;
    box-sizing: border-box;
}
.videoThumbnail:after {
    background: url(../../img/personal/icon_video.png) no-repeat;
    background-size: contain;
    content: "";
    height: 32px;
    left: 114px;
    position: absolute;
    top: 66px;
    width: 54px;
}
.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 {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.movieProf p.movieCopy {
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
}
.movieProf {
    width: 270px;
    margin: 0 auto 20px;
}
.movieProf p {
    margin: 0px auto 7px;
}
.movieProf p.movieName {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: 18px 0 0 0;
    text-indent: 2em;
}
.movieProf p.movieSize {
    margin-bottom: 6px;
    text-indent: 0.5em;
}
.movieProf p.movieName a {
	color: #666666;
	text-decoration: none;
	line-height: 1.2;
}
.movieProf p.ornament {
    margin: 5px auto 11px 25px;
    height: 1px;
    width: 80%;
}
.ornament img {
	vertical-align: middle;
}
#movieList .sokuhime p {
    font-weight: bold;
    height: 120px;
    margin: 0;
}
.movieText {
    width: 192px;
    height: 120px;
    float: left;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.movieDate {
    background-repeat: no-repeat;
    margin: 0 0 0 21px;
    text-indent: 3.3em;
    height: 16px;
    position: relative;
}
.moviePhoto {
    width: 73px;
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

p.movieSize,
.movieDate span {
    font-size: 14px;
    display: block;
}

.videoThumbnail:hover {
    cursor: pointer;
}

.moviePager {
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
}

.moviePager ul {
    display: flex;
    justify-content: center;
}

.moviePager li {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    color: #ffffff;
}

.moviePager a, 
.moviePager 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;
}

.moviePager a:hover,
.moviePager span {
    background: #393939;
    color: #ffffff;
    font-weight: normal;
    border-color: #ffffff;
}

/***動画用モーダル**/
.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;
}

.videoMode div video {
	height: auto;
}

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

#movieList .sokuhime {
    background-repeat: no-repeat;
    background-size: contain;
    width: 270px;
    height: 120px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    line-height: 16.3;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.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;
}

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

.moviePhoto img {
    margin-top: 5px;
}

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

/* =========================================================
 即姫なし+本日出勤
========================================================= */
.movieThunb.noneSokuhime.today .movieDate {
    background-position: 0 0;
}


/* =========================================================
 即姫なし
========================================================= */
.movieThunb.noneSokuhime .movieText {
    width: 194px;
}

#movieList .movieThunb.noneSokuhime .sokuhime {
    background-image: none;
    line-height: 17;
    box-sizing: border-box;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    border-bottom: 19px solid #333333;
}
#movieList .movieThunb.noneSokuhime .sokuhime::before, #movieList .movieThunb.noneSokuhime .sokuhime::after {
  display: none;
}

.movieThunb.noneSokuhime .movieProf p.movieName {
    text-indent: 0.5em;
}

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

.movieThunb.noneSokuhime .movieProf p.movieSize {
    text-indent: 0;
}

.movieThunb.noneSokuhime .movieDate {
    background-position: 0 -18px;
}

.movieThunb.noneSokuhime .moviePhoto {
    width: 75px;
}

.movieThunb.noneSokuhime .moviePhoto img {
    margin-top: 1px;
}

/* =========================================================
 店舗ごとの装飾
========================================================= */
#movieList .sokuhime::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -25px;
  height: 0px;
  line-height: 13px;
  transform: rotate(-45deg);
  border-style: solid;
  border-color: transparent transparent <?php echo($GLOBALS['keyword']['themeColor']); ?> transparent;
  border-width: 0px 35px 35px 35px;
  width: 0px;
}
#movieList .sokuhime::after {
  content: "即ヒメ";
  font-family: <?php echo($GLOBALS['keyword']['themeFont']); ?>;
  color: <?php echo($GLOBALS['keyword']['textColor']); ?>;
  position: absolute;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
  line-height: 1;
  font-size: 100%;
}
.movieDate::before, .movieThunb.noneSokuhime.today .movieDate::before {
  content: "❤本日";
  background-color: <?php echo($GLOBALS['keyword']['themeColor']); ?>;
  border: 0;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 40px;
  height: 16px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-indent: 3px;
  color: <?php echo($GLOBALS['keyword']['textColor']); ?>;
  line-height: 17px;
  letter-spacing: 2px;
}
.movieDate::after, .movieThunb.noneSokuhime.today .movieDate::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 40px;
  border-style: solid;
  border-color: transparent <?php echo($GLOBALS['keyword']['themeColor']); ?> transparent transparent;
  border-width: 0 12px 12px 0;
  transform: rotate(45deg);
  width: 0;
  height: 0;
}
.movieThunb.noneSokuhime .movieDate::before {
  content: "次回";
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-right: 0;
  box-sizing: border-box;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 40px;
  height: 17px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-indent: 3px;
  line-height: 17px;

}
.movieThunb.noneSokuhime .movieDate::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 40px;
  border-style: solid;
  border-color: #333333 #333333 transparent transparent;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
.moviePager {
    background-color: <?php echo($GLOBALS['keyword']['themeColor']); ?>;
    background: linear-gradient(0deg, rgba(0,0,0,0.3), transparent);
}
#movieList .sokuhime {
    border-top: 5px solid <?php echo($GLOBALS['keyword']['themeColor']); ?>;
    border-right: 5px solid <?php echo($GLOBALS['keyword']['themeColor']); ?>;
    border-bottom: 18px solid <?php echo($GLOBALS['keyword']['themeColor']); ?>;
    border-left: 5px solid <?php echo($GLOBALS['keyword']['themeColor']); ?>;
}
.movieProf p.ornament {
    background-color: <?php echo($GLOBALS['keyword']['themeColor']); ?>;
}
.videoMode div {
  background-color: <?php echo($GLOBALS['keyword']['themeColor']); ?>;
}

.videoMode div video {
  max-width: 1030px;
  max-height: 95vh;
	background-color: <?php echo($GLOBALS['keyword']['themeColor']); ?>;
}

/* =========================================================
index用動画
========================================================= */
.movieBox {
width: 760px;
margin-bottom: 20px;
}
.movieBox #movieList {
width: 100%;
margin: 0 auto 10px;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
.movieBox #movieList:after {
content: none;
}
.movieBox #movieList .movieThunb {
    width: 370px;
    margin: 0;
}
.movieBox .videoThumbnail {
width: 330px;
height: 180px;
}
.movieBox .videoThumbnail:after {
left: 140px;
top: 77px;
}
.movieBox span.new {
  right: 19px;
  bottom: 164px;
}
.movieBox .movieProf {
width: 330px;
margin: 0 auto 35px;
}
.movieBox .movieThunb.noneSokuhime .movieText {
width: 244px;
}
.movieBox .movieProf p.ornament {
margin: 5px auto 14px 25px;
}
.movieBox .movieProf p.movieSize {
margin-bottom: 8px;
}
.movieBox p.movieSize, .movieBox .movieDate span {
font-size: 16px;
}
.movieBox .movieThunb.noneSokuhime .sokuhime {
line-height: 19;
}
.movieBox #movieList .sokuhime {
    width: 330px;
    height: 133px;
    line-height: 18.6;
}
.movieBox #movieList .sokuhime p {
    height: 110px;
}
.movieBox .movieThunb.noneSokuhime .moviePhoto {
width: 85px;
}
.movieBox .movieDate::before, .movieBox .movieThunb.noneSokuhime.today .movieDate::before {
top: 0px;
left: 21px;
}
.movieBox .movieDate::after, .movieBox .movieThunb.noneSokuhime.today .movieDate::after {
top: 2px;
left: 55px;
}
.movieBox .movieText {
    width: 243px;
}
.movieBox .moviePhoto {
    width: 82.2px;
}
.movieBox #movieList .movieThunb.noneSokuhime .sokuhime {
    line-height: 19;
}