@charset "euc-jp";

/********** メニュー アクティブ **********/
.header-menu-list-item.is_ranking .header-menu-list-item__link {
  box-shadow: 0 -3px 0 #a0107c inset;
  color: #ab48a2;
}

.ranking.is_daily .sub-menu-list-item.is_daily .sub-menu-list-item__link,
.ranking.is_weekly .sub-menu-list-item.is_weekly .sub-menu-list-item__link,
.ranking.is_monthly .sub-menu-list-item.is_monthly .sub-menu-list-item__link{
  box-shadow: 0 -2px 0 #79016c inset;
  font-weight: bold;
  text-decoration: none;
  color: #ab48a2;
}

.primary img {
  display: block;
  max-width: 100%;
}

#daily, #weekly, #monthly {
  padding-top: 10px;
  background: url(https://assets.chatpia.jp/common/img/ranking/ranking_bg.png) repeat;
}

.ranking-description {
  margin: 0 10px 135px;
  padding: 10px;
  background: rgba(0, 0, 0, .5);
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
}



/********** 日別/週間/月間タブ **********/
.ranking-tab {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 98px;
  margin-top: -115px;
  padding-left: 20px;
  padding-right: 20px;
}

.ranking-tab-item {
  width: 250px;
  height: fit-content;
}

.ranking-tab-item.is_active {
  position: relative;
  top: -26px;
  width: 280px;
}

.ranking-tab-item-link {
  display: block;
}

.ranking-tab-item-link__image {
  filter: drop-shadow(0 -2px 2px rgba(255, 255, 0, .5));
}

.ranking-tab-item.is_active .ranking-tab-item-link__image { filter: none; }



/***** セクションとボックス *****/
.section.is_top5 {
  box-sizing: border-box;
  height: 920px;
  margin-bottom: initial;
  padding-top: 12px;
  background: url(https://assets.chatpia.jp/common/img/ranking/ranking_top5_bg.png) 0 0 no-repeat;
  background-color: #69145d;
  border-radius: 6px 6px 0 0;
}

.section.is_top5 .performer-list {
  position: relative;
  margin-top: 132px;
}

.section.is_under6 {
  margin-top: -8px;
  padding-bottom: 12px;
}

.section.is_under6 .performer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 0 17px 12px;
}


/********** 各女性 **********/
.performer {
  box-sizing: border-box;
  width: 276px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #f6edf4, 0 0 0 5px rgba(220, 193, 215, .5), 0 6px 8px 8px rgb(0, 0, 0, .2);
  text-align: center;
}

.section.is_top5 .performer {
  position: absolute;
}

.performer.no_1 {
  left: 50%;
  transform: translateX(-50%);
}

.performer.no_2,
.performer.no_3 {
  top: 70px;
  width: 226px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #f6edf4, 0 0 0 3px rgba(220, 193, 215, .5), 0 4px 6px 6px rgb(0, 0, 0, .2);
}

.performer.no_2 { left: 22px; }
.performer.no_3 { right: 22px; }

.performer.no_4,
.performer.no_5 {
  top: 430px;
  width: 208px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #f6edf4, 0 0 0 2px rgba(220, 193, 215, .5), 0 3px 4px 4px rgb(0, 0, 0, .2);
}

.performer.no_4 { left: 191px; }
.performer.no_5 { right: 191px; }

.performer.no_under6 {
  position: relative;
  width: calc((100% - 24px) / 3);
  margin-bottom: 12px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #f6edf4, 0 3px 4px 4px rgb(0, 0, 0, .2);
  text-align: left;
}

.performer-link {
  display: block;
  padding: 9px 9px 8px;
}

.performer-link.graduated {
  cursor: initial;
}

.performer.no_under6 .performer-link {
  padding: 7px;
}

.performer-link:link,
.performer-link:visited {
  color: #444;
}


/*** 順位アイコン 1?5位 ***/
.section.is_top5 .performer::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
}

.performer.no_1::before {
  top: -106px;
  width: 132px;
  height: 114px;
  background: url(https://assets.chatpia.jp/common/img/ranking/main_daily_no1.png) 0 0 no-repeat;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .2));
}

#weekly .performer.no_1::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_weekly_no1.png); }
#monthly .performer.no_1::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_monthly_no1.png); }

.performer.no_2::before,
.performer.no_3::before {
  top: -91px;
  width: 118px;
  height: 98px;
  background: url(https://assets.chatpia.jp/common/img/ranking/main_daily_no2.png) 0 0 no-repeat;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .2));
}

#daily .performer.no_3::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_daily_no3.png); }
#weekly .performer.no_2::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_weekly_no2.png); }
#weekly .performer.no_3::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_weekly_no3.png); }
#monthly .performer.no_2::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_monthly_no2.png); }
#monthly .performer.no_3::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_monthly_no3.png); }

.performer.no_4::before,
.performer.no_5::before {
  top: -79px;
  width: 104px;
  height: 86px;
  background: url(https://assets.chatpia.jp/common/img/ranking/main_daily_no4.png) 0 0 no-repeat;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2));
}

#daily .performer.no_5::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_daily_no5.png); }
#weekly .performer.no_4::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_weekly_no4.png); }
#weekly .performer.no_5::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_weekly_no5.png); }
#monthly .performer.no_4::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_monthly_no4.png); }
#monthly .performer.no_5::before { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_monthly_no5.png); }


/*** サムネイル ***/
.performer-picture {
  display: block;
  object-fit: cover;
  height: 192px;
  border-radius: 6px;
  overflow: hidden;
}

.performer.no_2 .performer-picture,
.performer.no_3 .performer-picture {
  height: 156px;
  border-radius: 4px;
}

.performer.no_4 .performer-picture,
.performer.no_5 .performer-picture {
  height: 141px;
  border-radius: 3px;
}

.performer.no_under6 .performer-picture {
  flex-shrink: 0;
  width: 88px;
  height: 66px;
  margin-right: 5px;
  border-radius: 3px;
}


/*** 一言コメント ***/
.performer-comment {
  position: relative;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 6px 8px;
  background: #f6ecf7;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.3;
}

.performer.no_2 .performer-comment,
.performer.no_3 .performer-comment {
  height: 42px;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 13px;
}

.performer.no_4 .performer-comment,
.performer.no_5 .performer-comment {
  height: 40px;
  padding: 4px 6px;
  border-radius: 3px;
  font-size: 12px;
}

.performer.no_under6 .performer-comment {
  margin-top: 4px;
  padding: 4px 5px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.performer-comment::before {
  position: absolute;
  top: -9px;
  left: 9px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f6ecf7 transparent;
  border-width: 0 0 9px 9px;
}

.performer.no_4 .performer-comment::before,
.performer.no_5 .performer-comment::before {
  left: 6px;
}

.performer.no_under6 .performer-comment::before {
  content: none;
}


/*** オンラインステータス ***/
.performer-status {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.performer.no_1 .performer-status {
  margin-top: 8px;
  padding-bottom: 4px;
  font-size: 14px;
}

.performer.no_under6 .performer-status {
  margin-top: 0;
  padding: 3px 7px 4px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.performer-status.offline { background-color: #a7a7a7; }
.performer-status.waiting { background-color: #d18a00; }
.performer-status.chating { background-color: #da3d8b; }
.performer-status.twoshot { background-color: #812fcc; }
.performer-status.status_4 { background-color: #2b8fdc; }


/*** 基本情報 ***/
.performer-summary {
  margin-top: 4px;
  color: #9a0074;
  white-space: nowrap;
}

.performer.no_under6 .performer-summary {
  margin-top: 7px;
  padding-left: 2px;
}

.performer.no_1 .performer-summary {
  margin-top: 2px;
}

.performer-name {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.performer.no_1 .performer-name {
  font-size: 20px;
}

.performer.no_under6 .performer-name {
  display: block;
  margin-bottom: 2px;
  line-height: 1;
}

.performer-age,
.performer-cup {
  font-size: 14px;
  letter-spacing: 0.01em;
}

.performer.no_under6 .performer-age,
.performer.no_under6 .performer-cup {
  font-size: 12px;
}


/*** 6位以下固有 ***/
.performer.no_under6 .performer-number {
  position: absolute;
  top: -4px;
  left: 1px;
  width: 25px;
  height: 22px;
  padding-top: 4px;
  background: url(https://assets.chatpia.jp/common/img/ranking/main_daily_under6_ribbon.png) 0 0 no-repeat;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, .2);
  letter-spacing: 0.02em;
  color: #fff;
}

#weekly .performer.no_under6 .performer-number { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_weekly_under6_ribbon.png); }
#monthly .performer.no_under6 .performer-number { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_monthly_under6_ribbon.png); }

.performer.no_under6 .performer-profile {
  display: flex;
}



/********** ページャー **********/
.pager {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 800px;
  height: 40px;
  margin: 0 auto;
  padding: 7px 9px;
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.pager-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 26px;
  padding-left: 7px;
  padding-right: 7px;
  background: linear-gradient(to bottom, #b85c23, #893500);
  border-radius: 2px;
  box-shadow: 0 1px #411e08;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  text-shadow: 1px 1px rgba(0, 0, 0, .2);
  letter-spacing: 0.03em;
}

.pager-btn:link, .pager-btn:visited { color: #fff; }
.pager-btn:hover { text-decoration: none; }

#weekly .pager-btn {
  background: linear-gradient(to bottom, #d74066, #911a32);
  box-shadow: 0 1px #560c1b;
}

#monthly .pager-btn {
  background: linear-gradient(to bottom, #008c8c, #006565);
  box-shadow: 0 1px #012b2b;
}

.pager-btn__inner {
  position: relative;
}

.pager-btn.is_prev .pager-btn__inner { padding-right: 16px; }
.pager-btn.is_next .pager-btn__inner { padding-left: 16px; }

.pager-btn__inner::after {
  position: absolute;
  top: 1px;
  content: '';
  width: 12px;
  height: 12px;
  background: url(https://assets.chatpia.jp/common/img/ranking/main_pager_arrow_daily.png) 0 0 no-repeat;
  filter: drop-shadow(1px 1px rgba(0, 0, 0, .2));
}

#weekly .pager-btn__inner::after { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_pager_arrow_weekly.png); }
#monthly .pager-btn__inner::after { background-image: url(https://assets.chatpia.jp/common/img/ranking/main_pager_arrow_monthly.png); }

.pager-btn.is_prev .pager-btn__inner::after { right: 0; }
.pager-btn.is_next .pager-btn__inner::after {
  left: 0;
  transform: rotate(180deg);
  filter: drop-shadow(-1px -1px rgba(0, 0, 0, .1));
}

.pager-current {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  display: block;
  width: 100%;
  letter-spacing: 0.03em;
}