@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* =============================================================
   cb_lovot.css
   LOVOT × ファンクリ  等身大アクリルスタンド 特集ページ
   デザインカンプ（デザイン.png）に合わせたレイアウト専用スタイル
   -------------------------------------------------------------
   ・クラス名はすべて "lovot" を含む新規クラス。
   ・適用範囲は .lovot-wrap 配下のみ。
     ファンクリのヘッダー／フッター／カート機能には影響しません。
   ============================================================= */

.lovot-wrap {
    /* ▼ ご指定のベーススタイル */
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    width: 100%;
    line-height: 1;

    /* ▼ LOVOT カラーパレット */
    --lovot-brown:      #4d4d4d;   /* 見出し（テキストは #4d4d4d に統一） */
    --lovot-brown-logo: #4d4d4d;   /* ロゴ／リード                        */
    --lovot-sub:        #8c8175;   /* ラベル等の補助テキスト              */
    --lovot-text:       #4d4d4d;   /* 本文                                */
    --lovot-cream:      #faf5ee;   /* クリーム背景                        */
    --lovot-peach-bg:   #f8efe2;   /* 注意書き背景                        */
    --lovot-peach-line: #ecdcc6;   /* クリーム系罫線                      */
    --lovot-line:       #e8e0d5;   /* 一般罫線                            */
}
.lovot-wrap *{ box-sizing:border-box; }
.lovot-wrap img{ max-width:100%; height:auto; display:block; }

/* .lovot-wrap 外のページ見出し（サイト標準h1）も本文と同じ色・太さに */
body .fs-c-heading--page{ color:#4d4d4d; font-weight:400; }

.lovot-page{
    max-width:960px;
    margin:0 auto;
    padding:0 20px 96px;
    line-height:1.95;
    color:var(--lovot-text);
}

/* -------------------------------------------------------------
   パンくず
   ------------------------------------------------------------- */
.lovot-breadcrumb{
    display:flex; flex-wrap:wrap; align-items:center; gap:8px;
    font-size:11px; color:var(--lovot-sub);
    padding:18px 4px 14px; line-height:1.6;
}
.lovot-breadcrumb a{ color:var(--lovot-sub); text-decoration:none; }
.lovot-breadcrumb a:hover{ text-decoration:underline; }
.lovot-breadcrumb__sep{ color:#c9bfb2; }
.lovot-breadcrumb__current{ color:var(--lovot-brown); }

/* -------------------------------------------------------------
   ヒーロー
   ------------------------------------------------------------- */
.lovot-hero{
    position:relative;
    border-radius:8px;
    overflow:hidden;
    background:linear-gradient(180deg,#fdf8f1,#f3e7d6);
}
.lovot-hero__bg{ width:100%; height:auto; }
.lovot-wrap .lovot-hero__bg-sp{ display:none; width:100%; height:auto; }  /* スマホ用（PCでは非表示） */
.lovot-hero__overlay{
    position:absolute; top:0; left:0;
    width:52%; height:100%;
    display:flex; flex-direction:column; justify-content:center;
    padding:0 24px 0 clamp(24px,5%,52px);
}
.lovot-hero__brand{
    font-size:clamp(17px,2.2vw,22px); font-weight:500; letter-spacing:.14em;
    color:var(--lovot-brown-logo); margin:0 0 6px;
}
.lovot-hero__title{
    font-size:clamp(30px,5.6vw,48px); font-weight:400; line-height:1.4;
    color:var(--lovot-brown); margin:0 0 14px; letter-spacing:.04em;
}
.lovot-hero__lead{
    font-size:clamp(13px,1.8vw,16px); color:var(--lovot-brown-logo);
    margin:0 0 clamp(16px,3vw,26px); line-height:1.5;
}
.lovot-hero__features{
    display:flex; align-items:center; list-style:none; margin:0 0 clamp(18px,3vw,28px); padding:0;
}
.lovot-feature{ display:flex; align-items:center; gap:9px; padding:0 18px; }
.lovot-feature:first-child{ padding-left:0; }
.lovot-feature + .lovot-feature{ border-left:1px solid #d9c7b1; }
/* アイコンはカメラ基準のサイズに統一（スマホは少し小さく） */
.lovot-wrap .lovot-feature__icon{ width:auto; height:24px; flex:none; object-fit:contain; }
.lovot-wrap .lovot-feature__icon--camera{ height:24px; }
.lovot-wrap .lovot-feature__icon--phone{ height:30px; }
.lovot-feature__text{
    font-size:clamp(11px,1.5vw,13px); line-height:1.4; color:var(--lovot-brown-logo); font-weight:400;
}
.lovot-wrap .lovot-cta{
    display:inline-flex; align-items:center; justify-content:center; gap:14px;
    width:fit-content; min-width:min(260px,100%); padding:16px 30px;
    background:#e06c5a;
    color:#fff; font-size:clamp(14px,2vw,17px); font-weight:500; letter-spacing:.06em;
    text-decoration:none; border-radius:999px;
    box-shadow:none;
    transition:transform .15s ease, filter .15s ease;
}
.lovot-wrap .lovot-cta:hover{ transform:translateY(-2px); filter:brightness(1.04); color:#fff; }
/* 2ボタン共通：テキストは中央、矢印（＞）は右端に固定 */
.lovot-wrap .lovot-cta,
.lovot-wrap .lovot-cart{ position:relative; }
.lovot-cta__arrow,
.lovot-cart__arrow{
    position:absolute; right:22px; top:50%; transform:translateY(-50%);
    display:inline-flex; align-items:center;
}
.lovot-cta__arrow svg,
.lovot-cart__arrow svg{ width:8px; height:14px; }

/* -------------------------------------------------------------
   FV下：Web deco バナー
   ------------------------------------------------------------- */
.lovot-wrap .lovot-banner{ display:block; margin:44px auto 0; max-width:56%; border-radius:8px; overflow:hidden; transition:opacity .15s ease; }
.lovot-wrap .lovot-banner:hover{ opacity:.88; }
.lovot-banner img{ width:100%; height:auto; display:block; }

/* -------------------------------------------------------------
   イントロ
   ------------------------------------------------------------- */
.lovot-intro{ text-align:center; padding:80px 10px 12px; }
.lovot-intro__title{
    font-size:clamp(26px,4.6vw,36px); font-weight:300; letter-spacing:.04em;
    color:var(--lovot-brown); margin:0 0 26px; line-height:1.5;
}
.lovot-intro__text{ font-size:14px; line-height:2.15; margin:0; color:var(--lovot-text); }
/* スマホ専用の改行（PCでは無効） */
.lovot-sp-br{ display:none; }

/* -------------------------------------------------------------
   セクション見出し（中央）
   ------------------------------------------------------------- */
.lovot-section-title{
    text-align:center; font-size:clamp(26px,4.6vw,36px); font-weight:300; letter-spacing:.04em;
    color:var(--lovot-brown); margin:96px 0 44px; line-height:1.5;
}

/* 左寄せサブ見出し */
.lovot-subtitle{
    font-size:clamp(26px,4.6vw,36px); font-weight:300; letter-spacing:.04em; color:var(--lovot-brown);
    margin:96px 0 14px; line-height:1.5;
}

/* -------------------------------------------------------------
   品質へのこだわり
   ------------------------------------------------------------- */
.lovot-quality__grid{
    display:grid; grid-template-columns:0.92fr 1.08fr; gap:32px; align-items:stretch;
}
.lovot-quality__main{ border-radius:8px; overflow:hidden; background:var(--lovot-cream); }
/* 左の大きな写真：上下・左右の背景余白をズームでカットして被写体を大きく */
.lovot-wrap .lovot-quality__main img{
    width:100%; height:100%; object-fit:cover; object-position:center 55%;
    transform:scale(1.22); transform-origin:center 60%;
}
.lovot-quality__list{
    list-style:none; margin:0; padding:0;
    border:1px solid var(--lovot-line); border-radius:8px; overflow:hidden; background:#fff;
}
.lovot-quality__item{
    display:grid; grid-template-columns:150px 1fr; gap:20px; align-items:center;
    padding:24px 24px; border-bottom:1px solid var(--lovot-line);
}
.lovot-quality__item:last-child{ border-bottom:none; }
/* サムネイルは横長に固定（列幅に追従、縦長画像でも中央をトリミング） */
.lovot-wrap .lovot-quality__thumb{
    width:100%; height:auto; aspect-ratio:3 / 2;
    border-radius:6px; object-fit:cover; object-position:center;
}
/* 特定サムネイルをもう少しズームイン（はみ出しはクリップ） */
.lovot-wrap .lovot-quality__thumb--zoom{ display:block; overflow:hidden; }
.lovot-wrap .lovot-quality__thumb--zoom img{
    width:100%; height:100%; object-fit:cover; object-position:center;
    transform:scale(1.45) translateX(-7%);
}
.lovot-quality__name{
    font-size:18px; font-weight:500; color:var(--lovot-brown); margin:0 0 9px; line-height:1.5;
}
.lovot-quality__desc{ font-size:12.5px; line-height:1.7; margin:0; color:var(--lovot-text); }

/* -------------------------------------------------------------
   アイスメルトカット
   ------------------------------------------------------------- */
.lovot-icemelt__lead{ font-size:13.5px; color:var(--lovot-text); margin:0 0 30px; line-height:1.9; }
.lovot-icemelt__grid{ display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:start; }
.lovot-compare{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.lovot-compare__card{
    position:relative; margin:0; background:#fff;
    border:1px solid var(--lovot-line); border-radius:8px; padding:10px;
}
.lovot-compare__cap{
    text-align:center; font-size:12px; font-weight:700; color:var(--lovot-brown);
    padding:6px 6px 10px; background:#fff; line-height:1.3;
}
/* 画像は拡大トリミングして下の白い台を隠す。バッジは画像左上に重ねる */
.lovot-compare__imgwrap{ position:relative; overflow:hidden; border-radius:6px; }
.lovot-compare__imgwrap img{
    width:100%; height:150px; object-fit:cover; object-position:center 32%;
    transform:scale(1.5); transform-origin:center 32%;
}
.lovot-compare__badge{
    position:absolute; top:6px; left:6px; z-index:2;
    width:22px; height:22px; border-radius:50%;
    display:inline-flex; align-items:center; justify-content:center;
    font-size:13px; font-weight:700; color:#fff;
}
.lovot-compare__badge--ng{ background:#c2b2a2; }
.lovot-compare__badge--ok{ background:#6f4e35; }

.lovot-icemelt__side{ display:flex; flex-direction:column; gap:14px; }
.lovot-spec{ width:100%; border-collapse:collapse; background:#fff; border:1px solid #dbdbdb; border-radius:0; }
.lovot-spec th, .lovot-spec td{
    text-align:left; vertical-align:top; padding:12px 14px; font-size:12.5px; line-height:1.6; border-bottom:1px solid #dbdbdb;
}
.lovot-spec tr:last-child th, .lovot-spec tr:last-child td{ border-bottom:none; }
.lovot-spec th{ width:70px; background:#faf9f8; color:var(--lovot-brown); font-weight:500; white-space:nowrap; border-right:1px solid #dbdbdb; }
.lovot-spec td{ background:#fff; }

.lovot-note{ background:var(--lovot-peach-bg); border:none; border-radius:6px; padding:16px 20px; margin-top:28px; }
.lovot-note__title{ font-size:12px; font-weight:700; color:#a97f4e; margin:0 0 8px; }
.lovot-note__list{ list-style:none; margin:0; padding:0; }
.lovot-note__list li{ position:relative; padding-left:14px; font-size:11.5px; line-height:1.7; color:#7d6b57; }
.lovot-note__list li::before{ content:"・"; position:absolute; left:0; top:0; color:#b79a72; }

/* -------------------------------------------------------------
   ご注文はこちら（テキスト＋デモ画像・枠あり）
   ------------------------------------------------------------- */
.lovot-order__box{
    display:block;
    border:1px solid #dbdbdb; border-radius:8px; background:#fff; box-shadow:none;
    padding:32px 36px; margin-top:8px;
}
.lovot-order__text{ margin:0 0 24px; }
.lovot-order__demo{ max-width:520px; margin:0 auto; }
.lovot-order__title{
    font-size:20px; font-weight:500; color:var(--lovot-brown);
    line-height:1.6; margin:0 0 16px;
}
.lovot-order__desc{ font-size:13.5px; line-height:2; color:var(--lovot-text); margin:0; }
.lovot-order__demo img{ width:100%; }

/* -------------------------------------------------------------
   画像アップロード
   ------------------------------------------------------------- */
.lovot-upload{
    display:flex; align-items:center; gap:18px; flex-wrap:wrap;
    background:var(--lovot-cream); border:none;
    border-radius:8px; padding:24px 28px; margin-top:40px;
}
.lovot-upload__body{ flex:1 1 260px; }
.lovot-upload__title{
    font-size:16px; font-weight:500; color:var(--lovot-brown); margin:0 0 6px; line-height:1.6;
}
.lovot-required{ display:inline-block; margin-left:8px; background:#e57150; color:#fff; font-size:10px; font-weight:700; padding:3px 8px; border-radius:5px; letter-spacing:.08em; white-space:nowrap; vertical-align:middle; }
.lovot-upload__desc{ font-size:13px; line-height:1.8; margin:0 0 6px; color:var(--lovot-text); }
.lovot-upload__note{ font-size:11px; line-height:1.7; margin:0 0 10px; color:var(--lovot-sub); }
.lovot-upload__after{ font-size:12px; line-height:1.85; margin:14px 0 0; color:var(--lovot-text); width:100%; }
/* ネイティブのファイル選択UI（文言がブラウザ言語依存）は視覚的に隠し、
   日本語のカスタムボタンに置換（file入力自体は機能維持） */
.lovot-upload input[type="file"]{
    position:absolute !important; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}
.lovot-filebox{
    display:flex; align-items:center; gap:16px; flex-wrap:wrap; width:100%; margin-top:12px;
    border:2px dashed #c9c2b8; border-radius:8px; background:#fdfcfa; padding:22px 24px;
}
.lovot-filebtn{
    font-family:inherit; font-size:14px; font-weight:700; color:var(--lovot-brown);
    background:#ededed; border:1.5px solid #cccccc; border-radius:999px;
    padding:12px 30px; cursor:pointer; transition:background-color .15s ease, border-color .15s ease;
}
.lovot-filebtn:hover{ background:#e0e0e0; border-color:#bdbdbd; }
.lovot-filebtn__name{ font-size:13px; color:var(--lovot-sub); }

/* -------------------------------------------------------------
   写真で綺麗に作るポイント（開閉アコーディオン：CSSのみ）
   ------------------------------------------------------------- */
.lovot-tips{ margin-top:32px; }
.lovot-tips__check{ position:absolute; opacity:0; width:0; height:0; pointer-events:none; }
.lovot-tips__bar{
    display:flex; align-items:center; justify-content:space-between; gap:12px;
    background:#4ea17a; color:#fff; font-size:15px; font-weight:500; letter-spacing:.04em;
    padding:16px 24px; border-radius:8px; cursor:pointer;
    box-shadow:0 4px 0 #3f8a67;
}
/* 右端の ＋／− アイコン */
.lovot-tips__icon{ position:relative; width:18px; height:18px; flex:none; }
.lovot-tips__icon::before,
.lovot-tips__icon::after{ content:""; position:absolute; background:#fff; border-radius:2px; }
.lovot-tips__icon::before{ left:0; top:50%; width:18px; height:2px; transform:translateY(-50%); }
.lovot-tips__icon::after{ left:50%; top:0; width:2px; height:18px; transform:translateX(-50%); }
.lovot-tips__check:checked ~ .lovot-tips__bar .lovot-tips__icon::after{ opacity:0; }
/* 本文 */
.lovot-tips__body{
    display:none;
    padding:44px 56px; border:1px solid #ececec; border-radius:8px; margin-top:14px;
}
.lovot-tips__check:checked ~ .lovot-tips__body{ display:block; }
.lovot-tips__lead{ text-align:center; margin:0 0 24px; }
.lovot-tips__img{ display:block; width:100%; max-width:560px; margin:0 auto 32px; }
.lovot-tips__subhead{ font-size:18px; font-weight:500; color:var(--lovot-brown); margin:26px 0 10px; line-height:1.6; }
.lovot-tips__small{ font-size:11px; color:var(--lovot-sub); line-height:1.8; margin:0 0 8px; }
.lovot-tips__list{ list-style:none; margin:0; padding:0; }
.lovot-tips__list li{ position:relative; padding-left:16px; margin-bottom:8px; line-height:1.8; }
.lovot-tips__list li::before{ content:""; position:absolute; left:2px; top:11px; width:6px; height:6px; border-radius:50%; background:#e06c5a; }

/* -------------------------------------------------------------
   価格・数量・カート
   ------------------------------------------------------------- */
.lovot-purchase{
    display:flex; align-items:center; gap:22px; flex-wrap:wrap;
    border:none; border-radius:8px;
    padding:18px 0; margin-top:32px; background:transparent; box-shadow:none;
}
.lovot-purchase__price{ display:flex; align-items:baseline; gap:3px; }
.lovot-purchase__label{ font-size:13px; color:var(--lovot-sub); margin-right:8px; }
.lovot-purchase__price .font-total{ font-size:28px; font-weight:700; color:var(--lovot-brown); line-height:1; }
.lovot-purchase__yen{ font-size:15px; font-weight:700; color:var(--lovot-brown); }
.lovot-purchase__tax{ font-size:12px; color:var(--lovot-sub); margin-left:2px; }
.lovot-purchase__qty{ display:flex; align-items:center; }
.lovot-purchase__qty select,
.lovot-purchase__qty input{
    font-family:inherit; font-size:15px; color:var(--lovot-brown);
    padding:9px 12px; border:1px solid var(--lovot-line); border-radius:5px; background:#fff; text-align:center;
}
.lovot-purchase__qty input{ width:64px; }
.lovot-wrap .lovot-cart{
    margin-left:auto; cursor:pointer;
    display:inline-flex; align-items:center; justify-content:center; gap:12px;
    min-width:230px; padding:17px 32px; border:none;
    background:#e06c5a;
    color:#fff; font-family:inherit; font-size:17px; font-weight:500; letter-spacing:.06em;
    text-decoration:none; border-radius:999px;
    box-shadow:none;
    transition:transform .15s ease, filter .15s ease;
}
.lovot-wrap .lovot-cart:hover{ transform:translateY(-2px); filter:brightness(1.04); color:#fff; }

/* -------------------------------------------------------------
   最下部の注意書き
   ------------------------------------------------------------- */
.lovot-notice{
    background:var(--lovot-cream); border:1px solid var(--lovot-peach-line);
    border-radius:6px; color:#7d6b57; font-size:12px; line-height:1.8; padding:18px 20px; margin:48px 0 0;
}

/* -------------------------------------------------------------
   レスポンシブ
   ------------------------------------------------------------- */
@media (max-width:820px){
    /* スマホ：SP画像を上に表示、PC用背景画像は非表示 */
    .lovot-wrap .lovot-hero__bg{ display:none; }
    .lovot-wrap .lovot-hero__bg-sp{ display:block; }
    .lovot-sp-br{ display:inline; }  /* スマホでのみ改行を有効化 */
    .lovot-wrap .lovot-banner{ max-width:100%; margin-top:32px; }  /* スマホは100%幅 */
    .lovot-hero__overlay{
        position:static; width:100%; padding:26px 20px 32px; text-align:center;
        background:linear-gradient(180deg,#fdf8f1,#f6ecdd);
    }
    .lovot-hero__features{ justify-content:center; }
    .lovot-wrap .lovot-cta{ margin:0 auto; }
    .lovot-quality__grid{ grid-template-columns:1fr; }
    .lovot-icemelt__grid{ grid-template-columns:1fr; }
}
@media (max-width:560px){
    .lovot-tips__body{ padding:24px 20px; }
    .lovot-quality__item{ grid-template-columns:96px 1fr; gap:14px; padding:14px; }
    .lovot-compare{ grid-template-columns:1fr 1fr; }
    .lovot-purchase{ gap:14px; }
    .lovot-wrap .lovot-cart{ margin-left:0; width:100%; }
}
