@charset "euc-jp";

/********** 全体 **********/
.event-detail-wrap {
  position: relative;
  display: block;
  width: 780px;
  height: auto;
  margin: 24px auto 0;
  background: url(https://assets.chatpia.jp/common/event/img/madonna/bgrepeat.png) top repeat-y;
  overflow: hidden;
}

.event-detail-wrap img {
  display: block;
  max-width: 100%;
}




/********** ランキング部分 **********/
/***** ランキングセクション *****/
#rankArea {
  position: relative;
  box-sizing: border-box;
  height: 3544px;
  padding-top: 375px;
  background: url(https://assets.chatpia.jp/common/event/img/madonna/bgtop.png) top no-repeat;
}

.section.is_top50 {
  position: relative;
}

.section.is_under51 {
  position: relative;
  height: 1662px;
  background: url(https://assets.chatpia.jp/common/event/img/madonna/bg_under51.png) 0 0 no-repeat;
}



/***** 女性一覧 *****/
.performer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.performer-list.is_11to50 {
  position: absolute;
  top: 1370px;
  left: 35px;
  width: 710px;
  row-gap: 18px;
}

.performer-list.is_under51 {
  row-gap: 20px;
  padding: 30px 35px 0;
}


/*** ※51位以下または下位ランクを基準に作成 ***/
.performer {
  position: relative;
  width: 130px;
}

.performer > a {
  text-decoration: none;
}

.performer-picture {
  display: block;
  width: 130px;
  height: 99px;
  background: url(https://assets.chatpia.jp/common/event/img/madonna/performer_frame.png) 0 0 no-repeat;
  background-size: 100% 100%;
  object-fit: cover;
  overflow: hidden;
}

.performer-picture__image {
  width: 120px;
  height: 90px;
  margin: 5px;
  border-radius: 3px;
}

.performer-detail {
  margin-top: 6px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}

.performer-summary {
  letter-spacing: -0.01em;
}

.performer-status {
  position: relative;
  display: inline-block;
  padding: 2px 3px;
  background-color: #cccccc;
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: -0.02em;
}

.performer-status.status_offline {
  background-color: #cccccc;
}

.performer-status.status_wait {
  background-color: #ebb700;
}

.performer-status.status_party {
  background-color: #dc3f8d;
}

.performer-status.status_2shot {
  background-color: #8843e2;
}

.performer-name {
  margin-left: 2px;
  font-size: 12px;
}

.performer-point {
  position: relative;
  display: inline-block;
  min-width: 9em;
  margin-top: 5px;
  padding: 3px 0 0;
  border-top: 1px solid #ffea5e;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.performer-point::before,
.performer-point::after {
  position: absolute;
  top: -5px;
  left: -5px;
  content: '';
  width: 9px;
  height: 9px;
  background: url(https://assets.chatpia.jp/common/event/img/madonna/performer_underbar_arrow.png) 0 0 no-repeat;
}

.performer-point::after {
  left: initial;
  right: -5px;
  transform: scaleX(-1);
}


/*** 順位 ***/
.performer-rank {
  width: 92px;
  margin: 0 auto -3px;
}

/* 1位だけ */
.performer-point__label {
  font-weight: normal;
}



/***** 1~10位 *****/
/* メモ：HTMLの構造をシンプルにするため絶対配置 */
.performer-list.is_top10 .performer {
  position: absolute;
}


/*** 1位 ***/
.performer.rank_01 {
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 346px;
}

.performer.rank_01 .performer-picture {
  width: 346px;
  height: 266px;
}

.performer.rank_01 .performer-picture__image {
  width: 320px;
  height: 240px;
  margin: 13px;
  border-radius: 6px;
}

.performer.rank_01 .performer-detail {
  margin-top: 12px;
}

.performer.rank_01 .performer-status {
  top: -3px;
  padding: 3px 4px;
  font-size: 16px;
}

.performer.rank_01 .performer-name {
  margin-left: 4px;
  font-size: 24px;
}

.performer.rank_01 .performer-point {
  padding: 5px 25px 0;
  font-size: 18px;
}

.performer.rank_01 .performer-rank {
  width: 180px;
  margin-bottom: -5px;
}


/*** 2・3位 ***/
.performer.rank_02,
.performer.rank_03 {
  top: 445px;
  left: 50%;
  transform: translateX(-108%);
  width: 260px;
}

.performer.rank_03 {
  transform: translateX(8%);
}

.performer.rank_02 .performer-picture,
.performer.rank_03 .performer-picture {
  width: 260px;
  height: 200px;
}

.performer.rank_02 .performer-picture__image,
.performer.rank_03 .performer-picture__image {
  width: 240px;
  height: 180px;
  margin: 10px;
  border-radius: 5px;
}

.performer.rank_02 .performer-detail,
.performer.rank_03 .performer-detail {
  margin-top: 10px;
}

.performer.rank_02 .performer-status,
.performer.rank_03 .performer-status {
  top: -2px;
  padding: 3px 4px;
  font-size: 15px;
}

.performer.rank_02 .performer-name,
.performer.rank_03 .performer-name {
  margin-left: 3px;
  font-size: 19px;
}

.performer.rank_02 .performer-point,
.performer.rank_03 .performer-point {
  padding-top: 4px 25px 0;
  font-size: 17px;
}

.performer.rank_02 .performer-rank,
.performer.rank_03 .performer-rank {
  width: 136px;
  margin-bottom: -4px;
}


/*** 4~6位 ***/
.performer.rank_04,
.performer.rank_05,
.performer.rank_06 {
  top: 800px;
  left: 50%;
  transform: translateX(-50%);
  width: 214px;
}

.performer.rank_04 {
  transform: translateX(-156%);
}

.performer.rank_06 {
  transform: translateX(56%);
}

.performer.rank_04 .performer-picture,
.performer.rank_05 .performer-picture,
.performer.rank_06 .performer-picture {
  width: 214px;
  height: 164px;
}

.performer.rank_04 .performer-picture__image,
.performer.rank_05 .performer-picture__image,
.performer.rank_06 .performer-picture__image {
  width: 200px;
  height: 150px;
  margin: 7px;
  border-radius: 4px;
}

.performer.rank_04 .performer-detail,
.performer.rank_05 .performer-detail,
.performer.rank_06 .performer-detail {
  margin-top: 8px;
}

.performer.rank_04 .performer-status,
.performer.rank_05 .performer-status,
.performer.rank_06 .performer-status {
  top: -2px;
  padding: 3px 4px;
  font-size: 13px;
}
.performer.rank_04 .performer-name,
.performer.rank_05 .performer-name,
.performer.rank_06 .performer-name {
  font-size: 16px;
}

.performer.rank_04 .performer-point,
.performer.rank_05 .performer-point,
.performer.rank_06 .performer-point {
  padding: 0 12px;
  font-size: 16px;
}

.performer.rank_04 .performer-rank,
.performer.rank_05 .performer-rank,
.performer.rank_06 .performer-rank {
  width: 124px;
  margin-bottom: -4px;
}


/*** 7~10位 ***/
.performer.rank_07,
.performer.rank_08,
.performer.rank_09,
.performer.rank_10 {
  top: 1105px;
  left: 50%;
  transform: translateX(-212%);
  width: 162px;
}

.performer.rank_08 {
  transform: translateX(-104%);
}

.performer.rank_09 {
  transform: translateX(4%);
}

.performer.rank_10 {
  transform: translateX(112%);
}

.performer.rank_07 .performer-picture,
.performer.rank_08 .performer-picture,
.performer.rank_09 .performer-picture,
.performer.rank_10 .performer-picture {
  width: 162px;
  height: 124px;
}

.performer.rank_07 .performer-picture__image,
.performer.rank_08 .performer-picture__image,
.performer.rank_09 .performer-picture__image,
.performer.rank_10 .performer-picture__image {
  width: 150px;
  height: 112px;
  margin: 6px;
}

.performer.rank_07 .performer-status,
.performer.rank_08 .performer-status,
.performer.rank_09 .performer-status,
.performer.rank_10 .performer-status {
  top: -1px;
  font-size: 12px;
}

.performer.rank_07 .performer-name,
.performer.rank_08 .performer-name,
.performer.rank_09 .performer-name,
.performer.rank_10 .performer-name {
  font-size: 15px;
}

.performer.rank_07 .performer-point,
.performer.rank_08 .performer-point,
.performer.rank_09 .performer-point,
.performer.rank_10 .performer-point {
  font-size: 15px;
}

.performer.rank_07 .performer-rank,
.performer.rank_08 .performer-rank,
.performer.rank_09 .performer-rank,
.performer.rank_10 .performer-rank {
  width: 112px;
}





/********** もうすぐランクイン 51位以下 **********/
#under51Area .title img {
  margin: 0 auto;
}

.performer-list.is_under51 .performer-picture {
  background-image: url(https://assets.chatpia.jp/common/event/img/madonna/performer_frame_under51.png);
}





/********** ページャー **********/
.pager {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 710px;
  height: 40px;
  margin: 0 auto 3px;
  padding: 6px;
  border: 1px solid #4786a1;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

.pager-btn {
  position: absolute;
  z-index: 1;
  display: inline-block;
  height: 26px;
  padding: 0 7px;
  background: linear-gradient(to bottom, #3ccaff 0%, #16a5e7 100%);
  border-radius: 3px;
  box-shadow: 0 1px #411e08;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-shadow: 1px 1px rgba(0,0,0,.2);
}

.pager-btn.is_next {
  right: 6px;
}

.pager-btn:link, .pager-btn:visited { color: #ffffff; }
.pager-btn:hover { text-decoration: none; }

.pager-btn__inner {
  position: relative;
}

/*.pager-btn.is_prev .pager-btn__inner { padding-left: 18px; }
.pager-btn.is_next .pager-btn__inner { padding-right: 18px; }

.pager-btn__inner::after {
  position: absolute;
  top: 0;
  content: '';
  width: 14px;
  height: 14px;
  background: url(https://assets.chatpia.jp/common/event/img/madonna/pager_arrow.png) 0 0 no-repeat;
}
*/

.pager-btn.is_prev .pager-btn__inner::after { left: 0; }
.pager-btn.is_next .pager-btn__inner::after {
  right: 0;
  transform: scaleX(-1);
}

.pager-current {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  display: block;
  width: 100%;
  letter-spacing: 0.03em;
}

.last-update {
  width: 700px;
  margin: 0 auto;
  font-size: 11px;
  text-align: right;
  color: #ffffff;
}





/********** イベント内容 **********/
#evArea {
  box-sizing: border-box;
  width: 738px;
  margin: 15px auto 20px;
  padding: 25px 20px 20px;
  background: #191716;
  border-radius: 3px;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 7px #000000, 0 0 0 9px #fee52b;
  color: #fff;
  overflow: hidden;
}

#evArea a:link,
#evArea a:active,
#evArea a:hover {
  color: #008bf2;
}

#evArea a:visited {
  text-decoration: none;
  color: #008bf2;
}

.event-detail-item {
  padding: 25px 3px;
  border-top: 1px solid #666;
}
.event-detail-item:first-child {
  padding-top: 0;
  border-top: none;
}

.event-detail__title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fee52b;
}
.event-detail-data + .event-detail__title {
  margin-top: 30px;
}

.event-detail-data {
  font-size: 20px;
  line-height: 1.4;
}
.event-detail-data.is_term {
  font-weight: bold;
}

.event-detail-data__image {
  display: block;
  max-width: 100%;
}
.event-detail-data__image.is_price {
  margin-top: 10px;
  margin-bottom: 5px;
}

.event-detail-data-list {
  list-style-type: none;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.event-detail-data-list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.event-detail-data-list-item:not(:first-child) {
  margin-top: 5px;
}

.text.is_emphasis {
  font-weight: bold;
  color: #ffff1a;
}

/*.text.is_warning {
  color: #ed4141;
}*/

.section.is_event-detail a:link,
.section.is_event-detail a:visited {
  text-decoration: underline;
  color: #d68c2b;
}
.event-detail .text.is_link {
  font-size: 18px;
}



/***** イベント説明内 このページ固有の記述 *****/
.event-detail-data.is_term .event-detail-data-list-item {
  margin-top: 5px;
  font-weight: normal;
}

.section.is_event-detail .image-sample {
  display: block;
  max-width: 100%;
  margin-top: 5px;
}

.image-sample + .event-detail-data-list {
  margin-top: 8px !important;
}

.benefit-item + .benefit-item,
.get-item + .get-item {
  margin-top: 35px;
}

.benefit-title {
  margin-bottom: 0;
  font-weight: bold;
  color: #fcb02b;
}

.benefit-item .text.is_note {
  font-size: 12px;
}

.text.is_award-note {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #31d7fb;
}
.text.is_award-note a {
  color: inherit !important;
}

.get-title {
  margin-bottom: 8px;
}

.get-item .text.is_warning {
  text-align: center;
}

.get-button-wrap {
  margin-top: 15px;
}

.get-button {
  display: block;
  width: 380px;
  height: 102px;
  margin: 0 auto;
  background: linear-gradient(#ff0000 25%, #a10909 90%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 0 0 #7a1a1a, 0 0 0 3px #d10000 inset, 0 0 0 5px #fff inset;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
  color: #fff;
}
.get-item.is_chat-vote .get-button {
  width: 450px;
}

.get-button:disabled {
  background: #ccc;
  box-shadow: 0 2px 0 0 #999, 0 0 0 3px #ccc inset, 0 0 0 5px #fff inset;
  text-shadow: none;
  color: #666;
}



/***** 女性一覧適当に調整 *****/
#evArea .performer-list {
  padding: 5px 0 0 !important;
}
#evArea .performer {
  margin-bottom: 18px;
}
#evArea .performer a:link,
#evArea .performer a:active,
#evArea .performer a:hover {
  color: initial;
}
#evArea .performer a:visited {
  text-decoration: none;
  color: initial;
}
#evArea .performer-detail {
  margin-top: 0;
}



/***** ページ内遷移関連 *****/
a.jump-button {
  position: absolute;
  top: 303px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 15px;
  padding: 11px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: .1s;
}

#jump-get {
  margin-top: -100px;
  padding-top: 125px;
  border-top: none;
}

.event-detail-item.is_naiyo {
  border-bottom: 1px solid #666;
}