.content {
  margin: 0 auto;
  max-width: 800px;
}

.goods_main_img {
  margin: 0 auto 20px;
  max-width: 900px;
  position: relative;
}
.goods_main_img .btn {
  position: absolute;
  text-align: center;
  width: 100%;
}
.goods_main_img .btn.btn_gochumon {
  top: 33.1%;
  width: 88%;
  left: 6%;
}
.goods_main_img .btn.btn_attention {
  top: 36.4%;
  width: 85%;
  left: 8%;
}
.goods_main_img .btn.btn_attention2 {
  top: 73%;
  width: 85%;
  left: 8%;
}
.goods_main_img .btn.btn_attention3 {
  top: 93.5%;
  width: 85%;
  left: 8%;
}
.goods_main_img .btn.btn_lineup {
  top: 30%;
  width: 80%;
  left: 10%;
}
.goods_main_img .btn.btn_oshiharai {
  width: 68%;
  left: 16%;
  top: 22.3%;
}
.goods_main_img .btn.btn_goraijou {
  width: 68%;
  left: 16%;
  top: 97.8%;
}
.goods_main_img .btn.btn_honnin {
  width: 68%;
  left: 16%;
  top: 38.9%;
}

/*---------------- goods_list ---------------*/
.goods_list {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 4%;
}
.goods_list h3 {
  text-align: center;
  margin: 30px auto 25px;
  color: #ea8160;
  line-height: 1.1;
  font-weight: bold;
  font-size: 15px;
  font-size: 4.6875vw;
}
.goods_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -3% 0 0 -3%;
}
.goods_list ul li {
  width: 30.33%;
  margin: 5% 0 0 3%;
  display: flex;
  flex-direction: column;
}
.goods_list ul li a {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-out;
  opacity: 1;
}
.goods_list ul li a:hover {
  opacity: 0.7;
}
.goods_list ul li a .new {
  z-index: 10000;
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 10px;
  font-size: 0.8333333333rem;
  border-radius: 100%;
  padding: 5px;
  background: #870133;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods_list ul li .btn_cart {
  width: 100%;
  margin: auto auto 0;
}
.goods_list ul li .btn_cart a {
  display: block;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  background: #690001;
  font-size: 11px;
  font-size: 0.9166666667rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
.goods_list ul .goods_img {
  border: solid 2px #000;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.goods_list ul .goods_img .category_ico {
  position: absolute;
  left: -5px;
  top: -10px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 1rem;
  font-weight: bold;
}
.goods_list ul .goods_img .category_ico.limited {
  background: #e2097f;
  color: #fff;
}
.goods_list ul .goods_img .category_ico.orders {
  background: #d2c409;
  color: #d40911;
}
.goods_list ul .goods_txt {
  padding-left: 3px;
}
.goods_list ul .goods_txt .tit {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 5px auto 0;
  color: #fff;
}
.goods_list ul .goods_txt .tit small {
  font-size: 80%;
}
.goods_list ul .goods_txt .price {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1rem;
  color: #ff6525;
}
.goods_list ul .goods_txt .price small {
  font-size: 80%;
}
.goods_list.new_goods ul {
  display: flex;
  flex-wrap: wrap;
  margin: -4% 0 0 -4%;
}
.goods_list.new_goods ul li {
  width: 46%;
  margin: 4% 0 0 4%;
}
.goods_list.new_goods ul li a {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-out;
  opacity: 1;
}
.goods_list.new_goods ul li a:hover {
  opacity: 0.7;
}
.goods_list.new_goods ul li .btn_cart {
  width: 100%;
}
.goods_list.new_goods ul li .btn_cart a {
  display: block;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  background: #690001;
  font-size: 14px;
  font-size: 1.1666666667rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px;
}
.goods_list.new_goods ul .goods_img {
  border: solid 2px #000;
  border-radius: 20px;
  overflow: hidden;
}
.goods_list.new_goods ul .goods_txt .tit {
  font-size: 14px;
  font-size: 1.1666666667rem;
  color: #fff;
  font-weight: bold;
}
.goods_list.new_goods ul .goods_txt .tit small {
  font-size: 80%;
}
.goods_list.new_goods ul .goods_txt .price {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.goods_list.new_goods ul .goods_txt .price small {
  font-size: 80%;
}

.goods_tokuten {
  margin: 20px auto;
}

.sepa {
  margin: 40px auto;
}

.goods_window {
  max-width: 900px;
  flex-wrap: wrap;
  padding: 30px;
  margin: 40px 20px !important;
  background: #fff;
  border-radius: 10px;
}
.goods_window .window_goods_img {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.goods_window .window_goods_img img {
  border-radius: 30px;
  border: solid 3px #000;
}
.goods_window h3 {
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #000;
  font-weight: bold;
  margin: 20px auto 15px;
  text-align: center;
}
.goods_window h3 small {
  font-size: 80%;
}
.goods_window h4 {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 15px auto;
  text-align: center;
}
.goods_window .price {
  text-align: right;
  font-size: 14px;
  font-size: 1.1666666667rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ff6525;
}
.goods_window .price small {
  font-size: 80%;
}
.goods_window p {
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
  color: #000;
}
.goods_window p strong {
  font-size: 15px;
  font-size: 1.25rem;
  color: #ef4942;
}
.goods_window .close {
  border-radius: 50px;
  max-width: 200px;
  background: #333;
  width: 50%;
  color: #fff;
  padding: 10px 30px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.goods_window .img_list {
  max-width: 500px;
  margin: 0 auto 10px;
}
.goods_window .img_list img {
  width: 90px;
  border-radius: 15px;
  margin-bottom: 5px;
  border: solid 2px #000;
}

.lity {
  background: rgba(0, 0, 0, 0.6) !important;
}

@media screen and (min-width: 900px) {
  .goods_main_img {
    margin: 0 auto 20px;
  }

  /*---------------- goods_list ---------------*/
  .goods_list {
    padding: 25px 30px;
  }
  .goods_list h3 {
    text-align: center;
    margin: 30px auto 20px;
    color: #ea8160;
    font-weight: bold;
    font-size: 30px;
  }
  .goods_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -3% 0 0 -3%;
  }
  .goods_list ul li {
    width: 30.33%;
    margin: 3% 0 0 3%;
  }
  .goods_list ul li a {
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-out;
    opacity: 1;
  }
  .goods_list ul li a:hover {
    opacity: 0.7;
  }
  .goods_list ul li a .new {
    z-index: 10000;
    position: absolute;
    left: -10px;
    top: -10px;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
    border-radius: 100%;
    padding: 8px;
    background: #870133;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .goods_list ul li .btn_cart {
    width: 100%;
  }
  .goods_list ul li .btn_cart a {
    display: block;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-size: 1.1666666667rem;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
  }
  .goods_list ul .goods_img {
    border: solid 3px #000;
    border-radius: 20px;
    overflow: hidden;
  }
  .goods_list ul .goods_img .category_ico {
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 10px;
    background: #fff;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }
  .goods_list ul .goods_img .category_ico.limited {
    background: #e2097f;
    color: #fff;
  }
  .goods_list ul .goods_img .category_ico.orders {
    background: #d2c409;
    color: #d40911;
  }
  .goods_list ul .goods_txt {
    padding-left: 3px;
  }
  .goods_list ul .goods_txt .tit {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 5px auto 0;
    color: #fff;
  }
  .goods_list ul .goods_txt .tit small {
    font-size: 80%;
  }
  .goods_list ul .goods_txt .price {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .goods_list ul .goods_txt .price small {
    font-size: 80%;
  }
  .goods_list.new_goods ul {
    display: flex;
    flex-wrap: wrap;
    margin: -4% 0 0 -4%;
  }
  .goods_list.new_goods ul li {
    width: 46%;
    margin: 4% 0 0 4%;
  }
  .goods_list.new_goods ul li a {
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-out;
    opacity: 1;
  }
  .goods_list.new_goods ul li a:hover {
    opacity: 0.7;
  }
  .goods_list.new_goods ul li .btn_cart {
    width: 100%;
  }
  .goods_list.new_goods ul li .btn_cart a {
    display: block;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-size: 1.3333333333rem;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
  }
  .goods_list.new_goods ul .goods_img {
    border: solid 3px #000;
    border-radius: 20px;
    overflow: hidden;
  }
  .goods_list.new_goods ul .goods_txt .tit {
    font-size: 20px;
    font-size: 1.6666666667rem;
    font-weight: bold;
  }
  .goods_list.new_goods ul .goods_txt .tit small {
    font-size: 80%;
  }
  .goods_list.new_goods ul .goods_txt .price {
    font-size: 18px;
    font-size: 1.5rem;
  }
  .goods_list.new_goods ul .goods_txt .price small {
    font-size: 80%;
  }

  .goods_tokuten {
    margin: 30px auto;
  }

  .sepa {
    margin: 60px auto;
  }

  .goods_window {
    max-width: 700px;
    flex-wrap: wrap;
    padding: 30px;
    margin: 40px 20px !important;
    background: #fff;
    border-radius: 10px;
  }
  .goods_window .window_goods_img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .goods_window .window_goods_img img {
    border-radius: 30px;
    border: solid 3px #000;
    max-width: 500px;
  }
  .goods_window h3 {
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #000;
    font-weight: bold;
    margin: 20px auto 15px;
    text-align: center;
  }
  .goods_window h3 small {
    font-size: 80%;
  }
  .goods_window h4 {
    font-size: 20px;
    font-size: 1.6666666667rem;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
  }
  .goods_window .price {
    text-align: right;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .goods_window .price small {
    font-size: 80%;
  }
  .goods_window p {
    line-height: 1.7;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }
  .goods_window p strong {
    font-size: 19px;
    font-size: 1.5833333333rem;
  }
  .goods_window .close {
    border-radius: 50px;
    max-width: 200px;
    background: #333;
    width: 50%;
    color: #fff;
    padding: 10px 30px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .goods_window .img_list img {
    width: 90px;
    border-radius: 15px;
    border: solid 2px #000;
  }
}

/*# sourceMappingURL=goods.css.map */
