<?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/branding/feed/" rel="self" type="application/rss+xml" />
	<link>https://creators-5.com</link>
	<description>岐阜を拠点に、看板制作・デザイン・ブランディングまでワンストップでご提案するクリエイターズ5。オリジナル看板から店舗・企業の魅力を引き出すデザイン、移動販売車やWEB制作まで幅広く対応。丁寧なヒアリングで理想をカタチにします。お問い合わせ・見積り無料。</description>
	<lastBuildDate>Wed, 08 Apr 2026 15:25:16 +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>あいレディースクリニック 様</title>
		<link>https://creators-5.com/gallery/ailadiesclinic/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ailadiesclinic</link>
					<comments>https://creators-5.com/gallery/ailadiesclinic/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Thu, 15 Jan 2026 03:57:05 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=3096</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban00-1024x554.webp" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban00-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/ai_LC_kanban00-1024x554.webp" alt="" class="wp-image-3100" srcset="https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban00-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>長3 角2封筒</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/ai_LC_kanban00.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">
      岐阜市にて産婦人科を運営されているあいレディースクリニック様のブランディングに関わるデザイン制作を担当させていただきました。
看板をはじめ、長3・角2封筒、箸袋、薬袋など、院内外で使用される各種制作物を通して、女性らしく華やかな印象と、統一感のあるデザインに仕上げさせていただきました。
    </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/ai_LC_kanban01-1024x444.webp" alt="" class="wp-image-3101" srcset="https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban01-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban01-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban01-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban01-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban01-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/ai_LC_kanban02-1024x444.webp" alt="" class="wp-image-3102" srcset="https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kanban02-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/ai_LC_futou01-1024x444.webp" alt="" class="wp-image-3097" srcset="https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou01-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou01-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou01-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou01-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou01-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/ai_LC_futou02-1024x444.webp" alt="" class="wp-image-3098" srcset="https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_futou02-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/ai_LC_hashibukuro-1024x444.webp" alt="" class="wp-image-3099" srcset="https://creators-5.com/wp-content/uploads/2026/01/ai_LC_hashibukuro-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_hashibukuro-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_hashibukuro-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_hashibukuro-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_hashibukuro-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/ai_LC_kusuribukuro-1024x444.webp" alt="" class="wp-image-3103" srcset="https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kusuribukuro-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kusuribukuro-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kusuribukuro-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kusuribukuro-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/ai_LC_kusuribukuro-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%a0%aa%e5%bc%8f%e4%bc%9a%e7%a4%be-%e3%82%b9%e3%82%af%e3%83%a9%e3%83%a0-%e6%a7%98%ef%bd%9c%e3%82%ab%e3%83%83%e3%83%86%e3%82%a3%e3%83%b3%e3%82%b0%e3%82%b7%e3%83%bc%e3%83%88%e3%83%87%e3%82%b6%e3%82%a4/" 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/scrum_cs00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-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/fujimibusinesscard/" 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_meishi00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_meishi00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_meishi00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_meishi00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_meishi00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_meishi00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/fujimikikou_meishi00-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/bonheur-%e3%83%9c%e3%83%8c%e3%83%bc%e3%83%ab-%e6%a7%98%ef%bd%9c%e3%83%81%e3%83%a9%e3%82%b7/" 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/bonheur_chirashi01-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/bonheur_chirashi01-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/bonheur_chirashi01-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/bonheur_chirashi01-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/bonheur_chirashi01-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/bonheur_chirashi01-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/bonheur_chirashi01-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">bonheur-ボヌール- 様｜チラシ</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-%e6%a1%9c%e4%ba%95%e3%82%aa%e3%83%bc%e3%83%88%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9-%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/sakurai_auto_meishi00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-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/ailadiesclinic/">あいレディースクリニック 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/ailadiesclinic/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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%b8%85%e6%b5%81%e3%83%9b%e3%83%ab%e3%83%a2%e3%83%b3%e4%bf%a1%e9%95%b7-%e6%a7%98%ef%bd%9c%e9%87%8e%e7%ab%8b%e3%81%a6%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/04/sei_hn_signboard00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-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/%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%83%a9%e3%83%bc%e3%83%a1%e3%83%b3%e7%bf%bc-%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/03/rahmentsubasa00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-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/%e6%a0%aa%e5%bc%8f%e4%bc%9a%e7%a4%be%e6%b0%b8%e7%94%b0%e8%87%aa%e5%8b%95%e8%bb%8a-%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/nagatajidousya00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/nagatajidousya00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/nagatajidousya00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/nagatajidousya00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/nagatajidousya00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/nagatajidousya00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/nagatajidousya00-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/luxz/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=luxz</link>
					<comments>https://creators-5.com/gallery/luxz/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Sun, 04 Jan 2026 23:32:13 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2903</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-1024x554.webp" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-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/2025/12/luxz_logo-1024x554.webp" alt="" class="wp-image-2909" srcset="https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-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>LEDキューブ</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/2025/12/luxz_logo.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">
      岐阜県岐阜市で自動車売買・カスタム事業を展開されている有限会社ラグジュアリー 様のブランディングに関わるデザイン制作を担当させていただきました。 ユニホームをはじめ、LEDキューブ、看板、封筒、ポストカード、名刺、イベントテントなど、企業・ブランドイメージの統一を意識した各種制作物をトータルで制作させていただきました。
    </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/luxz_kabe-1024x444.webp" alt="" class="wp-image-2908" srcset="https://creators-5.com/wp-content/uploads/2025/12/luxz_kabe-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/luxz_kabe-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/luxz_kabe-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/luxz_kabe-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/luxz_kabe-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/luxz_trainer-1024x444.webp" alt="" class="wp-image-2911" srcset="https://creators-5.com/wp-content/uploads/2025/12/luxz_trainer-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/luxz_trainer-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/luxz_trainer-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/luxz_trainer-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/luxz_trainer-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/luxz_uniform-1024x444.webp" alt="" class="wp-image-2912" srcset="https://creators-5.com/wp-content/uploads/2025/12/luxz_uniform-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/luxz_uniform-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/luxz_uniform-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/luxz_uniform-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/luxz_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/2025/12/luxz_item-1024x444.webp" alt="" class="wp-image-2907" srcset="https://creators-5.com/wp-content/uploads/2025/12/luxz_item-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/luxz_item-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/luxz_item-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/luxz_item-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/luxz_item-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/luxz_postcard-1024x444.webp" alt="" class="wp-image-2910" srcset="https://creators-5.com/wp-content/uploads/2025/12/luxz_postcard-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/luxz_postcard-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/luxz_postcard-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/luxz_postcard-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/luxz_postcard-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/luxz_uniform02-1024x444.webp" alt="" class="wp-image-2913" srcset="https://creators-5.com/wp-content/uploads/2025/12/luxz_uniform02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/luxz_uniform02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/luxz_uniform02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/luxz_uniform02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/luxz_uniform02-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/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>
<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%b9%e3%82%af%e3%83%a9%e3%83%a0-%e6%a7%98%ef%bd%9c%e3%82%ab%e3%83%83%e3%83%86%e3%82%a3%e3%83%b3%e3%82%b0%e3%82%b7%e3%83%bc%e3%83%88%e3%83%87%e3%82%b6%e3%82%a4/" 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/scrum_cs00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/scrum_cs00-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/luxz/" 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/luxz_logo-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2025/12/luxz_logo-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/shokuninnomise/" 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/02/shokuninnnomise_meishi01-1024x444.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/shokuninnnomise_meishi01-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/shokuninnnomise_meishi01-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/shokuninnnomise_meishi01-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/shokuninnnomise_meishi01-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/shokuninnnomise_meishi01-2048x889.webp 2048w" data-aspectratio="1024/444" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/shokuninnnomise_meishi01-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>
</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/luxz/">有限会社ラグジュアリー 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/luxz/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/%e4%bf%a1%e9%95%b7%e6%b0%b4%e7%94%a3%e3%80%80%e6%a7%98%ef%bd%9c%e3%83%a1%e3%83%8b%e3%83%a5%e3%83%bc%e8%a1%a8/" 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/nobunagasuisan_pamphlet00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/nobunagasuisan_pamphlet00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/nobunagasuisan_pamphlet00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/nobunagasuisan_pamphlet00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/nobunagasuisan_pamphlet00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/nobunagasuisan_pamphlet00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/nobunagasuisan_pamphlet00-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/hurtlifebusinesscard/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="552"  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/heartlife_meishi00-1024x552.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-1024x552.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-768x414.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-1536x828.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-2048x1104.webp 2048w" data-aspectratio="1024/552" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-1024x552.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%8b%bc%e4%bc%b8%e5%b7%a5%e6%a5%ad%e6%a0%aa%e5%bc%8f%e4%bc%9a%e7%a4%be-%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/koushinkougyou_meishi00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/koushinkougyou_meishi00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/koushinkougyou_meishi00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/koushinkougyou_meishi00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/koushinkougyou_meishi00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/koushinkougyou_meishi00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/koushinkougyou_meishi00-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/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/hurtlifebusinesscard/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="552"  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/heartlife_meishi00-1024x552.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-1024x552.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-768x414.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-1536x828.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-2048x1104.webp 2048w" data-aspectratio="1024/552" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/heartlife_meishi00-1024x552.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/%e6%9c%89%e9%99%90%e4%bc%9a%e7%a4%be-%e3%82%a2%e3%83%ab%e3%83%86%e3%82%a3%e3%82%b6%e3%83%b3-%e6%a7%98%ef%bd%9c%e3%83%a6%e3%83%8b%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0/" 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/artisan_shirt00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/artisan_shirt00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/artisan_shirt00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/artisan_shirt00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/artisan_shirt00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/artisan_shirt00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/artisan_shirt00-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/%e6%a0%aa%e5%bc%8f%e4%bc%9a%e7%a4%bepower-lift-%e6%a7%98%ef%bd%9c%e3%83%a6%e3%83%8b%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0/" 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/04/powerlift_uniform00-1024x558.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/powerlift_uniform00-1024x558.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/powerlift_uniform00-300x163.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/powerlift_uniform00-768x418.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/powerlift_uniform00-1536x836.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/powerlift_uniform00-2048x1115.webp 2048w" data-aspectratio="1024/558" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/powerlift_uniform00-1024x558.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">株式会社Power Lift 様｜ユニフォーム</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%b9%e3%82%ae%e3%82%b9%e3%82%a4%e4%bd%8f%e8%a8%ad-%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/02/sugisui_kanban00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/sugisui_kanban00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/sugisui_kanban00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/sugisui_kanban00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/sugisui_kanban00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/sugisui_kanban00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/sugisui_kanban00-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/artisan/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=artisan</link>
					<comments>https://creators-5.com/gallery/artisan/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Mon, 29 Dec 2025 02:02:37 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2867</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe-1024x554.webp" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe-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/2025/12/artisan_kabe-1024x554.webp" alt="" class="wp-image-2869" 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" 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>
        </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/artisan_kabe.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/2025/12/artisan_shirt-1024x444.webp" alt="" class="wp-image-2873" srcset="https://creators-5.com/wp-content/uploads/2025/12/artisan_shirt-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/artisan_shirt-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/artisan_shirt-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/artisan_shirt-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/artisan_shirt-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/artisan_bag-1024x444.webp" alt="" class="wp-image-2868" srcset="https://creators-5.com/wp-content/uploads/2025/12/artisan_bag-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/artisan_bag-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/artisan_bag-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/artisan_bag-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/artisan_bag-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/artisan_shopcard-1024x444.webp" alt="" class="wp-image-2874" srcset="https://creators-5.com/wp-content/uploads/2025/12/artisan_shopcard-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/artisan_shopcard-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/artisan_shopcard-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/artisan_shopcard-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/artisan_shopcard-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/artisan_postcard-1024x444.webp" alt="" class="wp-image-2872" srcset="https://creators-5.com/wp-content/uploads/2025/12/artisan_postcard-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/artisan_postcard-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/artisan_postcard-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/artisan_postcard-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/artisan_postcard-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/artisan_kabe02-1024x444.webp" alt="" class="wp-image-2870" srcset="https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe02-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/artisan_kabe03-1024x444.webp" alt="" class="wp-image-2871" srcset="https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe03-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe03-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe03-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe03-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/artisan_kabe03-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/ayuryorihirai/" 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/hirai_logo-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-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/bonheur-%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/04/bonheur_shopcard00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/bonheur_shopcard00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/bonheur_shopcard00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/bonheur_shopcard00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/bonheur_shopcard00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/bonheur_shopcard00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/bonheur_shopcard00-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">bonheur 様｜名刺</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-%e6%a1%9c%e4%ba%95%e3%82%aa%e3%83%bc%e3%83%88%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9-%e6%a7%98%ef%bd%9c%e3%82%b7%e3%83%a3%e3%83%83%e3%82%bf%e3%83%bc%e3%83%87%e3%82%b6/" 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/sakurai_shutterdesign00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/sakurai_shutterdesign00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_shutterdesign00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_shutterdesign00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_shutterdesign00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_shutterdesign00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/sakurai_shutterdesign00-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/%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>
</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/artisan/">有限会社 アルティザン 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/artisan/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>清流ホルモン信長 様</title>
		<link>https://creators-5.com/gallery/seiryuhorumonnobunaga/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=seiryuhorumonnobunaga</link>
					<comments>https://creators-5.com/gallery/seiryuhorumonnobunaga/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Mon, 29 Dec 2025 00:41:14 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2832</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/アセット-50.png" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/アセット-50.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/アセット-49-1024x554.png" alt="" class="wp-image-2878" srcset="https://creators-5.com/wp-content/uploads/2025/12/アセット-49-1024x554.png 1024w, https://creators-5.com/wp-content/uploads/2025/12/アセット-49-300x162.png 300w, https://creators-5.com/wp-content/uploads/2025/12/アセット-49-768x416.png 768w, https://creators-5.com/wp-content/uploads/2025/12/アセット-49-1536x831.png 1536w, https://creators-5.com/wp-content/uploads/2025/12/アセット-49.png 1645w" 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>branding</p>
          <p>ロゴ</p>
          <p>メニュー表</p>
          <p>ショップカード</p>
<p>サイン</p>
<p>ユニホーム</p>
<p>提灯</p>
<p>暖簾</p>
<p>HP</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/2025/12/アセット-49.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">
      岐阜県で飲食事業を展開されている清流ホルモン信長 様のブランディングを軸に、ロゴデザイン、メニュー表、ショップカード、サイン、ユニホーム、提灯、暖簾、Webサイト（HP）、アクリルキーホルダーや肉札、オリジナルグラスなどのお土産販売用グッズを含め、トータルで制作させていただきました。
    </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="445" src="https://creators-5.com/wp-content/uploads/2025/12/アセット-47-1024x445.png" alt="" class="wp-image-2877" srcset="https://creators-5.com/wp-content/uploads/2025/12/アセット-47-1024x445.png 1024w, https://creators-5.com/wp-content/uploads/2025/12/アセット-47-300x130.png 300w, https://creators-5.com/wp-content/uploads/2025/12/アセット-47-768x333.png 768w, https://creators-5.com/wp-content/uploads/2025/12/アセット-47-1536x667.png 1536w, https://creators-5.com/wp-content/uploads/2025/12/アセット-47.png 2004w" 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/sei_hn_exterior-1024x444.webp" alt="" class="wp-image-2835" srcset="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_exterior-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_exterior-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_exterior-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_exterior-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_exterior-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="641" src="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_tapestry-1024x641.webp" alt="" class="wp-image-2844" srcset="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_tapestry-1024x641.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_tapestry-300x188.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_tapestry-768x481.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_tapestry-1536x961.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_tapestry-2048x1282.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/sei_hn_signboard-1024x444.webp" alt="" class="wp-image-2842" srcset="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard-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/sei_hn_signboard02-1024x444.webp" alt="" class="wp-image-2843" srcset="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_signboard02-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/sei_hn_-1024x444.webp" alt="" class="wp-image-2834" srcset="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_-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/sei_hn_seal-1024x444.webp" alt="" class="wp-image-2840" srcset="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal-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/sei_hn_seal02-1024x444.webp" alt="" class="wp-image-2841" srcset="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_seal02-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/sei_hn_goods_item-1024x444.webp" alt="" class="wp-image-2838" srcset="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_goods_item-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_goods_item-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_goods_item-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_goods_item-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_goods_item-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/sei_hn_lantern-1-1024x444.webp" alt="" class="wp-image-2847" srcset="https://creators-5.com/wp-content/uploads/2025/12/sei_hn_lantern-1-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_lantern-1-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_lantern-1-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_lantern-1-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/sei_hn_lantern-1-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/%e4%bf%a1%e9%95%b7%e6%b0%b4%e7%94%a3-%e6%a7%98%ef%bd%9c%e3%83%ad%e3%82%b4-3/" 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/04/nobunagasuisan_bbq00-1024x558.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/nobunagasuisan_bbq00-1024x558.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/nobunagasuisan_bbq00-300x163.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/nobunagasuisan_bbq00-768x418.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/nobunagasuisan_bbq00-1536x837.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/nobunagasuisan_bbq00-2048x1116.webp 2048w" data-aspectratio="1024/558" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/nobunagasuisan_bbq00-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/%e6%b8%85%e6%b5%81%e3%83%9b%e3%83%ab%e3%83%a2%e3%83%b3%e4%bf%a1%e9%95%b7-%e6%a7%98%ef%bd%9c%e9%87%8e%e7%ab%8b%e3%81%a6%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/04/sei_hn_signboard00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/sei_hn_signboard00-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/nobunagayokocho/" 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/nby_logo-1-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2025/12/nby_logo-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>
<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%a9%e3%82%b0%e3%82%b8%e3%83%a5%e3%82%a2%e3%83%aa%e3%83%bc-%e6%a7%98%ef%bd%9c%e3%83%a6%e3%83%8b%e3%83%9b%e3%83%bc%e3%83%a0/" 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/luxz_trainer00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/02/luxz_trainer00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/02/luxz_trainer00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/02/luxz_trainer00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/02/luxz_trainer00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/02/luxz_trainer00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/02/luxz_trainer00-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/seiryuhorumonnobunaga/">清流ホルモン信長 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/seiryuhorumonnobunaga/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>焼肉 ほむらや 様</title>
		<link>https://creators-5.com/gallery/yakinikuhomuraya/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yakinikuhomuraya</link>
					<comments>https://creators-5.com/gallery/yakinikuhomuraya/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Mon, 29 Dec 2025 00:32:03 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2850</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/アセット-54.png" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/アセット-54.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-full animated fadeIn slower u-lb-off sp_only"><img decoding="async" width="1645" height="890" src="https://creators-5.com/wp-content/uploads/2025/12/アセット-52.png" alt="" class="wp-image-2881" srcset="https://creators-5.com/wp-content/uploads/2025/12/アセット-52.png 1645w, https://creators-5.com/wp-content/uploads/2025/12/アセット-52-300x162.png 300w, https://creators-5.com/wp-content/uploads/2025/12/アセット-52-1024x554.png 1024w, https://creators-5.com/wp-content/uploads/2025/12/アセット-52-768x416.png 768w, https://creators-5.com/wp-content/uploads/2025/12/アセット-52-1536x831.png 1536w" sizes="(max-width: 1645px) 100vw, 1645px" /></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>
<p>暖簾</p>
<p>肉札</p>
<p>HP</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/アセット-52.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">
      岐阜県各務原市で焼肉店を営まれている焼肉 ほむらや 様のブランディングを担当させていただきました。
ロゴデザインをはじめ、看板、メニュー表・メニューブック、箸袋、名刺、ショップカード、のぼり、ターポリン、ビニールカーテン、スリッパ、ユニホーム、暖簾、肉札、Webサイト（HP）など、店舗運営に関わる各種制作物をトータルで制作させていただきました。
    </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-full u-lb-off animated fadeIn slower"><img decoding="async" width="2003" height="870" src="https://creators-5.com/wp-content/uploads/2025/12/アセット-53.png" alt="" class="wp-image-2883" srcset="https://creators-5.com/wp-content/uploads/2025/12/アセット-53.png 2003w, https://creators-5.com/wp-content/uploads/2025/12/アセット-53-300x130.png 300w, https://creators-5.com/wp-content/uploads/2025/12/アセット-53-1024x445.png 1024w, https://creators-5.com/wp-content/uploads/2025/12/アセット-53-768x334.png 768w, https://creators-5.com/wp-content/uploads/2025/12/アセット-53-1536x667.png 1536w" sizes="(max-width: 2003px) 100vw, 2003px" /></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/homuraya_kabe-1024x444.webp" alt="" class="wp-image-2855" srcset="https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe-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/homuraya_-1024x444.webp" alt="" class="wp-image-2851" srcset="https://creators-5.com/wp-content/uploads/2025/12/homuraya_-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_-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/homuraya_kabe02-1024x444.webp" alt="" class="wp-image-2856" srcset="https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_kabe02-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/homuraya_noren02-1024x444.webp" alt="" class="wp-image-2860" srcset="https://creators-5.com/wp-content/uploads/2025/12/homuraya_noren02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_noren02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_noren02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_noren02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_noren02-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/homuraya_uniform-1024x444.webp" alt="" class="wp-image-2864" srcset="https://creators-5.com/wp-content/uploads/2025/12/homuraya_uniform-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_uniform-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_uniform-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_uniform-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_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/2025/12/homuraya_item02-1024x444.webp" alt="" class="wp-image-2854" srcset="https://creators-5.com/wp-content/uploads/2025/12/homuraya_item02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_item02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_item02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_item02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_item02-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/homuraya_meishi-1024x444.webp" alt="" class="wp-image-2858" srcset="https://creators-5.com/wp-content/uploads/2025/12/homuraya_meishi-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_meishi-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_meishi-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_meishi-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_meishi-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/homuraya_gaikan-1024x444.webp" alt="" class="wp-image-2852" srcset="https://creators-5.com/wp-content/uploads/2025/12/homuraya_gaikan-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_gaikan-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_gaikan-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_gaikan-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/homuraya_gaikan-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%b8%85%e6%b5%81%e3%83%9b%e3%83%ab%e3%83%a2%e3%83%b3%e4%bf%a1%e9%95%b7-%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/04/sei_hn_tarpaulin00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/sei_hn_tarpaulin00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_tarpaulin00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_tarpaulin00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_tarpaulin00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/sei_hn_tarpaulin00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/sei_hn_tarpaulin00-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%81%8b%e3%81%98%e6%9c%a8-%e6%a7%98%ef%bd%9c%e3%83%81%e3%83%a9%e3%82%b7/" 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/kajiki_flyer00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/04/kajiki_flyer00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/04/kajiki_flyer00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/04/kajiki_flyer00-768x415.webp 768w, https://creators-5.com/wp-content/uploads/2026/04/kajiki_flyer00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/04/kajiki_flyer00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/04/kajiki_flyer00-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/kaziki/" 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/kajiki_logo00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/kajiki_logo00-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/grappa/" 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/2025/12/grappa_stainless-1024x444.webp" data-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" data-aspectratio="1024/444" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2025/12/grappa_stainless-1024x444.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">grappa 様</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/yakinikuhomuraya/">焼肉 ほむらや 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/yakinikuhomuraya/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>鮎料理 ひらい 様</title>
		<link>https://creators-5.com/gallery/ayuryorihirai/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ayuryorihirai</link>
					<comments>https://creators-5.com/gallery/ayuryorihirai/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Fri, 26 Dec 2025 08:01:56 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2806</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-1024x554.webp" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-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/2025/12/hirai_logo-1024x554.webp" alt="" class="wp-image-2808" srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_logo-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>
        </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/hirai_logo.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/2025/12/hirai_noren-1-1024x444.webp" alt="" class="wp-image-2821" srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_noren-1-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_noren-1-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_noren-1-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_noren-1-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_noren-1-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/hirai_shop_design-1024x444.webp" alt="" class="wp-image-2814" srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_design-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_design-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_design-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_design-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_design-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/hirai_uniform-1-1024x444.webp" alt="" class="wp-image-2822" srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_uniform-1-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_uniform-1-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_uniform-1-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_uniform-1-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_uniform-1-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/hirai_shop_card02-1024x444.webp" alt="" class="wp-image-2813" srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card02-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/hirai_nodate-1024x444.webp" alt="" class="wp-image-2809" srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate-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/hirai_nodate02-1024x444.webp" alt="" class="wp-image-2810" srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate02-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate02-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate02-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate02-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_nodate02-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/hirai_kanban-1024x444.webp" alt="" class="wp-image-2807" srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_kanban-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_kanban-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_kanban-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_kanban-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_kanban-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/hirai_shop_card-1024x444.webp" alt="" class="wp-image-2812" srcset="https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/hirai_shop_card-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%a0%aa%e5%bc%8f%e4%bc%9a%e7%a4%be-%e6%a1%9c%e4%ba%95%e3%82%aa%e3%83%bc%e3%83%88%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9-%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/sakurai_auto_meishi00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/sakurai_auto_meishi00-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/rock-man-%e6%a7%98%ef%bd%9c%e3%83%95%e3%83%a9%e3%82%a4%e3%83%a4%e3%83%bc/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="557"  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/rockman_flyer00-1024x557.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/rockman_flyer00-1024x557.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/rockman_flyer00-300x163.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/rockman_flyer00-768x418.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/rockman_flyer00-1536x836.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/rockman_flyer00-2048x1114.webp 2048w" data-aspectratio="1024/557" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/rockman_flyer00-1024x557.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">ROCK MAN 様｜フライヤー</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/beanssign/" 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/beans_sign00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/beans_sign00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/beans_sign00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/beans_sign00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/beans_sign00-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/beans_sign00-2048x1108.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/beans_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/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>
</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/ayuryorihirai/">鮎料理 ひらい 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/ayuryorihirai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>信長横丁 様</title>
		<link>https://creators-5.com/gallery/nobunagayokocho/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nobunagayokocho</link>
					<comments>https://creators-5.com/gallery/nobunagayokocho/#respond</comments>
		
		<dc:creator><![CDATA[creators555]]></dc:creator>
		<pubDate>Wed, 24 Dec 2025 08:20:44 +0000</pubDate>
				<guid isPermaLink="false">https://creators-5.com/?post_type=gallery&#038;p=2704</guid>

					<description><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-1024x554.webp" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-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/2025/12/nby_logo-1-1024x554.webp" alt="" class="wp-image-2723" srcset="https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-1536x831.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/nby_logo-1-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>
        </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/nby_logo-1.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/2025/12/nby_shirt-1024x444.webp" alt="" class="wp-image-2709" srcset="https://creators-5.com/wp-content/uploads/2025/12/nby_shirt-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/nby_shirt-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/nby_shirt-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/nby_shirt-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/nby_shirt-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/nby_kanban-1024x444.webp" alt="" class="wp-image-2705" srcset="https://creators-5.com/wp-content/uploads/2025/12/nby_kanban-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/nby_kanban-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/nby_kanban-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/nby_kanban-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/nby_kanban-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/nby_nobori-1024x444.webp" alt="" class="wp-image-2719" srcset="https://creators-5.com/wp-content/uploads/2025/12/nby_nobori-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/nby_nobori-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/nby_nobori-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/nby_nobori-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/nby_nobori-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/nby_noren-1-1024x444.webp" alt="" class="wp-image-2720" srcset="https://creators-5.com/wp-content/uploads/2025/12/nby_noren-1-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/nby_noren-1-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/nby_noren-1-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/nby_noren-1-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/nby_noren-1-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/nby_shopcard-1024x444.webp" alt="" class="wp-image-2710" srcset="https://creators-5.com/wp-content/uploads/2025/12/nby_shopcard-1024x444.webp 1024w, https://creators-5.com/wp-content/uploads/2025/12/nby_shopcard-300x130.webp 300w, https://creators-5.com/wp-content/uploads/2025/12/nby_shopcard-768x333.webp 768w, https://creators-5.com/wp-content/uploads/2025/12/nby_shopcard-1536x667.webp 1536w, https://creators-5.com/wp-content/uploads/2025/12/nby_shopcard-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/315%e4%b8%8d%e5%8b%95%e7%94%a3%e6%a0%aa%e5%bc%8f%e4%bc%9a%e7%a4%be-%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/03/315fudousan_kanban00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/315fudousan_kanban00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/315fudousan_kanban00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/315fudousan_kanban00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/315fudousan_kanban00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/315fudousan_kanban00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/315fudousan_kanban00-1024x554.webp" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">315不動産株式会社 様｜看板</h2>								<div class="p-postList__meta">
									</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://creators-5.com/gallery/tanasejuryoenvelope/" 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_envelope00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/01/tj_envelope00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/01/tj_envelope00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/01/tj_envelope00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/01/tj_envelope00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/01/tj_envelope00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/01/tj_envelope00-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%83%a9%e3%83%bc%e3%83%a1%e3%83%b3%e7%bf%bc-%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/03/rahmentsubasa00-1024x554.webp" data-srcset="https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-1024x554.webp 1024w, https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-300x162.webp 300w, https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-768x416.webp 768w, https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-1536x832.webp 1536w, https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-2048x1109.webp 2048w" data-aspectratio="1024/554" ><noscript><img decoding="async" src="https://creators-5.com/wp-content/uploads/2026/03/rahmentsubasa00-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/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>



<div class="swell-block-fullWide pc-py-20 sp-py-0 alignfull u-mb-ctrl u-mb-5"><div class="swell-block-fullWide__inner l-container">
<h2 class="wp-block-heading is-style-section_ttl"></h2>
</div></div><p>The post <a href="https://creators-5.com/gallery/nobunagayokocho/">信長横丁 様</a> first appeared on <a href="https://creators-5.com">岐阜で看板制作ならクリエイターズ5</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://creators-5.com/gallery/nobunagayokocho/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
