.low.chart .contents { background-image: none;}

#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: 160px;
  height: 190px;
}
#chart .diagram ul li.sz-m a img {
  width: 140px;
  height: 170px;
}
#chart .diagram ul li.sz-s a img {
  width: 126px;
  height: 152px;
}

#chart ul li.chara_01 {
  left:432px;
  top: 118px;
}

#chart ul li.chara_02 {
  left:627px;
  top: 138px;
}

#chart ul li.chara_03 {
  left:812px;
  top: 138px;
}

#chart ul li.chara_04 {
  left:259px;
  top: 363px;
}

#chart ul li.chara_05 {
  left:40px;
  top: 368px;
}

#chart ul li.chara_06 {
  left:531px;
  top: 588px;
}

#chart ul li.chara_07 {
  left:365px;
  top: 588px;
}

#chart ul li.chara_08 {
  left:614px;
  top: 795px;
}

#chart ul li.chara_09 {
  left:448px;
  top: 795px;
}

#chart ul li.chara_10 {
  left:282px;
  top: 795px;
}

#chart ul li.chara_11 {
  left:820px;
  top: 588px;
}

/*#chart ul li.chara_12 {
  left:812px;
  top: 548px;
}*/

#chart ul li.chara_13 {
  left:820px;
  top: 825px;
}

#chart ul li.chara_14 {
  left:812px;
  top: 363px;
}

#chart ul li.chara_15 {
  left:621px;
  top: 363px;
}

#chart ul li.chara_16 {
  left:40px;
  top: 118px;
}

#chart ul li.chara_17 {
  left:441px;
  top: 363px;
}

#chart ul li.chara_18 {
  left:242px;
  top: 118px;
}

#chart ul li.chara_19 {
  left:40px;
  top: 595px;
}

#chart ul li.chara_20 {
  left:50px;
  top: 825px;
}


@media all and (min-width: 768px) {
	.chart.low div.wrap .contentsBlock { padding: 0;}
	.chart.low div.wrap .contentsBlock .contents { padding: 0; margin: 0; border: none; background:rgba(255,255,255,0);}
	#chart .diagram { width:1000px; height: 1050px; margin: 0 auto;}
	
}
@media all and (max-width: 767px) {
	.chart.low div.wrap .contentsBlock { padding: 0;}
	.chart.low div.wrap .contentsBlock .contents {padding: 0; margin: 0; width: 100%; border: none; background:rgba(255,255,255,0);}
	
  /*chart*/
  #chart .diagram {
    margin: 0px auto;
    overflow: hidden;
    height: 0;
    padding:105% 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: 80px;
  height: 30px;
  background-image: url(../img/chart/close.png?1);
  background-repeat: no-repeat; background-position: 0 0; background-size: contain;
  margin: 0 auto;
  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: 5px;
    top: -40px;
  }

}

@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: 30px; background-size: 80px 30px; background-position: center center;
  }

}
