@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;600&display=swap');*,*::before,*::after{padding:0;box-sizing:border-box;margin:0}body{font-family:"Noto Sans JP","Lucida Sans","Lucida Sans Unicode",Geneva,Verdana,sans-serif;font-weight:400;color:#000000;background:#fefefe;line-height:1.8}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}img{height:auto;max-width:100%;display:block}button{cursor:pointer;background:none;font-family:inherit;border:none}.page_wrap{width:100%;overflow-x:hidden}.page_code_wrap{position:relative}.nav_section{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(254,254,254,.92);backdrop-filter:blur(12px);transition:all .3s ease}.nav_section.scrolled{box-shadow:0 1px 8px rgba(0,0,0,.06);background:rgba(254,254,254,.98)}.nav_container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:80px}.nav_logo_link{display:flex;align-items:center}.nav_logo_image{height:60px;min-height:60px;max-height:114px;width:auto}.nav-menu1{display:flex;align-items:center}.nav_links_wrapper1{display:flex;align-items:center;gap:36px}.nav_link{font-size:14px;font-weight:500;letter-spacing:.04em;color:#000000;transition:color .25s ease;position:relative;padding:6px 0}.nav_link::after{left:0;height:1.5px;bottom:0;background:#8b7355;width:0;transition:width .3s ease;content:"";position:absolute}.nav_link:hover::after,.nav_link.active::after{width:100%}.nav_link:hover{color:#8b7355}.nav_link_cta{background:#242328;color:#fefefe;padding:10px 28px;border-radius:40px;font-size:13px;letter-spacing:.06em}.nav_link_cta::after{display:none}.nav_link_cta:hover{background:#8b7355;color:#fff}.nav_burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;z-index:1100}.burger_line{-moz-border-radius:2px;display:block;width:24px;height:2px;background:#000000;-webkit-border-radius:2px;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav_burger.open .burger_line:nth-child(1){transform:translateY(7px)rotate(45deg)}.nav_burger.open .burger_line:nth-child(2){opacity:0}.nav_burger.open .burger_line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(254,254,254,.97);z-index:1050;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .35s ease}.mobile_overlay.visible{opacity:1;pointer-events:auto}.mobile_menu{display:flex;flex-direction:column;align-items:center;gap:32px}.mobile_nav_link{font-family:"Noto Serif JP",serif;font-size:22px;font-weight:400;color:#000000;letter-spacing:.06em;transition:color .25s ease}.mobile_nav_link:hover,.mobile_nav_link.active{color:#8b7355}.video-background-section{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero_bg_wrap{position:absolute;top:0;left:0;width:100%;height:100%}.hero_bg_image{width:100%;height:100%;object-fit:cover;object-position:center 20%}.hero_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.18)0%,rgba(0,0,0,.48)100%)}.hero_content{position:relative;z-index:2;text-align:center;max-width:720px;padding:0px 24px}.hero_eyebrow{font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.8);margin-bottom:20px}.hero-heading{font-family:"Noto Serif JP",serif;font-size:56px;font-weight:700;color:#fff;line-height:130%;margin-bottom:24px}.hero-heading em{font-style:italic;color:#EDF296}.hero_sub{font-size:15px;font-weight:300;color:rgba(255,255,255,.85);line-height:1.9;margin-bottom:40px}.hero_cta{display:inline-block;background:#fefefe;color:#242328;padding:14px 42px;border-radius:40px;font-size:14px;font-weight:500;letter-spacing:.06em;transition:background .3s ease,transform .2s ease}.hero_cta:hover{background:#EDF296;transform:translateY(-2px)}.hero-down-arrow-push-center{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:3;color:rgba(255,255,255,.6);font-size:28px;animation:bounce-arrow 2s infinite}@keyframes bounce-arrow{0%,100%{transform:translateX(-50%)translateY(0)}50%{transform:translateX(-50%)translateY(8px)}}.email-capture-band{background:#f6f1eb;padding:72px 40px;text-align:center}.email_capture_container{max-width:640px;margin:0 auto}.serif_display_heading{font-size:28px;line-height:1.5;color:#000000;font-weight:700;margin-bottom:12px;font-family:"Noto Serif JP",serif}.email_capture_sub{font-size:15px;color:rgb(89,89,89);margin-bottom:32px;line-height:1.8}.email_form_wrap{margin:0 auto 16px;display:flex;max-width:480px;gap:0px}.email_input{box-sizing:border-box;border-radius:40px 0 0 40px;padding-left:20px;padding-right:0px;padding-top:0px;padding-bottom:0px;height:50px;text-align:left;color:#000000;font-family:"Noto Sans JP","Lucida Sans",Geneva,Verdana,sans-serif;font-size:14px;font-weight:400;letter-spacing:0px;background-color:#FFFFFF;border:1px solid rgba(0,0,0,.12);flex:1;outline:none}.email_input:focus{border-color:#8b7355}.email_submit_btn{display:flex;align-items:center;justify-content:center;background:#242328;color:#ffffff;padding:0 28px;height:50px;border-radius:0 40px 40px 0;font-size:13px;font-weight:500;letter-spacing:.06em;transition:background .3s ease;white-space:nowrap}.email_submit_btn:hover{background:#8b7355}.email_legal_note{font-size:11px;color:rgb(89,89,89);line-height:normal}.section_eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#8b7355;margin-bottom:14px}.eyebrow_light{color:rgba(255,255,255,.7)}.section_heading{font-family:"Noto Serif JP",serif;font-size:36px;font-weight:700;line-height:1.45;color:#000000;margin-bottom:20px}.heading_light{color:#fefefe}.u-heading{}.intro_bio_section{padding:120px 40px;background:#fefefe}.intro_container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:80px}.intro_text_col{flex:1}.intro_image_col{flex:0 0 420px}.intro_portrait{width:100%;border-radius:4px;aspect-ratio:3/4;object-fit:cover}.intro_paragraph{font-size:15px;color:rgb(89,89,89);line-height:2;margin-bottom:16px}.intro_ghost_btn{display:inline-flex;align-items:center;margin-top:16px}.u-button-content{font-size:13px;font-weight:500;letter-spacing:.06em;border:1.5px solid #242328;border-radius:40px;padding:12px 32px;transition:background .3s ease,color .3s ease}.u-button-content:hover{background:#242328;color:#fff}.alternating_content_section{margin:0 auto;padding:0 40px 100px;max-width:1280px}.feature_card{display:flex;align-items:stretch;border-radius:6px;overflow:hidden;margin-bottom:48px}.feature_panel_beige{background:#f6f1eb}.feature_panel_dark{background:#242328}.feature_image_wrap{flex:0 0 50%}.feature_image{width:100%;height:100%;object-fit:cover;min-height:400px}.feature_text_wrap{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 56px}.courses_grid_paragraph{font-size:15px;color:rgb(89,89,89);line-height:2;margin-bottom:32px}.desc_light{color:rgba(255,255,255,.7)}.pill_btn{display:inline-block;border:1.5px solid #242328;color:#242328;padding:12px 32px;border-radius:40px;font-size:13px;font-weight:500;letter-spacing:.06em;transition:background .3s ease,color .3s ease;align-self:flex-start}.pill_btn:hover{background:#242328;color:#fff}.btn_light{border-color:rgba(255,255,255,.5);color:#fefefe}.btn_light:hover{background:#fefefe;color:#242328}.consultation_section{height:auto;min-height:auto;padding:140px 40px;text-align:center}.consultation_bg_wrap{position:absolute;top:0;left:0;width:100%;height:100%}.consultation_bg{width:100%;height:100%;object-fit:cover}.consultation_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(36,35,40,.72)}.consultation_content{position:relative;z-index:2;max-width:640px;margin:0 auto}.consultation_desc{font-size:15px;color:rgba(255,255,255,.75);line-height:2;margin-bottom:40px}.consultation_cta{display:inline-block;background:#EDF296;color:#242328;padding:15px 44px;border-radius:40px;font-size:14px;font-weight:500;letter-spacing:.04em;transition:background .3s ease,transform .2s ease}.consultation_cta:hover{background:#fff;transform:translateY(-2px)}.workshop_section{padding:120px 40px;background:#fefefe}.workshop_container{max-width:1200px;margin:0 auto}.workshop_text{max-width:640px;margin-bottom:60px}.w-layout-grid.workshop_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.workshop_card{background:#f6f1eb;padding:48px 36px;border-radius:6px;transition:transform .3s ease;display:flex;flex-direction:column}.workshop_card:hover{transform:translateY(-4px)}.workshop_icon{color:#8b7355;font-size:32px;margin-bottom:20px;display:block}.workshop_card_title{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:700;margin-bottom:12px;color:#000000}.semi-small-paragraph{font-size:14px;color:rgb(89,89,89);line-height:1.9;margin-bottom:24px;flex-grow:1}.workshop_btn{align-self:flex-start;margin-top:auto;font-size:12px;padding:10px 24px}.scene_section{padding:120px 40px;background:#fefefe}.scene_split{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:80px}.scene_image_wrap{flex:0 0 55%}.scene_img{width:100%;border-radius:4px;aspect-ratio:16/10;object-fit:cover}.scene_text_wrap{-ms-flex:1;flex:1}.atmosphere_mosaic{padding:0}.bfd-grid-columns.atmosphere_grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:0}.atmosphere_item{overflow:hidden}.atmosphere_item_tall{grid-row:span 2}.atmosphere_img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.atmosphere_item:hover .atmosphere_img{transform:scale(1.04)}.cta_band{padding:100px 40px;background:#242328;text-align:center}.cta_band_inner{max-width:640px;margin:0 auto}.cta_band_heading{font-weight:700;font-family:"Noto Serif JP",serif;color:#fefefe;line-height:1.5;margin-bottom:18px;font-size:32px}.cta_band_text{font-size:15px;color:rgba(255,255,255,.65);line-height:2;margin-bottom:40px}.cta_band_btn{display:inline-block;background:#EDF296;color:#242328;padding:15px 44px;border-radius:40px;font-size:14px;font-weight:500;letter-spacing:.04em;transition:background .3s ease,transform .2s ease}.cta_band_btn:hover{background:#fefefe;transform:translateY(-2px)}.terrace_section{min-height:auto;padding:140px 40px;text-align:center;height:auto}.terrace_bg_wrap{position:absolute;top:0;left:0;width:100%;height:100%}.terrace_bg_img{height:100%;object-fit:cover;width:100%}.terrace_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.terrace_content{position:relative;z-index:2;max-width:640px;margin:0 auto}.terrace_heading{font-family:"Noto Serif JP",serif;font-size:32px;font-weight:700;color:#fefefe;margin-bottom:18px;line-height:1.5}.terrace_desc{font-size:15px;color:rgba(255,255,255,.75);line-height:2;margin-bottom:40px}.footer_section{background:#242328;color:#fefefe;padding:80px 40px 0}.footer_vflex{}.footer_top{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.1)}.footer_logo{max-height:146px;width:auto;filter:brightness(0)invert(1);margin-bottom:24px}.footer_address{font-size:13px;color:rgba(255,255,255,.5);line-height:1.8}.footer_col_title{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:20px}.footer_list{display:flex;flex-direction:column;gap:12px}.footer_link{font-size:14px;color:rgba(255,255,255,.7);transition:color .25s ease}.footer_link:hover{color:#EDF296}.w-layout-hflex.footer_legal_layout{max-width:1200px;margin:0 auto;padding:28px 40px;display:flex;align-items:center;justify-content:space-between}.footer_copy{font-size:12px;color:rgba(255,255,255,.35);letter-spacing:.04em}.footer_legal_links{display:flex;gap:24px}.u-footer-link{font-size:12px;color:rgba(255,255,255,.35);transition:color .25s ease}.u-footer-link:hover{color:#EDF296}.feature_card,.workshop_card,.intro_container,.scene_split,.cta_band_inner,.consultation_content,.terrace_content{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.feature_card.revealed,.workshop_card.revealed,.intro_container.revealed,.scene_split.revealed,.cta_band_inner.revealed,.consultation_content.revealed,.terrace_content.revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.feature_card,.workshop_card,.intro_container,.scene_split,.cta_band_inner,.consultation_content,.terrace_content{opacity:1;transform:none;transition:none}.hero-down-arrow-push-center{animation:none}.atmosphere_img{transition:none}}@media screen and(max-width:1024px){.intro_container{flex-direction:column;gap:48px}.intro_image_col{flex:0 0 auto;width:100%;max-width:480px}.feature_card{flex-direction:column}.feature_panel_dark{flex-direction:column-reverse}.feature_image{min-height:300px}.feature_text_wrap{padding:48px 36px}.scene_split{flex-direction:column;gap:48px}.scene_image_wrap{flex:0 0 auto;width:100%}.footer_top{grid-template-columns:1fr 1fr;gap:40px}.w-layout-grid.workshop_grid{grid-template-columns:1fr 1fr}}@media screen and(max-width:768px){.nav_links_wrapper1{display:none}.nav_burger{display:flex}.nav_container{padding:0 24px;height:68px}.hero-heading{font-size:38px}.hero_sub{font-size:14px}.intro_bio_section{padding:80px 24px}.alternating_content_section{padding:0 24px 60px}.section_heading{font-size:28px}.consultation_section{padding:100px 24px}.workshop_section{padding:80px 24px}.w-layout-grid.workshop_grid{grid-template-columns:1fr}.bfd-grid-columns.atmosphere_grid{grid-template-columns:1fr 1fr}.atmosphere_item_tall{grid-row:span 1}.cta_band{padding:80px 24px}.cta_band_heading{font-size:26px}.scene_section{padding:80px 24px}.terrace_section{padding:100px 24px}.footer_section{padding:60px 24px 0}.footer_top{grid-template-columns:1fr}.email-capture-band{padding:60px 24px}.email_form_wrap{flex-direction:column;gap:12px}.email_input{border-radius:40px;width:100%}.email_submit_btn{border-radius:40px;width:100%;justify-content:center}.w-layout-hflex.footer_legal_layout{flex-direction:column;gap:16px;text-align:center;padding:28px 24px}}@media screen and(max-width:480px){.video-background-section{min-height:500px}.hero-heading{font-size:30px}.hero_cta{padding:12px 32px;font-size:13px}.feature_text_wrap{padding:36px 24px}.section_heading{font-size:24px}.consultation_cta,.cta_band_btn{padding:13px 32px;font-size:13px}.bfd-grid-columns.atmosphere_grid{grid-template-columns:1fr}.nav_logo_image{height:48px;min-height:48px}.serif_display_heading{font-size:22px}}@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;600&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:"Noto Sans JP","Lucida Sans","Lucida Sans Unicode",Geneva,Verdana,sans-serif;font-weight:400;color:#000000;background:#fefefe;line-height:1.8}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}img{display:block;height:auto;max-width:100%}button{border:none;background:none;cursor:pointer;font-family:inherit}.page_wrap{width:100%;overflow-x:hidden}.page_code_wrap{position:relative}.nav_section{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(254,254,254,.92);backdrop-filter:blur(12px);transition:all .3s ease}.nav_section.scrolled{box-shadow:0 1px 8px rgba(0,0,0,.06);background:rgba(254,254,254,.98)}.nav_container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:80px}.nav_logo_link{display:flex;align-items:center}.nav_logo_image{height:60px;min-height:60px;max-height:114px;width:auto}.nav-menu1{display:flex;align-items:center}.nav_links_wrapper1{display:flex;align-items:center;gap:36px}.nav_link{font-size:14px;font-weight:500;letter-spacing:.04em;color:#000000;transition:color .25s ease;position:relative;padding:6px 0}.nav_link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:#8b7355;transition:width .3s ease}.nav_link:hover::after,.nav_link.active::after{width:100%}.nav_link:hover{color:#8b7355}.nav_link_cta{background:#242328;color:#fefefe;padding:10px 28px;border-radius:40px;font-size:13px;letter-spacing:.06em}.nav_link_cta::after{display:none}.nav_link_cta:hover{background:#8b7355;color:#fff}.nav_burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;z-index:1100}.burger_line{-moz-transition:transform .3s ease,opacity .3s ease;border-radius:2px;-o-transition:transform .3s ease,opacity .3s ease;display:block;transition:transform .3s ease,opacity .3s ease;-webkit-transition:transform .3s ease,opacity .3s ease;background:#000000;width:24px;height:2px}.nav_burger.open .burger_line:nth-child(1){transform:translateY(7px)rotate(45deg)}.nav_burger.open .burger_line:nth-child(2){opacity:0}.nav_burger.open .burger_line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(254,254,254,.97);z-index:1050;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .35s ease}.mobile_overlay.visible{opacity:1;pointer-events:auto}.mobile_menu{display:flex;flex-direction:column;align-items:center;gap:32px}.mobile_nav_link{font-family:"Noto Serif JP",serif;font-size:22px;font-weight:400;color:#000000;letter-spacing:.06em;transition:color .25s ease}.mobile_nav_link:hover,.mobile_nav_link.active{color:#8b7355}.video-background-section{display:flex;overflow:hidden;min-height:600px;align-items:center;height:100vh;position:relative;justify-content:center}.hero_bg_wrap{position:absolute;top:0;left:0;width:100%;height:100%}.hero_bg_image{width:100%;height:100%;object-fit:cover;object-position:center 20%}.hero_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.18)0%,rgba(0,0,0,.48)100%)}.hero_content{position:relative;z-index:2;text-align:center;max-width:720px;padding:0px 24px}.hero_eyebrow{font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.8);margin-bottom:20px}.hero-heading{font-family:"Noto Serif JP",serif;font-size:56px;font-weight:700;color:#fff;line-height:130%;margin-bottom:24px}.hero-heading em{font-style:italic;color:#EDF296}.hero_sub{font-size:15px;font-weight:300;color:rgba(255,255,255,.85);line-height:1.9;margin-bottom:40px}.hero_cta{display:inline-block;-webkit-border-radius:40px;background:#fefefe;color:#242328;padding:14px 42px;-webkit-transition:background .3s ease,transform .2s ease;border-radius:40px;-moz-transition:background .3s ease,transform .2s ease;font-size:14px;font-weight:500;letter-spacing:.06em;transition:background .3s ease,transform .2s ease}.hero_cta:hover{background:#EDF296;transform:translateY(-2px)}.hero-down-arrow-push-center{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:3;color:rgba(255,255,255,.6);font-size:28px;animation:bounce-arrow 2s infinite}@keyframes bounce-arrow{0%,100%{transform:translateX(-50%)translateY(0)}50%{transform:translateX(-50%)translateY(8px)}}.email-capture-band{padding:72px 40px;background:#f6f1eb;text-align:center}.email_capture_container{max-width:640px;margin:0 auto}.serif_display_heading{font-family:"Noto Serif JP",serif;font-size:28px;font-weight:700;color:#000000;margin-bottom:12px;line-height:1.5}.email_capture_sub{font-size:15px;color:rgb(89,89,89);margin-bottom:32px;line-height:1.8}.email_form_wrap{display:flex;gap:0px;max-width:480px;margin:0 auto 16px}.email_input{box-sizing:border-box;border-radius:40px 0 0 40px;padding-left:20px;padding-right:0px;padding-top:0px;padding-bottom:0px;height:50px;text-align:left;color:#000000;font-family:"Noto Sans JP","Lucida Sans",Geneva,Verdana,sans-serif;font-size:14px;font-weight:400;letter-spacing:0px;background-color:#FFFFFF;border:1px solid rgba(0,0,0,.12);flex:1;outline:none}.email_input:focus{border-color:#8b7355}.email_submit_btn{display:flex;align-items:center;justify-content:center;-webkit-border-radius:0 40px 40px 0;background:#242328;color:#ffffff;padding:0 28px;height:50px;-o-transition:background .3s ease;border-radius:0 40px 40px 0;font-size:13px;font-weight:500;letter-spacing:.06em;transition:background .3s ease;white-space:nowrap}.email_submit_btn:hover{background:#8b7355}.email_legal_note{font-size:11px;color:rgb(89,89,89);line-height:normal}.section_eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#8b7355;margin-bottom:14px}.eyebrow_light{color:rgba(255,255,255,.7)}.section_heading{font-family:"Noto Serif JP",serif;font-size:36px;font-weight:700;line-height:1.45;color:#000000;margin-bottom:20px}.heading_light{color:#fefefe}.u-heading{}.intro_bio_section{padding:120px 40px;background:#fefefe}.intro_container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:80px}.intro_text_col{flex:1}.intro_image_col{flex:0 0 420px}.intro_portrait{width:100%;border-radius:4px;aspect-ratio:3/4;object-fit:cover}.intro_paragraph{font-size:15px;color:rgb(89,89,89);line-height:2;margin-bottom:16px}.intro_ghost_btn{display:inline-flex;align-items:center;margin-top:16px}.u-button-content{font-size:13px;font-weight:500;letter-spacing:.06em;border:1.5px solid #242328;-o-transition:background .3s ease,color .3s ease;border-radius:40px;-moz-border-radius:40px;-webkit-border-radius:40px;padding:12px 32px;-moz-transition:background .3s ease,color .3s ease;transition:background .3s ease,color .3s ease}.u-button-content:hover{background:#242328;color:#fff}.alternating_content_section{max-width:1280px;margin:0 auto;padding:0 40px 100px}.feature_card{display:flex;-webkit-border-radius:6px;align-items:stretch;-moz-border-radius:6px;border-radius:6px;overflow:hidden;margin-bottom:48px}.feature_panel_beige{background:#f6f1eb}.feature_panel_dark{background:#242328}.feature_image_wrap{flex:0 0 50%}.feature_image{width:100%;height:100%;object-fit:cover;min-height:400px}.feature_text_wrap{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 56px}.courses_grid_paragraph{font-size:15px;color:rgb(89,89,89);line-height:2;margin-bottom:32px}.desc_light{color:rgba(255,255,255,.7)}.pill_btn{display:inline-block;border:1.5px solid #242328;color:#242328;padding:12px 32px;border-radius:40px;font-size:13px;font-weight:500;letter-spacing:.06em;transition:background .3s ease,color .3s ease;align-self:flex-start}.pill_btn:hover{background:#242328;color:#fff}.btn_light{border-color:rgba(255,255,255,.5);color:#fefefe}.btn_light:hover{background:#fefefe;color:#242328}.consultation_section{height:auto;min-height:auto;padding:140px 40px;text-align:center}.consultation_bg_wrap{position:absolute;top:0;left:0;width:100%;height:100%}.consultation_bg{width:100%;height:100%;object-fit:cover}.consultation_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(36,35,40,.72)}.consultation_content{position:relative;z-index:2;max-width:640px;margin:0 auto}.consultation_desc{font-size:15px;color:rgba(255,255,255,.75);line-height:2;margin-bottom:40px}.consultation_cta{display:inline-block;-webkit-transition:background .3s ease,transform .2s ease;background:#EDF296;color:#242328;padding:15px 44px;border-radius:40px;font-size:14px;-moz-transition:background .3s ease,transform .2s ease;font-weight:500;letter-spacing:.04em;transition:background .3s ease,transform .2s ease}.consultation_cta:hover{background:#fff;transform:translateY(-2px)}.workshop_section{padding:120px 40px;background:#fefefe}.workshop_container{max-width:1200px;margin:0 auto}.workshop_text{max-width:640px;margin-bottom:60px}.w-layout-grid.workshop_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.workshop_card{background:#f6f1eb;padding:48px 36px;border-radius:6px;transition:transform .3s ease;display:flex;flex-direction:column}.workshop_card:hover{transform:translateY(-4px)}.workshop_icon{font-size:32px;color:#8b7355;margin-bottom:20px;display:block}.workshop_card_title{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:700;margin-bottom:12px;color:#000000}.semi-small-paragraph{font-size:14px;color:rgb(89,89,89);line-height:1.9;margin-bottom:24px;flex-grow:1}.workshop_btn{align-self:flex-start;margin-top:auto;font-size:12px;padding:10px 24px}.scene_section{padding:120px 40px;background:#fefefe}.scene_split{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:80px}.scene_image_wrap{flex:0 0 55%}.scene_img{width:100%;border-radius:4px;aspect-ratio:16/10;object-fit:cover}.scene_text_wrap{flex:1}.atmosphere_mosaic{padding:0}.bfd-grid-columns.atmosphere_grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:0}.atmosphere_item{overflow:hidden}.atmosphere_item_tall{grid-row:span 2}.atmosphere_img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.atmosphere_item:hover .atmosphere_img{transform:scale(1.04)}.cta_band{padding:100px 40px;background:#242328;text-align:center}.cta_band_inner{max-width:640px;margin:0 auto}.cta_band_heading{font-family:"Noto Serif JP",serif;font-size:32px;font-weight:700;color:#fefefe;margin-bottom:18px;line-height:1.5}.cta_band_text{font-size:15px;color:rgba(255,255,255,.65);line-height:2;margin-bottom:40px}.cta_band_btn{-o-transition:background .3s ease,transform .2s ease;display:inline-block;background:#EDF296;-moz-transition:background .3s ease,transform .2s ease;-moz-border-radius:40px;color:#242328;padding:15px 44px;-webkit-border-radius:40px;border-radius:40px;font-size:14px;-webkit-transition:background .3s ease,transform .2s ease;font-weight:500;letter-spacing:.04em;transition:background .3s ease,transform .2s ease}.cta_band_btn:hover{background:#fefefe;transform:translateY(-2px)}.terrace_section{height:auto;min-height:auto;padding:140px 40px;text-align:center}.terrace_bg_wrap{position:absolute;top:0;left:0;width:100%;height:100%}.terrace_bg_img{width:100%;height:100%;object-fit:cover}.terrace_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.terrace_content{position:relative;z-index:2;max-width:640px;margin:0 auto}.terrace_heading{font-family:"Noto Serif JP",serif;font-size:32px;font-weight:700;color:#fefefe;margin-bottom:18px;line-height:1.5}.terrace_desc{font-size:15px;color:rgba(255,255,255,.75);line-height:2;margin-bottom:40px}.footer_section{background:#242328;color:#fefefe;padding:80px 40px 0}.footer_vflex{}.footer_top{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.1)}.footer_logo{max-height:146px;width:auto;filter:brightness(0)invert(1);margin-bottom:24px}.footer_address{font-size:13px;color:rgba(255,255,255,.5);line-height:1.8}.footer_col_title{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:20px}.footer_list{display:flex;flex-direction:column;gap:12px}.footer_link{font-size:14px;color:rgba(255,255,255,.7);transition:color .25s ease}.footer_link:hover{color:#EDF296}.w-layout-hflex.footer_legal_layout{max-width:1200px;margin:0 auto;padding:28px 40px;display:flex;align-items:center;justify-content:space-between}.footer_copy{font-size:12px;color:rgba(255,255,255,.35);letter-spacing:.04em}.footer_legal_links{display:flex;gap:24px}.u-footer-link{font-size:12px;color:rgba(255,255,255,.35);transition:color .25s ease}.u-footer-link:hover{color:#EDF296}.feature_card,.workshop_card,.intro_container,.scene_split,.cta_band_inner,.consultation_content,.terrace_content{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.feature_card.revealed,.workshop_card.revealed,.intro_container.revealed,.scene_split.revealed,.cta_band_inner.revealed,.consultation_content.revealed,.terrace_content.revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.feature_card,.workshop_card,.intro_container,.scene_split,.cta_band_inner,.consultation_content,.terrace_content{opacity:1;transform:none;transition:none}.hero-down-arrow-push-center{animation:none}.atmosphere_img{transition:none}}@media screen and(max-width:1024px){.intro_container{flex-direction:column;gap:48px}.intro_image_col{flex:0 0 auto;width:100%;max-width:480px}.feature_card{flex-direction:column}.feature_panel_dark{flex-direction:column-reverse}.feature_image{min-height:300px}.feature_text_wrap{padding:48px 36px}.scene_split{flex-direction:column;gap:48px}.scene_image_wrap{flex:0 0 auto;width:100%}.footer_top{grid-template-columns:1fr 1fr;gap:40px}.w-layout-grid.workshop_grid{grid-template-columns:1fr 1fr}}@media screen and(max-width:768px){.nav_links_wrapper1{display:none}.nav_burger{display:flex}.nav_container{padding:0 24px;height:68px}.hero-heading{font-size:38px}.hero_sub{font-size:14px}.intro_bio_section{padding:80px 24px}.alternating_content_section{padding:0 24px 60px}.section_heading{font-size:28px}.consultation_section{padding:100px 24px}.workshop_section{padding:80px 24px}.w-layout-grid.workshop_grid{grid-template-columns:1fr}.bfd-grid-columns.atmosphere_grid{grid-template-columns:1fr 1fr}.atmosphere_item_tall{grid-row:span 1}.cta_band{padding:80px 24px}.cta_band_heading{font-size:26px}.scene_section{padding:80px 24px}.terrace_section{padding:100px 24px}.footer_section{padding:60px 24px 0}.footer_top{grid-template-columns:1fr}.email-capture-band{padding:60px 24px}.email_form_wrap{flex-direction:column;gap:12px}.email_input{border-radius:40px;width:100%}.email_submit_btn{border-radius:40px;width:100%;justify-content:center}.w-layout-hflex.footer_legal_layout{flex-direction:column;gap:16px;text-align:center;padding:28px 24px}}@media screen and(max-width:480px){.video-background-section{min-height:500px}.hero-heading{font-size:30px}.hero_cta{padding:12px 32px;font-size:13px}.feature_text_wrap{padding:36px 24px}.section_heading{font-size:24px}.consultation_cta,.cta_band_btn{padding:13px 32px;font-size:13px}.bfd-grid-columns.atmosphere_grid{grid-template-columns:1fr}.nav_logo_image{height:48px;min-height:48px}.serif_display_heading{font-size:22px}}:root{--color-bg:#fefefe;--color-bg-warm:#f6f1eb;--color-text:#000000;--color-text-muted:rgb(89,89,89);--color-accent:#8b7355;--color-dark:#242328;--color-lime:#EDF296;--color-white:#ffffff;--color-border:rgba(0,0,0,.08);--font-serif:"Noto Serif JP",serif;--font-sans:"Noto Sans JP","Lucida Sans","Lucida Sans Unicode",Geneva,Verdana,sans-serif}.products{padding:120px 40px;background:var(--color-bg)}.products_container{margin:0 auto;max-width:1280px}.products_header{margin-bottom:60px}.products_filter_row{margin-top:28px;display:flex;gap:10px;flex-wrap:wrap}.products_filter_btn{font-family:var(--font-sans);font-size:13px;font-weight:500;letter-spacing:.04em;color:var(--color-text-muted);background:transparent;border:1.5px solid var(--color-border);border-radius:40px;padding:9px 24px;cursor:pointer;transition:all .3s ease}.products_filter_btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.products_filter_btn.active{background:var(--color-dark);color:var(--color-white);border-color:var(--color-dark)}.products_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product_card{background:var(--color-white);border-radius:6px;overflow:hidden;border:1px solid var(--color-border);display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease}.product_card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.08)}.product_card.hidden_card{display:none}.product_card_img_wrap{position:relative;overflow:hidden;aspect-ratio:1/1;background:var(--color-bg-warm)}.product_card_img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product_card:hover .product_card_img{transform:scale(1.05)}.product_card_category_tag{position:absolute;top:14px;left:14px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-white);background:rgba(36,35,40,.72);padding:5px 12px;border-radius:40px;backdrop-filter:blur(6px)}.product_card_body{padding:24px 22px;display:flex;flex-direction:column;flex-grow:1}.product_card_title{font-family:var(--font-serif);font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:12px;line-height:1.5}.product_card_specs{padding:0;list-style:none;flex-wrap:wrap;display:flex;gap:6px;margin:0 0 14px 0}.product_card_specs li{font-size:11px;font-weight:400;color:var(--color-text-muted);background:var(--color-bg-warm);padding:3px 10px;border-radius:40px;line-height:1.6}.product_card_desc{font-size:13px;color:var(--color-text-muted);line-height:1.9;margin-bottom:20px;flex-grow:1}.product_card_footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid var(--color-border)}.product_card_price{font-family:var(--font-serif);font-size:20px;font-weight:700;color:var(--color-text);letter-spacing:-.01em}.product_add_btn{font-family:var(--font-sans);font-size:12px;font-weight:500;letter-spacing:.06em;color:var(--color-white);background:var(--color-dark);border:none;border-radius:40px;padding:10px 22px;cursor:pointer;transition:background .3s ease,transform .2s ease}.product_add_btn:hover{background:var(--color-accent);transform:translateY(-1px)}.product_add_btn.added_state{background:var(--color-lime);color:var(--color-dark)}.cart-floating-btn{position:fixed;bottom:32px;right:32px;width:56px;height:56px;background:var(--color-dark);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;z-index:999;box-shadow:0 4px 20px rgba(0,0,0,.18);transition:background .3s ease,transform .2s ease}.cart-floating-btn:hover{background:var(--color-accent);transform:scale(1.08)}.cart-floating-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;background:var(--color-lime);color:var(--color-dark);font-size:11px;font-weight:700;border-radius:40px;display:flex;align-items:center;justify-content:center;padding:0 5px;opacity:0;transform:scale(0);transition:opacity .25s ease,transform .25s ease}.cart-floating-badge.visible{opacity:1;transform:scale(1)}.cart-sidebar{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;pointer-events:none}.cart-sidebar.open{pointer-events:auto}.cart_sidebar_backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;transition:opacity .35s ease}.cart-sidebar.open .cart_sidebar_backdrop{opacity:1}.cart_sidebar_panel{position:absolute;top:0;right:0;width:420px;max-width:100%;height:100%;background:var(--color-white);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px rgba(0,0,0,.08)}.cart-sidebar.open .cart_sidebar_panel{transform:translateX(0)}.cart_sidebar_header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--color-border);flex-shrink:0}.cart_sidebar_title{font-family:var(--font-serif);font-size:20px;font-weight:700;color:var(--color-text)}.cart_sidebar_close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--color-text-muted);cursor:pointer;border-radius:50%;transition:background .25s ease,color .25s ease}.cart_sidebar_close:hover{background:var(--color-bg-warm);color:var(--color-text)}.cart_sidebar_body{flex:1;overflow-y:auto;padding:0}.cart_empty_state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 28px;text-align:center}.cart_empty_state.hidden_el{display:none}.cart_empty_icon{font-size:48px;color:rgba(0,0,0,.12);margin-bottom:16px}.cart_empty_text{font-size:14px;color:var(--color-text-muted)}.cart_items_list{padding:0}.cart_item{display:flex;align-items:flex-start;gap:16px;padding:20px 28px;border-bottom:1px solid var(--color-border)}.cart_item_img{width:64px;height:64px;border-radius:4px;object-fit:cover;flex-shrink:0;background:var(--color-bg-warm)}.cart_item_info{flex:1;min-width:0}.cart_item_name{font-size:14px;font-weight:500;color:var(--color-text);margin-bottom:6px;line-height:1.4}.cart_item_price_line{font-size:13px;color:var(--color-text-muted);margin-bottom:10px}.cart_item_controls{display:flex;align-items:center;gap:0}.cart_qty_btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--color-text);background:var(--color-bg-warm);border-radius:4px;cursor:pointer;transition:background .2s ease}.cart_qty_btn:hover{background:var(--color-border)}.cart_qty_value{width:36px;text-align:center;font-size:14px;font-weight:500;color:var(--color-text)}.cart_item_remove{font-size:16px;color:var(--color-text-muted);cursor:pointer;margin-left:auto;flex-shrink:0;padding:4px;transition:color .2s ease;align-self:flex-start}.cart_item_remove:hover{color:#d32f2f}.cart_sidebar_footer{padding:20px 28px 28px;border-top:1px solid var(--color-border);flex-shrink:0}.cart_sidebar_footer.hidden_el{display:none}.cart_total_row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.cart_total_label{font-size:15px;font-weight:500;color:var(--color-text)}.cart_total_value{font-family:var(--font-serif);font-size:22px;font-weight:700;color:var(--color-text)}.cart_checkout_btn{display:flex;align-items:center;justify-content:center;width:100%;background:var(--color-dark);color:var(--color-white);font-family:var(--font-sans);font-size:14px;font-weight:500;letter-spacing:.06em;padding:15px 0;border-radius:40px;text-decoration:none;transition:background .3s ease}.cart_checkout_btn:hover{background:var(--color-accent)}@media screen and(max-width:1024px){.products_grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and(max-width:768px){.products{padding:80px 24px}.products_grid{grid-template-columns:repeat(2,1fr);gap:20px}.products_filter_row{gap:8px}.products_filter_btn{font-size:12px;padding:7px 16px}.cart-floating-btn{bottom:24px;right:24px;width:50px;height:50px;font-size:20px}.cart_sidebar_panel{width:100%}}@media screen and(max-width:480px){.products_grid{grid-template-columns:1fr;gap:20px}.products{padding:60px 16px}.product_card_title{font-size:15px}.product_card_price{font-size:18px}.cart_item{padding:16px 20px}.cart_sidebar_header{padding:20px}.cart_sidebar_footer{padding:16px 20px 24px}}.policy_hero{padding:180px 40px 80px;background:var(--color-bg-warm);text-align:center}.policy_hero_container{margin:0 auto;max-width:760px}.policy_hero_heading{margin-bottom:20px;margin-top:18px}.policy_hero_sub{font-size:16px;line-height:1.9;color:var(--color-text-muted);max-width:620px;margin:0 auto}.policy_body_section{padding:90px 40px 140px;background:var(--color-bg)}.policy_body_container{max-width:820px;margin:0 auto}.policy_block{margin-bottom:52px}.policy_block:last-child{margin-bottom:0}.policy_heading{font-family:var(--font-serif);font-size:22px;font-weight:700;color:var(--color-text);margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--color-border)}.policy_paragraph{font-size:15px;line-height:2;color:var(--color-text-muted);margin-bottom:18px}.policy_paragraph:last-child{margin-bottom:0}@media screen and(max-width:768px){.policy_hero{padding:140px 24px 60px}.policy_hero_sub{font-size:15px}.policy_body_section{padding:60px 24px 100px}.policy_heading{font-size:19px}.policy_paragraph{font-size:14px;line-height:1.9}}@media screen and(max-width:480px){.policy_hero{padding:120px 16px 48px}.policy_body_section{padding:48px 16px 80px}.policy_block{margin-bottom:40px}}