/** Shopify CDN: Minification failed

Line 47:0 Expected "}" to go with "{"

**/
@media screen and (max-width:768px) {

/*商品ページ*/
.product--medium .thumbnail-list {
  grid-template-columns: repeat(8,1fr) !important;
}

.product__title h1 {
font-size:32px;
}
  
    #bcpo .bcpo-front-button-option:checked + .bcpo-front-button-label {
    background: #9a0000;
}
}










@media screen and (min-width:769px) {
  
/*商品ページ*/
.product--medium .thumbnail-list {
  grid-template-columns: repeat(8,1fr) !important;
}

.product__title h1 {
font-size:32px;
}

  #bcpo .bcpo-front-button-option:checked + .bcpo-front-button-label {
    background: #9a0000;
}


