@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.new__items {
  position: relative;
}
.new__stuff {
  height: 1000px;
}

.items {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .items {
    height: 850px;
  }
}
@media only screen and (max-width: 767px) {
  .items {
    height: fit-content;
    padding-bottom: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .items__list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 100px;
    position: relative;
  }
}
.items__ttl {
  margin-bottom: 10px;
}
.items__ttl h2 {
  color: white;
  font-size: 25px;
  max-width: fit-content;
  width: 100%;
  padding: 5px 10px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .items__ttl h2 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .items__ttl h2 {
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .items__ttl {
    margin-top: 75px;
  }
}
.items__ttl-text {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 50px 0;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .items__ttl-text {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .items__ttl-text {
    font-size: 2.2rem;
  }
}
.items__more {
  background-color: rgb(0, 0, 0);
  border-radius: 10px;
  font-weight: 700;
  max-width: fit-content;
  width: 100%;
  padding: 10px !important;
  position: absolute;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .items__more {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .items__more {
    right: 10px;
  }
}
.items__more:visited {
  color: rgb(255, 255, 255);
}
.items__more:hover {
  background-color: rgb(61, 61, 61);
  transition: 0.3s;
}
.items__wiki {
  display: flex;
  margin-bottom: 50px;
}
.items__wiki img {
  max-width: 300px;
}
.items__wiki p {
  margin: 10px;
}
.items__more a {
  background-color: rgb(224, 224, 224);
  border: 5px solid #0A1945;
  border-radius: 10px;
  font-weight: 700;
  max-width: fit-content;
  width: 100%;
  padding: 10px 10px 10px 10;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.items__more a:visited {
  color: rgb(0, 0, 0);
}
.items__more a:hover {
  background-color: rgb(180, 180, 180);
  transition: 0.3s;
}

.title {
  margin-top: 150px;
}
.title__items {
  position: relative;
}
.title__itemlist {
  z-index: -5;
  position: absolute;
  transition: opacity 0.3s;
  opacity: 0;
  left: 0;
  right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .title__itemlist {
    top: 100px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .title__itemlist {
    top: 0px;
  }
}
.title__title {
  border-bottom: 5px solid #0A1945;
  margin-bottom: 50px;
}
.title__title h2 {
  font-size: 25px;
  margin: 0 0 0 50px;
}
.title__select {
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .title__select {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
  }
}
.title__box {
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid grey;
  border-radius: 5px;
}
.title__box a {
  color: #000000;
  text-decoration: none;
}
.title__box a:visited {
  color: #000000;
}
.title__box:hover {
  transition: 0.2s;
  opacity: 0.8;
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .title__box {
    margin-bottom: 15px;
  }
}
.title__ttl {
  width: 375px;
}
.title__ttl h3 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .title__ttl h3 {
    font-size: 20px;
  }
}
.title__ttl--mini {
  font-size: 0.95rem;
}
.title__photo {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .title__photo img {
    padding: 10px;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .title__photo img {
    padding: 10px;
    max-width: 100px;
  }
}
.title__all {
  background-color: rgb(224, 224, 224);
  border: 5px solid #0A1945;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .title__all {
    width: 100px;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .title__all {
    width: 75px;
    margin: 0 auto;
  }
}
.title__all:visited {
  color: rgb(0, 0, 0);
}
.title__all:hover {
  background-color: rgb(180, 180, 180);
  transition: 0.3s;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.item-list a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.item-list a:hover {
  opacity: 0.8;
}
.item-list .block {
  border: 3px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.5215686275);
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 767px) {
  .item-list .block {
    width: 48.5%;
    margin: 0 0 13px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .item-list .block {
    width: 19%;
    margin: 0px 1px 9px;
    padding: 8px;
  }
}
.item-list .block .box {
  text-align: center;
}
.item-list .block .box figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  background: rgba(255, 255, 255, 0);
}
.item-list .block .box figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.item-list .block .box figure img:hover {
  transition: 0.2s;
  opacity: 0.8;
}
.item-list .block .box figure .spacer {
  padding-bottom: 100%;
}
.item-list .block .box .detail h4 {
  text-align: left;
  line-height: 1.3rem;
  background: none;
  overflow: hidden;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .item-list .block .box .detail h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 3px;
    color: #fff;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .item-list .block .box .detail h4 {
    height: 40px;
    padding: 8px 0 0;
    font-size: 15px;
  }
}
.item-list .block .box .detail .price {
  color: rgb(0, 0, 0);
  margin: 7px 0 0;
  padding: 7px 0 0;
  border-top: 1px solid #000000;
  font-size: 14px;
  line-height: 100%;
}/*# sourceMappingURL=item.css.map */