.om-shopify-root *,.om-shopify-root *:before,.om-shopify-root *:after{box-sizing:border-box}.om-shopify-root{margin:0;padding:0}.om-shopify-root ul,.om-shopify-root ol{margin:0;padding:0;list-style:none}.om-shopify-root button{font:inherit;cursor:pointer}.om-shopify-root img{max-width:100%;display:block}.om-shopify-root a{color:inherit}:root{--om-navy: #16294D;--om-teal: #14919B;--om-teal-light: #E6F4F6;--om-pink-light: #FDE8EF;--om-warn-bg: #FEF3C7;--om-warn-text: #B45309;--om-strong-warn-bg: #FEE2E2;--om-strong-warn-text: #B91C1C;--om-text: #1F2937;--om-text-sub: #4B5563;--om-radius-card: 14px;--om-radius-btn: 12px;--om-shadow: 0 2px 12px rgba(22, 41, 77, .08);font-family:Hiragino Kaku Gothic ProN,Noto Sans JP,Yu Gothic,sans-serif}.om-shopify-root{background:#f7f9fb;color:var(--om-text);line-height:1.7;font-size:15px}.om-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.om-header{background:var(--om-navy);color:#fff;position:sticky;top:0;z-index:20}.om-header__inner{max-width:1280px;margin:0 auto;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.om-header__title{margin:0;font-size:16px;font-weight:700}.om-header__nav{display:flex;gap:16px;font-size:12px}.om-header__nav a{text-decoration:none;color:#dce6f2;white-space:nowrap}.om-header__nav a:hover{color:#fff}.om-progress{max-width:1280px;margin:0 auto;padding:14px 16px 6px}.om-progress__label{margin:0 0 10px;font-size:13px;font-weight:700;color:var(--om-navy)}.om-progress__label #om-progress-current{color:var(--om-teal)}.om-progress__dots{display:flex;align-items:center;gap:6px}.om-progress__dot{flex:1;height:6px;border-radius:999px;background:#dce6f2;position:relative}.om-progress__dot span{display:none}.om-progress__dot.is-active,.om-progress__dot.is-done{background:var(--om-teal)}.om-layout{max-width:1280px;margin:0 auto;padding:8px 16px 32px;display:block}.om-center-col{display:block}.om-step-panel.is-step-hidden,#step-4 [data-panel-step][hidden]{display:none}.om-panel-block{background:#fff;border-radius:var(--om-radius-card);box-shadow:var(--om-shadow);padding:18px;margin-bottom:16px}.om-block-title{margin:0 0 12px;font-size:15px;font-weight:700;color:var(--om-navy)}.om-case-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.om-case-card{background:#f7f9fb;border:2px solid transparent;border-radius:var(--om-radius-card);padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.om-case-card.is-selected{border-color:var(--om-teal);background:var(--om-teal-light)}.om-case-card[data-case-type=diary].is-selected{background:var(--om-pink-light);border-color:#e8a9c3}.om-case-card__icon{width:56px;height:56px;object-fit:contain}.om-case-card__name{font-weight:700;color:var(--om-navy);font-size:14px}.om-case-card__desc{font-size:11px;color:var(--om-text-sub)}.om-brand-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:12px;-webkit-overflow-scrolling:touch}.om-brand-tab{flex:none;min-height:44px;display:inline-flex;align-items:center;justify-content:center;background:#f1f3f6;border:none;border-radius:999px;padding:7px 16px;font-size:12px;color:var(--om-text-sub);white-space:nowrap}.om-brand-tab.is-selected{background:var(--om-navy);color:#fff}.om-search{display:flex;align-items:center;gap:8px;background:#f1f3f6;border-radius:var(--om-radius-btn);padding:10px 12px;margin-bottom:12px}.om-search input{border:none;background:transparent;outline:none;width:100%;font-size:14px;color:var(--om-text)}.om-popular{margin-bottom:10px}.om-popular__label{display:inline-block;font-size:11px;font-weight:700;color:var(--om-teal);margin-right:8px}.om-popular__chips{display:inline-flex;flex-wrap:wrap;gap:6px}.om-chip{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:var(--om-teal-light);color:var(--om-navy);border:none;border-radius:999px;padding:5px 14px;font-size:12px;font-weight:700}.om-chip--placeholder{color:var(--om-text-sub);background:#f1f3f6;font-weight:400;cursor:default}.om-model-list{max-height:260px;overflow-y:auto;border:1px solid #EDF0F4;border-radius:var(--om-radius-btn)}.om-model-list__placeholder{padding:18px 12px;text-align:center;color:var(--om-text-sub);font-size:13px}.om-model-list li:last-child .om-model-item{border-bottom:none}.om-model-item{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:10px 12px;border:none;border-bottom:1px solid #F1F3F6;background:#fff;text-align:left;font-size:13px;color:var(--om-text)}.om-model-item.is-selected{background:var(--om-teal-light)}.om-model-item__name{font-weight:600}.om-model-item__meta{flex:none;margin-left:8px;font-size:11px;color:var(--om-text-sub)}.om-field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--om-text-sub);margin-bottom:6px}.om-field input,.om-field select{font-size:14px;color:var(--om-text);padding:10px 12px;border:1px solid #DCE1E8;border-radius:var(--om-radius-btn);outline:none}.om-field input:focus{border-color:var(--om-teal)}.om-hint{font-size:11px;color:var(--om-text-sub);margin:6px 0 0}.om-btn{border:none;border-radius:var(--om-radius-btn);padding:14px 20px;font-size:15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.om-btn--primary{background:var(--om-navy);color:#fff}.om-btn--primary:hover{background:#1e3766}.om-btn--secondary{background:#fff;color:var(--om-navy);border:2px solid var(--om-navy)}.om-btn--text{background:transparent;color:var(--om-text-sub);font-weight:500}.om-btn--full{width:100%;margin-bottom:10px}.om-step-actions{margin-top:4px}.om-step-actions--split{display:grid;grid-template-columns:1fr 2fr;gap:10px}.om-step-actions .om-btn--primary{width:100%}.om-upload{display:flex;flex-direction:column;align-items:center;gap:10px;border:2px dashed #C7D2E0;border-radius:var(--om-radius-card);padding:32px 16px;background:#f7f9fb;cursor:pointer}.om-upload__text{font-size:13px;color:var(--om-text-sub)}.om-upload input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.om-upload__preview{width:140px;height:140px;border-radius:var(--om-radius-btn);background:#fff}.om-upload__preview[hidden],#om-upload-icon[hidden]{display:none}.om-upload--has-image{border-style:solid;border-color:var(--om-teal);background:#fff}.om-selected-model{font-size:13px;font-weight:700;color:var(--om-teal);margin:0 0 12px}.om-selected-model[hidden]{display:none}.om-note{font-size:12px;color:var(--om-text-sub);margin:10px 0 0}.om-note--caution{color:var(--om-warn-text)}.om-quality-message:empty{display:none}.om-quality-message{margin-top:10px;padding:10px 12px;border-radius:var(--om-radius-btn);background:var(--om-warn-bg);color:var(--om-warn-text);font-size:12px}.om-quality-message--strong{background:var(--om-strong-warn-bg);color:var(--om-strong-warn-text);font-weight:700}.om-canvas-wrap{display:flex;justify-content:center;background:repeating-conic-gradient(#f1f3f6 0% 25%,#fff 0% 50%) 0 0 / 20px 20px;border-radius:var(--om-radius-card);padding:16px;margin-bottom:14px}.om-canvas{max-width:100%;height:auto;aspect-ratio:2 / 3;touch-action:none;background:#fff;border-radius:6px;box-shadow:var(--om-shadow);cursor:grab}.om-canvas:active{cursor:grabbing}.om-canvas:focus-visible{outline:2px solid var(--om-teal);outline-offset:3px}.om-toolbar{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px;margin-bottom:12px}.om-tool-btn{background:#f7f9fb;border:1px solid #EDF0F4;border-radius:var(--om-radius-btn);padding:10px 4px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:var(--om-navy)}.om-tool-btn:hover{background:var(--om-teal-light)}.om-tool-btn:disabled{opacity:.4;cursor:not-allowed}.om-tool-btn:disabled:hover{background:#f7f9fb}.om-icon{display:block}.om-toolbar.om-toolbar--mobile-controls{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.om-toolbar--mobile-controls .om-tool-btn{min-width:0;min-height:58px;padding:7px 2px;border-color:#dde3eb;font-weight:700;line-height:1.2;touch-action:manipulation}.om-tool-symbol{position:relative;display:grid;place-items:center;width:24px;height:24px;color:var(--om-navy);font-size:22px;font-weight:500;line-height:1}.om-tool-symbol--center-h:after,.om-tool-symbol--center-v:after{content:"";position:absolute;background:var(--om-navy);border-radius:1px}.om-tool-symbol--center-h:after{width:2px;height:19px}.om-tool-symbol--center-v:after{width:19px;height:2px}.om-image-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.om-image-list[hidden]{display:none}.om-image-thumb{width:48px;height:48px;padding:0;border:2px solid transparent;border-radius:var(--om-radius-btn);background:#f7f9fb;overflow:hidden;flex:none}.om-image-thumb canvas{width:100%;height:100%;display:block}.om-image-thumb.is-selected{border-color:var(--om-teal)}.om-folio-view{display:flex;gap:8px;margin-bottom:12px}.om-folio-view[hidden]{display:none}.om-folio-view__btn{flex:1;min-height:40px;background:#f1f3f6;border:none;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;color:var(--om-text-sub)}.om-folio-view__btn.is-selected{background:var(--om-navy);color:#fff}.om-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--om-text-sub);margin-bottom:12px}.om-toggle--inline{margin-bottom:0}.om-stamp-text-panel{border-top:1px solid #EDF0F4;padding-top:14px;margin-bottom:14px}.om-block-title--sub{font-size:13px;margin-bottom:10px}.om-field--inline{flex-direction:row;align-items:center;gap:10px;margin-bottom:12px}.om-field--inline input[type=color]{width:44px;height:36px;padding:2px;border:1px solid #DCE1E8;border-radius:var(--om-radius-btn);background:#fff}.om-stamp-palette{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px;margin-bottom:8px}.om-stamp-swatch{background:#f7f9fb;border:1px solid #EDF0F4;border-radius:var(--om-radius-btn);padding:8px 4px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:var(--om-navy)}.om-stamp-swatch:hover{background:var(--om-teal-light)}.om-stamp-swatch:disabled{opacity:.4;cursor:not-allowed}.om-stamp-swatch:disabled:hover{background:#f7f9fb}.om-stamp-swatch img{width:32px;height:32px;object-fit:contain}.om-text-form{margin:12px 0}.om-text-form__row{display:flex;align-items:center;gap:12px;margin:10px 0}.om-text-form__row .om-field{flex:1;margin-bottom:0}.om-layer-list{display:flex;flex-direction:column;gap:6px;margin-top:10px}.om-layer-list[hidden]{display:none}.om-layer-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:6px;background:#f7f9fb;border:1px solid #EDF0F4;border-radius:var(--om-radius-btn);padding:6px 8px}.om-layer-row.is-active{border-color:var(--om-teal);background:var(--om-teal-light)}.om-layer-row__select{background:transparent;border:none;text-align:left;font-size:12px;color:var(--om-text);padding:6px 4px;min-height:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.om-layer-row__btn{background:#fff;border:1px solid #DCE1E8;border-radius:8px;font-size:11px;color:var(--om-navy);padding:6px 8px;min-height:36px}.om-layer-row__btn--delete{color:var(--om-warn-text)}.om-legend{display:flex;flex-wrap:wrap;gap:14px;font-size:11px;color:var(--om-text-sub);margin-bottom:14px}.om-legend li{display:flex;align-items:center;gap:6px}.om-legend__swatch{width:16px;height:3px;border-radius:2px;display:inline-block}.om-legend__swatch--print{background:#7dd3e8}.om-legend__swatch--safe{background:#e85d9a}.om-legend__swatch--camera{background:#9aa5b1}.om-legend__swatch--bleed{width:16px;height:10px;background:#16a14859;border:2px solid #16A34A;border-radius:3px}.om-warning{display:flex;align-items:flex-start;gap:10px;background:var(--om-warn-bg);color:var(--om-warn-text);border-radius:var(--om-radius-btn);padding:12px;font-size:12px}.om-warning__icon{flex:none;opacity:.85}.om-warning p{margin:0}.om-confirm-done{text-align:center}.om-confirm-done__title{font-weight:700;color:var(--om-navy);font-size:16px;margin:4px 0 16px}.om-confirm-steps{text-align:left}.om-confirm-steps li{display:flex;align-items:flex-start;gap:10px;font-size:13px;padding:8px 0;border-bottom:1px dashed #EDF0F4}.om-confirm-steps li:last-child{border-bottom:none}.om-confirm-steps__num{flex:none;width:20px;height:20px;border-radius:50%;background:var(--om-teal);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.om-save-fallback{margin:4px 0 14px}.om-save-fallback[hidden]{display:none}.om-save-fallback__lead{margin:0;padding:12px 14px;border:1.5px solid var(--om-teal);border-radius:var(--om-radius-btn);background:#edf7f8;color:var(--om-text);font-size:14px;line-height:1.7}.om-save-fallback__sub{font-size:12px;color:var(--om-text-sub)}.om-save-fallback__label{margin:12px 0 4px;font-size:13px;font-weight:700;color:var(--om-text)}.om-save-fallback__img{width:100%;border-radius:var(--om-radius-card);box-shadow:var(--om-shadow);margin-top:8px}.om-save-fallback__zip-link{text-decoration:none;cursor:pointer;margin-top:4px}.om-details{margin-bottom:10px}.om-details summary{list-style:none}.om-details summary::-webkit-details-marker{display:none}.om-footer .om-details summary{padding:12px 4px;font-size:13px;font-weight:700;color:var(--om-navy);border-bottom:1px solid #EDF0F4}.om-details__body{padding:12px 4px;font-size:12px;color:var(--om-text-sub);display:flex;align-items:center;gap:12px}.om-details__icon{flex:none}.om-dialog{border:none;border-radius:var(--om-radius-card);padding:24px;max-width:320px;width:calc(100% - 40px);text-align:center;box-shadow:var(--om-shadow)}.om-dialog::backdrop{background:#16294d8c}.om-dialog__icon{margin:0 auto 12px}.om-dialog__text{font-size:13px;color:var(--om-text-sub);margin:0 0 18px}.om-dialog__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.om-footer{max-width:1280px;margin:0 auto;padding:8px 16px 40px}.om-guide-list li{font-size:13px;color:var(--om-text-sub);padding:6px 0;counter-increment:guide}.om-guide-list{counter-reset:guide}.om-guide-list li:before{content:counter(guide) ". ";color:var(--om-teal);font-weight:700}.om-footer__copy{text-align:center;font-size:11px;color:var(--om-text-sub);margin-top:12px}@media(min-width:1024px){.om-layout{display:grid;grid-template-columns:320px 1fr 340px;grid-template-areas:"left center right";gap:24px;align-items:start;padding-top:20px}#step-1{grid-area:left;margin-bottom:0}.om-center-col{grid-area:center}#step-4{grid-area:right;margin-bottom:0;position:sticky;top:84px}.om-step-panel.is-step-hidden{display:block}.om-progress{display:none}.om-case-cards{grid-template-columns:1fr 1fr}.om-toolbar{grid-template-columns:repeat(3,1fr)}.om-toolbar.om-toolbar--mobile-controls{grid-template-columns:repeat(4,minmax(0,1fr))}.om-step-actions--split{grid-template-columns:1fr 1fr}}@media(min-width:1024px)and (max-width:1279px){.om-layout{grid-template-columns:280px 1fr 300px}}.om-footer__build{color:#98a2b3;font-size:11px;white-space:nowrap}.om-folio-view__label{align-self:center;color:#556;font-size:12px;font-weight:700;margin-right:4px;white-space:nowrap}.om-folio-view__btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;line-height:1.2}.om-folio-view__thumb{display:block;width:56px;height:56px;border-radius:6px;background:#f1f3f6}img.om-folio-view__thumb{background:none;object-fit:contain}.om-step-lead{margin:0 0 12px;padding:0 2px;color:#4a5568;font-size:14px;line-height:1.6}.om-toolgroup{margin-bottom:14px}.om-toolgroup__title{margin:0 0 6px;padding-left:2px;color:#667085;font-size:12px;font-weight:700}.om-fold{margin:0 0 14px;border:1px solid #E4E8EE;border-radius:10px;background:#fbfcfd}.om-fold__summary{padding:13px 14px;color:#16294d;cursor:pointer;font-size:14px;font-weight:700;list-style:none;min-height:44px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.om-fold__summary::-webkit-details-marker{display:none}.om-fold__summary:after{content:"\ff0b";color:#667085;font-weight:700}.om-fold[open]>.om-fold__summary:after{content:"\2212"}.om-fold>*:not(.om-fold__summary){padding:0 14px}.om-fold>*:last-child{padding-bottom:14px}@media(max-width:1023px){#step-3 .om-canvas-wrap{position:sticky;top:55px;z-index:15;margin-left:-14px;margin-right:-14px;padding:8px 14px 10px;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 14px -10px #141c2880}#step-3 .om-canvas{max-height:42vh;width:auto;max-width:100%;margin:0 auto;display:block}.om-header__title{font-size:16px;letter-spacing:-.01em;white-space:nowrap}.om-brand-tabs{position:relative;-webkit-overflow-scrolling:touch}.om-brand-tabs:after{content:"";position:absolute;top:0;right:0;width:28px;height:100%;pointer-events:none;background:linear-gradient(90deg,#fff0,#fffffff2)}.om-toolbar{grid-template-columns:repeat(3,1fr)}.om-toolbar.om-toolbar--mobile-controls{grid-template-columns:repeat(4,minmax(0,1fr))}.om-tool-btn,.om-folio-view__btn,.om-btn{min-height:44px}}.om-shopify-root [hidden]{display:none!important}.om-block-title__count{margin-left:8px;color:#667085;font-size:12px;font-weight:400}@media(max-width:1023px){.om-model-list{max-height:46vh;-webkit-overflow-scrolling:touch}}.om-mailto-copy{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0 4px;padding:10px 12px;background:#f4f7fa;border:1px solid #E2E8F0;border-radius:8px}.om-mailto-copy__label{color:#556;font-size:12px;font-weight:700}.om-mailto-copy__address{flex:1 1 auto;color:#16294d;font-size:14px;font-weight:700;word-break:break-all}.om-mailto-copy .om-btn{flex:0 0 auto;min-height:40px;padding:8px 16px;font-size:13px}.om-bgcolor__swatches{display:grid;grid-template-columns:repeat(8,1fr);gap:6px;margin:8px 0 12px}.om-bgcolor__chip{aspect-ratio:1 / 1;min-height:34px;border:1px solid #D6DBE2;border-radius:7px;cursor:pointer;padding:0}.om-bgcolor__chip.is-selected{outline:3px solid #14919B;outline-offset:1px}.om-bgcolor__row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:10px}.om-bgcolor__row .om-btn{flex:1 1 auto;min-height:44px;font-size:13px}.om-bgcolor__pick{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #D6DBE2;border-radius:8px;background:#fff;cursor:pointer;font-size:13px;min-height:44px;box-sizing:border-box}.om-bgcolor__pick input[type=color]{width:34px;height:30px;padding:0;border:none;background:none;cursor:pointer}.om-bgcolor__hex input{width:108px;min-height:44px;box-sizing:border-box;padding:8px 10px;border:1px solid #D6DBE2;border-radius:8px;font-size:14px}.om-canvas.is-eyedropper{cursor:crosshair}.om-safeguide__outside{border:1px solid #EDF0F4;border-radius:8px;padding:10px 12px 4px;margin:10px 0 0}.om-safeguide__outside legend{font-size:12px;color:var(--om-text-sub);padding:0 4px}.om-safeguide__count{margin:8px 0;color:var(--om-text-sub);font-size:12px;font-weight:700}.om-safeguide__count+.om-bgcolor__row{margin-bottom:8px}.om-safeguide__count~.om-bgcolor__row .om-btn:disabled{opacity:.45;cursor:not-allowed}.om-safeguide__image{margin:10px 0;padding:12px;border:1px solid #F3B4D2;border-radius:10px;background:#fff7fb}.om-safeguide__image .om-btn{width:100%}.om-safeguide__image .om-btn:disabled{opacity:.45;cursor:not-allowed}.om-safeguide__image .om-hint{margin-top:8px}.om-safeguide__shape{display:grid;gap:6px;margin:8px 0 10px}.om-safeguide__shape-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.om-safeguide__shape-btn{min-height:48px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:20px;font-weight:800;cursor:pointer}.om-safeguide__shape-btn span{display:block;margin-top:2px;font-size:11px;font-weight:700}.om-safeguide__shape-btn.is-active{border-color:#ec4899;box-shadow:0 0 0 2px #ec48992e;color:#be185d}.om-btn.is-active{background:#14919b;border-color:#14919b;color:#fff}.om-fold--sub{margin-top:10px;border-top:1px solid #EDF0F4;padding-top:8px}.om-fold--sub>.om-fold__summary{font-size:13px}
/*# sourceMappingURL=/cdn/shop/t/10/assets/om-style.css.map */
