body {
  overflow-x: hidden;
}

.goods__wrap {
  padding-bottom: 90px;
}

.goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.goods__list-item {
  position: relative;
}

.goods__list-inner {
  position: relative;
  padding: 15px 10px;
  color: #fdfdff;
}

.goods__list-img[data-modal] {
  cursor: pointer;
}

.goods__list-text {
  margin-top: 12px;
  line-height: 1.2;
  word-break: break-all;
}

.goods__list-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}

.goods__list-price {
  margin-top: 5px;
  color: #bf9a58;
  font-size: 12px;
}

.goods__list-detail {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.4;
}

.goods__blind {
  padding: 32px 0 35px;
}

.goods__blind-ttl {
  margin: 0 auto 15px;
  width: 88%;
}

body .m-modal .m-modal__bg {
  background-color: rgba(0, 0, 0, 0.92);
}

body .m-modal .m-modal__close-btn {
  top: -45px;
  background: url(../image/goods/btn_close.png) no-repeat 50%/contain !important;
  width: 40px;
  height: 40px;
}

body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  content: none;
}

body .m-modal .m-modal__content img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .goods__list-item {
    width: 48%;
  }
  .goods__list-item:nth-of-type(even) {
    margin-left: 4%;
  }
  .goods__list-item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  body .m-modal .m-modal__close-btn {
    right: 0;
  }
}

@media not all and (max-width: 767px) {
  .goods__list-item {
    margin-right: 4.082%;
    width: 30.612%;
  }
  .goods__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .goods__list-item:nth-of-type(n+4) {
    margin-top: 45px;
  }
  .goods__list-inner {
    padding: 30px;
  }
  .goods__list-name {
    font-size: 19px;
  }
  .goods__list-price {
    margin-top: 10px;
    font-size: 16px;
  }
  .goods__list-detail {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .goods__blind {
    margin: 0 auto;
    padding: 55px 0 65px;
    max-width: 650px;
  }
  .goods__blind-ttl {
    margin-bottom: 30px;
  }
  body .m-modal .m-modal__close-btn {
    top: -75px;
    width: 70px;
    height: 70px;
  }
}
