.loading_loadingContainer__tS6ie{position:fixed;inset:0;background:radial-gradient(ellipse at center,#0d0d1e,#000);display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden;flex-direction:column}.loading_loadingText__kULLQ{color:#fff5e6;font-size:1.5rem;letter-spacing:.1em;text-shadow:0 0 10px #f5e3c1;z-index:2;font-weight:700}.loading_starsBackground__JJNLL{position:absolute;inset:0;overflow:hidden;z-index:1}.loading_star__E8ZQ9{position:absolute;width:2px;height:2px;background:#fff;opacity:.8;border-radius:50%;animation:loading_float__9wlkL 5s ease-in-out infinite;top:calc(100%*var(--i, .5));left:calc(100%*var(--j, .5));transform:translate(calc(-50% + 100vw * var(--j, .5)),calc(-50% + 100vh * var(--i, .5)))}@keyframes loading_float__9wlkL{0%{transform:translateY(0) scale(1);opacity:.5}50%{transform:translateY(-10px) scale(1.2);opacity:1}to{transform:translateY(0) scale(1);opacity:.5}}.page_page__xrrm_{font-size:1rem;max-width:480px;margin:0 auto}.page_topMessage__Inog_{text-align:center;padding:1rem;margin:2rem auto}.page_topMessage__Inog_ h1{font-size:1.5rem;margin-bottom:1rem;color:gold;font-family:var(--font-shippori)}.page_topMessage__Inog_ p{font-size:1rem;line-height:1.6;color:#fff}.page_chatSection__a1kFh{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 0 10px rgba(0,0,0,.1)}.page_chatSection__a1kFh .page_chatBox__zbbcx p{margin-bottom:1rem;font-size:1rem;line-height:1.5;color:#333}.page_chatSection__a1kFh .page_nextBtn__GFAWn{width:100%;padding:.8rem;background:#e6b800;color:#000;border:none;border-radius:8px;font-weight:700;font-size:1.1rem;margin-top:1rem;cursor:pointer}.page_chatSection__a1kFh .page_resultBox__w97Uk{text-align:center}.page_chatSection__a1kFh .page_resultBox__w97Uk p{margin-bottom:1rem;color:#333}.page_chatSection__a1kFh .page_resultBox__w97Uk .page_lineButton__zl6Wp{display:inline-block;background:#06c755;color:#fff;padding:.8rem 1.5rem;border-radius:999px;font-weight:700;text-decoration:none;transition:background .3s}.page_chatSection__a1kFh .page_resultBox__w97Uk .page_lineButton__zl6Wp:hover{background:#05b14e}.chat_openButton__CzXnw{position:fixed;bottom:1.5rem;right:1.5rem;background:gold;color:#000;font-weight:700;padding:.8rem 1.2rem;border-radius:999px;border:none;box-shadow:0 0 10px rgba(0,0,0,.3);z-index:1000;font-size:1rem;cursor:pointer}.chat_overlay__6yc0o{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:2000;display:flex;justify-content:center;align-items:flex-end}.chat_modal__r4nEx{background:#fff;width:100%;max-width:480px;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;padding:1rem;box-shadow:0 -2px 20px rgba(0,0,0,.3)}.chat_modalHeader__CYrGk{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding-bottom:.5rem;margin-bottom:1rem}.chat_modalHeader__CYrGk h2{font-size:1.3rem;color:#222;font-weight:700;letter-spacing:.05em}.chat_modalHeader__CYrGk .chat_closeBtn__uvuey{font-size:1.5rem;background:none;border:none;cursor:pointer;color:#444}.chat_chatWindow__4Ttv_{display:flex;flex-direction:column;gap:1rem}.chat_chatMessages__b1Ico{display:flex;flex-direction:column;gap:.75rem;max-height:60vh;overflow-y:auto;padding:1rem}.chat_chatBubble__DV6kb{background:#f0f0f0;color:#222;padding:.8rem 1rem;border-radius:1rem;max-width:85%;font-size:.95rem;line-height:1.6}.chat_chatBubble__DV6kb.chat_user__pnIFG{align-self:flex-end;background:#d6f5d6;color:#000}.chat_chatBubble__DV6kb.chat_system__EdSDW{align-self:flex-start;background:#f5f5f5;color:#222}.chat_systemMsg__4ynj0,.chat_userMsg__txR6I{background:#f5f5f5;color:#222;padding:.8rem 1rem;border-radius:1rem;max-width:85%;font-size:.95rem;line-height:1.6}.chat_userMsg__txR6I{background:#d6f5d6}.chat_inputArea__AmG9X{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem;width:100%}.chat_inputArea__AmG9X select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23666' stroke-width='20' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:1rem;text-align:center}.chat_inputArea__AmG9X input[type=text],.chat_inputArea__AmG9X select{flex:1;min-width:30%;padding:.6rem;border:1px solid #ccc;border-radius:.5rem;font-size:1rem;color:#222;background-color:#fff}.chat_inputArea__AmG9X input[type=text]::placeholder{color:#999}.chat_inputArea__AmG9X input::placeholder,.chat_inputArea__AmG9X select::placeholder{color:#666}.chat_inputArea__AmG9X button{flex:1 0 100%;padding:.8rem;background:gold;color:#000;border:none;border-radius:.5rem;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s ease;box-shadow:0 0 8px rgba(0,0,0,.2)}.chat_inputArea__AmG9X button:hover{background-color:#f5c400}.chat_radioGroup__3QQDg{display:flex;gap:1rem;font-size:1rem;color:#222}.chat_radioGroup__3QQDg label{color:#222;display:flex;align-items:center;gap:.25rem}.chat_lineBtn__orYXK{margin:1rem auto 0;display:block;text-align:center;padding:1rem 2rem;background:#06c755;color:#fff;font-weight:700;font-size:1rem;border-radius:999px;text-decoration:none}.chat_lineBtn__orYXK:hover{background:#05b14e}.chat_systemMsg__4ynj0{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;text-align:left;position:relative}.chat_systemMsg__4ynj0 .chat_avatar__T5EDw{width:40px;height:40px;border-radius:50%}.chat_systemMsg__4ynj0 .chat_bubble__6FCF9{padding:1rem;border-radius:1rem;max-width:100%;color:#222}.chat_systemMsg__4ynj0 .chat_name__UFoT6{font-size:.5rem;color:#444;text-align:center;margin-top:.5rem;width:40px;position:absolute;top:45px;left:14px}.chat_userMsg__txR6I{background:gold;padding:.8rem 1rem;border-radius:1rem;align-self:flex-end;margin-bottom:1rem;max-width:80%;text-align:right;color:#000}.hero_heroSection___wFzv{width:100%;padding:0;margin:0 auto;overflow:hidden;font-family:var(--font-noto);background:#000}.hero_imageWrapper__ZKfFM{position:relative;width:100%;max-width:1200px;margin:0 auto}.hero_textContainer___GXTU{position:absolute;bottom:22%;left:0;width:100%;text-align:center;color:#fff;padding:0 1.5rem;z-index:2}.hero_title__c5v7X{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;font-family:var(--font-shippori);line-height:1.4;margin-bottom:1rem;text-shadow:0 0 10px rgba(0,0,0,.4);animation:hero_fadeUp__R60Eo .6s ease forwards;animation-delay:.3s;opacity:0}.hero_subtitle__PBKlH{font-size:1.25rem;font-weight:400;margin-bottom:1.5rem;font-family:var(--font-noto);text-shadow:0 0 10px red;animation:hero_fadeUp__R60Eo .6s ease forwards;animation-delay:.6s;opacity:0}.hero_ctaButton__HWAw9{background-color:gold;color:#000;font-weight:700;padding:.7rem 2rem;font-size:1rem;border:none;border-radius:999px;cursor:pointer;box-shadow:0 0 10px rgba(255,215,0,.4);transition:background-color .3s ease;animation:hero_zoomIn__JSwrQ .6s ease forwards;animation-delay:.9s;opacity:0}.hero_ctaButton__HWAw9:hover{background-color:#f5c400}@keyframes hero_fadeUp__R60Eo{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero_zoomIn__JSwrQ{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.fortune-list_fortuneList__Aij7U{padding:4rem 1.5rem;background:#f7f5fc;color:#222;text-align:center;overflow-x:hidden}.fortune-list_heading__McTwO{font-size:2rem;margin-bottom:2rem;font-weight:700}.fortune-list_grid__nRKqu{display:flex;gap:1.2rem;overflow-x:auto;overflow-y:hidden;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.fortune-list_card__73yUI{flex:0 0 auto;width:240px;background:#fff;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:1.5rem;transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;scroll-snap-align:start}.fortune-list_card__73yUI:hover{transform:translateY(-5px)}.fortune-list_avatar__louRz{width:96px;height:96px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:2px solid gold}.fortune-list_name__Fr0oF{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.fortune-list_title__83umf{font-size:.95rem;color:#666;margin-bottom:.75rem}.fortune-list_description__jAubE{font-size:.9rem;line-height:1.5;color:#333}.fortune-list_buttonBox__3dmYI{padding:2rem;display:grid;place-content:center}.fortune-list_ctaButton__Z7ims{background-color:gold;color:#000;font-weight:700;padding:.7rem 2rem;font-size:1rem;border:none;border-radius:999px;cursor:pointer;box-shadow:0 0 10px rgba(255,215,0,.4);transition:background-color .3s ease;animation:fortune-list_zoomIn__0oHC8 .6s ease forwards;animation-delay:.9s;opacity:0}.fortune-list_ctaButton__Z7ims:hover{background-color:#f5c400}@keyframes fortune-list_zoomIn__0oHC8{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.fukutomiIntro_fukutomiIntro__VVk8O{padding:2rem 1.5rem;background:#fff;color:#222;text-align:center}.fukutomiIntro_titleWrap__1pqAl{max-width:700px;margin:0 auto 2rem}.fukutomiIntro_titleWrap__1pqAl h2{font-size:1.6rem;font-weight:700;margin-bottom:1rem;line-height:1.5}.fukutomiIntro_titleWrap__1pqAl p{font-size:1rem;color:#666}.fukutomiIntro_featureList__8jXWK{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.fukutomiIntro_card__5GxMf{background:#f9f9f9;border-radius:1rem;padding:1.2rem;box-shadow:0 4px 12px rgba(0,0,0,.05);max-width:320px;flex:1 1 280px;text-align:center}.fukutomiIntro_card__5GxMf img{margin-bottom:.8rem}.fukutomiIntro_card__5GxMf h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#333}.fukutomiIntro_card__5GxMf p{font-size:.95rem;color:#555;line-height:1.5}.voiceSection_voiceSection__W9ND0{padding:2rem 1.5rem;background:#fafafa;text-align:center}.voiceSection_heading__t6SIe{font-size:1.5rem;font-weight:700;color:#222;margin-bottom:2rem}.voiceSection_voiceList__MsOf_{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.voiceSection_voiceCard__O3zfB{flex:0 0 240px;background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.05);scroll-snap-align:start;text-align:left}.voiceSection_imageWrap__Hgg8d{text-align:center;margin-bottom:.5rem}.voiceSection_avatar__O2KEb{border-radius:50%;object-fit:cover}.voiceSection_comment__zaDPu{font-size:.95rem;color:#333;margin-bottom:.75rem;line-height:1.5}.voiceSection_name__UG4jz{font-size:.85rem;color:#777;text-align:right}.footerSection_footer__MIWyT{background:#f5f5f5;padding:2rem 1rem;text-align:center;border-top:1px solid #ddd}.footerSection_linkList__6dMGI{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footerSection_linkList__6dMGI li a{color:#333;font-size:.9rem;text-decoration:none}.footerSection_linkList__6dMGI li a:hover{text-decoration:underline}.footerSection_copyright__iS4q1{font-size:.75rem;color:#888}