@charset "utf-8";
/* CSS Document */

/***ganre page***/
#event-products li.zoom-button,
#event-products li.favorite-button
{
	display: none !important;
}

#event-products li.list-item {
  border-radius: 0;
}

#event-products li.list-item .list-item-image-container a::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  content: '';
}

#event-products li.list-item:nth-child(1) .list-item-image-container a::before {
  content: '1';
  background: #ccb57e;
}
#event-products li.list-item:nth-child(2) .list-item-image-container a::before {
  content: '2';
  background: #cecdcd;
}
#event-products li.list-item:nth-child(3) .list-item-image-container a::before {
  content: '3';
  background: #b29a89;
}
#event-products li.list-item:nth-child(4) .list-item-image-container a::before {
  content: '4';
  background: #999999;
}
#event-products li.list-item:nth-child(5) .list-item-image-container a::before {
  content: '5';
  background: #999999;
}

#event-products li.list-item:nth-of-type(n+6) {
  display: none;
}

#event-products li.list-item:hover > div{
  background: none;
}

#event-products .list-item-image-container img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
#event-products .list-item-image-container {
  width: 222px;
  height: auto;
  margin-bottom:20px;
}
#event-products li.list-item > div > p,
#event-products li.list-item > div > h3{
  padding:0px 0px;
  font-size:15px;
  margin:5px 0px;
  text-align: left;
}
#event-products li.list-item > div > p {
padding:0px 15px;
}

/***SP***/
@media screen and (max-width: 768px) {
#event-products {
  position:relative;
  margin:auto;
  display: flex;
	justify-content: flex-start;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#event-products .card-list-item {
  border-radius: 0;
	width:165px;
	justify-content: flex-start;
}

#event-products.align{
flex-wrap:nowrap !important;
padding: 0px;
margin:  0px;
}
#event-products.align div.align{
  margin: 0px;
}
.card-list-item br {
  display: none;
}

.scrll_item {
	overflow-x: auto;
}

#event-products .card-list-item .item-image a::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  content: '';
}

#event-products .card-list-item:nth-child(1) .item-image a::before {
  content: '1';
  background: #ccb57e;
}
#event-products .card-list-item:nth-child(2) .item-image a::before {
  content: '2';
  background: #cecdcd;
}
#event-products .card-list-item:nth-child(3) .item-image a::before {
  content: '3';
  background: #b29a89;
}
#event-products .card-list-item:nth-child(4) .item-image a::before {
  content: '4';
  background: #999999;
}
#event-products .card-list-item:nth-child(5) .item-image a::before {
  content: '5';
  background: #999999;
}
#event-products .card-list-item:nth-of-type(n+6) {
  display: none;
}

#event-products .card-list-item h3  {
text-align:left;
padding:0px;
padding-top:10px;
font-size:12px;}

#event-products .card-list-item p:has(.small_)  {
	padding: 0 5px !important;
	margin-top:-0px !important;
	display:block;
	text-align:left !important;
}
#event-products .card-list-item p:nth-of-type(2)  {
	padding: 0 5px !important;
}

#event-products .card-list-item span {
	font-size:12px;
	color: #3C3C3C;
}

#event-products .pre-price {
	display:none;
}
}