@import url(https://fonts.googleapis.com/css2?family=Forum&family=Shippori+Mincho:wght@400;500;700&display=swap);
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;font-style:normal;vertical-align:baseline}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{text-decoration:none}mark{font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:bottom;font-size:0;line-height:0;border:0}strong{font-weight:bold}*,*:before,*:after{box-sizing:border-box}:root{--color-bg-main: #F8F8F5;--color-text-main: #272727;--color-accent: #534427;--color-sub-red: #8B1B18;--color-sub-grn: #9DA382;--color-wht: #FEFEFE;--color-blk: #000000;--color-gry: #B6B8B2}html{font-size:62.5%}body{font-family:"Shippori Mincho",serif;font-weight:400;font-style:normal;font-size:1.6rem;color:var(--color-text-main);-webkit-font-smoothing:antialiased;background-color:var(--color-bg-main)}a{color:var(--color-text-main);text-decoration:none;outline:none}img{max-width:100%;height:auto}hr{border-top:1px solid var(--color-gry)}.l-header{width:100%;min-width:1280px;padding:70px 40px 0 40px;position:relative}@media screen and (max-width: 767px){.l-header{min-width:auto;padding:42px 20px 0 20px}}.p-top .l-header{padding:90px 40px 0 40px;opacity:0}@media screen and (max-width: 767px){.p-top .l-header{padding:42px 20px 0 20px}}.l-header__inner{width:100%;margin:0 auto;display:flex;justify-content:space-between}.p-top .l-header__inner{align-items:flex-end}.l-header-title{width:210px;margin-left:calc(50% - 676px)}@media screen and (min-width: 768px)and (max-width: 1431px){.l-header-title{margin-left:0}}@media screen and (max-width: 767px){.l-header-title{margin-left:0;width:140px}}.l-header-title__link{display:block}.l-header-nav{margin-right:100px}@media screen and (max-width: 767px){.l-header-nav{display:none}}.p-top .l-header-nav{padding-bottom:10px}.l-header-nav__list{display:flex;justify-content:flex-end;align-items:center}.l-header-nav__item{position:relative}.l-header-nav__item:not(:last-child){margin-right:30px}.l-header-nav__link{font-size:1.5rem;letter-spacing:.04em;position:relative}.l-header-nav__link::before{content:"";width:8px;height:5.5px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:-15px;transform:translateY(-50%);opacity:0;transition:opacity .4s}.l-header-nav__link:hover::before{opacity:1}.l-header-nav__heading{font-size:1.5rem;letter-spacing:.04em}.l-header-nav__sub-list{padding:25px 0;position:absolute;top:16px;left:0;opacity:0;visibility:hidden;transition:.4s}.l-header-nav__item:hover .l-header-nav__sub-list{opacity:1;visibility:visible}.l-header-nav__sub-item+.l-header-nav__sub-item{margin-top:18px}.l-header-nav__sub-link{display:block;font-size:1.3rem;letter-spacing:.04em;white-space:nowrap;padding-left:18px;position:relative}.l-header-nav__sub-link::after{content:"";width:8px;height:5.5px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:3px;transform:translateY(-50%);opacity:0;transition:opacity .4s}.l-header-nav__sub-link:hover::after{opacity:1}.l-header-drawer{width:100vw;position:absolute;top:0;right:0;z-index:1000}.l-header-drawer__toggle{width:60px;height:20px;display:block;position:absolute;top:70px;right:44px;z-index:1001;cursor:pointer}@media screen and (max-width: 767px){.l-header-drawer__toggle{width:36px;height:16px;top:45px;right:20px}}.p-top .l-header-drawer__toggle{top:122px}@media screen and (max-width: 767px){.p-top .l-header-drawer__toggle{top:50px}}.l-header-drawer__toggle span{display:block;width:100%;height:1px;background-color:var(--color-text-main);position:absolute;left:0}.l-header-drawer__toggle span:nth-child(1){top:6px}@media screen and (max-width: 767px){.l-header-drawer__toggle span:nth-child(1){top:4px}}.l-header-drawer__toggle span:nth-child(2){bottom:6px}@media screen and (max-width: 767px){.l-header-drawer__toggle span:nth-child(2){bottom:5px}}.l-header-drawer__toggle.is-fixed{position:fixed;top:70px;right:44px}@media screen and (max-width: 767px){.l-header-drawer__toggle.is-fixed{top:45px;right:20px}}.l-header-drawer__body{width:600px;height:100vh;background-color:var(--color-bg-main);padding-left:85px;position:fixed;top:0;right:0;z-index:1002;opacity:0;visibility:hidden;transition:.4s}@media screen and (max-width: 767px){.l-header-drawer__body{width:100vw;padding-left:30px;padding-right:30px}}.l-header-drawer__body.is-active{opacity:1;visibility:visible}.l-header-drawer__body::before{content:"";width:100vw;height:100vh;display:block;background-color:var(--color-bg-main);opacity:.7;position:absolute;top:0;right:0;z-index:-1}@media screen and (max-width: 767px){.l-header-drawer__body::before{content:none}}.l-header-drawer__close{width:60px;height:20px;display:block;position:fixed;top:70px;right:44px;z-index:1003;cursor:pointer}@media screen and (max-width: 767px){.l-header-drawer__close{width:36px;height:16px;top:45px;right:20px}}.l-header-drawer__close span{display:block;width:100%;height:1px;background-color:var(--color-text-main);position:absolute;left:0}.l-header-drawer__close span:nth-child(1){top:50%;transform:rotate(12deg)}@media screen and (max-width: 767px){.l-header-drawer__close span:nth-child(1){transform:rotate(16deg)}}.l-header-drawer__close span:nth-child(2){top:50%;transform:rotate(-12deg)}@media screen and (max-width: 767px){.l-header-drawer__close span:nth-child(2){transform:rotate(-16deg)}}.l-header-drawer__main{width:400px;height:100%;padding:110px 25px 0 20px;overflow-y:auto}@media screen and (max-width: 767px){.l-header-drawer__main{width:100%;padding:90px 20px 50px 20px}}.l-header-drawer__logo{width:160px}.l-header-drawer__logo a{display:block}.l-header-drawer__nav{margin-top:25px}.l-header-drawer__list{width:100%}.l-header-drawer__item{padding:25px 0}.l-header-drawer__item+.l-header-drawer__item{border-top:1px solid var(--color-gry)}.l-header-drawer__link{display:block;font-size:1.6rem;letter-spacing:.04em;position:relative}.l-header-drawer__link::after{content:"";width:10px;height:7px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:-20px;transform:translateY(-50%);opacity:0;transition:opacity .4s}.l-header-drawer__link:hover::after{opacity:1}.l-header-drawer__link--instagram{font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:2rem;display:flex}.l-header-drawer__link--instagram::before{content:"";width:20px;height:20px;display:block;margin-right:16px;background-image:url(../img/common/instagram_icon.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}.l-header-drawer__link--instagram::after{content:none}.l-header-drawer__heading{display:block;font-size:1.6rem;letter-spacing:.04em}.l-header-drawer__sub-list{margin:25px 0 0 20px}.l-header-drawer__sub-item+.l-header-drawer__sub-item{margin-top:20px}.l-header-drawer__sub-link{display:block;font-size:1.4rem;letter-spacing:.04em;position:relative}.l-header-drawer__sub-link::after{content:"";width:8px;height:5.5px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:-16px;transform:translateY(-50%);opacity:0;transition:opacity .4s}.l-header-drawer__sub-link:hover::after{opacity:1}.l-main{padding-bottom:150px}@media screen and (max-width: 767px){.l-main{padding-bottom:120px}}.l-footer{width:100%;min-width:1280px;padding:0 40px}@media screen and (max-width: 767px){.l-footer{min-width:auto;padding:0 30px}}.l-footer__inner{width:100%;max-width:1200px;margin:0 auto;padding:150px 0 100px 0;display:flex}@media screen and (max-width: 767px){.l-footer__inner{padding:120px 0;display:block}}.l-footer__info{flex:1}@media screen and (max-width: 767px){.l-footer__info{width:100%}}.l-footer__logo{width:210px}@media screen and (max-width: 767px){.l-footer__logo{width:160px}}.l-footer__name{font-size:1.4rem;letter-spacing:.04em;margin:28px 0 0 26px}@media screen and (max-width: 767px){.l-footer__name{margin:28px 0 0 0}}.l-footer__text{font-size:1rem;letter-spacing:.04em;line-height:2;margin:15px 0 0 26px}@media screen and (max-width: 767px){.l-footer__text{margin:15px 0 0 0}}.l-footer__text a{pointer-events:none}@media screen and (max-width: 767px){.l-footer__text a{pointer-events:auto}}.l-footer-nav{width:710px;margin-right:60px}@media screen and (max-width: 767px){.l-footer-nav{width:100%;margin-right:0;margin-top:60px}}.l-footer-nav__heading{width:100%;position:relative}.l-footer-nav__heading::before{content:"";width:100%;height:1px;display:block;background-color:var(--color-gry);position:absolute;top:50%;left:0;z-index:-1}@media screen and (max-width: 767px){.l-footer-nav__heading::before{top:calc(50% + 1px)}}.l-footer-nav__heading span{font-size:1.3rem;letter-spacing:.04em;display:inline-block;background-color:var(--color-bg-main);padding-right:15px}.l-footer-nav__list+.l-footer-nav__heading{margin-top:70px}@media screen and (max-width: 767px){.l-footer-nav__list+.l-footer-nav__heading{margin-top:50px}}.l-footer-nav__list{margin-top:30px;display:flex;flex-wrap:wrap;column-gap:48px;row-gap:20px}@media screen and (max-width: 767px){.l-footer-nav__list{display:block}}@media screen and (max-width: 767px){.l-footer-nav__item+.l-footer-nav__item{margin-top:20px}}.l-footer-nav__link{font-size:1.6rem;letter-spacing:.04em;padding-left:23px;position:relative;transition:opacity .4s}@media screen and (max-width: 767px){.l-footer-nav__link{font-size:1.5rem;padding-left:20px}}.l-footer-nav__link:hover{opacity:.5}.l-footer-nav__link::after{content:"";width:10px;height:7px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:0;transform:translateY(-50%)}.l-footer-nav-sub{margin-top:70px;display:flex}@media screen and (max-width: 767px){.l-footer-nav-sub{margin-top:60px;display:block}}.l-footer-nav-sub__item:not(:last-child){margin-right:48px}@media screen and (max-width: 767px){.l-footer-nav-sub__item:not(:last-child){margin-right:0}}@media screen and (max-width: 767px){.l-footer-nav-sub__item+.l-footer-nav-sub__item{margin-top:20px}}.l-footer-nav-sub__link{font-size:1.3rem;letter-spacing:.04em;transition:opacity .4s}.l-footer-nav-sub__link:hover{opacity:.5}.l-footer-nav-other{margin-top:30px;display:flex;align-items:center}@media screen and (max-width: 767px){.l-footer-nav-other{margin-top:40px;display:block}}.l-footer-nav-other__item:not(:last-child){margin-right:48px}@media screen and (max-width: 767px){.l-footer-nav-other__item:not(:last-child){margin-right:0}}@media screen and (max-width: 767px){.l-footer-nav-other__item+.l-footer-nav-other__item{margin-top:30px}}.l-footer-nav-other__link{display:inline-flex;align-items:center;transition:opacity .4s}.l-footer-nav-other__link:hover{opacity:.5}.l-footer-nav-other__link--contact{font-size:1.5rem;letter-spacing:.1em}.l-footer-nav-other__link--contact::before{content:"";width:25px;height:25px;display:block;margin-right:10px;background-image:url(../img/common/footer_contact_arrow.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}.l-footer-nav-other__link--instagram{font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:2rem;letter-spacing:.04em}.l-footer-nav-other__link--instagram::before{content:"";width:20px;height:20px;display:block;margin-right:10px;background-image:url(../img/common/instagram_icon.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}.l-footer-copyright{font-size:1rem;margin-top:67px}@media screen and (max-width: 767px){.l-footer-copyright{margin-top:60px}}.l-footer-contact{width:calc(100% + 80px);background-color:var(--color-wht);margin:0 -40px}@media screen and (max-width: 767px){.l-footer-contact{width:calc(100% + 60px);margin:0 -30px}}.l-footer-contact__inner{width:100%;max-width:1200px;margin:0 auto;padding:95px 0;display:flex}@media screen and (max-width: 767px){.l-footer-contact__inner{padding:80px 30px;display:block}}.l-footer-contact__head{width:308px;height:110px;border-right:1px solid var(--color-gry);display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 767px){.l-footer-contact__head{width:100%;height:auto;border-right:none}}.l-footer-contact__label{font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.6rem;letter-spacing:.08em}@media screen and (max-width: 767px){.l-footer-contact__label{font-size:1.4rem}}.l-footer-contact__title{font-size:3.2rem;letter-spacing:.22em;margin-top:25px}@media screen and (max-width: 767px){.l-footer-contact__title{font-size:2.5rem;letter-spacing:.15em;margin-top:18px}}.l-footer-contact__body{flex:1;height:110px;padding-left:80px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 767px){.l-footer-contact__body{height:auto;padding-left:0;margin-top:25px}}.l-footer-contact__text{font-size:1.5rem;letter-spacing:.08em}@media screen and (max-width: 767px){.l-footer-contact__text{font-size:1.3rem;letter-spacing:.04em;line-height:2}}.l-footer-contact__wrap{display:flex;align-items:center;margin-top:25px}@media screen and (max-width: 767px){.l-footer-contact__wrap{display:block;margin-top:35px}}.l-footer-contact__unit+.l-footer-contact__unit{margin-left:56px}@media screen and (max-width: 767px){.l-footer-contact__unit+.l-footer-contact__unit{margin-left:0;margin-top:20px}}.l-footer-contact__link{height:56px;padding-left:74px;display:flex;flex-direction:column;justify-content:center;position:relative}@media screen and (max-width: 767px){.l-footer-contact__link{height:48px;padding-left:68px}}.l-footer-contact__link::before{content:"";width:56px;height:56px;display:block;background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:0}@media screen and (max-width: 767px){.l-footer-contact__link::before{width:48px;height:48px}}.l-footer-contact__link--form{transition:.4s}.l-footer-contact__link--form:hover{opacity:.5}.l-footer-contact__link--form::before{background-image:url(../img/common/contact_form.svg)}.l-footer-contact__link--tel{pointer-events:none}@media screen and (max-width: 767px){.l-footer-contact__link--tel{pointer-events:auto}}.l-footer-contact__link--tel::before{background-image:url(../img/common/contact_tel.svg)}.l-footer-contact__form{font-size:2rem;letter-spacing:.04em}.l-footer-contact__tel{font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:2.8rem;letter-spacing:.14em}@media screen and (max-width: 767px){.l-footer-contact__tel{font-size:2.5rem}}.l-footer-contact__time{font-size:1.2rem;letter-spacing:.04em;margin-top:8px}@media screen and (max-width: 767px){.l-footer-contact__time{font-size:1rem;margin-top:6px}}.c-pagenation .wp-pagenavi{width:100%;display:flex;justify-content:center;align-items:center}.c-pagenation .current{width:40px;height:40px;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.8rem;border:1px solid var(--color-text-main);border-radius:50%;margin:0 5px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.c-pagenation .current{width:36px;height:36px;font-size:1.8rem;margin:0 3px}}.c-pagenation .page{width:40px;height:40px;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.8rem;margin:0 5px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.c-pagenation .page{width:36px;height:36px;font-size:1.8rem;margin:0 3px}}.c-pagenation .previouspostslink{width:40px;height:40px;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.8rem;margin:0 10px 0 0;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.c-pagenation .previouspostslink{width:36px;height:36px;font-size:1.8rem;margin:0 5px 0 0}}.c-pagenation .nextpostslink{width:40px;height:40px;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.8rem;margin:0 0 0 10px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.c-pagenation .nextpostslink{width:36px;height:36px;font-size:1.8rem;margin:0 0 0 5px}}.is-scroll-prevent{overflow:hidden;height:100%}.u-hide--pc{display:none}@media screen and (max-width: 767px){.u-hide--pc{display:block}}@media screen and (max-width: 767px){.u-hide--sp{display:none}}.p-archive-head{width:100%;min-width:1280px;margin-top:130px;padding:0 40px}@media screen and (max-width: 767px){.p-archive-head{min-width:auto;margin-top:80px;padding:0 30px}}.p-archive-head__inner{width:100%;max-width:1200px;margin:0 auto}.p-archive-head-title{display:flex;align-items:center}@media screen and (max-width: 767px){.p-archive-head-title{display:block}}.p-archive-head-title__main{display:block;font-size:4.2rem;letter-spacing:.22em}@media screen and (max-width: 767px){.p-archive-head-title__main{font-size:2.8rem;letter-spacing:.12em}}.p-archive-head-title__label{display:block;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.6rem;letter-spacing:.08em;margin-left:30px}@media screen and (max-width: 767px){.p-archive-head-title__label{font-size:1.4rem;letter-spacing:.08em;margin-left:0;margin-top:23px}}.p-archive-head__material{font-size:2.5rem;letter-spacing:.12em;margin-top:55px}@media screen and (max-width: 767px){.p-archive-head__material{font-size:2rem;letter-spacing:.08em;margin-top:40px}}.p-archive-body{width:100%;min-width:1280px;margin-top:85px;padding:0 40px}@media screen and (max-width: 767px){.p-archive-body{min-width:auto;margin-top:60px;padding:0 30px}}.p-archive-body__inner{width:100%;max-width:1200px;margin:0 auto}.p-archive-product{display:flex;flex-wrap:wrap}@media screen and (max-width: 767px){.p-archive-product{justify-content:space-between}}.p-archive-product__item{width:240px;margin-right:80px}@media screen and (max-width: 767px){.p-archive-product__item{width:47.619047619%;margin-right:0}}.p-archive-product__item:nth-child(4n){margin-right:0}.p-archive-product__item:nth-child(n+5){margin-top:120px}@media screen and (max-width: 767px){.p-archive-product__item:nth-child(n+5){margin-top:42px}}@media screen and (max-width: 767px){.p-archive-product__item:nth-child(n+3){margin-top:42px}}.p-archive-product__link{display:block;position:relative}.p-archive-product__img{width:100%;aspect-ratio:1/1;overflow:hidden}.p-archive-product__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.p-archive-product__link:hover .p-archive-product__img img{transform:scale(1.1)}.p-archive-product__badge{width:100%;display:flex;justify-content:flex-end;position:absolute;top:211px;right:0;z-index:10}@media screen and (max-width: 767px){.p-archive-product__badge{top:calc((100vw - 60px)*.4761904762 - 23px)}}.p-archive-product__new{width:58px;height:35px;font-size:1.2rem;font-weight:700;letter-spacing:.12em;color:var(--color-wht);background-color:var(--color-sub-red);margin-right:10px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.p-archive-product__new{width:48px;height:28px;font-size:1rem;letter-spacing:.06em;margin-right:5px}}.p-archive-product__sold{width:102px;height:35px;font-size:1.2rem;font-weight:700;letter-spacing:.12em;color:var(--color-wht);background-color:var(--color-sub-grn);margin-right:10px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.p-archive-product__sold{width:80px;height:28px;font-size:1rem;letter-spacing:.06em;margin-right:5px}}.p-archive-product__name{font-size:1.6rem;letter-spacing:.04em;line-height:1.875;margin-top:20px}@media screen and (max-width: 767px){.p-archive-product__name{font-size:1.4rem;line-height:1.7857142857;margin-top:16px}}.p-archive-product__num{font-size:1.6rem;letter-spacing:.04em;line-height:1.875}@media screen and (max-width: 767px){.p-archive-product__num{font-size:1.4rem;line-height:1.7857142857}}.p-archive-product__detail{font-size:1.3rem;letter-spacing:.04em;line-height:2;margin-top:8px}@media screen and (max-width: 767px){.p-archive-product__detail{font-size:1rem}}.p-archive-product__empty{text-align:center}.p-archive-nav{margin-top:100px}@media screen and (max-width: 767px){.p-archive-nav{margin-top:50px}}
