{"id":28595,"date":"2021-01-22T21:46:24","date_gmt":"2021-01-22T21:46:24","guid":{"rendered":"https:\/\/kdc1000.wpengine.com\/?post_type=program&#038;p=28595"},"modified":"2021-01-29T15:48:54","modified_gmt":"2021-01-29T15:48:54","slug":"arts-checkoff","status":"publish","type":"program","link":"https:\/\/www.kansascommerce.gov\/ja\/program\/arts-checkoff\/","title":{"rendered":"\u30a2\u30fc\u30c8\u30fb\u30c1\u30a7\u30c3\u30af\u30aa\u30d5"},"content":{"rendered":"                <div class=\"hero-block hero-block--simple  \" >\n\n        <div class=\"breadcrumb_wrapper\">\n                                                <a href=\"https:\/\/www.kansascommerce.gov\">Home<\/a> \/\n                                                                <a href=\"https:\/\/www.kansascommerce.gov\/ja\/programs-services\/\">Programs &#038; Services<\/a> \/\n                                                                <span>Arts Checkoff<\/span>\n                                    <\/div>\n\n        <div class=\"container h-100\">\n            <div class=\"row align-items-center h-100\">\n                <div class=\"col-12 content\">\n                    <div>\n\n<h1 class=\"wp-block-heading\" id=\"h-arts-checkoff\">Arts Checkoff<\/h1>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"h-supporting-the-arts-is-easy-in-kansas-with-arts-checkoff-on-tax-returns\">Supporting the arts is easy in Kansas with \u2018Arts Checkoff\u2019 on tax returns<\/h5>\n\n<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n    <div class=\"container \">            <div class=\"wrapper-block  \" style=\"\n                                                                                                                                    \">\n        \n\n<p>Kansans may direct all or part of their state income tax refund to support the arts. Individuals who will receive a refund will have an \u201cArts Checkoff\u201d option to donate a portion of the refund to the Kansas Creative Arts Industries Commission. The Kansas Department of Revenue will send the designated amount of the refund to the KCAIC. <\/p>\n\n\n\n<p><br>All funds that the KCAIC receives through the \u201cArts Checkoff\u201d will directly fund arts programming in Kansas. The KCAIC offers several programs that support artists and organizations in communities across the state. Programs include the Strategic Investment Program, the Arts Integration Program, New Dance and New Play Labs and the Tallgrass Artist Residency.<\/p>\n\n\n        <div class=\"clearfix\"><\/div>\n    <\/div>\n    <\/div>\n\n                <div class=\"wrapper-block  \" style=\"\n                                                                                                                                    \">\n        \n                    <div class=\"custom-cover-block d-flex justify-content-center   \" style=\"\n                                                        background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/DSC6223-1-e1598493649392.jpg');\n                                                                                    \" id=\"coverblock-877706875\">\n        <div class=\"inner-content col-12 col-md-10 col-lg-9\" style=\"\n                                        color: #333333 !important;\n                                                                            \">\n            <div class=\"content\">\n\n<p>\u201cFunds received through the Arts Checkoff help support artists and organizations across Kansas that are using the arts to grow the economy and better their communities. Directing a portion of their state income tax refund to the KCAIC is a convenient way for Kansans to help support the arts in our state.\u201d &#8211; Peter Jasso, Kansas Creative Arts Industries Commission Director<strong> <\/strong><\/p>\n\n<\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"video-lightbox-877706875\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-877706875\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        #coverblock-877706875 .inner-content:before {background-color: white;}                \n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        .video-link {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            jQuery('#coverblock-877706875 .wp-block-button__link').addClass('');\n            \n            const coverBlock = jQuery('#coverblock-877706875');\n            const lightbox = jQuery('#video-lightbox-877706875');\n            const videoFrame = jQuery('#video-frame-877706875');\n            const closeBtn = jQuery('#video-lightbox-877706875 .video-lightbox-close');\n            \n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            coverBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n            \n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    \n\n\n<p><\/p>\n\n\n        <div class=\"clearfix\"><\/div>\n    <\/div>\n    \n\n                <div class=\"wrapper-block  \" style=\"\n                                                                                                                                    \">\n        \n    <div class=\"container \">            <div class=\"headline-block\n                                                                                      \"\n         style=\"\n                                                                                                                                                                                                         \">\n        \n\n<h3 class=\"wp-block-heading\" id=\"h-ready-to-engage-in-the-arts-we-want-to-be-a-partner\">Ready to engage in the arts? We want to be a partner.<\/h3>\n\n\n\n<p>Contact our team to learn more about arts and culture programs in Kansas.<\/p>\n\n\n                    <\/div>\n    <\/div>\n\n    <div class=\"container \">            <div class=\"card-wrapper-block row  remove-margin-top remove-margin-bottom\">\n                \n                <div class=\"staff-card-block row-block col-12\"><div class=\"row align-items-center\"><div class=\"col-12 col-sm-5 col-md-4 col-lg-3 img_wrap\"><div class=\"bg-block\" style=\"background-image: url('');\"><\/div><\/div><div class=\"col-12 col-sm-7 col-md-8 col-lg-9\"><div class=\"d-flex align-items-center\"><h5><\/h5><\/div><p><\/p><\/div><\/div><\/div>    \n\n                <div class=\"staff-card-block row-block col-12\"><div class=\"row align-items-center\"><div class=\"col-12 col-sm-5 col-md-4 col-lg-3 img_wrap\"><div class=\"bg-block\" style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2024\/09\/Kate-Van-Steenhuyse-Headshot-01-BW-1024x682.jpg');\"><\/div><\/div><div class=\"col-12 col-sm-7 col-md-8 col-lg-9\"><div class=\"d-flex align-items-center\"><h5>Kate Van Steenhuyse<\/h5><\/div><p>Assistant Director of Kansas Arts Commission<\/p><p><a href=\"tel:(785) 3791608\">(785) 379-1608<\/a><a href=\"mailto:Kate.VanSteenhuyse@ks.gov\">Kate.VanSteenhuyse@ks.gov<\/a><\/p><\/div><\/div><\/div>    \n\n    <\/div>\n    <\/div>\n\n        <div class=\"clearfix\"><\/div>\n    <\/div>\n    \n\n                <div class=\"wrapper-block  \" style=\"\n                                                                                                                                    \">\n        \n                    <div class=\"custom-cover-block d-flex justify-content-center   \" style=\"\n                                                        background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/106.1-1.jpg');\n                                                                                    \" id=\"coverblock-597582275\">\n        <div class=\"inner-content col-12 col-md-10 col-lg-9\" style=\"\n                                        color: #333333 !important;\n                                                                            \">\n            <div class=\"content\">\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-want-to-learn-more-about-cultural-development-programs\">Want to learn more about Cultural Development Programs?<\/h3>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/www.kansascommerce.gov\/program\/culture\/\">Click Here<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n<\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"video-lightbox-597582275\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-597582275\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        #coverblock-597582275 .inner-content:before {background-color: #ffffff;}                \n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        .video-link {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            jQuery('#coverblock-597582275 .wp-block-button__link').addClass('');\n            \n            const coverBlock = jQuery('#coverblock-597582275');\n            const lightbox = jQuery('#video-lightbox-597582275');\n            const videoFrame = jQuery('#video-frame-597582275');\n            const closeBtn = jQuery('#video-lightbox-597582275 .video-lightbox-close');\n            \n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            coverBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n            \n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    \n\n        <div class=\"clearfix\"><\/div>\n    <\/div>\n    ","protected":false},"excerpt":{"rendered":"","protected":false},"featured_media":0,"parent":0,"menu_order":48,"template":"","class_list":["post-28595","program","type-program","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Arts Checkoff - Kansas Department of Commerce<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kansascommerce.gov\/ja\/program\/kcaic\/arts-checkoff\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Arts Checkoff - Kansas Department of Commerce\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kansascommerce.gov\/ja\/program\/kcaic\/arts-checkoff\/\" \/>\n<meta property=\"og:site_name\" content=\"Kansas Department of Commerce\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/KansasCommerce\/\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-29T15:48:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/09\/KDC_OG-MEta.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@KansasCommerce\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/program\\\/kcaic\\\/arts-checkoff\\\/\",\"url\":\"https:\\\/\\\/www.kansascommerce.gov\\\/program\\\/kcaic\\\/arts-checkoff\\\/\",\"name\":\"Arts Checkoff - Kansas Department of Commerce\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#website\"},\"datePublished\":\"2021-01-22T21:46:24+00:00\",\"dateModified\":\"2021-01-29T15:48:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/program\\\/kcaic\\\/arts-checkoff\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.kansascommerce.gov\\\/program\\\/kcaic\\\/arts-checkoff\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/program\\\/kcaic\\\/arts-checkoff\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.kansascommerce.gov\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Programs\",\"item\":\"https:\\\/\\\/www.kansascommerce.gov\\\/program\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Arts Checkoff\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#website\",\"url\":\"https:\\\/\\\/www.kansascommerce.gov\\\/\",\"name\":\"Kansas Department of Commerce\",\"description\":\"Empowering Prosperity\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.kansascommerce.gov\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#organization\",\"name\":\"Kansas Department of Commerce\",\"url\":\"https:\\\/\\\/www.kansascommerce.gov\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.kansascommerce.gov\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/kdc_logo.png\",\"contentUrl\":\"https:\\\/\\\/www.kansascommerce.gov\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/kdc_logo.png\",\"width\":600,\"height\":347,\"caption\":\"Kansas Department of Commerce\"},\"image\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/KansasCommerce\\\/\",\"https:\\\/\\\/x.com\\\/KansasCommerce\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/kansas-department-of-commerce\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Arts Checkoff - Kansas Department of Commerce","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.kansascommerce.gov\/ja\/program\/kcaic\/arts-checkoff\/","og_locale":"ja_JP","og_type":"article","og_title":"Arts Checkoff - Kansas Department of Commerce","og_url":"https:\/\/www.kansascommerce.gov\/ja\/program\/kcaic\/arts-checkoff\/","og_site_name":"Kansas Department of Commerce","article_publisher":"https:\/\/www.facebook.com\/KansasCommerce\/","article_modified_time":"2021-01-29T15:48:54+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/09\/KDC_OG-MEta.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@KansasCommerce","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.kansascommerce.gov\/program\/kcaic\/arts-checkoff\/","url":"https:\/\/www.kansascommerce.gov\/program\/kcaic\/arts-checkoff\/","name":"Arts Checkoff - Kansas Department of Commerce","isPartOf":{"@id":"https:\/\/www.kansascommerce.gov\/#website"},"datePublished":"2021-01-22T21:46:24+00:00","dateModified":"2021-01-29T15:48:54+00:00","breadcrumb":{"@id":"https:\/\/www.kansascommerce.gov\/program\/kcaic\/arts-checkoff\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kansascommerce.gov\/program\/kcaic\/arts-checkoff\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.kansascommerce.gov\/program\/kcaic\/arts-checkoff\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kansascommerce.gov\/"},{"@type":"ListItem","position":2,"name":"Programs","item":"https:\/\/www.kansascommerce.gov\/program\/"},{"@type":"ListItem","position":3,"name":"Arts Checkoff"}]},{"@type":"WebSite","@id":"https:\/\/www.kansascommerce.gov\/#website","url":"https:\/\/www.kansascommerce.gov\/","name":"\u30ab\u30f3\u30b6\u30b9\u5dde\u5546\u52d9\u7701","description":"\u7e41\u6804\u3078\u306e\u30a8\u30f3\u30d1\u30ef\u30fc\u30e1\u30f3\u30c8","publisher":{"@id":"https:\/\/www.kansascommerce.gov\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kansascommerce.gov\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/www.kansascommerce.gov\/#organization","name":"\u30ab\u30f3\u30b6\u30b9\u5dde\u5546\u52d9\u7701","url":"https:\/\/www.kansascommerce.gov\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/","url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","contentUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","width":600,"height":347,"caption":"Kansas Department of Commerce"},"image":{"@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/KansasCommerce\/","https:\/\/x.com\/KansasCommerce","https:\/\/www.linkedin.com\/company\/kansas-department-of-commerce\/"]}]}},"publishpress_future_action":{"enabled":false,"date":"2026-06-08 15:42:22","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/program\/28595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/program"}],"about":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/types\/program"}],"wp:attachment":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/media?parent=28595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}