.ann-product{padding:230px 0 314px;background: linear-gradient(180deg, #1A0606 0%, #801E1E 100%);}
.ann-productbox {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.ann-title.flx {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ann-promttl{
  font-size: 68px;
  font-weight: 900;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1.25px;
  color: #FFD086;
  
}

.ann-prodmore a {
  font-size: 20px;
  font-weight: 900;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  color: #FFF;
  text-decoration: none;
  display:flex;
  align-items:center;
  gap:8px;
}
.ann-prodmore img{width:24px;}

.ann-prodgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ann-proditem {
  background: #290C0C;
  padding: 32px 24px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ann-proditem a {
  display: inline-block;
}
.ann-prodimg img {
  width: 100%;
}
.ann-prodname {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.ann-prodnames {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
  letter-spacing: 0px;
  color: #FFF;
}
.ann-proditem:hover .ann-prodnames {
  display: none;
}
.ann-prodname .twobtns a {
  display: none;
  border-radius: 100px;
  cursor: pointer;
  padding: 10px 30px;
  border: 1px solid #fff;
  color: white;
  font-size: 18px;
  line-height: 1;
}
.ann-proditem:hover .ann-prodname .twobtns a {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
.ann-promttl{font-size:40px;}
.ann-prodnames{font-size:16px;text-align:center;}
.ann-proditem{gap:10px;}
.ann-prodname .twobtns a{
	  display: inline-block;
	  padding: 10px 20px;
	  font-size: 12px;
	  margin-top: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.ann-product {
	  padding: 100px 0 190px;
	}
	.ann-product .ann-container {
	  padding-right: 0;
	}
   .ann-prodgrid {
	  gap: 20px;
	  display: flex;
	  flex-wrap: nowrap;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	  scroll-behavior: smooth;
	  scroll-snap-type: x mandatory;
	}	
	.ann-proditem {
	  gap: 0;		
	  min-width: 28vw;
	}
	.ann-proditem:last-child {
	  margin-right: 24px;
	}
}	
@media only screen and (max-width: 767px) {
	.ann-product {
	  padding: 100px 0 190px;
	}
	.ann-product .ann-container {
	  padding-right: 0;
	}
	.ann-productbox {
	  gap: 50px;
	}	
	.ann-promttl{
		font-size: 30px;
		letter-spacing: .3180661578vw;
	}
	.ann-prodgrid {
	  gap: 20px;
	  display: flex;
	  flex-wrap: nowrap;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	  scroll-behavior: smooth;
	  scroll-snap-type: x mandatory;
	}	
	.ann-proditem {
	  gap: 0;		
	  min-width: 68.7022900763vw;
	}
	.ann-prodnames {
	  font-size: 16px;
	  text-align: center;
	}
	.ann-prodname .twobtns a{
	  display: inline-block;
	  padding: 10px 20px;
	  font-size: 12px;
	  margin-top: 15px;
	}
}	