@charset "utf-8";
/* --------------------------------------------------
	厄払い
-------------------------------------------------- */
/* ----- コンテンツ基準幅 ----- */
#halloween-main {
	margin-right: auto;
	margin-left: auto;
	width: 558px;
	font-size: 14px;
}

/* ----- 見出し ----- */
.halloween-text {
	margin-right: auto;
	margin-left: auto;
	width: 520px;
}

/* ----- ふきだし ----- */
.fukidashi {
	position: relative;
	width: 500px;
	height: 120px;
	background-color:#fff;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px  #bcb6ac,
    0px 0px 0px 3px #b978ff;
	margin: 0 auto 20px 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:-22px;
	width:28px;
	height:24px;	background:url(../../../img/event/halloween/2021/fukidashi/fukidashi.png);
}
.fukidashi-image {
	position:absolute;
	right:-10px;
	bottom:-90px;
	width:167px;
	height:231px;
}




/**
 * 進捗エリア
 */
.halloween-progress {
  margin-right: auto;
  margin-left: auto;
  width: 550px;
}
  .halloween-progress-main {
    background-image: url(../../../img/event/halloween/2021/progress_nav/box/loop.png);
  }

  .halloween-progress-item-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .halloween-progress-item-group .halloween-progress-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .halloween-progress-item-group .halloween-progress-item:nth-of-type(n+3) {
    margin-top: 15px;
  }
  /* 各エリアの進捗状況 */
  .halloween-progress-item {
    position: relative;
    width: 240px;
    height: 371px;
    background-repeat: no-repeat;
  }
  /* 背景指定 */
  .halloween-progress-item-0 {
    background-image: url(../../../img/event/halloween/2021/progress_nav/base/0.png);
  }
  .halloween-progress-item-1 {
    background-image: url(../../../img/event/halloween/2021/progress_nav/base/1.png);
  }
  .halloween-progress-item-2 {
    background-image: url(../../../img/event/halloween/2021/progress_nav/base/2.png);
  }
  .halloween-progress-item-3 {
    background-image: url(../../../img/event/halloween/2021/progress_nav/base/3.png);
  }
  .halloween-progress-item-4 {
    background-image: url(../../../img/event/halloween/2021/progress_nav/base/4.png);
  }
  /* プログレスバー */
  .halloween-progress-item-bar {
  }
  /* カウント */
  .halloween-progress-item-counter {
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  /* クリアマーク */
  .halloween-progress-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../../../img/event/halloween/2021/progress_nav/clear_effect.png);
    background-repeat: no-repeat;
    display: none;
  }
  /**
   * クリア状態
   */
  .halloween-progress-item.cleared .halloween-progress-item-counter {
    display: none;
  }
  .halloween-progress-item.cleared::after {
    display: block;
  }

.ico-20 {
	width:61px;
}
.ico-40 {
	width:129px;
}
.ico-60 {
	width:196px;
}
.ico-80 {
	width:263px;
}
.ico-100{
	width:331px;
}




/* ----- 報酬 ----- */
#halloween-reward {
}
	/* 報酬リスト */
	#halloween-reward-list {
	}
		#halloween-reward-list .common-table {
      margin-right: auto;
      margin-left: auto;
      width: 550px;
			font-weight: bold;
			border: 2px solid #4c3459!important;
		}
    #halloween-reward-list .common-th-em {
      font-size: 12px;
      background-color: #4c3459;
      padding-top: 8px;
      padding-bottom: 8px;
    }
    #halloween-reward-list .common-th {
      background-color: #7c4d95;
    }
    #halloween-reward-list .common-th,
		#halloween-reward-list .common-th-em,
    #halloween-reward-list .common-td {
      text-align: center;
    }
		#halloween-reward-list .common-th,
		#halloween-reward-list .common-th-em {
			border-bottom: 1px dotted #a0a0a0;
		}
    #halloween-reward-list tr .common-td:first-of-type {
      background-color: #f1d7ff;
    }
    /* 賞品アイコンとラベル */
    .halloween-reward-item {
      display: flex;
      align-items: center;
    }
      .halloween-reward-item div {
        width: 34px;
        height: 34px;
        margin-right: 8px;
      }

    /**
     * クリア状態
     */
    .halloween-reward-list-cleared .common-th {
      color: #ffde00;
      background-color: #ad6800 !important;
    }
    .halloween-reward-list-cleared .common-td {
      color: #d90000;
      background-color: #ffdca8 !important;
    }


/* ----- 報酬アイテム確認画面用 ----- */
/* 報酬リスト */
#halloween-reward-list-confirm {
}
	#halloween-reward-list-confirm .common-table {
		width: 520px;
		font-weight: bold;
		border: 1px solid #777;
	}
	#halloween-reward-list-confirm .common-td {
		border-left: none;
		border-right: none;
	}
	#halloween-reward-list-confirm .common-th {
		border-bottom: 1px dotted #fff;
	}

/* ----- トピックスへ戻るボタン ----- */
#halloween-back-button {
	overflow: hidden;
	display: block;
	width: 220px;
	height: 30px;
	text-indent: -9999em;
	background-image: url(../../../img/event/halloween/2021/btn/topics.png);
}

/* ----- アイテム受け取り ----- */
.halloween-reward-chara {
	margin: 0 0 24px 0;
}
	.halloween-reward-chara table {
		margin: auto;
		width: 520px;
		border: 1px solid #777;
		background-color: #fff;
	}
	.halloween-reward-chara th {
		width: 45%;
	}
	.halloween-reward-chara td {
		padding: 4px 10px;
	}
	.halloween-reward-chara img {
		display: block;
	}