@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@300;400;500;600;700&family=Mukta:wght@200;300;400;500;600;700;800&display=swap";.header{padding-top:1rem;padding-bottom:1rem;padding:1rem 2rem!important;max-width:100%!important}.header__heading-link{padding:0!important}.header__heading-logo-wrapper{width:60%}@media (min-width: 750px){.header__heading-logo-wrapper{width:8.8rem!important}}.header__icon .svg-wrapper{height:3rem;width:3rem}@media (min-width: 750px){.header__icon .svg-wrapper{height:4.4rem;width:4.4rem}}.header__icon .icon{width:1.6rem;height:1.6rem}.header__icon,.header__icon--cart .icon{width:3rem;height:3rem}.menu-drawer__menu-item{font-size:1.4rem!important;padding:1.1rem 2rem!important}@media screen and (max-width: 749px){.header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links{padding:1.5rem 2rem!important}}.menu-drawer__account{font-size:1.4rem!important}.link-btn{position:relative;font-family:Zen Old Mincho,serif;font-size:1.3rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;color:#262626;display:flex;align-items:center;gap:4rem;padding-bottom:1.2rem;transition:all .3s ease}@media (min-width: 750px){.link-btn{font-size:1.5rem;gap:6rem}}.link-btn:before,.link-btn:after{content:"";width:100%;height:.1rem;display:block;position:absolute;bottom:0;left:0}.link-btn:before{background-color:#c9c9c9}.link-btn:after{transform:scaleX(0);background-color:#4e4e4e;transform-origin:right;transition:transform .6s cubic-bezier(.215,.61,.355,1)}.link-btn.-white{color:#fff;border-bottom-color:#fff9}.link-btn.-white:before{background-color:#fff9}.link-btn.-white:after{background-color:#fff}@media (hover: hover){.link-btn.-white:hover:after{transform:scaleX(1);transform-origin:left}.link-btn.-white:hover .link-btn__icon.-arrow{transform:translate(.5rem)}.link-btn.-white--white:hover{color:#c9c9c9}}@media (hover: hover){.link-btn:hover:after{transform:scaleX(1);transform-origin:left}.link-btn:hover .link-btn__icon.-arrow{transform:translate(.5rem)}.link-btn--white:hover{color:#c9c9c9}}.link-btn__icon{display:flex;transition:all .3s}.link-btn__icon.-external{width:1.5rem;height:1.5rem}.link-btn__icon.-external svg{width:100%;height:auto}.age-verification{margin:4rem 0 2.4rem}.age-verification__label{display:flex;align-items:center;gap:1rem;cursor:pointer;font-size:1.4rem;line-height:1.5}@media (min-width: 750px){.age-verification__label{font-size:1.6rem}}.age-verification__text{font-size:1.2rem;line-height:1.5;color:rgba(var(--color-foreground),.5);margin:1rem 0 0}.age-verification__checkbox,.age-verification input[type=checkbox]{width:2.4rem!important;height:2.4rem!important;margin:0!important;cursor:pointer;flex-shrink:0;display:block!important}@media (min-width: 750px){.age-verification__checkbox,.age-verification input[type=checkbox]{width:2.8rem!important;height:2.8rem!important}}.age-verification__label span{flex:1;font-weight:500;letter-spacing:.02em}.product-form__buttons[data-age-disabled=true] button{opacity:.5;cursor:not-allowed}.product-form__buttons[data-age-disabled=true] .shopify-payment-button{opacity:.5;pointer-events:none}.age-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease}.age-modal--hidden{opacity:0;visibility:hidden}.age-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.age-modal__content{position:relative;width:100%;max-width:48rem;background-color:#fff;border-radius:1.2rem;box-shadow:0 2rem 6rem #0000004d;overflow:hidden;transform:scale(1);transition:transform .3s ease}.age-modal--hidden .age-modal__content{transform:scale(.9)}.age-modal__header{padding:3rem 3rem 0;text-align:center}@media (min-width: 750px){.age-modal__header{padding:4rem 4rem 0}}.age-modal__title{font-size:2.4rem;font-weight:700;color:#262626;margin:0;letter-spacing:.1em}@media (min-width: 750px){.age-modal__title{font-size:3.2rem}}.age-modal__body{padding:2rem 3rem;text-align:center}@media (min-width: 750px){.age-modal__body{padding:3rem 4rem}}.age-modal__message{font-size:1.6rem;line-height:1.8;color:#333;margin:0;letter-spacing:.02em}@media (min-width: 750px){.age-modal__message{font-size:1.8rem;line-height:2}}.age-modal__footer{padding:0 3rem 3rem;display:flex;gap:1.6rem;justify-content:center}@media (min-width: 750px){.age-modal__footer{padding:0 4rem 4rem;gap:2rem}}.age-modal__btn{flex:1;max-width:16rem;padding:1.4rem 2.4rem;font-size:1.6rem;font-weight:600;letter-spacing:.1em;border-radius:.8rem;border:2px solid transparent;cursor:pointer;transition:all .3s ease;background-color:transparent}@media (min-width: 750px){.age-modal__btn{padding:1.6rem 3rem;font-size:1.8rem}}.age-modal__btn--no{color:#666;border-color:#ddd;background-color:#f8f8f8}.age-modal__btn--no:hover{background-color:#e8e8e8;border-color:#ccc}.age-modal__btn--no:active{transform:translateY(1px)}.age-modal__btn--yes{color:#fff;background-color:#262626;border-color:#262626}.age-modal__btn--yes:hover{background-color:#1a1a1a;border-color:#1a1a1a}.age-modal__btn--yes:active{transform:translateY(1px)}@keyframes fadeInModal{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.age-modal__content{animation:fadeInModal .4s ease forwards}.loading-animation{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;visibility:visible;transition:opacity 1s ease,visibility 1s ease}.loading-animation--fade-out{opacity:0;visibility:hidden}.loading-animation__content{text-align:center}.loading-animation__logo-wrapper{opacity:0;-webkit-animation:logoWrapperAnimation 4s ease-in-out 1s forwards;animation:logoWrapperAnimation 4s ease-in-out 1s forwards}.loading-animation__logo{-webkit-animation:logoRotation 4s ease-in-out 1s forwards;animation:logoRotation 4s ease-in-out 1s forwards}.loading-animation__logo img{max-width:13rem;width:100%;height:auto}@media (min-width: 750px){.loading-animation__logo img{max-width:18rem}}@-webkit-keyframes logoWrapperAnimation{0%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(-60vh);transform:translateY(-60vh)}}@keyframes logoWrapperAnimation{0%{opacity:0;transform:translateY(0)}20%{opacity:1;transform:translateY(0)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(-60vh)}}@-webkit-keyframes logoRotation{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0)}20%{-webkit-transform:rotateY(0deg);transform:rotateY(0)}60%{-webkit-transform:rotateY(0deg);transform:rotateY(0)}to{-webkit-transform:rotateY(720deg);transform:rotateY(720deg)}}@keyframes logoRotation{0%{transform:rotateY(0)}20%{transform:rotateY(0)}60%{transform:rotateY(0)}to{transform:rotateY(720deg)}}.product-card__color-swatches{position:relative;z-index:1;display:flex;gap:.4rem;margin-top:.8rem}.product-card__variant-selects{position:relative;z-index:1}.product-card__swatch-group{border:none;padding:0;margin:0;display:flex;gap:.4rem;margin-top:.8rem}.product-card__swatch{width:2rem;height:2rem;border-radius:50%;border:.1rem solid rgba(0,0,0,.1);display:inline-block;cursor:pointer;background:#ddd;transition:transform .2s ease,border-color .2s ease;position:relative;overflow:hidden}.product-card__swatch .swatch{width:100%;height:100%}@media (hover: hover){.product-card__swatch:hover:not(.product-card__swatch--unavailable){transform:scale(1.1)}}.product-card__swatch--active{border-color:#000c;transform:scale(1.1)}.product-card__swatch--unavailable{cursor:not-allowed;opacity:.4}.product-card__swatch--unavailable:after{content:"";position:absolute;top:50%;left:0;right:0;height:.1rem;background-color:#000c;transform:translateY(-50%) rotate(-45deg)}.related-products{margin-top:0;padding-top:1.5rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}@media (min-width: 750px){.related-products{padding-top:2rem}}.related-products__title{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:rgb(var(--color-foreground));text-align:left}.related-products__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 749px){.related-products__list{gap:1.5rem}}@media (max-width: 480px){.related-products__list{gap:1rem}}.related-products__item{text-align:center}.related-products__link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:rgb(var(--color-foreground));transition:transform .2s ease,opacity .2s ease}.related-products__link:hover{opacity:.8;text-decoration:none}.related-products__image{width:100%;height:auto;object-fit:cover;border-radius:.8rem;margin-bottom:0;transition:box-shadow .2s ease}.related-products__name{font-size:1.2rem}.related-products .related-products__title{font-size:1.6rem;font-weight:600;margin:0}.related-products p{color:rgb(var(--color-foreground));opacity:.7;font-size:1.4rem;text-align:center;margin:2rem 0}.back-to-collection{padding:0 0 12rem;display:flex;justify-content:center}.parallax-image-section{position:relative;overflow:hidden;height:24rem}@media (min-width: 750px){.parallax-image-section{height:40rem}}.parallax-image-container{position:relative;height:100%;overflow:hidden}.parallax-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.parallax-image-placeholder{display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-background));border:2px dashed rgba(var(--color-foreground),.3)}.parallax-image-placeholder-content{text-align:center;color:rgba(var(--color-foreground),.5)}@media screen and (prefers-reduced-motion: reduce){.parallax-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}}.custom-footer{background-color:rgb(var(--color-foreground));color:#fff;padding:6rem 0 1rem}@media (min-width: 750px){.custom-footer{padding:8rem 0 1rem}}.custom-footer__container{position:relative;max-width:120rem;width:100%;margin:0 auto;padding:0 2rem}@media (min-width: 750px){.custom-footer__container{padding:0 3rem}}.custom-footer__content{position:relative;display:flex;justify-content:space-between;flex-direction:column}@media (min-width: 750px){.custom-footer__content{flex-direction:row}}@media (min-width: 750px){.custom-footer__info{padding-bottom:6rem}}.custom-footer__logo{display:flex;width:12rem}@media (min-width: 750px){.custom-footer__logo{width:15rem}}.custom-footer__logo img{width:100%;height:auto}.custom-footer__description{font-family:Zen Old Mincho,serif;font-size:1.2rem;font-weight:300;letter-spacing:.1em;margin-top:1.6rem;line-height:2.5}@media (min-width: 750px){.custom-footer__description{font-size:1.3rem}}.custom-footer__description a{color:#fff}.custom-footer__nav-cols{font-family:Zen Old Mincho,serif;padding:0;list-style:none;display:flex;align-items:flex-start;flex-direction:column;gap:3rem;margin:2.4rem 0 0}@media (min-width: 750px){.custom-footer__nav-cols{flex-direction:row;gap:6rem;margin-top:0}}.custom-footer__nav-col{display:grid;gap:1rem}@media (min-width: 750px){.custom-footer__nav-col{gap:1.6rem}}.custom-footer__nav-head{font-size:1.4rem}@media (min-width: 750px){.custom-footer__nav-head{font-size:1.5rem}}.custom-footer__nav-list{padding:0;list-style:none;display:grid;gap:.8rem}@media (min-width: 750px){.custom-footer__nav-list{gap:1.2rem}}.custom-footer__nav-item{display:flex}.custom-footer__nav-link{color:#fff;text-decoration:none;font-size:1.3rem;font-weight:500;color:#88898c;transition:color .3s ease}@media (min-width: 750px){.custom-footer__nav-link{font-size:1.4rem}}.custom-footer__nav-link svg{margin-left:.2rem;transform:translateY(.1rem)}.custom-footer__nav-link svg path{fill:#88898c;transition:fill .3s ease}.custom-footer__nav-link:hover{color:#fff}.custom-footer__nav-link:hover svg path{fill:#fff}.custom-footer__link{color:#fff;text-decoration:none}.custom-footer__sns-list{list-style:none;padding:0;margin:2.4rem 0 0;position:static}@media (min-width: 750px){.custom-footer__sns-list{position:absolute;bottom:0;left:0}}.custom-footer__sns-link{display:flex;width:2.4rem;transition:all .3s}@media (hover: hover){.custom-footer__sns-link:hover{opacity:.7}}.custom-footer__sns-link svg path{fill:#fff}.custom-footer__bottom{margin-top:5rem}.custom-footer__copyright{max-width:120rem;margin:0 auto;padding:1.2rem;text-align:center;font-size:1rem;font-weight:300;letter-spacing:.1em;font-family:Zen Old Mincho,serif}@media (min-width: 750px){.custom-footer__copyright{font-size:1.2rem}}@keyframes scale{0%{transform:scale(1)}to{transform:scale(1.05)}}.home-mainvisual{position:relative;overflow:hidden}.home-mainvisual__slider{width:100%;height:calc(100svh - 12.4rem);min-height:60rem;overflow:hidden}.home-mainvisual__container{position:relative;width:100%;height:100%}.home-mainvisual__slides,.home-mainvisual__slides .splide__track,.home-mainvisual__slides .splide__list{width:100%;height:100%}.home-mainvisual__slides .splide__slide{width:100%;height:100%;position:relative}.home-mainvisual__slides .splide__slide.is-active .mainvisual__image{animation:scale 7s linear forwards}.home-mainvisual__image{width:100%;height:100%;object-fit:cover;transform:scale(1.05)}.home-mainvisual__slide-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:flex-end;flex-direction:column;background-color:#0006;z-index:1;padding:2.4rem 2.4rem 4rem}@media (min-width: 750px){.home-mainvisual__slide-content{padding:8rem;justify-content:space-between}}.home-mainvisual__slide-title{color:#fff;font-size:2.2rem;font-weight:400;font-family:Zen Old Mincho,serif;letter-spacing:.1em}@media (min-width: 750px){.home-mainvisual__slide-title{font-size:3.2rem;margin:0 0 0 auto}}.home-mainvisual__slide-text{display:grid;gap:1.6rem}@media (min-width: 750px){.home-mainvisual__slide-text{gap:2.4rem}}.home-mainvisual__slide-text p{font-size:1.4rem;font-weight:500;font-family:Zen Old Mincho,serif;line-height:2;color:#fff;letter-spacing:.05em;margin:0}@media (min-width: 750px){.home-mainvisual__slide-text p{font-size:1.6rem;letter-spacing:.1em}}.home-mainvisual__logo{width:18rem}@media (min-width: 750px){.home-mainvisual__logo{width:24rem}}.home-mainvisual__logo-image{width:100%;height:auto}.home-mainvisual__cover{position:relative;height:100svh;width:100%}.home-mainvisual__cover img{height:100%;width:100%;object-fit:cover}.home-mainvisual__cover-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#0006;z-index:1}.home-mainvisual__cover-title{color:#fff;font-family:Zen Old Mincho,serif;font-weight:600;font-size:2rem;text-align:center;letter-spacing:.05em;line-height:1.8;margin:0}@media (min-width: 750px){.home-mainvisual__cover-title{font-size:3.2rem;line-height:2;letter-spacing:.24em}}.home-mainvisual__cover-en-text{color:#c9c9c9;font-family:Mukta,sans-serif;font-weight:300;font-size:1.4rem;text-align:center;letter-spacing:.1em;line-height:1.8;margin:0}@media (min-width: 750px){.home-mainvisual__cover-en-text{font-size:1.6rem}}.home-story{padding:8rem 0;background-color:#fff;font-family:Zen Old Mincho,serif}@media (min-width: 750px){.home-story{padding:16rem 0}}.home-story__container{max-width:96rem;width:100%;padding:0 2rem;margin:0 auto;display:flex;flex-direction:column;gap:12rem}@media (min-width: 750px){.home-story__container{padding:0 3rem}}.home-story__content{display:flex;justify-content:center;gap:10rem}.home-story__title{font-family:Zen Old Mincho,serif;font-size:2.6rem;font-weight:300;text-orientation:upright;writing-mode:vertical-rl;margin:0;margin-bottom:3.2rem;letter-spacing:.2em}.home-story__inner-content{max-width:70rem;width:100%}.home-story__sub-title{margin:0;display:flex;flex-direction:column;align-items:center;gap:1.6rem}.home-story__sub-title span:first-child{font-family:Mukta,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:.2em;color:#c9c9c9}@media (min-width: 750px){.home-story__sub-title span:first-child{font-size:1.4rem}}.home-story__sub-title span:nth-child(2){font-family:Zen Old Mincho,serif;font-size:2.2rem;font-weight:300;letter-spacing:.1em;text-align:center;line-height:1.75}@media (min-width: 750px){.home-story__sub-title span:nth-child(2){font-size:2.8rem;text-align:left;letter-spacing:.2em}}.home-story__text{margin-top:3.2rem;text-align:center;font-size:1.3rem;font-weight:500;line-height:2.5}@media (min-width: 750px){.home-story__text{font-size:1.6rem;line-height:2.25}}.home-story__mission-content{margin-top:12rem}.home-story__mission-title{font-family:Zen Old Mincho,serif;font-size:2.8rem;font-weight:300;margin:0;letter-spacing:.2em;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.home-story__mission-title span:last-child{font-family:Mukta,sans-serif;font-size:1.4rem;font-weight:300;letter-spacing:.2em;color:#c9c9c9}.home-story__img-wrap{width:100%;margin:6.4rem 0;display:flex}@media (min-width: 750px){.home-story__img-wrap{margin:12rem 0}}.home-story__img-wrap.-right{justify-content:flex-end}.home-story__img-wrap.-left{justify-content:flex-start}.home-story__img{width:calc(100% - 2rem);aspect-ratio:3/2}@media (min-width: 750px){.home-story__img{aspect-ratio:2/1;width:70%}}.home-story__img img{height:100%;width:100%;object-fit:cover}.home-products{padding:8rem 0;background-color:#f5f5f7}@media (min-width: 750px){.home-products{padding:16rem 0}}.home-products__container{max-width:110rem;margin:0 auto;padding:0 2rem}@media (min-width: 750px){.home-products__container{padding:0 3rem}}.home-products__header{text-align:center}.home-products__title{margin:0;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 750px){.home-products__title{gap:1.6rem}}.home-products__title span:first-child{font-family:Mukta,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:.2em;color:#c1c1c1}@media (min-width: 750px){.home-products__title span:first-child{font-size:1.4rem}}.home-products__title span:nth-child(2){font-family:Zen Old Mincho,serif;font-size:2.4rem;font-weight:300;letter-spacing:.2em}@media (min-width: 750px){.home-products__title span:nth-child(2){font-size:2.8rem}}.home-products__description{font-size:1.125rem;color:var(--color-foreground-75);max-width:600px;margin:0 auto;line-height:1.6}.home-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;margin-top:2.4rem}@media (min-width: 990px){.home-products__grid{grid-template-columns:repeat(4,1fr);gap:4rem;margin-top:4rem}}.home-products__grid .card-wrapper{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}.home-products__grid .card-wrapper:nth-child(1){animation-delay:0s}.home-products__grid .card-wrapper:nth-child(2){animation-delay:.1s}.home-products__grid .card-wrapper:nth-child(3){animation-delay:.2s}.home-products__grid .card-wrapper:nth-child(4){animation-delay:.3s}.home-products__grid .card-wrapper:nth-child(5){animation-delay:.4s}.home-products__grid .card-wrapper:nth-child(6){animation-delay:.5s}.home-products__grid .card-wrapper:nth-child(7){animation-delay:.6s}.home-products__grid .card-wrapper:nth-child(8){animation-delay:.7s}.home-products__footer{text-align:center}.home-products__btn-wrap{display:flex;justify-content:flex-end;margin-top:4rem}.home-products__btn{font-family:Zen Old Mincho,serif;font-size:1.5rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;color:#4e4e4e;display:flex;gap:6rem;padding-bottom:1.2rem;border-bottom:.1rem solid #c9c9c9}.home-products__collections{display:grid;gap:6rem;margin-top:4rem}@media (min-width: 750px){.home-products__collections{gap:8rem;margin-top:6rem}}.home-products__collection{position:relative}.home-products__collection-title{display:flex;flex-direction:column-reverse;align-items:baseline;gap:.5rem;margin:0;border-bottom:.1rem solid #c9c9c9;padding-bottom:1.2rem}@media (min-width: 750px){.home-products__collection-title{gap:1.6rem;padding-bottom:1.6rem;flex-direction:row}}.home-products__collection-title span:first-child{font-family:Zen Old Mincho,serif;font-size:2rem;font-weight:300;letter-spacing:0em}@media (min-width: 750px){.home-products__collection-title span:first-child{font-size:2.4rem}}.home-products__collection-title span:nth-child(2){font-family:Mukta,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:.1em;color:#c9c9c9;text-transform:uppercase}@media (min-width: 750px){.home-products__collection-title span:nth-child(2){font-size:1.4rem;letter-spacing:.2em}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.home-featured-collection{padding:8rem 0;background-color:#f8f8f8}@media (min-width: 750px){.home-featured-collection{padding:16rem 0}}.home-featured-collection__title{width:100%;display:flex;align-items:center;justify-content:center;gap:1.4rem;margin-bottom:3.2rem}@media (min-width: 750px){.home-featured-collection__title{gap:2rem;margin:0 0 6.4rem}}.home-featured-collection__title img{width:3.8rem;flex-shrink:0}@media (min-width: 750px){.home-featured-collection__title img{width:5rem}}.home-featured-collection__title span{font-weight:500;font-size:2.2rem;letter-spacing:.2em;line-height:1.5;display:block}@media (min-width: 750px){.home-featured-collection__title span{font-size:3.2rem}}.home-featured-collection__btn-wrap{margin:4rem auto 0;display:flex;justify-content:center}@media (min-width: 750px){.home-featured-collection__btn-wrap{margin-top:6.4rem}}.home-featured-collection__btn-wrap .link-btn{width:25rem}.home-about__row{display:flex;height:auto}@media (min-width: 750px){.home-about__row{height:72rem}}.home-about__row.-reverse{flex-direction:column-reverse}@media (min-width: 750px){.home-about__row.-reverse{flex-direction:row-reverse}}.home-about__img-col{width:100%}@media (min-width: 750px){.home-about__img-col{width:50%}}.home-about__img-col img{width:100%;height:100%;object-fit:cover}.home-about__content-col{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}@media (min-width: 750px){.home-about__content-col{width:50%}}.home-about__content-inner{padding:8rem 2rem 6rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;max-width:62rem}@media (min-width: 750px){.home-about__content-inner{padding:12rem 4rem}}.home-about__title{margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media (min-width: 750px){.home-about__title{gap:1.6rem}}.home-about__title span:first-child{font-family:Mukta,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:.2em;color:#c9c9c9}@media (min-width: 750px){.home-about__title span:first-child{font-size:1.4rem}}.home-about__title span:nth-child(2){font-family:Zen Old Mincho,serif;font-size:2.4rem;font-weight:300;letter-spacing:.2em}@media (min-width: 750px){.home-about__title span:nth-child(2){font-size:2.8rem}}.home-about__text{font-family:Zen Old Mincho,serif;font-size:1.3rem;font-weight:500;letter-spacing:.1em;line-height:2.25;margin-top:3.2rem}@media (min-width: 750px){.home-about__text{font-size:1.4rem}}.home-about__btn-wrap{display:flex;justify-content:flex-end;margin-top:4rem}.home-about__btn{font-family:Zen Old Mincho,serif;font-size:1.5rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;color:#4e4e4e;display:flex;gap:6rem;padding-bottom:1.2rem;border-bottom:.1rem solid #c9c9c9}.page-top .blog-list-section{padding:8rem 0;background-color:#f8f8f8}@media (min-width: 750px){.page-top .blog-list-section{padding:16rem 0}}.page-top .blog-list{max-width:120rem;margin:0 auto;padding:0 2rem}.page-top .blog-list__title{width:100%;display:flex;justify-content:center;align-items:center;gap:1.4rem}@media (min-width: 750px){.page-top .blog-list__title{gap:2rem}}.page-top .blog-list__title img{width:3.8rem}@media (min-width: 750px){.page-top .blog-list__title img{width:5rem}}.page-top .blog-list__title span{font-weight:500;font-size:2.2rem;letter-spacing:.2em;line-height:1.5}@media (min-width: 750px){.page-top .blog-list__title span{font-size:3.2rem}}.page-top .blog-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}@media (max-width: 768px){.page-top .blog-list__header{flex-direction:column;gap:20px;align-items:flex-start}}.page-top .blog-list__title{font-size:2.5rem;font-weight:700;margin:0}.page-top .blog-list__articles{list-style:none;padding:0;margin:0 auto;max-width:100rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.page-top .blog-list__article{border-bottom:1px solid rgba(var(--color-foreground),.1)}.page-top .blog-list__article:last-child{border-bottom:none}.page-top .blog-article-card{display:flex;align-items:center;padding:2rem 0;text-decoration:none;color:inherit;transition:all .2s ease}@media (min-width: 750px){.page-top .blog-article-card{padding:3rem 2rem}}.page-top .blog-article-card:hover{background-color:rgba(var(--color-foreground),.02)}.page-top .blog-article-card:hover .blog-article-card__arrow{transform:translate(5px)}.page-top .blog-article-card__content{flex:1;padding:0}.page-top .blog-article-card__arrow{width:1.5rem;height:1.5rem;margin-left:1.5rem;transition:transform .2s ease;color:rgba(var(--color-foreground),1)}@media (min-width: 750px){.page-top .blog-article-card__arrow{width:2rem;height:2rem}}.page-top .blog-article-card__arrow svg{width:100%;height:100%}.page-top .blog-article-card__date{display:block;font-size:1.1rem;color:rgba(var(--color-foreground),.6);margin-bottom:.6rem}@media (min-width: 750px){.page-top .blog-article-card__date{margin-bottom:1rem;font-size:1.2rem}}.page-top .blog-article-card__title{font-size:1.4rem;line-height:1.4;font-weight:400;color:rgb(var(--color-foreground));margin:0}@media (min-width: 750px){.page-top .blog-article-card__title{font-size:1.6rem}}.page-top .blog-article-card__excerpt{font-size:1rem;line-height:1.5;color:rgba(var(--color-foreground),.7);margin:0 0 1rem}.page-top .blog-article-card__tags{display:flex;gap:.8rem;flex-wrap:wrap}.page-top .blog-article-card__tag{background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));font-size:.8rem;padding:.4rem .8rem;border-radius:.4rem}.page-top .blog-list__empty{text-align:center;padding:6rem 2rem;color:rgba(var(--color-foreground),.6)}.page-top .blog-list__btn-wrap{margin:4rem auto 0;display:flex;justify-content:center}@media (min-width: 750px){.page-top .blog-list__btn-wrap{margin-top:6.4rem}}.page-top .blog-list__btn{width:25rem}.home-news{padding:8rem 0}@media (min-width: 750px){.home-news{padding:16rem 0}}.home-news__container{width:100%;max-width:110rem;margin:0 auto;padding:0 2rem}@media (min-width: 750px){.home-news__container{padding:0 3rem}}.home-news__title{display:flex;align-items:center;flex-direction:column;gap:1rem}@media (min-width: 750px){.home-news__title{gap:1.6rem}}.home-news__title span:first-child{font-family:Mukta,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:.2em;color:#c9c9c9}@media (min-width: 750px){.home-news__title span:first-child{font-size:1.4rem}}.home-news__title span:last-child{font-family:Zen Old Mincho,serif;font-size:2.4rem;font-weight:300;letter-spacing:.2em}@media (min-width: 750px){.home-news__title span:last-child{font-size:2.8rem}}.home-news__posts{margin-top:4rem}.home-news__list{display:grid;list-style:none;padding:0;border-top:.1rem solid rgba(var(--color-foreground),.08)}.home-news__item{width:100%;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.home-news__card{display:flex;align-items:center;flex-direction:column;color:#262626;gap:1.6rem;padding:2.4rem 0;text-decoration:none;transition:all .3s}@media (min-width: 750px){.home-news__card{flex-direction:row;padding:2.4rem;gap:2.4rem}}@media (hover: hover){.home-news__card:hover{background-color:rgba(var(--color-foreground),.02)}.home-news__card:hover .home-news__arrow{transform:translate(.5rem)}}.home-news__card-img{position:relative;aspect-ratio:16/9;width:100%;flex-shrink:0}@media (min-width: 750px){.home-news__card-img{width:16rem}}.home-news__card-img img{position:absolute;width:100%;height:100%;object-fit:cover}.home-news__card-content{flex-grow:1;width:100%}.home-news__card-title{margin:0;font-family:Zen Old Mincho,serif;font-size:1.3rem;font-weight:300;letter-spacing:.1em;line-height:1.5}@media (min-width: 750px){.home-news__card-title{font-size:1.5rem}}.home-news__card-date{font-family:Mukta,sans-serif;font-size:1.2rem;font-weight:300;line-height:1.5;color:#797979}@media (min-width: 750px){.home-news__card-date{font-size:1.4rem}}.home-news__arrow{display:none;width:1.6rem;flex-shrink:0;transition:all .3s}@media (min-width: 750px){.home-news__arrow{display:block}}.home-news__arrow-icon{width:100%;height:100%}.home-news__btn-wrap{display:flex;justify-content:flex-end;padding:0;margin-top:4rem}@media (min-width: 750px){.home-news__btn-wrap{padding:0 2.4rem;margin-top:8rem}}.home-contact{padding:8rem 0;position:relative}@media (min-width: 750px){.home-contact{padding:16rem 0}}.home-contact__bg{position:absolute;top:0;left:0;width:100%;height:100%}.home-contact__bg img{width:100%;height:100%;object-fit:cover}.home-contact__bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right bottom,#1818184d,#181818cc)}.home-contact__container{position:relative;max-width:110rem;width:100%;margin:0 auto;padding:0 2rem;z-index:1}@media (min-width: 750px){.home-contact__container{padding:0 3rem}}.home-contact__title{margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media (min-width: 750px){.home-contact__title{gap:1.6rem}}.home-contact__title span:first-child{font-family:Mukta,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:.2em;color:#c1c1c1}@media (min-width: 750px){.home-contact__title span:first-child{font-size:1.4rem}}.home-contact__title span:last-child{font-family:Zen Old Mincho,serif;font-size:2.4rem;font-weight:300;letter-spacing:.2em;color:#fff}@media (min-width: 750px){.home-contact__title span:last-child{font-size:2.8rem}}.home-contact__content{display:flex;justify-content:space-between;align-items:flex-end;flex-direction:column;margin-top:4rem;gap:8rem}@media (min-width: 750px){.home-contact__content{flex-direction:row;margin-top:8rem;gap:4rem}}.home-contact__text{font-family:Zen Old Mincho,serif;color:#fff;font-size:1.3rem;font-weight:300;letter-spacing:.1em;line-height:2.5;margin:0}@media (min-width: 750px){.home-contact__text{font-size:1.5rem}}.home-contact__btn{font-family:Zen Old Mincho,serif;font-size:1.5rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;color:#fff;display:flex;gap:6rem;padding-bottom:1.2rem;border-bottom:.1rem solid rgba(255,255,255,.6)}.sub-mv{position:relative;padding:8rem 2rem;display:flex;justify-content:center}@media (min-width: 750px){.sub-mv{padding:16rem 2rem}}.sub-mv__img{position:absolute;top:0;left:0;width:100%;height:100%}.sub-mv__img img{width:100%;height:100%;object-fit:cover}.sub-mv__img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,#26262633,#262626cc)}.sub-mv__title{position:relative;z-index:2;font-size:2.8rem;font-weight:700;text-align:center;color:#fff}@media (min-width: 750px){.sub-mv__title{font-size:4rem}}.page-commitment .mainvisual{position:relative;padding:8rem 2rem;display:flex;justify-content:center}@media (min-width: 750px){.page-commitment .mainvisual{padding:16rem 2rem}}.page-commitment .mainvisual__img{position:absolute;top:0;left:0;width:100%;height:100%}.page-commitment .mainvisual__img img{width:100%;height:100%;object-fit:cover}.page-commitment .mainvisual__img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0003}.page-commitment .mainvisual__title{position:relative;z-index:2;font-size:2.8rem;font-weight:700;text-align:center;color:#fff}@media (min-width: 750px){.page-commitment .mainvisual__title{font-size:4rem}}.page-commitment .commit__block{width:100%;background-color:#fff;padding:8rem 0}.page-commitment .commit__block.-gray{background-color:#f0f0f0}@media (min-width: 750px){.page-commitment .commit__block{padding:16rem 0}}.page-commitment .commit__block-inner{max-width:100rem;width:100%;margin:0 auto;padding:0 2rem}.page-commitment .commit__block-title{text-align:center;font-size:2.4rem;margin:0}@media (min-width: 750px){.page-commitment .commit__block-title{font-size:3.2rem}}.page-commitment .commit__block-img{margin-top:2.4rem}@media (min-width: 750px){.page-commitment .commit__block-img{margin-top:4rem}}.page-commitment .commit__block-img img{width:100%;height:auto}.page-commitment .commit__block-text{margin:2.4rem auto 0;font-size:1.4rem}@media (min-width: 750px){.page-commitment .commit__block-text{margin-top:4rem;font-size:1.6rem}}.page-history{background-color:#262626}.page-history .mainvisual{position:relative;padding:8rem 2rem;display:flex;justify-content:center}@media (min-width: 750px){.page-history .mainvisual{padding:16rem 2rem}}.page-history .mainvisual__img{position:absolute;top:0;left:0;width:100%;height:100%}.page-history .mainvisual__img img{width:100%;height:100%;object-fit:cover}.page-history .mainvisual__img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,#26262633,#262626cc)}.page-history .mainvisual__title{position:relative;z-index:2;font-size:2.8rem;font-weight:700;text-align:center;color:#fff}@media (min-width: 750px){.page-history .mainvisual__title{font-size:4rem}}.page-history .history{padding:8rem 0;color:#fff}@media (min-width: 750px){.page-history .history{padding:16rem 2rem}}.page-history .history img{width:100%;height:auto}.page-history .history__content{max-width:100rem;width:100%;margin:0 auto;padding:0 2rem}.page-history .history__list{position:relative;list-style:none;padding:0;margin:0}.page-history .history__list:before{content:"";width:.1rem;height:calc(100% - 2rem);background-color:#afafaf;position:absolute;top:2rem;left:-.1rem}@media (min-width: 750px){.page-history .history__list:before{height:calc(100% - 5rem);top:5rem;left:4.5rem;width:.2rem}}.page-history .history__item{padding-left:2rem;padding-right:1rem}@media (min-width: 750px){.page-history .history__item{padding-left:8rem;padding-right:0}}.page-history .history__item:not(:first-child){padding-top:4rem}@media (min-width: 750px){.page-history .history__item:not(:first-child){padding-top:8rem}}.page-history .history__item-year{position:relative;display:flex;align-items:baseline;gap:1.2rem}@media (min-width: 750px){.page-history .history__item-year{gap:2rem}}.page-history .history__item-year:before{content:"";width:2.4rem;height:2.4rem;border-radius:50%;display:block;position:absolute;top:1.1rem;left:-3.2rem;background-image:url(./icon-history-dots.svg);background-size:contain;background-repeat:no-repeat;background-position:center}@media (min-width: 750px){.page-history .history__item-year:before{width:4.4rem;height:4.4rem;top:1.8rem;left:-5.6rem}}.page-history .history__item-western-year{font-size:1.8rem;font-weight:700}@media (min-width: 750px){.page-history .history__item-western-year{font-size:2.4rem}}.page-history .history__item-western-year span{font-size:2.4rem}@media (min-width: 750px){.page-history .history__item-western-year span{font-size:4rem}}.page-history .history__item-japanese-year{opacity:.6;font-size:1.3rem}@media (min-width: 750px){.page-history .history__item-japanese-year{font-size:1.6rem}}.page-history .history__item-img{position:relative;margin-top:2rem}.page-history .history__item-img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.page-history .history__item-title{color:#fff;margin:2.4rem 0 0;font-size:1.8rem}@media (min-width: 750px){.page-history .history__item-title{font-size:2.4rem}}.page-history .history__item-text{font-size:1.4rem}@media (min-width: 750px){.page-history .history__item-text{font-size:1.6rem}}.page-history .history__btn-wrap{margin:4rem auto 0;display:flex;justify-content:center}@media (min-width: 750px){.page-history .history__btn-wrap{margin-top:6.4rem}}.page-history .history__btn{border:.1rem solid #fff;width:25rem}.privacy{padding:8rem 0}@media (min-width: 750px){.privacy{padding:12rem 0}}.privacy__content{max-width:80rem;width:100%;margin:0 auto;padding:0 2rem}.privacy__intro{line-height:1.75;font-size:1.4rem;text-align:justify}@media (min-width: 750px){.privacy__intro{line-height:2.25;font-size:1.6rem}}.privacy__section{line-height:1.75;font-size:1.4rem}@media (min-width: 750px){.privacy__section{line-height:2.25;font-size:1.6rem}}.privacy__section h3{font-size:1.8rem}@media (min-width: 750px){.privacy__section h3{font-size:2.4rem}}.privacy__section a{color:inherit}.privacy__section ul{padding-left:2rem}.privacy__section:not(:first-child){margin-top:4rem}@media (min-width: 750px){.privacy__section:not(:first-child){margin-top:8rem}}.privacy__footer{font-size:1.4rem;text-align:center}@media (min-width: 750px){.privacy__footer{font-size:1.6rem;text-align:right}}.commercial{padding:8rem 0}@media (min-width: 750px){.commercial{padding:12rem 0}}.commercial__content{max-width:80rem;width:100%;margin:0 auto;padding:0 2rem}.commercial__intro{margin-bottom:4rem;padding:2rem;background-color:var(--color-background-secondary, #f8f8f8);border-radius:.8rem;text-align:center}.commercial__intro p{margin:0;font-size:1.2rem}@media (min-width: 750px){.commercial__intro p{font-size:1.4rem}}.commercial__section{margin-bottom:2.4rem;padding-bottom:2.4rem;border-bottom:1px solid var(--color-border, #e0e0e0)}@media (min-width: 750px){.commercial__section{margin-bottom:4rem;padding-bottom:3rem}}.commercial__section:last-of-type{border-bottom:none}.commercial h3{font-size:1.5rem;margin-top:0;margin-bottom:1rem;font-weight:600}@media (min-width: 750px){.commercial h3{font-size:1.7rem;margin-bottom:1.6rem}}.commercial p{line-height:1.7;margin-bottom:1.6rem;font-size:1.4rem}@media (min-width: 750px){.commercial p{font-size:1.6rem}}.commercial p:last-child{margin-bottom:0}.commercial ul{margin:1.6rem 0;padding-left:2rem}.commercial li{margin-bottom:.8rem;line-height:1.6;font-size:1.4rem}@media (min-width: 750px){.commercial li{font-size:1.6rem}}.commercial li strong{font-weight:500}.commercial a{color:inherit;text-decoration:underline}.commercial small{font-size:1.2rem;color:var(--color-foreground-75)}.commercial__footer{margin-top:3.2rem;text-align:center}@media (min-width: 750px){.commercial__footer{margin-top:6rem}}.commercial__note{margin-bottom:2rem;padding:1.2rem;background-color:#fff3cd;border:.1rem solid #ffeaa7;border-radius:.4rem}.commercial__note small{color:#856404;font-weight:600;font-size:1.4rem}.commercial__updated{font-size:1.4rem;margin:0}.archive-news{padding:8rem 0}@media (min-width: 750px){.archive-news{padding:16rem 0}}.archive-news__title{text-align:center;font-family:Zen Old Mincho,serif;font-size:2.8rem;font-weight:300;letter-spacing:.2em;margin-bottom:6rem}@media (min-width: 750px){.archive-news__title{font-size:4rem;margin-bottom:8rem}}.archive-news__list{width:100%;max-width:110rem;margin:0 auto;padding:0 2rem;display:grid;border-top:.1rem solid rgba(var(--color-foreground),.08)}@media (min-width: 750px){.archive-news__list{padding:0 3rem}}.archive-news__item{width:100%;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.archive-news__item-thumb{position:relative;aspect-ratio:16/9;width:100%;flex-shrink:0}@media (min-width: 750px){.archive-news__item-thumb{width:16rem}}.archive-news__item-image{position:absolute;width:100%;height:100%;object-fit:cover}.archive-news__item-info{flex-grow:1;width:100%}.archive-news__item-date{font-family:Mukta,sans-serif;font-size:1.2rem;font-weight:300;line-height:1.5;color:#797979;margin:0 0 .8rem}@media (min-width: 750px){.archive-news__item-date{font-size:1.4rem}}.archive-news__item-title{margin:0;font-family:Zen Old Mincho,serif;font-size:1.3rem;font-weight:300;letter-spacing:.1em;line-height:1.5}@media (min-width: 750px){.archive-news__item-title{font-size:1.5rem}}.archive-news__item-link{color:#262626;text-decoration:none;display:flex;align-items:center;flex-direction:column;gap:1.6rem;padding:2.4rem 0;transition:all .3s}@media (min-width: 750px){.archive-news__item-link{flex-direction:row;padding:2.4rem;gap:2.4rem}}@media (hover: hover){.archive-news__item-link:hover{background-color:rgba(var(--color-foreground),.02)}}.archive-news__item-excerpt{font-size:1.2rem;line-height:1.6;color:#666;margin-top:.8rem}@media (min-width: 750px){.archive-news__item-excerpt{font-size:1.3rem}}.single-news__header{margin-top:0!important}.single-news__wrapper{padding:8rem 0;margin-top:0!important}@media (min-width: 750px){.single-news__wrapper{padding:12rem 0}}.single-news__header{margin:0 auto}.single-news__content{margin-top:6.4rem!important}@media (min-width: 750px){.single-news__content{margin-top:8rem!important}}.single-news__back{margin-top:6.4rem;margin-bottom:0!important}@media (min-width: 750px){.single-news__back{margin-top:8rem!important}}.frame-detail{margin:2rem 0}.frame-detail__group{padding:1.5rem 0;border-top:1px solid rgba(var(--color-foreground),.1)}.frame-detail__group:last-child{border-bottom:1px solid rgba(var(--color-foreground),.1)}.frame-detail__group:first-child{border-top:none;padding-top:0}.frame-detail__group-title{margin:0 0 1rem;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground))}.frame-detail__group-content{display:grid;gap:.75rem}.frame-detail__info-list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;padding:0;margin:0}.frame-detail__info-item:after{content:"/"}.frame-detail__label{flex-shrink:0;font-weight:500;color:rgba(var(--color-foreground),.7);font-size:1.6rem}.frame-detail__value{flex:1;color:rgb(var(--color-foreground));line-height:1.5;font-size:1.6rem}.frame-detail__value br{display:block;margin:.25rem 0}@media screen and (max-width: 749px){.frame-detail{margin:1.5rem 0}.frame-detail__group{padding:1rem 0}.frame-detail__group-title{font-size:1.6rem;margin-bottom:.75rem}.frame-detail__item{flex-direction:column;gap:.25rem}.frame-detail__label{min-width:auto;font-size:1.6rem}.frame-detail__value{font-size:1.6rem}}.pplr img{visibility:visible!important}.pplr-main .pplr_preview_wrapper canvas{display:block!important}.pplr_preview_wrapper canvas{display:none!important}.product-personalizer .pplr_monogram{font-size:1.6rem}.pplr-wrapper label{color:rgb(var(--color-foreground))}.product__modal-opener.product__modal-opener--image .product__media{min-height:0!important}.jdgm-rev-widg.jdgm-rev-widg{padding:6rem 0}.jdgm-verified-checkmark{display:none}.u-tab-down{display:block}@media (min-width: 750px){.u-tab-down{display:none}}.u-tab-up{display:none}@media (min-width: 750px){.u-tab-up{display:block}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom.css.map */
