- TOP
- >
-
特集
FEATURE
特集
-
2025.05.16
【店舗受取返却限定】:6月は 白い鏡胴フェア! 6/1〜
-
2025.03.01
【店舗受取返却限定】:Lマウントボディ全品30%OFF! 5/1〜5/31
-
2025.01.04
フォトブックで写真を残そう!クーポン利用で20%OFF!
-
2025.05.20
毎月19日はMAP DAY!!
/* スタイルをスコープ化するために、すべてのセレクタに #mapday-isolated-container を追加 */
#mapday-isolated-container .mapday-summer-module {
font-family: 'Noto Sans JP', sans-serif;
color: #2c3e50;
line-height: 1.6;
width: 100%;
background-color: #f9fdff;
position: relative;
overflow: hidden;
min-height: 100vh;
}
#mapday-isolated-container .bubbles {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
#mapday-isolated-container .mapday-summer-module * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* 気泡アニメーション */
#mapday-isolated-container .bubble {
position: fixed;
bottom: -100px;
width: 40px;
height: 40px;
background: rgba(127, 219, 255, 0.2);
border-radius: 50%;
opacity: 0.8;
animation: mapday-rise 15s infinite ease-in;
z-index: 0;
pointer-events: none;
}
#mapday-isolated-container .bubble:nth-child(1) {
left: 5%;
width: 40px;
height: 40px;
animation-duration: 15s;
animation-delay: 0s;
}
#mapday-isolated-container .bubble:nth-child(2) {
width: 20px;
height: 20px;
left: 10%;
animation-duration: 12s;
animation-delay: 2s;
}
#mapday-isolated-container .bubble:nth-child(3) {
width: 35px;
height: 35px;
left: 20%;
animation-duration: 17s;
animation-delay: 3.5s;
}
#mapday-isolated-container .bubble:nth-child(4) {
width: 28px;
height: 28px;
left: 30%;
animation-duration: 11s;
animation-delay: 1s;
}
#mapday-isolated-container .bubble:nth-child(5) {
width: 45px;
height: 45px;
left: 40%;
animation-duration: 14s;
animation-delay: 5s;
}
#mapday-isolated-container .bubble:nth-child(6) {
width: 15px;
height: 15px;
left: 60%;
animation-duration: 10s;
animation-delay: 0.5s;
}
#mapday-isolated-container .bubble:nth-child(7) {
width: 32px;
height: 32px;
left: 70%;
animation-duration: 16s;
animation-delay: 4s;
}
#mapday-isolated-container .bubble:nth-child(8) {
width: 25px;
height: 25px;
left: 80%;
animation-duration: 13s;
animation-delay: 2.5s;
}
#mapday-isolated-container .bubble:nth-child(9) {
width: 18px;
height: 18px;
left: 90%;
animation-duration: 9s;
animation-delay: 1.5s;
}
/* アニメーション名をユニークにしてスコープ化 */
@keyframes mapday-rise {
0% {
bottom: -100px;
transform: translateX(0);
opacity: 0.8;
}
50% {
transform: translateX(20px);
opacity: 0.6;
}
75% {
transform: translateX(-20px);
opacity: 0.4;
}
100% {
bottom: 100vh;
transform: translateX(0);
opacity: 0;
}
}
#mapday-isolated-container .mapday-summer-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
z-index: 0;
}
/* 波紋背景 */
#mapday-isolated-container .mapday-summer-wave {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(240, 249, 255, 0.8));
z-index: 0;
overflow: hidden;
}
#mapday-isolated-container .mapday-summer-wave::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 200%;
background: radial-gradient(circle at center, rgba(173, 216, 230, 0.2) 0%, rgba(173, 216, 230, 0) 70%);
animation: mapday-wave 8s infinite linear;
}
/* アニメーション名をユニークにしてスコープ化 */
@keyframes mapday-wave {
0% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-25%) scale(1.2);
}
100% {
transform: translateY(-50%) scale(1);
}
}
/* メインコンテンツセクション */
#mapday-isolated-container .mapday-summer-main {
padding: 100px 0;
position: relative;
z-index: 0;
background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(224, 242, 255, 0.8) 100%);
box-shadow: 0 5px 15px rgba(0, 60, 120, 0.05);
border-radius: 10px;
margin-top: 20px;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
#mapday-isolated-container .mapday-summer-content {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 40px;
}
#mapday-isolated-container .mapday-summer-text {
flex: 1;
min-width: 300px;
padding: 0 40px;
}
#mapday-isolated-container .mapday-summer-text h2 {
font-size: 2.8rem;
margin-bottom: 30px;
font-weight: 700;
color: #1e88e5;
text-shadow: 0 2px 10px rgba(30, 136, 229, 0.15);
position: relative;
display: inline-block;
}
#mapday-isolated-container .mapday-summer-text h2::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(to right, #4fc3f7, #29b6f6, #03a9f4, #039be5);
border-radius: 3px;
}
#mapday-isolated-container .mapday-summer-text p {
font-size: 1.1rem;
line-height: 1.8;
margin-bottom: 20px;
color: #37474f;
}
#mapday-isolated-container .mapday-summer-text p:last-child {
font-size: 0.95rem;
color: #546e7a;
}
#mapday-isolated-container .mapday-summer-image {
flex: 1;
min-width: 300px;
display: flex;
justify-content: center;
filter: drop-shadow(0 10px 20px rgba(0, 131, 143, 0.15));
transition: transform 0.5s ease;
}
#mapday-isolated-container .mapday-summer-image:hover {
transform: translateY(-10px);
}
#mapday-isolated-container .mapday-summer-image img {
max-width: 85%;
height: auto;
border-radius: 10px;
transition: all 0.3s ease;
}
/* 説明セクション */
#mapday-isolated-container .mapday-summer-about {
padding: 100px 0;
position: relative;
z-index: 0;
background: rgba(255, 255, 255, 0.8);
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 60, 120, 0.05);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
#mapday-isolated-container .mapday-summer-section-title {
text-align: center;
margin-bottom: 60px;
position: relative;
}
#mapday-isolated-container .mapday-summer-section-title h2 {
font-size: 2.5rem;
margin-bottom: 15px;
font-weight: 700;
color: #0288d1;
display: inline-block;
position: relative;
}
#mapday-isolated-container .mapday-summer-section-title h2::before,
#mapday-isolated-container .mapday-summer-section-title h2::after {
content: '';
position: absolute;
height: 2px;
bottom: -10px;
background: linear-gradient(to right, transparent, #4fc3f7, transparent);
}
#mapday-isolated-container .mapday-summer-section-title h2::before {
width: 80%;
left: 10%;
}
#mapday-isolated-container .mapday-summer-section-title h2::after {
width: 40%;
left: 30%;
bottom: -16px;
}
#mapday-isolated-container .mapday-summer-about-content {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 50px;
}
#mapday-isolated-container .mapday-summer-about-text {
flex: 1;
min-width: 300px;
}
#mapday-isolated-container .mapday-summer-about-text p {
font-size: 1.1rem;
margin-bottom: 20px;
color: #37474f;
line-height: 1.8;
}
#mapday-isolated-container .mapday-summer-about-image {
flex: 1;
min-width: 300px;
text-align: center;
transform: translateY(0);
transition: transform 0.5s ease;
}
#mapday-isolated-container .mapday-summer-about-image:hover {
transform: translateY(-10px);
}
#mapday-isolated-container .mapday-summer-about-image img {
width: 70%;
max-width: 350px;
border-radius: 7%;
box-shadow: 0 15px 35px rgba(9, 132, 227, 0.15);
transition: all 0.3s ease;
}
/* CTA Section */
#mapday-isolated-container .mapday-summer-cta {
padding: 100px 0;
position: relative;
z-index: 0;
background: linear-gradient(to right, #4fc3f7, #03a9f4);
text-align: center;
border-radius: 10px;
margin: 40px 0;
box-shadow: 0 15px 35px rgba(3, 169, 244, 0.2);
}
#mapday-isolated-container .mapday-summer-cta h2 {
font-size: 2.8rem;
margin-bottom: 30px;
font-weight: 700;
color: white;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#mapday-isolated-container .mapday-summer-cta p {
font-size: 1.2rem;
max-width: 700px;
margin: 0 auto 40px;
color: white;
}
#mapday-isolated-container .mapday-summer-btn {
display: inline-block;
padding: 15px 40px;
background-color: white;
color: #0288d1;
text-decoration: none;
font-size: 1.1rem;
font-weight: 600;
border-radius: 50px;
letter-spacing: 1px;
transition: all 0.4s ease;
text-transform: uppercase;
box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}
#mapday-isolated-container .mapday-summer-btn:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(255, 255, 255, 0.5);
background-color: #e3f2fd;
}
/* パララックス効果 */
#mapday-isolated-container .parallax-element {
transform: translateY(0);
transition: transform 0.5s ease;
}
#mapday-isolated-container .nowrap {
white-space: nowrap;
}
/* スマホ対応の強化 */
@media (max-width: 768px) {
#mapday-isolated-container .mapday-summer-text,
#mapday-isolated-container .mapday-summer-about-text {
padding: 0 20px;
text-align: center;
margin-bottom: 40px;
width: 100%;
}
#mapday-isolated-container .mapday-summer-section-title h2 {
font-size: 2rem;
}
#mapday-isolated-container .mapday-summer-main,
#mapday-isolated-container .mapday-summer-about,
#mapday-isolated-container .mapday-summer-cta {
padding: 60px 0;
}
#mapday-isolated-container .mapday-summer-btn {
display: block;
margin: 20px auto;
max-width: 80%;
padding: 12px 25px;
font-size: 1rem;
}
#mapday-isolated-container .mapday-summer-cta h2 {
font-size: 2.2rem;
}
#mapday-isolated-container .mapday-summer-image img {
width: 100%;
}
#mapday-isolated-container .mapday-summer-about-image {
width: 100%;
text-align: center;
margin: 0 auto;
}
#mapday-isolated-container .mapday-summer-about-image img {
width: 60%;
}
#mapday-isolated-container .mapday-summer-section-title {
width: 100%;
text-align: center;
margin-left: 0;
margin-right: 0;
}
#mapday-isolated-container .mapday-summer-about-content {
justify-content: center;
text-align: center;
}
}
/* iPhone SEなどの小さいデバイス向け */
@media (max-width: 375px) {
#mapday-isolated-container .mapday-summer-text h2 {
font-size: 2rem;
}
#mapday-isolated-container .mapday-summer-section-title h2 {
font-size: 1.8rem;
}
#mapday-isolated-container .mapday-summer-about-image img {
width: 80%;
}
}
毎月19日はMAP DAY
毎月19日ご注文分に適用される特別サービスをご提供。お得にMAP RENTALをご利用いただけるチャンスです。
※他のキャンペーンとの併用はできません。※ご注文後、後日ご予約内容変更をされる際は割引対象外となります。あらかじめご了承ください。
MAP DAYとは
MAP RENTALの「MAP」は、"地図"を意味する「マップ」に由来しています。
そのため「地図の日」である4月19日にちなんで、毎月19日を「MAP DAY」として記念日にしました!
カメラの楽しさをもっと日本中へ広めたい!
そんな気持ちを込めて、毎月ちょっとお得なサービスをお届けしています。
次回のMAP DAYをお見逃しなく
毎月19日限定の特別サービス。最新の情報は随時更新しますので要チェックです!
トップページに戻る
-
2025.01.16
マグネットスリム フィルターキット
NDフィルター何にする? 当店オススメキット
キット内のNDフィルターで組み合わせをお試しいただけます。
ムービーキット
【キット内容】
・レンズアダプター
・ND2 ・ND4
・ND8 ・ND16
・専用キャップ
*フィルター径は3サイズ 67mm、77mm、82mm
1,760円 / 1泊2日料金
アドバンストキット
【キット内容】
・レンズアダプター
・サーキュラーPL
・ND16 ・ND64
・専用キャップ
*フィルター径は3サイズ 67mm、77mm、82mm
1,760円 / 1泊2日料金
星景キット
【キット内容】
・スタースケープアダプター
・ホワイトパウダーミスト1/2
・ホワイトパウダーミスト1/4
・専用キャップ ・蓄光シール付属
*フィルター径は3サイズ 67mm、77mm、82mm
1,760円 / 1泊2日料金
マルミのマグネットスリムフィルターとは
マルミのマグネットスリムフィルターは、瞬時に着脱可能なマグネットタイプのフィルターで、
強力な磁力にも関わらず、絶妙な着脱フィーリングを実現。
ねじ込む必要がないので、ななめズレやねじ込み過ぎなどのストレスから解放され、
撥水防汚コーティング加工で汚れもつきにくく、操作性に優れたフィルターです。
マグネットで瞬時に着脱!
磁力の強い永久磁石使用
フィルター径は3サイズ67mm、77mm、82mm
ウルトラスリム設計
利便性を高める撥水コーティング
水辺や雨天時での撮影でも水滴を弾くため、ストレスなくご使用いただけます。
防汚コーティング
指紋汚れが付きづらく、付いても簡単に拭き取れ、傷も付きにくいコーティングです。
スリムでも高強度フレーム
高強度で耐食性に優れたA6063アルミ合金を採用し、スリムなのに強い!
商品一覧はこちらから >
-
2025.01.15
Z6Ⅱのズームレンズセット通常12,320円が8,800円!
-
2025.01.15
私たちはアスリートを応援しています
-
2025.01.15
「レンタルはエコ!」な話
-
2025.01.05
カメラ・機材のメンテナンスと修理はこちらから
-
2025.01.04
LTR:長期レンタルで費用を抑えてカメラをお手元に!