.goods {
  position: relative;
  width: 90%;
  margin: auto;
  max-width: 1800px;
}
@media screen and (max-width: 767px) {
  .goods {
    width: 96%;
  }
}
.goods .content-title {
  margin: 4% 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .goods .content-title {
    margin: 8% 0 8%;
  }
}

.goods-filter {
  margin: 10px auto;
  position: relative;
  width: 80%;
}
.goods-filter .goods-filter-character,
.goods-filter .goods-filter-category {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .goods-filter .goods-filter-character,
  .goods-filter .goods-filter-category {
    margin: 40px auto;
  }
}
.goods-filter .goods-filter-character h2,
.goods-filter .goods-filter-category h2 {
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .goods-filter .goods-filter-character h2,
  .goods-filter .goods-filter-category h2 {
    margin: 30px 0 20px;
    font-size: 80%;
  }
}
.goods-filter .goods-filter-character h2:before, .goods-filter .goods-filter-character h2:after,
.goods-filter .goods-filter-category h2:before,
.goods-filter .goods-filter-category h2:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #0c0204;
}
.goods-filter .goods-filter-character h2:before,
.goods-filter .goods-filter-category h2:before {
  margin-right: 1em;
}
.goods-filter .goods-filter-character h2:after,
.goods-filter .goods-filter-category h2:after {
  margin-left: 1em;
}
.goods-filter .goods-filter-character ul,
.goods-filter .goods-filter-category ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .goods-filter .goods-filter-character ul,
  .goods-filter .goods-filter-category ul {
    justify-content: center;
  }
}
.goods-filter .goods-filter-character ul li,
.goods-filter .goods-filter-category ul li {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  color: #0c0204;
  background-color: #ffffff;
  font-size: 90%;
  margin: 10px 0;
  border-radius: 20px;
  border: 1px solid #0c0204;
  cursor: pointer;
  margin: 2px 5px 8px;
}
@media screen and (max-width: 767px) {
  .goods-filter .goods-filter-character ul li,
  .goods-filter .goods-filter-category ul li {
    margin: 3px 0;
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  .goods-filter .goods-filter-character ul li,
  .goods-filter .goods-filter-category ul li {
    margin-right: 8px;
  }
}
.goods-filter .goods-filter-character ul li.active,
.goods-filter .goods-filter-category ul li.active {
  background-color: #0c0204;
  color: #ffffff;
}

.goods-list-wrapper {
  min-height: 500px;
}

.goods-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 50px auto;
  min-height: 300px;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .goods-list {
    margin: 10px auto 50px;
  }
}
.goods-list .goods-list-one {
  position: relative;
  width: 23.5%;
  margin-right: 0.7%;
  margin-left: 0.7%;
  margin-bottom: 50px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one {
    margin-bottom: 25px;
    width: 48.5%;
  }
}
.goods-list .goods-list-one.dispnone {
  display: none;
}
.goods-list .goods-list-one .new {
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #af1f24;
  border-radius: 10px 0;
  font-size: 100%;
  padding: 8px 20px;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one .new {
    border-radius: 10px 0;
    font-size: 80%;
    padding: 6px 12px;
  }
}
.goods-list .goods-list-one .goods-list-img {
  cursor: pointer;
  overflow: hidden;
}
.goods-list .goods-list-one .goods-list-img-spoiler {
  display: none;
}
.goods-list .goods-list-one .goods-list-img img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: transform 0.5s ease;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one .goods-list-img img {
    height: 160px;
  }
}
.goods-list .goods-list-one .goods-list-img img:hover {
  transform: scale(1.1, 1.1);
}
.goods-list .goods-list-one .name {
  margin: 15px 0 10px;
  text-decoration: underline;
  font-size: 100%;
  line-height: 140%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one .name {
    font-size: 80%;
    line-height: 130%;
  }
}
.goods-list .goods-list-one .price {
  font-weight: bold;
  font-size: 110%;
  line-height: 142%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one .price {
    font-size: 85%;
    line-height: 130%;
  }
}
.goods-list .goods-list-one .buy-date {
  flex-grow: 1;
}
.goods-list .goods-list-one .store,
.goods-list .goods-list-one .web {
  margin: 7px 0 0;
}
.goods-list .goods-list-one .store .tag,
.goods-list .goods-list-one .web .tag {
  padding: 2px 4px;
  border: 1px solid #0c0204;
  font-size: 90%;
  display: inline-block;
  margin: 5px 8px 5px 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one .store .tag,
  .goods-list .goods-list-one .web .tag {
    font-size: 75%;
  }
}
.goods-list .goods-list-one .store .date,
.goods-list .goods-list-one .web .date {
  font-size: 95%;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one .store .date,
  .goods-list .goods-list-one .web .date {
    font-size: 75%;
  }
}
.goods-list .goods-list-one .webshop-area {
  min-height: 60px;
}
.goods-list .goods-list-one .webshop {
  background-color: #af1f24;
  color: #ffffff;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 15px 10px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one .webshop {
    padding: 12px 10px;
    font-size: 80%;
  }
}
.goods-list .goods-list-one .webshop .webshop-icon {
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7%;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one .webshop .webshop-icon {
    width: 10%;
  }
}
.goods-list .goods-list-one .webshop .arrow-icon {
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5%;
}
@media screen and (max-width: 767px) {
  .goods-list .goods-list-one .webshop .arrow-icon {
    width: 8%;
  }
}

@media screen and (max-width: 767px) {
  .goods-filter-target {
    margin: auto;
    text-align: center;
    position: relative;
    justify-content: center;
    display: none;
    transition: all 0.25s ease;
  }
  .goods-filter-target.active {
    margin: 30px auto 30px;
    height: 40px;
    display: flex;
  }
  .goods-filter-target div {
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    color: #0c0204;
    background-color: #ffffff;
    font-size: 90%;
    margin: 10px 0;
    border-radius: 20px;
    border: 1px solid #0c0204;
    font-size: 85%;
    padding: 0 30px;
    margin: auto;
    min-width: 130px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .goods-filter-target div {
    margin: 3px 0;
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  .goods-filter-target div img {
    width: 20px;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .modal-content {
    margin-top: 100px;
    position: relative;
    z-index: 100;
  }
  .modal-content .goods-filter {
    width: 90%;
    color: #ffffff;
  }
  .modal-content .goods-filter h2 {
    justify-content: left !important;
    margin: 10px 0;
  }
  .modal-content .goods-filter h2:before {
    display: none;
  }
  .modal-content .goods-filter h2:after {
    background-color: #ffffff;
  }
}
.goods-filter-btn {
  z-index: 10;
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 14%;
}
.goods-filter-btn img {
  width: 100%;
}