【グルテンフリー・自然栽培】こだわり米粉のクッキー5個セット|コロンブランシュのからだ想いの贈りもの
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Noto+Serif+JP:wght@300;400;500;600&family=Zen+Kaku+Gothic+New:wght@300;4 00;500&display=swap'); .cb-cookie5-desc { font-family: 'Zen Kaku Gothic New', sans-serif; color: #333; line-height: 1.8; max-width: 1000px; margin: 0 auto; padding: 40px 20px; background-color: #faf9f7; overflow: hidden; } .cb-cookie5-desc h2, .cb-cookie5-desc h3, .cb-cookie5-desc .serif-text { font-family: 'Noto Serif JP', serif; } /* Section Headers */ .cb-section-header { text-align: center; margin-bottom: 50px; position: relative; } .cb-section-header.first-theme { margin-top: 20px; } .cb-section-header .en-title { display: block; font-family: 'Cormorant Garamond', serif; font-size: 24px; font-style: italic; color: #b59b7c; margin-bottom: 5px; letter-spacing: 0.1em; } .cb-section-header h2 { font-size: 28px; font-weight: 500; color: #4a4036; margin: 0; letter-spacing: 0.05em; padding: 0; } .cb-section-header::after { content: ''; display: block; width: 40px; height: 1px; background-color: #b59b7c; margin: 20px auto 0; } /* 2-col wrapper for 4 items */ .cb-grid-2-wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 30px; /* row-gap: 40px, col-gap: 30px */ margin-bottom: 60px; } .cb-grid-2-wrap .cb-flavor-card { width: calc(50% - 15px); max-width: 380px; } /* Flavor Cards */ .cb-flavor-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease; display: flex; flex-direction: column; } .cb-flavor-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); } .cb-flavor-image-wrap { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: #f4f0ea; } .cb-flavor-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; } .cb-flavor-card:hover .cb-flavor-image-wrap img { transform: scale(1.05); } .cb-flavor-content { padding: 30px 25px; text-align: center; flex-grow: 1; display: flex; flex-direction: column; } .cb-flavor-subtitle { font-size: 13px; color: #b59b7c; margin-bottom: 8px; letter-spacing: 0.1em; } .cb-flavor-title { font-size: 20px; color: #333; margin: 0 0 15px 0; font-weight: 500; } .cb-flavor-desc { font-size: 14px; color: #666; text-align: justify; text-align-last: center; margin: 0; line-height: 1.7; } /* こだわりの原材料 */ .cb-ingredients-section { margin-top: 80px; margin-bottom: 60px; } .cb-ingredients-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; } .cb-ingredient-card { text-align: center; transition: transform 0.3s ease; } .cb-ingredient-card:hover { transform: translateY(-4px); } .cb-ingredient-img-wrap { width: 100%; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; margin-bottom: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.06); } .cb-ingredient-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .cb-ingredient-card:hover .cb-ingredient-img-wrap img { transform: scale(1.08); } .cb-ingredient-name { font-family: 'Noto Serif JP', serif; font-size: 16px; font-weight: 500; color: #4a4036; margin-bottom: 8px; } .cb-ingredient-detail { font-size: 13px; color: #888; line-height: 1.6; } /* 不使用バッジ */ .cb-badges-section { margin-top: 60px; margin-bottom: 60px; } .cb-badges-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px 0; } .cb-badge-item { flex: 0 0 20%; text-align: center; transition: transform 0.3s ease; } .cb-badge-item:hover { transform: translateY(-3px); } .cb-badge-icon { width: 80px; height: 80px; margin: 0 auto 10px; } .cb-badge-icon img { width: 100%; height: 100%; object-fit: contain; opacity: 0.7; transition: opacity 0.3s ease; } .cb-badge-item:hover .cb-badge-icon img { opacity: 1; } .cb-badge-label { font-size: 12px; color: #777; letter-spacing: 0.03em; line-height: 1.5; } /* About */ .cb-about-section { margin-top: 80px; margin-bottom: 60px; background: #2c2c2c; border-radius: 12px; overflow: hidden; color: #fff; } .cb-about-content { padding: 50px 40px; } .cb-about-section .cb-section-header .en-title { color: #b59b7c; } .cb-about-section .cb-section-header h2 { color: #fff; } .cb-about-section .cb-section-header::after { background-color: #b59b7c; } .cb-about-text { font-size: 15px; line-height: 2; color: #ddd; text-align: center; margin-bottom: 30px; letter-spacing: 0.05em; } .cb-about-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 30px; } .cb-about-img-wrap { border-radius: 8px; overflow: hidden; } .cb-about-img-wrap img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform 0.5s ease; } .cb-about-img-wrap:hover img { transform: scale(1.05); } .cb-about-caption { text-align: center; font-size: 12px; color: #aaa; margin-top: 8px; } /* アレルギー */ .cb-badges-inline { display: flex; justify-content: center; gap: 15px; margin: 40px 0; flex-wrap: wrap; } .cb-badge-pill { display: inline-block; padding: 8px 16px; background: #eef2eb; color: #5d7050; border-radius: 20px; font-size: 13px; font-weight: 500; letter-spacing: 0.05em; border: 1px solid #dce4d5; } .cb-badge-pill.allergy { background: #fff0f0; color: #d35f5f; border-color: #fad3d3; } /* 商品情報テーブル */ .cb-detail-section { background: #fff; border-radius: 12px; padding: 50px; margin-top: 80px; box-shadow: 0 5px 20px rgba(0,0,0,0.02); } .cb-detail-title { text-align: center; font-size: 22px; color: #4a4036; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #eee; } .cb-detail-table { width: 100%; border-collapse: collapse; } .cb-detail-table th, .cb-detail-table td { padding: 20px; border-bottom: 1px solid #f0f0f0; vertical-align: top; } .cb-detail-table tr:last-child th, .cb-detail-table tr:last-child td { border-bottom: none; } .cb-detail-table th { width: 25%; text-align: left; font-weight: 500; color: #4a4036; background: #faf9f7; border-right: 1px solid #fff; } .cb-detail-table td { font-size: 14px; color: #555; line-height: 1.8; } .cb-detail-table .ingredient-group { margin-bottom: 15px; } .cb-detail-table .ingredient-group:last-child { margin-bottom: 0; } .cb-detail-table .ingredient-name { font-weight: 600; color: #8a735c; display: block; font-size: 13px; margin-bottom: 3px; } /* Responsive */ @media (max-width: 900px) { .cb-ingredients-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .cb-badge-item { flex: 0 0 33.333%; } .cb-about-images { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 767px) { .cb-cookie5-desc { padding: 30px 15px; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .cb-grid-2-wrap { flex-direction: column; gap: 30px; } .cb-grid-2-wrap .cb-flavor-card { width: 100%; max-width: none; } .cb-ingredients-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } .cb-ingredient-name { font-size: 14px; } .cb-ingredient-detail { font-size: 12px; } .cb-badges-grid { gap: 15px 0; } .cb-badge-item { flex: 0 0 33.333%; } .cb-badge-icon { width: 60px; height: 60px; } .cb-badge-label { font-size: 11px; } .cb-about-content { padding: 30px 20px; } .cb-about-images { grid-template-columns: 1fr 1fr; } .cb-about-images > div:first-child { grid-column: 1 / -1; } .cb-detail-section { padding: 30px 15px; } .cb-detail-table th, .cb-detail-table td { display: block; width: 100%; } .cb-detail-table th { background: transparent; padding-bottom: 5px; border-bottom: none; font-size: 16px; color: #b59b7c; } .cb-detail-table td { padding-top: 0; padding-bottom: 25px; } } Rice Flour Cookies 自然栽培 米粉のクッキー サクサクの食感が美味しい プレーン 自然栽培の米粉と上質なグラスフェッドバター、オーガニックアーモンドプードルを使用した栄養価の高いクッキー。 ココナッツ好きにはたまらない ココナッツ 自然栽培の米粉と上質なグラスフェッドバター、オーガニックのココナッツを使用した栄養価の高いクッキー。 栄養価も抜群! オートミール オーガニックのオートミールと、自然栽培の米粉を使用したクッキー。食物繊維がたっぷり含まれていて、マグネシウムや鉄分などのミネラルも豊富。パッと食べられる栄養補給に。 ちょっとした軽食にも チャンクチョコ 食べやすいサイズにカットしたチャンクチョコをふんだんに使用したクッキー。食べ応え抜群で、チョコレートの甘みがコーヒーとピッタリマッチします。 Our Ingredients こだわりの原材料 自然栽培の米粉 九州産・無農薬・無化学肥料 喜界島のきび糖 ミネラル豊富な自然の甘み 平飼いの新鮮な卵 福岡県産・無投薬飼育 グラスフェッドバター ニュージーランド産・牧草飼育 グルテンフリー 白砂糖不使用 マーガリン不使用 ショートニング不使用 遺伝子組換不使用 合成香料不使用 保存料不使用 ph調整剤不使用 乳化剤不使用 About Us コロンブランシュについて コロンブランシュは2023年1月、福岡県久留米市のほとめき通り商店街内にオープン。 完全無農薬、自然栽培で育った、とっても美味しいお米を使って、 グルテンフリーのシュークリームやドーナツ、クッキー、パンの製造、販売をしています。 ほとめき通り商店街 店内席数は24席。イートイン可能 2F席にはキッズスペースを完備 小麦・香料・着色料・白砂糖不使用 特定原材料:卵・乳 商品情報 原材料 [米粉のクッキー プレーン] 米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、きび糖(喜界島産)、オーガニックアーモンドプードル(イタリア産)、平飼い卵(福岡県産)、ヒマラヤ岩塩(パキスタン産) [米粉のクッキー ココナッツ] 米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、有機ココナッツ(スリランカ産)、きび糖(喜界島産)、平飼い卵(福岡県産)、ヒマラヤ岩塩(パキスタン産) [米粉のクッキー オートミール] 有機オーツ麦(アメリカ産・カナダ産)、きび砂糖(喜界島産)、グラスフェッドバター(ニュージーランド産)、オーガニックアーモンドプードル(イタリア産)、米粉(九州産自然栽培)、ヒマラヤ岩塩(パキスタン産) [米粉のココナッツチャンクチョコクッキー] 米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、有機ココナッツ(スリランカ産)、チャンクチョコ(国産)、平飼い卵(福岡県産)、きび砂糖(喜界島産)、ヒマラヤ岩塩(パキスタン産) 内容量 5個 賞味期限 発送日より10日~21日(商品によって異なります) 保存方法 直射日光及び湿気を避け、28℃以下で保存してください。 箱のサイズ 縦185mm x 横120mm x 高さ70mm