@charset "UTF-8";

.hero {
  background-color: none;
  background-image: url(../img/main.jpg);
  background-size: 1800px 850px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 800px){
  .hero {
    background-image: url(../img/main_sp.jpg);
    background-size: contain;
  }

	.heroImg_img {
		width: 100%;
	}
}

.bnrArea-top .column {
    padding: 0.5%;
}

.bnrArea-top { margin-top: 10px; }

.table-dungeon th.dungeon_level { width: 15%; }
.table-dungeon th.dungeon_name { width: 40%; }

.table-point_limit td:nth-child(1) { width: 18%; }
.table-point_limit td:nth-child(2) { width: 44%; }
.table-point_limit td:nth-child(3) { width: 18%; }
.table-point_limit span {
  color: #ff007f;
  font-size: 0.85em;
  font-weight: bold;
}