.lp .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100vw, 800px);
  background-color: #FEE3AC;
}
.lp img {
  width: 100%;
}
.lp source {
  width: 100%;
}
.lp iframe {
  width: min(100%, 600px);
  height: auto;
  aspect-ratio: 8/5;
  padding: 8px 20px 40px 20px;
}
.lp .movieText {
  width: min(32vw, 240px);
  margin-top: 40px;
}
.lp .purchase, .lp .purchaseFloat {
  background-color: rgb(124, 220, 102);
  font-size: 24px;
  text-align: center;
  color: #FFF;
}
.lp .purchase {
  position: relative;
  width: min(90vw, 400px);
  padding: 20px 0;
  border-radius: 50px;
  margin: 40px 0;
  box-shadow: 4px 4px 12px rgba(87, 87, 87, 0.2);
  border: 2.5px solid #FFF;
}
.lp .purchaseFloat {
  width: 100%;
  padding: 24px 0;
  position: fixed;
  margin: auto;
  width: min(100vw, 800px);
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.lp .triangle {
  width: 0;
  height: 0;
  border-left: 14px solid #FFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.lp p {
  margin: 16vh 0 100px 0;
  color: #535353;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */