@charset "utf-8";


.lp-container a,
.lp-container a:link,
.lp-container a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

#footer a,
#sidr-right a {
    color: inherit !important;
    text-decoration: inherit !important;
}


.custum-text {
color:#f5f5f5
}
    .lp-container { 
    width: 100%;
    margin: 0 auto; 
    font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "游ゴシック", "Meiryo", sans-serif;
    line-height: 1.6; 
    color: #333;
}
    

         .lp-hero {
    position: relative; /* 子要素の配置基準 */
    width: 100vw; /* 画面幅いっぱい */
    left: 50%;
    transform: translateX(-50%);
    min-height: 450px; /* 高さを出して迫力を出す */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    background-image: url('https://toyoking.co.jp/products/images/db-back.webp');
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
    background-attachment: scroll; /* スクロールに合わせて動かす */
    background-color: rgba(0, 0, 0, 0.5); /* 影を少し濃く */
    background-blend-mode: multiply;
}


    


      .lp-hero h1 { 
            font-size: 28px; 
            margin-bottom: 10px; 
            color: #fff; 
             animation: speed-in 0.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
            }


      .lp-hero p { 
        font-size: 23px; 
        color: #ffca28; 
        font-weight: bold;
        font-family: 'Playfair Display', serif;
    letter-spacing: 0.3em;
        }

 .lp-hero span {
     font-size: 18px; 
    display: block;
    opacity: 0;
    animation: fade-in 1s 1.2s ease-out forwards;
}

@keyframes fade-in {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
        
        .feature-box { 
            width:1200px;
            display: flex; 
            flex-wrap: wrap; 
            gap: 20px; 
            margin-bottom: 40px; 
            align-items: center; 
        }


        .feature-img { 
            flex: 1; 
            min-width: 300px; 
        
        }


        .feature-img img { 
            
            width: 100%; 
            height: auto; 
          
            
            
        }


        .feature-text { 
            flex: 1.2; 
            min-width: 300px; 
            padding-left:30px;
        }

        .feature-text span { 
            display: block;
            color: #d32f2f; 
            border-left: 5px solid #d32f2f; 
            padding-left: 15px; 
            margin-bottom: 15px; 
            font-size: 30px; 
            font-weight: 700;
            line-height: 50px;
             letter-spacing: 0.1em;
            
         
        }


         .feature-text p { 
            display: block;
            color: #0e0d0d; 
         font-size: 17px; 
         letter-spacing: 0.1em;
         line-height: 30px;
           
        }

        .feature-text.no-border span {
    border-left: none;
    padding-left: 0;
    text-align: center; margin-bottom: 40px;
}
        
        .spec-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
        .spec-table th, .spec-table td { border: 1px solid #ccc; padding: 12px; text-align: left; }
        .spec-table th { background: #f5f5f5; width: 30%; }

      
       
        .btn-list-area

         { text-align: center; 
            background: #f9f9f9; 
            padding: 30px; 
            border-radius: 8px; 
            margin-top: 40px; }

            .btn-list-area p
        
         { font-size: 20px;
        font-weight: 700; }





        .btn-buy { 
            
            display: inline-block; 
            background: #d32f2f; 
            color: #fff; padding: 15px 40px; 
            text-decoration: none; 
            
            border-radius: 50px; 
            font-size: 20px; transition: 0.3s; }




        .btn-buy:hover { background: #b71c1c; color: #fff; transform: scale(1.05); }
        


/* 商品ラインナップエリア全体の調整 */
.product-lineup {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

/* グリッドレイアウト：PCは4つ、または3つずつ並ぶ設定 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* 個別の商品カード */
.product-card {
    background: #fff;
    border: 1px solid #eee;
    
    padding: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* 商品画像 */
.product-card img {
    width: 100%;
    height: auto;
   
    }

/* 商品タイトル（サイズ名） */
.product-card h3 {
    font-size: 18px;
    color: #333;
    margin: 15px;
    border-top: solid 0px #3D3434;
        border-bottom: solid 0px #3D3434;
}





/* 詳細リンクボタン */
.product-link {
    display: block;
    background: #333;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
}

.product-link:hover {
    background: #d32f2f; /* TOYOKINGカラーの赤に変化 */
    color: #fff;
}

.premium-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    animation: speed-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    margin-bottom: 30px;
}

/* 左から高速スライドイン */
@keyframes speed-in {
    0% {
        opacity: 0;
        transform: translateX(-60px) skewX(-10deg);
        
    }
    100% {
        opacity: 1;
        transform: translateX(0) skewX(0deg);
        
    }
}

/* 下線がシュッと伸びる */
.premium-label::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff0000;
    animation: line-expand 0.4s 0.4s ease-out forwards;
    font-weight: 700;
}

@keyframes line-expand {
    0%   { width: 0; }
    100% { width: 100%; }
}

.feature-box-reverse {
    flex-direction: row-reverse;
}



   

@media screen and (max-width: 768px) {





    .feature-box-reverse {
    flex-direction: column;
}




    /* ▼ ヒーローセクション */
    .lp-hero {
        width: 100vw;
        min-height: 500px;
        padding: 40px 20px;
        box-sizing: border-box;
        background-image: right;
    }

    .lp-hero p {
        font-size: 19px;
        letter-spacing: 0.2em;
        margin-bottom: 20px;
    }

    .lp-hero h1 {
        font-size: 25px;
        line-height: 1.6;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .lp-hero span {
        font-size: 18px;
        padding: 0 15px;
        line-height: 1.8;
    }

    /* ▼ フィーチャーボックス */
    .feature-box {
        width: 100%;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .feature-img {
        min-width: unset;
        width: 100%;
    }

    .feature-text {
        min-width: unset;
        width: 100%;
        padding-left: 0;
        
    }

    

    
   .feature-text span {
       font-size: 23px;
    margin-bottom: 0px;
        line-height: 1.5;
        letter-spacing: 0.05em;
  }

   .feature-text.no-border span {
       font-size: 23px;
    margin-bottom: 0px;
  }

 

   

    .feature-text p {
        font-size: 16px;
        line-height: 1.8;
        padding:15px;
    }

    /* ▼ スペックテーブル */

   .spec-table {
    width: calc(100% - 30px);
    margin: 0 15px;
    box-sizing: border-box;
}


    .spec-table th,
    .spec-table td {
        font-size: 13px;
        padding: 8px;
    }

    .spec-table th {
        width: 35%;
    }

    /* ▼ 購入ボタンエリア */
    .btn-list-area {
        padding: 20px 15px;
        margin-top: 20px;
    }

    .btn-list-area p {
        font-size: 16px;
    }

    .btn-buy {
        font-size: 16px;
        padding: 12px 30px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    /* ▼ 商品ラインナップ */
    .product-lineup {
        padding: 0 10px;
        margin: 20px auto;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .product-card {
        padding: 8px;
    }

    .product-card h3 {
        font-size: 14px;
        margin: 10px 5px;
    }

    .product-link {
        font-size: 12px;
        padding: 8px;
    }

    /* ▼ プレミアムラベル */
    .premium-label {
        font-size: 11px;
        letter-spacing: 0.2em;
    }


        }

