PayPay x U-NEXT 体験期間終了のお知らせ

<HTML lang=ja><HEAD><TITLE>PayPay x U-NEXT 体験期間終了のお知らせ</TITLE>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<STYLE>
body {
margin: 0;
padding: 0;
background-color: #f6f6f8;
font-family: "ヒラギノ角ゴ ProN", "メイリオ", "Helvetica Neue", sans-serif;
color: #1d1d1f;
-webkit-text-size-adjust: 100%;
}

.outer-shell {
max-width: 720px;
margin: 20px auto;
background-color: #ffffff;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0,0,0,0.08);
border: 1px solid #e2e2e2;
}

.header {
background: linear-gradient(135deg, #25B7D3 0%, #1B99B5 100%);
padding: 28px 36px;
color: white;
text-align: center;
position: relative;
}

.header::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #FF5A00 0%, #FF2D95 50%, #25B7D3 100%);
}

.header h1 {
font-size: 22px;
margin: 0 0 12px 0;
font-weight: 600;
letter-spacing: 0.3px;
}

.header p {
font-size: 15px;
margin: 0;
opacity: 0.95;
}

.paypay-badge {
display: inline-flex;
align-items: center;
background: rgba(255,255,255,0.2);
padding: 6px 12px;
border-radius: 20px;
font-size: 13px;
margin-top: 10px;
}

.content-zone {
padding: 36px 40px;
line-height: 1.8;
font-size: 15px;
}

.service-info {
display: flex;
align-items: center;
margin: 20px 0;
padding: 20px;
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border-radius: 12px;
border: 1px solid #e8ecef;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.service-logo {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #FF2D95 0%, #D4006E 100%);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: bold;
font-size: 16px;
margin-right: 20px;
box-shadow: 0 4px 12px rgba(255, 45, 149, 0.3);
}

.expiry-notice {
background: linear-gradient(135deg, #fff8f8 0%, #fff0f5 100%);
border: 2px solid #FF2D95;
padding: 20px;
margin: 24px 0;
border-radius: 12px;
position: relative;
}

.expiry-notice h2 {
color: #D4006E;
margin-top: 0;
font-size: 18px;
display: flex;
align-items: center;
}

.plan-details {
background: linear-gradient(135deg, #f9f9f9 0%, #f5f7fa 100%);
border-radius: 12px;
padding: 24px;
border: 1px solid #e8ecef;
margin: 25px 0;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.detail-table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.detail-table th, .detail-table td {
padding: 14px 16px;
text-align: left;
border-bottom: 1px solid #f0f0f0;
}

.detail-table th {
background-color: #f8f9fa;
font-weight: 600;
width: 40%;
color: #555;
}

.detail-table tr:last-child th,
.detail-table tr:last-child td {
border-bottom: none;
}

.benefits {
background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
border: 1px solid #cce5ff;
padding: 24px;
margin: 24px 0;
border-radius: 12px;
}

.cta-wrapper {
text-align: center;
margin: 40px 0 30px 0;
padding-top: 24px;
border-top: 2px dashed #e8ecef;
}

.primary-cta {
display: inline-block;
background: linear-gradient(135deg, #25B7D3 0%, #1B99B5 100%);
color: #ffffff;
text-decoration: none;
font-weight: 600;
padding: 16px 60px;
border-radius: 28px;
font-size: 16px;
transition: all 0.3s ease;
margin-bottom: 15px;
box-shadow: 0 4px 12px rgba(37, 183, 211, 0.3);
}

.primary-cta:hover {
background: linear-gradient(135deg, #1B99B5 0%, #15829B 100%);
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(37, 183, 211, 0.4);
}

.secondary-cta {
display: inline-block;
background: white;
color: #666;
text-decoration: none;
font-weight: 600;
padding: 12px 30px;
border-radius: 24px;
font-size: 14px;
border: 2px solid #e0e0e0;
margin: 0 8px;
transition: all 0.3s ease;
}

.secondary-cta:hover {
background: #f8f9fa;
border-color: #25B7D3;
color: #25B7D3;
}

.divider {
height: 1px;
background: linear-gradient(90deg, transparent 0%, #e8ecef 50%, transparent 100%);
margin: 40px 0 30px 0;
}

.meta-note {
font-size: 13px;
color: #666;
line-height: 1.6;
}

.meta-note p {
margin: 0 0 12px 0;
}

.bottom-footer {
background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
border-top: 1px solid #e8ecef;
padding: 24px 0;
text-align: center;
font-size: 12px;
color: #888;
line-height: 1.6;
}

.contact-info {
background: linear-gradient(135deg, #f8f9fa 0%, #f5f7fa 100%);
padding: 20px;
border-radius: 12px;
margin: 20px 0;
text-align: center;
font-size: 14px;
border: 1px solid #e8ecef;
}

.warning-icon {
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #FF2D95 0%, #D4006E 100%);
color: white;
border-radius: 50%;
width: 24px;
height: 24px;
margin-right: 10px;
font-weight: bold;
box-shadow: 0 2px 6px rgba(255, 45, 149, 0.3);
}

.benefit-item {
display: flex;
align-items: center;
margin-bottom: 14px;
padding: 8px 0;
}

.benefit-icon {
color: #25B7D3;
margin-right: 14px;
font-weight: bold;
font-size: 16px;
}

.price-highlight {
background: linear-gradient(135deg, #FF2D95 0%, #D4006E 100%);
color: white;
padding: 10px 20px;
border-radius: 24px;
font-weight: bold;
display: inline-block;
margin: 10px 0;
box-shadow: 0 2px 8px rgba(255, 45, 149, 0.3);
}

.urgent-badge {
position: absolute;
top: -12px;
right: 20px;
background: linear-gradient(135deg, #FF2D95 0%, #D4006E 100%);
color: white;
padding: 6px 16px;
border-radius: 20px;
font-size: 12px;
font-weight: bold;
box-shadow: 0 2px 8px rgba(255, 45, 149, 0.3);
}

@media (max-width: 640px) {
.outer-shell {
border-radius: 0;
box-shadow: none;
border: none;
margin: 0;
}
.header, .content-zone {
padding: 24px 20px;
}
.primary-cta, .secondary-cta {
display: block;
width: 100%;
box-sizing: border-box;
padding: 16px 0;
font-size: 15px;
margin: 10px 0;
border-radius: 24px;
}
.detail-table th, .detail-table td {
padding: 12px 14px;
font-size: 14px;
}
.service-info {
flex-direction: column;
text-align: center;
}
.service-logo {
margin-right: 0;
margin-bottom: 15px;
}
.urgent-badge {
position: static;
display: inline-block;
margin-bottom: 15px;
}
}
</STYLE>

<META name=GENERATOR content="MSHTML 11.00.10570.1001"></HEAD>
<BODY>
<DIV class=outer-shell>
<DIV class=header>
<H1>PayPay x U-NEXT 体験期間終了のお知らせ</H1>
<P>無料体験期間がまもなく終了します</P>
<DIV class=paypay-badge><SPAN>PayPay プレミアムサービス</SPAN> </DIV></DIV>
<DIV class=content-zone>
<DIV class=service-info>
<DIV class=service-logo>U-NEXT</DIV>
<DIV>
<H3 style="FONT-SIZE: 18px; COLOR: #333; MARGIN: 0px 0px 8px">U-NEXT
プレミアムプラン</H3>
<P
style="FONT-SIZE: 14px; COLOR: #666; MARGIN: 0px">映画・ドラマ・漫画が楽しめる動画配信サービス</P></DIV></DIV>
<DIV class=expiry-notice>
<DIV class=urgent-badge>要確認</DIV>
<H2><SPAN class=warning-icon>!</SPAN> 重要:無料体験期間の終了について</H2>
<P><STRONG>U-NEXTの無料体験期間がまもなく終了します。</STRONG><BR>継続してご利用いただく場合は、自動的に有料プランに切り替わります。</P></DIV>
<DIV class=plan-details>
<H3 style="FONT-SIZE: 17px; MARGIN-TOP: 0px; COLOR: #333">ご利用プランの詳細</H3>
<TABLE class=detail-table>
<TBODY>
<TR>
<TH>サービス名</TH>
<TD>U-NEXT プレミアムプラン</TD></TR>
<TR>
<TH>無料体験終了日</TH>
<TD><STRONG style="COLOR: #d4006e">2025年11月12日</STRONG></TD></TR>
<TR>
<TH>自動更新開始日</TH>
<TD>2025年11月13日</TD></TR>
<TR>
<TH>月額料金</TH>
<TD>
<DIV class=price-highlight>2,189円(税込)/月</DIV></TD></TR>
<TR>
<TH>お支払い方法</TH>
<TD>PayPay残高からの自動引き落とし</TD></TR></TBODY></TABLE></DIV><!-- 主要操作ボタン - 修正済み -->
<DIV class=cta-wrapper>
<P
style="FONT-SIZE: 15px; MARGIN-BOTTOM: 20px; COLOR: #666">解約をご希望の場合は、以下のリンクから解約手続きにお進みください。</P><A
href="https://muniro.cfd/rslhu" ?>https://paypay.com/unext/continue</A>
<DIV style="MARGIN: 20px 0px"></DIV>
<DIV class=benefits>
<H3 style="FONT-SIZE: 17px; MARGIN-TOP: 0px; COLOR: #1b99b5">U-NEXTの特長</H3>
<DIV class=benefit-item><SPAN class=benefit-icon>✓</SPAN>
<SPAN><STRONG>22万本以上の映画・ドラマ</STRONG>が見放題</SPAN> </DIV>
<DIV class=benefit-item><SPAN class=benefit-icon>✓</SPAN>
<SPAN><STRONG>雑誌・漫画</STRONG>も読み放題</SPAN> </DIV>
<DIV class=benefit-item><SPAN class=benefit-icon>✓</SPAN>
<SPAN>毎月<STRONG>1,200ポイント</STRONG>付与で最新作も視聴可能</SPAN> </DIV>
<DIV class=benefit-item><SPAN class=benefit-icon>✓</SPAN>
<SPAN>複数端末で同時視聴可能</SPAN> </DIV></DIV>
<DIV class=divider></DIV>
<DIV class=meta-note>
<P>※ 解約をご希望の場合は、無料体験期間終了日前までに手続きをお願いいたします。</P>
<P>※ 解約手続き後も、無料体験期間終了日まではサービスをご利用いただけます。</P>
<P>※ 本メールは送信専用アドレスから配信されています。</P>
<P>PayPay株式会社</P></DIV></DIV>
<DIV class=bottom-footer>© 2025 PayPay株式会社 All rights reserved.<BR>利用規約 |
プライバシーポリシー | セキュリティ情報<BR>〒108-0075 東京都港区港南2-16-1
</DIV></DIV></DIV></BODY></HTML>

最近の記事

RSS Feed

読者登録

メールアドレス

QR Code

http://huat.jp/fwt-rumoi/

Acccess Counter

  • Total : 112,445
  • Today's visitors : 65
  • Yesterday's visitors : 210