@charset "utf-8";
/* ホーム用 SP*/
/* 画像表示 */
.list_container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.list_container .list_item{
  display: flex;
  flex-direction: column;
  margin: 8px;
  width: calc(25% - 16px);
  align-items: center;
}
.list_container .list_item a{
  width: calc(100% - 8px);
  aspect-ratio: 5 / 8;
}
.list_container .list_item img{
  border: 1px #472720 solid;
  width: 100%;
}

/* ページ名 */
.titlebox {
  top: 50%;
}
.titlebox p.home {
  bottom: 50%;
}