a||125d?(a.sortIndex=c,f(t,a),null===h(r)&&a===h(t)&&(B?(E(L),L=-1):B=!0,K(H,c-d))):(a.sortIndex=e,f(r,a),A||z||(A=!0,I(J)));return a};\nexports.unstable_shouldYield=M;exports.unstable_wrapCallback=function(a){var b=y;return function(){var c=y;y=b;try{return a.apply(this,arguments)}finally{y=c}}};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","var camel2hyphen = function (str) {\n return str\n .replace(/[A-Z]/g, function (match) {\n return '-' + match.toLowerCase();\n })\n .toLowerCase();\n};\n\nmodule.exports = camel2hyphen;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const ua = navigator.userAgent.toLowerCase();\nexport const isSP = ua.match(/iphone|android.+mobile/);\nexport const isPad = !isSP && ua.match(/ipad|android/);\nexport const deviceType = isSP ? \"SP\" : isPad ? \"Pad\" : \"PC\";\nexport const isAndroid = ua.match(/android/);\n\nif (navigator.userAgent.indexOf(\"Android\") > 0) {\n let body = document.body;\n body.classList.add(\"Android\");\n}\n\nexport const imgPath = \"./assets\";\n\nconst shareURLEncoded = \"https%3A%2F%2Fwww.bunshun.co.jp%2F100th%2F\";\nconst shareTextEncorded = `%E3%83%96%E3%83%B3%E3%82%B7%E3%83%A5%E3%83%B3%E3%81%8C%E5%85%A8%E7%A4%BE%E3%82%92%E6%8C%99%E3%81%92%E3%81%9F%E5%88%9D%E3%81%AE%E3%82%AA%E3%83%B3%E3%83%A9%E3%82%A4%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E3%81%A7%E3%80%81%E3%82%A4%E3%83%81%E6%8A%BC%E3%81%97%E3%83%A1%E3%83%B3%E3%83%90%E3%83%BC%E3%81%8C%E5%A4%A7%E9%9B%86%E5%90%88%E3%80%82%0A%E3%81%AA%E3%81%AB%E3%81%8C%E8%B5%B7%E3%81%93%E3%82%8B%E3%81%8B%E4%BA%88%E6%B8%AC%E4%B8%8D%E8%83%BD%E3%81%AA2%E6%97%A5%E9%96%93%E3%82%B9%E3%83%9A%E3%82%B7%E3%83%A3%E3%83%AB%EF%BC%81%0A2022%E5%B9%B412%E6%9C%889%E6%97%A5%28%E9%87%91%29%E3%83%BB10%E6%97%A5%28%E5%9C%9F%29YouTube%E3%81%AB%E3%81%A6LIVE%E9%85%8D%E4%BF%A1%EF%BC%81%0A%23%E6%96%87%E6%98%A5100%E5%91%A8%E5%B9%B4%E3%83%95%E3%82%A7%E3%82%B9%0A${shareURLEncoded}`;\nexport const twShareLink = `https://twitter.com/intent/tweet?text=${shareTextEncorded}`;\nexport const fbSshareLink = `https://www.facebook.com/sharer/sharer.php?u=${shareURLEncoded}`;\nexport const lnSshareLink = `http://line.me/R/msg/text/?${shareTextEncorded}`;\n","import React from \"react\";\nimport { imgPath } from \"../../feature/core\";\n\nexport default function Img({ fileName, fileType = \"png\", ...props }) {\n return (\n \n {isContain.name}\n {isContain.job}\n \n {isContain.info?.match(/\\n/) ? 出演者 コンテンツ内容 \n {programData.abstract\n .split(/(\\n)/)\n .map((text) => {\n return text?.match(/\\n/) ? (\n 2022.12.9 サイトを更新しました。\n );\n}\n","import React, { Fragment, useEffect } from \"react\";\nimport { isAndroid } from \"../feature/core\";\nimport Img from \"./basic/Img\";\nimport ModalScroll from \"./ModalScroll\";\n\nfunction ModalPrograms({ programData }) {\n // calcScrollBarHeight();\n let modalMain = document.getElementById(\"modal-main\");\n let modalContents = document.getElementById(\"modal-contents\");\n let modal = document.getElementById(\"modal-contents-main\");\n let contents = document.getElementById(\"modal-contents-left\");\n let toggle = document.getElementById(\"scrollvar-position\");\n let bar = document.getElementById(\"scrollvar-bg\");\n\n const closeModal = () => {\n let modal = document.getElementById(\"modal-wrap\");\n modal.style.setProperty(\"display\", \"none\");\n document.body.style.overflowY = \"scroll\";\n };\n const calcScrollBarHeight = () => {\n modal = document.getElementById(\"modal-contents-main\");\n contents = document.getElementById(\"modal-contents-left\");\n toggle = document.getElementById(\"scrollvar-position\");\n bar = document.getElementById(\"scrollvar-bg\");\n let toggleHeight =\n (modal.scrollHeight * bar.scrollHeight) / contents.scrollHeight;\n toggle.style.setProperty(\"height\", toggleHeight + \"px\");\n };\n const scrollFunc = () => {\n calcScrollBarHeight();\n let scrollHeightCalc =\n (toggle.scrollHeight * contents.scrollTop) / modal.scrollHeight;\n toggle.style.setProperty(\n \"transform\",\n \"translateY(\" + scrollHeightCalc + \"px)\"\n );\n };\n window.addEventListener(\"load\", () => {\n let modalMain = document.getElementById(\"modal-main\");\n let modalContents = document.getElementById(\"modal-contents\");\n if (isAndroid) {\n modalMain.style.setProperty(\"height\", window.innerHeight + \"px\");\n modalContents.style.setProperty(\n \"height\",\n window.innerHeight + \"px\"\n );\n }\n });\n window.addEventListener(\"resize\", () => {\n let modalMain = document.getElementById(\"modal-main\");\n let modalContents = document.getElementById(\"modal-contents\");\n if (isAndroid) {\n modalMain.style.setProperty(\"height\", window.innerHeight + \"px\");\n modalContents.style.setProperty(\n \"height\",\n window.innerHeight + \"px\"\n );\n }\n });\n\n const ifPerformerContain = (isContain) => {\n if (isContain) {\n return (\n
: isContain.info}\n \n \n
\n
\n
\n
\n
\n
\n ) : (\n text\n );\n })}\n \n
\n
\n \n
\n
\n
\n
\n
\n
\n