*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body{touch-action:manipulation;overscroll-behavior:none}html{min-height:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body,.wrapper{min-height:100vh}body{overflow-x:hidden;-webkit-overflow-scrolling:touch;letter-spacing:0;line-height:var(--theme-line-body, 1.5);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none}body.is-scroll-locked{overflow:hidden}:where(.figureImg,.category-card,.quality-card,.image-banner-container,.video-banner-container,.mockup-container,.mockup-wrapper,.sheet-container,.sheet-wrapper){overflow:clip}.theme-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-dialog);padding:clamp(12px,2.5vw,24px);background:var(--theme-dialog-backdrop, rgb(0 0 0 / .48))}.theme-dialog:not([hidden]){display:flex;align-items:center;justify-content:center}.theme-dialog[hidden]{display:none!important}.theme-dialog__panel,.action-modal-panel,.legal-modal-panel{position:relative;width:min(520px,100%);max-height:min(720px,88dvh);overflow:auto;overscroll-behavior:contain;padding:0;background:var(--theme-color-background, #ffffff);color:var(--theme-color-text, #000000)}.theme-dialog__header,.action-modal-header,.legal-modal-header{display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:var(--spacing-md, 16px);min-height:68px;padding:14px 14px 14px var(--spacing-xl, 24px);border-bottom:1px solid rgb(0 0 0 / .12)}.theme-dialog__close,.action-modal-close,.legal-modal-close{position:relative;display:inline-flex;align-items:center;justify-content:center;justify-self:end;width:32px;height:32px;padding:0;border:none;border-radius:0;background:var(--theme-color-background, #ffffff);color:var(--theme-color-text, #000000);-webkit-appearance:none;appearance:none;cursor:pointer;transition:background var(--theme-transition, .16s ease),color var(--theme-transition, .16s ease),transform var(--theme-transition, .16s ease)}.theme-dialog__close:before,.theme-dialog__close:after,.action-modal-close:before,.action-modal-close:after,.legal-modal-close:before,.legal-modal-close:after{content:"";position:absolute;width:17px;height:1px;background:currentColor;transform-origin:center}.theme-dialog__close:before,.action-modal-close:before,.legal-modal-close:before{transform:rotate(45deg)}.theme-dialog__close:after,.action-modal-close:after,.legal-modal-close:after{transform:rotate(-45deg)}.theme-dialog__close:hover,.action-modal-close:hover,.legal-modal-close:hover{background:var(--theme-color-heading, #000000);color:var(--theme-color-background, #ffffff)}.theme-dialog__close:active,.action-modal-close:active,.legal-modal-close:active{transform:translateY(1px)}.theme-dialog__title,.action-modal-title,.legal-modal-title{min-width:0;margin:0;font-size:15px;font-weight:700;line-height:1.2;text-transform:uppercase;overflow-wrap:anywhere}.theme-dialog__body,.action-modal-text,.legal-modal-text{padding:var(--spacing-xl, 24px);font-size:11px;font-weight:500;line-height:1.3}.theme-dialog__body p:not(:last-child),.theme-dialog__body ul:not(:last-child),.theme-dialog__body ol:not(:last-child),.action-modal-text p:not(:last-child),.action-modal-text ul:not(:last-child),.action-modal-text ol:not(:last-child),.legal-modal-text p:not(:last-child),.legal-modal-text ul:not(:last-child){margin-bottom:var(--spacing-md, 16px)}.theme-dialog__body ul,.theme-dialog__body ol,.action-modal-text ul,.action-modal-text ol,.legal-modal-text ul{padding-left:var(--spacing-lg, 20px)}@media(max-width:480px){.theme-dialog__header,.action-modal-header,.legal-modal-header{grid-template-columns:minmax(0,1fr) 36px;min-height:60px;padding:12px 12px 12px var(--spacing-md, 16px)}.theme-dialog__close,.action-modal-close,.legal-modal-close{width:36px;height:36px}.theme-dialog__body,.action-modal-text,.legal-modal-text{padding:var(--spacing-md, 16px)}}a{color:inherit;cursor:pointer;text-decoration:none}button,input,textarea,select{border-radius:0;font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed}img,svg,video{display:block;max-width:100%}table{width:100%;border-collapse:collapse}ul,ol{padding-left:1.25rem}[hidden],.is-hidden{display:none!important}.is-visible-block{display:block!important}.is-visible-flex{display:flex!important}.is-disabled{opacity:.4}.page-width{width:100%;max-width:100%;padding:0 var(--theme-page-padding, 25px)}#MainContent{min-height:74vh}.text-center{text-align:center}.button,.custom-button,.account-button,.cart__submit-btn,.product-info__cart-btn,.shopify-challenge__button,.shop-all-button-404,.banner-button{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:13px 18px;border:0;border-radius:0;line-height:1;text-align:center;text-transform:uppercase;box-shadow:none;transition:background-color var(--theme-transition, .16s ease),border-color var(--theme-transition, .16s ease),color var(--theme-transition, .16s ease),opacity var(--theme-transition, .16s ease)}.button-outline,.button--secondary{border:1px solid currentColor;background:transparent}.banner-buttons{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px}.banner-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:13px 18px;border:1px solid transparent;border-radius:0;font:inherit;font-size:12px;font-weight:700;letter-spacing:normal;line-height:1;text-align:center;text-transform:uppercase;text-decoration:none;white-space:nowrap;box-shadow:none;transition:background-color var(--theme-transition, .16s ease),border-color var(--theme-transition, .16s ease),color var(--theme-transition, .16s ease),opacity var(--theme-transition, .16s ease)}.banner-btn--secondary{background:transparent;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.banner-btn:hover{opacity:.85}@media screen and (max-width:749px){.banner-buttons{gap:10px}.banner-btn{flex:1 1 0;padding:0 14px;font-size:12px}}.input-class,input,textarea,select{max-width:100%;border-radius:0}input[type=text],input[type=button],input[type=submit],input[type=email],input[type=password],textarea,select{-webkit-appearance:none}@media screen and (max-width:749px){input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=button]):not([type=submit]):not([type=image]):not([type=reset]):not([type=file]),textarea,select{font-size:16px!important}}.fade-in{animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}.fade-in-drawer{animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both}.fade-out-bck{animation:fade-out-bck .35s cubic-bezier(.25,.46,.45,.94) both}.header-wrapper{display:flex;align-items:center;justify-content:center}.header-wrapper>*{flex:1;text-align:center}.logo-wrapper{flex:0 0 auto;margin:0 auto;padding:20px 0}.header__heading-link{display:block;line-height:0}.logo-wrapper img{display:block;max-width:100%;height:auto;object-fit:contain;image-rendering:auto}.header-menu,.header-cart{flex-grow:1}.header-menu{display:flex;flex-wrap:wrap;text-align:left}.right-nav{text-align:right;white-space:nowrap}.header-menu .menu-item,.right-nav,.right-nav>*{font-size:16px;text-transform:uppercase}.header-menu .menu-item:not(:last-child){margin-right:15px}.menu-item.has-children{position:relative}.menu-item.has-children>a:after{content:" +"}.menu-item.has-children.active>a:after{content:" -"}.submenu{display:none;position:absolute;left:0;z-index:var(--z-submenu);min-width:150px;margin-top:10px;padding:0;flex-direction:column;box-shadow:0 2px 3px #0000001a}.menu-item.has-children.active>.submenu{display:flex}.submenu a{display:block;padding:10px;text-align:center;text-decoration:none}.subsub-menu-item{padding-top:0!important;font-size:13px}.burger-menu{position:relative;z-index:var(--z-burger);display:none;cursor:pointer}.burger-menu .cross,.burger-menu.is-active .burger{display:none}.burger-menu.is-active .cross{display:block}.account{margin-right:15px}.account-mobile{display:inline-flex;align-items:center;justify-content:center;padding:4px 20px;background:#000;color:#fff!important}.product-list{display:flex;flex:1;flex-wrap:wrap;align-items:flex-start;margin-bottom:65px}.product-list__product-block{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-list__img-link{display:flex;align-items:center;justify-content:center}.product-list__product-name,.product-list__product-price{text-align:center}.product-list__product-name{line-height:1.25;letter-spacing:normal}.product-list__product-price{line-height:1.4}.product-info{display:flex;flex:1;margin-bottom:30px}.product-info__pc{display:flex;flex-direction:column;justify-content:center;width:30%}.product-info__main{display:flex;flex-direction:column;align-items:center;justify-content:center;width:30%;padding:0}.product-info__parent,.product-info__form{display:flex;align-items:center;justify-content:center}.product-info__parent{width:100%}.product-info__form{flex-direction:column;max-width:100%;margin:0 auto}.product-info__form>*{margin:10px 0}.product-info__form>*:first-child{margin-top:0}.product-info__form>*:last-child{margin-bottom:0}.product-info__title{margin:0 0 31px;font-size:24px;line-height:1.5}.product-info__title-top{display:block;max-width:75%;margin:0 auto;text-align:center}.product-info__price,.product-info__size,.product-info__quantity{margin-bottom:31px}.product-info__description-pc{max-width:80%;margin:0 auto;text-align:justify}.product-info__description-mobile{display:none;margin:0 auto;font-weight:lighter;text-align:justify}.product-info__description-pc p,.product-info__description-pc span{padding:5px 0}.product-info__description-pc img,.product-info__description-mobile img{display:block;max-width:100%;height:auto;margin-inline:auto}.product-info__description-pc>ul,.product-info__description-pc>ol,.product-info__description-mobile>ul,.product-info__description-mobile>ol{margin-left:25px}.product-info__description-mobile p:not(:last-child){margin-bottom:1rem}.figureImg{width:40%}.product__item-img{cursor:pointer}.product-options h3{margin-bottom:10px}.option-values{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.product-table{max-width:100%;overflow:auto}.product-table th,.product-table td{padding:13px 10px;text-align:left;white-space:nowrap}.product-block-content.item-type{margin-bottom:20px}.shopify-payment-button{width:80%}.pages{display:flex;align-items:center;justify-content:center}.span_left,.span_right,.span_left a,.span_right a{display:flex;align-items:center}.span_left{margin-right:8px}.span_right{margin-left:8px}.span_left svg,.span_right svg{width:17px}.cart{flex:1;padding:0 20px}.cart__properties,.cart__item{display:flex;width:100%}.cart__properties{margin-bottom:50px}.cart__product-title{width:70%}.cart__price-title,.cart__quantity-title,.cart__total-price-title,.cart__item-final-price,.cart__item-quantity,.cart__item-final-line-price{width:15%}.cart__form{display:flex;flex-direction:column;align-items:flex-end}.cart__item{align-items:center;margin-bottom:30px}.cart__item-heading{display:flex;flex-direction:column;justify-content:space-around;width:55%;padding:0 10px 0 20px}.cart__item-img{width:15%;height:auto}.cart__item-title{width:100%;margin-bottom:20px}.cart__item-title-span{display:none}.cart__item-main-span{display:inline}.cart__else-title{display:flex;align-items:center;justify-content:center;min-height:72vh;text-align:center}.copyright{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:20px}.footer{width:100%}.footer__content,.footer__copyright,.sign{width:100%;text-align:center}.footer__content{margin:0 auto 2vh;padding-top:15vh}.footer__copyright{margin-top:10vh;margin-bottom:2vh}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center}.list-payment,.list-social{display:flex;flex-wrap:wrap;justify-content:center;padding-left:0;list-style:none}.list-payment__item,.list-social__link{display:flex;align-items:center}.list-social__link{padding:.6rem}.list-social__link .icon{width:1.6rem;height:1.6rem}.shipping{margin-top:40px;margin-bottom:100px}.shopify-policy__container{flex:1;padding:0 20px}.shopify-policy__body{margin:40px 0;font-size:13px}.rte ul{padding-left:15px}.galery{display:flex;flex-direction:column;align-items:center;justify-content:center}.galery__img{width:100%;height:auto;padding-top:20px}.carousel-wrapper{position:relative}.carousel{overflow-x:auto;scroll-behavior:smooth}.slider-wrapper{position:relative}.slider{will-change:transform}.video-banner-poster.hidden{opacity:0;pointer-events:none}.account-container{max-width:520px;margin:0 auto}.account-input{width:100%}.account-button-link{display:block;width:100%}.action_bottom,.action_top{display:flex;justify-content:center}#loading-logo{margin-top:20px;text-align:center}#loading-logo img{width:50px}#loading-logo h2{font-size:18px}.jdgm-star{font-family:JudgemeStar!important}.newsletter-privacy-note{width:50%;margin:0 auto;font-size:10px;text-align:center;opacity:.5}iframe#admin-bar-iframe{display:none!important}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out-bck{0%{opacity:1;transform:translateY(0) scale(1)}to{z-index:-10;position:relative;opacity:0;transform:translateY(25px) scale(.85)}}@media(max-width:1268px){.product-list__product-name,.footer__nav-item{font-size:12px}}@media(max-width:850px){.product-list__product-block{width:50%}}@media(max-width:768px){.product-list{margin-bottom:40px}.product-info{margin-bottom:30px}.footer{margin-top:25px}}@media screen and (min-width:750px){.account-mobile{display:none}}@media screen and (max-width:749px){.page-width{padding:0 15px}.header-wrapper{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-wrapper>*{flex:unset}.burger-menu{display:flex;flex:unset;grid-column:1;justify-self:start;width:45px;height:41px;align-items:center;justify-content:center}.logo-wrapper{grid-column:2;justify-self:center;margin:0}.right-nav{grid-column:3;justify-self:end}.header-menu{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:none;flex-direction:column;align-items:center;justify-content:center}.header-menu.active{display:flex}.header-menu .menu-item{font-size:25px;text-align:center}.header-menu .menu-item:not(:last-child){margin-right:0;margin-bottom:1rem}.submenu{position:static;background:transparent;box-shadow:none}.submenu a{font-size:18px}.subsub-menu-item{font-size:13px!important}.account{display:none}.product-list{justify-content:normal;margin-bottom:25px}.product-list__product-block{width:50%}.product-info{display:block;padding:0;margin-bottom:50px}.product-info__pc,.product-info__main,.product-info__form{width:100%}.product-info__form{margin-bottom:2rem}.figureImg{width:100%!important;padding-bottom:2rem}.product-info__description-mobile{display:block;max-width:100%;margin-top:3rem}.product-info__description-pc,.cart__properties{display:none}.cart__item{display:block}.cart__item-img{display:block;width:100%;max-width:480px;margin:0 auto 30px}.cart__item-heading,.cart__item-final-price,.cart__item-quantity,.cart__item-final-line-price{width:100%}.cart__item-title{text-align:center}.cart__item-title-span,.cart__item-main-span{display:block}.cart__item-final-price,.cart__item-quantity,.cart__item-final-line-price{display:flex;justify-content:space-between;margin-bottom:30px}.footer__content{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/main.css.map */
