/* =========================================================
   1. 基本設定（フォント・リセット補助）
   ========================================================= */
.lp-tottori_shimane-hero,
.lp-tottori_shimane-theme-suika,
.lp-tottori_shimane-theme-sakashita,
.lp-tottori_shimane-theme-aoume,
.lp-tottori_shimane-theme-root-veg,
.lp-tottori_shimane-theme-related {
    /* 日本語の可読性と上品さを重視した明朝体 */
    font-family:
        "Noto Serif JP",
        "Hiragino Mincho ProN",
        "Yu Mincho",
        "YuMincho",
        "MS Mincho",
        serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    line-height: 1.8;
    overflow-x: hidden;
}



.lp-tottori_shimane-product-card {
    /* 日本語の読みやすさを重視したゴシック体 */
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    line-height: 1.8;
    overflow-x: hidden;
}



.lp-tottori_shimane-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
}

.lp-tottori_shimane-full-width {
    max-width:1140px;
    width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}

/* =========================================================
   2. カラーテーマ設定
   ========================================================= */
/* 南高梅：深い紅と金のアクセント */
.lp-tottori_shimane-theme-suika {
    --theme-color: #30ac0b;
    --sub-bg: #f2fdf2;
    --accent-color: #266e1c;
}

/* 青梅：新鮮な深緑 */
.lp-tottori_shimane-theme-aoume {
    --theme-color: #75317e;
    --sub-bg: #f3d0f3;
    --accent-color: #86477d;
}

/* =========================================================
   3. ヒーロー・ナビゲーション
   ========================================================= */
.lp-tottori_shimane-anchor-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 5rem;
}

.lp-tottori_shimane-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 18px;
    border: 1px solid var(--accent-color);
    border-radius: 8px;
    transition: opacity 0.3s;
}

/* =========================================================
   4. イントロセクション（背景画像付き）
   ========================================================= */
.lp-tottori_shimane-intro-bg {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    text-align: center;
}

/* 各背景画像（サンプルURLを適宜差し替えてください） */
.lp-tottori_shimane-bg-suika {
    background-image: linear-gradient(rgba(0, 0, 0, 0.466), rgba(255, 255, 255, 0.3)), url('https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2026/zenkoku/suika_bg.jpg');
}

.lp-tottori_shimane-bg-aoume {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2026/zenkoku/budou_bg.jpg');
}

.lp-tottori_shimane-bg-rakkyo {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2026/suikaume/rakkyo_bg.jpg');
}

.lp-tottori_shimane-bg-shoga {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2026/suikaume/ginger_bg.jpg');
}

.lp-tottori_shimane-heading-l {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--theme-color);
    display: inline-block;
    filter: drop-shadow(2px 2px 2px var(--sub-bg));
}

.lp-tottori_shimane-intro-box {
    padding: 0.5rem;
    font-size: 1.15rem;
}

.lp-tottori_shimane-intro-box p {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
    letter-spacing: 10%;
}

.sponly {
    display: inline;
}


/* =========================================================
   5. ブランド・歴史カード
   ========================================================= */
.lp-tottori_shimane-item-introduction,
.lp-tottori_shimane-brand-philosophy {
    padding: 60px 0;
    background-color: var(--sub-bg);
}

.lp-tottori_shimane-item-introduction .lp-tottori_shimane-container {
    margin: 2rem 1rem;
}

.lp-tottori_shimane-heading-m {
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: var(--theme-color);
}

.lp-tottori_shimane-heading-m::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--theme-color);
    margin: 8px auto 0;
}

.lp-tottori_shimane-flex-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;

}

.lp-tottori_shimane-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    padding: 1rem;
}

.lp-tottori_shimane-card-body {
    padding: 1.5rem;
}

.lp-tottori_shimane-card-body strong {
    color: var(--theme-color);
    font-weight: 800;
    font-size: 120%;
    background-image: linear-gradient(180deg, transparent, 60%, transparent, 60%, rgb(255, 198, 238));
}

.lp-tottori_shimane-heading-s {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--theme-color);
}



/* =========================================================
   6. 商品一覧（グリッドレイアウト）
   ========================================================= */
.lp-tottori_shimane-item-list {
    padding: 60px 0;
}

.lp-tottori_shimane-item-title {
    color: var(--theme-color);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
    font-weight: 600;
}

.lp-tottori_shimane-item-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--theme-color);
    margin: 8px auto 0;
}

.lp-tottori_shimane-grid-2,
.lp-tottori_shimane-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom:30px;
}

.lp-tottori_shimane-product-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    line-height: 1.5
}

.lp-tottori_shimane-product-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-bottom: 15px;
}

.lp-tottori_shimane-maker {
    font-size: 0.9rem;
    color: #777;
}

.lp-tottori_shimane-name {
    font-size: 1.7rem;
    font-weight: 800;

}

.lp-tottori_shimane-spec {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.lp-tottori_shimane-price {
    font-size: 1.8rem;
    font-weight: 900;
    color: #c62828;
    text-align: right;
    line-height: 1.2
}

.lp-tottori_shimane-price small {
    font-size: 0.9rem;

}

.lp-tottori_shimane-price.tax {
    font-size: 1.4rem;
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
}

.lp-tottori_shimane-price.tax small {
    font-size: 0.8rem;

}

.lp-tottori_shimane-btn {
    display: block;
    background-color: var(--theme-color);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 18px;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 6px;
    margin: auto;
    margin-top: auto;
}

/* =========================================================
   アイテムバッヂ（追加分）
   ========================================================= */

/* 画像コンテナを基準位置にする */
.lp-tottori_shimane-product-img {
    position: relative;
    overflow: hidden;
    /* バッヂがはみ出さないように */
    border-radius: 8px 8px 0 0;
}

/* 等級バッヂ共通 */
.lp-tottori_shimane-badge-grade {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 4px 12px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
}

/* 秀品：ゴールドグラデーション */
.lp-tottori_shimane-is-top {
    background: linear-gradient(135deg, #d4af37 0%, #f9f295 45%, #b8860b 100%);
    color: #4a3b00;
    /* 文字色は視認性のため濃い色に */
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* 優品：シルバーグラデーション */
.lp-tottori_shimane-is-standard {
    background: linear-gradient(135deg, #bdc3c7 0%, #ffffff 45%, #7f8c8d 100%);
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* サイズ・重量バッヂ（右下の円形） */
.lp-tottori_shimane-badge-spec {
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 2;
    width: 80px;
    height: 80px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1.1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* 円の中のボーダーライン */
.lp-tottori_shimane-badge-spec::before {
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
    margin: 3px 0;
}

/* 擬似要素（線）の順番を制御するため、flexのorderを利用 */
.lp-tottori_shimane-spec-size {
    font-size: 1.2rem;
    order: 1;
}

.lp-tottori_shimane-badge-spec::before {
    order: 2;
}

.lp-tottori_shimane-spec-weight {
    font-size: 1.3rem;
    order: 3;
}

/* ホバー時の挙動（任意） */
.lp-tottori_shimane-product-card .lp-tottori_shimane-product-img img {
    transition: transform 0.5s ease;
}

.lp-tottori_shimane-product-card:hover .lp-tottori_shimane-product-img img {
    transform: scale(1.05);

}


/* =========================================================
   7. 横型レイアウト（坂下さん）
   ========================================================= */
.lp-tottori_shimane-theme-sakashita {
    padding-bottom: 5rem;
}

.lp-tottori_shimane-wide-card {
    background: #fff;
    border: 2px solid var(--theme-color);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lp-tottori_shimane-description {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    margin: 10px 0;
}

/* =========================================================
   8. PC閲覧時のメディアクエリ (1140px以上を想定)
   ========================================================= */
@media screen and (min-width: 768px) {
    .lp-tottori_shimane-anchor-nav {
        flex-direction: row;
        justify-content: center;
    }

    .lp-tottori_shimane-nav-item {
        min-width: 220px;
    }

    .lp-tottori_shimane-item-introduction .lp-tottori_shimane-container {
        padding:2rem auto;
        margin:2rem auto;
    }

    .lp-tottori_shimane-flex-card {
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
        width: 80%;
        height: auto;
        justify-content: center;
    }

    .lp-tottori_shimane-card-image {
        width: 45%;
    }

    .lp-tottori_shimane-card-body {
        width: 55%;
        padding: 2rem;
    }

    .lp-tottori_shimane-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-tottori_shimane-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .lp-tottori_shimane-wide-card {
        flex-direction: row;
        align-items: center;
        padding: 40px;
    }

    .lp-tottori_shimane-wide-img {
        width: 40%;
    }

    .lp-tottori_shimane-wide-body {
        width: 60%;
    }

    .lp-tottori_shimane-heading-l {
        font-size: 2.8rem;
    }

    .lp-tottori_shimane-intro-box p {
        font-size: 1.8rem;
    }

    .sponly {
        display: none;
    }
}