.hellobaby-catalog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  width: 90%;
  margin: 60px auto 0;
}

.hellobaby-catalog .item {
  width: calc((100% - 50px) / 2);
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
}
.hellobaby-catalog .item.-bear,
.hellobaby-catalog .item.-kirin {
  background: transparent;
  margin-top: 50px;
}
.hellobaby-catalog .item .item-inner {
  width: 100%;
  border-radius: 230px 230px 0px 0px;
  background: #fcf0f0;
  padding: 40px 40px 35px;
  box-sizing: border-box;
}
.hellobaby-catalog .item.-panda .item-inner {
  background: #fff9da;
}
.hellobaby-catalog .item.-kirin .item-inner {
  background: #edf7ff;
}
.hellobaby-catalog .item.-bear .item-inner {
  background: #f0fcf3;
}
.item-tag-list {
  margin: 0 3px;
  text-align: center;
  height: auto;
}

.hellobaby-catalog-type {
  display: flex;
  width: 100%;
  margin: 30px auto 0;
  gap: 30px;
}
.hellobaby-catalog .item .sp-scroll .catalog-img img {
  width: 90%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 15px;
  margin-top: 0;
}
.hellobaby-catalog .item-inner .catalog-img img {
  width: 80%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  /* margin-bottom: 15px; */
  margin: 25px auto 15px;
}
.item-price {
  color: #5d251a;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
}

@media only screen and (max-width: 599px) {
  .hellobaby-catalog .item {
    width: 100%;
    padding: 0;
  }

  .hellobaby-catalog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
    margin: 10vw auto 0;
  }
  .hellobaby-catalog .item .item-btn a {
    width: 100%;
    margin: 0 auto;
  }
  .hellobaby-catalog .item.-bear,
  .hellobaby-catalog .item.-kirin {
    background: transparent;
    margin-top: 0;
    padding: 0;
  }
  .hellobaby-catalog .item:nth-of-type(n + 2) {
    margin-top: 6vw;
  }
}
