@charset "UTF-8";:root{color-scheme:light;--page-max-width: 1200px;--page-content-padding: 16px;--color-text: #1f2937;--color-text-muted: #4b5563;--color-bg: #fdfbf8;--color-surface: #fff;--color-surface-alt: #f7f3ed;--color-border: #e5e7eb;--color-success: #16a34a;--color-danger: #ef4444;--color-warning: #fb923c;--font-base: Noto Sans JP, Inter, Hiragino Sans, Yu Gothic, Meiryo, sans-serif;--radius-lg: 12px;--radius-xl: 16px;--shadow-soft: 0 24px 60px rgba(31, 41, 55, .08);--cls-color-1: #f78fb3;--cls-color-2: #8c7dff;--cls-color-3: #34c759;--cls-color-4: #4ec4eb;--cls-color-5: #fb7185;--cls-color-6: #fbbf24;--cls-color-7: #f97316;--cls-color-8: #8cc63f;--cls-color-9: #3b82f6;--cls-color-10: #1e40af;--cls-color-11: #f472b6;--cls-color-12: #94a3b8}.party-page .loading-spinner{display:flex;align-items:center;justify-content:center;padding:40px;background:transparent;border-radius:8px;margin:20px 0}.party-page .spinner{width:40px;height:40px;position:relative;animation:party-spin 1s linear infinite}.party-page .spinner:before{content:"↻";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:40px;color:#fff;font-weight:700}@keyframes party-spin{to{transform:rotate(360deg)}}.party-page .loading-text{margin-left:12px;color:#fff;font-size:14px;font-weight:500}html,body,.party-page{background:var(--party-bg-color, #d0111b)}.party-page{font-family:Noto Sans JP,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#212529;line-height:1.4;font-size:13px;position:relative;overflow-x:hidden}.party-page *{box-sizing:border-box}.party-page a{color:inherit;text-decoration:none}.site-header.on-party-page{background:transparent;border-bottom-color:#ffffff4d;color:#fff}.site-header.on-party-page .mobile-header-icon{color:#fff}.site-header.on-party-page .hamburger{border-color:#fffc}.site-header.on-party-page .hamburger-bar,.site-header.on-party-page .hamburger-bar:before,.site-header.on-party-page .hamburger-bar:after{background:#fff}.party-page .page-wrap{max-width:1200px;margin:16px auto 0;padding:0 24px 24px}:root{--section-title-size: 24px;--section-title-weight: 600;--section-title-color: #ffffff;--section-title-gap: 10px;--section-icon-size: 28px}.section-title{display:inline-flex;align-items:center;gap:var(--section-title-gap);margin:0;font-size:var(--section-title-size);font-weight:var(--section-title-weight);color:var(--section-title-color);line-height:1.2}.section-title .section-icon{width:var(--section-icon-size);height:var(--section-icon-size);stroke:currentColor;fill:none;stroke-width:2}@media(max-width:768px){:root{--section-title-size: 20px;--section-title-gap: 8px}}.section-divider{height:1px;background:#fff;margin:28px 0 20px;opacity:.75}.party-page .party-header{margin-bottom:24px}.party-page .party-title-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.party-page .party-header-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.party-page .party-header h1{font-size:56px;font-weight:900;margin:0;color:#fff;letter-spacing:.2px;line-height:1.1;text-rendering:optimizeLegibility}.party-page .party-title-accent{width:300px;height:6px;border-radius:999px;background:#fff;margin:2px 0 8px;box-shadow:0 2px 8px #00000014}.party-page .party-description{font-size:14px;color:#fff;margin:4px 0 0}.party-page .main-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px;position:relative}.party-page .main-grid:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#fffc;transform:translate(-50%);pointer-events:none}@media(max-width:768px){.party-page .main-grid:before{display:none}}.party-page .clusters-section,.party-page .articles-section{background:transparent;border-radius:0;padding:0;box-shadow:none}.party-page .clusters-section .section-title,.party-page .articles-section .section-title{margin:0 0 12px}.party-page .cluster-filters{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.party-page .cluster-classification-selector{position:relative;display:inline-block}.party-page .cluster-classification-button{background:#fff;color:var(--party-bg-color, #e70112);font-size:16px;font-weight:600;cursor:pointer;text-align:center;border:1px solid #e5e7eb;transition:all .2s ease;display:inline-block;padding:4px 8px}.party-page .cluster-classification-arrow{margin-left:6px;color:var(--party-bg-color, #e70112);font-size:14px}.party-page .cluster-classification-modal{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e5e7eb;z-index:1000;margin-top:4px;display:none;min-width:200px}.cluster-classification-option{padding:8px 12px;font-size:13px;color:#374151;cursor:pointer;transition:background-color .2s ease}.cluster-classification-option:hover{background-color:#f3f4f6}.cluster-classification-option.active{background-color:#3b82f6;color:#fff}.cluster-classification-button:hover,#thinking-compare-link:hover{background:var(--party-bg-color, #d0111b);color:#fff}.cluster-classification-button:hover .cluster-classification-arrow{color:#fff}.party-page .party-no-data{color:#fff;text-align:center;padding:20px;font-size:14px;font-weight:700;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.party-page .cluster-bubbles-container{display:flex;flex-direction:column;align-items:center;gap:16px;padding:8px 4px}.party-page .cluster-bubbles-row{display:flex;justify-content:center;align-items:flex-end;gap:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.party-page .cluster-bubble{position:relative;border-radius:50%;background:#fff;border:2px solid var(--party-color, #e70112);color:var(--party-color, #e70112);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:none;padding:10px;overflow:hidden;opacity:0;animation:fadeInUp .6s ease-out forwards;transition:transform .2s ease}.party-page .cluster-bubble:hover{transform:translateY(-4px)}.party-page .cluster-bubble .bubble-icon{stroke:currentColor;fill:none;stroke-width:1.9;margin-bottom:6px;opacity:.9}.party-page .cluster-bubble.rank-1{width:230px;height:230px;animation-delay:.1s}.party-page .cluster-bubble.rank-1 .bubble-rank-name{font-size:22px;font-weight:900;line-height:1.2}.party-page .cluster-bubble.rank-1 .bubble-rate{font-size:30px;font-weight:900;margin-top:4px;line-height:1.1}.party-page .cluster-bubble.rank-1 .bubble-icon{width:44px;height:44px}.party-page .cluster-bubble.rank-2{width:170px;height:170px;animation-delay:.3s}.party-page .cluster-bubble.rank-2 .bubble-rank-name{font-size:20px;font-weight:900;line-height:1.2}.party-page .cluster-bubble.rank-2 .bubble-rate{font-size:26px;font-weight:900;margin-top:4px;line-height:1.1}.party-page .cluster-bubble.rank-2 .bubble-icon{width:40px;height:40px}.party-page .cluster-bubble.rank-3{width:150px;height:150px;animation-delay:.5s}.party-page .cluster-bubble.rank-3 .bubble-rank-name{font-size:18px;font-weight:900;line-height:1.2}.party-page .cluster-bubble.rank-3 .bubble-rate{font-size:24px;font-weight:900;margin-top:4px;line-height:1.1}.party-page .cluster-bubble.rank-3 .bubble-icon{width:36px;height:36px}.party-page .cluster-bubble.rank-4{width:130px;height:130px;animation-delay:.7s}.party-page .cluster-bubble.rank-4 .bubble-rank-name{font-size:17px;font-weight:900;line-height:1.2}.party-page .cluster-bubble.rank-4 .bubble-rate{font-size:22px;font-weight:900;margin-top:4px;line-height:1.1}.party-page .cluster-bubble.rank-4 .bubble-icon{width:32px;height:32px}.party-page .cluster-bubble.rank-5{width:120px;height:120px;animation-delay:.9s}.party-page .cluster-bubble.rank-5 .bubble-rank-name{font-size:16px;font-weight:900;line-height:1.2}.party-page .cluster-bubble.rank-5 .bubble-rate{font-size:20px;font-weight:900;margin-top:4px;line-height:1.1}.party-page .cluster-bubble.rank-5 .bubble-icon{width:30px;height:30px}@media(max-width:768px){.party-page .cluster-bubbles-container,.party-page .cluster-bubbles-row{gap:12px}.party-page .cluster-bubble.rank-1{width:175px;height:175px}.party-page .cluster-bubble.rank-1 .bubble-rank-name{font-size:15px}.party-page .cluster-bubble.rank-1 .bubble-rate{font-size:22px}.party-page .cluster-bubble.rank-1 .bubble-icon{width:32px;height:32px}.party-page .cluster-bubble.rank-2{width:155px;height:155px}.party-page .cluster-bubble.rank-2 .bubble-rank-name{font-size:14px}.party-page .cluster-bubble.rank-2 .bubble-rate{font-size:20px}.party-page .cluster-bubble.rank-2 .bubble-icon{width:30px;height:30px}.party-page .cluster-bubble.rank-3{width:115px;height:115px}.party-page .cluster-bubble.rank-3 .bubble-rank-name{font-size:12px}.party-page .cluster-bubble.rank-3 .bubble-rate{font-size:15px}.party-page .cluster-bubble.rank-3 .bubble-icon{width:20px;height:20px}.party-page .cluster-bubble.rank-4{width:105px;height:105px}.party-page .cluster-bubble.rank-4 .bubble-rank-name{font-size:12px}.party-page .cluster-bubble.rank-4 .bubble-rate{font-size:15px}.party-page .cluster-bubble.rank-4 .bubble-icon{width:20px;height:20px}.party-page .cluster-bubble.rank-5{width:95px;height:95px}.party-page .cluster-bubble.rank-5 .bubble-rank-name{font-size:12px}.party-page .cluster-bubble.rank-5 .bubble-rate{font-size:15px}.party-page .cluster-bubble.rank-5 .bubble-icon{width:20px;height:20px}.party-page .cluster-classification-button{font-size:12px;padding:3px 6px}.cluster-classification-arrow{font-size:10px}}.party-page .thinking-topic-button{background:#fff;color:var(--party-bg-color, #e70112);font-size:16px;font-weight:600;cursor:pointer;text-align:center;border:1px solid #e5e7eb;border-radius:0;transition:all .2s ease;display:inline-block;padding:6px 14px}.party-page .thinking-topic-caret{margin-left:6px;font-size:14px}.party-page .thinking-radial{position:relative;width:100%;max-width:700px;min-height:340px;margin:0 auto}.party-page #thinkingChart{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:220px;height:220px;z-index:2}.party-page #thinkingLabels{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.party-page .thinking-compare-button{text-align:center;margin-top:16px}.party-page #thinking-compare-link{display:inline-block;background:#fff;color:var(--party-bg-color, #e70112);font-size:14px;font-weight:600;padding:8px 16px;border:1px solid #e5e7eb;text-decoration:none;transition:all .2s ease}.thinking-label__left{display:flex;align-items:center;gap:6px}.thinking-label__name{font-weight:600}.thinking-label__name--mobile{font-size:12px}.thinking-label__value{font-weight:900}.thinking-label__value--mobile{font-size:13px}.thinking-label__value--desktop{font-size:16px;color:#fff}.thinking-label__row{display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;font-weight:800}.thinking-label--desktop{position:absolute;transform:translate(-50%,-50%);color:#fff;background:transparent;border:none;border-radius:0;padding:4px 6px;box-shadow:none;font-size:12px;font-weight:700;min-width:0;text-align:center;line-height:1.4}.party-page .filter-modal-panel,.party-page .filter-modal-close,.party-page .filter-option{border-radius:0}.mobile-mypage-menu,.mobile-mypage-menu *{color:var(--party-bg-color, #d0111b)}.mobile-mypage-menu__item--logout,.mobile-mypage-menu__item--logout *{color:#ef4444}@media(max-width:768px){html,body{overflow-x:hidden}.party-page canvas,.party-page img{max-width:100%;height:auto}#thinking-compare-link{font-size:14px;padding:10px 16px}#clustersContent,.party-page .cluster-bubble,#thinkingContent{max-width:100%;overflow:hidden}.thinking-radial{min-height:auto;display:flex;flex-direction:column;align-items:center;gap:20px}.thinking-radial #thinkingChart{position:relative;top:auto;left:auto;transform:none;width:220px;height:220px;max-width:220px;max-height:220px}.thinking-radial #thinkingLabels{position:relative;top:auto;left:auto;width:100%;height:auto;display:flex;flex-direction:column;gap:6px;padding:0 16px}.thinking-radial .thinking-label{position:relative;left:auto;top:auto;transform:none;display:flex;justify-content:space-between;align-items:center;padding:5px 10px;background:#fff;border-radius:4px}}.party-page .charts-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;position:relative;align-items:start;color:#fff}.party-page .charts-section:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#ffffffd9;transform:translate(-50%);pointer-events:none;z-index:5}.party-page .chart-wrapper{display:flex;flex-direction:column;gap:12px}.party-page .chart-subtitle{font-size:12px;color:#fff;margin:0;opacity:.8}.party-page .election-chart-container,.party-page .age-chart-container{background:transparent}.party-page .election-chart-container{border-radius:0;padding:24px 0;box-shadow:none}.party-page .election-chart{position:relative;height:300px;width:100%}.party-page .age-chart-container{padding:16px 0}.party-page .age-chart{display:flex;justify-content:space-around;align-items:flex-end;padding:20px 10px;min-height:250px}.party-page .age-bar-item{display:flex;flex-direction:column;align-items:center;flex:1;max-width:80px}.party-page .age-bar-bubble{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;color:var(--party-color, #e70112);font-size:14px;font-weight:700;flex-shrink:0}.party-page .age-bar-stem{width:3px;background-color:#fff;flex-shrink:0}.party-page .age-bar-icon{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.party-page .age-bar-icon-head{width:16px;height:16px;border-radius:50%;background-color:#fff}.party-page .age-bar-icon-body{width:28px;height:16px;border-radius:8px 8px 0 0;background-color:#fff;margin-top:2px}.party-page .age-bar-label{margin-top:8px;font-size:13px;font-weight:600;color:#fff}@media(max-width:600px){.party-page .age-bar-bubble{width:44px;height:44px;font-size:12px}.party-page .age-bar-icon-head{width:12px;height:12px}.party-page .age-bar-icon-body{width:22px;height:12px}.party-page .age-bar-label{font-size:11px}}.party-page .chart-legend{display:flex;gap:16px;justify-content:center;align-items:center;font-size:14px;margin-top:12px}.party-page .legend-item{display:flex;align-items:center;gap:6px}.party-page .legend-color{width:14px;height:14px;border-radius:3px;display:inline-block;border:2px solid #ffffff}.party-page .legend-color.shugiin{background:#ff6384}.party-page .legend-color.sangiin{background:#36a2eb}@media(max-width:968px){.party-page .main-grid{grid-template-columns:1fr;gap:24px}.party-page .charts-section{grid-template-columns:1fr;gap:24px;position:static}.party-page .charts-section:before{display:none}}@media(max-width:768px){.party-page .page-wrap{padding:16px;overflow:hidden}.party-page .main-grid{gap:16px}.party-page .party-header h1{font-size:40px;flex:1;margin-right:8px}.party-page .party-title-accent{width:100%;height:3px;max-width:200px}.party-page .party-title-row{gap:6px}.party-page .party-header-actions{flex-direction:column;align-items:flex-end;gap:4px;margin-left:auto}.party-page .dropdown-btn,.party-page .rounds-btn{padding:6px 10px;font-size:11px;white-space:nowrap;width:120px;text-align:center;box-sizing:border-box}.party-page .party-dropdown{width:120px;position:relative}.party-page .clusters-section{padding:8px 16px}.party-page .mobile-break{display:block}.party-page .articles-section,.party-page .election-chart-container,.party-page .age-chart-container{padding:20px}.party-page .election-chart,.party-page .age-chart{height:250px}}@media(max-width:480px){.party-page .party-header h1{font-size:36px}.party-page .party-title-accent{width:100%;height:2px;max-width:180px}.party-page .dropdown-btn,.party-page .rounds-btn{padding:5px 8px;font-size:10px}}@media(max-width:360px){.party-page .party-header h1{font-size:32px}.party-page .party-title-accent{max-width:160px}.party-page .dropdown-btn,.party-page .rounds-btn{padding:4px 6px;font-size:9px}}.party-page .party-dropdown{position:relative;flex-shrink:0}.party-page .dropdown-btn,.party-page .rounds-btn{border:1px solid rgba(255,255,255,.95);border-radius:6px;padding:8px 12px;font-size:12px;color:#fff;cursor:pointer;display:inline-flex;align-items:center;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.party-page .dropdown-btn{background:transparent;gap:8px}.party-page .rounds-btn{background:#ffffff26;gap:6px;white-space:nowrap}.party-page .dropdown-btn:hover,.party-page .dropdown-btn[aria-expanded=true],.party-page .rounds-btn:hover,.party-page .rounds-btn:focus-visible{border-color:#fff;color:#fff}.party-page .dropdown-btn:hover,.party-page .dropdown-btn[aria-expanded=true]{background:#ffffff2e}.party-page .rounds-btn:hover,.party-page .rounds-btn:focus-visible{background:#ffffff47}.party-page .dropdown-btn:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.party-page .dropdown-caret{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #ffffff}.party-page .dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 10px 24px #0000001f;width:240px;max-height:300px;overflow:auto;display:none;z-index:50;padding:8px}.party-page .dropdown-menu.show{display:block}.party-page .dropdown-list{list-style:none;margin:0;padding:0}.party-page .dropdown-item{display:block;padding:8px 10px;border-radius:6px;font-size:13px;color:#374151;text-decoration:none}.party-page .dropdown-item:hover{background:#f3f4f6}.party-page .dropdown-item.active{background:#eef2ff;color:#3730a3;font-weight:600}.party-page .site-footer{background:transparent;border-top:1px solid rgba(255,255,255,.3);margin-top:40px}.party-page .site-footer,.party-page .site-footer *,.party-page .site-footer a{color:#fff}.party-page .site-footer a:hover{opacity:.8}.party-page .site-footer .footer-bottom{border-top-color:#ffffff4d}.party-page .site-footer .footer-logo{color:#fff}
