@charset "utf-8";
@import url("https://www.oozeki-shop.com/data/bunkoya/image/include/newstyle.css");
#menu_container{
  width: 100%;max-width: 1220px;
  margin: 0.5em 0;
}
#menu_container * {
  box-sizing: border-box;
}
#menu_container a {
  text-decoration: none;
  color: #000;
}
#menu_container a:hover {
  opacity: 0.7;
}
#autumn2025_menu {
  width: 100%;max-width: 1220px;
  }
.upper_space {
 margin:0;padding:0;height:1em;
 background-color: #f8eed5;
}
.row-images {
  display: flex;
  font-size: 0;
  justify-content: space-between;
}
.row-images a {
  flex: 1;
  display: block;
}
.row-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (max-width:480px) {
.upper_space {
 margin:0;padding:0;height:0.5em;
}
}
/*========================================
アイテム一覧
========================================*/
#menu_container ul {
  margin:0;
  padding-top: 0.5em;
  padding-bottom: 2em;
  background-color: #fbf3dc;
  display: flex;
  flex-wrap: wrap;
}
 #menu_container li {
  list-style:none;
  margin: 0.2em 1%;
  width: 23%;
  position: relative;
 }
  #menu_container li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 0.85em;
    line-height: 1.4;
    font-weight: normal;
  }
  #menu_container li span {
    display: table-cell;
    vertical-align: middle;
  }
  .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

.image-wrapper {
  position: relative;
  display: inline-block;
  padding:0;
}
.image-wrapper img{
 width: 100%;
 height:auto;
  max-width: 120px; /* 画像幅 */
  height: auto;
  border: 0.1em solid #ccc;
  display: block;
  margin: 0 auto;
}

.badge-limited {
  position: absolute;
  top: 0em;
  left: 0em;
  width:27px;height:11px;
  background: url("https://www.oozeki-shop.com/data/bunkoya/image/free/other/limited-r.gif") no-repeat;
  background-size: contain;
  z-index: 2;
}

@media screen and (min-width:1409px) { /******************pc*/
  #menu_container li span {
  margin: 0 0.5em;
  }
  #menu_container li a {
    display: flex;
    align-items: center;
    font-size: 0.75em;
    line-height: 1.2;
  }
  #menu_container li span:first-child {
    flex: 0 0 120px; /* 画像の横幅PC */
    padding-right: 0.7em;
  }

  #menu_container li span:last-child {
    flex: 1;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
  }
  #menu_container li span {
    display: table-cell;
    vertical-align: middle;
  }
  #menu_container li span:first-child {
    width: 45%;
    padding-right: 0.7em;
  }
}
@media screen and (max-width:1408px) and (min-width:801px) {
  #menu_container li span:first-child {
    flex: 0 0 100px;
  }
  #menu_container li a {
    font-size: 0.6em;
  }
  #menu_container ul {
    height:auto;
    overflow-y: scroll;
    margin:0 auto;
  }
  #menu_container li {
    width: 14.5%;
    height: 25%;
    text-align:center;
    overflow: hidden;
  }
  #menu_container li.limited li.new span:last-child:before {
    width: 3.5em;
    height: 2.5em;
    position: absolute;
    left: 1%;
    top: 0;
  }
  #menu_container li span:first-child {
    flex: 0 0 100px; /* 画像の横幅 */
    padding-right: 0.7em;
  }
  #menu_container li span:last-child {
    margin-top: 0.2em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (max-width:800px) { /****************sph*/
  #menu_container li span:first-child {
    flex: 0 0 100px;
  }
  #menu_container li a {
    font-size: 0.5em;
    line-height: 1.2;
  }
  #menu_container ul {
    height: 27em;
    overflow-y: scroll;
  }
  #menu_container li {
    width: 14.6%;
    overflow: hidden;
    text-align: center;
  }
  #menu_container li.limited li.new span:last-child:before {
    width: 3.5em;
    height: 2.5em;
    position: absolute;
    left: 1%;
    top: 0;
  }
  #menu_container li span:first-child {
    flex: 0 0 120px; /* 画像の横幅 */
    padding-right: 0.7em;
  }
  #menu_container li span:last-child {
    margin-top: 0.2em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width:650px) { /*sph2*/
  #menu_container ul {
    height: 28em;
  }
  #menu_container li {
    width: 23%;
  }
}