body {
  overscroll-behavior-y: none;
}

section {
  width: 1280px;
  position: relative;
  height: 800px;
  margin: 0px auto;
}

.interface {
  background-image: url("../../../static/general_landscape/finish/finish_base.png");
  background-repeat: no-repeat;
  background-size: 1280px;
  background-position: center;
  width: 1280px;
}
.interface .glassimage {
  background-size: 120px;
  width: 120px;
  height: 440px;
}
.interface .glassimage div {
  position: absolute;
  top: 5px;
  left: 0px;
}
.interface .glassimage div img {
  position: absolute;
}
.interface .glassimage .flavorPeach .flavorBase {
  top: 70px;
  width: 90px;
  left: 15px;
}
.interface .glassimage .flavorPeach .flavorAdd1 {
  width: 60px;
  top: 40px;
  left: 6px;
}
.interface .glassimage .flavorPeach .flavorAdd2 {
  width: 55px;
  top: 40px;
  left: 60px;
}
.interface .glassimage .flavorPeach .flavorAdd3 {
  width: 50px;
  top: 130px;
  left: 10px;
}
.interface .glassimage .flavorPeach .flavorAdd4 {
  width: 55px;
  top: 140px;
  left: 52px;
}
.interface .glassimage .flavorGreenApple .flavorBase {
  width: 90px;
  top: 65px;
  left: 15px;
  display: none;
}
.interface .glassimage .flavorGreenApple .flavorAdd1 {
  width: 58px;
  top: 40px;
  left: 8px;
  display: none;
}
.interface .glassimage .flavorGreenApple .flavorAdd2 {
  width: 61px;
  top: 40px;
  left: 52px;
}
.interface .glassimage .flavorGreenApple .flavorAdd3 {
  width: 55px;
  top: 130px;
  left: 8px;
}
.interface .glassimage .flavorGreenApple .flavorAdd4 {
  width: 55px;
  top: 135px;
  left: 52px;
}
.interface .glassimage .flavorYuzu .flavorBase {
  width: 90px;
  top: 70px;
  left: 16px;
}
.interface .glassimage .flavorYuzu .flavorAdd1 {
  width: 50px;
  top: 30px;
  left: 5px;
}
.interface .glassimage .flavorYuzu .flavorAdd2 {
  width: 50px;
  left: 63px;
  top: 30px;
}
.interface .glassimage .flavorYuzu .flavorAdd3 {
  width: 50px;
  top: 150px;
  left: 10px;
}
.interface .glassimage .flavorYuzu .flavorAdd4 {
  width: 50px;
  top: 150px;
  left: 58px;
}
.interface .glass1 {
  position: absolute;
  left: 300px;
  top: 425px;
  transform: rotate(-13deg);
}
.interface .glass2 {
  position: absolute;
  left: 380px;
  top: 365px;
  transform: rotate(8deg);
}
