.p-header{position:relative;z-index:100;background-color:#fff}.p-header__button{display:flex;gap:20px;align-items:center;justify-content:center;width:280px;height:64px;border:1px solid #3a3b4e;transition:all .3s ease}.p-header__button svg path{transition:all .3s ease}.p-header__button:hover{color:#fff;background-color:#3a3b4e}.p-header__button:hover svg path{stroke:#fff}.p-header__button--sp{margin:0 auto}.p-header__features{display:flex;gap:20px;align-items:center}.p-header__icon{position:relative}.p-header__icon svg{width:100%;height:100%}@media screen and (min-width:1101px){.p-header__icon--account{width:32px;height:32px}}@media screen and (max-width:1100px){.p-header__icon--account{width:22px;height:23px}}@media screen and (min-width:1101px){.p-header__icon--cart{width:38px;height:30px}}@media screen and (max-width:1100px){.p-header__icon--cart{width:28px;height:23px}}.p-header__icons{display:flex;grid-area:icons;align-items:center}@media screen and (min-width:1101px){.p-header__icons{gap:0 30px}}@media screen and (max-width:1100px){.p-header__icons{gap:0 20px}}.p-header__icons .svg-wrapper{width:auto;height:auto}.p-header__inner{display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:1101px){.p-header__inner{padding-left:4%}}@media screen and (max-width:1100px){.p-header__inner{padding:20px}}.p-header__item{transition:all .3s ease}.p-header__item:hover{opacity:.7}.p-header__item--parent{position:relative;padding:15px 0;font-weight:700;cursor:pointer}.p-header__item--parent:after{position:absolute;bottom:-2px;left:0;width:100%;height:2px;content:"";background-color:transparent;transition:background-color .3s ease}.is-active>.p-header__item--parent.is-active:after{background-color:#3a3b4e}.p-header__item--sp{border-bottom:1px solid #3a3b4e}.p-header__item--sp-submenu1:nth-of-type(2n){text-align:right}.p-header__item-text--sp{position:relative;display:block;padding:15px 30px 15px 0;font-weight:700}.p-header__item-text--sp:before,.p-header__item-text--sp:after{position:absolute;top:50%;right:16px;width:1px;height:13px;content:"";background-color:#3a3b4e;transition:transform .3s ease}.p-header__item-text--sp:before{transform:translateY(-50%)}.p-header__item-text--sp:after{transform:translateY(-50%) rotate(90deg)}.p-header__item-text--sp.is-open:before{transform:translateY(-50%) rotate(-135deg)}.p-header__item-text--sp.is-open:after{transform:translateY(-50%) rotate(-45deg)}.p-header__list{width:100%;max-width:1640px;padding:0;margin:0 auto}.p-header__list--parent{display:flex;gap:10px;align-items:center;justify-content:space-between}.p-header__list--parent.is-active{border-bottom:2px solid #bfc0d8}.p-header__list--child{display:none;flex-wrap:wrap;gap:0 40px;padding:15px 0;border-bottom:2px solid #bfc0d8}.p-header__list--child.is-active{display:flex}.p-header__list--other{display:flex;flex-wrap:wrap;gap:10px 20px;padding:20px 0 30px}.p-header__list--submenu1{display:flex;flex-wrap:wrap;gap:10px 30px;padding:0}.p-header__list--submenu2{display:flex;flex-wrap:wrap;gap:10px 40px;padding:0}.p-header__list--sp{padding:0;margin-bottom:40px;border-top:1px solid #3a3b4e}.p-header__list--sp-child{padding-left:10px;margin-top:-10px;overflow:hidden;list-style:none}.p-header__list--sp-submenu1{display:grid;grid-template-columns:repeat(2,auto);gap:10px 30px;justify-content:space-between;padding-left:0;margin-bottom:30px}.p-header__list--sp-submenu2{display:grid;grid-template-columns:repeat(2,auto);gap:10px 20px;padding-left:0;margin-bottom:30px}.p-header__list-wrap--sp-child{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.p-header__list-wrap--sp-child.is-open{grid-template-rows:1fr}.p-header__logo-link{display:block}.p-header__logo-image{height:auto}@media screen and (min-width:1101px){.p-header__logo-image{width:207px}}@media screen and (max-width:1100px){.p-header__logo-image{width:134px}}.p-header__menu{width:100%;max-width:1640px;padding-right:20px;padding-left:20px;margin:0 auto}.p-header__menu--sp{overflow:hidden}.p-header__menu-inner{display:grid;grid-template-columns:1fr auto;gap:20px;width:100%;max-width:1640px;padding:0 20px;margin:0 auto}.p-header__menu-inner--sp{height:100vh;padding:15px 20px 80px;overflow:auto}.p-header__menu-inner-wrap{padding:20px 0;background-color:#f2f3ff}.p-header__menu-link--child{display:block;padding:10px 50px 10px 10px}.p-header__menu-link--child:after{right:10px}.p-header__menu-link--other{display:block;padding:10px 50px 10px 20px;font-weight:700;border:1px solid #3a3b4e}.p-header__menu-link--other:after{right:20px}.p-header__menu-link--submenu1{display:block;padding:0 25px 0 0}.p-header__menu-link--submenu1:after{right:0}.p-header__menu-link--submenu2{font-size:14px}.p-header__menu-link--menu-sp{display:block;padding:15px 30px 15px 0;font-weight:700}.p-header__menu-link--menu-sp:after{right:10px}.p-header__menu-link--menu-sp-child{display:block;padding:5px 30px 5px 0}.p-header__menu-link--menu-sp-child:after{right:10px}.p-header__menu-link--sp-submenu1{display:block;padding:0 20px 0 0}.p-header__menu-link--sp-submenu1:after{right:0}.p-header__menu-toggle{position:absolute;top:100%;left:0;display:grid;grid-template-rows:0fr;width:100%;background-color:#fff;transition:grid-template-rows .3s ease-out}.p-header__menu-toggle.is-active{grid-template-rows:1fr}.p-header__menu-toggle-inner{overflow:hidden}@media screen and (min-width:1101px){.p-header__menu-wrap--pc{display:block}}@media screen and (max-width:1100px){.p-header__menu-wrap--pc{display:none}}@media screen and (min-width:1101px){.p-header__menu-wrap--sp{display:none}}@media screen and (max-width:1100px){.p-header__menu-wrap--sp{position:absolute;top:0;left:0;z-index:100;display:grid;grid-template-rows:0fr;width:100%;background:#fff;transition:grid-template-rows .3s ease-out}.p-header__menu-wrap--sp.is-active{grid-template-rows:1fr}}.p-header__search-wrap--pc{gap:20px;align-items:center}@media screen and (min-width:1101px){.p-header__search-wrap--pc{display:flex}}@media screen and (max-width:1100px){.p-header__search-wrap--pc{display:none}}.p-header__search-wrap--sp{display:grid;gap:10px;align-items:center;margin-bottom:15px}@media screen and (min-width:641px){.p-header__search-wrap--sp{grid-template-columns:1fr auto;width:calc(100% - 50px)}}.p-header__submenu-wrap{display:grid;gap:10px}.p-header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:block!important;pointer-events:none;cursor:pointer;background-color:#0009;opacity:0;transition:opacity .3s ease}.p-header__overlay.is-active{pointer-events:auto;opacity:1}.p-header__toggle{z-index:101;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (min-width:1101px){.p-header__toggle{width:80px;height:80px;background-color:#3a3b4e}}@media screen and (max-width:1100px){.p-header__toggle{width:28px;height:28px}}.p-header__toggle-line{position:relative;width:28px;height:2px;transition:background 10ms .3s ease}.p-header__toggle-line:before,.p-header__toggle-line:after{position:absolute;width:28px;height:2px;content:"";transition:top .3s .35s ease,transform .3s 50ms ease}.p-header__toggle-line:before{top:-10px}.p-header__toggle-line:after{top:10px}@media screen and (min-width:1101px){.p-header__toggle-line{background:#fff}.p-header__toggle-line:before,.p-header__toggle-line:after{background:#fff}}@media screen and (max-width:1100px){.p-header__toggle-line{background:#3a3b4e}.p-header__toggle-line:before,.p-header__toggle-line:after{background:#3a3b4e}}.is-active>.p-header__toggle-line{background:transparent}.is-active>.p-header__toggle-line:after,.is-active>.p-header__toggle-line:before{top:0;transition:top .3s 50ms ease,transform .3s .35s ease}.is-active>.p-header__toggle-line:before{transform:rotate(45deg)}.is-active>.p-header__toggle-line:after{transform:rotate(-45deg)}.p-header__wrap{position:sticky;top:0;display:block;background-color:#fff}
/*# sourceMappingURL=/cdn/shop/t/9/assets/sf-header.css.map */
