.border-button-group {
  margin-bottom: 30px;
}
.border-button-group .border-button:not(.selected) {
  background-color: white !important;
}
@media screen and (max-width: 750px) {
  .border-button-group {
    justify-content: space-between;
    gap: 0 10px;
  }
  .border-button-group .border-button {
    min-width: 160px;
    width: auto;
    padding: 0 15px;
    margin: 0 0 40px;
  }
  .border-button-group .null {
    min-width: 0;
    flex-grow: 1;
  }
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 40px;
}
.item-list > div {
  width: 360px;
}
.item-list::after {
  content: "";
  width: 360px;
  height: 0;
  display: block;
}
.item-list .item {
  min-height: 750px;
  box-sizing: border-box;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  background-color: var(--global--color--white);
  border: 3px var(--global--color--purple) solid;
  border-radius: 20px;
  overflow: hidden;
  color: var(--global--color--dark-purple);
}
.item-list .item .thumbnail {
  width: 100%;
  height: auto;
}
.item-list .item .category {
  width: 185px;
  height: 40px;
  margin: 20px 20px 15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--global--color--pink);
  font-family: var(--global--font--m-plus);
  font-size: 24px;
  color: var(--global--color--white);
}
.item-list .item .name {
  font-family: var(--global--font--noto-sans);
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.item-list .item .other, .item-list .item .dlsite, .item-list .item .fanza, .item-list .item .amazon {
  height: 60px;
  max-width: 400px;
  margin: 10px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--global--font--m-plus);
  font-size: 24px;
  color: var(--global--color--white);
}
.item-list .item .other::before, .item-list .item .dlsite::before, .item-list .item .fanza::before, .item-list .item .amazon::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: -7%;
  display: inline-block;
}
.item-list .item .amazon {
  background-color: #ff9600;
}
.item-list .item .amazon::before {
  margin-top: 2px;
  background: url(../img/amazon.svg) no-repeat;
  background-size: contain;
}
.item-list .item .fanza {
  background-color: #e04030;
}
.item-list .item .fanza::before {
  background: url(../img/shopping-cart.svg) no-repeat;
  background-size: contain;
}
.item-list .item .dlsite {
  background-color: #419be4;
}
.item-list .item .dlsite::before {
  background: url(../img/search-icon-white.png) no-repeat;
  background-size: contain;
}
.item-list .item .other {
  background-color: rgb(106, 39, 162);
}
.item-list .item .other .other-icon {
  width: auto;
  height: 32px;
  margin-right: 10px;
  margin-left: -7%;
  display: inline-block;
}
.item-list .item .other::before {
  content: none;
}
@media screen and (max-width: 750px) {
  .item-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
  }
  .item-list > div {
    width: 580px;
    height: 1035px;
  }
  .item-list::after {
    content: "";
    width: 580px;
    height: 0;
    display: block;
  }
  .item-list .item {
    border: 5px var(--global--color--purple) solid;
    border-radius: 20px;
  }
  .item-list .item .category {
    margin-top: 40px;
    margin-left: 40px;
  }
  .item-list .item .name {
    margin-bottom: 10px;
    font-size: 30px;
    padding-left: 40px;
  }
  .item-list .item .button {
    height: 80px;
    margin: 10px 90px;
  }
  .item-list .item .button:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
}

.description {
  font-size: 22px;
  font-weight: 600;
  color: var(--global--color--dark-purple);
  margin: 120px 0 40px 0;
}

/*# sourceMappingURL=original-item.css.map */
