.ann-sales {
  padding: 0;
  position: relative;
}
/*
.ann-sales::before {
  content: '';
  display: block;
  position: absolute;
  left: -381px;
  top: 0;
  width: 813px;
  height: 528px;
  background: #E80000;
  filter: blur(684px);
}
*/
.ann-salesbg {
  position: absolute;
  top: -129%;
  left: -60%;
  filter: blur(684px);
  overflow-x:hidden;
}
.ann-salesbg img {
  width: 100%;
}
.ann-salesbox {
  display: flex;
  flex-direction: column;
  /*gap: 40px;*/
}
.ann-salesbot {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ann-salemttl {
  font-size: 62px;
  font-weight: 900;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 1.25px;
  color: #FFD086;
}
.ann-salemttx {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  letter-spacing: 0px;
  color: #FFF;
  margin: 32px auto 0;
}
.ann-salesitem {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
/*  position: sticky;
  top: 110px;*/
}
.ann-salecont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0,0,0,.3);
}
.ann-salearw {
  position: absolute;
  bottom: 32px;
  right: 50px;
}
.ann-salettl {
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFF;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3),0px 4px 10px rgba(0, 0, 0, 0.3);
}
.ann-salettx {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  display: flex;
  align-items: center;
  letter-spacing: 0px;
  color: #FFF;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3),0px 4px 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto 0 0;
}
.sale-mob{display:none !important;}

.ann-salestop {
  padding: 135px 0 40px;
}


@media only screen and (max-width: 1024px) {
.ann-salemttl{font-size:40px;}
.ann-salemttx{font-size:18px;margin: 20px auto 0;}
.ann-salecont{padding:30px 24px;}
.ann-salettl{font-size:30px;}
.ann-salettx{font-size:16px;}
}

@media only screen and (max-width: 767px) {	
.ann-salestop {
  padding: 70px 0 30px;
}
.ann-salesbot {
  gap: 20px;
}
.ann-salecont{justify-content: flex-end;padding: 22px;}	
.ann-salemttl {
  font-size: 8.1424936387vw;
  font-size:30px;
  letter-spacing: .3180661578vw;
}
.ann-salemttx {
  font-size: 4.0712468193vw;
  font-size:16px;
  margin-top: 4.0712468193vw;
  padding-right: 5.0890585242vw;
}
.ann-salettl {
  font-size: 6.106870229vw;
  font-size:22px;
  margin-bottom: 4.0712468193vw;
  line-height: 30px;
}
.ann-salettx {
  font-size:3.5623409669vw;
  font-size:14px;
  line-height: 1.4;
}
.sale-desk{display:none !important;}
.sale-mob{display:block !important;}
}