@charset "UTF-8";
:root {
  --vw-unit: calc((var(--vw) * (468 / 1400)) / 750);
  --vw-pcunit: calc(var(--vw) / 1400);
}

@media screen and (min-width: 1400px) {
  :root {
    --vw-unit: calc((1400px * (468 / 1400)) / 750);
    --vw-pcunit: calc(1400px / 1400);
  }
}
/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderPagination {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

.pc-header-main.is-fixed {
  display: none;
}

#lp-gelatopique_star_wars a {
  transition: 0.3s;
}
#lp-gelatopique_star_wars a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#lp-gelatopique_star_wars .swiper-pagination {
  pointer-events: none;
}
#lp-gelatopique_star_wars .swiper-pagination .swiper-pagination-bullet {
  pointer-events: auto;
}
#lp-gelatopique_star_wars .mutebtn {
  pointer-events: auto;
  cursor: pointer;
  transition: 0.3s;
}
#lp-gelatopique_star_wars .mutebtn:hover {
  opacity: 0.7;
}
#lp-gelatopique_star_wars .sec__credit {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 20;
  pointer-events: none;
}
#lp-gelatopique_star_wars .sec__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
}
#lp-gelatopique_star_wars .sec__credit .credit .credititem {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#lp-gelatopique_star_wars .sec__credit .credit .credititem .link {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  pointer-events: auto;
}
#lp-gelatopique_star_wars .sec__credit .credit .credititem .link:hover {
  text-decoration: none;
  opacity: 0.7;
}
#lp-gelatopique_star_wars .sec__credit .credit .credititem .link p {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}
#lp-gelatopique_star_wars .sec__credit.sec__credit01 {
  bottom: calc(16 * var(--vw-unit));
  left: calc(44 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit01 .credit .credititem .link {
  display: flex;
  gap: 0 calc(4 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit01 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit02 {
  bottom: calc(30 * var(--vw-unit));
  right: calc(32 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit02 .credit .credititem .link {
  display: flex;
  gap: 0 calc(4 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit02 .credit .credititem .link p {
  color: #a191b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit03 {
  bottom: calc(30 * var(--vw-unit));
  right: calc(30 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit03 .credit .credititem .link {
  display: flex;
  gap: 0 calc(4 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit03 .credit .credititem .link p {
  color: #a191b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit04 {
  bottom: calc(6 * var(--vw-unit));
  left: calc(54 * var(--vw-unit));
  transform: rotate(-6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit04 .credit .credititem .link {
  display: flex;
  gap: 0 calc(4 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit04 .credit .credititem .link p {
  color: #fff;
  font-size: calc(29 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit05 {
  bottom: calc(-8 * var(--vw-unit));
  left: calc(44 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit05 .credit .credititem .link {
  display: flex;
  gap: 0 calc(14 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit05 .credit .credititem .link p {
  color: #a191b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit05 .credit .credititem:nth-child(2) .link {
  display: block;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit06 {
  bottom: calc(-8 * var(--vw-unit));
  left: calc(294 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit06 .credit .credititem .link {
  display: block;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit06 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit07 {
  bottom: calc(54 * var(--vw-unit));
  left: calc(352 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit07 .credit .credititem .link {
  display: flex;
  gap: 0 calc(4 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit07 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 {
  width: calc(240 * var(--vw-unit));
  height: calc(76 * var(--vw-unit));
  top: calc(14 * var(--vw-unit));
  right: calc(70 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(28 * var(--vw-unit));
  left: calc(10 * var(--vw-unit));
  transform: rotate(6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(30 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
  transform: rotate(9deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(32 * var(--vw-unit));
  left: calc(40 * var(--vw-unit));
  transform: rotate(5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.txt span:nth-child(4) {
  top: calc(34 * var(--vw-unit));
  left: calc(56 * var(--vw-unit));
  transform: rotate(5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.txt span:nth-child(5) {
  top: calc(34 * var(--vw-unit));
  left: calc(72 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.txt span:nth-child(6) {
  top: calc(34 * var(--vw-unit));
  left: calc(88 * var(--vw-unit));
  transform: rotate(5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.txt span:nth-child(7) {
  top: calc(34 * var(--vw-unit));
  left: calc(102 * var(--vw-unit));
  transform: rotate(2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(34 * var(--vw-unit));
  left: calc(124 * var(--vw-unit));
  transform: rotate(-6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(32 * var(--vw-unit));
  left: calc(138 * var(--vw-unit));
  transform: rotate(-6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(30 * var(--vw-unit));
  left: calc(146 * var(--vw-unit));
  transform: rotate(-8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(26 * var(--vw-unit));
  left: calc(160 * var(--vw-unit));
  transform: rotate(-11deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(22 * var(--vw-unit));
  left: calc(174 * var(--vw-unit));
  transform: rotate(-16deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(16 * var(--vw-unit));
  left: calc(188 * var(--vw-unit));
  transform: rotate(-22deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(10 * var(--vw-unit));
  left: calc(202 * var(--vw-unit));
  transform: rotate(-27deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit08 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(2 * var(--vw-unit));
  left: calc(216 * var(--vw-unit));
  transform: rotate(-31deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 {
  width: calc(290 * var(--vw-unit));
  height: calc(76 * var(--vw-unit));
  top: calc(8 * var(--vw-unit));
  left: calc(38 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p {
  color: #7eb5b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(42 * var(--vw-unit));
  left: calc(6 * var(--vw-unit));
  transform: rotate(-18deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(36 * var(--vw-unit));
  left: calc(18 * var(--vw-unit));
  transform: rotate(-16deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(30 * var(--vw-unit));
  left: calc(34 * var(--vw-unit));
  transform: rotate(-16deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(4) {
  top: calc(26 * var(--vw-unit));
  left: calc(48 * var(--vw-unit));
  transform: rotate(-14deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(5) {
  top: calc(22 * var(--vw-unit));
  left: calc(64 * var(--vw-unit));
  transform: rotate(-14deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(7) {
  top: calc(14 * var(--vw-unit));
  left: calc(90 * var(--vw-unit));
  transform: rotate(-12deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(8) {
  top: calc(10 * var(--vw-unit));
  left: calc(104 * var(--vw-unit));
  transform: rotate(-10deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(9) {
  top: calc(8 * var(--vw-unit));
  left: calc(120 * var(--vw-unit));
  transform: rotate(-10deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(10) {
  top: calc(4 * var(--vw-unit));
  left: calc(134 * var(--vw-unit));
  transform: rotate(-8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.txt span:nth-child(11) {
  top: calc(2 * var(--vw-unit));
  left: calc(148 * var(--vw-unit));
  transform: rotate(-8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(0 * var(--vw-unit));
  left: calc(172 * var(--vw-unit));
  transform: rotate(-2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(0 * var(--vw-unit));
  left: calc(188 * var(--vw-unit));
  transform: rotate(0deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(0 * var(--vw-unit));
  left: calc(194 * var(--vw-unit));
  transform: rotate(0deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(-2 * var(--vw-unit));
  left: calc(210 * var(--vw-unit));
  transform: rotate(0deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(-2 * var(--vw-unit));
  left: calc(226 * var(--vw-unit));
  transform: rotate(0deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(-2 * var(--vw-unit));
  left: calc(240 * var(--vw-unit));
  transform: rotate(1deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(0 * var(--vw-unit));
  left: calc(256 * var(--vw-unit));
  transform: rotate(6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit09 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(2 * var(--vw-unit));
  left: calc(270 * var(--vw-unit));
  transform: rotate(8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 {
  width: calc(492 * var(--vw-unit));
  height: calc(220 * var(--vw-unit));
  bottom: calc(-8 * var(--vw-unit));
  right: calc(-8 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem .link p {
  color: #c6a16b;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1)::after {
  content: "/";
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.07em;
  color: #c6a16b;
  font-feature-settings: "palt";
  position: absolute;
  top: calc(180 * var(--vw-unit));
  left: calc(192 * var(--vw-unit));
  transform: rotate(-6deg);
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.txt span:nth-child(1) {
  top: calc(156 * var(--vw-unit));
  left: calc(14 * var(--vw-unit));
  transform: rotate(20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.txt span:nth-child(2) {
  top: calc(162 * var(--vw-unit));
  left: calc(32 * var(--vw-unit));
  transform: rotate(20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.txt span:nth-child(3) {
  top: calc(167 * var(--vw-unit));
  left: calc(46 * var(--vw-unit));
  transform: rotate(20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.price span:nth-child(1) {
  top: calc(174 * var(--vw-unit));
  left: calc(70 * var(--vw-unit));
  transform: rotate(15deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.price span:nth-child(2) {
  top: calc(176 * var(--vw-unit));
  left: calc(86 * var(--vw-unit));
  transform: rotate(15deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.price span:nth-child(3) {
  top: calc(178 * var(--vw-unit));
  left: calc(92 * var(--vw-unit));
  transform: rotate(10deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.price span:nth-child(4) {
  top: calc(180 * var(--vw-unit));
  left: calc(108 * var(--vw-unit));
  transform: rotate(6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.price span:nth-child(5) {
  top: calc(182 * var(--vw-unit));
  left: calc(124 * var(--vw-unit));
  transform: rotate(2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.price span:nth-child(6) {
  top: calc(182 * var(--vw-unit));
  left: calc(138 * var(--vw-unit));
  transform: rotate(2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.price span:nth-child(7) {
  top: calc(182 * var(--vw-unit));
  left: calc(154 * var(--vw-unit));
  transform: rotate(-1deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(1) .link p.price span:nth-child(8) {
  top: calc(182 * var(--vw-unit));
  left: calc(168 * var(--vw-unit));
  transform: rotate(-2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.txt span:nth-child(1) {
  top: calc(176 * var(--vw-unit));
  left: calc(212 * var(--vw-unit));
  transform: rotate(-8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.txt span:nth-child(2) {
  top: calc(174 * var(--vw-unit));
  left: calc(228 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.txt span:nth-child(3) {
  top: calc(170 * var(--vw-unit));
  left: calc(244 * var(--vw-unit));
  transform: rotate(-20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.txt span:nth-child(4) {
  top: calc(166 * var(--vw-unit));
  left: calc(252 * var(--vw-unit));
  transform: rotate(-20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.txt span:nth-child(6) {
  top: calc(158 * var(--vw-unit));
  left: calc(278 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.txt span:nth-child(7) {
  top: calc(152 * var(--vw-unit));
  left: calc(294 * var(--vw-unit));
  transform: rotate(-24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.txt span:nth-child(8) {
  top: calc(148 * var(--vw-unit));
  left: calc(306 * var(--vw-unit));
  transform: rotate(-28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.txt span:nth-child(9) {
  top: calc(142 * var(--vw-unit));
  left: calc(316 * var(--vw-unit));
  transform: rotate(-28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.price span:nth-child(1) {
  top: calc(128 * var(--vw-unit));
  left: calc(340 * var(--vw-unit));
  transform: rotate(-36deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.price span:nth-child(2) {
  top: calc(120 * var(--vw-unit));
  left: calc(352 * var(--vw-unit));
  transform: rotate(-38deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.price span:nth-child(3) {
  top: calc(114 * var(--vw-unit));
  left: calc(360 * var(--vw-unit));
  transform: rotate(-38deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.price span:nth-child(4) {
  top: calc(104 * var(--vw-unit));
  left: calc(372 * var(--vw-unit));
  transform: rotate(-41deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.price span:nth-child(5) {
  top: calc(94 * var(--vw-unit));
  left: calc(384 * var(--vw-unit));
  transform: rotate(-43deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.price span:nth-child(6) {
  top: calc(84 * var(--vw-unit));
  left: calc(396 * var(--vw-unit));
  transform: rotate(-44deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.price span:nth-child(7) {
  top: calc(74 * var(--vw-unit));
  left: calc(408 * var(--vw-unit));
  transform: rotate(-45deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit10 .credit .credititem:nth-child(2) .link p.price span:nth-child(8) {
  top: calc(62 * var(--vw-unit));
  left: calc(420 * var(--vw-unit));
  transform: rotate(-47deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 {
  width: calc(492 * var(--vw-unit));
  height: calc(220 * var(--vw-unit));
  bottom: calc(-8 * var(--vw-unit));
  right: calc(-8 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p {
  color: #c6a16b;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(180 * var(--vw-unit));
  left: calc(192 * var(--vw-unit));
  transform: rotate(-8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(178 * var(--vw-unit));
  left: calc(212 * var(--vw-unit));
  transform: rotate(-12deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(176 * var(--vw-unit));
  left: calc(228 * var(--vw-unit));
  transform: rotate(-15deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(170 * var(--vw-unit));
  left: calc(250 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(166 * var(--vw-unit));
  left: calc(264 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(162 * var(--vw-unit));
  left: calc(272 * var(--vw-unit));
  transform: rotate(-19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(156 * var(--vw-unit));
  left: calc(286 * var(--vw-unit));
  transform: rotate(-19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(150 * var(--vw-unit));
  left: calc(300 * var(--vw-unit));
  transform: rotate(-24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(144 * var(--vw-unit));
  left: calc(314 * var(--vw-unit));
  transform: rotate(-28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(136 * var(--vw-unit));
  left: calc(326 * var(--vw-unit));
  transform: rotate(-32deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit11 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(128 * var(--vw-unit));
  left: calc(338 * var(--vw-unit));
  transform: rotate(-36deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 {
  width: calc(492 * var(--vw-unit));
  height: calc(220 * var(--vw-unit));
  bottom: calc(-8 * var(--vw-unit));
  right: calc(-8 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p {
  color: #c6a16b;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(174 * var(--vw-unit));
  left: calc(214 * var(--vw-unit));
  transform: rotate(-6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(172 * var(--vw-unit));
  left: calc(230 * var(--vw-unit));
  transform: rotate(-14deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(170 * var(--vw-unit));
  left: calc(246 * var(--vw-unit));
  transform: rotate(-19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.txt span:nth-child(4) {
  top: calc(166 * var(--vw-unit));
  left: calc(254 * var(--vw-unit));
  transform: rotate(-19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.txt span:nth-child(5) {
  top: calc(160 * var(--vw-unit));
  left: calc(274 * var(--vw-unit));
  transform: rotate(-19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.txt span:nth-child(6) {
  top: calc(158 * var(--vw-unit));
  left: calc(278 * var(--vw-unit));
  transform: rotate(-19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.txt span:nth-child(7) {
  top: calc(152 * var(--vw-unit));
  left: calc(292 * var(--vw-unit));
  transform: rotate(-22deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.txt span:nth-child(8) {
  top: calc(148 * var(--vw-unit));
  left: calc(304 * var(--vw-unit));
  transform: rotate(-24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.txt span:nth-child(9) {
  top: calc(144 * var(--vw-unit));
  left: calc(312 * var(--vw-unit));
  transform: rotate(-24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(130 * var(--vw-unit));
  left: calc(334 * var(--vw-unit));
  transform: rotate(-26deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(124 * var(--vw-unit));
  left: calc(346 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(120 * var(--vw-unit));
  left: calc(352 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(112 * var(--vw-unit));
  left: calc(364 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(104 * var(--vw-unit));
  left: calc(376 * var(--vw-unit));
  transform: rotate(-35deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(96 * var(--vw-unit));
  left: calc(388 * var(--vw-unit));
  transform: rotate(-36deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(86 * var(--vw-unit));
  left: calc(400 * var(--vw-unit));
  transform: rotate(-41deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit12 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(76 * var(--vw-unit));
  left: calc(410 * var(--vw-unit));
  transform: rotate(-43deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 {
  width: calc(492 * var(--vw-unit));
  height: calc(220 * var(--vw-unit));
  top: calc(-8 * var(--vw-unit));
  left: calc(-8 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(178 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
  transform: rotate(-64deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(166 * var(--vw-unit));
  left: calc(34 * var(--vw-unit));
  transform: rotate(-64deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(152 * var(--vw-unit));
  left: calc(42 * var(--vw-unit));
  transform: rotate(-61deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(4) {
  top: calc(138 * var(--vw-unit));
  left: calc(50 * var(--vw-unit));
  transform: rotate(-48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(5) {
  top: calc(126 * var(--vw-unit));
  left: calc(60 * var(--vw-unit));
  transform: rotate(-48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(6) {
  top: calc(116 * var(--vw-unit));
  left: calc(72 * var(--vw-unit));
  transform: rotate(-48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(7) {
  top: calc(104 * var(--vw-unit));
  left: calc(82 * var(--vw-unit));
  transform: rotate(-48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(8) {
  top: calc(94 * var(--vw-unit));
  left: calc(92 * var(--vw-unit));
  transform: rotate(-48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(10) {
  top: calc(78 * var(--vw-unit));
  left: calc(110 * var(--vw-unit));
  transform: rotate(-43deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(11) {
  top: calc(68 * var(--vw-unit));
  left: calc(124 * var(--vw-unit));
  transform: rotate(-39deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(12) {
  top: calc(58 * var(--vw-unit));
  left: calc(138 * var(--vw-unit));
  transform: rotate(-42deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(13) {
  top: calc(50 * var(--vw-unit));
  left: calc(150 * var(--vw-unit));
  transform: rotate(-35deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(14) {
  top: calc(40 * var(--vw-unit));
  left: calc(172 * var(--vw-unit));
  transform: rotate(-32deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(15) {
  top: calc(38 * var(--vw-unit));
  left: calc(170 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(16) {
  top: calc(32 * var(--vw-unit));
  left: calc(184 * var(--vw-unit));
  transform: rotate(-26deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(17) {
  top: calc(26 * var(--vw-unit));
  left: calc(198 * var(--vw-unit));
  transform: rotate(-26deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(18) {
  top: calc(20 * var(--vw-unit));
  left: calc(218 * var(--vw-unit));
  transform: rotate(-26deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(19) {
  top: calc(16 * var(--vw-unit));
  left: calc(232 * var(--vw-unit));
  transform: rotate(-18deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.txt span:nth-child(20) {
  top: calc(12 * var(--vw-unit));
  left: calc(246 * var(--vw-unit));
  transform: rotate(-22deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(8 * var(--vw-unit));
  left: calc(268 * var(--vw-unit));
  transform: rotate(-12deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(8 * var(--vw-unit));
  left: calc(282 * var(--vw-unit));
  transform: rotate(-12deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(4 * var(--vw-unit));
  left: calc(292 * var(--vw-unit));
  transform: rotate(-9deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(2 * var(--vw-unit));
  left: calc(306 * var(--vw-unit));
  transform: rotate(-9deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(2 * var(--vw-unit));
  left: calc(322 * var(--vw-unit));
  transform: rotate(-9deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(2 * var(--vw-unit));
  left: calc(338 * var(--vw-unit));
  transform: rotate(-1deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(2 * var(--vw-unit));
  left: calc(352 * var(--vw-unit));
  transform: rotate(2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit13 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(2 * var(--vw-unit));
  left: calc(368 * var(--vw-unit));
  transform: rotate(2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 {
  width: calc(186 * var(--vw-unit));
  height: calc(130 * var(--vw-unit));
  top: calc(-8 * var(--vw-unit));
  right: calc(58 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p {
  color: #c6a16b;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(2 * var(--vw-unit));
  left: calc(8 * var(--vw-unit));
  transform: rotate(18deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(6 * var(--vw-unit));
  left: calc(22 * var(--vw-unit));
  transform: rotate(18deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(12 * var(--vw-unit));
  left: calc(36 * var(--vw-unit));
  transform: rotate(20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.txt span:nth-child(4) {
  top: calc(18 * var(--vw-unit));
  left: calc(50 * var(--vw-unit));
  transform: rotate(20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.txt span:nth-child(5) {
  top: calc(24 * var(--vw-unit));
  left: calc(64 * var(--vw-unit));
  transform: rotate(20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(36 * var(--vw-unit));
  left: calc(84 * var(--vw-unit));
  transform: rotate(30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(42 * var(--vw-unit));
  left: calc(96 * var(--vw-unit));
  transform: rotate(30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(48 * var(--vw-unit));
  left: calc(102 * var(--vw-unit));
  transform: rotate(33deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(56 * var(--vw-unit));
  left: calc(116 * var(--vw-unit));
  transform: rotate(35deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(66 * var(--vw-unit));
  left: calc(126 * var(--vw-unit));
  transform: rotate(38deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(76 * var(--vw-unit));
  left: calc(138 * var(--vw-unit));
  transform: rotate(41deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(86 * var(--vw-unit));
  left: calc(148 * var(--vw-unit));
  transform: rotate(43deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit14 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(96 * var(--vw-unit));
  left: calc(158 * var(--vw-unit));
  transform: rotate(45deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 {
  width: calc(450 * var(--vw-unit));
  height: calc(412 * var(--vw-unit));
  bottom: calc(44 * var(--vw-unit));
  left: calc(-8 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1)::after {
  content: "/";
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.07em;
  color: #fff;
  font-feature-settings: "palt";
  position: absolute;
  top: calc(220 * var(--vw-unit));
  left: calc(182 * var(--vw-unit));
  transform: rotate(30deg);
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(1) {
  top: calc(2 * var(--vw-unit));
  left: calc(12 * var(--vw-unit));
  transform: rotate(74deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(2) {
  top: calc(14 * var(--vw-unit));
  left: calc(16 * var(--vw-unit));
  transform: rotate(74deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(3) {
  top: calc(24 * var(--vw-unit));
  left: calc(16 * var(--vw-unit));
  transform: rotate(74deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(4) {
  top: calc(38 * var(--vw-unit));
  left: calc(20 * var(--vw-unit));
  transform: rotate(74deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(6) {
  top: calc(56 * var(--vw-unit));
  left: calc(28 * var(--vw-unit));
  transform: rotate(69deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(7) {
  top: calc(68 * var(--vw-unit));
  left: calc(34 * var(--vw-unit));
  transform: rotate(69deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(8) {
  top: calc(76 * var(--vw-unit));
  left: calc(36 * var(--vw-unit));
  transform: rotate(69deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(9) {
  top: calc(90 * var(--vw-unit));
  left: calc(42 * var(--vw-unit));
  transform: rotate(66deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(10) {
  top: calc(100 * var(--vw-unit));
  left: calc(52 * var(--vw-unit));
  transform: rotate(62deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(11) {
  top: calc(110 * var(--vw-unit));
  left: calc(54 * var(--vw-unit));
  transform: rotate(62deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(12) {
  top: calc(120 * var(--vw-unit));
  left: calc(62 * var(--vw-unit));
  transform: rotate(55deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.txt span:nth-child(13) {
  top: calc(132 * var(--vw-unit));
  left: calc(72 * var(--vw-unit));
  transform: rotate(48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.price span:nth-child(1) {
  top: calc(152 * var(--vw-unit));
  left: calc(90 * var(--vw-unit));
  transform: rotate(48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.price span:nth-child(2) {
  top: calc(160 * var(--vw-unit));
  left: calc(102 * var(--vw-unit));
  transform: rotate(48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.price span:nth-child(3) {
  top: calc(168 * var(--vw-unit));
  left: calc(106 * var(--vw-unit));
  transform: rotate(44deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.price span:nth-child(4) {
  top: calc(178 * var(--vw-unit));
  left: calc(116 * var(--vw-unit));
  transform: rotate(40deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.price span:nth-child(5) {
  top: calc(186 * var(--vw-unit));
  left: calc(128 * var(--vw-unit));
  transform: rotate(40deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.price span:nth-child(6) {
  top: calc(194 * var(--vw-unit));
  left: calc(140 * var(--vw-unit));
  transform: rotate(33deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.price span:nth-child(7) {
  top: calc(202 * var(--vw-unit));
  left: calc(152 * var(--vw-unit));
  transform: rotate(33deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(1) .link p.price span:nth-child(8) {
  top: calc(208 * var(--vw-unit));
  left: calc(164 * var(--vw-unit));
  transform: rotate(30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(1) {
  top: calc(228 * var(--vw-unit));
  left: calc(202 * var(--vw-unit));
  transform: rotate(21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(2) {
  top: calc(236 * var(--vw-unit));
  left: calc(214 * var(--vw-unit));
  transform: rotate(21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(3) {
  top: calc(240 * var(--vw-unit));
  left: calc(228 * var(--vw-unit));
  transform: rotate(21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(4) {
  top: calc(246 * var(--vw-unit));
  left: calc(242 * var(--vw-unit));
  transform: rotate(21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(5) {
  top: calc(248 * var(--vw-unit));
  left: calc(256 * var(--vw-unit));
  transform: rotate(17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(7) {
  top: calc(256 * var(--vw-unit));
  left: calc(276 * var(--vw-unit));
  transform: rotate(21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(8) {
  top: calc(262 * var(--vw-unit));
  left: calc(288 * var(--vw-unit));
  transform: rotate(24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(9) {
  top: calc(270 * var(--vw-unit));
  left: calc(300 * var(--vw-unit));
  transform: rotate(24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(10) {
  top: calc(278 * var(--vw-unit));
  left: calc(314 * var(--vw-unit));
  transform: rotate(27deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.txt span:nth-child(11) {
  top: calc(286 * var(--vw-unit));
  left: calc(326 * var(--vw-unit));
  transform: rotate(30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.price span:nth-child(1) {
  top: calc(302 * var(--vw-unit));
  left: calc(348 * var(--vw-unit));
  transform: rotate(40deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.price span:nth-child(2) {
  top: calc(308 * var(--vw-unit));
  left: calc(360 * var(--vw-unit));
  transform: rotate(40deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.price span:nth-child(3) {
  top: calc(316 * var(--vw-unit));
  left: calc(364 * var(--vw-unit));
  transform: rotate(40deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.price span:nth-child(4) {
  top: calc(326 * var(--vw-unit));
  left: calc(374 * var(--vw-unit));
  transform: rotate(44deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.price span:nth-child(5) {
  top: calc(336 * var(--vw-unit));
  left: calc(384 * var(--vw-unit));
  transform: rotate(44deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.price span:nth-child(6) {
  top: calc(346 * var(--vw-unit));
  left: calc(394 * var(--vw-unit));
  transform: rotate(47deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.price span:nth-child(7) {
  top: calc(358 * var(--vw-unit));
  left: calc(402 * var(--vw-unit));
  transform: rotate(47deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit15 .credit .credititem:nth-child(2) .link p.price span:nth-child(8) {
  top: calc(370 * var(--vw-unit));
  left: calc(410 * var(--vw-unit));
  transform: rotate(47deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 {
  width: calc(508 * var(--vw-unit));
  height: calc(186 * var(--vw-unit));
  bottom: calc(-12 * var(--vw-unit));
  left: calc(200 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem .link p {
  color: #a090b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1)::after {
  content: "/";
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.07em;
  color: #a090b3;
  font-feature-settings: "palt";
  position: absolute;
  top: calc(60 * var(--vw-unit));
  left: calc(282 * var(--vw-unit));
  transform: rotate(-30deg);
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(1) {
  top: calc(142 * var(--vw-unit));
  left: calc(10 * var(--vw-unit));
  transform: rotate(8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(2) {
  top: calc(144 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
  transform: rotate(8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(3) {
  top: calc(142 * var(--vw-unit));
  left: calc(42 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(4) {
  top: calc(144 * var(--vw-unit));
  left: calc(56 * var(--vw-unit));
  transform: rotate(4deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(6) {
  top: calc(140 * var(--vw-unit));
  left: calc(78 * var(--vw-unit));
  transform: rotate(-5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(7) {
  top: calc(140 * var(--vw-unit));
  left: calc(94 * var(--vw-unit));
  transform: rotate(-8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(8) {
  top: calc(136 * var(--vw-unit));
  left: calc(108 * var(--vw-unit));
  transform: rotate(-8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(9) {
  top: calc(132 * var(--vw-unit));
  left: calc(126 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(10) {
  top: calc(128 * var(--vw-unit));
  left: calc(140 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.txt span:nth-child(11) {
  top: calc(124 * var(--vw-unit));
  left: calc(156 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.price span:nth-child(1) {
  top: calc(116 * var(--vw-unit));
  left: calc(176 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.price span:nth-child(2) {
  top: calc(112 * var(--vw-unit));
  left: calc(190 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.price span:nth-child(3) {
  top: calc(108 * var(--vw-unit));
  left: calc(198 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.price span:nth-child(4) {
  top: calc(102 * var(--vw-unit));
  left: calc(212 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.price span:nth-child(5) {
  top: calc(94 * var(--vw-unit));
  left: calc(226 * var(--vw-unit));
  transform: rotate(-28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.price span:nth-child(6) {
  top: calc(86 * var(--vw-unit));
  left: calc(236 * var(--vw-unit));
  transform: rotate(-26deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.price span:nth-child(7) {
  top: calc(80 * var(--vw-unit));
  left: calc(250 * var(--vw-unit));
  transform: rotate(-24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(1) .link p.price span:nth-child(8) {
  top: calc(72 * var(--vw-unit));
  left: calc(262 * var(--vw-unit));
  transform: rotate(-34deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.txt span:nth-child(1) {
  top: calc(50 * var(--vw-unit));
  left: calc(302 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.txt span:nth-child(2) {
  top: calc(42 * var(--vw-unit));
  left: calc(316 * var(--vw-unit));
  transform: rotate(-27deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.txt span:nth-child(3) {
  top: calc(34 * var(--vw-unit));
  left: calc(328 * var(--vw-unit));
  transform: rotate(-27deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(1) {
  top: calc(28 * var(--vw-unit));
  left: calc(342 * var(--vw-unit));
  transform: rotate(-23deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(2) {
  top: calc(22 * var(--vw-unit));
  left: calc(354 * var(--vw-unit));
  transform: rotate(-23deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(3) {
  top: calc(18 * var(--vw-unit));
  left: calc(364 * var(--vw-unit));
  transform: rotate(-23deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(4) {
  top: calc(12 * var(--vw-unit));
  left: calc(380 * var(--vw-unit));
  transform: rotate(-15deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(5) {
  top: calc(8 * var(--vw-unit));
  left: calc(394 * var(--vw-unit));
  transform: rotate(-15deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(6) {
  top: calc(4 * var(--vw-unit));
  left: calc(410 * var(--vw-unit));
  transform: rotate(-13deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(7) {
  top: calc(2 * var(--vw-unit));
  left: calc(426 * var(--vw-unit));
  transform: rotate(-11deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(8) {
  top: calc(2 * var(--vw-unit));
  left: calc(440 * var(--vw-unit));
  transform: rotate(-5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(9) {
  top: calc(2 * var(--vw-unit));
  left: calc(456 * var(--vw-unit));
  transform: rotate(-1deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit16 .credit .credititem:nth-child(2) .link p.price span:nth-child(10) {
  top: calc(2 * var(--vw-unit));
  left: calc(470 * var(--vw-unit));
  transform: rotate(-1deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 {
  width: calc(508 * var(--vw-unit));
  height: calc(186 * var(--vw-unit));
  bottom: calc(-12 * var(--vw-unit));
  left: calc(200 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem .link p {
  color: #a090b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1)::after {
  content: "/";
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.07em;
  color: #a090b3;
  font-feature-settings: "palt";
  position: absolute;
  top: calc(60 * var(--vw-unit));
  left: calc(282 * var(--vw-unit));
  transform: rotate(-30deg);
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(1) {
  top: calc(142 * var(--vw-unit));
  left: calc(10 * var(--vw-unit));
  transform: rotate(8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(2) {
  top: calc(144 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
  transform: rotate(8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(3) {
  top: calc(142 * var(--vw-unit));
  left: calc(42 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(4) {
  top: calc(144 * var(--vw-unit));
  left: calc(56 * var(--vw-unit));
  transform: rotate(4deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(6) {
  top: calc(140 * var(--vw-unit));
  left: calc(78 * var(--vw-unit));
  transform: rotate(-5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(7) {
  top: calc(140 * var(--vw-unit));
  left: calc(94 * var(--vw-unit));
  transform: rotate(-8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(8) {
  top: calc(136 * var(--vw-unit));
  left: calc(108 * var(--vw-unit));
  transform: rotate(-8deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(9) {
  top: calc(132 * var(--vw-unit));
  left: calc(126 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(10) {
  top: calc(128 * var(--vw-unit));
  left: calc(140 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.txt span:nth-child(11) {
  top: calc(124 * var(--vw-unit));
  left: calc(156 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.price span:nth-child(1) {
  top: calc(116 * var(--vw-unit));
  left: calc(176 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.price span:nth-child(2) {
  top: calc(112 * var(--vw-unit));
  left: calc(190 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.price span:nth-child(3) {
  top: calc(108 * var(--vw-unit));
  left: calc(198 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.price span:nth-child(4) {
  top: calc(102 * var(--vw-unit));
  left: calc(212 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.price span:nth-child(5) {
  top: calc(94 * var(--vw-unit));
  left: calc(226 * var(--vw-unit));
  transform: rotate(-28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.price span:nth-child(6) {
  top: calc(86 * var(--vw-unit));
  left: calc(236 * var(--vw-unit));
  transform: rotate(-26deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.price span:nth-child(7) {
  top: calc(80 * var(--vw-unit));
  left: calc(250 * var(--vw-unit));
  transform: rotate(-24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(1) .link p.price span:nth-child(8) {
  top: calc(72 * var(--vw-unit));
  left: calc(262 * var(--vw-unit));
  transform: rotate(-34deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.txt span:nth-child(1) {
  top: calc(50 * var(--vw-unit));
  left: calc(302 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.txt span:nth-child(2) {
  top: calc(42 * var(--vw-unit));
  left: calc(316 * var(--vw-unit));
  transform: rotate(-27deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.txt span:nth-child(3) {
  top: calc(34 * var(--vw-unit));
  left: calc(328 * var(--vw-unit));
  transform: rotate(-27deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(1) {
  top: calc(28 * var(--vw-unit));
  left: calc(342 * var(--vw-unit));
  transform: rotate(-23deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(2) {
  top: calc(22 * var(--vw-unit));
  left: calc(354 * var(--vw-unit));
  transform: rotate(-23deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(3) {
  top: calc(18 * var(--vw-unit));
  left: calc(364 * var(--vw-unit));
  transform: rotate(-23deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(4) {
  top: calc(12 * var(--vw-unit));
  left: calc(380 * var(--vw-unit));
  transform: rotate(-15deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(5) {
  top: calc(8 * var(--vw-unit));
  left: calc(394 * var(--vw-unit));
  transform: rotate(-15deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(6) {
  top: calc(4 * var(--vw-unit));
  left: calc(410 * var(--vw-unit));
  transform: rotate(-13deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(7) {
  top: calc(2 * var(--vw-unit));
  left: calc(426 * var(--vw-unit));
  transform: rotate(-11deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(8) {
  top: calc(2 * var(--vw-unit));
  left: calc(440 * var(--vw-unit));
  transform: rotate(-5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(9) {
  top: calc(2 * var(--vw-unit));
  left: calc(456 * var(--vw-unit));
  transform: rotate(-1deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit17 .credit .credititem:nth-child(2) .link p.price span:nth-child(10) {
  top: calc(2 * var(--vw-unit));
  left: calc(470 * var(--vw-unit));
  transform: rotate(-1deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 {
  width: calc(508 * var(--vw-unit));
  height: calc(186 * var(--vw-unit));
  bottom: calc(-12 * var(--vw-unit));
  left: calc(200 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p {
  color: #a090b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(104 * var(--vw-unit));
  left: calc(262 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(96 * var(--vw-unit));
  left: calc(276 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(88 * var(--vw-unit));
  left: calc(288 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.txt span:nth-child(4) {
  top: calc(80 * var(--vw-unit));
  left: calc(304 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.txt span:nth-child(5) {
  top: calc(72 * var(--vw-unit));
  left: calc(316 * var(--vw-unit));
  transform: rotate(-25deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.txt span:nth-child(6) {
  top: calc(66 * var(--vw-unit));
  left: calc(330 * var(--vw-unit));
  transform: rotate(-25deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.txt span:nth-child(7) {
  top: calc(58 * var(--vw-unit));
  left: calc(344 * var(--vw-unit));
  transform: rotate(-25deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.txt span:nth-child(8) {
  top: calc(52 * var(--vw-unit));
  left: calc(358 * var(--vw-unit));
  transform: rotate(-25deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(44 * var(--vw-unit));
  left: calc(378 * var(--vw-unit));
  transform: rotate(-25deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(44 * var(--vw-unit));
  left: calc(392 * var(--vw-unit));
  transform: rotate(-25deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(38 * var(--vw-unit));
  left: calc(400 * var(--vw-unit));
  transform: rotate(-11deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(36 * var(--vw-unit));
  left: calc(414 * var(--vw-unit));
  transform: rotate(-11deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(34 * var(--vw-unit));
  left: calc(430 * var(--vw-unit));
  transform: rotate(-9deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(34 * var(--vw-unit));
  left: calc(446 * var(--vw-unit));
  transform: rotate(-5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(32 * var(--vw-unit));
  left: calc(460 * var(--vw-unit));
  transform: rotate(-2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit18 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(32 * var(--vw-unit));
  left: calc(474 * var(--vw-unit));
  transform: rotate(-2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 {
  width: calc(612 * var(--vw-unit));
  height: calc(186 * var(--vw-unit));
  bottom: calc(-12 * var(--vw-unit));
  left: calc(106 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem .link p {
  color: #a090b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1)::after {
  content: "/";
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.07em;
  color: #a090b3;
  font-feature-settings: "palt";
  position: absolute;
  top: calc(94 * var(--vw-unit));
  left: calc(314 * var(--vw-unit));
  transform: rotate(-26deg);
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(1) {
  top: calc(122 * var(--vw-unit));
  left: calc(12 * var(--vw-unit));
  transform: rotate(20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(2) {
  top: calc(128 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
  transform: rotate(20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(3) {
  top: calc(130 * var(--vw-unit));
  left: calc(42 * var(--vw-unit));
  transform: rotate(12deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(4) {
  top: calc(134 * var(--vw-unit));
  left: calc(58 * var(--vw-unit));
  transform: rotate(9deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(6) {
  top: calc(136 * var(--vw-unit));
  left: calc(80 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(7) {
  top: calc(138 * var(--vw-unit));
  left: calc(92 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(8) {
  top: calc(138 * var(--vw-unit));
  left: calc(102 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(9) {
  top: calc(140 * var(--vw-unit));
  left: calc(118 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(10) {
  top: calc(140 * var(--vw-unit));
  left: calc(132 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(11) {
  top: calc(140 * var(--vw-unit));
  left: calc(140 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(12) {
  top: calc(140 * var(--vw-unit));
  left: calc(156 * var(--vw-unit));
  transform: rotate(-2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.txt span:nth-child(13) {
  top: calc(138 * var(--vw-unit));
  left: calc(170 * var(--vw-unit));
  transform: rotate(-4deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.price span:nth-child(1) {
  top: calc(136 * var(--vw-unit));
  left: calc(200 * var(--vw-unit));
  transform: rotate(-9deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.price span:nth-child(2) {
  top: calc(134 * var(--vw-unit));
  left: calc(216 * var(--vw-unit));
  transform: rotate(-9deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.price span:nth-child(3) {
  top: calc(130 * var(--vw-unit));
  left: calc(224 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.price span:nth-child(4) {
  top: calc(126 * var(--vw-unit));
  left: calc(238 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.price span:nth-child(5) {
  top: calc(120 * var(--vw-unit));
  left: calc(252 * var(--vw-unit));
  transform: rotate(-17deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.price span:nth-child(6) {
  top: calc(114 * var(--vw-unit));
  left: calc(264 * var(--vw-unit));
  transform: rotate(-19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.price span:nth-child(7) {
  top: calc(110 * var(--vw-unit));
  left: calc(280 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(1) .link p.price span:nth-child(8) {
  top: calc(104 * var(--vw-unit));
  left: calc(292 * var(--vw-unit));
  transform: rotate(-21deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(1) {
  top: calc(84 * var(--vw-unit));
  left: calc(332 * var(--vw-unit));
  transform: rotate(-26deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(2) {
  top: calc(78 * var(--vw-unit));
  left: calc(344 * var(--vw-unit));
  transform: rotate(-28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(3) {
  top: calc(70 * var(--vw-unit));
  left: calc(358 * var(--vw-unit));
  transform: rotate(-28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(4) {
  top: calc(64 * var(--vw-unit));
  left: calc(372 * var(--vw-unit));
  transform: rotate(-28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(5) {
  top: calc(56 * var(--vw-unit));
  left: calc(386 * var(--vw-unit));
  transform: rotate(-31deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(7) {
  top: calc(44 * var(--vw-unit));
  left: calc(404 * var(--vw-unit));
  transform: rotate(-31deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(8) {
  top: calc(38 * var(--vw-unit));
  left: calc(418 * var(--vw-unit));
  transform: rotate(-31deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(9) {
  top: calc(30 * var(--vw-unit));
  left: calc(430 * var(--vw-unit));
  transform: rotate(-31deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(10) {
  top: calc(22 * var(--vw-unit));
  left: calc(444 * var(--vw-unit));
  transform: rotate(-29deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.txt span:nth-child(11) {
  top: calc(16 * var(--vw-unit));
  left: calc(458 * var(--vw-unit));
  transform: rotate(-22deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.price span:nth-child(1) {
  top: calc(10 * var(--vw-unit));
  left: calc(482 * var(--vw-unit));
  transform: rotate(-29deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.price span:nth-child(2) {
  top: calc(6 * var(--vw-unit));
  left: calc(498 * var(--vw-unit));
  transform: rotate(-29deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.price span:nth-child(3) {
  top: calc(2 * var(--vw-unit));
  left: calc(506 * var(--vw-unit));
  transform: rotate(-14deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.price span:nth-child(4) {
  top: calc(0 * var(--vw-unit));
  left: calc(522 * var(--vw-unit));
  transform: rotate(-9deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.price span:nth-child(5) {
  top: calc(-2 * var(--vw-unit));
  left: calc(537 * var(--vw-unit));
  transform: rotate(-6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.price span:nth-child(6) {
  top: calc(-2 * var(--vw-unit));
  left: calc(554 * var(--vw-unit));
  transform: rotate(-2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.price span:nth-child(7) {
  top: calc(0 * var(--vw-unit));
  left: calc(568 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit19 .credit .credititem:nth-child(2) .link p.price span:nth-child(8) {
  top: calc(0 * var(--vw-unit));
  left: calc(582 * var(--vw-unit));
  transform: rotate(3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 {
  width: calc(604 * var(--vw-unit));
  height: calc(524 * var(--vw-unit));
  top: calc(-6 * var(--vw-unit));
  left: calc(146 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1)::after {
  content: "/";
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.07em;
  color: #fff;
  font-feature-settings: "palt";
  position: absolute;
  top: calc(76 * var(--vw-unit));
  left: calc(296 * var(--vw-unit));
  transform: rotate(50deg);
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(1) {
  top: calc(36 * var(--vw-unit));
  left: calc(12 * var(--vw-unit));
  transform: rotate(-34deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(2) {
  top: calc(28 * var(--vw-unit));
  left: calc(28 * var(--vw-unit));
  transform: rotate(-34deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(3) {
  top: calc(24 * var(--vw-unit));
  left: calc(36 * var(--vw-unit));
  transform: rotate(-34deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(4) {
  top: calc(14 * var(--vw-unit));
  left: calc(50 * var(--vw-unit));
  transform: rotate(-29deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(5) {
  top: calc(12 * var(--vw-unit));
  left: calc(64 * var(--vw-unit));
  transform: rotate(-24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(6) {
  top: calc(6 * var(--vw-unit));
  left: calc(80 * var(--vw-unit));
  transform: rotate(-19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(8) {
  top: calc(2 * var(--vw-unit));
  left: calc(102 * var(--vw-unit));
  transform: rotate(-10deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(9) {
  top: calc(0 * var(--vw-unit));
  left: calc(118 * var(--vw-unit));
  transform: rotate(-5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(10) {
  top: calc(0 * var(--vw-unit));
  left: calc(134 * var(--vw-unit));
  transform: rotate(-5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(11) {
  top: calc(0 * var(--vw-unit));
  left: calc(149 * var(--vw-unit));
  transform: rotate(2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.txt span:nth-child(12) {
  top: calc(4 * var(--vw-unit));
  left: calc(166 * var(--vw-unit));
  transform: rotate(5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.price span:nth-child(1) {
  top: calc(8 * var(--vw-unit));
  left: calc(188 * var(--vw-unit));
  transform: rotate(19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.price span:nth-child(2) {
  top: calc(12 * var(--vw-unit));
  left: calc(204 * var(--vw-unit));
  transform: rotate(19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.price span:nth-child(3) {
  top: calc(16 * var(--vw-unit));
  left: calc(214 * var(--vw-unit));
  transform: rotate(19deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.price span:nth-child(4) {
  top: calc(20 * var(--vw-unit));
  left: calc(228 * var(--vw-unit));
  transform: rotate(24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.price span:nth-child(5) {
  top: calc(30 * var(--vw-unit));
  left: calc(240 * var(--vw-unit));
  transform: rotate(28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.price span:nth-child(6) {
  top: calc(38 * var(--vw-unit));
  left: calc(256 * var(--vw-unit));
  transform: rotate(28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.price span:nth-child(7) {
  top: calc(48 * var(--vw-unit));
  left: calc(266 * var(--vw-unit));
  transform: rotate(36deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(1) .link p.price span:nth-child(8) {
  top: calc(60 * var(--vw-unit));
  left: calc(278 * var(--vw-unit));
  transform: rotate(40deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(1) {
  top: calc(94 * var(--vw-unit));
  left: calc(310 * var(--vw-unit));
  transform: rotate(59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(2) {
  top: calc(112 * var(--vw-unit));
  left: calc(320 * var(--vw-unit));
  transform: rotate(59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(3) {
  top: calc(126 * var(--vw-unit));
  left: calc(328 * var(--vw-unit));
  transform: rotate(64deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(4) {
  top: calc(136 * var(--vw-unit));
  left: calc(334 * var(--vw-unit));
  transform: rotate(66deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(5) {
  top: calc(148 * var(--vw-unit));
  left: calc(340 * var(--vw-unit));
  transform: rotate(68deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(7) {
  top: calc(164 * var(--vw-unit));
  left: calc(346 * var(--vw-unit));
  transform: rotate(65deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(8) {
  top: calc(178 * var(--vw-unit));
  left: calc(352 * var(--vw-unit));
  transform: rotate(63deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(9) {
  top: calc(192 * var(--vw-unit));
  left: calc(360 * var(--vw-unit));
  transform: rotate(60deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(10) {
  top: calc(206 * var(--vw-unit));
  left: calc(370 * var(--vw-unit));
  transform: rotate(59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.txt span:nth-child(11) {
  top: calc(220 * var(--vw-unit));
  left: calc(378 * var(--vw-unit));
  transform: rotate(58deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(1) {
  top: calc(238 * var(--vw-unit));
  left: calc(392 * var(--vw-unit));
  transform: rotate(51deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(2) {
  top: calc(250 * var(--vw-unit));
  left: calc(400 * var(--vw-unit));
  transform: rotate(51deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(3) {
  top: calc(256 * var(--vw-unit));
  left: calc(406 * var(--vw-unit));
  transform: rotate(46deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(4) {
  top: calc(266 * var(--vw-unit));
  left: calc(420 * var(--vw-unit));
  transform: rotate(46deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(5) {
  top: calc(276 * var(--vw-unit));
  left: calc(432 * var(--vw-unit));
  transform: rotate(36deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(6) {
  top: calc(286 * var(--vw-unit));
  left: calc(446 * var(--vw-unit));
  transform: rotate(30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(7) {
  top: calc(294 * var(--vw-unit));
  left: calc(458 * var(--vw-unit));
  transform: rotate(30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(8) {
  top: calc(300 * var(--vw-unit));
  left: calc(474 * var(--vw-unit));
  transform: rotate(37deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(9) {
  top: calc(316 * var(--vw-unit));
  left: calc(492 * var(--vw-unit));
  transform: rotate(42deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(10) {
  top: calc(324 * var(--vw-unit));
  left: calc(500 * var(--vw-unit));
  transform: rotate(42deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(2) .link p.price span:nth-child(11) {
  top: calc(332 * var(--vw-unit));
  left: calc(512 * var(--vw-unit));
  transform: rotate(45deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.txt {
  display: none;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(1) {
  top: calc(348 * var(--vw-unit));
  left: calc(522 * var(--vw-unit));
  transform: rotate(55deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(2) {
  top: calc(360 * var(--vw-unit));
  left: calc(530 * var(--vw-unit));
  transform: rotate(55deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(3) {
  top: calc(370 * var(--vw-unit));
  left: calc(536 * var(--vw-unit));
  transform: rotate(55deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(4) {
  top: calc(382 * var(--vw-unit));
  left: calc(544 * var(--vw-unit));
  transform: rotate(55deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(5) {
  top: calc(394 * var(--vw-unit));
  left: calc(550 * var(--vw-unit));
  transform: rotate(55deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(6) {
  top: calc(410 * var(--vw-unit));
  left: calc(558 * var(--vw-unit));
  transform: rotate(61deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(7) {
  top: calc(422 * var(--vw-unit));
  left: calc(564 * var(--vw-unit));
  transform: rotate(66deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(8) {
  top: calc(440 * var(--vw-unit));
  left: calc(566 * var(--vw-unit));
  transform: rotate(68deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(9) {
  top: calc(460 * var(--vw-unit));
  left: calc(576 * var(--vw-unit));
  transform: rotate(72deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(10) {
  top: calc(476 * var(--vw-unit));
  left: calc(576 * var(--vw-unit));
  transform: rotate(76deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit20 .credit .credititem:nth-child(3) .link p.price span:nth-child(11) {
  top: calc(492 * var(--vw-unit));
  left: calc(582 * var(--vw-unit));
  transform: rotate(76deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 {
  width: calc(604 * var(--vw-unit));
  height: calc(524 * var(--vw-unit));
  top: calc(-6 * var(--vw-unit));
  left: calc(146 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(84 * var(--vw-unit));
  left: calc(356 * var(--vw-unit));
  transform: rotate(59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(102 * var(--vw-unit));
  left: calc(369 * var(--vw-unit));
  transform: rotate(59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(118 * var(--vw-unit));
  left: calc(376 * var(--vw-unit));
  transform: rotate(59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.txt span:nth-child(5) {
  top: calc(144 * var(--vw-unit));
  left: calc(390 * var(--vw-unit));
  transform: rotate(62deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.txt span:nth-child(6) {
  top: calc(160 * var(--vw-unit));
  left: calc(398 * var(--vw-unit));
  transform: rotate(62deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.txt span:nth-child(7) {
  top: calc(176 * var(--vw-unit));
  left: calc(406 * var(--vw-unit));
  transform: rotate(62deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(194 * var(--vw-unit));
  left: calc(416 * var(--vw-unit));
  transform: rotate(56deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(208 * var(--vw-unit));
  left: calc(428 * var(--vw-unit));
  transform: rotate(56deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(222 * var(--vw-unit));
  left: calc(438 * var(--vw-unit));
  transform: rotate(56deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(226 * var(--vw-unit));
  left: calc(446 * var(--vw-unit));
  transform: rotate(43deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(235 * var(--vw-unit));
  left: calc(460 * var(--vw-unit));
  transform: rotate(34deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(246 * var(--vw-unit));
  left: calc(472 * var(--vw-unit));
  transform: rotate(28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(252 * var(--vw-unit));
  left: calc(488 * var(--vw-unit));
  transform: rotate(28deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(265 * var(--vw-unit));
  left: calc(500 * var(--vw-unit));
  transform: rotate(31deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit21 .credit .credititem .link p.price span:nth-child(9) {
  top: calc(274 * var(--vw-unit));
  left: calc(514 * var(--vw-unit));
  transform: rotate(34deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 {
  width: calc(494 * var(--vw-unit));
  height: calc(458 * var(--vw-unit));
  top: calc(-10 * var(--vw-unit));
  left: 0;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem .link p {
  color: #a191b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1)::after {
  content: "/";
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.07em;
  color: #a191b3;
  font-feature-settings: "palt";
  position: absolute;
  top: calc(164 * var(--vw-unit));
  left: calc(226 * var(--vw-unit));
  transform: rotate(-68deg);
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(1) {
  top: calc(414 * var(--vw-unit));
  left: calc(8 * var(--vw-unit));
  transform: rotate(-59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(2) {
  top: calc(398 * var(--vw-unit));
  left: calc(16 * var(--vw-unit));
  transform: rotate(-59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(3) {
  top: calc(384 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
  transform: rotate(-59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(4) {
  top: calc(370 * var(--vw-unit));
  left: calc(34 * var(--vw-unit));
  transform: rotate(-56deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(6) {
  top: calc(352 * var(--vw-unit));
  left: calc(50 * var(--vw-unit));
  transform: rotate(-52deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(7) {
  top: calc(344 * var(--vw-unit));
  left: calc(60 * var(--vw-unit));
  transform: rotate(-52deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(8) {
  top: calc(334 * var(--vw-unit));
  left: calc(68 * var(--vw-unit));
  transform: rotate(-48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(9) {
  top: calc(324 * var(--vw-unit));
  left: calc(80 * var(--vw-unit));
  transform: rotate(-37deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(10) {
  top: calc(316 * var(--vw-unit));
  left: calc(93 * var(--vw-unit));
  transform: rotate(-32deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(11) {
  top: calc(311 * var(--vw-unit));
  left: calc(102 * var(--vw-unit));
  transform: rotate(-32deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(12) {
  top: calc(301 * var(--vw-unit));
  left: calc(116 * var(--vw-unit));
  transform: rotate(-32deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.txt span:nth-child(13) {
  top: calc(293 * var(--vw-unit));
  left: calc(130 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.price span:nth-child(1) {
  top: calc(272 * var(--vw-unit));
  left: calc(154 * var(--vw-unit));
  transform: rotate(-43deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.price span:nth-child(2) {
  top: calc(266 * var(--vw-unit));
  left: calc(168 * var(--vw-unit));
  transform: rotate(-43deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.price span:nth-child(3) {
  top: calc(254 * var(--vw-unit));
  left: calc(172 * var(--vw-unit));
  transform: rotate(-44deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.price span:nth-child(4) {
  top: calc(242 * var(--vw-unit));
  left: calc(182 * var(--vw-unit));
  transform: rotate(-53deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.price span:nth-child(5) {
  top: calc(228 * var(--vw-unit));
  left: calc(192 * var(--vw-unit));
  transform: rotate(-54deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.price span:nth-child(6) {
  top: calc(214 * var(--vw-unit));
  left: calc(200 * var(--vw-unit));
  transform: rotate(-59deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.price span:nth-child(7) {
  top: calc(200 * var(--vw-unit));
  left: calc(208 * var(--vw-unit));
  transform: rotate(-63deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(1) .link p.price span:nth-child(8) {
  top: calc(186 * var(--vw-unit));
  left: calc(214 * var(--vw-unit));
  transform: rotate(-63deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(1) {
  top: calc(142 * var(--vw-unit));
  left: calc(236 * var(--vw-unit));
  transform: rotate(-68deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(2) {
  top: calc(128 * var(--vw-unit));
  left: calc(241 * var(--vw-unit));
  transform: rotate(-63deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(3) {
  top: calc(114 * var(--vw-unit));
  left: calc(250 * var(--vw-unit));
  transform: rotate(-61deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(4) {
  top: calc(98 * var(--vw-unit));
  left: calc(260 * var(--vw-unit));
  transform: rotate(-58deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(5) {
  top: calc(86 * var(--vw-unit));
  left: calc(270 * var(--vw-unit));
  transform: rotate(-53deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(7) {
  top: calc(69 * var(--vw-unit));
  left: calc(285 * var(--vw-unit));
  transform: rotate(-43deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(8) {
  top: calc(58 * var(--vw-unit));
  left: calc(298 * var(--vw-unit));
  transform: rotate(-41deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(9) {
  top: calc(48 * var(--vw-unit));
  left: calc(312 * var(--vw-unit));
  transform: rotate(-38deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(10) {
  top: calc(36 * var(--vw-unit));
  left: calc(326 * var(--vw-unit));
  transform: rotate(-31deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.txt span:nth-child(11) {
  top: calc(28 * var(--vw-unit));
  left: calc(340 * var(--vw-unit));
  transform: rotate(-30deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.price span:nth-child(1) {
  top: calc(20 * var(--vw-unit));
  left: calc(362 * var(--vw-unit));
  transform: rotate(-22deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.price span:nth-child(2) {
  top: calc(16 * var(--vw-unit));
  left: calc(376 * var(--vw-unit));
  transform: rotate(-22deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.price span:nth-child(3) {
  top: calc(10 * var(--vw-unit));
  left: calc(384 * var(--vw-unit));
  transform: rotate(-18deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.price span:nth-child(4) {
  top: calc(7 * var(--vw-unit));
  left: calc(400 * var(--vw-unit));
  transform: rotate(-13deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.price span:nth-child(5) {
  top: calc(4 * var(--vw-unit));
  left: calc(418 * var(--vw-unit));
  transform: rotate(-6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.price span:nth-child(6) {
  top: calc(2 * var(--vw-unit));
  left: calc(433 * var(--vw-unit));
  transform: rotate(-3deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.price span:nth-child(7) {
  top: calc(4 * var(--vw-unit));
  left: calc(450 * var(--vw-unit));
  transform: rotate(10deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit22 .credit .credititem:nth-child(2) .link p.price span:nth-child(8) {
  top: calc(6 * var(--vw-unit));
  left: calc(466 * var(--vw-unit));
  transform: rotate(6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 {
  width: calc(314 * var(--vw-unit));
  height: calc(94 * var(--vw-unit));
  top: calc(-10 * var(--vw-unit));
  left: calc(352 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(52 * var(--vw-unit));
  left: calc(12 * var(--vw-unit));
  transform: rotate(-24deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(46 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
  transform: rotate(-20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(42 * var(--vw-unit));
  left: calc(34 * var(--vw-unit));
  transform: rotate(-20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(4) {
  top: calc(36 * var(--vw-unit));
  left: calc(48 * var(--vw-unit));
  transform: rotate(-20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(6) {
  top: calc(26 * var(--vw-unit));
  left: calc(68 * var(--vw-unit));
  transform: rotate(-20deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(7) {
  top: calc(22 * var(--vw-unit));
  left: calc(82 * var(--vw-unit));
  transform: rotate(-16deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(8) {
  top: calc(16 * var(--vw-unit));
  left: calc(96 * var(--vw-unit));
  transform: rotate(-16deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(9) {
  top: calc(12 * var(--vw-unit));
  left: calc(110 * var(--vw-unit));
  transform: rotate(-15deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(10) {
  top: calc(10 * var(--vw-unit));
  left: calc(126 * var(--vw-unit));
  transform: rotate(-13deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(11) {
  top: calc(6 * var(--vw-unit));
  left: calc(142 * var(--vw-unit));
  transform: rotate(-10deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.txt span:nth-child(12) {
  top: calc(4 * var(--vw-unit));
  left: calc(156 * var(--vw-unit));
  transform: rotate(-6deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(2 * var(--vw-unit));
  left: calc(184 * var(--vw-unit));
  transform: rotate(-2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(2 * var(--vw-unit));
  left: calc(200 * var(--vw-unit));
  transform: rotate(-2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(4 * var(--vw-unit));
  left: calc(208 * var(--vw-unit));
  transform: rotate(0deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(4 * var(--vw-unit));
  left: calc(224 * var(--vw-unit));
  transform: rotate(0deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(6 * var(--vw-unit));
  left: calc(238 * var(--vw-unit));
  transform: rotate(2deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(8 * var(--vw-unit));
  left: calc(254 * var(--vw-unit));
  transform: rotate(5deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(12 * var(--vw-unit));
  left: calc(268 * var(--vw-unit));
  transform: rotate(7deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit23 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(16 * var(--vw-unit));
  left: calc(282 * var(--vw-unit));
  transform: rotate(13deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit24 {
  top: calc(-6 * var(--vw-unit));
  left: calc(30 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit24 .credit .credititem .link {
  display: block;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit24 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit25 {
  top: calc(-6 * var(--vw-unit));
  left: calc(30 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit25 .credit .credititem .link {
  display: flex;
  gap: 0 calc(14 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit25 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit26 {
  width: calc(600 * var(--vw-unit));
  bottom: calc(-8 * var(--vw-unit));
  left: calc(46 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit26 .credit {
  display: flex;
  gap: 0 calc(28 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit26 .credit .credititem {
  position: relative;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit26 .credit .credititem:nth-child(1)::after {
  content: "/";
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.07em;
  color: #fff;
  font-feature-settings: "palt";
  position: absolute;
  top: 0;
  right: calc(-20 * var(--vw-unit));
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit26 .credit .credititem .link {
  display: flex;
  gap: 0 calc(8 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit26 .credit .credititem .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit26 .credit .credititem:nth-child(2) .link {
  display: flex;
  gap: 0 calc(14 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit26 .credit .credititem:nth-child(2) .link p {
  color: #fff;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit27 {
  bottom: calc(-8 * var(--vw-unit));
  left: calc(36 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit27 .credit .credititem .link {
  display: flex;
  gap: 0 calc(14 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit27 .credit .credititem .link p {
  color: #7eb5b3;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 {
  width: calc(208 * var(--vw-unit));
  height: calc(164 * var(--vw-unit));
  bottom: calc(-12 * var(--vw-unit));
  right: calc(30 * var(--vw-unit));
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p {
  color: #c6a16b;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p span {
  position: absolute;
  transform-origin: center;
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.txt span:nth-child(1) {
  top: calc(121 * var(--vw-unit));
  left: calc(8 * var(--vw-unit));
  transform: rotate(-14deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.txt span:nth-child(2) {
  top: calc(116 * var(--vw-unit));
  left: calc(22 * var(--vw-unit));
  transform: rotate(-18deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.txt span:nth-child(3) {
  top: calc(112 * var(--vw-unit));
  left: calc(37 * var(--vw-unit));
  transform: rotate(-23deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.txt span:nth-child(5) {
  top: calc(100 * var(--vw-unit));
  left: calc(56 * var(--vw-unit));
  transform: rotate(-29deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.txt span:nth-child(6) {
  top: calc(92 * var(--vw-unit));
  left: calc(75 * var(--vw-unit));
  transform: rotate(-29deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.txt span:nth-child(7) {
  top: calc(86 * var(--vw-unit));
  left: calc(88 * var(--vw-unit));
  transform: rotate(-33deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.txt span:nth-child(8) {
  top: calc(78 * var(--vw-unit));
  left: calc(101 * var(--vw-unit));
  transform: rotate(-35deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.price span:nth-child(1) {
  top: calc(66 * var(--vw-unit));
  left: calc(118 * var(--vw-unit));
  transform: rotate(-38deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.price span:nth-child(2) {
  top: calc(61 * var(--vw-unit));
  left: calc(130 * var(--vw-unit));
  transform: rotate(-38deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.price span:nth-child(3) {
  top: calc(53 * var(--vw-unit));
  left: calc(136 * var(--vw-unit));
  transform: rotate(-42deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.price span:nth-child(4) {
  top: calc(42 * var(--vw-unit));
  left: calc(146 * var(--vw-unit));
  transform: rotate(-44deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.price span:nth-child(5) {
  top: calc(32 * var(--vw-unit));
  left: calc(156 * var(--vw-unit));
  transform: rotate(-47deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.price span:nth-child(6) {
  top: calc(22 * var(--vw-unit));
  left: calc(168 * var(--vw-unit));
  transform: rotate(-47deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.price span:nth-child(7) {
  top: calc(10 * var(--vw-unit));
  left: calc(178 * var(--vw-unit));
  transform: rotate(-48deg);
}
#lp-gelatopique_star_wars .sec__credit.sec__credit28 .credit .credititem .link p.price span:nth-child(8) {
  top: calc(-2 * var(--vw-unit));
  left: calc(186 * var(--vw-unit));
  transform: rotate(-51deg);
}
#lp-gelatopique_star_wars .swiper-slide .sec__credit .credit .credititem .link {
  pointer-events: none;
}
#lp-gelatopique_star_wars .swiper-slide.swiper-slide-active .sec__credit .credit .credititem .link {
  pointer-events: auto;
}
#lp-gelatopique_star_wars .item15-1 {
  position: relative;
  z-index: 11;
}/*# sourceMappingURL=credit.css.map */