#chart .diagram {
  position: relative;
  margin: 0 auto;
  background-size: 100%;
}

#chart .diagram ul, #chart .diagram ul li {
  position: absolute;
  width: max-content;
  height: max-content;
}

#chart .diagram ul li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

#chart .diagram ul li a img {
  display: block;
}
#chart .diagram ul li.sz-l a img {
  width: 190px;
  height: 235px;
}

#chart ul li.chara_a {
  left:367px;
  top: 338px;
}

#chart ul li.chara_b {
  left: 627px;
  top: 403px;
}

#chart ul li.chara_c {
  left: 105px;
  top: 403px;
}

#chart ul li.chara_d {
  left:255px;
  top: 698px;
}

#chart ul li.chara_e {
  left: 475px;
  top: 698px;
}

#chart ul li.chara_f {
  left: 35px;
  top: 698px;
}

#chart ul li.chara_g {
  left: 697px;
  top: 698px;
}

#chart ul li.chara_h {
  left: 475px;
  top: 993px;
}

#chart ul li.chara_i {
  left: 250px;
  top: 53px;
}

#chart ul li.chara_j {
  left: 697px;
  top: 993px;
}

#chart ul li.chara_k {
  left: 35px;
  top: 993px;
}

#chart ul li.chara_l {
  left: 255px;
  top: 993px;
}

#chart ul li.chara_m {
  left: 20px;
  top: 53px;
}

#chart ul li.chara_n {
  left: 255px;
  top: 1288px;
}

#chart ul li.chara_o {
  left: 475px;
  top: 1288px;
}

#chart ul li.chara_p {
  left: 10px;
  top: 1288px;
}

#chart ul li.chara_q {
  left: 480px;
  top: 53px;
}

#chart ul li.chara_r {
  left: 475px;
  top: 2205px;
}

#chart ul li.chara_s {
  left: 720px;
  top: 1288px;
}

#chart ul li.chara_t {
  left: 710px;
  top: 53px;
}

#chart ul li.chara_u {
  left: 255px;
  top: 2205px;
}

#chart ul li.chara_v {
  left: 364px;
  top: 1593px;
}

#chart ul li.chara_w {
  left: 584px;
  top: 1593px;
}

#chart ul li.chara_x {
  left: 144px;
  top: 1593px;
}

#chart ul li.chara_y {
  left: 475px;
  top: 1868px;
}

#chart ul li.chara_z {
  left: 695px;
  top: 1868px;
}

#chart ul li.chara_aa {
  left: 255px;
  top: 1868px;
}

#chart ul li.chara_ab {
  left: 35px;
  top: 1868px;
}

#chart ul li.chara_ac {
  left: 675px;
  top: 2205px;
}

@media all and (min-width: 768px) {
	.chart.low div.wrap .contentsBlock { padding:26px 0 45px;}
	#chart .diagram { width:920px; height: 2463px; margin: 0 auto;}
	
}
@media all and (max-width: 767px) {
	.chart.low div.wrap .contentsBlock { padding: 0.3em 0.3em 1em;}
	
  /*chart*/
  #chart .diagram {
    margin: 0px auto;
    overflow: hidden;
    height: 0;
    padding:267.717% 0 0;
    background-size: cover;
  }

  #chart .diagram ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}



#cast_dt {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10000 !important;
    bottom: 0;
    /* left: 0; */
    right: 0;
    margin: auto;
}

#cast_dt .btn-w-close a {
  display: block;
  width: 103px;
  height: 33px;
  background-image: url(../img/chart/close.png);
  background-repeat: no-repeat; background-position: 0 0; background-size: contain;
  margin: 0 auto;
}

#cast_dt .btn-w-close a {
  cursor: pointer;
}

@media all and (min-width: 768px) {
  #cast_dt {
    width: 730px;
    height: 470px;
    margin-left: -365px;
  }

  #cast_dt .btn-w-close {
    position: absolute;
    right: 0px;
    top: -33px;
  }
}

@media all and (max-width: 767px) {
  #cast_dt {
    width: 100%;
    margin: 0px -50% 0px!important;
  }
	div.character { position: relative;}
	#cast_dt .btn-w-close {width: 100px; margin-left:-51px; padding:0; display: block;
		position: absolute;
    left:  50%;
    bottom: 15px;}
  #cast_dt .btn-w-close a {
     width: 100%; height: 33px; background-size: 103px 33px; background-position: center center;
  }

}
