img {
  vertical-align: top;
}
picture {
  display: block;
}
[class$="_pic"] {
  font-size: 0;
}
.jojo_product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1680px;
  margin-inline: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-inline: 120px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.jojo_product_list_item {
  width: calc((100% - 40px) / 3);
  position: relative;
}
.jojo_product_list_item_sold_out {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #b20000;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 1;
}
.jojo_product_list_item_sold_out__text {
  width: 120px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jojo_product_list_item_name {
  margin-top: 5px;
  font-size: clamp(17px, calc(17px + (26 - 17) * ((100vw - 1240px) / (1920 - 1240))), 26px);
}
.jojo_product_list_item_price {
  font-size: clamp(24px, calc(24px + (36 - 24) * ((100vw - 1240px) / (1920 - 1240))), 36px);
  font-weight: bold;
  font-weight: bold;
}
.jojo_tie .jojo_product_list,
.jojo_yshirt .jojo_product_list,
.jojo_tiepin .jojo_product_list {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#545454));
  background-image: linear-gradient(#000 0%, #545454 100%);
}
.jojo_tie .jojo_product_list_item_name,
.jojo_yshirt .jojo_product_list_item_name,
.jojo_tiepin .jojo_product_list_item_name,
.jojo_tie .jojo_product_list_item_price,
.jojo_yshirt .jojo_product_list_item_price,
.jojo_tiepin .jojo_product_list_item_price {
  color: #fff;
}
#container {
  margin-bottom: 0 !important;
}
.lp_footer {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 375px;
  }
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .jojo_product_list {
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 15px;
  }
  .jojo_product_list_item {
    width: calc((100% - 10px) / 3);
  }
  .jojo_product_list_item_sold_out {
    width: 25px;
    height: 25px;
    top: -12.5px;
  }
  .jojo_product_list_item_sold_out__text {
    width: 25px;
    font-size: 6px;
  }
  .jojo_product_list_item_name {
    font-size: 8px;
  }
  .jojo_product_list_item_price {
    font-size: 10px;
  }
}

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