@charset "utf-8";

.wise-main {
  margin-right: auto;
  margin-left: auto;
  width: 560px;
  font-size: 14px;
}
/**
 * 汎用ボタン
 */
.wise-btn {
  cursor: pointer;
  display: block;
  overflow: hidden;
  height: 43px;
}
  .wise-btn:hover img:nth-of-type(1) {
    display: none;
  }
.wise-btn.is-lg {
  width: 378px;
}
.wise-btn.is-sm {
  width: 230px;
  height: 26px;
}

/**
 * テキスト系
 */
.text-lg {
  font-size: 16px;
}
.text-sm {
  font-size: 12px;
}
.text-strong {
  color: #d00000;
}

/**
 * 壁
 */
.wise-wall {
  position: relative;
  height: 612px;
}
.wise-wall.is-small {
  height: 452px;
}
.wise-wall-wrapper {
  margin-top: 60px;
}

/**
 * 壁タイトル
 */
.wise-wall-ttl {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.wise-wall-ttl img {
  margin-top: -38px;
}
/**
 * 壁背景
 */
.wise-wall-bg,
.wise-wall-monster {
  position: absolute;
}
/**
 * 壁の中身
 */
.wise-wall-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
/**
 * テキスト表示エリア
 */
.wise-wall-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  color: #fff;
}

/**
 * 討伐対象ボックス
 */
.wise-wall-target {
  position: relative;
  box-sizing: border-box;
  padding-top: 6px;
  width: 268px;
  height: 78px;
  background-image: url(../../img/event/wisemanswall/target/frame.png);
}
.wise-wall-target:nth-of-type(1) {
  top: 180px;
  left: 18px;
}
.wise-wall-target:nth-of-type(2) {
  top: 226px;
  left: 270px;
}
.wise-wall-target:nth-of-type(3) {
  top: 270px;
  left: 18px;
}
.wise-wall-target-text {
  color: #fff;
  text-align: center;
}
.wise-wall-target-text span {
  color: #ff0000;
}
.wise-wall-target-nav {
  padding-top: 4px;
}

/**
 * 討伐対象モンスター
 */
.wise-wall-target-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 500px;
}
.wise-wall-target-list-title {
  margin-top: 40px;
}
.wise-wall-target-list-close {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;;
}
/* 名前箱 */
.wise-wall-target-list-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 1);
  background-image: url(../../img/event/wisemanswall/target/deco.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  line-height: 3;
}
.wise-wall-target-list-box-inner {
  width: 400px;
  overflow: auto;
}
.wise-wall-target-list-box-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 380px;
  height: 300px;
}
.wise-wall-target-list-box-scroll.is-overflow {
  display: block;
}