@charset "utf-8";

/* CSS Document */
/* =========================================================
	ランキング一覧
========================================================= */
.headingUpdateText {
  /* right: auto; */
  /* font-size: 28px; */
}

#rankingContentsHealth .rankingBox,
#rankingContentsEsthe .rankingBox {
  width: 980px;
  /* height: 211px; */
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #2f2f2f;
  padding: 20px;
  color: #ffffff;
}

#rankingContentsHealth .rankingBox:last-child,
#rankingContentsEsthe .rankingBox:last-child {
  margin-bottom: 0;
}

#rankingContentsHealth .rankingBox,
#rankingContentsEsthe .rankingBox {
  /* border-radius: 5px; */
}

#rankingContentsHealth .rankingBox {
  /* border: 1px solid #2b6ce2; */
}

#rankingContentsEsthe .rankingBox {
  /* border: 1px solid #158039; */
}

#rankingContentsHealth .rankingBox:last-child,
#rankingContentsEsthe .rankingBox:last-child {
  margin-bottom: 0;
}

/*画像*/
.rankingPhoto {
  /* margin: 0 17px 0 12px; */
  width: 182px;
}

.rankingPhoto img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 0%;
}

/*プロフとか*/
.flexColumn {
  display: flex;
}

.rankingData {
  /* margin: 2px 23px 0 0; */
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rankingBox:last-child {
  margin-bottom: 0;
}

#middleBox p.rankingNumber {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#middleBox p.rankingNumber span {
  font-weight: inherit;
  font-size: 0.8em;
}

.rankingData a {
  color: inherit;
  text-decoration: none;
}

#middleBox p.girlsName .girlsAge {
  font-weight: inherit;
  font-size: 0.83em;
}

#middleBox p.girlsName a {
  font-size: 24px;
  /* text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 0px 2px 0 #ffffff, 0 -2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff; */
  color: inherit;
  font-weight: 700;
}
#middleBox p.girlsData {
  /* margin: 7px 0 0; */
  font-size: 16px;
  /* letter-spacing: 0.2px; */
  /* line-height: 1.5em; */
  /* color: #2f2f2f; */
  /* position: relative; */
  text-align: center;
}

.rankingData ul {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 5px 0;}

.rankingData li {
  color: #ffffff;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  font-size: 18px;
}

.rankingData li.girlsRegion {
  background-color: #1c1c1e;
  width: 90px;
}

.rankingData li.girlsIndustry {
  width: 100px;
}

#rankingContentsHealth .rankingData li.girlsIndustry {
  background-color: #5bc0eb;
}

#rankingContentsEsthe .rankingData li.girlsIndustry {
  background-color: #fb8b24;
}

/*店舗バナー*/
#rankingContentsHealth .rankingData .shopBanner,
#rankingContentsEsthe .rankingData .shopBanner {
  /* margin-top: 23px; */
  position: relative;
}

#rankingContentsHealth .rankingData .shopBanner a,
#rankingContentsEsthe .rankingData .shopBanner a {
  /* margin-left: 3px; */
}

#rankingContentsHealth .rankingData .shopBanner a:hover,
#rankingContentsEsthe .rankingData .shopBanner a:hover {
  opacity: 0.7;
}

/*お店からのテキスト*/
.rankingComment {
  z-index: 10;
  width: 522px;
}

#rankingContentsHealth .rankingComment>p,
#rankingContentsEsthe .rankingComment>p {
  font-weight: bold;
  font-size: 20px;
  color: #005fd5;
  margin-top: -3px;
  margin-bottom: 2px;
}

/*1位*/
#rankingContentsHealth .rankingBox:first-child .rankingComment>p,
#rankingContentsEsthe .rankingBox:first-child .rankingComment>p {
  color: #baa449;
}

/*2位*/
#rankingContentsHealth .rankingBox:nth-child(2) .rankingComment>p,
#rankingContentsEsthe .rankingBox:nth-child(2) .rankingComment>p {
  color: #9499a2;
}

/*3位*/
#rankingContentsHealth .rankingBox:nth-child(3) .rankingComment>p,
#rankingContentsEsthe .rankingBox:nth-child(3) .rankingComment>p {
  color: #cd6f54;
}

.commentText {
  overflow: auto;
  /* border: 1px solid #d8e6f1; */
  background-color: #555555;
  width: 100%;
  height: 242px;
  box-sizing: border-box;
  font-size: 13px;
  padding: 5px 10px;
  display: block!important;
}

/*1位*/
.commentText {
  /* border-color: #555555; */
}

/*2位*/
#rankingContentsHealth .rankingBox:nth-child(2) .rankingComment .commentText,
#rankingContentsEsthe .rankingBox:nth-child(2) .rankingComment .commentText {
  border-color: #d8e6f1;
}

/*3位*/
#rankingContentsHealth .rankingBox:nth-child(3) .rankingComment .commentText,
#rankingContentsEsthe .rankingBox:nth-child(3) .rankingComment .commentText {
  border-color: #d8e6f1;
}

#middleBox p.girlsName {
  /* margin: 0; */
  /* width: 203px; */
  text-align: center;
  line-height: 1;
  margin-top: 4px;
}


#middleBox .commentText p {
  /* margin: 16px 19px 16px 19px; */
  color: #ffffff;
  line-height: 1.75;
}

#middleBox p {
  font-size: 16px;
}

/*ランキング画像*/
#rankingContentsHealth .rankingBox .rankingInfo,
#rankingContentsEsthe .rankingBox .rankingInfo {
  text-align: center;
  float: right;
  margin-left: 10px;
  margin-top: -2px;
  position: relative;
}

#rankingContentsHealth .rankingBox .rankingInfo:after,
#rankingContentsEsthe .rankingBox .rankingInfo:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-image: url(/img/ranking/heart01.png);
  width: 120px;
  height: 120px;
  left: -10px;
  top: 90px;
}

#rankingContentsHealth .rankingBox:nth-child(2) .rankingInfo:after,
#rankingContentsEsthe .rankingBox:nth-child(2) .rankingInfo:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-image: url(/img/ranking/heart02.png);
  width: 120px;
  height: 120px;
  left: -10px;
  top: 90px;
}

#rankingContentsHealth .rankingBox:nth-child(3) .rankingInfo:after,
#rankingContentsEsthe .rankingBox:nth-child(3) .rankingInfo:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-image: url(/img/ranking/heart03.png);
  width: 120px;
  height: 120px;
  left: -10px;
  top: 90px;
}

#rankingContentsHealth .rankingBox:nth-child(n+4) .rankingInfo:after,
#rankingContentsEsthe .rankingBox:nth-child(n+4) .rankingInfo:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-image: url(/img/ranking/heart04.png);
  width: 120px;
  height: 120px;
  left: -10px;
  top: 90px;
}

#rankingContentsHealth .rankingBox .rankingInfo .imgRank,
#rankingContentsEsthe .rankingBox .rankingInfo .imgRank {
  margin: -11px auto 12px;
}

#rankingContentsHealth .rankingBox .rankingInfo .imgRank img,
#rankingContentsEsthe .rankingBox .rankingInfo .imgRank img {
  margin-left: -2px;
  margin-top: 6px;
}

#rankingContentsHealth .rankingBox .rankingInfo .rankUp,
#rankingContentsHealth .rankingBox .rankingInfo .rankConstant,
#rankingContentsHealth .rankingBox .rankingInfo .rankDown,
#rankingContentsEsthe .rankingBox .rankingInfo .rankUp,
#rankingContentsEsthe .rankingBox .rankingInfo .rankConstant,
#rankingContentsEsthe .rankingBox .rankingInfo .rankDown {
  font-size: 18px;
  line-height: 1em;
  position: relative;
  display: inline-block;
  text-indent: 1.2em;
  color: #2f2f2f;
}

#rankingContentsHealth .rankingBox .rankingInfo .newMark,
#rankingContentsEsthe .rankingBox .rankingInfo .newMark {
  background-color: #ff0000;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 1em;
  padding: 2px 0;
  width: 66px;
  position: relative;
}

#rankingContentsHealth .rankingBox .rankingInfo .rankUp:after,
#rankingContentsHealth .rankingBox .rankingInfo .rankConstant:after,
#rankingContentsHealth .rankingBox .rankingInfo .rankDown:after,
#rankingContentsHealth .rankingBox .rankingInfo .newMark:after,
#rankingContentsEsthe .rankingBox .rankingInfo .rankUp:after,
#rankingContentsEsthe .rankingBox .rankingInfo .rankConstant:after,
#rankingContentsEsthe .rankingBox .rankingInfo .rankDown:after,
#rankingContentsEsthe .rankingBox .rankingInfo .newMark:after {
  content: "";
  background: url(/img/ranking/icon_rank.jpg);
  display: block;
  width: 17px;
  height: 17px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

#rankingContentsHealth .rankingBox .rankingInfo .rankUp:after,
#rankingContentsEsthe .rankingBox .rankingInfo .rankUp:after {
  background-position: center top;
}

#rankingContentsHealth .rankingBox .rankingInfo .newMark:after,
#rankingContentsEsthe .rankingBox .rankingInfo .newMark:after {
  background-position: center top;
  top: 4px;
  left: -23px;
}

#rankingContentsHealth .rankingBox .rankingInfo .rankConstant:after,
#rankingContentsEsthe .rankingBox .rankingInfo .rankConstant:after {
  background-position: center center;
}

#rankingContentsHealth .rankingBox .rankingInfo .rankDown:after,
#rankingContentsEsthe .rankingBox .rankingInfo .rankDown:after {
  background-position: center bottom;
}

#rankingContentsHealth .rankingBox .rankingInfo .rankUp span,
#rankingContentsHealth .rankingBox .rankingInfo .rankConstant span,
#rankingContentsHealth .rankingBox .rankingInfo .rankDown span,
#rankingContentsEsthe .rankingBox .rankingInfo .rankUp span,
#rankingContentsEsthe .rankingBox .rankingInfo .rankConstant span,
#rankingContentsEsthe .rankingBox .rankingInfo .rankDown span {
  font-size: 18px;
}

#rankingContentsHealth .rankingBox .rankingInfo .rankUp span,
#rankingContentsEsthe .rankingBox .rankingInfo .rankUp span {
  color: #ff6b11;
}

#rankingContentsHealth .rankingBox .rankingInfo .rankConstant span,
#rankingContentsEsthe .rankingBox .rankingInfo .rankConstant span {
  color: #2cad47;
}

#rankingContentsHealth .rankingBox .rankingInfo .rankDown span,
#rankingContentsEsthe .rankingBox .rankingInfo .rankDown span {
  color: #405781;
}

.rankingPhoto:hover,
.girlsName:hover {
  opacity: 0.7;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

/*タブのスタイル*/
.tabs>div {
  width: 50%;
  height: 60px;
  background-color: #555555;
  color: #FFFFFF;
  transition: all 0.2s ease;
  /* border-radius: 6px 6px 0px 0px; */
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.tabs>div.active::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 230px;
  bottom: -12px;
  border-top: 12px solid #555555;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.tabs>div.esthe.active:after {
  /* content: ''; */
  /* position: absolute; */
  /* display: block; */
  /* width: 0; */
  /* height: 0; */
  /* left: 230px; */
  /* bottom: -12px; */
  /* border-top: 15px solid #555555; */
  /* border-right: 15px solid transparent; */
  /* border-left: 15px solid transparent; */
}

#fullBox .tabs div p {
  font-size: 24px;
  font-weight: 700;
}

.tabs>.health {
  /* margin-right: 5px; */
  /* padding-right: 5px; */
  cursor: pointer;
}

.tabs>.esthe {
  /* margin-left: 5px; */
  /* padding-left: 5px; */
  cursor: pointer;
}

.tabs>div:hover {
  opacity: 0.75;

}

/*タブ切り替えの中身のスタイル*/
.tabContent {
  margin-top: 16px;
  clear: both;
}

.tabs .health.active {
  /* background: #2056c8; */
  /* color: #FFFFFF; */
  opacity: 1;
}

.tabs .esthe.active {
  /* background: #158039; */
  color: #FFFFFF;
  opacity: 1;
}

.padd {
  padding: 20px 20px 20px 0;
  display: flex;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}


/*下部タブのスタイル*/
.tabs_2 {
  margin-top: 50px;
  width: 980px;
  margin: 20px auto;
  display: flex;
}

.tabs_2>div {
  /* width: 480px; */
  /* height: 57px; */
  /* background-color: #b7b7b7; */
  /* color: #FFFFFF; */
  /* transition: all 0.2s ease; */
  /* border-radius: 0px 0px 6px 6px; */
  /* position: relative; */
  /* display: flex; */
  /* justify-content: center; */
  /* flex-direction: column; */
  /* align-items: center; */
}

.tabs_2>div.active::after {
  /* content: ''; */
  /* position: absolute; */
  /* display: block; */
  /* width: 0; */
  /* height: 0; */
  /* left: 230px; */
  /* top: -12px; */
  /* border-bottom: 15px solid #2056c8; */
  /* border-right: 15px solid transparent; */
  /* border-left: 15px solid transparent; */
  top: -12px;
  bottom: auto;
  transform: rotate(180deg);
}

.tabs_2>div.esthe.active:after {
  /* content: ''; */
  /* position: absolute; */
  /* display: block; */
  /* width: 0; */
  /* height: 0; */
  /* left: 230px; */
  /* top: -12px; */
  /* border-bottom: 15px solid #158039; */
  /* border-right: 15px solid transparent; */
  /* border-left: 15px solid transparent; */
}

#fullBox .tabs_2 div p {
  /* font-size: 26px; */
}

.tabs_2>.health {
  /* margin-right: 5px; */
  /* padding-right: 5px; */
  /* cursor: pointer; */
}

.tabs_2>.esthe {
  /* margin-left: 5px; */
  /* padding-left: 5px; */
  /* cursor: pointer; */
}

.tabs_2>div:hover {
  opacity: 0.75;

}

.tabContent {
  margin-top: 22px;
  clear: both;
}

.tabs_2 .health.active {
  /* background: #2056c8; */
  /* color: #FFFFFF; */
  /* opacity: 1; */
}

.tabs_2 .esthe.active {
  /* background: #158039; */
  /* color: #FFFFFF; */
  /* opacity: 1; */
}

.padd {
  padding: 20px 20px 20px 0;
  display: flex;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}
/*end 下部タブのスタイル*/




/* アニメーション */
@keyframes show {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tabContent.active .rankingBox {
  opacity: 0;
}

.tabContent.active .rankingBox:nth-child(1) {
  animation: show 1s ease 0s 1 forwards;
}

.tabContent.active .rankingBox:nth-child(2) {
  animation: show 1s ease 0.5s 1 forwards;
}

.tabContent.active .rankingBox:nth-child(3) {
  animation: show 1s ease 1s 1 forwards;
}

.tabContent.active .rankingBox:nth-child(n+4) {
  animation: show 1s ease 1.5s 1 forwards;
}

/* 200525ランキングに出勤日表示 */
#middleBox .rankingBox p.girlsDate {
  /* border-bottom: none; */
  padding: 0;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  /* margin: 4px auto; */
  /* letter-spacing: 0; */
  position: relative;
  padding-left: 28%;
}

#middleBox .rankingBox p.girlsDate span {
  font-weight: bold;
  margin-right: 8px;
}

#middleBox .rankingBox.today p.girlsDate {
  /* background-color: #4a57ff; */
  /* color: #ffffff; */
}

#middleBox .rankingBox p.girlsDate::before {
  content: "次回";
  font-size: 18px;
  line-height: 31px;
  height: auto;
  text-align: center;
  background-color: transparent;
  /* position: static; */
  display: inline-block;
  border-right: 1px solid #ffffff;
  width: 28%;
  /* margin-right: 15px; */
  letter-spacing: 0;
  text-indent: 0;
  position: absolute;
  top: -1px;
  left: 0;
}

#middleBox .rankingBox.today p.girlsDate::before {
  content: "本日";
  background-color: #ffffff;
  /* border-color: #ffffff; */
}

/* /200525ランキングに出勤日表示 */
