.inner_photo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.chara-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.list-item{
  width: calc(25% - 80px);
  margin-left: 80px;
  margin-bottom: 50px;
  list-style: none;
  height: auto;
}
.header {
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	margin: 50px auto;              /* 中央揃え */
  text-align: center;
}

.footer{
  position: fixed;            /* フッターの固定 */
  bottom: 20px;                /* 位置(下0px) */
  left: 0px;                  /* 位置(左0px) */
  width: 100%;                /* 横幅100%　*/
  height: auto;              /* 縦幅140px */
  margin: auto;
  text-align: center;
}

.menu_btn{
    border: 0px;
    width:190px;
    height:40px;
    background-size: 190px 40px;
}
