【Amazon】スマイルSALEポイントアップキャンペーン
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML lang=ja><HEAD><TITLE>スマイル SALE | ポイント還元キャンペーン</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 Kaku Gothic Pro', 'Meiryo', sans-serif;
}
body {
background-color: #fff9fb;
color: #333;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
.container {
background-color: white;
border-radius: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
overflow: hidden;
margin-bottom: 30px;
}
.header {
background: linear-gradient(135deg, #ff7bac 0%, #ff4081 100%);
color: white;
text-align: center;
padding: 25px 20px;
position: relative;
}
.header h1 {
font-size: 2.8rem;
margin-bottom: 10px;
font-weight: 700;
letter-spacing: 2px;
}
.header .subtitle {
font-size: 1.2rem;
margin-bottom: 20px;
opacity: 0.9;
}
.period {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 10px;
padding: 12px;
display: inline-block;
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 15px;
}
.to-top-page {
display: inline-block;
background-color: white;
color: #ff4081;
text-decoration: none;
padding: 8px 20px;
border-radius: 30px;
font-weight: bold;
margin-top: 10px;
transition: all 0.3s;
}
.to-top-page:hover {
background-color: #ffeaf1;
transform: translateY(-3px);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.divider {
height: 1px;
background-color: #eee;
margin: 0 20px;
}
.content {
padding: 30px;
}
.section {
margin-bottom: 40px;
}
.section-title {
color: #ff4081;
font-size: 1.8rem;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #ffeaf1;
position: relative;
}
.section-title:after {
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 80px;
height: 2px;
background-color: #ff4081;
}
.section-subtitle {
color: #ff4081;
font-size: 1.5rem;
margin-bottom: 15px;
}
.time-period {
background-color: #f8f8f8;
border-left: 4px solid #ff4081;
padding: 15px;
margin-bottom: 20px;
border-radius: 0 8px 8px 0;
}
.note {
font-size: 0.9rem;
color: #666;
margin: 10px 0;
line-height: 1.5;
}
.link-button {
display: inline-block;
background-color: #ff4081;
color: white;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
margin: 15px 0;
font-weight: bold;
transition: all 0.3s;
}
.link-button:hover {
background-color: #e91e63;
transform: translateY(-3px);
box-shadow: 0 5px 10px rgba(233, 30, 99, 0.3);
}
.steps {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-top: 20px;
}
.step {
flex: 1;
min-width: 250px;
background-color: #fff5f8;
border-radius: 10px;
padding: 20px;
border-top: 4px solid #ff4081;
}
.step-number {
display: inline-block;
background-color: #ff4081;
color: white;
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
line-height: 30px;
margin-right: 10px;
font-weight: bold;
}
.step-title {
font-size: 1.2rem;
margin-bottom: 10px;
color: #d81b60;
}
.join-section {
background-color: #f0f8ff;
border-radius: 10px;
padding: 25px;
text-align: center;
margin: 30px 0;
border: 2px dashed #4fc3f7;
}
.warning {
background-color: #fff8e1;
border-left: 4px solid #ffb300;
padding: 15px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.cta-section {
text-align: center;
padding: 30px;
background: linear-gradient(135deg, #ffecf1 0%, #ffe4ec 100%);
border-radius: 15px;
margin-top: 40px;
}
.cta-title {
font-size: 2rem;
color: #ff4081;
margin-bottom: 20px;
}
.cta-button {
display: inline-block;
background: linear-gradient(135deg, #ff4081 0%, #ff7bac 100%);
color: white;
text-decoration: none;
padding: 15px 40px;
border-radius: 30px;
font-size: 1.3rem;
font-weight: bold;
margin: 20px 0;
box-shadow: 0 5px 15px rgba(255, 64, 129, 0.3);
transition: all 0.3s;
}
.cta-button:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(255, 64, 129, 0.4);
}
.footer-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 30px;
margin-top: 40px;
}
.footer-link {
color: #ff4081;
text-decoration: none;
font-weight: bold;
display: flex;
align-items: center;
transition: all 0.3s;
}
.footer-link:hover {
color: #e91e63;
transform: translateY(-3px);
}
.footer-link i {
margin-right: 8px;
font-size: 1.2rem;
}
@media (max-width: 768px) {
.header h1 {
font-size: 2.2rem;
}
.steps {
flex-direction: column;
}
.step {
min-width: 100%;
}
.footer-links {
flex-direction: column;
align-items: center;
gap: 15px;
}
}
.heart {
color: #ff4081;
margin-left: 5px;
}
.amazon-point {
text-align: center;
margin-top: 20px;
font-weight: bold;
color: #ff9900;
}
</STYLE>
<META name=GENERATOR content="MSHTML 11.00.10570.1001"></HEAD>
<BODY>
<DIV class=container>
<DIV class=header>
<H1>スマイル SALE</H1>
<DIV class=period>1/27(火) 9:00 - 2/2(月) 23:59</DIV><adn wzx="ndzcmtwbk"></adn>
<P class=subtitle>ポイント還元キャンペーン実施中</P></DIV><gxlbtwk iru="rnksaxeffw"></gxlbtwk>
<DIV class=content>
<DIV class=section>
<H2 class=section-title>スマイルSALE</H2>
<H3 class=section-subtitle>ポイント還元キャンペーン</H3>
<DIV class=time-period><STRONG>キャンペーン期間:</STRONG> 1月27日(火) 09:00 ? 2月2日(月) 23:59
</DIV><gkq mafouyicm="qkcuqi"></gkq>
<P class=note>※適用条件などの詳細はキャンペーン細則をご確認ください。</P>
<P
class=note>※期間限定ポイント、有効期限などの詳細はキャンペーン細則をご確認ください。お客様によって適用されるポイント還元の内容が異なる場合があります。</P><A
class=link-button
href="https://www.amlorx.cfd/amldpiamlorxMopamlorxt78377">キャンペーン詳細はこちら</A>
</DIV><ddubui ghoo="ziqse"></ddubui>
<DIV class=divider></DIV><qscxlxq aqixdiatrn="bzphpbdh"></qscxlxq>
<DIV class=section>
<H2 class=section-title>参加の方法</H2>
<DIV class=steps>
<DIV class=step>
<DIV><SPAN class=step-number>1</SPAN> <SPAN class=step-title>キャンペーンに参加</SPAN>
</DIV><lcmwnsa koyyyigcbw="cukbwcsguu"></lcmwnsa>
<P><STRONG>期間:</STRONG> 2026年1月20日(火) 12:00 ? 2026年2月3日(月) 23:59</P>
<P>「参加する」ボタンをクリックしてキャンペーンにエントリー</P></DIV><afsxui qsqfoybkgn="golrkz"></afsxui>
<DIV class=step>
<hyt cxrupohpn="njwndn"></hyt><DIV><SPAN class=step-number>2</SPAN> <SPAN class=step-title>最低購入金額を達成</SPAN>
</DIV><fhkf gisthbqqkr="vpfssms"></fhkf>
<P><STRONG>期間:</STRONG> 2026年1月27日(火) 09:00 ? 2026年2月3日(月) 23:59</P>
<P>キャンペーンルールに基づいたポイント還元率でポイントを付与</P></DIV><rhwg fwdcxzlqx="rxdaokbgbu"></rhwg>
<DIV class=step>
<DIV><SPAN class=step-number>3</SPAN> <SPAN class=step-title>ポイント付与</SPAN>
</DIV>
<P>キャンペーン終了後40日以内にポイントを付与、マイページでご確認いただけます</P></DIV><zae beewttxfv="kugibdf"></zae></DIV></DIV>
<DIV class=join-section>
<H3 class=section-subtitle>キャンペーンに参加する</H3>
<DIV class=warning>
<P>※ 期間限定ポイント、有効期限などの詳細は必ずログインの上、キャンペーン細則をご確認ください</P>
<P>※ ポイント還元率の詳細はログイン後にご確認ください</P></DIV></DIV></DIV></DIV></BODY></HTML>