/*
File: /reiwa-global/style.css
—————————————–*/
/*
Theme Name: Reiwa Global
Theme URI: https://example.com/
Author: Reiwa Global Inc.
Description: ヨット世界一周の公式サイト用の軽量テーマ。ターコイズ基調。ギャラリー自動スライド・YouTube埋め込み対応。
Version: 1.0.0
Text Domain: reiwa-global
*/
:root{
–brand: #14b8a6; /* teal-500 */
–brand-50:#f0fdfa; –brand-100:#ccfbf1; –brand-700:#0f766e; –ink:#111827; –muted:#6b7280;
}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,”Noto Sans JP”,sans-serif;color:var(–ink);}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
.btn{display:inline-flex;align-items:center;gap:8px;background:var(–brand);color:#fff;border:none;border-radius:10px;padding:10px 14px;text-decoration:none}
.btn-outline{background:#fff;color:var(–brand);border:1px solid var(–brand)}
.header{position:sticky;top:0;z-index:50;background:#fffcc;backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid #e5e7eb}
.nav a{margin:0 12px;color:#374151;text-decoration:none}
.hero{position:relative;color:#fff;background-size:cover;background-position:center}
.hero::before{content:””;position:absolute;inset:0;background:rgba(0,0,0,.4)}
.hero-inner{position:relative;padding:80px 0}
.badge{letter-spacing:.2em;text-transform:uppercase;color:#99f6e4;font-size:12px}
.grid{display:grid;gap:24px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.card .p{padding:16px}
.section{padding:64px 0}
.section.alt{background:var(–brand-50)}
/* 16:9 responsive box */
.aspect{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.12)}
.aspect > *{position:absolute;inset:0;width:100%;height:100%}
/* gallery */
.gallery{position:relative}
.gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s}
.gallery img.active{opacity:1}
.footer{border-top:1px solid #e5e7eb;padding:32px 0;color:#6b7280;font-size:12px}
@media (max-width:900px){.grid-2,.grid-3{grid-template-columns:1fr}}
/*
File: /reiwa-global/functions.php
—————————————–*/
‘メインナビゲーション’,
]);
}
add_action(‘after_setup_theme’,’reiwa_setup’);
function reiwa_assets(){
wp_enqueue_style(‘reiwa-style’, get_stylesheet_uri(), [], ‘1.0.0’);
// フロント用JS(ギャラリー/YouTubeフォールバック)
wp_enqueue_script(‘reiwa-front’, get_template_directory_uri().’/js/front.js’, [], ‘1.0.0’, true);
}
add_action(‘wp_enqueue_scripts’,’reiwa_assets’);
?>
/*
File: /reiwa-global/header.php
—————————————–*/
<html >
<meta charset="” />
<body >
/*
File: /reiwa-global/footer.php
—————————————–*/
/*
File: /reiwa-global/js/front.js
—————————————–*/
(function(){
// ギャラリー自動スライド
const box = document.querySelector(‘[data-gallery]’);
if(box){
const imgs = box.querySelectorAll(‘img’);
let i = 0; if(imgs[0]) imgs[0].classList.add(‘active’);
setInterval(()=>{
imgs.forEach(el=>el.classList.remove(‘active’));
i = (i+1) % imgs.length;
if(imgs[i]) imgs[i].classList.add(‘active’);
}, 4000);
}
})();
/*
File: /reiwa-global/front-page.php
—————————————–*/
<section class="hero" style="background-image:url('’)”>
Sailing the world on Lagoon 46
株式会社レイワ・グローバル
「ヨットで世界一周」をテーマに、映像・ドローン・ブログを軸とした海洋メディア事業を展開。実体ある航海から生まれる体験を世界へ。
会社概要
会社名
株式会社レイワ・グローバル
所在地
山口県宇部市東岐波129-3
設立日
2025年11月4日
資本金
100万円
決算期
10月末
事業領域
映像制作/ドローン空撮/ブログ運営/投資運用
強み
- Lagoon 46 での世界一周という 実体ある航海
- 飲食業34年の経営ノウハウ(財務・人材・ブランド)
- 夫婦による 現場即応 と継続運営
保有ヨット
Feeling 1350
外洋航海に適したクルージング艇。寄港地での取材・ドキュメント撮影に活用。
Lagoon 46(世界一周中)
長期航海の母艦。撮影拠点・編集環境・ドローン運用を統合したモバイルスタジオ。
事業内容
YouTube / 映像
海洋文化・寄港地・船上生活を4Kで配信。公式チャンネル @ReiwaGlobal。広告・スポンサー・ライセンスで収益化。
ブログ・メディア
航海記録、設備レビュー、整備ノウハウ、寄港地ガイドを体系化して発信。
ドローン(自社発信)
法令遵守を前提に空撮を実施。将来は受託案件にも段階的に対応予定。
航海計画(概略)
2025年
カリブ海北上→フロリダ。航海日誌と装備レビューを中心に定期投稿。
2026年
大西洋横断→地中海。コラボ、スポンサー提携、シリーズ企画を展開。
2027年
ライセンス販売・オンライン講座・講演等、事業の多角化と安定化。
ギャラリー
<img src="” alt=”gallery1″/>
<img src="” alt=”gallery2″/>
<img src="” alt=”gallery3″/>
<img src="” alt=”gallery4″/>
<img src="” alt=”gallery5″/>
<img src="” alt=”gallery6″/>
<img src="” alt=”gallery7″/>
<img src="” alt=”gallery8″/>
<img src="” alt=”gallery9″/>
<img src="” alt=”gallery10″/>
※ 4秒ごとに自動で切り替わります。