:root{--hk-header-bg: rgba(255, 255, 255, .8)}.header{background:var(--hk-header-bg);transition:background-color .3s ease;z-index:100}.header--transparent{background:transparent}.header--bordered:not(.header--transparent){box-shadow:none}.drawer[open]{z-index:1000}.article-item__image-container{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.article-item__image{width:100%;height:100%;object-fit:contain}.shopify-section--main-product .breadcrumb{z-index:10;position:relative}.product:not(.product--featured){margin-block-end:0px}.product .product-media{display:block;height:300px;max-height:400px}@media screen and (min-width:768px){.product .product-media{display:block;max-height:100vh}}.gallery-container{width:50%;box-sizing:border-box;position:absolute;top:0;left:0}.image-container{position:relative;width:100vw;height:100%;z-index:0}.image-container img{position:absolute;width:100vw;height:auto;object-fit:cover;opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:0}.image-container img.active{opacity:1;pointer-events:auto}.image-container img.switch-image--pc{display:none}@media screen and (min-width:769px){.image-container img.switch-image--pc{display:block}}@media screen and (max-width:768px){.product .product-media--switch-off{height:auto;max-height:none}.product-media--switch-off .gallery-container{display:none}}.product-media__slider{display:none}@media screen and (max-width:768px){.product-media__slider{display:block;position:relative;width:100vw;margin-inline:calc(50% - 50vw)}.product-media__slides{display:flex;align-items:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-media__slides::-webkit-scrollbar{display:none}.product-media__slide{flex:0 0 100%;scroll-snap-align:start}.product-media__slide img{display:block;width:100%;height:auto}.product-media__slider-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background-color:#ffffffe6;box-shadow:0 1px 4px #00000026;cursor:pointer}.product-media__slider-nav--prev{left:16px}.product-media__slider-nav--next{right:16px}.product-media__slider-nav[disabled]{opacity:.35;pointer-events:none}.product-media__slider-dots{display:flex;justify-content:center;align-items:center;gap:12px;margin-block-start:16px}.product-media__slider-dot{width:8px;height:8px;padding:0;border:1px solid currentColor;border-radius:50%;background-color:transparent;cursor:pointer}.product-media__slider-dot.is-active{background-color:currentColor}}.gallery-container .product_media_modal_open{position:absolute;z-index:10;top:80vw;left:var(--container-gutter);cursor:pointer}@media screen and (min-width:768px){.gallery-container .product_media_modal_open{top:50vw;left:var(--container-gutter)}}.gallery-container .light-switch{position:absolute;transform:none;margin-left:100%;z-index:10;top:80vw}.gallery-container .light-switch .light-switch__title{display:block;text-align:center}.gallery-container .light-switch .light-switch__button{display:flex;justify-content:center;align-items:center}@media screen and (min-width:768px){.gallery-container .light-switch{transform:translate(-50%);top:50vw;left:50%;margin-left:0}}.gallery-container button.on-off-button{width:70px;background-color:#e0e0e0;color:#000;padding:5px 20px;border:2px solid #b0b0b0;cursor:pointer;font-size:1rem;transition:background-color .3s ease,border-color .3s ease}.gallery-container button.on-off-button:last-child{border-left:0}.gallery-container button.on-off-button#offButton{border-radius:15px 0 0 15px}.gallery-container button.on-off-button#onButton{border-radius:0 15px 15px 0}.gallery-container button.on-off-button.active{background-color:#505050;color:#fff;border-color:#404040}.gallery-container button.on-off-button:hover{background-color:#d0d0d0;border-color:#a0a0a0}.product_media_modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;overflow-y:auto;opacity:0;transition:opacity .5s ease,transform .5s ease}.product_media_modal.show{display:block;opacity:1}.modal-content{position:relative;width:100%;height:auto;display:flex;flex-direction:column;align-items:center}.product_media_modal .modal-container{width:100%;height:100%}.modal-wrapper{display:block}.modal-slide{height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.modal-slide img{width:auto;height:auto;max-width:min(100%,640px);max-height:78vh;object-fit:contain;display:block}@media screen and (max-width:999px){.modal-slide img{max-width:100%}}.product_media_modal_close{position:fixed;top:10px;right:25px;color:#fff;font-size:35px;font-weight:700;cursor:pointer;z-index:110}.product_media_modal_close:hover,.product_media_modal_close:focus{color:#bbb;text-decoration:none;cursor:pointer}.modal-thumbnails{position:fixed;left:5%;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:10px;max-height:80%;overflow-y:auto}.modal-thumbnails .thumbnail{width:40px;height:40px;border-radius:50%;overflow:hidden;cursor:pointer}.modal-thumbnails .thumbnail img{width:100%;height:100%;object-fit:cover}.modal-thumbnails::-webkit-scrollbar{display:none}.modal-thumbnails{-ms-overflow-style:none;scrollbar-width:none}.overflow-hidden{overflow:hidden}.scrollbar-hidden{scrollbar-width:none}.grid{display:grid}.flex{display:flex}.flex-row{flex-direction:column-reverse}@media screen and (min-width:768px){.flex-row{flex-direction:row}}.flex-col{flex-direction:column}.justify{justify-content:space-between}.align-center{align-items:center}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.gap-3{gap:.5rem}.gap-6{gap:1.5rem}.ptb-03{padding-top:.3rem;padding-bottom:.3rem}.ptb-4{padding-top:4rem;padding-bottom:4rem}.boder-b{border-bottom:1px dotted #ddd}.-mx-container{margin-right:calc(0px - var(--container-gutter))}.lg\:sticky{position:sticky}.lg\:top-0{top:0}.lg\:top-6{top:1.5rem}.lg\:items-start{align-items:flex-start}.lg\:min-h-full{min-height:100%}.js-hide{opacity:0;visibility:hidden;transition:1s}.js-show{transition:1s;opacity:1;visibility:visible}ul{list-style:none;padding-left:0}.flex-col-reverse{flex-direction:column-reverse}.flex-row-reverse{flex-direction:row-reverse}.flex-justify-center{justify-content:center}.flex-justify-between{justify-content:space-between}.lg\:top-3{top:.5rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.text-right{text-align:right}.m-left-auto{margin-left:auto}.p-10{padding:1rem}.p-15{padding:1.5rem}.p-20{padding:2rem}.pt-130{padding-top:13rem}.posi-left-50{left:50%}.posi-top-10{top:10%}.posi-bottom-10{bottom:10%}.posi-bottom-20{bottom:20%}.posi-bottom-30{bottom:30%}.posi-bottom-40{bottom:40%}@media screen and (min-width:768px){.w-10p{width:10%}.w-20p{width:20%}.w-30p{width:30%}.w-40p{width:40%}.w-50p{width:50%}.w-60p{width:60%}.w-100p{width:100%}.h-100p{height:100%}}body.product-text-light .header,body.product-text-light .product .product-media .gallery-container .light-switch,body.product-text-light .product .product-media .gallery-container .product_media_modal_open{color:#fff}@media screen and (min-width:768px){body.product-text-light .product .product__info .product-meta h2,body.product-text-light .product .product__info .product-meta h1,body.product-text-light .product .product__info .product-meta .price,body.product-text-light .product .product__info .product-form,body.product-text-light .product .product__info .product-meta__aside .product-meta__share{color:#fff}body.product-text-light .product .product__info .product-form__line-item-property .input__field{border-color:rgb(var(--border-color));color:#fff}body.product-text-light .product .product__info .product-form__line-item-property .input__field::placeholder{color:#ffffffb3}body.product-text-light .product .product__info .product-form__line-item-property .input__field:focus{border-color:rgb(var(--border-color));box-shadow:0 0 0 1px rgb(var(--border-color)) inset}}.product__info{z-index:10}.product-sticky-form{bottom:0}@media screen and (min-width:1000px){.product-sticky-form{inset-block:auto 0;border-block-start:1px solid rgb(var(--border-color));border-block-end:none;box-shadow:0 -6px 5px -5px rgba(var(--border-color),.4)}.product-sticky-form[hidden]{transform:translateY(100%)}}.footer__brand-logo{display:inline-block}.footer__brand-logo .footer__image{max-width:100%;height:auto}.footer__brand-name{margin-block-end:0}.footer__brand-logo+.footer__brand-name{margin-block-start:18px}.footer__brand-tagline{margin-block-start:10px}@media screen and (max-width:740px){.footer__item--brand{grid-column:span 2}}@media screen and (min-width:741px)and (max-width:999px){.footer__item--brand.is-first{grid-column:span 3}}@media(hover:hover){.header__linklist-item.has-dropdown>.nav-dropdown:before{content:"";position:absolute;inset-inline:0;bottom:100%;height:40px}}.hk-cta__btn,.hkc-cta__btn,.hkm-cta__btn,.hkh-cta__btn{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:56px;padding:18px 40px;font-family:var(--hk-mincho);font-size:15px;letter-spacing:.18em;line-height:1.4;text-decoration:none;border-radius:0;transition:letter-spacing .55s cubic-bezier(.19,1,.22,1),transform .55s cubic-bezier(.19,1,.22,1),box-shadow .55s cubic-bezier(.19,1,.22,1),color .35s ease,border-color .35s ease}.hk-cta__btn:before,.hkc-cta__btn:before,.hkm-cta__btn:before,.hkh-cta__btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#a98a52;transform:scaleX(0);transform-origin:left center;transition:transform .6s cubic-bezier(.19,1,.22,1)}.hk-cta__btn:after,.hkc-cta__btn:after,.hkm-cta__btn:after,.hkh-cta__btn:after{content:"\2192";font-size:18px;line-height:1;transition:transform .55s cubic-bezier(.19,1,.22,1)}.hk-cta__btn:hover,.hkc-cta__btn:hover,.hkm-cta__btn:hover,.hkh-cta__btn:hover,.hk-cta__btn:focus-visible,.hkc-cta__btn:focus-visible,.hkm-cta__btn:focus-visible,.hkh-cta__btn:focus-visible{opacity:1;color:#26221c;border-color:#a98a52;letter-spacing:.26em;transform:translateY(-2px);box-shadow:0 12px 26px -16px #26221ccc}.hk-cta__btn:hover:before,.hkc-cta__btn:hover:before,.hkm-cta__btn:hover:before,.hkh-cta__btn:hover:before,.hk-cta__btn:focus-visible:before,.hkc-cta__btn:focus-visible:before,.hkm-cta__btn:focus-visible:before,.hkh-cta__btn:focus-visible:before{transform:scaleX(1)}.hk-cta__btn:hover:after,.hkc-cta__btn:hover:after,.hkm-cta__btn:hover:after,.hkh-cta__btn:hover:after,.hk-cta__btn:focus-visible:after,.hkc-cta__btn:focus-visible:after,.hkm-cta__btn:focus-visible:after,.hkh-cta__btn:focus-visible:after{transform:translate(7px)}.hk-cta__btn:active,.hkc-cta__btn:active,.hkm-cta__btn:active,.hkh-cta__btn:active{transform:translateY(0);box-shadow:none}.hk-cta__btn:focus-visible,.hkc-cta__btn:focus-visible,.hkm-cta__btn:focus-visible,.hkh-cta__btn:focus-visible{outline:1px solid #a98a52;outline-offset:4px}.hk-cta__btns,.hkc-cta__btns,.hkm-cta__btns,.hkh-cta__btns{gap:16px}@media screen and (max-width:600px){.hk-cta__btns,.hkc-cta__btns,.hkm-cta__btns,.hkh-cta__btns{flex-direction:column;align-items:stretch}.hk-cta__btn,.hkc-cta__btn,.hkm-cta__btn,.hkh-cta__btn{width:100%;padding-inline:24px}}@media(prefers-reduced-motion:reduce){.hk-cta__btn,.hkc-cta__btn,.hkm-cta__btn,.hkh-cta__btn,.hk-cta__btn:before,.hkc-cta__btn:before,.hkm-cta__btn:before,.hkh-cta__btn:before,.hk-cta__btn:after,.hkc-cta__btn:after,.hkm-cta__btn:after,.hkh-cta__btn:after{transition:none}.hk-cta__btn:hover,.hkc-cta__btn:hover,.hkm-cta__btn:hover,.hkh-cta__btn:hover{letter-spacing:.18em;transform:none;box-shadow:none}.hk-cta__btn:hover:after,.hkc-cta__btn:hover:after,.hkm-cta__btn:hover:after,.hkh-cta__btn:hover:after{transform:none}}.hk-cta__btn--solid{background:#26221c;color:#f7f4ed}.hk-cta__btn--line{border:1px solid #26221c;color:#26221c}.hkc-cta__btn--solid,.hkm-cta__btn--solid{background:#f7f4ed;color:#26221c}.hkc-cta__btn--line,.hkm-cta__btn--line{border:1px solid rgba(247,244,237,.5);color:#f7f4ed}.hkh-cta__btn--a{background:#f2f1ee;color:#1f1e1c}.hkh-cta__btn--b{border:1px solid rgba(242,241,238,.35);color:#f2f1eed9}.hk-cta__btns,.hkc-cta__btns,.hkm-cta__btns,.hkh-cta__btns{display:flex;justify-content:center;flex-wrap:wrap}.product .product-media--plain{height:auto;max-height:none}@media screen and (min-width:768px){.product .product-media--plain{max-height:none}}.product-media--plain .gallery-container{position:static;width:100%}.product-media--plain .image-container{position:static;width:100%;height:auto}.product-media--plain .product-media__single img{position:static;width:100%;height:auto;object-fit:contain;opacity:1;pointer-events:auto;display:block}.product-media--plain .product_media_modal_open{position:static;display:inline-block;margin-block-start:16px}@media screen and (min-width:768px){.product-media--plain .product_media_modal_open{position:static}}@media screen and (min-width:1000px){.product .product-media--plain{width:55%}}@media screen and (min-width:1200px){.product--wide-media{margin-inline-start:0;margin-inline-end:calc(-1 * (var(--container-outer-width) - 2rem))}}.nav-dropdown{border:none;background:var(--hk-header-bg);box-shadow:0 12px 28px -18px #26221c73}@media screen and (min-width:768px){body.template-zakka .materials-section.pc .container{padding-left:var(--container-outer-width)}}.nav-dropdown__link{position:relative;display:inline-flex;width:max-content}.nav-dropdown__link:after{content:"";position:absolute;inset-inline:30px;bottom:2px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:var(--transform-origin-end);transition:transform .3s}@media screen and (pointer:fine){.nav-dropdown__link:hover:after,.nav-dropdown__link[aria-expanded=true]:after{transform-origin:var(--transform-origin-start);transform:scaleX(1)}.nav-dropdown__link.link--faded:hover{opacity:1}}#main:has([data-thread-rail]){position:relative}@media screen and (min-width:769px){.product_media_modal_open--desktop-off{display:none}.product_media_modal--desktop-off{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/custom_theme.css.map */
