LIVESTAR

2026.06.10

LIVESTAR 8周年記念PKイベント

LIVESTAR 8周年記念PKイベント
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>
<style>
    :root {
      –bg: #ffffff;
      –surface: #ffffff;
      –surface-soft: #f6f8fb;
      –line: #e7ebf0;
      –text: #111318;
      –muted: #606875;
      –black: #101114;
      –tiktok-cyan: #25f4ee;
      –tiktok-pink: #fe2c55;
      –cyan-soft: rgba(37, 244, 238, 0.12);
      –pink-soft: rgba(254, 44, 85, 0.09);
      –max: 1180px;
      –radius-sm: 10px;
      –radius-md: 16px;
      –radius-lg: 24px;
      –anniv-soft: rgba(17, 19, 24, 0.03);
    }
 
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: ‘Noto Sans JP’, sans-serif;
      background: var(–bg);
      color: var(–text);
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
 
    a { color: inherit; }
 
    .wrap {
      width: min(calc(100% – 24px), var(–max));
      margin: 0 auto;
    }
 
    .hero {
      padding: 40px 0 44px;
    }
 
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px);
      gap: 34px;
      align-items: start;
    }
 
    .hero-copy {
      max-width: 760px;
    }
 
    .hero-copy–wide {
      max-width: 760px;
    }
 
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.18em;
      color: var(–muted);
      text-transform: uppercase;
    }
 
    .eyebrow::before {
      content: “”;
      width: 36px;
      height: 1px;
      background: var(–black);
    }
 
    h1 {
      margin: 0;
      max-width: 8.6ch;
      font-size: clamp(54px, 6.1vw, 90px);
      line-height: 0.98;
      letter-spacing: -0.055em;
      font-weight: 800;
      word-break: keep-all;
      overflow-wrap: normal;
    }
 
    .hero-divider {
      margin: 26px 0 0;
      width: min(100%, 640px);
      height: 1px;
      background: linear-gradient(90deg, rgba(17, 19, 24, 0.14), rgba(37, 244, 238, 0.58), rgba(254, 44, 85, 0.4), rgba(17, 19, 24, 0));
    }
 
    .hero-stack {
      display: grid;
      gap: 14px;
    }
 
    .entry-banner {
      text-decoration: none;
    }
 
    .entry-banner–image {
      display: block;
      padding: 0;
      background: transparent;
      box-shadow: none;
      border-radius: 24px;
      overflow: hidden;
    }
 
    .entry-banner–image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 24px;
      border: 1px solid rgba(17, 19, 24, 0.08);
      box-shadow: 0 20px 46px rgba(17, 19, 24, 0.14);
    }
 
    .hero-card {
      position: relative;
      border: 1px solid rgba(17, 19, 24, 0.08);
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.96));
      border-radius: 28px;
      padding: 18px;
      box-shadow: 0 18px 44px rgba(17, 19, 24, 0.08);
    }
 
    .hero-card–entry {
      margin-top: 26px;
      max-width: 520px;
    }
 
    .hero-card–wide {
      max-width: 520px;
    }
 
    .hero-card::before {
      content: “”;
      position: absolute;
      inset: 0;
      border-radius: 28px;
      padding: 1px;
      background: linear-gradient(135deg, rgba(37,244,238,0.3), rgba(254,44,85,0.18), rgba(17,19,24,0.05));
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }
 
    .hero-card__label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      color: var(–muted);
      text-transform: uppercase;
    }
 
    .hero-card__label::before {
      content: “”;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(37,244,238,0.8), rgba(254,44,85,0.85));
      box-shadow: 0 0 0 6px rgba(37,244,238,0.08);
    }
 
    .feature-callout {
      margin-top: 0;
      border: 1px solid rgba(17, 19, 24, 0.08);
      background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.08));
      border-radius: 22px;
      padding: 18px 20px;
    }
 
    .feature-callout–under-banner {
      margin-top: 18px;
      max-width: 520px;
    }
 
    .feature-callout__label {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      color: var(–muted);
      text-transform: uppercase;
    }
 
    .feature-benefit-lines {
      display: grid;
      gap: 12px;
      margin-top: 0;
    }
 
    .feature-benefit-line {
      font-size: clamp(20px, 2vw, 26px);
      line-height: 1.38;
      letter-spacing: -0.03em;
      font-weight: 800;
      color: var(–black);
    }
 
    .feature-benefit-divider {
      width: 88px;
      height: 2px;
      background: linear-gradient(90deg, var(–tiktok-cyan), var(–tiktok-pink));
      border-radius: 999px;
    }
 
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }
 
    .hero-actions–stacked {
      margin-top: 20px;
    }
 
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid var(–black);
      text-decoration: none;
      font-weight: 700;
      font-size: 14px;
      transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }
 
    .btn-primary {
      background: var(–black);
      color: #fff;
    }
 
    .btn-primary:hover {
      background: #23262d;
      border-color: #23262d;
    }
 
    .btn-secondary {
      background: #fff;
      color: var(–black);
      border-color: rgba(17,19,24,0.12);
    }
 
    .btn-secondary:hover {
      border-color: var(–black);
    }
    .summary-strip {
      padding: 18px 0 66px;
    }
 
    .summary-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-top: 1px solid var(–line);
      border-bottom: 1px solid var(–line);
    }
 
    .summary-card {
      padding: 24px 18px 22px;
      min-height: 128px;
    }
 
    .summary-card + .summary-card {
      border-left: 1px solid var(–line);
    }
 
    .summary-card h2 {
      margin: 0 0 12px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(–muted);
    }
 
    .summary-card p {
      margin: 0;
      font-size: 22px;
      line-height: 1.35;
      font-weight: 800;
      letter-spacing: -0.03em;
    }
 
    .summary-card–accent {
      background: linear-gradient(90deg, rgba(37, 244, 238, 0.1), rgba(254, 44, 85, 0.08));
    }
 
    .summary-card–accent h2,
    .summary-card–accent p {
      color: var(–black);
    }
 
    .section {
      padding: 0 0 72px;
    }
 
    .section-grid {
      display: grid;
      grid-template-columns: 180px minmax(0, 1fr);
      gap: 24px;
      align-items: start;
      padding-top: 24px;
      border-top: 1px solid var(–line);
    }
 
    .section-label {
      position: sticky;
      top: 40px;
      font-size: 12px;
      letter-spacing: 0.16em;
      font-weight: 800;
      color: var(–muted);
      text-transform: uppercase;
      padding-top: 8px;
    }
 
    .section-body h2 {
      margin: 0 0 14px;
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.2;
      letter-spacing: -0.03em;
    }
 
    .section-body p {
      margin: 0 0 16px;
      max-width: 72ch;
      color: var(–muted);
      font-size: 16px;
    }
 
    .detail-list,
    .rule-list,
    .note-list,
    .link-list {
      list-style: none;
      padding: 0;
      margin: 22px 0 0;
    }
 
    .detail-list li,
    .rule-list li,
    .note-list li,
    .link-list li {
      padding: 16px 0;
      border-bottom: 1px solid var(–line);
    }
 
    .detail-list li:first-child,
    .rule-list li:first-child,
    .note-list li:first-child,
    .link-list li:first-child {
      border-top: 1px solid var(–line);
    }
 
    .item-title {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      margin-bottom: 4px;
      font-weight: 700;
      color: var(–text);
    }
 
    .rule-list li,
    .note-list li {
      color: var(–text);
      font-size: 15px;
    }
 
    .muted-inline {
      color: var(–muted);
      font-size: 14px;
    }
 
    .benefit-section .section-body {
      background: linear-gradient(180deg, rgba(37, 244, 238, 0.08), rgba(254, 44, 85, 0.06));
      border: 1px solid rgba(17, 19, 24, 0.08);
      border-radius: var(–radius-lg);
      padding: 24px;
    }
 
    .benefit-lead {
      font-size: 18px !important;
      color: var(–text) !important;
      font-weight: 700;
      line-height: 1.65;
      max-width: 44ch !important;
    }
 
    .benefit-highlight {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin-top: 24px;
    }
 
    .benefit-box {
      border: 1px solid rgba(17, 19, 24, 0.08);
      border-radius: var(–radius-md);
      background: rgba(255,255,255,0.92);
      padding: 20px;
    }
 
    .benefit-box__label {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      color: var(–muted);
      text-transform: uppercase;
    }
 
    .benefit-box__value {
      margin: 0;
      font-size: 28px;
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(–black);
    }
 
    .benefit-box__text {
      margin: 8px 0 0;
      color: var(–muted);
      font-size: 14px;
      line-height: 1.7;
    }
 
    .link-list a {
      text-decoration: none;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
 
    .link-list a::after {
      content: “↗”;
      font-size: 13px;
    }
 
    .anniversary-bridge {
      margin-top: 26px;
      border: 1px solid rgba(17, 19, 24, 0.08);
      border-radius: var(–radius-md);
      background: var(–anniv-soft);
      padding: 20px;
    }
 
    .anniversary-bridge__label {
      display: inline-block;
      margin-bottom: 8px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      color: var(–muted);
      text-transform: uppercase;
    }
 
    .anniversary-bridge__title {
      margin: 0 0 10px;
      font-size: 22px;
      line-height: 1.3;
      letter-spacing: -0.03em;
      font-weight: 800;
      color: var(–black);
    }
 
    .anniversary-bridge__text {
      margin: 0 0 16px;
      max-width: 54ch;
      font-size: 14px;
      color: var(–muted);
      line-height: 1.75;
    }
 
    .ranking-bridge {
      margin-top: 22px;
      width: 100%;
      border: 1px solid rgba(17, 19, 24, 0.08);
      border-radius: var(–radius-md);
      background: linear-gradient(90deg, rgba(37, 244, 238, 0.08), rgba(254, 44, 85, 0.06));
      padding: 22px 24px;
    }
 
    .ranking-bridge__label {
      display: inline-block;
      margin-bottom: 8px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      color: var(–muted);
      text-transform: uppercase;
    }
 
    .ranking-bridge__title {
      margin: 0 0 10px;
      font-size: 22px;
      line-height: 1.35;
      letter-spacing: -0.03em;
      font-weight: 800;
      color: var(–black);
    }
 
    .ranking-bridge__text {
      margin: 0 0 16px;
      max-width: 54ch;
      font-size: 14px;
      color: var(–muted);
      line-height: 1.75;
    }
 
    .cta-block {
      padding: 72px 0 100px;
    }
 
    .cta-frame {
      border-top: 1px solid var(–line);
      padding-top: 28px;
      display: flex;
      justify-content: space-between;
      gap: 24px;
      align-items: end;
    }
 
    .cta-frame h2 {
      margin: 0 0 12px;
      font-size: clamp(28px, 4vw, 44px);
      line-height: 1.12;
      letter-spacing: -0.04em;
    }
 
    .cta-frame p {
      margin: 0;
      max-width: 50ch;
      color: var(–muted);
    }
 
 
    .bottom-anniversary {
      padding: 0 0 72px;
    }
 
    .bottom-anniversary__inner {
      border-top: 1px solid var(–line);
      padding-top: 26px;
      display: grid;
      grid-template-columns: minmax(0, 1fr);
    }
 
    .bottom-anniversary__label {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      color: var(–muted);
      text-transform: uppercase;
    }
 
    .bottom-anniversary__title {
      margin: 0 0 10px;
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.2;
      letter-spacing: -0.03em;
      font-weight: 800;
      color: var(–black);
    }
 
    .bottom-anniversary__text {
      margin: 0;
      max-width: 48ch;
      font-size: 15px;
      color: var(–muted);
      line-height: 1.75;
    }
 
    .bottom-anniversary__image-link {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      max-width: 300px;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(17, 19, 24, 0.08);
    }
 
    .bottom-anniversary__image-link img {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      width: 100%;
      height: auto;
    }
 
    .bottom-anniversary__media {
      margin-top: 18px;
      display: grid;
      gap: 10px;
      justify-items: start;
    }
 
    .bottom-anniversary__click {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 800;
      color: var(–black);
      text-decoration: none;
      border-bottom: 1px solid rgba(17, 19, 24, 0.2);
      padding-bottom: 2px;
    }
 
    .footer {
      border-top: 1px solid var(–line);
      padding: 22px 0 38px;
      font-size: 12px;
      color: var(–muted);
    }
 
    @media (max-width: 980px) {
      .hero-grid,
      .section-grid,
      .cta-frame,
      .benefit-highlight {
        grid-template-columns: 1fr;
        display: grid;
        gap: 24px;
      }
 
      .hero-copy {
        max-width: none;
      }
 
      .hero-stack {
        max-width: 560px;
      }
 
      .section-label {
        position: static;
        padding-top: 0;
      }
 
      .summary-grid {
        grid-template-columns: 1fr;
      }
 
      .summary-card + .summary-card {
        border-left: 0;
        border-top: 1px solid var(–line);
      }
    }
 
    @media (max-width: 640px) {
      .wrap {
        width: calc(100% – 20px);
        margin-left: auto;
        margin-right: auto;
      }
 
      .hero {
        padding-top: 24px;
        padding-bottom: 34px;
      }
 
      .hero-grid {
        gap: 22px;
      }
 
      .hero-copy–wide,
      .hero-card–wide,
      .feature-callout–under-banner {
        max-width: none;
      }
 
      .hero-stack {
        gap: 12px;
        max-width: none;
      }
 
      .hero-card {
        padding: 12px;
        border-radius: 22px;
      }
 
      .hero-card–entry {
        margin-top: 18px;
        max-width: none;
      }
 
      .entry-banner–image,
      .entry-banner–image img,
      .feature-callout {
        border-radius: 18px;
      }
 
      h1 {
        max-width: none;
        font-size: 37px;
        line-height: 1.08;
      }
 
      .lead {
        max-width: none;
      }
 
      .hero-panel,
      .hero-inline-panel__inner,
      .benefit-section .section-body,
      .benefit-box,
      .toggle-card summary,
      .toggle-card__content,
      .ranking-bridge,
      .feature-callout {
        padding-left: 16px;
        padding-right: 16px;
      }
 
 
      .summary-card p,
      .schedule-item dd,
      .benefit-box__value {
        font-size: 20px;
      }
 
      .feature-callout {
        padding-top: 16px;
        padding-bottom: 16px;
      }
 
      .feature-benefit-line {
        font-size: 17px;
        line-height: 1.5;
      }
 
      .hero-actions {
        gap: 12px;
      }
 
      .btn {
        width: 100%;
        min-height: 54px;
        padding-inline: 16px;
      }
 
      .hero-panel::before {
        top: 16px;
        bottom: 16px;
      }
    }
  </style>
</p>
<main id=”top”>
<section class=”hero”>
<div class=”wrap hero-grid hero-grid–single”>
<div class=”hero-copy hero-copy–wide”>
<div class=”eyebrow”>Anniversary PK Event</div>
<h1>LIVESTAR<br />
周年記念PKイベント</h1>
<div class=”hero-divider” aria-hidden=”true”> </div>
<div class=”hero-card hero-card–entry hero-card–wide”>
<div class=”hero-card__label”>Entry Banner</div>
<a class=”entry-banner entry-banner–image” href=”https://docs.google.com/forms/d/e/1FAIpQLSd8zO-PnHvbu6ZWuqBwb7X0F9VZWxBvBxocFfWASMUhvfIPEw/viewform” target=”_blank” rel=”noopener noreferrer” aria-label=”今すぐエントリー”> <img class=”alignnone size-medium wp-image-14773″ src=”https://avex.jp/livestar/wp-content/uploads/2026/06/generated-image-25-300×169.png” alt=”今すぐエントリー” width=”300″ height=”169″ /> </a></div>
<div class=”feature-callout feature-callout–under-banner” aria-label=”イベント特典の要点”><span class=”feature-callout__label”>Event Benefit</span>
<div class=”feature-benefit-lines” aria-label=”イベント特典の内容”>
<div class=”feature-benefit-line”>イベントに参加するとフレアカード1枚</div>
<div class=”feature-benefit-divider” aria-hidden=”true”> </div>
<div class=”feature-benefit-line”>さらに勝利かつ2000pt以上で追加でもう1枚プレゼント</div>
</div>
<div class=”hero-actions hero-actions–stacked”><a class=”btn btn-primary” href=”https://docs.google.com/forms/d/e/1FAIpQLSd8zO-PnHvbu6ZWuqBwb7X0F9VZWxBvBxocFfWASMUhvfIPEw/viewform” target=”_blank” rel=”noopener noreferrer”>エントリーする</a> <a class=”btn btn-secondary” href=”#benefit”>特典を確認する</a> <a class=”btn btn-secondary” href=”#special-rules”>周年記念PK 特別ルール</a></div>
</div>
</div>
</div>
</section>
<section id=”schedule” class=”section”>
<div class=”wrap section-grid”>
<div class=”section-label”>Event Schedule</div>
<div class=”section-body hero-inline-panel”>
<div class=”hero-inline-panel__inner”>
<div class=”schedule-item”>エントリー締切6月14日(日)23:59</div>
<div class=”schedule-item”>開催日時6月26日(金)22:00〜</div>
<div class=”schedule-item”>参加対象全クリエイター対象<br />
<span class=”muted-inline”>※要エントリー</span></div>
<div class=”accent-note”>参加賞あり・最大2枚進呈</div>
</div>
</div>
</div>
</section>
<section id=”overview” class=”section”>
<div class=”wrap section-grid”>
<div class=”section-label”>Overview</div>
<details class=”section-body toggle-card” open=””>
<h2>イベント概要</h2>
<summary><span aria-hidden=”true”>+</span></summary>
<div class=”toggle-card__content”>
<p>LIVESTAR所属クリエイターを対象に、周年記念PKイベントを開催します。PKシステムで勝敗を決定し、参加者には参加賞、さらに条件達成した勝者には追加のイベント特典を進呈します。</p>
<ul class=”detail-list”>
<li><span class=”item-title”>参加対象</span> LIVESTAR所属のクリエイター/ライバーが対象です。要エントリー制となり、参加者にはフレアカード1枚を進呈します。</li>
<li><span class=”item-title”>応募方法</span> 下記エントリーフォームよりお申し込みください。</li>
<li><span class=”item-title”>イベントのポイント</span> 1戦のみの開催形式で参加しやすく、参加賞に加えて勝者には追加でフレアカード進呈の特典があります。</li>
</ul>
</div>
</details>
</div>
</section>
<section id=”benefit” class=”section benefit-section”>
<div class=”wrap section-grid”>
<div class=”section-label”>Benefit</div>
<div class=”section-body”>
<h2>イベント特典</h2>
<p class=”benefit-lead”>イベントに参加した方へフレアカードを1枚プレゼントします。さらに、PKで勝利し、かつバトルスコア「2000pt以上」をクリアした方へ、追加でもう1枚フレアカードをプレゼントします。</p>
<div class=”benefit-highlight”>
<article class=”benefit-box”><span class=”benefit-box__label”>Participation</span>
<p class=”benefit-box__value”>参加賞<br />
フレアカード1枚</p>
<p class=”benefit-box__text”>PKを実施した参加者へ、参加賞としてフレアカードを1枚プレゼントします。</p>
</article>
<article class=”benefit-box”><span class=”benefit-box__label”>Winner Bonus</span>
<p class=”benefit-box__value”>勝利で追加<br />
フレアカード1枚</p>
<p class=”benefit-box__text”>PKで勝利し、かつバトルスコア「2000pt以上」を達成した方へ、追加でもう1枚フレアカードをプレゼントします。</p>
</article>
</div>
</div>
</div>
</section>
<section id=”entry” class=”section”>
<div class=”wrap section-grid”>
<div class=”section-label”>Entry</div>
<div class=”section-body section-body–entry”><span class=”section-chip section-chip–entry”>Entry Guide</span>
<h2>参加対象・応募方法</h2>
<p>LIVESTAR所属のクリエイター/ライバーが対象です。応募前に参加条件をご確認のうえ、エントリーフォームからお申し込みください。</p>
<ul class=”detail-list”>
<li><span class=”item-title”>エントリー締切</span> 6月14日(日)23:59</li>
<li><span class=”item-title”>エントリーフォーム</span> <a href=”https://docs.google.com/forms/d/e/1FAIpQLSd8zO-PnHvbu6ZWuqBwb7X0F9VZWxBvBxocFfWASMUhvfIPEw/viewform” target=”_blank” rel=”noopener noreferrer”>Googleフォームはこちら</a></li>
<li><span class=”item-title”>開催日時</span> 6月26日(金)22:00〜</li>
</ul>
</div>
</div>
</section>
<section id=”rules” class=”section”>
<div class=”wrap section-grid”>
<div class=”section-label”>Rules</div>
<div class=”section-body section-body–rules”><span class=”section-chip section-chip–rules”>Event Rules</span>
<h2>イベントルール</h2>
<ul class=”rule-list”>
<li>PKシステムにて勝敗を決定します。</li>
<li>今回のイベントは1戦のみです。</li>
<li>対戦相手が急遽キャンセルになった場合は、ランダムPKでご対応ください。</li>
<li>勝敗確認が必要な場合は、スクリーンショットを担当者へお送りください。</li>
</ul>
</div>
</div>
</section>
<section id=”special-rules” class=”section”>
<div class=”wrap section-grid”>
<div class=”section-label”>Special Rule</div>
<div class=”section-body section-body–special”><span class=”section-chip section-chip–special”>Special Rule</span>
<h2>周年記念PK 特別ルール</h2>
<ul class=”rule-list”>
<li>スピチャがない場合のやり直しは不可です。</li>
<li>やり直しがある場合はスコア確認ができかねます。</li>
<li>通常グローブは2個まで使用可能です。</li>
<li>通常グローブ以外のアイテム使用は不可です。</li>
<li>エニグマは使用可能です。</li>
<li>開始時間から5分を過ぎても、相手が配信していない、またはシステム不都合でPKができない場合は、ランダムPKを行ってください。</li>
</ul>
</div>
</div>
</section>
<section id=”notes” class=”section”>
<div class=”wrap section-grid”>
<div class=”section-label”>Notes</div>
<details class=”section-body toggle-card”>
<h2>注意事項</h2>
<summary><span aria-hidden=”true”>+</span></summary>
<div class=”toggle-card__content”>
<ul class=”note-list”>
<li>賞品の発送は随時行います。</li>
<li>イベント期間中にアカウントBANとなった場合、一部配信が集計対象外となる可能性があります。</li>
<li>ガイドラインをよく読み、ルールを守ってご参加ください。</li>
<li>発送タイミングで退会、所属解除等がある場合は、一部景品をお渡しできない場合があります。</li>
</ul>
</div>
</details>
</div>
</section>
<section id=”links” class=”section”>
<div class=”wrap section-grid”>
<div class=”section-label”>Links</div>
<div class=”section-body”>
<h2>関連リンク</h2>
<ul class=”link-list”>
<li><a href=”https://livestar.notion.site/LIVE-Match-PK-d9a21f7cdf8e4a638cc13319ebdf5c7a” target=”_blank” rel=”noopener noreferrer”>LIVE Match PKの流れを確認する</a></li>
<li><a href=”https://www.tiktok.com/community-guidelines/ja/” target=”_blank” rel=”noopener noreferrer”>TikTokコミュニティガイドライン</a></li>
</ul>
</div>
</div>
</section>
<section class=”cta-block”>
<div class=”wrap cta-frame”>
<div>
<h2>エントリー受付中</h2>
<p>1戦形式で参加しやすく、参加者にはフレアカード1枚、さらに勝利かつバトルスコア2000pt以上達成で追加1枚を進呈する周年記念イベントです。</p>
</div>
<div><a class=”btn btn-primary” href=”https://docs.google.com/forms/d/e/1FAIpQLSd8zO-PnHvbu6ZWuqBwb7X0F9VZWxBvBxocFfWASMUhvfIPEw/viewform” target=”_blank” rel=”noopener noreferrer”>フォームから応募する</a></div>
</div>
</section>
<section class=”bottom-anniversary”>
<div class=”wrap bottom-anniversary__inner”>
<div><span class=”bottom-anniversary__label”>8th Anniversary</span>
<h2 class=”bottom-anniversary__title”>8周年記念イベントも同時開催中</h2>
<p class=”bottom-anniversary__text”>周年イベントページはこちらからご確認いただけます。</p>
<div class=”bottom-anniversary__media”><a class=”bottom-anniversary__click” href=”https://weburl.jp/wlZWeiA” target=”_blank” rel=”noopener noreferrer”>こちらをクリック!</a> <a class=”bottom-anniversary__image-link” href=”https://weburl.jp/wlZWeiA” target=”_blank” rel=”noopener noreferrer”> <img class=”alignnone size-medium wp-image-14702″ src=”https://avex.jp/livestar/wp-content/uploads/2026/05/generated-image-16-300×169.png” alt=”8周年記念イベントページへ” width=”300″ height=”169″ /> </a></div>
</div>
</div>
</section>
</main>
<footer class=”footer”>
<div class=”wrap”>© LIVESTAR.inc</div>
</footer>
一覧へ戻る