{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ULjLkVfq7nzDGEiN5lr4/WZII7bq7r8wb868k0XBh/CMS_TableOfContent.js", "ssg:https://framerusercontent.com/modules/X6C3Shbj8ivo0Iwz3DXk/DAF9ib3U94K8QIN10Eh6/liuHXHziz.js", "ssg:https://framerusercontent.com/modules/tivcow3r9V5tVJRzpLOv/UsIqHUoEECcBB0gvvZRs/aUv4gILMW.js", "ssg:https://framerusercontent.com/modules/HSUTjOWozcybFb5Tz1hR/t8JY4W6pm3fQKrmS4HCT/sNiBapN6_.js", "ssg:https://framerusercontent.com/modules/z9V1y91PAp62LYfjivAv/2MFdEVf5UhVK2WtMCpig/tlQm_EzWc.js", "ssg:https://framerusercontent.com/modules/PjDOAaQKZX2kp9y8yLhT/smbHizBFN5IkxiiXNOGt/tlQm_EzWc.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{useEffect,useState}from\"react\";// Made with love by Cl\u00E9ment. https://lionneclement.com/\n// Full tutorial: https://lionneclement.com/tutorial/how-to-create-table-of-contents-cms-collections-framer\nconst HEADING_TO_DISPLAY=[\"h2\",\"h3\",\"h4\"];const SCROLL_MARGIN_TOP=120;const useStore=createStore({headings:[]});export function withTableOfContent(Component){return props=>{const[store]=useStore();return /*#__PURE__*/_jsx(_Fragment,{children:store.headings.length>0&&window?store.headings.sort((a,b)=>a.originalIndex-b.originalIndex).filter(({type})=>HEADING_TO_DISPLAY.includes(type)).map(({id,heading,type},index)=>/*#__PURE__*/_jsx(Component,{...props,variant:type,title:heading,link:`${window.location.pathname}#${id}`})):/*#__PURE__*/_jsx(Component,{...props})});};}export function withContent(Component){return props=>{const[store,setStore]=useStore();const[newProps,setNewProps]=useState(props);useEffect(()=>{setStore({headings:formatTableOfContent(newProps.children.props.children)});},[newProps]);useEffect(()=>{const formatHeadings=()=>{const newChildren=[];props.children.props.children.forEach((item,index)=>{const children=item.props.children;if([\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].includes(item.type)){const{formattedId}=formatHeading(children,index);// Create a new object for the modified item\nconst newItem={...item,props:{...item.props,id:formattedId}};newChildren.push(newItem);}else{newChildren.push(item);}});// Return a new props object with the modified children\nreturn{...props,children:{...props.children,props:{...props.children.props,children:newChildren}}};};setNewProps(formatHeadings());},[props]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`.framer-text {\n                    scroll-margin-top: ${SCROLL_MARGIN_TOP}px;\n                }`}),/*#__PURE__*/_jsx(Component,{...newProps})]});};}const formatTableOfContent=children=>{const result=[];children.filter(({type})=>[\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].includes(type)).map((item,index)=>{const children=item.props.children;const{formattedId,formattedHeading}=formatHeading(children,index);result.push({id:formattedId,heading:formattedHeading,type:item.type,originalIndex:index});});return result;};const formatHeading=(children,index)=>{let formattedHeading=\"\";let formattedId=\"\";if(typeof children===\"string\"){formattedHeading=children;}else if(Array.isArray(children)){formattedHeading=children.map(item=>{if(typeof item===\"string\")return item.trim();return item.props.children.trim();}).join(\" \");}else if(typeof children===\"object\"){if(typeof children.props.children===\"string\"){formattedHeading=children.props.children;}else{formattedHeading=children.type;}}else{formattedHeading=index.toString();}// \u65E5\u672C\u8A9E\u5BFE\u5FDC\u306EID\u751F\u6210\nformattedId=formattedHeading.toLowerCase().replace(/[\\s]+/g,\"-\")// \u7A7A\u767D\u3092\u30CF\u30A4\u30D5\u30F3\u306B\u5909\u63DB\n.replace(/[^\\w\\u3040-\\u30FF\\u4E00-\\u9FFF\\uAC00-\\uD7AF]+/g,\"\")// \u8A31\u53EF\u3055\u308C\u306A\u3044\u6587\u5B57\u3092\u524A\u9664\uFF08\u65E5\u672C\u8A9E\u3001\u97D3\u56FD\u8A9E\u3001\u6F22\u5B57\u3092\u4FDD\u6301\uFF09\n.trim();formattedId=encodeURIComponent(formattedId)// URL\u30A8\u30F3\u30B3\u30FC\u30C9\n;return{formattedId,formattedHeading};};\nexport const __FramerMetadata__ = {\"exports\":{\"withContent\":{\"type\":\"reactHoc\",\"name\":\"withContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTableOfContent\":{\"type\":\"reactHoc\",\"name\":\"withTableOfContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CMS_TableOfContent.map", "// Generated by Framer (4d21961)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={L8AfB1Uo7:{hover:true},mReDTV3Rw:{hover:true},wKgOCVNdn:{hover:true}};const cycleOrder=[\"L8AfB1Uo7\",\"wKgOCVNdn\",\"mReDTV3Rw\"];const serializationHash=\"framer-iJRGE\";const variantClassNames={L8AfB1Uo7:\"framer-v-11fsoge\",mReDTV3Rw:\"framer-v-fc8jsh\",wKgOCVNdn:\"framer-v-s45x65\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={h2:\"L8AfB1Uo7\",h3:\"wKgOCVNdn\",h4:\"mReDTV3Rw\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,LRTesGt16:link??props.LRTesGt16,OrBxpPgdg:title??props.OrBxpPgdg??\"\u898B\u51FA\u3057\u306E\u30BF\u30A4\u30C8\u30EB\u304C\u5165\u308A\u307E\u3059\",variant:humanReadableVariantMap[props.variant]??props.variant??\"L8AfB1Uo7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,OrBxpPgdg,LRTesGt16,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"L8AfB1Uo7\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:LRTesGt16,motionChild:true,nodeId:\"L8AfB1Uo7\",openInNewTab:false,scopeId:\"liuHXHziz\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-11fsoge\",className,classNames)} framer-qqz861`,\"data-framer-name\":\"h2\",layoutDependency:layoutDependency,layoutId:\"L8AfB1Uo7\",ref:refBinding,style:{...style},...addPropertyOverrides({\"L8AfB1Uo7-hover\":{\"data-framer-name\":undefined},\"mReDTV3Rw-hover\":{\"data-framer-name\":undefined},\"wKgOCVNdn-hover\":{\"data-framer-name\":undefined},mReDTV3Rw:{\"data-framer-name\":\"h4\"},wKgOCVNdn:{\"data-framer-name\":\"h3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(34, 34, 34, 0.85))\"},children:\"\u898B\u51FA\u3057\u306E\u30BF\u30A4\u30C8\u30EB\u304C\u5165\u308A\u307E\u3059\"})}),className:\"framer-1d2dk6t\",fonts:[\"GF;Noto Sans JP-regular\"],layoutDependency:layoutDependency,layoutId:\"f7D42TWPp\",style:{\"--extracted-r6o4lv\":\"rgba(34, 34, 34, 0.85)\",opacity:1},text:OrBxpPgdg,variants:{\"L8AfB1Uo7-hover\":{opacity:.5},\"mReDTV3Rw-hover\":{opacity:.5},\"wKgOCVNdn-hover\":{opacity:.5},mReDTV3Rw:{\"--extracted-r6o4lv\":\"rgba(34, 34, 34, 0.6)\"},wKgOCVNdn:{\"--extracted-r6o4lv\":\"rgba(34, 34, 34, 0.7)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({mReDTV3Rw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(34, 34, 34, 0.6))\"},children:\"\u898B\u51FA\u3057\u306E\u30BF\u30A4\u30C8\u30EB\u304C\u5165\u308A\u307E\u3059\"})})},wKgOCVNdn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(34, 34, 34, 0.7))\"},children:\"\u898B\u51FA\u3057\u306E\u30BF\u30A4\u30C8\u30EB\u304C\u5165\u308A\u307E\u3059\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iJRGE.framer-qqz861, .framer-iJRGE .framer-qqz861 { display: block; }\",\".framer-iJRGE.framer-11fsoge { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 10px 0px 10px 6px; position: relative; text-decoration: none; width: min-content; }\",\".framer-iJRGE .framer-1d2dk6t { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iJRGE.framer-11fsoge { gap: 0px; } .framer-iJRGE.framer-11fsoge > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-iJRGE.framer-11fsoge > :first-child { margin-top: 0px; } .framer-iJRGE.framer-11fsoge > :last-child { margin-bottom: 0px; } }\",\".framer-iJRGE.framer-v-s45x65.framer-11fsoge { padding: 10px 0px 10px 16px; }\",\".framer-iJRGE.framer-v-fc8jsh.framer-11fsoge { padding: 10px 0px 10px 24px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 182\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"wKgOCVNdn\":{\"layout\":[\"auto\",\"auto\"]},\"mReDTV3Rw\":{\"layout\":[\"auto\",\"auto\"]},\"raLpHrj95\":{\"layout\":[\"auto\",\"auto\"]},\"J2MRWdgDp\":{\"layout\":[\"auto\",\"auto\"]},\"GVZQq_JFC\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"OrBxpPgdg\":\"title\",\"LRTesGt16\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerliuHXHziz=withCSS(Component,css,\"framer-iJRGE\");export default FramerliuHXHziz;FramerliuHXHziz.displayName=\"Table Of Content\";FramerliuHXHziz.defaultProps={height:39,width:182};addPropertyControls(FramerliuHXHziz,{variant:{options:[\"L8AfB1Uo7\",\"wKgOCVNdn\",\"mReDTV3Rw\"],optionTitles:[\"h2\",\"h3\",\"h4\"],title:\"Variant\",type:ControlType.Enum},OrBxpPgdg:{defaultValue:\"\u898B\u51FA\u3057\u306E\u30BF\u30A4\u30C8\u30EB\u304C\u5165\u308A\u307E\u3059\",displayTextArea:false,title:\"Title\",type:ControlType.String},LRTesGt16:{title:\"Link\",type:ControlType.Link}});addFonts(FramerliuHXHziz,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj757Y0rw-oME.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerliuHXHziz\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"OrBxpPgdg\\\":\\\"title\\\",\\\"LRTesGt16\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"182\",\"framerIntrinsicHeight\":\"39\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wKgOCVNdn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mReDTV3Rw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"raLpHrj95\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J2MRWdgDp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GVZQq_JFC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./liuHXHziz.map", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withTableOfContent}from\"https://framerusercontent.com/modules/ULjLkVfq7nzDGEiN5lr4/WZII7bq7r8wb868k0XBh/CMS_TableOfContent.js\";import TableOfContent,*as TableOfContentInfo from\"https://framerusercontent.com/modules/X6C3Shbj8ivo0Iwz3DXk/DAF9ib3U94K8QIN10Eh6/liuHXHziz.js\";const TableOfContentFonts=getFonts(TableOfContent);const TableOfContentWithTableOfContent1x4kppvWithMappedReactProps5kmvsj=withMappedReactProps(withCodeBoundaryForOverrides(TableOfContent,{nodeId:\"gAxFdKAY7\",override:withTableOfContent,scopeId:\"aUv4gILMW\"}),TableOfContentInfo);const cycleOrder=[\"Jbr0RNp4G\",\"kOfveSxlh\",\"DxNIWDdZg\"];const serializationHash=\"framer-T70wQ\";const variantClassNames={DxNIWDdZg:\"framer-v-oo4eeu\",Jbr0RNp4G:\"framer-v-3bv37d\",kOfveSxlh:\"framer-v-1u44ywe\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.12,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Jbr0RNp4G\",\"Variant 2\":\"kOfveSxlh\",Phone:\"DxNIWDdZg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Jbr0RNp4G\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Jbr0RNp4G\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapv5z0lq=activeVariantCallback(async(...args)=>{setVariant(\"kOfveSxlh\");});const onTap10ddhbs=activeVariantCallback(async(...args)=>{setVariant(\"Jbr0RNp4G\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-3bv37d\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Jbr0RNp4G\",ref:refBinding,style:{backgroundColor:\"rgba(190, 190, 190, 0.2)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,...style},variants:{DxNIWDdZg:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14}},...addPropertyOverrides({DxNIWDdZg:{\"data-framer-name\":\"Phone\"},kOfveSxlh:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1omj6np\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bTRbdC_G6\",onTap:onTapv5z0lq,...addPropertyOverrides({kOfveSxlh:{onTap:onTap10ddhbs}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(34, 34, 34, 0.8))\"},children:\"\u76EE\u6B21\"})}),className:\"framer-1krp1j\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"Lf6hGVPhZ\",style:{\"--extracted-r6o4lv\":\"rgba(34, 34, 34, 0.8)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1a5i85c\",\"data-framer-name\":\"Plus\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ovv1O7tl_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 8 3.333 L 8 12.667\" fill=\"transparent\" stroke-width=\"1.4\" stroke=\"rgb(73, 73, 73)\" stroke-linecap=\"round\"></path><path d=\"M 3.333 8 L 12.667 8\" fill=\"transparent\" stroke-width=\"1.4\" stroke=\"rgb(73, 73, 73)\" stroke-linecap=\"round\"></path></svg>',svgContentId:9206606631,withExternalLayout:true,...addPropertyOverrides({DxNIWDdZg:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 7 2.917 L 7 11.083\" fill=\"transparent\" stroke-width=\"1.22\" stroke=\"rgb(73, 73, 73)\" stroke-linecap=\"round\"></path><path d=\"M 2.917 7 L 11.083 7\" fill=\"transparent\" stroke-width=\"1.22\" stroke=\"rgb(73, 73, 73)\" stroke-linecap=\"round\"></path></svg>',svgContentId:9568179579},kOfveSxlh:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 8 3.333 L 8 12.667\" fill=\"transparent\" stroke-width=\"1.4\" stroke=\"rgb(73, 73, 73)\" stroke-linecap=\"round\" opacity=\"0\"></path><path d=\"M 3.333 8 L 12.667 8\" fill=\"transparent\" stroke-width=\"1.4\" stroke=\"rgb(73, 73, 73)\" stroke-linecap=\"round\"></path></svg>',svgContentId:9102020948}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+8+40,...addPropertyOverrides({DxNIWDdZg:{y:(componentViewport?.y||0)+6+26}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x4kppv-container\",layoutDependency:layoutDependency,layoutId:\"gAxFdKAY7-container\",nodeId:\"gAxFdKAY7\",rendersWithMotion:true,scopeId:\"aUv4gILMW\",children:/*#__PURE__*/_jsx(TableOfContentWithTableOfContent1x4kppvWithMappedReactProps5kmvsj,{height:\"100%\",id:\"gAxFdKAY7\",layoutId:\"gAxFdKAY7\",OrBxpPgdg:\"\",variant:\"L8AfB1Uo7\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-T70wQ.framer-srzr60, .framer-T70wQ .framer-srzr60 { display: block; }\",\".framer-T70wQ.framer-3bv37d { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 56px; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 700px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T70wQ .framer-1omj6np { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 12px; position: relative; width: 100%; }\",\".framer-T70wQ .framer-1krp1j { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-T70wQ .framer-1a5i85c { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-T70wQ .framer-1x4kppv-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-T70wQ.framer-3bv37d { gap: 0px; } .framer-T70wQ.framer-3bv37d > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-T70wQ.framer-3bv37d > :first-child { margin-top: 0px; } .framer-T70wQ.framer-3bv37d > :last-child { margin-bottom: 0px; } }\",\".framer-T70wQ.framer-v-1u44ywe.framer-3bv37d { height: min-content; }\",\".framer-T70wQ.framer-v-oo4eeu.framer-3bv37d { height: 40px; padding: 6px; width: 390px; }\",\".framer-T70wQ.framer-v-oo4eeu .framer-1omj6np { padding: 6px 8px 6px 8px; }\",\".framer-T70wQ.framer-v-oo4eeu .framer-1a5i85c { height: 14px; width: 14px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kOfveSxlh\":{\"layout\":[\"fixed\",\"auto\"]},\"DxNIWDdZg\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraUv4gILMW=withCSS(Component,css,\"framer-T70wQ\");export default FrameraUv4gILMW;FrameraUv4gILMW.displayName=\"toc-box\";FrameraUv4gILMW.defaultProps={height:56,width:700};addPropertyControls(FrameraUv4gILMW,{variant:{options:[\"Jbr0RNp4G\",\"kOfveSxlh\",\"DxNIWDdZg\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameraUv4gILMW,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"}]},...TableOfContentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraUv4gILMW\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"700\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"56\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kOfveSxlh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DxNIWDdZg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aUv4gILMW.map", "// Generated by Framer (83b8097)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans JP-600\",\"GF;Noto Sans JP-900\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k757Y0rw-oME.woff2\",weight:\"600\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk757Y0rw-oME.woff2\",weight:\"900\"}]}];export const css=['.framer-sdvWw .framer-styles-preset-1c54nj:not(.rich-text-wrapper), .framer-sdvWw .framer-styles-preset-1c54nj.rich-text-wrapper h1 { --framer-font-family: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans JP\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-sdvWw .framer-styles-preset-1c54nj:not(.rich-text-wrapper), .framer-sdvWw .framer-styles-preset-1c54nj.rich-text-wrapper h1 { --framer-font-family: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans JP\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-sdvWw .framer-styles-preset-1c54nj:not(.rich-text-wrapper), .framer-sdvWw .framer-styles-preset-1c54nj.rich-text-wrapper h1 { --framer-font-family: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans JP\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-sdvWw .framer-styles-preset-1c54nj:not(.rich-text-wrapper), .framer-sdvWw .framer-styles-preset-1c54nj.rich-text-wrapper h1 { --framer-font-family: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans JP\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.06em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-sdvWw\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={vyV8i4w_s:new LazyValue(()=>import(\"./tlQm_EzWc-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TocBox from\"#framer/local/canvasComponent/aUv4gILMW/aUv4gILMW.js\";import{withContent}from\"#framer/local/codeFile/b0u_vOy/CMS_TableOfContent.js\";import UserComponent from\"#framer/local/collection/ByF243Q1w/ByF243Q1w.js\";import AdventCalendar from\"#framer/local/collection/Kix9q_5Vs/Kix9q_5Vs.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle2 from\"#framer/local/css/aC2Oprt5k/aC2Oprt5k.js\";import*as sharedStyle7 from\"#framer/local/css/cHBKe3E0j/cHBKe3E0j.js\";import*as sharedStyle3 from\"#framer/local/css/E3uh_dGaX/E3uh_dGaX.js\";import*as sharedStyle4 from\"#framer/local/css/EOVwjhnMR/EOVwjhnMR.js\";import*as sharedStyle5 from\"#framer/local/css/fiZCYTfYe/fiZCYTfYe.js\";import*as sharedStyle6 from\"#framer/local/css/fy5h7tr3N/fy5h7tr3N.js\";import*as sharedStyle8 from\"#framer/local/css/o8ZrqO6o7/o8ZrqO6o7.js\";import*as sharedStyle9 from\"#framer/local/css/sCfV9uO1z/sCfV9uO1z.js\";import*as sharedStyle1 from\"#framer/local/css/sNiBapN6_/sNiBapN6_.js\";import*as sharedStyle from\"#framer/local/css/tAmuEH08v/tAmuEH08v.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/tlQm_EzWc/tlQm_EzWc.js\";import metadataProvider from\"#framer/local/webPageMetadata/tlQm_EzWc/tlQm_EzWc.js\";const TocBoxFonts=getFonts(TocBox);const RichTextWithContenthcte4g=withCodeBoundaryForOverrides(RichText,{nodeId:\"LBaYeedzA\",override:withContent,scopeId:\"tlQm_EzWc\"});const breakpoints={dY_bWHwCr:\"(min-width: 1440px)\",KywH8bkXJ:\"(min-width: 1200px) and (max-width: 1439px)\",nLmgr8G_R:\"(max-width: 809px)\",uTHGAKtq4:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-WBhJo\";const variantClassNames={dY_bWHwCr:\"framer-v-1txbtcp\",KywH8bkXJ:\"framer-v-sqlbp9\",nLmgr8G_R:\"framer-v-quse4l\",uTHGAKtq4:\"framer-v-h15mig\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const transition1={bounce:.1,delay:0,duration:.2,type:\"spring\"};const animation={backgroundColor:\"rgb(10, 56, 102)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.98,skewX:0,skewY:0,transition:transition1};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"KywH8bkXJ\",Desktop:\"dY_bWHwCr\",Phone:\"nLmgr8G_R\",Tablet:\"uTHGAKtq4\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"dY_bWHwCr\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{constraint:{left:{collection:\"tlQm_EzWc\",name:\"nextItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"nextItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"tlQm_EzWc\",name:\"previousItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"tlQm_EzWc\",name:\"tNDZkcHAl\",type:\"Identifier\"},operator:\"==\",right:{collection:\"tNDZkcHAl\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"tlQm_EzWc\",data:AdventCalendar,type:\"Collection\"},right:{alias:\"tNDZkcHAl\",data:UserComponent,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"previousItemId\",data:AdventCalendar,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"nextItemId\",data:AdventCalendar,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"tlQm_EzWc\",name:\"SuLubHUYP\",type:\"Identifier\"},{collection:\"tlQm_EzWc\",name:\"qrwhBT6eZ\",type:\"Identifier\"},{alias:\"tNDZkcHAl.ga7xCL5HW\",collection:\"tNDZkcHAl\",name:\"ga7xCL5HW\",type:\"Identifier\"},{alias:\"tNDZkcHAl.H4I3wjIan\",collection:\"tNDZkcHAl\",name:\"H4I3wjIan\",type:\"Identifier\"},{alias:\"tNDZkcHAl.Akn1zKuJu\",collection:\"tNDZkcHAl\",name:\"Akn1zKuJu\",type:\"Identifier\"},{collection:\"tlQm_EzWc\",name:\"qm9XHo0o0\",type:\"Identifier\"},{collection:\"tlQm_EzWc\",name:\"jsEXEpArw\",type:\"Identifier\"},{collection:\"tlQm_EzWc\",name:\"O86fiX29P\",type:\"Identifier\"},{collection:\"tlQm_EzWc\",name:\"ovXwmElt4\",type:\"Identifier\"},{alias:\"previousItemId.SuLubHUYP\",collection:\"previousItemId\",name:\"SuLubHUYP\",type:\"Identifier\"},{alias:\"previousItemId.Yi0lwN3k0\",collection:\"previousItemId\",name:\"Yi0lwN3k0\",type:\"Identifier\"},{alias:\"previousItemId\",collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},{alias:\"nextItemId.SuLubHUYP\",collection:\"nextItemId\",name:\"SuLubHUYP\",type:\"Identifier\"},{alias:\"nextItemId.Yi0lwN3k0\",collection:\"nextItemId\",name:\"Yi0lwN3k0\",type:\"Identifier\"},{alias:\"nextItemId.lChmHQmcq\",collection:\"nextItemId\",name:\"lChmHQmcq\",type:\"Identifier\"},{alias:\"nextItemId\",collection:\"nextItemId\",name:\"id\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"tlQm_EzWc\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,O86fiX29P=getFromCurrentRouteData(\"O86fiX29P\")??\"\",SuLubHUYP=getFromCurrentRouteData(\"SuLubHUYP\")??\"\",tNDZkcHAl_H4I3wjIan=getFromCurrentRouteData(\"tNDZkcHAl.H4I3wjIan\")??\"\",tNDZkcHAl_Akn1zKuJu=getFromCurrentRouteData(\"tNDZkcHAl.Akn1zKuJu\"),tNDZkcHAl_ga7xCL5HW=getFromCurrentRouteData(\"tNDZkcHAl.ga7xCL5HW\")??\"\",jsEXEpArw=getFromCurrentRouteData(\"jsEXEpArw\"),qm9XHo0o0=getFromCurrentRouteData(\"qm9XHo0o0\"),ovXwmElt4=getFromCurrentRouteData(\"ovXwmElt4\")??\"\",previousItemId=getFromCurrentRouteData(\"previousItemId\"),previousItemId_Yi0lwN3k0=getFromCurrentRouteData(\"previousItemId.Yi0lwN3k0\")??\"\",previousItemId_SuLubHUYP=getFromCurrentRouteData(\"previousItemId.SuLubHUYP\")??\"\",nextItemId_lChmHQmcq=getFromCurrentRouteData(\"nextItemId.lChmHQmcq\")??true,nextItemId=getFromCurrentRouteData(\"nextItemId\"),nextItemId_Yi0lwN3k0=getFromCurrentRouteData(\"nextItemId.Yi0lwN3k0\")??\"\",nextItemId_SuLubHUYP=getFromCurrentRouteData(\"nextItemId.SuLubHUYP\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const activeLocaleCode=useLocaleCode();const textContent=toDateString(jsEXEpArw,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const visible=isSet(previousItemId);const textContent1=prefix(previousItemId_SuLubHUYP,getLocalizedValue(\"v5\",activeLocale)??\"\u2190 \");const visible1=isSet(nextItemId);const textContent2=suffix(nextItemId_SuLubHUYP,getLocalizedValue(\"v6\",activeLocale)??\" \u2192\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"dY_bWHwCr\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(245, 245, 245); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1txbtcp\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3xq522\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ww8pyd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6pt1wn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1scbgdb\",\"data-styles-preset\":\"tAmuEH08v\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"1st\"})}),className:\"framer-wvuuyn\",\"data-framer-name\":\"Calendar Date\",fonts:[\"Inter\"],text:O86fiX29P,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1scbgdb\",\"data-styles-preset\":\"tAmuEH08v\",children:\"Framer Advent Calendar\"})}),className:\"framer-1236h00\",\"data-framer-name\":\"\u30BF\u30A4\u30C8\u30EB\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1c54nj\",\"data-styles-preset\":\"sNiBapN6_\",children:\"Framer\u3068\u306F\uFF1F\u521D\u3081\u3066\u4F7F\u3046\u65B9\u3078\u306E\u57FA\u672C\u60C5\u5831\"})}),className:\"framer-xsll8k\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:SuLubHUYP,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6nue0j\",children:[/*#__PURE__*/_jsx(Link,{href:tNDZkcHAl_H4I3wjIan,motionChild:true,nodeId:\"LA9NQE3aY\",scopeId:\"tlQm_EzWc\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-xdncfy framer-p6zkg3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+80+0+0+140.4+4.4+0),sizes:\"20px\",...toResponsiveImage(tNDZkcHAl_Akn1zKuJu)}},uTHGAKtq4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+0+0+120.4+3.4+0),sizes:\"22px\",...toResponsiveImage(tNDZkcHAl_Akn1zKuJu)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+0+0+128.4+3.4+0),sizes:\"22px\",...toResponsiveImage(tNDZkcHAl_Akn1zKuJu)},className:\"framer-gfzhaa\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:\"\u3086\u3046\u3054\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:\"\u3086\u3046\u3054\"})}),className:\"framer-1wv1y5g\",\"data-framer-name\":\"\u30BF\u30A4\u30C8\u30EB\",fonts:[\"GF;Noto Sans JP-500\"],text:tNDZkcHAl_ga7xCL5HW,verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4hqpcj\",\"data-styles-preset\":\"aC2Oprt5k\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Dec 1, 2024\"})}),className:\"framer-svs4x\",\"data-framer-name\":\"Calendar Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+80+209.2),sizes:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,...toResponsiveImage(qm9XHo0o0)}},uTHGAKtq4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+209.2),sizes:`calc(min(640px, ${componentViewport?.width||\"100vw\"}) - 40px)`,...toResponsiveImage(qm9XHo0o0)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+217.2),sizes:`calc(min(700px, ${componentViewport?.width||\"100vw\"}) - 40px)`,...toResponsiveImage(qm9XHo0o0)},className:\"framer-oxzbmb\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+120+0+80+616.7},uTHGAKtq4:{width:`calc(min(640px, ${componentViewport?.width||\"100vw\"}) - 40px)`,y:(componentViewport?.y||0)+140+0+80+636.7}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`calc(min(700px, ${componentViewport?.width||\"100vw\"}) - 40px)`,y:(componentViewport?.y||0)+140+0+80+644.7,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15bchpx-container\",nodeId:\"kWNiZrMhP\",scopeId:\"tlQm_EzWc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{variant:\"DxNIWDdZg\"}},children:/*#__PURE__*/_jsx(TocBox,{height:\"100%\",id:\"kWNiZrMhP\",layoutId:\"kWNiZrMhP\",style:{width:\"100%\"},variant:\"Jbr0RNp4G\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"LXo_Y6frx\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"ofpycVWd5\"]},children:/*#__PURE__*/_jsx(RichTextWithContenthcte4g,{__fromCanvasComponent:true,children:ovXwmElt4,className:\"framer-hcte4g\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-6yqf5\",code:\"framer-styles-preset-vh23u3\",h1:\"framer-styles-preset-1c54nj\",h2:\"framer-styles-preset-1szvcmg\",h3:\"framer-styles-preset-ck3w2d\",h4:\"framer-styles-preset-179nptu\",h5:\"framer-styles-preset-1scbgdb\",h6:\"framer-styles-preset-1r0enj9\",img:\"framer-styles-preset-10j6pzd\",p:\"framer-styles-preset-4hqpcj\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i6qtqb\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(117, 117, 117)\"},children:\"\u3053\u306E\u30AB\u30EC\u30F3\u30C0\u30FC\u3067\u5B66\u3093\u3060\u3053\u3068\u3092\u3001\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(117, 117, 117)\"},children:\"\\\\ \u30CF\u30C3\u30B7\u30E5\u30BF\u30B0\u3092\u3064\u3051\u3066X\u306B\u6295\u7A3F\u3057\u3066\u304F\u3060\u3055\u3044\uFF01 /\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(117, 117, 117)\"},children:\"\\\\ \u3053\u306E\u30AB\u30EC\u30F3\u30C0\u30FC\u3067\u5B66\u3093\u3060\u3053\u3068\u3092\u3001\u30CF\u30C3\u30B7\u30E5\u30BF\u30B0\u3092\u3064\u3051\u3066X\u306B\u6295\u7A3F\u3057\u3066\u304F\u3060\u3055\u3044\uFF01 /\"})}),className:\"framer-1s34knn\",fonts:[\"GF;Noto Sans JP-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(117, 117, 117)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/fjpcomm/status/1863203248863367278\",motionChild:true,nodeId:\"leLpabOpu\",openInNewTab:true,scopeId:\"tlQm_EzWc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6yqf5\",\"data-styles-preset\":\"cHBKe3E0j\",children:\"#FramerAdventCalendar2024\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(117, 117, 117)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/fjpcomm/status/1863203248863367278\",motionChild:true,nodeId:\"leLpabOpu\",openInNewTab:true,scopeId:\"tlQm_EzWc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6yqf5\",\"data-styles-preset\":\"cHBKe3E0j\",children:\"#FramerAdventCalendar2024\"})})})}),className:\"framer-1mxqbar\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rfq6m7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1da3lt2\",children:visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(68, 68, 68)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Yi0lwN3k0:previousItemId_Yi0lwN3k0},webPageId:\"tlQm_EzWc\"},motionChild:true,nodeId:\"aoVwwXHWc\",openInNewTab:false,scopeId:\"tlQm_EzWc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6yqf5\",\"data-styles-preset\":\"cHBKe3E0j\",children:\"\u2190 \"})})})}),fonts:[\"GF;Noto Sans JP-regular\"]},uTHGAKtq4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"rgb(68, 68, 68)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Yi0lwN3k0:previousItemId_Yi0lwN3k0},webPageId:\"tlQm_EzWc\"},motionChild:true,nodeId:\"aoVwwXHWc\",openInNewTab:false,scopeId:\"tlQm_EzWc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6yqf5\",\"data-styles-preset\":\"cHBKe3E0j\",children:\"\u2190 \"})})})}),fonts:[\"GF;Noto Sans JP-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4hqpcj\",\"data-styles-preset\":\"aC2Oprt5k\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Yi0lwN3k0:previousItemId_Yi0lwN3k0},webPageId:\"tlQm_EzWc\"},motionChild:true,nodeId:\"aoVwwXHWc\",openInNewTab:false,scopeId:\"tlQm_EzWc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6yqf5\",\"data-styles-preset\":\"cHBKe3E0j\",children:\"\u2190 \"})})})}),className:\"framer-25ok50\",\"data-framer-name\":\"Previous\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})})}),nextItemId_lChmHQmcq&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-7h45in\",children:visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(68, 68, 68)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Yi0lwN3k0:nextItemId_Yi0lwN3k0},webPageId:\"tlQm_EzWc\"},motionChild:true,nodeId:\"Rk_fhD_tv\",openInNewTab:false,scopeId:\"tlQm_EzWc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6yqf5\",\"data-styles-preset\":\"cHBKe3E0j\",children:\"Framer\u306E\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30FB\u64CD\u4F5C\u65B9\u6CD5 \u2192\"})})})}),fonts:[\"GF;Noto Sans JP-regular\"]},uTHGAKtq4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(68, 68, 68)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Yi0lwN3k0:nextItemId_Yi0lwN3k0},webPageId:\"tlQm_EzWc\"},motionChild:true,nodeId:\"Rk_fhD_tv\",openInNewTab:false,scopeId:\"tlQm_EzWc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6yqf5\",\"data-styles-preset\":\"cHBKe3E0j\",children:\"Framer\u306E\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30FB\u64CD\u4F5C\u65B9\u6CD5 \u2192\"})})})}),fonts:[\"GF;Noto Sans JP-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4hqpcj\",\"data-styles-preset\":\"aC2Oprt5k\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Yi0lwN3k0:nextItemId_Yi0lwN3k0},webPageId:\"tlQm_EzWc\"},motionChild:true,nodeId:\"Rk_fhD_tv\",openInNewTab:false,scopeId:\"tlQm_EzWc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6yqf5\",\"data-styles-preset\":\"cHBKe3E0j\",children:\"Framer\u306E\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30FB\u64CD\u4F5C\u65B9\u6CD5 \u2192\"})})})}),className:\"framer-1ng9g\",\"data-framer-name\":\"Next\",fonts:[\"Inter\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FDfajSwr7\"},motionChild:true,nodeId:\"yPmrOZVBA\",scopeId:\"tlQm_EzWc\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1htpi3x framer-p6zkg3\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gelsk8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u2190\"})}),className:\"framer-1bi0u32\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nLmgr8G_R:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u30AB\u30EC\u30F3\u30C0\u30FC\u3078\u623B\u308B\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u30AB\u30EC\u30F3\u30C0\u30FC\u3078\u623B\u308B\"})}),className:\"framer-1kb1fu1\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WBhJo.framer-p6zkg3, .framer-WBhJo .framer-p6zkg3 { display: block; }\",\".framer-WBhJo.framer-1txbtcp { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 140px 20px 80px 20px; position: relative; width: 1440px; }\",\".framer-WBhJo .framer-3xq522 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 80px 20px 80px 20px; position: relative; width: 700px; }\",\".framer-WBhJo .framer-1ww8pyd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 100%; }\",\".framer-WBhJo .framer-6pt1wn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; opacity: 0.51; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WBhJo .framer-wvuuyn, .framer-WBhJo .framer-svs4x { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-WBhJo .framer-1236h00, .framer-WBhJo .framer-1wv1y5g, .framer-WBhJo .framer-25ok50, .framer-WBhJo .framer-1ng9g { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-WBhJo .framer-xsll8k { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-WBhJo .framer-6nue0j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WBhJo .framer-xdncfy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-WBhJo .framer-gfzhaa { aspect-ratio: 1 / 1; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: relative; width: 22px; }\",\".framer-WBhJo .framer-oxzbmb { aspect-ratio: 1.9047619047619047 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 105px); position: relative; width: 100%; }\",\".framer-WBhJo .framer-15bchpx-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-WBhJo .framer-hcte4g { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-WBhJo .framer-1i6qtqb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: min-content; }\",\".framer-WBhJo .framer-1s34knn, .framer-WBhJo .framer-1mxqbar { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-WBhJo .framer-rfq6m7 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WBhJo .framer-1da3lt2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 26px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WBhJo .framer-7h45in { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; min-height: 26px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WBhJo .framer-1htpi3x { align-content: center; align-items: center; background-color: #222222; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 48px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 180px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-WBhJo .framer-gelsk8 { flex: none; height: 14px; overflow: hidden; position: relative; width: 14px; }\",\".framer-WBhJo .framer-1bi0u32 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 0px; position: absolute; top: -1px; white-space: pre; width: auto; }\",\".framer-WBhJo .framer-1kb1fu1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WBhJo.framer-1txbtcp, .framer-WBhJo .framer-3xq522, .framer-WBhJo .framer-1ww8pyd, .framer-WBhJo .framer-6pt1wn, .framer-WBhJo .framer-xdncfy, .framer-WBhJo .framer-1i6qtqb, .framer-WBhJo .framer-rfq6m7, .framer-WBhJo .framer-1da3lt2, .framer-WBhJo .framer-7h45in, .framer-WBhJo .framer-1htpi3x { gap: 0px; } .framer-WBhJo.framer-1txbtcp > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-WBhJo.framer-1txbtcp > :first-child, .framer-WBhJo .framer-3xq522 > :first-child, .framer-WBhJo .framer-1ww8pyd > :first-child, .framer-WBhJo .framer-1i6qtqb > :first-child, .framer-WBhJo .framer-rfq6m7 > :first-child { margin-top: 0px; } .framer-WBhJo.framer-1txbtcp > :last-child, .framer-WBhJo .framer-3xq522 > :last-child, .framer-WBhJo .framer-1ww8pyd > :last-child, .framer-WBhJo .framer-1i6qtqb > :last-child, .framer-WBhJo .framer-rfq6m7 > :last-child { margin-bottom: 0px; } .framer-WBhJo .framer-3xq522 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-WBhJo .framer-1ww8pyd > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-WBhJo .framer-6pt1wn > *, .framer-WBhJo .framer-xdncfy > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-WBhJo .framer-6pt1wn > :first-child, .framer-WBhJo .framer-xdncfy > :first-child, .framer-WBhJo .framer-1da3lt2 > :first-child, .framer-WBhJo .framer-7h45in > :first-child, .framer-WBhJo .framer-1htpi3x > :first-child { margin-left: 0px; } .framer-WBhJo .framer-6pt1wn > :last-child, .framer-WBhJo .framer-xdncfy > :last-child, .framer-WBhJo .framer-1da3lt2 > :last-child, .framer-WBhJo .framer-7h45in > :last-child, .framer-WBhJo .framer-1htpi3x > :last-child { margin-right: 0px; } .framer-WBhJo .framer-1i6qtqb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WBhJo .framer-rfq6m7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-WBhJo .framer-1da3lt2 > *, .framer-WBhJo .framer-7h45in > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WBhJo .framer-1htpi3x > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-WBhJo.framer-1txbtcp { width: 1200px; } .framer-WBhJo .framer-6pt1wn { order: 0; } .framer-WBhJo .framer-xsll8k { order: 1; } .framer-WBhJo .framer-6nue0j { order: 2; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-WBhJo.framer-1txbtcp { width: 810px; } .framer-WBhJo .framer-3xq522 { width: 640px; } .framer-WBhJo .framer-1ww8pyd { gap: 14px; order: 0; } .framer-WBhJo .framer-oxzbmb { order: 1; } .framer-WBhJo .framer-15bchpx-container { order: 2; } .framer-WBhJo .framer-hcte4g { order: 3; } .framer-WBhJo .framer-1i6qtqb { order: 6; } .framer-WBhJo .framer-rfq6m7 { align-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 32px; justify-content: flex-start; order: 4; } .framer-WBhJo .framer-1da3lt2 { align-content: flex-start; align-items: flex-start; } .framer-WBhJo .framer-25ok50, .framer-WBhJo .framer-1ng9g { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-WBhJo .framer-1htpi3x { order: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WBhJo .framer-1ww8pyd, .framer-WBhJo .framer-rfq6m7 { gap: 0px; } .framer-WBhJo .framer-1ww8pyd > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-WBhJo .framer-1ww8pyd > :first-child, .framer-WBhJo .framer-rfq6m7 > :first-child { margin-top: 0px; } .framer-WBhJo .framer-1ww8pyd > :last-child, .framer-WBhJo .framer-rfq6m7 > :last-child { margin-bottom: 0px; } .framer-WBhJo .framer-rfq6m7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\",\"@media (max-width: 809px) { .framer-WBhJo.framer-1txbtcp { padding: 120px 20px 80px 20px; width: 390px; } .framer-WBhJo .framer-3xq522 { gap: 40px; width: 100%; } .framer-WBhJo .framer-1ww8pyd, .framer-WBhJo .framer-rfq6m7 { gap: 24px; } .framer-WBhJo .framer-xdncfy { gap: 6px; order: 0; } .framer-WBhJo .framer-gfzhaa { height: var(--framer-aspect-ratio-supported, 20px); width: 20px; } .framer-WBhJo .framer-svs4x { order: 1; } .framer-WBhJo .framer-1i6qtqb { gap: 16px; width: 100%; } .framer-WBhJo .framer-1htpi3x { height: 46px; width: 170px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WBhJo .framer-3xq522, .framer-WBhJo .framer-1ww8pyd, .framer-WBhJo .framer-xdncfy, .framer-WBhJo .framer-1i6qtqb, .framer-WBhJo .framer-rfq6m7 { gap: 0px; } .framer-WBhJo .framer-3xq522 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-WBhJo .framer-3xq522 > :first-child, .framer-WBhJo .framer-1ww8pyd > :first-child, .framer-WBhJo .framer-1i6qtqb > :first-child, .framer-WBhJo .framer-rfq6m7 > :first-child { margin-top: 0px; } .framer-WBhJo .framer-3xq522 > :last-child, .framer-WBhJo .framer-1ww8pyd > :last-child, .framer-WBhJo .framer-1i6qtqb > :last-child, .framer-WBhJo .framer-rfq6m7 > :last-child { margin-bottom: 0px; } .framer-WBhJo .framer-1ww8pyd > *, .framer-WBhJo .framer-rfq6m7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-WBhJo .framer-xdncfy > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-WBhJo .framer-xdncfy > :first-child { margin-left: 0px; } .framer-WBhJo .framer-xdncfy > :last-child { margin-right: 0px; } .framer-WBhJo .framer-1i6qtqb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4338\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KywH8bkXJ\":{\"layout\":[\"fixed\",\"auto\"]},\"uTHGAKtq4\":{\"layout\":[\"fixed\",\"auto\"]},\"nLmgr8G_R\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramertlQm_EzWc=withCSS(Component,css,\"framer-WBhJo\");export default FramertlQm_EzWc;FramertlQm_EzWc.displayName=\"Advent Calendar\";FramertlQm_EzWc.defaultProps={height:4338,width:1440};addFonts(FramertlQm_EzWc,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj757Y0rw-oME.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]},...TocBoxFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...componentPresets.fonts?.[\"ofpycVWd5\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"ofpycVWd5\"]):[],...componentPresets.fonts?.[\"LXo_Y6frx\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"LXo_Y6frx\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertlQm_EzWc\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KywH8bkXJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uTHGAKtq4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nLmgr8G_R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"4338\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HEADING_TO_DISPLAY", "SCROLL_MARGIN_TOP", "useStore", "createStore", "withTableOfContent", "Component", "props", "store", "p", "l", "window", "b", "type", "id", "heading", "index", "withContent", "setStore", "newProps", "setNewProps", "ye", "ue", "formatTableOfContent", "newChildren", "item", "children", "formattedId", "formatHeading", "newItem", "u", "result", "formattedHeading", "liuHXHziz_exports", "__export", "__FramerMetadata__", "liuHXHziz_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "OrBxpPgdg", "LRTesGt16", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerliuHXHziz", "withCSS", "liuHXHziz_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "TableOfContentFonts", "getFonts", "liuHXHziz_default", "TableOfContentWithTableOfContent1x4kppvWithMappedReactProps5kmvsj", "withMappedReactProps", "withCodeBoundaryForOverrides", "withTableOfContent", "liuHXHziz_exports", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapv5z0lq", "args", "onTap10ddhbs", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FrameraUv4gILMW", "withCSS", "aUv4gILMW_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "TocBoxFonts", "getFonts", "aUv4gILMW_default", "RichTextWithContenthcte4g", "withCodeBoundaryForOverrides", "RichText2", "withContent", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "isSet", "prefix", "suffix", "transition1", "animation", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "Kix9q_5Vs_default", "ByF243Q1w_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "O86fiX29P", "SuLubHUYP", "tNDZkcHAl_H4I3wjIan", "tNDZkcHAl_Akn1zKuJu", "tNDZkcHAl_ga7xCL5HW", "jsEXEpArw", "qm9XHo0o0", "ovXwmElt4", "previousItemId", "previousItemId_Yi0lwN3k0", "previousItemId_SuLubHUYP", "nextItemId_lChmHQmcq", "nextItemId", "nextItemId_Yi0lwN3k0", "nextItemId_SuLubHUYP", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "activeLocaleCode", "useLocaleCode", "textContent", "visible", "textContent1", "getLocalizedValue", "visible1", "textContent2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichText2", "x", "Link", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "ComponentViewportProvider", "Container", "aUv4gILMW_default", "ComponentPresetsProvider", "RichTextWithContenthcte4g", "css", "FramertlQm_EzWc", "withCSS", "tlQm_EzWc_default", "addFonts", "TocBoxFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
