{"title":"FSWコラボアイテム","description":"","products":[{"product_id":"fsw-pintglass","title":"FSWパイントグラス 480ml 富士スピードウェイコラボ","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eFUJI SPEEDWAY コラボ パイントグラス\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400\u0026amp;family=Noto+Sans+JP:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --bg: #161616;\n    --bg-sub: #222222;\n    --bg-card: #2b2b2b;\n    --text: #f5f1e8;\n    --text-sub: #c9c0ad;\n    --accent: #e5b42c;\n    --accent-dim: rgba(229,180,44,0.15);\n    --accent-line: rgba(229,180,44,0.35);\n    --border: rgba(201,192,173,0.12);\n    --border-accent: rgba(229,180,44,0.4);\n    --noise: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3CfeColorMatrix type='saturate' values='0'\/%3E%3C\/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'\/%3E%3C\/svg%3E\");\n  }\n\n  .hf-pg-wrap * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .hf-pg-wrap {\n    background: var(--bg);\n    color: var(--text);\n    font-family: 'Noto Sans JP', sans-serif;\n    font-weight: 300;\n    line-height: 1.8;\n    overflow-x: hidden;\n    position: relative;\n  }\n  .hf-pg-wrap h1,\n  .hf-pg-wrap h2,\n  .hf-pg-wrap h3,\n  .hf-pg-wrap h4,\n  .hf-pg-wrap p,\n  .hf-pg-wrap span,\n  .hf-pg-wrap li,\n  .hf-pg-wrap td {\n    color: inherit !important;\n    font-family: inherit !important;\n  }\n\n  .hf-pg-wrap::after {\n    content: '';\n    position: fixed;\n    inset: 0;\n    background-image: var(--noise);\n    background-size: 200px 200px;\n    pointer-events: none;\n    z-index: 9999;\n    opacity: 1;\n  }\n\n  \/* ── 共通 ── *\/\n  .hf-pg-wrap .section {\n    padding: 80px 24px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .hf-pg-wrap .section-inner {\n    padding: 80px 24px;\n    background: var(--bg-sub);\n  }\n\n  .hf-pg-wrap .label {\n    font-family: 'Bebas Neue', sans-serif;\n    letter-spacing: .25em;\n    font-size: 11px;\n    color: var(--accent) !important;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n    display: inline-block;\n    position: relative;\n    padding: 3px 10px 3px 0;\n  }\n\n  .hf-pg-wrap .label::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: var(--noise);\n    background-size: 120px 120px;\n    opacity: 0.6;\n    pointer-events: none;\n  }\n\n  .hf-pg-wrap .heading-en {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    letter-spacing: .06em;\n    line-height: 1.15;\n  }\n\n  .hf-pg-wrap .divider {\n    width: 40px;\n    height: 2px;\n    background: var(--accent);\n    background-image: var(--noise), linear-gradient(90deg, var(--accent), var(--accent));\n    background-size: 120px 120px, auto;\n    margin: 20px 0 28px;\n    position: relative;\n  }\n\n  .hf-pg-wrap .img-placeholder {\n    width: 100%;\n    height: 100%;\n    background: var(--bg-card);\n    border: 1px solid var(--border);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: 12px;\n    letter-spacing: .1em;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hf-pg-wrap .img-placeholder::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      45deg,\n      transparent,\n      transparent 20px,\n      rgba(229,180,44,0.03) 20px,\n      rgba(229,180,44,0.03) 21px\n    );\n  }\n\n  .hf-pg-wrap .img-placeholder span {\n    position: relative;\n    z-index: 1;\n    font-family: 'Bebas Neue', sans-serif;\n    letter-spacing: .2em;\n    font-size: 11px;\n  }\n\n  \/* ── フェードイン ── *\/\n  @keyframes hf-fadein {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .hf-pg-wrap .fade-in {\n    opacity: 0;\n    animation: hf-fadein .8s ease forwards;\n  }\n\n  .hf-pg-wrap .fade-in.d1 { animation-delay: .1s; }\n  .hf-pg-wrap .fade-in.d2 { animation-delay: .25s; }\n  .hf-pg-wrap .fade-in.d3 { animation-delay: .4s; }\n  .hf-pg-wrap .fade-in.d4 { animation-delay: .55s; }\n\n  \/* ═══════════════════════════════\n     TOP セクション\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .top {\n    background: var(--bg);\n    position: relative;\n  }\n\n  .hf-pg-wrap .top-hero {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    max-height: 480px;\n  }\n\n  .hf-pg-wrap .top-body {\n    padding: 28px 24px 64px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .hf-pg-wrap .top-body h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(28px, 5vw, 48px);\n    letter-spacing: .04em;\n    line-height: 1.2;\n    margin-bottom: 6px;\n    color: var(--text) !important;\n  }\n\n  .hf-pg-wrap .top-body h1 span {\n    color: var(--accent) !important;\n  }\n\n  .hf-pg-wrap .top-sub {\n    display: block;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(24px, 5vw, 52px);\n    font-weight: 300;\n    font-style: italic;\n    letter-spacing: .06em;\n    color: var(--accent) !important;\n    line-height: 1.35;\n    padding: 28px 24px 28px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .hf-pg-wrap .top-lead {\n    font-size: 14px;\n    color: var(--text-sub);\n    line-height: 2;\n    margin-bottom: 40px;\n    max-width: 600px;\n  }\n\n  .hf-pg-wrap .points-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  @media (min-width: 600px) {\n    .hf-pg-wrap .points-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n  }\n\n  .hf-pg-wrap .point-chip {\n    background: var(--bg-card);\n    background-image: var(--noise);\n    background-size: 200px 200px;\n    border: 1px solid var(--border);\n    border-left: 2px solid var(--accent);\n    padding: 14px 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: var(--text-sub);\n    position: relative;\n  }\n\n  .hf-pg-wrap .point-chip::before {\n    content: attr(data-num);\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 28px;\n    color: var(--accent-line);\n    display: block;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n\n  \/* ═══════════════════════════════\n     訴求 セクション\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .appeal {\n    background: var(--bg-sub);\n    background-image: var(--noise);\n    background-size: 200px 200px;\n    padding: 80px 0;\n  }\n\n  .hf-pg-wrap .appeal-inner {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 16px;\n  }\n\n  .hf-pg-wrap .appeal-header {\n    text-align: center;\n    margin-bottom: 64px;\n  }\n\n  .hf-pg-wrap .appeal-header h2 {\n    font-family: 'Noto Sans JP', sans-serif;\n    font-weight: 300;\n    font-size: clamp(18px, 5.5vw, 32px);\n    letter-spacing: .03em;\n    line-height: 1.6;\n    color: var(--text) !important;\n  }\n\n  .hf-pg-wrap .appeal-header h2 br { display: block; }\n\n  .hf-pg-wrap .point-block {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 0;\n    margin-bottom: 56px;\n    border: 1px solid var(--border);\n    background: var(--bg-card);\n    background-image: var(--noise);\n    background-size: 200px 200px;\n    overflow: hidden;\n    position: relative;\n  }\n\n  @media (min-width: 640px) {\n    .hf-pg-wrap .point-block {\n      grid-template-columns: 1fr 1fr;\n      align-items: stretch;\n    }\n    .hf-pg-wrap .point-block.reverse .point-img { order: 2; }\n    .hf-pg-wrap .point-block.reverse .point-content { order: 1; }\n  }\n\n  .hf-pg-wrap .point-img {\n    aspect-ratio: 4 \/ 3;\n    min-height: 200px;\n    align-self: stretch;\n  }\n\n  .hf-pg-wrap .point-content {\n    padding: 36px 28px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    position: relative;\n  }\n\n  .hf-pg-wrap .point-num {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 64px;\n    color: var(--accent-line);\n    line-height: 1;\n    margin-bottom: -8px;\n    letter-spacing: .02em;\n  }\n\n  .hf-pg-wrap .point-content h3 {\n    font-family: 'Noto Sans JP', sans-serif;\n    font-weight: 400;\n    font-size: clamp(17px, 2.8vw, 22px);\n    letter-spacing: .06em;\n    line-height: 1.6;\n    margin-bottom: 16px;\n    color: var(--text) !important;\n  }\n\n  .hf-pg-wrap .point-content p {\n    font-size: 13px;\n    color: var(--text-sub);\n    line-height: 1.9;\n  }\n\n  .hf-pg-wrap .point-content p + p {\n    margin-top: 12px;\n  }\n\n  \/* ═══════════════════════════════\n     デザイン一覧\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .design-section {\n    background: var(--bg);\n    padding: 80px 24px;\n  }\n\n  .hf-pg-wrap .design-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .hf-pg-wrap .design-header {\n    margin-bottom: 40px;\n  }\n\n  .hf-pg-wrap .design-header h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(22px, 4vw, 36px);\n    letter-spacing: .05em;\n    color: var(--text) !important;\n  }\n\n  .hf-pg-wrap .design-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n\n  @media (min-width: 640px) {\n    .hf-pg-wrap .design-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n  }\n\n  .hf-pg-wrap .design-card {\n    background: var(--bg-card);\n    border: 1px solid var(--border);\n    overflow: hidden;\n    transition: border-color .3s ease;\n  }\n\n  .hf-pg-wrap .design-card:hover {\n    border-color: var(--border-accent);\n  }\n\n  .hf-pg-wrap .design-card-img {\n    aspect-ratio: 3\/4;\n  }\n\n  .hf-pg-wrap .design-card-label {\n    padding: 12px 14px;\n    font-size: 11px;\n    letter-spacing: .15em;\n    color: var(--text-sub);\n    font-family: 'Bebas Neue', sans-serif;\n  }\n\n  .hf-pg-wrap .design-desc {\n    margin-top: 28px;\n    font-size: 13px;\n    color: var(--text-sub);\n    line-height: 1.9;\n    max-width: 600px;\n  }\n\n  \/* ═══════════════════════════════\n     使用シーン\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .scene-section {\n    background: var(--bg-sub);\n    background-image: var(--noise);\n    background-size: 200px 200px;\n    padding: 80px 24px;\n  }\n\n  .hf-pg-wrap .scene-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .hf-pg-wrap .scene-header {\n    margin-bottom: 32px;\n  }\n\n  .hf-pg-wrap .scene-header h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(18px, 3.5vw, 30px);\n    letter-spacing: .05em;\n    line-height: 1.5;\n    color: var(--text) !important;\n  }\n\n  .hf-pg-wrap .scene-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-bottom: 28px;\n  }\n\n  @media (min-width: 640px) {\n    .hf-pg-wrap .scene-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  .hf-pg-wrap .scene-img {\n    aspect-ratio: 4 \/ 3;\n  }\n\n  .hf-pg-wrap .scene-desc {\n    font-size: 13px;\n    color: var(--text-sub);\n    line-height: 2;\n    max-width: 600px;\n  }\n\n  \/* ═══════════════════════════════\n     ギフト\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .gift-section {\n    background: var(--bg);\n    padding: 80px 24px;\n  }\n\n  .hf-pg-wrap .gift-inner {\n    max-width: 900px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 32px;\n  }\n\n  @media (min-width: 640px) {\n    .hf-pg-wrap .gift-inner {\n      grid-template-columns: 1fr 1fr;\n      align-items: center;\n    }\n  }\n\n  .hf-pg-wrap .gift-img {\n    aspect-ratio: 4\/3;\n  }\n\n  .hf-pg-wrap .gift-content h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(20px, 3.5vw, 32px);\n    letter-spacing: .05em;\n    margin-bottom: 16px;\n    line-height: 1.4;\n    color: var(--text) !important;\n  }\n\n  .hf-pg-wrap .gift-content p {\n    font-size: 13px;\n    color: var(--text-sub);\n    line-height: 2;\n  }\n\n  \/* ═══════════════════════════════\n     スペック\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .spec-section {\n    background: var(--bg-sub);\n    background-image: var(--noise);\n    background-size: 200px 200px;\n    padding: 80px 24px;\n  }\n\n  .hf-pg-wrap .spec-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .hf-pg-wrap .spec-inner h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(22px, 4vw, 36px);\n    letter-spacing: .05em;\n    margin-bottom: 32px;\n    color: var(--text) !important;\n  }\n\n  .hf-pg-wrap .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n  }\n\n  .hf-pg-wrap .spec-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n\n  .hf-pg-wrap .spec-table tr:first-child {\n    border-top: 1px solid var(--border);\n  }\n\n  .hf-pg-wrap .spec-table td {\n    padding: 14px 0;\n    vertical-align: top;\n    line-height: 1.6;\n  }\n\n  .hf-pg-wrap .spec-table td:first-child {\n    color: var(--text-sub);\n    width: 120px;\n    font-size: 12px;\n    letter-spacing: .05em;\n    padding-right: 16px;\n  }\n\n  \/* ═══════════════════════════════\n     注意事項\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .caution-section {\n    background: var(--bg);\n    padding: 64px 24px;\n  }\n\n  .hf-pg-wrap .caution-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .hf-pg-wrap .caution-inner h2 {\n    font-size: 13px;\n    letter-spacing: .15em;\n    color: var(--text-sub);\n    margin-bottom: 20px;\n    font-weight: 400;\n  }\n\n  .hf-pg-wrap .caution-list {\n    list-style: none;\n    padding: 0;\n    border-top: 1px solid var(--border);\n  }\n\n  .hf-pg-wrap .caution-list li {\n    font-size: 12px;\n    color: var(--text-sub);\n    line-height: 1.9;\n    padding: 12px 0;\n    border-bottom: 1px solid var(--border);\n    padding-left: 16px;\n    position: relative;\n  }\n\n  .hf-pg-wrap .caution-list li::before {\n    content: '—';\n    position: absolute;\n    left: 0;\n    color: var(--accent) !important;\n    font-size: 10px;\n  }\n\n  \/* ═══════════════════════════════\n     カスタマーサポート（xduo共通）\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .xduo-support { background: var(--bg-sub); background-image: var(--noise); background-size: 200px 200px; padding: 72px 5%; }\n  .hf-pg-wrap .xduo-support__inner { max-width: 860px; margin: 0 auto; }\n  .hf-pg-wrap .xduo-support__label {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 11px; letter-spacing: 0.4em; color: var(--accent) !important;\n    margin-bottom: 16px; display: block; text-align: center;\n  }\n  .hf-pg-wrap .xduo-support__title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(28px, 5vw, 52px); letter-spacing: 0.08em;\n    color: var(--text); margin-bottom: 48px; text-align: center;\n  }\n  .hf-pg-wrap .xduo-support__items {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n  }\n  .hf-pg-wrap .xduo-support__item {\n    background: var(--bg-card);\n    background-image: var(--noise);\n    background-size: 200px 200px;\n    border-top: 2px solid var(--accent);\n    padding: 32px 28px 36px;\n    position: relative;\n  }\n  .hf-pg-wrap .xduo-support__item-icon {\n    width: 80px !important; height: 80px !important;\n    margin-bottom: 16px;\n    margin-left: auto !important; margin-right: auto !important;\n    display: block !important;\n    filter: brightness(0) invert(1) opacity(0.85);\n  }\n  .hf-pg-wrap .xduo-support__item-title {\n    font-family: 'Noto Sans JP', sans-serif;\n    font-size: 15px; font-weight: 500;\n    color: var(--text); margin-bottom: 12px !important;\n    margin-top: 0 !important;\n    padding-bottom: 12px;\n    border-bottom: 1px solid rgba(229,180,44,0.2);\n  }\n  .hf-pg-wrap .xduo-support__item-body {\n    font-size: 13px; line-height: 2;\n    color: var(--text-sub); font-weight: 300;\n    margin: 0 !important;\n  }\n  @media (max-width: 768px) {\n    .hf-pg-wrap .xduo-support__items { grid-template-columns: 1fr; gap: 2px; }\n  }\n\n  \/* ═══════════════════════════════\n     Scroll reveal\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .reveal {\n    opacity: 0;\n    transform: translateY(24px);\n    transition: opacity .7s ease, transform .7s ease;\n  }\n\n  .hf-pg-wrap .reveal.visible {\n    opacity: 1;\n    transform: none;\n  }\n\n  .hf-pg-wrap .reveal.delay1 { transition-delay: .1s; }\n  .hf-pg-wrap .reveal.delay2 { transition-delay: .2s; }\n  .hf-pg-wrap .reveal.delay3 { transition-delay: .3s; }\n  .hf-pg-wrap .reveal.delay4 { transition-delay: .4s; }\n\n\n  \/* ═══════════════════════════════\n     クロスセル\n  ═══════════════════════════════ *\/\n  .hf-pg-wrap .crosssell-section {\n    background: var(--bg);\n    padding: 80px 24px;\n  }\n  .hf-pg-wrap .crosssell-inner {\n    max-width: 900px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 32px;\n  }\n  @media (min-width: 640px) {\n    .hf-pg-wrap .crosssell-inner {\n      grid-template-columns: 1fr 1fr;\n      align-items: center;\n    }\n  }\n  .hf-pg-wrap .crosssell-img {\n    aspect-ratio: 4 \/ 3;\n  }\n  .hf-pg-wrap .crosssell-content h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(20px, 3.5vw, 32px);\n    letter-spacing: .05em;\n    margin-bottom: 16px;\n    line-height: 1.4;\n    color: var(--text) !important;\n  }\n  .hf-pg-wrap .crosssell-content p {\n    font-size: 13px;\n    color: var(--text-sub);\n    line-height: 2;\n    margin-bottom: 28px;\n  }\n  .hf-pg-wrap .crosssell-btn {\n    display: inline-block;\n    border: 1px solid var(--accent);\n    color: var(--accent) !important;\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 13px;\n    letter-spacing: .25em;\n    padding: 13px 32px;\n    text-decoration: none;\n    transition: background .3s ease, color .3s ease;\n    cursor: pointer;\n    background: transparent;\n  }\n  .hf-pg-wrap .crosssell-btn:hover {\n    background: var(--accent);\n    color: var(--bg) !important;\n  }\n\n  \/* ─ Gold accent line ─ *\/\n  .hf-pg-wrap .gold-line {\n    display: block;\n    width: 100%;\n    height: 1px;\n    background: linear-gradient(90deg, var(--accent) 0%, transparent 100%);\n    margin-bottom: 0;\n  }\n\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"hf-pg-wrap\"\u003e\n\n  \u003c!-- ══ TOP ══ --\u003e\n  \u003cdiv class=\"top\"\u003e\n    \u003cdiv class=\"top-hero fade-in d1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/fsw_hero_pint.jpg?v=1779163411\" alt=\"FUJI SPEEDWAY コラボ パイントグラス\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n    \u003cp class=\"fade-in d2\" style=\"font-size:12px;color:var(--text-sub);letter-spacing:.05em;line-height:1.8;padding:20px 24px 0;max-width:900px;margin:0 auto;\"\u003e先行販売分は、規定数量に達し次第、当ECサイトでの販売を終了いたします。以降は、富士スピードウェイ会場での限定販売となります。\u003c\/p\u003e\n    \u003cdiv class=\"top-sub fade-in d2\" style=\"color:#CC2222 !important;\"\u003eFUJI SPEEDWAY\u003cbr\u003eSPECIAL COLLABO\u003c\/div\u003e\n    \u003cdiv class=\"top-body\"\u003e\n      \u003cspan class=\"label fade-in d1\"\u003eFUJI SPEEDWAY × HILLS FIELD\u003c\/span\u003e\n      \u003ch1 class=\"fade-in d2\"\u003eFUJI SPEEDWAY\u003cbr\u003e\u003cspan\u003eコラボパイントグラス\u003c\/span\u003e\n\u003c\/h1\u003e\n      \u003cdiv class=\"divider fade-in d2\"\u003e\u003c\/div\u003e\n      \u003cp class=\"top-lead fade-in d3\"\u003eFUJI SPEEDWAYとのコラボパイントグラスが登場。富士スピードウェイをイメージし、富士山を背景にチェッカーフラッグとレーシングカーを大胆にデザインした特別仕様。通常は富士スピードウェイの会場でしか手に入らない限定アイテムを、今回は先行・数量限定で特別販売いたします！\u003c\/p\u003e\n      \u003cdiv class=\"points-grid fade-in d4\"\u003e\n        \u003cdiv class=\"point-chip\" data-num=\"01\"\u003e欧米のパブ文化で親しまれてきた定番スタイル\u003c\/div\u003e\n        \u003cdiv class=\"point-chip\" data-num=\"02\"\u003e香りと味わいを引き立てる広めの飲み口\u003c\/div\u003e\n        \u003cdiv class=\"point-chip\" data-num=\"03\"\u003eずっしりとした重厚感と安定感\u003c\/div\u003e\n        \u003cdiv class=\"point-chip\" data-num=\"04\"\u003e安心して使える国内生産・食洗機対応\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ 訴求 ══ --\u003e\n  \u003cdiv class=\"appeal\"\u003e\n    \u003cdiv class=\"appeal-inner\"\u003e\n      \u003cdiv class=\"appeal-header reveal\"\u003e\n        \u003cspan class=\"label\"\u003e4 POINTS\u003c\/span\u003e\n        \u003ch2\u003eいつもの一杯をもっと特別に。\u003cbr\u003e\u003cspan style=\"color:var(--accent) !important;\"\u003e４つのポイント\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cdiv class=\"divider\" style=\"margin: 20px auto;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Point 1 --\u003e\n      \u003cdiv class=\"point-block reveal\"\u003e\n        \u003cdiv class=\"point-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-p1.jpg?v=1777128466\" alt=\"ビールの本場で親しまれてきた、定番のパイントスタイル\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"point-content\"\u003e\n          \u003cdiv class=\"point-num\"\u003e01\u003c\/div\u003e\n          \u003ch3\u003eビールの本場で親しまれてきた、\u003cbr\u003e定番のパイントスタイル\u003c\/h3\u003e\n          \u003cp\u003e欧米のパブ文化で長く愛されてきた、ビールグラスの定番スタイル。容量は約480mlで、缶ビールやクラフトビールを楽しむのにちょうどいいサイズ感です。\u003c\/p\u003e\n          \u003cp\u003eシンプルで飽きのこないフォルムだから、ビールはもちろん、ハイボールやレモンサワーにもよく合います。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Point 2 --\u003e\n      \u003cdiv class=\"point-block reverse reveal\"\u003e\n        \u003cdiv class=\"point-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-p2.jpg?v=1777129449\" alt=\"香りとおいしさを引き立てる、こだわり設計\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"point-content\"\u003e\n          \u003cdiv class=\"point-num\"\u003e02\u003c\/div\u003e\n          \u003ch3\u003e香りとおいしさを引き立てる、\u003cbr\u003eこだわり設計\u003c\/h3\u003e\n          \u003cp\u003e厚みのあるガラスは手の熱が伝わりにくく、冷たいビールのおいしさをゆっくり楽しめます。広めの飲み口からは香りがふわっと広がり、ひと口目の満足感を引き立てます。\u003c\/p\u003e\n          \u003cp\u003eただ注ぐだけではなく、香り、泡、口当たりまで楽しめる。グラスを変えるだけで、いつもの一杯が少し贅沢に感じられます。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Point 3 --\u003e\n      \u003cdiv class=\"point-block reveal\"\u003e\n        \u003cdiv class=\"point-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-p3.jpg?v=1777129196\" alt=\"ずっしり重厚。安定感のある使い心地\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"point-content\"\u003e\n          \u003cdiv class=\"point-num\"\u003e03\u003c\/div\u003e\n          \u003ch3\u003eずっしり重厚。\u003cbr\u003e安定感のある使い心地\u003c\/h3\u003e\n          \u003cp\u003e手に持った瞬間に感じる、しっかりとした重厚感。テーブルに置いたときも安定しやすく、晩酌や食事中でも安心して使えます。\u003c\/p\u003e\n          \u003cp\u003e見た目にも存在感があり、無骨でかっこいいブルックリンスタイルの食卓にもぴったりです。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Point 4 --\u003e\n      \u003cdiv class=\"point-block reverse reveal\"\u003e\n        \u003cdiv class=\"point-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-p4.jpg?v=1777129195\" alt=\"毎日使いやすい、安心の国内生産\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"point-content\"\u003e\n          \u003cdiv class=\"point-num\"\u003e04\u003c\/div\u003e\n          \u003ch3\u003e毎日使いやすい、\u003cbr\u003e安心の国内生産\u003c\/h3\u003e\n          \u003cp\u003e国内工場で丁寧に作られた、高品質なグラス。毎日の家飲みに気兼ねなく使えるよう、食洗機にも対応しています。\u003c\/p\u003e\n          \u003cp\u003eお気に入りの一杯を、安心して長く楽しめるグラスです。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ══ 使用シーン ══ --\u003e\n  \u003cdiv class=\"scene-section\"\u003e\n    \u003cdiv class=\"scene-inner\"\u003e\n      \u003cdiv class=\"scene-header reveal\"\u003e\n        \u003cspan class=\"label\"\u003eSCENE\u003c\/span\u003e\n        \u003ch2 class=\"heading-en\"\u003e家でも、キャンプでも。\u003cbr\u003eいつもの一杯を楽しむ相棒に。\u003c\/h2\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"scene-grid\"\u003e\n        \u003cdiv class=\"scene-img reveal delay1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-s1.jpg?v=1777131145\" alt=\"SCENE 1\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"scene-img reveal delay2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-s2.jpg?v=1777131145\" alt=\"SCENE 2\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"scene-img reveal delay3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-s3.jpg?v=1777131145\" alt=\"SCENE 3\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"scene-img reveal delay4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-s4.jpg?v=1777131145\" alt=\"SCENE 4\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"scene-desc reveal\"\u003eビールはもちろん、氷をたっぷり入れたハイボールやレモンサワーにも使いやすいパイントグラス。約480mlのしっかり容量で、食事中の一杯からキャンプでの乾杯まで幅広く活躍します。ずっしりとした重厚感と安定感があるので、テーブルでもアウトドアシーンでも使いやすいグラスです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ クロスセル ══ --\u003e\n  \u003cdiv class=\"crosssell-section\"\u003e\n    \u003cdiv class=\"crosssell-inner\"\u003e\n      \u003cdiv class=\"crosssell-img reveal\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-crosssell.jpg?v=1777132560\" alt=\"グラスケース\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"crosssell-content reveal delay2\"\u003e\n        \u003cspan class=\"label\"\u003eGLASS CASE\u003c\/span\u003e\n        \u003ch2 class=\"heading-en\"\u003eお気に入りのグラスを、\u003cbr\u003eキャンプにも連れていく。\u003c\/h2\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n        \u003cp\u003e家で使っているお気に入りのグラスを、キャンプにも持っていく。そんな楽しみ方を叶えてくれるのが、別売りのグラスケースです。移動中の傷や衝撃からグラスを守りながら、キャンプ場でもお気に入りの一杯を楽しめます。\u003c\/p\u003e\n        \u003ca class=\"crosssell-btn\" href=\"https:\/\/www.hills-field.com\/products\/glasscase\" style=\"display:block;text-align:center;\"\u003eグラスケースをチェック\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ ギフト ══ --\u003e\n  \u003cdiv class=\"gift-section\"\u003e\n    \u003cdiv class=\"gift-inner\"\u003e\n      \u003cdiv class=\"gift-img reveal\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/pintglass-gift.jpg?v=1777132560\" alt=\"ギフト\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gift-content reveal delay2\"\u003e\n        \u003cspan class=\"label\"\u003eGIFT\u003c\/span\u003e\n        \u003ch2 class=\"heading-en\"\u003eお酒好きへのギフトにも\u003cbr\u003eおすすめ\u003c\/h2\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n        \u003cp\u003e自宅での晩酌時間を楽しむ方や、クラフトビール好きの方への贈り物にもおすすめ。実用性がありながら、OSAKEMANらしい遊び心も感じられる一品です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ スペック ══ --\u003e\n  \u003cdiv class=\"spec-section\"\u003e\n    \u003cdiv class=\"spec-inner\"\u003e\n      \u003cspan class=\"label reveal\"\u003eSPEC\u003c\/span\u003e\n      \u003ch2 class=\"heading-en reveal\"\u003e商品概要\u003c\/h2\u003e\n      \u003cdiv class=\"divider reveal\"\u003e\u003c\/div\u003e\n      \u003ctable class=\"spec-table reveal\"\u003e\n        \u003ctr\u003e\n\u003ctd\u003e商品名\u003c\/td\u003e\n\u003ctd\u003eFUJI SPEEDWAY コラボ パイントグラス\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e本体サイズ\u003c\/td\u003e\n\u003ctd\u003eφ89 × 150mm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e容量\u003c\/td\u003e\n\u003ctd\u003e約480ml\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e素材\u003c\/td\u003e\n\u003ctd\u003eガラス\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e生産国\u003c\/td\u003e\n\u003ctd\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e対応\u003c\/td\u003e\n\u003ctd\u003e食洗機対応\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e内容物\u003c\/td\u003e\n\u003ctd\u003e本体 × 1\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ 注意事項 ══ --\u003e\n  \u003cdiv class=\"caution-section\"\u003e\n    \u003cdiv class=\"caution-inner reveal\"\u003e\n      \u003ch2\u003e注意事項・免責\u003c\/h2\u003e\n      \u003cul class=\"caution-list\"\u003e\n        \u003cli\u003e本製品はガラス製品の特性上、製造過程で微細な気泡が入る場合がございます。品質基準を満たした良品としてお届けしておりますので、あらかじめご了承ください。\u003c\/li\u003e\n        \u003cli\u003eグラスを洗浄する際に力をかけすぎないでください。ひねったり、内側から手などで圧をかけると破損し思わぬケガをする事があります。\u003c\/li\u003e\n        \u003cli\u003eお子様のご使用に十分ご注意ください。強化ガラスではない為、落としたり投げると破損し重大なケガをする恐れがあります。\u003c\/li\u003e\n        \u003cli\u003eナイフやフォークなどの食器類を入れる事はお控えください。内部に傷がつき、それが起因となって破損する恐れがあります。\u003c\/li\u003e\n        \u003cli\u003e耐熱ガラスではないため、熱湯を注いだり電子レンジやオーブンで急激な温度変化を加えると破損する恐れがあります。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ カスタマーサポート ══ --\u003e\n  \u003csection class=\"xduo-support\"\u003e\n    \u003cdiv class=\"xduo-support__inner\"\u003e\n      \u003cspan class=\"xduo-support__label\"\u003eHILLS FIELD\u003c\/span\u003e\n      \u003ch2 class=\"xduo-support__title\"\u003eCUSTOMER SUPPORT\u003c\/h2\u003e\n      \u003cdiv class=\"xduo-support__items\"\u003e\n\n        \u003cdiv class=\"xduo-support__item\"\u003e\n          \u003cimg class=\"xduo-support__item-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/150342.png?v=1776750894\" alt=\"永久保証\"\u003e\n          \u003ch3 class=\"xduo-support__item-title\"\u003e永久保証\u003c\/h3\u003e\n          \u003cp class=\"xduo-support__item-body\"\u003eすべての製品は、お買い上げから手放すその日まで保証を行っております。長く安心してお使いいただけるよう、破損や不具合が生じた場合は有償にて修理対応を行っております。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"xduo-support__item\"\u003e\n          \u003cimg class=\"xduo-support__item-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/150359.png?v=1776750894\" alt=\"30日間交換・返品対応\"\u003e\n          \u003ch3 class=\"xduo-support__item-title\"\u003e30日間交換・返品対応\u003c\/h3\u003e\n          \u003cp class=\"xduo-support__item-body\"\u003e商品到着日より30日以内であれば、交換・返品が可能です。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"xduo-support__item\"\u003e\n          \u003cimg class=\"xduo-support__item-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/150332.png?v=1776750894\" alt=\"カスタマーサポート\"\u003e\n          \u003ch3 class=\"xduo-support__item-title\"\u003eカスタマーサポート\u003c\/h3\u003e\n          \u003cp class=\"xduo-support__item-body\"\u003eお届けの商品について、使用方法やメンテナンス方法など何かお困りごとがありましたら、お気軽にお問い合わせください。スタッフが丁寧にサポートいたします。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/.hf-pg-wrap --\u003e\n\n\u003cscript\u003e\n(function() {\n  var reveals = document.querySelectorAll('.hf-pg-wrap .reveal');\n  if (!('IntersectionObserver' in window)) {\n    reveals.forEach(function(el) { el.classList.add('visible'); });\n    return;\n  }\n  var obs = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n        obs.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.1 });\n  reveals.forEach(function(el) { obs.observe(el); });\n})();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"HILLSFIELD","offers":[{"title":"Default Title","offer_id":43952532553793,"sku":"HF-PINT-FWS","price":3200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/fsw-pint-sum.jpg?v=1779164678"}],"url":"https:\/\/www.hills-field.com\/collections\/fswcollaboration.oembed","provider":"HILLS FIELD","version":"1.0","type":"link"}