{"title":"Olu. Maison Bloom -Secret Movie-","description":"\u003c!-- wb01 add start --\u003e\n\u003cstyle\u003e\n \/* デフォルトのスタイル *\/\n.pc {\n  display: none;\n}\n\n.sp {\n  display: block;\n}\n\n\/* メディアクエリ *\/\n@media screen and (min-width: 768px) {\n  .pc {\n    display: block; \/* デスクトップ画面では.pcを表示 *\/\n  }\n    \n  .sp {\n    display: none; \/* デスクトップ画面では.spを非表示 *\/\n  }\n}\n\u003c\/style\u003e\n\u003c!-- wb01 add end --\u003e\n\n\u003c!-- PCここから --\u003e\n\u003csection class=\"pc\" style=\"background-color: #d0e1e4;\"\u003e\n \u003cstyle\u003e\n\n  .p-section {\n   margin-bottom: 10px;\n  }\n  .p-section h2 {\n   margin-bottom: 1em;\n  }\n  \n     .text_e_pc{\n            font-family: \"the-seasons\", sans-serif;\n            font-weight: 300;\n            font-style: italic;\n            font-size: 3vw;\n            color: #A13B2D;\n            text-align: center;\n        }\n     \n     \n \u003c\/style\u003e\n    \n    \u003cscript\u003e\n        $(function () {\n    \/\/ ウィンドウをスクロールしたら…\n    $(window).scroll(function () {\n        \/\/ ウィンドウの高さを取得\n        const wHeight = $(window).height();\n        \/\/ スクロールした量を取得\n        const wScroll = $(window).scrollTop();\n            \/\/ それぞれのblockクラスに対して…\n            $(\".fadeInUp\").each(function () {\n                \/\/ それぞれのblockクラスのウィンドウからの高さを取得\n                const bPosition = $(this).offset().top;\n                \/\/ スクロールした量が要素の高さを上回ったら\n                \/\/ その数値にウィンドウの高さを引き、最後に200pxを足す\n            if (wScroll \u003e bPosition - wHeight + 230) {\n                $(this).addClass(\"fadeIn\");\n            }\n        });\n    });\n});\n    \u003c\/script\u003e\n\n     \n    \u003cdiv class=\"loading\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0750\/1941\/9958\/files\/maisonbloom_logo.png\" class=\"loading__logo\"\u003e\n    \u003c\/div\u003e\n    \n    \u003cvideo style=\"width: 70vw; padding: 100px 0; margin: 0 auto; position: relative; z-index: 1;\" tabindex=\"-1\" muted autoplay=\"\" loop=\"\" playsinline=\"\"\u003e\n\t\t\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/66bb972f882b4adebf02469992422d1f.mp4\"\u003e\u003c\/video\u003e\n    \n    \n    \u003cdiv style=\"padding: 20px 0 100px;\"\u003e\n\t\t\u003cp class=\"text\" style=\"font-size: 14px; line-height: 2.1; color: #222;\"\u003e\n           Maison Bloomで過ごす時間を、そっと記憶に残るひとときに。\u003cbr\u003e\n            限られた時間枠でのご案内だからこそ、\u003cbr\u003e\n            コレクションと静かに向き合い、流れる時間までも楽しんでいただきたい。\u003cbr\u003e\n            そんな想いから、今回は予約制にて\u003cbr\u003e\n            ゆったりと商品をご覧いただける空間をご用意しました。\u003cbr\u003e\u003cbr\u003e\n\n            2026 Spring \/ Summerのはじまりを、\u003cbr\u003e\n            花が咲く瞬間のように、ぜひご一緒に迎えられたら嬉しいです。\n\t\t\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \n    \n\u003c\/section\u003e\n\n\n\u003c!-- PCここまで --\u003e\n\n\u003c!-- SPここから --\u003e\n\n\u003csection class=\"sp\" style=\"background-color: #d0e1e4;\"\u003e\n    \u003cstyle\u003e\n        \n        .title_sp{\n            font-family: \"futura-pt\", sans-serif;\n            font-weight: 400;\n            font-style: normal;\n        }\n        .text {\n            text-align: center;\n            font-family: \"Sawarabi Gothic\", sans-serif;\n            font-weight: 400;\n        }\n        .text_e_sp{\n            font-family: \"the-seasons\", sans-serif;\n            font-weight: 300;\n            font-style: normal;\n            color: #fff;\n            text-align: center;\n        }\n        .text_e_sp_2{\n            font-family: \"the-seasons\", sans-serif;\n            font-weight: 300;\n            font-style: normal;\n            font-size: 19px;\n            color: #000;\n            text-align: center;\n        }\n        \n        .text_sp_2{\n            font-family: \"Sawarabi Gothic\", sans-serif;\n            font-weight: 400;\n            font-style: normal;\n            font-size: 14px;\n            color: #000;\n            text-align: center;\n        }\n        \n        .text_e_sp_3{\n            font-family: \"the-seasons\", sans-serif;\n            font-weight: 300;\n            font-style: normal;\n            font-size: 10px;\n            color: #000;\n            text-align: center;\n        }\n        \n       \n        \n\n       html { \n         scroll-behavior: smooth;\n     } \n        \n    .loading\n        {\n            position:fixed;\n            top:0;\n            left:0;\n            width:100vw;\n            height:100vh;\n            z-index:10;\n            background-color:#d0e1e4;\n            display:flex;\n            align-items:center;\n            justify-content:center;\n            animation:fadeOut 1.7s 2s forwards;\n            text-align:center\n        }\n        \n        @keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}\n        \n        .loading__logo\n        {\n            opacity:0;\n            animation:logo_fade 1.5s 0.7s forwards;\n            width:230px;\n        }\n        \n        @keyframes logo_fade{0%{opacity:0;transform:translateY(20px)}60%{opacity:1;transform:translateY(0)}to{opacity:0}}\n        \n    \u003c\/style\u003e\n    \n    \n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Castoro+Titling\u0026amp;family=Sawarabi+Gothic\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \n    \u003cdiv class=\"loading\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0750\/1941\/9958\/files\/maisonbloom_logo.png\" class=\"loading__logo\"\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"padding: 0 0 100px;\"\u003e\n\t\n        \u003cvideo style=\"width: width: 100%;; margin: 0 auto ; position: relative; z-index: 1;\" tabindex=\"-1\" muted autoplay=\"\" loop=\"\" playsinline=\"\"\u003e\n\t\t\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/66bb972f882b4adebf02469992422d1f.mp4\"\u003e\u003c\/video\u003e\n        \n        \n\t\u003cdiv style=\"margin: 60px 0 0;\"\u003e\n\t\t\u003cp class=\"text fadeInUp\" style=\"font-size: 13px; line-height: 2.1; color: #222;\"\u003e\n\t\t\tMaison Bloomで過ごす時間を、\u003cbr\u003e\n            そっと記憶に残るひとときに。\u003cbr\u003e\u003cbr\u003e\n            \n            限られた時間枠でのご案内だからこそ、\u003cbr\u003e\n            コレクションと静かに向き合い\u003cbr\u003e\n            流れる時間までも楽しんでいただきたい。\u003cbr\u003e\n            そんな想いから、今回は予約制にて\u003cbr\u003e\n            ゆったりと商品をご覧いただける空間をご用意しました。\u003cbr\u003e\u003cbr\u003e\n\n            2026 Spring \/ Summerのはじまりを、\u003cbr\u003e\n            花が咲く瞬間のように、\u003cbr\u003e\n            ぜひご一緒に迎えられたら嬉しいです。\n\t\t\u003c\/p\u003e\n        \n\t\u003c\/div\u003e\n        \n    \n    \u003c\/div\u003e\n    \n\u003c\/section\u003e\n\n\u003c!-- SPここまで --\u003e\n","products":[],"url":"https:\/\/olu.co.jp\/collections\/olu-maison-bloom-secret-movie.oembed","provider":"Olu.","version":"1.0","type":"link"}