.product-contents {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #333;
}
.product-contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-contents a {
  text-decoration: none;
}
.product-contents {
  --c-main: #0B58C1;
}
.product-contents .p-brandNavi {
  --brandNavi-color: #0B58C1;
}
.product-contents .p-brandNavi__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (width <= 750px) {
  .product-contents .is-pcOnly {
    display: none;
  }
}
@media screen and (width > 750px) {
  .product-contents .is-spOnly {
    display: none;
  }
}
.product-contents .c-blue {
  color: #35B5E0;
}
.product-contents .c-orange {
  color: #F78800;
}
.product-contents .c-pink {
  color: #EF617B;
}
.product-contents .c-green {
  color: #3CB009;
}
/*# sourceMappingURL=common.css.map */