@charset "UTF-8";
/* ===============================================
  * Header - ヘッダーのスタイル *
=============================================== */
.global-header {
  --header-color-border: #efefef;
  --header-color-section-title-bg: #efefef;
  --border-style: solid 1px var(--header-color-border);
  --brand-logo-width: 6.6rem;

  --link-arrow: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_3_17%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%203%20%E2%80%93%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_630%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20630%22%20cx%3D%228.5%22%20cy%3D%228.5%22%20r%3D%228.5%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_32478%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2032478%22%20transform%3D%22translate(-1164%20179.775)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_2160%22%20data-name%3D%22%E7%B7%9A%202160%22%20x2%3D%226%22%20transform%3D%22translate(1169%20-171.525)%22%20fill%3D%22none%22%20stroke%3D%22%2320aee5%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_68557%22%20data-name%3D%22%E3%83%91%E3%82%B9%2068557%22%20d%3D%22M1172.963-174.427l3.226%2C3.251-3.226%2C3.251%22%20transform%3D%22translate(0.108%20-0.349)%22%20fill%3D%22none%22%20stroke%3D%22%2320aee5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  --link-arrow-offset: .75px;
}
.global-header summary {
  cursor: pointer;
}
.global-header summary::marker, .global-header summary::-webkit-details-marker {
  display: none;
}
.global-header__text--link {
  color: var(--color-text-default);
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-decoration: none;
}
.global-header__search-container {
  --search-button-width: 1.6rem;
  --padding-horizontal: 1.5rem;
  position: relative;
}
.global-header__search-form input {
  width: 100%;
  padding-right: calc(var(--padding-horizontal) * 2 + var(--search-button-width));
  padding-left: var(--padding-horizontal);
  border: none;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.global-header__search-form input::placeholder {
  font-size: 1.2rem;
}
.global-header__search-button {
  position: absolute;
  top: 0;
  right: var(--padding-horizontal);
  bottom: 0;
  display: grid;
  place-content: center;
  width: var(--search-button-width);
  aspect-ratio: 1;
  margin: auto;
  color: var(--color-text-default);
}
.global-header__search-button a {
  color: var(--color-text-default);
}
.global-header .header__content-wrapper--primary {
  background-color: var(--color-white);
  border-bottom: var(--border-style);
  border-bottom-right-radius: var(--border-md-radious);
  border-bottom-left-radius: var(--border-md-radious);
  box-shadow: var(--box-sm-shadow);
}
.global-header .header__content-wrapper--primary .header__content-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  height: var(--height-header-global-nav-under);
  width: 100%;
}
.global-header .header__content-wrapper--global-nav {
  position: relative;
  background-color: var(--color-white);
}
.global-header .header__content-wrapper--global-nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  border-bottom: var(--border-style);
  pointer-events: none;
}
.global-header .header__content-wrapper--global-nav .header__content-inner {
  display: grid;
  place-content: center;
}
.global-header .header-primary__hamburger-menu-container {
  justify-self: flex-start;
}
.global-header .header-primary__hamburger-menu-container button {
  font-size: 3rem;
}
.global-header .header-primary__brand-logo-wrapper {
  width: var(--brand-logo-width);
}
.global-header .header-primary__navigation-container .header-primary__navigation-contents-wrapper {
  display: flex;
  gap: 1.4rem;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.global-header .header-primary__navigation-item-wrapper--cart[data-cart-indicator=count] .cart-state--dot {
  display: none !important;
}
.global-header .header-primary__navigation-item-wrapper--cart[data-cart-indicator=dot] .cart-state--count {
  display: none !important;
}
.global-header .header-primary__navigation-item-wrapper--cart .cart-state--count {
  --color-emphasis: #FF6B35;
  position: absolute;
  top: calc(var(--count-num-width) / 4 * -1);
  right: calc(var(--count-num-width) / 4 * -1);
  z-index: 2;
  display: grid;
  place-items: center;
  width: var(--count-num-width);
  aspect-ratio: 1;
  background-color: var(--color-emphasis);
  border-radius: 50%;
  overflow: hidden;
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  line-height: 1;
  pointer-events: none;
}
.global-header .header-primary__navigation-item-wrapper--cart .cart-state--count > span {
  margin: var(--adjust-position-top, 0px) var(--adjust-position-right, 0px) var(--adjust-position-bottom, 0px) var(--adjust-position-left, 0px);
}
.global-header .header-primary__navigation-item-wrapper--cart .cart-state--dot {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: var(--indicator-width);
  aspect-ratio: 1;
  background-color: var(--color-emphasis);
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}

/* ===============================================
  * ヘッダーの固定方式 *
=============================================== */
.global-header {
  position: relative;
  z-index: var(--zindex-header);
}
.global-header[data-stick-header] {
  position: sticky;
  top: calc(var(--height-ticker) * -1);
}
.global-header[data-variable-header] {
  position: sticky;
  top: calc(var(--height-ticker) * -1);
}
.global-header[data-variable-header] [data-header-area=primary] {
  position: relative;
  z-index: 2;
}
.global-header[data-variable-header] [data-header-area=global-nav] {
  transition: translate var(--transition-default);
}
.global-header[data-variable-header][data-scroll-direction=down] [data-header-area=global-nav] {
  z-index: -1;
  translate: 0 -100%;
}

.hamburger-menu__text--section-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.hamburger-menu__text--section-title[data-title-bg=active] {
  --padding-content:1.3rem 1.5rem 1.1rem 1.5rem;
  background-color: var(--header-color-section-title-bg);
  padding: var(--padding-content);
  text-align: left;
}
.hamburger-menu__text--link {
  --padding-content:1.3rem 1.5rem 1.1rem 1.5rem;
  display: grid;
  align-items: center;
  column-gap: 1ch;
  grid-template-columns: 1fr 1.7rem;
  padding: var(--padding-content);
  font-size: 1.5rem;
  text-decoration: none;
}
.hamburger-menu__text--no-child {
  grid-template-columns: 2.5rem 1fr;
}
.hamburger-menu__text--link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--link-arrow);
  background-position-y: calc(50% + var(--link-arrow-offset));
  background-repeat: no-repeat;
  background-size: contain;
}
.hamburger-menu__button--mail {
  --mail-icon-width: 2.7rem;
  display: grid;
  align-items: center;
  column-gap: 1rem;
  justify-content: center;
  grid-template-columns: var(--mail-icon-width) auto;
  width: calc(100% - 3rem);
  margin: auto;
  padding: 1.6rem 1.8rem;
  background-color: #efefef;
  color: var(--color-gray-500);
  text-align: center;
  text-decoration: none;
}
.hamburger-menu__button--mail::before {
  content: "";
  aspect-ratio: 25/17;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.074%22%20height%3D%2217.63%22%20viewBox%3D%220%200%2025.074%2017.63%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_325%22%20data-name%3D%22%E3%83%91%E3%82%B9%20325%22%20d%3D%22M359.815%2C101.721l-7.6%2C7.555%2C7.6%2C7.556a2.179%2C2.179%2C0%2C0%2C0%2C.221-.944V102.665A2.178%2C2.178%2C0%2C0%2C0%2C359.815%2C101.721Z%22%20transform%3D%22translate(-334.962%20-100.461)%22%20fill%3D%22%23afb0b1%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_326%22%20data-name%3D%22%E3%83%91%E3%82%B9%20326%22%20d%3D%22M47.332%2C76H26.665a2.178%2C2.178%2C0%2C0%2C0-.944.221l9.719%2C9.67a2.206%2C2.206%2C0%2C0%2C0%2C3.116%2C0l9.719-9.67A2.178%2C2.178%2C0%2C0%2C0%2C47.332%2C76Z%22%20transform%3D%22translate(-24.461%20-76)%22%20fill%3D%22%23afb0b1%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_327%22%20data-name%3D%22%E3%83%91%E3%82%B9%20327%22%20d%3D%22M.221%2C101.721a2.178%2C2.178%2C0%2C0%2C0-.221.944v13.223a2.178%2C2.178%2C0%2C0%2C0%2C.221.944l7.6-7.556Z%22%20transform%3D%22translate(0%20-100.461)%22%20fill%3D%22%23afb0b1%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_328%22%20data-name%3D%22%E3%83%91%E3%82%B9%20328%22%20d%3D%22M40.671%2C277.211%2C39.6%2C278.287a3.677%2C3.677%2C0%2C0%2C1-5.194%2C0l-1.076-1.076-7.6%2C7.555a2.178%2C2.178%2C0%2C0%2C0%2C.944.221H47.332a2.178%2C2.178%2C0%2C0%2C0%2C.944-.221Z%22%20transform%3D%22translate(-24.461%20-267.357)%22%20fill%3D%22%23afb0b1%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.hamburger-menu__button--mail > span {
  display: flex;
  align-items: center;
  column-gap: 1ch;
  font-size: 1.3rem;
  font-weight: bold;
}
.hamburger-menu__button--mail > span > small {
  font-size: 0.6em;
  font-weight: normal;
}
.hamburger-menu__wrapper {
  --hamburger-icon-width: 1.5rem;
  --hamburger-icon-position: 2rem;
}
.hamburger-menu__toggle-button {
  --hamburger-transition-duration: 300ms;
  --hamburger-transition-default: var(--hamburger-transition-duration) ease;
  --hamburger-transition-delay: var(--hamburger-transition-duration);
  --icon-width: 1.8rem;
  --icon-height: 2.1rem;
  --icon-border-height: 2px;
  --icon-color: var(--color-primary);
  display: grid;
  place-content: center;
  width: 2.1rem;
  aspect-ratio: 1;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  transition: translate var(--hamburger-menu-transition);
}
.hamburger-menu__toggle-button-inner {
  --icon-width: 2.1rem;
  position: relative;
  display: block;
  width: var(--icon-width);
  height: var(--icon-height);
}
.hamburger-menu__toggle-button-inner > span {
  position: absolute;
  display: block;
  width: 1.8rem;
  height: var(--icon-border-height);
  background-color: var(--color-primary);
  transform-origin: center;
  scale: 1 1;
  left: .2rem;
}
.hamburger-menu__toggle-button-inner > span:first-of-type {
  top: 2px;
  transition: rotate var(--hamburger-transition-default), translate var(--hamburger-transition-default) var(--hamburger-transition-delay);
}
[aria-expanded=true] .hamburger-menu__toggle-button-inner > span:first-of-type {
  top: calc(var(--icon-border-height) / 2 * -1);
  translate: 0 calc(var(--icon-height) / 2);
  rotate: 45deg;
  transition: translate var(--hamburger-transition-default), rotate var(--hamburger-transition-default) var(--hamburger-transition-delay);
}
.hamburger-menu__toggle-button-inner > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0ms ease var(--hamburger-transition-delay);
}
[aria-expanded=true] .hamburger-menu__toggle-button-inner > span:nth-of-type(2) {
  opacity: 0;
}
.hamburger-menu__toggle-button-inner > span:last-of-type {
  bottom: 3px;
  transition: rotate var(--hamburger-transition-default), translate var(--hamburger-transition-default) var(--hamburger-transition-delay);
}
[aria-expanded=true] .hamburger-menu__toggle-button-inner > span:last-of-type {
  bottom: calc(var(--icon-border-height) / 2 * -1);
  translate: 0 calc(var(--icon-height) / 2 * -1);
  rotate: -45deg;
  transition: translate var(--hamburger-transition-default), rotate var(--hamburger-transition-default) var(--hamburger-transition-delay);
}
.hamburger-menu__contents-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--zindex-hamburgermenu-contents);
  width: 100%;
  height: 100dvh;
  padding-bottom: 6.5rem;
  opacity: 0;
  transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);

  background-color: var(--color-white);
  overflow-y: auto;
}
.hamburger-menu__bg {
  display: none;
}
.hamburger-menu__contents-wrapper .global-header__search-container {
  border: var(--border-style);
  border-radius: 0.5rem;
  overflow: hidden;
}
.hamburger-menu__contents-wrapper .global-header__search-container input {
  border-radius: 0.5rem;
  line-height: 5rem;
}
.hamburger-menu__section[data-section-name=hamburger-mail-magazine] {
  margin-top: 1.6rem;
}
.hamburger-menu__section[data-section-name=hamburger-sns-area] {
  margin-top: 3.6rem;
}
.hamburger-menu__section[data-section-name=hamburger-sns-area] .brand-sns__link-list {
  --gap: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--gap) / 2) var(--gap);
  justify-content: center;
  margin-top: 1.8rem;
}
.hamburger-menu__section[data-section-name=hamburger-sns-area] .brand-sns__link-list-item {
  width: 3rem;
  aspect-ratio: 1;
}
.hamburger-menu__section[data-section-name=hamburger-sns-area] .brand-sns__link-list-item a {
  color: var(--color-gray-500);
}
.hamburger-menu__content-wrapper {
  padding: var(--padding-content);
}
.hamburger-menu__content-list > li:not(:last-of-type) {
  border-bottom: var(--border-style);
}
.hamburger-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--zindex-hamburgermenu-bg);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 200ms ease-in;
}

/* ===============================================
  * ハンバーガーメニューのアニメーション *
=============================================== */
/* アニメーションの基本設定 */
[data-animation-type] {
  --hamburger-menu-transition: 300ms ease-in-out;
}

/* ハンバーガーメニューが有効になった時の設定 */
#hamburger-menu[data-state=active] .hamburger-menu__contents-wrapper {
  opacity: 1;
  translate: 0 0;
}
#hamburger-menu[data-state=active] .hamburger-menu__bg {
  opacity: 1;
}

/* フェードして表示 */
[data-animation-type=fade] .hamburger-menu__contents-wrapper {
  opacity: 0;
  transition: opacity var(--hamburger-menu-transition);
}

/* 横方向にスライドして表示 */
[data-animation-type=horizontal-slide] .hamburger-menu__contents-wrapper {
  translate: -100% 0;
  transition: translate var(--hamburger-menu-transition);
  will-change: translate;
}

/* 縦方向にスライドして表示 */
[data-animation-type=vertical-slide] .hamburger-menu__contents-wrapper {
  translate: 0 -120%;
  transition: translate var(--hamburger-menu-transition);
  will-change: translate;
}
[data-animation-type=vertical-slide][data-hamburgermenu-type=same-level] .hamburger-menu__contents-wrapper {
  z-index: -1;
}
[data-animation-type=vertical-slide][data-hamburgermenu-type=same-level] .hamburger-menu__bg {
  z-index: -2;
}

/* ハンバーガーメニューが画面全体にオーバーレイする形式 */
/* [data-hamburgermenu-type=overlay] .hamburger-menu__toggle-button[aria-expanded=true] {
  position: fixed;
  top: var(--hamburger-icon-position);
  right: calc((var(--hamburger-icon-width) + var(--hamburger-icon-position)) * -1);
  z-index: var(--zindex-hamburgermenu-contents);
  translate: calc((var(--hamburger-icon-width) + var(--hamburger-icon-position) * 2) * -1) 0;
}
[data-hamburgermenu-type=overlay] .hamburger-menu__toggle-button[aria-expanded=true] > span {
  filter: invert(1);
}
[data-hamburgermenu-type=overlay] .hamburger-menu__contents-wrapper {
  top: 0;
  width: calc(100% - (var(--hamburger-icon-width) + var(--hamburger-icon-position) * 3));
  height: 100dvh;
} */

/* ハンバーガーメニューがヘッダーの下に表示される形式 */
[data-hamburgermenu-type=same-level] .hamburger-menu__contents-wrapper {
  top: var(--height-header);
  width: calc(100% - (var(--hamburger-icon-width) + var(--hamburger-icon-position) * 3));
  height: calc(100dvh - var(--height-header));
}
[data-hamburgermenu-type=same-level] .hamburger-menu__bg {
  top: var(--height-header);
  height: calc(100dvh - var(--height-header));
}
[data-state-sticky=active] [data-hamburgermenu-type=same-level] {
  --height-header: calc(var(--height-header-primary) + var(--height-header-global-nav));
}

.accordion__details {
  --accordion-icon-width: 1.3rem;
}
.accordion__summary {
  grid-template-columns: 2.5rem 1fr var(--accordion-icon-width);
  background-color: var(--color-white);
  transition: background var(--transition-default);
}
/* [data-state-accordion=opened] > .accordion__summary {
  background-color: #FAFAFA;
} */
.accordion__summary::after {
  content: none;
}
.accordion__icon-wrapper {
  position: relative;
  display: block;
  width: var(--accordion-icon-width);
  aspect-ratio: 1;
}
.accordion__icon-wrapper::before, .accordion__icon-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  margin: auto;
  background-color: var(--color-primary);
}
.accordion__icon-wrapper::before {
  rotate: 90deg;
  transition: rotate var(--transition-default);
}
[data-state-accordion=opened] > .accordion__summary .accordion__icon-wrapper::before {
  rotate: 180deg;
}
.accordion__content {
  border-top: var(--border-style);
}
.accordion__content [data-structure=child] .hamburger-menu__text--link, 
[data-category="all"].hamburger-menu__text--link {
  font-size: 0.9333333em;
}

.global-nav__text--link {
  position: relative;
  display: grid;
  place-content: center;
  padding: 2rem 0;
  color: var(--color-text-default);
  font-size: 1.2rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}
.global-nav__text--link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-text-default);
  translate: 0 100%;
  transition: translate var(--transition-default);
  pointer-events: none;
}
.global-nav__wrapper .mega-menu__text--link {
  position: relative;
  display: block;
  font-size: 1.3rem;
  padding-block: 1.3rem;
  border-bottom: 1px solid var(--color-border-gray);
}
.global-nav__wrapper .mega-menu__text--link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--link-arrow);
  background-position-y: calc(50% + var(--link-arrow-offset));
  background-repeat: no-repeat;
  background-size: contain;
  transition: translate var(--animation-hover), scale var(--animation-hover);
  transform-origin: left center;
  transition-timing-function: linear;
  pointer-events: none;
}
.global-nav__wrapper .mega-menu__wrapper[data-state=active] .mega-menu__content-inner {
  translate: 0 0;
}
.global-nav__wrapper .mega-menu__wrapper[data-state=active] .mega-menu__bg {
  opacity: 1;
}
.global-nav__wrapper .mega-menu__content {
  --megamenu-escape-area: 5svh;
  --megamenu-spacer: 1.6rem;
  position: absolute; /* MEMO: global-nav__wrapperにrelativeを設定しているため、親要素にpositionを付与しないように注意してください。 */
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
}
.global-nav__wrapper .mega-menu__content-inner {
  max-height: calc(100svh - var(--megamenu-escape-area) - var(--height-header));
  padding-top: 5svh;
  padding-bottom: 15svh;
  background-color: var(--color-white);
  overflow-y: auto;
  overscroll-behavior: contain;
  translate: 0 -100%;
  transition: translate var(--transition-default);
  border-bottom-right-radius: var(--border-radious);
  border-bottom-left-radius: var(--border-radious);
}

.global-nav__wrapper .mega-menu__content-list[data-structure=parent] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.0rem 4.0rem;
}
.global-nav__wrapper .mega-menu__content-list[data-structure=parent] > li {
  display: block;
}
.global-nav__wrapper .mega-menu__content-list[data-structure=parent] > li > a {
  font-weight: bold;
}
.global-nav__wrapper .mega-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 200ms ease-in;
  pointer-events: none;
}
.global-nav__content-list {
  display: flex;
  justify-content: center;
  column-gap: 8rem;
}
.global-header:has(.mega-menu__wrapper[data-state="active"]) .header__content-wrapper--primary {
  transform: all var(--transition-default);
  box-shadow: none;
  border-radius: initial;
  border-bottom: none;
}
/* ===============================================
  * Footer - フッターのスタイル *
=============================================== */
.global-footer--layer {
  --spacer-regular: 5rem;
  --spacer-medium: 8rem;
  --spacer-medium-bottom: 3rem;
  --border-style: solid 1px var(--color-gray-300);
  --sns-icon-width: 3rem;
  --brand-logo-width: 20rem;
  background-color: var(--color-gray);
  border-top-left-radius: var(--border-md-radious);
  border-top-right-radius: var(--border-md-radious);
  width: 100%;
} 
.global-footer {

}
.global-footer a {
  color: var(--color-default-text);
  text-decoration: none;
}
.global-footer__inner {
  display: grid;
  row-gap: var(--spacer-regular);
  padding-top: var(--spacer-medium);
  padding-bottom: var(--spacer-medium-bottom);
}
.global-footer__inner--bottom {
  display: grid;
  row-gap: var(--spacer-medium);
}
.global-footer .static-page__link-list > li {
  border-bottom: var(--border-style);
}
.global-footer .static-page__link-text {
  --padding-vertical: 1.7rem;
  --padding-horizontal: .8rem;
  --arrow-width: 1.2rem;
  display: grid;
  align-items: center;
  column-gap: var(--arrow-width);
  grid-template-columns: 1fr var(--arrow-width);
  padding: var(--padding-vertical) var(--padding-horizontal) var(--padding-vertical) 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.global-footer .static-page__link-text::after {
  content: "";
  width: var(--arrow-width);
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.021%22%20height%3D%2212.021%22%20viewBox%3D%220%200%2012.021%2012.021%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66359%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066359%22%20d%3D%22M4753.778%2C638.215h-8.5v-8.5h1v7.5h7.5Z%22%20transform%3D%22translate(2916.153%203812.715)%20rotate(-135)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.global-footer .brand-sns__wrapper {
  display: grid;
  align-items: center;
  justify-items: center;
  row-gap: var(--spacer-medium);
}
.global-footer .brand-sns__link-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--sns-icon-width) / 2) var(--sns-icon-width);
  justify-content: center;
}
.global-footer .brand-sns__link-list-item {
  width: var(--sns-icon-width);
  aspect-ratio: 1;
}
.global-footer .law-page__link-wrapper {
  display: grid;
  row-gap: 2.6rem;
  letter-spacing: 0.03em;
  text-align: center;
}
.global-footer .law-page__link-text {
  font-size: 1.3rem;
  line-height: 2;
}
.global-footer .law-page__copyright-text {
  margin-top: 2.0rem;
  text-align: right;
  color: var(--color-text-default);
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px){
  .global-header {
    --brand-logo-width: 15.5rem;
  }
  .global-header .header__content-wrapper--primary .header__content-inner {
    display: flex;
    justify-content: space-between;
  }
  .global-header .header__content-wrapper--primary .header__content-inner .global-header__search-container {
    --padding-horizontal: 0;
    min-width: 22rem;
    padding: 0.4rem 0;
    border-bottom: solid 1px var(--color-gray-600);
  }
  .global-header .header__content-wrapper--primary .header__content-inner .global-header__search-container input {
    width: calc(100% - (var(--search-button-width) + 1ch));
    line-height: 2;
  }
  .global-header .header-primary__navigation-container {
    display: flex;
    align-items: center;
    height: 100%;
    column-gap: 2.0rem;
    flex-shrink: 0;
  }
  .global-header .header-primary__navigation-container .header-primary__navigation-contents-wrapper .global-header__text--link {
    font-weight: bold;
  }
  .global-footer {
    display: grid;
    place-items: center;
  }
  .global-footer__inner {
    padding-top: var(--spacer-regular);
    padding-bottom: var(--spacer-regular);
  }
  .global-footer__inner--bottom {
    align-items: flex-start;
    column-gap: 5%;
    grid-template-columns: 1fr auto;
    padding-top: 3.5rem;
    border-top: var(--border-style);
  }
  .global-footer .static-page__link-list {
    display: flex;
    flex-wrap: wrap;
  }
  .global-footer .static-page__link-list > li {
    display: flex;
    align-items: center;
    border-bottom: none;
  }
  .global-footer .static-page__link-list > li:not(:last-of-type)::after {
    content: "|";
    margin: 0 3rem;
    color: var(--color-default-text);
  }
  .global-footer .static-page__link-text {
    display: inline;
    padding: 0;
  }
  .global-footer .static-page__link-text::after {
    content: none;
  }
  .global-footer .brand-sns__wrapper {
    column-gap: 6rem;
    justify-items: flex-start;
    grid-template-columns: var(--brand-logo-width) 1fr;
  }
  .global-footer .law-page__link-wrapper {
    row-gap: 1rem;
    text-align: right;
  }
  .global-footer .law-page__link-list {
    display: flex;
    gap: 2rem;
  }
  .global-header .header__content-wrapper--primary .header__content-inner {
    position: relative;
  }
}
@media (hover: none){
  .global-nav__wrapper .mega-menu__text--link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .global-nav__wrapper .mega-menu__text--link:active::after {
    scale: 1.3;
    translate: 50%;
  }
  .global-nav__content-list-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .global-nav__content-list-item:active .global-nav__text--link::after {
    translate: 0 0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover){
  .global-nav__wrapper .mega-menu__text--link:hover::after {
    scale: 1.3;
    translate: 50%;
  }
  .global-nav__content-list-item:hover .global-nav__text--link::after {
    translate: 0 0;
  }
  .header-primary__navigation-item-common-wrapper:hover {
    background-color: var(--color-sky-blue);
    opacity: 1;
  }
  .global-header .header-primary__navigation-contents-btn:hover {
    background-color: var(--color-white);
    border: 1px solid var(--color-primary);
    transition: all var(--transition-default);
    opacity: 1;
  }
  .global-header .header-primary__navigation-contents-btn:hover .header-primary__navigation-contents-btn__text {
    color: var(--color-primary);
  }
  .global-header .header-primary__navigation-contents-btn:hover svg circle {
    fill: var(--color-primary);
  }
  .global-header .header-primary__navigation-contents-btn:hover svg line, 
  .global-header .header-primary__navigation-contents-btn:hover svg path {
    stroke: var(--color-white);
  }
}
/* ============================================================================================ add 2025 11 17 */
.global-header .header__content-nav-wrapper {
  background-color: var(--color-primary);
}
.global-header .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--height-ticker);
}
.global-header .header-nav__title {
  font-size: 1.2rem;
  color: var(--color-white);
}
.global-header .header-nav__link {
  font-size: 1.2rem;
  color: var(--color-white);
  text-decoration: none;
}
.global-header .header-nav__links {
  display: flex;
  align-items: center;
}

.global-header .header-nav__link {
  position: relative;
  padding-left: 1rem;
}

.global-header .header-nav__link::after {
  content: "/";
  margin-left: 1rem;
}
.global-header .header-nav__link:last-child::after {
  content: "";
}
.global-header .header-nav__link:first-child {
  padding-left: 0;
}
.header-primary__navigation-item-common-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  text-decoration: none;
}
.header-primary__navigation-item-common-wrapper {
  position: relative;
  width: 7.6rem;
  height: 6.1rem;
  flex: 0 0 auto; 
  transition: background var(--transition-default);
  border-radius: .5rem;
}
.header-primary__navigation-item-common-wrapper svg {
  width: 2.5rem;
  margin-inline: auto;
  aspect-ratio: 1;
}
.global-header .header-primary__navigation-item__text-title {
  font-size: 1.2rem;
  color: var(--color-dark-text);
  font-weight: var(--fw-semibold);
  line-height: 1;
}
.header-primary__navigation-item-common-icon-wrapper {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  position: relative;
}
.global-header .header-primary__navigation-contents-btn {
  display: flex;
  width: 20rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 9999px;
  background-color: var(--color-primary);
  text-decoration: none!important;
  transform: all var(--transition-default);
}
.global-header .header-primary__navigation-contents-btn__text {
  position: relative;
  top: .1rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: var(--fw-semibold);
  color: var(--color-white);
}
.global-header .header-primary__navigation-contents-btn__icon {
  position: relative;
  right: -0.2rem;
}
.header-primary__left-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.header-primary__left-nav-wrapper .global-nav__wrapper {
  display: flex;
  gap: 3rem;
}
.header-primary__left-nav-wrapper .global-nav__text--link {
  font-size: 1.5rem;
  font-weight: var(--fw-semibold);
}
.header-primary__left-nav-wrapper__link {
  align-self: center;
  color: var(--color-text-default);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: var(--fw-semibold);
}
.header-primary__navigation-item-common-layer {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.header-primary__navigation-item-common-layer::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.7rem;
  top: 50%;
  transform: translateY(-50%);
  height: 4rem;
  width: 1px;
  background-color: var(--color-border-gray);
}
.header-primary__navigation-item-common-layer:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.7rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: var(--color-border-gray);
}
@media screen and (min-width: 768px){
  .header-primary__navigation-item-common-layer:has(.header-primary__navigation-item-wrapper--cart):after {
    content: none;
  }
}
/* ================================================================== header sp */
@media screen and (max-width: 767px){
  .global-header .header__content-wrapper--primary .header__content-inner {
    display: block;
    height: var(--height-header-global-nav-under);
  }
  .header-primary__navigation-contents-wrapper {
    gap: .6rem;
  }
  .header-primary__navigation-item-common-wrapper {
    position: relative;
    width: 6.7rem;
    height: 6.1rem;
    flex: 0 0 auto;
  }
  .global-header .header-primary__hamburger-menu-container  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.7rem;
    height: 6.1rem;
    flex-direction: column;
    gap: .8rem;
  }
  .hamburger-menu__toggle-button-inner__text {
    color: var(--color-dark-text);
    font-size: 1.1rem;
    line-height: 1;
    font-weight: var(--fw-semibold);
    position: relative;
    bottom: -2px;
  }
  .global-header[data-stick-header] {
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 50;
    height: var(--height-header-primary-sp);
  }
  .global-header .header__content-wrapper--primary {
    --border-md-radious: 1.0rem;
    --box-sm-shadow: 0px -3px 15px rgba(51, 51, 51, 0.1);
    background-color: var(--color-white);
    border-bottom: var(--border-style);
    border-top-right-radius: var(--border-md-radious);
    border-top-left-radius: var(--border-md-radious);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: var(--box-sm-shadow);
  }
  .global-header .header-primary__navigation-container .header-primary__navigation-contents-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: .7rem;
  }
  .header-primary__navigation-container {
    height: 100%;
  }
  .header-primary__navigation-item-common-icon-wrapper {
    justify-content: center;
  }
  .header-primary__navigation-item-common-layer::after {
    right: -0.3rem;
  }
  .header-primary__navigation-item-common-wrapper {
    background-color: inherit;
  }
  .header-primary__hamburger-menu-layer {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .hamburger-menu__content-list-item .mega-menu__text--icon {
    width: 2.5rem;
  }
  .global-header .header-primary__navigation-item__text-title {
    font-size: 1.1rem;
  }
  .sp-header {
    --sp-header__head-height: 2.5rem;
    --sp-header__body-height: 5.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    overflow: hidden;
    transition: height var(--transition-default);
    height: calc(var(--sp-header__head-height) + var(--sp-header__body-height) + var(--height-ticker));
  }
  body[data-scroll-active="true"] .sp-header {
    overflow: hidden;
    height: calc( var(--sp-header__body-height));
  }
  .sp-header__head {
    height: var(--sp-header__head-height);
    line-height: var(--sp-header__head-height);
    text-align: center;
    background-color: var(--color-primary);
    font-size: 1.2rem;
    font-weight: var(--fw-semibold);
    color: var(--color-white);
    transform: translateY(0);
    transition: all var(--transition-default);
  }
  body[data-scroll-active="true"] .sp-header__head {
    transform: translateY(calc(var(--sp-header__head-height) * -1));
  }
  .sp-header__body {
    position: relative;
    height: var(--sp-header__body-height);
    overflow-x: hidden;
    transform: translateY(0);
    transition: all var(--transition-default);
  }
  body[data-scroll-active="true"]  .sp-header__body {
    transform: translateY(calc(var(--sp-header__head-height) * -1));
  }
  .sp-header__body--logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    left: 50%;
    width: 13rem;
    transform: translateX(-50%);
    height: 100%;
    transition: all var(--transition-default);
  }
  body[data-scroll-active="true"]  .sp-header__body--logo {
    transform: translateX(0);
    left: 1.5rem;
  }
  .sp-header .header-primary__navigation-item-common-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.5rem;
    height: 100%;
    background-color: var(--color-sky-blue);
    transform: translateX(100%);
    transition: all var(--transition-default);
  }
  body[data-scroll-active="true"]  .header-primary__navigation-item-common-layer {
    transform: translateX(0);
  }
  .sp-header .header-primary__navigation-item-common-wrapper {
    width: 100%;
    height: 100%;
  }
  .sp-header .header-primary__navigation-item-common-icon-wrapper {
    gap: .1rem;
  }
  .sp-header .header-primary__navigation-item__text-title {
    color: var(--color-primary);
  }
  .global-header__inner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: var(--zindex-sp-header);
  }
  .header-primary__navigation-item-common-layer {
    justify-content: center;
  }
  .header-primary__hamburger-menu-layer {
    justify-content: center;
  }
}


/* ================================================================== accordion mega menu */
.mega-menu__content-list .accordion__icon-wrapper {
  position: absolute;
  top: 1.1rem;
  right: 0;
}
.global-nav__wrapper .mega-menu__text--parent-link {
  position: relative;
  display: block;
  width: 100%;
  padding: .8rem 3rem;
  font-size: 1.5rem;
  font-weight: var(--fw-semibold);
  border-bottom: 1px solid var(--color-primary);
}
.global-nav__wrapper .mega-menu__text--icon {
  position: absolute;
  top: .5rem;
  left: 0;
}
.global-nav__wrapper .mega-menu__arroow--icon {
  position: absolute;
  top: 1.3rem;
  right: 0;
}
/* ============================================================================================  global footer */
.global-footer .global-content__fluid-wrapper {
  display: flex;
  gap: 6.5rem;
}
.global-footer .global-footer__inner--logo {
  width: var(--brand-logo-width);
  flex-shrink: 0;
}
.global-footer .global-footer__inner--nav {
  margin-left: auto;
}
.global-footer .global-footer-nav-contents--wrapper {
  display: flex;
  gap: 7.0rem;
}
.global-footer .global-footer-nav-contents__title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: var(--fw-semibold);
}
.global-footer .global-footer-nav-contents__list {
  margin-top: 2.0rem;
}
.global-footer .global-footer-nav-contents__item {
  display: grid;
  gap: 3.0rem;
  grid-auto-flow: column;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto); 
  row-gap: 0.8rem;
}
.global-footer .global-footer__banner {
  margin-top: 2.0rem;
}
.global-footer .global-footer__banner-list {
  display: flex;
  gap: 1.7rem;
}
.global-footer .global-footer__banner-list__item {
  width: 25.7rem;
}
.global-footer .global-footer__banner-list__item img{
  --border-radious: .5rem;
  --box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.1);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radious);
}
@media screen and (max-width: 767px) {
  .global-footer .global-footer__inner--logo {
    --brand-logo-width: 18rem;
    margin-inline: auto;
  }
  .global-footer .global-footer__inner--nav {
    margin-left: 0;
    padding-inline: 1.5rem;
  }
  .global-footer .global-footer-nav-contents__title {
    font-size: 1.7rem;
  }
  .global-footer-nav-contents__link {
    white-space: nowrap;
  }
  .global-footer .global-footer-nav-contents__list {
    margin-top: 1.5rem;
  }
  .global-footer--layer .global-content__fluid-wrapper {
    flex-direction: column;
    gap: 3.0rem;
    padding: 4.0rem 2.0rem calc(4.0rem + var(--height-header-global-nav-under)) 2.0rem;
  }
  .global-footer .global-footer-nav-contents--wrapper {
    flex-direction: column;
    gap: 2.5rem;
  }
  .global-footer .global-footer-nav-contents__item {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); /* 最大3カラム */
    grid-auto-flow: row; /* 横並び→段落ち */
    gap: 1.5rem;
    grid-template-rows: auto; 
  }
  .global-footer .global-footer__banner-list {
    flex-direction: column;
    align-items: center;
    gap: 1.0rem;
  }
  .global-footer-nav-contents:last-child .global-footer-nav-contents__item {
    grid-template-columns: 1fr;
  }
  .global-footer .global-footer__banner-list__item {
    width: 30.5rem;
  }
  .global-footer .law-page__copyright-text {
    text-align: center;
  }
}
/* ============================================================================================ ranking */
/* ================================================================== icon setting */
.product__icon.product__icon--1,
.product__icon.product__icon--2 {
  background-color: var(---color-green);
  color: var(--color-white);
}
.product__icon.product__icon--3,
.product__icon.product__icon--4,
.product__icon.product__icon--5 {
  background-color: var(--color-red);
  color: var(--color-white);
}
.product__icon.product__icon--6,
.product__icon.product__icon--7,
.product__icon.product__icon--8, 
.product__icon.product__icon--9, 
.product__icon.product__icon--10 {
  color: var(--color-text-default);
  border: 1px solid var(--color-border-gray);
}
/* ================================================================== icon setting end ↑ */
.c-product--wrapper {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  gap: 1.7rem;
}
.c-product {
  --box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.1);
  border-radius: 1.0rem;
  box-shadow: var(--box-shadow);
  overflow: hidden;
}
.c-product__icon {
  margin-bottom: .5rem;
  letter-spacing: 0;
  font-size: 0;
}
.c-product__thumb {
  position: relative;
}
.c-product__thumb:has(.c-product__item--soldout)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
  z-index: 2;
  background-color: rgba(var(--color-gray-layer), 1);
  opacity: 0.4;
}
.c-product__link {
  display: block;
  height: 100%;
}
.c-product__thumb img {
  aspect-ratio: 1/ 1;
  object-fit: cover;
}
.c-product__item--soldout {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.c-product__item--soldout-text {
  font-size: 1.7rem;
  color: var(--color-white);
}
.c-product__icon .product__icon {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: var(--fw-semibold);
  line-height: 1;
  padding: .3rem .4rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
}
.c-product__body {
  padding: 1.0rem 1.5rem;
}
.c-product__name {
  margin-bottom: .8rem;
  font-size: 1.4rem;
  font-weight: var(--fw-semibold);
  display: -webkit-box;
  -webkit-line-clamp: 3; /* ← 3行で切る */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-product__price--original {
  font-size: 1.7rem;
  font-weight: var(--fw-medium);
}
.c-product__price--yen {
  margin-left: .3rem;
  font-size: 1.1rem;
  font-weight: var(--fw-semibold);
}
.c-product__price--fixed-first,
.c-product__price--fixed-normal {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.c-product__price-label {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: var(--fw-semibold);
  padding: .3rem .4rem;
  background-color: var(--color-gray);
  border: 1px solid var(--color-border-gray);
}
.c-product__price {
  margin-bottom: .8rem;
}
.c-product__price--line {
  position: relative;
  margin-left: .5rem;
  font-size: 1.4rem;
}
.c-product__price--line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: calc(100% - 1.2rem);
  height: 1px;
  background-color: var(--color-text-default);
}
.c-product__price--accent {
  color: var(--color-red);
  font-size: 1.7rem;
  font-weight: var(--fw-medium);
}
.c-product__price--special {
  font-size: 0;
  line-height: 1;
  margin-bottom: .5rem;
}
.c-product__unit-price {
  padding: 1rem;
  background-color: var(--color-sky-blue);
  border-radius: var(--border-min-radious);
}
.c-product__unit-price__title {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: var(--fw-semibold)
}
.c-product__unit-price__text {
  margin-top: .5rem;
  font-size: 1.2rem;
}
.c-product__price-value {
  font-size: 1.7rem;
  font-weight: var(--fw-medium);
}
.c-product__price--fixed-first .c-product__price-value {
  color: var(--color-red);
}
@media (min-width: 768px) {
  .js-product-slider.swiper {
    overflow: visible;
  }
  .js-product-slider .swiper-wrapper {
    display: grid;
    transform: none !important;
    transition: none !important;
  }
  .js-product-slider .swiper-slide {
    flex-shrink: 1;
    width: auto !important;
    margin-right: 0!important;
  }
  .js-product-slider .swiper-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-product--wrapper {
    gap: 0;
  }
  .c-product__price--numeric {
    font-size: 0;
    margin-bottom: .5rem;
  }
  .js-product-slider .swiper-slide {
    height: auto !important;
    width: auto;
  }
  .js-product-slider.swiper {
    overflow: visible;
    padding-block: 0rem 3rem;
  }
  .js-product-slider.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 58%;
    left: 50%;
    transform: translateX(-50%);
  }
  .js-product-slider .c-product__link {
    width: 19rem;
    display: block;
  }
  .swiper-scrollbar-drag {
    background-color: var(--color-primary)!important;
  }
}
/* ================================================================== ticker */
.header__content-wrapper--ticker {
  margin-top: 2rem;
  background-color: var(--color-global-nav);
}
.header__content-wrapper--ticker[data-ticker-state="active"] {
  display: block;
}
.header__content-wrapper--ticker[data-ticker-state="inactive"] {
  display: none;
}
.ticker__list-item {
  --color-text: var(--color-white);
  --color-bg: var(--color-gray-500);
}
.ticker__list-item > * {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 2rem;
  background-color: var(--color-gray);
  color: var(--color-text-default);
  font-size: 1.3rem;
  line-height: var(--height-ticker);
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header__content-wrapper--ticker {
    margin-top: 0;
  }
}
/* ============================================================================================ dialog */
.c-dialog {
  position: fixed;
  width: 65rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border: 1px solid var(--color-border-gray);
  border-radius: var(--border-sm-radious);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-dialog[data-state="active"] {
  opacity: 1;
}
.c-dialog__inner {
  padding: 5.0rem;
}
.c-dialog__close {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  padding: .5rem .8rem;
  flex-direction: column;
  gap: .7rem;
  background-color: var(--color-primary);
  width: 5rem;
  height: 5rem;
}
.c-dialog__label {
  font-weight: var(--fw-semibold);
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1.3rem;
}
.c-dialog::backdrop {
  background-color:(0,0,0,0);
  transition: background-color 0.3s ease;
}
.c-dialog[data-state="active"]::backdrop {
  background-color: rgba(var(--color-gray-layer), 0.7);
}
.c-dialog__content {
  display: flex;
  background-color: var(--color-sky-blue);
  border-radius: 9999px;
  height: 5rem;
  padding: 1.3rem 1.5rem 1.2rem 1.5rem;
}
.c-dialog__submit--icon {
  width: 2.5rem;
  height: 2.5rem;
}
.c-dialog__input {
  padding-left: 1rem;
  flex: 1;
  font-size: 1.4rem;
  background: inherit;
  border: none;
  color: rgba(var(--color-gray-layer), 1.0);
  outline: none;
}
.c-dialog__input::placeholder {
  color: rgba(var(--color-gray-layer), 0.4);
}
.c-dialog__content:has(.c-dialog__input:focus-visible) {
  outline: 1px solid var(--color-primary);
}
.c-dialog__close--line-block {
  text-align: center;
  margin-inline: auto;
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
}
.c-dialog__close--line {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 0.175rem;
  height: 1.8rem;
  background-color: var(--color-white);
}
.c-dialog__close--line-1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-dialog__close--line-2 {
  transform: translate(-50%, -50%) rotate(135deg);
}
.c-dialog__close--text {
  font-size: 1.1rem;
  font-weight: var(--fw-semibold);
  color: var(--color-white);
  line-height: 1;
}
.c-dialog__nav {
  margin-top: 1.5rem;
  font-size: 0px;
}

.c-dialog__nav-list {
  display: inline-block;
  width: fit-content; 
  margin-right: .5rem;
  margin-bottom: .5rem;
}
.c-dialog__nav-list:last-child {
  margin-right: 0rem;
}
.c-dialog__nav-link {
  display: block;
  width: fit-content;
  line-height: 1;
  padding: .5rem 1.0rem;
  border-radius: var(--border-min-radious);
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-dialog__inner {
    padding: 5.5rem 1.3rem;
  }
  .c-dialog__nav-list {
    margin-right: 1.0rem;
    margin-bottom:1.0rem;
  }
}
/* ============================================================================================ product__history */
.product__history .product__container {
  --grid-columns: 5;
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  gap: 1.5rem;
}
.product__item {
  overflow: hidden;
  border-radius: var(--border-min-radious);
  box-shadow: var(--box-sm-shadow);
}
.product__item--image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product__item--name {
  padding-top: 1.0rem;
  padding-inline: 1.2rem;
}
.product__item--price {
  margin-top: .2rem;
  padding-bottom: 1.5rem;
  padding-inline: 1.2rem;
  font-size: 1.3rem;
}
.product__item--name {
  font-size: 1.4rem;
  font-weight: var(--fw-semibold);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; 
}
.product__price--discount {
  color:var(--color-red);
  font-size: 1.6rem;
}
.product__price--icon {
  margin-right: .5rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: var(--fw-semibold);
  padding: .3rem .4rem;
  background-color: var(--color-gray);
  border: 1px solid var(--color-border-gray);
}
.product__price--item {
  margin-top: .5rem;
  font-size: 0;
  line-height: 0;
}
.product__price--item .product__price--numeric {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: var(--fw-medium);
}
.product__price--fixed-firsttime .product__price--numeric {
  color: var(--color-red);
}
.product__price--discount + .product__price--proper .product__price--numeric {
  position: relative;
  font-size: 1.3rem;
}
.product__price--discount + .product__price--proper .product__price--numeric::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: calc(100% - 1.2rem);
  height: 1px;
  background-color: var(--color-text-default);
}
.product__item--image {
  position: relative;
}
.product__item--image:has(.product__item--soldout-text)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
  z-index: 2;
  background-color: rgba(var(--color-gray-layer), 1);
  opacity: 0.4;
}
.product__item--soldout {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 1.7rem;
  color: var(--color-white);
}
.product__price--fixedpurchase .product__price--item {
  display: flex;
  align-items: center;
}
.product__item--link {
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper.product__container {
    display: flex;
    gap: 0;
  }
  .product__item--link {
    display: block;
    width: 100%;
    width: 19rem;
  }
}
/* ============================================================================================ support */
.top-section[data-section="support"] {
  padding-block: 3.5rem 7rem;
}
.support-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.support-contents__list {
  position: relative;
  padding: 1.5rem 2.4rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.support-contents__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--color-border-gray);
}
.support-contents__list:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--color-border-gray);
}
.support-contents__logo {
  width: 10rem;
  margin-inline: auto;
  margin-bottom: 1.0rem;
}
.support-contents__title {
  margin-bottom: 2.2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: var(--fw-semibold);
}
.support-contents__text {
  margin-bottom: 2.0rem;
  font-size: 1.5rem;
  text-align: center;
}
.support-contents__link-area {
  text-align: center;
}
.support-contents__link-area .common-more-btn {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .global-footer {
    padding-top: 5rem;
  }
  .top-section[data-section="support"] {
    padding-block: 0rem 5rem;
  }
  .support-contents {
    grid-template-columns: 1fr;
  }
  .support-contents__list {
    padding: 2.5rem 0rem;
    display: grid;
    grid-template-areas:
    "icon title"
    "icon text"
    "icon link";
    grid-template-columns: 10rem 1fr;
  }
  .support-contents__logo {
    width: 7rem;
    height: 7rem;
    margin-bottom: 0;
    grid-area: icon;
    display: flex;
    align-self: center;
  }
  .support-contents__title {
    margin-bottom: 1.0rem;
    width: 100%;
    font-size: 1.6rem;
    grid-area: title;
    text-align: left;
  }
  .support-contents__text {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    grid-area: text;
    text-align: left;
  }
  .support-contents__link-area {
    grid-area: link;
    text-align: left;
  }
  .support-contents__list {
    column-gap: 2.0rem;
  }
  .support-contents__list::before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    display: block;
    height: 1px;
    width: 100%;
  }
  .support-contents__list:last-child:after {
    display: none;
  }
  .support-contents__list:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--color-border-gray);
  }
}
/* ============================================================================================ pagetop */
.fiexd-pagetop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  position: fixed;
  bottom: 4.0rem;
  right: 4.0rem;
  background-color: var(--color-white);
  z-index: var(--zindex-floating-element);
  visibility: hidden;
  opacity: 0;
  transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fiexd-pagetop[data-scroll-show="on"] {
  visibility: visible;
  opacity: 1;
}
.fiexd-pagetop__text {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: var(--fw-semibold);
}
.fiexd-pagetop__text::before {
  content: "";
  display: block;
  margin-inline: auto;
  width: 1.2rem;
  height: 1.615rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.814%22%20height%3D%2218.148%22%20viewBox%3D%220%200%2014.814%2018.148%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_31920%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2031920%22%20transform%3D%22translate(2.011%2018.148)%20rotate(-90)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_2160%22%20data-name%3D%22%E7%B7%9A%202160%22%20x2%3D%2215.163%22%20transform%3D%22translate(1%205.396)%22%20fill%3D%22none%22%20stroke%3D%22%2320aee5%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_68557%22%20data-name%3D%22%E3%83%91%E3%82%B9%2068557%22%20d%3D%22M1172.963-174.427l5.993%2C5.993-5.993%2C5.993%22%20transform%3D%22translate(-1161.808%20173.83)%22%20fill%3D%22none%22%20stroke%3D%22%2320aee5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}
.c-category-navigation-banner {
  margin-top: 3.0rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .fiexd-pagetop {
    bottom: calc(var(--height-header-global-nav-under) + 1.0rem);
    right: 1.0rem;
  }
  .c-category-navigation-banner {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
  }
}

