<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>エクステリア - 岐阜で看板制作ならクリエイターズ5</title>
	<atom:link href="https://creators-5.com/gallery_cat/exterior/feed/" rel="self" type="application/rss+xml" />
	<link>https://creators-5.com</link>
	<description>岐阜を拠点に、看板制作・デザイン・ブランディングまでワンストップでご提案するクリエイターズ5。オリジナル看板から店舗・企業の魅力を引き出すデザイン、移動販売車やWEB制作まで幅広く対応。丁寧なヒアリングで理想をカタチにします。お問い合わせ・見積り無料。</description>
	<lastBuildDate>Sat, 21 Feb 2026 15:03:50 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://creators-5.com/wp-content/uploads/2023/09/cropped-Creatorsイラスト-scaled-1-32x32.jpg</url>
	<title>エクステリア - 岐阜で看板制作ならクリエイターズ5</title>
	<link>https://creators-5.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>grappa 様</title>
		<link>https://creators-5.com/gallery/grappa/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=grappa</link>
					<comments>https://creators-5.com/gallery/grappa/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Sun, 04 Jan 2026 23:32:47 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2892</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-1024x444.webp" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-1024x444.webp" class="webfeedsFeaturedVisual" /></p><div class="swell-block-fullWide pc-py-0 sp-py-0 alignfull"><div class="swell-block-fullWide__inner l-container">
<figure class="wp-block-image alignfull size-large animated fadeIn slower u-lb-off sp_only"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-1024x444.webp" alt="" class="wp-image-2897" srcset="https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<section class="works-section">
  <div class="works-inner">

    <!-- 左 -->
    <div class="works-left">
      <div class="block fade-item">
        <div class="block-label">client</div>
        <div class="block-body">
　　　　　<!-- ①クライアント名を変えてください -->
          <p>grappa 様</p>
          
        </div>
      </div>

      <div class="block fade-item">
        <div class="block-label">work</div>
        <div class="block-body">
　　　　　<!-- ②workの内容を変えてください -->
          <p>ステンレス切り文字看板</p>
          <p>A看板</p>
          <p>メニュー表</p>
          <p>チラシ</p>
        </div>
      </div>
    </div>

    <!-- 右 -->
    <div class="works-right fade-item">
      <div class="works-right-inner">
　　　　　<!-- ③画像を差し替えてください -->
        <img decoding="async" src="https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless.webp" alt="">
      </div>
    </div>
  </div>

  <!-- about -->
  <div class="about-block fade-item">
    <div class="about-label">about</div>
    <div class="about-divider"></div>
    <p class="about-text">
      岐阜県岐阜市で飲食店を営まれているgrappa様のブランディングに関わるデザイン制作を担当させていただきました。
ステンレス切り文字看板をはじめ、A看板、メニュー表、チラシなどの制作を担当し、ネオン管を照明代わりに使用して切り文字をぼんやりと照らす仕様の看板デザインにより、店舗の世界観やコンセプトを大切にしたデザインに仕上げさせていただきました。
    </p>
  </div>
</section>

<script>
document.addEventListener("DOMContentLoaded", function () {
  const items = document.querySelectorAll(".fade-item");

  // IntersectionObserver 非対応端末は強制表示
  const unsupported = !("IntersectionObserver" in window);
  if (unsupported) {
    items.forEach((el) => el.classList.add("is-visible"));
    return;
  }

  const observer = new IntersectionObserver(
    (entries, obs) => {
      entries.forEach((entry) => {
        if (!entry.isIntersecting) return;

        const el = entry.target;
        const index = Array.prototype.indexOf.call(items, el);
        el.style.animationDelay = index * 0.15 + "s";
        el.classList.add("is-visible");

        obs.unobserve(el);
      });
    },
    {
      threshold: 0.2,
      rootMargin: "0px 0px -10% 0px"
    }
  );

  items.forEach((item) => observer.observe(item));
});
</script>
</div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull u-mb-ctrl u-mb-40"><div class="swell-block-fullWide__inner l-container">
<figure class="wp-block-image size-large animated fadeIn slower u-lb-off"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2025/12/grappa_kanban02-1024x444.webp" alt="" class="wp-image-2895" srcset="https://creators-5.com/wp-content/uploads/2025/12/grappa_kanban02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/grappa_kanban02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/grappa_kanban02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/grappa_kanban02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/grappa_kanban02-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large animated fadeIn slower u-lb-off"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2025/12/grappa_kabe-1024x444.webp" alt="" class="wp-image-2893" srcset="https://creators-5.com/wp-content/uploads/2025/12/grappa_kabe-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/grappa_kabe-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/grappa_kabe-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/grappa_kabe-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/grappa_kabe-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign-1024x444.webp" alt="" class="wp-image-2980" srcset="https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign01-1024x444.webp" alt="" class="wp-image-2981" srcset="https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign01-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign01-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign01-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign01-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign01-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign02-1024x444.webp" alt="" class="wp-image-2982" srcset="https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/grappa_neonsign02-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-1024x444.webp" alt="" class="wp-image-2897" srcset="https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2025/12/grappa_menu-1024x444.webp" alt="" class="wp-image-2896" srcset="https://creators-5.com/wp-content/uploads/2025/12/grappa_menu-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/grappa_menu-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/grappa_menu-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/grappa_menu-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/grappa_menu-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull"><div class="swell-block-fullWide__inner l-container">
<h1 class="wp-block-heading has-text-align-left is-style-section_ttl u-mb-ctrl u-mb-0 has-swl-main-color has-text-color has-link-color wp-elements-94738945a00f4fa290c7844aef126945"><span class="swl-fz u-fz-xs">その他の制作実績</span></h1>



<hr class="wp-block-separator has-text-color has-swl-main-color has-alpha-channel-opacity has-swl-main-background-color has-background is-style-wide"/>


<div class="p-postListWrap"><ul class="p-postList -type-card -pc-col3 -sp-col2"><li class="p-postList__item">
	<a href="https://creators-5.com/gallery/%e6%9c%89%e9%99%90%e4%bc%9a%e7%a4%be%e3%83%a1%e3%83%87%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%80%80%e3%82%b1%e3%82%a2%e3%83%97%e3%83%a9%e3%82%bb%e3%83%b3%e3%82%bf%e3%83%bc-%e6%a7%98%ef%bd%9c%e9%87%8e/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/04/medix_nodate00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/medix_nodate00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/medix_nodate00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/medix_nodate00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/medix_nodate00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/medix_nodate00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/medix_nodate00-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">有限会社メディックス　ケアプラセンター 様｜野立て看板</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/tanasejuryowrapping/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="444"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/01/tj_car_wrapping03-1024x444.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/tj_car_wrapping03-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/tj_car_wrapping03-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/tj_car_wrapping03-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/tj_car_wrapping03-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/tj_car_wrapping03-2048x889.webp 2048w" data-aspectratio="1024/444" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/tj_car_wrapping03-1024x444.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">棚瀬重量 様｜車ラッピング</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/%e9%ae%8e%e6%96%99%e7%90%86-%e3%81%b2%e3%82%89%e3%81%84-%e6%a7%98%ef%bd%9c%e6%9a%96%e7%b0%be/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/04/hirai_noren00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/hirai_noren00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/hirai_noren00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/hirai_noren00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/hirai_noren00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/hirai_noren00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/hirai_noren00-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">鮎料理 ひらい 様｜暖簾</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/%e3%82%aa%e3%83%b3%e3%83%80%e3%82%af%e3%83%aa%e3%83%bc%e3%83%8b%e3%83%b3%e3%82%b0%e9%87%8e%e7%95%91-%e6%a7%98%ef%bd%9c%e7%9c%8b%e6%9d%bf/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">オンダクリーニング野畑 様｜看板</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
</ul></div></div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull"><div class="swell-block-fullWide__inner l-container">
<h1 class="wp-block-heading has-text-align-left is-style-section_ttl u-mb-ctrl u-mb-0 has-swl-main-color has-text-color has-link-color wp-elements-7a2f7de7a2180489f77db211f57fc9c5"><span class="swl-fz u-fz-xs">CONTACT</span></h1>



<hr class="wp-block-separator has-text-color has-swl-main-color has-alpha-channel-opacity has-swl-main-background-color has-background is-style-wide"/>



<section class="contact-block">
  <div class="contact-inner">

    <!-- 左テキスト（テキスト用フェード） -->
    <div class="contact-left fade-text" style="--d:0ms">
      <p class="contact-lead">
        お気軽にお問い合わせくださいませ。
      </p>

      <p>
        Creator’s5では岐阜、三重、愛知を中心に様々な県のお客様から
        ご依頼いただいております。
      </p>

      <p>
        お問い合わせやお見積もり等お気軽にお問い合わせくださいませ。
      </p>

      <p>
        LINEやZOOM打ち合わせなどもご対応させていただけます。
      </p>
    </div>

    <!-- 右ボタン（ボタン用フェード） -->
    <div class="contact-right">
      <a href="https://creators-5.com/contact/" class="contact-btn fade-btn" style="--d:200ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 13h-4v-1h4v1zm2.318-4.288l3.301 3.299-4.369.989 1.068-4.288zm11.682-5.062l-7.268 7.353-3.401-3.402 7.267-7.352 3.402 3.401zm-6 8.916v.977c0 4.107-6 2.457-6 2.457s1.518 6-2.638 6h-7.362v-20h14.056l1.977-2h-18.033v24h10.189c3.163 0 9.811-7.223 9.811-9.614v-3.843l-2 2.023z"/></svg>
        <span class="contact-btn__text">お問い合わせフォーム</span>
      </a>

      <a href="tel:0582131567" class="contact-btn fade-btn" style="--d:350ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/></svg>
        <span class="contact-btn__text">058-213-1567</span>
      </a>

      <a href="mailto:info@creators-5.com" class="contact-btn fade-btn" style="--d:500ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z"/></svg>
        <span class="contact-btn__text">info@creators-5.com</span>
      </a>
    </div>

  </div>
</section>

<script>
/* フェード制御（役割分離対応） */
(() => {
  const items = document.querySelectorAll('.fade-text, .fade-btn');

  const io = new IntersectionObserver((entries) => {
    entries.forEach(entry => {
      if (!entry.isIntersecting) return;
      entry.target.classList.add('is-show');
      io.unobserve(entry.target);
    });
  }, { threshold: 0.15 });

  items.forEach(el => io.observe(el));
})();
</script>
</div></div><p>The post <a href="https://creators-5.com/gallery/grappa/">grappa 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/grappa/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>焼肉五十八 様</title>
		<link>https://creators-5.com/gallery/yakinikuisoya/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yakinikuisoya</link>
					<comments>https://creators-5.com/gallery/yakinikuisoya/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Sun, 04 Jan 2026 23:31:42 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2971</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-1024x554.webp" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-1024x554.webp" class="webfeedsFeaturedVisual" /></p><div class="swell-block-fullWide pc-py-0 sp-py-0 alignfull"><div class="swell-block-fullWide__inner l-container">
<figure class="wp-block-image alignfull size-large animated fadeIn slower u-lb-off sp_only"><img decoding="async" width="1024" height="554" src="https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-1024x554.webp" alt="" class="wp-image-2973" srcset="https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-2048x1108.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<section class="works-section">
  <div class="works-inner">

    <!-- 左 -->
    <div class="works-left">
      <div class="block fade-item">
        <div class="block-label">client</div>
        <div class="block-body">
　　　　　<!-- ①クライアント名を変えてください -->
          <p>焼肉 五十八 様</p>
          
        </div>
      </div>

      <div class="block fade-item">
        <div class="block-label">work</div>
        <div class="block-body">
　　　　　<!-- ②workの内容を変えてください -->
          <p>ロゴ</p>
          <p>看板制作</p>
          <p>ユニホーム</p>
          <p>名刺</p>
<p>提灯</p>
<p>クロス張り替え</p>
<p>塩ビタイル</p>
<p>クッションフロア</p>
<p>カウンター造作</p>
<p>襖張り替え</p>
<p>冊子交換</p>
<p>左官工事</p>
        </div>
      </div>
    </div>

    <!-- 右 -->
    <div class="works-right fade-item">
      <div class="works-right-inner">
　　　　　<!-- ③画像を差し替えてください -->
        <img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch.webp" alt="">
      </div>
    </div>
  </div>

  <!-- about -->
  <div class="about-block fade-item">
    <div class="about-label">about</div>
    <div class="about-divider"></div>
    <p class="about-text">
      岐阜県関市で飲食業を営まれている焼肉五十八 様のブランディングに関わるデザイン制作を担当させていただきました。
ロゴ制作、看板制作をはじめ、ユニホーム、名刺、提灯などの各種制作物に加え、クロス張り替え、塩ビタイル、クッションフロア、カウンター造作、襖の張り替え、冊子交換、左官工事といった内装工事まで、店舗づくりをトータルで対応させていただきました。
    </p>
  </div>
</section>

<script>
document.addEventListener("DOMContentLoaded", function () {
  const items = document.querySelectorAll(".fade-item");

  // IntersectionObserver 非対応端末は強制表示
  const unsupported = !("IntersectionObserver" in window);
  if (unsupported) {
    items.forEach((el) => el.classList.add("is-visible"));
    return;
  }

  const observer = new IntersectionObserver(
    (entries, obs) => {
      entries.forEach((entry) => {
        if (!entry.isIntersecting) return;

        const el = entry.target;
        const index = Array.prototype.indexOf.call(items, el);
        el.style.animationDelay = index * 0.15 + "s";
        el.classList.add("is-visible");

        obs.unobserve(el);
      });
    },
    {
      threshold: 0.2,
      rootMargin: "0px 0px -10% 0px"
    }
  );

  items.forEach((item) => observer.observe(item));
});
</script>
</div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull u-mb-ctrl u-mb-40"><div class="swell-block-fullWide__inner l-container">
<figure class="wp-block-image size-large animated fadeIn slower u-lb-off"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/isoya_lantern-1024x444.webp" alt="" class="wp-image-2972" srcset="https://creators-5.com/wp-content/uploads/2026/01/isoya_lantern-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/isoya_lantern-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/isoya_lantern-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/isoya_lantern-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/isoya_lantern-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large animated fadeIn slower u-lb-off"><img decoding="async" width="1024" height="554" src="https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-1024x554.webp" alt="" class="wp-image-2973" srcset="https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign_catch-2048x1108.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large animated fadeIn slower u-lb-off"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/isoya_sign-1024x444.webp" alt="" class="wp-image-2974" srcset="https://creators-5.com/wp-content/uploads/2026/01/isoya_sign-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/isoya_sign-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/isoya_signlighting-1024x444.webp" alt="" class="wp-image-2975" srcset="https://creators-5.com/wp-content/uploads/2026/01/isoya_signlighting-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/isoya_signlighting-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/isoya_signlighting-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/isoya_signlighting-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/isoya_signlighting-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/isoya_walldesign-1024x444.webp" alt="" class="wp-image-2976" srcset="https://creators-5.com/wp-content/uploads/2026/01/isoya_walldesign-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/isoya_walldesign-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/isoya_walldesign-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/isoya_walldesign-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/isoya_walldesign-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull"><div class="swell-block-fullWide__inner l-container">
<h1 class="wp-block-heading has-text-align-left is-style-section_ttl u-mb-ctrl u-mb-0 has-swl-main-color has-text-color has-link-color wp-elements-94738945a00f4fa290c7844aef126945"><span class="swl-fz u-fz-xs">その他の制作実績</span></h1>



<hr class="wp-block-separator has-text-color has-swl-main-color has-alpha-channel-opacity has-swl-main-background-color has-background is-style-wide"/>


<div class="p-postListWrap"><ul class="p-postList -type-card -pc-col3 -sp-col2"><li class="p-postList__item">
	<a href="https://creators-5.com/gallery/smile-please-%e6%a7%98%ef%bd%9c%e5%90%8d%e5%88%ba/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/03/smileplease_meishi00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/smileplease_meishi00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/smileplease_meishi00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/smileplease_meishi00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/smileplease_meishi00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/smileplease_meishi00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/smileplease_meishi00-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">Smile Please 様｜名刺</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/seiryuhorumonnobunaga/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="815" height="464"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2025/12/アセット-50.png" data-srcset="https://creators-5.com/wp-content/uploads/2025/12/アセット-50.png 815w, https://creators-5.com/wp-content/uploads/2025/12/アセット-50-300x171.png 300w, https://creators-5.com/wp-content/uploads/2025/12/アセット-50-768x437.png 768w" data-aspectratio="815/464" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2025/12/アセット-50.png" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">清流ホルモン信長 様</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/flat-base-%e6%a7%98%ef%bd%9c%e5%90%8d%e5%88%ba/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-1024x554.png" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-1024x554.png 1024w, https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-300x162.png 300w, https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-768x416.png 768w, https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-1536x831.png 1536w, https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-2048x1108.png 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-1024x554.png" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">FLAT BASE 様｜名刺</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/%e6%a0%aa%e5%bc%8f%e4%bc%9a%e7%a4%be%e3%82%b7%e3%83%a5%e3%82%af%e3%83%a9%e3%83%b3-%e6%a7%98%ef%bd%9c%e5%90%8d%e5%88%ba/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="579"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/01/アイキャッチ-1024x579.png" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/アイキャッチ-1024x579.png 1024w, https://creators-5.com/wp-content/uploads/2026/01/アイキャッチ-300x170.png 300w, https://creators-5.com/wp-content/uploads/2026/01/アイキャッチ-768x434.png 768w, https://creators-5.com/wp-content/uploads/2026/01/アイキャッチ.png 1362w" data-aspectratio="1024/579" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/アイキャッチ-1024x579.png" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">株式会社シュクラン 様｜名刺</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
</ul></div></div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull"><div class="swell-block-fullWide__inner l-container">
<h1 class="wp-block-heading has-text-align-left is-style-section_ttl u-mb-ctrl u-mb-0 has-swl-main-color has-text-color has-link-color wp-elements-7a2f7de7a2180489f77db211f57fc9c5"><span class="swl-fz u-fz-xs">CONTACT</span></h1>



<hr class="wp-block-separator has-text-color has-swl-main-color has-alpha-channel-opacity has-swl-main-background-color has-background is-style-wide"/>



<section class="contact-block">
  <div class="contact-inner">

    <!-- 左テキスト（テキスト用フェード） -->
    <div class="contact-left fade-text" style="--d:0ms">
      <p class="contact-lead">
        お気軽にお問い合わせくださいませ。
      </p>

      <p>
        Creator’s5では岐阜、三重、愛知を中心に様々な県のお客様から
        ご依頼いただいております。
      </p>

      <p>
        お問い合わせやお見積もり等お気軽にお問い合わせくださいませ。
      </p>

      <p>
        LINEやZOOM打ち合わせなどもご対応させていただけます。
      </p>
    </div>

    <!-- 右ボタン（ボタン用フェード） -->
    <div class="contact-right">
      <a href="https://creators-5.com/contact/" class="contact-btn fade-btn" style="--d:200ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 13h-4v-1h4v1zm2.318-4.288l3.301 3.299-4.369.989 1.068-4.288zm11.682-5.062l-7.268 7.353-3.401-3.402 7.267-7.352 3.402 3.401zm-6 8.916v.977c0 4.107-6 2.457-6 2.457s1.518 6-2.638 6h-7.362v-20h14.056l1.977-2h-18.033v24h10.189c3.163 0 9.811-7.223 9.811-9.614v-3.843l-2 2.023z"/></svg>
        <span class="contact-btn__text">お問い合わせフォーム</span>
      </a>

      <a href="tel:0582131567" class="contact-btn fade-btn" style="--d:350ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/></svg>
        <span class="contact-btn__text">058-213-1567</span>
      </a>

      <a href="mailto:info@creators-5.com" class="contact-btn fade-btn" style="--d:500ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z"/></svg>
        <span class="contact-btn__text">info@creators-5.com</span>
      </a>
    </div>

  </div>
</section>

<script>
/* フェード制御（役割分離対応） */
(() => {
  const items = document.querySelectorAll('.fade-text, .fade-btn');

  const io = new IntersectionObserver((entries) => {
    entries.forEach(entry => {
      if (!entry.isIntersecting) return;
      entry.target.classList.add('is-show');
      io.unobserve(entry.target);
    });
  }, { threshold: 0.15 });

  items.forEach(el => io.observe(el));
})();
</script>
</div></div><p>The post <a href="https://creators-5.com/gallery/yakinikuisoya/">焼肉五十八 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/yakinikuisoya/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>かじ木 様</title>
		<link>https://creators-5.com/gallery/kaziki/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kaziki</link>
					<comments>https://creators-5.com/gallery/kaziki/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Sun, 04 Jan 2026 16:04:02 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2960</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo00-1024x554.webp" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo00-1024x554.webp" class="webfeedsFeaturedVisual" /></p><div class="swell-block-fullWide pc-py-0 sp-py-0 alignfull"><div class="swell-block-fullWide__inner l-container">
<figure class="wp-block-image alignfull size-large animated fadeIn slower u-lb-off sp_only"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-1024x444.webp" alt="" class="wp-image-3902" srcset="https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<section class="works-section">
  <div class="works-inner">

    <!-- 左 -->
    <div class="works-left">
      <div class="block fade-item">
        <div class="block-label">client</div>
        <div class="block-body">
　　　　　<!-- ①クライアント名を変えてください -->
          <p>カジキ 様</p>
         
        </div>
      </div>

      <div class="block fade-item">
        <div class="block-label">work</div>
        <div class="block-body">
　　　　　<!-- ②workの内容を変えてください -->
          <p>ロゴ</p>
          <p>カッティングシート施工</p>
          <p>カウンターダイノックシート貼り</p>
          <p>提灯</p>
<p>フォグラスシート</p>
<p>ユニホーム</p>
<p>パンフレット</p>
<p>折込チラシ</p>
<p>メニュー表</p>
<p>厨房内 造作</p>
        </div>
      </div>
    </div>

    <!-- 右 -->
    <div class="works-right fade-item">
      <div class="works-right-inner">
　　　　　<!-- ③画像を差し替えてください -->
        <img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo00.webp" alt="">
      </div>
    </div>
  </div>

  <!-- about -->
  <div class="about-block fade-item">
    <div class="about-label">about</div>
    <div class="about-divider"></div>
    <p class="about-text">
      岐阜県岐阜市柳ヶ瀬に店舗を構えるカジキ 様のブランディングに関わるデザイン制作を担当させていただきました。 ロゴマークをはじめ、カッティングシート施工、カウンターへのダイノックシート貼り、提灯、フォグラスシート、ユニホーム、パンフレット、折込チラシ、メニュー表、厨房内の造作など、店舗づくりに関わる各種制作・施工をトータルで担当させていただきました。
    </p>
  </div>
</section>

<script>
document.addEventListener("DOMContentLoaded", function () {
  const items = document.querySelectorAll(".fade-item");

  // IntersectionObserver 非対応端末は強制表示
  const unsupported = !("IntersectionObserver" in window);
  if (unsupported) {
    items.forEach((el) => el.classList.add("is-visible"));
    return;
  }

  const observer = new IntersectionObserver(
    (entries, obs) => {
      entries.forEach((entry) => {
        if (!entry.isIntersecting) return;

        const el = entry.target;
        const index = Array.prototype.indexOf.call(items, el);
        el.style.animationDelay = index * 0.15 + "s";
        el.classList.add("is-visible");

        obs.unobserve(el);
      });
    },
    {
      threshold: 0.2,
      rootMargin: "0px 0px -10% 0px"
    }
  );

  items.forEach((item) => observer.observe(item));
});
</script>
</div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull u-mb-ctrl u-mb-40"><div class="swell-block-fullWide__inner l-container">
<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-1024x444.webp" alt="" class="wp-image-3902" srcset="https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo01-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large animated fadeIn slower u-lb-off"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_lantern-1024x444.webp" alt="" class="wp-image-2963" srcset="https://creators-5.com/wp-content/uploads/2026/01/kajiki_lantern-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_lantern-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_lantern-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_lantern-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_lantern-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large animated fadeIn slower u-lb-off"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_kabe-1024x444.webp" alt="" class="wp-image-2962" srcset="https://creators-5.com/wp-content/uploads/2026/01/kajiki_kabe-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_kabe-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_kabe-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_kabe-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_kabe-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_uniform-1024x444.webp" alt="" class="wp-image-2966" srcset="https://creators-5.com/wp-content/uploads/2026/01/kajiki_uniform-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_uniform-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_uniform-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_uniform-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_uniform-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_pamphlet-1024x444.webp" alt="" class="wp-image-2965" srcset="https://creators-5.com/wp-content/uploads/2026/01/kajiki_pamphlet-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_pamphlet-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_pamphlet-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_pamphlet-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_pamphlet-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="444" src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_flyer-1024x444.webp" alt="" class="wp-image-2961" srcset="https://creators-5.com/wp-content/uploads/2026/01/kajiki_flyer-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_flyer-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_flyer-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_flyer-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_flyer-2048x889.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull"><div class="swell-block-fullWide__inner l-container">
<h1 class="wp-block-heading has-text-align-left is-style-section_ttl u-mb-ctrl u-mb-0 has-swl-main-color has-text-color has-link-color wp-elements-94738945a00f4fa290c7844aef126945"><span class="swl-fz u-fz-xs">その他の制作実績</span></h1>



<hr class="wp-block-separator has-text-color has-swl-main-color has-alpha-channel-opacity has-swl-main-background-color has-background is-style-wide"/>


<div class="p-postListWrap"><ul class="p-postList -type-card -pc-col3 -sp-col2"><li class="p-postList__item">
	<a href="https://creators-5.com/gallery/%e5%90%84%e5%8b%99%e5%8e%9f%e5%95%86%e5%b7%a5%e4%bc%9a%e8%ad%b0%e6%89%80%e9%9d%92%e5%b9%b4%e9%83%a8-%e6%a7%98%ef%bd%9c%e5%90%8d%e5%88%ba/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="558"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/03/yge_2026meishi00-1-1024x558.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/yge_2026meishi00-1-1024x558.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/yge_2026meishi00-1-300x163.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/yge_2026meishi00-1-768x418.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/yge_2026meishi00-1-1536x837.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/yge_2026meishi00-1-2048x1116.webp 2048w" data-aspectratio="1024/558" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/yge_2026meishi00-1-1024x558.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">各務原商工会議所青年部 様｜名刺</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/%e3%82%aa%e3%83%b3%e3%83%80%e3%82%af%e3%83%aa%e3%83%bc%e3%83%8b%e3%83%b3%e3%82%b0%e9%87%8e%e7%95%91-%e6%a7%98%ef%bd%9c%e7%9c%8b%e6%9d%bf/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/onda_nobata_sign00-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">オンダクリーニング野畑 様｜看板</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/emmas-wagon%e6%a7%98%ef%bd%9c%e3%82%bf%e3%83%bc%e3%83%9d%e3%83%aa%e3%83%b3%e3%83%87%e3%82%b6%e3%82%a4%e3%83%b3/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/02/emmas_tarpaulin00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/emmas_tarpaulin00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/emmas_tarpaulin00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/emmas_tarpaulin00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/emmas_tarpaulin00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/emmas_tarpaulin00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/emmas_tarpaulin00-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">Emma’s Wagon様｜ターポリンデザイン</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/tanasejuryotowel/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">棚瀬重量 様｜タオル</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
</ul></div></div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull"><div class="swell-block-fullWide__inner l-container">
<h1 class="wp-block-heading has-text-align-left is-style-section_ttl u-mb-ctrl u-mb-0 has-swl-main-color has-text-color has-link-color wp-elements-7a2f7de7a2180489f77db211f57fc9c5"><span class="swl-fz u-fz-xs">CONTACT</span></h1>



<hr class="wp-block-separator has-text-color has-swl-main-color has-alpha-channel-opacity has-swl-main-background-color has-background is-style-wide"/>



<section class="contact-block">
  <div class="contact-inner">

    <!-- 左テキスト（テキスト用フェード） -->
    <div class="contact-left fade-text" style="--d:0ms">
      <p class="contact-lead">
        お気軽にお問い合わせくださいませ。
      </p>

      <p>
        Creator’s5では岐阜、三重、愛知を中心に様々な県のお客様から
        ご依頼いただいております。
      </p>

      <p>
        お問い合わせやお見積もり等お気軽にお問い合わせくださいませ。
      </p>

      <p>
        LINEやZOOM打ち合わせなどもご対応させていただけます。
      </p>
    </div>

    <!-- 右ボタン（ボタン用フェード） -->
    <div class="contact-right">
      <a href="https://creators-5.com/contact/" class="contact-btn fade-btn" style="--d:200ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 13h-4v-1h4v1zm2.318-4.288l3.301 3.299-4.369.989 1.068-4.288zm11.682-5.062l-7.268 7.353-3.401-3.402 7.267-7.352 3.402 3.401zm-6 8.916v.977c0 4.107-6 2.457-6 2.457s1.518 6-2.638 6h-7.362v-20h14.056l1.977-2h-18.033v24h10.189c3.163 0 9.811-7.223 9.811-9.614v-3.843l-2 2.023z"/></svg>
        <span class="contact-btn__text">お問い合わせフォーム</span>
      </a>

      <a href="tel:0582131567" class="contact-btn fade-btn" style="--d:350ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/></svg>
        <span class="contact-btn__text">058-213-1567</span>
      </a>

      <a href="mailto:info@creators-5.com" class="contact-btn fade-btn" style="--d:500ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z"/></svg>
        <span class="contact-btn__text">info@creators-5.com</span>
      </a>
    </div>

  </div>
</section>

<script>
/* フェード制御（役割分離対応） */
(() => {
  const items = document.querySelectorAll('.fade-text, .fade-btn');

  const io = new IntersectionObserver((entries) => {
    entries.forEach(entry => {
      if (!entry.isIntersecting) return;
      entry.target.classList.add('is-show');
      io.unobserve(entry.target);
    });
  }, { threshold: 0.15 });

  items.forEach(el => io.observe(el));
})();
</script>
</div></div><p>The post <a href="https://creators-5.com/gallery/kaziki/">かじ木 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/kaziki/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>株式会社創信 様</title>
		<link>https://creators-5.com/gallery/gifu-soushin-sign/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gifu-soushin-sign</link>
					<comments>https://creators-5.com/gallery/gifu-soushin-sign/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Tue, 16 Dec 2025 05:54:44 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2361</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/創信メイン画像-1-1024x554.png" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/創信メイン画像-1-1024x554.png" class="webfeedsFeaturedVisual" /></p><div class="swell-block-fullWide pc-py-0 sp-py-0 alignfull"><div class="swell-block-fullWide__inner l-container">
<figure class="wp-block-image alignfull size-large animated fadeIn slower u-lb-off sp_only"><img decoding="async" width="1024" height="554" src="https://creators-5.com/wp-content/uploads/2025/12/創信メイン画像-1024x554.png" alt="" class="wp-image-2557" srcset="https://creators-5.com/wp-content/uploads/2025/12/創信メイン画像-1024x554.png 1024w, https://creators-5.com/wp-content/uploads/2025/12/創信メイン画像-300x162.png 300w, https://creators-5.com/wp-content/uploads/2025/12/創信メイン画像-768x415.png 768w, https://creators-5.com/wp-content/uploads/2025/12/創信メイン画像-1536x831.png 1536w, https://creators-5.com/wp-content/uploads/2025/12/創信メイン画像-2048x1108.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<section class="works-section">
  <div class="works-inner">

    <!-- 左 -->
    <div class="works-left">
      <div class="block fade-item">
        <div class="block-label">client</div>
        <div class="block-body">
　　　　　<!-- ①クライアント名を変えてください -->
          <p>株式会社 創信 様</p>
         
        </div>
      </div>

      <div class="block fade-item">
        <div class="block-label">work</div>
        <div class="block-body">
　　　　　<!-- ②workの内容を変えてください -->
          <p>看板デザイン</p>
          <p>野立て看板</p>
          <p>照明看板</p>
          <p>壁面看板</p>
        </div>
      </div>
    </div>

    <!-- 右 -->
    <div class="works-right fade-item">
      <div class="works-right-inner">
　　　　　<!-- ③画像を差し替えてください -->
        <img decoding="async" src="https://creators-5.com/wp-content/uploads/2025/12/創信メイン画像.png" alt="">
      </div>
    </div>
  </div>

  <!-- about -->
  <div class="about-block fade-item">
    <div class="about-label">about</div>
    <div class="about-divider"></div>
    <p class="about-text">
      岐阜県岐阜市を拠点に建設事業されている株式会社 創信様の
      看板デザインや、野立て看板、証明看板、壁面看板、ルームステッカー等を製作させていただきました。
    </p>
  </div>
</section>

<script>
document.addEventListener("DOMContentLoaded", function () {
  const items = document.querySelectorAll(".fade-item");

  // IntersectionObserver 非対応端末は強制表示
  const unsupported = !("IntersectionObserver" in window);
  if (unsupported) {
    items.forEach((el) => el.classList.add("is-visible"));
    return;
  }

  const observer = new IntersectionObserver(
    (entries, obs) => {
      entries.forEach((entry) => {
        if (!entry.isIntersecting) return;

        const el = entry.target;
        const index = Array.prototype.indexOf.call(items, el);
        el.style.animationDelay = index * 0.15 + "s";
        el.classList.add("is-visible");

        obs.unobserve(el);
      });
    },
    {
      threshold: 0.2,
      rootMargin: "0px 0px -10% 0px"
    }
  );

  items.forEach((item) => observer.observe(item));
});
</script>
</div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull u-mb-ctrl u-mb-50"><div class="swell-block-fullWide__inner l-container">
<figure class="wp-block-image size-large animated fadeIn slower u-lb-off"><img decoding="async" width="1024" height="445" src="https://creators-5.com/wp-content/uploads/2025/12/創信1-1024x445.png" alt="" class="wp-image-2558" srcset="https://creators-5.com/wp-content/uploads/2025/12/創信1-1024x445.png 1024w, https://creators-5.com/wp-content/uploads/2025/12/創信1-300x130.png 300w, https://creators-5.com/wp-content/uploads/2025/12/創信1-768x333.png 768w, https://creators-5.com/wp-content/uploads/2025/12/創信1-1536x667.png 1536w, https://creators-5.com/wp-content/uploads/2025/12/創信1-2048x889.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large animated fadeIn slower u-lb-off"><img decoding="async" width="1024" height="445" src="https://creators-5.com/wp-content/uploads/2025/12/創信2-1024x445.png" alt="" class="wp-image-2559" srcset="https://creators-5.com/wp-content/uploads/2025/12/創信2-1024x445.png 1024w, https://creators-5.com/wp-content/uploads/2025/12/創信2-300x130.png 300w, https://creators-5.com/wp-content/uploads/2025/12/創信2-768x334.png 768w, https://creators-5.com/wp-content/uploads/2025/12/創信2-1536x667.png 1536w, https://creators-5.com/wp-content/uploads/2025/12/創信2-2048x890.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="445" src="https://creators-5.com/wp-content/uploads/2025/12/創信3-1024x445.png" alt="" class="wp-image-2560" srcset="https://creators-5.com/wp-content/uploads/2025/12/創信3-1024x445.png 1024w, https://creators-5.com/wp-content/uploads/2025/12/創信3-300x130.png 300w, https://creators-5.com/wp-content/uploads/2025/12/創信3-768x333.png 768w, https://creators-5.com/wp-content/uploads/2025/12/創信3-1536x667.png 1536w, https://creators-5.com/wp-content/uploads/2025/12/創信3-2048x889.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large u-lb-off animated fadeIn slower"><img decoding="async" width="1024" height="445" src="https://creators-5.com/wp-content/uploads/2025/12/創信4-1024x445.png" alt="" class="wp-image-2561" srcset="https://creators-5.com/wp-content/uploads/2025/12/創信4-1024x445.png 1024w, https://creators-5.com/wp-content/uploads/2025/12/創信4-300x130.png 300w, https://creators-5.com/wp-content/uploads/2025/12/創信4-768x333.png 768w, https://creators-5.com/wp-content/uploads/2025/12/創信4-1536x667.png 1536w, https://creators-5.com/wp-content/uploads/2025/12/創信4-2048x889.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull"><div class="swell-block-fullWide__inner l-container">
<h1 class="wp-block-heading has-text-align-left is-style-section_ttl u-mb-ctrl u-mb-0 has-swl-main-color has-text-color has-link-color wp-elements-94738945a00f4fa290c7844aef126945"><span class="swl-fz u-fz-xs">その他の制作実績</span></h1>



<hr class="wp-block-separator has-text-color has-swl-main-color has-alpha-channel-opacity has-swl-main-background-color has-background is-style-wide"/>


<div class="p-postListWrap"><ul class="p-postList -type-card -pc-col3 -sp-col2"><li class="p-postList__item">
	<a href="https://creators-5.com/gallery/flat-base-%e6%a7%98%ef%bd%9c%e5%90%8d%e5%88%ba/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-1024x554.png" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-1024x554.png 1024w, https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-300x162.png 300w, https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-768x416.png 768w, https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-1536x831.png 1536w, https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-2048x1108.png 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/flatbase_meishi00-1024x554.png" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">FLAT BASE 様｜名刺</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/tanasejuryotowel/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/tj_towel_catch-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">棚瀬重量 様｜タオル</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/artisan/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">有限会社 アルティザン 様</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/fujimi/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="554"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 50vw" data-src="https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_logo00-1-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_logo00-1-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_logo00-1-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_logo00-1-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_logo00-1-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_logo00-1-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_logo00-1-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">フジミ機工 様｜ロゴ</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
</ul></div></div></div>



<div class="swell-block-fullWide pc-py-20 sp-py-20 alignfull"><div class="swell-block-fullWide__inner l-container">
<h1 class="wp-block-heading has-text-align-left is-style-section_ttl u-mb-ctrl u-mb-0 has-swl-main-color has-text-color has-link-color wp-elements-7a2f7de7a2180489f77db211f57fc9c5"><span class="swl-fz u-fz-xs">CONTACT</span></h1>



<hr class="wp-block-separator has-text-color has-swl-main-color has-alpha-channel-opacity has-swl-main-background-color has-background is-style-wide"/>



<section class="contact-block">
  <div class="contact-inner">

    <!-- 左テキスト（テキスト用フェード） -->
    <div class="contact-left fade-text" style="--d:0ms">
      <p class="contact-lead">
        お気軽にお問い合わせくださいませ。
      </p>

      <p>
        Creator’s5では岐阜、三重、愛知を中心に様々な県のお客様から
        ご依頼いただいております。
      </p>

      <p>
        お問い合わせやお見積もり等お気軽にお問い合わせくださいませ。
      </p>

      <p>
        LINEやZOOM打ち合わせなどもご対応させていただけます。
      </p>
    </div>

    <!-- 右ボタン（ボタン用フェード） -->
    <div class="contact-right">
      <a href="https://creators-5.com/contact/" class="contact-btn fade-btn" style="--d:200ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 13h-4v-1h4v1zm2.318-4.288l3.301 3.299-4.369.989 1.068-4.288zm11.682-5.062l-7.268 7.353-3.401-3.402 7.267-7.352 3.402 3.401zm-6 8.916v.977c0 4.107-6 2.457-6 2.457s1.518 6-2.638 6h-7.362v-20h14.056l1.977-2h-18.033v24h10.189c3.163 0 9.811-7.223 9.811-9.614v-3.843l-2 2.023z"/></svg>
        <span class="contact-btn__text">お問い合わせフォーム</span>
      </a>

      <a href="tel:0582131567" class="contact-btn fade-btn" style="--d:350ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/></svg>
        <span class="contact-btn__text">058-213-1567</span>
      </a>

      <a href="mailto:info@creators-5.com" class="contact-btn fade-btn" style="--d:500ms">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z"/></svg>
        <span class="contact-btn__text">info@creators-5.com</span>
      </a>
    </div>

  </div>
</section>

<script>
/* フェード制御（役割分離対応） */
(() => {
  const items = document.querySelectorAll('.fade-text, .fade-btn');

  const io = new IntersectionObserver((entries) => {
    entries.forEach(entry => {
      if (!entry.isIntersecting) return;
      entry.target.classList.add('is-show');
      io.unobserve(entry.target);
    });
  }, { threshold: 0.15 });

  items.forEach(el => io.observe(el));
})();
</script>
</div></div><p>The post <a href="https://creators-5.com/gallery/gifu-soushin-sign/">株式会社創信 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/gifu-soushin-sign/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
