/*Header謾ｹ菫ｮ縺薙％縺九ｉ*/
body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.contents {
  padding: 123px 0 48px!important;
}
header * {
  box-sizing: border-box;
}
header .nav_pc {
  display: block;
}
header .nav_sp {
  display: none;
}

header.header {
  box-sizing: border-box;
  width: 100%;
  background: var(--color-wh);
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: none;
  transition: transform 0.3s 0.1s;
}
header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 290px;
  width: 100%;
  padding: 0 min(5%, 20px);
  margin: 0 auto;
  height: 80px;
  position: relative;
  border-bottom: 1px solid #E9E9E9;
}
header .h-inner > * {
  flex-shrink: 0;
}
header .openbtn {
  object-fit: contain;
}

header .h-logo {
  width: 18%;
  max-width: 250px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
}
header .h-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header .h-sitemap {
  border-bottom: 1px solid #E9E9E9;
}
header .h-sitemap > ul {
  width: 100%;;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
header .h-sitemap > ul >li {
  flex-shrink: 0;
  border-bottom: 2px solid var(--color-wh);
  transition: border-bottom .3s;
}
header .h-sitemap > ul > li > a,
header .h-sitemap > ul >li > span {
  padding: 10px 15px;
  display: flex;
}
header .h-sitemap > ul >li > span {
  cursor: pointer;
}

header .h-sitemap > ul > li:hover{
  border-bottom: 2px solid var(--color-rd);
}
header .h-sitemap > ul > li:hover a {
  opacity: 1;
}
header .sitemap-child-list a {
  transition: opacity .3s;
}
header .sitemap-child-list a:hover {
  opacity: .6!important;
}

header nav {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: calc((100% - 240px)/2);
}
header .gnav-info,
header .gnav-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .gnav-nav {
  padding: 5px;
  background: var(--color-bg-yw);
}
header .gnav-info li,
header .gnav-nav li {
  flex-shrink: 0;
}
header .gnav-nav li {
  height: 100%;
}
header .gnav-info li a,
header .gnav-nav li a,
header .gnav-nav li div {
  font-size: var(--font-size-11);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  height: 100%;
}
header .gnav-info li a {
  padding: 10px 0;
}
header .gnav-nav a,
header .gnav-nav div {
  letter-spacing: -1px;
  width: 60px;
  padding: 5px;
  flex-shrink: 0;
}
header .gnav-info li a::before, 
header .gnav-nav li a::before,
header .gnav-nav li div::before {
  display: block;
  content:"";
  width: 2em;
  height:auto;
  aspect-ratio:1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;  
}
header .gnav-nav li a::before,
header .gnav-nav li div::before {
  width: 2em;
  height:auto;
  max-height: 28px;
}
header .gnav-info a span,
header .gnav-nav a span {
  line-height: 1;
}

.h-cart {
  position: relative;
  margin-left: -5px;
}
.h-cart .cart-count {
  position: absolute;
  right: 0px;
  top: -2px;
  padding: 0 3px;
  background: var(--color-rd);
  color: var(--color-wh);
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: var(--font-size-12);
  font-weight: normal;
}

/*繧｢繧､繧ｳ繝ｳ*/
.gnav-info li.h-entry a::before{
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_newMember.svg);
}
.gnav-info li.h-flow a::before {
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_biginner.svg);
}
.gnav-info li.h-guide a::before {
  background-image: url(	https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_guide.svg);
}
.gnav-info li.h-gift a::before {
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_gift.svg);
}
.gnav-info li.h-contact a::before {
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_mail.svg);
}
.gnav-nav li.h-mypage a::before {
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_mypage.svg);
}
.gnav-nav li.h-login a::before {;
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_login.svg);
}
.gnav-nav li.h-logout a::before {
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_logout.svg);
}
.gnav-nav li.h-favorite a::before {
  width: 1.8em;
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_favorite.svg);
}
.gnav-nav li.h-cart a::before {
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/icon_cart.svg);
}
.gnav-nav li.searchSwitch div::before {
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/ico_search.svg);
}
/* .gnav-nav li.searchSwitch.active div::before {
  background-image: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/ico_search.svg);
} */


@media screen and (min-width: 1201px) and (max-width: 1599px) {
  header nav {
    gap: 10px;
  }
  header .gnav-info {
    justify-content: space-between;
    gap: 16px;
  }
  header .gnav-info li a::before {
    width: 2.2em;
  }
  .gnav-info li a span {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  body {
    padding-top: 111px;
  }
  .contents {
    padding: 0 0 48px!important;
  }
  header.header {
    padding: 0!important;
    position: fixed;
  }
  header .h-logo {
    width: 36%;
    transform: translate(-50%, -44%);
  }  
  header .nav_pc {
    display: none;
  }
  header .nav_sp {
    display: block;
  }
  header .gnav-nav {
    padding: 0;
    background: #fff;
  }
  header .h-inner {
    justify-content: space-between;
    gap: 10px;
    height: 60px;
  }

  header .openbtn {    
    display: block;
    position: relative;
    z-index: inherit;
    top: inherit;
    left: inherit;
    cursor: pointer;
    width: 43px;
    height: 43px;
    font-size: var(--font-size-12);
    margin-left: -6px;
  }
  .gnav-nav .search_toggle span.bar {
    opacity: 0;
  }
  .gnav-nav .search_toggle.active span.bar {
    opacity: 1;
  }
  header .openbtn span,
  .gnav-nav .search_toggle span.bar {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-rd);
    width: 60%;
  }
  .openbtn span:nth-of-type(1) {
    top: 12px; 
  }
  .openbtn span:nth-of-type(2) {
    top: 20px;
  }
  .openbtn span:nth-of-type(3) {
    top: 28px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 15px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 27px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }

  header nav {
    gap: 20px;
    max-width: inherit;
  }
  header .gnav-nav {
    gap: 5px;
  }
  header .gnav-nav li a,
  header .gnav-nav li div {
    width: 36px;
    height: 100%;
    background: var(--color-wh);
  }
  header .gnav-nav li a::before, 
  header .gnav-nav li div::before {
    width: 2em;
    max-height: 24px;
  }  
  header .gnav-nav li span:not(.cart-count) {
    display: none;
  }
  .gnav-nav li.searchSwitch div {
    position: relative;
  }
  .gnav-nav .search_toggle.active::before {
    opacity: 0;
  }
  .gnav-nav li .active .bar {
    display: inline-block;
  }
  .gnav-nav .search_toggle span.bar {
    display: inline-block;
  }
  .gnav-nav .search_toggle span.bar:nth-of-type(2) {
    top: 14px;
  }
  .gnav-nav .search_toggle span.bar:nth-of-type(3) {
    top: 26px;
  }
  .gnav-nav .search_toggle.active span.bar:nth-of-type(2) {
    top: 8px;
    left: 6px;
    transform: translateY(6px) rotate(-45deg);
    width: 65%;
  }
  .gnav-nav .search_toggle.active span.bar:nth-of-type(3) {
    top: 20px;
    left: 6px;
    transform: translateY(-6px) rotate(45deg);
    width: 65%;
  }

  .h-cart .cart-count {
    position: absolute;
    right: -4px;
    top: -2px;
  }

  header .h-sitemap > ul {
    padding-inline: 5%;
    gap: 10px;
  }
  header .h-sitemap > ul > li > a {
    padding: 14px 6px;
  }
  /***SP StickyHeader***********************/

    header.__sp_sticky.hide-above {
      transform: translateY(-100%);
    }
    header.__sp_sticky.hide-above {
      transform: translateY(-100%);
    }

}

/***蝠�刀繧呈爾縺�***********************/
.sitemap-child-box {
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  position: absolute;
  left: inherit;
  top: 100%;
  max-height: calc(95vh - 152px);
  background: var(--color-bg-yw);
  overflow-y: auto!important;
  padding: 40px;
}
.sitemap_hasChild:hover .sitemap-child-box {
  visibility: visible;
  overflow: visible;
  opacity: 1;
}
.sitemap-child-list {
  text-align: left;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 600px;
  gap: 0 2%;
}
.sitemap-child-list .sitemap-child-item {
  flex: 0 0 32%;
}
.sitemap-child-list .sitemap-child-item:nth-child(n+4) {
  margin-top: 20px;
}



/***讀懃ｴ｢***********************/
.serchWrap {
  width: 50%;
  height: 32px;
  max-width: 310px;
}
.serchWrap .searchBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.serchWrap .searchBox::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://gigaplus.makeshop.jp/NLWINE/img/newheader2025/ico_search.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left:2px;
  margin: auto;
}
.serchWrap .searchBox .search-keyword {
  width: 100%;
  height: 100%;
  padding: 6px 45px 6px 28px;
  border-bottom: 1px solid var(--color-rd);
}
.serchWrap .searchBox .search-keyword:focus {
  outline: none;
  border: 0;
}
.serchWrap .search-btn {
  color: var(--color-wh);
  font-size: var(--font-size-12);
  width: 42px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background: var(--color-rd);
  display: flex;
  justify-content: center;
  align-items: center;
}
.serchWrap .searchBox .hotKeyword {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 20px;
  margin-top: 8px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  background: var(--color-wh);
  box-shadow: 0px 0px 8px 2px rgba(51,51,51,.2);
}
.serchWrap .searchBox .hotKeyword.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.serchWrap .searchBox .hotKeyword ul li {
  text-align: left;
  padding: 20px 10px;
}
.serchWrap .searchBox .hotKeyword ul li:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}

@media screen and (max-width: 1200px) {
  .main-visual {
    margin: 0px auto 40px;
  }

  .serchWrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    width: 100%;
    max-width: inherit;
    height: auto;
    padding: 24px 20px;
    background: var(--color-bg-yw);
    z-index: 900;
    transition: opacity .3s;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0.5);
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
  }
  .serchWrap.active {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }
  .serchWrap .searchBox .search-keyword {
    font-size: var(--font-size-16);
    height: 50px;
    padding: 6px 52px 6px 36px;
    border: 1px solid var(--color-rd);
  }
  .serchWrap .searchBox .search-keyword:focus {
    border: 1px solid var(--color-rd);
  }
  .serchWrap .searchBox .search-keyword::placeholder {
    font-size: var(--font-size-16);
  }
  .serchWrap .searchBox::before {
    left: 10px;
    top: 15px;
    margin: inherit;
  }
  .serchWrap .search-btn {
    font-size: var(--font-size-14);
    width: 52px;
    height: 50px;
  }
  .serchWrap .searchBox .hotKeyword.active {
    position: static;
  }
}