<!DOCTYPE html>

<html lang="ja">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>COFO Chair Premium - 上質な快適を、手の届く価格で</title> 

    <script src="https://cdn.tailwindcss.com"></script>

    <style>

      @font-face {

        font-family: 'LucideIcons';

        /* Updated CDN URL for Lucide font */

        src: url(https://cdn.jsdelivr.net/npm/lucide-static@latest/font/Lucide.ttf) format('truetype');

      }

      .lucide {

        font-family: 'LucideIcons';

        font-size: 1.25rem; /* Adjust size as needed */

        line-height: 1;

        font-style: normal;

        font-weight: normal;

        font-variant: normal;

        text-transform: none;

        speak: none;

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

      }

      /* Add specific icon content (Kept for potential future use) */

      .icon-armchair:before { content: "\e92a"; }

      .icon-check-circle:before { content: "\e984"; }

      .icon-dollar-sign:before { content: "\e9ca"; }

      .icon-star:before { content: "\eb19"; }

      .icon-arrow-right:before { content: "\e931"; }

      .icon-tag:before { content: "\eb21"; }

      .icon-smile:before { content: "\eb08"; }

      .icon-clock:before { content: "\e99b"; }

    </style>

    <link rel="preconnect" href="https://fonts.googleapis.com">

    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap" rel="stylesheet">

    <script>

      // Basic Tailwind configuration

      tailwind.config = {

        theme: {

          extend: {

            fontFamily: {

              sans: ['Inter', 'Noto Sans JP', 'sans-serif'],

            },

            colors: {

              // Updated primary color and added a light variant

              primary: {

                DEFAULT: '#7EC6B0', // New base color

                light: '#D9F2EB', // Lighter shade for backgrounds

                dark: '#64a893' // Darker shade for hover states if needed

              },

              secondary: '#10B981', // Emerald-500 (Kept as is)

              neutral: {

                light: '#F9FAFB', // Gray-50

                medium: '#6B7280', // Gray-500

                dark: '#1F2937', // Gray-800

              }

            },

            borderRadius: {

              'xl': '0.75rem',

              '2xl': '1rem',

              '3xl': '1.5rem',

            }

          }

        }

      }

    </script>

    <style>

        /* Additional custom styles */

        body {

            font-family: 'Inter', 'Noto Sans JP', sans-serif;

        }

        .hero-gradient {

            /* Updated gradient using the new primary color's light shade */

            background: linear-gradient(135deg, #D9F2EB 0%, #F3E8FF 100%); /* Light teal to light purple */

        }

        .cta-button {

            transition: all 0.3s ease;

        }

        .cta-button:hover {

            transform: translateY(-2px);

            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

        }

        /* Simple fade-in animation (No changes needed here) */

        @keyframes fadeIn {

            from { opacity: 0; transform: translateY(20px); }

            to { opacity: 1; transform: translateY(0); }

        }

        .fade-in-section {

            opacity: 0; /* Start hidden */

            animation: fadeIn 0.8s ease-out forwards;

        }

        /* Delay for staggered animations */

        .delay-1 { animation-delay: 0.2s; }

        .delay-2 { animation-delay: 0.4s; }

        .delay-3 { animation-delay: 0.6s; }

    </style>

</head>

<body class="bg-neutral-light text-neutral-dark antialiased">


    <header class="bg-white shadow-sm sticky top-0 z-50">

        <nav class="container mx-auto px-6 py-3 flex justify-between items-center">

            <a href="#"> <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2024/11/COFO-Work-Style-5.png"

                     alt="COFO Work Style ロゴ"

                     class="h-8 w-auto"

                     onerror="this.src='https://placehold.co/150x40/cccccc/ffffff?text=Logo+Error'; this.alt='ロゴ画像読込エラー'">

            </a>

            </nav>

    </header>


    <section class="hero-gradient py-16 md:py-24">

        <div class="container mx-auto px-6 text-center flex flex-col md:flex-row items-center gap-8">

            <div class="md:w-1/2 text-center md:text-left">

                <p class="text-xl font-semibold text-primary mb-2">COFO Chair Premium</p>

                <h1 class="text-4xl md:text-5xl font-bold text-neutral-dark mb-4 leading-tight">

                    上質な快適さを、<br>手の届く価格で。

                </h1>

                <p class="text-lg text-neutral-medium mb-8">

                    もうデスクワークで疲れない。集中力が続く、秘密のデザインを体験しませんか?

                    あなたの毎日を変える理想の一脚がここにあります。

                </p>

                <a href="https://www.jp-cofo.com/s/d6a2f" 

                   target="_blank" rel="noopener noreferrer" 

                   class="inline-flex items-center gap-2 bg-primary text-white text-lg font-semibold px-8 py-3 rounded-xl hover:bg-primary-dark transition duration-300 cta-button shadow-lg">

                    <i class="lucide icon-tag"></i> 5,000円OFFクーポンを受け取る 

                    <i class="lucide icon-arrow-right"></i>

                </a>

                <p class="text-sm text-neutral-medium mt-4">COFO公式オンラインストアでの購入に使えるお得なクーポンです。</p>

            </div>

            <div class="md:w-1/2 mt-8 md:mt-0">

                <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2023/09/Premium_Black.webp"

                     alt="COFO チェア Premium ブラック"

                     class="rounded-2xl shadow-xl mx-auto max-w-full h-auto"

                     onerror="this.src='https://placehold.co/600x500/cccccc/ffffff?text=画像読込エラー'; this.alt='チェアの画像プレースホルダー'">

            </div>

        </div>

    </section>


    <section id="features" class="py-16 md:py-24 bg-white">

        <div class="container mx-auto px-6">

            <h2 class="text-3xl font-bold text-center text-neutral-dark mb-12">

                選ばれる理由があります

            </h2>

            <div class="grid md:grid-cols-3 gap-8 text-center">

                <div class="bg-neutral-light p-6 rounded-2xl shadow-sm fade-in-section delay-1 flex flex-col">

                    <div class="w-full max-w-xs mx-auto mb-4 h-48 overflow-hidden rounded-lg bg-gray-100">

                        <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2024/11/%E3%82%AD%E3%83%A3%E3%83%83%E3%83%81%E3%82%B3%E3%83%94%E3%83%BC%E4%B8%8B.webp"

                             alt="人間工学に基づいたチェアの使用イメージ"

                             class="w-full h-full object-cover"

                             onerror="this.style.display='none'; this.parentElement.innerHTML='<div class=\'flex items-center justify-center h-full text-gray-500\'>画像読込エラー</div>'">

                    </div>

                    <h3 class="text-xl font-semibold mb-2 text-neutral-dark">人間工学デザイン</h3>

                    <p class="text-neutral-medium">

                        長時間座っても疲れにくい、体にフィットする設計。正しい姿勢をサポートし、集中力を持続させます。

                    </p>

                </div>

                <div class="bg-neutral-light p-6 rounded-2xl shadow-sm fade-in-section delay-2 flex flex-col">

                     <div class="w-full max-w-xs mx-auto mb-4 h-48 overflow-hidden rounded-lg bg-gray-100">

                         <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2024/11/%E3%83%A1%E3%83%83%E3%82%B7%E3%83%A5%E6%A7%8B%E9%80%A0.webp"

                              alt="チェアのメッシュ構造の拡大イメージ"

                              class="w-full h-full object-cover"

                              onerror="this.style.display='none'; this.parentElement.innerHTML='<div class=\'flex items-center justify-center h-full text-gray-500\'>画像読込エラー</div>'">

                    </div>

                    <h3 class="text-xl font-semibold mb-2 text-neutral-dark">超高質素材</h3>

                    <p class="text-neutral-medium">

                        耐久性に優れた超高質素材フルメッシュ構造で通気性も良く、一年中快適な座り心地です。

                    </p>

                </div>

                <div class="bg-neutral-light p-6 rounded-2xl shadow-sm fade-in-section delay-3 flex flex-col">

                     <div class="w-full max-w-xs mx-auto mb-4 h-48 overflow-hidden rounded-lg bg-gray-100">

                         <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2024/11/¥89999-4.jpg"

                              alt="COFO Chair Premiumの価格イメージ"

                              class="w-full h-full object-contain" onerror="this.style.display='none'; this.parentElement.innerHTML='<div class=\'flex items-center justify-center h-full text-gray-500\'>画像読込エラー</div>'">

                    </div>

                    <h3 class="text-xl font-semibold mb-2 text-neutral-dark">驚きのコスパ</h3>

                    <p class="text-neutral-medium">

                        高品質ながら、手の届きやすい価格。最高のコストパフォーマンスで大満足です。

                    </p>

                </div>

            </div>

        </div>

    </section>


    <section id="secret" class="py-16 md:py-24 bg-neutral-light">

        <div class="container mx-auto px-6 flex flex-col md:flex-row items-center gap-12">

            <div class="md:w-1/2">

                <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2025/04/ランバーサポート.webp" 

                     alt="COFO Chair Premiumのランバーサポート" 

                     class="rounded-2xl shadow-lg mx-auto max-w-full h-auto" 

                     onerror="this.src='https://placehold.co/500x400/cccccc/ffffff?text=画像読込エラー'; this.alt='快適さの秘密のプレースホルダー'">

            </div>

            <div class="md:w-1/2 fade-in-section">

                 <span class="inline-block bg-primary-light text-primary text-sm font-medium px-3 py-1 rounded-full mb-3">

                    <i class="lucide icon-clock text-xs mr-1"></i> 長時間でも快適

                 </span>

                <h2 class="text-3xl font-bold text-neutral-dark mb-4">

                    これが、長時間座っても疲れないヒミツです。

                </h2>

                <p class="text-neutral-medium mb-4">

                    多くの時間を過ごす椅子だからこそ、快適性を追求した素材と機能にこだわりたいですね。

                </p>

                <ul class="space-y-3 text-neutral-dark"> 

                    <li class="flex items-start gap-3">

                        <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2025/04/ヒミツ1.jpg" 

                             alt="快適さの秘訣1 アイコン" 

                             class="w-6 h-6 mt-1 flex-shrink-0"

                             onerror="this.src='https://placehold.co/24x24/cccccc/ffffff?text=X'; this.alt='アイコン読込エラー'">

                        <span><strong>可動式ランバーサポート:</strong>首と腰をしっかりやさしくサポートします。</span>

                    </li>

                    <li class="flex items-start gap-3">

                        <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2025/04/ヒミツ2.jpg" 

                             alt="快適さの秘訣2 アイコン" 

                             class="w-6 h-6 mt-1 flex-shrink-0"

                             onerror="this.src='https://placehold.co/24x24/cccccc/ffffff?text=X'; this.alt='アイコン読込エラー'">

                        <span><strong>通気性の高いメッシュ素材:</strong> 熱がこもらず、一年中さらっと快適な座り心地。</span>

                    </li>

                    <li class="flex items-start gap-3">

                         <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2025/04/ヒミツ3.jpg" 

                              alt="快適さの秘訣3 アイコン" 

                              class="w-6 h-6 mt-1 flex-shrink-0"

                              onerror="this.src='https://placehold.co/24x24/cccccc/ffffff?text=X'; this.alt='アイコン読込エラー'">

                        <span><strong>調節可能なアームレスト:</strong>「高さ」「前後」「左右」「角度」をお好みに調節できます。</span>

                    </li>

                     <li class="flex items-start gap-3">

                        <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2025/04/ヒミツ4.jpg" 

                             alt="快適さの秘訣4 アイコン" 

                             class="w-6 h-6 mt-1 flex-shrink-0"

                             onerror="this.src='https://placehold.co/24x24/cccccc/ffffff?text=X'; this.alt='アイコン読込エラー'">

                        <span><strong>スムーズなキャスター:</strong> 静かで滑らかな動き。床を傷つけにくい素材です。</span>

                    </li>

                </ul>

                 <div class="mt-6 bg-primary-light p-4 rounded-lg shadow-sm border border-primary/20">

                    <div class="flex items-center gap-3">

                         <p class="text-neutral-dark font-medium">

                             もし疲れても、<strong>リクライニング&フットレスト</strong>で体をリラックスさせることができます。

                         </p>

                         <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2025/04/リクライニング&フットレスト.webp" 

                              alt="リクライニングとフットレストのイメージ" 

                              class="w-24 h-24 flex-shrink-0" 

                              onerror="this.src='https://placehold.co/96x96/cccccc/ffffff?text=X'; this.alt='アイコン読込エラー'"> 

                    </div>

                </div>

            </div>

        </div>

    </section>


    <section id="testimonials" class="py-16 md:py-24 bg-white">

        <div class="container mx-auto px-6">

            <h2 class="text-3xl font-bold text-center text-neutral-dark mb-12">

                ユーザーの声

            </h2>

            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">

                <div class="bg-neutral-light p-6 rounded-2xl shadow-sm border border-gray-200 fade-in-section delay-1">

                    <div class="flex items-center mb-3">

                        <div>

                            <p class="font-semibold text-neutral-dark">Maco</p>

                            <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2025/04/5つ星-e1744447355149.png" 

                                 alt="評価5つ星" 

                                 class="h-5 w-auto mt-1" 

                                 onerror="this.src='https://placehold.co/80x20/cccccc/ffffff?text=Error'; this.alt='評価読込エラー'">

                        </div>

                    </div>

                    <p class="text-neutral-medium italic">

                        「昨日組み立てた。予想以上に腰のサポートがいい。何よりコスパがいい。今使ってるアーロンチェアぐらいでかい方が座りやすいし椅子の上であぐらかきやすいんだけどオフィスじゃなく限られた自宅などの空間の中だとサイズがちょうどいいかも。」

                    </p>

                </div>

                <div class="bg-neutral-light p-6 rounded-2xl shadow-sm border border-gray-200 fade-in-section delay-2">

                     <div class="flex items-center mb-3">

                        <div>

                            <p class="font-semibold text-neutral-dark">ひげおとん</p>

                            <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2025/04/5つ星-e1744447355149.png" 

                                 alt="評価5つ星" 

                                 class="h-5 w-auto mt-1"

                                 onerror="this.src='https://placehold.co/80x20/cccccc/ffffff?text=Error'; this.alt='評価読込エラー'">

                        </div>

                    </div>

                    <p class="text-neutral-medium italic">

                        「COFO chair premium 1ヶ月使用の感想<br>・熱が篭らず長時間でも快適<br>・フィット感が良く良姿勢をとりやすい<br>・キャスターがとても静か<br>・重量により安定感があり立つ座る時の反動が少ない<br>チェア選びに難渋してるならこれ!<br>一度慣れたら他のでは満足できない」

                    </p>

                </div>

                 <div class="bg-neutral-light p-6 rounded-2xl shadow-sm border border-gray-200 fade-in-section delay-3 md:col-span-2 lg:col-span-1">

                     <div class="flex items-center mb-3">

                        <div>

                            <p class="font-semibold text-neutral-dark">淳 井.</p>

                            <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2025/04/5つ星-e1744447355149.png" 

                                 alt="評価5つ星" 

                                 class="h-5 w-auto mt-1"

                                 onerror="this.src='https://placehold.co/80x20/cccccc/ffffff?text=Error'; this.alt='評価読込エラー'">

                        </div>

                    </div>

                    <p class="text-neutral-medium italic">

                        「個別指導塾の塾長をやっており、夏期講習中は朝から夜まで座っていることも多いのでCOFO chair premiumを購入して大正解でした。<br>前の椅子は某国内大手メーカーのものでしたが、長時間座るとお尻や背中が蒸れて不快感がありましたがCOFO chair premiumは一切その様なことがなく快適且つ非常に座り心地の良いチェアーです。」

                    </p>

                </div>

            </div>

             <p class="text-right text-sm text-neutral-medium mt-8">

                <a href="https://cofo.jp/products/chairpremium-buy" target="_blank" rel="noopener noreferrer" class="hover:text-primary hover:underline">

                    出典:COFO

                </a>

            </p>

        </div>

    </section>


    <section id="coupon-cta" class="py-16 md:py-24 bg-primary text-white">

        <div class="container mx-auto px-6 text-center">

            <img src="https://www.cofo-workstyle.toshiwebserver.com/wp-content/uploads/2024/11/186_1800x1800.webp" 

                 alt="COFO Chair Premium 使用イメージ" 

                 class="h-48 w-auto mx-auto mb-6 rounded-lg shadow-md" 

                 onerror="this.src='https://placehold.co/192x192/cccccc/ffffff?text=画像エラー'; this.alt='画像読込エラー'">

            

            <h2 class="text-3xl md:text-4xl font-bold mb-4">

                さあ、あなたも上質な快適さを手に入れよう!

            </h2>

            <p class="text-lg opacity-90 mb-8 max-w-2xl mx-auto"> 

                今なら、COFO公式オンラインストアで使える<br><strong class="font-semibold">【5,000円OFFクーポン】</strong>をプレゼント中!<br>この機会をお見逃しなく。

            </p>

            <a href="https://www.jp-cofo.com/s/d6a2f" 

               target="_blank" rel="noopener noreferrer" 

               class="inline-flex items-center gap-2 bg-white text-primary text-lg font-semibold px-8 py-3 rounded-xl hover:bg-gray-100 transition duration-300 cta-button shadow-lg">

                <i class="lucide icon-tag"></i> 5,000円OFFクーポンを受け取る

                <i class="lucide icon-arrow-right"></i>

            </a>

             <p class="text-sm opacity-80 mt-4">ボタンをクリックしてクーポンページへお進みください。</p> 

        </div>

    </section>


    <script>

        // Simple JavaScript for smooth scrolling and animations (No changes needed here)


        // Smooth scroll for anchor links

        document.querySelectorAll('a[href^="#"]').forEach(anchor => {

            anchor.addEventListener('click', function (e) {

                e.preventDefault();

                const targetId = this.getAttribute('href');

                const targetElement = document.querySelector(targetId);

                if (targetElement) {

                    targetElement.scrollIntoView({

                        behavior: 'smooth'

                    });

                }

            });

        });


        // Intersection Observer for fade-in animations

        const observer = new IntersectionObserver((entries) => {

            entries.forEach(entry => {

                if (entry.isIntersecting) {

                    entry.target.style.animationPlayState = 'running';

                    // Optional: Unobserve after animation runs once

                    // observer.unobserve(entry.target);

                }

            });

        }, {

            threshold: 0.1 // Trigger when 10% of the element is visible

        });


        // Observe all elements with the fade-in class

        document.querySelectorAll('.fade-in-section').forEach(section => {

            // Initially pause the animation

            section.style.animationPlayState = 'paused';

            observer.observe(section);

        });


    </script>


</body>

</html>