.etl-cat-header-shell {
  height: var(--etl-cat-header-height, 96px);
}

.etl-cat-header {
  --etl-cat-ink: #2f2b28;
  --etl-cat-ink-2: #564d47;
  --etl-cat-muted: #83776f;
  --etl-cat-surface: #ffffff;
  --etl-cat-wash: #f7f3ec;
  --etl-cat-line: #e5d9cd;
  --etl-cat-line-strong: #cdbfaf;
  --etl-cat-sage: #2f6b58;
  --etl-cat-rose: #a84e3f;
  --etl-cat-gold: #b8770a;
  --etl-cat-shadow: 0 18px 48px rgba(47, 43, 40, .18);
  --etl-cat-radius: 8px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--etl-cat-ink);
  font-family: "BIZ UDPGothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
  transform: translateY(0);
  transition: transform .22s ease;
  will-change: transform;
}

.etl-cat-header[data-scroll-state="hidden"] {
  transform: translateY(calc(-100% - 2px));
}

.etl-cat-header[data-open="true"],
.etl-cat-header[data-panel-open="true"],
.etl-cat-header[data-scroll-state="shown"],
.etl-cat-header[data-scroll-state="top"] {
  transform: translateY(0);
}

.etl-cat-header *,
.etl-cat-header *::before,
.etl-cat-header *::after {
  box-sizing: border-box;
}

.etl-cat-header a {
  color: inherit;
  text-decoration: none;
}

.etl-cat-header button,
.etl-cat-header input {
  font: inherit;
}

.etl-cat-header button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.etl-cat-header svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.etl-cat-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.etl-cat-topbar {
  min-height: 34px;
  padding: 7px 14px;
  background: var(--etl-cat-ink);
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.etl-cat-topbar strong {
  color: #ffd98a;
  font-weight: 900;
}

.etl-cat-nav {
  position: relative;
  z-index: 82;
  min-height: 62px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--etl-cat-line);
  backdrop-filter: blur(12px);
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 8px;
}

.etl-cat-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}

.etl-cat-brand:hover,
.etl-cat-brand:focus,
.etl-cat-brand * {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.etl-cat-brand strong {
  font-size: 0;
  letter-spacing: .08em;
  font-weight: 900;
}

.etl-cat-brand strong::before {
  content: "ETERLENS";
  display: inline-block;
  font-size: 19px;
  letter-spacing: .08em;
}

.etl-cat-actions {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
}

.etl-cat-actions .etl-cat-icon-btn[href="/search"] {
  display: none;
}

.etl-cat-icon-btn {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--etl-cat-radius);
  background: transparent;
  color: var(--etl-cat-ink);
  display: grid;
  place-items: center;
}

.etl-cat-icon-btn:hover {
  background: #f2ece4;
}

.etl-cat-desktop-nav {
  display: none;
}

.etl-cat-mega {
  display: none;
}

.etl-cat-overlay {
  position: fixed;
  inset: 0;
  z-index: 88;
  background: rgba(47, 43, 40, .42);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.etl-cat-header[data-open="true"] .etl-cat-overlay {
  opacity: 1;
  visibility: visible;
}

.etl-cat-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: min(88vw, 390px);
  height: 100dvh;
  background: var(--etl-cat-surface);
  box-shadow: var(--etl-cat-shadow);
  transform: translateX(-104%);
  transition: transform .26s ease;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}

.etl-cat-header[data-open="true"] .etl-cat-drawer {
  transform: translateX(0);
}

.etl-cat-drawer-top {
  border-bottom: 1px solid var(--etl-cat-line);
  background: var(--etl-cat-surface);
}

.etl-cat-drawer-sale {
  min-height: 36px;
  padding: 6px 12px;
  background: #8a7359;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.etl-cat-drawer-sale strong {
  color: #ffe2a6;
  font-size: 14px;
  font-weight: 900;
}

.etl-cat-drawer-head {
  min-height: 56px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
}

.etl-cat-drawer-head > a {
  justify-self: center;
  font-size: 18px;
  letter-spacing: .12em;
  font-weight: 900;
}

.etl-cat-drawer-scroll {
  overflow: hidden;
}

.etl-cat-stage {
  width: 200%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transform: translateX(0);
  transition: transform .25s ease;
}

.etl-cat-header[data-panel-open="true"] .etl-cat-stage {
  transform: translateX(-50%);
}

.etl-cat-main-panel,
.etl-cat-sub-panel {
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px 14px calc(24px + env(safe-area-inset-bottom));
}

.etl-cat-search {
  min-height: 44px;
  border: 1px solid var(--etl-cat-line-strong);
  border-radius: var(--etl-cat-radius);
  display: grid;
  grid-template-columns: 1fr 42px;
  overflow: hidden;
  background: #fff;
}

.etl-cat-search input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0 12px;
  color: var(--etl-cat-ink);
  background: transparent;
  font-size: 14px;
}

.etl-cat-search button {
  border: 0;
  background: transparent;
  color: var(--etl-cat-sage);
  display: grid;
  place-items: center;
}

.etl-cat-search-hint {
  margin: 8px 2px 12px;
  color: var(--etl-cat-muted);
  font-size: 12px;
  line-height: 1.4;
}

.etl-cat-menu-list {
  display: grid;
  border-top: 1px solid var(--etl-cat-line);
}

.etl-cat-menu-list > button,
.etl-cat-menu-list > a {
  width: 100%;
  min-height: 58px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid var(--etl-cat-line);
  background: transparent;
  color: var(--etl-cat-ink);
  display: grid;
  grid-template-columns: 34px 1fr 18px;
  align-items: center;
  gap: 9px;
  text-align: left;
}

.etl-cat-menu-list span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #f2ece4;
  color: var(--etl-cat-sage);
  display: grid;
  place-items: center;
}

.etl-cat-menu-list span svg {
  width: 17px;
  height: 17px;
}

.etl-cat-menu-list strong {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}

.etl-cat-menu-list small {
  margin-top: 2px;
  color: var(--etl-cat-muted);
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.etl-cat-menu-list i,
.etl-cat-service-row > i {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: .55;
}

.etl-cat-menu-label {
  margin: 20px 0 7px;
  color: var(--etl-cat-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.etl-cat-login-card {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid var(--etl-cat-line-strong);
  border-radius: var(--etl-cat-radius);
  background: #fff;
  display: grid;
  gap: 8px;
}

.etl-cat-login-card strong {
  color: var(--etl-cat-ink);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}

.etl-cat-login-card p {
  margin: 0;
  color: var(--etl-cat-muted);
  font-size: 12px;
  line-height: 1.55;
}

.etl-cat-login-card div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.etl-cat-login-card a {
  min-height: 36px;
  border: 1px solid var(--etl-cat-line-strong);
  border-radius: var(--etl-cat-radius);
  background: #fff;
  color: var(--etl-cat-ink);
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

.etl-cat-login-card a[data-primary="true"] {
  border-color: var(--etl-cat-ink);
  background: var(--etl-cat-ink);
  color: #fff;
}

.etl-cat-eye-card {
  margin-top: 14px;
  padding: 9px;
  border: 1px solid var(--etl-cat-line-strong);
  border-radius: var(--etl-cat-radius);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  background: #fff;
}

.etl-cat-eye-card img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
  background: #f1ece5;
}

.etl-cat-eye-card div {
  display: grid;
  gap: 3px;
  align-content: center;
}

.etl-cat-eye-card span {
  color: #0089bd;
  font-size: 10px;
  font-weight: 900;
}

.etl-cat-eye-card strong {
  color: var(--etl-cat-ink);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 900;
}

.etl-cat-eye-card em {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--etl-cat-ink);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.etl-cat-sub-head {
  min-height: 44px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 8px;
}

.etl-cat-sub-head button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--etl-cat-radius);
  background: #f2ece4;
  color: var(--etl-cat-ink);
  display: grid;
  place-items: center;
}

.etl-cat-sub-head strong {
  justify-self: center;
  font-size: 15px;
  font-weight: 900;
}

.etl-cat-sub-hero {
  border-radius: var(--etl-cat-radius);
  overflow: hidden;
  background: #f1ece5;
  display: grid;
  border: 1px solid var(--etl-cat-line);
}

.etl-cat-sub-hero img {
  width: 100%;
  aspect-ratio: 1.85;
  object-fit: cover;
}

.etl-cat-sub-hero div {
  padding: 12px;
  display: grid;
  gap: 4px;
}

.etl-cat-sub-hero strong {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.etl-cat-sub-hero span {
  color: var(--etl-cat-muted);
  font-size: 12px;
  line-height: 1.45;
}

.etl-cat-chip-row {
  margin: 12px 0;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.etl-cat-chip-row::-webkit-scrollbar {
  display: none;
}

.etl-cat-chip {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 11px;
  border: 1px solid var(--etl-cat-line-strong);
  border-radius: 999px;
  background: #fff;
  color: var(--etl-cat-ink);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
}

.etl-cat-image-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.etl-cat-image-link {
  border: 1px solid var(--etl-cat-line);
  border-radius: var(--etl-cat-radius);
  overflow: hidden;
  background: #fff;
  display: grid;
}

.etl-cat-image-link img {
  width: 100%;
  aspect-ratio: 1.24;
  object-fit: contain;
  background: #f1ece5;
}

.etl-cat-image-link span {
  padding: 8px;
  font-size: 12px;
  font-weight: 900;
}

.etl-cat-products {
  margin: 12px 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 42%;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.etl-cat-product {
  border: 1px solid var(--etl-cat-line);
  border-radius: var(--etl-cat-radius);
  overflow: hidden;
  background: #fff;
}

.etl-cat-product img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f1ece5;
}

.etl-cat-product strong {
  min-height: 37px;
  padding: 8px 8px 2px;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}

.etl-cat-product span {
  padding: 0 8px 9px;
  color: var(--etl-cat-muted);
  display: block;
  font-size: 11px;
  line-height: 1.3;
}

.etl-cat-service-grid {
  display: grid;
  gap: 8px;
}

.etl-cat-service-row {
  min-height: 52px;
  padding: 9px 10px;
  border-radius: var(--etl-cat-radius);
  background: #f7f3ec;
  color: var(--etl-cat-ink);
  display: grid;
  grid-template-columns: 24px 1fr 12px;
  align-items: center;
  gap: 9px;
}

.etl-cat-service-row svg {
  width: 17px;
  height: 17px;
  color: var(--etl-cat-sage);
}

.etl-cat-service-row strong {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.etl-cat-service-row span {
  color: var(--etl-cat-muted);
  font-size: 11px;
  font-weight: 600;
}

.etl-cat-drawer-foot {
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--etl-cat-line);
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.etl-cat-drawer-foot a {
  min-height: 44px;
  border: 1px solid var(--etl-cat-line-strong);
  border-radius: var(--etl-cat-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.etl-cat-drawer-foot a:last-child {
  border-color: var(--etl-cat-rose);
  background: var(--etl-cat-rose);
  color: #fff;
}

html.etl-cat-lock,
html.etl-cat-lock body {
  overflow: hidden !important;
}

@media (min-width: 990px) {
  .etl-cat-topbar {
    min-height: 38px;
  }

  .etl-cat-nav {
    min-height: 72px;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    padding: 0 42px;
  }

  .etl-cat-menu-btn {
    display: none;
  }

  .etl-cat-brand {
    position: static;
    transform: none;
    justify-self: start;
  }

  .etl-cat-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
  }

  .etl-cat-desktop-nav button,
  .etl-cat-desktop-nav a {
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: var(--etl-cat-ink);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
  }

  .etl-cat-desktop-nav button[aria-expanded="true"] {
    color: var(--etl-cat-rose);
  }

  .etl-cat-mega {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    z-index: 81;
    padding: 20px 42px 24px;
    border-top: 1px solid var(--etl-cat-line);
    border-bottom: 1px solid var(--etl-cat-line);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 16px 32px rgba(47, 43, 40, .09);
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
  }

  .etl-cat-mega[data-open="true"] {
    display: grid;
  }

  .etl-cat-mega-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .etl-cat-mega-card {
    min-height: 72px;
    padding: 12px;
    border: 1px solid var(--etl-cat-line);
    border-radius: var(--etl-cat-radius);
    display: grid;
    gap: 5px;
    align-content: center;
    background: #fff;
  }

  .etl-cat-mega-card strong {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 900;
  }

  .etl-cat-mega-card span {
    color: var(--etl-cat-muted);
    font-size: 12px;
  }

  .etl-cat-mega-feature {
    border: 1px solid var(--etl-cat-line);
    border-radius: var(--etl-cat-radius);
    overflow: hidden;
    display: grid;
    grid-template-columns: 126px 1fr;
    background: #fff;
  }

  .etl-cat-mega-feature img {
    width: 126px;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    background: #f1ece5;
  }

  .etl-cat-mega-feature div {
    padding: 16px;
    display: grid;
    gap: 8px;
    align-content: center;
  }

  .etl-cat-mega-feature span {
    color: var(--etl-cat-rose);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .etl-cat-mega-feature strong {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
  }

  .etl-cat-mega-feature p {
    margin: 0;
    color: var(--etl-cat-muted);
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (max-width: 480px) {
  .etl-cat-topbar {
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .etl-cat-topbar::-webkit-scrollbar {
    display: none;
  }

}
