<!DOCTYPE html>
<html lang=”ja”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>遷移ボタンページ</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center; /* テキストを中央揃え */
}
.button-container {
margin-top: 10vh; /* ボタンを垂直方向に画面の中央に配置 */
}
.custom-button {
background-color: #4CAF50 !important; /* 緑色の背景 */
color: white !important; /* 白い文字 */
padding: 20px 40px; /* ボタンのパディング */
font-size: 24px; /* テキストサイズ */
border: none; /* ボーダーなし */
border-radius: 10px; /* 角丸 */
cursor: pointer; /* カーソルをポインターに変更 */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* ボックスシャドウ */
}
/* Media Query for Mobile Devices */
@media only screen and (max-width: 600px) {
.button-container {
margin-top: 50vh; /* Center the button vertically */
}
}
</style>
</head>
<body>
<!– テキスト –>
<p style=”text-align:center”>
<span style=”color:#e74c3c”><strong><span style=”font-size:20px”>↓ここから見れます!↓</span></strong></span>
</p>
<!– ボタン –>
<div class=”button-container”>
<button class=”custom-button” onclick=”window.location.href=’https://fantia.jp/products/855286?utm_source=LINE&utm_medium=1&utm_campaign=1’;”>プレゼント受け取りはここから!</button>
</div>
</body>
</html>
