@charset "utf-8";

/* =========================================================
 パーソナルページ
========================================================= */
/* fullContents
--------------------------------------------------------- */
/* personalFullBlock
--------------------------------------------------------- */
#personalFullBlock {
  background-color: #e4c492;
  height: 594px;
  margin: 0 auto 9px;
  position: relative;
  width: 980px;
}

#personalFullBlock:after {
  content: '';
  width: 223px;
  height: 117px;
  /*background: url(/img/personal/img_band.png) no-repeat;*/
  position: absolute;
  bottom: -19px;
  right: -13px;
  background-size: 100% auto;
}

/* ----- personalLeft ----- */
.personalLeft {
  float: left;
  height: 595px;
  position: relative;
  width: 770px;
}

/* ----- 女の子名・スリーサイズ等 ----- */
.personalHeadingBlock {
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  bottom: 5px;
  height: 135px;
  left: 20px;
  position: absolute;
  width: 294px;
  z-index: 0;
}

.fullContents h3.personalName {
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  /* color: #303030; */
  font-family: simsun, serif;
  font-size: 29px;
  /* font-weight: bold; */
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 42px 0 0 13px;
  text-indent: 0;
  border: none;
  background-image: none;
}

.fullContents h3.personalName:after,
.fullContents h3.personalName:before {
  content: none;
}

.personalName span {
  font-weight: inherit;
  font-size: 24px;
}

.personalHeadingBlock .cupIcon {
  position: absolute;
  right: 16px;
  top: 8px;
}

.personalHeadingBlock .cupIcon img {
  height: auto;
  width: 50px;
}

.personalSize {
  font-size: 16px;
  /* font-weight: bold; */
  letter-spacing: -0.02em;
  /* width: 90%; */
  margin: 5px auto 0;
  padding-top: 7px;
  padding-left: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.personalHeadingBlock .personalSize {
  /* margin-top: 10px; */
  /* width: 83%; */
}

.personalState {
  display: block;
  margin: 0 0 0 26px;
  position: absolute;
  top: 11px;
  left: -13px;
}

.personalState li {
  background-image: url("/img/common/icon_girls_state.png");
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 54px;
  background-position: 0 1px;
}

.personalHeadingBlock .personalState li {
  top: 5px;
}

.personalState li.todayIcon {
  background-image: url("/img/personal/icon_personal_today.png");
}

.personalState li.newfaceIcon {
  background-image: url("/img/personal/icon_personal_newface.png");
}

.personalState li:first-of-type {
  left: 0;
}

.personalState li:nth-of-type(2) {
  left: 56px;
}

/* ----- 女の子情報（メイン） ----- */
.personalMainInfoBlock {
  background: url("/img/personal/bg_personal_info_main01.png") no-repeat;
  height: 556px;
  margin: 20px;
  position: relative;
  width: 294px;
}

/* 女の子詳細 */
.mainDetailBox {
  /* height: 183px; */
  margin: 12px auto 6px;
  padding-top: 11px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 248px;
  border-top: 1px solid #303030;
  margin-bottom: 32px;
}

.mainDetailBox li {
  border-bottom: 1px dashed;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.25;
  padding: 4px 0;
  box-sizing: border-box;
}

.mainDetailBox li span {
  font-size: 100%;
  color: #e4c492;
}

.mainDetailBox li.occupation span {
  color: #2c2c2c;
}

/* 女の子メッセージ */
.messageBox {
  background: url(/zh/img/personal/img_message_box.webp) no-repeat center;
  color: #ffffff;
  font-size: 12px;
  height: 148px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  width: 254px;
  word-break: break-word;
  padding: 30px 12px 18px 18px;
  box-sizing: border-box;
  /* position: absolute; */
  /* bottom: 17px; */
  /* left: 0; */
  /* right: 0; */
}

.messageBox>div {
  height: 100%;
  overflow-y: auto;
  line-height: 1.35;
  white-space: pre-line;
}

.messageBox a {
  color: #ffffff;
}

.messageBox img {
  height: auto;
  max-width: 98%;
}

/* QRコード */
.qrBox {
  height: 82px;
  width: 248px;
  margin: 18px auto 0;
  background-image: url(/img/personal/img_qr_comment.png);
  background-size: 151px;
  background-repeat: no-repeat;
  background-position-x: right;
  position: relative;
}

.qrBox img {
  display: block;
  width: 78px;
  border: 1px solid #565656;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* ----- 女の子情報（サブ） ----- */
.personalSubInfoBlock {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  height: 121px;
  width: 415px;
  position: absolute;
  color: #3b1919;
  bottom: 19px;
  left: 334px;
}

.subDetailBox {
  height: 81px;
  margin: 20px 25px 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.subDetailBox p,
.subDetailBox li {
  border-bottom: 1px dashed #323232;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding: 4px 0;
}

.subDetailBox p span,
.subDetailBox li span {
  color: #e4c492;
  font-size: 100%;
  margin-right: 10px;
}

.subDetailBox li {
  width: 47%;
}

.subDetailBox li:nth-of-type(odd) {
  clear: both;
  float: left;
}

.subDetailBox li:nth-of-type(even) {
  float: right;
}

/* ----- 女の子写真・動画 ----- */
.personalImgBlock {
  position: absolute;
  right: 20px;
  top: 24px;
}

.personalImgBlock input {
  display: none;
}

.personalImgBlock ul {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
}

.personalImgBlock li {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 556px;
  overflow: hidden;
}

p.girlsId {
  position: absolute;
  top: 500px;
  right: 0;
  color: #ffffff;
  background-color: #202020;
  font-size: 24px;
  /* width: 90px; */
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-family: yu-mincho-pr6n, sans-serif;
  padding: 0 8px;
}

#headingBlock span.subId {
  color: #ffffff;
  background-color: #202020;
  text-align: center;
  font-size: 18px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: -4px;
}

video {
  background-color: #10100e;
  display: block;
  height: 427px;
}

video p {
  color: #fff;
  padding: 4px;
  width: 413px;
}

/* ----- personalRight ----- */
.personalRight {
  float: left;
  height: 594px;
  position: relative;
  width: 210px;
  right: 0;
}

.personalRight .border {
  left: -1px;
  position: absolute;
  top: 20px;
  height: 555px;
  overflow: hidden;
}

.personalThumbnailBlock {
  width: 190px;
  height: 594px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.thumbnailList {
  left: 0;
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 1;
}

.thumbnailList>div:first-child {
  margin-top: 20px;
}

/* お気に入り追加ボタン */
.favoriteBtn {
  width: 186px;
}

.like-wrap {
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.favoriteBtn .cc-favorite .like-wrap button,
.favoriteBtn .like-wrap a.cc-fav-girl {
  height: 37px;
  border: none;
  box-shadow: none;
  color: #e4c492;
}

/* 写真サムネイル */
.photoThumbnailBox li {
  display: table;
  float: left;
  height: 122px;
  margin: 0 4px 4px 0;
  overflow: hidden;
  width: 91px;
}

.photoThumbnailBox li label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  height: 122px;
  text-align: center;
  vertical-align: middle;
}

.photoThumbnailBox li label img,
.photoThumbnailBox li>img {
  max-height: 136px;
  max-width: 91px;
  width: 100%;
}

/* 動画サムネイル */
.videoThumbnailBox li {
  background-color: #1d1e1f;
  width: 91px;
  height: 126px;
  margin: 0 4px 4px 0;
  overflow: hidden;
  float: left;
  position: relative;
}

.videoThumbnailBox li label {
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.videoThumbnailBox li label:after {
  background: url("/img/personal/icon_video.png") no-repeat;
  content: "";
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
}

.videoThumbnailBox li label img,
.videoThumbnailBox li>img {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.videoThumbnailBox li>img {
  margin: 18px 0 0;
}

/* 上下ボタン */
#personalFullBlock p#prevBtn,
#personalFullBlock p#nextBtn {
  background-image: url("/img/personal/btn_personal_carousel_vertical.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 41px;
  margin: 0;
  position: absolute;
  right: 20px;
  width: 41px;
  z-index: 2;
}

#personalFullBlock p#prevBtn.hide,
#personalFullBlock p#nextBtn.hide {
  display: none;
}

#personalFullBlock p#prevBtn {
  top: -12px;
}

#personalFullBlock p#prevBtn:hover {
  top: -17px;
}

#personalFullBlock p#nextBtn {
  background-position: 0 bottom;
  bottom: -12px;
}

#personalFullBlock p#nextBtn:hover {
  bottom: -17px;
}

#personalFullBlock p#prevBtn,
#personalFullBlock p#nextBtn {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

/* 女の子画像の切り替え
--------------------------------------------------------- */
/* 切り替え処理 */
.personalImgBlock>input:nth-of-type(1):checked~ul li:nth-of-type(1),
.personalImgBlock>input:nth-of-type(2):checked~ul li:nth-of-type(2),
.personalImgBlock>input:nth-of-type(3):checked~ul li:nth-of-type(3),
.personalImgBlock>input:nth-of-type(4):checked~ul li:nth-of-type(4),
.personalImgBlock>input:nth-of-type(5):checked~ul li:nth-of-type(5),
.personalImgBlock>input:nth-of-type(6):checked~ul li:nth-of-type(6),
.personalImgBlock>input:nth-of-type(7):checked~ul li:nth-of-type(7),
.personalImgBlock>input:nth-of-type(8):checked~ul li:nth-of-type(8),
.personalImgBlock>input:nth-of-type(9):checked~ul li:nth-of-type(9),
.personalImgBlock>input:nth-of-type(10):checked~ul li:nth-of-type(10) {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fadeIn;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
}

/* 切り替えアニメーション */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

/* rightContents
--------------------------------------------------------- */
/* ----- scheduleBlock ----- */
#scheduleBlock {
  margin: 0 auto 30px;
}

#scheduleBlock table,
#scheduleBlock th,
#scheduleBlock td {
  border: 1px solid #2c2c2c;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

#scheduleBlock th,
#scheduleBlock td {
  height: 32px;
  width: calc(980px / 8);
}

#scheduleBlock th {
  background-color: #e4c492;
  font-weight: bold;
}

#scheduleBlock th:last-of-type {
  border-right: none;
}

#scheduleBlock td {
  background-color: #ffffff;
  color: #565656;
}

/* 予約ボタン欄 */
#scheduleBlock tr:last-child td {
  height: 40px;
}

#scheduleBlock button {
  -webkit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

#scheduleBlock button div {
  width: 75px;
  height: 30px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #dddddd;
  border: 1px solid #333333;
  background: linear-gradient(0deg, #cfcece, #ffffff);
  position: relative;
  overflow: hidden;
}

#scheduleBlock button div:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  width: 70%;
  transform: skewX(-45deg);
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
}

#scheduleBlock button:hover div:before {
  left: 200%;
}

.notPost {
  margin-top: 45px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #565656;
}

/* ----- 写メサムネ ----- */
#syameGirl05 {
  /* margin-right: 0; */
}

.syameAnchor {
  padding: 0;
}

/* ----- syameBalloonBlock ----- */
#syameBalloonBlock {
  margin: 0 auto 43px;
  position: relative;
  width: 100%;
}

#syameBalloonIcon {
  display: none;
  position: absolute;
  top: -18px;
}

.syameBalloonBox {
  padding: 10px;
  float: left;
  margin: 0 20px 0 0;
  width: 155px;
}

.syameBalloonBox:last-of-type {
  margin-right: 0;
}

.balloonTitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px;
  line-height: 1.1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.balloonTitle a {
  color: #ffffff;
}

.balloonTitle a:hover {
  text-decoration: none;
}

.syameBalloonFrame {
  background: #ffffff;
  height: 357px;
  overflow: auto;
}

.balloonText {
  color: #565656;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 5px;
}

.postDiary {
  margin: 0 auto 10px;
}

.postDiary img {
  vertical-align: middle;
  max-width: 128px;
}

.mainSyameBlock {
  margin-bottom: 20px;
  position: relative;
}

#rightContents .mainSyameBlock .moreReadLargeWrap,
#rightContents .mainSyameBlock .moreReadSmallWrap a {
  height: 35px;
  width: 150px;
  line-height: 35px;
}

/* chargedOptionWrapper/有料オプション
--------------------------------------------------------- */
.chargedOptionBox {
  border-collapse: collapse;
  font-size: 14px;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.chargedOptionBox table {
  width: 100%;
  /* border: 1px solid; */
  box-sizing: border-box;
  margin-bottom: 40px;
}

.chargedOptionBox table tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chargedOptionBox tr {
  display: flex;
  flex-wrap: wrap;
  width: 484px;
  border: 1px solid #2c2c2c;
  border-bottom-width: 0;
  box-sizing: border-box;
}

.chargedOptionBox tr:nth-of-type(3n) {
  /* margin-right: 0; */
}

.chargedOptionBox tr:nth-last-child(-n+2) {
  border-bottom-width: 1px;
}

.chargedOptionBox th {
  background: #e4c492;
  font-weight: bold;
  line-height: 32px;
  border-right: 1px solid;
  width: 449px;
  height: 32px;
  vertical-align: middle;
  box-sizing: border-box;
  text-indent: 8px;
}

.chargedOptionBox.basicPlay th {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
}

.chargedOptionBox th span {
  display: inline-block;
}

.chargedOptionBox td {
  color: #565656;
  text-align: center;
  vertical-align: middle;
  width: 33px;
  line-height: 32px;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #ffffff;
  font-size: 20px;
}

/* personalLeftContents
--------------------------------------------------------- */
#personalLeftContents {
  float: left;
  width: 370px;
}

/* ----- profileBlock ----- */
.profileBox table {
  width: 100%;
}

.profileBox table,
.profileBox th,
.profileBox td {
  border: 1px solid #11b877;
  border-collapse: collapse;
  font-size: 14px;
  vertical-align: middle;
}

.profileBox th {
  background: #b9efda;
  height: 32px;
}

.profileBox td {
  background: #fff;
}

/* smCheck */
.smCheck th {
  text-align: center;
}

/* profileDetails */
.profileDetails th,
.profileDetails td {
  text-align: left;
  padding: 0 0 0 15px;
}

.profileDetails th {
  width: 104px;
}

.profileDetails td {
  background: #ffffff;
  color: #686868;
}

/* ----- storeCommentBlock ----- */
.storeCommentBox {
  border: 1px solid;
  margin: 0 auto 30px;
}

.storeCommentBox p {
  background: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 20px;
  color: #565656;
  white-space: pre-line;
}

/* ----- enqueteBlock ----- */
.enqueteBox table,
.enqueteBox th,
.enqueteBox td {
  border: 1px solid;
  border-collapse: collapse;
  font-size: 14px;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}

.enqueteBox th,
.enqueteBox td {
  padding: 9px 5px 9px 0;
  text-indent: -25px;
}

.enqueteBox th {
  background-color: #e4c492;
  font-weight: bold;
  padding-left: 45px;
}

.enqueteBox td {
  background-color: #ffffff;
  color: #565656;
  padding-left: 65px;
}

.enqueteBox th:before,
.enqueteBox td:before {
  background-image: url("/img/personal/icon_personal_qa.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 17px;
  vertical-align: top;
  width: 20px;
  margin-right: 3px;
}

.enqueteBox td:before {
  background-position: right 0;
}

/* personalRightContents
--------------------------------------------------------- */
#personalRightContents {
  float: right;
  width: 370px;
}

/* ----- playBlock ----- */
#playBlock h3 span {
  font-size: 17px;
}

.playBox {
  margin: 0 auto 20px;
}

.playBox table,
.playBox th,
.playBox td {
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}

.playBox table {
  width: 100%;
}

.playBox th.longText {
  height: 54px;
  padding: 0;
}

.playBox th,
.playBox td {
  border: 1px solid #323232;
  border-collapse: collapse;
  display: block;
  float: left;
  line-height: 1.3;
  margin: 0 12px 0 0;
  padding: 6px 0;
  width: 113px;
}

.playBox th:last-of-type,
.playBox td:last-of-type {
  margin-right: 0;
}

.playBox th {
  background: #f8ffd5;
  height: auto;
  font-weight: bold;
}

#basicPlay th span {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: -0.06em;
}

#payOption th {
  display: table;
  height: 60px;
  padding: 0;
  width: 114px;
  width: 113px;
}

#payOption table span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

#payOption span span {
  display: initial;
  font-size: 100%;
  letter-spacing: -0.06em;
}

.playBox td {
  background: #fff none repeat scroll 0 0;
  border-top: medium none;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0;
}

.playBox tr:last-of-type td {
  margin-bottom: 0
}

.playNotesBox {
  margin-top: 10px;
}

.playNotes {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px auto 0;
  letter-spacing: 1px;
  color: #565656;
}

/* playCourse */
#playCourse.playBox th {
  line-height: 1.1;
}

/* ----- personalTelBlock ----- */
.personalTelBlock {
  background-color: #ffffff;
  margin: 35px auto 20px;
  text-align: center;
  border: 1px solid #01abaa;
}

.telText00 {
  color: #ffffff;
  background-color: #01abaa;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  font-family: initial;
}

.personalTelText {
  /* background-color: #e81749; */
  width: 94%;
  height: 88px;
  margin: 0 auto;
  border-radius: 3px;
  padding-top: 15px;
  box-sizing: border-box;
  /* filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)); */
  font-family: initial;
  text-align: left;
}

.telText01 {
  font-size: 15px;
  font-weight: bold;
}

.telText01>span {
  font-size: 22px;
}

.telText02 {
  color: #01abaa;
  font-size: 34px;
  font-weight: bold;
  margin: 8px 0 0 0;
  transform: scaleX(1.08);
  text-indent: 12px;
}

.personalTelText p span {
  font-size: 100%;
  font-weight: inherit;
}

.personalTelText p.telText02 span {
  font-size: 25px;
}

/* ----- webReserve ----- */
/* ----- commonTodayGirls ----- */
.slideFrame ul.clearfix li img {
  border: 4px solid #ffffff;
  border-radius: 4px;
}

.commonTodayGirls .girlsAnchor li:nth-last-of-type(1) {
  /* top: 49px; */
}

.commonTodayGirls .sokuhime .sokuhimeFrame p {
  /* bottom: -1px; */
}

/* ----- 口コミ ----- */
#review {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
}

.noReview {
  display: none;
}

.reviewBox {
  max-height: 466px;
  overflow: auto;
  border: 1px solid;
  /* margin-bottom: 70px; */
  width: 100%;
}

.reviewContentBox .reviewContent {
  background-color: #ffffff;
  padding: 20px;
}

.reviewContentBox .reviewContent:nth-child(even) {
  background-color: #fff1db;
}

.reviewContentBox .reviewContent div {
  /* color: #565656; */
  font-size: 14px;
  line-height: 1.45em;
}

.reviewContentBox .reviewContent p.customerName {
  color: #323232;
  font-size: 14px;
  line-height: 1.45em;
  text-align: right;
}

.linkReview .linkReviewBtn {
  background: url('/img/personal/btn_linkReview.png') no-repeat;
  background-color: #c08e30;
  margin: 0px auto;
  border-radius: 2px;
  box-shadow: 0 4px 0 #795b21;
}

.linkReview .linkReviewBtn a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}

/* ----- 特集 ----- */
.feature .externalSyameBox {
  color: #323232;
  padding: 20px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border: 1px solid #11b877;
  background-color: #ffffff;
}

.feature .externalSyameBox img {
  display: block;
  max-width: 100%;
}

.feature .externalSyameBox dt {
  font-weight: bold;
}

.feature .externalSyameBox dt:not(:first-of-type),
.feature .externalSyameBox dd {
  margin: 10px 0 0;
}

/* ----- ランクバナー ----- */
#bnRank {
  position: absolute;
  top: 12px;
  right: 12px;
}

.personalMainInfoBlock-bnRank {
  position: absolute;
  right: 19px;
  top: 17px;
  width: 110px;
}

/* 姉妹店紹介
--------------------------------------------------------- */
/* ----- 見出し ----- */
.sisterStore iframe {
  margin-bottom: 20px;
  width: 100%;
  height: 250px;
}

#rightContents .sisterStore h3 {
  /* margin-bottom: 0; */
  /* box-shadow: 3px 3px 1px -1px rgba(0, 0, 0, 0.4); */
  /* z-index: 1000; */
  /* position: relative; */
}

/* ----- 外枠 ----- */
.sisterStore .shopScheduleBox {
  margin-bottom: 20px;
  position: relative;
  background-color: #ffffff;
}

.sisterStore .shopScheduleHeading {
  height: 74px;
  margin-bottom: 25px;
  box-shadow: 1px 3px 3px 0px rgb(152, 149, 149);
  background: url(/img/personal/bg_sisterBox_since.png) no-repeat;
  border-radius: 5px;
}

.sisterStore .shopScheduleImg {
  height: auto;
  padding: 10px 19px 8px;
}

.sisterStore .shopScheduleImg a {
  display: block;
  width: 233px;
  height: 51px;
}

.shopScheduleHeading.clearfix {}

.sisterStore .aromaPuren .shopScheduleHeading {
  background: url(/img/personal/bg_sisterBox_shinbashi.jpg) no-repeat;
}

.sisterStore .granEsthe .shopScheduleHeading {
  background: url(/img/personal/bg_sisterBox_shinagawa.jpg) no-repeat;
}

.sisterStore .estheGotanda .shopScheduleImg {
  width: 235px;
  height: auto;
  padding: 6px 15px 8px;
  box-sizing: border-box;
}

.sisterStore .aromaPuren .shopScheduleImg {
  width: 235px;
  height: auto;
  padding: 15px 15px 8px;
  box-sizing: border-box;
}

.sisterStore .granEsthe .shopScheduleImg {
  width: 240px;
  height: auto;
  padding: 6px 17px 8px;
}

.sisterStore .shopScheduleImg:hover {
  opacity: 0.5;
}

.sisterStore .shopScheduleImg img {
  width: 100%;
  height: auto;
}

/* ----- 出勤一覧 ----- */
.sisterStore .shopScheduleContents {
  position: relative;
}

/* ----- スライドボタン ----- */
.sisterStore .slideBtn li button {
  width: 48px;
  height: 47px;
  cursor: pointer;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  bottom: 38%;
}

/*青ボタン*/
.sisterStore .aromaPuren .slideBtn li button {
  background: url(/img/personal/bg_allow_blue.png) no-repeat;
}

/*黒ボタン*/
.sisterStore .granEsthe .slideBtn li button {
  background: url(/img/personal/bg_allow_black.png) no-repeat;
}

/*左ボタン*/
.sisterStore .slideBtn li button.previewBtn {
  left: -4px;
  background-position: 0 0;
}

/*右ボタン*/
.sisterStore .slideBtn li button.nextBtn {
  right: 0;
  background-position: -48px 0;
}

/* ----- 店舗リンク ----- */
.sisterStore .slideBtn p.shopViewBtn {
  background-image: url(/img/personal/btn_sisterBox.jpg);
  background-repeat: no-repeat;
  height: 29px;
  width: 760px;
  text-align: center;
  line-height: 29px;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.sisterStore .slideBtn p.shopViewBtn:hover {
  opacity: 0.8;
}

.sisterStore .slideBtn p.shopViewBtn a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.cc-favorite a {
  /* color: #de0053; */
}

.cc-favorite p {
  color: #565656;
  line-height: 1.7;
}

.sisterStoreBlockInner {
  height: 100%;
  width: max-content;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  border-top: none;
  margin-top: 0;
}

@media all and (-ms-high-contrast: none) {
  .sisterStoreBlockInner {
    width: 6750px;
  }
}

.sisterBox {
  width: 123px;
  box-sizing: border-box;
  background: #ff96c3 none repeat scroll 0 0;
  height: auto;
  width: auto;
}

.sisterBox:nth-of-type(5n) {
  margin-right: 12px;
}

.sisterBox img {
  width: 100%;
  height: auto;
}

.sisterBox a {
  color: #ffffff;
  text-decoration: none;
}

.sisterBox a:hover {
  text-decoration: underline;
}

/* 店舗別のカラー設定 */
#sisterStoreBlock042 .sisterBox {
  background: #ff96c3 none repeat scroll 0 0;
  height: 100%;
}

#sisterStoreBlock039 .sisterBox {
  background: #ff96c3 none repeat scroll 0 0;
}

.sisterName {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px 0;
  white-space: pre;
  overflow: hidden;
  line-height: 1.1em;
}

.sisterAge {
  font-weight: bold;
}

.sisterSize {
  font-size: 11px;
  padding: 5px 0 0 10px;
}

.sisterDate {
  font-size: 11px;
  padding: 5px 0 6px 10px;
}

.shopScheduleContents {
  position: relative;
}

.slider {
  margin: 100px auto;
  width: 85%;
  height: 221px;
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  margin-right: 10px;
}

.slick-slide:last-of-type {
  margin-right: 0;
}

.slick-prev.slick-arrow {
  background: url(/img/personal/bg_allow_black.png) no-repeat;
  width: 48px;
  height: 47px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  text-indent: -9999px;
  border: none;
}

.slick-next.slick-arrow {
  background: url(/img/personal/bg_allow_black.png) no-repeat;
  background-position: -48px 0;
  width: 48px;
  height: 47px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  text-indent: -9999px;
  border: none;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
}

.shopScheduleBox .slider {
  margin: 45px auto;
  overflow: hidden;
}

button:focus {
  outline: none;
}

/* ----- 即姫情報装飾 ----- */
.sokuInfoBox.animatedParent {
  position: absolute;
  left: -417px;
  top: -4px;
  z-index: 5;
}

.sokuInfo p {
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  left: -3px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 3px;
  font-size: 16px;
  text-align: center;
}

.sokuInfo:before {
  content: "";
  display: inline-block;
  border-top: 60px solid #01abaa;
  border-left: 60px solid #01abaa;
  border-bottom: 60px solid transparent;
  border-right: 60px solid transparent;
}

/*本日の出勤*/
.underGirlsBox .girlsBox .girlsName:after,
.underGirlsBox .girlsStateWrapVideoSyame {
  width: 127px;
}

.underGirlsBox .girlsBox .girlsAnchor:hover:after {
  width: 144px;
  height: 275px;
}

.underGirlsBox .girlsBox .girlsDate span {
  width: auto;
}

.underGirlsBox .girlsBox .girlsPhoto {
  height: 189px;
  width: 144px;
}

.underGirlsBox .girlsAnchor {
  height: 275px;
}

.underGirlsBox .girlsAnchor li.newfaceInfo:nth-last-of-type(1) {
  top: 186px;
}

.underGirlsBox .girlsStateWrap {
  height: 70px;
  width: 142px;
}

.underGirlsBox .girlsDescription {
  width: 142px;
  margin-left: 0px;
  height: 16px;
}

.underGirlsBox .sokuhime .sokuhimeFrame {
  background-image: url("/img/common/img_sokuhime_frame01.png?v=170316");
  padding-top: 207px;
  position: absolute;
  top: 15px;
  width: 144px;
  font-size: 13px;
  text-align: center;
  height: 13px;
  background-size: cover;
  left: 0;
}

.underGirlsBox .sokuhime .sokuhimeFrame p {
  line-height: 16px;
}

.underGirlsBox .girlsStateWrapVideoSyame p.syameIcon,
.underGirlsBox .girlsStateWrapVideoSyame p.videoIcon {
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 18px;
  text-indent: -99999px;
}

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

.banner .girlsDescription p {
  letter-spacing: -1px;
}

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

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

/***動画用モーダル**/
.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 #innerVideo {
  margin: auto;
  padding: 6.25px;
  background: #e4c492;
  position: relative;
  z-index: 1;
}

.videoMode #innerVideo video {
  background-color: #e4c492;
  height: auto;
  max-width: 95vw;
  max-height: 95vh;
}

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

#js-modalwindow {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.modalwindowTel {
  display: none;
  width: 460px;
  height: 80px;
  border: 4px solid #ce9b2c;
  position: absolute;
  background-color: #ffffff;
  padding: 15px 5px;
  box-sizing: border-box;
  z-index: 5;
}

.modalwindowTel p:nth-child(2) {
  margin-top: 10px;
}

.modalwindowTel .telNum {
  font-weight: bold;
  color: #ce9b2c;
  font-size: 120%;
}

.modalwindowTel .closeBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  right: -18px;
  top: -18px;
  background: #ffffff;
  cursor: pointer;
}

.modalwindowTel .closeBtn span {
  width: 24px;
  height: 3px;
  background: #333333;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.modalwindowTel .closeBtn span:nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.after_a_week_syukkin {
  color: #fff !important;
}

/* ----- ヘブン写メウィジェット ----- */
.heaven_syame_widget_wrap .contentsBlock {
  width: 100%;
}

.heaven_syame_widget_wrap .subHeading {
  background: initial;
  margin: 0;
}

.heaven_syame_widget_wrap .forPc iframe {
  background-color: white;
  width: 100%;
}

.heaven_syame_widget_wrap .forSp .subHeading h3 {
  /* background: url(/img/common/bg_title.jpg); */
  /* background-size: cover; */
  /* background-position-y: center; */
  /* background-position-x: 34%; */
  /* padding: 0; */
  /* height: 10vw; */
  /* line-height: 9vw; */
  /* font-family: yu-mincho-pr6nn, sans-serif; */
  /* font-size: 6vw; */
  /* margin-bottom: 3vw; */
  /* width: 100%; */
  /* text-indent: 18vw; */
  /* position: relative; */
}

/* ----- /ヘブン写メウィジェット ----- */

@media screen and (min-width: 769px) {
  .syameBlockChild {
    /* border: 1px solid #e6206a; */
    box-sizing: border-box;
    /* padding: 17px; */
    background-color: #ffffff;
    transform: none !important;
  }

  .notPost+.syameBlockChild {
    background-color: transparent;
    border: none;
  }

  .personalImgBlock li.landscape div {
    width: 730px;
    height: 427px;
    position: relative;
  }

  .personalImgBlock li.landscape div img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
  }
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  .personalHeadingBlock::after {
    /* content: ""; */
    /* display: inline-block; */
    /* border-top: 4px solid #000000; */
    /* border-left: 4px solid #000000; */
    /* border-bottom: 4px solid transparent; */
    /* border-right: 4px solid transparent; */
    /* position: absolute; */
    /* bottom: 0; */
    /* right: -8px; */
  }

  .mainSyameBlock .moreReadBtn:hover {
    background-color: #ffffff;
  }

  .mainSyameBlock .moreReadBtn:hover a {
    color: #6eb8b8;
  }

  .swipeBlock {
    overflow: hidden;
  }

  .swipeBox {
    width: auto !important;
  }

  .syameBox {
    width: 153px;
    margin-right: 12px;
  }

  .swipeBox:nth-of-type(6) .syameBox {
    margin-right: 0
  }

  .syameBox a {
    text-decoration: none;
  }

  .syameAnchor {
    border: 1px solid #6a6f73;
    width: 100%;
    height: auto;
  }

  .syamePhoto {
    width: 100%;
    /* height: calc(155px/3*4); */
    /* aspect-ratio: 3 / 4; */
  }

  .syameInfo {
    width: 175px;
    height: auto;
    border: none;
    background-color: transparent;
  }

  .syameName {
    bottom: 35px;
    font-family: initial;
    font-weight: bold;
    color: #432400;
  }

  .syameTime {}

  .syameText {
    margin: 20px 9px 12px;
  }

  .fullContents .personalHeadingBlock h3.personalName {
    font-size: 26px;
    padding-top: 52px;
  }

  .linkReview {
    background-color: #e4c492;
    height: 61px;
    padding-top: 20px;
    border: 1px solid;
    border-top: none;
  }

  .linkReview .linkReviewBtn {
    height: 42px;
    width: 316px;
  }

  .linkReview .linkReviewBtn a {
    font-size: 14px;
    line-height: 42px;
  }

  .webReserve {
    margin-bottom: 30px;
  }

  .girlsStateWrapVideoSyame {
    width: 123px;
  }

  .girlsBox .syameIcon,
  .girlsBox .videoIcon {
    width: 59px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    background-position: 3px center;
    background-size: 14px;
  }

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

  .personalLowerBlock {
    width: 980px;
    margin: 20px auto 0;
  }

  #price {
    margin-bottom: 30px;
  }

  .priceWrapper {
    background-color: #e4c492;
    padding: 20px;
  }

  .priceBlock {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #2c2c2c;
    /* border-right: 0; */
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .priceBox {
    width: 25%;
    border-right: 1px solid #2c2c2c;
    box-sizing: border-box;
  }

  .priceBlock.threeColumn .priceBox {
    width: calc(100% / 3);
  }

  .priceBox:last-of-type {
    border-right: 0;
  }

  .priceBox p {
    text-align: center;
  }

  .priceBox p:first-of-type {
    background-color: #494949;
    color: #ffffff;
    font-size: 18px;
    height: 49px;
    line-height: 49px;
  }

  .priceBox p:last-of-type {
    font-size: 20px;
    height: 67px;
    line-height: 67px;
    background-color: #ffffff;
  }

  .priceBox p span {}

  .priceList {}

  .priceList li {
    line-height: 1.35;
    font-weight: bold;
  }

  .priceList li a {
    color: #01abaa;
  }

  .sisterStoreWrapper {
    margin-top: 0;
  }

  .supplement {}

  .supplement>span {
    font-weight: bold;
    display: inline-block;
    margin-right: 14px;
  }

  .supplement span span {
    font-weight: inherit;
  }

  .deliverlyFee {
    width: 100%;
    margin: 25px auto 20px;
    border: 1px solid #2c2c2c;
    box-sizing: border-box;
  }

  .deliverlyHeading {
    background-color: #494949;
    color: #ffffff;
    text-align: center;
    height: 42px;
    line-height: 42px;
  }

  .deliverlyTable {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .deliverlyTable li {
    width: 48%;
    /* height: 30px; */
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    line-height: 1.3;
    overflow: hidden;
  }

  .deliverlyTable li span {
    background-color: #ffffff;
    /* display: block; */
    /* height: 100%; */
    position: relative;
  }

  .deliverlyTable li span:first-of-type {
    max-width: 76%;
    padding-right: 5px;
  }

  .deliverlyTable li span:last-of-type {
    padding-left: 5px;
  }

  .deliverlyTable li::before {
    content: "…………………………………………………………………………………………………………";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
  }

  /* クレジット決済 */
  #credit {
    padding: 0 21px 0;
    background-color: #c5ae8b;
    color: #ffffff;
    margin-bottom: 40px;
  }

  .creditInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border-bottom: 1px solid; */
  }

  .creditInfo .texts {
    /* width: 700px; */
    margin-top: 15px;
  }

  .creditInfo h4 {
    background-color: transparent;
    font-size: 24px;
    text-align: left;
    height: auto;
    line-height: 1;
  }

  .creditInfo ul {
    margin: 12px auto;
  }

  .creditInfo li {
    font-size: 14px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
  }

  .creditInfo li a {
    color: #01abaa;
  }

  .creditImg {
    width: 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 13px;
    margin: 0 auto;
  }

  .creditImg img {
    display: block;
    width: 99px;
    height: 60px;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  #personalFullBlock {
    background-color: transparent;
    height: auto;
    width: 100%;
    margin: 0 auto 3vw;
    box-shadow: none;
    border-radius: 0;
  }

  .personalLeft {
    height: auto;
    width: 100%;
    float: none;
  }

  .personalHeadingBlock {
    display: block !important;
    width: 100%;
    height: 18vw;
    background-size: cover;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 3vw;
    border: none;
    border-bottom: 2vw solid #c5ae8b;
  }

  .personalHeadingBlock {
    /* width: 100%; */
    /* padding-bottom: 2.5vw; */
    /* margin: 4vw auto 3vw; */
    /* border-bottom: 1.3vw solid #c1961a; */
  }

  .personalHeadingBlock .personalSize {
    font-size: 3.6vw;
    font-weight: normal;
    margin: 0 auto;
    letter-spacing: 0.5pt;
    width: 94%;
    color: #333333;
    border-top: none;
    padding-top: 3.5vw;
  }

  .workDate {
    margin: 0;
    top: 0;
    right: 3%;
    /* transform: translate(0, -50%); */
    width: 35%;
    background-image: none;
    border-width: 1px;
    height: 9vw;
    box-sizing: border-box;
    font-size: 3.44vw;
    padding-left: 14%;
    padding-right: 1%;
    line-height: 4.5vw;
    background-color: #ffffff;
    border: 1px solid #333333;
    position: absolute;
  }

  .personalState li {
    text-indent: 0;
  }

  .personalMainInfoBlock {
    display: block !important;
    background: none;
    width: 100%;
    height: auto;
    position: static;
    margin: 0;
  }

  .fullContents h3.personalName {
    padding: 2.5vw 0 0;
    /* color: #00d07f; */
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 5vw;
    margin: 0 auto;
    width: 94%;
  }

  .personalName span {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
  }

  .personalMainInfoBlock-bnRank {
    /* position: static; */
    top: 2vw;
    right: 34vw;
    width: 20vw;
  }

  .mainDetailBox {
    position: static;
    width: 94%;
    height: auto;
    margin: 0 auto 7%;
    border: 1px solid #2c2c2c;
    border-bottom: none;
    padding-top: 0;
    box-sizing: border-box;
  }

  .mainDetailBox li {
    color: #333333;
    background-color: #ffffff;
    height: 9vw;
    line-height: 9vw;
    font-size: 3.44vw;
    padding: 0;
    border-bottom-style: solid;
  }

  .mainDetailBox li>span {
    color: #2c2c2c;
    font-weight: bold;
    background-color: #e4c492;
    display: inline-block;
    width: 30%;
    height: 100%;
    margin-right: 2vw;
    padding-left: 2vw;
    box-sizing: border-box;
    border-right: 1px solid #2c2c2c;
  }

  .mainDetailBox li span span {
    display: none;
  }

  .messageBox {
    position: static;
    width: 100%;
    margin: 0;
    height: 100%;
    overflow: auto;
    word-break: unset;
    font-size: 3.44vw;
    line-height: 1.7;
    padding: 0;
    background-image: none;
  }

  .messageBox>div {
    width: 94%;
    margin: 0 auto 7%;
    color: #565656;
    line-height: 1.3;
    overflow-y: unset;
  }

  .qrBox {
    position: static;
    display: none;
  }

  .personalImgBlock {
    position: relative;
    top: 0;
    right: 0;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }

  .personalImgBlock ul {
    position: static;
    height: 121vw;
    width: 100%;
    overflow: hidden;
  }

  .personalImgBlock li {
    display: block;
    opacity: 1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 121vw;
    background-color: #1d1e1f;
  }

  p.girlsId {
    font-size: 5.5vw;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 1.3% 2.8% 1.3%;
    top: auto;
    bottom: 5%;
  }

  .personalImgBlock li div {
    height: 100% !important;
    position: relative;
  }

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

  .personalRight {
    width: 100%;
    margin: 4vw auto 5vw;
    float: none;
    position: static;
    height: auto;
    background-color: transparent;
  }

  .personalThumbnailBlock {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: visible !important;
  }

  .thumbnailList {
    width: 100%;
    position: static;
  }

  .photoThumbnailBox ul {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }

  .photoThumbnailBox li {
    display: block;
    float: none;
    width: 18.4%;
    height: 22.7vw;
    margin: 0 2% 2% 0;
    /* background-color: #1d1e1f; */
    position: relative;
    overflow: visible;
  }

  .photoThumbnailBox li:nth-of-type(5n) {
    margin-right: 0;
  }

  .photoThumbnailBox li label {
    height: 22.7vw;
    position: relative;
    overflow: visible;
  }

  .photoThumbnailBox li label img,
  .photoThumbnailBox li>img {
    max-height: none;
    max-width: none;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
  }

  #personalFullBlock:after {
    content: none;
  }

  #scheduleBlock {
    margin-bottom: 7%;
  }

  #scheduleBlock table {
    width: 96%;
    margin: 0 auto;
    border: none;
  }

  .notPost {
    font-size: 3.44vw;
    text-align: center;
    margin: 10vw auto 11vw;
  }

  #rightContents .mainSyameBlock .moreReadLargeWrap,
  #rightContents .mainSyameBlock .moreReadSmallWrap a {
    width: 100%;
    height: 10vw;
    line-height: 10.5vw;
    font-size: 3.8vw;
    font-family: initial;
    font-weight: bold;
  }

  #personalLeftContents {
    width: 100%;
    float: none;
  }

  .storeCommentBox {
    width: 94%;
    margin: 0 auto 7%;
    border: none;
  }

  .storeCommentBox p {
    background: none;
    /* color: #ffffff; */
    padding: 0;
    font-size: 3.44vw;
  }

  #review {
    width: 100%;
    margin-bottom: 7%;
  }

  .reviewBox {
    width: 100%;
    margin: 0 auto 3vw;
    border: none;
  }

  #personalRightContents {
    width: 100%;
    float: none;
  }

  .chargedOptionBox {
    margin-bottom: 7%;
  }

  .chargedOptionBox table {
    width: 94%;
    margin: 0 auto;
    font-size: 3.44vw;
  }

  .chargedOptionBox table tbody {
    /* border-top: 1px solid #6a6f73; */
    justify-content: space-between;
    box-sizing: border-box;
  }

  .chargedOptionBox tr {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .chargedOptionBox tr:nth-last-child(2) {
    /* margin-right: 2%; */
    border-bottom-width: 0;
  }

  .chargedOptionBox tr:nth-of-type(even) {
    /* margin-right: 0; */
  }

  .chargedOptionBox th {
    width: 85%;
    height: 11.5vw;
    font-size: 3.44vw;
    line-height: 11.5vw;
    text-align: left;
    text-indent: 2vw;
  }

  .chargedOptionBox.basicPlay th {
    border-right: 1px solid #6a6f73;
    height: 11.5vw;
    line-height: 11.5vw;
  }

  .chargedOptionBox th span {
    /* margin-right: 2vw; */
    font-size: 3vw;
  }

  .chargedOptionBox td {
    width: 15%;
    margin-bottom: 0;
    height: auto;
    line-height: 11.5vw;
    border: none;
    font-size: 5.5vw;
  }

  .playNotesBox {
    width: 94%;
    margin: 3vw auto 5vw;
  }

  .playNotes {
    font-size: 3.2vw;
    line-height: 1.7;
    margin: 0 auto;
    letter-spacing: 0.1vw;
  }

  .enqueteBox table,
  .enqueteBox th,
  .enqueteBox td {
    font-size: 3.44vw;
    text-indent: 0;
    padding: 0;
  }

  .enqueteBox table {
    width: 94%;
    margin: 0 auto 3vw;
  }

  .enqueteBox th,
  .enqueteBox td {
    height: 9vw;
    padding-left: 2.7vw;
  }

  .enqueteBox .twitterAnswer td {
    height: auto;
    line-height: 1.5;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .enqueteBox th:before,
  .enqueteBox td:before {
    background: none;
    width: auto;
    height: auto;
    margin-right: 1.5vw;
  }

  .enqueteBox th:before {
    content: "Q.";
  }

  .enqueteBox td:before {
    content: "A.";
  }

  #rightContents .sisterStore h3 {
    z-index: 0;
  }

  .sisterStore .shopScheduleHeading {
    height: 17vw;
    margin-bottom: 4vw;
    position: relative;
  }

  .sisterStore .aromaPuren .shopScheduleHeading {
    background: none;
    position: relative;
  }

  .sisterStore .aromaPuren .shopScheduleImg {
    width: 55%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
  }

  .sisterStore .granEsthe .shopScheduleHeading {
    background: none;
    position: relative;
  }

  .sisterStore .granEsthe .shopScheduleImg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
    width: 55%;
  }

  .cc-favorite #cc-login-description {
    width: 96%;
    margin: 0 auto;
    max-width: none;
    display: block;
    border-color: #d4d4d4;
    /* border-left: none; */
    /* border-right: none; */
    background-color: #f1f1f2;
  }

  .cc-favorite #cc-login-description>div {
    box-sizing: border-box;
    padding: 5%;
    line-height: 2;
    width: 100%;
  }

  .cc-favorite #cc-login-description strong {
    font-weight: bold;
  }

  .cc-favorite #cc-login-description img {
    display: none;
  }

  .cc-favorite #cc-login-description>div .like-wrap {
    /* background-color: rgba(0, 0, 0, 0.1) !important; */
    /* padding: 3% !important; */
    margin: 4vw auto 1vw;
    width: 96%;
  }

  .cc-favorite #cc-login-description>div.cin-visible-large {
    padding: 0;
  }

  .cc-favorite .like-wrap button {
    font-size: 4vw;
    padding: 0;
    height: 11vw;
    line-height: 11vw;
  }

  .cc-favorite #cc-login-description-footer {
    width: 96%;
    margin: 3vw auto;
  }

  .mainSyameBlock .moreReadBtn {
    width: 94%;
    height: auto;
    padding: 0;
    position: static;
  }

  .reviewBanner {
    width: 94%;
    margin: 0 auto 4vw;
  }

  .webReserve,
  .lineBooking {
    width: 94%;
    margin: 0 auto 4vw;
  }

  .cc-favorite p {
    font-size: 3.44vw;
    line-height: 1.7;
  }

  #scheduleBlock tr {
    display: flex;
    flex-wrap: wrap;
  }

  #scheduleBlock th {
    /* background-color: #6eb8b8; */
    /* color: #ffffff; */
    font-size: 3.8vw;
  }

  #scheduleBlock td {
    font-size: 3.8vw;
  }

  #scheduleBlock table:first-of-type {
    margin-bottom: 3vw;
    /* border: none; */
  }

  #scheduleBlock table:first-of-type tbody {
    display: flex;
    flex-wrap: wrap;
  }

  #scheduleBlock table:first-of-type tr {
    flex-direction: column;
  }

  #scheduleBlock table:first-of-type tr:first-of-type {
    width: 40%;
  }

  #scheduleBlock table:first-of-type tr:last-of-type {
    width: 60%;
  }

  #scheduleBlock table:first-of-type th {
    width: 100%;
    height: 11vw;
    line-height: 11vw;
  }

  #scheduleBlock table:first-of-type th:first-of-type {
    /* border-bottom: 1px solid #b9bdc2; */
    border-bottom: none;
  }

  #scheduleBlock table:first-of-type td {
    width: 100%;
    height: 11vw;
    line-height: 11vw;
    position: relative;
    text-align: center;
    /* text-indent: 10vw; */
  }

  #scheduleBlock table:last-of-type tr th:last-of-type,
  #scheduleBlock table:last-of-type tr td:last-of-type {
    border-right: 1px solid #6a6f73;
  }

  #scheduleBlock table:first-of-type td:first-of-type {
    border-bottom: none;
  }

  #scheduleBlock table:last-of-type tr:first-of-type {
    background-color: #fae7eb;
  }

  #scheduleBlock table:last-of-type th {
    width: calc(100% / 6);
    box-sizing: border-box;
    height: 13vw;
    line-height: 1.3;
    padding-top: 1.6%;
    border-right: none;
  }

  #scheduleBlock table:last-of-type th:last-of-type {
    border-right: 1px solid;
  }

  #scheduleBlock table:last-of-type td {
    width: calc(100% / 6);
    box-sizing: border-box;
    height: 13vw;
    line-height: 1.2;
    padding-top: 0.5vw;
    position: relative;
    border-top: none;
    border-right: none;
  }

  #scheduleBlock table:last-of-type td span {
    display: block;
    font-size: 60%;
  }

  .cc-favorite .subHeading {
    background-image: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }

  .cc-favorite .subHeading h3 {
    /* font-family: yu-mincho-pr6nn, sans-serif; */
    /* font-size: 6vw; */
    /* padding: 0; */
    /* line-height: 9vw; */
  }

  .cc-favorite p {
    font-size: 3.44vw;
  }

  .sisterStore iframe {
    height: 61vw;
    min-height: 202px;
    margin-bottom: 0;
  }

  .sisterStore .estheGotanda .shopScheduleImg {
    width: 54%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
  }

  .workDate.today {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
  }

  .workDate::before {
    content: "Next";
    border-right: 1px solid;
    display: block;
    width: 38%;
    font-size: 3.6vw;
    /* font-weight: bold; */
    height: 9vw;
    line-height: 8.5vw;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    /* padding-top: 0.6vw; */
  }

  .workDate.today::before {
    content: "Today";
    border-right: 1px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
  }

  .workDate>span>span {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: right;
  }

  .buttons {
    position: absolute;
    bottom: 24%;
    width: 100%;
    height: 8vw;
  }

  .buttons label {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    width: 11vw;
    height: 11vw;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 5vw;
    box-sizing: border-box;
  }

  .buttons label.prev {
    left: 0.5vw;
  }

  .buttons label.next {
    right: 0.5vw;
  }

  .buttons label p {
    text-indent: -99999px;
    border-top: 0.6vw solid #ffffff;
    border-left: 0.6vw solid #ffffff;
    height: 3vw;
    width: 3vw;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .buttons label.prev p {
    transform: translate(0, -50%) rotate(-45deg);
    left: 1.2vw;
  }

  .buttons label.next p {
    transform: translate(0, -50%) rotate(135deg);
    right: 1.2vw;
  }

  #scheduleBlock button {
    padding: 1vw 0 0;
    width: 87%;
    box-sizing: border-box;
  }

  #scheduleBlock button div {
    width: 100%;
    height: auto;
    font-size: 3vw;
    padding: 0.8vw 1.5vw 0.2vw;
    box-sizing: border-box;
    border-radius: 4px;
  }

  #scheduleBlock table:first-of-type td a {
    position: absolute;
    top: 50%;
    right: 6.4vw;
    transform: translate(0, -50%);
    text-indent: 0;
    text-align: center;
    color: inherit;
    width: 21%;
  }

  #scheduleBlock table:first-of-type td form {
    position: absolute;
    top: 47%;
    right: 1.5vw;
    transform: translate(0, -50%);
    width: 30%;
    text-indent: 0;
  }

  #scheduleBlock table:first-of-type td button {
    width: 100%;
    padding: 0;
  }

  #scheduleBlock table:first-of-type td button div br.forSp {
    display: none !important;
  }

  #s_heaven_syame_widget {
    margin-bottom: 7vw;
  }

  .frameWrap.contentsBlock {
    height: 200px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .personalState.preOpen li.todayIcon::before {
    content: "12/4\A出勤";
  }

  .after_a_week_syukkin {
    font-size: 14px !important;
  }

  .profileBox {
    width: 94%;
    margin: 0 auto;
    /* border: 1px solid #545454; */
    border-bottom: none;
    box-sizing: border-box;
  }

  .smCheck {}

  .smCheck tr {}

  .smCheck th {
    font-size: 4vw;
    height: 9vw;
  }

  .smCheck td {}

  .smCheck,
  .smCheck th,
  .smCheck td,
  .profileDetails,
  .profileDetails th,
  .profileDetails td {
    /* border: 1px solid #545454; */
  }

  .mGraph,
  .sGraph {
    line-height: 1;
    padding: 4vw 4%;
  }

  .smMeter {
    float: left;
    width: 74%;
  }

  .smMeter>div {
    box-sizing: border-box;
    float: left;
    height: 12vw;
    line-height: 1;
    margin: 0 2% 0 0;
    text-indent: -9999px;
    width: 8%;
  }

  .mGraph .smMeter>div {
    border: 1px solid #ff396f;
  }

  /* M度 01 */
  .mGraph.degree01 .smMeter>div:nth-of-type(1),
  .mGraph.degree02 .smMeter>div:nth-of-type(1),
  .mGraph.degree03 .smMeter>div:nth-of-type(1),
  .mGraph.degree04 .smMeter>div:nth-of-type(1),
  .mGraph.degree05 .smMeter>div:nth-of-type(1),
  .mGraph.degree06 .smMeter>div:nth-of-type(1),
  .mGraph.degree07 .smMeter>div:nth-of-type(1),
  .mGraph.degree08 .smMeter>div:nth-of-type(1),
  .mGraph.degree09 .smMeter>div:nth-of-type(1),
  .mGraph.degree10 .smMeter>div:nth-of-type(1) {
    background: #ff9cb7;
    border: none;
  }

  /* M度 02 */
  .mGraph.degree02 .smMeter>div:nth-of-type(2),
  .mGraph.degree03 .smMeter>div:nth-of-type(2),
  .mGraph.degree04 .smMeter>div:nth-of-type(2),
  .mGraph.degree05 .smMeter>div:nth-of-type(2),
  .mGraph.degree06 .smMeter>div:nth-of-type(2),
  .mGraph.degree07 .smMeter>div:nth-of-type(2),
  .mGraph.degree08 .smMeter>div:nth-of-type(2),
  .mGraph.degree09 .smMeter>div:nth-of-type(2),
  .mGraph.degree10 .smMeter>div:nth-of-type(2) {
    background: #ff92b0;
    border: none;
  }

  /* M度 03 */
  .mGraph.degree03 .smMeter>div:nth-of-type(3),
  .mGraph.degree04 .smMeter>div:nth-of-type(3),
  .mGraph.degree05 .smMeter>div:nth-of-type(3),
  .mGraph.degree06 .smMeter>div:nth-of-type(3),
  .mGraph.degree07 .smMeter>div:nth-of-type(3),
  .mGraph.degree08 .smMeter>div:nth-of-type(3),
  .mGraph.degree09 .smMeter>div:nth-of-type(3),
  .mGraph.degree10 .smMeter>div:nth-of-type(3) {
    background: #ff88a9;
    border: none;
  }

  /* M度 04 */
  .mGraph.degree04 .smMeter>div:nth-of-type(4),
  .mGraph.degree05 .smMeter>div:nth-of-type(4),
  .mGraph.degree06 .smMeter>div:nth-of-type(4),
  .mGraph.degree07 .smMeter>div:nth-of-type(4),
  .mGraph.degree08 .smMeter>div:nth-of-type(4),
  .mGraph.degree09 .smMeter>div:nth-of-type(4),
  .mGraph.degree10 .smMeter>div:nth-of-type(4) {
    background: #ff7ea1;
    border: none;
  }

  /* M度 05 */
  .mGraph.degree05 .smMeter>div:nth-of-type(5),
  .mGraph.degree06 .smMeter>div:nth-of-type(5),
  .mGraph.degree07 .smMeter>div:nth-of-type(5),
  .mGraph.degree08 .smMeter>div:nth-of-type(5),
  .mGraph.degree09 .smMeter>div:nth-of-type(5),
  .mGraph.degree10 .smMeter>div:nth-of-type(5) {
    background: #ff749a;
    border: none;
  }

  /* M度 06 */
  .mGraph.degree06 .smMeter>div:nth-of-type(6),
  .mGraph.degree07 .smMeter>div:nth-of-type(6),
  .mGraph.degree08 .smMeter>div:nth-of-type(6),
  .mGraph.degree09 .smMeter>div:nth-of-type(6),
  .mGraph.degree10 .smMeter>div:nth-of-type(6) {
    background: #ff6b93;
    border: none;
  }

  /* M度 07 */
  .mGraph.degree07 .smMeter>div:nth-of-type(7),
  .mGraph.degree08 .smMeter>div:nth-of-type(7),
  .mGraph.degree09 .smMeter>div:nth-of-type(7),
  .mGraph.degree10 .smMeter>div:nth-of-type(7) {
    background: #ff618c;
    border: none;
  }

  /* M度 08 */
  .mGraph.degree08 .smMeter>div:nth-of-type(8),
  .mGraph.degree09 .smMeter>div:nth-of-type(8),
  .mGraph.degree10 .smMeter>div:nth-of-type(8) {
    background: #ff5784;
    border: none;
  }

  /* M度 09 */
  .mGraph.degree09 .smMeter>div:nth-of-type(9),
  .mGraph.degree10 .smMeter>div:nth-of-type(9) {
    background: #ff4c7d;
    border: none;
  }

  /* M度 10 */
  .mGraph.degree10 .smMeter>div:nth-of-type(10) {
    background: #ff396f;
    border: none;
  }

  .sGraph .smMeter>div {
    border: 1px solid #3ba1dc;
  }

  /* S度 01 */
  .sGraph.degree01 .smMeter>div:nth-of-type(1),
  .sGraph.degree02 .smMeter>div:nth-of-type(1),
  .sGraph.degree03 .smMeter>div:nth-of-type(1),
  .sGraph.degree04 .smMeter>div:nth-of-type(1),
  .sGraph.degree05 .smMeter>div:nth-of-type(1),
  .sGraph.degree06 .smMeter>div:nth-of-type(1),
  .sGraph.degree07 .smMeter>div:nth-of-type(1),
  .sGraph.degree08 .smMeter>div:nth-of-type(1),
  .sGraph.degree09 .smMeter>div:nth-of-type(1),
  .sGraph.degree10 .smMeter>div:nth-of-type(1) {
    background: #9dd0ed;
    border: none;
  }

  /* S度 02 */
  .sGraph.degree02 .smMeter>div:nth-of-type(2),
  .sGraph.degree03 .smMeter>div:nth-of-type(2),
  .sGraph.degree04 .smMeter>div:nth-of-type(2),
  .sGraph.degree05 .smMeter>div:nth-of-type(2),
  .sGraph.degree06 .smMeter>div:nth-of-type(2),
  .sGraph.degree07 .smMeter>div:nth-of-type(2),
  .sGraph.degree08 .smMeter>div:nth-of-type(2),
  .sGraph.degree09 .smMeter>div:nth-of-type(2),
  .sGraph.degree10 .smMeter>div:nth-of-type(2) {
    background: #93cbec;
    border: none;
  }

  /* S度 03 */
  .sGraph.degree03 .smMeter>div:nth-of-type(3),
  .sGraph.degree04 .smMeter>div:nth-of-type(3),
  .sGraph.degree05 .smMeter>div:nth-of-type(3),
  .sGraph.degree06 .smMeter>div:nth-of-type(3),
  .sGraph.degree07 .smMeter>div:nth-of-type(3),
  .sGraph.degree08 .smMeter>div:nth-of-type(3),
  .sGraph.degree09 .smMeter>div:nth-of-type(3),
  .sGraph.degree10 .smMeter>div:nth-of-type(3) {
    background: #89c7ea;
    border: none;
  }

  /* S度 04 */
  .sGraph.degree04 .smMeter>div:nth-of-type(4),
  .sGraph.degree05 .smMeter>div:nth-of-type(4),
  .sGraph.degree06 .smMeter>div:nth-of-type(4),
  .sGraph.degree07 .smMeter>div:nth-of-type(4),
  .sGraph.degree08 .smMeter>div:nth-of-type(4),
  .sGraph.degree09 .smMeter>div:nth-of-type(4),
  .sGraph.degree10 .smMeter>div:nth-of-type(4) {
    background: #7fc2e8;
    border: none;
  }

  /* S度 05 */
  .sGraph.degree05 .smMeter>div:nth-of-type(5),
  .sGraph.degree06 .smMeter>div:nth-of-type(5),
  .sGraph.degree07 .smMeter>div:nth-of-type(5),
  .sGraph.degree08 .smMeter>div:nth-of-type(5),
  .sGraph.degree09 .smMeter>div:nth-of-type(5),
  .sGraph.degree10 .smMeter>div:nth-of-type(5) {
    background: #75bde6;
    border: none;
  }

  /* S度 06 */
  .sGraph.degree06 .smMeter>div:nth-of-type(6),
  .sGraph.degree07 .smMeter>div:nth-of-type(6),
  .sGraph.degree08 .smMeter>div:nth-of-type(6),
  .sGraph.degree09 .smMeter>div:nth-of-type(6),
  .sGraph.degree10 .smMeter>div:nth-of-type(6) {
    background: #6cb9e6;
    border: none;
  }

  /* S度 07 */
  .sGraph.degree07 .smMeter>div:nth-of-type(7),
  .sGraph.degree08 .smMeter>div:nth-of-type(7),
  .sGraph.degree09 .smMeter>div:nth-of-type(7),
  .sGraph.degree10 .smMeter>div:nth-of-type(7) {
    background: #62b5e4;
    border: none;
  }

  /* S度 08 */
  .sGraph.degree08 .smMeter>div:nth-of-type(8),
  .sGraph.degree09 .smMeter>div:nth-of-type(8),
  .sGraph.degree10 .smMeter>div:nth-of-type(8) {
    background: #58b0e2;
    border: none;
  }

  /* S度 09 */
  .sGraph.degree09 .smMeter>div:nth-of-type(9),
  .sGraph.degree10 .smMeter>div:nth-of-type(9) {
    background: #4eabe0;
    border: none;
  }

  /* S度 10 */
  .sGraph.degree10 .smMeter>div:nth-of-type(10) {
    background: #3ba2dd;
    border: none;
  }

  .smMeter>div:last-of-type {
    margin-right: 0;
  }

  .smValue {
    display: table;
    float: right;
    margin: 0 2% 0 0;
  }

  .mGraph .smValue {
    color: #ff396f;
  }

  .sGraph .smValue {
    color: #3ba1dc;
  }

  .smLabel {
    display: table-cell;
    font-size: 4vw;
    font-weight: bold;
  }

  .smNumber {
    display: table-cell;
    font-size: 13vw;
    font-weight: bold;
    letter-spacing: -0.15em;
    padding: 0;
    line-height: 12vw;
  }

  .mainSyameBlock .moreReadBtn {}

  .mainSyameBlock .moreReadBtn a {
    /* width: 100%; */
    /* background-color: #6eb8b8; */
  }

  .favoriteBtn {
    width: 100%;
    height: 100%;
    margin: 4vw auto 5vw;
    background-color: #e4c492;
    padding: 3%;
    box-sizing: border-box;
  }

  .favoriteBtn .like-wrap {
    margin-bottom: 0;
  }

  .favoriteBtn .cc-favorite .like-wrap button {
    font-size: 4vw;
    height: 11vw;
    line-height: 11vw;
  }

  .videoThumbnailBox li {
    width: 49%;
    height: auto;
    aspect-ratio: 3 / 4;
    margin: 0 2% 2% 0;
  }

  .videoThumbnailBox li label {
    /* height: inherit; */
  }

  .videoThumbnailBox li label img {}

  .videoThumbnailBox li label:after {
    content: none;
  }

  .personalImgBlock li.videoThumb {
    display: none;
    width: 0 !important;
  }

  .storeCommentBox iframe {
    display: none;
  }

  .profileBox table,
  .profileBox th,
  .profileBox td {
    border: 1px solid #6a6f73;
  }

  .chargedOptionBox tr:nth-of-type(even),
  .chargedOptionBox tr:last-of-type {}

  .chargedOptionBox tr:nth-last-of-type(-n+2) {}

  #menu #groupLogo {
    /* width: 61%; */
    /* height: 12vw; */
    /* top: 50%; */
    /* transform: translate(0, -50%); */
    /* z-index: 1; */
  }

  #groupLogo a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 12vw;
    text-align: center;
    font-size: 5vw;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-left: 12vw;
  }

  #groupLogo a::before {
    content: "";
    background: url(/img/common/s/icon_header_tel.png) no-repeat center;
    background-size: 60%;
    display: inline-block;
    width: 12vw;
    height: 12vw;
    position: absolute;
    left: 0;
    border-right: 1px solid #ffffff;
  }

  #menu #homeBtn,
  #menu #overlayMenuBtn {}

  #menu #homeBtn img {
    width: 55%;
  }

  #menu #overlayMenuBtn img {
    width: 51%;
  }

  .reviewBlock {
    margin-bottom: 5vw;
  }

  .linkReview .linkReviewBtn {
    /* background: url('/img/personal/btn_linkReview.png') no-repeat; */
    background-color: #c08e30;
    height: 13vw;
    width: 94%;
    margin: 0px auto;
    border-radius: 2px;
    box-shadow: 0 1vw 0 #795b21;
  }

  .linkReview .linkReviewBtn a {
    color: #ffffff;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 13.5vw;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
  }

  .reviewContentBox .reviewContent {
    padding: 3%;
  }

  .reviewContentBox .reviewContent div {
    font-size: 3.44vw;
    line-height: 1.3;
  }

  .reviewContentBox .reviewContent p.customerName {
    font-size: 3.44vw;
  }

  .bnRankSp {
    position: absolute;
    bottom: 9%;
    width: 30%;
    margin: 0 auto 3vw;
    z-index: 1;
  }

  .fa-mobile-alt {
    margin-right: 5%;
  }

  /* 横長写真のときの回転表示 */
  #full_screen_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
    overflow-y: scroll;
  }

  #full_screen_box_close {
    width: 13vw;
    height: 13vw;
    position: fixed;
    right: 3%;
    top: 3%;
    z-index: 1000;
  }

  #full_screen_box_wrapper {
    width: 100%;
    height: 0;
    position: relative;
    top: 50%;
    transform: rotate(90deg);
  }

  #full_screen_box_img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    height: 100vw;
    transform: translate(-50%, -50%);
    pointer-events: none;
    overflow-x: hidden;
  }

  #photoArea li .full_screen {
    position: absolute;
    top: 6%;
    left: 3%;
    width: 10vw;
  }

  #photoArea li .full_screen img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: static;
  }

  .messageBox {
    color: #2c2c2c;
  }

  h2 {
    margin-bottom: 3vw;
  }

  .personalImgBlock li.noSwipe {
    margin-left: 0 !important;
  }

  #price {
    /* width: 94%; */
    margin: 5% auto 7%;
  }

  .priceBlock {
    /* margin: 8% auto 5%; */
    width: 96%;
    margin: 0 auto;
  }

  .priceBox {
    display: flex;
    flex-wrap: wrap;
    height: 11.5vw;
    border: 1px solid;
    margin-bottom: 1.3%;
  }

  .priceBox p {
    width: 50%;
    /* font-family: yu-mincho-pr6n, sans-serif; */
    /* font-weight: bold; */
    line-height: 11.5vw;
    text-indent: 0.5em;
    font-size: 4.8vw;
  }

  .priceBox p:first-of-type {
    background-color: #494949;
    color: #ffffff;
  }

  .priceBox p:last-of-type {
    font-weight: bold;
  }

  .priceBox p span {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    margin-left: 0.1em;
  }

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

  .priceList li {
    line-height: 1.35;
    /* text-indent: -1em; */
    /* padding-left: 1em; */
    font-size: 1.2em;
  }

  .priceList li a {
    color: #01abaa;
  }

  .supplement {
    width: 96%;
    margin: 3% auto 6%;
    line-height: 1.35;
    font-size: 1.1em;
  }

  .supplement>span {
    display: flex;
    justify-content: space-between;
    width: 70%;
  }

  .supplement span span {
    position: relative;
    background-color: #ffffff;
    display: inline-block;
  }

  .supplement span span:first-of-type {
    background-color: #ffffff;
    z-index: 1;
    padding-right: 2.5%;
  }

  .supplement span span:last-of-type::before {
    content: "………………………";
    position: absolute;
    right: 107%;
  }

  .deliverlyFee {
    width: 96%;
    margin: 0 auto;
    border: 1px solid;
    font-size: 1.2em;
  }

  .deliverlyHeading {
    background-color: #494949;
    color: #ffffff;
    padding: 4%;
    line-height: 1.35;
  }

  .deliverlyTable {
    border-top: 1px solid;
    padding: 5% 2% 5% 4%;
  }

  .deliverlyTable li {
    margin-bottom: 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.35;
    position: relative;
    overflow: hidden;
  }

  .deliverlyTable li:last-of-type {
    margin-bottom: 0;
  }

  .deliverlyTable li::before {
    content: "…………………………………………………………………………………………………………";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
    width: 100%;
  }

  .deliverlyTable li span {
    background-color: #ffffff;
    position: relative;
  }

  .deliverlyTable li span:first-of-type {
    max-width: 61%;
    padding-right: 2.5%;
  }

  .deliverlyTable li span:last-of-type {
    padding-left: 2.5%;
  }

  #credit {
    background-color: #c5ae8b;
    color: #ffffff;
    height: auto;
    padding: 2% 4% 4%;
    width: 96%;
    box-sizing: border-box;
    float: none;
    margin: 0 auto 3vw;
  }

  .creditInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-bottom: 5%; */
  }

  .creditInfo h4 {
    background-color: transparent;
    font-size: 4.5vw;
    text-align: left;
    height: auto;
    font-family: noto-sans-cjk-jp, sans-serif;
    text-indent: 0;
    line-height: 1.35;
  }

  .creditInfo ul {
    margin: 3% auto 0;
  }

  .creditInfo li {
    font-size: 3.6vw;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }

  .creditInfo li a {
    color: #01abaa;
  }

  .creditImg {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .creditImg img {
    display: block;
    width: 48%;
  }

  #personalFullBlock p#prevBtn, #personalFullBlock p#nextBtn {
    display: none;
  }

  .videoThumbnailBox ul {
    width: 94%;
    margin: 0 auto 7%;
    display: flex;
    flex-wrap: wrap;
  }

  .videoThumbnailBox li:nth-of-type(even) {
    margin-right: 0;
  }

  .videoThumbnailBox li::after {
    background: url(/img/personal/icon_video.png) no-repeat;
    background-size: contain;
    content: "";
    height: calc(32vw* 0.25);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    margin: 0 auto;
    width: calc(54vw* 0.25);
    z-index: 1;
    pointer-events: none;
  }

  .videoThumbnailBox .moreReadBtn {
    color: #ffffff;
    font-family: inherit;
    width: 95%;
    height: 12vw;
    background-color: #c29857;
    font-weight: bold;
    line-height: 12vw;
    margin-top: 0;
  }

  .videoMode #innerVideo {
    padding: 1%;
  }

  .videoMode #innerVideo video {
    max-height: 80vh;
  }

  .videoMode #videoCloseBtn {
    width: 6vw;
    height: 6vw;
  }

  .videoThumbnailBox ul.movieAccordion {
    display: none;
    width: 100%;
    margin-bottom: 0;
  }

}