@charset "utf-8";
/* --------------------------------------------------
	厄払い
-------------------------------------------------- */
/* ----- コンテンツ基準幅 ----- */
#casinoraid-main {
  margin-right: auto;
  margin-left: auto;
  width: 550px;
  font-size: 14px;
}

/* ----- 見出し ----- */
.casinoraid-text {
  margin-right: auto;
  margin-left: auto;
  width: 520px;
}

/* ----- ふきだし ----- */
.fukidashi {
  position: relative;
  width: 500px;
  height: 120px;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #ffcf48;
  box-shadow: 0px 0px 0px 1px #605d58, 0px 0px 0px 2px #c1bab0;
  margin: 60px auto 100px auto;
  padding: 10px 23px;
  box-sizing: border-box;
}
.fukidashi span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.fukidashi-arrow {
  position: absolute;
  right: 166px;
  bottom: -24px;
  width: 28px;
  height: 24px;
  background: url(../../img/event/casinoraid/fukidashi/fukidashi.png);
}
.fukidashi-image {
  position: absolute;
  right: -30px;
  bottom: -110px;
  width: 165px;
  height: 274px;
  background: url(../../img/event/casinoraid/fukidashi/image.png);
}

.fukidashi-name {
  position: relative;
  top: -50px;
  right: -250px;
  width: 140px;
  height: 37px;
  background: url(../../img/event/casinoraid/fukidashi/name.png);
}
/* ----- イベントメイン ----- */
#casinoraid-monster {
  width: 560px;
  height: 602px;
  position: relative;
  text-align: center;
}
/* ふきだしエリア */
#casinoraid-monster-fukidashi {
  position: relative;
  top: 500px;
  margin-right: auto;
  margin-left: auto;
  width: 494px;
  height: 168px;
  color: #fff;
  font-weight: bold;
}
/* ふきだしテキストエリア */
#casinoraid-monster-text {
  position: absolute;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  bottom: 35px;
  left: 0%;
  right: 0%;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

/* ミッション一覧 */
#casinoraid-main .mission_list_icon {
  text-align: center;
}
#casinoraid-main .mission_list_icon ul {
  width: 470px;
  margin: 0 auto;
}
#casinoraid-main .mission_list_icon li {
  float: left;
  margin-right: 20px;
}
#casinoraid-main .mission_list_icon li:last-child {
  margin-right: 0;
}

#casinoraid-main .mission_list_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  height: 93px;
}
#casinoraid-main .mission_list_head img {
  position: absolute;
  top: 0;
  left: 0;
}
#casinoraid-main .mission_list_defeatcount {
  color: #ffc638;
  font-size: 33px;
  text-shadow: 1px 1px 0px #000;
  width: 130px;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 117px;
  line-height: 1;
}
#casinoraid-main .mission_list_main {
  width: 550px;
  height: 353px;
  margin: 0 auto;
  position: relative;
}

#casinoraid-main .mission_list_bottom {
  width: 550px;
  height: 73px;
  margin: 0 auto;
  background: url(../../img/event/casinoraid/flame_bottom.png);
  text-align: center;
}
#casinoraid-main .mission_list_bottom p {
  color: #fff;
  font-size: 29px;
  line-height: 1.6;
}
#casinoraid-main .mission_list_bottom span {
  font-size: 15px;
}
#casinoraid-monster-text li:first-child {
  margin-bottom: 8px;
}
/* 討伐カウントエリア */
#casinoraid-monster-text li:first-child + li {
  margin-bottom: 18px;
}
/* ステータスエリア */
#casinoraid-monster-status {
  margin-bottom: 18px;
  font-size: 16px;
}
#casinoraid-monster-status .progress {
  /* 経過 */
  color: #ffe000;
}
#casinoraid-monster-status .failure {
  /* 失敗 */
  color: #ff0000;
}
#casinoraid-monster-status .success {
  /* 成功 */
  color: #5cfffd;
}

/* 討伐数 */
#casinoraid-monster-count {
  color: #ff0000;
  font-size: 30px;
}
/* 体力ゲージ */
#casinoraid-monster-hp {
  margin-right: auto;
  margin-left: auto;
  width: 355px;
}
#casinoraid-monster-hp dt {
}
#casinoraid-monster-hp img {
  vertical-align: top !important;
}
/* ゲージはここから */
#casinoraid-monster-hp dd {
  padding-top: 1px;
}
#casinoraid-monster-hp-gauge {
  width: 277px;
  height: 11px;
}
#casinoraid-monster-hp-gauge ul {
  width: 275px;
  height: 9px;
  border: 1px solid #515151;
  background-color: #282828;
}
/* 緑ゲージ */
#casinoraid-monster-hp-gauge li {
  width: 100%;
  height: 9px;
  background-color: #1af419;
}
/* HP半分 */
#casinoraid-monster-hp-gauge li.damaged {
  background-color: #ffd618;
}
#casinoraid-monster-hp-gauge li.dying {
  background-color: #ff0000;
}

.casinoraid-level {
  position: absolute;
  left: 113px;
  bottom: 187px;
  font-weight: bold;
  color: #fff;
}
.casinoraid-mater {
  position: absolute;
  bottom: 185px;
  right: 48px;
  height: 32px;
}
.ico-20 {
  width: 61px;
}
.ico-40 {
  width: 129px;
}
.ico-60 {
  width: 196px;
}
.ico-80 {
  width: 263px;
}
.ico-100 {
  width: 331px;
}

/* ----- 報酬 ----- */
#casinoraid-reward {
}
/* 報酬リスト */
#casinoraid-reward-list {
}
#casinoraid-reward-list .common-table {
  width: 520px;
  font-weight: bold;
  border: 2px solid #463918 !important;
}
#casinoraid-reward-list .common-th,
#casinoraid-reward-list .common-th-em {
  border-bottom: 1px dotted #a0a0a0;
}
#casinoraid-reward-list .common-td {
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #a0a0a0;
}
/* クリア済み報酬 */
.casinoraid-reward-list-cleared .common-table {
  border: 2px solid #a71e1e !important;
}
.casinoraid-reward-list-cleared .common-th-em {
  color: #ffea00;
  background-color: #bd7d00 !important;
}
.casinoraid-reward-list-cleared .common-td {
  color: #d90000;
  background-color: #ffe4b9 !important;
}

.casinoraid-reward-list-count {
  /* 達成数 */
  width: 30%;
  text-align: center !important;
  background-color: #7a6c4a !important;
}
.casinoraid-reward-list-icon {
  /* アイコン */
  width: 11.5%;
  text-align: center;
}
.casinoraid-reward-list-icon img {
  width: 36px;
  height: 36px;
}
.casinoraid-reward-list-name {
  /* 商品名 */
  padding: 0 !important;
  line-height: 1;
}
.casinoraid-reward-list-status {
  /* 達成状況 */
  width: 20%;
}
/* クリアアイコンは通常非表示 */
.casinoraid-reward-list-status img {
  display: none;
}
/* クリアしたらアイコン表示 */
.casinoraid-reward-list-cleared .casinoraid-reward-list-status img {
  display: block;
}
/* 報酬アイテムを受け取るボタン */
#casinoraid-get-reward-button,
#casinoraid-check-reward-button {
  overflow: hidden;
  display: block;
  width: 378px;
  height: 43px;
  text-indent: -9999em;
  background-image: url(../../img/event/casinoraid/btn/get_reward.png);
}
#casinoraid-check-reward-button {
  background-image: url(../../img/event/casinoraid/btn/check_reward.png);
}

/* ----- 報酬アイテム確認画面用 ----- */
/* 報酬リスト */
#casinoraid-reward-list-confirm {
}
#casinoraid-reward-list-confirm .common-table {
  width: 520px;
  font-weight: bold;
  border: 1px solid #777;
}
#casinoraid-reward-list-confirm .common-td {
  border-left: none;
  border-right: none;
}
#casinoraid-reward-list-confirm .common-th {
  border-bottom: 1px dotted #fff;
}

/* ----- トピックスへ戻るボタン ----- */
#casinoraid-back-button {
  overflow: hidden;
  display: block;
  width: 220px;
  height: 30px;
  text-indent: -9999em;
  background-image: url(../../img/event/casinoraid/btn/goto_topics.png);
}

/* ----- アイテム受け取り ----- */
.casinoraid-reward-chara {
  margin: 0 0 24px 0;
}
.casinoraid-reward-chara table {
  margin: auto;
  width: 520px;
  border: 1px solid #777;
  background-color: #fff;
}
.casinoraid-reward-chara th {
  width: 45%;
}
.casinoraid-reward-chara td {
  padding: 4px 10px;
}
.casinoraid-reward-chara img {
  display: block;
}
