body * {
  box-sizing: border-box;
}

.chirashi_mini_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  height: 112px;
  width: 100%;
  position: fixed;
  bottom: 0;
  object-fit: contain;
  background: rgba(31, 31, 31, 0.5);
  z-index: 1000;
}
.chirashi_mini_list a {
  display: flex;
  flex-shrink: 1;
  max-width: 50%;
  max-height: 90%;
  height: 100%;
  object-fit: contain;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-left: 8px;
}
.chirashi_mini_list img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.c-chirashi_expansion {
  width: 100vw;
}
.l-contents_expansion {
  background: #3c3c3c;
  height: 100vh;
}
.c-expansion_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.c-expansion_close img {
  height: 45px;
  width: 45px;
}
.c-expansion_focus {
  outline: #d33723 3px solid;
  margin: 0;
}
.c-eximg_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden; /* スクロールバーを非表示にする */
}

.c-eximg_inner {
  max-height: 100%;
  overflow-y: auto; /* この要素内でのみスクロールを許可 */
  width: 100%; /* 必要に応じて調整 */
}

.c-eximg_wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 120px;
}
