@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap);.change-password[data-v-13085738]{display:flex;flex-direction:column;gap:16px;background-color:#fff;padding:32px;border-radius:4px}.change-password .subTitle[data-v-13085738]{color:var(--group02-4-color)}.change-password p input[data-v-13085738]{width:288px;height:2.6em;padding:0 16px;text-align:center;font-size:var(--font-size-middle);background-color:#fff;border:1px solid var(--gray-03-color);border-radius:3px}.change-password p .icon[data-v-13085738]{margin-left:-30px;font-size:1.2em;cursor:pointer}.change-password .password-request[data-v-13085738]{display:flex;align-items:flex-end;gap:40px}.change-password .password-request .password-request-left input.username[data-v-13085738]{display:none}.change-password .password-request .password-request-right[data-v-13085738]{display:flex;flex-direction:column;gap:8px}.change-password .password-request .password-request-right ul[data-v-13085738]{display:flex;flex-direction:column}.change-password .password-request .password-request-right ul span[data-v-13085738]{margin-right:8px}.change-password .password-request .password-request-right ul span.password-policy-ok[data-v-13085738]{color:red}.change-password .error-message[data-v-13085738]{color:var(--secondary-color)}.change-password .button-row[data-v-13085738]{display:flex;gap:16px}.change-password .button-row .button[data-v-13085738]{width:144px;cursor:pointer}.change-password .button-row .button.button-cancel[data-v-13085738]{background-color:var(--gray-02-color)}.change-password .button-row .button.button-cancel[data-v-13085738]:hover{background-color:var(--gray-01-color)}.change-password .button-row .button[data-v-13085738]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.header-bar[data-v-73e87605]{background-color:var(--primary-color);position:sticky;top:0;z-index:1300}.header-bar .header[data-v-73e87605]{display:flex;justify-content:space-between;align-items:center;height:var(--header-bar-height);width:var(--container-width);margin-inline:auto;padding:0 16px}.header-bar .header .logo img[data-v-73e87605]{width:198px;height:39px}.header-bar .header .item-line[data-v-73e87605]{display:flex;justify-content:space-between;align-items:center;gap:32px}.header-bar .header .item-line .item .icon[data-v-73e87605]{color:#fff}.header-bar .header .item-line .item.item-info[data-v-73e87605]{display:flex;align-items:center;height:32px;border:1px solid #fff;border-radius:3px;cursor:pointer;transition:.2s}.header-bar .header .item-line .item.item-info .icon-email[data-v-73e87605],.header-bar .header .item-line .item.item-info .icon-help_outline[data-v-73e87605]{font-size:22px;margin:0;margin-left:8px;padding:0}.header-bar .header .item-line .item.item-info span[data-v-73e87605]{margin:0 8px 0 4px;color:#fff}.header-bar .header .item-line .item.item-info .icon-arrow_right[data-v-73e87605]{display:flex;align-items:center;height:100%;font-size:24px;color:var(--primary-color);background-color:#fff}.header-bar .header .item-line .item.item-info[data-v-73e87605]:hover{background-color:#0067a7}.header-bar .header .item-line .item.item-user[data-v-73e87605]{margin-top:4px;padding:5px 3px 2px 5px;cursor:pointer;transition:.2s}.header-bar .header .item-line .item.item-user .icon-user[data-v-73e87605]{font-size:28px}.header-bar .header .item-line .item.item-user .sub-items[data-v-73e87605]{visibility:hidden;opacity:0;position:absolute;margin-left:-250px;padding:4px 4px 16px;text-align:left;background:#fff;box-shadow:0 3px 5px -1px #ccc;height:0;transition:.2s}.header-bar .header .item-line .item.item-user .sub-items li[data-v-73e87605]{clear:both;width:100%;text-align:left;margin-bottom:12px;border-style:none;padding-left:0}.header-bar .header .item-line .item.item-user .sub-items li.user-name-wrapper[data-v-73e87605]{display:block;width:280px;overflow:hidden;padding:10px 16px 8px;background-color:var(--gray-04-color)}.header-bar .header .item-line .item.item-user .sub-items li.user-name-wrapper .user-name[data-v-73e87605]{font-size:12px;letter-spacing:.02em}.header-bar .header .item-line .item.item-user .sub-items li a[data-v-73e87605]{display:block;padding:6px 16px}.header-bar .header .item-line .item.item-user .sub-items li a[data-v-73e87605]:hover{padding-left:10px;border-left:10px solid var(--secondary-color);transition:all .3s ease}.header-bar .header .item-line .item.item-user .sub-items.active[data-v-73e87605]{visibility:visible;opacity:1;z-index:1310;display:block;margin-top:-10px;min-width:12.8em;height:auto;transition:.2s}.header-bar .header .item-line .item.item-user[data-v-73e87605]:hover{background-color:#0067a7;border-radius:50%}.header-bar .header .item-line .item:hover>.sub-items[data-v-73e87605]{visibility:visible;opacity:1;z-index:1310;display:block;margin-top:-10px;min-width:12.8em;height:auto;transition:.2s}.overlayView[data-v-73e87605]{z-index:1400!important}.logout-overlay[data-v-73e87605]{z-index:2000;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;transition:.25s linear}.logout-overlay .content[data-v-73e87605]{z-index:2001;display:flex;flex-direction:column;width:34rem;height:14em;background:#fff;border-radius:5px;position:relative}.logout-overlay .content p[data-v-73e87605]{display:flex;align-items:center;justify-content:center;flex:1}.logout-overlay .content p span[data-v-73e87605]{margin-right:1rem;font-size:1.8rem}.logout-overlay .content .button-row[data-v-73e87605]{display:flex;cursor:pointer}.logout-overlay .content .button-row .button[data-v-73e87605]{width:50%;height:6rem;display:flex;justify-content:center;align-items:center}.logout-overlay .content .button-row .button[data-v-73e87605]:first-child{color:var(--text-color);background-color:var(--gray-04-color);border-radius:0 0 0 5px}.logout-overlay .content .button-row .button[data-v-73e87605]:first-child:hover{background-color:var(--gray-03-color)}.logout-overlay .content .button-row .button[data-v-73e87605]:last-child{color:#fff;background-color:var(--primary-color);border-radius:0 0 5px 0}.logout-overlay .content .button-row .button[data-v-73e87605]:last-child:hover{background-color:var(--group01-6-color)}.side-menu[data-v-4c5e5188]{position:sticky;top:var(--header-bar-height);padding:30px 0 20px;overflow-x:hidden;overflow-y:auto}.side-menu .menu[data-v-4c5e5188]{display:flex;flex-direction:column;gap:16px;padding-left:8px;width:var(--side-menu-width)}.side-menu .menu .category[data-v-4c5e5188]{font-size:var(--font-size-middle2)}.side-menu .menu .category .category-title[data-v-4c5e5188]{padding:16px 0;color:var(--primary-color);font-weight:700;letter-spacing:.16em}.side-menu .menu .category .category-title .icon[data-v-4c5e5188]{font-size:.9em;margin-right:8px}.side-menu .menu .category .category-title .icon.icon-anime[data-v-4c5e5188]{height:17px;display:inline}.side-menu .menu .category .sub-menu[data-v-4c5e5188]{display:flex;flex-direction:column;gap:14px;margin-top:4px;margin-left:1.3em;font-size:var(--font-size-middle);letter-spacing:.8px}.side-menu .menu .category .sub-menu .item[data-v-4c5e5188]{display:flex;flex-direction:column}.side-menu .menu .category .sub-menu .item .active-item[data-v-4c5e5188]{color:var(--secondary-color);font-weight:700}.side-menu .menu .category .sub-menu .item .disable-link[data-v-4c5e5188]{color:var(--gray-03-color);cursor:not-allowed}.side-menu .menu .category .sub-menu .item a[data-v-4c5e5188]{display:block}.side-menu .menu .category .sub-menu .item a[data-v-4c5e5188]:hover{padding-left:4px;border-left:6px solid var(--secondary-color);transition:all .3s ease}.footer[data-v-111d55f2]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;height:var(--footer-bar-height);min-height:var(--footer-bar-height);background-color:var(--gray-04-color)}.footer .logo img[data-v-111d55f2]{width:198px;height:38px}.footer .copyright[data-v-111d55f2]{font-size:1.2rem;margin-top:16px}.change-password[data-v-ebc141dc]{display:flex;flex-direction:column;gap:16px;background-color:#fff;padding:32px;border-radius:4px}.change-password .button-send-code[data-v-ebc141dc]{cursor:pointer}.change-password .button-send-code[data-v-ebc141dc]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.change-password p input[data-v-ebc141dc]{width:288px;height:2.6em;padding:0 16px;text-align:center;font-size:var(--font-size-middle);background-color:#fff;border:1px solid var(--gray-03-color);border-radius:3px}.change-password p .icon[data-v-ebc141dc]{margin-left:-30px;font-size:1.2em;cursor:pointer}.change-password .password-request[data-v-ebc141dc]{display:flex;align-items:flex-end;gap:40px}.change-password .password-request .password-request-left input.username[data-v-ebc141dc]{display:none}.change-password .password-request .password-request-right[data-v-ebc141dc]{display:flex;flex-direction:column;gap:8px}.change-password .password-request .password-request-right ul[data-v-ebc141dc]{display:flex;flex-direction:column}.change-password .password-request .password-request-right ul span[data-v-ebc141dc]{margin-right:8px}.change-password .password-request .password-request-right ul span.password-policy-ok[data-v-ebc141dc]{color:red}.change-password .error-message[data-v-ebc141dc]{color:var(--secondary-color)}.change-password .button-row[data-v-ebc141dc]{display:flex;gap:16px}.change-password .button-row .button[data-v-ebc141dc]{width:144px;cursor:pointer}.change-password .button-row .button.button-cancel[data-v-ebc141dc]{background-color:var(--gray-02-color)}.change-password .button-row .button.button-cancel[data-v-ebc141dc]:hover{background-color:var(--gray-01-color)}.change-password .button-row .button[data-v-ebc141dc]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.login[data-v-8d465e76]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:64px;margin-top:42vh}.login .logo-wrapper .logo[data-v-8d465e76]{width:482px;filter:drop-shadow(0 0 .5rem #714e75)}.login .login-column[data-v-8d465e76]{display:flex;flex-direction:column;align-items:center;background-color:hsla(0,0%,100%,.86);border-radius:2px;padding:32px 0;text-align:center;width:440px}.login .login-column .title[data-v-8d465e76]{color:var(--gray-02-color);font-size:22px;font-weight:700;margin-bottom:24px}.login .login-column input[data-v-8d465e76]{width:352px;height:3.2em;padding:0 16px;text-align:center;font-size:var(--font-size-middle);background-color:#fff;border:1px solid var(--gray-03-color);border-radius:3px}.login .login-column input[data-v-8d465e76]::-moz-placeholder{font-family:icomoon;color:#a0adca}.login .login-column input[data-v-8d465e76]::placeholder{font-family:icomoon;color:#a0adca}.login .login-column .username[data-v-8d465e76]{font-size:16px;color:var(--gray-02-color);background-color:rgba(255,223,253,.65);max-width:352px;overflow:hidden;margin-bottom:24px;padding:4px 16px;border:1px solid var(--gray-03-color);border-radius:16px;cursor:pointer}.login .login-column .username span[data-v-8d465e76]{font-size:12px}.login .login-column .username input[data-v-8d465e76]{display:none}.login .login-column .icon[data-v-8d465e76]{margin-left:-30px;font-size:1.2em;cursor:pointer}.login .login-column .password-forget[data-v-8d465e76]{margin-top:12px;padding:4px 8px;cursor:pointer;text-decoration:underline}.login .login-column .error-message[data-v-8d465e76]{color:var(--secondary-color)}.login .login-column .button[data-v-8d465e76]{width:352px;height:40px;margin-top:16px;border-radius:4px;font-size:var(--font-size-middle);background-color:var(--gray-02-color);cursor:pointer}.login .login-column .button[data-v-8d465e76]:disabled{cursor:not-allowed}.login .login-column .button[data-v-8d465e76]:not(:disabled){box-shadow:inset 0 0 40px 40px rgba(246,103,214,.6)}.login .login-column .button[data-v-8d465e76]:focus:not(:disabled),.login .login-column .button[data-v-8d465e76]:hover:not(:disabled){outline:0;box-shadow:inset 0 0 40px 40px #f667d6}.logo-essensuous-wrapper[data-v-8d465e76]{display:flex;align-items:flex-end;gap:12px;margin:auto 24px 24px auto;color:#fff}.logo-essensuous-wrapper>span[data-v-8d465e76]{margin-bottom:-4px}.logo-essensuous-wrapper div[data-v-8d465e76]{position:relative;text-align:right}.logo-essensuous-wrapper div .logo-essensuous[data-v-8d465e76]{width:192px}.logo-essensuous-wrapper div .logo-essensuous-trademark[data-v-8d465e76]{position:absolute;top:-10px;font-size:24px}.loader[data-v-49db6b6c]{z-index:3000;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;transition:.25s linear}.loader .spinner[data-v-49db6b6c]{color:var(--secondary-color);font-size:20px;margin:100px auto;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;animation:load4-49db6b6c 1.3s linear infinite;transform:translateZ(0)}@keyframes load4-49db6b6c{0%,to{box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}.container[data-v-60e85310]{display:flex;height:100%;width:var(--container-width);margin-inline:auto}.container .side-menu[data-v-60e85310]{width:var(--side-menu-width)}.container .contents[data-v-60e85310]{width:var(--contents-wrapper-width)}.card[data-v-1e41a0c4]{--card-width:233px;display:grid;grid-template-rows:subgrid;grid-row:span 3;row-gap:12px;width:var(--card-width);background-color:#fff;border-radius:6px;filter:drop-shadow(4px 4px 5px rgba(0,0,0,.35))}.card .card-image[data-v-1e41a0c4]{height:155px;overflow:hidden;border-radius:6px 6px 0 0}.card .card-image .artist-image[data-v-1e41a0c4]{width:var(--card-width);height:155px;-o-object-fit:cover;object-fit:cover;vertical-align:middle}.card .card-image .artist-image.no-artist-image[data-v-1e41a0c4]{display:grid;place-content:center;background-color:var(--gray-03-color)}.card .artist-name-wrap[data-v-1e41a0c4]{display:grid;place-content:center;text-align:center;padding:0 8px}.card .artist-name-wrap .artist-name[data-v-1e41a0c4]{font-size:18px;font-weight:700;white-space:nowrap;overflow-wrap:break-word;line-height:1.4em;word-break:auto-phrase;color:var(--primary-color)}.card .favorite-button[data-v-1e41a0c4]{display:flex;justify-content:center;align-items:center;height:22px;width:120px;margin-inline:auto;margin-bottom:16px;font-size:12px;font-weight:700;color:var(--primary-color);border:1px solid var(--primary-color);background-color:#fff;border-radius:11px;cursor:pointer;z-index:1}.card .favorite-button.favorite[data-v-1e41a0c4]{color:#fff;background-color:var(--primary-color)}.card .favorite-button .icon[data-v-1e41a0c4]{margin-left:6px}.FavoriteArtist .title[data-v-46fef241]{font-weight:700;font-size:1.8rem;color:var(--primary-color)}.FavoriteArtist .card-area[data-v-46fef241]{width:var(--contents-width);display:grid;grid-template-columns:repeat(auto-fit,233px);gap:32px 16px;padding:12px 9px}.FavoriteArtist .view-more[data-v-46fef241]{display:flex;align-items:center;justify-content:center;height:32px;width:200px;font-size:16px;font-weight:700;color:#fff;background-color:var(--primary-color);border-radius:16px;text-align:center;margin-top:16px;margin-inline:auto;cursor:pointer}.FavoriteArtist .view-more i[data-v-46fef241]{font-size:28px}.artist-list-leave-active[data-v-46fef241]{transition:opacity .3s}.artist-list-leave-to[data-v-46fef241]{opacity:0}[data-v-59ed569e] .vs__dropdown-menu .highlighted-artist{font-weight:700;color:var(--secondary-color)}input[data-v-41753ef3]{width:248px;height:45px;padding:0 14px;border:none!important;box-shadow:var(--shadow);border-radius:4px}.date-picker .date-picker-footer[data-v-41753ef3]{display:flex;flex-direction:row;justify-content:center;gap:20px;margin:20px 0}.date-picker .date-picker-footer button[data-v-41753ef3]{font-size:1em;border:none;padding:4px 10px;border-radius:3px;transition:.5s}.date-picker .date-picker-footer button[data-v-41753ef3]:hover{color:#fff;background-color:var(--group02-4-color)}.date-picker .date-picker-footer .limitOneYear[data-v-41753ef3]{margin-left:80px;font-size:.9em;line-height:1.2;color:var(--group02-4-color)}section[data-v-cf420124]{width:100%;min-width:0;border-radius:4px;padding-top:8px}section[data-v-cf420124] .x-axis path{stroke:none}section[data-v-cf420124] rect.overlay{pointer-events:none}section[data-v-cf420124] .tooltip .tooltip-title{margin-right:4px;font-size:.8em}section[data-v-cf420124] .tooltip .tooltip-title.tooltip-売上金額{color:var(--group02-4-color)}section[data-v-cf420124] .tooltip .tooltip-title.tooltip-売上数量{color:var(--group01-5-color)}section[data-v-cf420124] .tooltip .tooltip-title.tooltip-売上件数{color:var(--group01-3-color)}section[data-v-cf420124] .tooltip .tooltip-title.tooltip-購入者数{color:var(--group07-5-color)}section[data-v-515f1cd6]{width:100%;min-width:0;height:-moz-min-content;height:min-content;font-size:var(--font-size-base)}section .table.table-title .column[data-v-515f1cd6]{display:flex;justify-content:flex-start;align-items:center;min-height:32px;line-height:1.6;padding-right:0}section .table.table-title .column.sort[data-v-515f1cd6]{cursor:pointer}section .table.table-title .column.sort .icon[data-v-515f1cd6]{color:var(--group02-1-color);font-size:1.1em;margin-left:4px}section .table.table-title .column.sort.active .icon[data-v-515f1cd6]{color:var(--group02-4-color)}section .table.table-body .column.item[data-v-515f1cd6]{display:flex;justify-content:space-between;align-items:center;position:relative}section .table.table-body .column.item span[data-v-515f1cd6]{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}section .table.table-body .column.item[data-v-515f1cd6]:hover{overflow:visible}section .table.table-body .column.item:hover span[data-v-515f1cd6]{position:absolute;overflow:visible;z-index:1;width:auto;padding-right:4px;background-color:var(--gray-04-color);transition:.05s}section .table.table-body .column[data-v-515f1cd6]:not(.item){text-align:right}section .table.table-body.table-body-scroll[data-v-515f1cd6]{max-height:calc(var(--table-row-height)*20 + 20px);height:unset}section .table.table-body.table-body-10-line[data-v-515f1cd6]{max-height:calc(var(--table-row-height)*10 + 10px)}section .table .column04[data-v-515f1cd6]{flex:1}section.one-four .item[data-v-515f1cd6]{width:580px}section.one-four :is(.column01[data-v-515f1cd6],.column02[data-v-515f1cd6],.column03[data-v-515f1cd6]){width:160px}section.two-four .item[data-v-515f1cd6]{width:470px}section.two-four .item2[data-v-515f1cd6]{width:224px}section.two-four :is(.column01[data-v-515f1cd6],.column02[data-v-515f1cd6],.column03[data-v-515f1cd6]){width:128px}section.three-four .item[data-v-515f1cd6]{width:380px}section.three-four .item2[data-v-515f1cd6]{width:226px}section.three-four .item3[data-v-515f1cd6]{width:220px}section.three-four :is(.column01[data-v-515f1cd6],.column02[data-v-515f1cd6],.column03[data-v-515f1cd6]){width:92px}section.half[data-v-515f1cd6]{font-size:var(--font-size-small)}section.half .table-title li span[data-v-515f1cd6]{line-height:1.4}section.half li[data-v-515f1cd6]{padding:0 4px}section.half.one-four .item[data-v-515f1cd6]{width:238px}section.half.one-four .column01[data-v-515f1cd6]{width:100px}section.half.one-four :is(.column02[data-v-515f1cd6],.column03[data-v-515f1cd6]){width:88px}section.half.two-four .item[data-v-515f1cd6]{width:184px}section.half.two-four .item2[data-v-515f1cd6]{width:96px}section.half.two-four :is(.column01[data-v-515f1cd6],.column02[data-v-515f1cd6],.column03[data-v-515f1cd6]){width:80px}section.half.three-four .table-title :is(.item3,.column01,.column02,.column03,.column04) span[data-v-515f1cd6]{margin-left:-2px!important}section.half.three-four .item[data-v-515f1cd6]{width:174px}section.half.three-four .item2[data-v-515f1cd6]{width:83px}section.half.three-four .item3[data-v-515f1cd6]{width:88px}section.half.three-four :is(.column01[data-v-515f1cd6],.column02[data-v-515f1cd6],.column03[data-v-515f1cd6]){width:60px}.wrapper[data-v-dcd804f8]{width:100%;container-type:inline-size}.wrapper .summary[data-v-dcd804f8]{display:flex;flex-wrap:wrap;gap:16px;font-weight:700}.wrapper .summary .summary-tile[data-v-dcd804f8]{display:inline-flex;flex-direction:column;gap:1px;width:292px}.wrapper .summary .summary-tile .title[data-v-dcd804f8]{padding:6px 24px;font-size:16px}.wrapper .summary .summary-tile .count[data-v-dcd804f8],.wrapper .summary .summary-tile .title[data-v-dcd804f8]{text-align:center;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.wrapper .summary .summary-tile .count[data-v-dcd804f8]{height:3em;padding-top:24px;font-size:32px}.wrapper .summary .summary-tile .count .label[data-v-dcd804f8]{font-size:.76em}.wrapper .summary .summary-tile .count .per[data-v-dcd804f8]{margin-top:6px;font-size:16px;color:var(--gray-02-color)}.wrapper .summary .summary-tile .count.n[data-v-dcd804f8]{display:grid;place-content:center;padding-top:unset}.contents[data-v-d642e83c]{gap:64px;padding:0;background:none}.contents .sticky-select-artist[data-v-d642e83c]{position:sticky;z-index:1;top:64px;padding:4px 0;background-color:var(--gray-04-color)}.contents .search-attribute[data-v-d642e83c]{display:flex;justify-content:space-between;width:100%}.contents .search-attribute .search-attribute-left[data-v-d642e83c]{display:flex;flex-wrap:wrap;gap:12px 16px}.contents .search-attribute .search-attribute-right[data-v-d642e83c]{display:flex;justify-content:flex-end;align-content:space-between;flex-wrap:wrap}.contents .search-attribute .search-attribute-column[data-v-d642e83c]{display:flex;align-items:center;gap:8px}.contents .search-attribute .search-attribute-column .select.artist[data-v-d642e83c],.contents .search-attribute .search-attribute-column .select.artist[data-v-d642e83c]>.vs__dropdown-toggle{width:226px!important}.contents .search-attribute .search-attribute-column .select.tour[data-v-d642e83c],.contents .search-attribute .search-attribute-column .select.tour[data-v-d642e83c]>.vs__dropdown-toggle{width:376px!important}.contents .search-attribute .search-attribute-column .select.gender[data-v-d642e83c],.contents .search-attribute .search-attribute-column .select.gender[data-v-d642e83c]>.vs__dropdown-toggle{--vs-dropdown-min-width:120px;width:128px!important}.contents .search-attribute .search-attribute-column .select.category[data-v-d642e83c],.contents .search-attribute .search-attribute-column .select.category[data-v-d642e83c]>.vs__dropdown-toggle{width:400px!important}.contents .search-attribute .search-attribute-column .select.category .select-category-title[data-v-d642e83c],.contents .search-attribute .search-attribute-column .select.category[data-v-d642e83c]>.vs__dropdown-toggle .select-category-title{font-weight:700}.contents .search-attribute .search-attribute-column .select.category .select-category-item[data-v-d642e83c],.contents .search-attribute .search-attribute-column .select.category[data-v-d642e83c]>.vs__dropdown-toggle .select-category-item{padding-left:16px}.contents .search-attribute .search-attribute-column .select.product[data-v-d642e83c],.contents .search-attribute .search-attribute-column .select.product[data-v-d642e83c]>.vs__dropdown-toggle{width:466px!important}.contents .search-attribute .search-attribute-column .select.age[data-v-d642e83c],.contents .search-attribute .search-attribute-column .select.age[data-v-d642e83c]>.vs__dropdown-toggle{--vs-dropdown-min-width:128px;width:128px!important}.contents .search-attribute .button[data-v-d642e83c]{width:166px;height:45px}.contents .search-attribute .button .icon[data-v-d642e83c]{margin-left:8px}.contents .search-attribute .button.disabled[data-v-d642e83c]{background-color:var(--gray-02-color);cursor:not-allowed}.contents .width-split-wapper[data-v-d642e83c]{display:flex;justify-content:space-between;gap:16px}.contents .width-split-wapper .search-attribute[data-v-d642e83c]{flex-wrap:wrap;justify-content:flex-end;gap:8px 16px}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-d642e83c],.tour[data-v-d642e83c],.gender[data-v-d642e83c],.age[data-v-d642e83c],.category[data-v-d642e83c],.product[data-v-d642e83c]),.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-d642e83c],.tour[data-v-d642e83c],.gender[data-v-d642e83c],.age[data-v-d642e83c],.category[data-v-d642e83c],.product[data-v-d642e83c])>.vs__dropdown-toggle{width:292px!important}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.gender[data-v-d642e83c],.age[data-v-d642e83c]),.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.gender[data-v-d642e83c],.age[data-v-d642e83c])>.vs__dropdown-toggle{width:138px!important}.contents .width-split-wapper .search-attribute[data-v-d642e83c] input{width:292px}.contents .width-split-wapper .unit-wrapper[data-v-d642e83c]{width:100%;min-width:0}.contents .width-split-wapper .unit-wrapper .row-tab[data-v-d642e83c]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;border-radius:4px 4px 0 0;font-size:var(--font-size-middle);color:var(--primary-color);gap:4px}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-d642e83c]{display:flex;justify-content:center;align-items:center;min-width:88px;height:44px;padding:0 32px;background-color:#fff;border-radius:12px 12px 0 0;font-weight:700;cursor:pointer;transition:.5s}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.active[data-v-d642e83c]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-d642e83c]:not(:is(.active,.disabled)):hover{background-color:var(--group01-1-color)}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.disabled[data-v-d642e83c]{background-color:var(--gray-05-color);cursor:not-allowed}.contents .width-split-wapper .unit-wrapper .chart-wrapper[data-v-d642e83c]{padding:16px;padding-top:12px;background-color:#f2f4f7;border-radius:4px;border-top-left-radius:0}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper[data-v-d642e83c]{display:flex;justify-content:flex-end;gap:8px;padding-bottom:8px}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg line[data-v-d642e83c]{stroke:var(--group02-4-color);stroke-width:2}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg circle[data-v-d642e83c]{stroke:var(--group02-4-color);fill:var(--group02-4-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg rect.売上数量[data-v-d642e83c]{fill:var(--group01-5-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg rect.売上件数[data-v-d642e83c]{fill:var(--group01-3-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg rect.購入者数[data-v-d642e83c]{fill:var(--group07-5-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper div[data-v-d642e83c]{margin-right:16px}.contents .last-modified[data-v-d642e83c]{margin:-40px 0 -48px;padding-left:4px}.contents .tax-wrapper[data-v-d642e83c]{width:-moz-fit-content;width:fit-content;margin-bottom:-40px}.contents .tax-wrapper input[type=radio][data-v-d642e83c]{display:none}.contents .tax-wrapper input[type=radio]:checked+label[data-v-d642e83c]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .tax-wrapper label[data-v-d642e83c]{display:inline-grid;place-content:center;width:7em;height:2.4em;font-weight:700;color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);cursor:pointer;transition:.3s}.contents .tax-wrapper label[data-v-d642e83c]:hover{background-color:var(--group01-1-color)}.contents .tax-wrapper label[data-v-d642e83c]:nth-child(2){border-radius:4px 0 0 4px}.contents .tax-wrapper label[data-v-d642e83c]:last-child{border-radius:0 4px 4px 0}section[data-v-13bdae64]{width:100%;min-width:0}section .graph-wrapper[data-v-13bdae64]{border-radius:8px}section .graph-wrapper[data-v-13bdae64] .x-axis path{stroke:none}section .graph-wrapper[data-v-13bdae64] rect.overlay{pointer-events:none}section .graph-wrapper[data-v-13bdae64] .tooltip .tooltip-title{margin-right:4px;font-size:.8em}section .graph-wrapper[data-v-13bdae64] .tooltip .tooltip-title.tooltip-売上金額{color:var(--group02-4-color)}section .graph-wrapper[data-v-13bdae64] .tooltip .tooltip-title.tooltip-売上数量{color:var(--group01-5-color)}section .graph-wrapper[data-v-13bdae64] .tooltip .tooltip-title.tooltip-売上件数{color:var(--group01-3-color)}section .graph-wrapper[data-v-13bdae64] .tooltip .tooltip-title.tooltip-購入者数{color:var(--group07-5-color)}.wrapper[data-v-bb4dfd78]{width:100%;container-type:inline-size}.wrapper .summary[data-v-bb4dfd78]{display:flex;flex-wrap:wrap;gap:16px;font-weight:700}.wrapper .summary .summary-tile[data-v-bb4dfd78]{display:inline-flex;flex-direction:column;gap:1px;width:292px}.wrapper .summary .summary-tile .title[data-v-bb4dfd78]{padding:6px 24px;font-size:16px}.wrapper .summary .summary-tile .count[data-v-bb4dfd78],.wrapper .summary .summary-tile .title[data-v-bb4dfd78]{text-align:center;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.wrapper .summary .summary-tile .count[data-v-bb4dfd78]{height:3em;padding-top:24px;font-size:32px}.wrapper .summary .summary-tile .count .label[data-v-bb4dfd78]{font-size:.76em}.wrapper .summary .summary-tile .count .per[data-v-bb4dfd78]{margin-top:6px;font-size:16px;color:var(--gray-02-color)}.wrapper .summary .summary-tile .count.n[data-v-bb4dfd78]{display:grid;place-content:center;padding-top:unset}.contents[data-v-02394e68]{gap:64px;padding:0;background:none}.contents .sticky-select-artist[data-v-02394e68]{position:sticky;z-index:1;top:64px;padding:4px 0;background-color:var(--gray-04-color)}.contents .search-attribute[data-v-02394e68]{display:flex;justify-content:space-between;width:100%}.contents .search-attribute .search-attribute-left[data-v-02394e68]{display:flex;flex-wrap:wrap;gap:12px 16px}.contents .search-attribute .search-attribute-right[data-v-02394e68]{display:flex;justify-content:flex-end;align-content:space-between;flex-wrap:wrap}.contents .search-attribute .SelectPeriod-wrapper[data-v-02394e68]{position:relative}.contents .search-attribute .SelectPeriod-wrapper>div[data-v-02394e68]{position:absolute;top:-4px;left:12px;font-size:.76em}.contents .search-attribute .SelectPeriod-wrapper[data-v-02394e68]>input{padding-top:8px}.contents .search-attribute .search-attribute-column[data-v-02394e68]{display:flex;align-items:center;gap:8px}.contents .search-attribute .search-attribute-column .select.artist[data-v-02394e68],.contents .search-attribute .search-attribute-column .select.artist[data-v-02394e68]>.vs__dropdown-toggle{width:226px!important}.contents .search-attribute .search-attribute-column .select.tour[data-v-02394e68],.contents .search-attribute .search-attribute-column .select.tour[data-v-02394e68]>.vs__dropdown-toggle{width:376px!important}.contents .search-attribute .search-attribute-column .select.gender[data-v-02394e68],.contents .search-attribute .search-attribute-column .select.gender[data-v-02394e68]>.vs__dropdown-toggle{--vs-dropdown-min-width:120px;width:128px!important}.contents .search-attribute .search-attribute-column .select.category[data-v-02394e68],.contents .search-attribute .search-attribute-column .select.category[data-v-02394e68]>.vs__dropdown-toggle{width:400px!important}.contents .search-attribute .search-attribute-column .select.category .select-category-title[data-v-02394e68],.contents .search-attribute .search-attribute-column .select.category[data-v-02394e68]>.vs__dropdown-toggle .select-category-title{font-weight:700}.contents .search-attribute .search-attribute-column .select.category .select-category-item[data-v-02394e68],.contents .search-attribute .search-attribute-column .select.category[data-v-02394e68]>.vs__dropdown-toggle .select-category-item{padding-left:16px}.contents .search-attribute .search-attribute-column .select.product[data-v-02394e68],.contents .search-attribute .search-attribute-column .select.product[data-v-02394e68]>.vs__dropdown-toggle{width:466px!important}.contents .search-attribute .search-attribute-column .select.age[data-v-02394e68],.contents .search-attribute .search-attribute-column .select.age[data-v-02394e68]>.vs__dropdown-toggle{--vs-dropdown-min-width:128px;width:128px!important}.contents .search-attribute .button[data-v-02394e68]{width:166px;height:45px}.contents .search-attribute .button .icon[data-v-02394e68]{margin-left:8px}.contents .search-attribute .button.disabled[data-v-02394e68]{background-color:var(--gray-02-color);cursor:not-allowed}.contents .width-split-wapper[data-v-02394e68]{display:flex;justify-content:space-between;gap:16px}.contents .width-split-wapper .search-attribute[data-v-02394e68]{flex-wrap:wrap;justify-content:flex-end;gap:8px 16px}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-02394e68],.tour[data-v-02394e68],.gender[data-v-02394e68],.age[data-v-02394e68],.category[data-v-02394e68],.product[data-v-02394e68]),.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-02394e68],.tour[data-v-02394e68],.gender[data-v-02394e68],.age[data-v-02394e68],.category[data-v-02394e68],.product[data-v-02394e68])>.vs__dropdown-toggle{width:292px!important}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.gender[data-v-02394e68],.age[data-v-02394e68]),.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.gender[data-v-02394e68],.age[data-v-02394e68])>.vs__dropdown-toggle{width:138px!important}.contents .width-split-wapper .search-attribute[data-v-02394e68] input{width:292px}.contents .width-split-wapper .unit-wrapper[data-v-02394e68]{width:100%;min-width:0}.contents .width-split-wapper .unit-wrapper .row-tab[data-v-02394e68]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;border-radius:4px 4px 0 0;font-size:var(--font-size-middle);color:var(--primary-color);gap:4px}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-02394e68]{display:flex;justify-content:center;align-items:center;min-width:88px;height:44px;padding:0 32px;background-color:#fff;border-radius:12px 12px 0 0;font-weight:700;cursor:pointer;transition:.5s}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.active[data-v-02394e68]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-02394e68]:not(:is(.active,.disabled)):hover{background-color:var(--group01-1-color)}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.disabled[data-v-02394e68]{background-color:var(--gray-05-color);cursor:not-allowed}.contents .width-split-wapper .unit-wrapper .title-wrapper[data-v-02394e68]{display:flex;justify-content:flex-end;gap:8px;padding-bottom:8px}.contents .width-split-wapper .unit-wrapper .title-wrapper>svg line[data-v-02394e68]{stroke:var(--group02-4-color);stroke-width:2}.contents .width-split-wapper .unit-wrapper .title-wrapper>svg circle[data-v-02394e68]{stroke:var(--group02-4-color);fill:var(--group02-4-color)}.contents .width-split-wapper .unit-wrapper .title-wrapper>svg rect.売上数量[data-v-02394e68]{fill:var(--group01-5-color)}.contents .width-split-wapper .unit-wrapper .title-wrapper>svg rect.売上件数[data-v-02394e68]{fill:var(--group01-3-color)}.contents .width-split-wapper .unit-wrapper .title-wrapper>svg rect.購入者数[data-v-02394e68]{fill:var(--group07-5-color)}.contents .width-split-wapper .unit-wrapper .title-wrapper div[data-v-02394e68]{margin-right:16px}.contents .width-split-wapper .unit-wrapper .BarLineScroll[data-v-02394e68]{margin-bottom:32px}.contents .last-modified[data-v-02394e68]{margin:-40px 0 -48px;padding-left:4px}.contents .tax-wrapper[data-v-02394e68]{width:-moz-fit-content;width:fit-content;margin-bottom:-40px}.contents .tax-wrapper input[type=radio][data-v-02394e68]{display:none}.contents .tax-wrapper input[type=radio]:checked+label[data-v-02394e68]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .tax-wrapper label[data-v-02394e68]{display:inline-grid;place-content:center;width:7em;height:2.4em;font-weight:700;color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);cursor:pointer;transition:.3s}.contents .tax-wrapper label[data-v-02394e68]:hover{background-color:var(--group01-1-color)}.contents .tax-wrapper label[data-v-02394e68]:nth-child(2){border-radius:4px 0 0 4px}.contents .tax-wrapper label[data-v-02394e68]:last-child{border-radius:0 4px 4px 0}section[data-v-08d06b09]{padding:16px 16px 32px;background-color:var(--gray-04-color)}section .title-wrapper[data-v-08d06b09]{display:flex;justify-content:flex-end;gap:8px;margin-bottom:8px}section .title-wrapper>svg line[data-v-08d06b09]{stroke:var(--group02-4-color);stroke-width:2}section .title-wrapper>svg circle[data-v-08d06b09]{stroke:var(--group02-4-color);fill:var(--group02-4-color)}section .title-wrapper>svg rect.titleBar[data-v-08d06b09]{fill:var(--group01-4-color)}section .title-wrapper>svg rect.titleBar2[data-v-08d06b09]{fill:var(--group01-2-color)}section .title-wrapper div[data-v-08d06b09]{margin-right:16px}section .graph-wrapper[data-v-08d06b09]{border-radius:8px}section .graph-wrapper[data-v-08d06b09] .x-axis path{stroke:none}section .graph-wrapper[data-v-08d06b09] rect.overlay{pointer-events:none}section .graph-wrapper[data-v-08d06b09] .tooltip .tooltip-title{margin-right:4px}section .graph-wrapper[data-v-08d06b09] .tooltip .tooltip-title.tooltip-line-title{color:var(--group02-4-color);font-size:.84em}section .graph-wrapper[data-v-08d06b09] .tooltip .tooltip-title.tooltip-bar-title{color:var(--group01-5-color);font-size:.9em}section .graph-wrapper[data-v-08d06b09] .tooltip .tooltip-title.tooltip-bar-2-title{color:var(--group01-3-color);font-size:.9em}section[data-v-5974e126]{width:100%;min-width:0;height:-moz-min-content;height:min-content;font-size:var(--font-size-base)}section .table.table-title .column[data-v-5974e126]{display:flex;justify-content:flex-start;align-items:center;min-height:32px;line-height:1.6;padding-right:0}section .table.table-title .column.sort[data-v-5974e126]{cursor:pointer}section .table.table-title .column.sort .icon[data-v-5974e126]{color:var(--group02-1-color);font-size:1.1em;margin-left:4px}section .table.table-title .column.sort.active .icon[data-v-5974e126]{color:var(--group02-4-color)}section .table.table-body .column.item[data-v-5974e126]{display:flex;justify-content:space-between;align-items:center;position:relative}section .table.table-body .column.item span[data-v-5974e126]{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}section .table.table-body .column.item[data-v-5974e126]:hover{overflow:visible}section .table.table-body .column.item:hover span[data-v-5974e126]{position:absolute;overflow:visible;z-index:1;width:auto;padding-right:4px;background-color:var(--gray-04-color);transition:.05s}section .table.table-body .column[data-v-5974e126]:not(.item){text-align:right}section .table.table-body.table-body-scroll[data-v-5974e126]{max-height:calc(var(--table-row-height)*20 + 20px);height:unset}section .table.table-body.table-body-10-line[data-v-5974e126]{max-height:calc(var(--table-row-height)*10 + 10px)}section .table .column04[data-v-5974e126]{flex:1}section.one-four .item[data-v-5974e126]{width:580px}section.one-four :is(.column01[data-v-5974e126],.column02[data-v-5974e126],.column03[data-v-5974e126]){width:160px}section.two-four .item[data-v-5974e126]{width:470px}section.two-four .item2[data-v-5974e126]{width:224px}section.two-four :is(.column01[data-v-5974e126],.column02[data-v-5974e126],.column03[data-v-5974e126]){width:128px}section.three-four .item[data-v-5974e126]{width:380px}section.three-four .item2[data-v-5974e126]{width:226px}section.three-four .item3[data-v-5974e126]{width:220px}section.three-four :is(.column01[data-v-5974e126],.column02[data-v-5974e126],.column03[data-v-5974e126]){width:92px}section.half[data-v-5974e126]{font-size:var(--font-size-small)}section.half .table-title li span[data-v-5974e126]{line-height:1.4}section.half li[data-v-5974e126]{padding:0 4px}section.half.one-four .item[data-v-5974e126]{width:238px}section.half.one-four .column01[data-v-5974e126]{width:100px}section.half.one-four :is(.column02[data-v-5974e126],.column03[data-v-5974e126]){width:88px}section.half.two-four .item[data-v-5974e126]{width:184px}section.half.two-four .item2[data-v-5974e126]{width:96px}section.half.two-four :is(.column01[data-v-5974e126],.column02[data-v-5974e126],.column03[data-v-5974e126]){width:80px}section.half.three-four .table-title :is(.item3,.column01,.column02,.column03,.column04) span[data-v-5974e126]{margin-left:-2px!important}section.half.three-four .item[data-v-5974e126]{width:174px}section.half.three-four .item2[data-v-5974e126]{width:83px}section.half.three-four .item3[data-v-5974e126]{width:88px}section.half.three-four :is(.column01[data-v-5974e126],.column02[data-v-5974e126],.column03[data-v-5974e126]){width:60px}.wrapper[data-v-508774d2]{width:100%;container-type:inline-size}.wrapper .summary[data-v-508774d2]{display:flex;flex-wrap:wrap;gap:16px;font-weight:700}.wrapper .summary .summary-tile[data-v-508774d2]{display:inline-flex;flex-direction:column;gap:1px;width:292px}.wrapper .summary .summary-tile .title[data-v-508774d2]{padding:6px 24px;text-align:center;font-size:16px;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.wrapper .summary .summary-tile .count[data-v-508774d2]{display:grid;place-content:center;height:3em;font-size:32px;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.wrapper .summary .summary-tile .count .label[data-v-508774d2]{font-size:.76em}.contents[data-v-21468ecb]{gap:64px;padding:0;background:none}.contents .sticky-select-artist[data-v-21468ecb]{position:sticky;z-index:1;top:64px;padding:4px 0;background-color:var(--gray-04-color)}.contents .search-attribute[data-v-21468ecb]{display:flex;justify-content:space-between;width:100%}.contents .search-attribute .search-attribute-left[data-v-21468ecb]{display:flex;flex-wrap:wrap;gap:12px 16px}.contents .search-attribute .search-attribute-right[data-v-21468ecb]{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:12px}.contents .search-attribute .search-attribute-column[data-v-21468ecb]{display:flex;align-items:center;gap:8px}.contents .search-attribute .search-attribute-column .select.artist[data-v-21468ecb],.contents .search-attribute .search-attribute-column .select.artist[data-v-21468ecb]>.vs__dropdown-toggle{width:336px!important}.contents .search-attribute .search-attribute-column .select.tour[data-v-21468ecb],.contents .search-attribute .search-attribute-column .select.tour[data-v-21468ecb]>.vs__dropdown-toggle{width:392px!important}.contents .search-attribute .search-attribute-column .select.category[data-v-21468ecb],.contents .search-attribute .search-attribute-column .select.category[data-v-21468ecb]>.vs__dropdown-toggle{width:424px!important}.contents .search-attribute .search-attribute-column .select.category .select-category-title[data-v-21468ecb],.contents .search-attribute .search-attribute-column .select.category[data-v-21468ecb]>.vs__dropdown-toggle .select-category-title{font-weight:700}.contents .search-attribute .search-attribute-column .select.category .select-category-item[data-v-21468ecb],.contents .search-attribute .search-attribute-column .select.category[data-v-21468ecb]>.vs__dropdown-toggle .select-category-item{padding-left:40px}.contents .search-attribute .search-attribute-column .select.product[data-v-21468ecb],.contents .search-attribute .search-attribute-column .select.product[data-v-21468ecb]>.vs__dropdown-toggle{width:392px!important}.contents .search-attribute .search-attribute-column .select.date-list[data-v-21468ecb],.contents .search-attribute .search-attribute-column .select.date-list[data-v-21468ecb]>.vs__dropdown-toggle{width:160px!important}.contents .search-attribute .button[data-v-21468ecb]{width:166px;height:45px}.contents .search-attribute .button .icon[data-v-21468ecb]{margin-left:8px}.contents .search-attribute .button.disabled[data-v-21468ecb]{background-color:var(--gray-02-color);cursor:not-allowed}.contents .width-split-wapper[data-v-21468ecb]{display:flex;justify-content:space-between;gap:16px}.contents .width-split-wapper .search-attribute[data-v-21468ecb]{flex-wrap:wrap;justify-content:flex-end;gap:8px 16px}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-21468ecb],.tour[data-v-21468ecb],.category[data-v-21468ecb],.product[data-v-21468ecb],.date-list[data-v-21468ecb]),.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-21468ecb],.tour[data-v-21468ecb],.category[data-v-21468ecb],.product[data-v-21468ecb],.date-list[data-v-21468ecb])>.vs__dropdown-toggle{width:292px!important}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist,.tour,.category,.product,.date-list) .select-category-title[data-v-21468ecb],.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-21468ecb],.tour[data-v-21468ecb],.category[data-v-21468ecb],.product[data-v-21468ecb],.date-list[data-v-21468ecb])>.vs__dropdown-toggle .select-category-title{font-weight:700}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist,.tour,.category,.product,.date-list) .select-category-item[data-v-21468ecb],.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-21468ecb],.tour[data-v-21468ecb],.category[data-v-21468ecb],.product[data-v-21468ecb],.date-list[data-v-21468ecb])>.vs__dropdown-toggle .select-category-item{padding-left:20px}.contents .width-split-wapper .search-attribute[data-v-21468ecb] input{width:292px}.contents .width-split-wapper .unit-wrapper[data-v-21468ecb]{width:100%;min-width:0}.contents .width-split-wapper .unit-wrapper .row-tab[data-v-21468ecb]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;border-radius:4px 4px 0 0;font-size:var(--font-size-middle);color:var(--primary-color);gap:4px}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-21468ecb]{display:flex;justify-content:center;align-items:center;min-width:88px;height:44px;padding:0 32px;background-color:#fff;border-radius:12px 12px 0 0;font-weight:700;cursor:pointer;transition:.5s}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.active[data-v-21468ecb]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.disabled[data-v-21468ecb]{color:var(--gray-02-color);background-color:var(--gray-05-color);cursor:not-allowed}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-21468ecb]:not(:is(.active,.disabled)):hover{background-color:var(--group01-1-color)!important}.contents .last-modified[data-v-21468ecb]{margin:-40px 0 -48px;padding-left:4px}.contents .tax-wrapper[data-v-21468ecb]{width:-moz-fit-content;width:fit-content;margin-bottom:-40px}.contents .tax-wrapper input[type=radio][data-v-21468ecb]{display:none}.contents .tax-wrapper input[type=radio]:checked+label[data-v-21468ecb]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .tax-wrapper label[data-v-21468ecb]{display:inline-grid;place-content:center;width:7em;height:2.4em;font-weight:700;color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);cursor:pointer;transition:.3s}.contents .tax-wrapper label[data-v-21468ecb]:hover{background-color:var(--group01-1-color)}.contents .tax-wrapper label[data-v-21468ecb]:nth-child(2){border-radius:4px 0 0 4px}.contents .tax-wrapper label[data-v-21468ecb]:last-child{border-radius:0 4px 4px 0}.tab-line[data-v-4141937c]{display:flex;justify-content:space-between;align-items:flex-end}.tab-line .row-tab[data-v-4141937c]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;background-color:#fff;border-radius:4px 4px 0 0;font-size:var(--font-size-middle2);color:var(--primary-color)}.tab-line .row-tab .tab-item[data-v-4141937c]{display:flex;width:208px;height:64px;padding:16px 0;font-weight:700;cursor:pointer}.tab-line .row-tab .tab-item.active[data-v-4141937c]{padding:16px 0 10px;border-bottom:6px solid var(--primary-color);cursor:default}.tab-line .row-tab .tab-item[data-v-4141937c]:not(.active):hover{padding:16px 0 10px;border-bottom:6px solid var(--gray-03-color)}.tab-line .row-tab .tab-item[data-v-4141937c]:not(:first-child):before{content:"";border:1px solid #d3d3d3;align-self:stretch}.tab-line .row-tab .tab-item .tab-title[data-v-4141937c]{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;width:100%}.tab-line .row-tab .tab-item .tab-title .icon.icon-shopping-basket[data-v-4141937c]{font-size:calc(var(--font-size-middle2)*1.14)}.tab-line .row-tab .tab-item .tab-title .icon.icon-box[data-v-4141937c]{font-size:calc(var(--font-size-middle2)*1.5)}.tab-line .row-tab .tab-item .tab-title .icon.icon-people_alt[data-v-4141937c]{font-size:calc(var(--font-size-middle2)*1.2)}.tab-line .row-tab .tab-item .tab-title .icon.icon-trending_up[data-v-4141937c]{padding:4px;font-size:var(--font-size-middle2);font-weight:700;color:#fff;background-color:var(--primary-color);border-radius:50%}.tab-line .row-tab .tab-item.disabled[data-v-4141937c]{background-color:var(--gray-05-color);cursor:not-allowed}.tab-line .data-note[data-v-4141937c]{margin:0 8px 10px 0;font-size:var(--font-size-small)}.tab-content[data-v-4141937c]{padding:32px 16px;background-color:var(--gray-04-color)}section[data-v-2ebc360c]{width:100%;min-width:0;border-radius:4px;padding-top:8px}section[data-v-2ebc360c] .x-axis path{stroke:none}section[data-v-2ebc360c] rect.overlay{pointer-events:none}section[data-v-2ebc360c] .tooltip .tooltip-title{margin-right:4px;font-size:.8em}section[data-v-2ebc360c] .tooltip .tooltip-title.tooltip-売上金額{color:var(--group02-4-color)}section[data-v-2ebc360c] .tooltip .tooltip-title.tooltip-売上数量{color:var(--group01-5-color)}section[data-v-2ebc360c] .tooltip .tooltip-title.tooltip-売上件数{color:var(--group01-3-color)}section[data-v-2ebc360c] .tooltip .tooltip-title.tooltip-購入者数{color:var(--group07-5-color)}section[data-v-0e43950c]{width:100%;min-width:0;height:-moz-min-content;height:min-content;font-size:var(--font-size-base)}section .table .item[data-v-0e43950c]{width:960px}section .table .value[data-v-0e43950c]{flex:1}section .table.table-title .column[data-v-0e43950c]{cursor:pointer}section .table.table-title .column .icon[data-v-0e43950c]{color:var(--group02-1-color);font-size:1.1em;margin-left:4px}section .table.table-title .column.active .icon[data-v-0e43950c]{color:var(--group02-4-color)}section .table.table-body .column.item[data-v-0e43950c]{display:flex;justify-content:space-between;align-items:center;position:relative}section .table.table-body .column.item span[data-v-0e43950c]{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}section .table.table-body .column.item[data-v-0e43950c]:hover{overflow:visible}section .table.table-body .column.item:hover span[data-v-0e43950c]{position:absolute;overflow:visible;z-index:1;width:auto;padding-right:4px;background-color:var(--gray-04-color);transition:.05s}section .table.table-body .column.value[data-v-0e43950c]{text-align:right}section.half[data-v-0e43950c]{font-size:var(--font-size-small)}section.half .table .item[data-v-0e43950c]{width:440px}.wrapper[data-v-f7ce611c]{width:100%;container-type:inline-size}.wrapper .summary[data-v-f7ce611c]{display:flex;flex-wrap:wrap;gap:16px;font-weight:700}.wrapper .summary .summary-tile[data-v-f7ce611c]{display:inline-flex;flex-direction:column;gap:1px;width:292px}.wrapper .summary .summary-tile .title[data-v-f7ce611c]{padding:6px 24px;text-align:center;font-size:16px;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.wrapper .summary .summary-tile .value[data-v-f7ce611c]{height:2.8em;display:grid;place-content:center;font-size:32px;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.wrapper .summary .summary-tile .value .label[data-v-f7ce611c]{margin-left:.2em;font-size:.76em}.contents[data-v-7c280f40]{gap:64px;padding:0;background:none}.contents .sticky-select-artist[data-v-7c280f40]{position:sticky;z-index:1;top:64px;padding:4px 0;background-color:var(--gray-04-color)}.contents .search-attribute[data-v-7c280f40]{display:flex;justify-content:space-between;width:100%}.contents .search-attribute .search-attribute-left[data-v-7c280f40]{display:flex;flex-wrap:wrap;gap:12px 16px}.contents .search-attribute .search-attribute-right[data-v-7c280f40]{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:12px}.contents .search-attribute .search-attribute-column[data-v-7c280f40]{display:flex;align-items:center;gap:8px}.contents .search-attribute .search-attribute-column .select.artist[data-v-7c280f40],.contents .search-attribute .search-attribute-column .select.artist[data-v-7c280f40]>.vs__dropdown-toggle{width:336px!important}.contents .search-attribute .search-attribute-column .select.tour[data-v-7c280f40],.contents .search-attribute .search-attribute-column .select.tour[data-v-7c280f40]>.vs__dropdown-toggle{width:392px!important}.contents .search-attribute .search-attribute-column .select.concert[data-v-7c280f40],.contents .search-attribute .search-attribute-column .select.concert[data-v-7c280f40]>.vs__dropdown-toggle{width:416px!important}.contents .search-attribute .search-attribute-column .select.venue[data-v-7c280f40],.contents .search-attribute .search-attribute-column .select.venue[data-v-7c280f40]>.vs__dropdown-toggle{width:362px!important}.contents .search-attribute .search-attribute-column .select.concertDate[data-v-7c280f40],.contents .search-attribute .search-attribute-column .select.concertDate[data-v-7c280f40]>.vs__dropdown-toggle{width:198px!important}.contents .search-attribute .button[data-v-7c280f40]{width:166px;height:45px}.contents .search-attribute .button .icon[data-v-7c280f40]{margin-left:8px}.contents .search-attribute .button.disabled[data-v-7c280f40]{background-color:var(--gray-02-color);cursor:not-allowed}.contents .width-split-wapper[data-v-7c280f40]{display:flex;justify-content:space-between;gap:16px}.contents .width-split-wapper .search-attribute[data-v-7c280f40]{flex-wrap:wrap;justify-content:flex-end;gap:8px 16px}.contents .width-split-wapper .search-attribute .search-attribute-column .select.venue[data-v-7c280f40],.contents .width-split-wapper .search-attribute .search-attribute-column .select.venue[data-v-7c280f40]>.vs__dropdown-toggle{width:336px!important}.contents .width-split-wapper .search-attribute .search-attribute-column .select.artist[data-v-7c280f40],.contents .width-split-wapper .search-attribute .search-attribute-column .select.artist[data-v-7c280f40]>.vs__dropdown-toggle{width:386px!important}.contents .width-split-wapper .search-attribute .search-attribute-column :is(.select.tour[data-v-7c280f40],.select.concert[data-v-7c280f40]),.contents .width-split-wapper .search-attribute .search-attribute-column :is(.select.tour[data-v-7c280f40],.select.concert[data-v-7c280f40])>.vs__dropdown-toggle{width:600px!important}.contents .width-split-wapper .unit-wrapper[data-v-7c280f40]{width:100%;min-width:0}.contents .width-split-wapper .unit-wrapper .row-tab[data-v-7c280f40]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;border-radius:4px 4px 0 0;font-size:var(--font-size-middle);color:var(--primary-color);gap:4px}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-7c280f40]{display:flex;justify-content:center;align-items:center;min-width:88px;height:44px;padding:0 32px;background-color:#fff;border-radius:12px 12px 0 0;font-weight:700;cursor:pointer;transition:.5s}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.active[data-v-7c280f40]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-7c280f40]:not(:is(.active,.disabled)):hover{background-color:var(--group01-1-color)}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.disabled[data-v-7c280f40]{background-color:var(--gray-05-color);cursor:not-allowed}.contents .width-split-wapper .unit-wrapper .chart-wrapper[data-v-7c280f40]{padding:16px;padding-top:12px;background-color:#f2f4f7;border-radius:4px;border-top-left-radius:0}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper[data-v-7c280f40]{display:flex;justify-content:flex-end;gap:8px;padding-bottom:8px}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg line[data-v-7c280f40]{stroke:var(--group02-4-color);stroke-width:2}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg circle[data-v-7c280f40]{stroke:var(--group02-4-color);fill:var(--group02-4-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg rect.売上数量[data-v-7c280f40]{fill:var(--group01-5-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg rect.売上件数[data-v-7c280f40]{fill:var(--group01-3-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg rect.購入者数[data-v-7c280f40]{fill:var(--group07-5-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper div[data-v-7c280f40]{margin-right:16px}.contents .last-modified[data-v-7c280f40]{margin:-40px 0 -48px;padding-left:4px}.contents .tax-wrapper[data-v-7c280f40]{width:-moz-fit-content;width:fit-content;margin-bottom:-40px}.contents .tax-wrapper input[type=radio][data-v-7c280f40]{display:none}.contents .tax-wrapper input[type=radio]:checked+label[data-v-7c280f40]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .tax-wrapper label[data-v-7c280f40]{display:inline-grid;place-content:center;width:7em;height:2.4em;font-weight:700;color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);cursor:pointer;transition:.3s}.contents .tax-wrapper label[data-v-7c280f40]:hover{background-color:var(--group01-1-color)}.contents .tax-wrapper label[data-v-7c280f40]:nth-child(2){border-radius:4px 0 0 4px}.contents .tax-wrapper label[data-v-7c280f40]:last-child{border-radius:0 4px 4px 0}.tab-line[data-v-042088ed]{display:flex;justify-content:space-between;align-items:flex-end}.tab-line .row-tab[data-v-042088ed]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;background-color:#fff;border-radius:4px 4px 0 0;font-size:var(--font-size-middle2);color:var(--primary-color)}.tab-line .row-tab .tab-item[data-v-042088ed]{display:flex;width:208px;height:64px;padding:16px 0;font-weight:700;cursor:pointer}.tab-line .row-tab .tab-item.active[data-v-042088ed]{padding:16px 0 10px;border-bottom:6px solid var(--primary-color);cursor:default}.tab-line .row-tab .tab-item[data-v-042088ed]:not(.active):hover{padding:16px 0 10px;border-bottom:6px solid var(--gray-03-color)}.tab-line .row-tab .tab-item[data-v-042088ed]:not(:first-child):before{content:"";border:1px solid #d3d3d3;align-self:stretch}.tab-line .row-tab .tab-item .tab-title[data-v-042088ed]{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;width:100%}.tab-line .row-tab .tab-item.disabled[data-v-042088ed]{background-color:var(--gray-05-color);cursor:not-allowed}.tab-line .data-note[data-v-042088ed]{margin:0 8px 10px 0;font-size:var(--font-size-small)}.tab-content[data-v-042088ed]{padding:32px 16px;background-color:var(--gray-04-color)}.AgeGender[data-v-f4ae580a]{flex-direction:column;gap:16px;padding:0!important;padding-left:24px!important}.AgeGender .label-area[data-v-f4ae580a]{display:flex;flex-direction:row;justify-content:space-between;width:280px;margin-top:12px;font-size:1.2em;font-weight:700;text-align:right}.AgeGender .label-area.half[data-v-f4ae580a]{width:220px}.AgeGender .label-area .label[data-v-f4ae580a]{flex:1;text-align:center}.AgeGender .graph-wrapper[data-v-f4ae580a] svg .男性 rect{fill:var(--男性)}.AgeGender .graph-wrapper[data-v-f4ae580a] svg .男性 text{filter:drop-shadow(1px 1px 1px var(--男性))}.AgeGender .graph-wrapper[data-v-f4ae580a] svg .女性 rect{fill:var(--女性)}.AgeGender .graph-wrapper[data-v-f4ae580a] svg .女性 text{filter:drop-shadow(1px 1px 1px var(--女性))}.donut-chart .graph-wrapper[data-v-2a29231e]{justify-content:center;align-items:center;background-color:unset}.donut-chart .graph-wrapper[data-v-2a29231e] svg g g:first-of-type{fill:var(--group01-6-color)}.donut-chart .graph-wrapper[data-v-2a29231e] svg g g:nth-of-type(2){fill:var(--group01-5-color)}.donut-chart .graph-wrapper[data-v-2a29231e] svg g g:nth-of-type(3){fill:var(--group01-4-color)}.donut-chart .graph-wrapper[data-v-2a29231e] svg g g:nth-of-type(4){fill:var(--group01-3-color)}.donut-chart .graph-wrapper[data-v-2a29231e] svg :is(.pie-text0,.pie-text1,.pie-text2){fill:#fff}.donut-chart .graph-wrapper[data-v-2a29231e] svg .pie-text3{fill:var(--text-color)}.donut-chart .graph-wrapper[data-v-2a29231e] svg .pie-text0{filter:drop-shadow(1px 1px 1px var(--group01-6-color))}.donut-chart .graph-wrapper[data-v-2a29231e] svg .pie-text1{filter:drop-shadow(1px 1px 1px var(--group01-5-color))}.donut-chart .graph-wrapper[data-v-2a29231e] svg .pie-text2{filter:drop-shadow(1px 1px 1px var(--group01-4-color))}.donut-chart .graph-wrapper[data-v-2a29231e] svg .pie-text3{filter:drop-shadow(1px 1px 1px var(--group01-3-color))}.donut-chart .label-area[data-v-2a29231e]{display:flex;justify-content:center;flex-wrap:wrap;gap:0 16px;width:var(--donut-chart-width)}.donut-chart .label-area.half[data-v-2a29231e]{width:260px}.donut-chart .label-area .label-item[data-v-2a29231e]{font-size:var(--font-size-middle);font-weight:700}.donut-chart .label-area .label-item .title-color[data-v-2a29231e]{font-size:var(--font-size-middle2)}.donut-chart .label-area .label-item:first-of-type .title-color[data-v-2a29231e]{color:var(--group01-6-color)}.donut-chart .label-area .label-item:nth-of-type(2) .title-color[data-v-2a29231e]{color:var(--group01-5-color)}.donut-chart .label-area .label-item:nth-of-type(3) .title-color[data-v-2a29231e]{color:var(--group01-4-color)}.donut-chart .label-area .label-item:nth-of-type(4) .title-color[data-v-2a29231e]{color:var(--group01-3-color)}.UseSns[data-v-74bae5e2]{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:0!important;padding-left:24px!important}.UseSns .table-area[data-v-74bae5e2]{display:flex;flex-direction:column;justify-content:space-between;height:340px;padding:16px 0;font-size:1.2em;font-weight:700;text-align:right}.UseSns .table-area .row-line[data-v-74bae5e2]{text-wrap:nowrap}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-rect0{fill:var(--group01-6-color)}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-rect1{fill:var(--group01-5-color)}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-rect2{fill:var(--group01-4-color)}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-rect3{fill:var(--group01-3-color)}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-rect4{fill:var(--group01-2-color)}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-rect5{fill:var(--group01-1-color)}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-rect6{fill:var(--gray-04-color)}.UseSns .graph-wrapper[data-v-74bae5e2] svg :is(.bar-text0,.bar-text1,.bar-text2){fill:#fff}.UseSns .graph-wrapper[data-v-74bae5e2] svg :is(.bar-text3,.bar-text4,.bar-text5,.bar-text6){fill:var(--text-color)}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-text0{filter:drop-shadow(1px 1px 1px var(--group01-6-color))}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-text1{filter:drop-shadow(1px 1px 1px var(--group01-5-color))}.UseSns .graph-wrapper[data-v-74bae5e2] svg .bar-text2{filter:drop-shadow(1px 1px 1px var(--group01-4-color))}.SurveyTargetGenerationZ[data-v-ac593d76]{display:flex;justify-content:space-between;align-items:flex-start;gap:32px 0;flex-wrap:wrap;width:100%;background-color:#fff;border-radius:4px;padding:32px 40px}.SurveyTargetGenerationZ.half[data-v-ac593d76]{width:var(--contents-tile-half-width)}.SurveyTargetGenerationZ .title-h3[data-v-ac593d76]{margin-top:0}.SurveyTargetAnime[data-v-6c876fab]{display:flex;justify-content:space-between;align-items:flex-start;gap:32px 0;flex-wrap:wrap;width:100%;background-color:#fff;border-radius:4px;padding:32px 40px}.SurveyTargetAnime.half[data-v-6c876fab]{width:var(--contents-tile-half-width)}.SurveyTargetAnime .title-h3[data-v-6c876fab]{margin-top:0}.segment-wrapper[data-v-0c67a2c6]{width:100%;margin-top:16px;padding:8px 16px;display:flex;align-items:flex-start;gap:16px 8px;color:var(--primary-color);background-color:#fff;border-radius:4px}.segment-wrapper .segment-card .segment-title[data-v-0c67a2c6]{font-size:var(--382e85fa);font-weight:700;color:#fff;background-color:var(--primary-color);margin-bottom:8px;padding:4px 8px}.segment-wrapper .segment-card .segment-item[data-v-0c67a2c6]{display:flex;gap:8px;padding:2px 12px;font-size:var(--3846f513);line-height:1.3}.segment-wrapper .segment-card .segment-item .segment-item-title[data-v-0c67a2c6]{text-wrap:nowrap}.segment-wrapper .segment-card .segment-item .segment-item-value[data-v-0c67a2c6]{display:flex;flex-wrap:wrap;color:var(--group01-6-color)}.segment-wrapper .segment-card .segment-item .segment-item-value p[data-v-0c67a2c6]{word-break:auto-phrase}.segment-wrapper .segment-card:is(.基本情報[data-v-0c67a2c6],.登録・連携サービス[data-v-0c67a2c6],.各サービスの購読状況[data-v-0c67a2c6]){min-width:200px}.segment-wrapper .segment-card:is(.登録・連携サービス,.各サービスの購読状況) .segment-item-value[data-v-0c67a2c6]{overflow-wrap:anywhere}.segment-wrapper.half[data-v-0c67a2c6]{flex-wrap:wrap;max-height:280px;overflow-y:auto}.segment-wrapper.half .segment-card[data-v-0c67a2c6]{width:100%}.summary[data-v-b18c173c]{display:flex;justify-content:flex-start;gap:16px;font-weight:700}.summary .summary-tile[data-v-b18c173c]{display:inline-flex;flex-direction:column;gap:1px;width:300px}.summary .summary-tile .title[data-v-b18c173c]{padding:6px 24px;font-size:16px}.summary .summary-tile .count[data-v-b18c173c],.summary .summary-tile .title[data-v-b18c173c]{text-align:center;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.summary .summary-tile .count[data-v-b18c173c]{height:-webkit-fill-available;padding:24px 0;font-size:32px}.summary .summary-tile .count .all-count[data-v-b18c173c]{margin-top:8px;margin-bottom:-14px;font-size:.5em}.summary .summary-tile .count .all-count .label[data-v-b18c173c],.summary .summary-tile .count .unit[data-v-b18c173c]{font-size:.76em}.card[data-v-7bace9ac]{width:300px;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;padding:32px 16px;transition:all .5s ease-in-out}.card .card-image-wrapper[data-v-7bace9ac]{display:flex;justify-content:center;align-items:center;height:160px;overflow:hidden;background-color:var(--gray-04-color);border-radius:4px}.card .card-image-wrapper .card-image[data-v-7bace9ac]{display:flex;justify-content:center;align-items:center;width:268px;height:160px;-o-object-fit:cover;object-fit:cover;font-size:3rem;color:var(--gray-01-color);transition:all .4s ease-in-out}.card .title[data-v-7bace9ac]{color:var(--primary-color);font-size:var(--font-size-middle);font-weight:700;margin-top:20px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:45px}.card .date[data-v-7bace9ac]{margin-top:8px}.card .comment[data-v-7bace9ac]{margin-top:16px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card .btn-wrapper[data-v-7bace9ac]{flex:1;display:flex;justify-content:center;align-items:flex-end;margin-top:24px}.card .btn-wrapper .btn[data-v-7bace9ac]{display:flex;justify-content:center;align-items:center;height:48px;width:168px;font-size:18px;letter-spacing:-2px;color:#fff;background-color:var(--group02-4-color);border-radius:4px;transition:all .5s ease-in-out}.card .btn-wrapper .btn .icon-file-empty[data-v-7bace9ac]{margin-left:8px}.card .btn-wrapper .btn.shadow[data-v-7bace9ac]{box-shadow:3px 3px 3px 0 rgba(255,82,134,.34)}.card[data-v-7bace9ac]:hover{background-color:#fafafa}.card:hover .card-image[data-v-7bace9ac]{transform:scale(1.14)}.card:hover .btn[data-v-7bace9ac]{background-color:var(--group02-5-color)}.search-line[data-v-1663301a]{display:flex;justify-content:space-between;padding:0 32px}.search-line .input-wrapper[data-v-1663301a]{display:flex;align-items:center;width:600px;border:1px solid var(--gray-02-color);border-radius:4px}.search-line .input-wrapper .icon-search[data-v-1663301a]{position:absolute;display:inline-block;margin-top:-2px;margin-left:1rem;font-size:2.2rem;color:var(--gray-02-color)}.search-line .input-wrapper input[data-v-1663301a]{display:inline-block;width:100%;padding:0 1rem 0 4rem;font-size:1.6rem;line-height:2.6;border:none;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-line .send-email[data-v-1663301a]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:10px 16px;border-radius:4px;white-space:nowrap;color:#fff;background-color:var(--primary-color);transition:.2s}.search-line .send-email .icon-email[data-v-1663301a]{font-size:22px;margin:0;margin-left:16px;padding:0}.search-line .send-email span[data-v-1663301a]{margin-left:2px}.search-line .send-email[data-v-1663301a]:hover{background-color:#0067a7}.category-line[data-v-1663301a]{display:flex;justify-content:space-between;gap:32px;padding:0 32px}.category-line fieldset[data-v-1663301a]{width:100%;border-radius:4px;padding-bottom:1em}.category-line fieldset legend[data-v-1663301a]{font-weight:700;font-size:var(--font-size-middle)}.category-line fieldset legend input[data-v-1663301a]{font-size:var(--font-size-base)}.category-line fieldset label[data-v-1663301a]{display:block;margin-left:16px}.category-line fieldset label input[data-v-1663301a]{margin-right:.8em!important}.card-area[data-v-1663301a]{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:stretch;gap:40px 16px;padding:0 0 18px}.pagetitle[data-v-34336d15]{margin:16px 0 12px;font-size:var(--font-size-page-title)}.pagetitle[data-v-34336d15]:after{display:block;content:" ";width:72px;border-bottom:solid 1px var(--secondary-color);padding-top:16px}.pagetitle .breadcrumb-item[data-v-34336d15]:not(:last-child):after{content:"-";margin:0 24px}.add-user[data-v-3d7d5319]{display:flex;gap:40px;background-color:#fff;padding:32px;border-radius:4px}.add-user .add-user-left[data-v-3d7d5319]{display:flex;flex-direction:column;gap:40px;flex:1}.add-user .add-user-left .row[data-v-3d7d5319]{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:32px}.add-user .add-user-left .row h3[data-v-3d7d5319]{height:25px}.add-user .add-user-left .row input[type=email][data-v-3d7d5319],.add-user .add-user-left .row input[type=text][data-v-3d7d5319],.add-user .add-user-left .row select[data-v-3d7d5319]{width:400px;height:45px}.add-user .add-user-left .row input[type=email][data-v-3d7d5319],.add-user .add-user-left .row input[type=text][data-v-3d7d5319]{padding:0 8.5px 5px;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius)}.add-user .add-user-left .row input[type=checkbox][data-v-3d7d5319]{cursor:pointer}.add-user .add-user-left .row .email-message[data-v-3d7d5319]{margin-left:12px;font-size:var(--font-size-base);color:var(--secondary-color)}.add-user .add-user-left .row .admin[data-v-3d7d5319],.add-user .add-user-left .row .allow_usage[data-v-3d7d5319]{display:flex;align-items:center;margin-bottom:6px;cursor:pointer}.add-user .add-user-left .row .admin h3[data-v-3d7d5319],.add-user .add-user-left .row .allow_usage h3[data-v-3d7d5319]{width:160px}.add-user .add-user-left .row .admin input[data-v-3d7d5319],.add-user .add-user-left .row .allow_usage input[data-v-3d7d5319]{height:1.6em;width:1.6em}.add-user .add-user-left .row .artist .select[data-v-3d7d5319],.add-user .add-user-left .row .artist .select[data-v-3d7d5319]>.vs__dropdown-toggle,.add-user .add-user-left .row .menu .select[data-v-3d7d5319],.add-user .add-user-left .row .menu .select[data-v-3d7d5319]>.vs__dropdown-toggle{width:200px!important}.add-user .add-user-left .row .fanclub .select[data-v-3d7d5319],.add-user .add-user-left .row .fanclub .select[data-v-3d7d5319]>.vs__dropdown-toggle{width:400px!important}.add-user .add-user-left .row.artist-charge>p[data-v-3d7d5319]{width:unset}.add-user .add-user-left .row.artist-charge .icon-plus[data-v-3d7d5319]{width:unset;font-size:32px;padding:2px;cursor:pointer}.add-user .add-user-center[data-v-3d7d5319]{width:300px}.add-user .add-user-center .artist-type[data-v-3d7d5319]{display:flex;flex-direction:column;gap:8px;margin:8px 0;margin-left:8px}.add-user .add-user-right[data-v-3d7d5319]{width:300px}.add-user .add-user-right .menu-sub[data-v-3d7d5319],.add-user .add-user-right .menu-subsub[data-v-3d7d5319],.add-user .add-user-right .menu[data-v-3d7d5319]{display:flex;flex-direction:column;gap:8px;margin:8px 0}.add-user .add-user-right .menu-sub[data-v-3d7d5319],.add-user .add-user-right .menu-subsub[data-v-3d7d5319]{margin-left:24px}.add-user .message[data-v-3d7d5319]{font-size:18px;font-weight:700;color:var(--secondary-color);margin-left:48px}.add-user .message.clear[data-v-3d7d5319]{opacity:0;transition:all 1s}.add-user .button-wrapper[data-v-3d7d5319]{display:flex;justify-content:space-between;align-items:center;gap:16px}.add-user .button-wrapper .button[data-v-3d7d5319]{width:144px;cursor:pointer}.add-user .button-wrapper .button[data-v-3d7d5319]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.add-user[data-v-3d7d5319] .overlayView .overlayView-content{position:relative}.add-user[data-v-3d7d5319] .overlayView .overlayView-content .icon-close{position:absolute;right:0;font-size:1.4em;font-weight:700;padding:4px;cursor:pointer}.add-user[data-v-3d7d5319] .overlayView .overlayView-content .overlayView-userinfo{background-color:#fff;border:1px solid var(--gray-03-color);border-radius:4px}.add-user[data-v-3d7d5319] .overlayView .overlayView-content .overlayView-userinfo thead{background-color:var(--gray-04-color)}.add-user[data-v-3d7d5319] .overlayView .overlayView-content .overlayView-userinfo td,.add-user[data-v-3d7d5319] .overlayView .overlayView-content .overlayView-userinfo th{padding:12px;text-align:left;border-bottom:1px solid var(--gray-02-color)}.add-user[data-v-3d7d5319] .overlayView .overlayView-content .overlayView-userinfo :not(thead) tr:hover{background-color:var(--gray-05-color);cursor:pointer}.add-user[data-v-a0e4b286]{display:flex;gap:40px;background-color:#fff;padding:32px;border-radius:4px}.add-user .add-user-left[data-v-a0e4b286]{display:flex;flex-direction:column;gap:40px;flex:1}.add-user .add-user-left .button-wrapper[data-v-a0e4b286]{justify-content:flex-start;gap:120px}.add-user .add-user-left .row[data-v-a0e4b286]{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:32px}.add-user .add-user-left .row h3[data-v-a0e4b286]{height:25px}.add-user .add-user-left .row input[type=email][data-v-a0e4b286],.add-user .add-user-left .row input[type=text][data-v-a0e4b286],.add-user .add-user-left .row select[data-v-a0e4b286]{width:440px;height:45px}.add-user .add-user-left .row input[type=email][data-v-a0e4b286],.add-user .add-user-left .row input[type=text][data-v-a0e4b286]{padding:0 8.5px 5px;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius)}.add-user .add-user-left .row input[type=checkbox][data-v-a0e4b286]{cursor:pointer}.add-user .add-user-left .row .email-message[data-v-a0e4b286]{margin-left:12px;font-size:var(--font-size-base);color:var(--secondary-color)}.add-user .add-user-left .row .admin[data-v-a0e4b286],.add-user .add-user-left .row .allow_usage[data-v-a0e4b286]{display:flex;align-items:center;margin-bottom:6px;cursor:pointer}.add-user .add-user-left .row .admin h3[data-v-a0e4b286],.add-user .add-user-left .row .allow_usage h3[data-v-a0e4b286]{width:160px}.add-user .add-user-left .row .admin input[data-v-a0e4b286],.add-user .add-user-left .row .allow_usage input[data-v-a0e4b286]{height:1.6em;width:1.6em}.add-user .add-user-left .row .artist .select[data-v-a0e4b286],.add-user .add-user-left .row .artist .select[data-v-a0e4b286]>.vs__dropdown-toggle,.add-user .add-user-left .row .menu .select[data-v-a0e4b286],.add-user .add-user-left .row .menu .select[data-v-a0e4b286]>.vs__dropdown-toggle{width:200px!important}.add-user .add-user-left .row .fanclub .select[data-v-a0e4b286],.add-user .add-user-left .row .fanclub .select[data-v-a0e4b286]>.vs__dropdown-toggle{width:400px!important}.add-user .add-user-left .row.artist-charge>p[data-v-a0e4b286]{width:unset}.add-user .add-user-left .row.artist-charge .icon-plus[data-v-a0e4b286]{width:unset;font-size:32px;padding:2px;cursor:pointer}.add-user .add-user-center[data-v-a0e4b286]{display:flex;flex-direction:column;justify-content:space-between;width:300px}.add-user .add-user-center .artist-type[data-v-a0e4b286]{display:flex;flex-direction:column;gap:8px;margin:8px 0;margin-left:8px}.add-user .add-user-center .button-wrapper[data-v-a0e4b286]{flex-direction:column}.add-user .add-user-right[data-v-a0e4b286]{width:300px}.add-user .add-user-right .menu-sub[data-v-a0e4b286],.add-user .add-user-right .menu-subsub[data-v-a0e4b286],.add-user .add-user-right .menu[data-v-a0e4b286]{display:flex;flex-direction:column;gap:8px;margin:8px 0}.add-user .add-user-right .menu-sub[data-v-a0e4b286],.add-user .add-user-right .menu-subsub[data-v-a0e4b286]{margin-left:24px}.add-user .message[data-v-a0e4b286]{font-size:18px;font-weight:700;color:var(--secondary-color);margin-left:48px}.add-user .button-wrapper[data-v-a0e4b286]{display:flex;justify-content:space-between;align-items:center;gap:16px}.add-user .button-wrapper .button[data-v-a0e4b286]{width:144px;cursor:pointer}.add-user .button-wrapper .button.button-resend[data-v-a0e4b286]{width:160px;text-wrap:nowrap}.add-user .button-wrapper .button[data-v-a0e4b286]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.add-user[data-v-a0e4b286] .overlayView .overlayView-content{position:relative}.add-user[data-v-a0e4b286] .overlayView .overlayView-content .icon-close{position:absolute;right:0;font-size:1.4em;font-weight:700;padding:4px;cursor:pointer}.add-user[data-v-a0e4b286] .overlayView .overlayView-content .overlayView-userinfo{background-color:#fff;border:1px solid var(--gray-03-color);border-radius:4px}.add-user[data-v-a0e4b286] .overlayView .overlayView-content .overlayView-userinfo thead{background-color:var(--gray-04-color)}.add-user[data-v-a0e4b286] .overlayView .overlayView-content .overlayView-userinfo td,.add-user[data-v-a0e4b286] .overlayView .overlayView-content .overlayView-userinfo th{padding:12px;text-align:left;border-bottom:1px solid var(--gray-02-color)}.add-user[data-v-a0e4b286] .overlayView .overlayView-content .overlayView-userinfo :not(thead) tr:hover{background-color:var(--gray-05-color);cursor:pointer}.button-wrapper>div[data-v-ff2ccb02],.button-wrapper[data-v-ff2ccb02]{display:flex;justify-content:space-between;align-items:center}.button-wrapper>div[data-v-ff2ccb02]{gap:16px}.button-wrapper.button-wrapper-top[data-v-ff2ccb02]{margin-bottom:8px}.button-wrapper.button-wrapper-bottom[data-v-ff2ccb02]{margin-top:8px}.button-wrapper .button[data-v-ff2ccb02]{cursor:pointer}.button-wrapper .button.button-gray[data-v-ff2ccb02]{background-color:var(--gray-01-color)}.button-wrapper .button.button-gray[data-v-ff2ccb02]:hover{background-color:var(--gray-02-color)}.button-wrapper .button[data-v-ff2ccb02]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.button-wrapper .button:disabled.button-gray[data-v-ff2ccb02]:hover{background-color:var(--gray-03-color)}.button-wrapper .message[data-v-ff2ccb02]{font-size:18px;font-weight:700;color:var(--secondary-color);margin-left:48px}.button-wrapper .message.clear[data-v-ff2ccb02]{opacity:0;transition:all 1s}.table-wrapper[data-v-ff2ccb02] .tabulator-tableholder .tabulator-row .column-company_name .sony-music-logo{width:48px;margin:4px 12px 0 4px}.table-wrapper[data-v-ff2ccb02] .tabulator-tableholder .tabulator-row .column-tickCross .icon-checkmark{font-size:18px;color:var(--group04-5-color)}.table-wrapper[data-v-ff2ccb02] .tabulator-tableholder .tabulator-row .column-tickCross .icon-cross{font-size:18px;color:var(--group02-5-color)}.add-user[data-v-4149ed26]{display:flex;gap:40px;background-color:#fff;padding:32px;border-radius:4px}.add-user .add-user-left[data-v-4149ed26]{display:flex;flex-direction:column;gap:40px;flex:1}.add-user .add-user-left .row[data-v-4149ed26]{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:32px}.add-user .add-user-left .row h3[data-v-4149ed26]{height:25px}.add-user .add-user-left .row input[type=text][data-v-4149ed26],.add-user .add-user-left .row select[data-v-4149ed26]{width:400px;height:45px;padding:0 8.5px 5px;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius)}.add-user .add-user-left .row input[type=checkbox][data-v-4149ed26]{cursor:pointer}.add-user .add-user-left .row .sme_group_flag[data-v-4149ed26]{display:flex;align-items:center;gap:48px;margin-bottom:6px;cursor:pointer}.add-user .add-user-left .row .sme_group_flag input[data-v-4149ed26]{height:1.6em;width:1.6em}.add-user .add-user-left .row .artist .select[data-v-4149ed26],.add-user .add-user-left .row .artist .select[data-v-4149ed26]>.vs__dropdown-toggle{width:200px!important}.add-user .add-user-left .row .fanclub .select[data-v-4149ed26],.add-user .add-user-left .row .fanclub .select[data-v-4149ed26]>.vs__dropdown-toggle{width:400px!important}.add-user .add-user-center[data-v-4149ed26]{width:300px}.add-user .add-user-center .artist-type[data-v-4149ed26]{display:flex;flex-direction:column;gap:8px;margin:8px 0;margin-left:8px}.add-user .add-user-right[data-v-4149ed26]{width:300px}.add-user .add-user-right .menu-sub[data-v-4149ed26],.add-user .add-user-right .menu-subsub[data-v-4149ed26],.add-user .add-user-right .menu[data-v-4149ed26]{display:flex;flex-direction:column;gap:8px;margin:8px 0;margin-left:8px}.add-user .add-user-right .menu-sub[data-v-4149ed26],.add-user .add-user-right .menu-subsub[data-v-4149ed26]{margin-left:24px}.add-user .add-user-right .menu label[data-v-4149ed26]{padding:4px 8px;cursor:pointer}.add-user .message[data-v-4149ed26]{font-size:18px;font-weight:700;color:var(--secondary-color);margin-left:48px}.add-user .message.clear[data-v-4149ed26]{opacity:0;transition:all 1s}.add-user .button-wrapper[data-v-4149ed26]{display:flex;justify-content:space-between;align-items:center;gap:16px}.add-user .button-wrapper .button[data-v-4149ed26]{width:144px;cursor:pointer}.add-user .button-wrapper .button[data-v-4149ed26]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.add-user[data-v-30418854]{display:flex;gap:40px;background-color:#fff;padding:32px;border-radius:4px}.add-user .add-user-left[data-v-30418854]{display:flex;flex-direction:column;gap:40px;flex:1}.add-user .add-user-left .button-wrapper[data-v-30418854]{justify-content:flex-start;gap:120px}.add-user .row[data-v-30418854]{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:32px}.add-user .row h3[data-v-30418854]{height:25px}.add-user .row input[type=text][data-v-30418854],.add-user .row select[data-v-30418854]{width:400px;height:45px;padding:0 8.5px 5px;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius)}.add-user .row input[type=checkbox][data-v-30418854]{cursor:pointer}.add-user .row .sme_group_flag[data-v-30418854]{display:flex;align-items:center;gap:48px;margin-bottom:6px;cursor:pointer}.add-user .row .sme_group_flag input[data-v-30418854]{height:1.6em;width:1.6em}.add-user .row .artist .select[data-v-30418854],.add-user .row .artist .select[data-v-30418854]>.vs__dropdown-toggle{width:200px!important}.add-user .row .fanclub .select[data-v-30418854],.add-user .row .fanclub .select[data-v-30418854]>.vs__dropdown-toggle{width:400px!important}.add-user .add-user-center[data-v-30418854]{width:300px}.add-user .add-user-center .artist-type[data-v-30418854]{display:flex;flex-direction:column;gap:8px;margin:8px 0;margin-left:8px}.add-user .add-user-right[data-v-30418854]{width:300px}.add-user .add-user-right .menu-sub[data-v-30418854],.add-user .add-user-right .menu-subsub[data-v-30418854],.add-user .add-user-right .menu[data-v-30418854]{display:flex;flex-direction:column;gap:8px;margin:8px 0}.add-user .add-user-right .menu-sub[data-v-30418854],.add-user .add-user-right .menu-subsub[data-v-30418854]{margin-left:24px}.add-user .add-user-right .menu label[data-v-30418854]{padding:4px 8px;cursor:pointer}.add-user .message[data-v-30418854]{font-size:18px;font-weight:700;color:var(--secondary-color);margin-left:48px}.add-user .message.clear[data-v-30418854]{opacity:0;transition:all 1s}.add-user .button-wrapper[data-v-30418854]{display:flex;justify-content:space-between;align-items:center;gap:16px}.add-user .button-wrapper .button[data-v-30418854]{width:144px;cursor:pointer}.add-user .button-wrapper .button[data-v-30418854]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.tab-menu[data-v-2b222f98]{width:-moz-fit-content;width:fit-content}.tab-menu .tab-menu-item[data-v-2b222f98]{width:208px}.button-wrapper>div[data-v-2b222f98],.button-wrapper[data-v-2b222f98]{display:flex;justify-content:space-between;align-items:center}.button-wrapper>div[data-v-2b222f98]{gap:16px}.button-wrapper.button-wrapper-top[data-v-2b222f98]{margin-bottom:8px}.button-wrapper .button[data-v-2b222f98]{cursor:pointer}.button-wrapper .button.button-gray[data-v-2b222f98]{background-color:var(--gray-01-color)}.button-wrapper .button.button-gray[data-v-2b222f98]:hover{background-color:var(--gray-02-color)}.button-wrapper .button[data-v-2b222f98]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.button-wrapper .button:disabled.button-gray[data-v-2b222f98]:hover{background-color:var(--gray-03-color)}.table-wrapper[data-v-2b222f98] .tabulator-tableholder .tabulator-row .column-company_name .sony-music-logo{width:48px;margin:4px 12px 0 4px}.table-wrapper[data-v-2b222f98] .tabulator-tableholder .tabulator-row .column-tickCross .icon-checkmark{font-size:18px;color:var(--group04-5-color)}.table-wrapper[data-v-2b222f98] .tabulator-tableholder .tabulator-row .column-tickCross .icon-triangle{font-size:18px;color:#f9d100}.table-wrapper[data-v-2b222f98] .tabulator-tableholder .tabulator-row .column-tickCross .icon-cross{font-size:18px;color:var(--group02-5-color)}.table-wrapper[data-v-2b222f98] .tabulator-tableholder .tabulator-row .column-tickCross .icon-minus{color:var(--text-color);font-weight:700}.table-wrapper[data-v-2b222f98] .sme-employee{font-size:.9em;line-height:1.1}.table-wrapper[data-v-2b222f98] .sme-employee:hover:after{content:attr(data-tooltip);position:fixed;top:-138px;transform:translateX(-70%);width:-moz-max-content;width:max-content;padding:8px 12px;font-size:var(--font-size-base);font-weight:400;line-height:1.2;white-space:pre-line;background-color:#fff;border:1px solid var(--gray-03-color);border-radius:4px}.add-report[data-v-4a679584]{display:flex;flex-direction:column;gap:16px;background-color:#fff;padding:32px;border-radius:4px}.add-report .message-wrapper[data-v-4a679584]{display:flex;flex-direction:column;gap:24px}.add-report .message-wrapper .row[data-v-4a679584]{gap:40px}.add-report .message-wrapper .row h3[data-v-4a679584]{display:flex;align-items:center;height:25px}.add-report .message-wrapper .row h3 .help-tool-tip .icon-help_outline[data-v-4a679584]{padding:0}.add-report .message-wrapper .row input[type=email][data-v-4a679584],.add-report .message-wrapper .row input[type=number][data-v-4a679584],.add-report .message-wrapper .row input[type=text][data-v-4a679584],.add-report .message-wrapper .row select[data-v-4a679584]{width:440px;height:45px}.add-report .message-wrapper .row input[type=email][data-v-4a679584],.add-report .message-wrapper .row input[type=number][data-v-4a679584],.add-report .message-wrapper .row input[type=text][data-v-4a679584]{padding:0 8.5px 5px;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius)}.add-report .message-wrapper .row input[type=checkbox][data-v-4a679584]{cursor:pointer}.add-report .message-wrapper .row .checkbox-label[data-v-4a679584]{display:grid;grid-template-rows:auto 2em;gap:10px;cursor:pointer}.add-report .message-wrapper .row .artist_company .select[data-v-4a679584],.add-report .message-wrapper .row .artist_company .select[data-v-4a679584]>.vs__dropdown-toggle{width:280px!important}.add-report .message-wrapper .row .artist_type .select[data-v-4a679584],.add-report .message-wrapper .row .artist_type .select[data-v-4a679584]>.vs__dropdown-toggle{width:160px!important}.add-report .message-wrapper .row .fanclub_class .select[data-v-4a679584],.add-report .message-wrapper .row .fanclub_class .select[data-v-4a679584]>.vs__dropdown-toggle{width:600px!important}.add-report .message-wrapper .row .card[data-v-4a679584]{width:233px;outline:1px solid var(--group01-2-color)}.add-report .message-wrapper .row .card .card-image[data-v-4a679584]{display:block;height:155px;background-color:var(--gray-01-color);border-bottom:1px solid var(--group01-2-color);overflow:hidden}.add-report .message-wrapper .row .card .card-image img[data-v-4a679584]{width:233px;height:155px;-o-object-fit:cover;object-fit:cover;vertical-align:middle}.add-report .message-wrapper .row .card .card-body[data-v-4a679584]{display:flex;align-items:center;margin-top:6px;margin-left:8px}.add-report .message-wrapper .row .card .card-body .artist-name[data-v-4a679584]{font-size:14px;white-space:nowrap;overflow-wrap:break-word;line-height:1.4em;margin-top:6px}.add-report .message-wrapper .row .card .card-body .favorite[data-v-4a679584]{font-size:16px;margin-left:8px;padding:2px;color:var(--group02-3-color)}.add-report .message-wrapper .row .dropbox[data-v-4a679584]{position:relative;height:128px;width:544px;background-color:var(--group01-2-color);border:1px solid #ccc;border-radius:4px;outline:2px dashed gray;outline-offset:-10px;transition:.5s}.add-report .message-wrapper .row .dropbox[data-v-4a679584]:hover{background-color:var(--group01-3-color)}.add-report .message-wrapper .row .dropbox>div[data-v-4a679584]{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%}.add-report .message-wrapper .row .dropbox>div .input-file[data-v-4a679584]{opacity:0;width:100%;height:100%;position:absolute;cursor:pointer}.add-report .message-wrapper .row .dropbox>div .input-file[data-v-4a679584]::file-selector-button{display:none}.add-report .message-wrapper .row .dropbox>div .icon[data-v-4a679584]{font-size:40px;margin-right:16px}.add-report .message-wrapper .row .dropbox>div .button[data-v-4a679584]{position:absolute;height:32px;margin-left:16px;margin-bottom:12px;left:0;bottom:0;cursor:pointer}.add-report .message-wrapper .row .dropbox>div .image-file-name[data-v-4a679584]{letter-spacing:-.6px}.add-report .message-wrapper .row .dropbox.disabled[data-v-4a679584]{background-color:var(--gray-02-color)}.add-report .message-wrapper .row .dropbox.disabled .input-file[data-v-4a679584]{cursor:not-allowed}.add-report .message[data-v-4a679584]{font-size:18px;font-weight:700;color:var(--secondary-color);margin-left:48px}.add-report .message.clear[data-v-4a679584]{opacity:0;transition:all 1s}.add-report .button-wrapper[data-v-4a679584]{display:flex;justify-content:space-between;align-items:center;gap:16px}.add-report .button-wrapper .button[data-v-4a679584]{width:144px;cursor:pointer}.add-report .button-wrapper .button.button-cancel[data-v-4a679584]{background-color:var(--gray-02-color)}.add-report .button-wrapper .button.button-cancel[data-v-4a679584]:hover{background-color:var(--gray-01-color)}.add-report .button-wrapper .button[data-v-4a679584]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.add-report[data-v-399676f2]{display:flex;flex-direction:column;gap:16px;background-color:#fff;padding:32px;border-radius:4px}.add-report .message-wrapper[data-v-399676f2]{display:flex;flex-direction:column;gap:24px}.add-report .message-wrapper .row[data-v-399676f2]{gap:40px}.add-report .message-wrapper .row h3[data-v-399676f2]{display:flex;align-items:center;height:25px}.add-report .message-wrapper .row h3 .help-tool-tip .icon-help_outline[data-v-399676f2]{padding:0}.add-report .message-wrapper .row input[type=email][data-v-399676f2],.add-report .message-wrapper .row input[type=number][data-v-399676f2],.add-report .message-wrapper .row input[type=text][data-v-399676f2],.add-report .message-wrapper .row select[data-v-399676f2]{width:440px;height:45px}.add-report .message-wrapper .row input[type=email][data-v-399676f2],.add-report .message-wrapper .row input[type=number][data-v-399676f2],.add-report .message-wrapper .row input[type=text][data-v-399676f2]{padding:0 8.5px 5px;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius)}.add-report .message-wrapper .row input[type=checkbox][data-v-399676f2]{cursor:pointer}.add-report .message-wrapper .row .checkbox-label[data-v-399676f2]{display:grid;grid-template-rows:auto 2em;gap:10px;cursor:pointer}.add-report .message-wrapper .row .artist_company .select[data-v-399676f2],.add-report .message-wrapper .row .artist_company .select[data-v-399676f2]>.vs__dropdown-toggle{width:280px!important}.add-report .message-wrapper .row .artist_type .select[data-v-399676f2],.add-report .message-wrapper .row .artist_type .select[data-v-399676f2]>.vs__dropdown-toggle{width:160px!important}.add-report .message-wrapper .row .fanclub_class .select[data-v-399676f2],.add-report .message-wrapper .row .fanclub_class .select[data-v-399676f2]>.vs__dropdown-toggle{width:600px!important}.add-report .message-wrapper .row .card[data-v-399676f2]{width:233px;outline:1px solid var(--group01-2-color)}.add-report .message-wrapper .row .card .card-image[data-v-399676f2]{display:block;height:155px;background-color:var(--gray-01-color);border-bottom:1px solid var(--group01-2-color);overflow:hidden}.add-report .message-wrapper .row .card .card-image img[data-v-399676f2]{width:233px;height:155px;-o-object-fit:cover;object-fit:cover;vertical-align:middle}.add-report .message-wrapper .row .card .card-body[data-v-399676f2]{display:flex;align-items:center;margin-top:6px;margin-left:8px}.add-report .message-wrapper .row .card .card-body .artist-name[data-v-399676f2]{font-size:14px;white-space:nowrap;overflow-wrap:break-word;line-height:1.4em;margin-top:6px}.add-report .message-wrapper .row .card .card-body .favorite[data-v-399676f2]{font-size:16px;margin-left:8px;padding:2px;color:var(--group02-3-color)}.add-report .message-wrapper .row .dropbox[data-v-399676f2]{position:relative;height:128px;width:544px;background-color:var(--group01-2-color);border:1px solid #ccc;border-radius:4px;outline:2px dashed gray;outline-offset:-10px;transition:.5s}.add-report .message-wrapper .row .dropbox[data-v-399676f2]:hover{background-color:var(--group01-3-color)}.add-report .message-wrapper .row .dropbox>div[data-v-399676f2]{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%}.add-report .message-wrapper .row .dropbox>div .input-file[data-v-399676f2]{opacity:0;width:100%;height:100%;position:absolute;cursor:pointer}.add-report .message-wrapper .row .dropbox>div .input-file[data-v-399676f2]::file-selector-button{display:none}.add-report .message-wrapper .row .dropbox>div .icon[data-v-399676f2]{font-size:40px;margin-right:16px}.add-report .message-wrapper .row .dropbox>div .button[data-v-399676f2]{position:absolute;height:32px;margin-left:16px;margin-bottom:12px;left:0;bottom:0;cursor:pointer}.add-report .message-wrapper .row .dropbox>div .image-file-name[data-v-399676f2]{letter-spacing:-.6px}.add-report .message-wrapper .row .dropbox.disabled[data-v-399676f2]{background-color:var(--gray-02-color)}.add-report .message-wrapper .row .dropbox.disabled .input-file[data-v-399676f2]{cursor:not-allowed}.add-report .message[data-v-399676f2]{font-size:18px;font-weight:700;color:var(--secondary-color);margin-left:48px}.add-report .button-wrapper[data-v-399676f2]{display:flex;justify-content:space-between;align-items:center;gap:16px}.add-report .button-wrapper .button[data-v-399676f2]{width:144px;cursor:pointer}.add-report .button-wrapper .button.button-cancel[data-v-399676f2]{background-color:var(--gray-02-color)}.add-report .button-wrapper .button.button-cancel[data-v-399676f2]:hover{background-color:var(--gray-01-color)}.add-report .button-wrapper .button[data-v-399676f2]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.button-wrapper>div[data-v-f6a37322],.button-wrapper[data-v-f6a37322]{display:flex;justify-content:space-between;align-items:center}.button-wrapper>div[data-v-f6a37322]{gap:16px}.button-wrapper.button-wrapper-top[data-v-f6a37322]{margin-bottom:8px}.button-wrapper.button-wrapper-bottom[data-v-f6a37322]{margin-top:8px}.button-wrapper .button[data-v-f6a37322]{cursor:pointer}.button-wrapper .button.button-gray[data-v-f6a37322]{background-color:var(--gray-01-color)}.button-wrapper .button.button-gray[data-v-f6a37322]:hover{background-color:var(--gray-02-color)}.button-wrapper .button[data-v-f6a37322]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.button-wrapper .button:disabled.button-gray[data-v-f6a37322]:hover{background-color:var(--gray-03-color)}.button-wrapper .message[data-v-f6a37322]{font-size:18px;font-weight:700;color:var(--secondary-color);margin-left:48px}.button-wrapper .message.clear[data-v-f6a37322]{opacity:0;transition:all 1s}.table-wrapper[data-v-f6a37322] .tabulator-tableholder .tabulator-row .column-tickCross .icon-checkmark{font-size:18px;color:var(--group04-5-color)}.table-wrapper[data-v-f6a37322] .tabulator-tableholder .tabulator-row .column-tickCross .icon-cross{font-size:18px;color:var(--group02-5-color)}.tab-menu[data-v-e2605d3c]{width:-moz-fit-content;width:fit-content}.tab-menu .tab-menu-item[data-v-e2605d3c]{width:208px}.button-wrapper>div[data-v-e2605d3c],.button-wrapper[data-v-e2605d3c]{display:flex;justify-content:space-between;align-items:center}.button-wrapper>div[data-v-e2605d3c]{gap:16px}.button-wrapper.button-wrapper-top[data-v-e2605d3c]{margin-bottom:8px}.button-wrapper .button[data-v-e2605d3c]{cursor:pointer}.button-wrapper .button.button-gray[data-v-e2605d3c]{background-color:var(--gray-01-color)}.button-wrapper .button.button-gray[data-v-e2605d3c]:hover{background-color:var(--gray-02-color)}.button-wrapper .button[data-v-e2605d3c]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.button-wrapper .button:disabled.button-gray[data-v-e2605d3c]:hover{background-color:var(--gray-03-color)}[data-v-e2605d3c] .tabulator-row .tabulator-cell{white-space:pre-line;overflow-wrap:anywhere}[data-v-e2605d3c] .tabulator-row .column-screen-image{padding:0}[data-v-e2605d3c] .tabulator-row .column-screen-image .card-image{display:block;height:63px;width:100%;overflow:hidden;border-radius:2px;place-content:center;text-align:center;background-color:var(--gray-04-color)}[data-v-e2605d3c] .tabulator-row .column-screen-image .card-image img{height:63px;width:95px;-o-object-fit:cover;object-fit:cover;vertical-align:middle;transition:all .5s ease-in-out}[data-v-e2605d3c] .tabulator-row .column-screen-image:hover img{height:400px!important;width:400px!important;position:fixed!important;z-index:1;top:unset!important;margin-top:-200px;margin-left:40px;-o-object-fit:contain!important;object-fit:contain!important;overflow:visible}.table-wrapper[data-v-e2605d3c] .tabulator-tableholder .tabulator-row .column-company_name{flex-wrap:wrap}.table-wrapper[data-v-e2605d3c] .tabulator-tableholder .tabulator-row .column-company_name .sony-music-logo{width:56px;margin:4px 24px -10px 2px}.add-report{display:flex;flex-direction:column;gap:24px;background-color:#fff;padding:32px;border-radius:4px}.add-report .row{justify-content:space-between;gap:40px}.add-report .input-title{width:100%}.add-report .category-wrapper{display:flex;gap:8px}.add-report .category-wrapper label{display:block}.add-report textarea{height:80px;width:100%;resize:none;padding:4px 8px}.add-report .dropbox{position:relative;height:128px;width:544px;background-color:var(--group01-2-color);border:1px solid #ccc;border-radius:4px;outline:2px dashed gray;outline-offset:-10px;transition:all .3s ease-in-out}.add-report .dropbox.drag-over,.add-report .dropbox:hover{background-color:var(--group01-3-color)}.add-report .dropbox.drag-over{transform:scale(1.02);outline-offset:-6px;border:1px solid var(--secondary-color)}.add-report .dropbox>div{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%}.add-report .dropbox>div .input-file{opacity:0;width:100%;height:100%;position:absolute;cursor:pointer}.add-report .dropbox>div .input-file::file-selector-button{display:none}.add-report .dropbox>div .icon{font-size:40px;margin-right:16px}.add-report .dropbox>div .button{position:absolute;height:32px;margin-left:16px;margin-bottom:12px;left:0;bottom:0;cursor:pointer}.add-report .dropbox>div .pdf-file-name{letter-spacing:-.6px}.add-report .dropbox.disabled{background-color:var(--gray-02-color)}.add-report .dropbox.disabled .input-file{cursor:not-allowed}.add-report .dropbox.disabled:hover{background-color:var(--gray-02-color);transform:none;outline-offset:-10px;border:1px solid #ccc}.add-report .card-image-wrapper{display:flex;justify-content:center;align-items:center;height:160px;overflow:hidden;background-color:var(--gray-04-color);border-radius:4px}.add-report .card-image-wrapper .card-image{display:flex;justify-content:center;align-items:center;width:268px;height:160px;-o-object-fit:cover;object-fit:cover;font-size:3rem;color:var(--gray-01-color);transition:all .5s ease-in-out}.add-report .card-image-wrapper .card-image:hover{background-color:#fafafa;transform:scale(1.14)}.add-report .message-status{font-size:16px;font-weight:700;color:var(--secondary-color)}.add-report .button{width:144px;cursor:pointer}.add-report .button.button-cancel{background-color:var(--gray-02-color)}.add-report .button.button-cancel:hover{background-color:var(--gray-01-color)}.add-report .button:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.add-report .link{display:flex;gap:16px;font-size:12px}.add-report .link a{text-decoration:underline}.tab-menu-wrapper[data-v-fb5656d4]{display:flex;justify-content:space-between;align-items:center;margin-bottom:-46px}.tab-menu-wrapper .tab-menu[data-v-fb5656d4]{width:-moz-fit-content;width:fit-content}.tab-menu-wrapper .tab-menu .tab-menu-item[data-v-fb5656d4]{width:208px}.tab-menu-wrapper .button[data-v-fb5656d4]{height:-moz-fit-content;height:fit-content}.table-wrapper[data-v-fb5656d4] .tabulator-headers .tabulator-col-title{white-space:normal!important}.table-wrapper[data-v-fb5656d4] .tabulator-row .tabulator-cell[tabulator-field=keywords]{height:unset!important;display:-webkit-inline-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:break-spaces!important;overflow:hidden;word-break:auto-phrase;line-height:1.3}.table-wrapper[data-v-fb5656d4] .tabulator-row .column-screen-image{padding:0}.table-wrapper[data-v-fb5656d4] .tabulator-row .column-screen-image img{height:69px;width:100px}.button-wrapper>div[data-v-3a41a925],.button-wrapper[data-v-3a41a925]{display:flex;justify-content:space-between;align-items:center}.button-wrapper>div[data-v-3a41a925]{gap:16px}.button-wrapper.button-wrapper-top[data-v-3a41a925]{margin-bottom:-40px}.button-wrapper.button-wrapper-bottom[data-v-3a41a925]{margin-top:-40px}.button-wrapper .button[data-v-3a41a925]{cursor:pointer}.button-wrapper .button.button-gray[data-v-3a41a925]{background-color:var(--gray-01-color)}.button-wrapper .button.button-gray[data-v-3a41a925]:hover{background-color:var(--gray-02-color)}.button-wrapper .button[data-v-3a41a925]:disabled{background-color:var(--gray-03-color);cursor:not-allowed}.button-wrapper .button:disabled.button-gray[data-v-3a41a925]:hover{background-color:var(--gray-03-color)}.button-wrapper .message[data-v-3a41a925]{font-size:18px;font-weight:700;color:var(--secondary-color);margin-left:48px}.button-wrapper .message.clear[data-v-3a41a925]{opacity:0;transition:all 1s}.table-wrapper[data-v-3a41a925] .tabulator-tableholder .tabulator-row .column-is_delete{font-size:18px}.table-wrapper[data-v-3a41a925] .tabulator-tableholder .tabulator-row .column-is_delete .icon-checkmark{color:var(--group04-5-color)}.table-wrapper[data-v-3a41a925] .tabulator-tableholder .tabulator-row .column-is_delete .icon-eye-off{color:var(--group02-5-color)}.table-wrapper[data-v-3a41a925] .tabulator-tableholder .tabulator-row .column-is_sme_group{font-size:18px}.table-wrapper[data-v-3a41a925] .tabulator-tableholder .tabulator-row .column-is_sme_group .icon-checkmark{color:var(--group02-3-color)}.table-wrapper[data-v-3a41a925] .tabulator-tableholder .tabulator-row .column-is_sme_group .icon-minus{color:var(--text-color);font-weight:700}section[data-v-2f40ed04]{display:flex;align-items:center;height:252px;margin:16px 32px}section .graph-wrapper[data-v-2f40ed04] svg .value-text{font-family:"sans-serif";font-size:var(--font-size-middle);font-weight:700;text-anchor:middle;alignment-baseline:middle;pointer-events:none}section .graph-wrapper[data-v-2f40ed04] svg .yaxis text{font-size:var(--font-size-middle);font-weight:700;text-anchor:end}.popup-menu p[data-v-5d5a59f1]{padding:4px;cursor:pointer}.popup-menu p[data-v-5d5a59f1]:hover{background-color:var(--group01-1-color)}.popup-menu .item[data-v-5d5a59f1]{padding:4px 8px}.popup-menu div P[data-v-5d5a59f1]{display:inline;border-radius:50%;margin-left:8px;cursor:pointer}.popup-menu div P.blue[data-v-5d5a59f1]{color:var(--group01-5-color)}.popup-menu div P.red[data-v-5d5a59f1]{color:var(--group02-4-color)}.popup-menu div P.yellow[data-v-5d5a59f1]{color:var(--group05-4-color)}.popup-menu div P.green[data-v-5d5a59f1]{color:var(--group04-5-color)}.top-line[data-v-75e6fc36]{display:flex;margin:8px}.top-line .artist-all-view[data-v-75e6fc36]{margin-right:16px;padding:12px 16px}.graph-wrapper[data-v-75e6fc36]{width:100%}.graph-wrapper #chartArea[data-v-75e6fc36]{width:100%;height:100%}section[data-v-b423b834]{display:flex;align-items:center;height:252px;margin:16px 32px;overflow-y:auto}section .graph-wrapper[data-v-b423b834] svg rect{fill:var(--group01-4-color)}section .graph-wrapper[data-v-b423b834] svg text.value-text{fill:var(--text-color)}section .graph-wrapper[data-v-b423b834] svg .yaxis text{fill:var(--text-color);font-weight:700}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg rect:first-of-type{fill:var(--group01-6-color)}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg rect:nth-of-type(2){fill:var(--group01-5-color)}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg rect:nth-of-type(3){fill:var(--group01-4-color)}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg rect:nth-of-type(4){fill:var(--group01-3-color)}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg rect:nth-of-type(5){fill:var(--group01-2-color)}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg rect:nth-of-type(6){fill:var(--group01-1-color)}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg rect:nth-of-type(7){fill:var(--gray-04-color)}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg text.value-text:is(:first-of-type,:nth-of-type(2),:nth-of-type(3)){fill:#fff}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg text.value-text:is(:first-of-type,:nth-of-type(2),:nth-of-type(3)):first-of-type{filter:drop-shadow(1px 1px 1px var(--group01-6-color))}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg text.value-text:is(:first-of-type,:nth-of-type(2),:nth-of-type(3)):nth-of-type(2){filter:drop-shadow(1px 1px 1px var(--group01-6-color))}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg text.value-text:is(:first-of-type,:nth-of-type(2),:nth-of-type(3)):nth-of-type(3){filter:drop-shadow(1px 1px 1px var(--group01-5-color))}section .graph-wrapper[data-v-b423b834]:not(.single-color) svg text.value-text:is(:nth-of-type(4),:nth-of-type(5),:nth-of-type(6)){fill:var(--text-color)}section[data-v-63bd7594]{display:flex;flex-direction:column;gap:16px;margin:16px 32px}section .top1[data-v-63bd7594]{height:82px;text-align:center;font-weight:700;color:var(--group01-4-color)}section .top1 .rank[data-v-63bd7594]{margin:16px 0;font-size:var(--font-size-middle)}section .top1 .name[data-v-63bd7594]{height:34px;line-height:34px;font-size:var(--font-size-page-title)}section .name-period-all[data-v-63bd7594]{margin-inline:auto;font-size:var(--font-size-middle2);font-weight:700}section .name-period-all .red[data-v-63bd7594]{color:var(--secondary-color)}section .graph-wrapper[data-v-63bd7594]{font-weight:700}section .graph-wrapper[data-v-63bd7594] svg rect{fill:var(--group02-4-color)}section .graph-wrapper[data-v-63bd7594] svg .value-text{fill:#fff;filter:drop-shadow(1px 1px 1px var(--group02-4-color))}section .graph-wrapper[data-v-63bd7594] svg .xaxis text{fill:var(--text-color)}.graph-wrapper[data-v-0d050ebd]{height:232px;overflow-y:auto}.graph-wrapper .table-area[data-v-0d050ebd]{width:100%}.graph-wrapper .table-area .row-line[data-v-0d050ebd]{display:flex;height:var(--bar-chart-horizontal-row-height);padding:7px 16px;background-color:#fff}.graph-wrapper .table-area .row-line[data-v-0d050ebd]:nth-child(odd){background-color:var(--gray-05-color)}.graph-wrapper .table-area .row-line .title[data-v-0d050ebd]{width:600px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:underline}.graph-wrapper .table-area .row-line .title i[data-v-0d050ebd]{color:var(--gray-01-color);font-size:.8em;vertical-align:top}.graph-wrapper .bar-chart-horizontal[data-v-0d050ebd]{display:flex;margin-left:calc(var(--81f0da24)*-1px)}.graph-wrapper.scroll-area[data-v-0d050ebd]{height:305px}section[data-v-494da275]{display:flex;gap:16px;margin:16px 32px;height:252px}section .legend[data-v-494da275]{display:flex;flex-direction:column;gap:12px;margin:24px 0 0 0;width:278px;font-size:16px;font-weight:700}section .legend p[data-v-494da275]{display:flex;align-items:center}section .legend p:not(.twoColumun):first-of-type .title-color[data-v-494da275]{color:var(--group01-6-color)}section .legend p:not(.twoColumun):nth-of-type(2) .title-color[data-v-494da275]{color:var(--group01-5-color)}section .legend p:not(.twoColumun):nth-of-type(3) .title-color[data-v-494da275]{color:var(--group01-4-color)}section .legend p:not(.twoColumun):nth-of-type(4) .title-color[data-v-494da275]{color:var(--group01-3-color)}section .legend p:not(.twoColumun):nth-of-type(5) .title-color[data-v-494da275]{color:var(--group01-2-color)}section .legend p:not(.twoColumun):nth-of-type(6) .title-color[data-v-494da275]{color:var(--group01-1-color)}section .legend p:not(.twoColumun):nth-of-type(7) .title-color[data-v-494da275]{color:var(--gray-02-color)}section .legend p:not(.twoColumun):nth-of-type(8) .title-color[data-v-494da275]{color:var(--gray-04-color)}section .legend p.twoColumun:first-of-type .title-color[data-v-494da275]{color:var(--group01-6-color)}section .legend p.twoColumun:nth-of-type(2) .title-color[data-v-494da275]{color:var(--group01-2-color)}section .legend p .title[data-v-494da275]{margin-left:8px}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-path0{fill:var(--group01-6-color)}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-path1{fill:var(--group01-5-color)}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-path2{fill:var(--group01-4-color)}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-path3{fill:var(--group01-3-color)}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-path4{fill:var(--group01-2-color)}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-path5{fill:var(--group01-1-color)}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-path6{fill:var(--gray-02-color)}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-path7{fill:var(--gray-04-color)}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg text{fill:var(--text-color)}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg :is(.pie-text0,.pie-text1,.pie-text2){fill:#fff}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-text0{filter:drop-shadow(1px 1px 1px var(--group01-6-color))}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-text1{filter:drop-shadow(1px 1px 1px var(--group01-5-color))}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-text2{filter:drop-shadow(1px 1px 1px var(--group01-4-color))}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-text3{filter:drop-shadow(1px 1px 1px var(--group01-3-color))}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-text4{filter:drop-shadow(1px 1px 1px var(--group01-2-color))}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-text5{filter:drop-shadow(1px 1px 1px var(--group01-1-color))}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-text6{filter:drop-shadow(1px 1px 1px var(--gray-02-color))}section .graph-wrapper[data-v-494da275]:not(.twoColumun) svg .pie-text7{filter:drop-shadow(1px 1px 1px var(--gray-04-color))}section .graph-wrapper.twoColumun[data-v-494da275] svg .pie-path0{fill:var(--group01-6-color)}section .graph-wrapper.twoColumun[data-v-494da275] svg .pie-path1{fill:var(--group01-2-color)}section .graph-wrapper.twoColumun[data-v-494da275] svg .pie-text0{fill:#fff;filter:drop-shadow(1px 1px 1px var(--group01-6-color))}section .graph-wrapper.twoColumun[data-v-494da275] svg .pie-text1{fill:var(--text-color);filter:drop-shadow(1px 1px 1px var(--group01-2-color))}.top-wrapper[data-v-2c5af1f7]{display:flex;flex-wrap:wrap;gap:32px 48px;padding:32px;padding-bottom:16px;font-size:var(--font-size-middle)}.top-wrapper section[data-v-2c5af1f7]{padding:32px;padding-right:0;background-color:var(--background-color);border-radius:8px}.top-wrapper section .title-h4[data-v-2c5af1f7]{position:relative;font-weight:700;font-size:var(--font-size-middle);margin:-16px 0 40px 0}.top-wrapper section .title-h4[data-v-2c5af1f7]:after{content:"";position:absolute;height:3px;width:60px;left:0;bottom:-10px;background-color:var(--group02-4-color);border-radius:1px}.top-wrapper section.persona-image-wapper[data-v-2c5af1f7]{width:600px}.top-wrapper section.persona-image-wapper .image-wapper[data-v-2c5af1f7]{display:inline-block;width:200px}.top-wrapper section.persona-image-wapper .image-wapper img[data-v-2c5af1f7]{height:333px;border-radius:8px}.top-wrapper section.persona-image-wapper .chart-wrapper[data-v-2c5af1f7]{position:relative;display:inline-block;width:364px;height:392px;margin-top:-60px}.top-wrapper section.persona-image-wapper .chart-wrapper[data-v-2c5af1f7] .item{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:var(--primary-color);border-radius:50%}.top-wrapper section.basic-attribute-wapper[data-v-2c5af1f7]{flex:1}.top-wrapper section.basic-attribute-wapper .basic-attribute-item[data-v-2c5af1f7]{display:flex;align-items:center;gap:16px;margin:24px 0 0}.top-wrapper section.basic-attribute-wapper .basic-attribute-item .title[data-v-2c5af1f7]{display:grid;place-content:center;width:128px;height:30px;font-weight:700;color:#fff;background-color:var(--primary-color);border-radius:15px}.top-wrapper section.basic-attribute-wapper .basic-attribute-item .text[data-v-2c5af1f7]{flex:1;word-break:auto-phrase}.top-wrapper section.basic-attribute-wapper .basic-attribute-item .text ul[data-v-2c5af1f7] li{display:list-item;list-style:disc;margin-left:1em;line-height:1.36}.top-wrapper section.life-style-wapper[data-v-2c5af1f7]{width:100%}.top-wrapper section.life-style-wapper .title-h4[data-v-2c5af1f7]{margin-bottom:32px}.top-wrapper section.life-style-wapper p[data-v-2c5af1f7]{line-height:1.4;letter-spacing:.16em;word-break:auto-phrase}.top-wrapper .persona-image-note[data-v-2c5af1f7]{display:inline-block;margin:-16px 0 -8px auto;font-size:var(--font-size-small);color:var(--gray-01-color)}section[data-v-9edba3fa]{height:252px;display:flex;flex-direction:column;justify-content:center;margin:16px 32px;word-break:auto-phrase}section .row[data-v-9edba3fa]{display:flex;gap:8px;font-weight:700;height:46px}section .row .column[data-v-9edba3fa]{width:50%;display:flex;align-items:center;height:100%}section .row .column .rank[data-v-9edba3fa]{width:34px;text-align:right;font-size:12px}section .row .column .count[data-v-9edba3fa]{width:96px;text-align:right;font-size:20px;color:var(--group01-4-color)}section .row .column .count[data-v-9edba3fa] .unit{font-size:14px}section .row .column .count .ratio[data-v-9edba3fa]{text-align:right;font-size:12px;color:var(--text-color)}section .row .column .name[data-v-9edba3fa]{flex:1;display:flex;align-items:center;margin-left:8px;height:100%}section .row .column .name>span[data-v-9edba3fa]{position:absolute;word-break:break-all}section .row .column .name>span.nodata[data-v-9edba3fa]{color:var(--gray-02-color);font-size:var(--font-size-base);padding-left:12px}section[data-v-a6257cb0]{margin:16px 32px;font-weight:700;word-break:auto-phrase}section .column[data-v-a6257cb0]{display:flex;align-items:center;gap:4px;--base-font-size:28px;--row-height:calc(var(--4bb850a4)*1px);height:var(--row-height)}section .column[data-v-a6257cb0]:first-of-type{--base-font-size:calc(var(--16166782)*1px);--row-height:calc(var(--4bb850e2)*1px);height:var(--row-height)}section .column .rank[data-v-a6257cb0]{display:grid;justify-content:center;align-items:center;width:42px}section .column .rank .icon-crown[data-v-a6257cb0]{grid-area:1/1;color:var(--gray-04-color);font-size:calc(var(--base-font-size)*1.17)}section .column .rank .rank-text[data-v-a6257cb0]{grid-area:1/1;margin-top:.2em;margin-left:1px;text-align:center;font-size:calc(var(--base-font-size)*.7)}section .column .ratio[data-v-a6257cb0]{width:64px;text-align:right;font-size:calc(var(--base-font-size)*.5)}section .column .name[data-v-a6257cb0]{flex:1;display:flex;align-items:center;margin-left:8px;height:100%}section .column .name.name1[data-v-a6257cb0]{color:var(--group01-4-color)}section .column .name>p[data-v-a6257cb0]{position:absolute;text-wrap:nowrap}section[data-v-28d64ecc]{margin:22px 32px 10px;font-weight:700;height:252px}section .top1[data-v-28d64ecc]{text-align:center;color:var(--group01-4-color);height:90px;margin:0 16px 8px}section .top1 .top1-rank[data-v-28d64ecc]{font-size:18px;height:22px}section .top1 .top1-rank .ratio[data-v-28d64ecc]{margin-left:16px}section .top1 .categoryname[data-v-28d64ecc]{height:62px;display:grid;place-content:center;margin-top:6px;letter-spacing:.14em;line-height:1.1;word-break:auto-phrase}section .row[data-v-28d64ecc]{gap:8px;height:58px;margin:10px 0}section .row .column[data-v-28d64ecc]{display:flex;align-items:center;gap:16px;height:100%}section .row .column .rank-wrapper[data-v-28d64ecc]{display:flex;flex-direction:column;align-items:center;gap:6px;width:53px}section .row .column .rank-wrapper .rank[data-v-28d64ecc]{font-size:16px;margin-right:2px}section .row .column .rank-wrapper .ratio[data-v-28d64ecc]{font-size:14px}section .row .column .categoryname[data-v-28d64ecc]{flex:1;display:flex;align-items:center;height:100%}section .row .column .categoryname>p[data-v-28d64ecc]{position:absolute;text-wrap:nowrap;letter-spacing:.16em;line-height:1.2;word-break:auto-phrase}section .unit[data-v-28d64ecc]{margin-left:.14em;font-size:.74em}section.flex-column .top1[data-v-28d64ecc]{height:80px}section.flex-column .top1 .categoryname[data-v-28d64ecc]{height:50px;margin-top:8px}section.flex-column .row[data-v-28d64ecc]{height:63px}.top-line[data-v-3e8be225]{display:flex;margin:8px}.top-line .artist-all-view[data-v-3e8be225]{margin-right:16px;padding:12px 16px}.graph-wrapper[data-v-3e8be225]{width:100%}.graph-wrapper #chartAreaSimilarityAnalysis[data-v-3e8be225]{width:100%;height:100%}.card[data-v-a0eecbe4]{color:var(--primary-color)}.card .table.table-body-scroll[data-v-a0eecbe4]{height:184px}.card .table .date[data-v-a0eecbe4]{width:170px}.card .table .info[data-v-a0eecbe4]{flex:1}.card .table .info[data-v-a0eecbe4] a{color:var(--secondary-color);text-decoration:underline}.graph-wrapper[data-v-d108f018]{height:372px}section[data-v-03d60ec7]{padding:16px 32px}section .table[data-v-03d60ec7]{width:100%;text-wrap:nowrap}section .table tr[data-v-03d60ec7]:not(:last-child){border-bottom:1px solid var(--gray-03-color)}section .table tr td[data-v-03d60ec7]{padding:16px}section .table tr td:is(.published-at[data-v-03d60ec7],.like-count[data-v-03d60ec7]){width:9em}section .table tr td.like-count[data-v-03d60ec7]{text-align:right}section .table tr td.text[data-v-03d60ec7]{text-wrap:wrap;word-break:auto-phrase;line-height:1.2;letter-spacing:.12em}section .table tr td.text[data-v-03d60ec7] div{position:relative;max-height:5em;overflow-y:hidden;cursor:pointer}section .table tr td.text[data-v-03d60ec7] div.overflow:after{content:"続きを見る";position:absolute;display:grid;place-content:center;padding:2px 12px;height:24px;bottom:0;right:0;font-weight:700;color:#fff;background-color:var(--primary-color);border-radius:12px}section .table tr td.text[data-v-03d60ec7] div.viewmore{max-height:none}section .table tr td.text[data-v-03d60ec7] div.viewmore.overflow:after{content:"";background-color:unset}section[data-v-0356228e]{display:flex;flex-wrap:wrap;margin:24px 16px;font-weight:700;gap:16px 31px}section .sns-account[data-v-0356228e]{width:272px}section .sns-account .sns-account-name[data-v-0356228e]{display:flex;align-items:flex-end;color:var(--primary-color);margin-bottom:8px;padding:0 8px;word-break:auto-phrase}section .sns-account .sns-account-card[data-v-0356228e]{display:flex;justify-content:center;align-items:center;height:72px;padding:8px;background-color:var(--gray-05-color);border:1px solid var(--gray-04-color);border-radius:8px}section .sns-account .sns-account-card .sns-account-card-icon[data-v-0356228e]{padding-top:4px;width:80px;text-align:center}section .sns-account .sns-account-card .sns-account-card-icon .icon-x[data-v-0356228e]{font-size:28px}section .sns-account .sns-account-card .sns-account-card-icon .icon-youtube[data-v-0356228e]{font-size:40px}section .sns-account .sns-account-card .sns-account-card-icon .icon-YouTubeSubscribe[data-v-0356228e]{height:30px;margin:4px auto 2px}section .sns-account .sns-account-card .sns-account-card-icon .icon-instagram[data-v-0356228e]{height:30px;margin:4px auto}section .sns-account .sns-account-card .sns-account-card-icon .icon-facebook[data-v-0356228e]{font-size:32px}section .sns-account .sns-account-card .sns-account-card-icon .icon-tiktok[data-v-0356228e]{font-size:28px}section .sns-account .sns-account-card .sns-account-card-icon:is(.youtube-view[data-v-0356228e],.youtube-subscribe[data-v-0356228e],.instagram[data-v-0356228e]){padding-top:0}section .sns-account .sns-account-card .sns-account-card-icon .sns-account-card-label[data-v-0356228e]{margin-top:4px;font-size:13px;color:var(--gray-01-color)}section .sns-account .sns-account-card .sns-account-card-icon .sns-account-card-label.youtube-channel-registrations[data-v-0356228e]{letter-spacing:0}section .sns-account .sns-account-card .separator[data-v-0356228e]{font-size:18px;margin:0 12px 0 8px}section .sns-account .sns-account-card .separator[data-v-0356228e]:before{content:"";border:1.5px solid var(--gray-02-color);align-self:stretch}section .sns-account .sns-account-card .sns-account-card-count[data-v-0356228e]{flex:1;text-align:center;font-size:26px}section .sns-account .sns-account-card .sns-account-card-count.nodata[data-v-0356228e]{font-size:18px}section .sns-account .sns-account-card .sns-account-card-count[data-v-0356228e] .follower-count-unit{margin-left:.28em;font-size:.72em;color:var(--gray-01-color)}.graph-wrapper[data-v-562f0d26]{width:800px}.graph-wrapper .table-area[data-v-562f0d26]{width:100%}.graph-wrapper .table-area .row-line[data-v-562f0d26]{display:flex;height:var(--bar-chart-horizontal-row-height);padding:7px 16px;background-color:#fff}.graph-wrapper .table-area .row-line:nth-child(odd) .title[data-v-562f0d26]:hover,.graph-wrapper .table-area .row-line[data-v-562f0d26]:nth-child(odd){background-color:var(--gray-05-color)}.graph-wrapper .table-area .row-line .title[data-v-562f0d26]{width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.graph-wrapper .table-area .row-line .title[data-v-562f0d26]:hover{overflow:visible;z-index:1;width:auto;padding-right:.4em;background-color:#fff;border-radius:3px;opacity:.86}.graph-wrapper .bar-chart-horizontal[data-v-562f0d26]{display:flex;margin-left:calc(var(--26d7f6ea)*-1px)}.graph-wrapper.scroll-area[data-v-562f0d26]{height:calc(var(--bar-chart-horizontal-row-height)*20)}.graph-wrapper[data-v-796021b0]{width:800px}.graph-wrapper .table-area[data-v-796021b0]{width:100%}.graph-wrapper .table-area .row-line[data-v-796021b0]{display:flex;height:var(--bar-chart-horizontal-row-height);padding:7px 16px;background-color:#fff}.graph-wrapper .table-area .row-line:nth-child(odd) .title[data-v-796021b0]:hover,.graph-wrapper .table-area .row-line[data-v-796021b0]:nth-child(odd){background-color:var(--gray-05-color)}.graph-wrapper .table-area .row-line .title[data-v-796021b0]{width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.graph-wrapper .table-area .row-line .title[data-v-796021b0]:hover{overflow:visible;z-index:1;width:auto;padding-right:.4em;background-color:#fff;border-radius:3px;opacity:.86}.graph-wrapper .bar-chart-horizontal[data-v-796021b0]{display:flex}.graph-wrapper .bar-chart-horizontal.source[data-v-796021b0]{width:calc(var(--2d488967)*1px);margin-left:calc(var(--2d488967)*-2px)}.graph-wrapper .bar-chart-horizontal.target[data-v-796021b0]{width:calc(var(--2d488967)*1px);margin-left:0}.graph-wrapper.title[data-v-796021b0]{font-size:16px;font-weight:700}.graph-wrapper.title .bar-chart-horizontal[data-v-796021b0]{cursor:pointer}.graph-wrapper.title .bar-chart-horizontal .icon[data-v-796021b0]{font-size:14px;font-weight:400;margin-left:8px;padding:4px;color:var(--gray-01-color)}.graph-wrapper.title .bar-chart-horizontal.active[data-v-796021b0]{cursor:unset}.graph-wrapper.title .bar-chart-horizontal.active .icon[data-v-796021b0]{color:var(--group02-4-color)}.graph-wrapper.scroll-area[data-v-796021b0]{height:calc(var(--bar-chart-horizontal-row-height)*20)}.FanClubWithdrawalRateTable[data-v-0e182c85]{width:1280px}.FanClubWithdrawalRateTable .graph-wrapper[data-v-0e182c85]{flex-direction:column;align-items:stretch;padding-bottom:0}.FanClubWithdrawalRateTable .graph-wrapper .table.table-title .row-title .column[data-v-0e182c85]{border-right:1px solid #fff}.FanClubWithdrawalRateTable .graph-wrapper .table.table-title .row-ratio[data-v-0e182c85]{width:-moz-max-content;width:max-content;overflow-x:hidden}.FanClubWithdrawalRateTable .graph-wrapper .table.table-title .table-row[data-v-0e182c85]{width:-moz-max-content;width:max-content;overflow-x:hidden;background-color:unset}.FanClubWithdrawalRateTable .graph-wrapper .table.table-body[data-v-0e182c85]{flex-direction:row;height:calc(var(--table-row-height)*20 + 20px)}.FanClubWithdrawalRateTable .graph-wrapper .table.table-body .row-title .column[data-v-0e182c85]{border-right:1px solid var(--gray-03-color)}.FanClubWithdrawalRateTable .graph-wrapper .table.table-body .row-ratio[data-v-0e182c85]{height:-moz-max-content;height:max-content;overflow-x:hidden}.FanClubWithdrawalRateTable .graph-wrapper .table.table-body .row-ratio .table-row[data-v-0e182c85]{width:-moz-max-content;width:max-content;overflow-x:hidden}.FanClubWithdrawalRateTable .graph-wrapper .table.table-body .row-ratio .table-row .column[data-v-0e182c85]:last-child{padding-right:22px}.FanClubWithdrawalRateTable .scroll-area[data-v-0e182c85]{font-size:.1px;line-height:1em;flex-direction:row;border:none}.FanClubWithdrawalRateTable .scroll-area .row-ratio[data-v-0e182c85]{overflow-x:scroll}.FanClubWithdrawalRateTable .scroll-area .row-ratio .table-row[data-v-0e182c85]{display:inline-flex;width:-moz-max-content;width:max-content}.FanClubWithdrawalRateTable .title[data-v-0e182c85]{width:128px}.FanClubWithdrawalRateTable .ratio[data-v-0e182c85]{width:88px}section[data-v-927ba12a]{width:1200px;margin-inline:auto}section .table-body[data-v-927ba12a]{border-top:1px solid var(--gray-03-color);max-height:calc(var(--bar-chart-horizontal-row-height)*17)}section .table-body .table-row .column[data-v-927ba12a]{padding:4px 16px;line-height:1.8;white-space:normal}section .table-body .table-row .column:is(.published-at[data-v-927ba12a],.like-count[data-v-927ba12a]){width:9em}section .table-body .table-row .column.like-count[data-v-927ba12a]{text-align:right}section .table-body .table-row .column.text[data-v-927ba12a]{flex:1}section[data-v-505e3613]{display:flex;width:1080px}section .heatmap[data-v-505e3613]{flex:1;flex-direction:column}section .heatmap .prefectures-heatmap[data-v-505e3613]{height:580px}section .scroll-area[data-v-505e3613]{width:400px;height:calc(var(--bar-chart-horizontal-row-height)*17)}section .scroll-area .table-area .row-line[data-v-505e3613]{display:flex;width:400px;height:var(--bar-chart-horizontal-row-height);padding:7px 16px;background-color:#fff}section .scroll-area .table-area .row-line[data-v-505e3613]:nth-child(odd){background-color:var(--gray-05-color)}section .scroll-area .table-area .row-line .rank[data-v-505e3613]{display:inline-block;width:1.7em;text-align:right;margin-right:8px}section .scroll-area .bar-chart-horizontal[data-v-505e3613]{display:flex;margin-left:calc(var(--572173ee)*-1px)}section[data-v-a2ad9770]{width:880px;margin-inline:auto}section .table-body[data-v-a2ad9770]{border-top:1px solid var(--gray-03-color);max-height:calc(var(--bar-chart-horizontal-row-height)*17)}section .table-body .table-row .column[data-v-a2ad9770]{padding:4px 16px}section .table-body .table-row .column.rank[data-v-a2ad9770]{width:64px;padding-left:8px;text-align:right}section .table-body .table-row .column.categoryname[data-v-a2ad9770]{width:528px;position:relative}section .table-body .table-row .column.categoryname[data-v-a2ad9770]:hover{overflow:visible}section .table-body .table-row .column.categoryname:hover span[data-v-a2ad9770]{display:block;position:absolute;text-overflow:unset;overflow:visible;z-index:1;width:auto;padding-right:.4em;background-color:var(--gray-04-color);transition:.05s;border-radius:3px}section .table-body .table-row .column:is(.ub[data-v-a2ad9770],.sub-categoryname[data-v-a2ad9770]){width:160px}section .table-body .table-row .column.ratio[data-v-a2ad9770]{width:164px}section .table-body .table-row .column:is(.ub[data-v-a2ad9770],.ratio[data-v-a2ad9770]){text-align:right}section[data-v-ea6e889e]{width:880px;margin:16px;padding:0}section .table-title[data-v-ea6e889e]{cursor:pointer}section .table-title .categoryname[data-v-ea6e889e]{width:366px;text-align:right}section .table-title .artist[data-v-ea6e889e]{display:flex;justify-content:space-between;align-items:center;width:calc(var(--8bdf5fd0)*2px)}section .table-title .artist .artist-name[data-v-ea6e889e]{overflow:hidden;text-overflow:ellipsis}section .table-title .artist[data-v-ea6e889e]:last-child{flex:1}section .table-title .icon[data-v-ea6e889e]{color:var(--group02-1-color);font-size:14px;margin-left:4px}section .table-title .icon.active[data-v-ea6e889e]{cursor:unset;color:var(--group02-4-color)}section .table-body[data-v-ea6e889e]{max-height:calc(var(--bar-chart-horizontal-row-height)*17)}section .table-body .table-row .column[data-v-ea6e889e]{padding:4px 16px}section .table-body .table-row .column.categoryname[data-v-ea6e889e]{width:366px;position:relative}section .table-body .table-row .column.categoryname[data-v-ea6e889e]:hover{overflow:visible}section .table-body .table-row .column.categoryname:hover span[data-v-ea6e889e]{display:block;position:absolute;text-overflow:unset;overflow:visible;z-index:1;width:auto;padding-right:.4em;background-color:var(--gray-04-color);transition:.05s;border-radius:3px}section .table-body .table-row .column.value[data-v-ea6e889e]{width:calc(var(--8bdf5fd0)*1px);text-align:right}section .table-body .table-row .column.value[data-v-ea6e889e]:last-child{flex:1}section[data-v-55f6c838]{width:800px;margin-inline:auto}section .table-body[data-v-55f6c838]{border-top:1px solid var(--gray-03-color);max-height:calc(var(--bar-chart-horizontal-row-height)*17)}section .table-body .table-row[data-v-55f6c838]{pointer-events:none}section .table-body .table-row .column[data-v-55f6c838]{padding:4px 16px}section .table-body .table-row .column.title[data-v-55f6c838]{display:flex;align-items:center;width:280px;pointer-events:auto}section .table-body .table-row .column.title[data-v-55f6c838]:hover{overflow:visible;text-overflow:unset}section .table-body .table-row .column.title:hover span[data-v-55f6c838]{position:relative;padding:0 16px 0 8px;margin:0 -8px;transition:.2s}section .table-body .table-row .column.title.multiclomun[data-v-55f6c838]{white-space:unset;line-height:1.8}section .table-body .table-row .column.reasons[data-v-55f6c838]{flex:1;white-space:unset;word-break:break-word;word-break:auto-phrase}section .table-body .table-row .column.reasons .music[data-v-55f6c838]{display:inline-block;width:360px}section .table-body .table-row .column.reasons .count[data-v-55f6c838]{display:inline-block;width:40px;text-align:right}section .table-body .table-row .column.reasons .reason[data-v-55f6c838]{line-height:1.6;padding:7px 0 4px}section .table-body .table-row .column.reasons .reason[data-v-55f6c838]:not(:last-child):after{content:"";display:block;margin-top:7px;border-bottom:1px solid var(--gray-03-color)}section[data-v-4b0467a0]{width:880px;margin-inline:auto}section .table-body[data-v-4b0467a0]{border-top:1px solid var(--gray-03-color)}section .table-body .table-row .column[data-v-4b0467a0]{padding:4px 16px}section .table-body .table-row .column.categoryname[data-v-4b0467a0]{flex:1;display:flex;align-items:center;white-space:unset;word-break:auto-phrase;line-height:1.6em}section .table-body .table-row .column.like_count[data-v-4b0467a0]{width:128px;display:flex;align-items:center;justify-content:flex-end}section[data-v-05581ca3]{width:880px;margin-inline:auto;word-break:auto-phrase}section[data-v-75c8d8ec]{padding:16px 16px 32px;background-color:var(--gray-04-color)}section details[data-v-75c8d8ec]{margin-bottom:8px}section details .legend-wrapper[data-v-75c8d8ec]{display:flex;flex-wrap:wrap;gap:8px}section details .legend-wrapper .legend[data-v-75c8d8ec]{display:flex;gap:8px}section details .legend-wrapper .legend>svg line[data-v-75c8d8ec]{stroke-width:2}section details .legend-wrapper .legend>svg circle[data-v-75c8d8ec]{fill:#fff}section details .legend-wrapper .legend div[data-v-75c8d8ec]{margin-right:16px}section .graph-wrapper[data-v-75c8d8ec]{border-radius:8px}section .graph-wrapper[data-v-75c8d8ec] .x-axis path{stroke:none}section .graph-wrapper[data-v-75c8d8ec] rect.overlay{pointer-events:none}section .graph-wrapper[data-v-75c8d8ec] .tooltip .tooltip-title{margin-right:4px}section .graph-wrapper[data-v-75c8d8ec] .tooltip .tooltip-title.tooltip-line-title{font-size:.78em}section .graph-wrapper[data-v-75c8d8ec] .tooltip .tooltip-title.tooltip-bar-minus-title,section .graph-wrapper[data-v-75c8d8ec] .tooltip .tooltip-title.tooltip-bar-title{font-size:.8em}.card[data-v-02262ce4]{--card-width:294px;height:-moz-min-content;height:min-content;width:var(--card-width);margin-bottom:8px;background-color:#fff;border-radius:6px}.card .card-top[data-v-02262ce4]{display:flex;gap:8px}.card .card-top .card-image[data-v-02262ce4]{width:104px;height:69px;margin:8px;border:1px solid var(--gray-02-color);border-radius:3px;overflow:hidden}.card .card-top .card-image img[data-v-02262ce4]{width:104px;height:69px;-o-object-fit:cover;object-fit:cover;vertical-align:middle}.card .card-top .card-image .no-artist[data-v-02262ce4]{width:104px;height:69px;display:grid;place-content:center;background-color:var(--gray-03-color)}.card .card-top .card-top-right[data-v-02262ce4]{width:156px}.card .card-top .card-top-right .artist-name-wrap[data-v-02262ce4]{display:grid;height:56px;place-content:center;text-align:center;padding:0 8px}.card .card-top .card-top-right .artist-name-wrap .artist-name[data-v-02262ce4]{font-size:18px;font-weight:700;white-space:nowrap;word-break:auto-phrase;overflow-wrap:anywhere;line-height:1.2em;color:var(--primary-color)}.card .card-top .card-top-right .artist-name-wrap .artist-name[data-v-02262ce4]>span{display:inline-block}.card .card-top .favorite-button[data-v-02262ce4]{display:flex;justify-content:center;align-items:center;height:26px;width:120px;margin-inline:auto;font-size:12px;font-weight:700;color:var(--primary-color);border:1px solid var(--primary-color);background-color:#fff;border-radius:13px;cursor:pointer}.card .card-top .favorite-button.favorite[data-v-02262ce4]{color:#fff;background-color:var(--primary-color)}.card .card-top .favorite-button .icon[data-v-02262ce4]{margin-left:6px}.card .demogra-img-wrapper[data-v-02262ce4]{position:relative;display:flex;justify-content:space-between;margin:6px 11px 4px 17px}.card .demogra-img-wrapper .y-axis[data-v-02262ce4]{display:flex;flex-direction:column;justify-content:space-between;padding:4px 4px 6px 4px;font-size:12px;font-weight:700;color:var(--primary-color);text-align:right;letter-spacing:-.4px}.card .demogra-img-wrapper .value[data-v-02262ce4]{position:absolute;display:flex;flex-direction:column;justify-content:space-between;left:60px;top:4px;height:100%;padding-bottom:8px;font-size:12px;font-weight:700;color:#fff;filter:drop-shadow(1px 1px 1px var(--primary-color))}.card .demogra-img-wrapper .demogra-img[data-v-02262ce4]{width:218px;height:154px}.card .demogra-img-wrapper .x-axis[data-v-02262ce4]{position:absolute;display:flex;bottom:4px;right:0;margin:0 5px 4px 0;font-size:12px;font-weight:700;letter-spacing:.7px}.card .demogra-img-wrapper .x-axis svg[data-v-02262ce4]{margin-right:3px}.card .demogra-img-wrapper .x-axis svg rect.男性[data-v-02262ce4]{fill:var(--男性)}.card .demogra-img-wrapper .x-axis svg rect.女性[data-v-02262ce4]{fill:var(--女性)}.card .demogra-img-wrapper .x-axis svg[data-v-02262ce4]:not(:first-child){margin-left:13px}.search-性別年代-wrapper .search-性別年代-条件[data-v-46d3be15]{margin-bottom:24px}.search-性別年代-wrapper .search-性別年代-条件 .title[data-v-46d3be15]{display:block;font-weight:700;font-size:1.8rem;color:var(--primary-color);margin-bottom:4px}.search-性別年代-wrapper .search-性別年代-条件 .title[data-v-46d3be15]:not(:first-child){margin-top:12px}.search-性別年代-wrapper .search-性別年代-条件 .item[data-v-46d3be15]{display:block}.search-性別年代-wrapper .search-性別年代-条件 .item ul[data-v-46d3be15]{display:flex;gap:8px}.search-性別年代-wrapper .search-性別年代-条件 .item ul li input[type=checkbox][data-v-46d3be15],.search-性別年代-wrapper .search-性別年代-条件 .item ul li input[type=radio][data-v-46d3be15]{display:none}.search-性別年代-wrapper .search-性別年代-条件 .item ul li input[type=checkbox]:checked+label[data-v-46d3be15],.search-性別年代-wrapper .search-性別年代-条件 .item ul li input[type=radio]:checked+label[data-v-46d3be15]{color:#fff;background-color:var(--primary-color)}.search-性別年代-wrapper .search-性別年代-条件 .item ul li label[data-v-46d3be15]{display:block;padding:6px 16px;font-weight:700;color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);border-radius:4px;cursor:pointer;transition:.5s}.search-性別年代-wrapper .search-性別年代-条件 .item ul li label[data-v-46d3be15]:hover{background-color:var(--group01-1-color)}.search-性別年代-wrapper .card-area[data-v-46d3be15]{width:var(--contents-width);display:grid;grid-template-columns:repeat(auto-fit,294px);gap:14px;max-height:calc(var(--54c21e80)*1px);overflow-y:auto}.search-性別年代-wrapper .card-area-not-find[data-v-46d3be15]{width:-moz-max-content;width:max-content;text-align:center}section[data-v-16fa526e]{max-height:98%;overflow-y:auto;padding:16px;background-color:var(--gray-05-color);border-radius:4px}section .header-line[data-v-16fa526e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);border-radius:4px 4px 0 0;margin:-16px;margin-bottom:24px;padding:8px 16px;padding-left:32px;width:unset}section .header-line .title[data-v-16fa526e]{font-size:18px}section .header-line .icon-close[data-v-16fa526e]{font-size:1.4em;font-weight:700;padding:4px;cursor:pointer}section .artist-comparison[data-v-16fa526e]{width:-moz-min-content;width:min-content;margin-left:auto;margin-bottom:calc(var(--f6ddc74e)*-1px)}section .artist-comparison .comparison-scope[data-v-16fa526e]{display:inline-flex;gap:16px}section .artist-comparison .comparison-scope>li[data-v-16fa526e]{width:200px;padding:8px;border:1px solid var(--primary-color);border-radius:4px;background-color:#fff;cursor:pointer}section .artist-comparison .comparison-scope>li .comparison-scope-button[data-v-16fa526e]{font-size:16px;font-weight:700;margin-bottom:8px}section .artist-comparison .comparison-scope>li .comparison-scope-artistname[data-v-16fa526e]{font-size:12px;line-height:1.4em;word-break:auto-phrase}section .artist-comparison .comparison-scope>li .comparison-scope-artistname[data-v-16fa526e]>span{display:inline-block}section .artist-comparison .comparison-scope>li.active[data-v-16fa526e]{background-color:var(--primary-color);color:#fff;cursor:default}section .artist-comparison .comparison-scope>li.disabled[data-v-16fa526e]{color:var(--gray-02-color);border:1px solid var(--gray-03-color);background-color:var(--gray-05-color);cursor:not-allowed}section .artist-comparison .commit-button[data-v-16fa526e]{display:inline-block;width:100%;margin-top:8px;padding:8px 16px;text-align:center;font-size:16px;background-color:var(--primary-color);color:#fff;border-radius:4px;cursor:pointer}section .SearchAgeGender[data-v-16fa526e]{margin-top:16px}.select[data-v-08d8b065],.select[data-v-08d8b065]>div{width:170px!important}section[data-v-1d2e0a19]{max-height:98%;overflow-y:auto;padding:16px;background-color:var(--gray-05-color);border-radius:4px}section .header-line[data-v-1d2e0a19]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);border-radius:4px 4px 0 0;margin:-16px;margin-bottom:24px;padding:8px 16px;padding-left:32px;width:unset}section .header-line .title[data-v-1d2e0a19]{font-size:18px}section .header-line .icon-close[data-v-1d2e0a19]{font-size:1.4em;font-weight:700;padding:4px;cursor:pointer}.artistbanner[data-v-65a5ac53]{display:flex;align-items:center;width:100%}.artistbanner .artistbanner-contents-text[data-v-65a5ac53]{width:calc(100% - 200px);min-height:300px;margin-left:200px;padding:40px 32px 40px 160px;background-color:#fff}.artistbanner .artistbanner-contents-text .artistbanner-contents-text-topline[data-v-65a5ac53]{display:flex;justify-content:space-between;align-items:center;gap:16px}.artistbanner .artistbanner-contents-text .artistbanner-contents-text-topline .artist-name[data-v-65a5ac53]{position:relative;flex:1;font-size:34px;line-height:1em;margin:0 0 32px}.artistbanner .artistbanner-contents-text .artistbanner-contents-text-topline .artist-name[data-v-65a5ac53]:after{content:"";position:absolute;height:4px;width:64px;left:0;bottom:-20px;background-color:var(--group02-4-color);border-radius:2px}.artistbanner .artistbanner-contents-text .artistbanner-contents-text-topline .favorite-button[data-v-65a5ac53]{display:flex;justify-content:center;align-items:center;height:26px;width:120px;margin-bottom:16px;font-size:12px;font-weight:700;color:var(--primary-color);border:1px solid var(--primary-color);background-color:#fff;border-radius:13px;cursor:pointer;transition:background-color .3s ease}.artistbanner .artistbanner-contents-text .artistbanner-contents-text-topline .favorite-button[data-v-65a5ac53]:hover{color:#fff;background-color:var(--primary-hover-color)}.artistbanner .artistbanner-contents-text .artistbanner-contents-text-topline .favorite-button.favorite[data-v-65a5ac53]{color:#fff;background-color:var(--primary-color)}.artistbanner .artistbanner-contents-text .artistbanner-contents-text-topline .favorite-button.favorite[data-v-65a5ac53]:hover{background-color:var(--primary-hover-color)}.artistbanner .artistbanner-contents-text .artistbanner-contents-text-topline .favorite-button .icon[data-v-65a5ac53]{margin-left:6px}.artistbanner .artistbanner-contents-text .artist-info-note[data-v-65a5ac53]{margin:-12px 0 16px;font-size:.86em;line-height:1.2em;text-align:right}.artistbanner .artistbanner-contents-text .artist-info[data-v-65a5ac53]{word-break:auto-phrase;letter-spacing:.12em;line-height:1.7em}.artistbanner .artistbanner-contents-text .artist-info.none[data-v-65a5ac53]{margin-top:48px}.artistbanner .artist-image[data-v-65a5ac53]{margin-left:calc(var(--contents-width)*-1);width:300px;height:240px;-o-object-fit:contain;object-fit:contain}.artistbanner .artist-image.no-artist[data-v-65a5ac53]{display:grid;place-content:center;background-color:var(--gray-03-color)}.artistbanner[data-v-7e00fcfd]{display:flex;align-items:center}.artistbanner .artist-image[data-v-7e00fcfd]{width:320px;height:180px;-o-object-fit:contain;object-fit:contain}.artistbanner .artist-image.no-artist[data-v-7e00fcfd]{display:flex;justify-content:center;align-items:center;background-color:var(--gray-03-color)}.artistbanner .artistbanner-contents[data-v-7e00fcfd]{display:flex;flex-direction:column;justify-content:center;flex:1;height:100%;padding:24px 32px;background-color:#fff}.artistbanner .artistbanner-contents .music-name[data-v-7e00fcfd]{display:inline;padding:8px 16px 8px 0;font-size:24px}.artistbanner .artistbanner-contents .music-name .icon-external-link[data-v-7e00fcfd]{color:var(--gray-01-color);font-size:14px;vertical-align:top;margin-left:8px}.artistbanner[data-v-8afa84aa]{display:flex;gap:32px;padding-left:20px;height:130px;background:#fff}.artistbanner .artist-image[data-v-8afa84aa]{width:140px;height:130px;-o-object-fit:contain;object-fit:contain}.artistbanner .artist-image.no-artist[data-v-8afa84aa]{padding:20px 0}.artistbanner .artist-image.no-artist span[data-v-8afa84aa]{display:flex;justify-content:center;align-items:center;text-align:center;height:100%;background-color:var(--gray-03-color)}.artistbanner[data-v-c9b57420]{position:relative;display:flex;align-items:center;width:50%}.artistbanner .white-ract[data-v-c9b57420]{--width:84%;--margin-left:calc(100% - var(--width));width:var(--width);height:160px;margin-left:var(--margin-left);background-color:#fff}.artistbanner .artistbanner-contents[data-v-c9b57420]{position:absolute;display:flex;gap:40px;width:100%}.artistbanner .artistbanner-contents .artist-image[data-v-c9b57420]{width:200px;height:160px;-o-object-fit:contain;object-fit:contain}.artistbanner .artistbanner-contents .artist-image.no-artist[data-v-c9b57420]{display:flex;justify-content:center;align-items:center;flex:0 1 200px;text-align:center;background-color:var(--gray-03-color)}.artistbanner .artistbanner-contents .artistbanner-right[data-v-c9b57420]{flex:1;display:flex;flex-direction:column;margin-right:16px}.artistbanner .artistbanner-contents .artistbanner-right .artist-name[data-v-c9b57420]{flex:1;display:flex;align-items:center}.artistbanner .artistbanner-contents .artistbanner-right .artist-name>div[data-v-c9b57420]{position:relative;font-size:30px;line-height:1em;word-break:auto-phrase;margin-top:-28px}.artistbanner .artistbanner-contents .artistbanner-right .artist-name>div[data-v-c9b57420]>span{display:inline-block}.artistbanner .artistbanner-contents .artistbanner-right .artist-name>div[data-v-c9b57420]:after{content:"";position:absolute;height:4px;width:64px;left:0;bottom:-16px;background-color:var(--group02-4-color);border-radius:2px}.artistbanner .artistbanner-contents .artistbanner-right .favorite-button[data-v-c9b57420]{display:flex;justify-content:center;align-items:center;height:26px;width:120px;margin-top:8px;margin-left:auto;font-size:12px;font-weight:700;color:var(--primary-color);border:1px solid var(--primary-color);background-color:#fff;border-radius:13px;cursor:pointer}.artistbanner .artistbanner-contents .artistbanner-right .favorite-button.favorite[data-v-c9b57420]{color:#fff;background-color:var(--primary-color)}.artistbanner .artistbanner-contents .artistbanner-right .favorite-button .icon[data-v-c9b57420]{margin-left:6px}.artistbanner[data-v-13692fb6]{position:relative;display:flex;align-items:center;width:50%}.artistbanner .white-ract[data-v-13692fb6]{--width:88%;--margin-left:calc(100% - var(--width));width:var(--width);height:70px;margin-left:var(--margin-left);background-color:#fff}.artistbanner .artistbanner-contents[data-v-13692fb6]{position:absolute;display:flex;gap:40px;width:100%}.artistbanner .artistbanner-contents .artist-image[data-v-13692fb6]{width:88px;height:70px;-o-object-fit:contain;object-fit:contain}.artistbanner .artistbanner-contents .artist-image.no-artist[data-v-13692fb6]{display:flex;justify-content:center;align-items:center;flex:0 1 200px;text-align:center;background-color:var(--gray-03-color)}.artistbanner .artistbanner-contents .artistbanner-right[data-v-13692fb6]{flex:1;display:flex;flex-direction:column;margin-right:16px}.artistbanner .artistbanner-contents .artistbanner-right .artist-name[data-v-13692fb6]{flex:1;display:flex;align-items:center}.artistbanner .artistbanner-contents .artistbanner-right .artist-name>div[data-v-13692fb6]{position:relative;font-size:16px;line-height:1em;word-break:auto-phrase;margin-top:-10px}.artistbanner .artistbanner-contents .artistbanner-right .artist-name>div[data-v-13692fb6]:after{content:"";position:absolute;height:4px;width:64px;left:0;bottom:-16px;background-color:var(--group02-4-color);border-radius:2px}.news-suite-area[data-v-0226b90a]{display:flex;gap:var(--contents-half-gap);width:100%}.news-suite-area .news-suite-area-item[data-v-0226b90a]{display:flex;flex-direction:column;gap:var(--contents-half-gap);width:100%}.news-suite-area .news-suite-area-item.half[data-v-0226b90a]{width:var(--contents-width-half)}.news-suite-area .news-suite-area-item .tab-area[data-v-0226b90a]{overflow-x:auto;text-wrap:nowrap;border-bottom:2px solid var(--primary-color)}.news-suite-area .news-suite-area-item .tab-area .tab-menu[data-v-0226b90a]{display:inline-flex;width:-moz-fit-content;width:fit-content}.news-suite-area .news-suite-area-item .tab-area .tab-menu .tab-menu-item[data-v-0226b90a]{width:208px}.news-suite-area .news-suite-area-item .tab-area .tab-menu .tab-menu-item.long-title-width[data-v-0226b90a]{width:240px}.news-suite-area .news-suite-area-item .tab-area .tab-menu .tab-menu-item.long-title-font[data-v-0226b90a]{font-size:.86em}.news-suite-area .news-suite-area-item .tab-area .tab-menu .icon-close[data-v-0226b90a]{font-size:12px;font-weight:700;margin-top:-10px;margin-bottom:14px;padding:4px;cursor:pointer}.news-suite-area .news-suite-area-item .tab-area .add-item[data-v-0226b90a]{display:inline-flex;align-items:center;margin-left:16px;padding:4px;cursor:pointer}.news-suite-area .news-suite-area-item .tab-area .add-item .icon[data-v-0226b90a]{font-size:2.2rem;font-weight:700;padding:4px;color:#fff;background-color:var(--primary-color);border-radius:50%}.news-suite-area .news-suite-area-item .tab-area .add-item span[data-v-0226b90a]{margin-left:8px;font-size:var(--font-size-middle);font-weight:700;color:var(--primary-color)}.news-suite-area .news-suite-area-item .card[data-v-0226b90a]{background-color:var(--gray-04-color);border-radius:8px}.news-suite-area .news-suite-area-item .card .title[data-v-0226b90a]{font-size:var(--font-size-middle);font-weight:700;padding:8px 16px;color:#fff;background-color:var(--primary-color);border-radius:8px 8px 0 0}.news-suite-area .news-suite-area-item .card .card-contents[data-v-0226b90a]{display:flex;flex-wrap:wrap;gap:16px;padding:16px}.news-suite-area .news-suite-area-item .card .card-contents .item[data-v-0226b90a]{padding:8px 16px;background-color:#fff;border-radius:8px;font-size:var(--font-size-base);font-weight:700;cursor:pointer}.news-suite-area .news-suite-area-item .card .card-contents .item[data-v-0226b90a]:hover{background-color:var(--group01-2-color)}.news-suite-area .news-suite-area-item .card .card-contents .item.active[data-v-0226b90a]{background-color:var(--primary-color);color:#fff}.news-suite-area .news-suite-area-item .card .card-contents .item.disabled[data-v-0226b90a]{color:var(--gray-02-color);cursor:not-allowed}.news-suite-area .news-suite-area-item[data-v-0226b90a] :is(.select-SeriesRank,.select-SeriesRank>.vs__dropdown-toggle){width:200px!important}.HallDetail .detail[data-v-6b1c485e]{display:flex;gap:24px}.HallDetail .detail .information[data-v-6b1c485e]{flex:1;word-break:auto-phrase;line-height:1.36em;letter-spacing:.24em}.HallDetail .detail .table-body[data-v-6b1c485e]{display:flex;flex-direction:column;width:640px;height:-moz-min-content;height:min-content;border-top:1px solid var(--gray-03-color)}.HallDetail .detail .table-body .title[data-v-6b1c485e]{width:160px;background:var(--gray-04-color)}.HallDetail .detail .table-body .info[data-v-6b1c485e]{flex:1;background:#fff}.ConcertLatestList .table .date[data-v-356b33d5]{width:176px}.ConcertLatestList .table .concertName[data-v-356b33d5]{width:480px}.ConcertLatestList .table .artistName[data-v-356b33d5]{width:280px}.ConcertLatestList .table .hallName[data-v-356b33d5]{flex:1}.ConcertLatestList .table.table-title .column[data-v-356b33d5]{cursor:pointer}.ConcertLatestList .table.table-title .column .icon[data-v-356b33d5]{color:var(--group02-1-color);font-size:14px;margin-left:4px}.ConcertLatestList .table.table-title .column.active[data-v-356b33d5]{cursor:unset}.ConcertLatestList .table.table-title .column.active .icon[data-v-356b33d5]{color:var(--group02-4-color)}.ConcertLatestList .table.table-body[data-v-356b33d5]{height:unset;max-height:433px}.ConcertLatestList .table.table-row[data-v-356b33d5]{height:36px;cursor:pointer}.ConcertLatestList .table.table-row[data-v-356b33d5]:hover{background-color:var(--gray-04-color)}.ConcertLatestList .table.table-row :is(.concertName[data-v-356b33d5],.artistName[data-v-356b33d5]){position:relative}.ConcertLatestList .table.table-row :is(.concertName[data-v-356b33d5],.artistName[data-v-356b33d5]):hover{overflow:visible}.ConcertLatestList .table.table-row :is(.concertName,.artistName):hover span[data-v-356b33d5]{display:block;position:absolute;text-overflow:unset;overflow:visible;z-index:1;width:auto;padding-right:1em;background-color:var(--gray-04-color);transition:.05s;border-radius:3px}.DemoGraphic[data-v-54b53328]{display:flex;gap:24px;position:relative}.DemoGraphic>div[data-v-54b53328]{width:33%}.DemoGraphic .title[data-v-54b53328]{font-size:14px;font-weight:400;margin-bottom:8px}.DemoGraphic .genderRatio[data-v-54b53328]{display:flex;flex-direction:column;text-align:center}.DemoGraphic .genderRatio .chart-wrapper[data-v-54b53328]{display:flex;justify-content:space-between}.DemoGraphic .genderRatio .chart-wrapper .icon-male[data-v-54b53328]{font-size:50px;color:var(--group01-4-color)}.DemoGraphic .genderRatio .chart-wrapper .icon-female[data-v-54b53328]{font-size:45px;color:var(--group02-4-color)}.DemoGraphic .genderRatio .chart-wrapper #genderRatio[data-v-54b53328]{flex:1}.DemoGraphic .genderRatio .chart-wrapper #genderRatio[data-v-54b53328] svg>g g:first-child,.DemoGraphic .genderRatio .chart-wrapper #genderRatio[data-v-54b53328] svg>g text:nth-child(3){fill:var(--group01-4-color)}.DemoGraphic .genderRatio .chart-wrapper #genderRatio[data-v-54b53328] svg>g g:nth-child(2),.DemoGraphic .genderRatio .chart-wrapper #genderRatio[data-v-54b53328] svg>g text:last-child{fill:var(--group02-4-color)}.DemoGraphic .age .row[data-v-54b53328]{justify-content:space-between;gap:2px}.DemoGraphic .age .row>div[data-v-54b53328]{display:block;height:24px;width:12%}.DemoGraphic .age .row>div[data-v-54b53328]:first-child{width:20%;border-radius:12px 0 0 12px}.DemoGraphic .age .row>div[data-v-54b53328]:last-child{width:20%;border-radius:0 12px 12px 0}.DemoGraphic .age .row>div .tooltip[data-v-54b53328]{min-width:unset;padding:12px 16px;text-align:left;left:unset;margin-left:-54px;white-space:nowrap}.DemoGraphic .age .row-title[data-v-54b53328]{display:flex;justify-content:space-between}.DemoGraphic .age .row-title .guide[data-v-54b53328]{display:flex;flex-direction:row;gap:2px;margin-right:16px}.DemoGraphic .age .row-title .guide div[data-v-54b53328]{display:block;height:16px;width:16px;border-radius:8px}.DemoGraphic[data-v-54b53328] .color0{background-color:var(--gray-04-color)}.DemoGraphic[data-v-54b53328] .color1{background-color:var(--group01-2-color)}.DemoGraphic[data-v-54b53328] .color2{background-color:var(--group01-3-color)}.DemoGraphic[data-v-54b53328] .color3{background-color:var(--group01-4-color)}.DemoGraphic[data-v-54b53328] .color4{background-color:var(--group01-5-color)}.DemoGraphic[data-v-54b53328] .color5{background-color:var(--group01-6-color)}.DemoGraphic .disabled[data-v-54b53328]{position:absolute;display:flex;justify-content:center;align-items:center;height:114%;width:70%;top:-4px;left:-16px;background-color:hsla(0,0%,100%,.62);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.VisiterArea .graph-wrapper .column-label[data-v-791239d0]{width:600px}.VisiterArea .graph-wrapper .column-label .row-line[data-v-791239d0]{display:flex;align-items:center;width:600px;height:var(--bar-chart-horizontal-row-height);padding:0 16px;background-color:#fff}.VisiterArea .graph-wrapper .column-label .row-line[data-v-791239d0]:nth-child(2n){background-color:var(--gray-05-color)}.VisiterArea .graph-wrapper .column-label .row-line .label[data-v-791239d0]{width:216px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VisiterArea .graph-wrapper .column-label .row-line .label[data-v-791239d0]:hover{overflow:visible;z-index:1;width:auto;padding-right:.4em;background-color:#fff;border-radius:3px;opacity:.86}.VisiterArea .graph-wrapper .bar-chart-horizontal-full[data-v-791239d0]{margin-left:-372px;display:flex}.VisiterArea .graph-wrapper .bar-chart-horizontal-full[data-v-791239d0] svg rect{height:var(--bar-chart-horizontal-bar-height)}.VisiterArea .scroll-area[data-v-791239d0]{height:600px;margin-bottom:0}.PrefecturesHeatmap #map[data-v-fa422746]{height:600px}.PrefecturesHeatmap #map[data-v-fa422746] .tooltip{visibility:visible;transition-duration:0s!important}.top-row-selection[data-v-aa8de392]{display:flex;flex-direction:column;gap:8px;margin-top:-42px}.top-row-selection .row-attribute-line[data-v-aa8de392]{display:flex;align-items:center;gap:16px}.top-row-selection .row-attribute-line input[type=checkbox][data-v-aa8de392]{display:none}.top-row-selection .row-attribute-line input[type=checkbox]:checked+label[data-v-aa8de392]{color:#fff;background-color:var(--primary-color)}.top-row-selection .row-attribute-line .junior-only[data-v-aa8de392]{display:block;padding:6px 16px;font-weight:700;color:var(--gray-02-color);background-color:#fff;border:1px solid var(--gray-02-color);border-radius:4px;cursor:pointer;transition:.5s}.top-row-selection .row-attribute-line .junior-only[data-v-aa8de392]:hover{background-color:var(--primary-hover-color)}.top-row-selection .row-attribute-line .select.select-livehall[data-v-aa8de392],.top-row-selection .row-attribute-line .select.select-livehall[data-v-aa8de392]>.vs__dropdown-toggle{width:656px}.top-row-selection .row-attribute-line .select.select-livedate[data-v-aa8de392],.top-row-selection .row-attribute-line .select.select-livedate[data-v-aa8de392]>.vs__dropdown-toggle{width:234px}.top-row-selection .row-attribute-line .all-reset[data-v-aa8de392]{display:grid;place-content:center;font-weight:700;color:#fff;background:var(--primary-color);border-radius:4px;cursor:pointer;height:45px;width:15em;margin-left:32px;transition:.3s}.top-row-selection .row-attribute-line .all-reset[data-v-aa8de392]:hover{background-color:var(--primary-hover-color)}.card[data-v-aa8de392]{background-color:#fff;border:1px solid var(--gray-04-color);border-radius:8px;line-height:1;width:100%;height:-moz-fit-content;height:fit-content}.card .title-line[data-v-aa8de392]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);border-radius:8px 8px 0 0;height:48px;padding:8px 6px 8px 25px}.card .title-line .title[data-v-aa8de392]{display:flex;align-items:center;font-size:var(--font-size-middle);font-weight:700;text-wrap:nowrap}.card .title-line .deta-attribute[data-v-aa8de392]{max-width:600px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:0 32px;margin-right:16px}.card .title-line .deta-attribute .column[data-v-aa8de392]{text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.card .card-contents[data-v-aa8de392]{padding:16px}.card .card-contents .demogra[data-v-aa8de392]{padding:0 16px 8px}.card[data-v-2bd749b7]{background-color:#fff;border:1px solid var(--gray-04-color);border-radius:8px;line-height:1;width:100%;height:-moz-fit-content;height:fit-content}.card.reserve[data-v-2bd749b7]{position:relative}.card.reserve .link-viewall[data-v-2bd749b7]{cursor:not-allowed}.card.half[data-v-2bd749b7]{width:var(--contents-tile-half-width)}.card.oneThird[data-v-2bd749b7]{width:var(--contents-tile-onethird-width)}.card .title-line[data-v-2bd749b7]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);border-radius:8px 8px 0 0;height:48px;padding:8px 6px 8px 25px}.card .title-line .title[data-v-2bd749b7]{display:flex;align-items:center;font-size:var(--font-size-middle);font-weight:700;text-wrap:nowrap}.card .title-line .link-viewall[data-v-2bd749b7]{padding:8px;color:#fff;text-wrap:nowrap}.card .nodata[data-v-2bd749b7]{display:grid;place-content:center;height:264px;font-size:var(--font-size-large);color:var(--gray-02-color)}.card .footer[data-v-2bd749b7]{display:flex;justify-content:space-between;margin:16px;color:var(--primary-color);font-size:var(--font-size-base)}.card .footer .left[data-v-2bd749b7]{display:flex;gap:16px}.card .footer .left .n-number[data-v-2bd749b7]{display:flex;justify-content:center;align-items:center;padding:4px 16px;background-color:var(--gray-04-color);border-radius:4px}.card .footer .left .n-number .dataReliability[data-v-2bd749b7]{font-size:10px;margin-left:8px;margin-top:1px}.card .footer .right[data-v-2bd749b7]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.overlayView[data-v-2bd749b7]{z-index:1;position:absolute;top:48px;height:calc(100% - 48px);font-size:24px;font-weight:700;border-radius:0 0 8px 8px;color:var(--gray-01-color)}.ArtistList[data-v-1ac5c1ca]{width:1280px;height:94%}.ArtistList .header-line[data-v-1ac5c1ca]{display:flex;justify-content:space-between;align-items:center;height:48px;width:100%;padding-left:16px;font-size:var(--font-size-middle2);font-weight:700;background:var(--primary-color);border-radius:16px 16px 0 0;color:#fff}.ArtistList .header-line .icon-cross[data-v-1ac5c1ca]{padding:6px;margin-right:2px;cursor:pointer}.ArtistList .contents[data-v-1ac5c1ca]{display:block;height:inherit;padding:20px;padding-top:32px;background-color:var(--background-color);border-radius:0 0 16px 16px}.ArtistList .contents .row-tab[data-v-1ac5c1ca]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;width:100%;border-radius:4px 4px 0 0;font-size:var(--font-size-middle);color:var(--primary-color);gap:8px}.ArtistList .contents .row-tab .tab-item[data-v-1ac5c1ca]{display:flex;justify-content:center;align-items:center;width:200px;height:44px;background-color:#fff;border-radius:12px 12px 0 0;font-weight:700;cursor:pointer;transition:.5s}.ArtistList .contents .row-tab .tab-item.active[data-v-1ac5c1ca]{color:#fff;background-color:var(--primary-color);cursor:default}.ArtistList .contents .row-tab .tab-item[data-v-1ac5c1ca]:not(.active):hover{background-color:var(--group01-1-color)}.ArtistList .contents .tab-contents[data-v-1ac5c1ca]{height:inherit;padding:16px;padding-bottom:0;background-color:var(--gray-04-color)}.ArtistList .contents .tab-contents .yomi-tabs[data-v-1ac5c1ca]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;font-size:var(--font-size-middle);color:var(--primary-color)}.ArtistList .contents .tab-contents .yomi-tabs .yomi-tabs-item[data-v-1ac5c1ca]{display:flex;justify-content:center;align-items:center;width:60px;height:2em;font-weight:700;cursor:pointer;transition:.5s}.ArtistList .contents .tab-contents .yomi-tabs .yomi-tabs-item.active[data-v-1ac5c1ca]{color:#fff;background-color:var(--primary-color);cursor:default}.ArtistList .contents .tab-contents .yomi-tabs .yomi-tabs-item[data-v-1ac5c1ca]:not(.active):hover{background-color:var(--group01-1-color)}.ArtistList .contents .tab-contents .yomi-tabs .yomi-tabs-item[data-v-1ac5c1ca]:not(:first-child):before{content:"";border:1px solid var(--primary-color);align-self:stretch}.ArtistList .contents .tab-contents .yomi-tabs .yomi-tabs-item span[data-v-1ac5c1ca]{width:100%;display:inline-block;text-align:center}.ArtistList .contents .tab-contents .artist-name-area[data-v-1ac5c1ca]{height:inherit;overflow-y:auto}.ArtistList .contents .tab-contents .artist-name-area .section-title[data-v-1ac5c1ca]{display:flex;align-items:center;height:40px;width:100%;margin:16px 0;padding-left:16px;font-size:var(--font-size-middle2);font-weight:700;background:var(--primary-color);border-radius:3px;color:#fff}.ArtistList .contents .tab-contents .artist-name-area .section-title[data-v-1ac5c1ca]:not(:first-child){margin-top:40px}.ArtistList .contents .tab-contents .artist-name-area .artist-list[data-v-1ac5c1ca]{display:flex;flex-wrap:wrap;gap:18px 12px;font-weight:700;margin-bottom:16px;padding:0 20px}.ArtistList .contents .tab-contents .artist-name-area .artist-list .artist-item[data-v-1ac5c1ca]{display:flex;align-items:center;height:32px;padding:4px 16px;padding-right:4px;color:var(--primary-color);background-color:#fff;border:2px solid var(--primary-color);border-radius:16px;transition:background-color .3s ease}.ArtistList .contents .tab-contents .artist-name-area .artist-list .artist-item .icon[data-v-1ac5c1ca]{display:grid;place-content:center;height:22px;width:32px;text-align:center;margin-left:16px;font-size:16px;color:var(--primary-color);background-color:#fff;border:1.4px solid var(--primary-color);border-radius:11px}.ArtistList .contents .tab-contents .artist-name-area .artist-list .artist-item .icon.favorite[data-v-1ac5c1ca]{color:#fff;background-color:var(--primary-color)}.ArtistList .contents .tab-contents .artist-name-area .artist-list .artist-item[data-v-1ac5c1ca]:hover{background-color:var(--group01-1-color)}.検索方法[data-v-5ccec0d9]{display:flex;justify-content:space-between}.検索方法 .検索方法-label[data-v-5ccec0d9]{width:50%;padding:12px 0;text-align:center;font-size:var(--font-size-middle2);font-weight:700;color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);border-radius:2px;transition:.5s}.検索方法 .検索方法-label.active[data-v-5ccec0d9]{color:#fff;background-color:var(--primary-color)}.検索方法 .検索方法-label[data-v-5ccec0d9]:not(.active):hover{background-color:var(--group01-1-color);cursor:pointer}.search-キーワード-wrapper[data-v-5ccec0d9]{text-align:right}.search-キーワード-wrapper .search-topline[data-v-5ccec0d9]{display:flex;justify-content:space-between;margin-bottom:8px}.search-キーワード-wrapper .search-topline .search-topline-title[data-v-5ccec0d9]{font-weight:700;font-size:1.8rem;color:var(--primary-color)}.search-キーワード-wrapper .search-topline .icon-email[data-v-5ccec0d9],.search-キーワード-wrapper .search-topline .icon-external-link[data-v-5ccec0d9]{color:var(--gray-01-color);font-size:14px;vertical-align:top}.search-キーワード-wrapper .input-wrapper[data-v-5ccec0d9]{display:flex;align-items:center;width:100%;border:1px solid var(--gray-02-color);border-radius:4px;margin-bottom:8px}.search-キーワード-wrapper .input-wrapper .icon-search[data-v-5ccec0d9]{position:absolute;display:inline-block;margin-top:-2px;margin-left:1rem;font-size:2.2rem;color:var(--gray-02-color)}.search-キーワード-wrapper .input-wrapper input[data-v-5ccec0d9]{display:inline-block;width:100%;padding:0 1rem 0 4rem;font-size:1.6rem;line-height:2.6;border:none;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-キーワード-wrapper .input-wrapper .search-button[data-v-5ccec0d9]{width:160px;height:42px;border:none;font-weight:700;color:#fff;background-color:var(--primary-color);cursor:pointer}.search-history[data-v-5ccec0d9],.searching-contents[data-v-5ccec0d9]{padding:16px;font-weight:700;color:var(--primary-color);background-color:var(--gray-04-color);border:2px solid var(--primary-color);border-radius:8px}.search-history .searching-contents-count[data-v-5ccec0d9],.searching-contents .searching-contents-count[data-v-5ccec0d9]{font-size:18px}.search-history .search-history-title[data-v-5ccec0d9],.searching-contents .search-history-title[data-v-5ccec0d9]{font-weight:700;font-size:1.8rem;margin-bottom:16px}.searching-results-contents[data-v-5ccec0d9]{color:var(--primary-color)}.searching-results-contents .searching-results-contents-title[data-v-5ccec0d9]{font-weight:700;font-size:1.8rem;margin-bottom:16px}.searching-results-contents .card-area[data-v-5ccec0d9]{width:var(--contents-width);display:grid;grid-template-columns:repeat(auto-fit,233px);gap:32px 16px;padding:12px 9px}.searching-results-contents-request[data-v-5ccec0d9]{display:flex;justify-content:center;align-items:center;height:48px;width:-moz-fit-content;width:fit-content;margin-top:16px;padding:0 24px;font-size:16px;font-weight:700;color:#fff;background-color:var(--primary-color);border-radius:24px}.searching-results-contents-request a[data-v-5ccec0d9]{color:#fff}.searching-results-contents-request a.link-underline[data-v-5ccec0d9]{text-decoration-color:#fff!important}.searching-results-contents-request .icon-email[data-v-5ccec0d9],.searching-results-contents-request .icon-external-link[data-v-5ccec0d9]{font-size:16px;margin-top:-8px}.artist-list[data-v-5ccec0d9]{display:flex;flex-wrap:wrap;gap:18px 12px;font-weight:700;margin-top:16px;margin-bottom:16px;padding:0 20px}.artist-list .artist-item[data-v-5ccec0d9]{display:flex;align-items:center;height:32px;padding:4px 16px;padding-right:4px;color:var(--primary-color);background-color:#fff;border:2px solid var(--primary-color);border-radius:16px}.artist-list .artist-item .icon[data-v-5ccec0d9]{display:grid;place-content:center;height:22px;width:32px;text-align:center;margin-left:16px;font-size:16px;color:var(--primary-color);background-color:#fff;border:1.4px solid var(--primary-color);border-radius:11px}.artist-list .artist-item .icon.favorite[data-v-5ccec0d9]{color:#fff;background-color:var(--primary-color)}:root{--font-size-html:10px;--font-size-small:12px;--font-size-base:14px;--font-size-middle:16px;--font-size-middle2:18px;--font-size-page-title:34px;--container-width:1500px;--contents-wrapper-width:1280px;--contents-wrapper-padding:16px;--contents-width:calc(var(--contents-wrapper-width) - var(--contents-wrapper-padding)*2);--side-menu-width:calc(var(--container-width) - var(--contents-wrapper-width));--contents-half-gap:24px;--contents-width-half:calc((var(--contents-width) - var(--contents-half-gap))/2);--header-bar-height:64px;--footer-bar-height:230px;--table-row-height:36px;--contents-tile-gap:24px;--contents-tile-half-width:calc(50% - var(--contents-tile-gap)/2);--contents-tile-onethird-width:calc(33.333% - var(--contents-tile-gap)*2/3);--text-color:#333;--primary-color:#012e4a;--primary-hover-color:#026aaa;--secondary-color:#ed243a;--background-color:#f0f4f8;--tab-active-color:var(--group01-1-color);--tab-hover-color:var(--gray-05-color);--gray-01-color:#5c6a77;--gray-02-color:#999;--gray-03-color:#c7d0d9;--gray-04-color:#e9ecf0;--gray-05-color:#f7f7f7;--比較元-color:var(--gray-01-color);--比較先-color:var(--gray-02-color);--男性:var(--group01-4-color);--女性:var(--group02-4-color);--shadow:rgba(0,0,0,.09) 3px 3px 10px;--shadow-up:rgba(0,0,0,.09) 3px -3px 10px;--group01-1-color:#cef0ff;--group01-2-color:#9be0ff;--group01-3-color:#65cefd;--group01-4-color:#1cb2f5;--group01-5-color:#008dcc;--group01-6-color:#006795;--group02-1-color:#f6cfdb;--group02-2-color:#ffa5c0;--group02-3-color:#ff6593;--group02-4-color:#fa2867;--group02-5-color:#d50040;--group02-6-color:#91002c;--group04-1-color:#dbead0;--group04-2-color:#c4ffa5;--group04-3-color:#9bf54f;--group04-4-color:#7beb1b;--group04-5-color:#7bd500;--group04-6-color:#499100;--group05-1-color:#eaded0;--group05-2-color:#ffcfa5;--group05-3-color:#f5bc4f;--group05-4-color:#eba31b;--group05-5-color:#d57b00;--group05-6-color:#915f00;--group07-1-color:#e6e6e6;--group07-2-color:#d1d1d1;--group07-3-color:#bcbcbc;--group07-4-color:#a3a3a3;--group07-5-color:#8d8d8d;--group07-6-color:#6c6c6c;--bar-chart-horizontal-bar-height:22px;--bar-chart-horizontal-row-height:36px;--bar-chart-horizontal-row-width:960px;--bar-chart-horizontal-margin-left:10px;--bar-chart-horizontal-margin-bottom:20px;--bar-chart-datareliability-margin-top:-16px;--bar-chart-horizontal-row-width-2column:840px;--bar-chart-horizontal-row-width-half:448px;--bar-chart-vertical-bar-width:22px;--line-chart-area-height:300px;--line-chart-area-context-height:100px;--line-chart-area-width:1248px;--line-chart-margin-top:10px;--line-chart-margin-rightleft:20px;--line-chart-margin-left:60px;--line-chart-margin-right:20px;--line-chart-margin-right-axis:120px;--line-chart-margin-bottom:20px;--line-chart-window-area-height:73px;--line-chart-window-area-width:240px;--donut-chart-font-size-legend:14px;--donut-chart-height:330px;--donut-chart-width:300px;--donut-chart-diameter:300px;--donut-chart-radius:110px;--donut-chart-hole:140px;--radar-chart-height:500px;--radar-chart-width:600px;--radar-chart-font-size:14px;--chart-context-height:80px;--popper-theme-background-color:#fff;--popper-theme-background-color-hover:#fff;--popper-theme-text-color:var(--text-color);--popper-theme-border-width:1px;--popper-theme-border-style:solid;--popper-theme-border-color:#eee;--popper-theme-border-radius:6px;--popper-theme-padding:16px;--popper-theme-box-shadow:0 6px 30px -6px rgba(0,0,0,.25)}.help-tool-tip{border:unset!important;margin:unset!important;padding-top:2px}.help-tool-tip .popper{font-size:var(--font-size-base);font-weight:400;line-height:18px;letter-spacing:2.2px;white-space:normal;width:320px}.help-tool-tip .popper #arrow,.help-tool-tip .popper #arrow:before{content:"";position:absolute;background:#fff;border:10px solid transparent;width:20px;height:20px;transform:rotate(45deg) translate(-8px,2px)}.help-tool-tip .icon-question-circle{margin-left:.5em;font-size:1.3em;font-weight:400;color:#fff;cursor:pointer}.vc-header .vc-title{color:var(--text-color);font-weight:400}.vc-header .vc-arrow,.vc-header .vc-title{background-color:unset}.vc-popover-caret{display:none!important}body,html{color:var(--text-color);font-family:Noto Sans JP,sans-serif}html{font-size:var(--font-size-html);height:100%}body{width:100%;min-width:var(--container-width);min-height:100%;display:grid;grid-template-rows:1fr auto;font-size:var(--font-size-base);font-feature-settings:"palt";letter-spacing:.1em;line-height:1.6em}a,a:active,a:focus,a:hover,a:link,a:visited{color:var(--text-color);text-decoration:none;cursor:pointer}h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0}li{display:unset}table{border-collapse:collapse;border-spacing:0}table,td,th,tr{border:none}input{color:var(--text-color)}input:focus-visible{outline:none}:is(input[type=radio],input[type=checkbox]){width:1.4em;height:1.4em;top:.36em;position:relative;margin-right:.4em}.tab-menu,.unselectable{-moz-user-select:none;-webkit-user-select:none;user-select:none}.center{display:flex;align-items:center;justify-content:center;width:100%}.shadow{box-shadow:var(--shadow)}.shadow-up{box-shadow:var(--shadow-up)}.shadow-filter{filter:drop-shadow(3px 3px 5px rgba(0,0,0,.35))}#app{height:100%}#app,.contents{display:flex;flex-direction:column}.contents{gap:48px;margin-inline:auto;padding:42px var(--contents-wrapper-padding);background:var(--background-color)}hr{color:var(--gray-03-color);width:94%;margin-bottom:28px}.hr{display:block;width:86%;margin-inline:auto;border-bottom:1px solid var(--gray-03-color)}.button{display:flex;justify-content:center;align-items:center;font-size:var(--font-size-base);color:#fff;background-color:var(--primary-color);padding:8px 16px;border:none;border-radius:4px;transition:.2s;cursor:pointer}.button:hover{background-color:var(--primary-hover-color)}.button.disabled{background-color:var(--gray-02-color);cursor:not-allowed}.no-data{width:100%;height:100%;background-color:hsla(0,0%,100%,.09);-webkit-backdrop-filter:saturate(180%) blur(2px);backdrop-filter:saturate(180%) blur(2px)}.no-data,.no-data-overlay{display:flex;justify-content:center;align-items:center}.no-data-overlay{z-index:1000;position:absolute;height:calc(100% + var(--contents-wrapper-padding)*2);width:calc(100% + var(--contents-wrapper-padding)*2);top:calc(var(--contents-wrapper-padding)*-1);left:calc(var(--contents-wrapper-padding)*-1);background-color:hsla(0,0%,100%,.65);-webkit-backdrop-filter:saturate(180%) blur(9px);backdrop-filter:saturate(180%) blur(9px)}.link-underline{-webkit-text-decoration:underline var(--primary-color)!important;text-decoration:underline var(--primary-color)!important}.overlayView{z-index:2000;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(201,207,213,.38);-webkit-backdrop-filter:saturate(120%) blur(4px);backdrop-filter:saturate(120%) blur(4px);display:flex;align-items:center;justify-content:center;transition:.25s linear}.overlayView .readingSpinner{color:#fff}.tabulator{font-size:14px!important}.table .column{display:block;padding:0 12px;white-space:nowrap}.table.table-title{display:flex;color:#fff;font-weight:700;border:1px solid var(--比較元-color);background-color:var(--比較元-color);border-top:none;border-bottom:none;border-radius:3px 3px 0 0;line-height:var(--table-row-height)}.table.table-title.target{border:1px solid var(--比較先-color);background-color:var(--比較先-color)}.table.table-title .column{overflow:hidden}.table.table-title .column+.column{border-left:1px solid #fff}.table.table-body{display:flex;flex-direction:column;border:1px solid var(--gray-03-color);border-top:none;border-radius:0 0 3px 3px;background-color:#fff}.table.table-body .column{overflow:hidden;text-overflow:ellipsis}.table.table-body .table-row{transition:.05s}.table.table-body .table-row:hover{background-color:var(--gray-04-color)}.table.table-body-scroll{overflow-y:auto;overflow-x:hidden;height:calc(var(--table-row-height)*20 + 20px)}.table.table-row{display:flex;background-color:#fff;line-height:var(--table-row-height)}.table.table-row:nth-child(2n){background-color:var(--gray-05-color)}.table.table-row:not(:first-child){border-top:1px solid var(--gray-03-color)}.table.table-row .column.ratio{justify-content:flex-end;text-align:right}.table.table-row .column a{display:unset}.table.table-row .column+.column{border-left:1px solid var(--gray-03-color)}.half .table.table-title{color:#fff}.half .table.table-title.source{border:1px solid var(--比較元-color);background-color:var(--比較元-color)!important}.half .table.table-title.target{border:1px solid var(--比較先-color);background-color:var(--比較先-color)!important}.half .table .column.date{width:144px!important}.half .table .column.rank{width:64px!important}.row{display:flex;justify-content:flex-start;align-items:flex-start}.row>*{width:100%}.row.row-half{gap:16px}.row.row-half>*{width:calc((100% - var(--contents-half-gap))/2)}.row.sticky-select-artist{z-index:1200;position:sticky;margin-left:-16px;padding-left:16px;margin-right:-16px;padding-right:16px;padding-bottom:4px;top:64px;background:var(--background-color)}.row.select-period,.row.select-week{z-index:1210;justify-content:right;align-items:center;padding:0;margin:0;margin-left:auto}.row.select-period .vc-popover-content-wrapper{transform:translate(-440px,34px)!important}.row.select-week .vc-popover-content-wrapper{transform:translate(-536px,34px)!important}.tab-menu{color:var(--primary-color);background-color:#fff;box-shadow:var(--shadow-up);border-radius:4px 4px 0 0;font-size:var(--font-size-middle2)}.tab-menu,.tab-menu .tab-menu-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tab-menu .tab-menu-item{position:relative;width:100%;height:68px;padding:16px 0;font-weight:700;cursor:pointer}.tab-menu .tab-menu-item.active{background-color:var(--tab-active-color);cursor:default}.tab-menu .tab-menu-item.disabled{background-color:var(--gray-05-color);cursor:not-allowed}.tab-menu .tab-menu-item:not(.active):hover{background-color:var(--tab-hover-color)}.tab-menu .tab-menu-item:not(:first-child):not(.active):not(.active+li):before{content:"";border:1px solid var(--gray-03-color);align-self:stretch}.tab-menu .tab-menu-item .tab-menu-item-label{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%}.tab-menu .tab-menu-item .tab-menu-item-label .icon{font-size:calc(var(--font-size-middle2)*1.4)}.select{width:320px;background-color:#fff;box-shadow:var(--shadow);--vs-font-size:1.4rem}.select .vs__dropdown-toggle{width:320px;height:45px;border:none}.select .vs__dropdown-toggle .vs__actions .vs__clear{fill:var(--gray-02-color);margin-top:-3px;margin-right:6px;padding:6px;padding-left:0;transform:scale(1.3)}.select:is(.disabled,.vs--disabled){background-color:unset}.select:is(.disabled,.vs--disabled) .vs__dropdown-toggle{cursor:not-allowed!important}.vs--single .vs__dropdown-option--highlight{min-width:100%;width:-moz-max-content;width:max-content}.vs--single:not(.vs--open) .vs__selected+.vs__search{width:0;padding:0;margin:0;border:none;height:0}.vs--single .vs__selected-options{width:0}.vs--single .vs__selected{display:block;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:10px 2px 0}.scroll-area{display:flex;overflow-x:hidden;overflow-y:auto}.v-popper--theme-tooltip .v-popper__inner{max-width:600px!important;width:-moz-max-content!important;width:max-content!important;word-break:break-all;white-space:pre-wrap;text-align:left;background:#fff;color:var(--text-color);padding:16px;border:1px solid #fff;border-radius:4px;box-shadow:0 5px 15px 0 rgba(0,0,0,.3)}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#fff}.v-popper--theme-tooltip .v-popper__arrow-inner{visibility:visible;border-color:#fff}.tooltip{position:absolute;width:auto;height:auto;padding:16px;color:var(--text-color);background:#fff;border-radius:4px;box-shadow:0 5px 15px 0 rgba(0,0,0,.3);font-size:var(--font-size-base);font-weight:400;line-height:1.4em;letter-spacing:.12em;z-index:1100;white-space:nowrap;visibility:hidden;transition-duration:.3s}.tooltip:hover{visibility:visible!important}.tooltip .title{font-size:1.06em;font-weight:700;-webkit-text-decoration:underline var(--group02-2-color);text-decoration:underline var(--group02-2-color);margin-bottom:.4em}.table-tooltip-parent{position:relative}.table-tooltip-parent .tooltip{display:none;white-space:normal;max-width:max(50vw,500px);min-width:300px;padding:6px 10px;margin-top:calc(var(--table-row-height)*1.1);left:68px}.table-tooltip-parent .tooltip:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-8px;border-width:8px;border-style:solid;border-color:transparent transparent var(--gray-03-color) transparent}.table-tooltip-parent .tooltip-hover-area:hover .tooltip{visibility:visible;display:inline-block}.title-h3{position:relative;display:flex;font-weight:700;font-size:1.8rem;white-space:nowrap;margin-top:48px;margin-bottom:8px}.title-h3:after{content:"";position:absolute;height:4px;width:64px;left:0;bottom:-12px;background-color:var(--group02-4-color);border-radius:1px}.title-h3 .help-tool-tip .icon-question-circle{padding:4px;color:var(--primary-color)}.graph-wrapper{display:flex;align-items:flex-start;font-size:1.4rem;background-color:#fff}.item-男性{color:var(--男性)!important}.item-男性 :is(rect,path){fill:var(--男性)!important}.item-男性 text{fill:#fff!important;filter:drop-shadow(1px 1px 1px var(--男性))!important}.item-女性{color:var(--女性)!important}.item-女性 :is(rect,path){fill:var(--女性)!important}.item-女性 text{fill:#fff!important;filter:drop-shadow(1px 1px 1px var(--女性))!important}.banner-artist-name{display:flex;align-items:center;height:40px;width:100%;margin-top:18px;margin-right:18px;padding:0 10px;font-size:1.8rem;background-color:var(--比較元-color);color:#fff}.banner-artist-name.comparison.target{background-color:var(--比較先-color)}.datasource-info{display:grid;place-content:center;width:-moz-fit-content;width:fit-content;margin-left:auto;padding:6px 8px;font-size:var(--font-size-base);line-height:1.4em;background-color:#fff;border-radius:4px}.table-wrapper .tabulator{overflow:visible!important}.table-wrapper .tabulator .tabulator-cell,.table-wrapper .tabulator .tabulator-col-content{padding:4px!important}.table-wrapper .tabulator .tabulator-cell{min-height:inherit}.table-wrapper .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input{font-size:14px}.table-wrapper .tabulator .tabulator-header .tabulator-col:not(:last-child){border-right:1px solid var(--gray-04-color)}.table-wrapper .tabulator .tabulator-header .tabulator-col-title{padding-right:15px!important}.table-wrapper .tabulator .tabulator-row{min-height:54px}.table-wrapper .tabulator .tabulator-row .column-cancel,.table-wrapper .tabulator .tabulator-row .column-delete,.table-wrapper .tabulator .tabulator-row .column-save{overflow:visible}.table-wrapper .tabulator .tabulator-row .button{border-radius:8px;padding:4px 12px;cursor:pointer}.table-wrapper .tabulator .tabulator-row .button.button-row-edit{margin-inline:auto}.table-wrapper .tabulator .tabulator-row .icon{position:relative;display:none;height:28px;width:28px;padding-left:2px;color:#fff;font-size:18px;border-radius:6px;cursor:pointer}.table-wrapper .tabulator .tabulator-row .icon.icon-checkmark{background-color:var(--group01-5-color)}.table-wrapper .tabulator .tabulator-row .icon.icon-checkmark:hover{background-color:var(--group01-4-color)}.table-wrapper .tabulator .tabulator-row .icon.icon-cross{background-color:var(--group07-5-color)}.table-wrapper .tabulator .tabulator-row .icon.icon-cross:hover{background-color:var(--group07-4-color)}.table-wrapper .tabulator .tabulator-row .icon.icon-trash{background-color:var(--group02-5-color)}.table-wrapper .tabulator .tabulator-row .icon.icon-trash:hover{background-color:var(--group02-4-color)}.table-wrapper .tabulator .tabulator-row .icon .tooltiptext{visibility:hidden;position:absolute;color:var(--text-color);font-family:Noto Sans JP,sans-serif;font-size:var(--font-size-base);font-weight:400;text-align:center;line-height:18px;letter-spacing:2.2px;white-space:nowrap;padding:4px 8px;background:#fff;border-radius:3px;width:-moz-max-content;width:max-content;top:-12px;left:22px;z-index:1}.table-wrapper .tabulator .tabulator-row .icon:hover .tooltiptext{visibility:visible}.table-wrapper .tabulator .tabulator-row.tabulator-selected{background-color:var(--group01-1-color)}.table-wrapper .tabulator .tabulator-row.tabulator-selected:hover{background-color:var(--group01-2-color)}.table-wrapper .tabulator .tabulator-row.tabulator-selected .column-tickCross,.table-wrapper .tabulator .tabulator-row.tabulator-selected .tabulator-editable{background-color:#fff;border:4px solid var(--group01-1-color);box-sizing:border-box;box-shadow:inset 2px 2px 4px #a1a1a1;padding-left:10px!important}.table-wrapper .tabulator .tabulator-row.tabulator-selected .column-tickCross textarea,.table-wrapper .tabulator .tabulator-row.tabulator-selected .tabulator-editable textarea{border:none;outline:none}.table-wrapper .tabulator .tabulator-row.tabulator-selected .icon{display:flex;justify-content:center;align-items:center}.table-wrapper .tabulator .tabulator-row.tabulator-selected .tabulator-cell:last-child,.table-wrapper .tabulator .tabulator-row.tabulator-selected .tabulator-cell:nth-last-child(2){cursor:auto}.table-wrapper .tabulator .tabulator-row:nth-child(odd) .tabulator-cell:not(:last-child){border-right:1px solid var(--gray-04-color)}.table-wrapper .tabulator .tabulator-row:nth-child(2n):not(:last-child) .tabulator-cell{border-right:1px solid #fff}.tabulator-tooltip{max-width:480px;font-size:var(--font-size-base);padding:8px 16px;border-radius:4px;word-break:auto-phrase;line-height:1.4;filter:drop-shadow(3px 3px 5px rgba(0,0,0,.35))}.button.add-comparison-target{width:166px;height:45px;margin-left:auto}.button.add-comparison-target .icon-plus{margin-left:8px;display:inline-block;width:var(--font-size-middle);height:var(--font-size-middle);line-height:var(--font-size-middle);font-size:var(--font-size-middle);font-weight:700;color:var(--primary-color);background-color:#fff;border-radius:50%}.button.add-comparison-target .icon-plus:before{margin-left:-.2px}.contents[data-v-84e06f90]{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--contents-tile-gap);width:100%;min-width:0}.contents[data-v-84e06f90] .popper{width:43.5em}.contents[data-v-84e06f90] .popper ul li{display:list-item;margin-left:1.2em}.contents[data-v-863cad96],.contents[data-v-d2e396ae]{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--contents-tile-gap);width:100%;min-width:0}.wrapper[data-v-e00828d2]{width:100%}.wrapper .title-row[data-v-e00828d2]{height:48px;display:flex;align-items:center;color:#fff;font-size:16px;font-weight:700;line-height:1em;background-color:var(--primary-color);border-radius:8px 8px 0 0}.wrapper .title-row>div[data-v-e00828d2]{display:flex;align-items:center;padding:7px 16px}.wrapper .title-row>div.column-graph-bar[data-v-e00828d2]{padding-left:32px}.wrapper .graph-wrapper[data-v-e00828d2]{flex-direction:column}.wrapper .graph-wrapper .row-line[data-v-e00828d2]{display:flex;width:100%;height:var(--bar-chart-horizontal-row-height);background-color:#fff;padding:7px 8px 7px 16px}.wrapper .graph-wrapper .row-line .title[data-v-e00828d2]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.wrapper .graph-wrapper .row-line .title[data-v-e00828d2]:hover{position:relative;display:inline-block;overflow:visible;z-index:1;width:auto;padding-right:.4em;background-color:#fff;border-radius:3px;opacity:.86}.wrapper .graph-wrapper .row-line:nth-child(2n) .title[data-v-e00828d2]:hover,.wrapper .graph-wrapper .row-line[data-v-e00828d2]:nth-child(2n){background-color:var(--gray-05-color)}.wrapper .graph-wrapper .bar-chart-horizontal[data-v-e00828d2]{margin-top:calc(var(--a0f84570)*-1px);margin-left:auto}.wrapper .graph-wrapper.scroll-area[data-v-e00828d2]{max-height:calc(var(--bar-chart-horizontal-row-height)*20)}.wrapper .column-graph-bar[data-v-e00828d2]{flex:1}.select-area[data-v-5bb6eb8a]{display:flex;gap:16px}.select-area :is(.select:is(.gender[data-v-5bb6eb8a],.age[data-v-5bb6eb8a]),.select:is(.gender[data-v-5bb6eb8a],.age[data-v-5bb6eb8a])>div){width:170px}.select-area .select-reset[data-v-5bb6eb8a]{height:-moz-min-content;height:min-content;font-weight:700;color:#fff;background-color:var(--primary-color);margin-top:auto;margin-left:auto;margin-right:16px;padding:12px 24px;border:none;border-radius:4px;cursor:pointer;transition:.3s}.select-area .select-reset[data-v-5bb6eb8a]:hover{background-color:var(--primary-hover-color)}.table-area[data-v-5bb6eb8a]{display:flex;justify-content:space-between;gap:16px;margin-top:24px}.table-area .maker[data-v-5bb6eb8a]{width:440px}.table-area .maker[data-v-5bb6eb8a] .column-itemname{width:235px}.table-area .product[data-v-5bb6eb8a]{flex:1}.table-area .product[data-v-5bb6eb8a] .column-itemname{width:367px}.table-area .product[data-v-5bb6eb8a] .column-categoryname{width:235px}.select-area[data-v-8a927708]{display:flex;gap:16px}.select-area :is(.select:is(.gender[data-v-8a927708],.age[data-v-8a927708]),.select:is(.gender[data-v-8a927708],.age[data-v-8a927708])>div){width:170px}.select-area .n-number[data-v-8a927708]{display:grid;place-content:center;margin-top:1.4em;margin-left:1em}.select-area .select-reset[data-v-8a927708]{height:-moz-min-content;height:min-content;font-weight:700;color:#fff;background-color:var(--primary-color);margin-top:auto;margin-left:auto;margin-right:16px;padding:12px 24px;border:none;border-radius:4px;cursor:pointer;transition:.3s}.select-area .select-reset[data-v-8a927708]:hover{background-color:var(--primary-hover-color)}.table-area[data-v-8a927708]{display:flex;justify-content:space-between;gap:16px;margin-top:24px}.table-area .anser-list[data-v-8a927708]{width:100%}.table-area .anser-list[data-v-8a927708] .column-itemname{width:367px}.customer-features[data-v-31e3efd2]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px 16px}.customer-features .hobby[data-v-31e3efd2]{height:314px}.customer-ranking[data-v-31e3efd2]{margin-top:40px}section[data-v-bd061068]{width:100%;min-width:0;border-radius:4px;padding-top:8px}section[data-v-bd061068] .x-axis path{stroke:none}section[data-v-bd061068] rect.overlay{pointer-events:none}section[data-v-bd061068] .tooltip .tooltip-title{margin-right:4px;font-size:.8em}section[data-v-bd061068] .tooltip .tooltip-title.tooltip-lineData01{color:var(--652e800e)}section[data-v-bd061068] .tooltip .tooltip-title.tooltip-barData01{color:var(--14e8bc60)}.wrapper[data-v-4009759b]{width:100%;container-type:inline-size}.wrapper .summary[data-v-4009759b]{display:flex;flex-wrap:wrap;gap:16px;font-weight:700}.wrapper .summary .summary-tile[data-v-4009759b]{display:inline-flex;flex-direction:column;gap:1px;width:292px}.wrapper .summary .summary-tile .title[data-v-4009759b]{padding:6px 24px;text-align:center;font-size:16px;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.wrapper .summary .summary-tile .count[data-v-4009759b]{display:grid;place-content:center;height:3em;font-size:32px;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.wrapper .summary .summary-tile .count .label[data-v-4009759b]{font-size:.76em}.contents[data-v-51f3e816]{gap:64px;padding:0;background:none}.contents .sticky-select-artist[data-v-51f3e816]{position:sticky;z-index:1;top:64px;padding:4px 0;background-color:var(--gray-04-color)}.contents .search-attribute[data-v-51f3e816]{display:flex;justify-content:space-between;width:100%}.contents .search-attribute .search-attribute-left[data-v-51f3e816]{display:flex;flex-wrap:wrap;gap:12px 16px}.contents .search-attribute .search-attribute-right[data-v-51f3e816]{display:flex;justify-content:flex-end;align-content:space-between;flex-wrap:wrap}.contents .search-attribute .search-attribute-column[data-v-51f3e816]{display:flex;align-items:center;gap:8px}.contents .search-attribute .search-attribute-column .select.artist[data-v-51f3e816],.contents .search-attribute .search-attribute-column .select.artist[data-v-51f3e816]>.vs__dropdown-toggle{width:226px!important}.contents .search-attribute .search-attribute-column .select.tour[data-v-51f3e816],.contents .search-attribute .search-attribute-column .select.tour[data-v-51f3e816]>.vs__dropdown-toggle{width:376px!important}.contents .search-attribute .search-attribute-column .select.gender[data-v-51f3e816],.contents .search-attribute .search-attribute-column .select.gender[data-v-51f3e816]>.vs__dropdown-toggle{--vs-dropdown-min-width:120px;width:128px!important}.contents .search-attribute .search-attribute-column .select.category[data-v-51f3e816],.contents .search-attribute .search-attribute-column .select.category[data-v-51f3e816]>.vs__dropdown-toggle{width:400px!important}.contents .search-attribute .search-attribute-column .select.category .select-category-title[data-v-51f3e816],.contents .search-attribute .search-attribute-column .select.category[data-v-51f3e816]>.vs__dropdown-toggle .select-category-title{font-weight:700}.contents .search-attribute .search-attribute-column .select.category .select-category-item[data-v-51f3e816],.contents .search-attribute .search-attribute-column .select.category[data-v-51f3e816]>.vs__dropdown-toggle .select-category-item{padding-left:16px}.contents .search-attribute .search-attribute-column .select.product[data-v-51f3e816],.contents .search-attribute .search-attribute-column .select.product[data-v-51f3e816]>.vs__dropdown-toggle{width:466px!important}.contents .search-attribute .search-attribute-column .select.age[data-v-51f3e816],.contents .search-attribute .search-attribute-column .select.age[data-v-51f3e816]>.vs__dropdown-toggle{--vs-dropdown-min-width:128px;width:128px!important}.contents .search-attribute .button[data-v-51f3e816]{width:166px;height:45px}.contents .search-attribute .button .icon[data-v-51f3e816]{margin-left:8px}.contents .search-attribute .button.disabled[data-v-51f3e816]{background-color:var(--gray-02-color);cursor:not-allowed}.contents .width-split-wapper[data-v-51f3e816]{display:flex;justify-content:space-between;gap:16px}.contents .width-split-wapper .search-attribute[data-v-51f3e816]{flex-wrap:wrap;justify-content:flex-end;gap:8px 16px}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-51f3e816],.tour[data-v-51f3e816],.gender[data-v-51f3e816],.age[data-v-51f3e816],.category[data-v-51f3e816],.product[data-v-51f3e816]),.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-51f3e816],.tour[data-v-51f3e816],.gender[data-v-51f3e816],.age[data-v-51f3e816],.category[data-v-51f3e816],.product[data-v-51f3e816])>.vs__dropdown-toggle{width:292px!important}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.gender[data-v-51f3e816],.age[data-v-51f3e816]),.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.gender[data-v-51f3e816],.age[data-v-51f3e816])>.vs__dropdown-toggle{width:138px!important}.contents .width-split-wapper .search-attribute[data-v-51f3e816] input{width:292px}.contents .width-split-wapper .card-area[data-v-51f3e816]{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--contents-tile-gap);width:100%;min-width:0}.contents .width-split-wapper .card-area .chartGenderData[data-v-51f3e816] .legend{display:flex;flex-direction:column;gap:12px;margin:24px 0 0 0;width:278px;font-size:16px;font-weight:700}.contents .width-split-wapper .card-area .chartGenderData[data-v-51f3e816] .legend p.twoColumun:first-of-type .title-color{color:var(--男性)!important}.contents .width-split-wapper .card-area .chartGenderData[data-v-51f3e816] .legend p.twoColumun:nth-of-type(2) .title-color{color:var(--女性)!important}.contents .width-split-wapper .card-area .chartGenderData[data-v-51f3e816] svg .pie-path0{fill:var(--男性)!important}.contents .width-split-wapper .card-area .chartGenderData[data-v-51f3e816] svg .pie-path1{fill:var(--女性)!important}.contents .width-split-wapper .card-area .chartGenderData[data-v-51f3e816] svg .pie-text0{filter:drop-shadow(1px 1px 1px var(--男性))!important}.contents .width-split-wapper .card-area .chartGenderData[data-v-51f3e816] svg .pie-text1{fill:#fff!important;filter:drop-shadow(1px 1px 1px var(--女性))!important}.contents .width-split-wapper .unit-wrapper[data-v-51f3e816]{width:100%;min-width:0}.contents .width-split-wapper .unit-wrapper .row-tab[data-v-51f3e816]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;border-radius:4px 4px 0 0;font-size:var(--font-size-middle);color:var(--primary-color);gap:4px}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-51f3e816]{display:flex;justify-content:center;align-items:center;min-width:88px;height:44px;padding:0 32px;background-color:#fff;border-radius:12px 12px 0 0;font-weight:700;cursor:pointer;transition:.5s}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.active[data-v-51f3e816]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-51f3e816]:not(:is(.active,.disabled)):hover{background-color:var(--group01-1-color)}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.disabled[data-v-51f3e816]{background-color:var(--gray-05-color);cursor:not-allowed}.contents .width-split-wapper .unit-wrapper .chart-wrapper[data-v-51f3e816]{padding:16px;padding-top:12px;background-color:#f2f4f7;border-radius:4px;border-top-left-radius:0}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper[data-v-51f3e816]{display:flex;justify-content:flex-end;gap:8px;padding-bottom:8px}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg line[data-v-51f3e816]{stroke-width:2}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg.transition-bar01[data-v-51f3e816]{stroke:var(--group02-5-color);fill:var(--group02-5-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg.transition-bar02[data-v-51f3e816]{stroke:var(--group02-2-color);fill:var(--group02-2-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg.transition-line01[data-v-51f3e816]{fill:var(--group01-5-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper>svg.transition-line02[data-v-51f3e816]{fill:var(--group01-2-color)}.contents .width-split-wapper .unit-wrapper .chart-wrapper .title-wrapper div[data-v-51f3e816]{margin-right:16px}.contents .last-modified[data-v-51f3e816]{margin:-40px 0 -48px;padding-left:4px}.contents .tax-wrapper[data-v-51f3e816]{width:-moz-fit-content;width:fit-content;margin-bottom:-40px}.contents .tax-wrapper input[type=radio][data-v-51f3e816]{display:none}.contents .tax-wrapper input[type=radio]:checked+label[data-v-51f3e816]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .tax-wrapper label[data-v-51f3e816]{display:inline-grid;place-content:center;width:7em;height:2.4em;font-weight:700;color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);cursor:pointer;transition:.3s}.contents .tax-wrapper label[data-v-51f3e816]:hover{background-color:var(--group01-1-color)}.contents .tax-wrapper label[data-v-51f3e816]:nth-child(2){border-radius:4px 0 0 4px}.contents .tax-wrapper label[data-v-51f3e816]:last-child{border-radius:0 4px 4px 0}.contents .select-category[data-v-51f3e816]{display:flex;align-items:center}.contents .select-category .hr2[data-v-51f3e816]{height:-moz-min-content;height:min-content;width:780px;margin-inline:auto;border-bottom:2px solid var(--gray-03-color)}.contents[data-v-6fcdf78d]{gap:64px;padding:0;background:none}.contents .sticky-select-artist[data-v-6fcdf78d]{position:sticky;z-index:1;top:64px;padding:4px 0;background-color:var(--gray-04-color)}.contents .search-attribute[data-v-6fcdf78d]{display:flex;justify-content:space-between;width:100%}.contents .search-attribute .search-attribute-left[data-v-6fcdf78d]{display:flex;flex-wrap:wrap;gap:12px 16px}.contents .search-attribute .search-attribute-right[data-v-6fcdf78d]{display:flex;justify-content:flex-end;align-content:space-between;flex-wrap:wrap}.contents .search-attribute .search-attribute-column[data-v-6fcdf78d]{display:flex;align-items:center;gap:8px}.contents .search-attribute .search-attribute-column .select.artist[data-v-6fcdf78d],.contents .search-attribute .search-attribute-column .select.artist[data-v-6fcdf78d]>.vs__dropdown-toggle{width:400px!important}.contents .search-attribute .search-attribute-column .select.tour[data-v-6fcdf78d],.contents .search-attribute .search-attribute-column .select.tour[data-v-6fcdf78d]>.vs__dropdown-toggle{width:604px!important}.contents .search-attribute .search-attribute-column .select.category[data-v-6fcdf78d],.contents .search-attribute .search-attribute-column .select.category[data-v-6fcdf78d]>.vs__dropdown-toggle{width:400px!important}.contents .search-attribute .search-attribute-column .select.category .select-category-title[data-v-6fcdf78d],.contents .search-attribute .search-attribute-column .select.category[data-v-6fcdf78d]>.vs__dropdown-toggle .select-category-title{font-weight:700}.contents .search-attribute .search-attribute-column .select.category .select-category-item[data-v-6fcdf78d],.contents .search-attribute .search-attribute-column .select.category[data-v-6fcdf78d]>.vs__dropdown-toggle .select-category-item{padding-left:16px}.contents .search-attribute .search-attribute-column .select.product[data-v-6fcdf78d],.contents .search-attribute .search-attribute-column .select.product[data-v-6fcdf78d]>.vs__dropdown-toggle{width:604px!important}.contents .search-attribute .button[data-v-6fcdf78d]{width:166px;height:45px}.contents .search-attribute .button .icon[data-v-6fcdf78d]{margin-left:8px}.contents .search-attribute .button.disabled[data-v-6fcdf78d]{background-color:var(--gray-02-color);cursor:not-allowed}.contents .width-split-wapper[data-v-6fcdf78d]{display:flex;justify-content:space-between;gap:16px}.contents .width-split-wapper .search-attribute[data-v-6fcdf78d]{flex-wrap:wrap;justify-content:flex-end;gap:8px 16px}.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-6fcdf78d],.tour[data-v-6fcdf78d],.category[data-v-6fcdf78d],.product[data-v-6fcdf78d]),.contents .width-split-wapper .search-attribute .search-attribute-column .select:is(.artist[data-v-6fcdf78d],.tour[data-v-6fcdf78d],.category[data-v-6fcdf78d],.product[data-v-6fcdf78d])>.vs__dropdown-toggle{width:292px!important}.contents .width-split-wapper .search-attribute[data-v-6fcdf78d] input{width:292px}.contents .width-split-wapper .unit-wrapper[data-v-6fcdf78d]{width:100%;min-width:0}.contents .width-split-wapper .unit-wrapper.summary[data-v-6fcdf78d]{display:flex;flex-wrap:wrap;gap:16px;font-weight:700}.contents .width-split-wapper .unit-wrapper.summary .summary-tile[data-v-6fcdf78d]{display:inline-flex;flex-direction:column;gap:1px;width:292px}.contents .width-split-wapper .unit-wrapper.summary .summary-tile .title[data-v-6fcdf78d]{padding:6px 24px;text-align:center;font-size:16px;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.contents .width-split-wapper .unit-wrapper.summary .summary-tile .count[data-v-6fcdf78d]{display:grid;place-content:center;height:3em;font-size:32px;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.contents .width-split-wapper .unit-wrapper.summary .summary-tile .count .label[data-v-6fcdf78d]{font-size:.76em}.contents .width-split-wapper .unit-wrapper .row-tab[data-v-6fcdf78d]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;border-radius:4px 4px 0 0;font-size:var(--font-size-middle);color:var(--primary-color);gap:4px}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-6fcdf78d]{display:flex;justify-content:center;align-items:center;min-width:88px;height:44px;padding:0 32px;background-color:#fff;border-radius:12px 12px 0 0;font-weight:700;cursor:pointer;transition:.5s}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.active[data-v-6fcdf78d]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item[data-v-6fcdf78d]:not(:is(.active,.disabled)):hover{background-color:var(--group01-1-color)}.contents .width-split-wapper .unit-wrapper .row-tab .tab-item.disabled[data-v-6fcdf78d]{background-color:var(--gray-05-color);cursor:not-allowed}.contents .last-modified[data-v-6fcdf78d]{margin:-40px 0 -48px;padding-left:4px}.tab-menu[data-v-0946505c]{width:-moz-fit-content;width:fit-content}.tab-menu .tab-menu-item[data-v-0946505c]{width:240px}.tab-menu .tab-menu-item .icon.icon-shopping-basket[data-v-0946505c]{font-size:calc(var(--font-size-middle2)*1.14)}.tab-menu .tab-menu-item .icon.icon-box[data-v-0946505c]{font-size:calc(var(--font-size-middle2)*1.5)}.tab-menu .tab-menu-item .icon.icon-people_alt[data-v-0946505c]{font-size:calc(var(--font-size-middle2)*1.2)}.tab-menu .tab-menu-item .icon.icon-trending_up[data-v-0946505c]{padding:4px;font-size:var(--font-size-middle2);font-weight:700;color:#fff;background-color:var(--primary-color);border-radius:50%}.tab-content[data-v-0946505c]{padding:32px 16px;background-color:var(--gray-04-color)}.AnimeWordCloudTab[data-v-8a7a8e80]{width:100%}.AnimeWordCloudTab .card[data-v-8a7a8e80]{background-color:#fff;border:1px solid var(--gray-04-color);border-radius:8px;line-height:1}.AnimeWordCloudTab .card .title-line[data-v-8a7a8e80]{display:flex;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);border-radius:8px 8px 0 0;height:48px;padding:8px 6px 8px 25px}.AnimeWordCloudTab .card .title-line .title-left[data-v-8a7a8e80]{display:flex;font-size:var(--font-size-middle);font-weight:700}.AnimeWordCloudTab .card .title-line .link-viewall[data-v-8a7a8e80]{padding:8px;color:#fff;text-wrap:nowrap}.AnimeWordCloudTab .card .title-tab[data-v-8a7a8e80]{display:flex;margin-top:16px;margin-left:32px;color:var(--primary-color);font-size:var(--font-size-small);font-weight:700}.AnimeWordCloudTab .card .title-tab.half[data-v-8a7a8e80]{justify-content:center;margin-left:0}.AnimeWordCloudTab .card .title-tab .title[data-v-8a7a8e80]{display:grid;place-content:center;width:14em;height:30px;padding:8px 0;border:1px solid var(--primary-color);cursor:pointer;transition:.3s}.AnimeWordCloudTab .card .title-tab .title[data-v-8a7a8e80]:first-child{border-radius:15px 0 0 15px}.AnimeWordCloudTab .card .title-tab .title[data-v-8a7a8e80]:not(:first-child){border-left:none}.AnimeWordCloudTab .card .title-tab .title[data-v-8a7a8e80]:last-child{border-radius:0 15px 15px 0}.AnimeWordCloudTab .card .title-tab .title.active[data-v-8a7a8e80]{color:#fff;background-color:var(--primary-color);cursor:default}.AnimeWordCloudTab .card .graph-wrapper[data-v-8a7a8e80]{height:372px}.AnimeWordCloudTab .notes[data-v-8a7a8e80]{margin-left:16px;color:var(--gray-01-color)}.card[data-v-98604c50]{display:flex;height:80px;width:var(--contents-tile-half-width)}.card .icon-wrapper[data-v-98604c50]{display:grid;place-content:center;width:104px;color:#fff;background-color:var(--primary-color);border-radius:8px 0 0 8px;font-size:32px}.card .icon-wrapper[data-v-98604c50] .icon{padding-left:4px}.card .icon-wrapper[data-v-98604c50] .icon:is(.icon-cm,.icon-tvanime,.icon-dorama,.icon-movie,.icon-movie_anime){filter:invert(1);width:40px}.card .comment[data-v-98604c50]{flex:1;display:flex;flex-direction:column;font-weight:700;background-color:#fff;border-radius:0 8px 8px 0;padding:8px 32px;word-break:break-all;word-break:auto-phrase}.card .comment .first-line[data-v-98604c50]{display:flex;align-items:center;gap:8px}.card .comment .first-line .track_name[data-v-98604c50]{display:flex;align-items:center;height:24px;width:320px}.card .comment .first-line .track_name>p[data-v-98604c50]{position:absolute;text-wrap:nowrap;line-height:1em}.card .comment .first-line .tieup_start[data-v-98604c50]{flex:1;font-size:14px;text-align:right}.card .comment .tieup_name[data-v-98604c50]{display:flex;align-items:center;height:40px;width:432px}.card .comment .tieup_name>p[data-v-98604c50]{position:absolute;text-wrap:nowrap;line-height:1em}.card[data-v-2361deca]{display:flex;height:80px;width:var(--contents-tile-half-width)}.card .icon-wrapper[data-v-2361deca]{display:grid;place-content:center;width:104px;color:#fff;background-color:var(--primary-color);border-radius:8px 0 0 8px;font-size:32px}.card .icon-wrapper .icon[data-v-2361deca]{padding-left:4px}.card .icon-wrapper .icon.icon-youtube[data-v-2361deca]:before{color:#fff!important}.card .icon-wrapper .icon.icon-trending_up[data-v-2361deca]{padding:4px;font-weight:700;color:var(--primary-color);background-color:#fff;border-radius:50%}.card .comment[data-v-2361deca]{flex:1;display:flex;flex-direction:column;font-weight:700;background-color:#fff;border-radius:0 8px 8px 0;padding:8px 32px;word-break:break-all;word-break:auto-phrase}.card .comment .first-line[data-v-2361deca]{display:flex;align-items:center;gap:8px}.card .comment .first-line .track_name[data-v-2361deca]{display:flex;align-items:center;gap:12px;height:24px}.card .comment .first-line .tieup_start[data-v-2361deca]{flex:1;font-size:14px;text-align:right}.card .comment .second-line[data-v-2361deca]{display:flex;align-items:center;gap:16px}.card .comment .second-line .ranking[data-v-2361deca]{font-size:16px;width:40px}.card .comment .second-line .tieup_name[data-v-2361deca]{display:flex;align-items:center;height:40px;width:384px}.card .comment .second-line .tieup_name>p[data-v-2361deca]{position:absolute;text-wrap:nowrap;line-height:1em}.card[data-v-c6cd33a4]{background-color:#fff;border:1px solid var(--gray-04-color);border-radius:8px;width:100%}.card.half[data-v-c6cd33a4]{width:var(--contents-tile-half-width)}.card .summary[data-v-c6cd33a4]{display:flex;align-items:center;justify-content:center;height:72px;padding:0 16px;border-radius:8px 8px 0 0;color:#fff;background-color:var(--primary-color);font-size:24px;font-weight:700;text-align:center;word-break:auto-phrase;line-height:1.2em}.card .detail-wrapper[data-v-c6cd33a4]{display:flex;align-items:center;padding:16px}.card .detail-wrapper .icon-person[data-v-c6cd33a4]{width:72px;height:72px;margin:8px;padding-top:10px;padding-left:12px;font-size:48px;color:#fff;background-color:var(--primary-color);border-radius:50%}.card .detail-wrapper .detail[data-v-c6cd33a4]{position:relative;flex:1;display:inline-block;margin:8px 0 8px 15px;padding:7px 10px;color:var(--text-color);font-size:var(--font-size-middle);background:var(--gray-04-color);border-radius:8px;word-break:break-all;word-break:auto-phrase}.card .detail-wrapper .detail[data-v-c6cd33a4]:before{content:"";position:absolute;top:50%;left:-28px;margin-top:-15px;border:15px solid transparent;border-right:15px solid var(--gray-04-color)}.contents[data-v-19d208d8]{width:100%;min-width:0}.contents .tab-wrapper input[type=radio][data-v-19d208d8]{display:none}.contents .tab-wrapper input[type=radio]:checked+label[data-v-19d208d8]{color:#fff;background-color:var(--primary-color);cursor:default}.contents .tab-wrapper label[data-v-19d208d8]{display:inline-grid;place-content:center;width:10em;height:2.4em;font-weight:700;color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);cursor:pointer;transition:.3s}.contents .tab-wrapper label[data-v-19d208d8]:hover{background-color:var(--group01-1-color)}.contents .tab-wrapper label[data-v-19d208d8]:first-of-type{border-radius:4px 0 0 4px}.contents .tab-wrapper label[data-v-19d208d8]:last-of-type{border-radius:0 4px 4px 0}.contents .card-container[data-v-19d208d8]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--contents-tile-gap)}section[data-v-4ffc0de5]{position:relative;max-height:92%;overflow-y:auto;overflow-x:hidden;padding:16px;background-color:#fff;border-radius:4px}section[data-v-4ffc0de5] .tooltip{position:fixed!important}section .header-line[data-v-4ffc0de5]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);margin:-16px;margin-bottom:24px;padding:8px 16px;padding-left:32px;width:unset}section .header-line .title[data-v-4ffc0de5]{font-size:18px}section .header-line .icon-close[data-v-4ffc0de5]{font-size:1.4em;font-weight:700;padding:4px;cursor:pointer}.top-row-selection[data-v-a271c918]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--background-color)}.top-row-selection .artist-line[data-v-a271c918]{display:flex;align-items:center;gap:16px}.top-row-selection .artist-line .line[data-v-a271c918]{height:3rem;width:2px;margin:0 8px;background-color:var(--gray-03-color)}.top-row-selection .artist-line .select-artist-age-gender[data-v-a271c918]{display:grid;place-items:center;padding:10px 20px;color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:4px;cursor:pointer}:is(.ArtistBannerComparison-wrapper[data-v-a271c918],.ArtistBannerSlim-wrapper[data-v-a271c918]){display:flex;gap:16px;background:var(--background-color)}.ArtistBannerSlim-wrapper[data-v-a271c918]{position:fixed;width:inherit;top:unset;padding-top:12px;padding-bottom:8px;opacity:0}.ArtistBannerSlim-wrapper.visible[data-v-a271c918]{opacity:1}.tab-menu[data-v-a271c918]{box-shadow:none}.tab-menu .tab-menu-item .tooltip[data-v-a271c918]{white-space:normal;word-break:auto-phrase;inset:auto auto 0 0;transform:translate(8px,-68px);transition-duration:0s!important;cursor:default}.tab-menu .tab-menu-item .tooltip[data-v-a271c918]:after{content:"";position:absolute;top:calc(100% - 4px);left:50%;margin-left:-16px;border:16px solid transparent;border-top:16px solid #fff}.tab-menu .tab-menu-item:hover .tooltip[data-v-a271c918]{visibility:visible}.tab-content[data-v-a271c918]{display:flex;width:100%;min-width:0;background-color:var(--gray-04-color)}.top-row-selection[data-v-6e4c6886]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--background-color)}.top-row-selection .artist-line[data-v-6e4c6886]{display:flex;align-items:center;gap:16px}.top-row-selection .artist-line .line[data-v-6e4c6886]{height:3rem;width:2px;margin:0 8px;background-color:var(--gray-03-color)}.top-row-selection .artist-line .select-artist-age-gender[data-v-6e4c6886]{display:grid;place-items:center;padding:10px 20px;color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:4px;cursor:pointer}:is(.ArtistBannerComparison-wrapper[data-v-6e4c6886],.ArtistBannerSlim-wrapper[data-v-6e4c6886]){display:flex;gap:16px;background:var(--background-color)}.ArtistBannerSlim-wrapper[data-v-6e4c6886]{position:fixed;width:inherit;top:unset;padding-top:12px;padding-bottom:8px;opacity:0}.ArtistBannerSlim-wrapper.visible[data-v-6e4c6886]{opacity:1}.section[data-v-6e4c6886]{display:flex;justify-content:space-between;gap:16px}.section .section-item[data-v-6e4c6886]{width:100%;min-width:0}.section .section-item .title-wrapper[data-v-6e4c6886]{padding:4px 0 8px}.section .section-item .title-wrapper .title-h3[data-v-6e4c6886]{margin-top:0}.section .section-item .title-wrapper.comparison[data-v-6e4c6886]{position:sticky;top:196px;background:var(--background-color);z-index:1}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-6e4c6886]{font-size:1.5rem;margin-left:16px}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-6e4c6886]:after{height:3px;bottom:-4px}.section .section-item .title-wrapper.comparison .title-h3.sticky .icon-question-circle[data-v-6e4c6886]{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.section .section-item .main-contents[data-v-6e4c6886]{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--contents-tile-gap);width:100%;min-width:0;margin-top:32px}.section .section-item .main-contents .card.性別[data-v-6e4c6886] section .legend .twoColumun:first-of-type .title-color{color:var(--男性)}.section .section-item .main-contents .card.性別[data-v-6e4c6886] section .legend .twoColumun:nth-of-type(2) .title-color{color:var(--女性)}.section .section-item .main-contents .card.性別[data-v-6e4c6886] section .graph-wrapper svg .pie-path0{fill:var(--男性)}.section .section-item .main-contents .card.性別[data-v-6e4c6886] section .graph-wrapper svg .pie-path1{fill:var(--女性)}.section .section-item .main-contents .card.性別[data-v-6e4c6886] section .graph-wrapper svg .pie-text0{fill:#fff;filter:drop-shadow(1px 1px 1px var(--男性))}.section .section-item .main-contents .card.性別[data-v-6e4c6886] section .graph-wrapper svg .pie-text1{fill:#fff;filter:drop-shadow(1px 1px 1px var(--女性))}.section .section-item .main-contents .card-voice-container[data-v-6e4c6886]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}.section .section-item .main-contents .contents-none[data-v-6e4c6886]{width:100%;padding:24px 64px;text-align:center;font-size:var(--font-size-base);background-color:#fff;border-radius:8px}.section .section-item .row-tab[data-v-6e4c6886]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;background-color:#fff;border-radius:4px 4px 0 0;font-size:var(--font-size-middle2);color:var(--primary-color)}.section .section-item .row-tab .tab-item[data-v-6e4c6886]{display:flex;width:280px;height:72px;padding:16px 0;font-weight:700;cursor:pointer}.section .section-item .row-tab .tab-item[data-v-6e4c6886]:not(.active):hover{padding:16px 0 10px;border-bottom:6px solid var(--gray-03-color)}.section .section-item .row-tab .tab-item.active[data-v-6e4c6886]{padding:16px 0 10px;border-bottom:6px solid var(--primary-color);cursor:default}.section .section-item .row-tab .tab-item[data-v-6e4c6886]:not(:first-child):before{content:"";border:1px solid #d3d3d3;align-self:stretch}.section .section-item .row-tab .tab-item .tab-title[data-v-6e4c6886]{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%}.section .section-item .row-tab .tab-item .tab-title .icon[data-v-6e4c6886]{font-size:calc(var(--font-size-middle2)*1.4)}.section .section-item .row-tab+.main-contents[data-v-6e4c6886]{padding:32px 16px;background-color:var(--gray-04-color)}.section.sectioncomparison .section-item[data-v-6e4c6886]{width:100%;min-width:0;display:grid;grid-template-rows:auto 1fr}.section.sectioncomparison .section-item .main-contents-sns[data-v-6e4c6886]{flex-direction:column}.section.sectioncomparison .section-item .main-contents-sns .card-container[data-v-6e4c6886]{flex-direction:column;justify-content:space-between;flex-wrap:nowrap;height:calc(100% - 72px)}.card[data-v-909dbaf8]{background-color:#fff;border:1px solid var(--gray-04-color);border-radius:8px;width:var(--contents-tile-half-width)}.card .summary-wrapper[data-v-909dbaf8]{height:72px;width:100%;padding:0 16px;border-radius:8px 8px 0 0;background-color:var(--primary-color)}.card .summary-wrapper .summary[data-v-909dbaf8]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:24px;font-weight:700;text-align:center;word-break:auto-phrase;line-height:1.2em}.card .detail-wrapper[data-v-909dbaf8]{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 16px}.card .detail-wrapper .detail[data-v-909dbaf8]{font-size:18px;font-weight:700}.card .detail-wrapper .ratio[data-v-909dbaf8]{font-size:36px;font-weight:700;color:var(--group01-4-color)}.card .detail-wrapper .comment-link-wrapper[data-v-909dbaf8]{display:flex;gap:16px;margin-top:16px}.card .detail-wrapper .comment-link-wrapper .comment-link[data-v-909dbaf8]{padding:8px 16px 8px 32px;font-weight:700;color:#fff;background-color:var(--gray-01-color);border-radius:8px;cursor:pointer}section[data-v-3e18e020]{padding:16px 16px 32px;background-color:var(--gray-04-color)}section .title-wrapper[data-v-3e18e020]{display:flex;justify-content:flex-end;gap:8px;margin-bottom:8px}section .title-wrapper>svg line[data-v-3e18e020]{stroke:var(--group02-4-color);stroke-width:2}section .title-wrapper>svg circle[data-v-3e18e020]{stroke:var(--group02-4-color);fill:#fff}section .title-wrapper>svg rect.titleBar[data-v-3e18e020]{fill:var(--group01-4-color)}section .title-wrapper>svg rect.titleBarMinus[data-v-3e18e020]{fill:var(--group01-2-color)}section .title-wrapper div[data-v-3e18e020]{margin-right:16px}section .graph-wrapper[data-v-3e18e020]{border-radius:8px}section .graph-wrapper[data-v-3e18e020] .x-axis path{stroke:none}section .graph-wrapper[data-v-3e18e020] rect.overlay{pointer-events:none}section .graph-wrapper[data-v-3e18e020] .tooltip .tooltip-title{margin-right:4px}section .graph-wrapper[data-v-3e18e020] .tooltip .tooltip-title.tooltip-line-title{color:var(--group02-4-color);font-size:.78em}section .graph-wrapper[data-v-3e18e020] .tooltip .tooltip-title.tooltip-bar-title{color:var(--group01-4-color);font-size:.8em}section .graph-wrapper[data-v-3e18e020] .tooltip .tooltip-title.tooltip-bar-minus-title{color:var(--group01-2-color);font-size:.8em}section[data-v-09873a19]{width:100%}section .summary[data-v-09873a19]{display:flex;gap:24px;font-weight:700}section .summary .summary-tile[data-v-09873a19]{display:inline-flex;flex-direction:column;gap:1px;width:280px}section .summary .summary-tile .title[data-v-09873a19]{padding:6px 24px;font-size:16px}section .summary .summary-tile .count[data-v-09873a19],section .summary .summary-tile .title[data-v-09873a19]{text-align:center;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}section .summary .summary-tile .count[data-v-09873a19]{padding:24px 0;font-size:32px}section .detail-wrapper[data-v-09873a19]{margin-top:32px}section .detail-wrapper .row-tab[data-v-09873a19]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;border-radius:4px 4px 0 0;font-size:var(--font-size-middle);color:var(--primary-color);gap:4px}section .detail-wrapper .row-tab .tab-item[data-v-09873a19]{display:flex;justify-content:center;align-items:center;width:88px;height:44px;background-color:#fff;border-radius:12px 12px 0 0;font-weight:700;cursor:pointer;transition:.5s}section .detail-wrapper .row-tab .tab-item.active[data-v-09873a19]{color:#fff;background-color:var(--primary-color);cursor:default}section .detail-wrapper .row-tab .tab-item[data-v-09873a19]:not(.active):hover{background-color:var(--group01-1-color)}.artist-line[data-v-36799fbb]{display:flex;align-items:center;gap:16px;margin-bottom:32px}.artist-line :is(.SelectArtist[data-v-36799fbb],.SelectArtist[data-v-36799fbb]>.vs__dropdown-toggle){width:280px!important}.artist-line :is(.SelectMusic[data-v-36799fbb],.SelectMusic[data-v-36799fbb]>.vs__dropdown-toggle){width:360px!important}.artist-line .line[data-v-36799fbb]{height:3rem;width:2px;margin:0 8px;background-color:var(--gray-03-color)}.artist-line .select-artist-age-gender[data-v-36799fbb]{display:grid;place-items:center;padding:10px 20px;color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:4px;cursor:pointer}.main-contents[data-v-36799fbb]{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px var(--contents-tile-gap)}.main-contents.comments-summary[data-v-36799fbb]{flex-direction:column}.main-contents.comments-summary .comments-summary-3line[data-v-36799fbb]{display:flex;flex-direction:column;gap:16px;padding:24px 64px;font-size:var(--font-size-middle2);font-weight:700;color:var(--primary-color);background-color:#fff;border-radius:8px;border-left:8px solid var(--primary-color)}.main-contents.comments-summary .comments-summary-3line>div[data-v-36799fbb]{display:list-item}.main-contents.comments-summary .related-words[data-v-36799fbb]{margin-top:-16px}.main-contents.comments-summary .related-words>div[data-v-36799fbb]{padding:4px 16px;font-weight:700;color:#fff;background-color:var(--primary-color);border-radius:12px}.contents[data-v-79938391]{padding:0;background-color:var(--gray-04-color)}.contents .artist-line[data-v-79938391]{display:flex;align-items:center;gap:16px}.contents .artist-line .line[data-v-79938391]{height:3rem;width:2px;margin:0 8px;background-color:var(--gray-03-color)}.contents .artist-line .select-artist-age-gender[data-v-79938391]{display:grid;place-items:center;padding:10px 20px;color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:4px;cursor:pointer}.contents .main-contents[data-v-79938391]{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px var(--contents-tile-gap)}.contents .main-contents .card.性別[data-v-79938391] section .legend .twoColumun:first-of-type .title-color{color:var(--男性)}.contents .main-contents .card.性別[data-v-79938391] section .legend .twoColumun:nth-of-type(2) .title-color{color:var(--女性)}.contents .main-contents .card.性別[data-v-79938391] section .graph-wrapper svg .pie-path0{fill:var(--男性)}.contents .main-contents .card.性別[data-v-79938391] section .graph-wrapper svg .pie-path1{fill:var(--女性)}.contents .main-contents .card.性別[data-v-79938391] section .graph-wrapper svg .pie-text0{fill:#fff;filter:drop-shadow(1px 1px 1px var(--男性))}.contents .main-contents .card.性別[data-v-79938391] section .graph-wrapper svg .pie-text1{fill:#fff;filter:drop-shadow(1px 1px 1px var(--女性))}.contents .main-contents .contents-none[data-v-79938391]{width:100%;margin-inline:auto;padding:24px 64px;text-align:center;font-size:var(--font-size-base);background-color:#fff;border-radius:8px}.contents .main-contents .contents-none a[data-v-79938391]{text-decoration:underline}.contents .main-contents .contents-none .icon-email[data-v-79938391],.contents .main-contents .contents-none .icon-external-link[data-v-79938391]{color:var(--gray-01-color);font-size:14px;vertical-align:top;margin:0 2px}.contents .tab-menu[data-v-79938391]{width:-moz-fit-content;width:fit-content;box-shadow:var(--shadow-up)}.contents .tab-menu .tab-menu-item[data-v-79938391]{width:240px}.contents .tab-menu+.main-contents[data-v-79938391]{padding:32px 16px;background-color:var(--gray-04-color)}.row-artist-selection[data-v-463f74ca]{gap:16px;background:var(--gray-04-color)!important}.row-artist-selection .select-artist[data-v-463f74ca]{display:flex;gap:16px}.row-artist-selection .period[data-v-463f74ca]{width:140px!important}:is(.row-artist-selection .period.select[data-v-463f74ca],.row-artist-selection .period.select[data-v-463f74ca]>.vs__dropdown-toggle){width:140px!important}section[data-v-463f74ca]:not(:first-child){margin-top:24px}section .title-line[data-v-463f74ca]{position:relative;font-size:var(--font-size-middle);font-weight:700;margin-bottom:16px}section .title-line[data-v-463f74ca]:after{content:"";position:absolute;height:2px;width:64px;left:0;bottom:-4px;background-color:var(--group02-4-color);border-radius:1px}.filter-attribute th[data-v-463f74ca]{text-align:left}.filter-attribute :is(td[data-v-463f74ca],th[data-v-463f74ca]){padding:4px 16px}.filter-attribute :is(td,th).sme-flag label[data-v-463f74ca]{display:grid;place-content:center;padding:6px 16px;font-weight:700;text-wrap:nowrap;color:var(--gray-02-color);background-color:#fff;border:1px solid var(--gray-02-color);border-radius:4px;cursor:pointer;transition:.5s}.filter-attribute :is(td,th).sme-flag label[data-v-463f74ca]:hover{color:#fff;background-color:var(--primary-hover-color)!important}.filter-attribute :is(td,th).sme-flag input[type=checkbox][data-v-463f74ca]{display:none}.filter-attribute :is(td,th).sme-flag input[type=checkbox]:checked+label[data-v-463f74ca]{color:#fff;background-color:var(--primary-color)}.filter-attribute :is(td,th).checkbox-area[data-v-463f74ca]{display:flex;flex-wrap:wrap;gap:0 12px}.filter-attribute :is(td,th).checkbox-area.genre-list[data-v-463f74ca]{width:326px}.filter-attribute :is(td,th).checkbox-area.debut-class[data-v-463f74ca]{width:400px}.filter-attribute :is(td,th).checkbox-area .break[data-v-463f74ca]{width:100%}.filter-attribute :is(td,th) :is(.select[data-v-463f74ca],.select[data-v-463f74ca]>.vs__dropdown-toggle){width:140px!important}.filter-attribute :is(td[data-v-463f74ca],th[data-v-463f74ca]) .vs__dropdown-menu{min-width:141px!important}.filter-attribute :is(td,th).answer-gender[data-v-463f74ca]{width:240px}.filter-attribute :is(td,th).answer-age label[data-v-463f74ca]{display:inline-block}.filter-attribute :is(td,th).answer-age label[data-v-463f74ca]:not(:first-child){margin-left:12px}.wrapper[data-v-c597d806]{width:100%}.wrapper .title-line[data-v-c597d806]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);border-radius:8px 8px 0 0;height:48px;padding:8px 6px 8px 25px}.wrapper .title-line .title[data-v-c597d806]{display:flex;align-items:center;font-size:var(--font-size-middle);font-weight:700;text-wrap:nowrap}.wrapper .sort-line[data-v-c597d806]{display:flex;justify-content:flex-end;align-items:center;background-color:#fff;height:var(--bar-chart-horizontal-row-height)}.wrapper .sort-line .title[data-v-c597d806]{cursor:pointer}.wrapper .sort-line .title .icon[data-v-c597d806]{margin-left:4px}.wrapper .sort-line .title.active[data-v-c597d806]{cursor:default}.wrapper .sort-line .title.active .icon[data-v-c597d806]{color:var(--secondary-color)}.wrapper .graph-wrapper[data-v-c597d806]{flex-direction:column;height:calc(var(--bar-chart-horizontal-row-height)*var(--5917fd5d) + 6px);max-height:calc(var(--bar-chart-horizontal-row-height)*20);overflow-y:auto}.wrapper .graph-wrapper .row-line[data-v-c597d806]{display:flex;width:100%;height:var(--bar-chart-horizontal-row-height);background-color:#fff;padding:7px 8px 7px 16px}.wrapper .graph-wrapper .row-line .title[data-v-c597d806]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wrapper .graph-wrapper .row-line .title[data-v-c597d806]:hover{position:relative;display:inline-block;overflow:visible;z-index:1;width:auto;padding-right:.4em;background-color:#fff;border-radius:3px;opacity:.86}.wrapper .graph-wrapper .row-line:nth-child(2n) .title[data-v-c597d806]:hover,.wrapper .graph-wrapper .row-line[data-v-c597d806]:nth-child(2n){background-color:var(--gray-05-color)}.wrapper .graph-wrapper .bar-chart-horizontalx[data-v-c597d806]{margin-top:calc(var(--18737885)*-1px);margin-left:auto;margin-right:400px}.wrapper .graph-wrapper .bar-chart-horizontaly[data-v-c597d806]{margin-top:calc(var(--18737885)*-1px - 5px);margin-left:auto}.wrapper .column-graph-bar[data-v-c597d806]{width:400px}.row-artist-selection[data-v-065ec844]{justify-content:space-between;gap:16px;background:var(--gray-04-color)!important}.row-artist-selection .period[data-v-065ec844]{width:140px!important}:is(.row-artist-selection .period.select[data-v-065ec844],.row-artist-selection .period.select[data-v-065ec844]>.vs__dropdown-toggle){width:140px!important}section[data-v-065ec844]:not(:first-child){margin-top:24px}section .title-line[data-v-065ec844]{position:relative;font-size:var(--font-size-middle);font-weight:700;margin-bottom:16px}section .title-line[data-v-065ec844]:after{content:"";position:absolute;height:2px;width:64px;left:0;bottom:-4px;background-color:var(--group02-4-color);border-radius:1px}section.nodata[data-v-065ec844]{text-align:center;font-size:1.2em;font-weight:700;margin-top:2em}section .filter-attribute th[data-v-065ec844]{text-align:left}section .filter-attribute :is(td[data-v-065ec844],th[data-v-065ec844]){padding:4px 16px}section .filter-attribute :is(td,th).sme-flag label[data-v-065ec844]{display:grid;place-content:center;padding:6px 16px;font-weight:700;text-wrap:nowrap;color:var(--gray-02-color);background-color:#fff;border:1px solid var(--gray-02-color);border-radius:4px;cursor:pointer;transition:.5s}section .filter-attribute :is(td,th).sme-flag label[data-v-065ec844]:hover{color:#fff;background-color:var(--primary-hover-color)!important}section .filter-attribute :is(td,th).sme-flag input[type=checkbox][data-v-065ec844]{display:none}section .filter-attribute :is(td,th).sme-flag input[type=checkbox]:checked+label[data-v-065ec844]{color:#fff;background-color:var(--primary-color)}section .filter-attribute :is(td,th).checkbox-area[data-v-065ec844]{display:flex;flex-wrap:wrap;gap:0 12px}section .filter-attribute :is(td,th).checkbox-area.genre-list[data-v-065ec844]{width:326px}section .filter-attribute :is(td,th).checkbox-area.debut-class[data-v-065ec844]{width:400px}section .filter-attribute :is(td,th).checkbox-area .break[data-v-065ec844]{width:100%}section .filter-attribute :is(td,th) :is(.select[data-v-065ec844],.select[data-v-065ec844]>.vs__dropdown-toggle){width:140px!important}section .filter-attribute :is(td[data-v-065ec844],th[data-v-065ec844]) .vs__dropdown-menu{min-width:141px!important}section[data-v-065ec844] .popper{width:656px}.tab-menu[data-v-4be7a568]{width:-moz-fit-content;width:fit-content}.tab-menu .tab-menu-item[data-v-4be7a568]{width:240px}.tab-content[data-v-4be7a568]{padding:32px 16px;background-color:var(--gray-04-color)}.top-row-selection[data-v-43ce1d3c]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--background-color)}.top-row-selection .artist-line[data-v-43ce1d3c]{display:flex;align-items:center;gap:32px}.top-row-selection .artist-line .artist-line-item .select[data-v-43ce1d3c]:first-child{margin-bottom:16px}.top-row-selection .artist-line .artist-line-item[data-v-43ce1d3c] :is(.select-company,.select-company>.vs__dropdown-toggle){width:200px!important}.top-row-selection .artist-line .artist-line-item[data-v-43ce1d3c]:first-child{margin-right:-24px}.top-row-selection .artist-line .line[data-v-43ce1d3c]{height:3rem;width:2px;margin:0 8px;background-color:var(--gray-03-color)}.top-row-selection .artist-line .select-artist-age-gender[data-v-43ce1d3c]{display:grid;place-items:center;padding:10px 20px;color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:4px;cursor:pointer}:is(.ArtistBannerComparison-wrapper[data-v-43ce1d3c],.ArtistBannerSlim-wrapper[data-v-43ce1d3c]){display:flex;gap:16px;background:var(--background-color)}.ArtistBannerSlim-wrapper[data-v-43ce1d3c]{position:fixed;width:inherit;top:164px;padding-top:12px;padding-bottom:8px;opacity:0}.ArtistBannerSlim-wrapper.visible[data-v-43ce1d3c]{opacity:1}.section[data-v-43ce1d3c]{display:flex;justify-content:space-between;gap:16px}.section .section-item[data-v-43ce1d3c]{width:100%;min-width:0}.section .section-item .title-wrapper[data-v-43ce1d3c]{padding:4px 0 8px}.section .section-item .title-wrapper .title-h3[data-v-43ce1d3c]{margin-top:0}.section .section-item .title-wrapper.comparison[data-v-43ce1d3c]{position:sticky;top:196px;background:var(--background-color);z-index:1}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-43ce1d3c]{font-size:1.5rem;margin-left:16px}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-43ce1d3c]:after{height:3px;bottom:-4px}.section .section-item .title-wrapper.comparison .title-h3.sticky .icon-question-circle[data-v-43ce1d3c]{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.section .section-item .main-contents[data-v-43ce1d3c]{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--contents-tile-gap);width:100%;min-width:0;margin-top:32px}.section .section-item .main-contents .card.性別[data-v-43ce1d3c] section .legend .twoColumun:first-of-type .title-color{color:var(--男性)}.section .section-item .main-contents .card.性別[data-v-43ce1d3c] section .legend .twoColumun:nth-of-type(2) .title-color{color:var(--女性)}.section .section-item .main-contents .card.性別[data-v-43ce1d3c] section .graph-wrapper svg .pie-path0{fill:var(--男性)}.section .section-item .main-contents .card.性別[data-v-43ce1d3c] section .graph-wrapper svg .pie-path1{fill:var(--女性)}.section .section-item .main-contents .card.性別[data-v-43ce1d3c] section .graph-wrapper svg .pie-text0{fill:#fff;filter:drop-shadow(1px 1px 1px var(--男性))}.section .section-item .main-contents .card.性別[data-v-43ce1d3c] section .graph-wrapper svg .pie-text1{fill:#fff;filter:drop-shadow(1px 1px 1px var(--女性))}.section .section-item .main-contents .contents-none[data-v-43ce1d3c]{width:100%;padding:24px 64px;text-align:center;font-size:var(--font-size-base);background-color:#fff;border-radius:8px}.section.sectioncomparison .section-item[data-v-43ce1d3c]{width:100%;min-width:0;display:grid;grid-template-rows:auto 1fr}.section.sectioncomparison .section-item .main-contents-sns[data-v-43ce1d3c]{flex-direction:column}.section.sectioncomparison .section-item .main-contents-sns .card-container[data-v-43ce1d3c]{flex-direction:column;justify-content:space-between;flex-wrap:nowrap;height:calc(100% - 72px)}.top-row-selection[data-v-0f3b7767]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--background-color)}.top-row-selection .artist-line[data-v-0f3b7767]{display:flex;align-items:center;gap:16px}.top-row-selection .artist-line .line[data-v-0f3b7767]{height:3rem;width:2px;margin:0 8px;background-color:var(--gray-03-color)}.top-row-selection .artist-line .select-artist-age-gender[data-v-0f3b7767]{display:grid;place-items:center;padding:10px 20px;color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:4px;cursor:pointer}:is(.ArtistBannerComparison-wrapper[data-v-0f3b7767],.ArtistBannerSlim-wrapper[data-v-0f3b7767]){display:flex;gap:16px;background:var(--background-color)}.ArtistBannerSlim-wrapper[data-v-0f3b7767]{position:fixed;width:inherit;top:unset;padding-top:12px;padding-bottom:8px;opacity:0}.ArtistBannerSlim-wrapper.visible[data-v-0f3b7767]{opacity:1}.section[data-v-0f3b7767]{display:flex;justify-content:space-between;gap:16px}.section .section-item[data-v-0f3b7767]{width:100%;min-width:0}.section .section-item .title-wrapper[data-v-0f3b7767]{padding:4px 0 8px}.section .section-item .title-wrapper .title-h3[data-v-0f3b7767]{margin-top:0}.section .section-item .title-wrapper.comparison[data-v-0f3b7767]{position:sticky;top:196px;background:var(--background-color);z-index:1}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-0f3b7767]{font-size:1.5rem;margin-left:16px}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-0f3b7767]:after{height:3px;bottom:-4px}.section .section-item .title-wrapper.comparison .title-h3.sticky .icon-question-circle[data-v-0f3b7767]{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.section .section-item .main-contents[data-v-0f3b7767]{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--contents-tile-gap);width:100%;min-width:0;margin-top:32px}.section .section-item .main-contents .card.性別[data-v-0f3b7767] section .legend .twoColumun:first-of-type .title-color{color:var(--男性)}.section .section-item .main-contents .card.性別[data-v-0f3b7767] section .legend .twoColumun:nth-of-type(2) .title-color{color:var(--女性)}.section .section-item .main-contents .card.性別[data-v-0f3b7767] section .graph-wrapper svg .pie-path0{fill:var(--男性)}.section .section-item .main-contents .card.性別[data-v-0f3b7767] section .graph-wrapper svg .pie-path1{fill:var(--女性)}.section .section-item .main-contents .card.性別[data-v-0f3b7767] section .graph-wrapper svg .pie-text0{fill:#fff;filter:drop-shadow(1px 1px 1px var(--男性))}.section .section-item .main-contents .card.性別[data-v-0f3b7767] section .graph-wrapper svg .pie-text1{fill:#fff;filter:drop-shadow(1px 1px 1px var(--女性))}.section .section-item .main-contents .contents-none[data-v-0f3b7767]{width:100%;padding:24px 64px;text-align:center;font-size:var(--font-size-base);background-color:#fff;border-radius:8px}.section.sectioncomparison .section-item[data-v-0f3b7767]{width:100%;min-width:0;display:grid;grid-template-rows:auto 1fr}.section.sectioncomparison .section-item .main-contents-sns[data-v-0f3b7767]{flex-direction:column}.section.sectioncomparison .section-item .main-contents-sns .card-container[data-v-0f3b7767]{flex-direction:column;justify-content:space-between;flex-wrap:nowrap;height:calc(100% - 72px)}:is(.target-month[data-v-40aeb3d3],.mall-note[data-v-40aeb3d3]){padding-left:2px}.mall-note[data-v-40aeb3d3]{font-size:var(--font-size-small);line-height:1.5}.summary[data-v-40aeb3d3]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;font-weight:700;width:100%}.summary .summary-tile[data-v-40aeb3d3]{display:inline-flex;flex-direction:column;gap:1px;width:300px}.summary .summary-tile .title[data-v-40aeb3d3]{padding:6px 24px;font-size:16px}.summary .summary-tile .count[data-v-40aeb3d3],.summary .summary-tile .title[data-v-40aeb3d3]{text-align:center;color:var(--gray-01-color);background-color:#fff;border:1px solid var(--gray-04-color);border-radius:4px}.summary .summary-tile .count[data-v-40aeb3d3]{padding:24px 0;font-size:32px}.summary .summary-tile .count .unit[data-v-40aeb3d3]{vertical-align:bottom;margin-left:.28em;font-size:.72em;color:var(--gray-01-color)}.detail-wrapper[data-v-40aeb3d3]{margin-top:16px;width:100%}.detail-wrapper .row-tab[data-v-40aeb3d3]{display:flex;flex-direction:row;align-items:flex-end;width:-moz-fit-content;width:fit-content;border-radius:4px 4px 0 0;font-size:var(--font-size-middle);color:var(--primary-color);gap:4px}.detail-wrapper .row-tab .tab-item[data-v-40aeb3d3]{display:flex;justify-content:center;align-items:center;width:88px;height:44px;background-color:#fff;border-radius:12px 12px 0 0;font-weight:700;cursor:pointer;transition:.5s}.detail-wrapper .row-tab .tab-item.active[data-v-40aeb3d3]{color:#fff;background-color:var(--primary-color);cursor:default}.detail-wrapper .row-tab .tab-item[data-v-40aeb3d3]:not(.active):hover{background-color:var(--group01-1-color)}.sticky-select-artist[data-v-47fda7ec]{justify-content:space-between;gap:16px}.sticky-select-artist[data-v-47fda7ec] :is(.select,.select>.vs__dropdown-toggle){width:300px!important}:is(.ArtistBannerComparison-wrapper[data-v-47fda7ec],.ArtistBannerSlim-wrapper[data-v-47fda7ec]){display:flex;gap:16px;background:var(--background-color)}.ArtistBannerSlim-wrapper[data-v-47fda7ec]{position:fixed;width:inherit;top:unset;padding-top:12px;padding-bottom:8px;opacity:0}.ArtistBannerSlim-wrapper.visible[data-v-47fda7ec]{opacity:1}.section[data-v-47fda7ec]{display:flex;justify-content:space-between;gap:16px}.section .section-item[data-v-47fda7ec]{width:100%;min-width:0}.section .section-item .card-wrapper[data-v-47fda7ec]{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--contents-tile-gap);margin-top:40px}.section .section-item .card-wrapper .card.性別[data-v-47fda7ec] section .legend .twoColumun:first-of-type .title-color{color:var(--男性)}.section .section-item .card-wrapper .card.性別[data-v-47fda7ec] section .legend .twoColumun:nth-of-type(2) .title-color{color:var(--女性)}.section .section-item .card-wrapper .card.性別[data-v-47fda7ec] section .graph-wrapper svg .pie-path0{fill:var(--男性)}.section .section-item .card-wrapper .card.性別[data-v-47fda7ec] section .graph-wrapper svg .pie-path1{fill:var(--女性)}.section .section-item .card-wrapper .card.性別[data-v-47fda7ec] section .graph-wrapper svg .pie-text0{fill:#fff;filter:drop-shadow(1px 1px 1px var(--男性))}.section .section-item .card-wrapper .card.性別[data-v-47fda7ec] section .graph-wrapper svg .pie-text1{fill:#fff;filter:drop-shadow(1px 1px 1px var(--女性))}.section .section-item .card-wrapper .period-wrapper[data-v-47fda7ec]{display:flex;align-items:center;gap:16px;margin-top:8px;margin-left:128px;z-index:1}.section .section-item .card-wrapper .period-wrapper .access-page-period-select[data-v-47fda7ec],.section .section-item .card-wrapper .period-wrapper .access-page-period-select[data-v-47fda7ec]>.vs__dropdown-toggle{height:32px!important;width:136px!important;--vs-dropdown-min-width:136px}.section .section-item .card-wrapper .period-wrapper .access-page-period-select .vs__selected[data-v-47fda7ec],.section .section-item .card-wrapper .period-wrapper .access-page-period-select[data-v-47fda7ec]>.vs__dropdown-toggle .vs__selected{margin:5px 2px 0}.section .section-item .card-wrapper .period-wrapper .period-label[data-v-47fda7ec]{color:#fff;font-weight:700}.section .section-item .card-wrapper .閲覧ページ[data-v-47fda7ec]{margin-top:-65px}.top-row-selection[data-v-1e73c925]{gap:var(--contents-half-gap)}.top-row-selection .select[data-v-1e73c925],.top-row-selection .select[data-v-1e73c925]>.vs__dropdown-toggle{width:var(--contents-width-half)!important}.n-number[data-v-1e73c925]{display:flex;gap:var(--contents-half-gap);margin-top:-48px;color:var(--gray-01-color)}.n-number>div[data-v-1e73c925]{width:50%;padding-left:16px}.title-line[data-v-1e73c925]{display:flex;justify-content:space-between;align-items:flex-end}.title-line .left[data-v-1e73c925]{display:flex;align-items:center;gap:48px}.title-line .left .title-h3[data-v-1e73c925]{margin-top:0;margin-bottom:0}.title-line .left .title-h3[data-v-1e73c925]:after{content:none}.title-line .left .extraction-param[data-v-1e73c925]{display:flex;align-items:center;gap:12px;font-weight:700}.title-line .left .extraction-param .select.age[data-v-1e73c925],.title-line .left .extraction-param .select.age[data-v-1e73c925]>.vs__dropdown-toggle,.title-line .left .extraction-param .select.gender[data-v-1e73c925],.title-line .left .extraction-param .select.gender[data-v-1e73c925]>.vs__dropdown-toggle{width:140px!important}.title-line .right[data-v-1e73c925]{display:flex;align-items:center;gap:28px}.title-line .right a[data-v-1e73c925]{text-decoration:underline}.SurveyTarget[data-v-1e73c925]{display:flex;gap:var(--contents-half-gap);margin-top:-32px}.row-tab[data-v-1e73c925]{flex-direction:column}.row-tab .tab-area[data-v-1e73c925]{width:-webkit-fill-available}.row-tab .tab-area .nav-tabs[data-v-1e73c925]{display:flex;gap:4px;border-bottom:1px solid var(--gray-03-color)}.row-tab .tab-area .nav-tabs .nav-item[data-v-1e73c925]{display:flex;justify-content:center;align-items:center;width:88px;height:44px;color:var(--text-color);background-color:var(--gray-03-color);border-top-left-radius:4px;border-top-right-radius:4px;cursor:pointer;transition:.3s}.row-tab .tab-area .nav-tabs .nav-item[data-v-1e73c925]:hover{background-color:var(--group02-1-color)}.row-tab .tab-area .nav-tabs .nav-item.active[data-v-1e73c925]{color:#fff;background-color:var(--secondary-color);cursor:unset}.row-tab .tab-graph-area[data-v-1e73c925]{min-height:calc(var(--bar-chart-horizontal-row-height)*4);background-color:#fff;display:block}.row-tab .tab-graph-area .nav-string[data-v-1e73c925]{display:flex;gap:24px;margin:0 0 16px 24px;width:40%;border-bottom:2px solid var(--gray-03-color)}.row-tab .tab-graph-area .nav-string .nav-item[data-v-1e73c925]{display:flex;justify-content:center;align-items:center;height:44px;margin-bottom:-2px;padding:0 16px;white-space:nowrap;color:var(--text-color);cursor:pointer}.row-tab .tab-graph-area .nav-string .nav-item.active[data-v-1e73c925]{border-bottom:2px solid var(--secondary-color);cursor:unset}.row-tab[data-v-1e73c925]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;background-color:#fff;border-radius:4px 4px 0 0;font-size:var(--font-size-middle2);color:var(--primary-color)}.row-tab .tab-item[data-v-1e73c925]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:72px;padding:16px 0;font-weight:700;cursor:pointer}.row-tab .tab-item.active[data-v-1e73c925]{padding:16px 0 10px;border-bottom:6px solid var(--primary-color);cursor:default}.row-tab .tab-item[data-v-1e73c925]:not(.active):hover{background-color:var(--gray-05-color)}.row-tab .tab-item[data-v-1e73c925]:not(:first-child):before{content:"";border:1px solid #d3d3d3;align-self:stretch}.row-tab .tab-item>div[data-v-1e73c925]{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%}.row-tab .tab-item>div .icon[data-v-1e73c925]{font-size:calc(var(--font-size-middle2)*1.4)}.row-tab .tab-item>div .icon.icon-trending_up[data-v-1e73c925]{height:calc(var(--font-size-middle2)*1.5);width:calc(var(--font-size-middle2)*1.5);font-size:calc(var(--font-size-middle2)*1.2);color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:50%;padding:3px 2px 0}.main-contents[data-v-1e73c925]{display:flex;gap:0 var(--contents-tile-gap);padding:48px 16px 32px;background-color:var(--gray-04-color)}.main-contents>div[data-v-1e73c925]{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px var(--contents-tile-gap);margin-top:-24px}.main-contents>div.half[data-v-1e73c925]{width:calc(50% - var(--contents-tile-gap)/2)}.questionList .detail-contents .header-line[data-v-1e73c925]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);border-radius:4px 4px 0 0;padding:8px 16px;padding-left:32px}.questionList .detail-contents .header-line .title[data-v-1e73c925]{font-size:18px}.questionList .detail-contents .header-line .icon-close[data-v-1e73c925]{font-size:1.4em;font-weight:700;padding:4px;cursor:pointer}.questionList .detail-contents .question-list[data-v-1e73c925]{display:flex;gap:24px;padding:16px 40px;background-color:#fff;border-radius:0 0 4px 4px}.questionList .detail-contents .question-list .question-list__item .question-list__item__title[data-v-1e73c925]{font-size:1.2em;font-weight:700;margin-bottom:8px}.questionList .detail-contents .question-list .question-list__item .question-list__item__item[data-v-1e73c925]{margin-left:16px}.top-row-selection[data-v-5608199e]{gap:var(--contents-half-gap)}.top-row-selection .select[data-v-5608199e],.top-row-selection .select[data-v-5608199e]>.vs__dropdown-toggle{width:var(--contents-width-half)!important}.n-number[data-v-5608199e]{display:flex;gap:var(--contents-half-gap);margin-top:-48px;color:var(--gray-01-color)}.n-number>div[data-v-5608199e]{width:50%;padding-left:16px}.title-line[data-v-5608199e]{display:flex;justify-content:space-between;align-items:flex-end}.title-line .left[data-v-5608199e]{display:flex;align-items:center;gap:48px}.title-line .left .title-h3[data-v-5608199e]{margin-top:0;margin-bottom:0}.title-line .left .title-h3[data-v-5608199e]:after{content:none}.title-line .left .extraction-param[data-v-5608199e]{display:flex;align-items:center;gap:12px;font-weight:700}.title-line .left .extraction-param .select.age[data-v-5608199e],.title-line .left .extraction-param .select.age[data-v-5608199e]>.vs__dropdown-toggle,.title-line .left .extraction-param .select.gender[data-v-5608199e],.title-line .left .extraction-param .select.gender[data-v-5608199e]>.vs__dropdown-toggle{width:140px!important}.title-line .right[data-v-5608199e]{display:flex;align-items:center;gap:28px}.title-line .right a[data-v-5608199e]{text-decoration:underline}.SurveyTarget[data-v-5608199e]{display:flex;gap:var(--contents-half-gap);margin-top:-32px}.row-tab[data-v-5608199e]{display:flex;flex-direction:row;align-items:flex-end;background-color:#fff;border-radius:4px 4px 0 0;font-size:var(--font-size-middle2);color:var(--primary-color);margin-bottom:-46px;width:-moz-fit-content;width:fit-content}.row-tab .tab-item[data-v-5608199e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:280px;max-width:280px;height:72px;padding:16px 0;font-weight:700;cursor:pointer}.row-tab .tab-item.active[data-v-5608199e]{padding:16px 0 10px;border-bottom:6px solid var(--primary-color);cursor:default}.row-tab .tab-item[data-v-5608199e]:not(.active):hover{background-color:var(--gray-05-color)}.row-tab .tab-item[data-v-5608199e]:not(:first-child):before{content:"";border:1px solid #d3d3d3;align-self:stretch}.row-tab .tab-item>div[data-v-5608199e]{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%}.row-tab .tab-item>div .icon[data-v-5608199e]{font-size:calc(var(--font-size-middle2)*1.4)}.row-tab .tab-item>div .icon.icon-trending_up[data-v-5608199e]{height:calc(var(--font-size-middle2)*1.5);width:calc(var(--font-size-middle2)*1.5);font-size:calc(var(--font-size-middle2)*1.2);color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:50%;padding:3px 2px 0}.main-contents[data-v-5608199e]{display:flex;gap:0 var(--contents-tile-gap);padding:48px 16px 32px;background-color:var(--gray-04-color)}.main-contents>div[data-v-5608199e]{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px var(--contents-tile-gap);margin-top:-24px}.main-contents>div.half[data-v-5608199e]{width:calc(50% - var(--contents-tile-gap)/2)}.questionList .detail-contents .header-line[data-v-5608199e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);border-radius:4px 4px 0 0;padding:8px 16px;padding-left:32px}.questionList .detail-contents .header-line .title[data-v-5608199e]{font-size:18px}.questionList .detail-contents .header-line .icon-close[data-v-5608199e]{font-size:1.4em;font-weight:700;padding:4px;cursor:pointer}.questionList .detail-contents .question-list[data-v-5608199e]{display:flex;gap:24px;padding:16px 40px;background-color:#fff;border-radius:0 0 4px 4px}.questionList .detail-contents .question-list .question-list__item .question-list__item__title[data-v-5608199e]{font-size:1.2em;font-weight:700;margin-bottom:8px}.questionList .detail-contents .question-list .question-list__item .question-list__item__item[data-v-5608199e]{margin-left:16px}.segment-item .segment-item-label[data-v-777671f9]{margin-bottom:8px;font-size:16px;font-weight:700}.segment-item .segment-item-select[data-v-777671f9]{display:flex;align-items:center;gap:16px}.segment-item .segment-item-select.prefecture[data-v-777671f9]{position:relative;padding-left:8px}.segment-item .segment-item-select.prefecture[data-v-777671f9]:before{content:"";position:absolute;border-left:1px solid var(--gray-01-color);height:65%;top:30%;left:0}.segment-item .segment-item-region[data-v-777671f9]{padding-right:16px}.segment-item .segment-item-region label[data-v-777671f9]{font-weight:700}.segment-item label[data-v-777671f9]{cursor:pointer}.segment-item label input[data-v-777671f9]{margin-right:4px;cursor:pointer}.segment-item.prefecture .segment-item-label[data-v-777671f9]{margin-top:4px}.segment-item .segment-item-label[data-v-26419184]{margin-bottom:8px;font-size:16px;font-weight:700}.segment-item .segment-item-select[data-v-26419184]{display:flex;gap:16px}.segment-item .segment-item-label[data-v-40a79932]{margin-bottom:8px;font-size:16px;font-weight:700}.segment-item .segment-item-select[data-v-40a79932]{display:flex;gap:16px}.segment-item .segment-item-label[data-v-e131a4d0]{margin-bottom:8px;font-size:16px;font-weight:700}.segment-item .segment-item-select[data-v-e131a4d0]{display:flex;align-items:center;gap:16px}.segment-item .segment-item-select label[data-v-e131a4d0]{cursor:pointer}.segment-item .segment-item-select label input[data-v-e131a4d0]{margin-right:4px;cursor:pointer}.segment-item .segment-item-label[data-v-4583db8a]{margin-bottom:8px;font-size:16px;font-weight:700}.segment-item .segment-item-select[data-v-4583db8a]{display:flex;gap:16px}.segment-item .segment-item-select.slider[data-v-4583db8a]{display:block;width:376px;margin-top:8px;margin-bottom:24px;padding-left:8px}.segment-item .segment-item-select.DatePicker[data-v-4583db8a]{align-items:center}.segment-item .segment-item-select.DatePicker label input[data-v-4583db8a],.segment-item .segment-item-select.DatePicker label[data-v-4583db8a]{cursor:pointer}.segment-item .segment-item-select.DatePicker .date-picker[data-v-4583db8a]{display:flex;align-items:center;gap:16px}.segment-item .segment-item-select.DatePicker .date-picker input[data-v-4583db8a]{width:134px;height:45px;padding:0 14px;border:none!important;box-shadow:var(--shadow);border-radius:4px}.segment-item .segment-item-select.DatePicker .date-picker input[data-v-4583db8a]:disabled{color:var(--gray-02-color);pointer-events:none}.segment-item .segment-item-select.DatePicker .date-picker-footer[data-v-4583db8a]{display:flex;flex-direction:row;justify-content:center;gap:20px;margin:20px 0}.segment-item .segment-item-select.DatePicker .date-picker-footer button[data-v-4583db8a]{font-size:1em;border:none;padding:4px 10px;border-radius:3px;transition:.5s}.segment-item .segment-item-select.DatePicker .date-picker-footer button[data-v-4583db8a]:hover{color:#fff;background-color:var(--group02-4-color)}.segment-item.row[data-v-4583db8a]{display:flex;gap:80px}.segment-item.row>div[data-v-4583db8a]{width:50%}.segment-item .segment-item-label[data-v-711c086a]{margin-bottom:8px;font-size:16px;font-weight:700}.segment-item .segment-item-select[data-v-711c086a]{display:flex;gap:16px}.segment-item .segment-item-select.slider[data-v-711c086a]{display:flex;gap:40px}.segment-item .segment-item-select.slider .vue-slider[data-v-711c086a]{width:400px!important;margin-top:8px;margin-bottom:24px;padding-left:8px}.segment-item .segment-item-select label input[data-v-711c086a],.segment-item .segment-item-select label[data-v-711c086a]{cursor:pointer}section[data-v-428ec031]{padding:16px;background-color:var(--gray-05-color);border-radius:4px}section .header-line[data-v-428ec031]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:var(--primary-color);border-radius:4px 4px 0 0;margin:-16px;margin-bottom:24px;padding:8px 16px;padding-left:32px;width:unset}section .header-line .title[data-v-428ec031]{font-size:18px}section .header-line .icon-close[data-v-428ec031]{font-size:1.4em;font-weight:700;padding:4px;cursor:pointer}section .content[data-v-428ec031]{display:flex}section .content .row-tab[data-v-428ec031]{display:flex;flex-direction:column;font-weight:700}section .content .row-tab .tab-item[data-v-428ec031]{display:flex;align-items:center;padding:12px 16px;background-color:#fff;border:1px solid var(--primary-color);border-right:none;cursor:pointer}section .content .row-tab .tab-item.active[data-v-428ec031]{position:relative;background-color:var(--primary-color);color:#fff;cursor:default}section .content .row-tab .tab-item.active[data-v-428ec031]:after{content:"";position:absolute;height:30px;width:10px;clip-path:polygon(0 0,100% 50%,0 100%);background-color:var(--primary-color);left:182px}section .content .row-tab .tab-item.disabled[data-v-428ec031]{cursor:not-allowed;color:var(--gray-02-color)}section .content .row-tab .tab-item[data-v-428ec031]:not(:first-child){border-top:none}section .content .tab-content[data-v-428ec031]{width:888px;height:564px;display:flex;flex-direction:column;gap:24px;padding:16px;padding-left:24px;border:1px solid var(--primary-color);background-color:#fff}section .content .right-area[data-v-428ec031]{display:flex;flex-direction:column;justify-content:space-between;padding:16px 0 8px 8px}section .content .right-area .graph-area[data-v-428ec031]{display:flex;flex-direction:column;gap:16px;text-align:center;font-weight:700;color:var(--primary-color)}section .content .right-area .graph-area .graph-wrapper[data-v-428ec031]{justify-content:center;background-color:var(--gray-05-color)}section .content .right-area .graph-area .graph-wrapper[data-v-428ec031] svg g g:first-of-type path{fill:var(--group01-5-color)}section .content .right-area .graph-area .graph-wrapper[data-v-428ec031] svg g g:nth-of-type(2) path{fill:#fff}section .content .right-area .graph-area .label[data-v-428ec031]{font-weight:400;font-size:14px}section .content .right-area .graph-area .value[data-v-428ec031]{margin-top:6px;font-size:22px}section .content .right-area .graph-area .value .unit[data-v-428ec031]{font-size:.76em}section .content .right-area .graph-area .filter-user .value[data-v-428ec031]{color:var(--group01-5-color)}section .content .right-area .button-area[data-v-428ec031]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;width:184px}section .content .right-area .button-area .button[data-v-428ec031]{width:88px;height:40px;font-size:14px;font-weight:700}section .content .right-area .button-area .button-all-reset[data-v-428ec031]{width:100%;background-color:var(--gray-02-color);color:#fff}section .content .right-area .button-area .button-all-reset[data-v-428ec031]:hover{background-color:var(--gray-01-color)}section .content .right-area .button-area .button-cancel[data-v-428ec031]{background-color:var(--gray-02-color);color:#fff}section .content .right-area .button-area .button-cancel[data-v-428ec031]:hover{background-color:var(--gray-01-color)}section .content .right-area .button-area .button-ok[data-v-428ec031]{background-color:var(--primary-color);color:#fff}section .content .right-area .button-area .button-ok[data-v-428ec031]:hover{background-color:var(--primary-hover-color)}.sticky-select-artist[data-v-3a9cb9da]{justify-content:space-between;gap:16px}.sticky-select-artist[data-v-3a9cb9da] :is(.select,.select>.vs__dropdown-toggle){width:300px!important}.section[data-v-3a9cb9da]{display:flex;justify-content:space-between;gap:16px}.section .section-item-button-area[data-v-3a9cb9da]{display:flex;gap:16px}.section .section-item-button-area .button[data-v-3a9cb9da]{height:45px}.section .section-item-button-area .button.segment-select-button[data-v-3a9cb9da]{width:184px}.section .section-item-button-area .button.csv-download-button[data-v-3a9cb9da]{width:192px}.section .section-item-button-area .button.disabled[data-v-3a9cb9da]{color:var(--gray-01-color);background-color:var(--gray-03-color);cursor:not-allowed}.section .section-item-button-area .button.disabled .icon[data-v-3a9cb9da]{color:var(--gray-01-color);background-color:var(--gray-03-color)}.section .last-modified[data-v-3a9cb9da]{margin-bottom:8px;padding-left:16px}.section .section-item[data-v-3a9cb9da]{width:100%;min-width:0}.section .section-item .card-wrapper[data-v-3a9cb9da]{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--contents-tile-gap);margin-top:40px}.section .section-item .card-wrapper .card.性別[data-v-3a9cb9da] section .legend :first-of-type .title-color{color:var(--男性)}.section .section-item .card-wrapper .card.性別[data-v-3a9cb9da] section .legend :nth-of-type(2) .title-color{color:var(--女性)}.section .section-item .card-wrapper .card.性別[data-v-3a9cb9da] section .graph-wrapper svg .pie-path0{fill:var(--男性)}.section .section-item .card-wrapper .card.性別[data-v-3a9cb9da] section .graph-wrapper svg .pie-path1{fill:var(--女性)}.section .section-item .card-wrapper .card.性別[data-v-3a9cb9da] section .graph-wrapper svg .pie-text0{fill:#fff;filter:drop-shadow(1px 1px 1px var(--男性))}.section .section-item .card-wrapper .card.性別[data-v-3a9cb9da] section .graph-wrapper svg .pie-text1{fill:#fff;filter:drop-shadow(1px 1px 1px var(--女性))}.segment-takeover[data-v-3a9cb9da]{position:relative;display:flex;justify-content:center;gap:32px;padding:32px;padding-top:48px;background-color:#fff;border-radius:4px}.segment-takeover .button[data-v-3a9cb9da]{height:3.4em;width:21em;padding-right:8px}.segment-takeover .button[data-v-3a9cb9da]:nth-child(2){letter-spacing:.18em}.segment-takeover .icon-close[data-v-3a9cb9da]{position:absolute;top:0;right:0;font-size:1.4em;font-weight:700;padding:8px;cursor:pointer}.icon[data-v-3a9cb9da]{font-size:1.2em;font-weight:700;margin-top:2px;margin-left:12px;padding:.115em .063em .094em .146em;color:var(--primary-color);background-color:#fff;border-radius:50%}.icon.icon-file_download[data-v-3a9cb9da]{padding:.127em .058em .082em .151em}.top-row-selection[data-v-8de6aa10]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--background-color)}.top-row-selection .artist-line[data-v-8de6aa10]{display:flex;align-items:center;gap:16px}.top-row-selection .artist-line .line[data-v-8de6aa10]{height:3rem;width:2px;margin:0 8px;background-color:var(--gray-03-color)}.top-row-selection .artist-line .select-artist-age-gender[data-v-8de6aa10]{display:grid;place-items:center;padding:10px 20px;color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:4px;cursor:pointer}:is(.ArtistBannerComparison-wrapper[data-v-8de6aa10],.ArtistBannerSlim-wrapper[data-v-8de6aa10]){display:flex;gap:16px;background:var(--background-color)}.ArtistBannerSlim-wrapper[data-v-8de6aa10]{position:fixed;width:inherit;top:unset;padding-top:12px;padding-bottom:8px;opacity:0}.ArtistBannerSlim-wrapper.visible[data-v-8de6aa10]{opacity:1}.section[data-v-8de6aa10]{display:flex;justify-content:space-between;gap:16px}.section .section-item[data-v-8de6aa10]{width:100%;min-width:0}.section .section-item .title-wrapper[data-v-8de6aa10]{padding:4px 0 8px}.section .section-item .title-wrapper .title-h3[data-v-8de6aa10]{margin-top:0}.section .section-item .title-wrapper.comparison[data-v-8de6aa10]{position:sticky;top:196px;background:var(--background-color);z-index:1}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-8de6aa10]{font-size:1.5rem;margin-left:16px}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-8de6aa10]:after{height:3px;bottom:-4px}.section .section-item .title-wrapper.comparison .title-h3.sticky .icon-question-circle[data-v-8de6aa10]{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.section .section-item .main-contents[data-v-8de6aa10]{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--contents-tile-gap);width:100%;min-width:0;margin-top:32px}.section .section-item .main-contents .card.性別[data-v-8de6aa10] section .legend .twoColumun:first-of-type .title-color{color:var(--男性)}.section .section-item .main-contents .card.性別[data-v-8de6aa10] section .legend .twoColumun:nth-of-type(2) .title-color{color:var(--女性)}.section .section-item .main-contents .card.性別[data-v-8de6aa10] section .graph-wrapper svg .pie-path0{fill:var(--男性)}.section .section-item .main-contents .card.性別[data-v-8de6aa10] section .graph-wrapper svg .pie-path1{fill:var(--女性)}.section .section-item .main-contents .card.性別[data-v-8de6aa10] section .graph-wrapper svg .pie-text0{fill:#fff;filter:drop-shadow(1px 1px 1px var(--男性))}.section .section-item .main-contents .card.性別[data-v-8de6aa10] section .graph-wrapper svg .pie-text1{fill:#fff;filter:drop-shadow(1px 1px 1px var(--女性))}.section .section-item .main-contents .card-voice-container[data-v-8de6aa10]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}.section .section-item .main-contents .contents-none[data-v-8de6aa10]{width:100%;padding:24px 64px;text-align:center;font-size:var(--font-size-base);background-color:#fff;border-radius:8px}.section .section-item .tab-menu[data-v-8de6aa10]{width:-moz-fit-content;width:fit-content}.section .section-item .tab-menu .tab-menu-item[data-v-8de6aa10]{width:280px}.section .section-item .tab-menu .tab-menu-item .icon[data-v-8de6aa10]{font-size:calc(var(--font-size-middle2)*1.4)}.section .section-item .tab-menu+.main-contents[data-v-8de6aa10]{padding:32px 16px;background-color:var(--gray-04-color)}.section.sectioncomparison .section-item[data-v-8de6aa10]{width:100%;min-width:0;display:grid;grid-template-rows:auto 1fr}.section.sectioncomparison .section-item .main-contents-sns[data-v-8de6aa10]{flex-direction:column}.section.sectioncomparison .section-item .main-contents-sns .card-container[data-v-8de6aa10]{flex-direction:column;justify-content:space-between;flex-wrap:nowrap;height:calc(100% - 72px)}.top-row-selection[data-v-cb7e505c]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--background-color)}.top-row-selection .artist-line[data-v-cb7e505c]{display:flex;align-items:center;gap:16px}.top-row-selection .artist-line .line[data-v-cb7e505c]{height:3rem;width:2px;margin:0 8px;background-color:var(--gray-03-color)}.top-row-selection .artist-line .select-artist-age-gender[data-v-cb7e505c]{display:grid;place-items:center;padding:10px 20px;color:#fff;font-weight:700;background-color:var(--primary-color);border-radius:4px;cursor:pointer}:is(.ArtistBannerComparison-wrapper[data-v-cb7e505c],.ArtistBannerSlim-wrapper[data-v-cb7e505c]){display:flex;gap:16px;background:var(--background-color)}.ArtistBannerSlim-wrapper[data-v-cb7e505c]{position:fixed;width:inherit;top:unset;padding-top:12px;padding-bottom:8px;opacity:0}.ArtistBannerSlim-wrapper.visible[data-v-cb7e505c]{opacity:1}.section[data-v-cb7e505c]{display:flex;justify-content:space-between;gap:16px}.section .section-item[data-v-cb7e505c]{width:100%;min-width:0}.section .section-item .title-wrapper[data-v-cb7e505c]{padding:4px 0 8px}.section .section-item .title-wrapper .title-h3[data-v-cb7e505c]{margin-top:0}.section .section-item .title-wrapper.comparison[data-v-cb7e505c]{position:sticky;top:196px;background:var(--background-color);z-index:1}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-cb7e505c]{font-size:1.5rem;margin-left:16px}.section .section-item .title-wrapper.comparison .title-h3.sticky[data-v-cb7e505c]:after{height:3px;bottom:-4px}.section .section-item .title-wrapper.comparison .title-h3.sticky .icon-question-circle[data-v-cb7e505c]{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.section .section-item .main-contents[data-v-cb7e505c]{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--contents-tile-gap);width:100%;min-width:0;margin-top:32px}.section .section-item .main-contents .card.性別[data-v-cb7e505c] section .legend .twoColumun:first-of-type .title-color{color:var(--男性)}.section .section-item .main-contents .card.性別[data-v-cb7e505c] section .legend .twoColumun:nth-of-type(2) .title-color{color:var(--女性)}.section .section-item .main-contents .card.性別[data-v-cb7e505c] section .graph-wrapper svg .pie-path0{fill:var(--男性)}.section .section-item .main-contents .card.性別[data-v-cb7e505c] section .graph-wrapper svg .pie-path1{fill:var(--女性)}.section .section-item .main-contents .card.性別[data-v-cb7e505c] section .graph-wrapper svg .pie-text0{fill:#fff;filter:drop-shadow(1px 1px 1px var(--男性))}.section .section-item .main-contents .card.性別[data-v-cb7e505c] section .graph-wrapper svg .pie-text1{fill:#fff;filter:drop-shadow(1px 1px 1px var(--女性))}.section .section-item .main-contents .card-voice-container[data-v-cb7e505c]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}.section .section-item .main-contents .contents-none[data-v-cb7e505c]{width:100%;padding:24px 64px;text-align:center;font-size:var(--font-size-base);background-color:#fff;border-radius:8px}.section .section-item .tab-menu[data-v-cb7e505c]{width:-moz-fit-content;width:fit-content}.section .section-item .tab-menu .tab-menu-item[data-v-cb7e505c]{width:280px}.section .section-item .tab-menu .tab-menu-item .icon[data-v-cb7e505c]{font-size:calc(var(--font-size-middle2)*1.4)}.section .section-item .tab-menu+.main-contents[data-v-cb7e505c]{padding:32px 16px;background-color:var(--gray-04-color)}.section.sectioncomparison .section-item[data-v-cb7e505c]{width:100%;min-width:0;display:grid;grid-template-rows:auto 1fr}.section.sectioncomparison .section-item .main-contents-sns[data-v-cb7e505c]{flex-direction:column}.section.sectioncomparison .section-item .main-contents-sns .card-container[data-v-cb7e505c]{flex-direction:column;justify-content:space-between;flex-wrap:nowrap;height:calc(100% - 72px)}.operate-area[data-v-50b7b59b]{display:flex;justify-content:space-between;align-items:center}.operate-area :is(label[data-v-50b7b59b],input[data-v-50b7b59b]){cursor:pointer}.operate-area .period-area[data-v-50b7b59b]{display:flex;gap:60px;margin-left:48px}.operate-area .download-area[data-v-50b7b59b]{display:flex;flex-direction:column;gap:12px;background-color:#fff;border:1px solid var(--gray-04-color);padding:8px 16px;padding-bottom:16px;box-shadow:inset 3px 3px 5px rgba(0,0,0,.22)}.operate-area .download-area .button-area[data-v-50b7b59b]{display:flex;gap:16px;align-items:center}.operate-area .download-area .button-area .button[data-v-50b7b59b]{cursor:pointer}.tab-menu[data-v-50b7b59b]{width:-moz-fit-content;width:fit-content}.tab-menu .tab-menu-item[data-v-50b7b59b]{width:208px}.chart-area[data-v-50b7b59b]{margin-top:-48px;background-color:var(--gray-04-color)}.chart-area .right-items[data-v-50b7b59b]{display:flex;align-items:center;justify-content:flex-end;gap:48px;padding-top:8px;padding-right:16px}.chart-area .right-items .pvuu[data-v-50b7b59b]{display:flex;gap:32px}.chart-area .select.select-wide[data-v-50b7b59b],.chart-area .select.select-wide[data-v-50b7b59b]>.vs__dropdown-toggle{width:600px}.chart-area[data-v-50b7b59b] .card section{height:unset!important}