body {
  overscroll-behavior-y: none;
}

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

.interface {
  background-image: url("../../../static/general_landscape/making/making_base.png");
  background-repeat: no-repeat;
  background-size: 1280px;
  background-position: center;
  width: 1280px;
}
.interface .making_previous_tap {
  position: absolute;
  top: 300px;
  left: 50px;
}
.interface .making_previous_tap img {
  width: 190px;
}
.interface .glassimage {
  position: absolute;
  top: 310px;
  left: 270px;
  background-image: url("../../../static/general_landscape/glass_empty.png");
  background-repeat: no-repeat;
  background-size: 220px;
  width: 220px;
  height: 440px;
}
.interface .glassimage div {
  position: absolute;
  top: 0px;
  left: 0px;
}
.interface .glassimage div img {
  position: absolute;
}
.interface .glassimage div .flavorBase {
  width: 150px;
  top: 135px;
  left: 33px;
}
.interface .glassimage div .flavorAdd1 {
  position: absolute;
  width: 115px;
  top: 83px;
  left: 15px;
}
.interface .glassimage div .flavorAdd2 {
  position: absolute;
  width: 100px;
  top: 85px;
  left: 105px;
}
.interface .glassimage div .flavorAdd3 {
  position: absolute;
  width: 85px;
  top: 235px;
  left: 25px;
}
.interface .glassimage div .flavorAdd4 {
  position: absolute;
  width: 95px;
  top: 260px;
  left: 95px;
}
.interface .glassimage .flavorPeach .flavorBase {
  top: 140px;
}
.interface .glassimage .flavorPeach .flavorAdd2 {
  display: none;
}
.interface .glassimage .flavorPeach .flavorAdd4 {
  display: none;
}
.interface .glassimage .flavorGreenApple .flavorBase {
  display: none;
}
.interface .glassimage .flavorGreenApple .flavorAdd1 {
  display: none;
}
.interface .glassimage .flavorGreenApple .flavorAdd2 {
  width: 113px;
  top: 95px;
  left: 95px;
}
.interface .glassimage .flavorGreenApple .flavorAdd3 {
  width: 90px;
  left: 22px;
  display: none;
}
.interface .glassimage .flavorGreenApple .flavorAdd4 {
  top: 245px;
}
.interface .glassimage .flavorYuzu .flavorBase {
  display: none;
}
.interface .glassimage .flavorYuzu .flavorAdd1 {
  width: 88px;
  top: 65px;
  left: 25px;
  display: none;
}
.interface .glassimage .flavorYuzu .flavorAdd2 {
  width: 88px;
  left: 110px;
  top: 65px;
  display: none;
}
.interface .glassimage .flavorYuzu .flavorAdd3 {
  width: 88px;
  top: 270px;
  display: none;
}
.interface .glassimage .flavorYuzu .flavorAdd4 {
  width: 88px;
  top: 270px;
  left: 105px;
  display: none;
}
.interface .recipePannel {
  position: absolute;
  background-image: url("../../../static/general_landscape/making/making_recipe_back.png");
  background-size: 235px;
  background-repeat: no-repeat;
  width: 290px;
  height: 600px;
  top: 100px;
  left: 800px;
}
.interface .recipePannel table {
  position: absolute;
  top: 80px;
  left: 90px;
}
.interface .recipePannel table .alc td img {
  width: 70px;
  height: auto;
}
.interface .recipePannel table .with td {
  padding-top: 12px;
}
.interface .recipePannel table .with td img {
  width: 100px;
}
.interface .recipePannel table .base td {
  padding-top: 19px;
  padding-bottom: 12px;
}
.interface .recipePannel table .base td img {
  width: 120px;
}
.interface .recipePannel table .plus td {
  padding-bottom: 8px;
}
.interface .recipePannel table .plus td:first-of-type img {
  width: 120px;
  margin-right: 20px;
}
.interface .recipePannel table .plus td:last-of-type img {
  width: 25px;
}
.interface .recipePannel .tastemater {
  position: absolute;
  top: 360px;
  left: 45px;
}
.interface .recipePannel .tastemater figure img {
  position: absolute;
  width: 230px;
}
.interface .recipePannel .tastemater .making_meter_1 {
  display: none;
}
.interface .recipePannel .tastemater .making_meter_2 {
  display: none;
}
.interface .recipePannel .tastemater .making_meter_4 {
  display: none;
}
.interface .recipePannel .tastemater .making_meter_5 {
  display: none;
}
.interface .making_order {
  position: absolute;
  bottom: 80px;
  left: 805px;
}
.interface .making_order img {
  width: 300px;
  height: auto;
}
.interface .progressbar_area {
  position: absolute;
  bottom: 80px;
  left: 705px;
  height: 70px;
  width: 450px;
}
.interface .progressbar_area p {
  background-image: url("../../../static/general_landscape/making/making_progress_title.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 330px;
  width: auto;
  height: 20px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}
.interface .progressbar_area progress {
  height: 5px;
  width: 100%;
  appearance: none;
  border: none;
  background-color: #ffffff;
}
.interface .progressbar_area ::-moz-progress-bar,
.interface .progressbar_area ::-webkit-progress-bar {
  background-color: #ffffff;
}
.interface .progressbar_area progress-value,
.interface .progressbar_area ::-webkit-progress-value {
  background-color: #ffff00;
}
