{"id":42,"date":"2026-01-12T12:57:24","date_gmt":"2026-01-12T03:57:24","guid":{"rendered":"http:\/\/www.uranai-b.com\/?page_id=42"},"modified":"2026-01-12T17:14:38","modified_gmt":"2026-01-12T08:14:38","slug":"%e4%bb%8a%e6%97%a5%e3%81%ae%e9%81%8b%e5%8b%a2","status":"publish","type":"page","link":"https:\/\/www.uranai-b.com\/?page_id=42","title":{"rendered":"\u4eca\u65e5\u306e\u904b\u52e2"},"content":{"rendered":"\n<style>\n\/* --- \u5360\u3044\u5a46\u3084\u3093\u300c\u4eca\u65e5\u306e\u904b\u52e2\u300d\u5c02\u7528\u30b9\u30bf\u30a4\u30eb --- *\/\n\n.baayan-wrapper {\n    font-family: \"Yu Mincho\", \"YuMincho\", \"Hiragino Mincho ProN\", \"HGS\u660e\u671dE\", serif;\n    color: #333;\n    line-height: 1.8;\n    max-width: 1000px;\n    margin: 0 auto;\n    background-color: #fff;\n    padding: 20px;\n    box-sizing: border-box;\n}\n\n\/* \u30bf\u30a4\u30c8\u30eb\u5468\u308a *\/\n.baayan-wrapper h2 {\n    font-size: 2rem;\n    font-weight: normal;\n    text-align: center;\n    margin-bottom: 2rem;\n    letter-spacing: 0.1em;\n    color: #333;\n}\n.baayan-wrapper h2 span {\n    display: block;\n    font-size: 0.9rem;\n    color: #C5A059; \/* \u91d1\u8272 *\/\n    margin-bottom: 10px;\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    letter-spacing: 0.2em;\n}\n\n.oracle-intro {\n    text-align: center;\n    margin-bottom: 40px;\n    color: #2E1A47;\n}\n\n\/* \u5360\u3044\u30a8\u30ea\u30a2\u30b3\u30f3\u30c6\u30ca *\/\n.oracle-container {\n    max-width: 600px;\n    margin: 0 auto 60px;\n    min-height: 550px;\n    position: relative;\n    text-align: center;\n    background: #fafafa;\n    border: 1px solid #eee;\n    padding: 40px 20px;\n    border-radius: 4px;\n}\n\n\/* --- 1. \u30b9\u30bf\u30fc\u30c8\u753b\u9762\uff08\u88cf\u5411\u304d\u30ab\u30fc\u30c9\uff09 --- *\/\n.start-screen {\n    cursor: pointer;\n    transition: transform 0.3s ease;\n}\n.start-screen:hover {\n    transform: scale(1.02);\n}\n\n.card-back {\n    width: 200px;\n    height: 340px; \/* \u4e00\u822c\u7684\u306a\u30bf\u30ed\u30c3\u30c8\u6bd4\u7387 *\/\n    background: #2E1A47; \/* \u88cf\u9762\u306e\u30d9\u30fc\u30b9\u8272 *\/\n    margin: 0 auto 30px;\n    border-radius: 10px;\n    border: 2px solid #C5A059;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 10px 20px rgba(0,0,0,0.2);\n    position: relative;\n    overflow: hidden;\n}\n\n\/* \u88cf\u9762\u306e\u6a21\u69d8 *\/\n.card-back::after {\n    content: \"\u2605\";\n    font-size: 3rem;\n    color: #C5A059;\n    opacity: 0.5;\n}\n\n.btn-draw {\n    display: inline-block;\n    padding: 15px 40px;\n    background-color: #C5A059;\n    color: #fff;\n    font-family: \"Yu Mincho\", serif;\n    font-size: 1.1rem;\n    border: none;\n    border-radius: 30px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.4);\n}\n.btn-draw:hover {\n    background-color: #b08d4b;\n    transform: translateY(-2px);\n}\n\n\/* --- 2. \u30b7\u30e3\u30c3\u30d5\u30eb\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3 --- *\/\n.shuffling .card-back {\n    animation: shuffle-shake 0.5s infinite;\n}\n\n@keyframes shuffle-shake {\n    0% { transform: translate(0, 0) rotate(0deg); }\n    25% { transform: translate(-5px, 0) rotate(-5deg); }\n    50% { transform: translate(5px, 0) rotate(5deg); }\n    75% { transform: translate(-5px, 0) rotate(-5deg); }\n    100% { transform: translate(0, 0) rotate(0deg); }\n}\n\n\/* --- 3. \u7d50\u679c\u8868\u793a\u753b\u9762 --- *\/\n.result-screen {\n    display: none; \/* \u521d\u671f\u306f\u975e\u8868\u793a *\/\n    opacity: 0;\n    transition: opacity 1s ease;\n}\n\n.result-card-container {\n    perspective: 1000px;\n    margin-bottom: 30px;\n    display: inline-block;\n}\n\n.result-card-img {\n    max-width: 220px;\n    height: auto;\n    border-radius: 10px;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.3);\n    border: 1px solid #ddd;\n    animation: card-reveal 1s ease-out;\n    transition: transform 1s; \/* \u9006\u4f4d\u7f6e\u56de\u8ee2\u7528 *\/\n}\n\n\/* \u9006\u4f4d\u7f6e\u7528\u306e\u30af\u30e9\u30b9 *\/\n.result-card-img.reversed {\n    transform: rotate(180deg);\n}\n\n@keyframes card-reveal {\n    0% { transform: scale(0.8) rotateY(90deg); opacity: 0; }\n    100% { transform: scale(1) rotateY(0deg); opacity: 1; }\n}\n\n.result-message-box {\n    margin-bottom: 40px;\n}\n\n.result-status {\n    font-size: 0.9rem;\n    color: #888;\n    margin-bottom: 5px;\n    font-family: sans-serif;\n    letter-spacing: 0.1em;\n}\n.status-reversed {\n    color: #c0392b; \/* \u9006\u4f4d\u7f6e\u306f\u5c11\u3057\u8d64\u3063\u307d\u304f *\/\n}\n\n.result-title {\n    font-size: 1.5rem;\n    color: #2E1A47;\n    margin-bottom: 15px;\n    font-weight: bold;\n}\n\n.result-text {\n    font-size: 1.1rem;\n    line-height: 2;\n    text-align: justify;\n    text-align-last: center;\n}\n\n.btn-retry {\n    background: transparent;\n    border: 1px solid #333;\n    color: #333;\n    padding: 10px 30px;\n    font-size: 0.9rem;\n    cursor: pointer;\n    transition: all 0.3s;\n    font-family: sans-serif;\n}\n.btn-retry:hover {\n    background: #333;\n    color: #fff;\n}\n<\/style>\n\n<div class=\"baayan-wrapper\">\n\n    <h2><span>DAILY ORACLE<\/span>\u672c\u65e5\u306e\u795e\u8a17<\/h2>\n    \n    <div class=\"oracle-intro\">\n        <p>78\u679a\u306e\u30ab\u30fc\u30c9\u304c\u3001\u3042\u3093\u305f\u306e\u5168\u3066\u3092\u898b\u901a\u3059\u3088\u3002<br>\u5fc3\u3092\u9759\u3081\u3066\u3001\u30ab\u30fc\u30c9\u3092\u30bf\u30c3\u30d7\u304a\u3057\u3002<\/p>\n    <\/div>\n\n    <!-- \u5360\u3044\u30a8\u30ea\u30a2 -->\n    <div class=\"oracle-container\">\n        \n        <!-- 1. \u30b9\u30bf\u30fc\u30c8\u753b\u9762 -->\n        <div id=\"startScreen\" class=\"start-screen\" onclick=\"drawCard()\">\n            <div class=\"card-back\"><\/div>\n            <button class=\"btn-draw\">\u904b\u547d\u3092\u5f15\u304f<\/button>\n        <\/div>\n\n        <!-- 2. \u7d50\u679c\u753b\u9762 -->\n        <div id=\"resultScreen\" class=\"result-screen\">\n            <div class=\"result-card-container\">\n                <img decoding=\"async\" id=\"resultImage\" class=\"result-card-img\" src=\"\" alt=\"Tarot Result\">\n            <\/div>\n            \n            <div class=\"result-message-box\">\n                <p id=\"resultStatus\" class=\"result-status\"><\/p>\n                <h3 id=\"resultTitle\" class=\"result-title\"><\/h3>\n                <p id=\"resultText\" class=\"result-text\"><\/p>\n            <\/div>\n\n            <button class=\"btn-retry\" onclick=\"resetOracle()\">\u3082\u3046\u4e00\u5ea6\u5f15\u304f<\/button>\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n<script>\n\/* * ============================================================\n * \u5360\u3044\u5a46\u3084\u3093\u306e\u30bf\u30ed\u30c3\u30c8\u30c7\u30fc\u30bf\u8a2d\u5b9a\u30a8\u30ea\u30a2\uff08\u516878\u679a\uff09\n * ============================================================\n *\/\n\n\/\/ \u30c0\u30df\u30fc\u753b\u50cfURL\uff08\u904b\u7528\u6642\u306f\u3053\u3053\u3092\u5b9f\u969b\u306eURL\u306b\u66f8\u304d\u63db\u3048\u3066\u304f\u3060\u3055\u3044\uff09\nconst dummyImage = \"https:\/\/placehold.co\/220x340\/2E1A47\/C5A059?text=Tarot\";\n\n\/* * 78\u679a\u306e\u30ab\u30fc\u30c9\u30c7\u30fc\u30bf\n * text: \u6b63\u4f4d\u7f6e\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\n * textRev: \u9006\u4f4d\u7f6e(Reverse)\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\n *\/\nconst tarotDeck = [\n    \/\/ --- \u5927\u30a2\u30eb\u30ab\u30ca (0-21) ---\n    { title: \"\u30100. \u611a\u8005\u3011The Fool\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/1-scaled.jpg\", \n      text: \"\u8003\u3048\u3059\u304e\u3066\u8db3\u304c\u6b62\u307e\u3063\u3066\u306a\u3044\u304b\u3044\uff1f \u5d16\u3063\u3077\u3061\u306b\u898b\u3048\u308b\u9053\u3067\u3082\u3001\u98db\u3093\u3067\u307f\u308c\u3070\u6848\u5916\u306a\u3093\u3068\u304b\u306a\u308b\u3082\u3093\u3055\u3002\u30d0\u30ab\u306b\u306a\u3063\u3066\u4e00\u6b69\u8e0f\u307f\u51fa\u3057\u306a\u3002\", \n      textRev: \"\u7121\u8a08\u753b\u3059\u304e\u3066\u8db3\u5143\u304c\u304a\u7559\u5b88\u306b\u306a\u3063\u3066\u308b\u3088\u3002\u52e2\u3044\u3060\u3051\u3067\u7a81\u3063\u8fbc\u3080\u3068\u75db\u3044\u76ee\u3092\u898b\u308b\u304b\u3089\u3001\u4e00\u5ea6\u7acb\u3061\u6b62\u307e\u3063\u3066\u5730\u56f3\u3092\u78ba\u8a8d\u3057\u306a\u3002\" },\n    { title: \"\u30101. \u9b54\u8853\u5e2b\u3011The Magician\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/2-scaled.jpg\", \n      text: \"\u6e96\u5099\u306f\u6574\u3063\u305f\u3088\u3002\u9053\u5177\u3082\u624d\u80fd\u3082\u3001\u3042\u3093\u305f\u306e\u624b\u306e\u4e2d\u306b\u5168\u90e8\u3042\u308b\u3002\u3042\u3068\u306f\u300c\u3084\u308b\u300d\u3068\u6c7a\u3081\u308b\u3060\u3051\u3055\u3002\u59cb\u3081\u306a\u304d\u3083\u4f55\u3082\u52d5\u304b\u306a\u3044\u3088\u3002\", \n      textRev: \"\u53e3\u5148\u3060\u3051\u3067\u884c\u52d5\u304c\u4f34\u3063\u3066\u3044\u306a\u3044\u306d\u3002\u81ea\u4fe1\u304c\u306a\u3044\u3075\u308a\u3092\u3057\u3066\u3001\u3084\u308b\u3079\u304d\u3053\u3068\u304b\u3089\u9003\u3052\u3066\u3044\u308b\u3060\u3051\u3058\u3083\u306a\u3044\u306e\u304b\u3044\uff1f\" },\n    { title: \"\u30102. \u5973\u6559\u7687\u3011The High Priestess\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/3-scaled.jpg\", \n      text: \"\u4eca\u306f\u52d5\u304f\u6642\u3058\u3083\u306a\u3044\u306d\u3002\u7126\u3089\u305a\u3001\u81ea\u5206\u306e\u5fc3\u306e\u58f0\u306b\u8033\u3092\u6f84\u307e\u305b\u306a\u3002\u7b54\u3048\u306f\u30b9\u30de\u30db\u306e\u4e2d\u3058\u3083\u306a\u304f\u3001\u3042\u3093\u305f\u306e\u76f4\u611f\u306e\u4e2d\u306b\u3042\u308b\u3093\u3060\u3088\u3002\", \n      textRev: \"\u795e\u7d4c\u8cea\u306b\u306a\u308a\u3059\u304e\u3066\u3044\u308b\u3088\u3002\u51b7\u305f\u3044\u614b\u5ea6\u306f\u4eba\u3092\u9060\u3056\u3051\u308b\u3060\u3051\u3055\u3002\u5b8c\u74a7\u3092\u6c42\u3081\u3059\u304e\u3066\u3001\u81ea\u5206\u306e\u9996\u3092\u7d5e\u3081\u3066\u3044\u306a\u3044\u304b\u3044\uff1f\" },\n    { title: \"\u30103. \u5973\u5e1d\u3011The Empress\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/4-scaled.jpg\", \n      text: \"\u8c4a\u304b\u3055\u3092\u53d7\u3051\u5165\u308c\u308b\u6e96\u5099\u306f\u3067\u304d\u3066\u308b\u304b\u3044\uff1f \u611b\u3082\u30c1\u30e3\u30f3\u30b9\u3082\u3001\u81ea\u5206\u304b\u3089\u30ac\u30c4\u30ac\u30c4\u53d6\u308a\u306b\u884c\u304f\u3088\u308a\u3001\u3086\u3063\u305f\u308a\u69cb\u3048\u3066\u308b\u65b9\u304c\u5411\u3053\u3046\u304b\u3089\u5bc4\u3063\u3066\u304f\u308b\u3082\u3093\u3055\u3002\", \n      textRev: \"\u308f\u304c\u307e\u307e\u304c\u904e\u304e\u308b\u3088\u3002\u4e0e\u3048\u3089\u308c\u308b\u3053\u3068\u3092\u5f53\u305f\u308a\u524d\u3060\u3068\u601d\u3063\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u611f\u8b1d\u3092\u5fd8\u308c\u305f\u571f\u5730\u306b\u306f\u3001\u4f55\u3082\u5b9f\u3089\u306a\u3044\u3093\u3060\u3088\u3002\" },\n    { title: \"\u30104. \u7687\u5e1d\u3011The Emperor\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/5-scaled.jpg\", \n      text: \"\u30ea\u30fc\u30c0\u30fc\u30b7\u30c3\u30d7\u3092\u767a\u63ee\u3059\u308b\u6642\u3060\u3088\u3002\u60c5\u306b\u6d41\u3055\u308c\u305a\u3001\u30eb\u30fc\u30eb\u3068\u8cac\u4efb\u3092\u6301\u3063\u3066\u6c7a\u65ad\u3057\u306a\u3002\u3042\u3093\u305f\u304c\u3057\u3063\u304b\u308a\u3059\u308c\u3070\u3001\u5468\u308a\u3082\u3064\u3044\u3066\u304f\u308b\u3002\", \n      textRev: \"\u9811\u56fa\u306b\u306a\u308a\u3059\u304e\u3066\u5468\u308a\u304c\u898b\u3048\u3066\u3044\u306a\u3044\u306d\u3002\u81ea\u5206\u306e\u3084\u308a\u65b9\u3092\u62bc\u3057\u4ed8\u3051\u308b\u306e\u306f\u5f37\u3055\u3058\u3083\u306a\u3044\u3001\u305f\u3060\u306e\u72ec\u308a\u3088\u304c\u308a\u3055\u3002\" },\n    { title: \"\u30105. \u6559\u7687\u3011The Hierophant\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/6-scaled.jpg\", \n      text: \"\u5148\u4eba\u306e\u77e5\u6075\u3084\u30eb\u30fc\u30eb\u3092\u5c0a\u91cd\u3057\u306a\u3002\u7a81\u98db\u306a\u3053\u3068\u3088\u308a\u3001\u57fa\u672c\u306b\u5fe0\u5b9f\u3067\u3042\u308b\u3053\u3068\u304c\u4fe1\u983c\u3092\u751f\u3080\u3088\u3002\u56f0\u3063\u305f\u3089\u4fe1\u983c\u3067\u304d\u308b\u4eba\u306b\u76f8\u8ac7\u3059\u308b\u3053\u3068\u3060\u306d\u3002\", \n      textRev: \"\u53e4\u3044\u8003\u3048\u306b\u7e1b\u3089\u308c\u3059\u304e\u3066\u3044\u308b\u3088\u3002\u4e16\u9593\u4f53\u3070\u304b\u308a\u6c17\u306b\u3057\u3066\u3001\u81ea\u5206\u306e\u672c\u97f3\u3092\u62bc\u3057\u6bba\u3057\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u305f\u307e\u306b\u306f\u67a0\u3092\u306f\u307f\u51fa\u3057\u306a\u3002\" },\n    { title: \"\u30106. \u604b\u4eba\u3011The Lovers\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/7-scaled.jpg\", \n      text: \"\u76f4\u611f\u3067\u9078\u3073\u306a\u3002\u640d\u5f97\u52d8\u5b9a\u3067\u9078\u3093\u3060\u9053\u306f\u3001\u3042\u3068\u3067\u5f8c\u6094\u3059\u308b\u3088\u3002\u5fc3\u304c\u30ef\u30af\u30ef\u30af\u3059\u308b\u65b9\u3078\u9032\u3080\u306e\u304c\u3001\u7d50\u5c40\u306f\u4e00\u756a\u306e\u8fd1\u9053\u3055\u3002\", \n      textRev: \"\u8a98\u60d1\u306b\u8ca0\u3051\u3066\u3001\u5b89\u6613\u306a\u65b9\u3078\u6d41\u3055\u308c\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u6c7a\u65ad\u3092\u5148\u5ef6\u3070\u3057\u306b\u3057\u3066\u3082\u3001\u554f\u984c\u306f\u89e3\u6c7a\u3057\u306a\u3044\u3088\u3002\" },\n    { title: \"\u30107. \u6226\u8eca\u3011The Chariot\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/8-scaled.jpg\", \n      text: \"\u8ff7\u308f\u305a\u7a81\u304d\u9032\u3080\u3093\u3060\uff01 \u4eca\u306f\u591a\u5c11\u5f37\u5f15\u3067\u3082\u69cb\u308f\u306a\u3044\u3002\u76ee\u6a19\u306b\u5411\u304b\u3063\u3066\u30a2\u30af\u30bb\u30eb\u5168\u958b\u3067\u884c\u3051\u3070\u3001\u58c1\u306a\u3093\u3066\u3076\u3061\u7834\u308c\u308b\u3055\u3002\", \n      textRev: \"\u66b4\u8d70\u6c17\u5473\u3060\u3088\u3002\u5468\u308a\u3092\u7f6e\u304d\u53bb\u308a\u306b\u3057\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u611f\u60c5\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u304c\u52b9\u304b\u306a\u304f\u306a\u308b\u3068\u3001\u4e8b\u6545\u3092\u8d77\u3053\u3059\u3088\u3002\" },\n    { title: \"\u30108. \u529b\u3011Strength\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/9-scaled.jpg\", \n      text: \"\u529b\u305a\u304f\u3058\u3083\u306a\u304f\u3001\u512a\u3057\u3055\u3067\u624b\u61d0\u3051\u308b\u3093\u3060\u3088\u3002\u672c\u5f53\u306e\u5f37\u3055\u306f\u3001\u5fcd\u8010\u3068\u5305\u5bb9\u529b\u306b\u3042\u308b\u3002\u81ea\u5206\u306e\u4e2d\u306e\u91ce\u7363\u3092\u611b\u3067\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3057\u306a\u3002\", \n      textRev: \"\u81ea\u5206\u306b\u8ca0\u3051\u3066\u3044\u308b\u306d\u3002\u5f31\u6c17\u306b\u306a\u3063\u305f\u308a\u3001\u9006\u306b\u529b\u3067\u306d\u3058\u4f0f\u305b\u3088\u3046\u3068\u3057\u305f\u308a\u3002\u307e\u305a\u306f\u81ea\u5206\u81ea\u8eab\u3092\u4fe1\u3058\u3066\u3084\u308b\u3053\u3068\u304b\u3089\u59cb\u3081\u306a\u3002\" },\n    { title: \"\u30109. \u96a0\u8005\u3011The Hermit\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/10-scaled.jpg\", \n      text: \"\u5468\u308a\u306e\u96d1\u97f3\u3092\u6d88\u3057\u3066\u3001\u4e00\u4eba\u306b\u306a\u308b\u6642\u9593\u3092\u4f5c\u308a\u306a\u3002\u7b54\u3048\u306f\u5916\u306b\u306f\u306a\u3044\u3002\u3042\u3093\u305f\u306e\u6df1\u3044\u6df1\u3044\u4e95\u6238\u306e\u5e95\u306b\u843d\u3061\u3066\u3044\u308b\u3088\u3002\", \n      textRev: \"\u5b64\u72ec\u306b\u9003\u3052\u8fbc\u3093\u3067\u3044\u308b\u3060\u3051\u3058\u3083\u306a\u3044\u306e\u304b\u3044\uff1f \u6bbb\u306b\u9589\u3058\u3053\u3082\u3063\u3066\u3044\u3066\u3082\u3001\u60a9\u307f\u306f\u8150\u3063\u3066\u3044\u304f\u3060\u3051\u3060\u3088\u3002\u5c11\u3057\u5149\u3092\u6d74\u3073\u306a\u3002\" },\n    { title: \"\u301010. \u904b\u547d\u306e\u8f2a\u3011Wheel of Fortune\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/11-scaled.jpg\", \n      text: \"\u6d41\u308c\u304c\u6765\u3066\u308b\u3088\uff01 \u3053\u306e\u6ce2\u306b\u4e57\u308a\u9045\u308c\u308b\u3093\u3058\u3083\u306a\u3044\u3088\u3002\u4eca\u306f\u7406\u5c48\u629c\u304d\u3067\u3001\u6765\u305f\u30c1\u30e3\u30f3\u30b9\u306b\u98db\u3073\u4e57\u308b\u306e\u304c\u6b63\u89e3\u3055\u3002\", \n      textRev: \"\u30bf\u30a4\u30df\u30f3\u30b0\u304c\u5408\u308f\u306a\u3044\u306d\u3002\u7126\u3063\u3066\u52d5\u304f\u3068\u7a7a\u56de\u308a\u3059\u308b\u3088\u3002\u4eca\u306f\u5d50\u304c\u904e\u304e\u53bb\u308b\u306e\u3092\u5f85\u3064\u306e\u304c\u8ce2\u660e\u3055\u3002\" },\n    { title: \"\u301011. \u6b63\u7fa9\u3011Justice\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/12-scaled.jpg\", \n      text: \"\u611f\u60c5\u3092\u631f\u307e\u305a\u3001\u4e8b\u5b9f\u3060\u3051\u3092\u898b\u306a\u3002\u516c\u5e73\u3067\u3042\u308b\u3053\u3068\u3001\u8aa0\u5b9f\u3067\u3042\u308b\u3053\u3068\u304c\u4eca\u306e\u3042\u3093\u305f\u3092\u5b88\u308b\u76fe\u306b\u306a\u308b\u3088\u3002\", \n      textRev: \"\u81ea\u5206\u306b\u7518\u304f\u306a\u3063\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u504f\u3063\u305f\u898b\u65b9\u3092\u3057\u3066\u3044\u308b\u3068\u3001\u3044\u305a\u308c\u305d\u306e\u30c4\u30b1\u3092\u6255\u308f\u3055\u308c\u308b\u3053\u3068\u306b\u306a\u308b\u3088\u3002\" },\n    { title: \"\u301012. \u540a\u308b\u3055\u308c\u305f\u7537\u3011The Hanged Man\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/13-scaled.jpg\", \n      text: \"\u52d5\u3051\u306a\u3044\u306a\u3089\u3001\u52d5\u304b\u306a\u304f\u3066\u3044\u3044\u3002\u4eca\u306f\u8a66\u7df4\u306e\u6642\u3060\u3051\u3069\u3001\u8996\u70b9\u3092\u5909\u3048\u308c\u3070\u65b0\u3057\u3044\u4e16\u754c\u304c\u898b\u3048\u3066\u304f\u308b\u306f\u305a\u3055\u3002\u6211\u6162\u304c\u5b9f\u3092\u7d50\u3076\u3088\u3002\", \n      textRev: \"\u7121\u99c4\u306a\u6211\u6162\u3092\u3057\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u5831\u308f\u308c\u306a\u3044\u52aa\u529b\u306b\u3057\u304c\u307f\u3064\u304f\u306e\u306f\u304a\u3088\u3057\u3002\u81ea\u5206\u3092\u72a0\u7272\u306b\u3059\u308b\u3060\u3051\u306e\u95a2\u4fc2\u306a\u3089\u5207\u308a\u306a\u3002\" },\n    { title: \"\u301013. \u6b7b\u795e\u3011Death\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/14-scaled.jpg\", \n      text: \"\u7d42\u308f\u3089\u305b\u308b\u3053\u3068\u3092\u6050\u308c\u308b\u3093\u3058\u3083\u306a\u3044\u3088\u3002\u57f7\u7740\u3092\u624b\u653e\u305b\u3070\u3001\u65b0\u3057\u3044\u6249\u304c\u52dd\u624b\u306b\u958b\u304f\u3002\u5909\u308f\u308b\u3053\u3068\u3092\u62d2\u3080\u306e\u304c\u4e00\u756a\u306e\u4e0d\u5e78\u3055\u3002\", \n      textRev: \"\u672a\u7df4\u304c\u307e\u3057\u3044\u306d\u3002\u7d42\u308f\u3063\u305f\u3053\u3068\u306b\u3057\u304c\u307f\u3064\u3044\u3066\u3001\u30be\u30f3\u30d3\u307f\u305f\u3044\u306b\u306a\u3063\u3066\u308b\u3088\u3002\u4e00\u5ea6\u5b8c\u5168\u306b\u624b\u653e\u3055\u306a\u3044\u3068\u3001\u6b21\u306f\u59cb\u307e\u3089\u306a\u3044\u3088\u3002\" },\n    { title: \"\u301014. \u7bc0\u5236\u3011Temperance\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/15-scaled.jpg\", \n      text: \"\u30d0\u30e9\u30f3\u30b9\u304c\u5927\u4e8b\u3060\u3088\u3002\u71b1\u3059\u304e\u305a\u51b7\u3081\u3059\u304e\u305a\u3001\u4e01\u5ea6\u3044\u3044\u6e6f\u52a0\u6e1b\u3092\u63a2\u3057\u306a\u3002\u7570\u306a\u308b\u3082\u306e\u3092\u6df7\u305c\u5408\u308f\u305b\u308b\u3053\u3068\u3067\u3001\u65b0\u3057\u3044\u4fa1\u5024\u304c\u751f\u307e\u308c\u308b\u3088\u3002\", \n      textRev: \"\u751f\u6d3b\u306e\u30ea\u30ba\u30e0\u304c\u4e71\u308c\u3066\u3044\u308b\u306d\u3002\u6975\u7aef\u306a\u884c\u52d5\u306f\u5fc3\u8eab\u3092\u58ca\u3059\u3088\u3002\u307e\u305a\u306f\u81ea\u5206\u3092\u6574\u3048\u308b\u3053\u3068\u304b\u3089\u59cb\u3081\u306a\u3002\" },\n    { title: \"\u301015. \u60aa\u9b54\u3011The Devil\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/16-scaled.jpg\", \n      text: \"\u6b32\u671b\u306b\u6b63\u76f4\u306b\u306a\u308b\u306e\u3082\u60aa\u304f\u306a\u3044\u3051\u3069\u3001\u9996\u8f2a\u3092\u3064\u3051\u3089\u308c\u306a\u3044\u3088\u3046\u306b\u306d\u3002\u305d\u306e\u9b45\u529b\u7684\u306a\u8a98\u3044\u306f\u3001\u3042\u3093\u305f\u3092\u6cbc\u306b\u5f15\u304d\u305a\u308a\u8fbc\u3080\u304b\u3082\u3057\u308c\u306a\u3044\u3088\u3002\", \n      textRev: \"\u3088\u3046\u3084\u304f\u76ee\u304c\u899a\u3081\u3066\u304d\u305f\u304b\u3044\uff1f \u60aa\u3044\u7fd2\u6163\u3084\u8150\u308c\u7e01\u3092\u65ad\u3061\u5207\u308b\u30c1\u30e3\u30f3\u30b9\u3060\u3088\u3002\u9396\u306f\u6700\u521d\u304b\u3089\u89e3\u3051\u3066\u3044\u305f\u3093\u3060\u3002\" },\n    { title: \"\u301016. \u5854\u3011The Tower\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/17-scaled.jpg\", \n      text: \"\u885d\u6483\u7684\u306a\u3053\u3068\u304c\u3042\u3063\u3066\u3082\u9a5a\u304f\u3093\u3058\u3083\u306a\u3044\u3088\u3002\u305d\u308c\u306f\u3042\u3093\u305f\u3092\u7e1b\u308a\u4ed8\u3051\u3066\u3044\u305f\u53e4\u3044\u4fa1\u5024\u89b3\u304c\u58ca\u308c\u308b\u97f3\u3055\u3002\u66f4\u5730\u306b\u306a\u308c\u3070\u3001\u3082\u3063\u3068\u7acb\u6d3e\u306a\u57ce\u304c\u5efa\u3064\u3002\", \n      textRev: \"\u5d29\u58ca\u306f\u3086\u3063\u304f\u308a\u9032\u3093\u3067\u3044\u308b\u3088\u3002\u898b\u3066\u898b\u306c\u3075\u308a\u3092\u3057\u3066\u3044\u308b\u554f\u984c\u304c\u3001\u8db3\u5143\u304b\u3089\u5d29\u308c\u59cb\u3081\u3066\u3044\u308b\u3053\u3068\u306b\u6c17\u3065\u304d\u306a\u3002\" },\n    { title: \"\u301017. \u661f\u3011The Star\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/18-scaled.jpg\", \n      text: \"\u5e0c\u671b\u306e\u5149\u304c\u898b\u3048\u3066\u304d\u305f\u306d\u3002\u5922\u3092\u8a9e\u308b\u3053\u3068\u3092\u6050\u308c\u308b\u3093\u3058\u3083\u306a\u3044\u3088\u3002\u3042\u3093\u305f\u306e\u7d14\u7c8b\u306a\u9858\u3044\u306f\u3001\u304d\u3063\u3068\u5929\u306b\u5c4a\u304f\u304b\u3089\u3002\", \n      textRev: \"\u7406\u60f3\u3070\u304b\u308a\u9ad8\u304f\u3066\u73fe\u5b9f\u304c\u898b\u3048\u3066\u3044\u306a\u3044\u306d\u3002\u9ad8\u671b\u307f\u3057\u3066\u8db3\u5143\u3092\u3059\u304f\u308f\u308c\u306a\u3044\u3088\u3046\u3001\u307e\u305a\u306f\u5c0f\u3055\u306a\u4e00\u6b69\u304b\u3089\u306b\u3057\u306a\u3002\" },\n    { title: \"\u301018. \u6708\u3011The Moon\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/19-scaled.jpg\", \n      text: \"\u4e0d\u5b89\u306a\u306e\u306f\u3001\u591c\u660e\u3051\u524d\u3060\u304b\u3089\u3055\u3002\u306f\u3063\u304d\u308a\u3057\u306a\u3044\u72b6\u6cc1\u306b\u7126\u3089\u305a\u3001\u4eca\u306f\u9727\u304c\u6674\u308c\u308b\u306e\u3092\u9759\u304b\u306b\u5f85\u3064\u3093\u3060\u3088\u3002\u76f4\u611f\u3060\u3051\u3092\u4fe1\u3058\u306a\u3002\", \n      textRev: \"\u5618\u3084\u8aa4\u89e3\u304c\u89e3\u3051\u3066\u3044\u304f\u3088\u3002\u4eca\u307e\u3067\u898b\u3048\u306a\u304b\u3063\u305f\u3082\u306e\u306e\u6b63\u4f53\u304c\u308f\u304b\u3063\u3066\u3001\u6f20\u7136\u3068\u3057\u305f\u4e0d\u5b89\u304b\u3089\u89e3\u653e\u3055\u308c\u308b\u306f\u305a\u3055\u3002\" },\n    { title: \"\u301019. \u592a\u967d\u3011The Sun\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/20-scaled.jpg\", \n      text: \"\u7d20\u6674\u3089\u3057\u3044\u306d\uff01 \u8ff7\u3044\u306f\u6674\u308c\u308b\u3088\u3002\u5b50\u3069\u3082\u306e\u3088\u3046\u306b\u7121\u90aa\u6c17\u306b\u697d\u3057\u3080\u3053\u3068\u3002\u305d\u308c\u304c\u4eca\u306e\u3042\u3093\u305f\u306e\u6700\u5f37\u306e\u6b66\u5668\u3055\u3002\", \n      textRev: \"\u5c11\u3057\u9670\u308a\u304c\u898b\u3048\u308b\u306d\u3002\u8abf\u5b50\u306b\u4e57\u308a\u3059\u304e\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u8b19\u865a\u3055\u3092\u5fd8\u308c\u308b\u3068\u3001\u305b\u3063\u304b\u304f\u306e\u6210\u529f\u3082\u9577\u7d9a\u304d\u3057\u306a\u3044\u3088\u3002\" },\n    { title: \"\u301020. \u5be9\u5224\u3011Judgement\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/21-scaled.jpg\", \n      text: \"\u904e\u53bb\u306e\u52aa\u529b\u304c\u5831\u308f\u308c\u308b\u6642\u304c\u6765\u305f\u3088\u3002\u8ae6\u3081\u304b\u3051\u3066\u3044\u305f\u3053\u3068\u306b\u3082\u3046\u4e00\u5ea6\u5149\u304c\u5f53\u305f\u308b\u3002\u30e9\u30c3\u30d1\u306e\u97f3\u304c\u805e\u3053\u3048\u305f\u3089\u3001\u8ff7\u308f\u305a\u9032\u307f\u306a\u3002\", \n      textRev: \"\u904e\u53bb\u3092\u5f15\u304d\u305a\u3063\u3066\u524d\u3092\u5411\u3051\u306a\u3044\u306d\u3002\u81ea\u5206\u3092\u8cac\u3081\u308b\u306e\u306f\u3082\u3046\u304a\u3088\u3057\u3002\u904e\u53bb\u306f\u5909\u3048\u3089\u308c\u306a\u3044\u304c\u3001\u672a\u6765\u306f\u4eca\u3053\u3053\u304b\u3089\u5909\u3048\u3089\u308c\u308b\u3093\u3060\u3002\" },\n    { title: \"\u301021. \u4e16\u754c\u3011The World\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/22-scaled.jpg\", \n      text: \"\u5b8c\u6210\u306e\u6642\u3060\u3002\u3042\u3093\u305f\u306e\u65c5\u306f\u4e00\u3064\u306e\u30b4\u30fc\u30eb\u3092\u8fce\u3048\u308b\u3088\u3002\u6700\u9ad8\u306e\u30cf\u30c3\u30d4\u30fc\u30a8\u30f3\u30c9\u3092\u565b\u307f\u7de0\u3081\u3066\u3001\u6b21\u306e\u30b9\u30c6\u30fc\u30b8\u3078\u9032\u3080\u6e96\u5099\u3092\u3057\u306a\u3002\", \n      textRev: \"\u3042\u3068\u4e00\u6b69\u306e\u3068\u3053\u308d\u3067\u8db3\u8e0f\u307f\u72b6\u614b\u3060\u306d\u3002\u4f55\u304b\u304c\u6b20\u3051\u3066\u3044\u308b\u3088\u3046\u3060\u3002\u5b8c\u74a7\u3092\u76ee\u6307\u3059\u3088\u308a\u3001\u307e\u305a\u306f\u4eca\u306e\u81ea\u5206\u3092\u8a8d\u3081\u3066\u3084\u308a\u306a\u3002\" },\n\n    \/\/ --- \u5c0f\u30a2\u30eb\u30ab\u30ca\uff1a\u30ef\u30f3\u30c9 (Wands) ---\n    { title: \"\u30ef\u30f3\u30c9\u306e\u30a8\u30fc\u30b9\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/36-scaled.jpg\", text: \"\u60c5\u71b1\u306e\u708e\u304c\u70b9\u706b\u3057\u305f\u3088\uff01 \u65b0\u3057\u3044\u3053\u3068\u3092\u59cb\u3081\u308b\u306a\u3089\u4eca\u3057\u304b\u306a\u3044\u3002\", textRev: \"\u3084\u308b\u6c17\u304c\u51fa\u306a\u304f\u3066\u71fb\u3063\u3066\u3044\u308b\u306d\u3002\u7121\u7406\u306b\u59cb\u3081\u3088\u3046\u3068\u305b\u305a\u3001\u706b\u7a2e\u3092\u5b88\u308a\u306a\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e2\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/35-scaled.jpg\", text: \"\u672a\u6765\u3078\u306e\u5c55\u671b\u304c\u958b\u3051\u3066\u3044\u308b\u3088\u3002\u4eca\u306e\u5834\u6240\u306b\u6e80\u8db3\u305b\u305a\u3001\u3082\u3063\u3068\u9060\u304f\u3092\u76ee\u6307\u3057\u306a\u3002\", textRev: \"\u8a08\u753b\u5012\u308c\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u5922\u3092\u898b\u308b\u306e\u3082\u3044\u3044\u304c\u3001\u8db3\u5143\u3082\u56fa\u3081\u306a\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e3\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/34-scaled.jpg\", text: \"\u6b21\u306e\u30b9\u30c6\u30fc\u30b8\u3078\u9032\u3080\u6642\u3060\u3002\u5354\u529b\u8005\u304c\u73fe\u308c\u305f\u308a\u3001\u826f\u3044\u77e5\u3089\u305b\u304c\u5c4a\u304f\u306f\u305a\u3055\u3002\", textRev: \"\u5f85\u3066\u3069\u66ae\u3089\u305b\u3069\u8239\u306f\u6765\u306a\u3044\u306d\u3002\u5f53\u3066\u304c\u5916\u308c\u3066\u3082\u8150\u3089\u305a\u3001\u5225\u306e\u624b\u3092\u8003\u3048\u306a\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e4\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/33-scaled.jpg\", text: \"\u5e73\u548c\u3068\u5b89\u3089\u304e\u306e\u6642\u9593\u3060\u3088\u3002\u3053\u3053\u307e\u3067\u3088\u304f\u9811\u5f35\u3063\u305f\u306d\u3001\u5c11\u3057\u7fbd\u3092\u4f11\u3081\u3066\u795d\u3044\u306a\u3002\", textRev: \"\u5bb6\u306e\u4e2d\u304c\u5c11\u3057\u30b4\u30bf\u3064\u3044\u3066\u3044\u308b\u304b\u3044\uff1f \u8eab\u8fd1\u306a\u5e78\u305b\u3092\u8511\u308d\u306b\u3057\u3066\u306f\u3044\u3051\u306a\u3044\u3088\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e5\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/32-scaled.jpg\", text: \"\u30e9\u30a4\u30d0\u30eb\u51fa\u73fe\uff01 \u3076\u3064\u304b\u308a\u5408\u3046\u3053\u3068\u3067\u78e8\u304b\u308c\u308b\u3082\u306e\u304c\u3042\u308b\u3002\u6050\u308c\u305a\u6226\u3044\u306a\u3002\", textRev: \"\u7121\u610f\u5473\u306a\u4e89\u3044\u306b\u5dfb\u304d\u8fbc\u307e\u308c\u3066\u3044\u308b\u306d\u3002\u610f\u5730\u306e\u5f35\u308a\u5408\u3044\u306f\u6d88\u8017\u3059\u308b\u3060\u3051\u3060\u3088\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e6\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/31-scaled.jpg\", text: \"\u52dd\u5229\u306f\u76ee\u524d\u3060\uff01 \u81ea\u4fe1\u3092\u6301\u3063\u3066\u51f1\u65cb\u3057\u306a\u3002\u5468\u308a\u3082\u3042\u3093\u305f\u3092\u8cde\u8cdb\u3057\u3066\u304f\u308c\u308b\u3088\u3002\", textRev: \"\u52dd\u3061\u8a87\u3063\u3066\u5468\u308a\u3092\u898b\u4e0b\u3057\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u305d\u306e\u6162\u5fc3\u304c\u8db3\u3092\u5f15\u3063\u5f35\u308b\u3088\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e7\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/30-scaled.jpg\", text: \"\u6709\u5229\u306a\u7acb\u5834\u306b\u3044\u308b\u3088\u3002\u591a\u5c11\u306e\u53cd\u5bfe\u304c\u3042\u3063\u3066\u3082\u3001\u81ea\u5206\u306e\u4fe1\u5ff5\u3092\u8cab\u304d\u901a\u3057\u306a\u3002\", textRev: \"\u5b88\u52e2\u306b\u56de\u3063\u3066\u30bf\u30b8\u30bf\u30b8\u3060\u306d\u3002\u5f31\u6c17\u306b\u306a\u308b\u3068\u4e00\u6c17\u306b\u653b\u3081\u8fbc\u307e\u308c\u308b\u3088\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/29-scaled.jpg\", text: \"\u6025\u5c55\u958b\uff01 \u7269\u4e8b\u304c\u3082\u306e\u3059\u3054\u3044\u30b9\u30d4\u30fc\u30c9\u3067\u52d5\u304d\u51fa\u3059\u3088\u3002\u6d41\u308c\u306b\u8eab\u3092\u4efb\u305b\u306a\u3002\", textRev: \"\u505c\u6ede\u30e0\u30fc\u30c9\u3060\u306d\u3002\u7126\u3063\u3066\u52d5\u304f\u3068\u77e2\u304c\u5909\u306a\u65b9\u5411\u306b\u98db\u3093\u3067\u3044\u304f\u3088\u3002\u5f85\u6a5f\u3060\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e9\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/28-scaled.jpg\", text: \"\u5099\u3048\u3042\u308c\u3070\u6182\u3044\u306a\u3057\u3002\u8b66\u6212\u3092\u6020\u308b\u3093\u3058\u3083\u306a\u3044\u3088\u3002\u3042\u3068\u5c11\u3057\u306e\u8f9b\u62b1\u3055\u3002\", textRev: \"\u7591\u5fc3\u6697\u9b3c\u306b\u306a\u308a\u3059\u304e\u3066\u3044\u308b\u3088\u3002\u6575\u306f\u5916\u3058\u3083\u306a\u304f\u3001\u3042\u3093\u305f\u306e\u4e2d\u306b\u3044\u308b\u304b\u3082\u306d\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e10\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/27-scaled.jpg\", text: \"\u62b1\u3048\u8fbc\u307f\u3059\u304e\u3060\uff01 \u8cac\u4efb\u611f\u304c\u5f37\u3044\u306e\u306f\u3044\u3044\u304c\u3001\u4e00\u4eba\u3067\u5168\u90e8\u3084\u308b\u5fc5\u8981\u306f\u306a\u3044\u3093\u3060\u3088\u3002\", textRev: \"\u91cd\u8377\u3092\u4e0b\u308d\u3059\u6642\u304c\u6765\u305f\u306d\u3002\u7121\u7406\u3060\u3068\u8a8d\u3081\u308b\u52c7\u6c17\u3082\u5927\u5207\u3055\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e\u30da\u30a4\u30b8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/26-scaled.jpg\", text: \"\u826f\u3044\u77e5\u3089\u305b\u304c\u5c4a\u304f\u3088\u3002\u597d\u5947\u5fc3\u65fa\u76db\u306a\u5b50\u3069\u3082\u306e\u3088\u3046\u306b\u3001\u65b0\u3057\u3044\u60c5\u5831\u306b\u98db\u3073\u3064\u304d\u306a\u3002\", textRev: \"\u60aa\u3044\u30cb\u30e5\u30fc\u30b9\u3084\u5618\u306b\u60d1\u308f\u3055\u308c\u308b\u306a\u3088\u3002\u60c5\u5831\u306e\u88cf\u3092\u3057\u3063\u304b\u308a\u53d6\u308a\u306a\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e\u30ca\u30a4\u30c8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/25-scaled.jpg\", text: \"\u30a4\u30b1\u30a4\u30b1\u30c9\u30f3\u30c9\u30f3\u3060\uff01 \u8003\u3048\u308b\u3088\u308a\u884c\u52d5\u3002\u305d\u306e\u71b1\u610f\u3067\u5468\u308a\u3092\u5dfb\u304d\u8fbc\u3093\u3067\u3044\u304d\u306a\u3002\", textRev: \"\u66b4\u8d70\u6ce8\u610f\u5831\u767a\u4ee4\u4e2d\u3002\u71b1\u304f\u306a\u308a\u3059\u304e\u3066\u5468\u308a\u3092\u706b\u50b7\u3055\u305b\u3066\u3044\u306a\u3044\u304b\u3044\uff1f\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e\u30af\u30a4\u30fc\u30f3\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/24-scaled.jpg\", text: \"\u660e\u308b\u304f\u9b45\u529b\u7684\u306a\u3042\u3093\u305f\u306b\u4eba\u304c\u96c6\u307e\u308b\u3088\u3002\u59c9\u5fa1\u808c\u306a\u614b\u5ea6\u3067\u5468\u308a\u3092\u5f15\u3063\u5f35\u308a\u306a\u3002\", textRev: \"\u5ac9\u59ac\u6df1\u304f\u306a\u3063\u3066\u3044\u308b\u306d\u3002\u30d2\u30b9\u30c6\u30ea\u30c3\u30af\u306a\u614b\u5ea6\u306f\u4eba\u3092\u9060\u3056\u3051\u308b\u3060\u3051\u3060\u3088\u3002\" },\n    { title: \"\u30ef\u30f3\u30c9\u306e\u30ad\u30f3\u30b0\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/23-scaled.jpg\", text: \"\u30ab\u30ea\u30b9\u30de\u6027\u3092\u767a\u63ee\u3059\u308b\u6642\u3060\u3002\u7406\u60f3\u3092\u63b2\u3052\u3066\u3001\u5802\u3005\u3068\u30ea\u30fc\u30c0\u30fc\u30b7\u30c3\u30d7\u3092\u53d6\u308a\u306a\u3002\", textRev: \"\u72ec\u88c1\u8005\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u81ea\u5206\u306e\u610f\u898b\u3092\u62bc\u3057\u901a\u3059\u3060\u3051\u304c\u80fd\u3058\u3083\u306a\u3044\u3088\u3002\" },\n\n    \/\/ --- \u5c0f\u30a2\u30eb\u30ab\u30ca\uff1a\u30ab\u30c3\u30d7 (Cups) ---\n    { title: \"\u30ab\u30c3\u30d7\u306e\u30a8\u30fc\u30b9\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/50-scaled.jpg\", text: \"\u611b\u304c\u6ea2\u308c\u51fa\u3057\u3066\u3044\u308b\u3088\uff01 \u65b0\u3057\u3044\u604b\u3084\u53cb\u60c5\u304c\u59cb\u307e\u308b\u4e88\u611f\u3002\u5fc3\u3092\u958b\u3044\u3066\u3002\", textRev: \"\u5fc3\u304c\u7a7a\u3063\u307d\u3067\u6e80\u305f\u3055\u308c\u306a\u3044\u306d\u3002\u81ea\u5206\u306e\u6a5f\u5acc\u306f\u81ea\u5206\u3067\u53d6\u3063\u3066\u3084\u308a\u306a\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e2\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/49-scaled.jpg\", text: \"\u76f8\u601d\u76f8\u611b\u3060\u306d\u3002\u30d1\u30fc\u30c8\u30ca\u30fc\u3068\u306e\u7d46\u304c\u6df1\u307e\u308b\u3088\u3002\u7d20\u6674\u3089\u3057\u3044\u51fa\u4f1a\u3044\u306b\u4e7e\u676f\u3002\", textRev: \"\u3059\u308c\u9055\u3044\u304c\u8d77\u304d\u3066\u3044\u308b\u306d\u3002\u76f8\u624b\u306b\u6c42\u3081\u3059\u304e\u3066\u3044\u306a\u3044\u304b\u632f\u308a\u8fd4\u308a\u306a\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e3\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/48-scaled.jpg\", text: \"\u4ef2\u9593\u3068\u697d\u3057\u3044\u6642\u9593\u3092\u904e\u3054\u3057\u306a\u3002\u304a\u558b\u308a\u304c\u5fc3\u306e\u30c7\u30c8\u30c3\u30af\u30b9\u306b\u306a\u308b\u3088\u3002\", textRev: \"\u7fbd\u76ee\u3092\u5916\u3057\u3059\u304e\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u697d\u3057\u3044\u5bb4\u3082\u3044\u3064\u304b\u306f\u7d42\u308f\u308b\u3093\u3060\u3088\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e4\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/47-scaled.jpg\", text: \"\u4e0d\u6e80\u9854\u3060\u306d\u3047\u3002\u76ee\u306e\u524d\u306b\u30c1\u30e3\u30f3\u30b9\u304c\u3042\u308b\u306e\u306b\u3001\u6c17\u3065\u304b\u306a\u3044\u30d5\u30ea\u3092\u3057\u3066\u308b\u306e\u304b\u3044\uff1f\", textRev: \"\u3088\u3046\u3084\u304f\u91cd\u3044\u8170\u3092\u4e0a\u3052\u308b\u6c17\u306b\u306a\u3063\u305f\u304b\u3044\uff1f \u65b0\u3057\u3044\u98a8\u3092\u53d7\u3051\u5165\u308c\u306a\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e5\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/46-scaled.jpg\", text: \"\u5931\u3063\u305f\u3082\u306e\u3070\u304b\u308a\u6570\u3048\u3066\u3044\u306a\u3044\u3067\u3001\u6b8b\u3063\u3066\u3044\u308b\u3082\u306e\u3092\u898b\u306a\u3002\u307e\u3060\u5e0c\u671b\u306f\u3042\u308b\u3088\u3002\", textRev: \"\u60b2\u3057\u307f\u304b\u3089\u7acb\u3061\u76f4\u308b\u6642\u3060\u3002\u6d99\u3092\u62ed\u3044\u3066\u3001\u524d\u3092\u5411\u304d\u306a\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e6\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/45-scaled.jpg\", text: \"\u61d0\u304b\u3057\u3044\u601d\u3044\u51fa\u304c\u5fc3\u3092\u7652\u3084\u3057\u3066\u304f\u308c\u308b\u3088\u3002\u6614\u306e\u53cb\u4eba\u306b\u9023\u7d61\u3057\u3066\u307f\u308b\u306e\u3082\u3044\u3044\u306d\u3002\", textRev: \"\u904e\u53bb\u306b\u56da\u308f\u308c\u3059\u304e\u3060\u3002\u601d\u3044\u51fa\u306f\u7f8e\u3057\u3044\u304c\u3001\u305d\u3053\u306b\u4f4f\u3080\u3053\u3068\u306f\u3067\u304d\u306a\u3044\u3088\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e7\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/44-scaled.jpg\", text: \"\u5922\u898b\u304c\u3061\u306a\u306e\u306f\u826f\u3044\u304c\u3001\u305d\u308d\u305d\u308d\u73fe\u5b9f\u3092\u9078\u3073\u306a\u3002\u8ff7\u3063\u3066\u3044\u308b\u9593\u306b\u65e5\u306f\u66ae\u308c\u308b\u3088\u3002\", textRev: \"\u8ff7\u3044\u304c\u6674\u308c\u3066\u3001\u672c\u5f53\u306b\u5927\u5207\u306a\u3082\u306e\u304c\u4f55\u304b\u308f\u304b\u3063\u3066\u304f\u308b\u306f\u305a\u3055\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/43-scaled.jpg\", text: \"\u4eca\u306e\u5834\u6240\u304b\u3089\u306f\u5352\u696d\u3060\u3002\u672a\u7df4\u3092\u65ad\u3061\u5207\u3063\u3066\u3001\u3055\u3089\u306a\u308b\u9ad8\u307f\u3092\u76ee\u6307\u3057\u3066\u65c5\u7acb\u3061\u306a\u3002\", textRev: \"\u8ae6\u3081\u304d\u308c\u305a\u306b\u30c0\u30e9\u30c0\u30e9\u7d9a\u3051\u3066\u3044\u308b\u306d\u3002\u623b\u308b\u5834\u6240\u306f\u3082\u3046\u306a\u3044\u3093\u3060\u3088\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e9\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/42-scaled.jpg\", text: \"\u9858\u3044\u304c\u53f6\u3046\u3088\uff01 \u6e80\u8db3\u611f\u3067\u3044\u3063\u3071\u3044\u306b\u306a\u308b\u306f\u305a\u3055\u3002\u4eca\u65e5\u306f\u81ea\u5206\u3092\u8912\u3081\u3066\u3084\u308a\u306a\u3002\", textRev: \"\u6e80\u305f\u3055\u308c\u3066\u3044\u308b\u306e\u306b\u3001\u307e\u3060\u4f55\u304b\u304c\u8db3\u308a\u306a\u3044\u3068\u611f\u3058\u308b\u306e\u304b\u3044\uff1f \u6b32\u5f35\u308a\u3059\u304e\u3055\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e10\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/41-scaled.jpg\", text: \"\u5bb6\u65cf\u3084\u4ef2\u9593\u3068\u306e\u5e78\u305b\u306a\u56e3\u3089\u3093\u3060\u3002\u611b\u306b\u5305\u307e\u308c\u305f\u5e73\u548c\u306a\u6642\u9593\u3092\u5927\u5207\u306b\u3057\u306a\u3002\", textRev: \"\u5bb6\u5ead\u5185\u306e\u4e0d\u548c\u306b\u6ce8\u610f\u3060\u306d\u3002\u8eab\u8fd1\u306a\u4eba\u3053\u305d\u3001\u4e01\u5be7\u306b\u6271\u308f\u306a\u3044\u3068\u3044\u3051\u306a\u3044\u3088\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e\u30da\u30a4\u30b8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/40-scaled.jpg\", text: \"\u7d14\u7c8b\u306a\u6c17\u6301\u3061\u3092\u5927\u5207\u306b\u3057\u306a\u3002\u7d20\u76f4\u306a\u8b1d\u7f6a\u3084\u544a\u767d\u304c\u3001\u76f8\u624b\u306e\u5fc3\u3092\u52d5\u304b\u3059\u3088\u3002\", textRev: \"\u7518\u3048\u304c\u904e\u304e\u308b\u3088\u3002\u5e7c\u7a1a\u306a\u308f\u304c\u307e\u307e\u3067\u5468\u308a\u3092\u56f0\u3089\u305b\u3066\u3044\u306a\u3044\u304b\u3044\uff1f\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e\u30ca\u30a4\u30c8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/39-scaled.jpg\", text: \"\u30ed\u30de\u30f3\u30c1\u30c3\u30af\u306a\u5c55\u958b\u304c\u5f85\u3063\u3066\u3044\u308b\u3088\u3002\u767d\u99ac\u306e\u738b\u5b50\u69d8\u306e\u3088\u3046\u306b\u512a\u96c5\u306b\u632f\u308b\u821e\u3044\u306a\u3002\", textRev: \"\u53e3\u5148\u3060\u3051\u306e\u512a\u3057\u3055\u306b\u9a19\u3055\u308c\u308b\u306a\u3088\u3002\u30e0\u30fc\u30c9\u306b\u6d41\u3055\u308c\u308b\u3068\u75db\u3044\u76ee\u3092\u898b\u308b\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e\u30af\u30a4\u30fc\u30f3\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/38-scaled.jpg\", text: \"\u6d77\u306e\u3088\u3046\u306a\u6df1\u3044\u611b\u60c5\u3067\u898b\u5b88\u308a\u306a\u3002\u3042\u3093\u305f\u306e\u512a\u3057\u3055\u304c\u8ab0\u304b\u306e\u6551\u3044\u306b\u306a\u308b\u3088\u3002\", textRev: \"\u611f\u60c5\u7684\u306b\u306a\u308a\u3059\u304e\u3066\u3001\u4f9d\u5b58\u7684\u306b\u306a\u3063\u3066\u3044\u308b\u306d\u3002\u76f8\u624b\u3068\u306e\u5883\u754c\u7dda\u3092\u5f15\u304f\u3053\u3068\u3002\" },\n    { title: \"\u30ab\u30c3\u30d7\u306e\u30ad\u30f3\u30b0\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/37-scaled.jpg\", text: \"\u611f\u60c5\u3092\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3067\u304d\u3066\u3044\u308b\u306d\u3002\u5bdb\u5927\u306a\u5fc3\u3067\u5468\u308a\u3092\u53d7\u3051\u5165\u308c\u3066\u3084\u308a\u306a\u3002\", textRev: \"\u60c5\u7dd2\u4e0d\u5b89\u5b9a\u3060\u306d\u3002\u81ea\u5206\u306e\u611f\u60c5\u306e\u6ce2\u306b\u6eba\u308c\u3066\u3001\u5468\u308a\u3092\u632f\u308a\u56de\u3057\u3061\u3083\u3044\u3051\u306a\u3044\u3088\u3002\" },\n\n    \/\/ --- \u5c0f\u30a2\u30eb\u30ab\u30ca\uff1a\u30bd\u30fc\u30c9 (Swords) ---\n    { title: \"\u30bd\u30fc\u30c9\u306e\u30a8\u30fc\u30b9\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/64-scaled.jpg\", text: \"\u52dd\u5229\u3078\u306e\u610f\u5fd7\u3092\u56fa\u3081\u306a\u3002\u305d\u306e\u5263\u3067\u554f\u984c\u3092\u5207\u308a\u88c2\u304d\u3001\u9053\u3092\u5207\u308a\u958b\u304f\u3093\u3060\u3002\", textRev: \"\u610f\u5fd7\u304c\u3050\u3089\u3064\u3044\u3066\u3044\u308b\u306d\u3002\u7121\u7406\u306b\u632f\u308a\u56de\u3059\u3068\u81ea\u5206\u3092\u50b7\u3064\u3051\u308b\u3088\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e2\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/63-scaled.jpg\", text: \"\u5747\u8861\u3092\u4fdd\u3063\u3066\u3044\u308b\u304c\u3001\u76ee\u3092\u80cc\u3051\u3066\u3044\u308b\u3060\u3051\u3058\u3083\u306a\u3044\u304b\u3044\uff1f \u6c7a\u65ad\u304b\u3089\u9003\u3052\u308b\u306a\u3002\", textRev: \"\u3044\u3088\u3044\u3088\u9078\u629e\u3092\u8feb\u3089\u308c\u308b\u3088\u3002\u3069\u3061\u3089\u3092\u9078\u3093\u3067\u3082\u75db\u307f\u306f\u3042\u308b\u304c\u3001\u9032\u3080\u3057\u304b\u306a\u3044\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e3\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/62-scaled.jpg\", text: \"\u5fc3\u304c\u75db\u3080\u306d\u3002\u3067\u3082\u305d\u306e\u6d99\u306f\u6d44\u5316\u306e\u96e8\u3060\u3002\u3057\u3063\u304b\u308a\u60b2\u3057\u3093\u3067\u3001\u6b21\u3078\u9032\u3080\u3093\u3060\u3088\u3002\", textRev: \"\u50b7\u306f\u5c11\u3057\u305a\u3064\u7652\u3048\u3066\u3044\u308b\u3088\u3002\u3044\u3064\u307e\u3067\u3082\u88ab\u5bb3\u8005\u9762\u3057\u3066\u3044\u306a\u3044\u3067\u7acb\u3061\u4e0a\u304c\u308a\u306a\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e4\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/61-scaled.jpg\", text: \"\u4f11\u6226\u3060\u3002\u4eca\u306f\u4f55\u3082\u305b\u305a\u3001\u6ce5\u306e\u3088\u3046\u306b\u7720\u308a\u306a\u3002\u56de\u5fa9\u3053\u305d\u304c\u6700\u512a\u5148\u4e8b\u9805\u3055\u3002\", textRev: \"\u305d\u308d\u305d\u308d\u6d3b\u52d5\u958b\u59cb\u3060\u306d\u3002\u5341\u5206\u4f11\u3093\u3060\u306a\u3089\u3001\u6226\u5834\u3078\u623b\u308b\u6e96\u5099\u3092\u3057\u306a\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e5\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/60-scaled.jpg\", text: \"\u52dd\u3063\u305f\u3068\u3057\u3066\u3082\u865a\u3057\u3055\u304c\u6b8b\u308b\u3088\u3002\u624b\u6bb5\u3092\u9078\u3070\u306a\u3044\u3084\u308a\u65b9\u306f\u3001\u5f8c\u3067\u5b64\u7acb\u3059\u308b\u3088\u3002\", textRev: \"\u7121\u610f\u5473\u306a\u4e89\u3044\u304b\u3089\u64a4\u9000\u3059\u308b\u30c1\u30e3\u30f3\u30b9\u3060\u3002\u8ca0\u3051\u308b\u304c\u52dd\u3061\u3063\u3066\u3053\u3068\u3082\u3042\u308b\u3055\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e6\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/59-scaled.jpg\", text: \"\u9003\u3052\u308b\u304c\u52dd\u3061\u3060\u3002\u9759\u304b\u306a\u5834\u6240\u3078\u79fb\u52d5\u3057\u306a\u3002\u5d50\u306f\u3082\u3046\u3059\u3050\u904e\u304e\u53bb\u308b\u3088\u3002\", textRev: \"\u9003\u3052\u5834\u304c\u306a\u3044\u306d\u3002\u554f\u984c\u3068\u5411\u304d\u5408\u3046\u3057\u304b\u306a\u3044\u3002\u899a\u609f\u3092\u6c7a\u3081\u306a\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e7\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/58-scaled.jpg\", text: \"\u8981\u9818\u3088\u304f\u7acb\u3061\u56de\u308a\u306a\u3002\u6b63\u9762\u7a81\u7834\u3060\u3051\u304c\u80fd\u3058\u3083\u306a\u3044\u3002\u88cf\u6280\u3092\u4f7f\u3046\u306e\u3082\u624b\u3060\u3088\u3002\", textRev: \"\u30b3\u30bd\u30b3\u30bd\u3057\u3066\u308b\u3068\u30d0\u30ec\u308b\u3088\u3002\u5c0f\u7d30\u5de5\u306f\u901a\u7528\u3057\u306a\u3044\u304b\u3089\u3001\u6b63\u76f4\u306b\u306a\u308a\u306a\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/57-scaled.jpg\", text: \"\u8eab\u52d5\u304d\u304c\u53d6\u308c\u306a\u3044\u3068\u601d\u3063\u3066\u3044\u308b\u306e\u304b\u3044\uff1f \u305d\u306e\u7e04\u3092\u89e3\u304f\u9375\u306f\u3001\u3042\u3093\u305f\u81ea\u8eab\u304c\u6301\u3063\u3066\u3044\u308b\u3088\u3002\", textRev: \"\u3088\u3046\u3084\u304f\u81ea\u7531\u306b\u306a\u308c\u308b\u3088\u3002\u601d\u3044\u8fbc\u307f\u306e\u6abb\u304b\u3089\u629c\u3051\u51fa\u3059\u6642\u304c\u6765\u305f\u3093\u3060\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e9\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/56-scaled.jpg\", text: \"\u7720\u308c\u306a\u3044\u591c\u3092\u904e\u3054\u3057\u3066\u3044\u308b\u306e\u304b\u3044\uff1f \u305d\u306e\u4e0d\u5b89\u306e9\u5272\u306f\u3001\u5b9f\u969b\u306b\u306f\u8d77\u3053\u3089\u306a\u3044\u3088\u3002\", textRev: \"\u591c\u660e\u3051\u306f\u8fd1\u3044\u3088\u3002\u60aa\u5922\u304b\u3089\u899a\u3081\u305f\u3089\u3001\u671d\u65e5\u3092\u6d74\u3073\u3066\u6df1\u547c\u5438\u3057\u306a\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e10\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/55-scaled.jpg\", text: \"\u3053\u308c\u4ee5\u4e0a\u60aa\u304f\u306a\u308a\u3088\u3046\u304c\u306a\u3044\uff01 \u3069\u3093\u5e95\u3092\u898b\u305f\u306a\u3089\u3001\u3042\u3068\u306f\u4e0a\u304c\u308b\u3060\u3051\u3055\u3002\", textRev: \"\u6700\u60aa\u306e\u4e8b\u614b\u306f\u514d\u308c\u305f\u3088\u3002\u307e\u3060\u75db\u3080\u304b\u3082\u3057\u308c\u306a\u3044\u304c\u3001\u518d\u751f\u306f\u59cb\u307e\u3063\u3066\u3044\u308b\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e\u30da\u30a4\u30b8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/54-scaled.jpg\", text: \"\u8b66\u6212\u5fc3\u3092\u6301\u3061\u306a\u3002\u60c5\u5831\u3092\u96c6\u3081\u3066\u3001\u614e\u91cd\u306b\u69d8\u5b50\u3092\u4f3a\u3046\u306e\u304c\u8ce2\u660e\u3055\u3002\", textRev: \"\u7591\u3044\u6df1\u304f\u306a\u308a\u3059\u304e\u3066\u3044\u308b\u3088\u3002\u8a00\u8449\u306e\u88cf\u3070\u304b\u308a\u8aad\u3093\u3067\u3044\u3066\u3082\u75b2\u308c\u308b\u3060\u3051\u3055\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e\u30ca\u30a4\u30c8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/53-scaled.jpg\", text: \"\u30b9\u30d4\u30fc\u30c9\u52dd\u8ca0\u3060\uff01 \u76ee\u6a19\u306b\u5411\u304b\u3063\u3066\u4e00\u76f4\u7dda\u306b\u7a81\u304d\u9032\u3081\u3002\u8ff7\u3044\u306f\u7981\u7269\u3055\u3002\", textRev: \"\u6025\u304e\u3059\u304e\u3066\u8ee2\u3076\u3088\u3002\u7126\u308a\u306f\u7981\u7269\u3002\u5468\u308a\u304c\u898b\u3048\u306a\u304f\u306a\u3063\u3066\u3044\u308b\u305e\u3002\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e\u30af\u30a4\u30fc\u30f3\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/52-scaled.jpg\", text: \"\u60c5\u306b\u6d41\u3055\u308c\u305a\u3001\u30af\u30fc\u30eb\u306b\u5224\u65ad\u3057\u306a\u3002\u4e0d\u8981\u306a\u3082\u306e\u306f\u30d0\u30c3\u30b5\u30ea\u5207\u308a\u6368\u3066\u308b\u5f37\u3055\u3092\u6301\u3064\u3093\u3060\u3002\", textRev: \"\u6279\u5224\u7684\u306b\u306a\u308a\u3059\u304e\u3066\u3044\u308b\u306d\u3002\u8a00\u8449\u306e\u5203\u3067\u4eba\u3092\u50b7\u3064\u3051\u3066\u3044\u306a\u3044\u304b\u3044\uff1f\" },\n    { title: \"\u30bd\u30fc\u30c9\u306e\u30ad\u30f3\u30b0\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/51-scaled.jpg\", text: \"\u8ad6\u7406\u3068\u77e5\u6027\u3067\u5468\u308a\u3092\u7d71\u7387\u3057\u306a\u3002\u516c\u5e73\u306a\u5224\u65ad\u304c\u4fe1\u983c\u3092\u96c6\u3081\u308b\u3088\u3002\", textRev: \"\u51b7\u9177\u975e\u9053\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u6b63\u8ad6\u3060\u3051\u3058\u3083\u4eba\u306f\u52d5\u304b\u306a\u3044\u3093\u3060\u3088\u3002\" },\n\n    \/\/ --- \u5c0f\u30a2\u30eb\u30ab\u30ca\uff1a\u30da\u30f3\u30bf\u30af\u30eb (Pentacles) ---\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e\u30a8\u30fc\u30b9\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/78-scaled.jpg\", text: \"\u91d1\u904b\u30fb\u4ed5\u4e8b\u904b\u30a2\u30c3\u30d7\uff01 \u5177\u4f53\u7684\u306a\u6210\u679c\u3092\u624b\u306b\u3059\u308b\u30c1\u30e3\u30f3\u30b9\u3002\u3057\u3063\u304b\u308a\u63b4\u307f\u306a\u3002\", textRev: \"\u30c1\u30e3\u30f3\u30b9\u3092\u9003\u3057\u305d\u3046\u3060\u306d\u3002\u6b32\u5f35\u308a\u3059\u304e\u308b\u3068\u5143\u3082\u5b50\u3082\u306a\u304f\u306a\u308b\u3088\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e2\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/77-scaled.jpg\", text: \"\u67d4\u8edf\u306b\u5bfe\u5fdc\u3057\u306a\u3002\u5909\u5316\u306e\u6ce2\u3092\u30b8\u30e3\u30b0\u30ea\u30f3\u30b0\u306e\u3088\u3046\u306b\u697d\u3057\u3080\u4f59\u88d5\u3092\u6301\u3064\u3093\u3060\u3002\", textRev: \"\u30d0\u30e9\u30f3\u30b9\u3092\u5d29\u3057\u305d\u3046\u3060\u306d\u3002\u4e00\u5ea6\u306b\u591a\u304f\u306e\u3053\u3068\u3092\u62b1\u3048\u8fbc\u307f\u3059\u304e\u3060\u3088\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e3\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/76-scaled.jpg\", text: \"\u30d7\u30ed\u306e\u4ed5\u4e8b\u3092\u3057\u306a\u3002\u30c1\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u6280\u8853\u529b\u304c\u8a55\u4fa1\u3055\u308c\u308b\u3088\u3002\u5b66\u3073\u3092\u6df1\u3081\u308b\u6642\u3060\u3002\", textRev: \"\u624b\u629c\u304d\u5de5\u4e8b\u306f\u30d0\u30ec\u308b\u3088\u3002\u57fa\u672c\u3092\u758e\u304b\u306b\u3059\u308b\u3068\u3001\u5f8c\u3067\u75db\u3044\u76ee\u3092\u898b\u308b\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e4\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/75-scaled.jpg\", text: \"\u5b88\u308a\u3092\u56fa\u3081\u308b\u6642\u3060\u3002\u4eca\u3042\u308b\u8cc7\u7523\u3084\u7acb\u5834\u3092\u3057\u3063\u304b\u308a\u30ad\u30fc\u30d7\u3057\u306a\u3002\", textRev: \"\u30b1\u30c1\u306b\u306a\u308a\u3059\u304e\u3066\u3044\u308b\u3088\u3002\u6e9c\u3081\u8fbc\u3080\u3070\u304b\u308a\u3058\u3083\u306a\u304f\u3001\u5c11\u3057\u306f\u5faa\u74b0\u3055\u305b\u306a\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e5\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/74-scaled.jpg\", text: \"\u7d4c\u6e08\u7684\u306a\u30d4\u30f3\u30c1\u304b\u3001\u5b64\u72ec\u3092\u611f\u3058\u308b\u304b\u3082\u306d\u3002\u3067\u3082\u898b\u6e21\u305b\u3070\u3001\u52a9\u3051\u306e\u624b\u306f\u3042\u308b\u3093\u3060\u3088\u3002\", textRev: \"\u30c8\u30f3\u30cd\u30eb\u306e\u51fa\u53e3\u304c\u898b\u3048\u3066\u304d\u305f\u3088\u3002\u82e6\u3057\u3044\u6642\u671f\u306f\u3082\u3046\u3059\u3050\u7d42\u308f\u308b\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e6\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/73-scaled.jpg\", text: \"\u30ae\u30d6\u30a2\u30f3\u30c9\u30c6\u30a4\u30af\u3060\u3002\u4f59\u88d5\u304c\u3042\u308b\u306a\u3089\u5206\u3051\u4e0e\u3048\u306a\u3002\u305d\u308c\u306f\u5de1\u308a\u5de1\u3063\u3066\u8fd4\u3063\u3066\u304f\u308b\u3002\", textRev: \"\u5229\u7528\u3055\u308c\u3066\u3044\u308b\u304b\u3082\u3057\u308c\u306a\u3044\u3088\u3002\u4e00\u65b9\u7684\u306a\u95a2\u4fc2\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u304b\u898b\u76f4\u3057\u306a\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e7\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/72-scaled.jpg\", text: \"\u7126\u3089\u305a\u5f85\u3064\u6642\u3060\u3002\u6492\u3044\u305f\u7a2e\u306f\u5730\u4e2d\u3067\u80b2\u3063\u3066\u3044\u308b\u3002\u53ce\u7a6b\u306e\u6642\u671f\u3092\u697d\u3057\u307f\u306b\u3057\u306a\u3002\", textRev: \"\u6210\u679c\u304c\u51fa\u306a\u304f\u3066\u7126\u3063\u3066\u3044\u308b\u306d\u3002\u3084\u308a\u65b9\u3092\u898b\u76f4\u3059\u304b\u3001\u8ae6\u3081\u3066\u6b21\u3078\u884c\u304f\u304b\u8003\u3048\u306a\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/71-scaled.jpg\", text: \"\u30b3\u30c4\u30b3\u30c4\u52aa\u529b\u3059\u308b\u6642\u3060\u3002\u5730\u5473\u306a\u4f5c\u696d\u306e\u7a4d\u307f\u91cd\u306d\u304c\u3001\u78ba\u304b\u306a\u5b9f\u529b\u306b\u306a\u308b\u3088\u3002\", textRev: \"\u624b\u3092\u629c\u3044\u3066\u3044\u308b\u306d\u3002\u3042\u308b\u3044\u306f\u96c6\u4e2d\u529b\u304c\u5207\u308c\u3066\u3044\u308b\u3002\u521d\u5fc3\u306b\u623b\u308a\u306a\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e9\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/70-scaled.jpg\", text: \"\u512a\u96c5\u306a\u6642\u9593\u3092\u697d\u3057\u307f\u306a\u3002\u3053\u308c\u307e\u3067\u306e\u52aa\u529b\u304c\u5b9f\u308a\u3001\u81ea\u7acb\u3057\u305f\u8c4a\u304b\u3055\u3092\u5f97\u3089\u308c\u308b\u3088\u3002\", textRev: \"\u898b\u6804\u3092\u5f35\u3063\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u4e2d\u8eab\u306e\u306a\u3044\u8d05\u6ca2\u306f\u865a\u3057\u3044\u3060\u3051\u3060\u3088\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e10\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/69-scaled.jpg\", text: \"\u7e41\u6804\u3068\u7d99\u627f\u3002\u5bb6\u65cf\u3084\u7d44\u7e54\u306e\u7d46\u304c\u3001\u5927\u304d\u306a\u5bcc\u3092\u3082\u305f\u3089\u3057\u3066\u304f\u308c\u308b\u3088\u3002\", textRev: \"\u5bb6\u5ead\u5185\u306e\u30c8\u30e9\u30d6\u30eb\u3084\u91d1\u92ad\u3082\u3064\u308c\u306b\u6ce8\u610f\u3002\u4f1d\u7d71\u306b\u7e1b\u3089\u308c\u3059\u304e\u308b\u306e\u3082\u8003\u3048\u3082\u306e\u3055\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e\u30da\u30a4\u30b8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/68-scaled.jpg\", text: \"\u771f\u9762\u76ee\u306b\u5b66\u3073\u306a\u3002\u73fe\u5b9f\u7684\u306a\u8996\u70b9\u3067\u8a08\u753b\u3092\u7acb\u3066\u308b\u3053\u3068\u304c\u3001\u6210\u529f\u3078\u306e\u7b2c\u4e00\u6b69\u3055\u3002\", textRev: \"\u52c9\u5f37\u4e0d\u8db3\u3060\u306d\u3002\u57fa\u790e\u304c\u3067\u304d\u3066\u3044\u306a\u3044\u306e\u306b\u5fdc\u7528\u3092\u3084\u308d\u3046\u3068\u3057\u3066\u3082\u7121\u7406\u3055\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e\u30ca\u30a4\u30c8\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/67-scaled.jpg\", text: \"\u725b\u6b69\u3067\u3082\u3044\u3044\u3001\u7740\u5b9f\u306b\u9032\u307f\u306a\u3002\u8aa0\u5b9f\u3055\u3068\u8cac\u4efb\u611f\u304c\u8a55\u4fa1\u3055\u308c\u308b\u3088\u3002\", textRev: \"\u52d5\u304d\u304c\u6b62\u307e\u3063\u3066\u3044\u308b\u306d\u3002\u614e\u91cd\u3059\u304e\u3066\u30c1\u30e3\u30f3\u30b9\u3092\u9003\u3057\u3066\u3044\u308b\u3093\u3058\u3083\u306a\u3044\u304b\u3044\uff1f\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e\u30af\u30a4\u30fc\u30f3\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/66-scaled.jpg\", text: \"\u5730\u306b\u8db3\u3092\u3064\u3051\u3066\u3001\u73fe\u5b9f\u7684\u306a\u4e16\u8a71\u3092\u713c\u304d\u306a\u3002\u3042\u3093\u305f\u306e\u5305\u5bb9\u529b\u304c\u5468\u308a\u3092\u5b89\u5fc3\u3055\u305b\u308b\u3088\u3002\", textRev: \"\u904e\u4fdd\u8b77\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u7269\u8cea\u7684\u306a\u3053\u3068\u3070\u304b\u308a\u6c17\u306b\u3057\u3059\u304e\u3060\u3088\u3002\" },\n    { title: \"\u30da\u30f3\u30bf\u30af\u30eb\u306e\u30ad\u30f3\u30b0\", img: \"http:\/\/www.uranai-b.com\/wp-content\/uploads\/2026\/01\/65-scaled.jpg\", text: \"\u6210\u529f\u8005\u306e\u98a8\u683c\u3092\u51fa\u3057\u306a\u3002\u30d3\u30b8\u30cd\u30b9\u30bb\u30f3\u30b9\u304c\u51b4\u3048\u3066\u3044\u308b\u3002\u7d50\u679c\u3067\u8a9e\u308b\u6642\u3060\u3002\", textRev: \"\u91d1\u306e\u4ea1\u8005\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u304b\u3044\uff1f \u5229\u76ca\u3060\u3051\u3092\u6c42\u3081\u3066\u5927\u4e8b\u306a\u3082\u306e\u3092\u5931\u3046\u306a\u3088\u3002\" }\n];\n\n\/* * \u5b9f\u884c\u30ed\u30b8\u30c3\u30af\n *\/\nfunction drawCard() {\n    const startScreen = document.getElementById('startScreen');\n    const resultScreen = document.getElementById('resultScreen');\n    const resultImage = document.getElementById('resultImage');\n    const resultTitle = document.getElementById('resultTitle');\n    const resultText = document.getElementById('resultText');\n    const resultStatus = document.getElementById('resultStatus');\n\n    \/\/ 1. \u30b7\u30e3\u30c3\u30d5\u30eb\u6f14\u51fa\u958b\u59cb\n    startScreen.classList.add('shuffling');\n    const btn = startScreen.querySelector('.btn-draw');\n    btn.textContent = \"\u904b\u547d\u3092\u4ea4\u4fe1\u4e2d...\";\n    startScreen.onclick = null; \/\/ \u30af\u30ea\u30c3\u30af\u7121\u52b9\u5316\n\n    \/\/ 2. \u7d50\u679c\u8868\u793a\uff081.5\u79d2\u5f8c\uff09\n    setTimeout(() => {\n        \/\/ \u30ab\u30fc\u30c9\u3092\u30e9\u30f3\u30c0\u30e0\u9078\u629e\n        const randomIndex = Math.floor(Math.random() * tarotDeck.length);\n        const card = tarotDeck[randomIndex];\n        \n        \/\/ \u6b63\u4f4d\u7f6e(true)\u304b\u9006\u4f4d\u7f6e(false)\u304b\u309250%\u3067\u5224\u5b9a\n        const isUpright = Math.random() < 0.5;\n\n        \/\/ \u753b\u50cfURL\u30bb\u30c3\u30c8\n        resultImage.src = card.img;\n        \n        \/\/ \u9006\u4f4d\u7f6e\u306a\u3089\u753b\u50cf\u3092\u56de\u8ee2\u3055\u305b\u308b\u30af\u30e9\u30b9\u3092\u4ed8\u4e0e\n        if (isUpright) {\n            resultImage.classList.remove('reversed');\n            resultStatus.textContent = \"\u3010 \u6b63\u4f4d\u7f6e \u3011\";\n            resultStatus.className = \"result-status\";\n            resultTitle.textContent = card.title;\n            resultText.textContent = card.text;\n        } else {\n            resultImage.classList.add('reversed');\n            resultStatus.textContent = \"\u3010 \u9006\u4f4d\u7f6e \u3011\";\n            resultStatus.className = \"result-status status-reversed\";\n            resultTitle.textContent = card.title + \" (Reverse)\";\n            resultText.textContent = card.textRev;\n        }\n\n        \/\/ \u753b\u9762\u5207\u308a\u66ff\u3048\n        startScreen.style.display = 'none';\n        startScreen.classList.remove('shuffling');\n        \n        resultScreen.style.display = 'block';\n        setTimeout(() => {\n            resultScreen.style.opacity = '1';\n        }, 50);\n\n    }, 1500);\n}\n\nfunction resetOracle() {\n    const startScreen = document.getElementById('startScreen');\n    const resultScreen = document.getElementById('resultScreen');\n    const btn = startScreen.querySelector('.btn-draw');\n\n    resultScreen.style.opacity = '0';\n    \n    setTimeout(() => {\n        resultScreen.style.display = 'none';\n        startScreen.style.display = 'block';\n        btn.textContent = \"\u904b\u547d\u3092\u5f15\u304f\";\n        startScreen.onclick = drawCard;\n        \/\/ \u56de\u8ee2\u30af\u30e9\u30b9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u3066\u304a\u304f\n        document.getElementById('resultImage').classList.remove('reversed');\n    }, 500);\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"DAILY ORACLE\u672c\u65e5\u306e\u795e\u8a17 78\u679a\u306e\u30ab\u30fc\u30c9\u304c\u3001\u3042\u3093\u305f\u306e\u5168\u3066\u3092\u898b\u901a\u3059\u3088\u3002\u5fc3\u3092\u9759\u3081\u3066\u3001\u30ab\u30fc\u30c9\u3092\u30bf\u30c3\u30d7\u304a\u3057\u3002 \u904b\u547d\u3092\u5f15\u304f \u3082\u3046\u4e00\u5ea6\u5f15\u304f","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-tcd-lp.php","meta":{"footnotes":""},"class_list":["post-42","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.uranai-b.com\/index.php?rest_route=\/wp\/v2\/pages\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.uranai-b.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.uranai-b.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.uranai-b.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.uranai-b.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=42"}],"version-history":[{"count":2,"href":"https:\/\/www.uranai-b.com\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":147,"href":"https:\/\/www.uranai-b.com\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions\/147"}],"wp:attachment":[{"href":"https:\/\/www.uranai-b.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}