@charset "euc-jp";

/*** reset ***/
#haikei li { list-style: none; }



/* 全体
/******************************/
.primary__inner {
  padding-top: 10px;
}

#haikei {
  position: relative;
  display: block;
  width: 780px;
  height: auto;
  margin: 0 auto 15px;
  background: url(https://assets.angel-live.com/common/event/img/missangel/bg_pc.png) top repeat-y;
  box-shadow: 0 0 0px 3px #fee81f inset;
  overflow: hidden;
}



/* ランキング部分
/******************************/
/*** ランキングセクション ***/
#rankArea {
  position: relative;
  box-sizing: border-box;
  height: 3340px;
  padding-top: 328px;
  background: url(https://assets.angel-live.com/common/event/img/missangel/bgtop_24th.png) top no-repeat;
}

.section.is_top50 {
  position: relative;
}

.section.is_under51 {
  position: relative;
  height: 1712px;
  background: url(https://assets.angel-live.com/common/event/img/missangel/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: 1310px;
  left: 40px;
  width: 700px;
}

.performer-list.is_under51 {
  padding: 45px 40px 0;
}

/* ※51位以下または下位ランクを基準に作成 */
.performer {
  position: relative;
  width: 132px;
  margin-bottom: 15px;
}

.performer > a {
  text-decoration: none;
}

.performer-picture {
  display: block;
  width: 132px;
  height: 102px;
  background: url(https://assets.angel-live.com/common/event/img/missangel/performer_frame.png) 0 0 no-repeat;
  background-size: 100% 100%;
  object-fit: cover;
  overflow: hidden;
}

.performer-picture__image {
  width: 120px;
  height: 90px;
  margin: 6px;
}

.performer-detail {
  margin-top: 4px;
  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: #999999;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: -0.02em;
  text-shadow: -1px -1px rgb(0 0 0 / 20%);
}

.performer-status.status_offline { background-color: #999999; }
.performer-status.status_waiting { background-color: #f3a600; }
.performer-status.status_chating { background-color: #fd7c7c; }
.performer-status.status_twoshot { background-color: #a851ff; }

.performer-name {
  margin-left: 2px;
  font-size: 12px;
}

.performer-point {
  position: relative;
  display: inline-block;
  min-width: 9em;
  margin-top: 5px;
  padding: 3px 10px 0;
  border-top: 1px solid #ffea5e;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.performer-point::before,
.performer-point::after {
  position: absolute;
  top: -4px;
  left: -5px;
  content: "";
  width: 14px;
  height: 7px;
  background: url(https://assets.angel-live.com/common/event/img/missangel/performer_underbar_arrow.png) 0 0 no-repeat;
}

.performer-point::after {
  left: initial;
  right: -5px;
  transform: rotate(180deg);
}

/* 順位 */
.performer-rank {
  width: 92px;
  margin: 0 auto -5px;
}

/* 1位だけ */
.performer-point__label {
  font-weight: normal;
}


/*** 1~10位 ***/
/* メモ：HTMLの構造をシンプルにするため絶対配置 */
.performer-list.is_top10 .performer { position: absolute; }

/* 1位 */
.performer.rank_01 {
  top: 8px;
  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;
}

.performer.rank_01 .performer-detail {
  margin-top: 8px;
}

.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 15px 0;
  font-size: 18px;
}

.performer.rank_01 .performer-rank {
  width: 180px;
  margin-bottom: -10px;
}

/* 2・3位 */
.performer.rank_02,
.performer.rank_03 {
  top: 430px;
  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;
}

.performer.rank_02 .performer-detail,
.performer.rank_03 .performer-detail {
  margin-top: 6px;
}

.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 15px 0;
  font-size: 17px;
}

.performer.rank_02 .performer-rank,
.performer.rank_03 .performer-rank {
  width: 136px;
  margin-bottom: -8px;
}

/* 4~6位 */
.performer.rank_04,
.performer.rank_05,
.performer.rank_06 {
  top: 770px;
  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;
}

.performer.rank_04 .performer-detail,
.performer.rank_05 .performer-detail,
.performer.rank_06 .performer-detail {
  margin-top: 5px;
}

.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: -6px;
}


/* 7~10位 */
.performer.rank_07,
.performer.rank_08,
.performer.rank_09,
.performer.rank_10 {
  top: 1060px;
  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;
}



/* ページャー
/******************************/
.pager {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 40px;
  margin: 0 auto 3px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #4786a1;
  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(#3ccaff, #16a5e7);
  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.angel-live.com/common/event/img/missangel/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: rotate(180deg);
}

.pager-current {
  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: 742px;
  margin: 15px auto 20px;
  padding: 12px 12px 20px;
  background: rgba(26,14,22,.9);
  border-radius: 3px;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #000000, 0 0 0 9px #ff80aa;
  overflow: hidden;
}

#evArea a:link,
#evArea a:active,
#evArea a:hover {
  color: #0066cc;
}

#evArea a:visited {
  text-decoration: none;
  color: #0066cc;
}

.primary .primary__inner dl {
  line-height: 1.5;
}

.primary .primary__inner dl dt {
  font-size: 14px;
  color: #ff80aa;
  font-weight: bold;
}

.primary .primary__inner dl dt.benefit-title {
  margin-bottom: 0;
  color: #ffbf40;
}

.primary .primary__inner dl dd {
  margin: 0 0 15px;
  font-size: 14px;
  color: #ffffff;
}

.primary .primary__inner dl dd:not(.benefit-data) {
  margin-bottom: 40px;
}

.primary .primary__inner dl dd:last-child {
  margin: initial;
}

.primary .primary__inner .benefit-item + .benefit-item {
  margin-top: 20px;
}

.primary .primary__inner dl dd p.note {
  margin-bottom: initial;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5em;
  text-indent: -1em;
}

.primary .primary__inner img {
  display: block;
  max-width: 100%;
}

.primary .primary__inner img.image-sample {
  margin-top: 5px;
}

.primary .primary__inner dl dd ul li {
  margin: initial;
  padding-left: 1em;
  font-size: 12px;
  line-height: 20px;
  text-indent: -1em;
}

.text.is_emphasis {
  font-weight: bold;
  color: #ffff00;
}

.text.is_warning {
  color: #ff0000;
}

.return {
  margin-right: 20px;
}
