@charset "UTF-8";

.lp_wrap .chosen2 .deco {
  position: absolute;
  top: 8.5%;
  left: 0%;
  width: 100%;
}
.lp_wrap .chosen2 .deco.trigger img {
  transition: 0.8s;
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .chosen2 .deco.trigger.move img {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .chosen2 .cover {
  position: absolute;
  top: 32.1%;
  left: 0%;
  width: 100%;
}
.lp_wrap .chosen2 .odometer {
  position: absolute;
  top: 11.4%;
  left: 30.1%;
  width: 32%;
  height: 18%;
  overflow: hidden;
  clip-path: inset(21% 0 0 0);
  opacity: 0;
}
.lp_wrap .chosen2 .odometer.move {
  opacity: 1;
}
.lp_wrap .chosen2 .odometer * {
  font-family: "Shippori Mincho B1", serif;
  font-size: min(180px, 23.5vw);
  color: #683c7e;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}
.lp_wrap .chosen2 .em li {
  position: absolute;
}
.lp_wrap .chosen2 .em li:nth-child(1) {
  top: 65.1%;
  left: 5.2%;
  width: 28.385%;
}
.lp_wrap .chosen2 .em li:nth-child(2) {
  top: 63.5%;
  left: 35.8%;
  width: 28.385%;
}
.lp_wrap .chosen2 .em li:nth-child(3) {
  top: 65.7%;
  left: 66.3%;
  width: 28.385%;
}
.lp_wrap .chosen2 .em li.trigger img,
.lp_wrap .chosen2 .em li.trigger ~ li img {
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .chosen2 .em li:nth-child(1) img {
  transition: 0.6s;
}
.lp_wrap .chosen2 .em li:nth-child(2) img {
  transition: 0.6s 0.3s;
}
.lp_wrap .chosen2 .em li:nth-child(3) img {
  transition: 0.6s 0.6s;
}
.lp_wrap .chosen2 .em li.trigger.move img,
.lp_wrap .chosen2 .em li.trigger.move ~ li img {
  opacity: 1;
  transform: translateY(0);
}