@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Roboto:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400&family=Noto+Serif+JP:wght@400;500;600&display=swap');

/* -------------------------------------
  TABLE OF CONTENTS
------------------------------------- */
/*
  01. RESET / TOKENS
  02. GLOBAL / COMMON UI
  03. HEADER
  04. MOBILE PANEL
  05. CONTENT SIDEBAR
  06. FOOTER
  07. BASE MESSAGE / UTILITIES
*/

/* -------------------------------------
  01. RESET / TOKENS
------------------------------------- */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
[hidden] {
  display: none !important;
}
* {
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
:root {
  --header-height: 100px;
  --header-layout-offset: 0px;
  --page-ready-content-delay: 180ms;
  --page-ready-chrome-delay: 600ms;

  --bg-color: #ffffff;  
  --sale-color: #E35045;
  --base-color: var(--text-color);
  --mobile-panel-bg-color: #ffffff;
  --mobile-panel-text-color: #333;
  --image-radius: 8px;
  --category-feature-panel-bg-color: #577657;
  --category-feature-panel-text-color: #fcfcf7;
  --accent-color: #171719;
  --accent-text-color: rgba(255, 255, 255, 0.9);
  --button-radius: 4px;
  --header-category-dropdown-max-width: 1600px;
  --header-category-dropdown-max-height: min(70vh, 640px);
  --header-category-dropdown-column-min-width: 180px;
  --header-category-dropdown-column-max-width: 260px;
  --header-category-dropdown-column-gap: 28px;
  --header-category-dropdown-row-gap: 10px;
  --header-category-dropdown-single-width: 240px;
  --line-color-soft: color-mix(in srgb, var(--text-color) 14%, transparent);
  --surface-color-soft: color-mix(in srgb, var(--text-color) 4%, transparent);
  --text-color-muted: color-mix(in srgb, var(--text-color) 60%, transparent);
  --text-color-strong: color-mix(in srgb, var(--text-color) 86%, transparent);

  --font-xxs: 0.8rem;
  --font-xs: 1.2rem;
  --font-s: 1.4rem;
  --font-m: 1.6rem;
  --font-l: 2.2rem;
  --itemdetail-price-font-size: 2.2rem;
  --font-xl: 3.5rem;
  --font-xxl: 4rem;
  --font-display-s: 1.9rem;
  --font-display-m: 2.5rem;
  --font-display-l: 3.4rem;
  --font-display-xl: 5.8rem;
  --font-size-body: var(--font-m);
  --font-size-body-small: var(--font-s);
  --font-size-body-large: var(--font-l);
  --font-size-label: var(--font-xs);
  --font-size-heading-page: var(--font-xl);
  --font-size-heading-section: var(--font-xl);
  --font-size-heading-card: var(--font-s);
  --font-size-price: var(--font-xs);
  --font-size-price-large: var(--font-l);
  --font-size-display-copy: var(--font-display-m);
  --font-family-sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --font-family-serif-display: "Cormorant Garamond", "Noto Serif JP", serif;
  --font-family-serif-mixed: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --font-family-gothic-display: "Roboto", "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --font-family-gothic-mixed: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --font-family-theme-display: var(--font-family-serif-display);
  --font-family-theme-readable: var(--font-family-serif-mixed);
  --font-family-numeric: var(--font-family-sans);

  --font-family-heading-brand: var(--font-family-theme-display);
  --font-family-heading-nav: var(--font-family-theme-display);
  --font-family-heading-page: var(--font-family-theme-display);
  --font-family-heading-section: var(--font-family-theme-display);
  --font-family-heading-card: var(--font-family-theme-readable);
  --font-family-heading-hero: var(--font-family-theme-readable);
  --font-family-heading-link: var(--font-family-theme-readable);
  --font-family-heading-product: var(--font-family-theme-readable);
  --font-family-heading-footer: var(--font-family-theme-display);
  --font-family-heading-community: var(--font-family-theme-readable);
  --font-weight-heading-page: 400;
  --font-weight-heading-section: 400;
  --font-weight-heading-card: 400;
  --font-weight-heading-product-card: 400;
  --font-weight-heading-product: 400;
  --font-weight-heading-community: 400;
  --font-weight-heading-nav: 400;
  --font-weight-heading-footer: 400;
  
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeOutCubicSoft: cubic-bezier(0.22, 1, 0.36, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInOutQuint: cubic-bezier(0.85, 0, 0.15, 1);

  --layout-margin-vertical: 3vw;
  --layout-margin-horizontal: 4vw;
  --content-section-horizontal: var(--layout-margin-horizontal);
}

html[data-font-theme="serif"] {
  --font-family-theme-display: var(--font-family-serif-display);
  --font-family-theme-readable: var(--font-family-serif-mixed);
}

html[data-font-theme="gothic-light"] {
    .logoText { font-weight: 400;}
  --font-family-theme-display: var(--font-family-gothic-display);
  --font-family-theme-readable: var(--font-family-gothic-mixed);
  --font-weight-heading-page: 400;
  --font-weight-heading-section: 400;
  --font-weight-heading-card: 400;
  --font-weight-heading-product-card: 400;
  --font-weight-heading-product: 400;
  --font-weight-heading-community: 400;
  --font-weight-heading-nav: 400;
  --font-weight-heading-footer: 400;
}

html[data-font-theme="gothic-bold"] {
  .logoText { font-weight: 600;}
  --font-family-theme-display: var(--font-family-gothic-display);
  --font-family-theme-readable: var(--font-family-gothic-mixed);
  --font-weight-heading-page: 600;
  --font-weight-heading-section: 500;
  --font-weight-heading-card: 500;
  --font-weight-heading-product-card: 500;
  --font-weight-heading-product: 500;
  --font-weight-heading-community: 600;
  --font-weight-heading-nav: 500;
  --font-weight-heading-footer: 600;
}
@media(max-width: 1023px) {
  :root {
    --font-xxs: 0.8rem;
    --font-xs: 1.1rem;
    --font-s: 1.3rem;
    --font-m: 1.5rem;
    --font-l: 2.3rem;
    --itemdetail-price-font-size: 1.95rem;
    --font-xl: 3rem;
    --font-xxl: 3.5rem;
    --font-display-s: 1.8rem;
    --font-display-m: 2.35rem;
    --font-display-l: 3.5rem;
    --font-display-xl: 5rem;
  }
}
@media(max-width: 767px) {
  :root {
    --font-xxs: 0.9rem;
    --font-xs: 1rem;
    --font-s: 1.2rem;
    --font-m: 1.4rem;
    --font-l: 2rem;
    --itemdetail-price-font-size: 1.7rem;
    --font-xl: 2.6rem;
    --font-xxl: 2.9rem;
    --font-display-s: 1.65rem;
    --font-display-m: 2.05rem;
    --font-display-l: 3rem;
    --font-display-xl: 3.3rem;
  }
}


body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: var(--bg-color);
  color: var(--base-color);
  font-family: var(--font-family-sans);
  font-size: var(--font-size-body);
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  overflow-x: hidden;
}

/* -------------------------------------
  02. GLOBAL / COMMON UI
------------------------------------- */
:where(
  .story-lead,
  .newsletter-signup-copy,
  .blog-latest-content,
  .blog-latest-excerpt,
  .blog-page-content,
  main.about-page,
  main.static-page,
  #detail .product-description,
  #detail #itemAttention,
  #detail .product-additional-info .accordion-content,
  #detail .product-section.appsIDC #appsItemDetailCustom
) {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.button-ui-primary,
.home-hero__link,
.item-list-more,
.mailMagazineSubscribe_submit,
.popup-banner-link,
.floating-cart-box__link,
#detail .product-section .product-info .purchaseButton__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.72em 1.4em;
  border: 1px solid var(--accent-color);
  border-radius: 999px;
  background: var(--accent-color);
  color: var(--accent-text-color);
  font-family: var(--font-family-sans);
  font-size: var(--font-size-label);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    opacity 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}
.button-ui-primary:link,
.button-ui-primary:visited,
.button-ui-primary:hover,
.button-ui-primary:active,
.home-hero__link:link,
.home-hero__link:visited,
.home-hero__link:hover,
.home-hero__link:active,
.popup-banner-link:link,
.popup-banner-link:visited,
.popup-banner-link:hover,
.popup-banner-link:active,
.floating-cart-box__link:link,
.floating-cart-box__link:visited,
.floating-cart-box__link:hover,
.floating-cart-box__link:active {
  color: var(--accent-text-color);
  text-decoration: none;
}
.button-ui-primary:hover,
.home-hero__link:hover,
.item-list-more:hover,
.mailMagazineSubscribe_submit:hover,
.popup-banner-link:hover,
.floating-cart-box__link:hover,
#detail .product-section .product-info .purchaseButton__btn:hover {
  background: color-mix(in srgb, var(--accent-color) 88%, white 12%);
  border-color: color-mix(in srgb, var(--accent-color) 88%, white 12%);
}
.button-ui-secondary,
.link-ui-underlined,
main.blog-page .blog-page-content :is(.blogList, .blogListMain) .read_more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.72em 1.4em;
  border: 1px solid color-mix(in srgb, var(--accent-color) 16%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent-color) 5%, transparent);
  color: var(--accent-color);
  font-family: var(--font-family-sans);
  font-size: var(--font-size-label);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}
.button-ui-secondary:link,
.button-ui-secondary:visited,
.button-ui-secondary:hover,
.button-ui-secondary:active,
.link-ui-underlined:link,
.link-ui-underlined:visited,
.link-ui-underlined:hover,
.link-ui-underlined:active,
main.blog-page .blog-page-content :is(.blogList, .blogListMain) .read_more a:link,
main.blog-page .blog-page-content :is(.blogList, .blogListMain) .read_more a:visited,
main.blog-page .blog-page-content :is(.blogList, .blogListMain) .read_more a:hover,
main.blog-page .blog-page-content :is(.blogList, .blogListMain) .read_more a:active {
  color: var(--accent-color);
  text-decoration: none;
}
.button-ui-secondary:hover,
.link-ui-underlined:hover,
main.blog-page .blog-page-content :is(.blogList, .blogListMain) .read_more a:hover {
  background: color-mix(in srgb, var(--accent-color) 10%, transparent);
  border-color: color-mix(in srgb, var(--accent-color) 24%, transparent);
}
.hero {
  margin-top: 0;
  border-radius: var(--image-radius);
}
#site {
  position: relative;
  width: 100%;
  padding-top: var(--header-layout-offset);
  letter-spacing: 0.06em;
  background-color: transparent;
  transition: margin-left 0.4s ease;
}
body > .informationBanner {
  position: static !important;
}
body > .informationBanner ~ #site {
  --information-banner-static-height: 40px;
  padding-top: 0;
}
body > .informationBanner,
header .header-inner {
  transition:
    opacity 2.5s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#site > main,
#site > .essentials,
#site > .newsletter-signup,
#site > footer {
  transition:
    opacity 1.24s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.32s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.32s cubic-bezier(0.16, 1, 0.3, 1);
}
html.has-js body.is-preload > .informationBanner {
  opacity: 0;
  filter: blur(6px);
  will-change: opacity, filter;
}
html.has-js body.is-preload header .header-inner {
  opacity: 0;
  filter: blur(6px);
  will-change: opacity, filter;
}
html.has-js body.is-preload #site > main,
html.has-js body.is-preload #site > .essentials,
html.has-js body.is-preload #site > .newsletter-signup,
html.has-js body.is-preload #site > footer {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  filter: blur(6px);
  will-change: opacity, transform, filter;
}
html.has-js body.is-page-ready > .informationBanner,
html.has-js body.is-page-ready header .header-inner {
  opacity: 1;
  filter: blur(0);
}
html.has-js body.is-page-ready #site > main,
html.has-js body.is-page-ready #site > .essentials,
html.has-js body.is-page-ready #site > .newsletter-signup,
html.has-js body.is-page-ready #site > footer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
html.has-js body.is-page-ready #site > main,
html.has-js body.is-page-ready #site > .essentials,
html.has-js body.is-page-ready #site > .newsletter-signup,
html.has-js body.is-page-ready #site > footer {
  transition-delay:
    var(--page-ready-content-delay),
    var(--page-ready-content-delay),
    var(--page-ready-content-delay);
}
html.has-js body.is-page-ready > .informationBanner,
html.has-js body.is-page-ready header .header-inner {
  transition-delay:
    var(--page-ready-chrome-delay),
    var(--page-ready-chrome-delay);
}
html[data-header-position="fixed"],
html[data-header-position="fixed-always"] {
  --header-layout-offset: 0px;
}
body.is-drawer-open #site {
  margin-left: 0;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  body > .informationBanner,
  header .header-inner,
  #site > main,
  #site > .essentials,
  #site > .newsletter-signup,
  #site > footer {
    transition: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}
/*-------------------------------------

=parts,module

-------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parallax-media img {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  image-rendering: auto;
}
/* =link
-------------------------------------*/
.link-line {
  display: inline-block;
}
.link-line-text {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.link-line-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .link-line-text::after {
    transform: scaleX(1);
  }
}
/* defaults */
a {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:link, a:visited {
  color: var(--text-color);
  text-decoration: none;
}
a:hover, a:active {
  color: var(--text-color);
}
:where(
  .story-lead,
  .newsletter-signup-copy,
  .blog-latest-content,
  .blog-latest-excerpt,
  .blog-page-content,
  main.about-page,
  main.static-page,
  #detail .product-description,
  #detail #itemAttention,
  #detail .product-additional-info .accordion-content,
  #detail .product-section.appsIDC #appsItemDetailCustom
) a:link,
:where(
  .story-lead,
  .newsletter-signup-copy,
  .blog-latest-content,
  .blog-latest-excerpt,
  .blog-page-content,
  main.about-page,
  main.static-page,
  #detail .product-description,
  #detail #itemAttention,
  #detail .product-additional-info .accordion-content,
  #detail .product-section.appsIDC #appsItemDetailCustom
) a:visited {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}
/* Animation
-------------------------------------*/
.animate {
  visibility: hidden;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadein-animation {
  visibility: visible;
  animation: fadeIn 1.2s var(--easeOutSine) 0s 1 normal;
}
/* =textAnimation
-------------------------------------*/
.text-animation-line {
  display: inline-block;
  opacity: 0;
}
/*textAnimationFadeIn*/
/*line*/
.text-fade {
  visibility: hidden;
}
.text-fade span {
  animation: textAnimationFadeIn 2s cubic-bezier(.43, .05, .27, 1.25) forwards;
  visibility: visible;
}
@keyframes textAnimationFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*textAnimationShowBottom*/
/*line*/
.text-rise {
  visibility: hidden;
  overflow: hidden;
}
.text-rise span {
  animation: textAnimationShowBottom 1.2s cubic-bezier(.5, .14, .02, .94) forwards;
  visibility: visible;
}
@keyframes textAnimationShowBottom {
  0% {
    opacity: 0;
    transform: translateY(60%);
    clip-path: inset(100% 0 0 0);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0);
  }
}
/* =overlay
-------------------------------------*/
.reveal-media {
  position: relative;
  overflow: hidden;
  --reveal-stagger: 0ms;
}
.catalog .product-media {
  --reveal-stagger: 0ms;
}
.reveal-media img,
.catalog .product-card .product-media img {
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(1.08);
  transform-origin: 50% 50%;
  clip-path: inset(0);
  transition:
    opacity 920ms ease calc(180ms + var(--reveal-stagger)),
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1) calc(180ms + var(--reveal-stagger));
  will-change: opacity, transform;
}
.reveal-media.is-visible.is-loaded img,
.catalog .product-card .product-media.is-visible.is-loaded img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  clip-path: inset(0);
}
img.is-reveal-image {
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(1.08);
  transform-origin: 50% 50%;
  clip-path: inset(0);
  transition:
    opacity 920ms ease calc(180ms + var(--reveal-stagger, 0ms)),
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1) calc(180ms + var(--reveal-stagger, 0ms));
  will-change: opacity, transform;
}
img.is-reveal-image.is-visible.is-loaded {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  clip-path: inset(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-media img,
  .catalog .product-card .product-media img,
  img.is-reveal-image {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.wipe-up,
.wipe-down {
	position: relative;
	overflow: hidden;
	visibility: visible;
}
.wipe-up::before,
.wipe-down::before {
  width: 100%;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 100;
  transform: translateY(0%);
}
.wipe-up::before {
  background: linear-gradient(
    to bottom,
    #000 0%,
    #000 70%,
    rgba(0, 0, 0, 0.7) 86%,
    rgba(0, 0, 0, 0.35) 94%,
    rgba(0, 0, 0, 0) 100%
  );
}
.wipe-down::before {
  background: linear-gradient(
    to top,
    #000 0%,
    #000 70%,
    rgba(0, 0, 0, 0.7) 86%,
    rgba(0, 0, 0, 0.35) 94%,
    rgba(0, 0, 0, 0) 100%
  );
}
.wipe-up.animate::before {
  animation: wipe-up 1s var(--easeInOutQuint) forwards;
}
.wipe-down.animate::before {
  animation: wipe-down 1s var(--easeInOutQuint) forwards;
}
@keyframes wipe-down {
  100% {
    transform: translateY(100%);
  }
}
@keyframes wipe-up {
  100% {
    transform: translateY(-100%);
  }
}

/*-------------------------------------

  03. HEADER
 
-------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  padding: 0;
  z-index: 1000002;
  transform: translateY(calc(-1 * var(--header-hide-offset, 0px)));
  transition: transform 0.32s cubic-bezier(.22, 1, .36, 1), top 0.2s ease;
  background-color: var(--bg-color);
  will-change: transform;

background-color: color-mix(in srgb, var(--bg-color) 90%, transparent);
 backdrop-filter: blur(10px);
}
html[data-header-position="fixed"] header,
html[data-header-position="fixed-always"] header {
  position: sticky;
  top: 0;
}
html[data-header-position="fixed"] header {
  transition: transform 0.32s cubic-bezier(.22, 1, .36, 1), top 0.2s ease;
}
html[data-header-position="fixed-always"] header {
  transform: none;
  transition: top 0.2s ease;
}
html[data-header-position="sticky"] header {
  position: relative;
  top: 0;
  transform: none;
}
html[data-header-position="fixed"] body.is-header-hidden header {
  transform: translateY(calc(-1 * var(--header-hide-offset, 0px)));
}
html[data-header-position="fixed-always"] body.is-header-hidden header {
  transform: none;
}
header .header-inner {
  display: flex;
  position: relative;
  height: 100%;
  padding: 0 var(--layout-margin-horizontal) 0 calc(var(--layout-margin-horizontal) + 3px);
  justify-content: flex-start;
  align-items: center;
  gap: clamp(20px, 2vw, 42px);
}
header .header-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  margin-left: auto;
}
header .brand {
  font-size: var(--header-brand-font-size, var(--font-l));
  font-family: var(--font-family-heading-brand);
  color: var(--text-color);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s var(--easeOutSine);
  transition-delay: 0s;
  flex: 0 0 auto;
}
header .brand a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--text-color);
}
header .brand .logoText {
  transition: color 0.14s linear;
  transition-delay: 0s;
}
header .brand img.logoImage {
  display: block;
  max-width: var(--header-logo-image-max-width, 150px);
  max-height: calc(var(--header-height) - 20px);
  width: auto;
  height: auto;
  transition: opacity 0.45s var(--easeOutSine), visibility 0.45s var(--easeOutSine), filter 0.45s var(--easeOutSine);
}
header .nav-list {
  display: flex;
  gap: 2em;
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  font-weight: 200;
  animation: textAnimationFadeIn 2s cubic-bezier(.43, .05, .27, 1.25) forwards;
}
header .nav-list a {
  display: inline-block;
  text-decoration: none;
}
header .nav-list a:link, header .nav-list a:visited {
  color: var(--text-color);
}
header .nav-list a:hover, header .nav-list a:active {
  color: var(--text-color);
}
header .nav {
  margin-right: calc(40px + 2em);
}
.header-desktop-nav {
  display: none;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
}
.header-desktop-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 1.8vw, 34px);
  margin: 0;
  padding: 0;
  font-family: var(--font-family-heading-nav);
  font-size: var(--font-s);
  font-weight: var(--font-weight-heading-nav);
  letter-spacing: 0.12em;
}
.header-nav-item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav-item > a,
.header-nav-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42em;
  padding: 8px 0;
  border: 0;
  font: inherit;
  
  background: transparent;
  color: var(--text-color);
  
  letter-spacing: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.header-nav-item > a::before,
.header-nav-trigger::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center center;
  transition: transform 0.28s var(--easeOutQuad);
}
.header-nav-item > a:link,
.header-nav-item > a:visited,
.header-nav-item > a:hover,
.header-nav-item > a:active,
.header-nav-trigger:hover,
.header-nav-trigger:focus-visible {
  color: var(--text-color);
}
.header-nav-item > a:hover::before,
.header-nav-item > a:focus-visible::before,
.header-nav-trigger:hover::before,
.header-nav-trigger:focus-visible::before,
.header-nav-item.has-dropdown:hover .header-nav-trigger::before,
.header-nav-item.has-dropdown:focus-within .header-nav-trigger::before {
  transform: translateX(-50%) scaleX(1);
}
.header-nav-trigger::after {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  margin-top: -0.12rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}
.header-nav-item.has-dropdown {
  position: static;
  padding-bottom: 18px;
  margin-bottom: -18px;
}
.header-category-dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  z-index: 30;
  width: min(
    var(--header-category-dropdown-max-width),
    calc(100% - 30px)
  );
  max-width: calc(100vw - (var(--layout-margin-horizontal) * 2) - 40px);
  border: 1px solid color-mix(in srgb, var(--text-color) 10%, transparent);
  background: color-mix(in srgb, var(--bg-color) 96%, white 4%);
  background: color-mix(in srgb, var(--bg-color) 96%, transparent);;
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  border-radius: var(--image-radius);
}
.header-category-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 30px;
}
.header-category-dropdown-inner {
  column-width: var(--header-category-dropdown-column-max-width);
  column-gap: var(--header-category-dropdown-column-gap);
  max-height: min(
    var(--header-category-dropdown-max-height),
    calc(100vh - var(--header-height) - 24px)
  );
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: contain;
  scrollbar-gutter: stable both-edges;
  padding: 40px 40px 48px;
}
.header-category-group {
  display: inline-block;
  min-width: 0;
  width: 100%;
  margin: 0 0 var(--header-category-dropdown-row-gap);
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.header-category-parent {
  display: inline-block;
  font-size: var(--font-m);
  font-size: calc( var(--font-m) * 0.9);
  font-weight: var(--font-weight-heading-nav);
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.header-category-children {
  list-style: none;
  margin: 0;
  margin: 10px 0;
  margin-left: 3px;
  padding: 0 0 0 14px;
  border-left: 2px solid color-mix(in srgb, var(--text-color) 6%, transparent);
  display: grid;
  gap: 6px;
}
.header-category-children li {
  margin: 0;
}
.header-category-children a {
  display: inline-block;
  font-size: var(--font-s);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: color-mix(in srgb, var(--text-color) 80%, transparent);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.header-nav-item.has-dropdown:hover .header-category-dropdown,
.header-nav-item.has-dropdown:focus-within .header-category-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
html[data-header-category-layout="type02"] .header-category-children,
html[data-header-category-layout="type04"] .header-category-children {
  display: none;
}
html[data-header-category-layout="type02"] .header-category-group,
html[data-header-category-layout="type04"] .header-category-group {
  margin-bottom: 16px;
}
html[data-header-category-layout="type03"] .header-category-dropdown,
html[data-header-category-layout="type04"] .header-category-dropdown {
  left: 50%;
  width: min(
    var(--header-category-dropdown-single-width),
    calc(100vw - (var(--layout-margin-horizontal) * 2) - 20px)
  );
  max-width: min(
    var(--header-category-dropdown-single-width),
    calc(100vw - (var(--layout-margin-horizontal) * 2) - 20px)
  );
  transform: translateX(-50%) translateY(10px);
}
html[data-header-category-layout="type03"] .header-category-dropdown::after,
html[data-header-category-layout="type04"] .header-category-dropdown::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 12px;
  height: 12px;
  border-top: 1px solid color-mix(in srgb, var(--text-color) 10%, transparent);
  border-left: 1px solid color-mix(in srgb, var(--text-color) 10%, transparent);
  background: color-mix(in srgb, var(--bg-color) 96%, white 4%);
  transform: translateX(-50%) translateY(6px) rotate(45deg);
  transform-origin: center;
  pointer-events: none;
}
html[data-header-category-layout="type03"] .header-nav-item.has-dropdown,
html[data-header-category-layout="type04"] .header-nav-item.has-dropdown {
  position: relative;
}
html[data-header-category-layout="type03"] .header-nav-item.has-dropdown:hover .header-category-dropdown,
html[data-header-category-layout="type03"] .header-nav-item.has-dropdown:focus-within .header-category-dropdown,
html[data-header-category-layout="type04"] .header-nav-item.has-dropdown:hover .header-category-dropdown,
html[data-header-category-layout="type04"] .header-nav-item.has-dropdown:focus-within .header-category-dropdown {
  transform: translateX(-50%) translateY(0);
}
html[data-header-category-layout="type03"] .header-category-dropdown-inner,
html[data-header-category-layout="type04"] .header-category-dropdown-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  column-width: auto;
  column-gap: 0;
  max-height: min(
    var(--header-category-dropdown-max-height),
    calc(100vh - var(--header-height) - 24px)
  );
  overflow-x: hidden;
  overflow-y: auto;
  padding: 28px 28px 32px;
  scrollbar-gutter: stable;
}
html[data-header-category-layout="type03"] .header-category-group,
html[data-header-category-layout="type04"] .header-category-group {
  display: block;
  margin-bottom: 0;
  break-inside: auto;
  -webkit-column-break-inside: auto;
  page-break-inside: auto;
}
html[data-header-category-layout="type03"] .header-category-parent,
html[data-header-category-layout="type04"] .header-category-parent {
  display: block;
}
html[data-header-category-layout="type03"] .header-category-children {
  margin-top: 8px;
  gap: 5px;
}
@media screen and (min-width: 961px) {
  .header-desktop-nav {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header-desktop-nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header .header-inner {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  .header-search-trigger,
  .header-membership-trigger {
    display: none;
  }
}
/* =mobile-menu
-------------------------------------------------------*/
.mobile-menu {
  display: block;
}
.menu-toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: static;
  z-index: 1000001;
  padding-top: 12px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 961px) {
  .menu-toggle {
    display: none;
  }
}
.header-cart {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.header-search-trigger {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  background-color: transparent !important;
  box-shadow: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
}
.header-membership-trigger {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.header-search {
  position: static;
  display: inline-flex;
  align-items: center;
}
.header-search-trigger .material-symbols-outlined,
.header-search-field button .material-symbols-outlined {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.header-search-trigger .material-symbols-outlined::before,
.header-search-trigger .material-symbols-outlined::after,
.header-search-field button .material-symbols-outlined::before,
.header-search-field button .material-symbols-outlined::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.header-search-trigger .material-symbols-outlined::before,
.header-search-field button .material-symbols-outlined::before {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}
.header-search-trigger .material-symbols-outlined::after,
.header-search-field button .material-symbols-outlined::after {
  left: 11px;
  top: 11px;
  width: 8px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}
.header-membership-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
}
.header-membership-icon::before,
.header-membership-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.header-membership-icon::before {
  top: 0px;
width: 10px;
height: 10px;
border: 1.5px solid currentColor;
border-radius: 50%;
}
.header-membership-icon::after {
  top: 9px;
width: 16px;
height: 8px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0px 0px;
}
.header-search-dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  z-index: 35;
  width: min(
    var(--header-category-dropdown-max-width),
    calc(100vw - (var(--layout-margin-horizontal) * 2) - 40px)
  );
  max-width: calc(100vw - (var(--layout-margin-horizontal) * 2) - 40px);
  padding: 30px;
  border: 1px solid color-mix(in srgb, var(--text-color) 10%, transparent);
  border-radius: var(--image-radius);
  background: color-mix(in srgb, var(--bg-color) 96%, white 4%);
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}
.header-search-dropdown::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}
.header-search.is-open .header-search-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.header-search-form {
  margin: 0;
}
.header-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header-search-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;

    background: color-mix(in srgb, var(--text-color) 7%, transparent);
    padding: 0 10px 0 20px;
    border-radius: 4px;
  /* border-bottom: 2px solid var(--text-color); */
}
.header-search-field input,
.header-search-field input[type="search"] {
  width: 100%;
  min-width: 0;
  display: block;
  margin: 0;
  padding: 12px 0 14px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--text-color) !important;
  box-shadow: none !important;
  font-family: var(--font-family-sans);
  font-size: var(--font-m);
  line-height: 1.2;
  letter-spacing: 0.02em;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  outline: 0 !important;
}
.header-search-field input::-webkit-search-decoration,
.header-search-field input::-webkit-search-cancel-button,
.header-search-field input::-webkit-search-results-button,
.header-search-field input::-webkit-search-results-decoration,
.header-search-field input[type="search"]::-webkit-search-decoration,
.header-search-field input[type="search"]::-webkit-search-cancel-button,
.header-search-field input[type="search"]::-webkit-search-results-button,
.header-search-field input[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}
.header-search-field input::placeholder {
  color: var(--text-color);
  opacity: .4;
}
.header-search-field input:focus {
  outline: 0;
}
.header-search-field button {
  min-width: 70px;
  height: 38px;
  padding: 0 12px;
  border: 0;
  background: var(--text-color);
  color: var(--bg-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.header-search-suggest {
  margin-top: 18px;
}
.header-search-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-search-tags li {
  margin: 0;
}
.header-search-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--text-color) 20%, transparent);

  background: color-mix(in srgb, var(--text-color) 7%, transparent);
  background: var(--bg-color);
  color: color-mix(in srgb, var(--text-color) 94%, transparent);
  text-decoration: none;
  font-size: var(--font-s);
  font-weight: var(--font-weight-heading-nav);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;

  border-radius: var(--image-radius);
  
}
.header-search-tags a:hover {
    border: 1px solid color-mix(in srgb, var(--text-color) 100%, transparent);

}
.header-search-tags a::before {
  content: "#";
  margin-right: 0.1em;
  opacity: 0.8;
}
/* .header-search-tags a:hover,
.header-search-tags a:focus-visible {
  color: var(--text-color);
  border-color: color-mix(in srgb, var(--text-color) 22%, transparent);
  background: color-mix(in srgb, var(--text-color) 7%, transparent);
} */
.header-cart-icon {
  width: 24px;
  height: 24px;
}
#baseMenu {
  display: inline-flex;
  align-items: center;
}
#baseMenu ul.clearfix {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#baseMenu .base {
  display: none;
}
#baseMenu .cart {
  display: inline-flex;
  align-items: center;
}
#baseMenu .cart a {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
}
#baseMenu .cart a img {
  display: none;
}
#baseMenu .cart a::before {
  content: "";
  width: 16px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-radius: 0 0 4px 4px;
  transform: translateY(2px);
  box-sizing: border-box;
}
#baseMenu .cart a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 9px;
  height: 6px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
  box-sizing: border-box;
}
#baseMenu .cart .cart-badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  font-weight: bold;
  background: var(--accent-color);
  color: var(--accent-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#baseMenu .cart .cart-qty {
  display: block;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  text-align: center;
}
.menu-toggle.show {
  opacity: 1;
}
.menu-toggle-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.menu-toggle-icon, .menu-toggle-icon:before, .menu-toggle-icon:after {
  display: block;
  width: 28px;
  height: 1.5px;
  background-color: var(--text-color);
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.menu-toggle-icon:before, .menu-toggle-icon:after {
  position: absolute;
  content: "";
}
.menu-toggle-icon:before {
  top: -7px;
  right: 0;
  width: 28px;
}
.menu-toggle-icon:after {
  top: 7px;
  right: 0;
  width: 22px;
}
/* -------------------------------------
  04. MOBILE PANEL
------------------------------------- */
.mobile-panel {
  text-align: left;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 1000003;
  position: fixed;
  width: min(300px, 100vw);
  background: var(--mobile-panel-bg-color);
  color: var(--mobile-panel-text-color);
  visibility: visible;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.48s cubic-bezier(.83, 0, .17, 1);
  overflow: hidden;
  overscroll-behavior: contain;
  touch-action: pan-y;
  --mobile-panel-font-body: 1.4rem;
  --mobile-panel-font-heading: 1rem;
  /* border-left: 1px solid var(--text-color); */


  
}

.mobile-panel.active {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-panel-wrap {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  transform: translateY(0) !important;
  overflow: hidden;
}
.mobile-panel-inner {
  position: relative;
  box-sizing: border-box;
  padding: 60px 30px calc(30px + env(safe-area-inset-bottom, 0px));
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mobile-panel-close {
  z-index: 9;
  position: absolute;
  top: 9px;
  right: var(--layout-margin-horizontal);
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mobile-panel-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.mobile-panel-close-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}
.mobile-panel-close-icon::before,
.mobile-panel-close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}
.mobile-panel-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-panel-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-panel .mobile-panel-wrap a {
  position: relative;
  color: var(--mobile-panel-text-color);
  text-decoration: none;
}
.mobile-panel .brand-panel {
  grid-area: brand;
  opacity: 0;
  transform: translateX(14px);
  transition: opacity 0.45s var(--easeInOutSine), transform 0.45s var(--easeInOutSine);
  transition-delay: 0s;
}
.mobile-panel.active .brand-panel {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.35s;
}
.mobile-panel .brand {
  font-size: var(--font-l);
  font-family: var(--font-family-sans);
}
.mobile-panel .mobile-panel-wrap a:hover, .mobile-panel .mobile-panel-wrap a:active {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.appsItemCategoryTag_lowerchild {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  display: grid;
  gap: 2px;

  margin-left: 6px;
  margin-bottom: 0px;
  padding-left: 18px;
  border-left: 1px solid color-mix(in srgb, var(--mobile-panel-text-color) 10%, transparent);

  transition: max-height 0.5s var(--easeOutCubicSoft), opacity 0.24s var(--easeOutSine), transform 0.5s var(--easeOutCubicSoft), margin-bottom 0.5s var(--easeOutCubicSoft);
  will-change: max-height, opacity, transform;
  font-size: var(--mobile-panel-font-body);
  font-family: var(--font-family-sans);
  letter-spacing: 0.02em;

}


.appsItemCategoryTag_child.is-open > .appsItemCategoryTag_lowerchild {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 10px;
}
.appsItemCategoryTag_lowerchild > li {
  --category-child-delay: 40ms;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.32s var(--easeOutSine), transform 0.46s var(--easeOutCubicSoft);
  transition-delay: 0s;
}
.appsItemCategoryTag_child.is-open > .appsItemCategoryTag_lowerchild > li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--category-child-delay);
}
.appsItemCategoryTag_lowerchild > li:nth-child(2) {
  --category-child-delay: 66ms;
}
.appsItemCategoryTag_lowerchild > li:nth-child(3) {
  --category-child-delay: 92ms;
}
.appsItemCategoryTag_lowerchild > li:nth-child(4) {
  --category-child-delay: 118ms;
}
.appsItemCategoryTag_lowerchild > li:nth-child(5) {
  --category-child-delay: 144ms;
}
.appsItemCategoryTag_lowerchild > li:nth-child(n+6) {
  --category-child-delay: 170ms;
}
.appsItemCategoryTag_child > a {
  display: flex;
  align-items: center;
  font-size: var(--mobile-panel-font-body);
  font-family: var(--font-family-sans);
  position: relative;
  padding: 2px 0;
  padding-left: 16px;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.appsItemCategoryTag_child > a::before {
  content: none;
}
.appsItemCategoryTag_child > a::after {
  content: none;
}
.appsItemCategoryTag_child > a .category-toggle {
  display: inline-flex;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 0;
  transform: translateY(-50%) rotate(0deg);
  flex: none;
  transition: transform 0.42s var(--easeOutCubicSoft);
}
.appsItemCategoryTag_child > a .category-toggle::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: currentColor;
  transition: opacity 0.25s ease;
}
.appsItemCategoryTag_child > a .category-toggle::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background: currentColor;
  transition: opacity 0.25s ease;
}
.appsItemCategoryTag_child.is-open > a .category-toggle::after {
  opacity: 0;
}
.appsItemCategoryTag_child.is-open > a .category-toggle {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-panel-list .title {
  font-family: var(--font-family-heading-nav);
  font-weight: var(--font-weight-heading-nav, bold);
  font-size: var(--mobile-panel-font-heading);
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0px 0 12px 0;  

}
.mobile-panel .mobile-panel-list {
  margin: 0;
}
.mobile-panel .nav-panel {
  grid-area: nav;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding-bottom: 20px;
  scrollbar-width: none;
}
.mobile-panel .nav-panel::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.mobile-panel .nav-panel::-webkit-scrollbar-track {
  background: transparent;
}
.mobile-panel .nav-panel::-webkit-scrollbar-thumb {
  background: transparent;
}




.mobile-panel .mobile-panel-list > ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 0;
}
.mobile-panel .mobile-panel-list ul {
  flex-direction: column;
  flex-wrap: nowrap;
}
.mobile-panel .mobile-panel-list li {
  flex: 0 0 100%;
  
}


.mobile-panel .mobile-panel-list li {
  display: block;
  flex: 0 0 100%;
  font-size: var(--mobile-panel-font-body);
  margin: 0;
  /*color: #999;*/
}
.mobile-panel .mobile-panel-list.menu ul.page-nav {
  margin-bottom: 24px;
}
.mobile-panel .mobile-panel-list.menu li {
  margin: 0;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.social-icons li {
  display: inline-flex;
  align-items: center;
}

.mobile-panel .mobile-panel-list.social .social-icons {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
  margin-top: 16px;
}

.mobile-panel .mobile-panel-list.social li {
  flex: 0 0 auto;
}
.mobile-panel .mobile-panel-list.social .sns-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.mobile-panel .mobile-panel-list.social .sns-icon {
  width: 20px;
}
.mobile-panel .mobile-panel-list.social [aria-label="X"] {
  background: #111;
  border-radius: 3px;
  padding: 3px;
}
.mobile-panel .mobile-panel-list.social [aria-label="X"] .sns-icon {
  filter: brightness(0) invert(1);
}

.mobile-panel .mobile-panel-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mobile-panel ul.mobile-panel-list li a {
  display: block;
  line-height: 1.4;
  color: var(--mobile-panel-text-color);
}
.mobile-panel .appsItemCategoryTag_lowerchild a {
  display: block;
  padding: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.mobile-panel .mobile-panel-list.menu > ul > li > a {
  display: flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.4em 0;
  line-height: 1.2;
}
.mobile-panel .mobile-panel-list.menu > ul > li > a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background: currentColor;
  opacity: 0.85;
  transform: translateY(0.5px);
}





@media screen and (max-width: 599px) {
  header .header-actions {
    gap: 6px;
  }
  .header-cart {
    width: 38px;
    height: 38px;
  }
  #baseMenu .cart a {
    width: 38px;
    height: 38px;
  }

}
/*-------------------------------------

 =Essentials
 
-------------------------------------*/
.essentials {
  padding: clamp(52px, 5.4vw, 78px) var(--layout-margin-horizontal) 6vw;
  background: color-mix(in srgb, var(--text-color) 6%, var(--bg-color));

}
.essentials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 2.8vw, 40px);
}
.essentials.boxbox .essentials-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.essentials.boxboxbox .essentials-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.essentials.boxboxboxbox .essentials-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.essentials-item {
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  gap: 15px;
}
.essentials-icon {
  width: 50px;
  height: 50px;
  color: var(--text-color-muted);
  display: grid;
  place-items: center;
}
.essentials-icon .material-symbols-outlined {
  font-size: 50px;
  font-size: var(--font-display-xl);
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
.essentials-item h3 {
  margin: 0;
  font-family: var(--font-family-sans);
  font-size: var(--font-s);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.essentials-item p {
  margin: 0;
  max-width: 36ch;
  font-family: var(--font-family-sans);
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--text-color-strong);
  opacity: .8;
}



/*-------------------------------------

 =News Letter

-------------------------------------*/
.newsletter-signup {
  position: relative;
  height: 60vw;
  max-height: 480px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 0 var(--content-section-horizontal);
}
.newsletter-signup::after {
  content: "";
  position: absolute;
  inset: 0;
  background:rgba(18, 18, 19, 0.5);
  pointer-events: none;
}
.newsletter-signup-media {
  position: absolute;
  inset: 0;
  margin: 0;
}
.newsletter-signup-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.newsletter-signup-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 36px;
  align-items: end;
  width: 100%;
  padding: 0px 0 80px 0;
}
.newsletter-signup-copy {
  display: grid;
  gap: 12px;
}
.newsletter-signup-copy .section-title {
  color: rgba(255, 255, 255, 0.96);
}
.newsletter-signup-copy .section-title {
  margin-bottom: 0;
}
.newsletter-signup-copy .section-title::before {
  display: none;
}
.newsletter-signup-lead {
  margin: 0;
  font-size: var(--font-xs);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}
.mailMagazineSubscribe_form {
  display: grid;
  width: 100%;
  max-width: 460px;
  justify-self: end;
}
.mailMagazineSubscribe_field {
  position: relative;
  display: block;
}
.newsletter-signup .mailMagazineSubscribe_input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px !important;
  border-radius: var(--button-radius) !important;
  padding: 0 138px 0 20px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--font-family-sans);
  font-size: var(--font-s);
}
.newsletter-signup .mailMagazineSubscribe_input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-signup .mailMagazineSubscribe_submit {
  position: absolute;
  top: 6px;
  right: 6px;
  min-height: 40px;
  padding: 0 18px;
  font-size: 0;
  letter-spacing: 0.08em;
  border: 0;
  border-radius: 999px !important;
    border-radius: var(--button-radius) !important;

}
.newsletter-signup .mailMagazineSubscribe_submit::after {
  content: "購読する";
  font-size: var(--font-xs);
}
.newsletter-signup .mailMagazineSubscribe_confirm {
  /* min-height: 1.6em; */
  font-size: var(--font-xs);
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}

/*-------------------------------------

 =EmbedCode

-------------------------------------*/
.embedcode-section {
  padding: var(--layout-margin-vertical) var(--layout-margin-horizontal);
  }


/*-------------------------------------

 =POPUP BANNER

-------------------------------------*/
.popup-banner {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--easeOutSine), visibility 0.35s var(--easeOutSine);
}
.popup-banner[hidden] {
  display: none;
}
.popup-banner.is-visible,
.popup-banner.is-closing {
  visibility: visible;
}
.popup-banner.is-visible {
  opacity: 1;
}
body.is-popup-banner-open {
  overflow: hidden;
}
.popup-banner-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 14, 0.4);
  /* backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); */
}
.popup-banner-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(0, 1.02fr);
  width: min(840px, 100%);
  min-height: 500px;
  background: var(--bg-color);
  color: var(--text-color);
  border-radius: var(--image-radius);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.2);
}
.popup-banner-dialog.is-media-only {
  grid-template-columns: 1fr;
  width: min(720px, 100%);
  min-height: 420px;
}
.popup-banner-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--text-color);
  cursor: pointer;
}
.popup-banner-dialog.is-media-only .popup-banner-close {
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
}
.popup-banner-media {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}
.popup-banner-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.popup-banner-dialog.is-media-only .popup-banner-media,
.popup-banner-dialog.is-media-only .popup-banner-media-link {
  display: block;
  min-height: 0;
  height: 100%;
  aspect-ratio: auto;
}
.popup-banner-dialog.is-media-only .popup-banner-media img,
.popup-banner-dialog.is-media-only .popup-banner-media-link img {
  height: 100%;
  aspect-ratio: auto;
}
.popup-banner-dialog.is-media-only .popup-banner-media-link {
  color: inherit;
  text-decoration: none;
}
.popup-banner-body {
  position: relative;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 56px 48px 50px;
}
.popup-banner-label {
  margin: 0;
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  letter-spacing: 0.12em;
}
.popup-banner-title {
  margin: 0;
  font-size: var(--font-l);
  font-family: var(--font-family-heading-card);
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.popup-banner-text {
  margin: 0;
  font-size: var(--font-s);
  letter-spacing: 0.06em;
  line-height: 1.75;
}
.popup-banner-actions {
  padding-top: 6px;
}
.popup-banner-title,
.popup-banner-text,
.popup-banner-actions {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.56s var(--easeOutSine), transform 0.64s var(--easeOutSine);
}
.popup-banner.is-visible .popup-banner-title,
.popup-banner.is-visible .popup-banner-text,
.popup-banner.is-visible .popup-banner-actions {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.popup-banner.is-visible .popup-banner-title {
  transition-delay: 0.14s;
}
.popup-banner.is-visible .popup-banner-text {
  transition-delay: 0.24s;
}
.popup-banner.is-visible .popup-banner-actions {
  transition-delay: 0.34s;
}
.popup-banner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 22px;
  font-size: var(--font-xs);
  letter-spacing: 0.08em;
}

/*-------------------------------------

  05. CONTENT SIDEBAR

-------------------------------------*/
.content-shell {
  display: block;
}
.content-main {
  min-width: 0;
}
.content-sidebar {
  display: none;
  padding: var(--layout-margin-vertical) 0;
  
}
@media (min-width: 961px) {
  .content-shell.has-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 4vw;
    align-items: start;
    padding-left: var(--content-section-horizontal);
    padding-right: var(--content-section-horizontal);
    box-sizing: border-box;
  }
  .content-sidebar {
    display: block;
    min-width: 0;
  }
  html[data-sidebar-position="left"] .content-shell.has-sidebar {
    grid-template-columns: 210px minmax(0, 1fr);
  }
  html[data-sidebar-position="left"] .content-shell.has-sidebar > .content-main {
    grid-column: 2;
  }
  html[data-sidebar-position="left"] .content-shell.has-sidebar > .content-sidebar {
    grid-column: 1;
    grid-row: 1;
  }
  .content-sidebar-inner {
    position: sticky;
    top: calc(var(--header-height) + 28px);
    display: grid;
    gap: 28px;
  }

  /* Delegate horizontal gutters to the shell in the desktop sidebar layout. */
  .content-shell.has-sidebar .content-main > :is(.home-picks, .home-brands, .static-section) {
    padding-left: 0;
    padding-right: 0;
  }
  .content-shell.has-sidebar .content-main > .category-page-header {
    margin-left: 0;
    margin-right: 0;
  }
  .content-shell.has-sidebar .content-main > .catalog .catalog-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .content-shell.has-sidebar .content-main > .home-picks .home-picks-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .content-shell.has-sidebar .content-main > .home-picks .home-picks-nav {
    right: 0;
  }
}
@media (max-width: 960px) {
  .content-shell.has-sidebar {
    display: block;
  }
  .content-sidebar {
    display: none;
  }
}

.content-sidebar-section {
  width: 100%;
  min-width: 0;
}
.content-sidebar-title {
  display: block;
  width: 100%;
  
  padding: 0 0 0.7em 2px;
  margin: 0 0 10px;
  font-family: var(--font-family-heading-nav);
  font-size: var(--font-xs);
  font-weight: var(--font-weight-heading-nav);
  letter-spacing: 0.1em;
  line-height: 1.2;
/* border-bottom: 2px solid var(--line-color-soft); */

  background: var(--surface-color-soft);
  padding: 1.2rem 1.5rem;
  border-radius: 3px;
}
.content-sidebar-subtitle {
  margin-top: 24px;
}
.content-sidebar-body {
  width: 100%;
  min-width: 0;
  padding-left: 5px;
  /* padding-left: var(--image-radius); */
}
.content-sidebar a {
  color: var(--text-color);
  text-decoration: none;
}
.content-sidebar-nav {
  display: grid;
  gap: 0px;
}
.content-sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.6em 0;
  font-size: var(--font-s);
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.content-sidebar-nav a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background: currentColor;
  opacity: 0.85;
  transform: translateY(0.5px);
}
.content-sidebar .content-sidebar-section.social .social-icons {
  margin-top: 15px;
}
.content-sidebar .sns-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.content-sidebar .sns-icon {
  display: block;
  width: 20px;
  height: auto;
}
.content-sidebar [aria-label="X"] {
  background: #111;
  border-radius: 3px;
  padding: 3px;
}
.content-sidebar [aria-label="X"] .sns-icon {
  filter: brightness(0) invert(1);
}
.content-sidebar .appsItemCategoryTag,
.content-sidebar #appsItemCategoryTag {
  display: grid;
  gap: 2px;
}
.content-sidebar .appsItemCategoryTag_child {
  list-style: none;
}
.content-sidebar .appsItemCategoryTag_child > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 1.6em;
  padding-left: 18px;
  font-size: var(--font-s);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;

}
.content-sidebar .appsItemCategoryTag_child > a .category-toggle {
  display: inline-flex;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.42s var(--easeOutCubicSoft);
}
.content-sidebar .appsItemCategoryTag_child > a .category-toggle::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: currentColor;
}
.content-sidebar .appsItemCategoryTag_child > a .category-toggle::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background: currentColor;
  transition: opacity 0.25s ease;
}
.content-sidebar .appsItemCategoryTag_child.is-open > a .category-toggle::after {
  opacity: 0;
}
.content-sidebar .appsItemCategoryTag_child.is-open > a .category-toggle {
  transform: translateY(-50%) rotate(180deg);
}
.content-sidebar .appsItemCategoryTag_lowerchild {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  display: grid;
  gap: 4px;
  margin: 6px 0 0 6px;
  padding-left: 14px;
  border-left: 1px solid color-mix(in srgb, var(--text-color) 10%, transparent);
  transition: max-height 0.5s var(--easeOutCubicSoft), opacity 0.24s var(--easeOutSine), transform 0.5s var(--easeOutCubicSoft), margin-bottom 0.5s var(--easeOutCubicSoft);
  will-change: max-height, opacity, transform;
}
.content-sidebar .appsItemCategoryTag_child.is-open > .appsItemCategoryTag_lowerchild {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 6px;
}
.content-sidebar .appsItemCategoryTag_lowerchild a {
  display: block;
  padding: 3px 0;
  font-size: var(--font-s);
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: color-mix(in srgb, var(--text-color) 82%, transparent);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/*-------------------------------------

  06. FOOTER

-------------------------------------*/
footer {
  padding: 5vw var(--content-section-horizontal) 2vw;
  background: #242427;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-xs);
  line-height: 1.6;
}
footer .footer-shell {
  display: grid;
  gap: clamp(24px, 5vw, 36px);
}
footer .footer-brand {
  display: grid;
  gap: 10px;
  max-width: 54ch;
}
footer .footer-mark {
  font-family: var(--font-family-heading-brand);
  font-size: var(--font-display-m);
  line-height: 0.95;
  letter-spacing: 0.04em;
  
}
footer .footer-mark .logoText {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: var(--header-brand-font-size-base);
  font-size: var(--header-brand-font-size, var(--font-l));
  }
  
footer .footer-mark .logoImage { filter: invert(100%); max-width: var(--header-logo-image-max-width);}
footer .footer-lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}
footer .footer-column {
  display: grid;
  align-content: start;
  gap: 20px 0;
}
footer .footer-heading {
  margin: 0;
  font-family: var(--font-family-heading-footer);
  font-size: var(--font-s);
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-heading-footer, 400);
  color: #ffffff;
}
footer .footer-nav-list {
  display: grid;
  gap: 7px;
}
footer .footer-nav-list li {
  display: block;
}
footer .footer-nav-list a {
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  color: #ffffff;
  text-decoration: none;
}
footer .footer-nav-list a:link,
footer .footer-nav-list a:visited,
footer .footer-nav-list a:hover,
footer .footer-nav-list a:active {
  color: #ffffff;
  text-decoration: none;
}
footer #appsItemCategoryTag,
footer .appsItemCategoryTag {
  display: grid;
  gap: 7px;
}
footer #appsItemCategoryTag li,
footer .appsItemCategoryTag li {
  display: block;
}
footer #appsItemCategoryTag a,
footer .appsItemCategoryTag a {
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  color: #ffffff;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
footer #appsItemCategoryTag a:link,
footer #appsItemCategoryTag a:visited,
footer #appsItemCategoryTag a:hover,
footer #appsItemCategoryTag a:active,
footer .appsItemCategoryTag a:link,
footer .appsItemCategoryTag a:visited,
footer .appsItemCategoryTag a:hover,
footer .appsItemCategoryTag a:active {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-social {
  gap: 12px;
  margin-bottom: 10px;
}
footer .footer-social .sns-icon-link {
  /* width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14); */
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  text-decoration: none;
}
footer .footer-social .sns-icon-link:link,
footer .footer-social .sns-icon-link:visited,
footer .footer-social .sns-icon-link:hover,
footer .footer-social .sns-icon-link:active {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-social .sns-icon {
  width: 18px;
  height: 18px;
}
footer .footer-social [aria-label="X"] .sns-icon {
  filter: brightness(0) invert(1);
}
footer .footer-social .sns-icon-label {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  font-family: var(--font-family-sans);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}
footer .footer-i18n {
  margin-top: 0px;
}
footer .footer-i18n #i18 {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  align-items: center !important;
}
footer .footer-i18n #i18 > .lang,
footer .footer-i18n #i18 > .currency {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}
footer .footer-i18n #i18 form,
footer .footer-i18n #i18 .input.select,
footer .footer-i18n #i18 .input.select.required {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}
footer .footer-i18n select.x_i18nSelectBox {
  min-width: 0;
  width: 100%;
  flex: 1 1 0 !important;
  height: 40px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='rgba(255,255,255,0.62)' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 10px 6px !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--font-family-sans);
  font-size: var(--font-xs) !important;
  color: #ffffff !important;
  line-height: 1;
}
footer .footer-i18n select.x_i18nSelectBox option {
  color: var(--text-color);
}
footer .footer-brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer-brand-group {
  display: grid;
  gap: 12px;
}
footer .footer-subheading {
  margin: 0;
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  letter-spacing: 0.08em;
  color: #ffffff;
}
footer .footer-brand-tags li {
  display: inline-flex;
}
footer .footer-brand-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: var(--font-family-heading-footer);
  font-size: var(--font-xxs);
  letter-spacing: 0.12em;
}
footer .footer-bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 18px;
}
footer .lawnav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
footer .lawnav li {
  display: inline-flex;
  font-size: var(--font-xxs);
}
footer .lawnav a {
  font-family: var(--font-family-sans);
  color: #ffffff;
  text-decoration: none;
}
footer .lawnav a:link,
footer .lawnav a:visited,
footer .lawnav a:hover,
footer .lawnav a:active {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-copy {
  margin: 0;
  font-size: var(--font-xxs);
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .popup-banner-dialog {
    width: min(760px, 100%);
    min-height: 460px;
  }
  .popup-banner-dialog.is-media-only {
    width: min(620px, 100%);
    min-height: 360px;
  }
  .popup-banner-body {
    padding: 48px 36px 40px;
  }
  .newsletter-signup-inner {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
    gap: 28px;
  }
  .newsletter-signup .mailMagazineSubscribe_form {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .popup-banner {
    padding: 20px;
  }
  .popup-banner-dialog {
    grid-template-columns: 1fr;
    min-height: 0;
    width: min(440px, 100%);
  }
  .popup-banner-dialog.is-media-only {
    width: min(380px, 100%);
    min-height: 0;
  }
  .popup-banner-media {
    aspect-ratio: 16 / 10;
  }
  .popup-banner-dialog.is-media-only .popup-banner-media,
  .popup-banner-dialog.is-media-only .popup-banner-media-link {
    aspect-ratio: auto;
  }
  .popup-banner-body {
    gap: 12px;
    padding: 24px 20px 22px;
  }
  .popup-banner-close {
    top: 10px;
    right: 10px;
  }
  .essentials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .essentials-grid {
    gap: 26px;
  }
  .essentials.boxboxboxbox .essentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .essentials-item p {
    font-size: 1.1rem;
  }
  .newsletter-signup-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 18px;
  }
  .newsletter-signup .mailMagazineSubscribe_form {
    max-width: none;
    justify-self: stretch;
  }
  .newsletter-signup .mailMagazineSubscribe_input,
  .newsletter-signup .mailMagazineSubscribe_submit {
    min-height: 48px;
  }
  .newsletter-signup .mailMagazineSubscribe_input {
    font-size: 16px;
    padding-right: 122px;
  }
  .newsletter-signup .mailMagazineSubscribe_input::placeholder {
    font-size: var(--font-xs);
  }
  .newsletter-signup .mailMagazineSubscribe_submit {
    top: 5px;
    right: 5px;
    min-height: 38px;
    padding: 0 16px;
  }
  footer {
    padding-top: 34px;
    padding-bottom: 24px;
  }
  footer .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
  footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media(max-width: 480px) {
  .essentials.boxboxbox .essentials-grid {
    grid-template-columns: 1fr;
  }
}
@media (hover: hover) and (pointer: fine) {
  footer .footer-nav-list a:hover,
  footer .lawnav a:hover,
  footer .footer-social .sns-icon-link:hover {
    color: rgba(255, 255, 255, 0.98);
  }
  footer .footer-social .sns-icon-link:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
  }
}



/*-------------------------------------

 =informationbanner
 
-------------------------------------*/
html {
  --header-hide-offset: 0px;
}
body > .informationBanner .informationBannerContainer,
body > .informationBanner .informationBannerText {
  font-size: var(--font-s) !important;
  font-size: 13px !important;
  font-weight: bold;
  padding: 2px 0;
}

.informationBanner .shopIcon { font-size: 18px !important;}
.informationBanner .informationBannerArrow { font-size: 10px !important;}
.informationBanner .informationBannerArrow .shopIcon { font-size: 14px !important;}

.informationBannerClose {
  opacity: 1 !important;
  margin-right: 8px;
  padding: 0 5px;
  }
.informationBannerClose .shopIcon {font-size: 8px !important;}

@media (min-width: 481px) {
  #x_message .msg_startButton {
    border-radius: 50px;
    height: 50px;
    width: 50px;
   
  }
  #x_message .msg_startButton__icon {
    font-size: 20px;
    line-height: 50px !important;
  }
  #x_message .msg_startButton__text {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .msg_startButton {
    height: 36px !important;
    width: 220px !important;
     bottom: 18px !important;
  }
  .msg_startButton__text {
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: normal !important;
  }
  .msg_startButton__icon {
    line-height: 36px !important;
  }
}

/* -------------------------------------
  06. BASE MESSAGE / UTILITIES
------------------------------------- */
#x_message #x_startMessenger {
  --messenger-offset-y: 0px;
  transform: translateY(var(--messenger-offset-y));
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0s linear;
}
body.has-floating-cart-box #x_message #x_startMessenger {
  --messenger-offset-y: -140px;
}
@media (max-width: 767px) {
  body.has-floating-cart-box #x_message #x_startMessenger {
    --messenger-offset-y: -50px;
  }
  
}

#x_message.is-page-top-hidden #x_startMessenger {
  opacity: 0;
  transform: translateY(calc(var(--messenger-offset-y) + 12px));
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0s, 0s, 0.28s;
}

body.is-drawer-open #x_message #x_startMessenger,
#x_message.is-page-bottom-hidden #x_startMessenger {
  opacity: 0;
  transform: translateY(calc(var(--messenger-offset-y) + 12px));
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0s, 0s, 0.28s;
}
