@charset "utf-8";

/* CSS Document */
/* =========================================================
 静的ファイル　動画一覧ページ
========================================================= */
#movieList .movieThunb {
  width: 300px;
  margin: 0 10px 20px;
  box-sizing: border-box;
  border: 1px solid #a0a0a0;
  position: relative;
  background-color: #ffffff;
}

.moviePhoto:hover, .movieName a:hover {
  opacity: 0.7;
}

#movieList .movieThunb img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
}

#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-color: rgba(0,0,0,0.5);
  background-size: contain;
  content: "▶";
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  line-height: 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: 119px;
  float: left;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  color: #333333;
}

.movieDate {
  background-repeat: no-repeat;
  margin: 0 0 0 21px;
  text-indent: 3em;
  height: 17px;
  position: relative;
}

.moviePhoto {
  width: 75px;
  height: 96px;
  float: left;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: 5px;
  overflow: hidden;
}

.noneSokuhime .moviePhoto {
  margin-top: 1px;
  height: 100px;
}

p.movieSize,
.movieDate span {
  font-size: 14px;
  position: relative;
}

.videoThumbnail:hover {
  cursor: pointer;
}

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

.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: #ffffff;
  border: 1px solid #393939;
  border-radius: 5px;
  color: #2f2f2f;
  font-size: 100%;
  padding: 5px 10px;
  text-decoration: none;
}

.moviePager li a:hover,
.moviePager li 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: 10000;
}

.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 #innerVideo {
  margin: auto;
  padding: 6.25px;
  position: relative;
  z-index: 1;
}

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

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

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

.videoMode #innerVideo video {
  height: auto;
}

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

#movieList .sokuhime {
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 119px;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 16.3;
  z-index: 2;
  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: 16.8;
  box-sizing: border-box;
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 18px 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;
}

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

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

/* =========================================================
 店舗ごとの装飾
========================================================= */
#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 #2B3FFF transparent;
  border-width: 0px 35px 35px 35px;
  width: 0px;
}

#movieList .sokuhime::after {
  content: "即ヒメ";
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #FFF381;
  position: absolute;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
  line-height: 1;
  font-size: 100%;
}

.movieDate span::before, .movieThunb.noneSokuhime.today .movieDate span::before {
  content: "";
  background: url(/img/movie/icon_today.svg) no-repeat;
  background-size: contain;
  border: 0;
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translate(0, -50%);
  width: 45px;
  height: 18px;
  display: block;
  background-position: center;
}

.movieThunb.noneSokuhime .movieDate span::before {
  content: "";
  background: url(/img/movie/icon_next.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translate(0, -50%);
  width: 45px;
  height: 18px;
  display: block;
  background-position: center;
}

.moviePager {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}

#movieList .sokuhime {
  border-top: 5px solid #2B3FFF;
  border-right: 5px solid #2B3FFF;
  border-bottom: 18px solid #2B3FFF;
  border-left: 5px solid #2B3FFF;
}

.movieProf p.ornament {
  background-color: #2B3FFF;
}

.videoMode #innerVideo {
  background-color: #2B3FFF;
}

.videoMode #innerVideo video {
  max-width: 1030px;
  max-height: 95vh;
  background-color: #2B3FFF;
}

/* =========================================================
index用動画
========================================================= */
.movieBox {
  width: 760px;
  margin-bottom: 20px;
}

.movieBox #movieList {
  width: 100%;
  margin: 0 auto 20px;
  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 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: 18.85;
}

.movieBox #movieList .sokuhime {
  width: 330px;
  height: 133px;
  line-height: 18.3;
  pointer-events: none;
}

.movieBox #movieList .sokuhime p {
  height: 110px;
}

.movieBox .movieThunb.noneSokuhime .moviePhoto {
  width: 86px;
  height: 114px;
}

.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: 82px;
  height: 110px;
}

.movieBox #movieList .movieThunb.noneSokuhime .sokuhime {
  line-height: 18.85;
}

.movieBox .moreReadButton {
  display: flex;
  justify-content: flex-end;
}

.moreReadButton a {
  color: #ffffff;
  padding: 10px 45px;
  text-decoration: none;
  background: #bc8f2e;
  border: 1px solid #a37106;
  box-sizing: border-box;
  font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
}

.moreReadButton a:hover {
  opacity: 0.8;
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .videoMode #innerVideo video {
    width: 100%;
    max-height: 80vh;
  }

  #movieList {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  #movieList .movieThunb {
    width: 100%;
    margin: 0 auto 4vw;
  }

  .movieBlock .playVideo {
    margin: 4vw auto 0;
    width: 92%;
  }

  .videoThumbnail {
    width: 100%;
    height: 55vw;
    margin: 0 auto;
  }

  #movieList .movieThunb .videoThumbnail img {
    position: absolute;
    top: 50%;
    transform: translateY(-50.2%);
    cursor: pointer;
  }

  .videoThumbnail:after {
    background-color: rgba(0,0,0,0.5);
    background-size: contain;
    content: "▶";
    height: 15vw;
    line-height: 15vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 15vw;
    border-radius: 50%;
    font-size: 7vw;
    text-align: center;
  }

  .movieProf {
    width: 92%;
    margin: 0 auto 4vw;
  }

  .movieText {
    width: 75%;
    height: 27.4vw;
    float: left;
  }

  .movieProf p {
    margin: 0px auto 7px;
  }

  .movieProf p.movieName {
    font-size: 4vw;
    font-weight: bold;
    position: relative;
    margin: 4vw 0 0 0;
    text-indent: 2vw;
  }

  .movieProf p.movieName a {
    line-height: 1.2;
  }

  .movieProf p.ornament {
    margin: 1vw auto 2vw;
    height: 1px;
    width: 80%;
  }

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

  .movieProf p.movieSize {
    margin-bottom: 2vw;
    text-indent: 0.5em;
    font-size: 3.44vw;
  }

  .movieDate {
    margin: 0 0 0 4.5vw;
    text-indent: 2em;
    height: 4vw;
    line-height: 4vw;
  }

  .movieDate::before, .movieThunb.noneSokuhime.today .movieDate::before {
    top: 42%;
    left: 3vw;
    transform: translate(0, -50%);
    width: 11vw;
    height: 4.3vw;
  }

  .movieThunb.noneSokuhime .movieDate::before {
    top: 42%;
    left: 3vw;
    width: 11vw;
    height: 4.3vw;
  }

  p.movieSize, .movieDate span {
    font-size: 3.2vw;
  }

  #movieList .sokuhime {
    width: 100%;
    height: 100%;
    font-size: 3.2vw;
    line-height: 16.3;
    left: 0;
    top: 0;
  }

  #movieList .sokuhime {
    border-top: 1vw solid #2B3FFF;
    border-right: 1vw solid #2B3FFF;
    border-bottom: 4vw solid #2B3FFF;
    border-left: 1vw solid #2B3FFF;
  }

  #movieList .sokuhime::before {
    top: -2vw;
    left: -6vw;
    height: 0px;
    line-height: 1;
    border-width: 0px 9vw 9vw 9vw;
    width: 0px;
  }

  #movieList .sokuhime p {
    height: 100%;
    margin: 0;
    line-height: 48.8vw;
  }

  #movieList .sokuhime::after {
    top: 2.5vw;
    left: -0.5vw;
    line-height: 1;
    font-size: 100%;
  }

  .moviePhoto {
    width: 25%;
    height: 27.4vw;
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 0;
  }

  #movieList .movieThunb .moviePhoto img {
    margin-top: 0;
    height: 100%;
    width: auto;
  }

  .movieThunb.noneSokuhime .movieText {
    width: 75%;
  }

  .movieThunb.noneSokuhime .moviePhoto {
    width: 25%;
  }

  #movieList .movieThunb.noneSokuhime .sokuhime {
    border-bottom-width: 5vw;
  }

  #movie {
    margin: 0 auto 7vw;
  }

  .moviePager {
    background-image: none;
    background-color: #2B3FFF;
  }

  .moviePager a,
  .moviePager span {
    background-color: rgba(255,255,255,0.8);
  }

  #reservePop {
    display: none;
  }

  .movieDate span::before, .movieThunb.noneSokuhime.today .movieDate span::before {
    left: -10vw;
    width: 9vw;
    height: 3.5vw;
  }

  .movieThunb.noneSokuhime .movieDate span::before {
    left: -10vw;
    width: 9vw;
    height: 3.5vw;
  }

  .noneSokuhime .moviePhoto {
    margin-top: 0;
    height: 27.4vw;
  }

  span.new {
    width: 14vw;
    height: 5vw;
    background-size: contain;
    bottom: 39%;
    right: 4%;
  }

  .videoMode #innerVideo {
    padding: 1%;
  }
  
  .videoMode #videoCloseBtn {
    width: 6vw;
    height: 6vw;
  }
  
  .videoMode #innerVideo video {
    max-height: 80vh;
  }

}
