@charset "UTF-8";
@media screen and (max-width: 767px) {
  html.is-gnav-open {
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  body {
    /*padding-top: 83px;*/
    padding-top: 105px; } }

.lnt23-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  /*height: 180px;*/
  height: 200px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .lnt23-header {
      position: fixed;
      top: 0;
      left: 0;
      /*height: 83px;*/
      height: 105px;
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.23); } }

.lnt23-header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .lnt23-header__block {
      flex-wrap: wrap;
      width: calc(100% - 40px);
      max-width: 1280px;
      margin: 0 auto;
      padding-top: 10px; } }

.lnt23-header-upper {
  width: 100%;
  padding: 9px;
  border-bottom: 1px solid #e9e9e9; }
  @media screen and (max-width: 767px) {
    .lnt23-header-upper {
      padding: 5px; } }

.lnt23-header-upper__msg {
  color: #917236;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lnt23-header-upper__msg {
      font-size: 12px; } }

@media screen and (min-width: 768px) {
  .lnt23-header-identity {
    width: 28.125%; } }

@media screen and (max-width: 767px) {
  .lnt23-header-identity {
    position: absolute;
    width: 30%;
	left: 35%;
    text-align: center; } }

.lnt23-header-identity__logo img {
  vertical-align: bottom; }
  @media screen and (max-width: 767px) {
    .lnt23-header-identity__logo img {
      width: 77.5px;
      height: auto; } }

.lnt23-header-utils {
  width: 28.125%; }
  @media screen and (max-width: 767px) {
    .lnt23-header-utils {
      order: 1;
      width: 14%;
      padding: 3px 0; } }

.lnt23-header-utils__switch {
  position: relative;
  width: 48px;
  height: 48px; }
  @media screen and (min-width: 768px) {
    .lnt23-header-utils__switch {
      display: none; } }
  .lnt23-header-utils__switch > span {
    display: block;
    position: absolute;
    left: 16px;
    width: 16px;
    height: 2px;
    border-radius: 1px;
    background-color: #917236;
    transition: all ease .3s; }
    .lnt23-header-utils__switch > span:nth-child(1) {
      top: 18px; }
      .is-gnav-open .lnt23-header-utils__switch > span:nth-child(1) {
        transform: translateY(5px) rotate(-45deg); }
    .lnt23-header-utils__switch > span:nth-child(2) {
      top: 23px; }
      .is-gnav-open .lnt23-header-utils__switch > span:nth-child(2) {
        opacity: 0; }
    .lnt23-header-utils__switch > span:nth-child(3) {
      top: 28px; }
      .is-gnav-open .lnt23-header-utils__switch > span:nth-child(3) {
        transform: translateY(-5px) rotate(45deg); }

.lnt23-header-utils__search {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #a0a0a0; }
  @media screen and (max-width: 767px) {
    .lnt23-header-utils__search {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      padding: 8px 15px;
      border-bottom-color: #e5e5e5;
      border-top: 1px solid #e5e5e5;
      background-color: #fff; } }
  .lnt23-header-utils__search .search {
    display: flex;
    align-items: center; }
    .lnt23-header-utils__search .search input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      margin: 0;
      border: none;
      box-shadow: none;
      outline: none; }
    .lnt23-header-utils__search .search .text {
      width: calc(100% - 32px);
      height: 36px;
      padding: 3px 0 !important;
      color: #555;
      font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
      font-size: 14px;
      font-weight: normal; }
      .lnt23-header-utils__search .search .text::-moz-placeholder {
        opacity: 1;
        color: #555; }
      .lnt23-header-utils__search .search .text::placeholder {
        opacity: 1;
        color: #555; }
      @media screen and (max-width: 767px) {
        .lnt23-header-utils__search .search .text {
          font-size: 16px; } }
    .lnt23-header-utils__search .search .btn {
      width: 32px;
      height: 36px;
      padding: 0;
      background: url(/item/online/common/utils23_ic01.png) no-repeat 50% 50%/24px auto;
      cursor: pointer;
      transition: all ease .3s; }

.lnt23-header-acc {
  width: 28.125%; }
  @media screen and (max-width: 767px) {
    .lnt23-header-acc {
      order: 3;
      width: 33.3%;
      padding: 0 15px; } }

.lnt23-header-acc__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .lnt23-header-acc__list {
      flex-direction: row-reverse;
      justify-content: flex-start;
      padding-right: 10px; } }
  .lnt23-header-acc__list > li img {
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .lnt23-header-acc__list > li img {
        width: auto;
        height: 16px; } }

  @media screen and (max-width: 767px) {
    .lnt23-header-search {
        order: 2;
        display: block;
        width: 52.7%; }
    .lnt23-header-search .lnt23-header-acc__list {
        flex-direction: row; } }

.lnt23-header-gnav {
  position: absolute;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .lnt23-header-gnav {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); } }
  @media screen and (max-width: 767px) {
    .lnt23-header-gnav {
      top: 100%;
      left: -100%;
      overflow-y: auto;
      max-height: calc(100vh - 83px);
      max-height: calc(100dvh - 83px);
      background-color: #fff;
      transition: left ease .3s; } }
  @media screen and (max-width: 767px) {
    .is-gnav-open .lnt23-header-gnav {
      left: 0; } }

.lnt23-header-gnav__mypage {
  margin-bottom: 25px;
  padding: 8px 12vw 0; }
  @media screen and (min-width: 768px) {
    .lnt23-header-gnav__mypage {
      display: none; } }
  .lnt23-header-gnav__mypage a {
    display: block;
    padding: 8px 60px 7px;
    border: 1px solid #777;
    background: url(/item/online/common/acc23_ic01.png) no-repeat 14px 50%/13px auto;
    color: #555;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none; }

.lnt23-header-gnav__list {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .lnt23-header-gnav__list {
      -moz-column-gap: 50px;
           column-gap: 50px; } }
  @media screen and (max-width: 767px) {
    .lnt23-header-gnav__list {
      flex-direction: column;
      border-top: 1px solid #e9e9e9; } }
  @media screen and (max-width: 767px) {
    .lnt23-header-gnav__list > li {
      border-bottom: 1px solid #e9e9e9; } }
  @media screen and (min-width: 768px) {
    .lnt23-header-gnav__list > li.js-gnav-dropdown > a::before {
      opacity: 0; } }
  @media screen and (min-width: 768px) {
    .lnt23-header-gnav__list > li.js-gnav-dropdown.is-active > a::before {
      opacity: 1; } }
  .lnt23-header-gnav__list > li > a {
    display: flex;
    position: relative;
    z-index: 2;
    font-weight: bold;
    line-height: 1;
    text-decoration: none; }
    .lnt23-header-gnav__list > li > a::before, .lnt23-header-gnav__list > li > a::after {
      position: absolute;
      content: ''; }
    .lnt23-header-gnav__list > li > a::before {
      bottom: -1px;
      left: calc(50% - 41.5px);
      opacity: 0;
      width: 55px;
      height: 3px;
      background-color: #856734;
      transition: all ease .3s; }
    .lnt23-header-gnav__list > li > a::after {
      background: url(/item/online/common/utils23_ic02.svg) no-repeat 0 0/cover; }
    @media screen and (min-width: 768px) {
      .lnt23-header-gnav__list > li > a {
        flex-direction: column;
        row-gap: 6px;
        padding: 8px 28px 16px 0;
        color: #917236;
        font-size: 15px;
        text-align: center; }
        .lnt23-header-gnav__list > li > a::after {
          top: 10px;
          right: 0;
          width: 16px;
          height: 10px; } }
    @media screen and (max-width: 767px) {
      .lnt23-header-gnav__list > li > a {
        align-items: center;
        padding: 18px 9.6vw 18px 5.86667vw;
        background-color: #fff;
        color: #555;
        font-size: 11px;
        transition: all ease .3s; }
        .lnt23-header-gnav__list > li > a::after {
          top: calc(50% - 3.5px);
          right: 22px;
          width: 12px;
          height: 7px;
          background: url(/item/online/common/utils23_ic02.svg) no-repeat 0 0/cover;
          transition: all ease .3s; } }
    @media screen and (max-width: 767px) {
      .lnt23-header-gnav__list > li > a.is-active {
        background-color: #e9e9e9; }
        .lnt23-header-gnav__list > li > a.is-active::after {
          transform: rotate(180deg); } }
    @media screen and (max-width: 767px) {
      .lnt23-header-gnav__list > li > a > span:nth-child(1) {
        width: 30.66667vw; } }
    .lnt23-header-gnav__list > li > a > span:nth-child(2) {
      font-size: 11px;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .lnt23-header-gnav__list > li > a > span:nth-child(2) {
          flex: 1;
          font-size: 10px; } }

.lnt23-header-menu {
  z-index: 1;
  border-top: 1px solid #e9e9e9;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .lnt23-header-menu {
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      width: 100%;
      min-height: 440px;
      transition: all ease .3s; } }
  @media screen and (min-width: 768px) {
    .js-gnav-dropdown .lnt23-header-menu {
      display: block !important;
      opacity: 0;
      pointer-events: none; } }
  @media screen and (max-width: 767px) {
    .js-gnav-dropdown .lnt23-header-menu {
      display: none; } }
  @media screen and (min-width: 768px) {
    .js-gnav-dropdown.is-active .lnt23-header-menu {
      opacity: 1;
      pointer-events: visible; } }

.lnt23-header-menu__block {
  width: 100%;
  padding: 30px 20px; }
  @media screen and (min-width: 768px) {
    .lnt23-header-menu__block {
      max-width: 1360px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .lnt23-header-menu__block {
      padding: 1.5px 15px;
      background-color: #f5f5f5; } }

.lnt23-header-menu__title {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-indent: -0.5em;}
  @media screen and (max-width: 767px) {
    .lnt23-header-menu__title {
      border-bottom: 1px solid #dfdfdf;
      font-size: 11px; } }
  @media screen and (max-width: 767px) {
    .lnt23-header-menu__title:has(+ ul) {
      border-bottom: none; } }
  @media screen and (max-width: 767px) {
    .lnt23-header-menu__title:has(+ ul) a::after,
    .lnt23-header-menu__title:has(+ ul) span::after {
      position: absolute;
      top: calc(50% - 3.5px);
      right: 7px;
      width: 12px;
      height: 7px;
      background: url(/item/online/common/utils23_ic02.svg) no-repeat 0 0/cover;
      content: '';
      transition: all ease .3s; } }
  @media screen and (max-width: 767px) {
    .lnt23-header-menu__title.is-active a::after,
    .lnt23-header-menu__title.is-active span::after {
      transform: rotate(180deg); } }
  @media screen and (min-width: 768px) {
    .lnt23-header-menu__title + .lnt23-header-menu__title {
      margin-top: 25px; } }
  .lnt23-header-menu__title a,
  .lnt23-header-menu__title span {
    color: #555;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .lnt23-header-menu__title a,
      .lnt23-header-menu__title span {
        display: block;
        position: relative;
        padding: 14px 7.33333vw; } }

@media screen and (min-width: 768px) {
  .lnt23-header-menu__list {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .lnt23-header-menu__list {
    display: none;
    padding-bottom: 15px; } }

.lnt23-header-menu__list > li {
  margin-top: 1em;
  font-size: 12px;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .lnt23-header-menu__list > li {
      margin: 0 0 2.5px;
      font-size: 11px; }
      .lnt23-header-menu__list > li:last-child {
        margin-bottom: 0; } }
  .lnt23-header-menu__list > li > a {
    color: #555;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .lnt23-header-menu__list > li > a {
        display: block;
        position: relative;
        padding: 12px 7.33333vw 9px; } }

.lnt23-header-menu__figure img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.lnt23-header-menu__label {
  margin-top: 1em;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lnt23-header-menu__label {
      font-size: 11px; } }

.lnt23-header-menu-layout {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .lnt23-header-menu-layout {
      gap: 20px; } }

a.lnt23-header-menu-layout__grid {
  text-decoration: none; }

.lnt23-header-menu-layout--row5 .lnt23-header-menu-layout__grid {
  width: calc((100% / 5) - (20px * 4 / 5)); }
  @media screen and (max-width: 767px) {
    .lnt23-header-menu-layout--row5 .lnt23-header-menu-layout__grid {
      width: 100%;
      border-bottom: 1px solid #dfdfdf; }
      .lnt23-header-menu-layout--row5 .lnt23-header-menu-layout__grid:last-child {
        border-bottom: none; } }
  @media screen and (max-width: 767px) {
    .lnt23-header-menu-layout--row5 .lnt23-header-menu-layout__grid .lnt23-header-menu__title:last-of-type {
      border-bottom: none; } }

@media screen and (max-width: 767px) {
  .lnt23-header-menu-layout--row7 {
    gap: 15px;
    padding: 13.5px 0; } }

@media screen and (min-width: 768px) {
  .lnt23-header-menu-layout--row7 .lnt23-header-menu-layout__grid {
    width: calc((100% / 7) - (20px * 6 / 7)); } }

@media screen and (max-width: 767px) {
  .lnt23-header-menu-layout--row7 .lnt23-header-menu-layout__grid {
    width: calc((100% / 2) - (15px / 2)); } }

.lnt23-header-acc__list li:nth-child(3){
	position: relative; }

.fs-client-cart-count {
    width: 16px;
    height: 16px;
    padding-top: 4px;
    box-sizing: border-box;
    position: absolute;
    top: -9px;
    right: -13px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    background-color: #ff4b00;
    font-size: 10px;
    font-weight: bold; }

.lnt23-header-float {
    width: 70px;
    height: 70px;
    position: fixed;
    display: block;
    bottom: 30px;
    right: 10px;
    z-index: 9999;
}
.lnt23-header-float a , .lnt23-header-float a img {
    display:block;
    width: 100%;
    height: 100%;
}
.lnt23-header-float .fs-client-cart-count{
    padding-top: 1px;
    top: 1px;
    right: 6px;
}