body.has-menu {
    position: fixed;
    width: 100%;
}

.js-category-display {
  position: absolute;
  top: 0;
  left: 250px;
  width: calc(100% - 250px);
  background: #fff;
  padding: 20px;
  z-index: 10;
  align-items: flex-start;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.js-category-display .category-sub {
  margin: 0;
  position: static;
}

.category-item {
  position: relative;
  cursor: pointer;
}
.category-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 8px;
  width: 100%;
}

.category-inner::after {
  content: "\203A"; /* 下向き矢印 */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px; /* スマホ用に少し小さめに */
  color: #999;
  pointer-events: none; /* タップを防ぐ */
}

.sitemap-link-full {
  display: block;
  width: 100%;
  height: 100%;
}

.category-icon {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 20px;
}

.category-name {
  font-size: 13px;
  margin-left:16px;
}

.icon-search {
  width: 24px;
  height: 24px;
  color: #000; /* 必要に応じて色を指定 */
}
.search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.search-box {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.search-icon {
  position: absolute;
  top: 13px;
  left: 27px;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  width: 24px;
  height: 24px;
  pointer-events: none; /* 押せないようにするなら */
}

.search-icon svg {
  width: 20px;
  height: 20px;
}

.search-form input {
  width: 100%;
  padding: 10px 10px 10px 48px; /* アイコン分の余白 */
  border: none;
  border-radius: 25px;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #333;
}
.icon-badge {
  position: absolute;
  top: 0;
  right: -10px;
  background-color: #dc3b2b;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.category-sub {
  display: none;
  padding-left: 20px;
}*/

.l-header-common * {
  word-break: break-word;
}
.l-header-common a,
.l-header-common span {
  -webkit-tap-highlight-color: transparent;
}
.l-header-common__wrapper {
  position: relative;
  z-index: 1;
}

.l-notice-header-information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-notice-header-information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-notice-header-information__count {
  position: relative;
}

.l-notice-header-primary {
  border-bottom: 3px solid #d5d02f;
  background-color: #b0a326;
}
.l-notice-header-primary__wrapper {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
.l-notice-header-primary__wrapper a {
  display: inline-block;
}

.l-logo-header-primary {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
}

.l-button-header-burger {
  width: 35px;
  margin-left: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
html.is-touchable .l-button-header-burger:hover {
  opacity: 1;
}
.l-menu-header-main {
  background-color: #fff;
}

.l-menu-header-main > .l-wrapper-header-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.l-menu-header-sitemap__block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-menu-header-sitemap__item-link {
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 600;
}

.l-form-header-support input:focus {
  outline: none;
}
.l-form-header-support input::-webkit-input-placeholder {
  font-size: 12px;
  letter-spacing: 2px;
}
.l-form-header-support input::-moz-placeholder {
  font-size: 12px;
  letter-spacing: 2px;
}
.l-form-header-support input:-ms-input-placeholder {
  font-size: 12px;
  letter-spacing: 2px;
}
.l-form-header-support input::-ms-input-placeholder {
  font-size: 12px;
  letter-spacing: 2px;
}
.l-form-header-support input::placeholder {
  font-size: 12px;
  letter-spacing: 2px;
}
.l-navigation-header-sitemap {
  position: relative;
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}

.l-frame-header-catalog {
  background-color: #ffffff;
}

.l-list-header-sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-list-header-sitemap__item {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
}

.u-image {
  display: block;
  width: 100%;
}

.u-image[src*="logo_lighting_factory.png"] {
  width: 155px !important;
  height: 33px !important;
  display: block;
  object-fit: contain;
}

/* カート＆お気に入りアイコンのCLS対策 */
.u-image[src*="icon_cart.webp"],
.u-image[src*="icon_favorite.webp"] {
  width: 26px !important;
  height: 23px !important;
  display: block;
  object-fit: contain;
}


.u-object {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
}

.u-trans {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
  text-decoration: none;
}

.js-accordion-content {
  display: none;
}

  .l-form-header-support input {
    height: 48px;
    padding: 8px 10px 8px 52px;
    border-radius: 33px;
    background-color: #f2f2f2;
    background-position: 20px 51%;
    background-size: 24px;
    color: #444444;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size:15px;
        width: 100%;
        border: none;
  }

.l-notice-header-primary {
  width: 100%;
  background: #d1bf52;
  color: #fff;
  text-align: center;
  /*padding: 8px 0;*/
  font-size: 14px;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  overflow: hidden;
  height: 40px; /*20250708*/
}
.l-notice-header-primary.is-hidden {
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
}

.js-header-fixed-wrapper {
  transition: top 0.5s ease, opacity 0.5s ease;
  position: fixed;
  top: 0; /* 初期は notice 高さ分下 */
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow:none;
}

.js-header-fixed-wrapper.has-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* ← スクロール時に表示する影 */
}

.js-header-fixed-wrapper.is-top {
  top: 40px;
}

.js-header-fixed-wrapper.is-up {
  top: 0;
}

.js-header-fixed-wrapper.is-hidden {
  top: -200px;
  opacity: 0;
  pointer-events: none;
}

.l-header-common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  margin-top: 40px; /* ← l-notice-header-primary の高さ分 */
}

.hu {
  display: inline-block;
  position: relative;
}
.hu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 0;
  background-color: #000;
  transition: width 0.3s ease;
}
.hu:hover::after {
  width: 100%;
}
.category-link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

.category-link-wrapper:hover {
  background-color: #f5f5f5;
}
  .category-summary-only {
    display: block !important;
    flex-wrap: unset !important;
    gap: unset !important;
    padding: 20px;
    background-color: #fff;
  }

  .category-summary-only .category-summary-card {
    width: auto !important;
    max-width: 100% !important;
    text-align: left !important;
    display: flex !important;
  }

.category-summary-only .category-summary-text {
   max-width: 600px;
  }

  .js-category-display .subcategory-wrap.category-summary-only a.category-summary-card {
    width: auto !important;
  }

  .category-summary-only .category-summary-card,
  .category-summary-card {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    color: inherit;
    width: auto !important;
    max-width: 100%;
    text-align: left;
    font-size: 14px;
  }

  .category-summary-card img {
    border-radius: 6px;
    width: 160px;
    height: 160px;
    object-fit: cover;
    flex-shrink: 0;
  }

.category-summary-text {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 1em;
  margin: 1em auto;
}

  .summary-link-label {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    letter-spacing:1px;
  }
a.no-hover-opacity:hover {
  opacity: 1.0 !important;
}
.l-button-header-burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
  cursor: pointer;
}

.burger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 17px;
}

.burger-line {
  width: 28px;
  height: 3px;
  background-color: #333;
  border-radius: 1px;
}

.burger-text {
  font-size: 8px;
  margin-top: 1px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
}

@media (max-width: 767px) {
  .l-navigation-header-sitemap__mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(84, 84, 84, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  body.has-menu .l-navigation-header-sitemap__mask {
    opacity: 1;
    visibility: visible;
    left: 0; /* ← ここにまとめてOK */
  }

    .l-navigation-header-sitemap__viewport.is-menu-open {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

  .l-wrapper-header-primary {
    padding: 0 13px;
  }

  .header-icons {
    gap: 5px;
  }

  .icon-caret-down {
    display: none;
  }

  .search-icon {
    top: 77px;
    left: 30px;
  }

  .l-notice-header-information {
    margin-left: auto;
  }
 .l-notice-header-information__item + .l-notice-header-information__item {
    margin-left: 25px;
  }
  .l-notice-header-information__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-notice-header-information__link figure {
    width: 26px;
  }
 .l-notice-header-information__count-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -18px;
    right: -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    margin-left: 0;
    padding-top: 2px;
    border: solid 2px;
    border-radius: 20px;
    background-color: #e50808;
    color: #fefefe;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0;
  }
 /* .l-notice-header-information__count-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -20px;
    right: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 0;
    padding-top: 1px;
    border: solid 2px;
    border-radius: 20px;
    background-color: #e50808;
    color: #fefefe;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
  }
*/
  .l-notice-header-primary {
    padding: 9px 10px 0 10px;
    height:37px;
  }
  .l-notice-header-primary__wrapper {
    font-size: 11px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .l-logo-header-primary {
    width: 140px;
    font-size: 16px;
  }

  .l-button-header-close {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 13.5px 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #808080;
    color: #fefefe;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    cursor: pointer;
  }
  .l-button-header-close:hover__wrapper {
    opacity: 0.7;
  }
  .l-button-header-close__wrapper {
    position: relative;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
.category-name {
  font-size: 14px;
}

  .l-icon-header-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 22px;
    cursor: pointer;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
  }

  .l-menu-header-main > .l-wrapper-header-primary {
    padding: 18px 11px 5px 20px;
border-bottom: 1px solid #efefef;
  }

  .l-menu-header-sitemap__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
  }
  .l-menu-header-sitemap__block-item {
    position: relative;
    border-top: 1px solid #e7e7e7;
  }
  .l-menu-header-sitemap__block-item:first-child > span {
    display: block;
    padding: 13.5px 20px;
    font-weight: 400;
    cursor: pointer;
  }
  .l-menu-header-sitemap__block-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-menu-header-sitemap__block-item:nth-child(2) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    /*order: 6;*/
  }
  .l-menu-header-sitemap__block-item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .l-menu-header-sitemap__block-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .l-menu-header-sitemap__block-item:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-menu-header-sitemap__block-item--category {
    font-size: 14px;
  }
  .l-menu-header-sitemap__block-item--category::before {
    display: none;
  }
  .l-menu-header-sitemap__block-item--category .l-menu-header-sitemap__item-link {
    display: inline-block;
  }
  .l-menu-header-sitemap__block-item--category .l-menu-header-sitemap__item-link::before {
    display: none;
  }
  .l-menu-header-sitemap__block-item--category .l-menu-header-sitemap__item-link--category {
    cursor: default;
  }
  .l-menu-header-sitemap__item-link {
    width: 100%;
    padding: 15px 7px 13px;
    letter-spacing: 0.05em;
    cursor: pointer;
  }
  .l-menu-header-sitemap__item-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: 9px;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/icon_arrow_blue_02.png") 50%/contain no-repeat;
  }

  .l-form-header-support {
    width: 100%;
    margin-left: -5px;
    padding: 10px 0;
  }
  .l-form-header-support input {
    height: 50px;
    padding: 8px 10px 8px 52px;
    border-radius: 33px;
    background-color: #f2f2f2;
    background-position: 20px 51%;
    background-size: 24px;
    color: #7e7e7e;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size:16px;
        width: 100%;
        border: none;
  }
  .l-form-header-support input::-webkit-input-placeholder {
    color: #7e7e7e;
    font-size:14px;
    letter-spacing: 0.05em;
  }
  .l-form-header-support input::-moz-placeholder {
    color: #7e7e7e;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .l-form-header-support input:-ms-input-placeholder {
    color: #7e7e7e;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .l-form-header-support input::-ms-input-placeholder {
    color: #7e7e7e;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .l-form-header-support input::placeholder {
    color: #7e7e7e;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  .l-navigation-header-sitemap {
    position: relative;
    margin-top: 0 !important;
  }
  .l-navigation-header-sitemap .l-form-header-support {
    margin: 0;
    padding: 0;
  }

  .l-navigation-header-sitemap__viewport {
    position: fixed;
    z-index: 9999;
    top: 0;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 40px);
    height: 100%;
    padding: 0;
    overflow-y: scroll;
    -webkit-transition: -webkit-transform ease-in-out 0.5s;
    transition: -webkit-transform ease-in-out 0.5s;
    transition: transform ease-in-out 0.5s;
    transition: transform ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
    background-color: #f8f8f8;
  }
  .l-navigation-header-sitemap__inner {
    position: relative;
    padding-bottom: 18px;
  }

  .l-navigation-header-sitemap__heading {
    color: #fff;
    font-size: 12px;
  }
  .l-navigation-header-sitemap__heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 59px;
    padding: 10px 15px;
    border-radius: 0 0 12px 12px;
    background-color: #5f5f5f;
  }
  .l-navigation-header-sitemap__heading-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 125px;
    min-height: 34px;
    padding: 6px 5px 6px 10px;
    border-radius: 17px;
    background-color: #0099e1;
    font-weight: 700;
  }
  .l-navigation-header-sitemap__heading-number span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  }
  .l-navigation-header-sitemap__number-detail {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 7px;
    border-radius: 50%;
    background: #0d88b6;
  }

  .l-frame-header-catalog {
    background-color: unset;
   }

  .l-frame-header-catalog .l-wrapper-header-primary {
    padding: 0;
  }
  .l-frame-header-catalog__wrapper {
    display:block;
  }

  .l-list-header-favorite {
    margin-bottom: 14px;
    padding: 20px 20px 0;
  }
  .l-list-header-favorite__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding:4px 2px 0 0;
    font-size:14px;
  }
  .l-list-header-favorite__heading-text {
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .l-list-header-favorite__heading-text.is-highlight {
    color: #0894d6;
  }
  .l-list-header-favorite__wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px -4px;
  }
  .l-list-header-favorite__item {
    width: 20%;
    padding: 0 4px 4px;
  }
  .l-list-header-favorite__item-wrapper {
    display: block;
  }
  .l-list-header-favorite__item-thumbnail {
    position: relative;
    padding-top: 100%;
  }
  .l-list-header-favorite__item-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .l-list-header-sitemap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1px auto 14px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #e7e7e7;
  }
  .l-list-header-sitemap__item {
    padding: 15px 18px 12px;
    border-top: #f0f0f0 1px solid;
    background-color: #fff;
    font-weight: 600;
    font-size: 13px;

display: inline-block;
        width: 100%;
        text-decoration: none;
        color: inherit;
  }
  .l-list-header-sitemap__item:first-child {
    border-top: 0;
  }

  .js-category-display {
    display: none !important;
  }

  .category-sub {
    background-color: #fff;
    padding: 7px;
  }
 .category-inner {
    position: relative;
    padding: 12px 15px;
    padding-right: 25px; /* 矢印スペース */
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
    font-size: 15px;
    background-color: #fff;
  }

  /* 小分類あり（下向き ▾） */
  .category-item.has-sub .category-inner::after {
    content: "\203A";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 30px;
    color: #999;
  }

  /* 小分類なし（横向き ›） */
  .category-item.no-sub .category-inner::after {
    display: none;
  }

  /* 一番上のボーダー非表示 */
  .category-item:first-child .category-inner {
    border-top: none;
  }

.category-icon {
  width: 32px;
  height: 32px;
}

  .subcategory-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /*padding: 10px 15px;*/
  }

  .subcategory-wrap a {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
  }

  .subcategory-wrap a img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .subcategory-wrap a p {
    font-size: 14px;
    color: #333;
    margin: 0;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .category-list-wrapper {
    border-radius: 5px;
    overflow: hidden; /* ← 角丸が反映されやすくなる */
    border: 1px solid #e7e7e7; /* 必要なら枠線も */
  }

/*.js-accordion-content {
    display: none;
  }*/
  .js-hover-category-wrapper {
    display: block;
    margin-bottom: 15px;
    /*border: solid 1px #e8e8e8;*/
  }
  .js-style-panel,
  .js-coordinate-panel,
  .js-brand-panel,
  .js-customer-panel {
    display: none;
  }
  .category-item[data-has-children="false"] .category-inner::after {
    display: none !important;
    content: none !important;
  }
}

@media (min-width: 768px) {
  .js-category-display {
    max-height: 550px;
    overflow-y: auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    overscroll-behavior: contain;
  }
  .js-category-display::-webkit-scrollbar {
    width: 8px;
  }
  .js-category-display::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
  }
  .js-category-display::-webkit-scrollbar-track {
    background-color: #f0f0f0;
  }
  .js-category-display .category-sub {
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .subcategory-wrap a {
    text-align:center;/*202506*/
    width: 105px;
    display: inline-block;
    font-size: 12px;
  }
  .subcategory-wrap img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
  }
  .js-category-display .subcategory-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
    padding: 0 !important;
    margin: 0 !important;
  }
  .js-category-display .subcategory-wrap a {
    /*text-align: center;*/
    display: block;
  }
  .js-category-display .subcategory-wrap img {
    width: 105px;
    height: 105px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto 5px;
  }
  .js-category-display .subcategory-wrap p {
    font-size: 11.5px;
font-weight:bold;
    margin: 0;
    letter-spacing:1.5px;
    line-height:1.5;
  }
  .category-display-box {
    position: absolute;
    top: 0;
    left: 300px;
    width: 740px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius:10px;
    padding: 40px 35px;
    z-index: 10;
    display: none;
  }

  .category-item:hover ~ .category-display-box {
    display: flex;
  }

  .category-item:hover {
    background-color: #f3f3f3;
    cursor: pointer;
  }

  .category-list-wrapper {
    width: 270px;
    max-height: 550px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 15px 15px 10px;
    box-sizing: border-box;
  }

  .category-list {
    max-height: 100%;
    overflow-y: auto;
    padding: 0 10px 10px 0;
    margin: 0;
    list-style: none;
    scrollbar-width: thin;
    overscroll-behavior: none;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }

  .category-list::-webkit-scrollbar {
    width: 10px;
  }

  .category-list::-webkit-scrollbar-track {
  background: transparent;
  }

 .category-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); 
  border-radius: 8px;
  border: 2px solid #fff;
  background-clip: content-box;
  }

  .search-form input {
    height: 41px;
    font-size: 13px;
    padding-left: 44px;
  }

  .category-inner {
    padding: 8px 10px;
    position: relative;
    /*display: flex;
    justify-content: space-between;*/
    align-items: center;
  }

  .category-inner::after {
    content: "\203A";
    font-size: 24px;
  }

  .js-hover-category-content-item {
    display: none;
    position: absolute;
    top: 0;
    left: 250px; 
    width: calc(100% - 250px);
    background: #fff;
    padding: 20px;
    z-index: 10;
  }

  .js-hover-category-content-item.active {
    display: flex;
  }

  .l-wrapper-header-primary {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }

 .l-notice-header-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 30px;
  }
  .l-notice-header-information__item + .l-notice-header-information__item {
    margin-left: 15px;
  }
  .l-notice-header-information__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    background-color: #f1f1f1;
        padding: 10px;
        border-radius: 33px;
        height: 46px;
        width: 46px;
        justify-content: center;
  }
  .l-notice-header-information__link figure {
    width: 24px;
  }
  .l-notice-header-information__link span {
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  .l-notice-header-information__count {
    top: -1px;
    margin-left: 0;
    font-size: 10px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
  }
  .l-notice-header-information__count-number {
        display: flex;
        position: relative;
        top: -10px;
        right:12px;
        width: 24px;
        height: 24px;
        color: #ffffff;
        font-size: 11px;
        font-weight: 600;
        background-color: #e50808;
        border-radius: 33px;
        align-items: center;
        justify-content: center;
  }
  .l-menu-header-main > .l-wrapper-header-primary {
    padding: 20px 27px 19px 25px;
  }

  .l-notice-header-primary {
    padding: 10px 15px;
  }

  .l-logo-header-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
  }

  .l-menu-header-sitemap {
    padding: 0 6px 0 26px;
  }
  .l-menu-header-sitemap__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
   /* display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    /*padding-left: 2px;*/
    margin-bottom:7px;
    /*letter-spacing:1px;*/
  }
  .l-menu-header-sitemap__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        margin-right: 10px;
  }
  .l-menu-header-sitemap__block-item {
    font-size:14px;
    margin: 9px 0 14px;
    padding-left: 0;/*original 20px*/
  }
  .l-menu-header-sitemap__block-item + li {
    margin-left: 30px;/*original 16px*/
  }
  .l-menu-header-sitemap__block-item + li.l-menu-header-sitemap__block-item--category {
    margin-left: 0;
  }

  .l-menu-header-sitemap__block-item--category {
    margin-right: 0;
    padding-left: 0;
  }
  .l-menu-header-sitemap__block-item--category:hover .l-frame-header-catalog {
    visibility: visible;
    opacity: 1;
  }
  .l-menu-header-sitemap__block-item--category::before {
    content: none;
  }
  .l-menu-header-sitemap__block-item--category > span {
    display: inline-block;
    position: relative;
    top: 1px;
    letter-spacing: 0.15em;
    cursor: pointer;
  }
  .l-menu-header-sitemap__block-item--category > span::after {
    content: "";
    visibility: hidden;
    position: absolute;
    z-index: 22;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 18px;
    opacity: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .l-menu-header-sitemap__block-item--category > span:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

.l-menu-header-sitemap__item-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.icon-caret-down {
  width: 12px;
  height: 12px;
  margin-left: 4px;  
  transform: translateY(-1px);
}

  .l-form-header-support {
    position: absolute;
    top: 50%;
    left: 220px;
    width: 60%;
    padding: 0 20px 0 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-navigation-header-sitemap__inner {
    border-bottom: 1px solid #efefef;
  }

  .l-frame-header-catalog {
    display: block !important;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    top: 99%;
    left: 0;
    width: 100%;
    min-height: 450px;
    padding: 34px 0 35px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.14);
  }

  .l-frame-header-catalog .category-list {
    display: flex;
    flex-wrap: wrap;
  }

  .category-item {
   position: relative;
   font-size:12px;
   width: 100%;
  }

  .l-frame-header-catalog .l-wrapper-header-primary {
    width: calc(100% - 40px);
    max-width: 1036px;
  }
  .l-frame-header-catalog__viewport {
    background: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .l-frame-header-catalog__wrapper {
    display: flex;
    position: relative; 
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
  }

  .l-list-header-sitemap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-list-header-sitemap__item {
    padding: 0 15px 5px 20px;
    font-size: 13px;
  }
  .l-list-header-sitemap__item:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    margin-top: -3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #efefef;
  }

  .js-hover-category-wrapper .js-hover-category-inner:hover + .js-accordion-content {
    display: block;
  }
  .js-accordion-content {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 700px;
    background-color: #fff;
    z-index: 10;
  }
  .js-hover-category-wrapper {
            position: absolute;
  }
  .l-menu-header-sitemap__block-item {
    position: relative;
  }

  .l-menu-header-sitemap__block-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 21px;
    width: 100%;
    pointer-events: auto;
  }

  .js-style-panel,
  .js-coordinate-panel,
  .js-brand-panel,
  .js-customer-panel {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: none;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.14);
    transition: all 0.3s ease;
  }
  .js-style-panel.active,
  .js-coordinate-panel.active,
  .js-brand-panel.active,
  .js-customer-panel.active {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  .panel-inner-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 35px 0;
  }
  .sp-style-coordinate {
    display: none !important;
  }
.menu-item-style {
  margin: 9px 0 14px 14px;
  }

.menu-link-bold {
  font-weight: bold;
  letter-spacing: 1px;
  }

.subcategory-wrap .subcat-img-smart {
  width: 190px;
  border-radius: 5px;
}

.subcategory-wrap .subcat-img-large {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  }

.subcat-text {
  margin-top: 10px;
  text-align: left;
  font-weight: 600;
  }

.subcategory-panel-padding {
  padding: 30px 0;
  }

.subcategory-flex-wrap {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  }

.subcategory-wrap a span {
  margin: 0;
  font-size: 11.5px;
  font-weight:600;
  line-height: 1.5;
  letter-spacing:1px;
  }

.subcategory-wrap .subcat-item-wide {
  width: 190px;
  }
.subcategory-wrap .subcat-item {
  width: 110px;
  }

.subcategory-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  letter-spacing:1px;
  margin-bottom:10px;
  line-height: 24px;
  }

.subcategory-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
  }

.subcategory-column a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  }

.subcategory-column a span {
  margin: 0;
  font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .l-form-header-support {
    left: 200px;
    width: 60%;
  }
  .l-frame-header-catalog__wrapper {
    padding: 0 20px;
  }
 .subcategory-wrap a {
        width: 110px;
  }
}

@media (max-width: 1024px) {
  .category-display-box {
    left: 315px;
    width: 685px;
    padding: 40px 30px;
  }
   .js-category-display .subcategory-wrap {
    gap:30px 18px;
  }
   .js-category-display .subcategory-wrap img {
        width: 110px;
        height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1313px) {
  .l-notice-header-information__count {
    top: -1.5px;
  }
}


@media (min-width: 768px) and (max-width: 1313px) {
  .l-form-header-support input {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-padding {
    padding-left: 25px;
    padding-right: 25px;
  }
.subcategory-wrap .subcat-item {
  width: 102px;
  }
.subcategory-wrap .subcat-img-large {
  width: 102px;
  height: 102px;
  }
.subcategory-wrap .subcat-item-wide {
  width: 177px;
  }
.subcategory-wrap .subcat-img-smart {
  width: 177px;
  }
}

@media (min-width: 1025px) {
  .tablet-padding {
    padding-left: 0;
    padding-right: 0;
  }
}


/* ==== NAV-V2 START ==== */

/* ========== 共通（モバイルファースト） ========== */
.nav-cats{ list-style:none; margin:0; padding:0; }
.nav-cats li{ margin:0; padding:0; }
.nav-cat-link{ display:flex; align-items:center; gap:12px; text-decoration:none; }
.nav-cat-link img{ border-radius:50%; object-fit:contain; display:block; box-shadow:0 0 0 1px rgba(0,0,0,.06) inset; }
.nav-cat-label{ display:block; font-weight:600; color:#222; line-height:1.4; }

/* ========== SP（～767px） ========== */
@media (max-width:767px){
  /* 照明カテゴリ：外枠角丸＋行区切りボーダー */
  .nav-cats{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:10px;
    overflow:hidden;
    margin:0 15px;
  }
  .nav-cats > li{ background:transparent; border:0; margin:0; }
  .nav-cats > li + li{ border-top:1px solid #e7e7e7; }
  .nav-cat-link{ padding:12px 14px; }
  .nav-cat-link img{ width:48px; height:48px; }
  .nav-cat-link::after{
    content:""; margin-left:auto; width:18px; height:18px; flex:0 0 18px;
    -webkit-mask:url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M7 4l6 6-6 6' fill='none' stroke='%23000' stroke-width='2'/></svg>") center/contain no-repeat;
            mask:url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M7 4l6 6-6 6' fill='none' stroke='%23000' stroke-width='2'/></svg>") center/contain no-repeat;
    background:#888;
  }

  /* 下部クイック（部屋別／実例／選び方＝アコーディオン、ご利用ガイド＝リンク） */
  .sp-quick-box{ background:#fff; border:1px solid #e7e7e7; border-radius:10px; overflow:hidden; margin:12px 15px 18px; padding:0; }
  .sp-acc-list{ list-style:none; margin:0; padding:0; }
  .sp-acc-item{ margin:0; }

  /* ===== アコーディオン見出し（矢印：閉=下向き／開=上向き） ===== */
  .sp-acc-head{
    width:100%; display:block; text-align:left;
    background:#fff; border:0;
    padding:14px 44px 14px 14px; /* 右アイコン分の余白 */
    position:relative; font-size:15px; font-weight:600; color:#222;
  }
  .sp-acc-item + .sp-acc-item .sp-acc-head{ border-top:1px solid #f2f2f2; }

  /* 既存のSVGアイコンは非表示にして擬似要素で描画 */
  .sp-acc-head svg{ display:none !important; }
  .sp-acc-head::after{
    content:"";
    position:absolute; right:14px; top:50%;
    width:18px; height:18px;
    transform:translateY(-50%) rotate(0deg);   /* ↓（閉） */
    -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M5 8l5 5 5-5' stroke='%23888' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
            mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M5 8l5 5 5-5' stroke='%23888' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
    background:#888;
    transition:transform .2s ease;
  }
  .sp-acc-item.is-open > .sp-acc-head::after{
    transform:translateY(-50%) rotate(180deg); /* ↑（開） */
  }

  .js-accordion-content{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
  .sp-acc-item.is-open .js-accordion-content{ max-height:1000px; }
  .sp-acc-content{ border-top:1px solid #e7e7e7; padding:10px 0 10px 15px; }

  .sp-subgrid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 14px; }
  .sp-subgrid a{ display:block; font-size:14px; color:#222; text-decoration:none; padding:6px 0; }

  /* 選び方ガイドだけ1列 */
  .sp-acc-item--onecol .sp-subgrid{
    grid-template-columns:1fr;
    gap:10px 0;
  }

  /* ご利用ガイド＝リンク単体（右矢印） */
  .sp-quick-single{ /* 外枠は .sp-quick-box と同じ */ }
  .sp-quick-link,
  .sp-acc-head--link{
    display:block; text-decoration:none; color:#222; font-weight:600;
    background:#fff; padding:14px 44px 14px 14px; position:relative;
    border-top:1px solid #f2f2f2;
  }
  .sp-quick-link::after,
  .sp-acc-head--link::after{
    content:"";
    position:absolute; right:14px; top:50%; transform:translateY(-50%);
    width:18px; height:18px;
    -webkit-mask:url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M7 4l6 6-6 6' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
            mask:url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M7 4l6 6-6 6' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
    background:#888;
  }
  .close-buttons { margin: 0 15px;
  }
}


/* ========== PC表示（768px 以上） ========== */
/* Tablet 〜 Desktop を完全に同一表示に。重複していた 1025px 以上のブロックを統合 */
@media (min-width:768px){
  .sp-quick-box{ display:none !important; } /* SP専用ボックスは非表示 */

  .nav-cats{
    display:grid !important;
    grid-template-columns:repeat(8, minmax(0,1fr)) !important;
    gap:24px 25px !important;
    padding:15px 0 5px !important;
    max-width:1200px !important;
    margin:0 auto !important;
    background:#fff !important;
    border:0 !important;
    border-radius:10px !important;
    overflow:visible !important;
  }
  .nav-cats > li{ text-align:center !important; margin:0 !important; padding:0 !important; border:0 !important; }
  .nav-cats > li + li{ border-top:0 !important; }

  .nav-cat-link{ flex-direction:column !important; align-items:center !important; gap:12px !important; padding:0 !important; }
  .nav-cat-link::after{ content:none !important; }  /* SP用矢印は消す */

  .nav-cat-link img{ width:80px !important; height:80px !important; }
  .nav-cat-label{
    max-width:120px !important;
    min-height:calc(1.4em * 2) !important;
    font-size:12px !important; line-height:1.4 !important; text-align:center !important; color:#222 !important;
  }

  /* 総合カテゴリ（右下・青文字） */
  .cat-nav__all{ grid-column:-2 / -1 !important; justify-self:end !important; align-self:end !important; margin-top:8px !important; transform:translateX(-20px) !important; }
  .nav-cat-all .nav-cat-label{ color:#0e6099 !important; }

  .l-menu-header-sitemap__item-link--category{
    position:relative; padding-right:20px;
  }

  .l-menu-header-sitemap__item-link--category svg{ display:none !important; }
  .l-menu-header-sitemap__item-link--category::after{
    content:""; position:absolute; right:4px; top:48%;
    width:13px; height:13px; transform:translateY(-50%);
    -webkit-mask:url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M16.25 7.5L10 13.75L3.75 7.5' fill='none' stroke='%23000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
            mask:url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M16.25 7.5L10 13.75L3.75 7.5' fill='none' stroke='%23000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
    background:#222;
  }
}
/* ==== NAV-V2 END ==== */