信頼できるグローバルブローカーと提携
IB、アフィリエイト、またはハイブリッドパートナープログラムからお選びいただき、競争力のある報酬を獲得してください。
パートナーになる
.cryptoHeroSection{
width:100%;
margin:0;
}
/* HERO */
.cryptoHeroSection .crypto-hero{
width:100%;
min-height:520px;
background-image:url('https://aximedia.s3.amazonaws.com/rebrand-prod/5rhbggyf/dekstop-hero-4-1.png');
background-size:cover;
background-position:center;
background-repeat:no-repeat;
display:flex;
align-items:center;
position:relative;
overflow:hidden;
}
/* CONTENT */
.cryptoHeroSection .crypto-hero-content{
position:relative;
z-index:2;
max-width:1200px;
margin:0 auto;
width:100%;
/* extra bottom padding so pinned stats won't overlap */
padding:80px 20px 140px;
box-sizing:border-box;
}
/* Desktop text column (not full width) */
@media (min-width: 769px){
.cryptoHeroSection .crypto-hero-content h1,
.cryptoHeroSection .crypto-hero-content .crypto-hero-subtitle,
.cryptoHeroSection .crypto-hero-content .crypto-hero-btn,
.cryptoHeroSection .crypto-hero-content .crypto-trust{
max-width:560px;
}
}
.cryptoHeroSection h1{
font-size:50px;
font-weight:800;
color:#fff;
margin:0 0 16px;
line-height:1.1;
}
.cryptoHeroSection .crypto-hero-subtitle{
font-size:20px;
color:#fff;
margin:0 0 28px;
line-height:1.45;
}
.cryptoHeroSection .crypto-hero-btn{
display:inline-flex;
align-items:center;
justify-content:center;
background:#F3D36A;
color:#000;
font-weight:700;
padding:14px 28px;
border-radius:8px;
text-decoration:none;
margin:0 0 24px;
}
/* TRUSTPILOT */
.crypto-trust{
margin-top:10px;
}
/* Desktop trustpilot size */
.trustpilot-desktop{
width:405px;
height:24px;
display:block;
}
/* Hide mobile version by default */
.trustpilot-mobile{
display:none;
}
/* STATS BAR (desktop pinned) */
.crypto-stats{
position:absolute;
left:0;
bottom:0;
width:100%;
background:rgba(255,255,255,0.60);
display:flex;
justify-content:center;
align-items:center;
gap:40px;
padding:18px 20px;
box-sizing:border-box;
z-index:1;
}
.stat{
text-align:center;
}
.stat h3{
margin:0;
font-size:22px;
font-weight:700;
}
.stat p{
margin:0;
font-size:14px;
}
.divider{
width:24px;
height:24px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/rm2nlz11/vector-3.png");
background-repeat:no-repeat;
background-size:contain;
background-position:center;
flex-shrink:0;
}
/* MOBILE */
@media(max-width:768px){
.cryptoHeroSection .crypto-hero{
min-height:auto;
flex-direction:column;
align-items:stretch;
}
.cryptoHeroSection .crypto-hero-content{
padding:58px 18px 26px;
text-align:center;
}
.cryptoHeroSection h1{
font-size:36px;
}
.cryptoHeroSection .crypto-hero-subtitle{
font-size:16px;
}
/* Trustpilot swap + figma sizes */
.trustpilot-desktop{
display:none;
}
.trustpilot-mobile{
display:block;
width:210px;
height: 54px;
margin:0 auto;
}
/* stats in one row */
.crypto-stats{
position:relative;
left:auto;
bottom:auto;
display:flex;
justify-content:space-between;
align-items:center;
gap:10px;
padding:14px 10px;
}
.stat{
flex:1;
}
.stat h3{
font-size:18px;
}
.stat p{
font-size:12px;
}
.divider{
width:18px;
height:18px;
}
}
パートナーシッププログラムを選択
紹介ブローカー(IB)
紹介クライアントの取引量に基づく収益分配を得て、安定した長期収入を築きましょう。
最大55%の収益分配を獲得
- シグナルプロバイダー
- トレーディング教育者 & メンター
- 地域の金融サービス & コンサルタント
- B2B取引プールプロバイダー
IBになる
Axi アフィリエイト / インフルエンサー
Axiに紹介するクライアントごとに、非常に競争力のある報酬を獲得できます。
紹介1件につき最大$1,200を獲得
- フィンフルエンサー & クリエイター
- コンテンツパブリッシャー & 比較サイト
- パフォーマンスメディアバイヤー
- メール & コミュニティマーケター
アフィリエイトになる
ハイブリッドパートナー
一時報酬と安定した長期収益を組み合わせたモデル。カスタマイズ可能な契約も提供しています。
クライアント1人につき最大$300、さらに各取引で最大40%の収益分配
- 教育ブランド
- 取引ツール開発者
- トレーディングコミュニティ
- リベート & キャッシュバックポータル
ハイブリッドパートナーになる
.partnershipSection {
max-width: 1240px;
margin: 0 auto;
text-align: center;
padding: 70px 15px;
}
.partnershipSection .partnership-title {
font-size: 40px;
font-weight: 500;
margin-bottom: 40px !important;
}
.partnershipSection .partnership-grid-wrapper {
overflow: visible;
}
.partnershipSection .partnership-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 24px;
}
.partnershipSection .partner-card {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 20px;
padding: 24px 16px;
text-align: left;
display: flex;
flex-direction: column;
position: relative;
}
.partnershipSection .partner-card .firstCard{
background-color: #FAF9F8;
padding: 8px 16px;
min-height: 120px;
border-radius: 20px;
margin-bottom: 20px;
}
.partnershipSection .partner-card h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 10px;
color: #1a1a1a;
}
.partnershipSection .partner-card .card-desc {
font-size: 14px;
color: #666;
line-height: 22px;
margin-bottom: 0 !important;
}
.partnershipSection .partner-card .card-earn {
font-size: 15px;
color: #1a1a1a;
margin-bottom: 14px;
}
.partnershipSection .partner-card .card-list {
list-style: none;
padding: 0;
margin: 0 0 24px;
flex: 1;
}
.partnershipSection .partner-card .card-list li {
font-size: 14px;
color: #555;
padding: 4px 0;
padding-left: 24px;
position: relative;
line-height: 22px;
}
.partnershipSection .partner-card .card-list li::before {
content: "";
position: absolute;
left: 0;
top: 6px;
width: 18px;
height: 14px;
background: url('https://aximedia.s3.amazonaws.com/rebrand-prod/rm2nlz11/vector-3.png') no-repeat center / contain;
}
.partnershipSection .partner-card .card-btn {
display: block;
width: 100%;
padding: 14px 0;
background:#F3D36A;
color:#000;
font-weight:700;
border-radius: 6px;
text-decoration: none;
font-size: 16px;
text-align: center;
transition: background 0.2s ease;
}
.partnershipSection .partner-card .card-btn:hover {
background: #f5c840;
}
/* Carousel dots */
.partnershipSection .partnership-dots {
display: none;
justify-content: center;
gap: 8px;
padding-top: 24px;
}
.partnershipSection .partnership-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #ddd;
border: none;
padding: 0;
cursor: pointer;
transition: background 0.2s ease, transform 0.2s ease;
}
.partnershipSection .partnership-dots .dot.active {
background: #FC404D;
transform: scale(1.3);
}
@media (max-width: 768px) {
.partnershipSection {
padding: 30px 0;
}
.partnershipSection .partnership-title {
font-size: 28px;
padding: 0 20px;
margin-bottom: 32px !important;
}
.partnershipSection .partnership-grid-wrapper {
overflow: hidden;
}
.partnershipSection .partnership-grid {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
gap: 16px;
padding: 0 20px;
scrollbar-width: none;
-ms-overflow-style: none;
}
.partnershipSection .partnership-grid::-webkit-scrollbar {
display: none;
}
.partnershipSection .partner-card {
min-width: 280px;
max-width: 300px;
scroll-snap-align: center;
flex-shrink: 0;
}
.partnershipSection .partnership-dots {
display: flex;
}
}
包括的なトレーディングソリューション
Axi Select
Axiの資金で取引、最大100万ドルの資金提供
Axi取引プラットフォーム
モバイルとウェブで利用できるAxi独自の取引プラットフォーム
Axiコピー取引
経験豊富なシグナルプロバイダーの戦略をコピー
MetaTrader 4
CFD取引で世界的に最も人気のあるプラットフォーム
MetaTrader 5
FXを超えて取引できる本格的なマルチアセットプラットフォーム
今すぐ紹介を開始
.tradingSolutionsSection {
max-width: 1240px;
margin: 0 auto;
text-align: center;
padding: 70px 15px;
}
.tradingSolutionsSection .ts-title {
font-size: 40px;
font-weight: 500;
margin-bottom: 40px !important;
}
.tradingSolutionsSection .ts-grid-wrapper {
overflow: visible;
}
.tradingSolutionsSection .ts-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 0;
}
.tradingSolutionsSection .ts-item {
text-align: left;
padding: 16px 20px;
border-left: 1px solid #e0e0e0;
}
.tradingSolutionsSection .ts-item:first-child {
border-left: none;
}
.tradingSolutionsSection .ts-item img {
width: 64px;
height: 64px;
object-fit: contain;
display: block;
margin-bottom: 16px;
border-radius: 12px;
}
.tradingSolutionsSection .ts-item h3 {
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
color: #1a1a1a;
}
.tradingSolutionsSection .ts-item p {
font-size: 14px;
color: #666;
line-height: 22px;
}
.tradingSolutionsSection .ts-btn {
display: inline-block;
padding: 14px 40px;
background:#F3D36A;
color:#000;
font-weight:700;
border-radius: 6px;
text-decoration: none;
font-size: 16px;
margin-top: 48px;
transition: background 0.2s ease;
}
.tradingSolutionsSection .ts-btn:hover {
background: #f5c840;
}
@media (max-width: 768px) {
.tradingSolutionsSection {
padding: 30px 20px;
}
.tradingSolutionsSection .ts-title {
font-size: 28px;
margin-bottom: 32px !important;
}
.tradingSolutionsSection .ts-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0;
}
.tradingSolutionsSection .ts-item {
text-align: center;
border-left: none;
padding: 10px;
}
.tradingSolutionsSection .ts-item h3 {
font-size: 14px;
}
.tradingSolutionsSection .ts-item p {
font-size: 12px;
}
.tradingSolutionsSection .ts-item img {
margin: 0 auto 16px;
}
.tradingSolutionsSection .ts-item:last-child {
grid-column: 1 / -1;
max-width: 200px;
margin: 0 auto;
}
.tradingSolutionsSection .ts-btn {
margin-top: 32px;
}
}
迅速で信頼性の高い支払い
スムーズで透明性のある支払いプロセスで期日通りに報酬を受け取れます。複数の支払い方法から選択でき、収益を簡単に追跡できるため、ビジネスの成長に集中できます。
.paymentsSection {
max-width: 1240px;
margin: 0 auto;
text-align: center;
padding: 70px 15px;
}
.paymentsSection .pay-title {
font-size: 40px;
font-weight: 500;
margin-bottom: 8px !important;
}
.paymentsSection .pay-subtitle {
font-size: 16px;
color: #555;
line-height: 26px;
max-width: 760px;
margin: 0 auto;
padding-bottom: 40px !important;
}
.paymentsSection .pay-grid-wrapper {
overflow: visible;
}
.paymentsSection .pay-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.paymentsSection .pay-card {
background: #FAF9F8;
border: 1px solid #e8e6e3;
border-radius: 12px;
padding: 28px 24px;
text-align: left;
}
.paymentsSection .pay-card .pay-icon {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
}
.paymentsSection .pay-card .pay-icon img {
width: 40px;
height: 40px;
}
.paymentsSection .pay-card h3 {
font-size: 18px;
font-weight: 700;
color: #1a1a1a;
line-height: 26px;
}
/* Carousel dots */
.paymentsSection .pay-dots {
display: none;
justify-content: center;
gap: 8px;
padding-top: 24px;
}
.paymentsSection .pay-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #ddd;
border: none;
padding: 0;
cursor: pointer;
transition: background 0.2s ease, transform 0.2s ease;
}
.paymentsSection .pay-dots .dot.active {
background: #E84B52;
transform: scale(1.3);
}
@media (max-width: 768px) {
.paymentsSection {
padding: 30px 0;
}
.paymentsSection .pay-title {
font-size: 28px;
padding: 0 8px;
}
.paymentsSection .pay-subtitle {
font-size: 16px;
padding: 0 8px 32px !important;
}
.paymentsSection .pay-grid-wrapper {
overflow: hidden;
}
.paymentsSection .pay-grid {
display: flex;
flex-direction: column;
gap: 16px;
padding: 0 20px;
}
.paymentsSection .pay-grid::-webkit-scrollbar {
display: none;
}
.paymentsSection .pay-card {
min-width: 260px;
scroll-snap-align: center;
flex-shrink: 0;
}
.paymentsSection .pay-dots {
display: flex;
}
}
ご利用可能なお支払い方法の完全なリストについては、入金と出金のページをご参照ください。
.paySection {
width: 100%;
padding: 40px 0;
overflow: hidden;
}
.payTrack {
overflow: hidden;
width: 100%;
-webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.payList {
display: flex;
align-items: center;
gap: 60px;
width: max-content;
animation: payScroll 22s linear infinite;
}
.payItem {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.payItem img {
height: 36px;
width: auto;
object-fit: contain;
display: block;
opacity: 0.85;
transition: opacity 0.2s ease;
}
.payItem img:hover {
opacity: 1;
}
.payNote {
text-align: center;
font-size: 16px;
line-height: 1.6;
margin: 40px 20px 0;
color: #1a1a1a;
}
.payNote a {
color: #FC404D;
text-decoration: underline;
}
.payNote a:hover {
color: #FC404D !important;
opacity: 0.8;
}
@keyframes payScroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
@media(max-width: 768px) {
.paySection {
padding: 24px 0;
}
.payItem img {
height: 28px;
}
.payList {
gap: 40px;
animation-duration: 16s;
}
.payNote {
font-size: 14px;
margin-top: 20px;
}
}
高コンバージョンのマーケティング素材
バナー、ランディングページ、リード獲得フォームなどの豊富なマーケティング素材ライブラリを活用できます。ディープリンクや統合ツールにも対応しています。
.marketingHeroSection{
width:100%;
position:relative;
overflow:hidden;
min-height:420px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/2o2bquki/marketing-banner-1.png");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
margin:70px 0;
}
.marketingHeroSection:before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,0.55);
}
.marketingHeroInner{
position:relative;
z-index:2;
min-height:420px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
padding:80px 20px;
color:#fff;
}
.mh-title{
font-size:40px;
font-weight:500;
margin-bottom: 24px !important;
}
.mh-subtitle{
font-size:18px;
max-width:620px;
line-height:1.6;
}
@media (max-width:768px){
.marketingHeroSection{
margin:30px 0;
min-height:540px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/p0mp4ojw/marketing-mobile-banner-1.png");
}
.marketingHeroInner{
min-height:540px;
padding: 60px 25px;
}
.mh-title{
font-size:28px;
}
.mh-subtitle{
font-size:16px;
}
}
トレーダーが優位性を得る場所
1200以上のグローバル市場
FX、金属、指数、ETF、株式
3つの暗号資産取引オプション
MT4/5でのCFD取引およびAxi取引プラットフォームでの現物取引と無期限先物
コピー取引および資金提供トレーダープログラム(Axi Select)
あらゆる経験レベルのトレーダー向けのオプション
狭いスプレッドと高速約定
中央値レイテンシー 29ms
週7日24時間の多言語サポート
いつでもサポートを提供
.tradersEdgeOuter{
width:100%;
padding: 70px 0;
}
.tradersEdgeSection{
width:1250px;
max-width:calc(100% - 40px);
margin:0 auto;
padding:56px 29px 41px 68px;
background:#faf8f6;
border:1px solid #C6BAAF;
border-radius:20px;
position:relative;
overflow:hidden;
box-sizing:border-box;
}
.tradersEdgeSection:after{
content:"";
position:absolute;
right:0;
bottom:0;
width:600px;
height:370px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/hicfxijb/frame-2147231472.png");
background-repeat:no-repeat;
background-size:contain;
background-position:right bottom;
opacity:1;
pointer-events:none;
z-index:0;
}
.edge-title,
.edge-grid{
position:relative;
z-index:2;
}
.edge-title{
text-align:center;
font-size:40px;
font-weight:600;
margin:0 0 40px !important;
}
/* GRID */
.edge-grid{
display:grid;
grid-template-columns:1fr 440px;
gap: 56px;
align-items:stretch;
}
/* LEFT */
.edge-left{
display:flex;
flex-direction:column;
gap:18px;
}
/* CARDS */
.edge-card{
display:flex;
align-items:flex-start;
gap:16px;
background:#f1eeeb;
border:1px solid #e4dfda;
border-radius:12px;
padding: 14px 17px;
}
.edge-icon{
width:42px;
height:42px;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}
.edge-icon img{
width: 40px;
height: 40px;
}
/* TEXT */
.edge-text h3{
font-size:18px;
margin:0 0 4px;
font-weight:700;
color:#1a1a1a;
}
.edge-text p{
font-size:16px;
color:#666;
margin:0;
}
.edge-right{
display: flex;
justify-content: center;
align-items: flex-end;
margin-bottom: -55px;
}
.edge-right img{
width:260px;
height:600px;
object-fit:contain;
display:block;
}
@media (max-width:768px){
.tradersEdgeOuter{
padding: 30px 0;
}
.tradersEdgeSection{
width:100%;
max-width:calc(100% - 28px);
padding:50px 20px;
border-radius:20px;
}
.edge-title{
font-size:28px;
margin-bottom: 32px !important;
}
.edge-grid{
grid-template-columns:1fr;
gap:26px;
}
.edge-right{
display:none;
}
.edge-card{
flex-direction: column;
}
.edge-text h3{
font-size:16px;
}
.edge-text p{
font-size:14px;
}
}
.formSection .enquiry-form.slantbg-beige{
background-color: #fcfbfa !important;
}
(min-width: 992px) {
.formSection .vertical-form form .captcha-field, [class*=div-form] form .captcha-field {
margin-top: 0 !important;
}
}
@media (min-width: 768px) {
.formSection .vertical-form form .captcha-field, [class*=div-form] form .captcha-field {
margin-top: 0 !important;
}
}
.gallerySection{
width:100%;
padding:40px 0;
overflow:hidden;
}
.galleryTrack{
overflow-x:auto;
overflow-y:hidden;
width:100%;
scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;
scrollbar-width:none;
cursor:grab;
}
.galleryTrack::-webkit-scrollbar{
display:none;
}
.galleryTrack:active{
cursor:grabbing;
}
.galleryList{
display:flex;
gap:22px;
padding:10px 40px;
box-sizing:border-box;
width:max-content;
}
.galleryItem{
flex:0 0 auto;
width:370px;
height:260px;
border-radius:20px;
overflow:hidden;
scroll-snap-align:center;
}
.galleryItem img{
width:100%;
height:100%;
object-fit:cover;
display:block;
border-radius:20px;
}
.galleryDots{
display:flex;
justify-content:center;
gap:8px;
margin-top:18px;
}
.galleryDot{
width:10px;
height:10px;
border-radius:50%;
background:#D9D9D9;
border:none;
padding:0;
cursor:pointer;
}
.galleryDot.is-active{
background:#FC404D;
}
@media(max-width:768px){
.gallerySection{
padding:30px 0;
}
.galleryList{
gap:14px;
padding:10px 18px;
}
.galleryItem{
width:300px;
height:220px;
border-radius:18px;
}
.galleryItem img{
border-radius:18px;
}
}