:root{--bg:#f7f8fb;--surface:#fff;--border:#e3e6ef;--text:#1f2733;--muted:#6b7280;--accent:#1f5fa3;--critical-bg:#fde7e7;--critical-fg:#c0392b;--error-bg:#ffe9d6;--error-fg:#b45309;--warning-bg:#fff5cf;--warning-fg:#8a6d09;--info-bg:#e2eefd;--info-fg:#1f5fa3;--ok-bg:#d6f5e0;--ok-fg:#1f7a3f}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Hiragino Sans,Yu Gothic,Noto Sans JP,system-ui,sans-serif;font-size:14px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.app-header{gap:24px;padding:12px 24px;background:var(--surface);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.app-header,.app-header__brand{display:flex;align-items:center}.app-header__brand{gap:8px;font-weight:700;color:var(--text);font-size:16px}.app-header__brand a{color:var(--text)}.app-header__nav{display:flex;gap:16px;flex:1 1}.app-header__nav a{color:var(--text);font-weight:500}.app-header__status{display:flex;gap:8px}.app-main{padding:24px;max-width:1400px;margin:0 auto}.app-footer{padding:16px 24px;color:var(--muted);text-align:center}h1{font-size:22px;margin:0 0 16px}h2{font-size:16px;margin:24px 0 8px}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px}.grid{display:grid;grid-gap:12px;gap:12px}.grid--metrics{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.metric{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px 16px}.metric__label{color:var(--muted);font-size:12px}.metric__value{font-size:24px;font-weight:600;margin-top:4px}.metric--critical{border-color:var(--critical-fg);background:var(--critical-bg)}.metric--critical .metric__value{color:var(--critical-fg)}.metric--warning{border-color:var(--warning-fg);background:var(--warning-bg)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.badge--critical{background:var(--critical-bg);color:var(--critical-fg);border-color:var(--critical-fg)}.badge--error{background:var(--error-bg);color:var(--error-fg);border-color:var(--error-fg)}.badge--warning{background:var(--warning-bg);color:var(--warning-fg);border-color:var(--warning-fg)}.badge--info{background:var(--info-bg);color:var(--info-fg);border-color:var(--info-fg)}.badge--ok{background:var(--ok-bg);color:var(--ok-fg);border-color:var(--ok-fg)}.badge--neutral{background:#eef0f5;color:#4b5563;border-color:#c8cdd9}table{width:100%;border-collapse:collapse;background:var(--surface);font-size:13px}td,th{padding:8px 10px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{background:#eef0f5;font-weight:600;color:var(--muted);position:-webkit-sticky;position:sticky;top:0}tr:hover td{background:#f1f3fa}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}input[type=search],input[type=text],select{padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);font-size:13px}button{padding:6px 12px;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer}button:hover{background:#174a82}button.secondary{background:#eef0f5;color:var(--text)}.row{display:flex;gap:8px;flex-wrap:wrap}.section{margin-bottom:24px}.field{display:grid;grid-template-columns:160px 1fr;grid-gap:12px;gap:12px;padding:6px 0;border-bottom:1px dashed var(--border)}.field__label{color:var(--muted)}.field__value{font-weight:500}.field--issue .field__value{border-left:3px solid var(--critical-fg);padding-left:8px}.field--warning .field__value{border-left:3px solid var(--warning-fg);padding-left:8px}.tabbar{display:flex;gap:4px;border-bottom:2px solid var(--border);margin-bottom:16px;overflow-x:auto}.tabbar a{padding:8px 16px;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap}.tabbar a.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.stage-pill{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;background:#eef0f5;color:var(--text);border:1px solid var(--border)}.stage-pill[data-stage=released]{background:var(--ok-bg);color:var(--ok-fg)}.stage-pill[data-stage=discontinued],.stage-pill[data-stage=stopped]{background:var(--critical-bg);color:var(--critical-fg)}.stage-pill[data-stage=design_in_progress],.stage-pill[data-stage=editing],.stage-pill[data-stage=thumbnail_review]{background:var(--warning-bg);color:var(--warning-fg)}.stage-pill[data-stage=mosaic_done],.stage-pill[data-stage=mosaic_requested],.stage-pill[data-stage=review_submitted]{background:var(--info-bg);color:var(--info-fg)}.muted{color:var(--muted)}.danger{color:var(--critical-fg);font-weight:600}.warning{color:var(--warning-fg);font-weight:600}.ok{color:var(--ok-fg)}.callout{padding:12px;border-radius:6px;margin:12px 0;background:var(--info-bg);border:1px solid var(--info-fg);color:var(--info-fg)}.callout--warning{background:var(--warning-bg);border-color:var(--warning-fg);color:var(--warning-fg)}.callout--critical{background:var(--critical-bg);border-color:var(--critical-fg);color:var(--critical-fg)}.list-clean{list-style:none;padding:0;margin:0}.list-clean li{padding:4px 0}.button-like{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;background:var(--accent);color:#fff;border-radius:6px;font-size:13px;font-weight:600}.button-like:hover{background:#174a82;color:#fff;text-decoration:none}.table-wrap--wide{max-height:calc(100vh - 260px);overflow:auto}.wide-table{min-width:3200px}.sticky-col{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:var(--surface);box-shadow:1px 0 0 var(--border)}th.sticky-col{z-index:3;background:#eef0f5}body:has(.unified-sheet-page) .app-main{max-width:none;width:100%;padding-left:8px;padding-right:8px}body:has(.unified-sheet-page) .app-footer{display:none}.unified-sheet-page .table-wrap--wide{width:calc(100vw - 16px);max-height:calc(100vh - 210px);border-radius:4px}.unified-sheet-page .wide-table{min-width:max-content;table-layout:auto;white-space:nowrap}.unified-sheet-page td,.unified-sheet-page th{height:26px;max-height:26px;padding:2px 8px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.unified-sheet-page th{top:0}.unified-sheet-page .badge{line-height:16px;padding-top:1px;padding-bottom:1px}.unified-sheet-page .card{padding:10px 12px}.unified-sheet-page h1{margin-bottom:4px}.unified-sheet-page h2{margin:0 0 6px}.unified-sheet-summary{position:-webkit-sticky;position:sticky;top:49px;z-index:4}.unified-tabs a{scroll-margin-top:110px}.unified-tab-section{scroll-margin-top:112px;margin-bottom:18px}.unified-tab-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;padding:8px 0 6px}.unified-tab-heading h2{font-size:15px;margin:0}.unified-tab-heading p{margin:2px 0 0}.unified-sheet-page .common-col{background:#fff9db;color:#3d3a00;font-weight:600}.sheet-workspace{width:100%}body:has(.sheet-workspace) .app-main{max-width:none;width:100%;padding:6px 8px}body:has(.sheet-workspace) .app-footer{display:none}.sheet-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:6px}.sheet-toolbar h1{margin:0 0 2px}.sheet-toolbar p{margin:0}.progress-review-page{height:calc(100vh - 62px);display:grid;grid-template-rows:auto 2fr 1fr;grid-gap:6px;gap:6px}.sheet-pane{min-height:0}.legacy-review-pane-removed .sheet-table-wrap,.sheet-pane--full .sheet-table-wrap,.sheet-pane--progress .sheet-table-wrap{height:100%;max-height:none;width:calc(100vw - 16px);overflow:auto}.management-page{height:calc(100vh - 62px);display:grid;grid-template-rows:auto 1fr;grid-gap:6px;gap:6px}.sheet-table{width:max-content;min-width:0;table-layout:auto;white-space:nowrap}.sheet-table td,.sheet-table th{width:max-content;max-width:360px;height:26px;max-height:26px;padding:2px 7px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.sheet-table th{top:0;z-index:2}.sheet-sort{padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.sheet-sort:hover{background:transparent;color:var(--accent);text-decoration:underline}.sheet-input{min-width:74px;max-width:132px;height:22px;padding:0 4px;font-size:12px}.sheet-input--date{width:60px}.task-head{text-align:center;background:#e8f2ff;color:#174a82}.link-button{padding:0;background:transparent;color:var(--accent);border:0;font:inherit;font-weight:700}.link-button:hover{background:transparent;text-decoration:underline}.sheet-table .common-col{background:#fff9db;color:#3d3a00;font-weight:600}.actress-cell{width:5.5em;max-width:5.5em;padding:0}.actress-cell:focus,.actress-cell:hover{width:max-content;max-width:28em;position:relative;z-index:5;background:var(--surface);outline:1px solid var(--accent);padding:0 4px}@keyframes deliveryDueBlink{0%,to{background:#fff3bf}50%{background:#ffd6d6}}.sheet-table tr.delivery-due-row td{animation:deliveryDueBlink 1.3s ease-in-out infinite}.sheet-input--free{width:9em;max-width:16em}.management-page .sheet-table{width:max-content;min-width:0}.management-page .sheet-table td,.management-page .sheet-table th{width:max-content;max-width:260px}.management-page .sheet-table td a{font-weight:800;font-size:15px}.sales-ng-warning{animation:deliveryDueBlink 1.1s ease-in-out infinite;background:#ffe08a!important}.sales-ng-note-required{animation:salesNgNoteBlink .9s ease-in-out infinite;background:#ff9f9f!important;color:#611;font-weight:800}@keyframes salesNgNoteBlink{0%,to{background:#ffb3b3}50%{background:#ff5c5c}}.sheet-input--sales-note{width:11em;max-width:22em;background:inherit;border-color:currentColor}.review-check-cell{display:inline-flex;align-items:center;gap:4px;padding:0 4px;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.review-check-cell:hover{background:#e8f2ff;color:var(--accent)}.review-check-cell input{pointer-events:none}.management-page .sheet-table td[data-col=\5973\512A\540D],.management-page .sheet-table th:has(.sheet-sort){max-width:220px}.management-page .sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-page .sheet-table td[data-col=\5973\512A\540D]{max-width:5.5em}.management-page .sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3]:hover,.management-page .sheet-table td[data-col=\5973\512A\540D]:hover{max-width:22em;position:relative;z-index:4;background:var(--surface);outline:1px solid var(--accent)}.management-compact-table td,.management-compact-table th{max-width:220px}.management-page .sheet-table{border-collapse:collapse}.management-page .sheet-table td,.management-page .sheet-table th{width:1px;min-width:0;max-width:9em;padding-left:4px;padding-right:4px}.management-page .sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-page .sheet-table td[data-col=\5973\512A\540D]{width:4.5em;min-width:4.5em;max-width:4.5em}.management-page .sheet-table td[data-col=\30B7\30EA\30FC\30BA\540D],.management-page .sheet-table td[data-col=\4F1A\793E\5099\8003],.management-page .sheet-table td[data-col=\7537\512A]{width:6em;max-width:6em}.management-page .sheet-table td[data-col=\64AE\5F71\65E5],.management-page .sheet-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-page .sheet-table td[data-col=\72EC\5360\660E\3051],.management-page .sheet-table td[data-col=\914D\4FE1\65E5]{width:7.5em;max-width:7.5em}.management-page .sheet-table td[data-col=\54C1\756A]{width:7em;max-width:7em}.sheet-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:6;background:#eef0f5}.sheet-table thead tr:nth-child(2) th{top:calc(var(--sheet-header-height) - var(--sheet-header-overlap));z-index:5;background:#f7f8fb}.sheet-table thead th.common-col,.sheet-table thead tr:nth-child(2) th.common-col{background:#fff9db}.sheet-table thead th.task-head{background:#e8f2ff}.sheet-table-wrap{position:relative}.sheet-input--edit{width:100%;min-width:2.5em;max-width:100%;background:transparent}.sheet-input--tiny{text-align:center}.management-page .sheet-table td[data-col="ラポルノ(有無)"],.sheet-input--tiny{width:2.5em;min-width:2.5em;max-width:2.5em}.management-page .sheet-table td[data-col=DVD\54C1\756A],.management-page .sheet-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-page .sheet-table td[data-col=H1],.management-page .sheet-table td[data-col=MEGA\306BUP],.management-page .sheet-table td[data-col=MEGA\30A2\30C3\30D7],.management-page .sheet-table td[data-col=\30D1\30D6],.management-page .sheet-table td[data-col=\5BE9\67FB\4F1A\793E],.management-page .sheet-table td[data-col=\5BE9\67FB\756A\53F7]{width:5.5em;max-width:5.5em}.actress-cell{display:inline-block;width:6em;max-width:6em;padding:0 2px;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:zoom-in}.actress-cell--expanded{width:max-content;max-width:none;z-index:7;background:var(--surface);outline:1px solid var(--accent);cursor:zoom-out}.management-page .sheet-table td[data-col=\5973\512A\540D]{width:6em!important;min-width:6em!important;max-width:6em!important}.management-page .sheet-table td[data-col=\5973\512A\540D]:has(.actress-cell--expanded){width:max-content!important;max-width:none!important}.management-page .sheet-table-wrap{width:calc(100vw - 16px);max-width:calc(100vw - 16px)}.management-page .sheet-table{min-width:100%}.management-page .sheet-table td:has(input.sheet-input--edit:placeholder-shown),.management-page .sheet-table td:has(input.sheet-input--edit[value=""]){animation:blankCellBlink 1.4s ease-in-out infinite}@keyframes blankCellBlink{0%,to{background:#fff0f0}50%{background:#ffcece}}.admin-edit-table input,.admin-edit-table select{width:100%;min-width:5em}.admin-option-row{display:flex;align-items:center;gap:6px;margin-top:4px}.admin-fields-page .table-wrap{max-width:calc(100vw - 48px)}.management-fast-table .readonly-cell{display:inline-block;min-width:100%;min-height:20px;cursor:text}.management-fast-table .readonly-cell--blank{background:#ffd6d6;color:#9b1c1c;border-radius:2px;padding:0 3px}.management-fast-table td[data-col=MEGA\306BUP],.management-fast-table td[data-col=\30D1\30D6],.management-fast-table th[data-col=MEGA\306BUP],.management-fast-table th[data-col=\30D1\30D6]{width:3.2em!important;min-width:3.2em!important;max-width:3.2em!important;text-align:center}.management-fast-table td[data-col=MEGA\30A2\30C3\30D7],.management-fast-table th[data-col=MEGA\30A2\30C3\30D7]{display:none}.management-fast-table td,.management-fast-table th{contain:layout style paint}.management-page .sheet-table td:has(input.sheet-input--edit:placeholder-shown),.management-page .sheet-table td:has(input.sheet-input--edit[value=""]){animation:none!important}.actress-edit-input{width:18em;max-width:30em}.virtual-sheet-wrap{overflow:auto;content-visibility:auto}.virtual-sheet-wrap tbody tr[aria-hidden=true] td{background:transparent!important;animation:none!important}.management-fast-table{will-change:transform}.management-compact-table td[data-col=\72EC\5360\5148],.management-compact-table th[data-col=\72EC\5360\5148],.management-fast-table td[data-col=\72EC\5360\5148],.management-fast-table th[data-col=\72EC\5360\5148]{width:4.2em!important;min-width:4.2em!important;max-width:4.2em!important}.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7_\54C1\756A_\5973\512A\540D_\64AE\5F71\65E5],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7_\54C1\756A_\5973\512A\540D_\64AE\5F71\65E5]{display:none!important}.management-fast-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-fast-table th[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04]{width:3em!important;min-width:3em!important;max-width:3em!important;text-align:center}.series-combo{position:relative;min-width:8em}.series-combo__input{width:10em;background:#fff;color:var(--text)}.series-combo__menu{position:absolute;z-index:20;top:24px;left:0;min-width:14em;max-height:220px;overflow-y:auto;background:#fff;color:var(--text);border:1px solid var(--border);box-shadow:0 8px 20px rgba(0,0,0,.16);border-radius:4px}.series-combo__option{display:block;width:100%;padding:4px 8px;background:#fff;color:var(--text);border:0;border-radius:0;text-align:left;font-size:12px}.series-combo__option:hover{background:#e8f2ff;color:var(--accent)}.progress-review-page{grid-template-rows:auto auto minmax(0,1fr) minmax(0,.5fr)!important;align-content:start}.progress-review-page--filtered{grid-template-rows:auto auto minmax(0,1fr)!important}.progress-review-page--filtered .legacy-review-pane-removed{display:none!important}.sheet-filter-bar{display:flex;align-items:center;gap:4px;margin:0 0 4px;padding:0;min-height:24px}.sheet-filter-bar input{height:22px;padding:1px 4px}.sheet-filter-bar button{height:24px;padding:2px 10px}.sheet-pane--progress{min-height:0}.product-registration-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.product-registration-form label{display:grid;grid-gap:4px;gap:4px;font-weight:700}.product-registration-form input,.product-registration-form textarea{width:100%;font-weight:400}.block-label{margin-top:12px}.actress-cell{max-width:7.5em;min-width:6em;white-space:nowrap;display:inline-flex;gap:2px;align-items:center;vertical-align:middle}.actress-cell,.actress-cell__item{overflow:hidden;text-overflow:ellipsis}.actress-cell__item{display:inline-block;max-width:6em}.actress-cell__item+.actress-cell__item:before{content:"、"}.actress-cell--expanded{position:relative;z-index:20;max-width:none!important;min-width:14em;white-space:normal;flex-wrap:wrap;background:#fffbe8;box-shadow:0 8px 24px rgba(15,23,42,.18)}.actress-cell--expanded .actress-cell__item{max-width:none}.product-registration-choice{margin-top:12px;padding:10px 12px;align-items:center;gap:16px}.option-pick-list,.product-registration-choice{border:1px solid #d6dde8;border-radius:8px;display:flex;flex-wrap:wrap}.option-pick-list{margin-top:6px;max-height:220px;overflow:auto;padding:8px;gap:6px;background:#f8fafc}.option-pick-list button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:3px 8px;border-radius:999px}.option-pick-list button:hover{background:#e0f2fe}.product-code-set{margin-top:12px;padding:10px 12px;border:1px solid #d6dde8;border-radius:8px;background:#f8fbff}.product-code-set p{margin:0 0 8px}.danger-button{border:1px solid #dc2626;background:#fff1f2;color:#991b1b;border-radius:6px;padding:4px 10px;font-weight:700;cursor:pointer}.danger-button:hover{background:#fee2e2}.danger-button--small{padding:2px 6px;font-size:.82rem}.admin-field-domain{margin-top:18px}.admin-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:12px;gap:12px;align-items:start}.admin-field-card{border:1px solid #d6dde8;border-radius:10px;background:#fff;padding:10px;box-shadow:0 1px 2px rgba(15,23,42,.04);min-width:0}.admin-field-card__head{display:flex;align-items:center;gap:8px;justify-content:space-between;margin-bottom:8px}.admin-field-title-input{flex:1 1;min-width:0;border:1px solid #cbd5e1;border-radius:6px;padding:4px 6px;font-weight:800;color:#0f172a}.admin-field-card__meta{display:grid;grid-template-columns:minmax(130px,1.3fr) minmax(110px,1fr) 72px;grid-gap:6px;gap:6px}.admin-field-card__meta label,.admin-field-notes{display:grid;grid-gap:2px;gap:2px;font-size:.78rem;color:#475569;font-weight:700}.admin-field-card__checks{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px;font-size:.84rem}.admin-field-card__checks label{display:inline-flex;align-items:center;gap:3px}.admin-field-notes{margin-top:8px}.admin-options-block{margin-top:8px;border-top:1px dashed #cbd5e1;padding-top:8px}.admin-options-block__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.admin-option-wrap{display:flex;flex-wrap:wrap;gap:6px;max-height:170px;overflow:auto}.admin-option-chip{display:inline-flex;align-items:center;gap:4px;border:1px solid #d6dde8;background:#f8fafc;border-radius:8px;padding:4px;max-width:100%}.admin-option-chip input.sheet-input--edit{width:10.5em;min-width:8em}@media (max-width:760px){.admin-field-card__meta,.admin-field-grid{grid-template-columns:1fr}}.admin-fields-table-wrap{overflow-x:auto}.admin-fields-horizontal-table{width:max-content;min-width:100%;table-layout:auto}.admin-fields-horizontal-table td,.admin-fields-horizontal-table th{vertical-align:top;white-space:nowrap}.admin-fields-horizontal-table .admin-options-cell{white-space:normal;min-width:520px;max-width:none}.admin-field-label-input{width:9em}.admin-field-notes-input{width:18em}.admin-options-block__head--inline{justify-content:flex-start;margin-bottom:4px}.admin-option-wrap--all{display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px;max-height:none!important;overflow:visible!important}.admin-option-wrap--all .admin-option-chip{flex:0 0 auto}.admin-field-columns-wrap{width:100%;overflow-x:auto;padding-bottom:8px}.admin-field-columns{display:flex;align-items:flex-start;gap:10px;min-width:max-content}.admin-field-column{flex:0 0 300px;border:1px solid #d6dde8;border-radius:10px;background:#fff;overflow:visible}.admin-field-column__item{padding:8px;border-bottom:2px solid #e2e8f0;background:#f8fafc;display:grid;grid-gap:6px;gap:6px}.admin-field-column__item label{display:grid;grid-gap:2px;gap:2px;font-size:.76rem;color:#475569;font-weight:700}.admin-field-column__head{display:flex;align-items:center;gap:6px}.admin-field-column__head .admin-field-title-input{flex:1 1;min-width:0}.admin-field-column__meta{display:grid;grid-template-columns:1fr 72px;grid-gap:6px;gap:6px}.admin-field-column__checks{display:flex;flex-wrap:wrap;gap:8px;font-size:.82rem}.admin-field-column__checks label{display:inline-flex;align-items:center;gap:3px}.admin-field-column__options{padding:8px;background:#fff}.admin-field-column__options-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.admin-option-under-item-list{display:flex;flex-wrap:wrap;gap:6px;overflow:visible;max-height:none}.admin-option-under-item{display:inline-flex;align-items:center;gap:4px;border:1px solid #d6dde8;border-radius:8px;background:#f8fafc;padding:4px}.admin-option-under-item input.sheet-input--edit{width:9.5em;min-width:7em}.admin-field-stack{display:grid;grid-gap:14px;gap:14px}.admin-field-section{border:1px solid #d6dde8;border-radius:10px;background:#fff;padding:10px}.admin-field-line{display:grid;grid-template-columns:minmax(150px,1.2fr) 150px 70px auto auto auto minmax(220px,1fr) auto;grid-gap:8px;gap:8px;align-items:end}.admin-field-line label{display:grid;grid-gap:2px;gap:2px;font-size:.76rem;color:#475569;font-weight:700}.admin-field-line .admin-field-check{display:inline-flex;align-items:center;gap:3px;align-self:center;padding-bottom:4px;white-space:nowrap;font-size:.84rem}.admin-field-name .admin-field-title-input,.admin-field-notes-line input,.admin-field-sort input{width:100%}.admin-field-options-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;padding-top:8px;border-top:1px dashed #cbd5e1}.admin-field-options-full{display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px;margin-top:8px;overflow:visible;max-height:none}.admin-option-full-chip{display:inline-flex;align-items:center;gap:4px;border:1px solid #d6dde8;border-radius:8px;background:#f8fafc;padding:4px}.admin-option-full-chip input.sheet-input--edit{width:9.5em;min-width:7em}@media (max-width:980px){.admin-field-line{grid-template-columns:1fr 1fr 70px}.admin-field-notes-line{grid-column:1/-1}}.multi-value-cell{max-width:7.5em;min-width:6em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-flex;gap:2px;align-items:center;vertical-align:middle}.multi-value-cell__item{display:inline-block;max-width:6em;overflow:hidden;text-overflow:ellipsis}.multi-value-cell__item+.multi-value-cell__item:before{content:"、"}.multi-value-cell--expanded{position:relative;z-index:20;max-width:none!important;min-width:14em;white-space:normal;flex-wrap:wrap;background:#fffbe8;box-shadow:0 8px 24px rgba(15,23,42,.18)}.multi-value-cell--expanded .multi-value-cell__item{max-width:none}.stopped-actress .multi-value-cell{color:#000}.stopped-actress--withdrawn .multi-value-cell{background:#fecaca;color:#000}.stopped-actress--barashi .multi-value-cell{background:#fef08a;color:#000}.management-page .sheet-table td,.management-page .sheet-table th,.sheet-table td,.sheet-table th{padding-top:1px!important;padding-bottom:1px!important;line-height:1.15!important}.management-page .sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-page .sheet-table td[data-col=\5973\512A\540D],.management-page .sheet-table td[data-col=\7537\512A],.sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.sheet-table td[data-col=\5973\512A\540D],.sheet-table td[data-col=\7537\512A]{background:#fff!important;color:#000!important;max-width:8em!important;min-width:6em!important;overflow:visible!important}.management-page .sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3]:hover,.management-page .sheet-table td[data-col=\5973\512A\540D]:hover,.management-page .sheet-table td[data-col=\7537\512A]:hover,.sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3]:hover,.sheet-table td[data-col=\5973\512A\540D]:hover,.sheet-table td[data-col=\7537\512A]:hover{background:#fff!important;color:#000!important}.actress-cell,.multi-value-cell{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;background:#fff!important;padding:0 2px!important;margin:0!important;border-radius:0!important;box-shadow:none!important;font:inherit!important;line-height:1.15!important;max-width:7.5em!important;min-width:6em!important;white-space:nowrap!important;display:inline-flex!important;gap:0!important;align-items:center!important;vertical-align:middle!important;cursor:default!important}.actress-cell,.actress-cell__item,.multi-value-cell,.multi-value-cell__item{color:#000!important;overflow:hidden!important;text-overflow:ellipsis!important}.actress-cell__item,.multi-value-cell__item{display:inline-block!important;max-width:6em!important}.actress-cell__item+.actress-cell__item:before,.multi-value-cell__item+.multi-value-cell__item:before{content:"、"}.actress-cell--expanded,.actress-cell:focus,.actress-cell:hover,.multi-value-cell--expanded,.multi-value-cell:focus,.multi-value-cell:hover{position:relative!important;z-index:50!important;max-width:none!important;min-width:14em!important;white-space:normal!important;flex-wrap:wrap!important;overflow:visible!important;background:#fff!important;color:#000!important;box-shadow:0 8px 24px rgba(15,23,42,.18)!important}.actress-cell--expanded .actress-cell__item,.actress-cell:focus .actress-cell__item,.actress-cell:hover .actress-cell__item,.multi-value-cell--expanded .multi-value-cell__item,.multi-value-cell:focus .multi-value-cell__item,.multi-value-cell:hover .multi-value-cell__item{max-width:none!important;color:#000!important}.stopped-actress--withdrawn .multi-value-cell,.stopped-actress--withdrawn .multi-value-cell:focus,.stopped-actress--withdrawn .multi-value-cell:hover{background:#fecaca!important;color:#000!important}.stopped-actress--barashi .multi-value-cell,.stopped-actress--barashi .multi-value-cell:focus,.stopped-actress--barashi .multi-value-cell:hover{background:#fef08a!important;color:#000!important}.product-registration-important-field{border-top:1px solid #e2e8f0;padding-top:10px}.product-registration-important-field textarea{min-height:44px}.management-fast-table .readonly-cell--blank{background:transparent!important;color:inherit!important;border-radius:0!important;padding:0!important}.management-fast-table .readonly-cell--delete-needed{background:#fecaca!important;color:#000!important;border-radius:2px!important;padding:0 3px!important}.management-fast-table .readonly-cell--saving{outline:1px dashed #2563eb}.management-fast-table td[data-col=\524A\9664\5BFE\5FDC\65E5],.management-fast-table td[data-col=\524A\9664\9673\60C5\65E5]{background:#fff!important}.management-fast-table td[data-col=\524A\9664\5BFE\5FDC\65E5]:has(.readonly-cell--delete-needed){background:#fecaca!important}.management-page .sheet-table,.sheet-table{border-collapse:collapse!important;border-spacing:0!important}.sheet-table-wrap,.table-wrap,.virtual-sheet-wrap{padding:0!important;gap:0!important}.management-page .sheet-table td,.management-page .sheet-table th,.sheet-table td,.sheet-table th{border:1px solid #c8c8c8!important;padding:0 2px!important;line-height:1.1!important;height:20px!important;box-sizing:border-box!important}.sheet-input,.sheet-table input,.sheet-table select{min-height:18px!important;height:18px!important;padding-top:0!important;padding-bottom:0!important;line-height:1.1!important}.sheet-sort{padding:0!important;line-height:1.1!important}.sheet-workspace{gap:4px!important}.management-page .sheet-table td:has(input.sheet-input--edit:placeholder-shown),.management-page .sheet-table td:has(input.sheet-input--edit[value=""]),.sales-ng-note-required,.sales-ng-warning,.sheet-table tr.delivery-due-row td{animation:none!important}.sales-ng-note-required,.sales-ng-warning,.sheet-table tr.delivery-due-row td{background:#fff7d6!important}.content-due-warning td{background:#fef3c7!important}.content-sheet-table td,.content-sheet-table th{white-space:nowrap;text-align:center}.product-registration-checkbox{display:inline-flex!important;align-items:center;gap:6px!important;align-self:end;min-height:24px;font-weight:800!important}.product-registration-checkbox input{width:auto!important}.management-stable-wrap{overflow:auto;contain:layout paint;scrollbar-gutter:stable both-edges}.management-fast-table{min-width:2200px}.management-fast-table td,.management-fast-table th{width:96px;max-width:96px;min-width:72px}.management-fast-table td:first-child,.management-fast-table th:first-child{width:48px;max-width:48px}.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7]{width:118px;max-width:118px}.management-fast-table td[data-col=\54C1\756A],.management-fast-table th[data-col=\54C1\756A]{width:92px;max-width:92px}.management-fast-table td[data-col=\30B7\30EA\30FC\30BA\540D],.management-fast-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-fast-table td[data-col=\5973\512A\540D],.management-fast-table td[data-col=\7537\512A],.management-fast-table th[data-col=\30B7\30EA\30FC\30BA\540D],.management-fast-table th[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-fast-table th[data-col=\5973\512A\540D],.management-fast-table th[data-col=\7537\512A]{width:150px;max-width:150px}.management-fast-table{table-layout:fixed!important;width:max-content!important;min-width:0!important}.management-fast-table td,.management-fast-table th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-fast-table td:first-child,.management-fast-table th:first-child{width:4ch!important;max-width:4ch!important;min-width:4ch!important}.management-fast-table td[data-col=MEGA\306BUP],.management-fast-table td[data-col=\524A\9664\5BFE\5FDC\65E5],.management-fast-table td[data-col=\524A\9664\9673\60C5\65E5],.management-fast-table td[data-col=\64AE\5F71\65E5],.management-fast-table td[data-col=\72EC\5360\660E\3051],.management-fast-table td[data-col=\914D\4FE1\65E5],.management-fast-table th[data-col=MEGA\306BUP],.management-fast-table th[data-col=\524A\9664\5BFE\5FDC\65E5],.management-fast-table th[data-col=\524A\9664\9673\60C5\65E5],.management-fast-table th[data-col=\64AE\5F71\65E5],.management-fast-table th[data-col=\72EC\5360\660E\3051],.management-fast-table th[data-col=\914D\4FE1\65E5]{width:10ch!important;max-width:10ch!important;min-width:10ch!important}.management-fast-table td[data-col=\54C1\756A],.management-fast-table th[data-col=\54C1\756A]{width:9ch!important;max-width:9ch!important;min-width:9ch!important}.management-fast-table td[data-col=\5973\512A\540D],.management-fast-table th[data-col=\5973\512A\540D]{width:6em!important;max-width:6em!important;min-width:6em!important}.management-fast-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-fast-table td[data-col=\4F1A\793E\5099\8003],.management-fast-table td[data-col=\7537\512A],.management-fast-table th[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-fast-table th[data-col=\4F1A\793E\5099\8003],.management-fast-table th[data-col=\7537\512A]{width:8em!important;max-width:8em!important;min-width:8em!important}.management-fast-table td[data-col=DVD\54C1\756A],.management-fast-table td[data-col=\30B7\30EA\30FC\30BA\540D],.management-fast-table th[data-col=DVD\54C1\756A],.management-fast-table th[data-col=\30B7\30EA\30FC\30BA\540D]{width:10em!important;max-width:10em!important;min-width:10em!important}.management-fast-table td[data-col=\72EC\5360\5148],.management-fast-table th[data-col=\72EC\5360\5148]{width:6em!important;max-width:6em!important;min-width:6em!important}.management-fast-table td[data-col=MGSURL],.management-fast-table th[data-col=MGSURL]{width:3ch!important;max-width:3ch!important;min-width:3ch!important}.management-fast-table td[data-col=\5BE9\67FB\756A\53F7],.management-fast-table th[data-col=\5BE9\67FB\756A\53F7]{width:7ch!important;max-width:7ch!important;min-width:7ch!important}.management-fast-table td[data-col=\5BE9\67FB\4F1A\793E],.management-fast-table th[data-col=\5BE9\67FB\4F1A\793E]{width:12em!important;max-width:12em!important;min-width:12em!important}.management-fast-table td[data-col=H1],.management-fast-table th[data-col=H1]{width:5em!important;max-width:5em!important;min-width:5em!important}.management-fast-table td[data-col="ラポルノ(有無)"],.management-fast-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-fast-table td[data-col=\30D1\30D6],.management-fast-table th[data-col="ラポルノ(有無)"],.management-fast-table th[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-fast-table th[data-col=\30D1\30D6]{width:3em!important;max-width:3em!important;min-width:3em!important}.management-fast-table td[data-col=\5099\8003],.management-fast-table th[data-col=\5099\8003]{width:15em!important;max-width:15em!important;min-width:15em!important}.management-fast-table td:first-child,.management-fast-table th:first-child{width:6ch!important;max-width:6ch!important;min-width:6ch!important}.management-fast-table td[data-col=\30B7\30EA\30FC\30BA\540D],.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table th[data-col=\30B7\30EA\30FC\30BA\540D],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7]{width:15em!important;max-width:15em!important;min-width:15em!important}.management-fast-table td[data-col=\5099\8003],.management-fast-table th[data-col=\5099\8003]{width:20em!important;max-width:20em!important;min-width:20em!important}.progress-template-pane{overflow:auto}.progress-template-list{display:grid;grid-gap:14px;gap:14px;padding:10px}.progress-template-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 22px rgba(24,35,29,.08);padding:12px}.progress-template-head{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:10px}.progress-template-base{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));grid-gap:8px;gap:8px;padding:8px;background:var(--paper2);border-radius:10px;margin-bottom:10px}.progress-template-base div{display:grid;grid-gap:3px;gap:3px;min-width:0}.progress-template-base b{font-size:11px;color:var(--muted)}.progress-template-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:10px;gap:10px}.progress-step{border:1px solid var(--line);border-radius:12px;padding:10px;background:#fff;display:grid;grid-gap:6px;gap:6px;align-content:start}.progress-step h3{font-size:15px;margin:0 0 4px}.progress-step--done{background:#f3faf4;border-color:#c8e5ce}.progress-step--current{background:#fff8e8;border-color:#e4c57c;box-shadow:inset 4px 0 0 #c58b1a}.progress-step .sheet-input{width:100%;min-width:0}.progress-check{display:inline-flex;align-items:center;gap:5px;font-weight:800}@media (max-width:1100px){.progress-template-base{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media (max-width:640px){.progress-template-base{grid-template-columns:1fr}}.progress-new-table-wrap{overflow:auto}.progress-new-table{table-layout:fixed;width:max-content;min-width:4200px}.progress-new-table td,.progress-new-table th{width:92px;max-width:92px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-new-table td:first-child,.progress-new-table th:first-child{width:46px;max-width:46px}.progress-new-table td:nth-child(2),.progress-new-table th:nth-child(2){width:112px;max-width:112px}.progress-new-table td:nth-child(5),.progress-new-table td:nth-child(6),.progress-new-table td:nth-child(7),.progress-new-table td:nth-child(8),.progress-new-table th:nth-child(5),.progress-new-table th:nth-child(6),.progress-new-table th:nth-child(7),.progress-new-table th:nth-child(8){width:132px;max-width:132px}.progress-new-table .sheet-input{width:100%;min-width:0}.progress-new-table .badge{display:inline-flex;margin-left:4px}.progress-new-table-wrap{overflow:auto!important;contain:layout paint;scrollbar-gutter:stable both-edges}.progress-new-table{table-layout:auto!important;width:max-content!important;min-width:0!important;border-collapse:separate;border-spacing:0}.progress-new-table td,.progress-new-table th{overflow:visible!important;text-overflow:clip!important}.progress-new-table .sheet-input{width:auto!important;min-width:0!important;max-width:none!important;display:inline-block}.progress-new-table input.sheet-input,.progress-new-table select.sheet-input{inline-size:max-content}.progress-new-table .progress-check{display:inline-flex!important;width:max-content!important;min-width:max-content!important;white-space:nowrap!important;gap:2px!important}.progress-new-table .progress-check input[type=checkbox]{width:13px!important;height:13px!important;margin:0!important;flex:0 0 auto}.progress-new-table .badge{width:max-content;white-space:nowrap}.progress-new-table .progress-locked{display:inline-block;width:max-content;min-width:max-content}.progress-new-table td,.progress-new-table th{width:auto!important;min-width:max-content!important;max-width:none!important;white-space:nowrap!important;padding-left:4px!important;padding-right:4px!important}.progress-current-fields{display:flex;flex-wrap:nowrap;gap:6px;align-items:center}.progress-current-field{display:inline-flex;align-items:center;gap:3px;width:max-content;min-width:max-content;white-space:nowrap;border-right:1px solid var(--line);padding-right:6px}.progress-current-field:last-child{border-right:0}.progress-current-field b{font-size:11px;color:var(--muted);font-weight:900}.progress-current-field .sheet-input{width:auto!important;min-width:0!important;max-width:16ch!important}.progress-current-field select.sheet-input{max-width:18ch!important}.progress-current-field .progress-check{width:max-content!important;min-width:max-content!important;gap:2px!important}:root{--sheet-row-height:22px;--sheet-cell-line-height:20px}.content-sheet-table tbody tr,.content-sheet-table thead tr,.management-compact-table tbody tr,.management-compact-table thead tr,.management-fast-table tbody tr,.management-fast-table thead tr,.management-page .sheet-table tbody tr,.management-page .sheet-table thead tr,.progress-new-table tbody tr,.progress-new-table thead tr,.sheet-table tbody tr,.sheet-table thead tr{height:var(--sheet-row-height)!important;min-height:var(--sheet-row-height)!important;max-height:var(--sheet-row-height)!important}.content-sheet-table tbody td,.content-sheet-table thead th,.management-compact-table tbody td,.management-compact-table thead th,.management-fast-table tbody td,.management-fast-table thead th,.management-page .sheet-table tbody td,.management-page .sheet-table thead th,.progress-new-table tbody td,.progress-new-table thead th,.sheet-table tbody td,.sheet-table thead th{height:var(--sheet-row-height)!important;min-height:var(--sheet-row-height)!important;max-height:var(--sheet-row-height)!important;line-height:var(--sheet-cell-line-height)!important;padding-top:0!important;padding-bottom:0!important;vertical-align:middle!important;box-sizing:border-box!important}.sheet-table thead tr:first-child th{top:0!important}:root{--sheet-header-height:24px;--sheet-header-overlap:1px}.content-sheet-table thead tr,.management-compact-table thead tr,.management-fast-table thead tr,.management-page .sheet-table thead tr,.progress-new-table thead tr,.sheet-table thead tr{height:var(--sheet-header-height)!important;min-height:var(--sheet-header-height)!important;max-height:var(--sheet-header-height)!important;background:#eef0f5!important}.content-sheet-table thead th,.management-compact-table thead th,.management-fast-table thead th,.management-page .sheet-table thead th,.progress-new-table thead th,.sheet-table thead th{height:var(--sheet-header-height)!important;min-height:var(--sheet-header-height)!important;max-height:var(--sheet-header-height)!important;line-height:calc(var(--sheet-header-height) - 2px)!important;padding-top:0!important;padding-bottom:0!important;background-clip:border-box!important;box-shadow:inset 0 -1px 0 #c8c8c8,inset 0 1px 0 #c8c8c8!important}.sheet-table thead tr:nth-child(2) th{top:calc(var(--sheet-header-height) - var(--sheet-header-overlap))!important}.management-fast-table .readonly-cell--missing-marker{background:#fff176!important;color:#6b4e00!important;border:1px solid #d6a800!important}.management-fast-table td:has(.readonly-cell--missing-marker){background:#fff8bf!important}.sheet-edit-combo{gap:4px;min-width:max-content}.field-add-link,.sheet-edit-combo{display:inline-flex;align-items:center}.field-add-link{white-space:nowrap;font-size:11px;font-weight:800;color:#0f5f9f;background:#e8f2ff;border:1px solid #9dc5ef;border-radius:4px;padding:0 4px}.management-fast-table td[data-col=\4F1A\793E\5099\8003],.management-fast-table th[data-col=\4F1A\793E\5099\8003]{width:4em!important;max-width:4em!important;min-width:4em!important}.content-sheet-table,.management-compact-table,.management-fast-table,.management-page .sheet-table,.progress-new-table,.sheet-table{border-collapse:collapse!important}.content-sheet-table td,.content-sheet-table th,.management-compact-table td,.management-compact-table th,.management-fast-table td,.management-fast-table th,.management-page .sheet-table td,.management-page .sheet-table th,.progress-new-table td,.progress-new-table th,.sheet-table td,.sheet-table th{border:1px solid #9ca3af!important}.management-fast-table .readonly-cell--missing-marker{background:#fecaca!important;color:#7f1d1d!important;border-radius:2px;padding:0 3px;font-weight:900}.management-fast-table td:has(.readonly-cell--missing-marker){background:#fee2e2!important}:root{--sheet-grid-border:#94a3b8;--sheet-grid-border-strong:#64748b;--sheet-grid-header-bg:#e2e8f0;--sheet-grid-header-bg-2:#f1f5f9;--sheet-grid-common-bg:#fff7cc;--sheet-grid-cell-bg:#fff;--sheet-grid-hover-bg:#eff6ff;--sheet-grid-row-height-final:24px;--sheet-grid-font-size:12px}.management-stable-wrap,.progress-new-table-wrap,.sheet-table-wrap,.table-wrap,.virtual-sheet-wrap{background:var(--sheet-grid-border)!important;border:1px solid var(--sheet-grid-border-strong)!important;border-radius:6px!important;padding:0!important;overflow:auto!important}.content-sheet-table,.management-compact-table,.management-fast-table,.management-page .sheet-table,.progress-new-table,.sheet-table{border-collapse:separate!important;border-spacing:0!important;background:var(--sheet-grid-border)!important;color:#0f172a!important;font-size:var(--sheet-grid-font-size)!important;line-height:1.2!important}.content-sheet-table td,.content-sheet-table th,.management-compact-table td,.management-compact-table th,.management-fast-table td,.management-fast-table th,.management-page .sheet-table td,.management-page .sheet-table th,.progress-new-table td,.progress-new-table th,.sheet-table td,.sheet-table th{height:var(--sheet-grid-row-height-final)!important;min-height:var(--sheet-grid-row-height-final)!important;max-height:var(--sheet-grid-row-height-final)!important;line-height:calc(var(--sheet-grid-row-height-final) - 4px)!important;padding:1px 4px!important;border:0!important;border-right:1px solid var(--sheet-grid-border)!important;border-bottom:1px solid var(--sheet-grid-border)!important;outline:0!important;box-shadow:none!important;vertical-align:middle!important;box-sizing:border-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.content-sheet-table th,.management-compact-table th,.management-fast-table th,.management-page .sheet-table th,.progress-new-table th,.sheet-table th{background:var(--sheet-grid-header-bg)!important;color:#334155!important;font-weight:800!important;text-align:center!important;white-space:nowrap!important}.content-sheet-table thead tr:nth-child(2) th,.management-compact-table thead tr:nth-child(2) th,.management-fast-table thead tr:nth-child(2) th,.progress-new-table thead tr:nth-child(2) th,.sheet-table thead tr:nth-child(2) th{background:var(--sheet-grid-header-bg-2)!important;top:calc(var(--sheet-grid-row-height-final) - 1px)!important}.content-sheet-table td,.management-compact-table td,.management-fast-table td,.management-page .sheet-table td,.progress-new-table td,.sheet-table td{background:var(--sheet-grid-cell-bg)!important}.content-sheet-table tbody tr:hover td,.management-compact-table tbody tr:hover td,.management-fast-table tbody tr:hover td,.management-page .sheet-table tbody tr:hover td,.progress-new-table tbody tr:hover td,.sheet-table tbody tr:hover td{background:var(--sheet-grid-hover-bg)!important}.content-sheet-table td.common-col,.content-sheet-table th.common-col,.management-compact-table td.common-col,.management-compact-table th.common-col,.management-fast-table td.common-col,.management-fast-table th.common-col,.management-page .sheet-table td.common-col,.management-page .sheet-table th.common-col,.progress-new-table td.common-col,.progress-new-table th.common-col,.sheet-table td.common-col,.sheet-table th.common-col{background:var(--sheet-grid-common-bg)!important}.content-sheet-table td:last-child,.content-sheet-table th:last-child,.management-compact-table td:last-child,.management-compact-table th:last-child,.management-fast-table td:last-child,.management-fast-table th:last-child,.management-page .sheet-table td:last-child,.management-page .sheet-table th:last-child,.progress-new-table td:last-child,.progress-new-table th:last-child,.sheet-table td:last-child,.sheet-table th:last-child{border-right:0!important}.content-sheet-table tbody tr:last-child td,.management-compact-table tbody tr:last-child td,.management-fast-table tbody tr:last-child td,.management-page .sheet-table tbody tr:last-child td,.progress-new-table tbody tr:last-child td,.sheet-table tbody tr:last-child td{border-bottom:0!important}.management-page .sheet-table input,.management-page .sheet-table select,.sheet-input,.sheet-table input,.sheet-table select{height:20px!important;min-height:20px!important;line-height:18px!important;border:1px solid #cbd5e1!important;border-radius:3px!important;background:#fff!important;padding:0 3px!important;font-size:12px!important}.sheet-sort{width:100%!important;min-height:20px!important;line-height:18px!important;padding:0 2px!important;text-align:center!important;border-radius:0!important}.management-fast-table .readonly-cell--missing-marker,.management-fast-table td:has(.readonly-cell--missing-marker){background:#fee2e2!important;color:#7f1d1d!important}.management-fast-table .readonly-cell--missing-marker{border:1px solid #dc2626!important;border-radius:3px!important;padding:0 3px!important}.content-due-warning td,.sales-ng-note-required,.sales-ng-warning,.sheet-table tr.delivery-due-row td{background:#fef3c7!important}.management-fast-table td[data-col=\4F1A\793E\5099\8003],.management-fast-table th[data-col=\4F1A\793E\5099\8003]{width:2.6em!important;max-width:2.6em!important;min-width:2.6em!important}.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7]{width:10ch!important;max-width:10ch!important;min-width:10ch!important}.management-fast-table td[data-col=DVD\54C1\756A],.management-fast-table th[data-col=DVD\54C1\756A]{width:5em!important;max-width:5em!important;min-width:5em!important}.management-fast-table td[data-col=\4F1A\793E\5099\8003],.management-fast-table th[data-col=\4F1A\793E\5099\8003]{width:5.2em!important;max-width:5.2em!important;min-width:5.2em!important}.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7]{width:6ch!important;max-width:6ch!important;min-width:6ch!important}.management-fast-table td[data-col=\30B7\30EA\30FC\30BA\540D],.management-fast-table th[data-col=\30B7\30EA\30FC\30BA\540D]{width:12em!important;max-width:12em!important;min-width:12em!important}.management-fast-table td[data-col=DVD\54C1\756A],.management-fast-table th[data-col=DVD\54C1\756A]{width:3em!important;max-width:3em!important;min-width:3em!important}.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7]{width:11ch!important;max-width:11ch!important;min-width:11ch!important}.management-fast-table td[data-col=\64AE\5F71\65E5],.management-fast-table th[data-col=\64AE\5F71\65E5]{width:11ch!important;max-width:11ch!important;min-width:11ch!important;overflow:visible!important;text-overflow:clip!important}.management-fast-table td[data-col=\54C1\756A],.management-fast-table th[data-col=\54C1\756A]{width:10ch!important;max-width:10ch!important;min-width:10ch!important;overflow:visible!important;text-overflow:clip!important}.management-fast-table td[data-col=\914D\4FE1\65E5],.management-fast-table th[data-col=\914D\4FE1\65E5]{width:12ch!important;max-width:12ch!important;min-width:12ch!important;overflow:visible!important;text-overflow:clip!important}.management-fast-table td[data-col=MGSURL],.management-fast-table th[data-col=MGSURL]{width:5ch!important;max-width:5ch!important;min-width:5ch!important;overflow:visible!important;text-overflow:clip!important}.management-fast-table td[data-col=DVD\54C1\756A],.management-fast-table th[data-col=DVD\54C1\756A]{width:6em!important;max-width:6em!important;min-width:6em!important;overflow:visible!important;text-overflow:clip!important}.management-fast-table td[data-col=DVD\54C1\756A],.management-fast-table td[data-col=MGSURL],.management-fast-table td[data-col=\54C1\756A],.management-fast-table td[data-col=\64AE\5F71\65E5],.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table td[data-col=\914D\4FE1\65E5],.management-fast-table th[data-col=DVD\54C1\756A],.management-fast-table th[data-col=MGSURL],.management-fast-table th[data-col=\54C1\756A],.management-fast-table th[data-col=\64AE\5F71\65E5],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table th[data-col=\914D\4FE1\65E5]{border-right:1px solid var(--sheet-grid-border)!important;white-space:nowrap!important}.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7]{width:12ch!important;max-width:12ch!important;min-width:12ch!important}.management-fast-table td[data-col=\914D\4FE1\65E5],.management-fast-table th[data-col=\914D\4FE1\65E5]{width:13ch!important;max-width:13ch!important;min-width:13ch!important}.management-fast-table td[data-col=MGSURL],.management-fast-table th[data-col=MGSURL]{width:6ch!important;max-width:6ch!important;min-width:6ch!important}.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7]{width:14ch!important;max-width:14ch!important;min-width:14ch!important;overflow:visible!important;text-overflow:clip!important}.management-fast-table td[data-col=\5BE9\67FB\756A\53F7],.management-fast-table th[data-col=\5BE9\67FB\756A\53F7]{width:9ch!important;max-width:9ch!important;min-width:9ch!important;overflow:visible!important;text-overflow:clip!important}.contractor-admin-table input.sheet-input{width:100%!important;min-width:0!important}.contractor-admin-table td,.contractor-admin-table th{white-space:nowrap}.nav-link--flagged{color:#b91c1c!important;background:#fee2e2!important;border:1px solid #ef4444!important;border-radius:999px!important;padding:2px 8px!important;box-shadow:0 0 0 2px rgba(239,68,68,.18),0 0 12px rgba(239,68,68,.45)!important;animation:flagNavPulse 1.4s ease-in-out infinite}@keyframes flagNavPulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.18)}}:root{--sheet-unified-column-width:9em}.content-sheet-table td,.content-sheet-table th,.management-compact-table td,.management-compact-table th,.management-fast-table td,.management-fast-table th,.management-page .sheet-table td,.management-page .sheet-table th,.progress-new-table td,.progress-new-table th,.sheet-table td,.sheet-table th,.unified-width-table td,.unified-width-table th{width:var(--sheet-unified-column-width)!important;min-width:var(--sheet-unified-column-width)!important;max-width:var(--sheet-unified-column-width)!important}.management-page .sheet-table td:first-child,.management-page .sheet-table th:first-child,.sheet-table td:first-child,.sheet-table th:first-child{width:4em!important;min-width:4em!important;max-width:4em!important}:root{--col-no:4em;--col-management-no:14ch;--col-date:11ch;--col-product:10ch;--col-person:12em;--col-company:8em;--col-series:12em;--col-release-date:13ch;--col-platform:6em;--col-url:6ch;--col-review-no:9ch;--col-review-company:10em;--col-h1:5em;--col-exclusive-end:11ch;--col-dvd:6em;--col-small:4em;--col-remarks:18em;--col-reason:12em}.content-sheet-table td,.content-sheet-table th,.management-compact-table td,.management-compact-table th,.management-fast-table td,.management-fast-table th,.management-page .sheet-table td,.management-page .sheet-table th,.progress-new-table td,.progress-new-table th,.sheet-table td,.sheet-table th,.unified-width-table td,.unified-width-table th{width:auto!important;min-width:0!important;max-width:none!important}[data-col=\64AE\5F71\7BA1\7406\756A\53F7],th:has(.sheet-sort[title=\64AE\5F71\7BA1\7406\756A\53F7]){width:var(--col-management-no)!important;min-width:var(--col-management-no)!important;max-width:var(--col-management-no)!important}[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],[data-col=\30E2\30B6\51FA\3057\65E5],[data-col=\524A\9664\5BFE\5FDC\65E5],[data-col=\524A\9664\9673\60C5\65E5],[data-col=\64AE\5F71\65E5]{width:var(--col-date)!important;min-width:var(--col-date)!important;max-width:var(--col-date)!important}[data-col=MGS\54C1\756A],[data-col=\54C1\756A]{width:var(--col-product)!important;min-width:var(--col-product)!important;max-width:var(--col-product)!important}[data-col=\5973\512A\540D],[data-col=\7537\512A]{width:var(--col-person)!important;min-width:var(--col-person)!important;max-width:var(--col-person)!important}[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3]{width:var(--col-company)!important;min-width:var(--col-company)!important;max-width:var(--col-company)!important}[data-col="シリーズ名(仮)"],[data-col=\30B7\30EA\30FC\30BA\540D]{width:var(--col-series)!important;min-width:var(--col-series)!important;max-width:var(--col-series)!important}[data-col=\914D\4FE1\65E5]{width:var(--col-release-date)!important;min-width:var(--col-release-date)!important;max-width:var(--col-release-date)!important}[data-col=\72EC\5360\5148]{width:var(--col-platform)!important;min-width:var(--col-platform)!important;max-width:var(--col-platform)!important}[data-col=MGSURL]{width:var(--col-url)!important;min-width:var(--col-url)!important;max-width:var(--col-url)!important}[data-col=\5BE9\67FB\756A\53F7]{width:var(--col-review-no)!important;min-width:var(--col-review-no)!important;max-width:var(--col-review-no)!important}[data-col=\5BE9\67FB\4F1A\793E]{width:var(--col-review-company)!important;min-width:var(--col-review-company)!important;max-width:var(--col-review-company)!important}[data-col=H1]{width:var(--col-h1)!important;min-width:var(--col-h1)!important;max-width:var(--col-h1)!important}[data-col=\72EC\5360\660E\3051]{width:var(--col-exclusive-end)!important;min-width:var(--col-exclusive-end)!important;max-width:var(--col-exclusive-end)!important}[data-col=DVD\54C1\756A]{width:var(--col-dvd)!important;min-width:var(--col-dvd)!important;max-width:var(--col-dvd)!important}[data-col="ラポルノ(有無)"],[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],[data-col=FC2],[data-col=Fan],[data-col=MEGA\306BUP],[data-col=Xfan],[data-col=Xvideo],[data-col=\305D\306E\4ED6],[data-col=\30D1\30D6]{width:var(--col-small)!important;min-width:var(--col-small)!important;max-width:var(--col-small)!important}[data-col=\30EC\30FC\30D9\30EB],[data-col=\4F1A\793E\5099\8003]{width:5.2em!important;min-width:5.2em!important;max-width:5.2em!important}[data-col=\305D\306E\4ED6\5099\8003],[data-col=\5099\8003]{width:var(--col-remarks)!important;min-width:var(--col-remarks)!important;max-width:var(--col-remarks)!important}[data-col=\505C\6B62\7406\7531],[data-col=\7406\7531]{width:var(--col-reason)!important;min-width:var(--col-reason)!important;max-width:var(--col-reason)!important}.management-page .sheet-table td,.management-page .sheet-table th,.sheet-table td,.sheet-table th{overflow:hidden!important;text-overflow:clip!important;white-space:nowrap!important}[data-col="No."],[data-col=No]{width:var(--col-no)!important;min-width:var(--col-no)!important;max-width:var(--col-no)!important}[data-col=\30E2\30B6\5C4B],[data-col=\76E3\7763]{width:var(--col-person)!important;min-width:var(--col-person)!important;max-width:var(--col-person)!important}[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],[data-col=\53D6\4E0B\3052\65E5],[data-col=\53D7\6E21\65E5]{width:var(--col-date)!important;min-width:var(--col-date)!important;max-width:var(--col-date)!important}[data-col=\73FE\5728\5DE5\7A0B]{width:var(--col-reason)!important;min-width:var(--col-reason)!important;max-width:var(--col-reason)!important}[data-col=\5DE5\7A0B\9805\76EE]{width:34em!important;min-width:34em!important;max-width:34em!important}.content-sheet-table [data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-compact-table [data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table [data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-page .sheet-table [data-col=\64AE\5F71\7BA1\7406\756A\53F7],.progress-new-table [data-col=\64AE\5F71\7BA1\7406\756A\53F7],.sheet-table [data-col=\64AE\5F71\7BA1\7406\756A\53F7]{width:var(--col-management-no)!important;min-width:var(--col-management-no)!important;max-width:var(--col-management-no)!important}.content-sheet-table [data-col=\64AE\5F71\65E5],.management-compact-table [data-col=\64AE\5F71\65E5],.management-fast-table [data-col=\64AE\5F71\65E5],.management-page .sheet-table [data-col=\64AE\5F71\65E5],.progress-new-table [data-col=\64AE\5F71\65E5],.sheet-table [data-col=\64AE\5F71\65E5]{width:var(--col-date)!important;min-width:var(--col-date)!important;max-width:var(--col-date)!important}.management-fast-table [data-col=MGS\54C1\756A],.management-fast-table [data-col=\54C1\756A],.management-page .sheet-table [data-col=MGS\54C1\756A],.management-page .sheet-table [data-col=\54C1\756A],.sheet-table [data-col=MGS\54C1\756A],.sheet-table [data-col=\54C1\756A]{width:var(--col-product)!important;min-width:var(--col-product)!important;max-width:var(--col-product)!important}.content-sheet-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.content-sheet-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-compact-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-compact-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-fast-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-page .sheet-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.management-page .sheet-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.progress-new-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.progress-new-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.sheet-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.sheet-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.unified-width-table td[data-col=\64AE\5F71\7BA1\7406\756A\53F7],.unified-width-table th[data-col=\64AE\5F71\7BA1\7406\756A\53F7]{width:var(--col-management-no)!important;min-width:var(--col-management-no)!important;max-width:var(--col-management-no)!important}.content-sheet-table td[data-col=\64AE\5F71\65E5],.content-sheet-table th[data-col=\64AE\5F71\65E5],.management-compact-table td[data-col=\64AE\5F71\65E5],.management-compact-table th[data-col=\64AE\5F71\65E5],.management-fast-table td[data-col=\64AE\5F71\65E5],.management-fast-table th[data-col=\64AE\5F71\65E5],.management-page .sheet-table td[data-col=\64AE\5F71\65E5],.management-page .sheet-table th[data-col=\64AE\5F71\65E5],.progress-new-table td[data-col=\64AE\5F71\65E5],.progress-new-table th[data-col=\64AE\5F71\65E5],.sheet-table td[data-col=\64AE\5F71\65E5],.sheet-table th[data-col=\64AE\5F71\65E5],.unified-width-table td[data-col=\64AE\5F71\65E5],.unified-width-table th[data-col=\64AE\5F71\65E5]{width:var(--col-date)!important;min-width:var(--col-date)!important;max-width:var(--col-date)!important}.content-sheet-table td[data-col=\914D\4FE1\65E5],.content-sheet-table th[data-col=\914D\4FE1\65E5],.management-compact-table td[data-col=\914D\4FE1\65E5],.management-compact-table th[data-col=\914D\4FE1\65E5],.management-fast-table td[data-col=\914D\4FE1\65E5],.management-fast-table th[data-col=\914D\4FE1\65E5],.management-page .sheet-table td[data-col=\914D\4FE1\65E5],.management-page .sheet-table th[data-col=\914D\4FE1\65E5],.progress-new-table td[data-col=\914D\4FE1\65E5],.progress-new-table th[data-col=\914D\4FE1\65E5],.sheet-table td[data-col=\914D\4FE1\65E5],.sheet-table th[data-col=\914D\4FE1\65E5],.unified-width-table td[data-col=\914D\4FE1\65E5],.unified-width-table th[data-col=\914D\4FE1\65E5]{width:var(--col-release-date)!important;min-width:var(--col-release-date)!important;max-width:var(--col-release-date)!important}.content-sheet-table td[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.content-sheet-table td[data-col=\30E2\30B6\51FA\3057\65E5],.content-sheet-table td[data-col=\524A\9664\5BFE\5FDC\65E5],.content-sheet-table td[data-col=\524A\9664\9673\60C5\65E5],.content-sheet-table td[data-col=\53D6\4E0B\3052\65E5],.content-sheet-table td[data-col=\53D7\6E21\65E5],.content-sheet-table th[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.content-sheet-table th[data-col=\30E2\30B6\51FA\3057\65E5],.content-sheet-table th[data-col=\524A\9664\5BFE\5FDC\65E5],.content-sheet-table th[data-col=\524A\9664\9673\60C5\65E5],.content-sheet-table th[data-col=\53D6\4E0B\3052\65E5],.content-sheet-table th[data-col=\53D7\6E21\65E5],.management-compact-table td[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.management-compact-table td[data-col=\30E2\30B6\51FA\3057\65E5],.management-compact-table td[data-col=\524A\9664\5BFE\5FDC\65E5],.management-compact-table td[data-col=\524A\9664\9673\60C5\65E5],.management-compact-table td[data-col=\53D6\4E0B\3052\65E5],.management-compact-table td[data-col=\53D7\6E21\65E5],.management-compact-table th[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.management-compact-table th[data-col=\30E2\30B6\51FA\3057\65E5],.management-compact-table th[data-col=\524A\9664\5BFE\5FDC\65E5],.management-compact-table th[data-col=\524A\9664\9673\60C5\65E5],.management-compact-table th[data-col=\53D6\4E0B\3052\65E5],.management-compact-table th[data-col=\53D7\6E21\65E5],.management-fast-table td[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.management-fast-table td[data-col=\30E2\30B6\51FA\3057\65E5],.management-fast-table td[data-col=\524A\9664\5BFE\5FDC\65E5],.management-fast-table td[data-col=\524A\9664\9673\60C5\65E5],.management-fast-table td[data-col=\53D6\4E0B\3052\65E5],.management-fast-table td[data-col=\53D7\6E21\65E5],.management-fast-table th[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.management-fast-table th[data-col=\30E2\30B6\51FA\3057\65E5],.management-fast-table th[data-col=\524A\9664\5BFE\5FDC\65E5],.management-fast-table th[data-col=\524A\9664\9673\60C5\65E5],.management-fast-table th[data-col=\53D6\4E0B\3052\65E5],.management-fast-table th[data-col=\53D7\6E21\65E5],.management-page .sheet-table td[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.management-page .sheet-table td[data-col=\30E2\30B6\51FA\3057\65E5],.management-page .sheet-table td[data-col=\524A\9664\5BFE\5FDC\65E5],.management-page .sheet-table td[data-col=\524A\9664\9673\60C5\65E5],.management-page .sheet-table td[data-col=\53D6\4E0B\3052\65E5],.management-page .sheet-table td[data-col=\53D7\6E21\65E5],.management-page .sheet-table th[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.management-page .sheet-table th[data-col=\30E2\30B6\51FA\3057\65E5],.management-page .sheet-table th[data-col=\524A\9664\5BFE\5FDC\65E5],.management-page .sheet-table th[data-col=\524A\9664\9673\60C5\65E5],.management-page .sheet-table th[data-col=\53D6\4E0B\3052\65E5],.management-page .sheet-table th[data-col=\53D7\6E21\65E5],.progress-new-table td[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.progress-new-table td[data-col=\30E2\30B6\51FA\3057\65E5],.progress-new-table td[data-col=\524A\9664\5BFE\5FDC\65E5],.progress-new-table td[data-col=\524A\9664\9673\60C5\65E5],.progress-new-table td[data-col=\53D6\4E0B\3052\65E5],.progress-new-table td[data-col=\53D7\6E21\65E5],.progress-new-table th[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.progress-new-table th[data-col=\30E2\30B6\51FA\3057\65E5],.progress-new-table th[data-col=\524A\9664\5BFE\5FDC\65E5],.progress-new-table th[data-col=\524A\9664\9673\60C5\65E5],.progress-new-table th[data-col=\53D6\4E0B\3052\65E5],.progress-new-table th[data-col=\53D7\6E21\65E5],.sheet-table td[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.sheet-table td[data-col=\30E2\30B6\51FA\3057\65E5],.sheet-table td[data-col=\524A\9664\5BFE\5FDC\65E5],.sheet-table td[data-col=\524A\9664\9673\60C5\65E5],.sheet-table td[data-col=\53D6\4E0B\3052\65E5],.sheet-table td[data-col=\53D7\6E21\65E5],.sheet-table th[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.sheet-table th[data-col=\30E2\30B6\51FA\3057\65E5],.sheet-table th[data-col=\524A\9664\5BFE\5FDC\65E5],.sheet-table th[data-col=\524A\9664\9673\60C5\65E5],.sheet-table th[data-col=\53D6\4E0B\3052\65E5],.sheet-table th[data-col=\53D7\6E21\65E5],.unified-width-table td[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.unified-width-table td[data-col=\30E2\30B6\51FA\3057\65E5],.unified-width-table td[data-col=\524A\9664\5BFE\5FDC\65E5],.unified-width-table td[data-col=\524A\9664\9673\60C5\65E5],.unified-width-table td[data-col=\53D6\4E0B\3052\65E5],.unified-width-table td[data-col=\53D7\6E21\65E5],.unified-width-table th[data-col=\30E2\30B6\4ED5\4E0A\308A\4E88\5B9A\65E5],.unified-width-table th[data-col=\30E2\30B6\51FA\3057\65E5],.unified-width-table th[data-col=\524A\9664\5BFE\5FDC\65E5],.unified-width-table th[data-col=\524A\9664\9673\60C5\65E5],.unified-width-table th[data-col=\53D6\4E0B\3052\65E5],.unified-width-table th[data-col=\53D7\6E21\65E5]{width:var(--col-date)!important;min-width:var(--col-date)!important;max-width:var(--col-date)!important}.content-sheet-table td[data-col=\72EC\5360\660E\3051],.content-sheet-table th[data-col=\72EC\5360\660E\3051],.management-compact-table td[data-col=\72EC\5360\660E\3051],.management-compact-table th[data-col=\72EC\5360\660E\3051],.management-fast-table td[data-col=\72EC\5360\660E\3051],.management-fast-table th[data-col=\72EC\5360\660E\3051],.management-page .sheet-table td[data-col=\72EC\5360\660E\3051],.management-page .sheet-table th[data-col=\72EC\5360\660E\3051],.progress-new-table td[data-col=\72EC\5360\660E\3051],.progress-new-table th[data-col=\72EC\5360\660E\3051],.sheet-table td[data-col=\72EC\5360\660E\3051],.sheet-table th[data-col=\72EC\5360\660E\3051],.unified-width-table td[data-col=\72EC\5360\660E\3051],.unified-width-table th[data-col=\72EC\5360\660E\3051]{width:var(--col-exclusive-end)!important;min-width:var(--col-exclusive-end)!important;max-width:var(--col-exclusive-end)!important}.content-sheet-table td[data-col=MGS\54C1\756A],.content-sheet-table td[data-col=\54C1\756A],.content-sheet-table th[data-col=MGS\54C1\756A],.content-sheet-table th[data-col=\54C1\756A],.management-compact-table td[data-col=MGS\54C1\756A],.management-compact-table td[data-col=\54C1\756A],.management-compact-table th[data-col=MGS\54C1\756A],.management-compact-table th[data-col=\54C1\756A],.management-fast-table td[data-col=MGS\54C1\756A],.management-fast-table td[data-col=\54C1\756A],.management-fast-table th[data-col=MGS\54C1\756A],.management-fast-table th[data-col=\54C1\756A],.management-page .sheet-table td[data-col=MGS\54C1\756A],.management-page .sheet-table td[data-col=\54C1\756A],.management-page .sheet-table th[data-col=MGS\54C1\756A],.management-page .sheet-table th[data-col=\54C1\756A],.progress-new-table td[data-col=MGS\54C1\756A],.progress-new-table td[data-col=\54C1\756A],.progress-new-table th[data-col=MGS\54C1\756A],.progress-new-table th[data-col=\54C1\756A],.sheet-table td[data-col=MGS\54C1\756A],.sheet-table td[data-col=\54C1\756A],.sheet-table th[data-col=MGS\54C1\756A],.sheet-table th[data-col=\54C1\756A],.unified-width-table td[data-col=MGS\54C1\756A],.unified-width-table td[data-col=\54C1\756A],.unified-width-table th[data-col=MGS\54C1\756A],.unified-width-table th[data-col=\54C1\756A]{width:var(--col-product)!important;min-width:var(--col-product)!important;max-width:var(--col-product)!important}.content-sheet-table td[data-col=DVD\54C1\756A],.content-sheet-table th[data-col=DVD\54C1\756A],.management-compact-table td[data-col=DVD\54C1\756A],.management-compact-table th[data-col=DVD\54C1\756A],.management-fast-table td[data-col=DVD\54C1\756A],.management-fast-table th[data-col=DVD\54C1\756A],.management-page .sheet-table td[data-col=DVD\54C1\756A],.management-page .sheet-table th[data-col=DVD\54C1\756A],.progress-new-table td[data-col=DVD\54C1\756A],.progress-new-table th[data-col=DVD\54C1\756A],.sheet-table td[data-col=DVD\54C1\756A],.sheet-table th[data-col=DVD\54C1\756A],.unified-width-table td[data-col=DVD\54C1\756A],.unified-width-table th[data-col=DVD\54C1\756A]{width:var(--col-dvd)!important;min-width:var(--col-dvd)!important;max-width:var(--col-dvd)!important}.content-sheet-table td[data-col=\30E2\30B6\5C4B],.content-sheet-table td[data-col=\5973\512A\540D],.content-sheet-table td[data-col=\7537\512A],.content-sheet-table td[data-col=\76E3\7763],.content-sheet-table th[data-col=\30E2\30B6\5C4B],.content-sheet-table th[data-col=\5973\512A\540D],.content-sheet-table th[data-col=\7537\512A],.content-sheet-table th[data-col=\76E3\7763],.management-compact-table td[data-col=\30E2\30B6\5C4B],.management-compact-table td[data-col=\5973\512A\540D],.management-compact-table td[data-col=\7537\512A],.management-compact-table td[data-col=\76E3\7763],.management-compact-table th[data-col=\30E2\30B6\5C4B],.management-compact-table th[data-col=\5973\512A\540D],.management-compact-table th[data-col=\7537\512A],.management-compact-table th[data-col=\76E3\7763],.management-fast-table td[data-col=\30E2\30B6\5C4B],.management-fast-table td[data-col=\5973\512A\540D],.management-fast-table td[data-col=\7537\512A],.management-fast-table td[data-col=\76E3\7763],.management-fast-table th[data-col=\30E2\30B6\5C4B],.management-fast-table th[data-col=\5973\512A\540D],.management-fast-table th[data-col=\7537\512A],.management-fast-table th[data-col=\76E3\7763],.management-page .sheet-table td[data-col=\30E2\30B6\5C4B],.management-page .sheet-table td[data-col=\5973\512A\540D],.management-page .sheet-table td[data-col=\7537\512A],.management-page .sheet-table td[data-col=\76E3\7763],.management-page .sheet-table th[data-col=\30E2\30B6\5C4B],.management-page .sheet-table th[data-col=\5973\512A\540D],.management-page .sheet-table th[data-col=\7537\512A],.management-page .sheet-table th[data-col=\76E3\7763],.progress-new-table td[data-col=\30E2\30B6\5C4B],.progress-new-table td[data-col=\5973\512A\540D],.progress-new-table td[data-col=\7537\512A],.progress-new-table td[data-col=\76E3\7763],.progress-new-table th[data-col=\30E2\30B6\5C4B],.progress-new-table th[data-col=\5973\512A\540D],.progress-new-table th[data-col=\7537\512A],.progress-new-table th[data-col=\76E3\7763],.sheet-table td[data-col=\30E2\30B6\5C4B],.sheet-table td[data-col=\5973\512A\540D],.sheet-table td[data-col=\7537\512A],.sheet-table td[data-col=\76E3\7763],.sheet-table th[data-col=\30E2\30B6\5C4B],.sheet-table th[data-col=\5973\512A\540D],.sheet-table th[data-col=\7537\512A],.sheet-table th[data-col=\76E3\7763],.unified-width-table td[data-col=\30E2\30B6\5C4B],.unified-width-table td[data-col=\5973\512A\540D],.unified-width-table td[data-col=\7537\512A],.unified-width-table td[data-col=\76E3\7763],.unified-width-table th[data-col=\30E2\30B6\5C4B],.unified-width-table th[data-col=\5973\512A\540D],.unified-width-table th[data-col=\7537\512A],.unified-width-table th[data-col=\76E3\7763]{width:var(--col-person)!important;min-width:var(--col-person)!important;max-width:var(--col-person)!important}.content-sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.content-sheet-table th[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-compact-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-compact-table th[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-fast-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-fast-table th[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-page .sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.management-page .sheet-table th[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.progress-new-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.progress-new-table th[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.sheet-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.sheet-table th[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.unified-width-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3],.unified-width-table th[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3]{width:var(--col-company)!important;min-width:var(--col-company)!important;max-width:var(--col-company)!important}.content-sheet-table td[data-col="シリーズ名(仮)"],.content-sheet-table td[data-col=\30B7\30EA\30FC\30BA\540D],.content-sheet-table th[data-col="シリーズ名(仮)"],.content-sheet-table th[data-col=\30B7\30EA\30FC\30BA\540D],.management-compact-table td[data-col="シリーズ名(仮)"],.management-compact-table td[data-col=\30B7\30EA\30FC\30BA\540D],.management-compact-table th[data-col="シリーズ名(仮)"],.management-compact-table th[data-col=\30B7\30EA\30FC\30BA\540D],.management-fast-table td[data-col="シリーズ名(仮)"],.management-fast-table td[data-col=\30B7\30EA\30FC\30BA\540D],.management-fast-table th[data-col="シリーズ名(仮)"],.management-fast-table th[data-col=\30B7\30EA\30FC\30BA\540D],.management-page .sheet-table td[data-col="シリーズ名(仮)"],.management-page .sheet-table td[data-col=\30B7\30EA\30FC\30BA\540D],.management-page .sheet-table th[data-col="シリーズ名(仮)"],.management-page .sheet-table th[data-col=\30B7\30EA\30FC\30BA\540D],.progress-new-table td[data-col="シリーズ名(仮)"],.progress-new-table td[data-col=\30B7\30EA\30FC\30BA\540D],.progress-new-table th[data-col="シリーズ名(仮)"],.progress-new-table th[data-col=\30B7\30EA\30FC\30BA\540D],.sheet-table td[data-col="シリーズ名(仮)"],.sheet-table td[data-col=\30B7\30EA\30FC\30BA\540D],.sheet-table th[data-col="シリーズ名(仮)"],.sheet-table th[data-col=\30B7\30EA\30FC\30BA\540D],.unified-width-table td[data-col="シリーズ名(仮)"],.unified-width-table td[data-col=\30B7\30EA\30FC\30BA\540D],.unified-width-table th[data-col="シリーズ名(仮)"],.unified-width-table th[data-col=\30B7\30EA\30FC\30BA\540D]{width:var(--col-series)!important;min-width:var(--col-series)!important;max-width:var(--col-series)!important}.content-sheet-table td[data-col=\72EC\5360\5148],.content-sheet-table th[data-col=\72EC\5360\5148],.management-compact-table td[data-col=\72EC\5360\5148],.management-compact-table th[data-col=\72EC\5360\5148],.management-fast-table td[data-col=\72EC\5360\5148],.management-fast-table th[data-col=\72EC\5360\5148],.management-page .sheet-table td[data-col=\72EC\5360\5148],.management-page .sheet-table th[data-col=\72EC\5360\5148],.progress-new-table td[data-col=\72EC\5360\5148],.progress-new-table th[data-col=\72EC\5360\5148],.sheet-table td[data-col=\72EC\5360\5148],.sheet-table th[data-col=\72EC\5360\5148],.unified-width-table td[data-col=\72EC\5360\5148],.unified-width-table th[data-col=\72EC\5360\5148]{width:var(--col-platform)!important;min-width:var(--col-platform)!important;max-width:var(--col-platform)!important}.content-sheet-table td[data-col=MGSURL],.content-sheet-table th[data-col=MGSURL],.management-compact-table td[data-col=MGSURL],.management-compact-table th[data-col=MGSURL],.management-fast-table td[data-col=MGSURL],.management-fast-table th[data-col=MGSURL],.management-page .sheet-table td[data-col=MGSURL],.management-page .sheet-table th[data-col=MGSURL],.progress-new-table td[data-col=MGSURL],.progress-new-table th[data-col=MGSURL],.sheet-table td[data-col=MGSURL],.sheet-table th[data-col=MGSURL],.unified-width-table td[data-col=MGSURL],.unified-width-table th[data-col=MGSURL]{width:var(--col-url)!important;min-width:var(--col-url)!important;max-width:var(--col-url)!important}.content-sheet-table td[data-col=\5BE9\67FB\756A\53F7],.content-sheet-table th[data-col=\5BE9\67FB\756A\53F7],.management-compact-table td[data-col=\5BE9\67FB\756A\53F7],.management-compact-table th[data-col=\5BE9\67FB\756A\53F7],.management-fast-table td[data-col=\5BE9\67FB\756A\53F7],.management-fast-table th[data-col=\5BE9\67FB\756A\53F7],.management-page .sheet-table td[data-col=\5BE9\67FB\756A\53F7],.management-page .sheet-table th[data-col=\5BE9\67FB\756A\53F7],.progress-new-table td[data-col=\5BE9\67FB\756A\53F7],.progress-new-table th[data-col=\5BE9\67FB\756A\53F7],.sheet-table td[data-col=\5BE9\67FB\756A\53F7],.sheet-table th[data-col=\5BE9\67FB\756A\53F7],.unified-width-table td[data-col=\5BE9\67FB\756A\53F7],.unified-width-table th[data-col=\5BE9\67FB\756A\53F7]{width:var(--col-review-no)!important;min-width:var(--col-review-no)!important;max-width:var(--col-review-no)!important}.content-sheet-table td[data-col=\5BE9\67FB\4F1A\793E],.content-sheet-table th[data-col=\5BE9\67FB\4F1A\793E],.management-compact-table td[data-col=\5BE9\67FB\4F1A\793E],.management-compact-table th[data-col=\5BE9\67FB\4F1A\793E],.management-fast-table td[data-col=\5BE9\67FB\4F1A\793E],.management-fast-table th[data-col=\5BE9\67FB\4F1A\793E],.management-page .sheet-table td[data-col=\5BE9\67FB\4F1A\793E],.management-page .sheet-table th[data-col=\5BE9\67FB\4F1A\793E],.progress-new-table td[data-col=\5BE9\67FB\4F1A\793E],.progress-new-table th[data-col=\5BE9\67FB\4F1A\793E],.sheet-table td[data-col=\5BE9\67FB\4F1A\793E],.sheet-table th[data-col=\5BE9\67FB\4F1A\793E],.unified-width-table td[data-col=\5BE9\67FB\4F1A\793E],.unified-width-table th[data-col=\5BE9\67FB\4F1A\793E]{width:var(--col-review-company)!important;min-width:var(--col-review-company)!important;max-width:var(--col-review-company)!important}.content-sheet-table td[data-col=H1],.content-sheet-table th[data-col=H1],.management-compact-table td[data-col=H1],.management-compact-table th[data-col=H1],.management-fast-table td[data-col=H1],.management-fast-table th[data-col=H1],.management-page .sheet-table td[data-col=H1],.management-page .sheet-table th[data-col=H1],.progress-new-table td[data-col=H1],.progress-new-table th[data-col=H1],.sheet-table td[data-col=H1],.sheet-table th[data-col=H1],.unified-width-table td[data-col=H1],.unified-width-table th[data-col=H1]{width:var(--col-h1)!important;min-width:var(--col-h1)!important;max-width:var(--col-h1)!important}.content-sheet-table td[data-col="ラポルノ(有無)"],.content-sheet-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.content-sheet-table td[data-col=FC2],.content-sheet-table td[data-col=Fan],.content-sheet-table td[data-col=MEGA\306BUP],.content-sheet-table td[data-col=Xfan],.content-sheet-table td[data-col=Xvideo],.content-sheet-table td[data-col=\305D\306E\4ED6],.content-sheet-table td[data-col=\30D1\30D6],.content-sheet-table th[data-col="ラポルノ(有無)"],.content-sheet-table th[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.content-sheet-table th[data-col=FC2],.content-sheet-table th[data-col=Fan],.content-sheet-table th[data-col=MEGA\306BUP],.content-sheet-table th[data-col=Xfan],.content-sheet-table th[data-col=Xvideo],.content-sheet-table th[data-col=\305D\306E\4ED6],.content-sheet-table th[data-col=\30D1\30D6],.management-compact-table td[data-col="ラポルノ(有無)"],.management-compact-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-compact-table td[data-col=FC2],.management-compact-table td[data-col=Fan],.management-compact-table td[data-col=MEGA\306BUP],.management-compact-table td[data-col=Xfan],.management-compact-table td[data-col=Xvideo],.management-compact-table td[data-col=\305D\306E\4ED6],.management-compact-table td[data-col=\30D1\30D6],.management-compact-table th[data-col="ラポルノ(有無)"],.management-compact-table th[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-compact-table th[data-col=FC2],.management-compact-table th[data-col=Fan],.management-compact-table th[data-col=MEGA\306BUP],.management-compact-table th[data-col=Xfan],.management-compact-table th[data-col=Xvideo],.management-compact-table th[data-col=\305D\306E\4ED6],.management-compact-table th[data-col=\30D1\30D6],.management-fast-table td[data-col="ラポルノ(有無)"],.management-fast-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-fast-table td[data-col=FC2],.management-fast-table td[data-col=Fan],.management-fast-table td[data-col=MEGA\306BUP],.management-fast-table td[data-col=Xfan],.management-fast-table td[data-col=Xvideo],.management-fast-table td[data-col=\305D\306E\4ED6],.management-fast-table td[data-col=\30D1\30D6],.management-fast-table th[data-col="ラポルノ(有無)"],.management-fast-table th[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-fast-table th[data-col=FC2],.management-fast-table th[data-col=Fan],.management-fast-table th[data-col=MEGA\306BUP],.management-fast-table th[data-col=Xfan],.management-fast-table th[data-col=Xvideo],.management-fast-table th[data-col=\305D\306E\4ED6],.management-fast-table th[data-col=\30D1\30D6],.management-page .sheet-table td[data-col="ラポルノ(有無)"],.management-page .sheet-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-page .sheet-table td[data-col=FC2],.management-page .sheet-table td[data-col=Fan],.management-page .sheet-table td[data-col=MEGA\306BUP],.management-page .sheet-table td[data-col=Xfan],.management-page .sheet-table td[data-col=Xvideo],.management-page .sheet-table td[data-col=\305D\306E\4ED6],.management-page .sheet-table td[data-col=\30D1\30D6],.management-page .sheet-table th[data-col="ラポルノ(有無)"],.management-page .sheet-table th[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.management-page .sheet-table th[data-col=FC2],.management-page .sheet-table th[data-col=Fan],.management-page .sheet-table th[data-col=MEGA\306BUP],.management-page .sheet-table th[data-col=Xfan],.management-page .sheet-table th[data-col=Xvideo],.management-page .sheet-table th[data-col=\305D\306E\4ED6],.management-page .sheet-table th[data-col=\30D1\30D6],.progress-new-table td[data-col="ラポルノ(有無)"],.progress-new-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.progress-new-table td[data-col=FC2],.progress-new-table td[data-col=Fan],.progress-new-table td[data-col=MEGA\306BUP],.progress-new-table td[data-col=Xfan],.progress-new-table td[data-col=Xvideo],.progress-new-table td[data-col=\305D\306E\4ED6],.progress-new-table td[data-col=\30D1\30D6],.progress-new-table th[data-col="ラポルノ(有無)"],.progress-new-table th[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.progress-new-table th[data-col=FC2],.progress-new-table th[data-col=Fan],.progress-new-table th[data-col=MEGA\306BUP],.progress-new-table th[data-col=Xfan],.progress-new-table th[data-col=Xvideo],.progress-new-table th[data-col=\305D\306E\4ED6],.progress-new-table th[data-col=\30D1\30D6],.sheet-table td[data-col="ラポルノ(有無)"],.sheet-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.sheet-table td[data-col=FC2],.sheet-table td[data-col=Fan],.sheet-table td[data-col=MEGA\306BUP],.sheet-table td[data-col=Xfan],.sheet-table td[data-col=Xvideo],.sheet-table td[data-col=\305D\306E\4ED6],.sheet-table td[data-col=\30D1\30D6],.sheet-table th[data-col="ラポルノ(有無)"],.sheet-table th[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.sheet-table th[data-col=FC2],.sheet-table th[data-col=Fan],.sheet-table th[data-col=MEGA\306BUP],.sheet-table th[data-col=Xfan],.sheet-table th[data-col=Xvideo],.sheet-table th[data-col=\305D\306E\4ED6],.sheet-table th[data-col=\30D1\30D6],.unified-width-table td[data-col="ラポルノ(有無)"],.unified-width-table td[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.unified-width-table td[data-col=FC2],.unified-width-table td[data-col=Fan],.unified-width-table td[data-col=MEGA\306BUP],.unified-width-table td[data-col=Xfan],.unified-width-table td[data-col=Xvideo],.unified-width-table td[data-col=\305D\306E\4ED6],.unified-width-table td[data-col=\30D1\30D6],.unified-width-table th[data-col="ラポルノ(有無)"],.unified-width-table th[data-col=FC2\5148\884C\7D0D\54C1\78BA\8A8D\6B04],.unified-width-table th[data-col=FC2],.unified-width-table th[data-col=Fan],.unified-width-table th[data-col=MEGA\306BUP],.unified-width-table th[data-col=Xfan],.unified-width-table th[data-col=Xvideo],.unified-width-table th[data-col=\305D\306E\4ED6],.unified-width-table th[data-col=\30D1\30D6]{width:var(--col-small)!important;min-width:var(--col-small)!important;max-width:var(--col-small)!important}.content-sheet-table td[data-col=\4F1A\793E\5099\8003],.content-sheet-table th[data-col=\4F1A\793E\5099\8003],.management-compact-table td[data-col=\4F1A\793E\5099\8003],.management-compact-table th[data-col=\4F1A\793E\5099\8003],.management-fast-table td[data-col=\4F1A\793E\5099\8003],.management-fast-table th[data-col=\4F1A\793E\5099\8003],.management-page .sheet-table td[data-col=\4F1A\793E\5099\8003],.management-page .sheet-table th[data-col=\4F1A\793E\5099\8003],.progress-new-table td[data-col=\4F1A\793E\5099\8003],.progress-new-table th[data-col=\4F1A\793E\5099\8003],.sheet-table td[data-col=\4F1A\793E\5099\8003],.sheet-table th[data-col=\4F1A\793E\5099\8003],.unified-width-table td[data-col=\4F1A\793E\5099\8003],.unified-width-table th[data-col=\4F1A\793E\5099\8003]{width:5.2em!important;min-width:5.2em!important;max-width:5.2em!important}.content-sheet-table td[data-col=\305D\306E\4ED6\5099\8003],.content-sheet-table td[data-col=\5099\8003],.content-sheet-table th[data-col=\305D\306E\4ED6\5099\8003],.content-sheet-table th[data-col=\5099\8003],.management-compact-table td[data-col=\305D\306E\4ED6\5099\8003],.management-compact-table td[data-col=\5099\8003],.management-compact-table th[data-col=\305D\306E\4ED6\5099\8003],.management-compact-table th[data-col=\5099\8003],.management-fast-table td[data-col=\305D\306E\4ED6\5099\8003],.management-fast-table td[data-col=\5099\8003],.management-fast-table th[data-col=\305D\306E\4ED6\5099\8003],.management-fast-table th[data-col=\5099\8003],.management-page .sheet-table td[data-col=\305D\306E\4ED6\5099\8003],.management-page .sheet-table td[data-col=\5099\8003],.management-page .sheet-table th[data-col=\305D\306E\4ED6\5099\8003],.management-page .sheet-table th[data-col=\5099\8003],.progress-new-table td[data-col=\305D\306E\4ED6\5099\8003],.progress-new-table td[data-col=\5099\8003],.progress-new-table th[data-col=\305D\306E\4ED6\5099\8003],.progress-new-table th[data-col=\5099\8003],.sheet-table td[data-col=\305D\306E\4ED6\5099\8003],.sheet-table td[data-col=\5099\8003],.sheet-table th[data-col=\305D\306E\4ED6\5099\8003],.sheet-table th[data-col=\5099\8003],.unified-width-table td[data-col=\305D\306E\4ED6\5099\8003],.unified-width-table td[data-col=\5099\8003],.unified-width-table th[data-col=\305D\306E\4ED6\5099\8003],.unified-width-table th[data-col=\5099\8003]{width:var(--col-remarks)!important;min-width:var(--col-remarks)!important;max-width:var(--col-remarks)!important}.content-sheet-table td[data-col=\505C\6B62\7406\7531],.content-sheet-table td[data-col=\73FE\5728\5DE5\7A0B],.content-sheet-table td[data-col=\7406\7531],.content-sheet-table th[data-col=\505C\6B62\7406\7531],.content-sheet-table th[data-col=\73FE\5728\5DE5\7A0B],.content-sheet-table th[data-col=\7406\7531],.management-compact-table td[data-col=\505C\6B62\7406\7531],.management-compact-table td[data-col=\73FE\5728\5DE5\7A0B],.management-compact-table td[data-col=\7406\7531],.management-compact-table th[data-col=\505C\6B62\7406\7531],.management-compact-table th[data-col=\73FE\5728\5DE5\7A0B],.management-compact-table th[data-col=\7406\7531],.management-fast-table td[data-col=\505C\6B62\7406\7531],.management-fast-table td[data-col=\73FE\5728\5DE5\7A0B],.management-fast-table td[data-col=\7406\7531],.management-fast-table th[data-col=\505C\6B62\7406\7531],.management-fast-table th[data-col=\73FE\5728\5DE5\7A0B],.management-fast-table th[data-col=\7406\7531],.management-page .sheet-table td[data-col=\505C\6B62\7406\7531],.management-page .sheet-table td[data-col=\73FE\5728\5DE5\7A0B],.management-page .sheet-table td[data-col=\7406\7531],.management-page .sheet-table th[data-col=\505C\6B62\7406\7531],.management-page .sheet-table th[data-col=\73FE\5728\5DE5\7A0B],.management-page .sheet-table th[data-col=\7406\7531],.progress-new-table td[data-col=\505C\6B62\7406\7531],.progress-new-table td[data-col=\73FE\5728\5DE5\7A0B],.progress-new-table td[data-col=\7406\7531],.progress-new-table th[data-col=\505C\6B62\7406\7531],.progress-new-table th[data-col=\73FE\5728\5DE5\7A0B],.progress-new-table th[data-col=\7406\7531],.sheet-table td[data-col=\505C\6B62\7406\7531],.sheet-table td[data-col=\73FE\5728\5DE5\7A0B],.sheet-table td[data-col=\7406\7531],.sheet-table th[data-col=\505C\6B62\7406\7531],.sheet-table th[data-col=\73FE\5728\5DE5\7A0B],.sheet-table th[data-col=\7406\7531],.unified-width-table td[data-col=\505C\6B62\7406\7531],.unified-width-table td[data-col=\73FE\5728\5DE5\7A0B],.unified-width-table td[data-col=\7406\7531],.unified-width-table th[data-col=\505C\6B62\7406\7531],.unified-width-table th[data-col=\73FE\5728\5DE5\7A0B],.unified-width-table th[data-col=\7406\7531]{width:var(--col-reason)!important;min-width:var(--col-reason)!important;max-width:var(--col-reason)!important}.content-sheet-table td[data-col=\5DE5\7A0B\9805\76EE],.content-sheet-table th[data-col=\5DE5\7A0B\9805\76EE],.management-compact-table td[data-col=\5DE5\7A0B\9805\76EE],.management-compact-table th[data-col=\5DE5\7A0B\9805\76EE],.management-fast-table td[data-col=\5DE5\7A0B\9805\76EE],.management-fast-table th[data-col=\5DE5\7A0B\9805\76EE],.management-page .sheet-table td[data-col=\5DE5\7A0B\9805\76EE],.management-page .sheet-table th[data-col=\5DE5\7A0B\9805\76EE],.progress-new-table td[data-col=\5DE5\7A0B\9805\76EE],.progress-new-table th[data-col=\5DE5\7A0B\9805\76EE],.sheet-table td[data-col=\5DE5\7A0B\9805\76EE],.sheet-table th[data-col=\5DE5\7A0B\9805\76EE],.unified-width-table td[data-col=\5DE5\7A0B\9805\76EE],.unified-width-table th[data-col=\5DE5\7A0B\9805\76EE]{width:34em!important;min-width:34em!important;max-width:34em!important}.content-sheet-table td[data-col="No."],.content-sheet-table th[data-col="No."],.management-compact-table td[data-col="No."],.management-compact-table th[data-col="No."],.management-fast-table td[data-col="No."],.management-fast-table th[data-col="No."],.management-page .sheet-table td[data-col="No."],.management-page .sheet-table th[data-col="No."],.progress-new-table td[data-col="No."],.progress-new-table th[data-col="No."],.sheet-table td[data-col="No."],.sheet-table th[data-col="No."],.unified-width-table td[data-col="No."],.unified-width-table th[data-col="No."]{width:var(--col-no)!important;min-width:var(--col-no)!important;max-width:var(--col-no)!important}.content-sheet-table,.management-compact-table,.management-fast-table,.management-page .sheet-table,.progress-new-table,.sheet-table,.unified-width-table{table-layout:fixed!important;width:max-content!important;min-width:0!important}.management-fast-table td[data-col=\30B7\30EA\30FC\30BA\540D]:hover .multi-value-cell,.management-fast-table td[data-col=\30D7\30ED\30C0\30AF\30B7\30E7\30F3]:hover .multi-value-cell,.management-fast-table td[data-col=\5973\512A\540D]:hover .multi-value-cell,.multi-value-cell:focus,.multi-value-cell:hover{position:relative;z-index:20;max-width:none!important;min-width:14em;white-space:normal;flex-wrap:wrap;background:#fffbe8;box-shadow:0 8px 24px rgba(15,23,42,.18);outline:1px solid var(--accent);padding:0 4px;cursor:zoom-in}.multi-value-cell:focus .multi-value-cell__item,.multi-value-cell:hover .multi-value-cell__item{max-width:none}.management-fast-table td[data-col=\7406\7531],.management-fast-table th[data-col=\7406\7531],.sheet-table td[data-col=\7406\7531],.sheet-table th[data-col=\7406\7531]{width:22em!important;min-width:22em!important;max-width:22em!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.3!important;height:auto!important;max-height:none!important}.defective-products-page .management-fast-table td,.defective-products-page .management-fast-table th,.defective-products-page .management-fast-table tr{height:auto!important;max-height:none!important}.management-fast-table td[data-col=\64CD\4F5C],.management-fast-table th[data-col=\64CD\4F5C],.sheet-table td[data-col=\64CD\4F5C],.sheet-table th[data-col=\64CD\4F5C]{width:11em!important;min-width:11em!important;max-width:11em!important}.defective-products-page button.secondary{font-size:12px;padding:2px 8px;white-space:nowrap}