
body.nf-furusato-shell{
  --nf-furusato-green:#25963a;
  --nf-furusato-green-dark:#187f2c;
  --nf-furusato-text:#202522;
  --nf-furusato-border:#e6e9e4;
}

body.nf-furusato-shell #header-container,
body.nf-furusato-shell #header,
body.nf-furusato-shell .header-container,
body.nf-furusato-shell .site-header,
body.nf-furusato-shell #navi,
body.nf-furusato-shell .navi,
body.nf-furusato-shell .global-nav,
body.nf-furusato-shell .main-navi{
  display:none!important;
}

.nf-furusato-header{
  position:sticky;
  top:0;
  z-index:9990;
  width:100%;
  border-bottom:1px solid var(--nf-furusato-border);
  background:rgba(255,255,255,.97);
  box-shadow:0 2px 12px rgba(27,45,31,.06);
  backdrop-filter:saturate(140%) blur(10px);
  -webkit-backdrop-filter:saturate(140%) blur(10px);
}

.admin-bar .nf-furusato-header{ top:32px; }

.nf-furusato-header__inner{
  display:flex;
  align-items:center;
  gap:24px;
  width:min(1240px,calc(100% - 32px));
  min-height:74px;
  margin:0 auto;
}

.nf-furusato-brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  gap:11px;
  color:var(--nf-furusato-text)!important;
  text-decoration:none!important;
}

.nf-furusato-brand__logo{
  display:block;
  width:auto;
  max-width:195px;
  height:44px;
  object-fit:contain;
}

.nf-furusato-brand__text{
  color:#e90012;
  font-size:28px;
  font-style:italic;
  line-height:1;
}

.nf-furusato-brand__sub{
  position:relative;
  padding-left:11px;
  color:#4c544e;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  white-space:nowrap;
}

.nf-furusato-brand__sub:before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:1px;
  height:24px;
  background:#dfe4de;
  transform:translateY(-50%);
}

.nf-furusato-desktop-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1 1 auto;
  min-width:0;
  gap:2px;
}

.nf-furusato-desktop-nav a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 13px;
  border-radius:9px;
  color:#303731!important;
  font-size:13px;
  font-weight:700;
  text-decoration:none!important;
  white-space:nowrap;
  transition:.15s ease;
}

.nf-furusato-desktop-nav a:hover{
  background:#f0f7f1;
  color:var(--nf-furusato-green-dark)!important;
}

.nf-furusato-header__actions{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  gap:8px;
}

.nf-furusato-search-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:42px;
  padding:0 15px;
  border-radius:10px;
  background:var(--nf-furusato-green);
  color:#fff!important;
  font-size:12px;
  text-decoration:none!important;
}

.nf-furusato-search-button span{
  font-size:20px;
  line-height:1;
}

.nf-furusato-menu-button{
  display:none;
  width:46px;
  height:46px;
  padding:7px 8px 5px;
  border:1px solid #dfe4de;
  border-radius:10px;
  background:#fff;
  cursor:pointer;
}

.nf-furusato-menu-button>span{
  display:block;
  width:19px;
  height:2px;
  margin:3px auto;
  border-radius:2px;
  background:#313833;
}

.nf-furusato-menu-button>b{
  display:block;
  margin-top:3px;
  color:#59615b;
  font-size:8px;
  line-height:1;
}

.nf-furusato-mobile-menu,
.nf-furusato-bottom-nav{
  display:none;
}

#nf_catalog_search_panel,
#nf_catalog_browse_section,
#nf_catalog_season_section,
#nf_catalog_products_section{
  scroll-margin-top:96px;
}

body.nf-furusato-shell .nf-single-breadcrumbs a,
body.nf-furusato-shell .nf-single-back{
  color:#397443;
}

.nf-furusato-mobile-menu__company{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #edf0eb;
  text-align:center;
}

.nf-furusato-mobile-menu__company a{
  color:#737a74!important;
  font-size:11px;
  font-weight:600;
  text-decoration:none!important;
}

@media(max-width:980px){
  .nf-furusato-header__inner{
    width:min(100% - 24px,900px);
    min-height:66px;
  }

  .nf-furusato-desktop-nav{
    display:none;
  }

  .nf-furusato-header__actions{
    margin-left:auto;
  }

  .nf-furusato-menu-button{
    display:block;
  }

  .nf-furusato-mobile-menu{
    position:absolute;
    top:100%;
    right:12px;
    left:12px;
    display:block;
    padding:14px;
    border:1px solid #e2e6e0;
    border-radius:0 0 14px 14px;
    background:#fff;
    box-shadow:0 14px 32px rgba(25,40,28,.13);
  }

  .nf-furusato-mobile-menu[hidden]{
    display:none!important;
  }

  .nf-furusato-mobile-menu__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .nf-furusato-mobile-menu__grid>a{
    display:flex;
    flex-direction:column;
    gap:2px;
    min-height:64px;
    padding:11px 12px;
    border:1px solid #e7ebe5;
    border-radius:10px;
    background:#fafcf9;
    color:#283029!important;
    text-decoration:none!important;
  }

  .nf-furusato-mobile-menu__grid>a>span{
    color:#56845d;
    font-size:9px;
    font-weight:700;
    letter-spacing:.08em;
  }

  .nf-furusato-mobile-menu__grid>a>strong{
    color:inherit;
    font-size:13px;
  }
}

@media(max-width:640px){
  body.nf-furusato-shell{
    padding-bottom:calc(var(--nf-mobile-nav-height,70px) + env(safe-area-inset-bottom));
  }

  .admin-bar .nf-furusato-header{
    top:46px;
  }

  .nf-furusato-header__inner{
    width:calc(100% - 20px);
    min-height:58px;
    gap:8px;
  }

  .nf-furusato-brand{
    gap:7px;
    min-width:0;
  }

  .nf-furusato-brand__logo{
    max-width:139px;
    height:34px;
  }

  .nf-furusato-brand__text{
    font-size:21px;
  }

  .nf-furusato-brand__sub{
    padding-left:8px;
    font-size:9px;
    letter-spacing:.02em;
  }

  .nf-furusato-brand__sub:before{
    height:19px;
  }

  .nf-furusato-search-button{
    width:40px;
    min-height:40px;
    padding:0;
    border-radius:9px;
  }

  .nf-furusato-search-button b{
    display:none;
  }

  .nf-furusato-menu-button{
    width:40px;
    height:40px;
    padding:5px 6px 4px;
  }

  .nf-furusato-menu-button>b{
    font-size:7px;
  }

  .nf-furusato-bottom-nav{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:9995;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    min-height:var(--nf-mobile-nav-height,70px);
    padding-bottom:env(safe-area-inset-bottom);
    border-top:1px solid #dfe4de;
    background:rgba(255,255,255,.985);
    box-shadow:0 -5px 18px rgba(23,39,27,.10);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }

  .nf-furusato-bottom-nav>a{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    min-width:0;
    min-height:var(--nf-mobile-nav-height,70px);
    padding:6px 2px;
    color:#4a524b!important;
    text-decoration:none!important;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
    transition:background-color .15s ease,color .15s ease,transform .12s ease;
  }

  .nf-furusato-bottom-nav>a:active{
    background:rgba(37,150,58,.08);
    transform:scale(.97);
  }

  .nf-furusato-bottom-nav>a:focus-visible{
    outline:2px solid var(--nf-accent,#25963a);
    outline-offset:-3px;
    border-radius:8px;
  }

  .nf-furusato-bottom-nav>a>span{
    display:grid;
    place-items:center;
    width:calc(var(--nf-mobile-nav-icon-size,23px) + 6px);
    height:calc(var(--nf-mobile-nav-icon-size,23px) + 6px);
    color:#2c833b;
    line-height:1;
  }

  .nf-furusato-bottom-nav>a>span>svg{
    width:var(--nf-mobile-nav-icon-size,23px);
    height:var(--nf-mobile-nav-icon-size,23px);
    fill:currentColor;
    display:block;
  }

  .nf-furusato-bottom-nav>a>b{
    max-width:100%;
    overflow:hidden;
    color:inherit;
    font-size:var(--nf-mobile-nav-label-size,10px);
    font-weight:700;
    line-height:1.15;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .nf-furusato-mobile-menu{
    right:8px;
    left:8px;
  }

  #nf_catalog_search_panel,
  #nf_catalog_browse_section,
  #nf_catalog_season_section,
  #nf_catalog_products_section{
    scroll-margin-top:76px;
  }

  body.nf-furusato-shell .go-to-top{
    bottom:calc(var(--nf-mobile-nav-height,70px) + 10px)!important;
  }
}

@media(max-width:640px){
  body.nf-mobile-nav-hidden .nf-furusato-bottom-nav{display:none!important}
  body.nf-mobile-nav-hidden{padding-bottom:0!important}
  body.nf-mobile-nav-hidden .go-to-top{bottom:10px!important}
}

/* v0.9.29 header-integrated catalog search */
.nf-furusato-header-search{
  display:grid;
  grid-template-columns:minmax(0,1fr) 64px auto;
  flex:1 1 300px;
  max-width:390px;
  min-width:210px;
  margin:0;
}
.nf-furusato-header-search input{
  width:100%;
  min-width:0;
  min-height:42px;
  box-sizing:border-box;
  border:1px solid #cfd5ce;
  border-right:0;
  border-radius:8px 0 0 8px;
  background:#f7f8f7;
  padding:0 12px;
  color:#252a26;
  font-size:13px;
}
.nf-furusato-header-search input:focus{
  position:relative;
  z-index:1;
  outline:2px solid rgba(37,150,58,.22);
  outline-offset:0;
  background:#fff;
}
.nf-furusato-header-search button{
  min-height:42px;
  border:0;
  border-radius:0 8px 8px 0;
  background:var(--nf-furusato-green);
  color:#fff;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.nf-furusato-header-search button:hover{
  background:var(--nf-furusato-green-dark);
}
.nf-furusato-header-search .nf-furusato-refine-button{
  min-width:72px;
  margin-left:6px;
  border:1px solid var(--nf-furusato-green);
  border-radius:8px;
  background:#fff;
  color:var(--nf-furusato-green-dark);
  padding:0 9px;
  white-space:nowrap;
}
.nf-furusato-header-search .nf-furusato-refine-button:hover,
.nf-furusato-header-search .nf-furusato-refine-button[aria-expanded="true"]{
  background:#eef7ef;
}
.nf-furusato-header-search .nf-furusato-refine-button[hidden]{
  display:none!important;
}

@media(max-width:1120px) and (min-width:981px){
  .nf-furusato-header__inner{
    gap:14px;
  }
  .nf-furusato-header-search{
    max-width:300px;
  }
  .nf-furusato-desktop-nav a{
    padding-right:9px;
    padding-left:9px;
    font-size:12px;
  }
}

@media(max-width:980px){
  .nf-furusato-header__inner{
    flex-wrap:wrap;
    gap:6px 8px;
    padding:7px 0 8px;
  }
  .nf-furusato-header-search{
    order:3;
    grid-template-columns:minmax(0,1fr) 58px auto;
    flex-basis:100%;
    max-width:none;
    min-width:0;
  }
  .nf-furusato-header-search input,
  .nf-furusato-header-search button{
    min-height:39px;
  }
  .nf-furusato-header-search input{
    font-size:13px;
  }
  .nf-furusato-header-search button{
    font-size:11px;
  }
  .nf-furusato-header-search .nf-furusato-refine-button{
    min-width:62px;
    margin-left:5px;
    padding:0 6px;
    font-size:10px;
  }
}

@media(max-width:640px){
  .nf-furusato-header__inner{
    min-height:0;
  }
  .nf-furusato-header-search input,
  .nf-furusato-header-search button{
    min-height:37px;
  }
  #nf_catalog_search_panel,
  #nf_catalog_browse_section,
  #nf_catalog_season_section,
  #nf_catalog_products_section{
    scroll-margin-top:118px;
  }
}
