{"id":650,"date":"2026-06-01T00:36:02","date_gmt":"2026-05-31T15:36:02","guid":{"rendered":"https:\/\/yuaworks.com\/?page_id=650"},"modified":"2026-06-01T01:20:56","modified_gmt":"2026-05-31T16:20:56","slug":"lualice","status":"publish","type":"page","link":"https:\/\/yuaworks.com\/en\/lualice\/","title":{"rendered":"Lualice"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   YuaWorks\u5185 Lualice\u7d39\u4ecb\u30fb\u5fdc\u52df\u30da\u30fc\u30b8 CSS\n========================================================= *\/\n\n\/* =========================\n   Page Base\n========================= *\/\n\n.yw-lualice-page {\n  position: relative;\n  margin-top: 120px;\n}\n\n.yw-lualice-page > * + * {\n  margin-top: 34px;\n}\n\n\/* =========================\n   Header\n========================= *\/\n\n.yw-lualice-header {\n  position: relative;\n\n  padding: 64px 52px;\n\n  border-radius: 32px;\n\n  background:\n    radial-gradient(circle at 82% 18%, rgba(180,140,255,.18), transparent 24%),\n    radial-gradient(circle at 18% 82%, rgba(132,210,255,.08), transparent 22%),\n    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),\n    rgba(18,20,36,.90);\n\n  border: 1px solid rgba(180,140,255,.20);\n  box-shadow: 0 34px 90px rgba(0,0,0,.34);\n\n  overflow: hidden;\n  text-align: center;\n}\n\n.yw-lualice-header::before {\n  content: \"\";\n  position: absolute;\n  inset: 0 0 auto 0;\n  height: 3px;\n  background: linear-gradient(90deg, #c29cff, #8fd7ff, transparent);\n}\n\n.yw-lualice-header::after {\n  content: \"LUALICE \/ ENTRY \/ SUPPORT\";\n  position: absolute;\n  right: 28px;\n  bottom: 22px;\n  color: rgba(194,156,255,.12);\n  font-family: \"Consolas\", \"Menlo\", monospace;\n  font-size: 11px;\n  letter-spacing: .18em;\n  pointer-events: none;\n}\n\n.yw-lualice-label {\n  margin: 0 0 24px;\n  color: #c29cff;\n  font-family: \"Consolas\", \"Menlo\", monospace;\n  font-size: 12px;\n  letter-spacing: .18em;\n}\n\n.yw-lualice-logo {\n  margin: 0 auto 24px;\n}\n\n.yw-lualice-logo img {\n  display: block;\n  width: min(360px, 82%);\n  height: auto;\n  margin-inline: auto;\n}\n\n.yw-lualice-subtitle {\n  margin: 0 0 22px;\n  color: #ffffff;\n  font-size: clamp(24px, 4vw, 38px);\n  font-weight: 700;\n  line-height: 1.45;\n  letter-spacing: .06em;\n}\n\n.yw-lualice-lead {\n  margin: 0;\n  color: #c6d0df;\n  font-size: 15.5px;\n  line-height: 2.05;\n}\n\n\/* =========================\n   Common Card\n========================= *\/\n\n.yw-lualice-card,\n.yw-lualice-section,\n.yw-lualice-price-box,\n.yw-lualice-form-section {\n  position: relative;\n\n  padding: 44px 40px;\n\n  border-radius: 30px;\n\n  background:\n    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),\n    rgba(18,20,36,.82);\n\n  border: 1px solid rgba(180,140,255,.14);\n  box-shadow: 0 28px 80px rgba(0,0,0,.30);\n\n  overflow: hidden;\n}\n\n.yw-lualice-card::before,\n.yw-lualice-section::before,\n.yw-lualice-price-box::before,\n.yw-lualice-form-section::before {\n  content: \"\";\n  position: absolute;\n  inset: 0 0 auto 0;\n  height: 3px;\n  background: linear-gradient(90deg, #c29cff, #8fd7ff, transparent);\n  opacity: .82;\n}\n\n.yw-lualice-heading {\n  margin: 0 0 28px;\n  color: #ffffff;\n  font-size: clamp(26px, 4vw, 38px);\n  font-weight: 700;\n  line-height: 1.45;\n  letter-spacing: .04em;\n}\n\n.yw-lualice-heading::before {\n  content: \"\/\/ \";\n  color: #c29cff;\n  font-family: \"Consolas\", \"Menlo\", monospace;\n  font-size: .72em;\n}\n\n.yw-lualice-heading.center {\n  text-align: center;\n}\n\n.yw-lualice-heading.center::before {\n  display: none;\n}\n\n.yw-lualice-card p,\n.yw-lualice-section p,\n.yw-lualice-price-box p,\n.yw-lualice-form-section p {\n  margin: 0 0 20px;\n  color: #b9c5d6;\n  font-size: 14.5px;\n  line-height: 2.05;\n}\n\n.yw-lualice-card p:last-child,\n.yw-lualice-section p:last-child,\n.yw-lualice-price-box p:last-child,\n.yw-lualice-form-section p:last-child {\n  margin-bottom: 0;\n}\n\n.yw-lualice-site-link {\n  margin-top: 28px !important;\n  padding: 20px 22px;\n  border-radius: 18px;\n  background: rgba(194,156,255,.07);\n  border: 1px solid rgba(194,156,255,.16);\n}\n\n.yw-lualice-site-link a {\n  color: #c29cff !important;\n  text-decoration: none;\n  border-bottom: 1px solid rgba(194,156,255,.35);\n}\n\n\/* =========================\n   Service Grid\n========================= *\/\n\n.yw-lualice-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n  margin-top: 34px;\n}\n\n.yw-lualice-service {\n  position: relative;\n  padding: 30px 26px;\n  border-radius: 24px;\n  background: rgba(255,255,255,.045);\n  border: 1px solid rgba(148,180,210,.12);\n  overflow: hidden;\n}\n\n.yw-lualice-service::before {\n  content: \"\";\n  position: absolute;\n  inset: 0 0 auto 0;\n  height: 2px;\n  background: linear-gradient(90deg, #c29cff, transparent);\n  opacity: .75;\n}\n\n.yw-lualice-service span {\n  display: inline-flex;\n  margin-bottom: 18px;\n  color: #c29cff;\n  font-family: \"Consolas\", \"Menlo\", monospace;\n  font-size: 13px;\n  letter-spacing: .12em;\n}\n\n.yw-lualice-service h3 {\n  margin: 0 0 14px;\n  color: #ffffff;\n  font-size: 20px;\n  line-height: 1.5;\n}\n\n.yw-lualice-service p {\n  font-size: 14px;\n  line-height: 1.95;\n}\n\n\/* =========================\n   Price Box\n========================= *\/\n\n.yw-lualice-price-box h2 {\n  margin: 0 0 22px;\n  color: #ffffff;\n  font-size: clamp(26px, 4vw, 38px);\n  font-weight: 700;\n  line-height: 1.45;\n}\n\n.yw-lualice-price-text {\n  margin: 0 0 20px !important;\n  color: #ffffff !important;\n  font-size: clamp(24px, 4.5vw, 32px) !important; \/* \u30b5\u30a4\u30ba\u3092\u5927\u304d\u304f\u6291\u3048\u307e\u3057\u305f *\/\n  font-weight: 700; \/* 800\u304b\u3089700\u3078\u5c11\u3057\u7d30\u304f *\/\n  line-height: 1.4 !important;\n  letter-spacing: 0.04em;\n  display: flex;\n  align-items: baseline;\n  gap: 8px;\n}\n\n.yw-lualice-price-text::after {\n  content: \"\/ month\";\n  font-family: \"Consolas\", \"Menlo\", monospace;\n  font-size: 13px;\n  color: #8f9db0;\n  font-weight: normal;\n  letter-spacing: 0.1em;\n}\n\n.yw-lualice-note {\n  color: #c29cff !important;\n  font-weight: 700;\n}\n\n.yw-lualice-list,\n.yw-lualice-monitor-box ul,\n.yw-lualice-scope ul {\n  margin: 28px 0 0;\n  padding: 0;\n  list-style: none;\n  display: grid;\n  gap: 14px;\n}\n\n.yw-lualice-list li,\n.yw-lualice-monitor-box li,\n.yw-lualice-scope li {\n  position: relative;\n  padding: 16px 18px 16px 46px;\n  border-radius: 18px;\n  background: rgba(255,255,255,.045);\n  border: 1px solid rgba(148,180,210,.12);\n  color: #b9c5d6;\n  font-size: 14px;\n  line-height: 1.9;\n}\n\n.yw-lualice-list li::before,\n.yw-lualice-monitor-box li::before,\n.yw-lualice-scope li::before {\n  content: \"\";\n  position: absolute;\n  left: 20px;\n  top: 1.45em;\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  background: #c29cff;\n  box-shadow: 0 0 14px rgba(194,156,255,.75);\n}\n\n.yw-lualice-list strong {\n  display: block;\n  margin-bottom: 8px;\n  color: #ffffff;\n  font-size: 15px;\n}\n\n.yw-lualice-list p {\n  margin: 0;\n  font-size: 13.8px;\n}\n\n\/* =========================\n   Monitor Box\n========================= *\/\n\n.yw-lualice-monitor-box {\n  margin-top: 34px;\n  padding: 30px 28px;\n  border-radius: 24px;\n  background:\n    linear-gradient(135deg, rgba(194,156,255,.12), rgba(143,215,255,.06)),\n    rgba(255,255,255,.035);\n  border: 1px solid rgba(194,156,255,.22);\n}\n\n.yw-lualice-monitor-box h3 {\n  margin: 0 0 18px;\n  color: #ffffff;\n  font-size: 22px;\n  line-height: 1.5;\n}\n\n.yw-monitor-note {\n  margin-top: 18px !important;\n  color: #c29cff !important;\n  font-size: 13px !important;\n}\n\n\/* =========================\n   Scope\n========================= *\/\n\n.yw-lualice-scope {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 22px;\n  margin-top: 32px;\n}\n\n.yw-lualice-scope > div {\n  padding: 30px 28px;\n  border-radius: 24px;\n  background: rgba(255,255,255,.045);\n  border: 1px solid rgba(148,180,210,.12);\n}\n\n.yw-lualice-scope h3 {\n  margin: 0 0 20px;\n  color: #ffffff;\n  font-size: 20px;\n}\n\n\/* =========================\n   Flow\n========================= *\/\n\n.yw-lualice-flow {\n  margin: 32px 0 0;\n  padding: 0;\n  list-style: none;\n  counter-reset: flow;\n  display: grid;\n  gap: 16px;\n}\n\n.yw-lualice-flow li {\n  position: relative;\n  counter-increment: flow;\n  padding: 24px 26px 24px 76px;\n  border-radius: 22px;\n  background: rgba(255,255,255,.045);\n  border: 1px solid rgba(148,180,210,.12);\n}\n\n.yw-lualice-flow li::before {\n  content: counter(flow, decimal-leading-zero);\n  position: absolute;\n  left: 26px;\n  top: 24px;\n  color: #c29cff;\n  font-family: \"Consolas\", \"Menlo\", monospace;\n  font-size: 18px;\n}\n\n.yw-lualice-flow strong {\n  display: block;\n  margin-bottom: 8px;\n  color: #ffffff;\n  font-size: 17px;\n}\n\n.yw-lualice-flow p {\n  margin: 0;\n  font-size: 14px;\n}\n\n\/* =========================================================\n   Lualice Contact Form CSS\n========================================================= *\/\n\n.lualice-form-container {\n  position: relative;\n\n  max-width: 820px;\n  margin: 0 auto;\n  padding: 40px 36px;\n\n  border-radius: 28px;\n\n  background:\n    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),\n    rgba(18,20,36,.84);\n\n  border: 1px solid rgba(194,156,255,.16);\n  box-shadow: 0 26px 76px rgba(0,0,0,.30);\n\n  overflow: hidden;\n}\n\n.lualice-form-container::before {\n  content: \"\";\n  position: absolute;\n  inset: 0 0 auto 0;\n  height: 3px;\n  background: linear-gradient(90deg, #c29cff, #8fd7ff, transparent);\n  opacity: .85;\n}\n\n\/* intro *\/\n\n.lualice-form-intro {\n  margin-bottom: 34px;\n  padding: 24px 26px;\n\n  border-radius: 22px;\n\n  background: rgba(194,156,255,.07);\n  border: 1px solid rgba(194,156,255,.16);\n}\n\n.lualice-form-intro p {\n  margin: 0;\n\n  color: #cbd6e6;\n\n  font-size: 14.5px;\n  line-height: 2;\n}\n\n\/* field group *\/\n\n.lualice-form-container .form-group {\n  margin-bottom: 28px;\n}\n\n.lualice-form-container label {\n  display: block;\n\n  margin-bottom: 10px;\n\n  color: #ffffff;\n\n  font-size: 15px;\n  font-weight: 700;\n\n  line-height: 1.6;\n  letter-spacing: .04em;\n}\n\n.lualice-form-container .required,\n.lualice-form-container .optional {\n  display: inline-flex;\n  align-items: center;\n\n  margin-left: 8px;\n  padding: 4px 8px;\n\n  border-radius: 999px;\n\n  font-size: 11px;\n  font-weight: 700;\n  line-height: 1;\n}\n\n.lualice-form-container .required {\n  background: rgba(194,156,255,.16);\n  border: 1px solid rgba(194,156,255,.28);\n  color: #d9c6ff;\n}\n\n.lualice-form-container .optional {\n  background: rgba(143,215,255,.10);\n  border: 1px solid rgba(143,215,255,.22);\n  color: #b7e5ff;\n}\n\n.lualice-field-note {\n  margin: 0 0 12px;\n\n  color: #9eacc0;\n\n  font-size: 13px;\n  line-height: 1.8;\n}\n\n\/* inputs *\/\n\n.lualice-form-container input[type=\"text\"],\n.lualice-form-container input[type=\"email\"],\n.lualice-form-container textarea,\n.lualice-form-container select {\n  width: 100%;\n\n  padding: 15px 16px;\n\n  border-radius: 16px;\n\n  background: rgba(255,255,255,.055);\n  border: 1px solid rgba(148,180,210,.18);\n\n  color: #ffffff;\n\n  font-size: 14px;\n  line-height: 1.8;\n\n  outline: none;\n\n  transition:\n    border-color .25s ease,\n    box-shadow .25s ease,\n    background .25s ease;\n}\n\n.lualice-form-container textarea {\n  min-height: 180px;\n  resize: vertical;\n}\n\n.lualice-form-container input::placeholder,\n.lualice-form-container textarea::placeholder {\n  color: rgba(203,214,230,.45);\n}\n\n.lualice-form-container input[type=\"text\"]:focus,\n.lualice-form-container input[type=\"email\"]:focus,\n.lualice-form-container textarea:focus,\n.lualice-form-container select:focus {\n  background: rgba(255,255,255,.075);\n  border-color: rgba(194,156,255,.42);\n  box-shadow: 0 0 0 3px rgba(194,156,255,.10);\n}\n\n\/* radio \/ checkbox *\/\n\n.lualice-form-container .wpcf7-radio,\n.lualice-form-container .wpcf7-checkbox {\n  display: grid;\n  gap: 10px;\n  margin-top: 12px;\n}\n\n.lualice-form-container .wpcf7-list-item {\n  margin: 0;\n}\n\n.lualice-form-container .wpcf7-list-item label {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n\n  margin: 0;\n  padding: 14px 16px;\n\n  border-radius: 16px;\n\n  background: rgba(255,255,255,.045);\n  border: 1px solid rgba(148,180,210,.12);\n\n  color: #cbd6e6;\n\n  font-size: 14px;\n  font-weight: 400;\n  line-height: 1.8;\n\n  cursor: pointer;\n\n  transition:\n    border-color .25s ease,\n    background .25s ease;\n}\n\n.lualice-form-container .wpcf7-list-item label:hover {\n  background: rgba(194,156,255,.07);\n  border-color: rgba(194,156,255,.24);\n}\n\n.lualice-form-container input[type=\"radio\"],\n.lualice-form-container input[type=\"checkbox\"] {\n  flex: 0 0 auto;\n  margin-top: .45em;\n  accent-color: #c29cff;\n}\n\n\/* agreement *\/\n\n.agreement-box {\n  padding: 22px 24px;\n\n  border-radius: 20px;\n\n  background: rgba(194,156,255,.06);\n  border: 1px solid rgba(194,156,255,.16);\n}\n\n.agreement-box label {\n  margin-bottom: 12px;\n}\n\n.agreement-box .wpcf7-acceptance label {\n  display: flex;\n  gap: 10px;\n  align-items: flex-start;\n\n  color: #cbd6e6;\n\n  font-size: 14px;\n  font-weight: 400;\n  line-height: 1.9;\n}\n\n.agreement-box a {\n  color: #c29cff !important;\n  text-decoration: none;\n  border-bottom: 1px solid rgba(194,156,255,.36);\n}\n\n\/* submit *\/\n\n.submit-btn {\n  margin-top: 36px;\n  text-align: center;\n}\n\n.submit-btn input[type=\"submit\"],\n.lualice-form-container input[type=\"submit\"] {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  min-width: 280px;\n  min-height: 56px;\n  padding: 14px 28px;\n\n  border: none;\n  border-radius: 999px;\n\n  background: linear-gradient(135deg, #c29cff, #8fd7ff);\n\n  color: #121424 !important;\n\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: .08em;\n\n  box-shadow: 0 18px 42px rgba(194,156,255,.22);\n\n  cursor: pointer;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease,\n    opacity .25s ease;\n}\n\n.submit-btn input[type=\"submit\"]:hover,\n.lualice-form-container input[type=\"submit\"]:hover {\n  transform: translateY(-2px);\n  opacity: .96;\n  box-shadow: 0 24px 54px rgba(194,156,255,.30);\n}\n\n\/* Contact Form 7 messages *\/\n\n.lualice-form-container .wpcf7-not-valid-tip {\n  margin-top: 8px;\n  color: #ffb4c0;\n  font-size: 13px;\n}\n\n.lualice-form-container .wpcf7-response-output {\n  margin: 28px 0 0 !important;\n  padding: 16px 18px !important;\n\n  border-radius: 16px !important;\n  border-color: rgba(194,156,255,.28) !important;\n\n  color: #cbd6e6;\n  font-size: 14px;\n  line-height: 1.8;\n}\n\n\/* Mobile *\/\n\n@media (max-width: 768px) {\n\n  .lualice-form-container {\n    padding: 30px 22px;\n    border-radius: 24px;\n  }\n\n  .lualice-form-intro {\n    padding: 20px;\n    border-radius: 18px;\n  }\n\n  .lualice-form-intro p,\n  .lualice-form-container .wpcf7-list-item label,\n  .agreement-box .wpcf7-acceptance label {\n    font-size: 13.5px;\n    line-height: 1.9;\n  }\n\n  .lualice-form-container label {\n    font-size: 14px;\n  }\n\n  .lualice-form-container input[type=\"text\"],\n  .lualice-form-container input[type=\"email\"],\n  .lualice-form-container textarea,\n  .lualice-form-container select {\n    padding: 14px;\n    border-radius: 14px;\n  }\n\n  .submit-btn input[type=\"submit\"],\n  .lualice-form-container input[type=\"submit\"] {\n    width: 100%;\n    min-width: auto;\n  }\n}\n\n\n\n\/* =========================\n   Footer\n========================= *\/\n\n.yw-lualice-footer {\n  padding: 28px 0;\n  text-align: center;\n  color: #8f9db0;\n  font-size: 12.5px;\n  letter-spacing: .06em;\n}\n\n\/* =========================\n   Mobile\n========================= *\/\n\n@media (max-width: 960px) {\n  .yw-lualice-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .yw-lualice-scope {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 768px) {\n  .yw-lualice-page {\n    margin-top: 100px;\n  }\n\n  .yw-lualice-header,\n  .yw-lualice-card,\n  .yw-lualice-section,\n  .yw-lualice-price-box,\n  .yw-lualice-form-section {\n    padding: 32px 24px;\n    border-radius: 24px;\n  }\n\n  .yw-lualice-header h1 {\n    font-size: 42px;\n  }\n\n  .yw-lualice-logo img {\n    width: min(300px, 90%);\n  }\n\n  .yw-lualice-subtitle {\n    font-size: 24px;\n  }\n\n  .yw-lualice-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .yw-lualice-heading {\n    font-size: 25px;\n  }\n\n  .yw-lualice-service,\n  .yw-lualice-monitor-box,\n  .yw-lualice-scope > div {\n    padding: 24px 20px;\n    border-radius: 20px;\n  }\n\n  .yw-lualice-flow li {\n    padding: 22px 20px 22px 58px;\n  }\n\n  .yw-lualice-flow li::before {\n    left: 20px;\n    top: 22px;\n    font-size: 15px;\n  }\n\n  .yw-lualice-list li,\n  .yw-lualice-monitor-box li,\n  .yw-lualice-scope li {\n    padding: 14px 16px 14px 40px;\n    font-size: 13.5px;\n  }\n\n  .yw-lualice-list li::before,\n  .yw-lualice-monitor-box li::before,\n  .yw-lualice-scope li::before {\n    left: 17px;\n  }\n}\n<\/style>\n\n<div class=\"yw-lualice-page\">\n\n  <header class=\"yw-lualice-header\">\n    <p class=\"yw-lualice-label\">LUALICE ENTRY GUIDE<\/p>\n    <h1 class=\"yw-lualice-logo\">\n      <img decoding=\"async\" src=\"https:\/\/yuaworks.com\/wp-content\/uploads\/2026\/05\/\u30cd\u30fc\u30e0\u30ed\u30b4.png\" alt=\"Lualice\">\n    <\/h1>\n    <p class=\"yw-lualice-subtitle\">Softly bringing peace of mind to your independent journey.<\/p>\n    <p class=\"yw-lualice-lead\">\n      Lualice is a small-scale, supportive agency built to ensure<br class=\"pc-only\">\n      independent VTubers can continue their creative activities with complete peace of mind.\n    <\/p>\n  <\/header>\n\n  <section class=\"yw-lualice-card\">\n    <h2 class=\"yw-lualice-heading\">About Lualice<\/h2>\n\n    <p>\n      When active as an independent VTuber, there are moments when you might feel a bit anxious on your own\u2014whether dealing with stream configurations, technical troubleshooting, career direction dilemmas, or managing external communications.\n    <\/p>\n\n    <p>\n      Lualice is a supportive agency designed precisely so you don&#8217;t have to carry those anxieties alone. Rather than managing your schedule or forcing a specific content direction, we fully respect your creative freedom while providing a dependable environment where you can seek advice whenever you need it.\n    <\/p>\n\n    <p>\n      What we value most is seamless accessibility for consultation, the security that comes with agency affiliation, and maintaining the perfect supportive distance that lets you stay true to yourself.\n    <\/p>\n\n    <p class=\"yw-lualice-site-link\">\n      To view our current roster of talented affiliated VTubers, please visit the \n      <a href=\"https:\/\/lualice.yuaworks.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Lualice Official Website\n      <\/a>.\n    <\/p>\n  <\/section>\n\n  <section class=\"yw-lualice-section\">\n    <h2 class=\"yw-lualice-heading\">Core Support Services<\/h2>\n\n    <div class=\"yw-lualice-grid\">\n\n      <div class=\"yw-lualice-service\">\n        <span>01<\/span>\n        <h3>Activity Consultation<\/h3>\n        <p>\n          Consult on anything from content strategy and stream planning to organizing your future creative goals, solving the typical anxieties that arise during independent activities.\n        <\/p>\n      <\/div>\n\n      <div class=\"yw-lualice-service\">\n        <span>02<\/span>\n        <h3>Technical Support<\/h3>\n        <p>\n          Get flexible troubleshooting for common technical roadblocks, including OBS configurations, streaming environments, audio issues, and general PC\/peripheral setups.\n        <\/p>\n      <\/div>\n\n      <div class=\"yw-lualice-service\">\n        <span>03<\/span>\n        <h3>Discord Ticket Support<\/h3>\n        <p>\n          Consultations are handled smoothly via a dedicated Discord ticketing system. We review your requests thoroughly and provide tailored, individual guidance.\n        <\/p>\n      <\/div>\n\n      <div class=\"yw-lualice-service\">\n        <span>04<\/span>\n        <h3>External Communications<\/h3>\n        <p>\n          Receive professional advice on handling external outsourcing, organizing commission details, and managing communications with creators and assets developers.\n        <\/p>\n      <\/div>\n\n      <div class=\"yw-lualice-service\">\n        <span>05<\/span>\n        <h3>Affiliation Security<\/h3>\n        <p>\n          Enjoy the credibility and security of being affiliated with Lualice while receiving support that fully respects your personal, independent style.\n        <\/p>\n      <\/div>\n\n      <div class=\"yw-lualice-service\">\n        <span>06<\/span>\n        <h3>YuaWorks MIX Discount<\/h3>\n        <p>\n          As an exclusive talent benefit, affiliated VTubers can utilize YuaWorks&#8217; audio mixing services at a special discounted member rate.\n        <\/p>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <section class=\"yw-lualice-price-box\">\n    <h2>Fees &amp; Contract Details<\/h2>\n\n    <p class=\"yw-lualice-price-text\">\n      \u6708\u984d 5,500\u5186 <span style=\"font-size: 16px; color: #8f9db0;\">(JPY \/ incl. tax)<\/span>\n    <\/p>\n\n    <p class=\"yw-lualice-note\">\n      There are absolutely no revenue splits (margins), streaming quotas, or forced activity directions.\n    <\/p>\n\n    <ul class=\"yw-lualice-list\">\n      <li>\n        <strong>0% Revenue Commission<\/strong>\n        <p>All revenue generated from streams, videos, and sponsorships belongs 100% to the VTuber.<\/p>\n      <\/li>\n\n      <li>\n        <strong>Initial 3-Month Commitment<\/strong>\n        <p>The initial agreement is structured in 3-month cycles (billed monthly). Following the initial period, the contract automatically renews on a month-to-month basis.<\/p>\n      <\/li>\n\n      <li>\n        <strong>Simple Cancellation Policy<\/strong>\n        <p>If you wish to terminate your affiliation, simply notify us prior to your next scheduled billing date.<\/p>\n      <\/li>\n\n      <li>\n        <strong>Asset Production as Separate Services<\/strong>\n        <p>Actual production workloads, such as song mixing, are handled separately under the standard YuaWorks production menu.<\/p>\n      <\/li>\n    <\/ul>\n\n    <div class=\"yw-lualice-monitor-box\">\n      <h3>Founding Member Applications<\/h3>\n\n      <p>\n        As Lualice enters its initial launch phase, we are currently seeking founding members who can collaborate with us by providing ongoing operational feedback.\n      <\/p>\n\n      <ul>\n        <li>Available Slots: Approx. 3 talents<\/li>\n        <li>Founding Member Rate: \u6708\u984d 3,300\u5186 <span style=\"font-size: 12px; color: #8f9db0;\">(JPY \/ incl. tax)<\/span><\/li>\n        <li>Initial 3-Month Commitment (Billed Monthly)<\/li>\n      <\/ul>\n\n      <p class=\"yw-monitor-note\">\n        *The exclusive founding member rate will continue to apply to accepted talents for the duration of their continuous affiliation.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <section class=\"yw-lualice-card\">\n    <h2 class=\"yw-lualice-heading\">Scope of Support<\/h2>\n\n    <div class=\"yw-lualice-scope\">\n      <div>\n        <h3>What We Can Support<\/h3>\n        <ul>\n          <li>Consultation on career direction and stream content<\/li>\n          <li>OBS setup and streaming configuration optimization<\/li>\n          <li>Audio engineering, hardware, and PC environment consultations<\/li>\n          <li>Discord server setup and community environment advice<\/li>\n          <li>Organizing details for external outsourcing and commissions<\/li>\n          <li>General professional guidance for external inquiries<\/li>\n        <\/ul>\n      <\/div>\n\n      <div>\n        <h3>Outside Our Support Scope<\/h3>\n        <ul>\n          <li>Free execution of actual production work (mixing, editing, etc.)<\/li>\n          <li>Guaranteed instant, 24\/7 chat responses<\/li>\n          <li>Full-time personal manager operations<\/li>\n          <li>Enforced scheduling or micromanaging of your activities<\/li>\n          <li>Physical PC repairs requiring specialized hardware technicians<\/li>\n          <li>Consultations violating platform terms or public order\/morals<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"yw-lualice-card\">\n    <h2 class=\"yw-lualice-heading\">Application &amp; Onboarding Flow<\/h2>\n\n    <ol class=\"yw-lualice-flow\">\n      <li>\n        <strong>Submit Inquiry via the Form<\/strong>\n        <p>Please submit your details using the consultation form at the bottom of this page.<\/p>\n      <\/li>\n\n      <li>\n        <strong>Initial Interview \/ Hearing<\/strong>\n        <p>We will briefly review your current activity status and what you hope to achieve with Lualice.<\/p>\n      <\/li>\n\n      <li>\n        <strong>Terms Review &amp; Onboarding Setup<\/strong>\n        <p>If everything aligns well, we will proceed with the terms of service review and billing setup.<\/p>\n      <\/li>\n\n      <li>\n        <strong>Discord Invitation &amp; Support Activation<\/strong>\n        <p>You will be welcomed into our private Discord server, activating your ticketing and support privileges.<\/p>\n      <\/li>\n    <\/ol>\n  <\/section>\n\n  <section id=\"apply-form\" class=\"yw-lualice-form-section\">\n    <h2 class=\"yw-lualice-heading center\">Lualice Inquiry &amp; Application Form<\/h2>\n\n    <p class=\"yw-lualice-form-lead\">\n      Please submit your details here for affiliation requests, support scope inquiries, or preliminary consultations.<br>\n      Our team will review your message and get back to you shortly.\n    <\/p>\n\n    <p class=\"yw-communication-note\" style=\"margin: 20px auto 0; font-size: 0.85em; color: #8f9db0; line-height: 1.6; text-align: center; max-width: 640px;\">\n      [ SYSTEM NOTICE ]<br>\n      My primary language is Japanese. For English inquiries, I utilize translation tools for communication. \n      As a result, responses may take slightly longer, and subtle nuances in translation may vary. Thank you for your understanding.\n    <\/p>\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f664-o1\" lang=\"ja\" dir=\"ltr\" data-wpcf7-id=\"664\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/650#wpcf7-f664-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"\u30b3\u30f3\u30bf\u30af\u30c8\u30d5\u30a9\u30fc\u30e0\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"664\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"ja\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f664-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div class=\"lualice-form-container\">\n\t<div class=\"lualice-form-intro\">\n\t\t<p><br \/>\nThis is the consultation and application form for joining Lualice.\n\t\t<\/p>\n\t\t<p>It is completely fine if you are still hesitant or unsure. Please let me know what questions you have or what kind of support you are looking for.\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form-group\">\n\t\t<p><label><br \/>\nCreator Name \/ Activity Name<br \/>\n<span class=\"required\">Required<\/span><br \/>\n<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"activity-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"e.g., Jane Doe \/ Lualice Ch.\" value=\"\" type=\"text\" name=\"activity-name\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form-group\">\n\t\t<p><label><br \/>\nEmail Address<br \/>\n<span class=\"required\">Required<\/span><br \/>\n<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form-group\">\n\t\t<p><label><br \/>\nInquiry Type<br \/>\n<span class=\"required\">Required<\/span><br \/>\n<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-type\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"contact-type\" value=\"I would like to apply for Lualice affiliation\" checked=\"checked\" \/><span class=\"wpcf7-list-item-label\">I would like to apply for Lualice affiliation<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"contact-type\" value=\"I would first like to ask questions\/consult about the details\" \/><span class=\"wpcf7-list-item-label\">I would first like to ask questions\/consult about the details<\/span><\/label><\/span><\/span><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form-group\">\n\t\t<p><label><br \/>\nSocial Media &amp; Primary Platform URLs<br \/>\n<span class=\"required\">Required<\/span><br \/>\n<\/label>\n\t\t<\/p>\n\t\t<p class=\"lualice-field-note\"><br \/>\nPlease provide links where your current creative activities can be verified (X, YouTube, Twitch, etc.).\n\t\t<\/p>\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"sns-url\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"e.g., https:\/\/x.com\/xxxxx \/ YouTube Channel URL\" value=\"\" type=\"text\" name=\"sns-url\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form-group\">\n\t\t<p><label><br \/>\nPreferred Contact Method for Reply<br \/>\n<span class=\"required\">Required<\/span><br \/>\n<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-style\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"contact-style\" value=\"Email\" checked=\"checked\" \/><span class=\"wpcf7-list-item-label\">Email<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"contact-style\" value=\"Text Chat (Discord)\" \/><span class=\"wpcf7-list-item-label\">Text Chat (Discord)<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"contact-style\" value=\"Voice Call (Discord)\" \/><span class=\"wpcf7-list-item-label\">Voice Call (Discord)<\/span><\/label><\/span><\/span><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form-group\">\n\t\t<p><label><br \/>\nDiscord Username<br \/>\n<span class=\"optional\">Required only if choosing Discord above<\/span><br \/>\n<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"discord-id\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"e.g., yuaworks_lualice\" value=\"\" type=\"text\" name=\"discord-id\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form-group\">\n\t\t<p><label><br \/>\nSupport Areas of Interest<br \/>\n<span class=\"optional\">Multiple selection allowed<\/span><br \/>\n<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"expected-support\"><span class=\"wpcf7-form-control wpcf7-checkbox\"><span class=\"wpcf7-list-item first\"><label><input type=\"checkbox\" name=\"expected-support[]\" value=\"Activity direction &amp; streaming content strategy\" \/><span class=\"wpcf7-list-item-label\">Activity direction &amp; streaming content strategy<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"expected-support[]\" value=\"Technical support (OBS &amp; streaming configurations)\" \/><span class=\"wpcf7-list-item-label\">Technical support (OBS &amp; streaming configurations)<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"expected-support[]\" value=\"PC, audio, and hardware setups\" \/><span class=\"wpcf7-list-item-label\">PC, audio, and hardware setups<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"expected-support[]\" value=\"Consultation via Discord ticketing system\" \/><span class=\"wpcf7-list-item-label\">Consultation via Discord ticketing system<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"expected-support[]\" value=\"Organizing details for outsourcing\/commissions\" \/><span class=\"wpcf7-list-item-label\">Organizing details for outsourcing\/commissions<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"expected-support[]\" value=\"YuaWorks MIX service discount\" \/><span class=\"wpcf7-list-item-label\">YuaWorks MIX service discount<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"expected-support[]\" value=\"The security &amp; community of being agency-affiliated\" \/><span class=\"wpcf7-list-item-label\">The security &amp; community of being agency-affiliated<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"checkbox\" name=\"expected-support[]\" value=\"Other\" \/><span class=\"wpcf7-list-item-label\">Other<\/span><\/label><\/span><\/span><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form-group\">\n\t\t<p><label><br \/>\nExpectations from Lualice \/ Consultation Details<br \/>\n<span class=\"required\">Required<\/span><br \/>\n<\/label>\n\t\t<\/p>\n\t\t<p class=\"lualice-field-note\"><br \/>\nPlease describe your reasons for considering affiliation, any anxieties you currently face, or what you would like to discuss.\n\t\t<\/p>\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"support-reason\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"e.g., Unsure about my OBS\/stream setup, want to discuss content direction, want a safe place to ask for advice as an independent creator, etc.\" name=\"support-reason\"><\/textarea><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form-group agreement-box\">\n\t\t<p><label>Agreement to Terms<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-99\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"acceptance-99\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">I agree to the <a href=\"https:\/\/yuaworks.com\/en\/lualice-terms\/\" target=\"_blank\" rel=\"noopener noreferrer\">Lualice Terms of Service<\/a><\/span><\/label><\/span><\/span><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"submit-btn\">\n\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit Application \/ Consultation\" \/>\n\t\t<\/p>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\n  <\/section>\n\n  <footer class=\"yw-lualice-footer\">\n    Produced by YuaWorks | \u00a9 Lualice\n  <\/footer>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Lualice support and affiliation program for indie VTubers and creators. Get the technical, audio, and community backing you need to elevate your streaming career.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_locale":"en_US","_original_post":"https:\/\/yuaworks.com\/?page_id=275","footnotes":""},"class_list":["post-650","page","type-page","status-publish","hentry","en-US"],"_links":{"self":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages\/650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/comments?post=650"}],"version-history":[{"count":3,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages\/650\/revisions"}],"predecessor-version":[{"id":690,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages\/650\/revisions\/690"}],"wp:attachment":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/media?parent=650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}