<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://ogc-mushroom.com/feed.rss">
        <title>OGC Mushroom Japan</title>
        <description></description>
        <link>https://ogc-mushroom.com</link>
       <dc:date>2026-06-07T08:31:22+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://ogc-mushroom.com/info/6660300"/>
                <rdf:li rdf:resource="https://ogc-mushroom.com/info/6631525"/>
                <rdf:li rdf:resource="https://ogc-mushroom.com/info/6620020"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="https://ogc-mushroom.com/info/6660300">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-27T16:19:00+09:00</dc:date>
        <title>Great Mushrooms Start with Great Ingredients</title>
        <link>https://ogc-mushroom.com/info/6660300</link>
        <description>&lt;p&gt;Great Mushrooms Start with Great Ingredients | OGC Mushroom Japan&lt;/p&gt;
&lt;style&gt;&lt;!--
    :root {
      --cream: #F7F3EC;
      --dark: #1C1A14;
      --brown: #6B4C2A;
      --moss: #4A5C3A;
      --gold: #C49A3C;
      --warm-gray: #D4CFC6;
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      background: var(--cream);
      color: var(--dark);
      font-family: &#039;Source Serif 4&#039;, Georgia, serif;
      font-weight: 300;
      line-height: 2;
    }

    header {
      background: var(--dark);
      padding: 18px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .logo {
      font-family: &#039;Playfair Display&#039;, serif;
      color: var(--gold);
      font-size: 1rem;
      letter-spacing: 0.1em;
    }
    .logo span {
      color: var(--warm-gray);
      font-size: 0.7rem;
      display: block;
      letter-spacing: 0.15em;
      margin-top: 3px;
    }
    nav a {
      color: var(--warm-gray);
      text-decoration: none;
      font-size: 0.78rem;
      letter-spacing: 0.12em;
      margin-left: 28px;
    }
    nav a:hover { color: var(--gold); }

    /* HERO */
    .hero {
      background: var(--moss);
      padding: 72px 40px 64px;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: &#039;&#039;;
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 50% 80% at 85% 50%, rgba(100,70,30,0.3), transparent 70%);
    }
    .hero-inner { position: relative; max-width: 680px; margin: 0 auto; }
    .tag {
      display: inline-block;
      background: var(--gold);
      color: var(--dark);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      padding: 5px 13px;
      margin-bottom: 20px;
    }
    .hero h1 {
      font-family: &#039;Playfair Display&#039;, serif;
      font-weight: 700;
      font-size: clamp(1.7rem, 3.5vw, 2.6rem);
      color: var(--cream);
      line-height: 1.35;
      margin-bottom: 16px;
    }
    .hero h1 em { color: var(--gold); font-style: italic; }
    .hero-meta { color: rgba(247,243,236,0.5); font-size: 0.78rem; letter-spacing: 0.08em; }

    /* CONTENT */
    .container {
      max-width: 680px;
      margin: 0 auto;
      padding: 60px 40px;
    }

    .lead {
      font-size: 1.05rem;
      color: var(--brown);
      border-left: 3px solid var(--gold);
      padding-left: 24px;
      margin-bottom: 32px;
      line-height: 1.9;
      font-weight: 400;
    }

    p { font-size: 0.98rem; margin-bottom: 22px; color: #2E2B24; }

    h2 {
      font-family: &#039;Playfair Display&#039;, serif;
      font-weight: 700;
      font-size: 1.25rem;
      color: var(--moss);
      margin: 44px 0 14px;
    }
    h2::after {
      content: &#039;&#039;;
      display: block;
      width: 36px;
      height: 2px;
      background: var(--gold);
      margin-top: 8px;
    }

    /* INGREDIENT CARDS */
    .ingredients {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin: 24px 0 32px;
    }
    .ing-card {
      background: var(--dark);
      padding: 24px 18px;
      text-align: center;
    }
    .ing-icon { font-size: 2rem; margin-bottom: 10px; }
    .ing-name {
      font-family: &#039;Playfair Display&#039;, serif;
      font-weight: 700;
      font-size: 0.85rem;
      color: var(--gold);
      margin-bottom: 8px;
    }
    .ing-desc {
      font-size: 0.75rem;
      color: var(--warm-gray);
      line-height: 1.7;
    }

    /* SUMMARY BOX */
    .summary {
      background: rgba(74,92,58,0.07);
      border-left: 4px solid var(--moss);
      padding: 24px 28px;
      margin-top: 44px;
    }
    .summary p { margin-bottom: 12px; font-size: 0.97rem; }
    .summary p:last-child { margin-bottom: 0; }
    .summary a {
      color: var(--moss);
      font-weight: 600;
      text-decoration: none;
    }
    .summary a:hover { text-decoration: underline; }

    @media (max-width: 600px) {
      header { flex-direction: column; gap: 14px; padding: 18px 20px; }
      nav a { margin: 0 10px; }
      .hero, .container { padding-left: 22px; padding-right: 22px; }
      .ingredients { grid-template-columns: 1fr; }
    }
  
--&gt;&lt;/style&gt;
&lt;p&gt;Great Mushrooms Start with &lt;em&gt;Great Ingredients&lt;/em&gt;&lt;/p&gt;
&lt;div class=&quot;hero&quot;&gt;
&lt;div class=&quot;hero-inner&quot;&gt;
&lt;div class=&quot;hero-meta&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;p class=&quot;lead&quot;&gt;A mushroom substrate comes down to just three ingredients &amp;mdash; hardwood sawdust, rice bran (or wheat bran), and clean drinking water. Simple as that sounds, the quality and ratio of each one directly shapes your yield and the quality of every flush.&lt;/p&gt;
&lt;p&gt;That said, even the best substrate won&#039;t perform if it&#039;s in the wrong bag. Material, filter, and size all matter more than most growers realize. Here are the three things worth paying attention to.&lt;/p&gt;
&lt;h2&gt;First, the Ingredients&lt;/h2&gt;
&lt;div class=&quot;ingredients&quot;&gt;
&lt;div class=&quot;ing-card&quot;&gt;
&lt;div class=&quot;ing-icon&quot;&gt;🌳&lt;/div&gt;
&lt;div class=&quot;ing-name&quot;&gt;Hardwood Sawdust&lt;/div&gt;
&lt;div class=&quot;ing-desc&quot;&gt;The primary food source for mushroom mycelium. Rich hardwood gives your spawn a strong, stable foundation to grow from.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;ing-card&quot;&gt;
&lt;div class=&quot;ing-icon&quot;&gt;🌾&lt;/div&gt;
&lt;div class=&quot;ing-name&quot;&gt;Rice Bran&lt;/div&gt;
&lt;div class=&quot;ing-desc&quot;&gt;A nutrient supplement that accelerates mycelium growth. The ratio you use will influence both yield volume and fruiting body quality.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;ing-card&quot;&gt;
&lt;div class=&quot;ing-icon&quot;&gt;💧&lt;/div&gt;
&lt;div class=&quot;ing-name&quot;&gt;Clean Drinking Water&lt;/div&gt;
&lt;div class=&quot;ing-desc&quot;&gt;Water quality affects the finished substrate more than people expect. Always use clean, potable water &amp;mdash; it&#039;s a small detail that makes a real difference.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The job of the substrate bag is to protect these ingredients and give the mycelium the right environment to thrive. Get the bag wrong, and contamination can wipe out even the best-prepared substrate before it ever fruits.&lt;/p&gt;
&lt;h2&gt;1. Material &amp;mdash; PP or PE?&lt;/h2&gt;
&lt;p&gt;The two most common materials are polypropylene (PP) and polyethylene (PE), and both are widely used around the world. Each works well in the right setting &amp;mdash; the key is matching the material to your sterilization method and growing conditions.&lt;/p&gt;
&lt;h2&gt;2. Don&#039;t Overlook the Filter Patch&lt;/h2&gt;
&lt;p&gt;The filter patch does a critical job: it lets CO₂ escape and O₂ in, while keeping contaminants out. Look for one that balances breathability with reliable filtration &amp;mdash; it&#039;s a small component with a big impact on your contamination rate.&lt;/p&gt;
&lt;h2&gt;3. How Much Substrate Per Bag?&lt;/h2&gt;
&lt;p&gt;In Japan, the standard is around &lt;strong&gt;2.5 kg (about 5.5 lbs)&lt;/strong&gt; of substrate per bag. This has been refined over decades of commercial production and works well across most species.&lt;/p&gt;
&lt;h2&gt;To Wrap Up&lt;/h2&gt;
&lt;div class=&quot;summary&quot;&gt;
&lt;p&gt;Hardwood sawdust, rice bran, and clean water &amp;mdash; these humble ingredients are where every mushroom starts its journey. The substrate bag is what protects that environment and gives it the best chance to produce.&lt;/p&gt;
&lt;p&gt;When contamination rates drop, profitability improves significantly. OGC&#039;s cultivation bags are built to Japanese quality standards and are priced to be accessible for growers at every scale.&lt;/p&gt;
&lt;p&gt;If you have questions about which bag is right for your operation, &lt;a href=&quot;#&quot;&gt;we&#039;d love to hear from you.&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://ogc-mushroom.com/info/6631525">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-04T10:15:00+09:00</dc:date>
        <title>The Secret to Perfect Exotic Mushrooms? It Starts with the Right Bag!</title>
        <link>https://ogc-mushroom.com/info/6631525</link>
        <description>&lt;article style=&quot;max-width: 800px; margin: 0 auto; line-height: 1.8; font-family: &#039;Helvetica Neue&#039;, Arial, sans-serif; color: #333;&quot;&gt;

    &lt;h1 style=&quot;font-size: 26px; color: #2c3e50; border-bottom: 3px solid #e67e22; padding-bottom: 10px; margin-bottom: 25px;&quot;&gt;
        The Secret to Perfect Exotic Mushrooms? It Starts with the Right Bag!
    &lt;/h1&gt;

    &lt;p style=&quot;font-size: 17px; color: #555; margin-bottom: 20px;&quot;&gt;
        Growing &lt;strong&gt;exotic mushrooms&lt;/strong&gt; like Shiitake and Maitake requires a delicate touch. These species are unique, and their &quot;tiny home&quot;—the substrate bag—needs to be perfect for them to thrive. 🏠✨ 
    &lt;/p&gt;

    &lt;p style=&quot;margin-bottom: 20px;&quot;&gt;
        At &lt;strong&gt;OGC Mushroom Japan&lt;/strong&gt;, we provide the gold standard for these Japanese-origin delicacies: the &lt;strong&gt;2.5kg (5.5 lbs) block&lt;/strong&gt;. This size is specifically optimized to balance heat penetration and gas exchange, ensuring your exotic mushrooms grow with the premium quality your customers expect.
    &lt;/p&gt;

    &lt;div style=&quot;text-align: center; margin: 35px 0;&quot;&gt;
        &lt;img src=&quot;https://cdn.goope.jp/219405/260204102435-69829fd311e32.png&quot; alt=&quot;OGC Mushroom Substrate Bag Flyer&quot; style=&quot;max-width: 100%; height: auto; border: 1px solid #ddd; box-shadow: 0 4px 8px rgba(0,0,0,0.1);&quot;&gt;
        &lt;p style=&quot;font-size: 14px; color: #888; margin-top: 10px;&quot;&gt;Our Specialized 2.5kg (5.5 lbs) Substrate Bags for Professional Growers&lt;/p&gt;
    &lt;/div&gt;

    &lt;h2 style=&quot;font-size: 20px; color: #2c3e50; background: #fff5eb; padding: 10px 15px; border-left: 5px solid #e67e22; margin-bottom: 20px;&quot;&gt;
        Why the 2.5kg Japanese Standard is Ideal for Exotic Species
    &lt;/h2&gt;

    &lt;ul style=&quot;margin-bottom: 25px; padding-left: 20px;&quot;&gt;
        &lt;li style=&quot;margin-bottom: 12px;&quot;&gt;&lt;strong&gt;Optimized for Exotic Growth:&lt;/strong&gt; Perfectly tuned for the specific respiration needs of Shiitake and Maitake.&lt;/li&gt;
        &lt;li style=&quot;margin-bottom: 12px;&quot;&gt;&lt;strong&gt;High Heat Resistance (Autoclavable):&lt;/strong&gt; Our bags withstand rigorous sterilization to keep your substrate pure.&lt;/li&gt;
        &lt;li style=&quot;margin-bottom: 12px;&quot;&gt;&lt;strong&gt;Precision Filter Patches:&lt;/strong&gt; Advanced gas exchange technology stabilizes your &lt;strong&gt;yield and consistency&lt;/strong&gt;.&lt;/li&gt;
        &lt;li style=&quot;margin-bottom: 12px;&quot;&gt;&lt;strong&gt;Automation Ready:&lt;/strong&gt; Designed to work flawlessly with OGC bagging machines for maximum farm efficiency.&lt;/li&gt;
    &lt;/ul&gt;

    &lt;div style=&quot;background-color: #fff9c4; border: 2px solid #fbc02d; padding: 25px; border-radius: 10px; margin: 40px 0; text-align: center;&quot;&gt;
        &lt;h3 style=&quot;margin-top: 0; color: #f57f17;&quot;&gt;🚀 Ready to try the &quot;Japanese Standard&quot;?&lt;/h3&gt;
        &lt;p style=&quot;font-size: 18px; margin-bottom: 15px;&quot;&gt;
            Experience the difference on your own farm. We are now offering a &lt;strong&gt;50-bag trial pack (2.5kg size)&lt;/strong&gt; for professional exotic mushroom growers!
        &lt;/p&gt;
        &lt;p style=&quot;margin-bottom: 0; font-weight: bold;&quot;&gt;See why the world&#039;s best Shiitake starts with OGC quality.&lt;/p&gt;
    &lt;/div&gt;

    &lt;p style=&quot;margin-bottom: 25px; text-align: center; font-weight: bold;&quot;&gt;
        Our mission is simple: We help growers improve yield &amp; consistency.
    &lt;/p&gt;

    &lt;div style=&quot;text-align: center; margin: 30px 0;&quot;&gt;
        &lt;a href=&quot;https://ogc-mushroom.com/contact&quot; style=&quot;display: inline-block; background-color: #e67e22; color: white; padding: 18px 35px; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 18px; transition: 0.3s;&quot;&gt;
            Get My 50-Bag Trial (2.5kg)
        &lt;/a&gt;
    &lt;/div&gt;

&lt;/article&gt;</description>
    </item>
    <item rdf:about="https://ogc-mushroom.com/info/6620020">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-28T11:55:00+09:00</dc:date>
        <title>Scaling Your Passion</title>
        <link>https://ogc-mushroom.com/info/6620020</link>
        <description>&lt;article style=&quot;max-width: 800px; margin: 0 auto; line-height: 1.8; font-family: &#039;Helvetica Neue&#039;, Arial, sans-serif; color: #333;&quot;&gt;
&lt;h1 style=&quot;font-size: 28px; color: #2c3e50; border-bottom: 3px solid #4CAF50; padding-bottom: 10px; margin-bottom: 30px;&quot;&gt;Why Japanese Precision is the Secret to Growing Your Mushroom Farm&lt;/h1&gt;
&lt;p style=&quot;font-size: 18px; color: #555; margin-bottom: 25px;&quot;&gt;There is a unique magic in the early morning at a mushroom farm&amp;mdash;the cool air, the earthy scent, and the sight of your first shiitake pins emerging. We know you didn&#039;t start your farm just to do paperwork or spend ten hours a day manually stuffing bags. You started it because you love growing high-quality food for your community.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 25px;&quot;&gt;But as your mushroom growing operation expands from 500 blocks a week to 2,000 or more, the &quot;labor of love&quot; can sometimes feel like just... labor. The question every ambitious grower eventually faces: &lt;br /&gt; &lt;strong&gt;&quot;How do you scale your mushroom farm without losing the precision and quality that made you successful in the first place?&quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 30px;&quot;&gt;At &lt;strong&gt;OGC Mushroom Japan&lt;/strong&gt;, we&#039;re here to help you get back to what you love, with a little help from 30 years of Japanese craftsmanship and proven mushroom cultivation technology.&lt;/p&gt;
&lt;h2 style=&quot;font-size: 22px; color: #2c3e50; background: #f9f9f9; padding: 10px 15px; border-left: 5px solid #4CAF50; margin-bottom: 20px;&quot;&gt;Why Precision in Every Bag is the Heart of the Craft&lt;/h2&gt;
&lt;p style=&quot;margin-bottom: 20px;&quot;&gt;In Japan, cultivating shiitake is seen as an art form&amp;mdash;a tradition passed down through generations with unwavering attention to detail. Every block of substrate is a home for your mycelium, and that home needs to be perfect.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 20px;&quot;&gt;When you bag substrate by hand, even experienced workers struggle to maintain consistent density. Inconsistency is often the hidden wall that stops a mushroom farm from truly scaling. Without consistent substrate density, your contamination rates creep up, and your profit margins shrink just when you need them most.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 30px;&quot;&gt;But with the right &lt;strong&gt;automatic substrate bagging machine&lt;/strong&gt;, every single bag becomes a masterpiece of precision&amp;mdash;the kind of consistency that turns a good mushroom cultivation operation into an exceptional one.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h2 style=&quot;font-size: 22px; color: #2c3e50; background: #f9f9f9; padding: 10px 15px; border-left: 5px solid #4CAF50; margin-bottom: 20px;&quot;&gt;How Japanese Engineering Transforms Your Operation&lt;/h2&gt;
&lt;p style=&quot;margin-bottom: 20px;&quot;&gt;Imagine a smooth, rhythmic process that turns a full day&#039;s worth of back-breaking work into just a few hours of easy supervision. Our machines deliver three game-changing advantages:&lt;/p&gt;
&lt;ul style=&quot;margin-bottom: 30px; padding-left: 20px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 15px;&quot;&gt;&lt;strong&gt;Transform Your Production Timeline:&lt;/strong&gt; What used to take three workers an entire 8-hour shift now takes one operator just 2-3 hours. That&amp;rsquo;s a 60-70% cut in labor costs.&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 15px;&quot;&gt;&lt;strong&gt;Protect Your Precious Harvest:&lt;/strong&gt; Our technology minimizes human contact, keeping your environment pure. Growers report contamination rates dropping significantly after switching to automated bagging.&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 15px;&quot;&gt;&lt;strong&gt;Built to Last (The True Meaning of Made in Japan):&lt;/strong&gt; Engineered for decades of reliable service. You&#039;re investing in a tool that will work hard for 15-20 years.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;font-size: 22px; color: #2c3e50; background: #f9f9f9; padding: 10px 15px; border-left: 5px solid #4CAF50; margin-bottom: 20px;&quot;&gt;Your Success is Our Legacy&lt;/h2&gt;
&lt;p style=&quot;margin-bottom: 25px;&quot;&gt;We aren&#039;t a massive, faceless corporation. For over 30 years, OGC Mushroom Japan has lived and breathed shiitake cultivation. Whether you&#039;re supplying farmers markets across California or premium restaurant groups, our compact, professional-grade equipment is designed to grow &lt;em&gt;with&lt;/em&gt; you.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://cdn.goope.jp/219405/260128132614-69798fe6e9e34.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/219405/260128132614-69798fe6e9e34_l.jpg&quot; alt=&quot;598506940028944997.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div style=&quot;text-align: center; background: #e8f5e9; padding: 30px; border-radius: 10px; margin: 40px 0;&quot;&gt;
&lt;h3 style=&quot;margin-top: 0; color: #2e7d32;&quot;&gt;Let&#039;s Cultivate the Future Together&lt;/h3&gt;
&lt;p style=&quot;margin-bottom: 25px;&quot;&gt;Ready to take the next step in your mushroom farming journey?&lt;/p&gt;
&lt;a href=&quot;https://ogc-mushroom.com/contact&quot; style=&quot;display: inline-block; background-color: #4caf50; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 18px; transition: 0.3s;&quot;&gt; Connect with OGC Mushroom Japan &lt;/a&gt;&lt;/div&gt;
&lt;/article&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/219405/260128143826-6979a0d2a119f_m.png&#039; /&gt;</description>
    </item>
</rdf:RDF>
