:root{--ms-shop-navy:#10233f;--ms-shop-blue:#005bac;--ms-shop-blue-dark:#003f7d;--ms-shop-blue-soft:#eef6ff;--ms-shop-orange:#f08a00;--ms-shop-orange-dark:#a95400;--ms-shop-red:#b10000;--ms-shop-text:#1f2a38;--ms-shop-muted:#5d6b7a;--ms-shop-border:#d7e3f0;--ms-shop-bg:#fbf5e1}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.ms-shop-process-page{margin:0;color:var(--ms-shop-text);background:var(--ms-shop-bg) url("../images/lp010_bg_dot.png") repeat;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;line-height:1.7;-webkit-text-size-adjust:100%}
.ms-shop-process-page a{color:var(--ms-shop-blue)}
.ms-shop-process-page img{max-width:100%;height:auto}
.ms-shop-skip-link{position:absolute;left:12px;top:-80px;z-index:1000;padding:10px 14px;color:#fff!important;background:var(--ms-shop-navy);border-radius:0 0 10px 10px;font-weight:900}
.ms-shop-skip-link:focus{top:0}
.ms-shop-process-header{background:#fff;border-bottom:1px solid var(--ms-shop-border)}
.ms-shop-utility{color:#fff;background:#003f7d;font-size:.8rem}
.ms-shop-utility-inner{width:min(calc(100% - 40px),1180px);min-height:34px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ms-shop-utility p{margin:0;font-size:12px;font-weight:800}
.ms-shop-utility ul{display:flex;gap:18px;margin:0;padding:0;list-style:none}
.ms-shop-utility a{color:#fff;text-decoration:none}
.ms-shop-header-main{width:min(calc(100% - 40px),1180px);min-height:82px;margin:0 auto;display:grid;grid-template-columns:180px minmax(230px,1fr) minmax(240px,auto);grid-template-areas:"brand shipping member" "brand shipping actions";gap:8px 20px;align-items:center}
.ms-shop-brand{grid-area:brand;display:inline-flex;width:150px;min-height:58px;align-items:center}
.ms-shop-brand img{display:block;width:150px;height:auto;max-height:none;object-fit:contain;object-position:left center}
.ms-shop-member{grid-area:member;justify-self:end;max-width:440px;text-align:right}
.ms-shop-member p{margin:0}
.ms-shop-company{display:-webkit-box;overflow:hidden;color:#173455;font-size:14px;font-weight:900;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ms-shop-person{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;color:#4b5a6d;font-size:13px;font-weight:800}
.ms-shop-shipping{grid-area:shipping;display:grid;gap:2px;justify-items:center;padding:10px 14px;text-align:center;background:#f8fbff;border:1px solid #cfe0f2;border-radius:14px}
.ms-shop-shipping span,.ms-shop-shipping small{color:#607083;font-size:11px;font-weight:800}
.ms-shop-shipping strong{color:#173455;font-size:15px;line-height:1.35}
.ms-shop-actions{grid-area:actions;display:flex;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.ms-shop-actions a{display:inline-flex;min-height:36px;align-items:center;justify-content:center;padding:7px 13px;color:var(--ms-shop-blue-dark);background:#fff;border:1px solid #bdd0e4;border-radius:999px;font-size:13px;font-weight:900;line-height:1.2;text-decoration:none}
.ms-shop-actions a.ms-shop-action-logout{color:#56677a;background:#f7f9fb}
.ms-shop-actions a.ms-shop-action-cart.has-items{position:relative;gap:5px;padding-right:13px;padding-left:30px;color:#fff;background:#005bac;border-color:#003f7d}
.ms-shop-actions a.ms-shop-action-cart.has-items:before{position:absolute;left:9px;width:16px;height:16px;content:"";background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.1 9.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 1.9-1.4L21 7H6.1M10 19.2h.01M17 19.2h.01' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.ms-shop-actions a.ms-shop-action-cart.has-items:after{position:absolute;top:-4px;right:-4px;width:10px;height:10px;content:"";background:#f08a00;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #003f7d}
.ms-shop-breadcrumb{padding:8px 16px;background:#f7faff;border-top:1px solid #e7eef6}
.ms-shop-breadcrumb ol{max-width:1180px;margin:0 auto;padding:0;display:flex;gap:7px;list-style:none;color:#56677a;font-size:12px}
.ms-shop-breadcrumb li+li:before{content:"›";margin-right:7px;color:#8a97a7}
.ms-shop-breadcrumb a{font-weight:800;text-decoration:none}
.ms-order-main{max-width:1180px;margin:0 auto;padding:28px 16px 56px}
.ms-order-hero{margin-bottom:18px;padding:26px;background:linear-gradient(135deg,#fff 0%,#f3f9ff 74%,#fff8ef 100%);border:1px solid var(--ms-shop-border);border-radius:22px}
.ms-order-eyebrow{display:inline-flex;padding:5px 12px;color:var(--ms-shop-blue-dark);background:var(--ms-shop-blue-soft);border-radius:999px;font-size:13px;font-weight:900}
.ms-order-hero h1{margin:12px 0 8px;color:#11243a;font-size:clamp(28px,4.2vw,44px);line-height:1.2}
.ms-order-hero p{max-width:780px;margin:0;color:#405064}
.ms-order-step-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:18px 0 0;padding:0;list-style:none}
.ms-order-step-list li{padding:9px 8px;text-align:center;color:#173455;background:#fff;border:1px solid #cfe0f2;border-radius:999px;font-size:12px;font-weight:900}
.ms-order-error-summary{margin:0 0 18px;padding:14px 16px;color:#6d0000;background:#fff5f5;border:2px solid var(--ms-shop-red);border-radius:14px}
.ms-order-error-summary:empty{display:none}
.ms-order-error-summary .err,.ms-order-error-summary font,.ms-order-error-summary span{display:block;color:inherit!important;font-weight:900}
.ms-order-client-error-summary{margin:0 0 18px;padding:14px 16px;color:#6d0000;background:#fff5f5;border:2px solid var(--ms-shop-red);border-radius:14px}
.ms-order-client-error-summary h2{margin:0 0 6px;color:inherit;font-size:18px;line-height:1.4}
.ms-order-client-error-summary ul{margin:0;padding-left:1.4em;font-weight:800}
.ms-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}
.ms-order-sections{display:grid;gap:18px}
.ms-order-section{min-width:0;padding:24px;background:rgba(255,255,255,.98);border:1px solid var(--ms-shop-border);border-radius:22px;scroll-margin-top:16px}
.ms-order-section fieldset{min-width:0;margin:0;padding:0;border:0}
.ms-order-section legend,.ms-order-section h2{width:100%;margin:0 0 8px;padding:0;color:#11243a;font-size:24px;font-weight:900;line-height:1.35}
.ms-order-section .ms-order-lead{margin:0 0 14px;color:#4b5a6d}
.ms-order-field-error{margin:8px 0}
.ms-order-field-error:empty{display:none}
.ms-order-field-error .err,.ms-order-field-error font,.ms-order-field-error span{display:block;padding:10px 12px;color:var(--ms-shop-red)!important;background:#fff3f3;border:1px solid #f1bebe;border-radius:12px;font-weight:900}
.ms-order-client-field-error{margin:8px 0;padding:10px 12px;color:var(--ms-shop-red);background:#fff3f3;border:1px solid #f1bebe;border-radius:12px;font-weight:900}
.ms-order-file-box{padding:18px;background:#f8fbff;border:1px solid #cfe0f2;border-radius:16px}
.ms-order-file-box input[type=file]{width:100%;min-height:48px;padding:8px;color:#173455;background:#fff;border:1px solid #bdd0e4;border-radius:12px;font:inherit}
.ms-order-file-status{margin:10px 0 0;color:#405064;font-size:13px;font-weight:800;overflow-wrap:anywhere}
.ms-order-file-status.is-selected{color:#0b6b3a}
.ms-order-created-file{display:flex;gap:12px;align-items:center;padding:16px;color:#174b32;background:#effaf4;border:1px solid #9ed5b7;border-radius:16px;font-weight:900}
.ms-order-status-dot{width:12px;height:12px;flex:0 0 auto;background:#148746;border-radius:50%}
.ms-order-help{margin:12px 0 0;color:#607083;font-size:13px}
.ms-order-help a{font-weight:900}
.ms-order-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ms-order-side-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}
.ms-order-side-group{padding:12px;background:#f8fbff;border:1px solid #cfe0f2;border-radius:16px}
.ms-order-side-group-head{display:flex;align-items:center;gap:9px;margin:0 0 9px;color:#173455}
.ms-order-side-group-head strong{font-size:16px;line-height:1.35}
.ms-order-side-group-head span:last-child{color:#607083;font-size:12px;font-weight:800}
.ms-order-side-badge{display:inline-flex;min-width:48px;min-height:27px;align-items:center;justify-content:center;padding:3px 9px;color:#fff;background:#005bac;border-radius:999px;font-size:12px;font-weight:900;line-height:1}
.ms-order-side-group-double .ms-order-side-badge{background:#003f7d}
.ms-order-side-options{display:grid;grid-template-columns:1fr;gap:8px}
.ms-order-choice{display:grid;gap:9px;align-content:start;padding:16px;background:#fff;border:2px solid #d7e3f0;border-radius:18px;cursor:pointer}
.ms-order-choice:hover{border-color:#8db5db}
.ms-order-choice.is-selected{background:#fff8ef;border-color:var(--ms-shop-orange)}
.ms-order-choice-head{display:flex;gap:8px;align-items:flex-start;color:#11243a;font-size:17px;font-weight:900;line-height:1.4}
.ms-order-choice-head input{flex:0 0 auto;margin-top:5px;transform:scale(1.12)}
.ms-order-side-grid .ms-order-side-option{grid-template-columns:108px minmax(0,1fr);gap:9px;min-width:0;min-height:80px;align-items:center;padding:7px 9px;border-radius:13px}
.ms-order-side-grid .ms-order-choice-head{gap:6px;font-size:14px;line-height:1.35}
.ms-order-side-grid .ms-order-choice-head input{margin-top:3px;transform:scale(1.04)}
.ms-order-choice img.ms-order-side-image{display:block;width:108px;max-width:none;height:78px;margin:0;background:#fff;border:1px solid #e0e9f3;border-radius:9px;object-fit:contain}
.ms-order-choice-copy{display:grid;gap:4px;color:#4b5a6d;font-size:13px}
.ms-order-choice-price{color:var(--ms-shop-orange-dark);font-size:15px;font-weight:900}
.ms-order-cut-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ms-order-cut-choice{grid-template-columns:160px minmax(0,1fr);min-height:104px;align-items:center;gap:10px;padding:9px 11px}
.ms-order-cut-choice .ms-order-choice-copy{gap:2px;font-size:12px;line-height:1.45}
.ms-order-cut-choice .ms-order-choice-head{font-size:15px}
.ms-order-cut-choice .ms-order-choice-price{font-size:14px}
.ms-order-cut-visual{display:flex;width:156px;height:74px;align-items:center;justify-content:center;background:#fff}
.ms-order-cut-visual img{display:block;width:156px;max-width:none;height:auto;margin:0;border:0;border-radius:0}
.ms-order-cut-next{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:10px 0 0;padding:0;font-size:13px;font-weight:800}
.ms-order-next-button{flex:0 0 auto;min-height:40px;padding:8px 16px;color:#fff;background:var(--ms-shop-blue);border:0;border-radius:999px;font:inherit;font-weight:900;cursor:pointer}
.ms-order-cut-note{margin:12px 0 0;padding:12px 14px;color:#405064;background:#f8fbff;border:1px solid #cfe0f2;border-radius:14px;font-size:13px}
.ms-order-paper-guide{margin:0 0 14px;padding:14px;color:#405064;background:#f8fbff;border:1px solid #cfe0f2;border-radius:16px;font-size:13px}
.ms-order-paper-list{display:grid;gap:10px}
.ms-order-paper{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:15px;background:#fff;border:2px solid #d7e3f0;border-radius:17px;cursor:pointer}
.ms-order-paper:hover{border-color:#8db5db}
.ms-order-paper.is-selected{background:#fff8ef;border-color:var(--ms-shop-orange)}
.ms-order-paper-code{display:inline-flex;width:42px;height:32px;align-items:center;justify-content:center;color:#fff;background:var(--ms-shop-blue);border-radius:999px;font-size:12px;font-weight:900}
.ms-order-paper-code.cat-e{background:#27833b}.ms-order-paper-code.cat-r{background:#3366cc}.ms-order-paper-code.cat-cv{background:#159b55}.ms-order-paper-code.cat-c{background:#00878e}.ms-order-paper-code.cat-h{background:#c84d63}.ms-order-paper-code.cat-hp{background:#c93636}.ms-order-paper-code.cat-p{background:#ba167e}.ms-order-paper-code.cat-cp{background:#4b27bc}.ms-order-paper-code.cat-sp{background:#5b6775}
.ms-order-paper-main{min-width:0}
.ms-order-paper-title{display:flex;gap:8px;align-items:flex-start;color:#11243a;font-size:17px;font-weight:900;line-height:1.4}
.ms-order-paper-title input{flex:0 0 auto;margin-top:5px;transform:scale(1.12)}
.ms-order-paper-spec{margin:3px 0;color:#66768a;font-size:12px;font-weight:800}
.ms-order-paper-short{margin:6px 0 0;color:#405064;font-size:13px}
.ms-order-paper-caution{margin:8px 0 0;padding:7px 9px;color:#8c3c00;background:#fff8ef;border:1px solid #ffd0a0;border-radius:10px;font-size:12px;font-weight:800}
.ms-order-paper details{margin-top:8px}
.ms-order-paper summary{color:var(--ms-shop-blue);font-size:13px;font-weight:900;cursor:pointer}
.ms-order-paper details p{margin:7px 0 0;color:#4b5a6d;font-size:13px}
.ms-order-quantity select,.ms-order-quantity .select{width:100%;max-width:480px;min-height:58px;padding:12px 14px;color:#173455;background:#fff;border:1px solid #bdd0e4;border-radius:14px;font:inherit;font-size:18px;font-weight:900}
.ms-order-summary{padding:20px;background:#fff;border:1px solid var(--ms-shop-border);border-radius:22px}
.ms-order-summary h2{margin:0 0 12px;color:#11243a;font-size:21px}
.ms-order-summary dl{display:grid;gap:9px;margin:0 0 16px}
.ms-order-summary-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;padding-bottom:8px;border-bottom:1px solid #edf2f7}
.ms-order-summary-row dt{color:#173455;font-weight:900}
.ms-order-summary-row dd{margin:0;color:#405064;overflow-wrap:anywhere}
.ms-order-summary-price,.ms-order-summary-price-nojs{margin:0 0 16px;padding:12px;color:#5b3b12;background:#fff8ef;border:1px solid #ffd0a0;border-radius:16px}
.ms-order-summary-price>span,.ms-order-summary-price-nojs>span{display:block;font-size:13px;font-weight:900}
.ms-order-summary-price strong,.ms-order-summary-price-nojs strong{display:block;color:var(--ms-shop-orange-dark);font-size:20px;line-height:1.4}
.ms-order-summary-price p,.ms-order-summary-price-nojs p{margin:4px 0 0;color:#6c4b22;font-size:11px;line-height:1.5}
.ms-order-summary-price-nojs{display:none}
.no-js .ms-order-summary-price{display:none}
.no-js .ms-order-summary-price-nojs{display:block}
.ms-order-submit{width:100%;min-height:56px;padding:11px 18px;color:#fff;background:var(--ms-shop-orange);border:2px solid var(--ms-shop-orange);border-radius:999px;font:inherit;font-size:17px;font-weight:900;cursor:pointer}
.ms-order-submit:disabled{cursor:wait;opacity:.72}
.ms-order-submit-note{margin:9px 0 0;color:#607083;font-size:12px;text-align:center}
.ms-shop-process-footer{padding:24px 16px;color:#fff;background:var(--ms-shop-navy)}
.ms-shop-process-footer nav{max-width:1180px;margin:0 auto}
.ms-shop-process-footer ul{display:flex;justify-content:center;gap:7px 16px;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.ms-shop-process-footer a{color:#fff!important;font-size:12px;font-weight:800;text-decoration:none}
.ms-shop-process-footer p{max-width:1180px;margin:14px auto 0;padding-top:12px;text-align:center;border-top:1px solid rgba(255,255,255,.2);font-size:11px}
.ms-shop-process-page :focus-visible{outline:3px solid #0b63ce;outline-offset:3px}
@media(min-width:981px){.ms-order-summary{position:sticky;top:16px;max-height:calc(100vh - 32px);overflow:auto}}
@media(min-width:701px){.ms-order-cut-next{display:none!important}}
@media(max-width:980px){.ms-shop-header-main{grid-template-columns:170px minmax(0,1fr);grid-template-areas:"brand member" "shipping actions"}.ms-shop-brand{width:150px}.ms-shop-brand img{width:150px}.ms-shop-member{max-width:none}.ms-order-layout{grid-template-columns:1fr}.ms-order-summary{margin-top:0}}
@media(max-width:860px){.ms-shop-utility-inner{justify-content:center;text-align:center}.ms-shop-utility nav{display:none}}
@media(max-width:700px){.ms-shop-utility{display:none}.ms-shop-header-main{width:min(calc(100% - 28px),1180px);display:flex;flex-direction:column;align-items:stretch;padding:5px 0 12px}.ms-shop-brand{align-self:center;width:124px;min-height:58px}.ms-shop-brand img{width:124px;object-position:center}.ms-shop-member{order:2;text-align:left}.ms-shop-company{font-size:13px}.ms-shop-person{justify-content:flex-start}.ms-shop-actions{order:3;display:grid;grid-template-columns:1fr 1fr}.ms-shop-actions a{min-height:44px}.ms-shop-action-order-top{display:none!important}.ms-shop-actions .ms-shop-action-logout{grid-column:1/-1;justify-self:center;min-height:30px;padding:4px 10px;background:transparent;border-color:transparent}.ms-shop-shipping{order:4}.ms-shop-breadcrumb{padding:7px 12px}.ms-order-main{padding:22px 12px 48px}.ms-order-hero{padding:21px 16px}.ms-order-step-list{grid-template-columns:1fr}.ms-order-step-list li{text-align:left;border-radius:12px}.ms-order-section{padding:20px 16px}.ms-order-section legend,.ms-order-section h2{font-size:21px}.ms-order-choice-grid{grid-template-columns:1fr}.ms-order-side-options{grid-template-columns:repeat(2,minmax(0,1fr))}.ms-order-side-group-double .ms-order-side-option:last-child{grid-column:1/-1;width:calc(50% - 4px);justify-self:center}.ms-order-side-grid .ms-order-side-option{grid-template-columns:96px minmax(0,1fr)}.ms-order-choice img.ms-order-side-image{width:96px;height:69px}.ms-order-cut-grid{grid-template-columns:1fr}.ms-order-cut-choice{grid-template-columns:136px minmax(0,1fr)}.ms-order-cut-visual{width:132px;height:62px}.ms-order-cut-visual img{width:132px}.ms-order-cut-next{align-items:stretch;flex-direction:column}.ms-order-next-button{width:100%}.ms-order-paper{grid-template-columns:38px minmax(0,1fr);padding:14px 12px}.ms-order-paper-code{width:36px;height:30px}.ms-order-summary-row{grid-template-columns:1fr;gap:2px}.ms-shop-process-footer ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ms-shop-process-footer a{display:flex;min-height:38px;align-items:center;justify-content:center;padding:6px;text-align:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:10px}}
@media(max-width:480px){.ms-order-side-options{grid-template-columns:1fr}.ms-order-side-group-double .ms-order-side-option:last-child{grid-column:auto;width:auto;justify-self:stretch}.ms-order-side-grid .ms-order-side-option{grid-template-columns:112px minmax(0,1fr)}.ms-order-choice img.ms-order-side-image{width:112px;height:81px}.ms-order-summary-price strong,.ms-order-summary-price-nojs strong{font-size:18px}}
@media(max-width:390px){.ms-shop-process-footer ul{grid-template-columns:1fr}.ms-order-cut-choice{grid-template-columns:114px minmax(0,1fr)}.ms-order-cut-visual{width:110px;height:52px}.ms-order-cut-visual img{width:110px}}
