@charset "UTF-8";

.lp_wrap .omakase .head {
  position: absolute;
  top: 5.9%;
  left: 3.8%;
  width: min(calc(313/750 * 100vw),313px);
}
.lp_wrap .omakase .head.trigger {
  transition: 1.6s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .omakase .head.trigger.move {
  clip-path: inset(0);
}
.lp_wrap .omakase .copy {
  position: absolute;
  top: 6.3%;
  left: 64%;
  width: min(calc(191/750 * 100vw),191px);
}
.lp_wrap .omakase .copy.trigger {
  transition: 1s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .omakase .copy.trigger.move {
  clip-path: inset(0);
}