{"id":43872,"date":"2025-12-12T18:00:00","date_gmt":"2025-12-12T09:00:00","guid":{"rendered":"https:\/\/otachu-akiba.com\/4go\/?p=43872"},"modified":"2026-01-18T19:11:23","modified_gmt":"2026-01-18T10:11:23","slug":"gunpla-restock-december","status":"publish","type":"post","link":"https:\/\/otachu-akiba.com\/4go\/gunpla-restock-december\/","title":{"rendered":"&#x26a1; \u7dca\u6025\u901f\u5831\uff01 12\u6708\u30ac\u30f3\u30d7\u30e9\u518d\u8ca9\u5206\u304c\u5165\u8377\uff01 \u58f2\u308a\u5207\u308c\u6ce8\u610f\u306e\u5b9a\u756a\u6a5f\u4f53 \u306f\u3053\u308c\u3060\uff01"},"content":{"rendered":"\n<style>\n\/* ----------------------------------- *\/\n\t\/* CSS\u3068\u57fa\u672c\u8a2d\u5b9a *\/\n\/* ----------------------------------- *\/\n.neon-container {\n    background-color: #fff;\n    padding: 10px;\n    font-family: 'Arial', sans-serif;\n    color: #333;\n    max-width: 100%;\n    overflow-x: hidden;\n}\n\n\/* ----------------------------------- *\/\n\t\/* \u30cd\u30aa\u30f3\u30a8\u30d5\u30a7\u30af\u30c8 *\/\n\/* ----------------------------------- *\/\n@keyframes neon-flicker {\n    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {\n        text-shadow:\n            0 0 3px #fff,\n            0 0 8px #fff,\n            0 0 15px #fff,\n            0 0 30px #00aaff,\n            0 0 60px #00aaff;\n        color: #fff;\n    }\n    20%, 24%, 55% {\n        text-shadow: none;\n        color: #ccc;\n    }\n}\n\n.neon-title {\n    font-size: 1.8em;\n    font-weight: bold;\n    text-align: center;\n    margin-bottom: 30px;\n    background-color: #000;\n    padding: 8px 0;\n    border-radius: 5px;\n    color: #fff;\n    animation: neon-flicker 3s infinite alternate;\n}\n\n\/* ----------------------------------- *\/\n\t\/* \u5546\u54c1\u30ea\u30b9\u30c8 *\/\n\/* ----------------------------------- *\/\n.product-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 20px;\n    margin-bottom: 40px;\n    padding: 0 5px;\n}\n\n.product-item {\n    border: 3px solid #00aaff;\n    \/* \u7af6\u5408\u5bfe\u7b56\uff1a\u70b9\u7dda\u5316\u3092\u9632\u3050 *\/\n    border-style: solid !important;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 0 8px rgba(0, 170, 255, 0.5);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    background-color: #f8f8ff;\n    position: relative;\n}\n\n.product-item:hover {\n    transform: none;\n    box-shadow: 0 0 8px rgba(0, 170, 255, 0.5);\n}\n\n.product-image-wrapper {\n    overflow: hidden;\n    cursor: pointer;\n    background-color: #000;\n}\n\n.product-image {\n    width: 100%;\n    height: auto;\n    display: block;\n    transition: transform 0.5s ease;\n}\n\n.product-item:hover .product-image {\n    transform: scale(1.0); \n}\n\n.product-info {\n    padding: 10px;\n}\n\n.product-name {\n    font-weight: bold;\n    font-size: 1.1em;\n    color: #0077cc;\n    margin-bottom: 5px;\n    border-bottom: 2px solid #eee;\n    padding-bottom: 5px;\n}\n\n.product-price {\n    font-size: 1.0em;\n    color: #ff4500;\n    margin-bottom: 8px;\n}\n\n.product-detail {\n    font-size: 0.85em;\n    color: #555;\n    line-height: 1.3;\n}\n\n.new-arrival-badge {\n    position: absolute;\n    top: 5px;\n    right: 5px;\n    background-color: #ff0077; \n    color: #fff;\n    padding: 3px 8px;\n    font-weight: bold;\n    border-radius: 5px;\n    box-shadow: 0 0 5px #ff0077;\n    z-index: 10;\n    font-size: 0.8em;\n    transform: none;\n}\n\n\/* ----------------------------------- *\/\n\t\/* \u8cb7\u53d6\u30dc\u30bf\u30f3\u30bb\u30af\u30b7\u30e7\u30f3 *\/\n\/* ----------------------------------- *\/\n.buy-back-section {\n    text-align: center;\n    margin: 40px 0;\n}\n\n.buy-back-title {\n    font-size: 1.4em;\n    color: #00aaff;\n    margin-bottom: 15px;\n    text-shadow: 0 0 4px rgba(0, 170, 255, 0.7);\n}\n\n.buy-back-buttons {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    gap: 15px;\n}\n\n.buy-back-link {\n    display: block;\n    width: 90%;\n    max-width: 350px;\n    height: 100px; \n    text-decoration: none;\n    border-radius: 8px;\n    overflow: hidden;\n    position: relative;\n    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.buy-back-link:active {\n    transform: scale(0.98);\n    box-shadow: 0 0 10px rgba(255, 0, 119, 0.5); \n}\n\n.buy-back-image {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: 0.7;\n    transition: opacity 0.3s ease;\n}\n\n.buy-back-text {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    color: #fff;\n    font-size: 1.2em;\n    font-weight: bold;\n    text-shadow: 0 0 8px #000;\n    background-color: rgba(0, 0, 0, 0.6);\n    padding: 5px 10px;\n    border-radius: 5px;\n    border: 2px solid #fff;\n    white-space: nowrap;\n}\n\n\/* ----------------------------------- *\/\n\/* PC\/\u30bf\u30d6\u30ec\u30c3\u30c8\u5411\u3051\u30ec\u30a4\u30a2\u30a6\u30c8 *\/\n\/* ----------------------------------- *\/\n@media (min-width: 768px) {\n    .neon-container {\n        padding: 20px;\n    }\n    \n    .neon-title {\n        font-size: 2.5em;\n        padding: 10px 0;\n    }\n\n    .product-grid {\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 30px;\n        padding: 0;\n    }\n    \n    .product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 5px 20px rgba(0, 170, 255, 0.8), 0 0 30px rgba(0, 170, 255, 0.6);\n    }\n\n    .product-item:hover .product-image {\n        transform: scale(1.05);\n    }\n    \n    .buy-back-buttons {\n        flex-direction: row;\n        gap: 30px;\n    }\n    \n    .buy-back-link {\n        width: 250px;\n        height: 150px;\n    }\n    \n    .buy-back-text {\n        font-size: 1.4em;\n    }\n}\n\n\n\/* ----------------------------------- *\/\n\/* \u30e2\u30fc\u30c0\u30eb\u30a6\u30a3\u30f3\u30c9\u30a6 (\u753b\u50cf\u62e1\u5927) *\/\n\/* ----------------------------------- *\/\n.modal {\n    display: none;\n    position: fixed;\n    z-index: 9999; \n    padding-top: 20px; \n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 100%;\n    overflow: auto;\n    background-color: rgba(0,0,0,0.9);\n}\n\n.modal-content {\n    margin: auto;\n    display: block;\n    width: 95%; \n    max-width: 700px;\n    animation-name: zoom;\n    animation-duration: 0.6s;\n}\n\n@keyframes zoom {\n    from {transform: scale(0)}\n    to {transform: scale(1)}\n}\n\n.close-btn {\n    position: fixed;\n    top: 10px;\n    right: 15px;\n    color: #f1f1f1;\n    font-size: 40px;\n    font-weight: bold;\n    transition: 0.3s;\n    cursor: pointer;\n}\n\n.close-btn:hover,\n.close-btn:focus {\n    color: #bbb;\n    text-decoration: none;\n    cursor: pointer;\n}\n<\/style>\n\n<div class=\"neon-container\">\n\n    <h3 class=\"neon-title\">&#x1f525; \u30ac\u30f3\u30d7\u30e9\u518d\u8ca9\u5165\u8377\u60c5\u5831 &#x1f525;<\/h3>\n\n    <div class=\"product-grid\">\n\n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3444.webp\" alt=\"RG 1\/144 \u03bd\u30ac\u30f3\u30c0\u30e0\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3444.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">RG 1\/144 \u03bd\u30ac\u30f3\u30c0\u30e0<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a4,950\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u03bd\u30ac\u30f3\u30c0\u30e0\u306e\u7279\u5fb4\u7684\u306a\u30ab\u30e9\u30fc\u30ea\u30f3\u30b0\u306f\u6210\u5f62\u8272\u3067\u518d\u73fe\u3002\u767d\u3044\u672c\u4f53\u306b\u306f\u8584\u3044\u30b0\u30ec\u30fc\u306e\u6210\u5f62\u8272\u3092\uff13\u8272\u4f7f\u7528\u3057\u3001\u60c5\u5831\u306e\u5bc6\u5ea6\u3092\u4e0a\u3052\u3066\u3044\u308b\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3448.webp\" alt=\"RG 1\/144 GN-0000+GNR-010 \u30c0\u30d6\u30eb\u30aa\u30fc\u30e9\u30a4\u30b6\u30fc\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3448.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">RG 1\/144 GN-0000+GNR-010 \u30c0\u30d6\u30eb\u30aa\u30fc\u30e9\u30a4\u30b6\u30fc<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a3,630\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u5857\u88c5\u3067\u306f\u5bb9\u6613\u306b\u518d\u73fe\u3067\u304d\u306a\u3044\u91d1\u5c5e\u306e\u8f1d\u304d\u3092\u30ea\u30a2\u30ea\u30b9\u30c6\u30a3\u30c3\u30af\u30c7\u30ab\u30fc\u30eb\u3067\u518d\u73fe\u3002GN\u30b3\u30f3\u30c7\u30f3\u30b5\u30fc\u5185\u90e8\u306e\u304d\u3089\u3081\u304d\u3092\u6f14\u51fa\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3445.webp\" alt=\"HGUC 1\/144 \u30b7\u30ca\u30f3\u30b8\u30e5\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3445.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">HGUC 1\/144 \u30b7\u30ca\u30f3\u30b8\u30e5<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a3,080\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u8907\u96d1\u306a\u30a8\u30f3\u30b0\u30ec\u30fc\u30d3\u30f3\u30b0\u3082\u518d\u73fe\u3002\u8c4a\u5bcc\u306a\u6b66\u5668\u30d1\u30fc\u30c4\u3067\u3001\u7d44\u66ff\u306b\u3088\u308a\u5287\u4e2d\u4ed5\u69d8\u3092\u518d\u73fe\u53ef\u80fd\u3002<\/p>\n            <\/div>\n        <\/div>\n        \n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3449.webp\" alt=\"HGAC 1\/144 \u30a6\u30a4\u30f3\u30b0\u30ac\u30f3\u30c0\u30e0\u30bc\u30ed\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3449.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">HGAC 1\/144 \u30a6\u30a4\u30f3\u30b0\u30ac\u30f3\u30c0\u30e0\u30bc\u30ed<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a1,980\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u5dee\u3057\u66ff\u3048\u306b\u3088\u308a\u30cd\u30aa\u30d0\u30fc\u30c9\u5f62\u614b\u3078\u5909\u5f62\u53ef\u80fd\u3002\u30c4\u30a4\u30f3\u30d0\u30b9\u30bf\u30fc\u30e9\u30a4\u30d5\u30eb\u306f\u9023\u7d50\u30fb\u5206\u96e2\u53ef\u80fd\u3002\u80a9\u306e\u30de\u30b7\u30f3\u30ad\u30e3\u30ce\u30f3\u3082\u5c55\u958b\u53ef\u80fd\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3451.webp\" alt=\"HGUC 1\/144 Hi-\u03bd\u30ac\u30f3\u30c0\u30e0\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3451.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">HGUC 1\/144 Hi-\u03bd\u30ac\u30f3\u30c0\u30e0<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a2,640\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u6a5f\u4f53\u3084\u30b7\u30fc\u30eb\u30c9\u306e\u30ab\u30e9\u30fc\u30ea\u30f3\u30b0\u306f\u30d1\u30fc\u30c4\u306e\u5206\u5272\u306b\u3088\u308a\u3001\u7d44\u307f\u7acb\u3066\u308b\u3060\u3051\u3067\u518d\u73fe\u53ef\u80fd \u30d5\u30a3\u30f3\u30fb\u30d5\u30a1\u30f3\u30cd\u30eb\u306f\u5404\u90e8\u53ef\u52d5\u3001\u30d5\u30a1\u30f3\u30cd\u30eb\u30fb\u30e9\u30c3\u30af\u3078\u306e\u7740\u8131\u3082\u518d\u73fe<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3452.webp\" alt=\"HGUC 1\/144 RX-75 \u30ac\u30f3\u30bf\u30f3\u30af\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3452.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">HGUC 1\/144 RX-75 \u30ac\u30f3\u30bf\u30f3\u30af<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a1,210\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u6b66\u5668\u306f\u4e21\u80a9\u306e120mm\u4f4e\u53cd\u52d5\u30ad\u30e3\u30ce\u30f3\u3001\u4e21\u8155\u306e40mm\uff14\u9023\u88c5\u30dc\u30c3\u30d6\u30df\u30b5\u30a4\u30eb\u30e9\u30f3\u30c1\u30e3\u30fc\u3092\u7cbe\u5bc6\u306b\u6210\u5f62\u3057\u307e\u3057\u305f\u3002\u6a5f\u4f53\u4e0b\u90e8\u30c7\u30a3\u30c6\u30fc\u30eb\u306f\u30ea\u30d5\u30a1\u30a4\u30f3\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3453.webp\" alt=\"HGUC 1\/144 RX-78-2 \u30ac\u30f3\u30c0\u30e0\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3453.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">HGUC 1\/144 RX-78-2 \u30ac\u30f3\u30c0\u30e0<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a1,320\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u53ef\u52d5\u7b87\u6240\u306e\u5897\u52a0\u3060\u3051\u3067\u306a\u304f\u3001\u53ef\u52d5\u7bc4\u56f2\u3082\u5927\u5e45\u306b\u5411\u4e0a\u3002\u30a2\u30cb\u30e1\u30b7\u30fc\u30f3\u3055\u306a\u304c\u3089\u306e\u8feb\u529b\u306e\u30dd\u30fc\u30ba\u304c\u53ef\u80fd\u306b\u3002\u30e9\u30f3\u30ca\u30fc\u306f\u7d44\u307f\u3084\u3059\u3055\u3092\u8003\u616e\u3057\u305f\u914d\u7f6e\u3092\u5b9f\u73fe\u3002\u304f\u3055\u3073\u30b2\u30fc\u30c8\u3092\u63a1\u7528\u3057\u3001\u30b2\u30fc\u30c8\u8de1\u304c\u76ee\u7acb\u305f\u306a\u3044\u4ed5\u69d8\u306b\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3454.webp\" alt=\"HGUC 1\/144 \u30ac\u30f3\u30ad\u30e3\u30ce\u30f3\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3454.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">HGUC 1\/144 \u30ac\u30f3\u30ad\u30e3\u30ce\u30f3<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a1,540\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u5e83\u3044\u53ef\u52d5\u57df\u306b\u3088\u308a\u3001\u8feb\u529b\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u518d\u73fe\u3002\u8179\u90e8\u306e\u53ef\u52d5\u306b\u3088\u308a\u524d\u5c48\u304c\u53ef\u80fd\u3002\u8e35\u306f\u63a5\u5730\u6027\u3092\u9ad8\u3081\u308b\u69cb\u9020\u3092\u63a1\u7528\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3456.webp\" alt=\"HGUC 1\/144 \u9678\u6226\u578b\u30ac\u30f3\u30c0\u30e0\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3456.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">HGUC 1\/144 \u9678\u6226\u578b\u30ac\u30f3\u30c0\u30e0<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a2,090\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u819d\u306e\u53ef\u52d5\u6027\u3001\u80a9\u306e\u5f15\u304d\u51fa\u3057\u30ae\u30df\u30c3\u30af\u306a\u3069\u306b\u3088\u308a\u3001\u30b9\u30e0\u30fc\u30ba\u306a\u819d\u7acb\u3061\u3084\u9283\u306e\u4e21\u624b\u6301\u3061\u304c\u53ef\u80fd\u3068\u306a\u308a\u3001\u5c04\u6483\u30dd\u30fc\u30ba\u306e\u518d\u73fe\u5ea6\u304c\u5411\u4e0a\uff01\u30b7\u30fc\u30eb\u30c9\u3092\u7acb\u3066\u305f\u5287\u4e2dOP\u306e\u5370\u8c61\u7684\u306a\u30dd\u30fc\u30ba\u3082\u518d\u73fe\u53ef\u80fd\u3068\u306a\u3063\u3066\u3044\u308b\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"product-item\">\n            <div class=\"new-arrival-badge\">\u518d\u5165\u8377\uff01<\/div>\n            <div class=\"product-image-wrapper\" onclick=\"openModal(this)\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3455.webp\" alt=\"\u30aa\u30d7\u30b7\u30e7\u30f3\u30d1\u30fc\u30c4\u30bb\u30c3\u30c8 \u30ac\u30f3\u30d7\u30e9 01 (\u30a8\u30fc\u30eb\u30b9\u30c8\u30e9\u30a4\u30ab\u30fc)\" class=\"product-image\" data-full-src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/12\/IMG_3455.webp\">\n            <\/div>\n            <div class=\"product-info\">\n                <p class=\"product-name\">\u30aa\u30d7\u30b7\u30e7\u30f3\u30d1\u30fc\u30c4\u30bb\u30c3\u30c8 \u30ac\u30f3\u30d7\u30e9 01 (\u30a8\u30fc\u30eb\u30b9\u30c8\u30e9\u30a4\u30ab\u30fc)<\/p>\n                <p class=\"product-price\">\u4fa1\u683c\uff1a1,210\u5186 (\u7a0e\u8fbc)<\/p>\n                <p class=\"product-detail\">\u5225\u58f2\u308a\u306e\u300cENTRY GRADE 1\/144 \u30b9\u30c8\u30e9\u30a4\u30af\u30ac\u30f3\u30c0\u30e0\u300d\u7b49\u3068\u7d44\u307f\u5408\u308f\u305b\u3066\u30a8\u30fc\u30eb\u30b9\u30c8\u30e9\u30a4\u30af\u30ac\u30f3\u30c0\u30e0\u3092\u518d\u73fe\u53ef\u80fd\u3002\u305d\u306e\u4ed6HG\u30a2\u30a4\u30c6\u30e0\u306b\u3082\u5bfe\u5fdc\uff01\u30ad\u30c3\u30c8\u306b\u5fdc\u3058\u3066\u9078\u3079\u308b\u30b8\u30e7\u30a4\u30f3\u30c8\u30d1\u30fc\u30c4\u304c\u4ed8\u5c5e\u3002<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"buy-back-section\">\n        <h3 class=\"buy-back-title\">&#x1f680; \u3042\u306a\u305f\u306e\u30ac\u30f3\u30d7\u30e9\u3001\u9ad8\u984d\u8cb7\u53d6\u3044\u305f\u3057\u307e\u3059\uff01 &#x1f680;<\/h3>\n        <div class=\"buy-back-buttons\">\n            \n            <a href=\"https:\/\/example.com\/takuhai-kaitori\" class=\"buy-back-link\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2025\/09\/\u5b85\u914d\u30ea\u30f3\u30af-1.webp\" alt=\"\u5b85\u914d\u8cb7\u53d6\" class=\"buy-back-image\">\n                <span class=\"buy-back-text\">&#x1f4e6; \u5b85\u914d\u8cb7\u53d6\u306f\u3053\u3061\u3089<\/span>\n            <\/a>\n\n            <a href=\"https:\/\/example.com\/price-list\" class=\"buy-back-link\">\n                <img decoding=\"async\" src=\"https:\/\/otachu-akiba.com\/4go\/wp-content\/uploads\/2023\/11\/\u30d7\u30e9\u30e2\u30c7\u30eb\u8cb7\u53d6\u8868.webp\" alt=\"\u8cb7\u53d6\u4fa1\u683c\u8868\" class=\"buy-back-image\">\n                <span class=\"buy-back-text\">&#x1f4b0; \u8cb7\u53d6\u4fa1\u683c\u8868\u3092\u898b\u308b<\/span>\n            <\/a>\n            \n        <\/div>\n    <\/div>\n\n<\/div>\n\n<div id=\"myModal\" class=\"modal\">\n  <span class=\"close-btn\" onclick=\"closeModal()\">&times;<\/span>\n  <img class=\"modal-content\" id=\"img01\">\n<\/div>\n\n\n<script>\n\/\/ -----------------------------------\n\/\/ JavaScript (\u30e2\u30fc\u30c0\u30eb\u30a6\u30a3\u30f3\u30c9\u30a6)\n\/\/ -----------------------------------\nvar modal = document.getElementById(\"myModal\");\nvar modalImg = document.getElementById(\"img01\");\n\nfunction openModal(wrapperElement) {\n    var imgElement = wrapperElement.querySelector('.product-image');\n    var fullSrc = imgElement ? imgElement.dataset.fullSrc : '';\n    \n    if (fullSrc && fullSrc.includes('placeholder') && !fullSrc.includes('FULL+SIZE')) {\n        return;\n    }\n    \n    modal.style.display = \"block\";\n    modalImg.src = fullSrc;\n}\n\nfunction closeModal() {\n    modal.style.display = \"none\";\n}\n\nwindow.onclick = function(event) {\n    if (event.target == modal) {\n        modal.style.display = \"none\";\n    }\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n    document.querySelectorAll('.product-image-wrapper').forEach((wrapper, index) => {\n        const img = wrapper.querySelector('.product-image');\n        if (img && (!img.dataset.fullSrc || img.dataset.fullSrc.includes('placeholder'))) {\n             img.setAttribute('data-full-src', `https:\/\/via.placeholder.com\/800x600\/000000\/FFFFFF?text=FULL+SIZE+ITEM+${index + 1}`);\n        }\n    });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>&#x1f525; \u30ac\u30f3\u30d7\u30e9\u518d\u8ca9\u5165\u8377\u60c5\u5831 &#x1f525; \u518d\u5165\u8377\uff01 RG 1\/144 \u03bd\u30ac\u30f3\u30c0\u2026","protected":false},"author":3,"featured_media":43887,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_mbp_gutenberg_autopost":false,"footnotes":""},"categories":[8],"tags":[],"refine":[],"class_list":["post-43872","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"modified_by":"ota-aki4","_links":{"self":[{"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/posts\/43872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/comments?post=43872"}],"version-history":[{"count":0,"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/posts\/43872\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/media\/43887"}],"wp:attachment":[{"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/media?parent=43872"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/categories?post=43872"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/tags?post=43872"},{"taxonomy":"refine","embeddable":true,"href":"https:\/\/otachu-akiba.com\/4go\/wp-json\/wp\/v2\/refine?post=43872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}