/** Shopify CDN: Minification failed

Line 6:31 Unexpected "/"

**/
* 画像バナーカスタム */
.image-banner_custom{
  max-width: 1200px;
  margin: 0 auto;
}

.section + .section.image-banner_custom {
  margin-top: 48px;
}
.image-banner_custom .banner__box{
  background-color: transparent;
   padding: 0;
   margin-left: 40%;
}
.image-banner_custom a{
  text-decoration: none;
  transition: all .3s;
}
.image-banner_custom a:hover{
  scale: 1.05;
}
.image-banner_custom .banner__heading{
  font-weight: bold;
}


@media screen and (max-width: 749px){
 .image-banner_custom .banner__heading {
    font-size: 16px;
  }
  .section + .section.image-banner_custom {
  margin-top: 32px;
}
}


.price__wholesale-discount{
  color: red;
}
.price-item.price-item--sale.price-item--last{
  color: red;
}