@charset "UTF-8";body{min-width:1280px}@media screen and (max-width: 1000px){body{min-width:auto}}.cronos-header{position:sticky;top:0;left:0;width:100%;min-width:1280px;height:100px;background-color:#000000b3;background-image:none;z-index:1000;display:flex;justify-content:center;align-items:center}.cronos-header--home{position:fixed;top:0;left:0;background-color:transparent;background-image:linear-gradient(0deg,#fff0,#000000e6)}.cronos-header--home.scr{background-color:#000000b3;background-image:none}@media screen and (max-width: 1000px){.cronos-header--product{position:fixed;top:0;left:0;background-color:transparent;background-image:linear-gradient(0deg,#fff0,#000000e6)}}.cronos-header--product.scr{background-color:#000000b3;background-image:none}@media screen and (max-width: 1000px){.cronos-header{height:60px;min-width:auto}}.cronos-header_logo{margin:0}@media screen and (max-width: 1000px){.cronos-header_logo img{height:30px}}.cronos-header_hamb{position:absolute;top:25px;left:5%;width:50px;height:50px;z-index:100;cursor:pointer}@media screen and (max-width: 1000px){.cronos-header_hamb{width:50px;height:50px;top:0;left:0}}.cronos-header_hamb ._bar{width:30px;height:1px;background-color:#fff;position:absolute;top:50%;left:calc(50% - 15px);transition:transform .5s ease}@media screen and (max-width: 1000px){.cronos-header_hamb ._bar{width:20px;left:calc(50% - 10px)}}.cronos-header_hamb ._bar--1{transform:translateY(-8px)}@media screen and (max-width: 1000px){.cronos-header_hamb ._bar--1{transform:translateY(-5px)}}.cronos-header_hamb ._bar--3{transform:translateY(8px)}@media screen and (max-width: 1000px){.cronos-header_hamb ._bar--3{transform:translateY(5px)}}.cronos-header_hamb.active ._bar--1{transform:translateY(0) rotate(45deg)}.cronos-header_hamb.active ._bar--2{transform:scale(0)}.cronos-header_hamb.active ._bar--3{transform:translateY(0) rotate(-45deg)}.cronos-header_icons{position:absolute;top:35px;right:5%;display:flex;justify-content:flex-end;align-items:center;gap:40px}@media screen and (max-width: 1000px){.cronos-header_icons{top:20px;gap:20px}}.cronos-header_search,.cronos-header_cart{width:30px;height:30px;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}@media screen and (max-width: 1000px){.cronos-header_search,.cronos-header_cart{width:20px;height:20px}}.cronos-header_search img,.cronos-header_cart img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.cronos-header_search.active:after,.cronos-header_cart.active:after{content:"";position:absolute;top:-8px;right:-8px;display:block;width:10px;height:10px;border-radius:10px;background-color:#e32}.cronos-drawer{position:absolute;top:0;left:0;transform:translate(-100%);width:100%;height:100vh;max-width:45vw;background-color:#000c;display:flex;justify-content:center;align-items:center;padding:0 5vw;padding-top:120px;padding-bottom:50px;color:#fff;transition:transform .5s ease}@media screen and (max-width: 1000px){.cronos-drawer{max-width:80vw;padding-top:80px}}.cronos-drawer.active{transform:translate(0)}.cronos-drawer_inner{width:100%;height:100%;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.cronos-drawer_inner::-webkit-scrollbar{display:none}.cronos-drawer_hdg{font-family:Lora,Zen Old Mincho,serif;font-size:18px}@media screen and (max-width: 1000px){.cronos-drawer_hdg{font-size:16px}}.cronos-drawer_catList{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:5px;border-bottom:1px solid #fff;width:100%;list-style:none;margin:0;padding:10px 0}.cronos-drawer_catList ._item{width:100%;margin:0}.cronos-drawer_catList ._item ._main{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}.cronos-drawer_catList ._item ._main a{display:flex;justify-content:flex-start;align-items:center;gap:10px;color:#fff;height:80px;width:calc(100% - 60px)}@media screen and (max-width: 1000px){.cronos-drawer_catList ._item ._main a{height:55px;width:calc(100% - 55px)}}.cronos-drawer_catList ._item ._main a img{display:block;width:60px;height:60px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width: 1000px){.cronos-drawer_catList ._item ._main a img{width:45px;height:45px}}.cronos-drawer_catList ._item ._main a span{font-family:Lora,Zen Old Mincho,serif;font-size:18px}@media screen and (max-width: 1000px){.cronos-drawer_catList ._item ._main a span{font-size:16px}}.cronos-drawer_catList ._item ._main ._arrow{content:"";display:block;width:60px;height:60px;background-image:url(arrow-down-white.svg);background-repeat:no-repeat;background-position:center;transition:transform .5s ease}@media screen and (max-width: 1000px){.cronos-drawer_catList ._item ._main ._arrow{width:55px;height:55px;background-size:14px}}.cronos-drawer_catList ._item ._main ._arrow.active{transform:rotate(180deg)}.cronos-drawer_catList ._item ._child{display:none;list-style:none;margin:0}.cronos-drawer_catList ._item ._child a{display:flex;width:100%;height:50px;color:#fff;justify-content:flex-start;align-items:center;font-size:14px}.cronos-drawer_catList ._item ._child.active{display:block}.cronos-drawer_list{list-style:none;margin:0}.cronos-drawer_list li{border-bottom:1px solid #fff}.cronos-drawer_list li a{display:flex;justify-content:flex-start;align-items:center;font-family:Lora,Zen Old Mincho,serif;font-size:18px;height:50px;color:#fff}@media screen and (max-width: 1000px){.cronos-drawer_list li a{font-size:16px}}.cronos-drawer_bottom{display:flex;justify-content:space-between;align-items:center;font-family:Lora,Zen Old Mincho,serif;font-size:18px;height:50px;color:#fff}@media screen and (max-width: 1000px){.cronos-drawer_bottom{font-size:16px}}.cronos-drawer_langs{list-style:none;display:flex;justify-content:flex-end;align-items:center;gap:20px;margin:0}.cronos-drawer_langs li{margin:0}.cronos-drawer_langs label{color:#fff;margin:0}.cronos-drawer_langs input[type=radio]{display:none}.cronos-drawer_langs input[type=radio]:checked+label{border-bottom:1px solid #fff}.cronos-footer_upperBanner{display:none}@media screen and (max-width: 1000px){.cronos-footer_upperBanner,.cronos-footer_upperBanner a{display:block}.cronos-footer_upperBanner a img{display:block;width:100%;height:auto}}.cronos-footer_gotop{background-color:#000}.cronos-footer_gotop a{position:relative;display:flex;flex-direction:column;width:100%;height:70px;justify-content:center;align-items:center;color:#fff;font-family:Lora,Zen Old Mincho,serif}@media screen and (max-width: 1000px){.cronos-footer_gotop a{font-size:14px;height:50px}}.cronos-footer_gotop a:before{content:"";display:block;width:16px;height:16px;background-image:url(arrow-up-white.svg);background-position:center;background-size:contain;background-repeat:no-repeat}.cronos-footer_lower{padding:50px 0}@media screen and (max-width: 1000px){.cronos-footer_lower{padding:30px 0}}.cronos-footer_lower ._inner{width:90%;max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 1000px){.cronos-footer_lower ._inner{display:block}}.cronos-footer_lower ._navs{display:flex;justify-content:flex-start;align-items:flex-start;gap:50px}@media screen and (max-width: 1000px){.cronos-footer_lower ._navs{display:block}}@media screen and (max-width: 1000px){.cronos-footer_lower ._logo h1{display:none}}.cronos-footer_lower ._sns{list-style:none;display:flex;justify-content:flex-start;align-items:center;gap:10px;margin:20px 0 0}@media screen and (max-width: 1000px){.cronos-footer_lower ._sns{justify-content:center;margin-top:0;margin-bottom:20px}}.cronos-footer_lower ._sns li{margin:0}.cronos-footer_lower ._sns img{width:30px;height:auto}.cronos-footer_lower ._banner{width:30%}@media screen and (max-width: 1000px){.cronos-footer_lower ._banner{display:none}}.cronos-footer_navpc{display:flex;justify-content:flex-start;align-items:flex-start;gap:30px}@media screen and (max-width: 1000px){.cronos-footer_navpc{display:none}}.cronos-footer_navpc ._menu{display:flex;flex-direction:column;flex-wrap:wrap;list-style:none;gap:20px;font-size:12px;margin:0}.cronos-footer_navsp{display:none}@media screen and (max-width: 1000px){.cronos-footer_navsp{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}}.cronos-footer_navsp ._menu{display:flex;width:50%;flex-direction:column;flex-wrap:wrap;list-style:none;gap:20px;font-size:12px;margin:0}.cronos-footer_copy{width:90%;max-width:1600px;margin:30px auto 0;font-family:Lora,Zen Old Mincho,serif;font-size:10px}@media screen and (max-width: 1000px){.cronos-footer_copy{text-align:center;margin-top:20px}}.cronos-hero{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:flex-end;padding-bottom:125px;background-color:#3c494c}.cronos-hero_bg{position:absolute;top:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cronos-hero_bg.pc{display:block;-o-object-position:top center;object-position:top center}@media screen and (max-width: 1000px){.cronos-hero_bg.pc{display:none}}.cronos-hero_bg.sp{display:none}@media screen and (max-width: 1000px){.cronos-hero_bg.sp{display:block;-o-object-position:center;object-position:center}}.cronos-hero_inner{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;position:relative}@media screen and (max-width: 1000px){.cronos-hero_inner{width:360px}}.cronos-hero_inner ._ttl{font-family:Lora,Zen Old Mincho,serif;font-weight:400;text-align:center;color:#fff;font-size:32px;letter-spacing:.15em}@media screen and (max-width: 1000px){.cronos-hero_inner ._ttl{font-size:30px}}.cronos-hero_inner ._btns{list-style:none;display:flex;justify-content:center;align-items:center;gap:30px;margin:0}@media screen and (max-width: 1000px){.cronos-hero_inner ._btns{gap:20px;flex-wrap:wrap}}.cronos-featuredContents{margin:50px 0}@media screen and (max-width: 1000px){.cronos-featuredContents{margin:0}}.cronos-featuredContents_list{list-style:none;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin:0}.cronos-featuredContents_item{width:25%;margin:0}@media screen and (max-width: 1000px){.cronos-featuredContents_item{width:50%}}.cronos-featuredContents_item ._bg{display:block;width:100%;height:auto;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cronos-featuredContents_item ._label{position:absolute;bottom:0;left:0;width:100%;height:120px;background-color:#000c;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1000px){.cronos-featuredContents_item ._label{height:75px}}.cronos-featuredContents_item ._label:before{content:"";position:absolute;top:0;left:0;width:0%;height:120px;background-color:#000;transition:width .5s ease}@media screen and (max-width: 1000px){.cronos-featuredContents_item ._label:before{height:75px}}.cronos-featuredContents_item ._label:after{content:"";position:absolute;top:calc(50% - 8px);right:14px;display:block;width:16px;height:16px;background-image:url(arrow-right-white.svg);background-position:center;background-size:contain;background-repeat:no-repeat}.cronos-featuredContents_item ._en{position:absolute;left:0;top:0;font-family:Lora,Zen Old Mincho,serif;writing-mode:vertical-lr;font-size:21px;line-height:1;opacity:.2}@media screen and (max-width: 1000px){.cronos-featuredContents_item ._en{font-size:12px}}.cronos-featuredContents_item ._num{position:absolute;left:21px;bottom:-8px;line-height:1;font-family:Lora,Zen Old Mincho,serif;font-size:64px;color:#fff;opacity:.2}@media screen and (max-width: 1000px){.cronos-featuredContents_item ._num{font-size:35px}}.cronos-featuredContents_item ._ttl{position:relative;font-family:Zen Old Mincho,serif;font-size:17px;font-weight:400;text-align:center;margin:0;line-height:1.6em}@media screen and (max-width: 1000px){.cronos-featuredContents_item ._ttl{font-size:14px}}.cronos-featuredContents_item a{position:relative;display:block;width:100%;color:#fff}.cronos-featuredContents_item a:hover ._label:before{width:100%}.cronos-productSlider{margin:100px 0}@media screen and (max-width: 1000px){.cronos-productSlider{margin:60px 0}}.cronos-productSlider_ttl{text-align:center;font-family:Lora,Zen Old Mincho,serif;font-weight:400;font-size:32px;margin:0 0 50px;letter-spacing:.15em}@media screen and (max-width: 1000px){.cronos-productSlider_ttl{font-size:20px;margin-bottom:25px}}.cronos-productSlider_slider{position:relative;width:90%;margin:0 auto}@media screen and (max-width: 1000px){.cronos-productSlider_slider{width:100%}}.cronos-productSlider_bottom{margin-top:50px;text-align:center}@media screen and (max-width: 1000px){.cronos-productSlider_bottom{margin-top:25px}}.cronos-productSlider_prev{position:absolute;width:50px;height:80%;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:100;cursor:pointer}@media screen and (max-width: 1000px){.cronos-productSlider_prev{width:30px}}.cronos-productSlider_prev img{display:block;width:30px;height:auto}@media screen and (max-width: 1000px){.cronos-productSlider_prev img{width:20px}}.cronos-productSlider_next{position:absolute;width:50px;height:80%;top:0;right:0;display:flex;justify-content:center;align-items:center;z-index:100;cursor:pointer}@media screen and (max-width: 1000px){.cronos-productSlider_next{width:30px}}.cronos-productSlider_next img{display:block;width:30px;height:auto}@media screen and (max-width: 1000px){.cronos-productSlider_next img{width:20px}}.cronos-itemCard{position:relative;width:100%}.cronos-itemCard ._image{display:block;position:relative}.cronos-itemCard ._image img{width:100%;height:auto;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:none}.cronos-itemCard ._image img.active{display:block}.cronos-itemCard ._image ._soldout{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0003}.cronos-itemCard ._image ._soldout span{position:absolute;bottom:0;right:0;display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff;font-size:12px;width:80px;height:20px}@media screen and (max-width: 1000px){.cronos-itemCard ._image ._soldout span{font-size:10px}}.cronos-itemCard_slider{position:relative}.cronos-itemCard_slider ._prev,.cronos-itemCard_slider ._next{position:absolute;top:calc(50% - 13px);z-index:10;cursor:pointer}.cronos-itemCard_slider ._prev img,.cronos-itemCard_slider ._next img{width:26px;height:26px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.cronos-itemCard_slider ._prev{left:0}.cronos-itemCard_slider ._next{right:0}.cronos-itemCard_slider ._soldout{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0003;z-index:10;pointer-events:none}.cronos-itemCard_slider ._soldout span{position:absolute;bottom:0;right:0;display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff;font-size:12px;width:80px;height:20px}@media screen and (max-width: 1000px){.cronos-itemCard_slider ._soldout span{font-size:10px}}.cronos-itemCard_slide ._image{display:block;position:relative}.cronos-itemCard_slide ._image img{width:100%;height:auto;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.cronos-itemCard_pagination{position:absolute;left:6px!important;bottom:6px!important;display:flex;justify-content:flex-start;align-items:center;gap:4px}.cronos-itemCard_pagination .swiper-pagination-bullet{width:4px;height:4px;margin:0!important}.cronos-itemCard_pagination .swiper-pagination-bullet-active{background-color:#fff}.cronos-itemCard ._colors{display:flex;justify-content:center;align-items:center;gap:10px;margin:10px 0}@media screen and (max-width: 1000px){.cronos-itemCard ._colors{gap:5px;margin:10px 0}}.cronos-itemCard ._colors span{display:inline-block;width:16px;height:16px;background-color:#3c494c;border:1px solid #999}.cronos-itemCard ._colors span .active{border:1px solid #000}@media screen and (max-width: 1000px){.cronos-itemCard ._colors span{width:16px;height:16px}}.cronos-itemCard ._bottom{display:block;padding:0 10px}.cronos-itemCard ._bottom h3{font-size:16px;font-family:Lora,Zen Old Mincho,serif;font-weight:400;color:#3c494c;margin-bottom:10px}@media screen and (max-width: 1000px){.cronos-itemCard ._bottom h3{font-size:12px}}.cronos-itemCard ._bottom p{font-size:14px;font-family:Lora,Zen Old Mincho,serif;font-weight:400;color:#7a7a7a;margin:0}@media screen and (max-width: 1000px){.cronos-itemCard ._bottom p{font-size:12px}}.cronos-itemCard ._bottom p ._soldout{display:inline-block;font-size:10px;margin-left:5px;border:1px solid #7A7A7A;padding:2px 4px;vertical-align:baseline}.cronos-itemCard ._new{width:100%;display:flex;justify-content:center;align-items:center;font-family:Lora,Zen Old Mincho,serif;font-size:16px;height:30px;position:absolute;top:0;left:0;color:#fff;background-color:#0003;z-index:10}@media screen and (max-width: 1000px){.cronos-itemCard ._new{font-size:12px;height:20px}}.cronos-indexBanner{display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap}.cronos-indexBanner_banner{position:relative;width:50%;height:auto;aspect-ratio:16/9;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1000px){.cronos-indexBanner_banner{width:100%;aspect-ratio:1}}.cronos-indexBanner_banner img{display:block;width:100%;position:absolute;top:0;left:0;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width: 1000px){.cronos-indexBanner_banner img{aspect-ratio:1}}.cronos-indexBanner_banner ._inner{position:relative;width:100%;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000c;color:#fff}@media screen and (max-width: 1000px){.cronos-indexBanner_banner ._inner{height:100px}}.cronos-indexBanner_banner ._inner h3{font-family:Lora,Zen Old Mincho,serif;font-size:30px;font-weight:400;margin:0 0 10px;letter-spacing:.1em}@media screen and (max-width: 1000px){.cronos-indexBanner_banner ._inner h3{font-size:20px}}.cronos-indexBanner_banner ._inner p{font-family:Zen Old Mincho,serif;font-size:16px;margin:0}@media screen and (max-width: 1000px){.cronos-indexBanner_banner ._inner p{font-size:14px}}.cronos-indexBanner_banner ._inner:after{content:"";position:absolute;top:calc(50% - 8px);right:14px;display:block;width:16px;height:16px;background-image:url(arrow-right-white.svg);background-position:center;background-size:contain;background-repeat:no-repeat}.cronos-btn{position:relative;display:inline-flex;justify-content:center;align-items:center;border-radius:5px;width:220px;height:50px;background-color:#fffc;font-family:Lora,Zen Old Mincho,serif;color:#3c494c;font-size:16px;overflow:hidden}@media screen and (max-width: 1000px){.cronos-btn{width:170px;height:40px;font-size:14px}}.cronos-btn span{position:relative}.cronos-btn:before{content:"";position:absolute;top:0;left:0;width:0%;height:60px;background-color:#fff;transition:width .5s ease}.cronos-btn:after{content:"";position:absolute;top:calc(50% - 8px);right:14px;display:block;width:16px;height:16px;background-image:url(arrow-right-black.svg);background-position:center;background-size:contain;background-repeat:no-repeat}@media screen and (max-width: 1000px){.cronos-btn:after{width:10px;height:10px;top:calc(50% - 5px);right:10px}}.cronos-btn:hover:before{width:100%}.cronos-moreBtn{position:relative;display:inline-flex;justify-content:center;align-items:center;width:350px;height:50px;background-color:#8b8b8bcc;font-family:Lora,Zen Old Mincho,serif;color:#fff;font-size:16px;overflow:hidden}@media screen and (max-width: 1000px){.cronos-moreBtn{width:300px;height:36px;font-size:12px}}.cronos-moreBtn span{position:relative}.cronos-moreBtn:before{content:"";position:absolute;top:0;left:0;width:0%;height:60px;background-color:#414141;transition:width .5s ease}.cronos-moreBtn:after{content:"";position:absolute;top:calc(50% - 8px);right:14px;display:block;width:16px;height:16px;background-image:url(arrow-right-white.svg);background-position:center;background-size:contain;background-repeat:no-repeat}.cronos-moreBtn:hover{color:#fff}.cronos-moreBtn:hover:before{width:100%}.cronos-collection_categories{display:none}@media screen and (max-width: 1000px){.cronos-collection_categories{display:block;width:94%;margin:0 auto;padding-top:20px}}.cronos-collection_categories ._newToggle{display:flex;justify-content:center;align-items:center;width:100%;height:30px;border-radius:5px;background-color:#525c5e;color:#fff;font-family:Zen Old Mincho,serif;font-size:12px;cursor:pointer}.cronos-collection_categories ._newToggle.active{background-color:#bca442}.cronos-collection_categories ._list{margin:6px 0 0;display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:wrap;gap:6px;list-style:none}.cronos-collection_categories ._list li{width:calc((100% - 12px) / 3)}.cronos-collection_categories ._list a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;height:36px;border-radius:5px;background-color:#525c5e;color:#fff;font-family:Zen Old Mincho,serif;font-size:12px;padding:5px 10px;line-height:1em;cursor:pointer}.cronos-collection_categories ._list a.active{background-color:#bca442}.cronos-collection_upper{width:90%;max-width:1600px;margin:0 auto;display:flex;justify-content:flex-end}@media screen and (max-width: 1000px){.cronos-collection_upper{justify-content:space-between}}.cronos-collection_header{position:relative;margin:100px 0;display:flex;justify-content:space-between;align-items:stretch}@media screen and (max-width: 1000px){.cronos-collection_header{margin:0;display:block;width:100%;height:auto}}.cronos-collection_header ._bg{width:50%;height:300px;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width: 1000px){.cronos-collection_header ._bg{width:100%;height:200px}}.cronos-collection_header ._title{width:50%;height:300px;display:flex;justify-content:center;align-items:center;color:#fff;background-color:#7a7a7a}@media screen and (max-width: 1000px){.cronos-collection_header ._title{position:absolute;bottom:0;left:0;width:100%;height:50px;background-color:#00000080}}.cronos-collection_header ._title h2{font-family:Lora,Zen Old Mincho,serif;font-size:30px;font-weight:400;margin:0}@media screen and (max-width: 1000px){.cronos-collection_header ._title h2{font-size:20px}}.cronos-collection_wrapper{display:flex;justify-content:space-between;align-items:flex-start;width:90%;max-width:1600px;margin:0 auto}@media screen and (max-width: 1000px){.cronos-collection_wrapper{display:block;width:100%}}.cronos-collection_side{width:300px}@media screen and (max-width: 1000px){.cronos-collection_side{display:none}}.cronos-collection_main{width:calc(100% - 350px)}@media screen and (max-width: 1000px){.cronos-collection_main{width:100%}}.cronos-collection_list{list-style:none;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:5px;margin:0}@media screen and (max-width: 1000px){.cronos-collection_list{gap:4px}}.cronos-collection_item{width:calc((100% - 15px)/4);margin-bottom:50px}@media screen and (max-width: 1000px){.cronos-collection_item{width:calc(50% - 2px)}}.cronos-filterPc_newToggle{display:flex;justify-content:center;align-items:center;width:100%;height:50px;border-radius:5px;background-color:#525c5e;color:#fff;font-family:Zen Old Mincho,serif;font-size:16px;cursor:pointer}.cronos-filterPc_newToggle.active{background-color:#bca442}.cronos-filterPc_list{font-family:Zen Old Mincho,serif}.cronos-filterPc_list dt{position:relative;display:flex;justify-content:flex-start;align-items:center;height:50px;border-bottom:1px solid #525C5E;color:#525c5e;font-size:20px;font-weight:400;padding:0 20px;cursor:pointer}.cronos-filterPc_list dt:before{content:"";display:block;width:12px;height:1px;background-color:#000;position:absolute;top:50%;right:10px}.cronos-filterPc_list dt:after{content:"";display:block;width:12px;height:1px;background-color:#000;position:absolute;top:50%;right:10px;transform:rotate(90deg);transition:transform .3s ease}.cronos-filterPc_list dt.active:after{transform:rotate(0)}.cronos-filterPc_list dd{margin:0;opacity:0;height:0;overflow:hidden}.cronos-filterPc_list dd ul{margin:0;list-style:none;transform:translateY(-20px);transition:transform .3s ease,opacity .3s ease;opacity:0}.cronos-filterPc_list dd ul li{margin-bottom:0}.cronos-filterPc_list dd ul a{display:flex;justify-content:flex-start;align-items:center;height:50px;font-size:16px;padding:0 20px;color:#525c5e;border-bottom:1px solid #ADADAD}.cronos-filterPc_list dd ul a.active{background-color:#bca442;color:#fff}.cronos-filterPc_list dd.active{opacity:1;height:auto}.cronos-filterPc_list dd.active ul{transform:translateY(0);opacity:1}.cronos-sort{position:relative;width:340px;font-family:Zen Old Mincho,serif;font-size:16px;color:#3c494c}@media screen and (max-width: 1000px){.cronos-sort{width:calc(50% - 5px);font-size:14px}}.cronos-sort dt{display:flex;width:100%;height:60px;justify-content:center;align-items:center;border:1px solid #ADADAD;border-radius:10px;background-image:url(arrow-down.svg);background-position:center right 10px;background-repeat:no-repeat;cursor:pointer}@media screen and (max-width: 1000px){.cronos-sort dt{height:40px}}.cronos-sort dt.active{border-radius:10px 10px 0 0}.cronos-sort dd{margin:0;position:absolute;top:100%;left:0;width:100%;border:1px solid #ADADAD;border-radius:0 0 10px 10px;z-index:10;overflow:hidden;display:none}.cronos-sort dd.active{display:block}.cronos-sort ul{margin:0;list-style:none;width:100%}.cronos-sort li{border-top:1px solid #ADADAD;background-color:#ffffffb3;display:flex;width:100%;height:60px;justify-content:center;align-items:center;margin:0;cursor:pointer}@media screen and (max-width: 1000px){.cronos-sort li{height:40px}}.cronos-sort li:first-of-type{border-top:none}.cronos-sort li.active{background-color:#bca442b3}.cronos-filterSp{display:none;position:relative;width:340px;font-family:Zen Old Mincho,serif;font-size:20px;color:#3c494c}@media screen and (max-width: 1000px){.cronos-filterSp{display:block;width:calc(50% - 5px);font-size:14px}}.cronos-filterSp ._parent{display:flex;width:100%;height:60px;justify-content:center;align-items:center;border:1px solid #ADADAD;border-radius:10px;background-image:url(arrow-down.svg);background-position:center right 10px;background-repeat:no-repeat;cursor:pointer}@media screen and (max-width: 1000px){.cronos-filterSp ._parent{height:40px}}.cronos-filterSp ._parent.active{border-radius:10px 10px 0 0}.cronos-filterSp ._drop{margin:0;position:absolute;top:100%;left:0;width:100%;max-height:300px;border:1px solid #ADADAD;border-radius:0 0 10px 10px;z-index:10;overflow:hidden;display:none}.cronos-filterSp ._drop.active{display:block;overflow:scroll}.cronos-filterSp ._child{margin:0;border:none}.cronos-filterSp ._child ._name{position:relative;border:none;background-color:#ffffffb3;display:flex;width:100%;height:60px;justify-content:center;align-items:center;margin:0;border-radius:0}@media screen and (max-width: 1000px){.cronos-filterSp ._child ._name{height:40px}}.cronos-filterSp ._child ._name:before{content:"";display:block;width:12px;height:1px;background-color:#adadad;position:absolute;top:50%;right:10px}.cronos-filterSp ._child ._name:after{content:"";display:block;width:12px;height:1px;background-color:#adadad;position:absolute;top:50%;right:10px;transform:rotate(90deg);transition:transform .3s ease}.cronos-filterSp ._child ._name.active:after{transform:rotate(0)}.cronos-filterSp ._child ._list{position:static;margin:0;width:100%;max-height:none;border:none;border-top:1px solid #ADADAD;border-radius:0;z-index:10;overflow:hidden;display:none}.cronos-filterSp ._child ._list.active{display:block}.cronos-filterSp ._child ._list ul{margin:0;list-style:none;width:100%}.cronos-filterSp ._child ._list li{border-top:1px dotted #ADADAD;background-color:#ffffffb3;display:flex;width:100%;height:60px;justify-content:center;align-items:center;margin:0}@media screen and (max-width: 1000px){.cronos-filterSp ._child ._list li{height:40px}}.cronos-filterSp ._child ._list li:first-of-type{border-top:none}.cronos-filterSp ._child ._list li.active{background-color:#bca442b3}.cronos-product{margin-top:60px;margin-bottom:60px}@media screen and (max-width: 1000px){.cronos-product{margin-top:0}}.cronos-product_wrapper{width:94%;max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:stretch}@media screen and (max-width: 1000px){.cronos-product_wrapper{width:100%;display:block}}.cronos-product_left{position:relative;width:calc(50% - 80px)}@media screen and (max-width: 1000px){.cronos-product_left{width:100%}}.cronos-product_main{position:sticky;top:160px;left:0}@media screen and (max-width: 1000px){.cronos-product_main{width:94%;margin:20px auto 0;position:static}}.cronos-product_main ._name{font-family:Lora,Zen Old Mincho,serif;font-size:26px;font-weight:400;color:#3c494c;margin-bottom:10px;line-height:1.6em}@media screen and (max-width: 1000px){.cronos-product_main ._name{font-size:16px;margin-bottom:10px}}.cronos-product_main ._price{font-family:Lora,Zen Old Mincho,serif;font-size:26px;color:#7a7a7a}@media screen and (max-width: 1000px){.cronos-product_main ._price{font-size:16px}}.cronos-product_main ._price ._tax{font-size:20px}@media screen and (max-width: 1000px){.cronos-product_main ._price ._tax{font-size:12px}}.cronos-product_main ._exc{margin-top:30px;padding:30px 0;border-top:1px solid #7A7A7A;font-family:Zen Old Mincho,serif;font-size:14px;line-height:1.6em}@media screen and (max-width: 1000px){.cronos-product_main ._exc{display:none}}.cronos-product_main ._btns{display:flex;justify-content:space-between;align-items:center;padding-bottom:30px;border-bottom:1px solid #7A7A7A;margin-top:30px}@media screen and (max-width: 1000px){.cronos-product_main ._btns{display:none}}.cronos-product_main ._btns a{display:flex;justify-content:center;align-items:center;width:calc(50% - 15px);border:1px solid #3C494C;height:50px;font-family:Zen Old Mincho,serif;font-size:14px;background-image:url(arrow-right-black.svg);background-position:center right 10px;background-repeat:no-repeat;background-size:10px}.cronos-product_right{position:relative;width:50%;display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 1000px){.cronos-product_right{display:none}}.cronos-product_pcdetail{position:relative;width:calc(100% - 100px)}.cronos-product_gallery{width:100%}.cronos-product_gallery ._inner{width:100%;display:flex;flex-direction:column;gap:20px}.cronos-product_gallery ._inner img{display:block;width:100%;height:auto}.cronos-product_sliders{display:none}@media screen and (max-width: 1000px){.cronos-product_sliders{display:block}}.cronos-product_slider{width:100%;margin-bottom:20px}.cronos-product_slide img{width:100%;height:auto;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cronos-product_thumbnails{width:100%}.cronos-product_thumbnail img{width:100%;height:auto;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cronos-product_navnails{width:80px;height:auto;position:sticky;top:160px;right:0}.cronos-product_navSlider{width:100%;height:440px}.cronos-product_navSlider ._inner{position:relative}.cronos-product_navSlider ._prev{position:absolute;top:0;left:0;width:100%;height:30px;display:flex;justify-content:center;align-items:center;z-index:100}.cronos-product_navSlider ._prev img{display:block;height:20px;width:auto}.cronos-product_navSlider ._next{position:absolute;bottom:0;left:0;width:100%;height:30px;display:flex;justify-content:center;align-items:center;z-index:100}.cronos-product_navSlider ._next img{display:block;height:20px;width:auto}.cronos-product_navnail{width:100%;aspect-ratio:3/4}.cronos-product_navnail a{display:block}.cronos-product_navnail img{display:block;width:100%;height:auto;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cronos-product_optionSelector{display:flex;justify-content:flex-start;align-items:stretch;gap:30px;padding:20px 0}@media screen and (max-width: 1000px){.cronos-product_optionSelector{flex-direction:column;border-top:1px solid #7A7A7A;margin-top:20px;gap:0}}.cronos-product_optionSelector ._option{margin:0}@media screen and (max-width: 1000px){.cronos-product_optionSelector ._option{width:100%}}.cronos-product_optionSelector ._option dt{font-family:Lora,Zen Old Mincho,serif;font-size:16px;color:#3c494c;font-weight:400;margin-bottom:14px}@media screen and (max-width: 1000px){.cronos-product_optionSelector ._option dt{font-size:12px}}.cronos-product_optionSelector ._option dd{margin:0}.cronos-product_optionSelector ._option dd ul{margin:0;display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:center;list-style:none;gap:10px}.cronos-product_optionSelector ._option dd ul .__img{border:1px solid #ccc}.cronos-product_optionSelector ._option dd ul .__img img{display:block;width:80px;height:80px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width: 1000px){.cronos-product_optionSelector ._option dd ul .__img img{width:50px;height:50px}}.cronos-product_optionSelector ._option dd ul .__t{border:1px solid #ccc;padding:0 15px;min-width:40px;font-family:Lora,Zen Old Mincho,serif;font-size:16px;color:#3c494c;display:flex;flex-direction:column;justify-content:center;align-items:center;height:40px;font-weight:400;letter-spacing:0}.cronos-product_optionSelector ._option dd ul .__t span{font-size:10px;color:red}@media screen and (max-width: 1000px){.cronos-product_optionSelector ._option dd ul .__t{font-size:14px;min-width:40px;height:40px;padding:0 5px}}.cronos-product_optionSelector ._option dd ul input{display:none}.cronos-product_optionSelector ._option dd ul input:checked+label{border:2px solid #3C494C}.cronos-product_optionSelector ._option dd ul input:disabled+label{cursor:initial}.cronos-product_optionSelector ._option dd ul input.soldout+label{position:relative;opacity:.5}.cronos-product_optionSelector ._option dd ul input.soldout+label:after{content:"";display:block;width:16px;height:1px;background-color:#3c494c;position:absolute;top:50%;left:calc(50% - 8px);transform:rotate(-20deg)}.cronos-product_tosizepage{text-align:center;margin:30px 0}@media screen and (max-width: 1000px){.cronos-product_tosizepage{margin:20px 0}}.cronos-product_tosizepage a{display:inline-flex;justify-content:center;align-items:center;width:100%;max-width:280px;border:1px solid #3C494C;height:50px;font-family:Zen Old Mincho,serif;font-size:14px;background-image:url(arrow-right-black.svg);background-position:center right 10px;background-repeat:no-repeat;background-size:8px}.cronos-product_addcart{display:flex;justify-content:center;align-items:center;font-family:Lora,Zen Old Mincho,serif;font-size:24px;color:#fff;width:100%;height:80px;background-color:#000}@media screen and (max-width: 1000px){.cronos-product_addcart{font-size:16px;height:60px}}.cronos-product_addcart:disabled{background-color:#7a7a7a}.cronos-product_info{margin:30px 0}.cronos-product_info dt{display:flex;justify-content:center;align-items:center;width:100%;height:60px;background-color:#ededed;color:#3c494c;font-family:Zen Old Mincho,serif;font-size:16px;margin-bottom:30px}.cronos-product_info dd{margin:0;font-size:14px;font-family:Zen Old Mincho,serif;color:#3c494c;padding-bottom:30px}.cronos-product_details{display:none}@media screen and (max-width: 1000px){.cronos-product_details{display:block;width:100%;margin-top:30px}}.cronos-product_details ._tabs{display:flex;justify-content:space-between;align-items:stretch}.cronos-product_details ._tab{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:50%;height:40px;font-family:Zen Old Mincho,serif;font-size:14px;color:#3c494c;background-color:#ededed;border-bottom:1px solid #7A7A7A}.cronos-product_details ._tab.active{background-color:#fff;border:1px solid #7A7A7A;border-bottom:none}.cronos-product_details ._body{padding:20px;font-size:14px;font-family:Zen Old Mincho,serif;color:#3c494c}.cronos-product_details ._cont{display:none}.cronos-product_details ._cont.active{display:block}.cronos-product_details ._cont .metafield-rich_text_field *{font-size:14px}.cronos-product_bottomCart{display:none;z-index:1000}@media screen and (max-width: 1000px){.cronos-product_bottomCart{display:block;position:fixed;bottom:0;left:0;background-color:#fffc;width:100%;padding:3%;transform:translateY(calc(100% - 85px));transition:transform .3s ease,background-color .3s ease}}.cronos-product_bottomCart .cronos-product_optionSelector{margin-top:0;border-top:none;padding-top:0}.cronos-product_bottomCart ._open{display:flex;justify-content:center;align-items:center;font-family:Lora,Zen Old Mincho,serif;font-size:24px;color:#fff;width:100%;height:80px;margin-bottom:10px;background-color:#000;transition:opacity .3s ease}@media screen and (max-width: 1000px){.cronos-product_bottomCart ._open{font-size:16px;height:60px}}.cronos-product_bottomCart ._close{display:flex;justify-content:center;align-items:center;font-family:Lora,Zen Old Mincho,serif;color:#7a7a7a;width:100%;font-size:16px;height:40px}.cronos-product_bottomCart.active{transform:translateY(0);background-color:#fff}.cronos-product_bottomCart.active ._open{height:0;opacity:0}.cronos-men_wrapper{display:flex;justify-content:center;align-items:stretch}@media screen and (max-width: 1000px){.cronos-men_wrapper{display:block}}.cronos-men_sec{width:33.3333333333%;height:100vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:flex-end;padding-bottom:10vh}@media screen and (max-width: 1000px){.cronos-men_sec{width:100%;height:auto;aspect-ratio:4/3;padding-bottom:30px}}.cronos-men_sec ._cont{display:flex;flex-direction:column;justify-content:center;align-items:center}.cronos-men_sec ._cont h2{text-align:center;font-family:Lora,Zen Old Mincho,serif;font-weight:400;color:#fff;font-size:32px;margin-bottom:20px;letter-spacing:.15em}@media screen and (max-width: 1000px){.cronos-men_sec ._cont h2{font-size:25px;margin-bottom:10px}}.cronos-men_sec ._cont p{text-align:center;font-family:Zen Old Mincho,serif;color:#fff;font-size:16px;margin-bottom:30px}@media screen and (max-width: 1000px){.cronos-men_sec ._cont p{font-size:14px;margin-bottom:20px}}.cronos-stores{padding-bottom:80px}@media screen and (max-width: 1000px){.cronos-stores{padding-bottom:40px}}.cronos-stores_head{display:flex;justify-content:center;align-items:center;width:94%;margin:0 auto;height:240px}@media screen and (max-width: 1000px){.cronos-stores_head{height:160px}}.cronos-stores_title{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#3c494c;margin:0}.cronos-stores_title ._en{font-family:Lora,Zen Old Mincho,serif;font-size:30px;letter-spacing:.1em;font-weight:400}@media screen and (max-width: 1000px){.cronos-stores_title ._en{font-size:20px}}.cronos-stores_title ._ja{display:inline-block;font-family:Zen Old Mincho,serif;font-size:16px;font-weight:400;border-top:1px solid #3C494C;padding-top:10px;margin-top:10px}@media screen and (max-width: 1000px){.cronos-stores_title ._ja{font-size:12px}}.cronos-stores_nav{width:90%;max-width:1600px;margin:0 auto 50px;display:flex;justify-content:flex-start;align-items:flex-start;gap:10px;list-style:none}@media screen and (max-width: 1000px){.cronos-stores_nav{flex-wrap:wrap;gap:6px}}.cronos-stores_nav li{width:calc((100% - 60px) / 7);margin:0}@media screen and (max-width: 1000px){.cronos-stores_nav li{min-width:calc((100% - 12px) / 3);width:auto}}.cronos-stores_nav a{display:flex;justify-content:center;align-items:center;width:100%;height:50px;padding:5px 10px;border:1px solid #3C494C;color:#3c494c;border-radius:4px;font-size:14px;font-family:Lora,Zen Old Mincho,serif}@media screen and (max-width: 1000px){.cronos-stores_nav a{font-size:12px;height:25px;padding:0 16px}}.cronos-stores_list{width:90%;max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}@media screen and (max-width: 1000px){.cronos-stores_list{width:100%;gap:30px}}.cronos-stores_item{width:calc(50% - 20px)}@media screen and (max-width: 1000px){.cronos-stores_item{width:100%}}.cronos-stores_item ._head{position:relative;width:100%;height:auto;aspect-ratio:83/30;background-size:cover;background-position:center}.cronos-stores_item ._name{position:absolute;bottom:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:70px;background-color:#00000080}@media screen and (max-width: 1000px){.cronos-stores_item ._name{height:50px}}.cronos-stores_item ._name h3{font-family:Lora,Zen Old Mincho,serif;font-size:24px;font-weight:400;color:#fff;margin:0;letter-spacing:.1em}@media screen and (max-width: 1000px){.cronos-stores_item ._name h3{font-size:18px}}.cronos-stores_item ._name a{display:flex;justify-content:center;align-items:center;width:70px;height:70px;position:absolute;top:0;right:0}@media screen and (max-width: 1000px){.cronos-stores_item ._name a{height:50px}}.cronos-stores_item ._name a img{display:block;width:50px;height:auto}@media screen and (max-width: 1000px){.cronos-stores_item ._name a img{width:40px}}.cronos-stores_item ._info{padding-top:30px}@media screen and (max-width: 1000px){.cronos-stores_item ._info{padding:20px 20px 0}}.cronos-stores_item ._address{font-family:Zen Old Mincho,serif;font-size:16px;margin-bottom:5px}@media screen and (max-width: 1000px){.cronos-stores_item ._address{font-size:14px}}.cronos-stores_item ._tel{font-family:Zen Old Mincho,serif;font-size:16px;margin-bottom:5px}@media screen and (max-width: 1000px){.cronos-stores_item ._tel{font-size:14px}}.cronos-stores_item ._btn{position:relative;display:flex;width:100%;max-width:500px;height:60px;justify-content:center;align-items:center;border:1px solid #3C494C;color:#3c494c;font-size:16px;margin:30px auto 0;font-family:Lora,Zen Old Mincho,serif}@media screen and (max-width: 1000px){.cronos-stores_item ._btn{height:40px;font-size:14px;margin-top:20px}}.cronos-stores_item ._btn:after{content:"";position:absolute;top:calc(50% - 8px);right:14px;display:block;width:16px;height:16px;background-image:url(arrow-right-black.svg);background-position:center;background-size:contain;background-repeat:no-repeat}@media screen and (max-width: 1000px){.cronos-stores_item ._btn:after{width:10px;height:10px;top:calc(50% - 5px);right:10px}}.cronos-blog{padding-bottom:80px}@media screen and (max-width: 1000px){.cronos-blog{padding-bottom:40px}}.cronos-blog_head{display:flex;justify-content:center;align-items:center;width:94%;margin:0 auto;height:300px}@media screen and (max-width: 1000px){.cronos-blog_head{height:160px}}.cronos-blog_title{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#3c494c;margin:0}.cronos-blog_title ._l{position:relative;font-family:Lora,Zen Old Mincho,serif;font-size:36px;letter-spacing:.1em;font-weight:400;padding-bottom:10px}@media screen and (max-width: 1000px){.cronos-blog_title ._l{font-size:20px}}.cronos-blog_title ._l:after{content:"";display:block;width:60px;height:1px;background-color:#7a7a7a;position:absolute;bottom:0;left:calc(50% - 30px)}.cronos-blog_title ._small{display:inline-block;font-family:Zen Old Mincho,serif;font-size:20px;font-weight:400;border-top:1px solid #3C494C;padding-top:10px;margin-top:10px}@media screen and (max-width: 1000px){.cronos-blog_title ._small{font-size:12px}}.cronos-blog_list{width:94%;max-width:1600px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;gap:30px;flex-wrap:wrap}.cronos-blog_item{display:block;width:calc((100% - 60px) / 3)}@media screen and (max-width: 1000px){.cronos-blog_item{width:100%}}.cronos-blog_item ._img{display:block;width:100%;height:auto;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin-bottom:20px}@media screen and (max-width: 1000px){.cronos-blog_item ._img{margin-bottom:10px}}.cronos-blog_item ._date{font-family:Lora,Zen Old Mincho,serif;font-size:19px;margin-bottom:10px;color:#7a7a7a}@media screen and (max-width: 1000px){.cronos-blog_item ._date{font-size:14px;margin-bottom:5px}}.cronos-blog_item ._ttl{font-weight:400;font-family:Lora,Zen Old Mincho,serif;font-size:19px;color:#3c494c}@media screen and (max-width: 1000px){.cronos-blog_item ._ttl{font-size:14px}}.cronos-article{padding-bottom:80px;width:94%;max-width:1320px;margin:0 auto}.cronos-article_head{padding-top:80px;border-bottom:1px solid #7A7A7A}@media screen and (max-width: 1000px){.cronos-article_head{padding-top:40px}}.cronos-article_head ._date{font-family:Lora,Zen Old Mincho,serif;font-size:20px;color:#7a7a7a;margin-bottom:20px}@media screen and (max-width: 1000px){.cronos-article_head ._date{font-size:12px;margin-bottom:10px}}.cronos-article_head ._title{font-family:Lora,Zen Old Mincho,serif;font-size:30px;font-weight:400;color:#3c494c;margin:0;padding-bottom:20px}@media screen and (max-width: 1000px){.cronos-article_head ._title{font-size:18px}}.cronos-article_img{padding:50px 0}@media screen and (max-width: 1000px){.cronos-article_img{padding:30px 0}}.cronos-article_img img{display:block;width:100%;height:auto;max-width:800px;margin:0 auto}.cronos-article_body *{font-family:Zen Old Mincho,serif;font-size:20px;padding-bottom:50px}@media screen and (max-width: 1000px){.cronos-article_body *{font-size:14px;padding-bottom:30px}}.cronos-article_body img{display:inline-block}.cronos-article_bottom{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid #7A7A7A}@media screen and (max-width: 1000px){.cronos-article_bottom{padding-top:20px}}.cronos-article_bottom ._back{position:relative;display:block;font-family:Lora,Zen Old Mincho,serif;font-size:20px;color:#3c494c;padding-left:20px}@media screen and (max-width: 1000px){.cronos-article_bottom ._back{font-size:14px}}.cronos-article_bottom ._back:before{content:"";display:block;width:10px;height:10px;background-image:url(arrow-left.svg);background-size:contain;position:absolute;top:calc(50% - 5px);left:0;background-repeat:no-repeat}.cronos-pageHead{display:flex;justify-content:center;align-items:center;width:94%;margin:0 auto;height:240px}@media screen and (max-width: 1000px){.cronos-pageHead{height:160px}}.cronos-pageHead_title{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#3c494c;margin:0}.cronos-pageHead_title ._l{position:relative;font-family:Lora,Zen Old Mincho,serif;font-size:30px;letter-spacing:.1em;font-weight:400;padding-bottom:10px}@media screen and (max-width: 1000px){.cronos-pageHead_title ._l{font-size:20px}}.cronos-pageHead_title ._l:after{content:"";display:block;width:60px;height:1px;background-color:#7a7a7a;position:absolute;bottom:0;left:calc(50% - 30px)}.cronos-pageHead_title ._s{display:inline-block;font-family:Lora,Zen Old Mincho,serif;font-size:16px;font-weight:400;margin-top:10px}@media screen and (max-width: 1000px){.cronos-pageHead_title ._s{font-size:12px}}.cronos-faq{padding-bottom:80px}.cronos-faq_lists{width:100%;max-width:1600px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}@media screen and (max-width: 1000px){.cronos-faq_lists{gap:10px}}.cronos-faq_item{width:100%;margin:0}.cronos-faq_item ._q{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;height:auto;min-height:110px;padding:20px 110px 20px 20px;background-image:url(faq-bg.jpg);background-size:cover;color:#3c494c;font-size:24px;font-family:Lora,Zen Old Mincho,serif}@media screen and (max-width: 1000px){.cronos-faq_item ._q{font-size:16px;padding-right:50px;min-height:50px}}.cronos-faq_item ._q img{display:block;width:50px;height:50px}@media screen and (max-width: 1000px){.cronos-faq_item ._q img{width:25px;height:25px}}.cronos-faq_item ._q div{width:calc(100% - 70px)}@media screen and (max-width: 1000px){.cronos-faq_item ._q div{width:calc(100% - 40px)}}.cronos-faq_item ._q div span{display:block;font-size:22px}@media screen and (max-width: 1000px){.cronos-faq_item ._q div span{font-size:14px}}.cronos-faq_item ._q:before{content:"";display:block;width:30px;height:4px;background-color:#3c494c;position:absolute;top:calc(50% - 1px);right:20px}@media screen and (max-width: 1000px){.cronos-faq_item ._q:before{width:20px;height:2px}}.cronos-faq_item ._q:after{content:"";display:block;width:30px;height:4px;background-color:#3c494c;position:absolute;top:calc(50% - 1px);right:20px;transform:rotate(90deg)}@media screen and (max-width: 1000px){.cronos-faq_item ._q:after{width:20px;height:2px}}.cronos-faq_item ._q.active:after{transform:rotate(0)}.cronos-faq_item ._a{margin:0;width:100%;padding:50px 50px 50px 94px;font-family:Zen Old Mincho,serif;font-size:16px;color:#3c494c;display:none}@media screen and (max-width: 1000px){.cronos-faq_item ._a{font-size:14px;padding:20px}}.cronos-faq_item ._a.active{display:block}.cronos-faq_item ._img{text-align:center;margin:30px 0}.cronos-faq_item ._img img{display:inline-block;max-width:600px;height:auto}@media screen and (max-width: 1000px){.cronos-faq_item ._img img{max-width:100%}}.cronos-return{padding-bottom:80px}@media screen and (max-width: 1000px){.cronos-return{padding-bottom:40px}}.cronos-return_list{width:90%;max-width:1600px;margin:0 auto;font-family:Zen Old Mincho,serif}.cronos-return_list dt{margin:0 0 30px;font-size:16px}@media screen and (max-width: 1000px){.cronos-return_list dt{font-size:16px;margin-bottom:14px}}.cronos-return_list dd{margin:0 0 50px;font-size:14px;padding-left:30px}@media screen and (max-width: 1000px){.cronos-return_list dd{font-size:14px;padding-left:0;margin-bottom:20px}}.cronos-return_list dd ul{list-style:none;margin:20px 0}.cronos-return_list dd ul li{display:flex;justify-content:flex-start;align-items:flex-start}.cronos-return_list dd ul li:before{content:"";display:block;width:20px;height:20px;background-image:url(icon-check.svg);background-position:center;background-size:16px;background-repeat:no-repeat;margin-right:10px;margin-top:4px}@media screen and (max-width: 1000px){.cronos-return_list dd ul li:before{margin-top:2px}}.cronos-tokusho{padding-bottom:80px}@media screen and (max-width: 1000px){.cronos-tokusho{padding-bottom:40px}}.cronos-tokusho_list{margin:0 auto;max-width:1600px;width:90%;font-family:Zen Old Mincho,serif;color:#3c494c}.cronos-tokusho_list ._row{display:flex;justify-content:space-between;align-items:flex-start;width:100%;padding:30px 0;border-bottom:1px solid #7A7A7A}@media screen and (max-width: 1000px){.cronos-tokusho_list ._row{display:block;padding:20px 0}}.cronos-tokusho_list dt{width:300px;margin:0;font-size:16px}@media screen and (max-width: 1000px){.cronos-tokusho_list dt{width:100%;font-size:16px;margin-bottom:16px}}.cronos-tokusho_list dd{width:calc(100% - 330px);font-size:14px;margin:0}@media screen and (max-width: 1000px){.cronos-tokusho_list dd{width:100%;font-size:14px;padding-left:20px}}.cronos-searchForm{position:absolute;width:100%;height:140px;top:0;left:0;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:1000;transform:translateY(-140px);transition:transform .3s ease}@media screen and (max-width: 1000px){.cronos-searchForm{height:50px}}.cronos-searchForm.active{transform:translateY(0)}.cronos-searchForm form{display:flex;justify-content:center;align-items:stretch}.cronos-searchForm form input[type=text]{width:300px;height:50px;background-color:#fff;border:none}@media screen and (max-width: 1000px){.cronos-searchForm form input[type=text]{width:200px;height:30px;font-size:14px}}.cronos-searchForm form input[type=submit]{width:50px;height:50px;background-color:#3c494c;background-image:url(icon-search.svg);background-position:center;background-repeat:no-repeat;background-size:25px;border:none}@media screen and (max-width: 1000px){.cronos-searchForm form input[type=submit]{width:30px;height:30px;background-size:14px}}.cronos-searchForm_close{width:50px;height:50px;position:absolute;top:calc(50% - 25px);right:50px}@media screen and (max-width: 1000px){.cronos-searchForm_close{width:30px;height:30px;top:calc(50% - 15px);right:10px}}.cronos-searchForm_close:before{content:"";display:block;width:24px;height:1px;background-color:#fff;position:absolute;top:50%;left:calc(50% - 12px);transform:rotate(45deg)}@media screen and (max-width: 1000px){.cronos-searchForm_close:before{width:16px;left:calc(50% - 8px)}}.cronos-searchForm_close:after{content:"";display:block;width:24px;height:1px;background-color:#fff;position:absolute;top:50%;left:calc(50% - 12px);transform:rotate(-45deg)}@media screen and (max-width: 1000px){.cronos-searchForm_close:after{width:16px;left:calc(50% - 8px)}}.cronos-radios{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin-bottom:30px}.cronos-radios label{width:50%}.cronos-radios input[type=radio]{margin:0 5px 0 0}.cronos-about_hero{width:100%}.cronos-about_hero ._pc{display:block;width:100%;height:90vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width: 1000px){.cronos-about_hero ._pc{display:none}}.cronos-about_hero ._sp{display:none;width:100%;height:90vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width: 1000px){.cronos-about_hero ._sp{display:block}}.cronos-about_intro{padding:100px 0;display:flex;justify-content:center;align-items:stretch;width:90%;margin:0 auto}@media screen and (max-width: 1000px){.cronos-about_intro{padding:50px 0;display:block}}.cronos-about_intro ._texts{width:50%;max-width:600px}@media screen and (max-width: 1000px){.cronos-about_intro ._texts{width:100%}}.cronos-about_intro ._texts h2{position:relative;font-weight:400;font-size:36px;letter-spacing:.2em;padding-bottom:20px;margin-bottom:100px}@media screen and (max-width: 1000px){.cronos-about_intro ._texts h2{font-size:16px;margin-bottom:50px}}.cronos-about_intro ._texts h2:after{content:"";display:block;position:absolute;bottom:0;left:0;width:80px;border-bottom:1px solid #3C494C}.cronos-about_intro ._texts ._large{font-size:20px;line-height:2em;margin-bottom:80px}@media screen and (max-width: 1000px){.cronos-about_intro ._texts ._large{font-size:14px;margin-bottom:40px}}.cronos-about_intro ._texts ._small{font-size:16px;line-height:2em}@media screen and (max-width: 1000px){.cronos-about_intro ._texts ._small{font-size:12px}}.cronos-about_intro ._image{width:50%;padding-left:60px}@media screen and (max-width: 1000px){.cronos-about_intro ._image{width:100%;padding:0}}.cronos-about_intro ._image img{display:block;width:100%;height:auto;transform:translate(50px)}@media screen and (max-width: 1000px){.cronos-about_intro ._image img{transform:translate(0)}}.cronos-about_categories{background-image:url(about-cat-bg.jpg);background-size:cover;padding:100px 0}@media screen and (max-width: 1000px){.cronos-about_categories{padding:50px 0}}.cronos-about_row{display:flex;justify-content:center;align-items:stretch;width:90%;max-width:1600px;margin:0 auto 80px;gap:60px}@media screen and (max-width: 1000px){.cronos-about_row{display:block;margin-bottom:50px}}.cronos-about_row:last-of-type{margin-bottom:0}.cronos-about_row--rev{flex-direction:row-reverse}.cronos-about_row ._img{width:calc(50% - 30px)}@media screen and (max-width: 1000px){.cronos-about_row ._img{width:100%;margin-bottom:30px}}.cronos-about_row ._img img{display:block;width:100%;height:auto}.cronos-about_row ._text{width:calc(50% - 30px);color:#fff;max-width:600px}@media screen and (max-width: 1000px){.cronos-about_row ._text{width:100%}}.cronos-about_row ._text h3{font-size:36px;font-weight:400;letter-spacing:.2em;margin-bottom:50px}@media screen and (max-width: 1000px){.cronos-about_row ._text h3{font-size:15px;margin-bottom:30px}}.cronos-about_row ._text p{font-size:20px;line-height:2em}@media screen and (max-width: 1000px){.cronos-about_row ._text p{font-size:12px}}.cronos-sizeguide_head{width:90%;margin:0 auto;padding-bottom:100px}@media screen and (max-width: 1000px){.cronos-sizeguide_head{padding-bottom:0}}.cronos-sizeguide_head p{text-align:center;font-size:14px;line-height:2em}@media screen and (max-width: 1000px){.cronos-sizeguide_head p{font-size:14px;text-align:left}}.cronos-sizeguide_nav{display:none}@media screen and (max-width: 1000px){.cronos-sizeguide_nav{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:6px;width:90%;margin:0 auto;padding:40px 0}.cronos-sizeguide_nav a{width:calc((100% - 12px) / 3);display:flex;justify-content:center;align-items:center;height:25px;border:1px solid #3C494C;color:#3c494c;border-radius:4px;font-size:12px}}.cronos-sizeguide_modelsnav{display:none}@media screen and (max-width: 1000px){.cronos-sizeguide_modelsnav{display:block;padding-bottom:40px}}.cronos-sizeguide_modelsnav h2{text-align:center;margin-bottom:30px;font-weight:400;font-size:18px;letter-spacing:.15em}.cronos-sizeguide_modelsnav ._list{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:10px;width:90%;margin:0 auto}.cronos-sizeguide_modelsnav ._list a{display:block;width:calc((100% - 20px) / 3);color:#3c494c;text-align:center}.cronos-sizeguide_modelsnav ._list a img{display:block;width:100%;height:auto;margin-bottom:6px}.cronos-sizeguide_modelsnav ._list a span{display:block;font-size:12px;text-align:center;color:#3c494c}.cronos-sizeguide_modelsnav ._list a div{display:block;font-size:12px;text-align:center;color:#7a7a7a}.cronos-sizeguide_sizes{display:flex;justify-content:flex-start;align-items:stretch;gap:40px;flex-wrap:wrap;width:90%;margin:0 auto}.cronos-sizeguide_size{width:calc((100% - 80px) / 3)}@media screen and (max-width: 1000px){.cronos-sizeguide_size{width:100%}}.cronos-sizeguide_size h3{font-size:16px;padding-bottom:16px;border-bottom:1px solid #3C494C;margin-bottom:20px;font-weight:400;display:flex;align-items:center}@media screen and (max-width: 1000px){.cronos-sizeguide_size h3{font-size:18px;padding-bottom:10px;margin-bottom:10px}}.cronos-sizeguide_size h3 span{font-size:16px;margin-left:10px}@media screen and (max-width: 1000px){.cronos-sizeguide_size h3 span{font-size:12px}}.cronos-sizeguide_size img{display:block;width:100%;height:auto}.cronos-sizeguide_models{padding:80px 0;width:90%;margin:0 auto}.cronos-sizeguide_models ._ttl{text-align:center;padding-bottom:20px;border-bottom:1px solid #3C494C;font-weight:400;font-size:24px;margin-bottom:50px}@media screen and (max-width: 1000px){.cronos-sizeguide_models ._ttl{font-size:16px;padding-bottom:10px;margin-bottom:20px}}.cronos-sizeguide_models ul{display:flex;justify-content:flex-start;align-items:stretch;width:100%;margin:0;flex-wrap:wrap;gap:40px;list-style:none}.cronos-sizeguide_models ul li{width:calc((100% - 120px)/4);margin:0}@media screen and (max-width: 1000px){.cronos-sizeguide_models ul li{width:100%}}.cronos-sizeguide_models ul li img{display:block;width:100%;height:auto;margin-bottom:20px}.cronos-sizeguide_models ul li ._name{font-size:16px;font-weight:400;text-align:center;margin-bottom:20px}@media screen and (max-width: 1000px){.cronos-sizeguide_models ul li ._name{font-size:14px;margin-bottom:10px}}.cronos-sizeguide_models ul li dl{margin:0;font-size:14px}@media screen and (max-width: 1000px){.cronos-sizeguide_models ul li dl{font-size:12px}}.cronos-sizeguide_models ul li dl div{display:flex;justify-content:center;align-items:center}.cronos-sizeguide_models ul li dl dt{width:60%;text-align:right;margin:0}.cronos-sizeguide_models ul li dl dd{width:40%;padding-left:30px;margin:0}@media screen and (max-width: 1000px){.cronos-sizeguide_models ul li dl dd{padding-left:20px}}.cronos-bread{padding:10px 0}.cronos-bread_inner{width:90%;margin:0 auto}.cronos-bread ul{list-style:none;margin:0;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.cronos-bread ul li{margin:0;font-size:14px}@media screen and (max-width: 1000px){.cronos-bread ul li{font-size:12px}}.cronos-bread ul li:after{content:">";display:inline-block;margin:0 5px}.cronos-bread ul li:last-of-type:after{display:none}.cronos-bread ul li a{color:#3c494c}.cronos-bread ul li span{color:#525c5e}.cronos-snap_list{width:94%;max-width:1600px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;gap:30px;flex-wrap:wrap}@media screen and (max-width: 1000px){.cronos-snap_list{gap:20px}}.cronos-snap_item{display:block;width:calc((100% - 30px)/2)}@media screen and (max-width: 1000px){.cronos-snap_item{width:calc((100% - 20px)/2)}}.cronos-snap_item ._img{display:block;width:100%;height:auto;aspect-ratio:2/3;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cronos-snap_tags{width:94%;max-width:1600px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;list-style:none}.cronos-snap_tags a{display:flex;width:100px;height:30px;justify-content:center;align-items:center;border-radius:5px;border:1px solid #000;color:#000;font-size:14px;transition:all .3s ease}.cronos-snap_tags a.current{background-color:#000;color:#fff}.cronos-snap_sec{margin:50px 0}.cronos-snap_model{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:20px 0;width:90%;max-width:300px;margin:0 auto}@media screen and (max-width: 1000px){.cronos-snap_model{width:100%}}.cronos-snap_model dt{font-size:13px}.cronos-snap_model dd{margin:0;font-size:13px}#CartDrawer{z-index:1100}.swiper-button-disabled{display:none}.shopify-payment-button div div div{display:flex}@media screen and (max-width: 1000px){.shopify-payment-button div div div{display:block}}.pagination{padding:60px 0}@media screen and (max-width: 1000px){.pagination{padding:30px 0}}.anim-onscroll{opacity:0;transform:translateY(30px);transition:opacity 1s ease,transform 1s ease;transition-delay:.3s}.anim-onscroll.do_anim{opacity:1;transform:translateY(0)}.ssw-accept-marketing{margin-bottom:30px}.ssw-accept-marketing input[type=checkbox]{margin:0 0 0 5px}.ssw-instagram-title{text-align:center!important;font-family:Lora,Zen Old Mincho,serif!important;font-weight:400!important;font-size:32px!important;margin:0 0 50px!important;letter-spacing:.15em!important}@media screen and (max-width: 1000px){.ssw-instagram-title{font-size:20px!important;margin-bottom:25px!important}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/cronos.css.map */
