@charset "utf-8";

/* =========================================================
 PC・スマホ共通
========================================================= */
.movieWrap .movieBox {
  width: 100%;
  height: auto;
  margin: 25px auto;
  position: relative;
}

.startBtn {
  background-image: url('/img/play/btn_play.gif');
  background-repeat: no-repeat;
  background-size: 11% auto;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  background-position: center center;
  pointer-events: none;
  transition: opacity .2s ease;
}

.play .startBtn {
  opacity: 0;
}

#bannerArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

strong {
  font-weight: 600;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {

  /* =========================================================
 メインページ
========================================================= */
  #topImg {
    /* background: url("https://cinimg.awscf.net/japanese-escort-tokyo.jp/zh/img/main/bg_main.webp") no-repeat; */
    /* background-position: top center; */
    max-width: 1920px;
    min-width: 1040px;
    height: 445px;
    position: relative;
    margin: 0 auto;
  }

  #topImg img {
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #topicPath li a {
    color: #2c2c2c;
  }

  #middleBox:before,
  .ie8_hack_middleBoxBefore {
    content: none;
  }

  .alternativeBanner img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  #todayGirls h3 span,
  #newfaceGirls h3 span {
    font-size: 16px;
    margin-left: 8px;
  }

  #todayGirls h2,
  .movieWrap h2,
  #reviewContents h2,
  #movie h2 {
    font-family: simsun, serif;
    font-size: 30px;
    height: 42px;
    line-height: 36px;
    margin: 0 0 10px;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #b4b4b4;
    box-sizing: border-box;
  }

  #todayGirls h3::before,
  #newfaceGirls h3::before {
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }

  #todayGirls h3::before {
    background: url("/img/main/icon_title_schedule.png") no-repeat center;
    width: 56px;
    height: 18px;
  }

  #newfaceGirls h3::before {
    background: url("/img/main/icon_title_newface.png") no-repeat center;
    width: 70px;
    height: 16px;
  }

  /* ----- バナースライダー ----- */
  #bannerSlider {
    box-sizing: border-box;
    height: 245px;
    margin: 20px 0 0;
    padding: 12px 13px 0;
    position: relative;
  }

  #bannerSlider .slides {
    height: 180px;
    overflow: hidden;
  }

  #bannerSlider .flex-viewport {
    margin-bottom: 5px;
  }

  .flex-control-nav.flex-control-thumbs li {
    background-color: #9c9c9c;
    cursor: pointer;
    float: left;
    height: 34px;
    margin-right: 6px;
    text-align: center;
    width: 105px;
  }

  .flex-control-nav.flex-control-thumbs li:last-child {
    margin-right: 0;
  }

  .flex-control-nav.flex-control-thumbs img {
    box-sizing: border-box;
    display: block;
    filter: grayscale(100%);
    height: 100%;
    opacity: 0.7;
    padding: 2px;
    transition: all 1s ease 0s;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .flex-active {
    background-color: #f24980;
  }

  .flex-control-thumbs img.flex-active {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .flex-direction-nav li {
    background-image: url("/img/main/mainBannerArrow.png");
    background-repeat: no-repeat;
    height: 41px;
    position: absolute;
    top: 41%;
    width: 41px;
    z-index: 1;
  }

  .flex-direction-nav li.flex-nav-prev {
    left: -22px;
  }

  .flex-direction-nav li.flex-nav-next {
    background-position: right top;
    right: -22px;
  }

  .flex-direction-nav li.flex-nav-prev:hover {
    left: -27px;
  }

  .flex-direction-nav li.flex-nav-next:hover {
    background-position: right top;
    right: -27px;
  }

  .flex-direction-nav li.flex-nav-prev,
  .flex-direction-nav li.flex-nav-next,
  #bannerSlider2 .flex-direction-nav li.flex-nav-prev,
  #bannerSlider2 .flex-direction-nav li.flex-nav-next {
    transition: all 0.3s ease 0s;
  }

  .flex-direction-nav li a {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
  }

  /* ----- girlsContents ----- */
  #girlsContentsBox {
    margin: 0 auto 23px;
    max-width: 1920px;
    min-width: 1040px;
  }

  .girlsContents {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 18px 30px;
    width: 1040px;
  }

  .girlsBlock {
    margin: 19px 0 0;
  }

  /* ----- girlsContents(unique) ----- */
  /* todayGirls */
  #todayGirls {
    margin-bottom: 43px;
  }

  #todayGirls .girlsBlock .girlsBox:nth-child(5n) {
    margin-right: 10px;
  }

  #todayGirls .girlsBlock .girlsBox:nth-child(4n) {
    margin-right: 0;
  }

  #newfaceGirls {
    float: right;
    width: 310px;
  }

  .newfaceGirlsWrap {
    margin: 19px 0 0;
    position: relative;
  }

  .newfaceGirlsBox {
    background-color: #ffffff;
    box-sizing: border-box;
    height: 315px;
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
  }

  .newfaceBlock {
    width: 94%;
    margin: 8px auto 0;
    background-color: #ffffff;
    border-bottom: 1px solid;
  }

  .newfaceBlock:last-of-type {
    border-bottom: none;
  }

  .newfaceBlock>a {
    pointer-events: none;
  }

  .newfaceGirlsBoxInside {
    position: relative;
    width: 100%;
    height: 313px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .newfaceGirlsList {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  /* ----- infoContents ----- */
  #infoContentsBox {
    width: 100%;
  }

  #infoContentsWrap {
    background-repeat: no-repeat;
    background-position-x: center;
    height: 100%;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1040px;
    position: relative;
    z-index: 1;
  }

  #infoContents {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 980px;
    padding-top: 59px;
  }

  .eventBlock {
    float: left;
    width: 580px;
    position: absolute;
    left: -2px;
    top: 42px;
  }

  .newsBlock {
    box-sizing: border-box;
    position: absolute;
    height: 588px;
    width: 379px;
    top: 42px;
    left: 601px;
  }

  .newsBox {
    overflow: hidden;
    height: 487px !important;
  }

  .twitterLink {
    padding: 5px;
  }

  .newsBox iframe {
    background-color: #ffffff;
  }

  /* twitterリンクバナー */
  .twitterLink {
    padding: 8.5px 0 8.5px 5px;
    height: 47px;
    background-color: rgba(255, 255, 255, 0.45);
    box-sizing: border-box;
  }

  .twitterLink a {
    display: block;
  }

  .twitterLink img:hover {
    opacity: 0.8;
  }

  /*新人*/
  .newfaceBlock:last-child .newFaceCenter {
    border-bottom: none;
  }

  .newfaceBlock>a {
    display: block;
    padding: 0 11px;
  }

  .newfaceBlock .newFaceCenter {
    padding: 2px 0 18px;
    width: 100%;
  }

  .newfaceBlock .newFaceTop {
    color: #333333;
    height: 36px;
    padding: 11px 0 0;
    position: relative;
  }

  .newfaceBlock .newFaceName {
    height: 100%;
    width: 100%;
  }

  .newFaceNameLeft {
    float: left;
  }

  .newfaceBlock .newFaceName .name {
    font-size: 14px;
    font-weight: bold;
  }

  .newfaceBlock .newFaceName .name span {
    font-size: 12px;
    font-weight: bold;
  }

  .newfaceBlock .newFaceName .prof {
    font-size: 12px;
    margin-top: 3px;
    text-indent: 0.2em;
    color: #535353;
  }

  .newfaceBlock .newFaceName a {
    color: #2c2c2c;
    font-family: simsun, serif;
    font-size: 12px;
    float: right;
    position: relative;
    overflow: visible;
    text-decoration: none;
    border: 1px solid;
    width: 121px;
    height: 27px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
  }

  .newfaceBlock .newFaceName a::after {
    content: "";
    display: block;
    border-right: 5px solid #c5ae8b;
    border-bottom: 5px solid #c5ae8b;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    bottom: 2px;
    right: 2px;
  }

  .newfaceBlock .newFacePhoto {
    float: left;
    position: relative;
    width: 144px;
    z-index: 1;
  }

  .newfaceBlock .newFacePhoto p {
    width: 144px;
    height: calc(144px/3*4);
    overflow: hidden;
  }

  .newFacePhoto img {
    max-width: 144px;
  }

  .newfaceBlock li:nth-last-of-type(1) {
    top: auto;
    bottom: 3px;
  }

  .newfaceBlock li:nth-last-of-type(2) {
    bottom: 21px;
  }

  .newfaceBlock .videoIcon,
  .newfaceBlock .syameIcon {
    height: 17px;
    position: absolute;
  }

  .newfaceBlock .videoIcon {
    background-position: 0 -19px;
  }

  .newfaceBlock .syameIcon {
    background-position: 0 0;
  }

  .newfaceBlock li:nth-last-of-type(3) {
    bottom: 40px;
  }

  .newfaceBlock .girlsText {
    float: right;
    height: 100%;
    position: relative;
    width: 121px;
    margin: 0 0 0 8px;
  }

  .newfaceBlock .text {
    color: #333333;
    font-size: 14px;
    height: 151px;
    letter-spacing: 0.03em;
    line-height: 17px;
    margin: 15px 0 0;
    overflow: hidden;
  }

  .newfaceBlock .girlsDate {
    background-position: 0 bottom;
    background-repeat: no-repeat;
    border: 1px solid #c5ae8b;
    box-sizing: border-box;
    height: 16px;
    padding: 0 0 0 31px;
    text-align: center;
    width: 100%;
    font-size: 10px;
  }

  .newfaceBlock .girlsDate::before {
    content: "次回";
    width: 32px;
    background: none;
    font-size: 10px;
    text-indent: 0;
    text-align: center;
    height: 16px;
    line-height: 16px;
    color: #c5ae8b;
  }

  .newfaceBlock.today .girlsDate {
    background-position: 0 0;
    border-color: #000000;
  }

  .newfaceBlock.today .girlsDate::before {
    content: "本日";
    border-color: #ffffff;
    color: #ffffff;
  }

  .newfaceBlock .girlsDate span {
    font-size: 10px;
  }

  .newfaceBlock .moreReadBtn {
    float: right;
    margin: 0 6px 0 0;
  }

  /*新人のマウスオーバー時*/
  .newfaceBlock>a:hover .newFacePhoto>p img {
    opacity: 0.7;
  }

  .newfaceBlock .moreReadSmallWrap:hover {
    background-color: transparent;
  }

  .newfaceBlock>a:hover .moreReadSmallWrap {
    background-color: rgba(255, 255, 255, 0.3);
  }

  /*********余白バナー用***********/
  .picupGirlsBox.banner .pickupFlog,
  .picupGirlsBox.banner .girlsInfo {
    display: none;
  }

  /* ----- 写メ日記 ----- */
  .mainSyameBlock .syameBox:last-child {
    margin-right: 0;
  }

  /* =========================================================
 大(グループ告知)バナー
========================================================= */
  .announceBanner {
    width: 760px;
    margin: 0 auto;
  }

  .announceBanner:not(:first-of-type) {
    margin-top: 20px;
  }

  .announceBanner img {
    width: 100%;
    display: block;
  }

  .announceBanner a:hover {
    opacity: 0.8;
  }

  /* 「お知らせ」バナー用 */
  #loadLine {
    width: 100%;
    height: 1px;
    visibility: hidden;
    margin: 0;
    padding: 0;
  }

  /* =========================================================
 メインギャラリー
========================================================= */
  @keyframes poyapoyaTitleTop {
    0% {
      top: 15%;
      opacity: 0;
    }

    50% {
      opacity: 0.3;
    }

    100% {
      top: 41%;
      opacity: 1;
    }
  }

  @keyframes poyapoyaTitleBottom {
    0% {
      bottom: 15%;
      opacity: 0;
    }

    50% {
      opacity: 0.3;
    }

    100% {
      bottom: 32%;
      opacity: 1;
    }
  }

  #mainGallery .titleImgTop,
  #mainGallery .titleImgBottom {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    animation-duration: 3s;
    animation-fill-mode: forwards;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #mainGallery .titleImgTop {
    animation-name: poyapoyaTitleTop;
    top: 41%;
    width: 620px;
    height: 73px;
  }

  #mainGallery .titleImgBottom {
    animation-name: poyapoyaTitleBottom;
    bottom: 32%;
    width: 366px;
    height: 28px;
  }

  #mainGallery img {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #mainGallery .titleImgTop img {
    width: 526px;
  }

  #mainGallery .titleImgBottom img {
    width: 318px;
  }

  /* =========================================================
 メインページ用写メ日記（PHOTO DIARY）
========================================================= */
  #photoDiary {
    box-sizing: border-box;
  }

  #photoDiary h3 span,
  .newsBlock h3 span {
    font-size: 16px;
    margin-left: 12px;
  }

  .newsBlock h3 {
    margin: 0 auto;
  }

  .photoDiaryBox {
    float: left;
    width: 187.2px !important;
    border: 1px solid #b4b4b4;
    box-sizing: border-box;
  }

  .photoDiaryBox:first-of-type {
    margin-left: 0;
  }

  .photoDiaryBox:hover img {
    opacity: 0.7;
  }

  .photoDiaryBox>a {
    display: block;
    text-decoration: none;
    padding: 4px;
  }

  .photoDiaryImg {
    background-color: #ffffff;
    background-image: url(/img/common/img_syame_frame.jpg);
    background-size: 20% auto;
    background-position: center 0;
    height: 226px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .photoDiaryImg img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .photoDiaryInfo {
    padding: 10px 5px 0;
    margin: 0 auto;
    width: 182px;
    height: 48px;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .photoDiaryName {
    color: #2c2c2c;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px;
  }

  .photoDiaryName span {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 3px;
  }

  .photoDiaryTime {
    color: #959595;
    float: right;
    font-size: 12px;
    margin: 1px 0 0;
  }

  .photoDiaryTime span {
    font-size: 100%;
  }

  .photoDiaryText {
    clear: both;
    color: #323232;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

  .mainSyameBlock>div .photoDiaryBox {
    margin: 0 10px 0 0;
    width: 144px;
    height: 283px;
    background-image: none;
  }

  .mainSyameBlock .photoDiaryImg {
    height: 227px;
    width: 100%;
    background-image: url(/img/common/bg_syame.jpg);
  }

  .mainSyameBlock .photoDiaryInfo {
    padding: 10px 10px 0;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .mainSyameBlock>div .photoDiaryBox:last-child {
    margin-right: 0;
  }

  /************
本日の出勤 common.cssの上書き
*************/
  .girlsBox .girlsAnchor:hover:after {
    width: 155px;
    height: 301px;
  }

  .girlsStateWrapVideoSyame p.syameIcon,
  .girlsStateWrapVideoSyame p.videoIcon {
    position: static;
  }

  .syameWrap {
    margin-bottom: 20px;
  }

  /****************************************
本日の出勤余白埋めバナー用**/
  .banner .girlsDescription {
    display: block;
  }

  .banner.girlsBox p img {
    display: block;
    margin: 0 auto;
  }

  .banner.girlsBox .girlsSize {
    overflow: hidden;
    height: 33px;
    margin: 0 auto;
    width: 95%;
  }

  /*コロナウイルスボタン 微調整*/
  li.emergencyMainBtn_main {
    display: block;
  }

  .girlsAnchor li:nth-last-of-type(2) {
    top: -36px;
  }

  .girlsAnchor li:nth-last-of-type(3) {
    top: -55px;
  }

  .girlsBox .videoIcon,
  .girlsBox .syameIcon {
    width: 60px;
    height: 22px;
    line-height: 21px;
    font-size: 12px;
  }

  .girlsBox .videoIcon {
    background-position: 10% 51%;
    background-size: 23%;
  }

  .girlsBox .syameIcon {
    background-position: 12% center;
    background-size: 25%;
  }

  .girlsBox .twitterIcon {
    width: 20px;
    height: 20px;
  }

  .movieWrap {
    width: 1040px;
    margin: 30px auto;
    padding: 0 30px 30px;
    box-sizing: border-box;
  }

  .selfyWrap,
  #movie {
    width: 1040px;
    margin: 30px auto 50px;
    padding: 18px 30px;
    box-sizing: border-box;
  }

  .syameBlock {
    margin-top: 25px;
  }

  #bannerArea {
    width: 1040px;
    padding: 0 30px;
    box-sizing: border-box;
  }

  #bannerArea div {
    margin-bottom: 35px;
  }

  /* About Us h2 */
  #textContents .textBlock h2 {
    font-family: simsun, serif;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #b4b4b4;
    box-sizing: border-box;
  }

  #movie .videoBlock {
    margin-top: 15px;
    margin-bottom: 30px;
  }

}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {

/* =========================================================
  main
========================================================= */
  #topNav,
  #schedule,
  #newFace,
  #syame {
    padding-bottom: 2%;
  }

  @keyframes poyapoyaTitle {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  /* ----- イベントバナー ----- */
  #bannerSlider ol {
    overflow: hidden;
    left: 0;
    width: 86%;
    height: 7vw;
    display: flex;
    margin: 3% auto;
  }

  #bannerSlider ol li {
    display: block;
    cursor: pointer;
    margin: 0 0.75%;
    width: 32%;
    height: auto;
    position: relative;
  }

  #bannerSlider ol li img {
    zoom: 1;
    width: 100%;
    height: inherit;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  #bannerSlider ol li.select {
    opacity: 0.5;
  }

  #bannerSlider {
    width: 94%;
    margin: 0 auto 4vw;
    position: relative;
  }

  .slides li img {
    width: 100%;
    height: auto;
  }

  .flex-direction-nav {
    position: absolute;
    bottom: 7.5vw;
    width: 100%;
  }

  .flex-direction-nav li {
    background: url("/img/main/mainBannerArrow.png") no-repeat;
    background-size: cover;
    width: 8vw;
    height: 8vw;
    text-indent: -9999px;
    position: absolute;
    top: 0;
  }

  .flex-direction-nav li.flex-nav-prev {
    left: -2%;
  }

  .flex-direction-nav li.flex-nav-next {
    right: -2%;
    background-position: right top;
  }

  .flex-direction-nav li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* ----- 速報・店舗ブログリンク ----- */
  #topNav {
    padding: 3% 0 1%;
    background-color: #c5ae8b;
  }

  .alternativeBanner {
    width: 96%;
    height: auto;
    margin: 3% auto 0;
  }

  /* ----- 大(グループ告知)バナー ----- */
  .announceBanner {
    width: 96%;
    margin: 0 auto 3%;
  }

  /* 「お知らせ」バナー用 */
  #loadLine {
    width: 100%;
    height: 1px;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border-width: 0;
  }

  /* =========================================================
	 求人バナー
	========================================================= */
  #footerBlock .fullSize {
    width: 95%;
    float: none;
    clear: both;
  }

  /*****************
	余白埋めバナー用
	*/
  .girlsBox.banner .girlsHeight,
  .girlsBox.banner .girlsState {
    display: none;
  }

  .many .girlsBox.banner .girlsName {
    white-space: unset;
  }

  .many .girlsBox.banner .girlsSize {
    text-align: center;
    width: 100%;
  }

  #mainGallery {
    background-image: url("/s/img/main/mainGallery/img_main_header.jpg?v=201203");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 25.8vw;
    position: relative;
  }

  .titleImgTop,
  #mainGallery .titleImgBottom {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    animation-duration: 3s;
    animation-fill-mode: forwards;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #mainGallery .titleImgTop {
    animation-name: poyapoyaTitleTop;
    top: 39%;
    width: 68%;
    height: 8.5vw;
  }

  #mainGallery .titleImgBottom {
    animation-name: poyapoyaTitleBottom;
    bottom: 32%;
    width: 51%;
    height: 8%;
  }

  #mainGallery .titleImgTop img {
    width: 84%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #mainGallery .titleImgBottom img {
    width: 89%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #todayGirls {
    padding-bottom: 1vw;
    margin-bottom: 3vw;
  }

  #photoDiary {
    padding-bottom: 1px;
    margin-bottom: 1vw;
  }

  .photoDiaryBlock {
    width: 96%;
    margin: 0 auto;
  }

  .photoDiaryBox {
    background-color: #ffffff;
    width: 32%;
    box-sizing: border-box;
    margin-right: 2%;
    float: left;
    border: 1px solid #232323;
  }

  .photoDiaryBox:nth-of-type(3n) {
    margin-right: 0;
  }

  .photoDiaryBox a {
    text-decoration: none;
    color: #2c2c2c;
  }

  .photoDiaryImg {
    background-image: url(/img/common/img_syame_frame.jpg);
    background-size: 20% auto;
  }

  .photoDiaryImg img {
    width: 100%;
  }

  .photoDiaryInfo {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #232323;
    box-sizing: border-box;
    padding: 7% 4% 5% 4%;
  }

  .photoDiaryInfo p {
    margin-bottom: 4%;
  }

  .photoDiaryName {
    color: inherit;
    font-size: 3.8vw;
    font-weight: bold;
  }

  .photoDiaryName span {
    font-weight: inherit;
    font-size: 85%;
  }

  .photoDiaryTime {
    color: #959595;
    font-size: 3.44vw;
  }

  .photoDiaryInfo p.photoDiaryText {
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    font-size: 3.44vw;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 1.3;
    margin-bottom: 1%;
  }

  .photoDiaryBox a:hover .photoDiaryText {
    text-decoration: none;
  }

  .flex-control-nav.flex-control-thumbs img {
    opacity: 0.7;
    transition: all 1s ease 0s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .flex-control-thumbs img.flex-active {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .subButtons {
    padding-bottom: 1%;
  }

  .subButtons li {
    background: linear-gradient(0deg, #8f6b22, #bc8f2e);
  }

  .subButtons li a {
    color: #ffffff;
  }

  .subButtons.noClick a {
    pointer-events: none;
  }

  #newfaceGirls h3 p {
    font-weight: bold;
  }

  /* 写メ日記 */
  .photoDiaryBox .girlsDate {
    height: 9vw;
    line-height: 9vw;
    margin-bottom: 1.5vw;
  }

  .photoDiaryBox .girlsDate:before {
    content: "次回\A出勤";
    white-space: pre;
    line-height: 1.2;
    height: 9vw;
    padding-top: 1vw;
    width: 30%;
  }

  #todayGirls h2,
  .movieWrap h2,
  #reviewContents h2,
  #textContents h2,
  #movie h2 {
    padding: 0;
    line-height: 12vw;
    font-family: simsun, serif;
    font-size: 6.8vw;
    font-weight: 500;
    margin: 0 auto 3vw;
    width: 96%;
    position: relative;
    border-bottom: 1px solid;
    background: none;
    color: #2c2c2c;
    height: auto;
    text-indent: 0;
  }

  #todayGirls h2 {
    margin: 3vw auto 3vw;
  }

  h3 {
    font-size: 7.5vw;
  }

  h3 span {
    font-size: 3.8vw;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 1.5%;
  }

  .exchangeBanner {
    margin-bottom: 5vw;
  }

  #topImg {
    /* background: url("https://cinimg.awscf.net/japanese-escort-tokyo.jp/zh/img/main/s/bg_main.webp") no-repeat; */
    /* background-size: contain; */
    height: auto;
    aspect-ratio: 32 / 15;
  }

  #topImg img {
    width: 100%;
    height: auto;
  }

  .newsBox {
    width: 94%;
    margin: 0 auto 7vw;
    border: 1px solid #00d07f;
    overflow: hidden;
  }

  #todayGirls+section {
    background-image: url(/img/main/bg_second_block.jpg);
    background-size: 4.5vw;
    padding: 7vw 0 1vw;
  }

  .movieWrap {
    margin: 3vw auto 7vw;
  }

  .movieWrap .movieBox {
    width: 100%;
    margin: 0 auto 3%;
  }

  video {
    width: 100%;
    height: auto;
  }

  .startBtn {
    display: none;
  }

  .selfyWrap {
    /* width: 96%; */
    margin: 5% auto 7%;
  }

  .syameBlock {
    width: 96%;
    margin: 0 auto;
}

  #bannerArea {
    width: 96%;
  }

  #bannerArea div {
    margin-bottom: 7vw;
  }

  /* About Us h2 */
  #textContents .textBlock h2 {
    padding: 0;
    line-height: 12vw;
    font-family: simsun, serif;
    font-size: 7.5vw;
    font-weight: 500;
    margin: 0 auto 3vw;
    width: 100%;
    position: relative;
    border-bottom: 1px solid;
    text-indent: 0;
    height: auto;
    background: none;
    color: #2c2c2c;
  }

  #reviewContents .textBlock p {
    text-align: unset;
  }

  #movie {
    margin-bottom: 10vw;
  }

  #movie .videoBlock {
    width: 96%;
  }

}