.page-lp-newpro {
  margin: 0;
  color: #767676;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
.page-lp-newpro *,
.page-lp-newpro *::before,
.page-lp-newpro *::after {
  box-sizing: border-box;
}
.page-lp-newpro img {
  max-width: 100%;
  height: auto;
}
.page-lp-newpro a {
  text-decoration: none;
}
.newpro-main {
  overflow: hidden;
}
.newpro-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.newpro-hero {
  background-image: url('../images/lp/page-lp-newpro/bg-pattern-gradation.webp');
  background-size: cover;
}
.newpro-hero-inner {
  width: min(100%, 1000px);
  margin: 0 auto;
}
.newpro-hero-inner img {
  display: block;
  width: 100%;
}
.newpro-intro {
  padding: 48px 0;
  background: #fff;
  text-align: center;
}
.newpro-intro-title {
  margin: 0 0 16px;
  color: #EA4C89;
  font-size: 32px;
  line-height: 1.45;
  font-weight: 700;
}
.newpro-intro-title span {
  display: block;
}
.newpro-intro-text {
  margin: 0;
  color: #767676;
  font-size: 16px;
  line-height: 1.9;
}
.newpro-cast {
  padding: 48px 0;
  background: url('../images/lp/page-lp-newpro/bg-pattern.webp') center top / 100% auto repeat, #FFDFEB;
}
.newpro-cast-grid,
.newpro-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.newpro-cast-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}
.newpro-cast-card-visual {
  aspect-ratio: 1 / 1.5;
  overflow: hidden;
}
.newpro-cast-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.newpro-cast-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  text-align: center;
}
.newpro-cast-card-name {
  margin: 0 0 6px;
  color: #767676;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  min-height: calc(18px * 1.4 * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.newpro-emoji-keep {
  display: inline-block;
  white-space: nowrap;
}
.newpro-cast-card-en {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
}
.newpro-x-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.newpro-x-link:hover {
  color: #fff;
  opacity: 0.82;
}
.newpro-cast-card-description {
  margin: 0 0 18px;
  color: #767676;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.newpro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(150px, 100%);
  max-width: 100%;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  transition: 0.2s ease;
  border: 2px solid transparent;
  font-weight: 700;
}
.newpro-button:hover {
  color: #fff;
  transform: translateY(-2px);
  opacity: 0.88;
}
.newpro-button + .newpro-button {
  margin-top: 10px;
}
.newpro-button-pink {
  background-color: #EA4C89;
}
.newpro-plans {
  padding: 48px 0;
  background: #fff;
}
.newpro-plans-title {
  margin: 0 0 24px;
  color: #767676;
  text-align: center;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}
.newpro-plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 20px;
  border: 4px solid currentColor;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}
.newpro-plan-card-coral {
  color: #ff8e89;
}
.newpro-plan-card-coral .newpro-plan-card-price,
.newpro-plan-card-coral .newpro-button {
  background-color: #ff8e89;
}
.newpro-plan-card-coral .newpro-button.newpro-button-outline {
  background-color: #fff;
  color: #ff8e89;
  border-color: #ff8e89;
}
.newpro-plan-card-coral .newpro-button.newpro-button-outline:hover {
  background-color: #ff8e89;
  color: #fff;
}
.newpro-plan-card-cyan {
  color: #06c5ce;
}
.newpro-plan-card-cyan .newpro-plan-card-price,
.newpro-plan-card-cyan .newpro-button {
  background-color: #06c5ce;
}
.newpro-plan-card-cyan .newpro-button.newpro-button-outline {
  background-color: #fff;
  color: #06c5ce;
  border-color: #06c5ce;
}
.newpro-plan-card-cyan .newpro-button.newpro-button-outline:hover {
  background-color: #06c5ce;
  color: #fff;
}
.newpro-plan-card-purple {
  color: #ef8cf1;
}
.newpro-plan-card-purple .newpro-plan-card-price,
.newpro-plan-card-purple .newpro-button {
  background-color: #ef8cf1;
}
.newpro-plan-card-purple .newpro-button.newpro-button-outline {
  background-color: #fff;
  color: #ef8cf1;
  border-color: #ef8cf1;
}
.newpro-plan-card-purple .newpro-button.newpro-button-outline:hover {
  background-color: #ef8cf1;
  color: #fff;
}
.newpro-plan-card-visual {
  width: 60%;
  aspect-ratio: 1 / 1;
  margin: 0 auto 18px;
  overflow: hidden;
}
.newpro-plan-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.newpro-plan-card-title {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  min-height: calc(20px * 1.6 * 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.newpro-plan-card-price {
  margin: 0 0 18px;
  padding: 10px 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  min-height: calc(14px * 1.35 * 4 + 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newpro-plan-card-description {
  margin: 0 0 18px;
  color: #767676;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.newpro-lottery {
  --lp-color-primary: #AA55FF;
  --lp-color-accent: #EA4C89;
  --lp-color-surface: #fff;
  --lp-color-line: #E7C8FF;
  --lp-color-muted: #767676;
  padding: 48px 0;
  background-image: url('../images/lp/page-lp-newpro/bg-pattern.webp');
  background-color: #F0E1FF;
  background-size: cover;
  text-align: center;
}
.newpro-lottery-title {
  color: #AA55FF;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}
.newpro-lottery .lp-creator-panel {
  margin-top: 56px;
}
.newpro-lottery .lp-creator-thumbnails {
  --lp-thumb-size: clamp(104px, 10vw, 144px);
  --lp-thumb-half-size: clamp(52px, 5vw, 72px);
  --lp-active-thumb-gutter: clamp(24px, 3vw, 40px);
  display: flex;
  align-items: flex-end;
  width: 100vw;
  gap: clamp(40px, 4vw, 56px);
  margin: 0 0 22px calc(50% - 50vw);
  padding: 80px max(20px, calc(50vw - var(--lp-thumb-half-size))) 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: max(20px, calc(50vw - var(--lp-thumb-half-size)));
  scroll-snap-type: none;
  scrollbar-width: none;
}
.newpro-lottery .lp-creator-thumbnails::-webkit-scrollbar,
.newpro-lottery .lp-creator-track::-webkit-scrollbar {
  display: none;
}
.newpro-lottery .lp-creator-thumb {
  position: relative;
  flex: 0 0 var(--lp-thumb-size);
  width: var(--lp-thumb-size);
  padding: 0;
  border: 0;
  background: var(--lp-color-surface);
  cursor: pointer;
  scroll-snap-align: center;
}
.newpro-lottery .lp-creator-thumb img {
  display: block;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  opacity: 0.5;
  transform: scale(1);
  transform-origin: center bottom;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.newpro-lottery .lp-creator-thumb.is-active {
  z-index: 1;
  margin-inline: var(--lp-active-thumb-gutter);
}
.newpro-lottery .lp-creator-thumb.is-active img {
  opacity: 1;
  transform: scale(1.5);
}
.newpro-lottery .lp-creator-thumb:focus-visible,
.newpro-lottery .lp-creator-track:focus-visible {
  outline: 3px solid var(--lp-color-primary);
  outline-offset: 4px;
}
.newpro-lottery .lp-creator-track {
  --lp-slide-gap: clamp(20px, 2vw, 32px);
  --lp-slide-width: max(480px, calc((100vw - (var(--lp-slide-gap) * 4)) / 2));
  position: relative;
  display: grid;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: var(--lp-slide-width);
  gap: var(--lp-slide-gap);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 8px calc((100vw - var(--lp-slide-width)) / 2) 28px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: calc((100vw - var(--lp-slide-width)) / 2);
  scroll-snap-type: none;
  scrollbar-width: none;
  cursor: grab;
}
.newpro-lottery .lp-creator-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.newpro-lottery .lp-creator-panel.is-loop-ready .lp-creator-thumbnails,
.newpro-lottery .lp-creator-panel.is-loop-ready .lp-creator-track:not(.is-dragging) {
  scroll-snap-type: inline mandatory;
}
.newpro-lottery .lp-creator-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  opacity: 0.72;
  scroll-snap-align: center;
  transform: scale(0.97);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.newpro-lottery .lp-creator-card.is-active {
  opacity: 1;
  transform: scale(1);
}
.newpro-lottery .lp-creator-card__creator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 0;
  color: var(--lp-color-muted);
  line-height: 1.4;
  text-align: center;
}
.newpro-lottery .lp-creator-card__creator-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.newpro-lottery .lp-creator-card__creator-name {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%;
  padding: 0 0.35em;
  color: var(--lp-color-muted);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.newpro-lottery .lp-creator-card__creator-name::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0.08em;
  left: 0;
  height: 0.48em;
  border-radius: 2px;
  background: rgba(234, 76, 137, 0.26);
  content: "";
  transform: rotate(-0.5deg);
}
.newpro-lottery .lp-creator-card__title {
  margin: 0;
  padding: 15px 30px;
  border: 5px solid var(--lp-color-primary);
  border-radius: 40px;
  background-image: linear-gradient(90deg, transparent 15px, var(--lp-color-primary) 16px calc(100% - 16px), transparent calc(100% - 15px)), repeating-linear-gradient(45deg, #FFD9E8, 2px, var(--lp-color-accent) 2px 4px);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
.newpro-lottery .lp-creator-card__inner {
  flex: 1;
  padding: 34px;
  border-radius: 22px;
  background: var(--lp-color-surface);
  box-shadow: 2px 2px 0 rgba(170, 85, 255, 0.2);
}
.newpro-lottery .lp-creator-card__visual {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border: 1px solid var(--lp-color-line);
  border-radius: 14px;
  aspect-ratio: 1;
  object-fit: cover;
}
.newpro-lottery .lp-creator-card__details {
  margin-top: 18px;
  text-align: left;
}
.newpro-lottery .lp-creator-card__details p {
  margin: 0;
  color: var(--lp-color-muted);
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.newpro-lottery .lp-creator-card__details p + p {
  margin-top: 16px;
}
.newpro-lottery .lp-creator-card__image-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin: 20px 0;
}
.newpro-lottery .lp-creator-card__image-row img {
  display: block;
  flex: 0 1 30%;
  width: 30%;
  max-width: 30%;
  min-width: 0;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.newpro-lottery .lp-creator-card__prize-heading {
  position: relative;
  margin: 30px 6px 18px;
  padding: 0.25rem 0.5rem 0.75rem;
  border-radius: 5px;
  background: repeating-linear-gradient(45deg, #FFD9E8 0 3px, var(--lp-color-surface) 3px 8px);
  color: var(--lp-color-primary);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
.newpro-lottery .lp-creator-card__prize-heading::after {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--lp-color-primary);
  border-radius: 5px;
  content: "";
  pointer-events: none;
}
.newpro-lottery .lp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 340px);
  min-height: 56px;
  margin: 26px auto 0;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--lp-color-accent);
  box-shadow: none;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.newpro-lottery .lp-button:focus-visible {
  outline: 3px solid var(--lp-color-primary);
  outline-offset: 4px;
}
.newpro-lottery a.lp-button:hover,
.newpro-lottery a.lp-button:focus-visible {
  color: #fff;
  opacity: 0.86;
}
.newpro-lottery .lp-creator-card__top-button {
  margin-top: 0;
  margin-bottom: 26px;
}
.newpro-lottery .lp-creator-panel.is-single .lp-creator-thumbnails {
  justify-content: center;
  width: auto;
  margin: 0 0 26px;
  padding: 48px 20px 14px;
  overflow: visible;
}
.newpro-lottery .lp-creator-panel.is-single .lp-creator-thumb {
  cursor: default;
}
.newpro-lottery .lp-creator-panel.is-single .lp-creator-track {
  display: block;
  width: auto;
  margin: 0;
  padding: 8px 0 28px;
  overflow: visible;
  cursor: default;
}
.newpro-lottery .lp-creator-panel.is-single .lp-creator-card {
  width: min(100%, 720px);
  margin: 0 auto;
}
.newpro-footer {
  padding: 48px 0;
  background: #fff;
  text-align: center;
}
.newpro-footer-share-title {
  margin: 0 0 32px;
  color: #767676;
  font-size: 18px;
  font-weight: 700;
}
.newpro-footer-share-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newpro-footer-share-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 32px;
}
.newpro-footer-share-list .fa-facebook {
  color: #1877F2;
}
.newpro-footer-share-list .fa-line {
  color: #00B900;
}
.newpro-footer-x {
  color: #000;
  font-size: 26px !important;
}
.newpro-footer-copyright {
  margin: 42px 0 0;
  color: #767676;
  font-weight: 700;
}
@media (max-width: 991px) {
  .newpro-container {
    width: 100%;
    padding: 0 30px;
  }
  .newpro-cast-grid,
  .newpro-plans-grid {
    gap: 20px;
  }
  .newpro-intro-title {
    font-size: 28px;
  }
  .newpro-plans-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .newpro-container {
    width: 100%;
    padding: 0 20px;
  }
  .newpro-intro {
    padding: 30px 0;
  }
  .newpro-intro-title {
    margin-bottom: 18px;
    font-size: 22px;
  }
  .newpro-intro-text {
    font-size: 13px;
    line-height: 1.8;
  }
  .newpro-cast,
  .newpro-plans {
    padding: 30px 0;
  }
  .newpro-cast-grid,
  .newpro-plans-grid {
    grid-template-columns: 1fr;
  }
  .newpro-cast-card,
  .newpro-plan-card {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
  }
  .newpro-plans-title {
    margin-bottom: 24px;
    font-size: 21px;
  }
  .newpro-cast-card-description {
    font-size: 13px;
  }
  .newpro-cast-card-name,
  .newpro-plan-card-title {
    min-height: auto;
    display: block;
  }
  .newpro-plan-card-price {
    min-height: auto;
    display: block;
  }
  .newpro-plan-card-description {
    font-size: 13px;
  }
  .newpro-lottery {
    padding: 30px 20px;
  }
  .newpro-lottery-title {
    font-size: 19px;
  }
  .newpro-lottery .newpro-container {
    padding: 0;
  }
  .newpro-lottery .lp-creator-panel {
    margin-top: 40px;
  }
  .newpro-lottery .lp-creator-track {
    --lp-slide-gap: 10px;
    --lp-slide-width: min(320px, calc(100vw - 48px));
  }
  .newpro-lottery .lp-creator-panel.is-single .lp-creator-thumbnails {
    --lp-thumb-size: 96px;
    --lp-thumb-half-size: 48px;
    --lp-active-thumb-gutter: 24px;
    padding-top: 38px;
  }
  .newpro-lottery .lp-creator-card {
    gap: 14px;
  }
  .newpro-lottery .lp-creator-card__title {
    padding: 9px 18px;
    border-width: 4px;
    font-size: 16px;
    line-height: 1.45;
  }
  .newpro-lottery .lp-creator-card__inner {
    padding: 24px 20px 28px;
    border-radius: 18px;
  }
  .newpro-lottery .lp-creator-card__details {
    margin-top: 14px;
  }
  .newpro-lottery .lp-creator-card__details p {
    font-size: 13px;
    line-height: 1.8;
  }
  .newpro-lottery .lp-creator-card__prize-heading {
    margin: 26px 6px 14px;
    font-size: 18px;
  }
  .newpro-lottery .lp-button {
    min-height: 52px;
    font-size: 15px;
  }
  .newpro-footer {
    padding: 30px 20px;
  }
  .newpro-footer-share-title {
    margin-bottom: 16px;
  }
  .newpro-footer-copyright {
    margin-top: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .newpro-lottery *,
  .newpro-lottery *::before,
  .newpro-lottery *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
