@charset "utf-8";
/* CSS Document */


/* Base */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.goods-banner-3 {
	display: flex;
    flex-wrap: nowrap; 
}

.goods-banner-3 li{
	width: calc(100%/3);
    padding: 0 5px;
    box-sizing: border-box;
}

.goods-banner-2 {
	display: flex;
    flex-wrap: nowrap; 
}

.goods-banner-2 li{
	width: calc(100%/2);
    padding: 0 5px;
    box-sizing: border-box;
}

.m-btn-l.red {
  background: #990000;
}

.disable {
  pointer-events: none;
  background: #ccc;
}