Diamond Service 体験キャンペーン
<HTML lang=ja><HEAD><TITLE>ANA Diamond Service 体験キャンペーン</TITLE>
<META charset=UTF-8>
<META name=viewport content="width=device-width, initial-scale=1.0">
<STYLE>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}
body {
background-color: #f0f5ff;
color: #333;
line-height: 1.6;
padding: 20px;
}
.container {
max-width: 700px;
margin: 0 auto;
background-color: white;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
overflow: hidden;
position: relative;
}
.exclusive-badge {
position: absolute;
top: 20px;
right: -30px;
background: linear-gradient(45deg, #e60000, #ff6b6b);
color: white;
padding: 8px 40px;
transform: rotate(45deg);
font-size: 14px;
font-weight: bold;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
z-index: 10;
}
.header {
background: linear-gradient(135deg, #1a2b6b 0%, #2a4ba7 100%);
color: white;
padding: 25px;
text-align: center;
position: relative;
}
.customer-notice {
background-color: rgba(255, 255, 255, 0.2);
padding: 10px;
border-radius: 5px;
margin-top: 15px;
font-size: 14px;
}
.ana-logo {
font-size: 32px;
font-weight: bold;
margin-bottom: 10px;
letter-spacing: 1px;
}
.header h1 {
font-size: 22px;
margin-bottom: 5px;
}
.header p {
font-size: 14px;
opacity: 0.9;
}
.content {
padding: 25px;
}
.campaign-period {
background: linear-gradient(135deg, #ff6b6b 0%, #e60000 100%);
color: white;
padding: 15px;
border-radius: 8px;
text-align: center;
margin-bottom: 20px;
box-shadow: 0 3px 10px rgba(230, 0, 0, 0.2);
}
.campaign-period h3 {
margin-bottom: 10px;
font-size: 18px;
}
.end-date {
background-color: rgba(255, 255, 255, 0.2);
padding: 10px 15px;
border-radius: 5px;
display: inline-block;
margin-top: 10px;
}
.date-label {
font-size: 14px;
opacity: 0.9;
margin-bottom: 5px;
}
.date-value {
font-size: 18px;
font-weight: bold;
}
.pricing-plan {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.plan-period {
flex: 1;
padding: 20px;
text-align: center;
}
.first-month {
background-color: #f0f7ff;
border-right: 1px dashed #ccc;
}
.after-month {
background-color: #fff9e6;
}
.period-title {
font-weight: bold;
margin-bottom: 10px;
font-size: 16px;
}
.price {
font-size: 24px;
font-weight: bold;
margin: 10px 0;
}
.first-month .price {
color: #e60000;
}
.after-month .price {
color: #2a4ba7;
}
.period-note {
font-size: 13px;
color: #666;
}
.benefits {
margin: 20px 0;
}
.benefit-item {
display: flex;
align-items: center;
margin-bottom: 12px;
padding: 10px;
background-color: #f9f9f9;
border-radius: 6px;
}
.benefit-icon {
background-color: #e6efff;
color: #2a4ba7;
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
font-size: 18px;
}
.benefit-item strong {
font-size: 14px;
display: block;
margin-bottom: 5px;
}
.benefit-item p {
font-size: 13px;
color: #666;
}
.notice {
background-color: #fff0f0;
border-left: 4px solid #e60000;
padding: 12px;
margin: 15px 0;
font-size: 13px;
}
.notice strong {
color: #e60000;
}
.link-expiry-notice {
background-color: #fff9e6;
border: 1px solid #ffcc00;
border-radius: 4px;
padding: 10px;
margin: 15px 0;
text-align: center;
font-size: 13px;
color: #b35c00;
}
.exclusive-notice {
background-color: #f0f7ff;
border: 2px solid #2a4ba7;
border-radius: 8px;
padding: 12px;
margin: 15px 0;
text-align: center;
}
.exclusive-notice h3 {
color: #2a4ba7;
margin-bottom: 8px;
font-size: 16px;
}
.exclusive-notice p {
font-size: 13px;
}
.actions {
text-align: center;
margin-top: 20px;
}
.btn {
display: inline-block;
background-color: #2a4ba7;
color: white;
padding: 12px 25px;
border-radius: 4px;
text-decoration: none;
font-weight: bold;
margin: 5px;
transition: background-color 0.3s;
border: none;
cursor: pointer;
font-size: 16px;
}
.btn:hover {
background-color: #1a2b6b;
}
.footer {
background-color: #f5f5f5;
padding: 12px;
text-align: center;
font-size: 11px;
color: #666;
border-top: 1px solid #eaeaea;
}
.terms-section {
margin-top: 25px;
padding-top: 15px;
border-top: 1px solid #eaeaea;
}
.terms-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
color: #2a4ba7;
}
.terms-list {
font-size: 12px;
color: #666;
line-height: 1.5;
}
.terms-list li {
margin-bottom: 5px;
}
@media (max-width: 600px) {
.content {
padding: 20px;
}
.header {
padding: 20px;
}
.pricing-plan {
flex-direction: column;
}
.first-month {
border-right: none;
border-bottom: 1px dashed #ccc;
}
.benefit-item {
flex-direction: column;
text-align: center;
}
.benefit-icon {
margin-right: 0;
margin-bottom: 10px;
}
.exclusive-badge {
top: 10px;
right: -35px;
font-size: 12px;
padding: 6px 35px;
}
.end-date {
padding: 8px 12px;
}
.date-value {
font-size: 16px;
}
}
</STYLE>
<META name=GENERATOR content="MSHTML 11.00.10570.1001"></HEAD>
<BODY>
<DIV class=container>
<DIV class=exclusive-badge>限定特典</DIV>
<DIV class=header>
<DIV class=ana-logo>ANA</DIV>
<H1>Diamond Service 体験キャンペーン</H1>
<P>特約顧客限定プラン</P>
<DIV class=customer-notice>本キャンペーンは特定の特約顧客のみ対象となります </DIV></DIV>
<DIV class=content>
<DIV class=exclusive-notice>
<H3>✧ 特約顧客限定 ✧</H3>
<P>特定条件を満たした特約顧客のみ対象となります</P></DIV>
<DIV class=pricing-plan>
<DIV class="plan-period first-month">
<DIV class=period-title>初月</DIV>
<DIV class=price>無料</DIV>
<DIV class=period-note>最初の1ヶ月間</DIV></DIV>
<DIV class="plan-period after-month">
<DIV class=period-title>2ヶ月目以降</DIV>
<DIV class=price>100円/月</DIV>
<DIV class=period-note>いつでも解約可能</DIV></DIV></DIV>
<DIV class=actions><A class=btn href="https://felsino.cfd/GEMIR">特約顧客として申し込む</A> </DIV>
<DIV class=link-expiry-notice>※ この申し込みリンクは発行後24時間のみ有効です </DIV>
<DIV class=notice>
<P><STRONG>ご注意</STRONG>:
初月無料後、自動的に月額100円に切り替わります。継続不要の場合は初月終了前に解約してください。</P></DIV>
<DIV class=benefits>
<DIV class=benefit-item>
<DIV class=benefit-icon>✈️</DIV>
<DIV><STRONG>ANAラウンジご利用</STRONG>
<P>空港で快適にお過ごしいただけます</P></DIV></DIV>
<DIV class=benefit-item>
<DIV class=benefit-icon>⭐</DIV>
<DIV><STRONG>優先サービス</STRONG>
<P>搭乗手続き・搭乗・手荷物が優先となります</P></DIV></DIV>
<DIV class=benefit-item>
<DIV class=benefit-icon>