@charset "UTF-8";
.category-description {
  margin-bottom: 0 !important;
}

.product-contents-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product-contents-wrap p {
  line-height: 1.8;
}

.padded-content {
  padding-right: 2.4vw;
  padding-left: 2.4vw;
}
@media screen and (min-width: 768px) {
  .padded-content {
    padding-right: 0;
    padding-left: 0;
  }
}

.fullDescription-wrap {
  color: #41210d;
  font-family: "こぶりなゴシック W3 JIS2004";
}

.fullDescription-wrap p + p {
  margin-top: 0;
}

.fullDescription-wrap img:not([class]),
.fullDescription-wrap .image {
  display: block;
}

@media screen and (min-width: 768px) {
  .product-newHabit .list .image.-crop img {
    aspect-ratio: 370/170;
    object-fit: cover;
  }
}
