.charaarea {
  position: relative;
  width: 700px;
  height: 460px;
  margin: 18px 0 0 58px;
}
.charaarea figure {
  margin: 0 auto;
  padding: 0;
}
.charaarea .chara_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 460px;
  margin: 0 auto;
  padding: 0;
}
.charaarea .chara_list li {
  cursor: pointer;
  position: absolute;
  list-style: none;
}
.charaarea .chara_list li p {
  display: block;
  width: 62px;
  height: 82px;
  background: none;
  font-size: 0;
  text-indent: -9999px;
  transition: .4s background ease;
  -webkit-transition: .4s background ease;
}
.charaarea .chara_list li:hover p {
  background: rgba(204, 0, 0, 0.3);
}
.charaarea .chara_list li:nth-child(1) {
  top: 205px;
  right: 202px;
}
.charaarea .chara_list li:nth-child(2) {
  bottom: 63px;
  right: 202px;
}
.charaarea .chara_list li:nth-child(3) {
  top: 63px;
  right: 147px;
}
.charaarea .chara_list li:nth-child(4) {
  top: 64px;
  right: 311px;
}
.charaarea .chara_list li:nth-child(5) {
  top: 169px;
  left: 24px;
}
.charaarea .chara_list li:nth-child(6) {
  top: 122px;
  left: 103px;
}
.charaarea .chara_list li:nth-child(7) {
  top: 50px;
  left: 24px;
}
.charaarea .chara_list li:nth-child(8) {
  top: 205px;
  left: 300px;
}
.charaarea .chara_list li:nth-child(9) {
  bottom: 63px;
  left: 300px;
}
.charaarea .chara_list li:nth-child(10) {
  bottom: 63px;
  right: 74px;
}
.charaarea .chara_list li:nth-child(11) {
  top: 205px;
  right: 76px;
}
.charaarea .chara_list li:nth-child(12) {
  top: 64px;
  right: 22px;
}

.floatcontents {
  position: absolute;
  width: 700px;
  height: 460px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.9;
  display: none;
  opacity: 0;
  z-index: 900;
  overflow: hidden;
}
.floatcontents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.floatcontents .modal_close {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 21;
  cursor: pointer;
  transition: .4s opacity ease;
  -webkit-transition: .4s opacity ease;
}
.floatcontents .modal_close:hover {
  opacity: .7;
}
.floatcontents .images {
  position: absolute;
  background: no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

@media only screen and (min-width: 751px) {
  .floatcontents .images {
    width: 700px;
    height: 460px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .floatcontents .images img {
    width: 100%;
  }
}

/*# sourceMappingURL=chara.css.map */
