:root{--ei-feed-header-pad-y:0.675rem;--ei-header-content-height:2.025rem;--ei-feed-header-height:calc(var(--ei-feed-header-pad-y)*2 + var(--ei-header-content-height));--ei-feed-edge:0px;--ei-feed-column-gap:1px;--ei-feed-row-gap:0px}.ei-feed{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;background:var(--colorBody,#fff);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;z-index:100;padding-top:3.375rem;padding-top:var(--ei-feed-header-height);box-sizing:border-box;font-family:var(--body-font-family)}.ei-feed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:1px;-webkit-column-gap:1px;column-gap:1px;grid-column-gap:var(--ei-feed-column-gap);-webkit-column-gap:var(--ei-feed-column-gap);column-gap:var(--ei-feed-column-gap);grid-row-gap:0;row-gap:0;grid-row-gap:var(--ei-feed-row-gap);row-gap:var(--ei-feed-row-gap);background-color:#fff;background-color:var(--colorBody,#fff);padding:0 0 2.5rem;padding:0 var(--ei-feed-edge) 2.5rem;box-sizing:border-box;opacity:1;transition:opacity .22s ease}.ei-feed-grid.is-refreshing{opacity:.35;pointer-events:none}@media (prefers-reduced-motion:reduce){.ei-feed-grid{transition:none}}.ei-feed-card{background:#fff;background:var(--colorBody,#fff);display:flex;flex-direction:column;min-width:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y}.ei-feed-thumb-wrap{position:relative;width:100%;aspect-ratio:3/4;background-color:#e5e5e5;background-color:var(--colorSmallImageBg,#e5e5e5);overflow:hidden}.ei-feed-thumb{position:relative;border:none;padding:0;margin:0;font:inherit;color:inherit;background:#e5e5e5;background:var(--colorSmallImageBg,#e5e5e5);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-appearance:none;appearance:none}.ei-feed-thumb,.ei-feed-thumb img{display:block;width:100%;height:100%}.ei-feed-thumb img{object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.ei-feed-expand-hint{position:absolute;right:4px;bottom:4px;width:28px;height:28px;display:block;color:#fff;pointer-events:none;z-index:2;-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.45));filter:drop-shadow(0 0 2px rgba(0,0,0,.45))}.ei-feed-expand-hint-ne,.ei-feed-expand-hint-sw{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:-webkit-transform .22s ease;transition:transform .22s ease;transition:transform .22s ease,-webkit-transform .22s ease;will-change:transform}.ei-feed-expand-hint-ne svg,.ei-feed-expand-hint-sw svg{display:block;width:15px;height:15px;overflow:visible}@media (min-width:700px){.ei-feed-card:hover .ei-feed-expand-hint-ne,.ei-feed-thumb:focus-visible .ei-feed-expand-hint-ne{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}.ei-feed-card:hover .ei-feed-expand-hint-sw,.ei-feed-thumb:focus-visible .ei-feed-expand-hint-sw{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}}@media (min-width:700px) and (prefers-reduced-motion:reduce){.ei-feed-expand-hint-ne,.ei-feed-expand-hint-sw{transition:none}.ei-feed-card:hover .ei-feed-expand-hint-ne,.ei-feed-card:hover .ei-feed-expand-hint-sw,.ei-feed-thumb:focus-visible .ei-feed-expand-hint-ne,.ei-feed-thumb:focus-visible .ei-feed-expand-hint-sw{-webkit-transform:none;transform:none}}.ei-feed-thumb-placeholder{width:100%;height:100%;background:#f0f0f0}.ei-feed-info{display:block;width:100%;margin:0;padding:.45rem .55rem 1.1rem;text-align:center;min-width:0;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.ei-feed-name{margin:0 auto;font-family:var(--body-font-family);font-size:.82rem;line-height:1.35;color:#413d3c;color:var(--colorTextBody,#413d3c);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ei-feed-price-block{margin:.35rem 0 0}.ei-feed-price{margin:0;font-size:.86rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;grid-gap:.35rem;gap:.35rem}.ei-feed-price,.ei-feed-price-current{font-weight:400;color:#413d3c;color:var(--colorTextBody,#413d3c)}.ei-feed-price-current.is-sale{color:#ff4e4e;color:var(--colorTextSavings,#ff4e4e);font-weight:700;background:none;padding:0;line-height:1.35}.ei-feed-price-strike{text-decoration:line-through}.ei-feed-price-off,.ei-feed-price-strike{font-size:.74rem;font-weight:400;color:#5c5654;color:var(--colorBtnPrimaryLight,#5c5654)}.ei-feed-price-off{display:inline-block;margin:0;padding:0;letter-spacing:.02em;line-height:1.35;background:none;white-space:nowrap}.ei-feed-color-chips{display:flex;flex-wrap:wrap;justify-content:flex-end;grid-gap:4px;gap:4px;min-height:10px;margin:0 0 .4rem;padding:0;list-style:none;pointer-events:none}.ei-feed-color-chip{position:relative;width:10px;height:10px;box-sizing:border-box;border-radius:50%;border:1px solid rgba(92,92,92,.45);background:#d9d9d9;box-shadow:0 0 0 1px hsla(0,0%,100%,.7);pointer-events:none;flex-shrink:0;overflow:hidden}.ei-feed-color-chip.is-light{border-color:rgba(92,92,92,.55);box-shadow:0 0 0 1px hsla(0,0%,100%,.9)}.ei-feed-color-chip.is-soldout{opacity:.8}.ei-feed-color-chip.is-soldout:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,transparent 47.5%,rgba(90,90,90,.7) 48.5%,rgba(90,90,90,.7) 51%,transparent 52%)}@media (min-width:700px){.ei-feed-color-chips{grid-gap:5px;gap:5px;min-height:12px;margin-bottom:.5rem}.ei-feed-color-chip{width:12px;height:12px}}.ei-feed-sentinel{width:100%;height:1px}.ei-feed--desktop{position:relative;inset:auto;width:100%;height:auto;min-height:0;-webkit-transform:none;transform:none;left:auto;padding-top:.25rem;z-index:1;overflow:visible;box-sizing:border-box}.ei-feed--desktop .ei-feed-grid{display:grid;width:min(calc(100% - clamp(15px, 2vw, 30px)*2),1320px);width:min(calc(100% - var(--desktop-content-inset, clamp(15px, 2vw, 30px))*2),var(--desktop-feed-max-width,1320px));margin-left:auto;margin-right:auto;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;grid-row-gap:2rem;row-gap:2rem;padding:.25rem 0 3rem;box-sizing:border-box}.ei-feed--desktop .ei-feed-card,.ei-feed--desktop .ei-feed-thumb,.ei-feed--desktop .ei-feed-thumb-wrap{width:100%}.ei-feed--desktop .ei-feed-loading{padding-bottom:2.5rem}.ei-feed-loading{margin:0;padding:.75rem 1rem 1.5rem;text-align:center;font-size:.75rem;color:#888}.ei-feed-card--skeleton{pointer-events:none}.ei-feed-thumb--skeleton{position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);background-size:200% 100%;-webkit-animation:ei-feed-shimmer 1.2s ease-in-out infinite;animation:ei-feed-shimmer 1.2s ease-in-out infinite}.ei-feed-info--skeleton{display:flex;flex-direction:column;align-items:center;grid-gap:.4rem;gap:.4rem;padding-top:.65rem}.ei-feed-skeleton-line{display:block;height:.55rem;border-radius:2px;background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);background-size:200% 100%;-webkit-animation:ei-feed-shimmer 1.2s ease-in-out infinite;animation:ei-feed-shimmer 1.2s ease-in-out infinite}.ei-feed-skeleton-line--name{width:88%}.ei-feed-skeleton-line--price{width:42%}@-webkit-keyframes ei-feed-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes ei-feed-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}#app.ei-feed-mode{position:relative;height:100%;overflow:hidden;background:#fff;background:var(--colorBody,#fff)}#app.ei-feed-mode .logo-top{top:.8775rem;top:calc(var(--ei-feed-header-pad-y) + var(--ei-header-content-height)*0.1);left:.9rem;width:auto;max-width:min(33.6%,8.8rem);height:1.62rem;height:calc(var(--ei-header-content-height)*0.8);object-fit:contain;object-position:left center}#app.ei-feed-mode .logo-top-link{line-height:0}#app.ei-feed-mode .ei-header-actions{top:.675rem;top:var(--ei-feed-header-pad-y);right:.55rem;margin-top:0;height:2.025rem;height:var(--ei-header-content-height)}@media screen and (max-width:350px){#app.ei-feed-mode .logo-top{left:.7rem}#app.ei-feed-mode .ei-header-actions{right:.35rem}}@media screen and (min-width:700px){#app.ei-feed-mode .logo-top{left:1rem;top:.8775rem;top:calc(var(--ei-feed-header-pad-y) + var(--ei-header-content-height)*0.1);height:1.62rem;height:calc(var(--ei-header-content-height)*0.8);width:auto;max-width:8.8rem}#app.ei-feed-mode .ei-header-actions{top:.675rem;top:var(--ei-feed-header-pad-y);right:.65rem;margin-top:0}}.ei-header-actions{--ei-logo-height:4.06875vw;position:absolute;top:1rem;right:1rem;z-index:120;display:flex;align-items:center;grid-gap:.35rem;gap:.35rem;margin-top:calc(var(--ei-logo-height)/2 - 1.125rem)}.ei-filter-toggle,.ei-hamburger-toggle{width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:0;background:transparent;color:#413d3c;color:var(--colorNavText,var(--text-color,#413d3c));display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .2s ease}.ei-filter-toggle:hover,.ei-hamburger-toggle:hover{opacity:.7}.ei-filter-toggle:active,.ei-hamburger-toggle:active{opacity:1;-webkit-transform:scale(.94);transform:scale(.94)}.ei-filter-toggle.is-active{opacity:1}.ei-hamburger-toggle svg{display:block;width:18px;height:14px}.ei-filter-toggle svg{display:block;width:18px;height:15px}@media screen and (max-width:350px){.ei-header-actions{top:.8rem;right:.8rem}}@media screen and (min-width:700px){.ei-header-actions{--ei-logo-height:2.1vh;top:1.1rem;right:1.1rem}.ei-hamburger-toggle svg{width:20px;height:16px}.ei-filter-toggle svg{width:20px;height:16.66667px}}.ei-filter-overlay{position:fixed;inset:0;z-index:100000;display:flex;justify-content:flex-end;background-color:transparent;transition:background-color .3s ease;pointer-events:auto;font-family:var(--body-font-family);color:#413d3c;color:var(--colorDrawerText,#413d3c)}.ei-filter-overlay.visible{background-color:rgba(65,61,60,.28)}.ei-filter-overlay.hidden{background-color:transparent;pointer-events:none}.ei-filter-overlay.hidden .ei-filter-panel{pointer-events:none}.ei-filter-panel{width:min(92vw,380px);height:100%;background:#fff;background:var(--colorDrawers,#fff);display:flex;flex-direction:column;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .32s cubic-bezier(.32,.72,0,1);transition:transform .32s cubic-bezier(.32,.72,0,1);transition:transform .32s cubic-bezier(.32,.72,0,1),-webkit-transform .32s cubic-bezier(.32,.72,0,1);pointer-events:auto;position:relative;overflow:hidden;--ei-filter-pad-x:20px;--ei-filter-icon-col:0.85rem;--ei-filter-line:var(--colorDrawerBorder,#e8e8e1);--ei-filter-ink:var(--colorDrawerText,#413d3c);--ei-filter-font:var(--body-font-family);font-family:var(--ei-filter-font);color:var(--ei-filter-ink);letter-spacing:.05em;letter-spacing:var(--typeBaseSpacing,.05em);line-height:1.6;line-height:var(--typeBaseLineHeight,1.6);font-size:14px;font-size:var(--typeBaseSize,14px)}.ei-filter-panel.visible{-webkit-transform:translateX(0);transform:translateX(0)}.ei-filter-panel.hidden{-webkit-transform:translateX(100%);transform:translateX(100%)}.ei-filter-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:1.15rem var(--ei-filter-pad-x) .85rem}.ei-filter-header--menu-only{justify-content:flex-end}.ei-filter-panel--menu .ei-filter-body{padding-bottom:calc(1.1rem + env(safe-area-inset-bottom, 0px))}.ei-filter-close{justify-self:end;width:1.6rem;height:1.6rem;border:none;background:transparent;color:#413d3c;color:var(--ei-filter-ink,#413d3c);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin-right:-.15rem;-webkit-tap-highlight-color:transparent;opacity:.85}.ei-filter-body{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 0 .35rem}.ei-filter-section{margin:0;border-bottom:1px solid var(--ei-filter-line)}.ei-filter-section--open .ei-filter-option-list{padding:.35rem 0 1.1rem}.ei-filter-option-divider{width:72%;height:1px;margin:.85rem var(--ei-filter-pad-x);background:#e8e8e1;background:var(--colorBorder,#e8e8e1)}.ei-filter-option-list{padding:0 0 .85rem}.ei-filter-option-row{width:100%;display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.55rem var(--ei-filter-pad-x);border:none;cursor:pointer;text-align:left;font-family:var(--ei-filter-font);-webkit-tap-highlight-color:transparent}.ei-filter-option-row,.ei-filter-option-row:active{background:transparent}.ei-filter-option-row.is-text{grid-gap:0;gap:0;padding:.48rem var(--ei-filter-pad-x)}.ei-filter-option-row.is-text .ei-filter-option-label.is-en{font-size:12px;letter-spacing:.16em;text-transform:uppercase}.ei-filter-option-row.is-text.checked .ei-filter-option-label.is-en{font-weight:600}.ei-filter-option-label{font-weight:400;letter-spacing:.02em;line-height:1.4}.ei-filter-option-label,.ei-filter-option-label.is-en{font-family:var(--ei-filter-font);font-size:10px;color:#413d3c;color:var(--ei-filter-ink,#413d3c)}.ei-filter-option-label.is-en{letter-spacing:.04em;text-transform:uppercase}.ei-filter-panel:not(.ei-filter-panel--menu) .ei-filter-header{border-bottom:1px solid var(--ei-filter-line)}.ei-filter-clear{justify-self:start;border:none;background:transparent;color:#413d3c;color:var(--ei-filter-ink,#413d3c);font-family:var(--ei-filter-font);font-size:12px;font-weight:400;letter-spacing:.16em;text-transform:uppercase;padding:.2rem 0;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .2s ease}.ei-filter-clear:hover{opacity:.65}.ei-filter-clear:disabled{opacity:.4;cursor:not-allowed}.ei-filter-section-head{width:100%;display:grid;grid-template-columns:1fr var(--ei-filter-icon-col);align-items:center;grid-gap:.75rem;gap:.75rem;padding:.95rem var(--ei-filter-pad-x);border:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.ei-filter-section-title{display:flex;align-items:baseline;grid-gap:.45rem;gap:.45rem;min-width:0;font-family:var(--ei-filter-font);font-size:12px;font-weight:400;letter-spacing:.04em;color:#413d3c;color:var(--ei-filter-ink,#413d3c);line-height:1.4}.ei-filter-section-title.is-en{letter-spacing:.16em;text-transform:uppercase}.ei-filter-section-title.active{font-weight:600}.ei-filter-section-title-text{flex-shrink:0}.ei-filter-section-selected{min-width:0;font-size:10px;font-weight:400;letter-spacing:.02em;color:#5c5654;color:var(--colorBtnPrimaryLight,#5c5654);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:none}.ei-filter-section-chevron{position:relative;width:var(--ei-filter-icon-col);height:var(--ei-filter-icon-col);justify-self:end}.ei-filter-section-chevron:before{content:"";position:absolute;top:42%;left:50%;width:5px;height:5px;border-right:1px solid #413d3c;border-right:1px solid var(--ei-filter-ink,#413d3c);border-bottom:1px solid #413d3c;border-bottom:1px solid var(--ei-filter-ink,#413d3c);-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);transition:top .28s ease,-webkit-transform .28s ease;transition:transform .28s ease,top .28s ease;transition:transform .28s ease,top .28s ease,-webkit-transform .28s ease}.ei-filter-section-chevron.is-open:before{top:58%;-webkit-transform:translate(-50%,-50%) rotate(-135deg);transform:translate(-50%,-50%) rotate(-135deg)}.ei-filter-accordion{display:grid;grid-template-rows:0fr;transition:grid-template-rows .36s cubic-bezier(.4,0,.2,1)}.ei-filter-accordion.is-open{grid-template-rows:1fr}.ei-filter-accordion-inner{overflow:hidden;min-height:0}.ei-filter-checkbox{flex-shrink:0;width:12px;height:12px;border:1px solid #413d3c;border:1px solid var(--ei-filter-ink,#413d3c);border-radius:0;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#fff;box-sizing:border-box}.ei-filter-checkbox.checked{border-color:#413d3c;border-color:var(--ei-filter-ink,#413d3c);background:#413d3c;background:var(--ei-filter-ink,#413d3c)}.ei-filter-option-empty{padding:.5rem var(--ei-filter-pad-x) .85rem;color:#413d3c;color:var(--ei-filter-ink,#413d3c);font-family:var(--ei-filter-font);font-size:10px}.ei-price-body{padding:.25rem var(--ei-filter-pad-x) 1.15rem}.ei-price-slider{position:relative;height:28px;margin:0 .15rem .95rem;touch-action:none;-webkit-user-select:none;user-select:none}.ei-price-slider-track{left:0;right:0;background:#e8e8e1;background:var(--colorBorder,#e8e8e1)}.ei-price-slider-range,.ei-price-slider-track{position:absolute;top:50%;height:2px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ei-price-slider-range,.ei-price-slider-thumb{background:#413d3c;background:var(--ei-filter-ink,#413d3c)}.ei-price-slider-thumb{position:absolute;top:50%;width:12px;height:12px;margin:0;padding:0;border:none;border-radius:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:grab;-webkit-tap-highlight-color:transparent;z-index:1}.ei-price-slider-thumb:active{cursor:grabbing}.ei-price-inputs{display:flex;align-items:center;grid-gap:.55rem;gap:.55rem}.ei-price-input-wrap{flex:1 1;display:flex;align-items:center;grid-gap:.25rem;gap:.25rem;border:1px solid #e8e8e1;border:1px solid var(--colorBorder,#e8e8e1);border-radius:0;padding:.5rem .6rem;min-width:0;background:#fff}.ei-price-yen{flex-shrink:0;line-height:1}.ei-price-input,.ei-price-yen{font-family:var(--ei-filter-font);font-size:10px;color:#413d3c;color:var(--ei-filter-ink,#413d3c)}.ei-price-input{width:100%;min-width:0;border:none;outline:none;background:transparent;text-align:right;padding:0;-moz-appearance:textfield}.ei-price-input::-webkit-inner-spin-button,.ei-price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ei-price-sep{flex-shrink:0;font-family:var(--ei-filter-font);color:#413d3c;color:var(--ei-filter-ink,#413d3c);font-size:10px;letter-spacing:.02em}.ei-availability-row{display:flex;align-items:center;grid-gap:.85rem;gap:.85rem;padding:.25rem var(--ei-filter-pad-x) 1.1rem}.ei-toggle{position:relative;width:40px;height:22px;border:none;border-radius:999px;background:#d4d4d4;padding:0;cursor:pointer;transition:background-color .24s ease;-webkit-tap-highlight-color:transparent;flex-shrink:0}.ei-toggle.is-on{background:#413d3c;background:var(--ei-filter-ink,#413d3c)}.ei-toggle-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.12);transition:-webkit-transform .24s ease;transition:transform .24s ease;transition:transform .24s ease,-webkit-transform .24s ease}.ei-toggle.is-on .ei-toggle-knob{-webkit-transform:translateX(18px);transform:translateX(18px)}.ei-availability-label{font-family:var(--ei-filter-font);font-size:10px;font-weight:400;letter-spacing:.02em;color:#413d3c;color:var(--ei-filter-ink,#413d3c)}.ei-filter-footer{flex-shrink:0;padding:.85rem var(--ei-filter-pad-x) calc(.95rem + env(safe-area-inset-bottom, 0px));background:#fff;background:var(--colorDrawers,#fff);border-top:1px solid var(--ei-filter-line)}.ei-filter-apply{width:100%;border:none;border-radius:0;border-radius:var(--buttonRadius,0);background:#413d3c;background:var(--colorBtnPrimary,#413d3c);color:#fff;color:var(--colorBtnPrimaryText,#fff);font-family:var(--ei-filter-font);font-size:12px;font-weight:400;letter-spacing:.16em;text-transform:uppercase;padding:.95rem 1rem;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .2s ease}.ei-filter-apply:disabled{opacity:.45;cursor:not-allowed}.ei-filter-apply:not(:disabled):active{opacity:.85}.ei-filter-panel:not(.ei-filter-panel--menu) .ei-filter-option-row{padding:.48rem var(--ei-filter-pad-x)}.ei-filter-panel:not(.ei-filter-panel--menu) .ei-filter-option-label{font-size:12px;letter-spacing:.04em}.ei-filter-panel:not(.ei-filter-panel--menu) .ei-filter-option-label.is-en{font-size:12px;letter-spacing:.16em;text-transform:uppercase}.ei-filter-panel:not(.ei-filter-panel--menu) .ei-filter-option-row.checked .ei-filter-option-label{font-weight:600}.ei-modal-overlay{position:fixed;inset:0;z-index:100010;display:flex;align-items:flex-end;justify-content:center;background-color:transparent;transition:background-color .3s ease;pointer-events:auto;font-family:var(--body-font-family);color:#413d3c;color:var(--colorTextBody,#413d3c);touch-action:none}.ei-modal-overlay.visible{background-color:rgba(0,0,0,.45)}.ei-modal-overlay.hidden{background-color:transparent;pointer-events:none}.ei-modal{position:relative;width:100%;max-width:500px;height:min(calc(100dvh - env(safe-area-inset-top, 0px) - 24px),calc(100vh - env(safe-area-inset-top, 0px) - 24px));max-height:min(calc(100dvh - env(safe-area-inset-top, 0px) - 24px),calc(100vh - env(safe-area-inset-top, 0px) - 24px));background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px rgba(0,0,0,.12);overflow:hidden;display:flex;flex-direction:column;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .3s cubic-bezier(.32,.72,0,1);transition:transform .3s cubic-bezier(.32,.72,0,1);transition:transform .3s cubic-bezier(.32,.72,0,1),-webkit-transform .3s cubic-bezier(.32,.72,0,1);touch-action:pan-y;-webkit-overflow-scrolling:touch}.ei-modal.visible{-webkit-transform:translateY(0);transform:translateY(0)}.ei-modal.hidden{-webkit-transform:translateY(100%);transform:translateY(100%);pointer-events:none}.ei-modal.is-dragging{transition:none;touch-action:none}.ei-modal.is-dragging .ei-modal-content{overflow:hidden}.ei-modal-overlay.is-dragging{transition:none}.ei-modal-drag-handle{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;justify-content:center;align-items:center;height:18px;pointer-events:none}.ei-modal-drag-handle span{width:36px;height:4px;border-radius:999px;background:hsla(0,0%,100%,.9);box-shadow:0 0 0 1px rgba(0,0,0,.06)}.ei-modal-close{position:absolute;top:12px;right:12px;z-index:6;width:40px;height:40px;border:none;border-radius:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;box-shadow:none;-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.45));filter:drop-shadow(0 0 2px rgba(0,0,0,.45))}.ei-modal-content{flex:1 1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;box-sizing:border-box;padding-bottom:calc(28px + env(safe-area-inset-bottom, 0px));transition:padding-bottom .28s cubic-bezier(.32,.72,0,1)}.ei-modal-gallery{position:relative;width:100%;background:#fff;padding:0 0 .35rem}.ei-product-image-container{width:100%;background-color:#f5f5f5;overflow:hidden;display:block;position:relative;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;touch-action:pan-y;aspect-ratio:3/4}.ei-product-main-swiper{width:100%;height:100%;touch-action:pan-y;z-index:1}.ei-product-main-swiper .swiper-slide{height:100%}.ei-product-main-image-stack{position:relative;overflow:hidden;line-height:0}.ei-product-main-image,.ei-product-main-image-stack{display:block;width:100%;height:100%;background:#f5f5f5}.ei-product-main-image{object-fit:cover;object-position:center center;vertical-align:top;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.ei-gallery-slide-placeholder{min-height:100%}.ei-product-main-image--base{position:relative;z-index:0}.ei-product-main-image--hi{position:absolute;inset:0;z-index:1;opacity:0;transition:opacity .22s ease;pointer-events:none;background:transparent}.ei-product-main-image--hi.is-ready{opacity:1}.ei-image-nav-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:0;background:transparent;color:#fff;cursor:pointer;z-index:5;-webkit-tap-highlight-color:transparent;box-sizing:border-box;-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.45));filter:drop-shadow(0 0 2px rgba(0,0,0,.45))}.ei-image-nav-arrow svg{display:block;pointer-events:none}.ei-image-nav-prev{left:2px}.ei-image-nav-next{right:2px}.ei-zoom-hint{position:absolute;bottom:10px;right:12px;width:40px;height:40px;padding:0;border:none;border-radius:0;display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none;color:#fff;opacity:1;pointer-events:none;z-index:4;box-sizing:border-box;-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.45));filter:drop-shadow(0 0 2px rgba(0,0,0,.45))}.ei-zoom-hint svg{display:block;width:18px;height:18px;flex-shrink:0}.ei-product-image-counter{position:absolute;left:12px;bottom:10px;z-index:3;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;box-shadow:none;color:#fff;-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.45));filter:drop-shadow(0 0 2px rgba(0,0,0,.45));cursor:pointer;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.ei-product-image-counter-icon{display:block;width:22.5px;height:22.5px;flex-shrink:0}.ei-product-thumbnails{display:flex;grid-gap:8px;gap:8px;overflow-x:auto;padding:10px .85rem 4px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:grab}.ei-product-thumbnails .ei-product-thumbnail{cursor:grab}.ei-product-thumbnails.is-drag-scrolling,.ei-product-thumbnails.is-drag-scrolling .ei-product-thumbnail{cursor:grabbing;-webkit-user-select:none;user-select:none}.ei-product-thumbnails::-webkit-scrollbar{display:none}.ei-product-thumbnail-item{flex:0 0 auto;width:68px;height:90px;display:flex;flex-direction:column;align-items:stretch}.ei-product-thumbnail{display:block;width:68px;height:90px;border:1px solid transparent;padding:0;cursor:pointer;overflow:hidden;background:#e8e8e8;box-sizing:border-box;transition:border-color .2s;flex:0 0 auto}.ei-product-thumbnail.is-active{border-color:#413d3c;border-color:var(--colorTextBody,#413d3c)}.ei-product-thumbnail-frame{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:#e8e8e8;line-height:0}.ei-product-thumbnail-frame img,.ei-product-thumbnail img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.ei-modal-slide-empty{aspect-ratio:3/4;color:#888;font-size:.85rem;background:#f5f5f5}.ei-image-gallery-popup-overlay,.ei-modal-slide-empty{display:flex;align-items:center;justify-content:center}.ei-image-gallery-popup-overlay{position:fixed;inset:0;z-index:100030;padding:max(24px,env(safe-area-inset-top,0)) 16px max(24px,env(safe-area-inset-bottom,0));box-sizing:border-box;background:transparent;opacity:0;transition:background-color .28s cubic-bezier(.32,.72,0,1),opacity .28s cubic-bezier(.32,.72,0,1);pointer-events:auto;font-family:var(--body-font-family)}.ei-image-gallery-popup-overlay.visible{background:rgba(0,0,0,.45);opacity:1}.ei-image-gallery-popup{width:100%;max-width:min(480px,calc(100vw - 32px));max-height:min(78vh,calc(100dvh - 48px));background:#fff;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;-webkit-transform:translate3d(0,12px,0) scale(.98);transform:translate3d(0,12px,0) scale(.98);opacity:0;transition:opacity .28s cubic-bezier(.32,.72,0,1),-webkit-transform .28s cubic-bezier(.32,.72,0,1);transition:transform .28s cubic-bezier(.32,.72,0,1),opacity .28s cubic-bezier(.32,.72,0,1);transition:transform .28s cubic-bezier(.32,.72,0,1),opacity .28s cubic-bezier(.32,.72,0,1),-webkit-transform .28s cubic-bezier(.32,.72,0,1)}.ei-image-gallery-popup.visible{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);opacity:1}.ei-image-gallery-popup-head{position:relative;display:flex;align-items:center;justify-content:center;height:50px;flex-shrink:0;border-bottom:1px solid #e6e4e4;box-sizing:border-box}.ei-image-gallery-popup-title{margin:0;font-size:14px;font-weight:400;letter-spacing:.05em;color:#413d3c;color:var(--colorTextBody,#413d3c);text-align:center}.ei-image-gallery-popup-close{position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:32px;height:32px;border:none;background:transparent;color:#413d3c;color:var(--colorTextBody,#413d3c);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent}.ei-image-gallery-popup-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:2px;gap:2px;align-content:start;align-items:start;justify-items:stretch;padding:10px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;box-sizing:border-box;background:#fff}.ei-image-gallery-popup-item{position:relative;display:block;width:100%;min-width:0;aspect-ratio:3/4;height:auto;align-self:start;padding:0;margin:0;background:#f5f5f5;cursor:pointer;overflow:hidden;line-height:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.ei-image-gallery-popup-item.is-active{outline:none}.ei-image-gallery-popup-item img{display:block;width:100%;height:100%;margin:0;padding:0;border:0;object-fit:cover;object-position:center center;max-width:100%;pointer-events:none}.ei-expanded-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.95);z-index:100020;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top,0)) 0 max(10px,env(safe-area-inset-bottom,0));box-sizing:border-box;-webkit-animation:ei-expanded-fade-in .2s ease;animation:ei-expanded-fade-in .2s ease;touch-action:none;overflow-x:hidden;overflow-y:auto}@-webkit-keyframes ei-expanded-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ei-expanded-fade-in{0%{opacity:0}to{opacity:1}}.ei-expanded-overlay-inner{align-self:center}.ei-expanded-block-wrap,.ei-expanded-overlay-inner{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:100%;flex:0 1 auto;min-height:0;max-height:100%;box-sizing:border-box}.ei-expanded-block-wrap{position:relative;margin-left:auto;margin-right:auto}.ei-expanded-main{flex:0 1 auto;display:flex;align-items:stretch;justify-content:flex-start;width:100%;min-width:0;min-height:0;max-height:100%;box-sizing:border-box;touch-action:none}.ei-expanded-frame{position:relative;display:block;width:100%;max-width:100%;line-height:0;box-sizing:border-box;overflow:visible}.ei-expanded-swiper,.ei-expanded-swiper.swiper-container{position:relative;width:100%;max-width:100%;line-height:0;overflow:hidden;z-index:1;touch-action:pan-x}.ei-expanded-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;background:transparent;height:auto}.ei-expanded-image{position:relative;z-index:1;display:block;width:100%;max-width:100%;height:auto;max-height:none;margin:0;object-fit:contain;object-position:center center;box-sizing:border-box;touch-action:pan-x;-webkit-touch-callout:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.ei-expanded-nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:3;width:40px;height:40px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:0;background:transparent;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none;box-sizing:border-box;touch-action:none;-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.45));filter:drop-shadow(0 0 2px rgba(0,0,0,.45))}.ei-expanded-nav svg{display:block;pointer-events:none}.ei-expanded-nav-prev{left:2px}.ei-expanded-nav-next{right:2px}.ei-expanded-close{position:fixed;right:12px;bottom:calc(12px + env(safe-area-inset-bottom, 0px));width:40px;height:40px;border:none;border-radius:0;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100021;box-shadow:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;padding:0;-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.55));filter:drop-shadow(0 0 2px rgba(0,0,0,.55))}.ei-modal-product-info{padding:1rem 1.1rem .75rem;display:flex;flex-direction:column;grid-gap:.35rem;gap:.35rem;color:#1e1615}.ei-modal-name{margin:0;font-size:.95rem;font-weight:500;letter-spacing:.04em;line-height:1.45;color:inherit;text-transform:none}.ei-modal-price-row{display:flex;flex-wrap:wrap;align-items:center;grid-gap:.15rem .2rem;gap:.15rem .2rem;margin-top:.15rem;line-height:1.5}.ei-modal-price{font-size:1.05rem;font-weight:400;color:#413d3c;color:var(--colorPrice,#413d3c);letter-spacing:.02em}.ei-modal-price.is-sale{color:#ff4e4e;color:var(--colorTextSavings,#ff4e4e);font-weight:400;font-size:1.05rem}.ei-modal-price-strike{margin-right:.2rem;font-size:.82rem;font-weight:400;color:#5c5654;color:var(--colorBtnPrimaryLight,#5c5654);text-decoration:line-through}.ei-modal-price-off{display:inline-flex;align-items:center;margin-left:.3rem;padding:.28em .4em;font-size:.7rem;font-weight:400;line-height:1.2;letter-spacing:.06em;color:#fff;color:var(--colorSaleTagText,#fff);background:#413d3c;background:var(--colorSaleTag,#413d3c);white-space:nowrap;border-radius:0;border-radius:var(--buttonRadius,0)}.ei-pinch-zoom{display:block;width:100%;height:100%;overflow:visible;line-height:0;touch-action:pan-y;-webkit-user-select:none;user-select:none}.ei-pinch-zoom.is-interacting,.ei-pinch-zoom.is-zoomed{touch-action:none}.ei-pinch-zoom-content{display:block;width:100%;height:100%;-webkit-transform-origin:0 0;transform-origin:0 0}.ei-pinch-zoom.is-interacting .ei-pinch-zoom-content,.ei-pinch-zoom.is-zoomed .ei-pinch-zoom-content{will-change:transform}.ei-pinch-lift-content.ei-pinch-zoom--expanded .ei-expanded-image,.ei-pinch-zoom--expanded,.ei-pinch-zoom--expanded .ei-expanded-image{max-height:min(calc(100dvh - 100px),calc(100vh - 100px))}.ei-pinch-lift-layer{position:fixed;inset:0;z-index:1000010;pointer-events:none}.ei-pinch-lift-backdrop{position:absolute;inset:0;background:#000;transition:opacity .3s cubic-bezier(.32,.72,0,1);pointer-events:none}.ei-pinch-lift-content{position:fixed;-webkit-transform-origin:0 0;transform-origin:0 0;will-change:transform;pointer-events:none;line-height:0;z-index:1}.ei-pinch-lift-content img{display:block;width:100%;height:auto;max-width:none;max-height:none!important;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.ei-purchase-block{padding:.75rem 1.1rem 1.1rem;box-sizing:border-box}.ei-color-options{display:flex;flex-wrap:wrap;grid-gap:.75rem 1rem;gap:.75rem 1rem;margin:0 0 1.1rem}.ei-color-option{display:flex;flex-direction:column;align-items:center;grid-gap:.35rem;gap:.35rem;padding:0;border:none;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;max-width:72px}.ei-color-option-frame{width:56px;aspect-ratio:3/4;height:auto;border:1px solid #ddd;overflow:hidden;background:#f3f3f3;box-sizing:border-box;position:relative}.ei-color-option.is-active .ei-color-option-frame{border-width:2px;border-color:#413d3c;border-color:var(--colorTextBody,#413d3c)}.ei-color-option.is-soldout .ei-color-option-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(to top left,transparent calc(50% - .5px),rgba(0,0,0,.35) 50%,transparent calc(50% + .5px));pointer-events:none}.ei-color-option-frame img{width:100%;height:100%;object-fit:cover;display:block}.ei-color-option-fallback{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:.75rem;color:#666}.ei-color-option-label{font-size:.62rem;letter-spacing:.04em;text-transform:none;color:#413d3c;color:var(--colorTextBody,#413d3c);text-align:center;line-height:1.2;word-break:break-word}.ei-size-section{margin:0 0 1.45rem}.ei-size-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.55rem}.ei-size-section-label{margin:0;font-size:.72rem;letter-spacing:.1em;font-weight:600;color:#413d3c;color:var(--colorTextBody,#413d3c)}.ei-size-boxes{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.ei-size-box{min-width:4.5rem;padding:.55rem .75rem;border:1px solid #bbb;background:#fff;font-size:.82rem;color:#413d3c;color:var(--colorTextBody,#413d3c);cursor:pointer;-webkit-tap-highlight-color:transparent;position:relative;box-sizing:border-box}.ei-size-box.is-active{border-width:2px;border-color:#413d3c;border-color:var(--colorTextBody,#413d3c);padding:calc(.55rem - 1px) calc(.75rem - 1px)}.ei-size-box.is-unavailable{color:#aaa;border-color:#ddd;cursor:not-allowed}.ei-size-box.is-unavailable:after{content:"";position:absolute;inset:0;background:linear-gradient(to top left,transparent calc(50% - .5px),rgba(0,0,0,.35) 50%,transparent calc(50% + .5px));pointer-events:none}.ei-qty-row{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin:0 0 .95rem}.ei-qty-control{display:inline-flex;align-items:center;border:1px solid #bbb;background:#fff}.ei-qty-btn{width:2.25rem;height:2.25rem;padding:0;border:none;background:transparent;font-size:1rem;line-height:1;color:#413d3c;color:var(--colorTextBody,#413d3c);cursor:pointer;-webkit-tap-highlight-color:transparent}.ei-qty-btn:disabled{color:#ccc;cursor:default}.ei-qty-value{min-width:1.75rem;text-align:center;font-size:.9rem}.ei-qty-value,.ei-stock-status{color:#413d3c;color:var(--colorTextBody,#413d3c)}.ei-stock-status{margin:0 0 1.25rem;font-size:.78rem}.ei-stock-status.is-soldout{color:#999}.ei-cart-btn-primary{display:block;width:100%;padding:.95rem 1rem;border:none;background:#413d3c;background:var(--colorBtnPrimary,#413d3c);color:#fff;color:var(--colorBtnPrimaryText,#fff);border-radius:0;border-radius:var(--buttonRadius,0);font-size:.9rem;letter-spacing:.06em;cursor:pointer;-webkit-tap-highlight-color:transparent;box-sizing:border-box;text-align:center;text-decoration:none}.ei-cart-btn-primary:disabled{background:#bbb;cursor:not-allowed}.ei-styling-snap{margin:1.75rem 0 0;width:100%}.ei-styling-snap-title{margin:0 0 .85rem;font-family:var(--heading-font-family);font-size:1.05rem;font-weight:400;letter-spacing:.04em;line-height:1.2;color:#413d3c;color:var(--colorTextBody,#413d3c);text-transform:uppercase}.ei-styling-snap-loading{margin:0;font-size:.72rem;color:#999}.ei-styling-snap-scroller{margin:0 -1.1rem;padding:0 1.1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ei-styling-snap-scroller::-webkit-scrollbar{display:none}.ei-styling-snap-list{display:flex;grid-gap:2px;gap:2px;margin:0;padding:0;list-style:none;width:-webkit-max-content;width:max-content}.ei-styling-snap-item{flex:0 0 auto;width:min(34vw,7.5rem)}.ei-styling-snap-link{display:block;width:100%;margin:0;padding:0;border:none;background:transparent;color:inherit;text-align:left;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.ei-styling-snap-expanded .ei-expanded-block-wrap{display:flex;flex-direction:column;align-items:center;grid-gap:.25rem;gap:.25rem;max-height:100%}.ei-styling-snap-expanded .ei-expanded-main{flex:1 1 auto;max-height:calc(100dvh - 9.5rem);justify-content:center}.ei-styling-snap-expanded .ei-expanded-frame{max-height:100%;width:100%}.ei-styling-snap-expanded .ei-expanded-swiper,.ei-styling-snap-expanded .ei-expanded-swiper.swiper-container{max-height:100%}.ei-styling-snap-expanded .ei-expanded-swiper .swiper-slide{max-height:calc(100dvh - 9.5rem)}.ei-styling-snap-expanded .ei-expanded-image{max-height:calc(100dvh - 9.5rem);width:auto;max-width:100%;margin:0 auto}.ei-styling-snap-expanded-footer{flex:0 0 auto;width:min(100%,28rem);padding:0 1rem;box-sizing:border-box;color:#fff;text-align:center}.ei-styling-snap-expanded-caption{margin:-.1rem 0 .65rem;font-family:"Noto Sans Japanese","Noto Sans JP",sans-serif;font-family:var(--body-font-family,"Noto Sans Japanese","Noto Sans JP",sans-serif);font-size:.78rem;line-height:1.4;letter-spacing:.02em}.ei-styling-snap-expanded-caption .ei-styling-snap-name{color:#fff;font-weight:500}.ei-styling-snap-expanded-caption .ei-styling-snap-height{color:hsla(0,0%,100%,.72)}.ei-styling-snap-expanded-thumbs{display:flex;grid-gap:6px;gap:6px;margin:0;padding:0 0 .25rem;list-style:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ei-styling-snap-expanded-thumbs::-webkit-scrollbar{display:none}.ei-styling-snap-expanded-thumbs li{flex:0 0 auto}.ei-styling-snap-expanded-thumb{display:block;width:3.25rem;aspect-ratio:3/4;margin:0;padding:0;border:1px solid transparent;background:#222;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent}.ei-styling-snap-expanded-thumb.is-active{border-color:#fff}.ei-styling-snap-expanded-thumb img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}.ei-styling-snap-thumb{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:#f3f3f3}.ei-styling-snap-thumb img{display:block;width:100%;height:100%;object-fit:cover}.ei-styling-snap-caption{margin:.4rem 0 0;font-family:var(--body-font-family);font-size:.62rem;line-height:1.35;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ei-styling-snap-caption,.ei-styling-snap-name{color:#413d3c;color:var(--colorTextBody,#413d3c)}.ei-styling-snap-height{color:#999}.ei-purchase-error,.ei-purchase-loading{margin:.5rem 0;font-size:.82rem;color:#666}.ei-purchase-error{color:#b42318}.ei-accordion{margin:1.25rem 1.1rem 0;border-top:1px solid #e5e5e5}.ei-accordion-item{border-bottom:1px solid #e5e5e5}.ei-accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.05rem .1rem;border:none;background:transparent;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;color:#413d3c;color:var(--colorTextBody,#413d3c)}.ei-accordion-title{font-family:var(--heading-font-family);font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:none}.ei-accordion-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1em;font-size:1.15rem;font-weight:300;line-height:1;color:#413d3c;color:var(--colorTextBody,#413d3c);transition:opacity .2s ease}.ei-accordion-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.32,.72,0,1)}.ei-accordion-panel.is-open{grid-template-rows:1fr}.ei-accordion-panel-inner{overflow:hidden;min-height:0}.ei-accordion-body{font-size:.8rem;line-height:1.75;color:#413d3c;color:var(--colorTextBody,#413d3c);letter-spacing:.02em;padding:0 .1rem 1.1rem;opacity:0;-webkit-transform:translateY(-4px);transform:translateY(-4px);transition:opacity .28s ease .04s,-webkit-transform .28s ease .04s;transition:opacity .28s ease .04s,transform .28s ease .04s;transition:opacity .28s ease .04s,transform .28s ease .04s,-webkit-transform .28s ease .04s}.ei-accordion-panel.is-open .ei-accordion-body,.ei-accordion-panel.is-open .ei-accordion-empty{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.ei-accordion-empty{margin:0;padding:0 .1rem 1.1rem;font-size:.8rem;color:#999;opacity:0;-webkit-transform:translateY(-4px);transform:translateY(-4px);transition:opacity .28s ease .04s,-webkit-transform .28s ease .04s;transition:opacity .28s ease .04s,transform .28s ease .04s;transition:opacity .28s ease .04s,transform .28s ease .04s,-webkit-transform .28s ease .04s}.ei-accordion-body img{display:block;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center center;margin:.5rem 0}.ei-accordion-body div,.ei-accordion-body p{margin:0 0 .75rem}.ei-accordion-body div:last-child,.ei-accordion-body p:last-child{margin-bottom:0}.ei-accordion-body strong{font-weight:600}.ei-accordion-body .c-table,.ei-accordion-body table{width:100%;border-collapse:collapse;font-size:.72rem;letter-spacing:.02em;color:#413d3c;color:var(--colorTextBody,#413d3c);display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.ei-accordion-body .c-table tbody,.ei-accordion-body table tbody{display:table;width:100%;min-width:20rem}.ei-accordion-body .c-table td,.ei-accordion-body .c-table th,.ei-accordion-body table td,.ei-accordion-body table th{padding:.55rem .4rem;border-bottom:1px solid #e8e8e8;text-align:center;white-space:nowrap;vertical-align:middle}.ei-accordion-body .c-table th,.ei-accordion-body table th{font-weight:500;color:#413d3c;color:var(--colorTextBody,#413d3c);border-bottom-color:#ccc}.ei-size-guide{padding:0 .1rem 1.1rem;opacity:0;-webkit-transform:translateY(-4px);transform:translateY(-4px);transition:opacity .28s ease .04s,-webkit-transform .28s ease .04s;transition:opacity .28s ease .04s,transform .28s ease .04s;transition:opacity .28s ease .04s,transform .28s ease .04s,-webkit-transform .28s ease .04s}.ei-accordion-panel.is-open .ei-size-guide{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.ei-size-guide .ei-accordion-empty{padding-left:0;padding-right:0;opacity:1;-webkit-transform:none;transform:none}.ei-size-guide-table{padding:0 0 .75rem;opacity:1;-webkit-transform:none;transform:none}.ei-unisize-wrapper{margin-top:.5rem;width:100%;min-height:1px;overflow:hidden}.ei-unisize-wrapper #unisize_1000{width:100%}.ei-unisize-wrapper #unisize_1000 iframe,.ei-unisize-wrapper #unisize_1000 img{max-width:100%}.ei-modal-product-link{display:block;margin:.2rem 1.1rem 0;padding:0;height:.55rem;line-height:.55rem;overflow:hidden;text-align:center;font-size:.45rem;letter-spacing:.04em;color:#fff;text-decoration:none}@media screen and (min-width:700px){.ei-modal-overlay{align-items:center}.ei-modal-overlay--popup{justify-content:center;padding:24px}.ei-modal{width:56vh;max-width:56vh;height:min(92vh,900px);max-height:min(92vh,900px);border-radius:12px;-webkit-transform:translateY(12px) scale(.98);transform:translateY(12px) scale(.98);opacity:0;transition:opacity .28s ease,-webkit-transform .28s cubic-bezier(.32,.72,0,1);transition:transform .28s cubic-bezier(.32,.72,0,1),opacity .28s ease;transition:transform .28s cubic-bezier(.32,.72,0,1),opacity .28s ease,-webkit-transform .28s cubic-bezier(.32,.72,0,1)}.ei-modal--popup{width:auto;max-width:min(980px,94vw);height:auto;max-height:min(88vh,860px);border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.25)}.ei-modal.visible{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}.ei-modal.hidden{-webkit-transform:translateY(12px) scale(.98);transform:translateY(12px) scale(.98);opacity:0}.ei-modal-drag-handle{display:none}.ei-modal--popup .ei-modal-content,.ei-modal-content--popup{flex:0 1 auto;overflow:hidden;padding-bottom:0}.ei-modal-content--popup{--ei-popup-details-w:clamp(320px,28vw,400px);--ei-popup-max-w:min(980px,94vw);--ei-popup-thumbs-h:106px;--ei-popup-main-max-h:min(calc(88vh - var(--ei-popup-thumbs-h) - 48px),744px);--ei-popup-gallery-w:min(calc(var(--ei-popup-main-max-h)*3/4),calc(var(--ei-popup-max-w) - var(--ei-popup-details-w)));display:grid;grid-template-columns:minmax(0,var(--ei-popup-gallery-w)) var(--ei-popup-details-w);align-items:stretch;width:-webkit-max-content;width:max-content;max-height:min(88vh,860px);min-height:0}.ei-modal-content--popup,.ei-modal-content--popup .ei-popup-gallery{max-width:100%;height:auto;overflow:hidden;padding:0;box-sizing:border-box}.ei-modal-content--popup .ei-popup-gallery{display:flex;flex-direction:column;width:100%;min-width:0;max-height:none;background:#fff}.ei-modal-content--popup .ei-product-image-container{flex:0 0 auto;width:100%;height:auto;max-height:none;aspect-ratio:3/4;overflow:hidden;position:relative;background:#f5f5f5;box-sizing:border-box}.ei-modal-content--popup .ei-pinch-zoom,.ei-modal-content--popup .ei-pinch-zoom-content,.ei-modal-content--popup .ei-product-main-image-stack,.ei-modal-content--popup .ei-product-main-swiper,.ei-modal-content--popup .ei-product-main-swiper .swiper-slide{width:100%;height:100%;max-width:100%;max-height:100%;overflow:hidden}.ei-modal-content--popup .ei-product-main-swiper .swiper-slide{position:relative}.ei-modal-content--popup .ei-product-image-container .ei-pinch-zoom,.ei-modal-content--popup .ei-product-image-container .ei-pinch-zoom-content{position:absolute;inset:0;width:100%;height:100%}.ei-modal-content--popup .ei-product-main-image{width:100%;height:100%;object-fit:cover;object-position:center center}.ei-modal-content--popup .ei-image-nav-arrow,.ei-modal-content--popup .ei-product-image-counter,.ei-modal-content--popup .ei-zoom-hint{z-index:6}.ei-modal-content--popup .ei-product-thumbnails{flex:0 0 auto;width:100%;max-width:100%;min-width:0;overflow-x:auto;align-items:stretch;padding:8px 12px;box-sizing:border-box}.ei-modal-content--popup .ei-product-thumbnail,.ei-modal-content--popup .ei-product-thumbnail-item{width:68px;height:90px}.ei-modal-content--popup .ei-product-thumbnail-frame img,.ei-modal-content--popup .ei-product-thumbnail img{object-fit:cover;object-position:center center}.ei-popup-details{width:var(--ei-popup-details-w);min-width:0;max-width:none;min-height:0;height:auto;max-height:none;align-self:stretch;display:block;position:relative;border-left:1px solid #eee;overflow:hidden;box-sizing:border-box;background:#fff}.ei-popup-details.is-pending .ei-popup-details-scroll{opacity:1}.ei-popup-details-scroll{position:absolute;inset:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable}.ei-popup-details-body{opacity:0;-webkit-transform:translateY(6px);transform:translateY(6px);transition:opacity .32s ease,-webkit-transform .32s cubic-bezier(.32,.72,0,1);transition:opacity .32s ease,transform .32s cubic-bezier(.32,.72,0,1);transition:opacity .32s ease,transform .32s cubic-bezier(.32,.72,0,1),-webkit-transform .32s cubic-bezier(.32,.72,0,1)}.ei-popup-details-body.is-ready{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media (prefers-reduced-motion:reduce){.ei-popup-details-body{transition:none;-webkit-transform:none;transform:none;opacity:1}}.ei-purchase-skeleton{margin:.85rem 1.1rem 1.25rem;display:flex;flex-direction:column;grid-gap:.85rem;gap:.85rem}.ei-purchase-skeleton-row{display:flex;grid-gap:.55rem;gap:.55rem}.ei-purchase-skeleton-swatch{width:52px;aspect-ratio:3/4;height:auto}.ei-purchase-skeleton-line,.ei-purchase-skeleton-swatch{border-radius:2px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;-webkit-animation:ei-purchase-skeleton-shine 1.2s ease-in-out infinite;animation:ei-purchase-skeleton-shine 1.2s ease-in-out infinite}.ei-purchase-skeleton-line{height:.7rem}.ei-purchase-skeleton-line--label{width:3.5rem}.ei-purchase-skeleton-line--size{width:4.5rem;height:2.2rem}.ei-purchase-skeleton-btn{height:3rem;border-radius:2px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;-webkit-animation:ei-purchase-skeleton-shine 1.2s ease-in-out infinite;animation:ei-purchase-skeleton-shine 1.2s ease-in-out infinite}@-webkit-keyframes ei-purchase-skeleton-shine{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes ei-purchase-skeleton-shine{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.ei-purchase-skeleton-btn,.ei-purchase-skeleton-line,.ei-purchase-skeleton-swatch{-webkit-animation:none;animation:none}}.ei-modal-content--popup .ei-cart-btn-primary,.ei-modal-content--popup .ei-purchase-block{box-sizing:border-box;max-width:100%}.ei-modal-content--popup .ei-modal-product-info{padding-top:1.25rem}.ei-modal-content--popup .ei-accordion{margin-bottom:1rem}.ei-modal-content--popup .ei-modal-product-link{margin:.15rem 1.1rem .35rem;height:.5rem;line-height:.5rem;color:#fff}.ei-expanded-overlay{padding-left:max(24px,env(safe-area-inset-left,0));padding-right:max(24px,env(safe-area-inset-right,0))}.ei-expanded-overlay-inner{width:auto;max-width:min(560px,70vw);align-items:center}.ei-expanded-block-wrap{width:100%;max-width:min(560px,70vw);align-items:center}.ei-expanded-frame,.ei-expanded-main,.ei-expanded-swiper,.ei-expanded-swiper.swiper-container{width:100%;max-width:100%}.ei-expanded-swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.ei-expanded-image{width:auto;max-width:min(560px,70vw);max-height:min(85vh,85dvh);height:auto;margin-left:auto;margin-right:auto}.ei-expanded-close{position:fixed;right:12px;bottom:calc(12px + env(safe-area-inset-bottom, 0px))}.ei-image-gallery-popup{max-width:min(480px,56vh)}}@media (min-width:700px){.mode-feed body{background:#fff!important;background-color:#fff!important}}.mode-feed .desktop-layout{display:flex;width:100%;max-width:1440px;height:100vh;background:#fff;position:fixed;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:0;padding:0;box-sizing:border-box;flex-direction:column;align-items:stretch;overflow:hidden;overflow-x:hidden;font-family:var(--body-font-family);color:#413d3c;color:var(--colorTextBody,#413d3c);--desktop-content-inset:clamp(15px,2vw,30px);--desktop-top-bar-inner-height:3rem;--desktop-top-bar-block-height:calc(28px + var(--desktop-top-bar-inner-height));--desktop-scrollbar-width:0px;--desktop-feed-max-width:1320px}.desktop-layout.desktop-layout--feed,.mode-feed .desktop-layout.desktop-layout--feed{max-width:none;width:100%;left:0;-webkit-transform:none;transform:none;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;scrollbar-gutter:stable}.desktop-layout--feed .desktop-top-bar{background:transparent;isolation:isolate;z-index:130;left:0;right:0;right:var(--desktop-scrollbar-width,0);width:auto;max-width:none;-webkit-transform:none;transform:none;box-sizing:border-box}.desktop-layout--feed .desktop-top-bar:not(.is-scrolled):before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;right:var(--desktop-scrollbar-width,0);background:#fff;z-index:-1;pointer-events:none;transition:opacity .25s ease}.desktop-layout--feed .desktop-top-bar.is-scrolled:before{opacity:0}.mode-feed .desktop-title{display:none}.desktop-top-bar{position:fixed;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:min(1440px,100vw);max-width:1440px;padding-top:20px;padding-bottom:8px;padding-left:var(--desktop-content-inset);padding-right:var(--desktop-content-inset);display:flex;flex-direction:row;align-items:center;justify-content:space-between;grid-gap:1rem;gap:1rem;min-height:var(--desktop-top-bar-inner-height);z-index:120;pointer-events:none;box-sizing:border-box}.desktop-top-bar__actions,.desktop-top-bar__left{pointer-events:auto}.desktop-top-bar__left{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;min-height:var(--desktop-top-bar-inner-height)}.desktop-top-bar__actions{display:flex;align-items:center;grid-gap:.45rem;gap:.45rem;flex-shrink:0}.desktop-top-bar__actions .ei-hamburger-toggle{position:static;margin:0}.mode-feed .desktop-logo-link{position:static;z-index:100;display:block;flex-shrink:0}.mode-feed .desktop-logo{width:160px;height:auto;display:block}.mode-feed .desktop-columns{display:grid;grid-template-columns:1fr;width:100%;overflow:visible;height:auto;min-height:0;flex:none;padding-top:var(--desktop-top-bar-block-height)}.mode-feed .desktop-main{width:100%;min-width:0;max-width:none;height:auto;min-height:0;margin:0;overflow:visible;grid-column:1/-1}.desktop-empty{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--desktop-top-bar-block-height) - 4rem);padding:2rem var(--desktop-content-inset);box-sizing:border-box}.desktop-empty-text{margin:0;font-family:var(--body-font-family);font-size:.95rem;color:#413d3c;color:var(--colorTextBody,#413d3c);text-align:center}.mode-feed .desktop-layout a:active,.mode-feed .desktop-layout a:hover,.mode-feed .desktop-layout a:link,.mode-feed .desktop-layout a:visited{color:inherit;text-decoration:none}@media (min-width:700px){.mode-feed #app-left,.mode-feed #app-right{display:none!important}.mode-feed #app{width:100%!important;float:none!important;margin:0!important}#app.ei-feed-mode .ei-header-actions,#app.ei-feed-mode .logo-top-link{display:none!important}}@media (max-width:699px){.mode-feed .desktop-layout{display:none}}:root{--colorBtnPrimary:#413d3c;--colorBtnPrimaryLight:#5c5654;--colorBtnPrimaryDim:#343130;--colorBtnPrimaryText:#fff;--colorCartDot:#ff4f33;--colorLink:#413d3c;--colorTextBody:#413d3c;--colorPrice:#413d3c;--colorTextSavings:#ff4e4e;--colorSaleTag:#413d3c;--colorSaleTagText:#fff;--colorBody:#fff;--colorBodyDim:#f2f2f2;--colorFooter:#fff;--colorFooterText:#413d3c;--colorBorder:#e8e8e1;--colorNav:#fff;--colorNavText:#413d3c;--colorModalBg:#e6e6e6;--colorSmallImageBg:#e5e5e5;--colorLargeImageBg:#413d3c;--colorDrawers:#fff;--colorDrawersDim:#f2f2f2;--colorDrawerBorder:#e8e8e1;--colorDrawerText:#413d3c;--colorDrawerTextDark:#191817;--colorDrawerButton:#413d3c;--colorDrawerButtonText:#fff;--buttonRadius:0px;--typeHeaderPrimary:Manrope,sans-serif,"Noto Sans JP";--typeBasePrimary:Lexend,sans-serif,"Noto Sans JP";--typeBaseSize:14px;--typeBaseWeight:normal;--typeBaseSpacing:0.05em;--typeBaseLineHeight:1.6;--typeHeaderWeight:600;--typeHeaderSpacing:0.025em;--typeHeaderLineHeight:1.5;--body-font-family:游ゴシック体,YuGothic,游ゴシック,"Yu Gothic",var(--typeBasePrimary);--heading-font-family:var(--typeHeaderPrimary);--text-color:var(--colorTextBody)}.mode-feed #app{min-height:100%;min-height:100dvh;background:#fff;background:var(--colorBody);color:#413d3c;color:var(--colorTextBody);font-family:游ゴシック体,YuGothic,游ゴシック,"Yu Gothic",Lexend,sans-serif,"Noto Sans JP";font-family:var(--body-font-family);font-size:14px;font-size:var(--typeBaseSize);font-weight:400;font-weight:var(--typeBaseWeight);letter-spacing:.05em;letter-spacing:var(--typeBaseSpacing);line-height:1.6;line-height:var(--typeBaseLineHeight);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.mode-feed #app,html{height:100%;position:relative}.mode-feed body,html{-webkit-text-size-adjust:100%}.mode-feed body{position:relative;min-height:100%;min-height:100dvh;background:#fff;background:var(--colorBody);font-family:游ゴシック体,YuGothic,游ゴシック,"Yu Gothic",Lexend,sans-serif,"Noto Sans JP";font-family:var(--body-font-family);font-weight:400;font-weight:var(--typeBaseWeight);font-size:14px;font-size:var(--typeBaseSize);letter-spacing:.05em;letter-spacing:var(--typeBaseSpacing);line-height:1.6;line-height:var(--typeBaseLineHeight);color:#413d3c;color:var(--text-color);margin:0;padding:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif,"Noto Sans JP";font-family:var(--heading-font-family);font-weight:600;font-weight:var(--typeHeaderWeight);letter-spacing:.025em;letter-spacing:var(--typeHeaderSpacing);line-height:1.5;line-height:var(--typeHeaderLineHeight)}.notfound-wrap{height:100%;width:100%;background-color:#fff;background-color:var(--colorBody);display:flex;justify-content:center;align-items:center}.mode-feed .notfound-text{font-size:1.2rem;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:100000;color:#413d3c;color:var(--colorTextBody)}.mode-feed .logo-top{position:absolute;z-index:120;left:1rem;top:1rem;width:31%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:none;transition:none}.logo-top:active,.logo-top:focus,.logo-top:hover{outline:none;opacity:1;-webkit-transform:none;transform:none;-webkit-filter:none;filter:none}@media screen and (max-width:350px){.mode-feed .logo-top{width:35%;left:.8rem;top:.8rem}}@media screen and (min-width:700px){.mode-feed .logo-top{width:auto;height:16vh;left:1.1rem;top:1.1rem}}.mode-swipe body,html.mode-swipe{position:relative;height:100%}.mode-swipe .mySwiper .Slider .swiper-wrapper{width:100%;height:100%;flex-direction:row}.mode-swipe .swiper-slide{background:#d7d7d7;overflow:hidden}.mode-swipe .swiper-slide img{pointer-events:none}.mode-swipe .swiper-pagination{transition:opacity .3s}.mode-swipe .swiper-slide:has(.item-name-two-lines){--bb-pagination-bottom-offset:var(--bb-pagination-two-line-offset)}.mode-swipe .swiper-slide:has(.ranking){--bb-pagination-bottom-offset:var(--bb-pagination-ranking-offset)}.mode-swipe .swiper-slide:has(.ranking):has(.item-name-two-lines){--bb-pagination-bottom-offset:calc(var(--bb-pagination-two-line-offset) + var(--bb-pagination-ranking-offset))}.mode-swipe .Slider .swiper-pagination.swiper-pagination-bullets,.mode-swipe .swiper-slide .swiper-pagination-bullets{--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px;--swiper-pagination-color:#fff;--swiper-pagination-bullet-inactive-color:hsla(0,0%,100%,0.45);--swiper-pagination-bullet-inactive-opacity:1}.mode-swipe .mySwiper.vertical .Slider>.swiper-pagination.swiper-pagination-bullets{bottom:15%!important;bottom:calc(15% + var(--bb-pagination-bottom-offset, 0px))!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.mode-swipe .swiper-slide .swiper-pagination-bullets{background-color:initial!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;max-width:50vw!important;right:0!important;left:0!important;margin:auto!important;padding:0!important;border-radius:0!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;flex-wrap:nowrap!important;grid-row-gap:0!important;row-gap:0!important;grid-gap:6px!important;gap:6px!important;position:absolute!important;transition-property:opacity!important;transition-duration:.3s!important;transition-timing-function:ease!important;transition-delay:0s!important}.mode-swipe .swiper-pagination-bullet,.mode-swipe .swiper-slide .swiper-pagination-bullets{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:none}.mode-swipe .swiper-pagination-bullet{width:6px!important;height:6px!important;margin:0!important;border-radius:50%;opacity:1!important;background-color:hsla(0,0%,100%,.45)!important;display:none;-webkit-transform:none!important;transform:none!important;transition:background-color .2s ease}.mode-swipe .Slider .swiper-pagination .swiper-pagination-bullet.bullet-show,.mode-swipe .swiper-pagination-bullet.bullet-show{display:block!important;visibility:visible!important}.mode-swipe #app .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.bullet-show:not(.swiper-pagination-bullet-active),.mode-swipe #app .swiper-container .swiper-pagination .swiper-pagination-bullet.bullet-show:not(.swiper-pagination-bullet-active),.mode-swipe .Slider .swiper-pagination .swiper-pagination-bullet.bullet-show:not(.swiper-pagination-bullet-active),.mode-swipe .swiper-pagination-bullets .swiper-pagination-bullet.bullet-show:not(.swiper-pagination-bullet-active),.mode-swipe .swiper-pagination .swiper-pagination-bullet.bullet-show:not(.swiper-pagination-bullet-active){width:6px!important;height:6px!important;opacity:1!important;background-color:hsla(0,0%,100%,.45)!important;box-shadow:none!important;-webkit-transform:none!important;transform:none!important}.mode-swipe #app .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active,.mode-swipe #app .swiper-container .swiper-pagination .swiper-pagination-bullet-active,.mode-swipe .Slider .swiper-pagination .swiper-pagination-bullet-active,.mode-swipe .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active,.mode-swipe .swiper-container .swiper-pagination .swiper-pagination-bullet-active,.mode-swipe .swiper-pagination-bullets .swiper-pagination-bullet-active,.mode-swipe .swiper-pagination .swiper-pagination-bullet-active{width:6px!important;height:6px!important;opacity:1!important;background-color:#fff!important;box-shadow:none!important;-webkit-transform:none!important;transform:none!important}.mode-swipe #contain{object-fit:scale-down;background-color:#fff;object-position:center;-webkit-transform:scale(1);transform:scale(1)}.mode-swipe .swiper-slide-placeholder{width:100%;height:100%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}.mode-swipe #size1_1{object-fit:scale-down;background:#eaeaea}.mode-swipe #size10_10{object-fit:cover;object-position:0 100%}.mode-swipe div.swiper-slide-active>img#size_auto,.mode-swipe div.swiper-slide-active>img#slide{-webkit-animation:anim 8s linear infinite forwards;animation:anim 8s linear infinite forwards}@-webkit-keyframes anim{0%{object-position:0 100%}to{object-position:100% 100%}}@keyframes anim{0%{object-position:0 100%}to{object-position:100% 100%}}.mode-swipe .swiper-button-next:after,.mode-swipe .swiper-button-prev:after{display:none}.mode-swipe .swiper-button-prev{left:0}.mode-swipe .swiper-button-next,.mode-swipe .swiper-button-prev{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;cursor:pointer;top:45%;height:15%;width:20vw}.mode-swipe .swiper-button-next{right:0}.mode-swipe .video{width:100%;height:100%;object-fit:cover}.mode-swipe iframe{pointer-events:none}.mode-swipe .vimeo{width:100%;height:125%;background-color:#000}.mode-swipe .vimeo-video{width:100%;height:100%;object-fit:cover}.mode-swipe .vimeo-ifream{width:100%;height:100%}@media (max-width:375px){.mode-swipe .mySwiper.vertical .Slider>.swiper-pagination.swiper-pagination-bullets{bottom:18%!important;bottom:calc(18% + var(--bb-pagination-bottom-offset, 0px))!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}}.mode-swipe body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans CJK JP","游ゴシック体","Original Yu Gothic","Yu Gothic",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Sans Emoji"}.mode-swipe .info-area{height:33vh;position:absolute;bottom:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.15));z-index:10;will-change:transform;justify-content:flex-end;pointer-events:none}.mode-swipe .info-area,.mode-swipe .info-box{width:100vw;display:flex;flex-direction:column}.mode-swipe .info-box{color:#fff;margin:.1rem 0 .4rem;overflow:hidden;font-size:.7rem;padding-top:.5rem}.mode-swipe .info-left-box{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-left:1rem;margin-top:.1rem}.mode-swipe .info-right-box{display:flex;justify-content:flex-end;width:100%;margin-right:1rem;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation}.mode-swipe .info-content{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.mode-swipe .price-box{width:40vw;display:flex;align-items:center;margin-top:.1rem}.mode-swipe .ranking{margin:.1rem 0 .5rem 1rem;padding:.13rem .4rem .135rem;font-size:.8rem;background-color:#403c3b;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}.mode-swipe .item-name{margin:0 0 .2rem 1rem;font-size:.85rem;line-height:1.3;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:93vw}.mode-swipe .item-price{text-align:left;margin:.4rem 0 0;font-size:.85rem;line-height:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mode-swipe .item-properprice{text-align:left;margin:.4rem 0 0 .6rem;font-size:.85rem;padding:1px 4px;line-height:1rem;text-decoration:line-through}.mode-swipe .cta-box{text-align:center;font-size:.75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 .8rem;border-radius:2px;margin:0 0 .6rem;z-index:10;width:30vw;height:2rem;display:flex;align-items:center;justify-content:center;float:right;font-weight:700;border:1px solid #fff;color:#fff;pointer-events:all;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation}.mode-swipe a:active,.mode-swipe a:hover,.mode-swipe a:link,.mode-swipe a:visited{color:#fff;text-decoration:none}@media (max-width:335px){.mode-swipe .info-area{height:33vh;position:absolute;bottom:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.15));z-index:10;will-change:transform;justify-content:flex-end;pointer-events:none}.mode-swipe .info-area,.mode-swipe .info-box{width:100vw;display:flex;flex-direction:column}.mode-swipe .info-box{color:#fff;margin:.1rem 0 .3rem;overflow:hidden;font-size:.6rem;padding-top:.4rem}.mode-swipe .info-left-box{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-left:.8rem;margin-top:.45rem}.mode-swipe .info-right-box{display:flex;justify-content:flex-end;width:100%;margin-top:.2rem;margin-right:.8rem;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation}.mode-swipe .info-content{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.mode-swipe .price-box{width:35vw;display:flex;align-items:center;margin-top:.1rem}.mode-swipe .ranking{margin:.1rem 0 .2rem .8rem;padding:.13rem .4rem .135rem;font-size:.6rem;background-color:#403c3b;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}.mode-swipe .item-name{margin:0 0 0 .8rem;font-size:.75rem;line-height:1.3;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:90vw}.mode-swipe .item-price{text-align:left;margin:.3rem 0 0;font-size:.75rem;line-height:.9rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mode-swipe .item-properprice{text-align:left;margin:.3rem 0 0 .7rem;font-size:.7rem;line-height:.9rem}.mode-swipe .cta-box{text-align:center;font-size:.65rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.05rem .6rem;border-radius:2px;margin:.1rem 0 .5rem;z-index:10;width:35vw;height:1.8rem;display:flex;align-items:center;justify-content:center;float:right;font-weight:700;border:1px solid #fff;color:#fff;pointer-events:all;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation}}.mode-swipe body{font-family:unitedarrows,"system-ui",-apple-system,sans-serif;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";font-weight:400}.mode-swipe .guide{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background-color:rgba(0,0,0,.4);width:38%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;z-index:100;display:block;border-radius:3rem;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;color:#fff;font-weight:700;padding:.6rem .5rem;-webkit-animation:scrollBack01 .2s ease forwards;animation:scrollBack01 .2s ease forwards;-webkit-animation-delay:5s;animation-delay:5s}@-webkit-keyframes scrollLayer01{0%{opacity:0}to{opacity:1}}@keyframes scrollLayer01{0%{opacity:0}to{opacity:1}}.mode-swipe .guide-close{-webkit-animation:scrollBack02 .2s ease forwards;animation:scrollBack02 .2s ease forwards;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes scrollBack01{0%{opacity:1}99%{opacity:0}to{opacity:0;visibility:hidden}}@keyframes scrollBack01{0%{opacity:1}99%{opacity:0}to{opacity:0;visibility:hidden}}@-webkit-keyframes scrollBack02{0%{opacity:1}99%{opacity:0}to{opacity:0;visibility:hidden}}@keyframes scrollBack02{0%{opacity:1}99%{opacity:0}to{opacity:0;visibility:hidden}}.mode-swipe .guide-detail{text-align:left;font-size:.7rem;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0}.mode-swipe .guide-detail-row{display:flex;align-items:center;margin:0;padding:0}.mode-swipe .guide-icon{width:14%;margin:0 3vw;-webkit-animation:move-y 1s infinite;animation:move-y 1s infinite}@-webkit-keyframes move-y{0%{-webkit-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes move-y{0%{-webkit-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.mode-swipe .guide-icon-left{width:20%;margin:0 0 0 6vw;-webkit-animation:move-x 1.1s infinite;animation:move-x 1.1s infinite}@-webkit-keyframes move-x{0%{-webkit-transform:translateX(7px);transform:translateX(7px)}to{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}@keyframes move-x{0%{-webkit-transform:translateX(7px);transform:translateX(7px)}to{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}.mode-swipe .guide-close-row{display:none}@media (max-width:700px) and (min-aspect-ratio:2/3){.mode-swipe .guide-detail{text-align:left;font-size:.7rem;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5vw}.mode-swipe .guide-detail-row{display:flex;align-items:center;margin:.3vh 5vw 0 1%}.mode-swipe .guide-icon{width:15%;margin:0 4vw 0 5vw;-webkit-animation:move-y 1s infinite;animation:move-y 1s infinite}.mode-swipe .guide-icon-left{width:20%;margin:0 0 0 4vw;-webkit-animation:move-x 1.1s infinite;animation:move-x 1.1s infinite}.mode-swipe .guide-close-row{width:5vw;float:right;margin:.2rem 5vw 1rem 0}}@media (max-width:375px){.mode-swipe .layer{position:fixed;inset:0;z-index:150;pointer-events:none}.mode-swipe .guide{pointer-events:auto;font-family:"system-ui",-apple-system,sans-serif;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";font-weight:400;position:absolute;top:50%;left:50%;right:auto;bottom:auto;margin:0;-webkit-transform:translate(-50%,-50%) scale(.84);transform:translate(-50%,-50%) scale(.84);-webkit-transform-origin:center center;transform-origin:center center;background-color:rgba(0,0,0,.4);width:42%;min-width:168px;max-width:220px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;z-index:100;display:block;border-radius:3rem;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;color:#fff;font-weight:700;padding:.6rem .5rem;-webkit-animation:scrollBack01 .2s ease forwards;animation:scrollBack01 .2s ease forwards;-webkit-animation-delay:5s;animation-delay:5s;box-sizing:border-box}.mode-swipe .guide-detail{text-align:left;font-size:.7rem;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0}.mode-swipe .guide-detail-row{display:flex;align-items:center;margin:0;padding:0}.mode-swipe .guide-icon{width:14%;margin:0 3vw;-webkit-animation:move-y 1s infinite;animation:move-y 1s infinite}.mode-swipe .guide-icon-left{width:20%;margin:0 0 0 6vw;-webkit-animation:move-x 1.1s infinite;animation:move-x 1.1s infinite}.mode-swipe .guide-detail-text-up{white-space:nowrap}}.mode-swipe .feature-popup-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:100000;-webkit-animation:featurePopupFadeIn .3s ease;animation:featurePopupFadeIn .3s ease}@-webkit-keyframes featurePopupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes featurePopupFadeIn{0%{opacity:0}to{opacity:1}}.mode-swipe .feature-popup-container{position:relative;background-color:#fff;border-radius:1rem;width:85%;max-width:500px;max-height:85vh;overflow-y:auto;box-shadow:0 10px 40px rgba(0,0,0,.3);font-family:system-ui,-apple-system,sans-serif}.mode-swipe .feature-popup-close-btn{position:absolute;top:.8rem;right:.8rem;width:2rem;height:2rem;cursor:pointer;z-index:10;background-color:hsla(0,0%,100%,.95);border:1px solid #000;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:0;color:#333}.mode-swipe .feature-popup-close-btn:hover{background-color:#fff}.mode-swipe .feature-popup-image-container{width:100%;border-radius:1rem 1rem 0 0;overflow:hidden}.mode-swipe .feature-popup-image-container.image-only{border-radius:1rem}.mode-swipe .feature-popup-image{width:100%;height:auto;display:block}.mode-swipe .feature-popup-content{padding:1.5rem}.mode-swipe .feature-popup-title{font-size:1.2rem;font-weight:700;margin:0 0 1rem;color:#222;line-height:1.5}.mode-swipe .feature-popup-text{font-size:.95rem;line-height:1.7;color:#333;margin:0}@media (max-width:480px){.mode-swipe .feature-popup-container{width:90%}.mode-swipe .feature-popup-title{font-size:1.1rem}.mode-swipe .feature-popup-text{font-size:.9rem}.mode-swipe .feature-popup-content{padding:1.2rem}}@media (min-width:1025px){.mode-swipe body{background:#fff!important;background-color:#fff!important}.mode-swipe body.has-bg-image{background:transparent!important;background-color:initial!important}}.mode-swipe .desktop-layout{display:flex;width:100%;max-width:1440px;height:100vh;background:#fff;position:fixed;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:0;padding:0;box-sizing:border-box;flex-direction:column;align-items:stretch;overflow:hidden;overflow-x:hidden;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#000}.mode-swipe .desktop-layout.has-bg-image{background-color:initial!important;max-width:100%}.mode-swipe .desktop-layout.has-bg-image .desktop-info,.mode-swipe .desktop-layout.has-bg-image .desktop-main,.mode-swipe .desktop-layout.has-bg-image .desktop-sidebar{background-color:initial!important}.mode-swipe .desktop-layout.has-bg-image .desktop-main{margin:0;height:100vh}.mode-swipe .desktop-layout.has-bg-image .desktop-swiper .swiper-slide{background-color:initial!important}.mode-swipe .desktop-title{display:none}.mode-swipe .desktop-title h1{margin:0;font-size:20px;font-weight:400;color:#414042!important;letter-spacing:1px;display:block!important;visibility:visible!important;font-family:inherit}.mode-swipe .desktop-columns{display:grid;grid-template-columns:1fr auto 1fr;width:100%;height:100vh;grid-gap:0;gap:0;align-items:stretch;flex:1 1;min-height:0;overflow:hidden;padding:0;margin:0;box-sizing:border-box}.mode-swipe .desktop-sidebar{flex:1 1;min-width:200px;height:100vh;background:transparent;display:flex;flex-direction:row;overflow:hidden}.mode-swipe .sidebar-list{flex:1 1;overflow-y:auto;padding:15px calc(clamp(15px, 2vw, 30px)/2) 15px clamp(15px,2vw,30px);height:100%;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.mode-swipe .sidebar-list::-webkit-scrollbar{display:none}.mode-swipe .sidebar-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:6px;gap:6px;width:100%;max-width:120px}.mode-swipe .sidebar-item{cursor:pointer;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease;border-radius:0;overflow:hidden;background:transparent;aspect-ratio:3/4}.mode-swipe .sidebar-item.active,.mode-swipe .sidebar-item:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.mode-swipe .sidebar-item.active{box-shadow:0 0 0 1.5px grey}.mode-swipe .sidebar-thumbnail{width:100%;height:100%;object-fit:cover;display:block;background:transparent}.mode-swipe .desktop-operation-guide{position:relative;width:clamp(80px,10vw,180px);min-width:clamp(80px,10vw,180px);height:100vh;padding:30px clamp(15px,2vw,30px) 40px calc(clamp(15px, 2vw, 30px)/2);box-sizing:border-box;justify-content:flex-end;grid-gap:20px;gap:20px}.mode-swipe .desktop-operation-guide,.mode-swipe .guide-keyboard{display:flex;flex-direction:column;align-items:center;background:transparent}.mode-swipe .guide-keyboard{grid-gap:clamp(6px,.5vw,8px);gap:clamp(6px,.5vw,8px);padding:0;border-radius:0;box-shadow:none;border:none}.mode-swipe .keyboard-row{display:flex;grid-gap:clamp(6px,.5vw,8px);gap:clamp(6px,.5vw,8px)}.mode-swipe .keyboard-key{display:inline-flex;justify-content:center;align-items:center;width:clamp(22px,2.1vw,34px);height:clamp(22px,2.1vw,34px);background:transparent;border:1px solid rgba(0,0,0,.22);border-radius:8px;font-size:clamp(11px,1.05vw,15px);font-weight:500;color:#333;letter-spacing:.02em;line-height:1;box-shadow:none;transition:background .15s ease,border-color .15s ease,color .15s ease,-webkit-transform .12s ease;transition:background .15s ease,border-color .15s ease,transform .12s ease,color .15s ease;transition:background .15s ease,border-color .15s ease,transform .12s ease,color .15s ease,-webkit-transform .12s ease}.mode-swipe .guide-keyboard .keyboard-key-inner{display:block;line-height:1;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.mode-swipe .guide-keyboard .keyboard-key-inner--up{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.mode-swipe .keyboard-key.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.mode-swipe .keyboard-key.clickable:hover{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.35);color:#111}.mode-swipe .keyboard-key.clickable:active{background:rgba(0,0,0,.07);-webkit-transform:scale(.96);transform:scale(.96)}.mode-swipe .desktop-main{width:min(calc(83.33333vh - 16.66667px),55vw);min-width:min(calc(83.33333vh - 16.66667px),55vw);max-width:min(calc(83.33333vh - 16.66667px),55vw);height:calc(100vh - 20px);background:transparent;display:flex;justify-content:center;align-items:center;margin:10px 0;overflow:hidden;box-sizing:border-box;flex-shrink:0}.mode-swipe .desktop-main,.mode-swipe .desktop-swiper{position:relative;z-index:1;padding:0;border:none;outline:none}.mode-swipe .desktop-swiper{width:100%;height:100%;margin:0}.mode-swipe .desktop-swiper .swiper-wrapper{height:100%;border:none;outline:none}.mode-swipe .desktop-swiper .swiper-slide{display:flex;justify-content:center;align-items:center;background:transparent;margin:0;padding:0;height:100%;width:100%;border:none;outline:none}.mode-swipe .desktop-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover;margin:0;padding:0;display:block}.mode-swipe .desktop-swiper .Slider{width:100%;height:100%;margin:0;padding:0}.mode-swipe .desktop-swiper .Slider .swiper-slide{display:flex;justify-content:center;align-items:center;margin:0;padding:0}.mode-swipe .desktop-swiper .Slider .swiper-slide img{width:100%;height:100%;object-fit:cover;margin:0;padding:0;display:block}.mode-swipe .desktop-swiper .item_photo,.mode-swipe .desktop-swiper .Slider .swiper-slide img,.mode-swipe .desktop-swiper .Slider .swiper-slide img#contain,.mode-swipe .desktop-swiper .Slider .swiper-slide img#size1_1,.mode-swipe .desktop-swiper .Slider .swiper-slide img[id^=size],.mode-swipe .desktop-swiper .swiper-slide img,.mode-swipe .desktop-swiper .swiper-slide img#contain,.mode-swipe .desktop-swiper .swiper-slide img#size1_1,.mode-swipe .desktop-swiper .swiper-slide img[id^=size]{width:100%!important;height:100%!important;object-fit:cover!important;background:transparent!important;margin-top:0!important;-webkit-transform-origin:center!important;transform-origin:center!important;object-position:center center!important}.mode-swipe .desktop-swiper div.swiper-pagination.swiper-pagination-fraction{position:absolute!important;z-index:10000!important;color:#fff!important;width:3.8%!important;text-align:center!important;border-radius:1rem!important;font-size:.6rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;-webkit-transform:translate3d(0,-50%,0)!important;transform:translate3d(0,-50%,0)!important;top:50%!important;left:.5rem!important;background-color:var(--bb-glass-bg)!important;border:1px solid var(--bb-glass-border)!important;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);padding:.5rem 0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.mode-swipe .desktop-swiper .vertical-arrow{width:24px!important;height:24px!important;cursor:pointer;display:flex;align-items:center;justify-content:center}.mode-swipe .desktop-swiper .vertical-arrow svg{width:18px!important;height:18px!important}.mode-swipe .desktop-swiper .Slider .swiper-pagination-bullets{bottom:15%!important}.mode-swipe .desktop-info{flex:1 1;min-width:200px;height:100vh;background:transparent;border:none;padding:100px clamp(15px,2vw,30px) 40px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;box-sizing:border-box;position:relative;scrollbar-width:none;-ms-overflow-style:none}.mode-swipe .desktop-info::-webkit-scrollbar{display:none}.mode-swipe .desktop-loading-message{color:#414042;padding:20px;font-family:inherit}.mode-swipe .desktop-logo-link{position:absolute;top:20px;left:clamp(15px,2vw,30px);z-index:100;display:block}.mode-swipe .desktop-logo{width:150px;height:auto;display:block}.mode-swipe .desktop-modal-info-box{width:100%;max-width:100%;color:#666;display:block;flex-shrink:0}.mode-swipe .desktop-ranking{margin:0 0 1rem;font-size:.75rem;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#666;border:1px solid #666;padding:4px 8px;background-color:initial;font-family:inherit}.mode-swipe .desktop-item-name{display:block;width:100%;max-width:100%;font-size:14px;font-weight:400;color:#333;margin:0 0 .8rem;line-height:1.4;box-sizing:border-box;font-family:inherit}.mode-swipe .desktop-price-section{display:block;width:100%;max-width:100%;margin-bottom:1.5rem;box-sizing:border-box}.mode-swipe .desktop-price-box{display:flex;align-items:center;grid-gap:.8rem;gap:.8rem}.mode-swipe .desktop-item-price{font-size:14px;font-weight:400;color:#333;margin:0;font-family:inherit}.mode-swipe .desktop-item-price.discount{color:#f33}.mode-swipe .desktop-item-properprice{font-size:.9rem;color:#999;text-decoration:line-through;margin:0}.mode-swipe .desktop-discount-text{font-size:12px;color:#f33;margin:0}.mode-swipe .desktop-color-section{margin-bottom:1.5rem}.mode-swipe .desktop-color-chips{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-bottom:6px}.mode-swipe .desktop-color-chip-button{position:relative;display:block;padding:0;margin:0;background:transparent;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.mode-swipe .desktop-color-chip{width:22px;height:22px;border-radius:50%;overflow:hidden;border:none}.mode-swipe .desktop-color-chip-button.active .desktop-color-chip{box-shadow:0 0 0 2px #fff,0 0 0 4px #000}.mode-swipe .desktop-color-name{margin:4px 0 0;font-size:12px;color:#666;line-height:1.4;font-family:inherit}.mode-swipe .desktop-cta-section{margin-top:1.5rem;width:100%}.mode-swipe .desktop-cta-button{display:block;width:100%;max-width:100%;text-decoration:none;box-sizing:border-box}.mode-swipe .desktop-cta-box{text-align:center;font-size:.85rem;display:flex;width:100%;max-width:100%;padding:.8rem 0;border-radius:0;margin:0;height:auto;align-items:center;justify-content:center;font-weight:400;border:1px solid #000;color:#000;background-color:#fff;transition:all .3s ease;box-sizing:border-box;font-family:inherit}.mode-swipe .desktop-cta-box:hover{opacity:.7}.mode-swipe .desktop-layout a:active,.mode-swipe .desktop-layout a:hover,.mode-swipe .desktop-layout a:link,.mode-swipe .desktop-layout a:visited{color:inherit;text-decoration:none}@media (min-width:1400px){.mode-swipe .desktop-operation-guide{width:140px;min-width:140px}.mode-swipe .sidebar-list{padding:15px 14px 15px 28px}.mode-swipe .sidebar-grid{max-width:120px}}@media (min-width:1441px){.mode-swipe .desktop-main{width:min(calc(83.33333vh - 16.66667px),792px);min-width:min(calc(83.33333vh - 16.66667px),792px);max-width:min(calc(83.33333vh - 16.66667px),792px)}.mode-swipe .desktop-info{padding:100px 29px 40px}.mode-swipe .sidebar-list{padding:15px 14.5px 15px 29px}.mode-swipe .desktop-operation-guide{padding:30px 29px 40px 14.5px}.mode-swipe .desktop-logo-link{left:29px}.mode-swipe .keyboard-key{width:29px;height:29px;border-radius:6px;font-size:14px}.mode-swipe .guide-keyboard,.mode-swipe .keyboard-row{grid-gap:4px;gap:4px}}@media (min-width:1025px){.mode-swipe #app-left,.mode-swipe #app-right{display:none!important}.mode-swipe #app{width:100%!important;float:none!important;margin:0!important}}@media (max-width:1024px){.mode-swipe .desktop-layout{display:none}}.mode-swipe #app{height:100%;container-type:inline-size;container-name:app;--bb-glass-bg:rgba(0,0,0,0.05);--bb-glass-border:hsla(0,0%,100%,0.7);--bb-pagination-bottom-offset:0px;--bb-pagination-two-line-offset:1.105rem;--bb-pagination-ranking-offset:1.665rem}html.mode-swipe{height:100%}.mode-swipe body,html.mode-swipe{position:relative;-webkit-text-size-adjust:100%}.mode-swipe body{min-height:100%;background:#eee;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#000;margin:0;padding:0;--swiper-theme-color:hsla(0,0%,91.4%,0.945);--swiper-pagination-bullet-inactive-color:hsla(0,0%,94.1%,0.945)}.mode-swipe .swiper-container{width:100%;height:100%}.mode-swipe .mySwiper .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;flex-direction:column}.mode-swipe .swiper-slide{text-align:center;font-size:18px;background:#e4e4e4;display:flex;justify-content:center;align-items:center}.mode-swipe .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.mode-swipe .swiper-pagination{position:absolute;text-align:center;transition-property:opacity;transition-duration:.3s;transition-timing-function:ease;transition-delay:0s;z-index:10;display:flex;flex-flow:column}.mode-swipe div.swiper-pagination.swiper-pagination-fraction{position:absolute;color:#fff;z-index:10000;width:6.3%;text-align:center;border-radius:1rem;font-size:.6rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);top:50%;left:.75rem;background-color:rgba(0,0,0,.05);border:1px solid hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);padding:.5rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.mode-swipe .swiper-pagination-current,.mode-swipe div.swiper-pagination.swiper-pagination-fraction{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:none}.mode-swipe .swiper-pagination-current{padding:.35rem 0}.mode-swipe .swiper-pagination-total{padding:.35rem 0}.mode-swipe .swiper-pagination-total,.mode-swipe .vertical-arrow{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:none}.mode-swipe .vertical-arrow{cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:none;transition:all .3s ease;margin:.2rem auto;position:relative}.mode-swipe .vertical-arrow:before{content:"";position:absolute;top:-25px;left:-25px;right:-25px;bottom:-25px;border-radius:50%;background-color:initial;z-index:1}.mode-swipe .vertical-arrow.up:before{top:-40px;bottom:-15px;left:-40px;right:-40px;border-radius:25px}.mode-swipe .vertical-arrow.down:before{top:-15px;bottom:-40px;left:-40px;right:-40px;border-radius:25px}.mode-swipe .vertical-arrow:hover{background-color:initial}.mode-swipe .vertical-arrow:active{background-color:initial;-webkit-transform:none;transform:none}.mode-swipe .vertical-arrow:focus{outline:none}.mode-swipe .vertical-arrow svg{color:#fff;width:18px;height:18px;position:relative;z-index:2;pointer-events:none}.mode-swipe .notfound-wrap{height:100%;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:center}.mode-swipe .notfound-text{font-size:1.2rem;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mode-swipe .logo-top{position:absolute;z-index:120;left:.75rem;top:.75rem;width:27.5%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:none;transition:none}.mode-swipe .logo-top:active,.mode-swipe .logo-top:focus,.mode-swipe .logo-top:hover{outline:none;opacity:1;-webkit-transform:none;transform:none;-webkit-tap-highlight-color:transparent}.mode-swipe .logo-top-link{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:none;text-decoration:none}.mode-swipe .logo-top-link:active,.mode-swipe .logo-top-link:focus,.mode-swipe .logo-top-link:hover{outline:none;opacity:1;-webkit-transform:none;transform:none;-webkit-tap-highlight-color:transparent}@media screen and (min-width:700px){.mode-swipe body{background-color:#e6e6e6}.mode-swipe body:after{content:"";position:absolute;background:inherit}.mode-swipe #app{width:56vh;height:100%;margin:auto;float:left;position:relative}.mode-swipe div.swiper-pagination.swiper-pagination-fraction{width:4.725%}.mode-swipe .swiper-slide .swiper-pagination-bullets{max-width:30vh!important}.mode-swipe .guide-close{-webkit-animation:scrollBack01 .2s ease forwards;animation:scrollBack01 .2s ease forwards}@-webkit-keyframes scrollBack01{0%{opacity:1}99%{opacity:0}to{opacity:0;visibility:hidden}}@keyframes scrollBack01{0%{opacity:1}99%{opacity:0}to{opacity:0;visibility:hidden}}.mode-swipe .info-area{width:56vh}.mode-swipe .info-box{width:54vh;margin-bottom:.5vh}.mode-swipe .ranking{margin-top:.5vh;margin-bottom:.7vh;font-size:.85rem;white-space:nowrap}.mode-swipe .info-left-box{display:flex;flex-direction:column;align-items:flex-start;margin-left:1rem;width:27vh;margin-top:.2rem}.mode-swipe .info-right-box{display:flex;justify-content:flex-end;margin-top:.2rem;margin-right:0;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation;width:27vh}.mode-swipe .price-box{width:40vw;display:flex;align-items:center}.mode-swipe .item-name{width:52vh;font-size:.8rem}.mode-swipe .item-price{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:.8rem}.mode-swipe .item-properprice{font-size:.8rem;margin-left:2vh}.mode-swipe .cta-box{width:150px;height:38px;pointer-events:all;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation}.mode-swipe .guide{width:22vh;position:absolute;top:0;right:0;bottom:0;left:0}.mode-swipe .guide,.mode-swipe .guide-detail{display:flex;align-items:center;justify-content:center}.mode-swipe .guide-detail{width:100%}.mode-swipe .guide-detail-row{width:auto;margin:0 auto;font-size:1.4vh;display:flex;align-items:center;justify-content:center}.mode-swipe .guide-icon{width:12%;margin:0 1.5vh 0 0}.mode-swipe .guide-icon-left{width:18%;margin:0 .8vh}.mode-swipe .guide-close-row{display:none}.mode-swipe .logo-top{position:absolute;z-index:120;width:12vh;left:.75rem;top:.75rem;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:none;transition:none}.mode-swipe #app-left{float:left}.mode-swipe #app-left,.mode-swipe #app-right{width:calc(50% - 28vh);height:100%;background-size:cover;background-position:50%}.mode-swipe #app-right{float:right}}@media (max-width:335px){.mode-swipe #app{--bb-pagination-ranking-offset:1.165rem}.mode-swipe div.swiper-pagination.swiper-pagination-fraction{left:.7rem}.mode-swipe .logo-top{left:.7rem;top:.7rem}}@media (max-width:375px){.mode-swipe #app{--bb-pagination-two-line-offset:0.975rem}.mode-swipe .mySwiper.vertical .swiper-pagination-fraction{font-size:10px!important;width:6.615%!important}.mode-swipe .mySwiper.vertical .swiper-pagination .vertical-arrow svg{width:14px!important;height:14px!important}.mode-swipe .mySwiper.vertical .swiper-pagination .vertical-arrow.up{margin:3px 0 5px!important}.mode-swipe .mySwiper.vertical .swiper-pagination .vertical-arrow.down{margin:8px 0 3px!important}}