/** Shopify CDN: Minification failed

Line 195:0 All "@import" rules must come first

**/
/*============================================================================
 # ResetCSS
==============================================================================*/
th {
  opacity: 1;
}

/* ============ 本文関係============ */
.prose :where(:not(meta, span)+*) {
  margin-block-start: 1.5rem;
}

@media screen and (min-width: 1000px) {
  .prose:not(.prose--tight) :where(:not(meta, span)+*) {
    margin-block-start: 1.5rem;
  }
}

.prose:not(.text-xxs):not(.text-xs):not(.text-sm):not(.text-base):not(.text-lg):not(.text-xl):not(.text-xxl):not(.sm\:text-xxs):not(.sm\:text-xs):not(.sm\:text-sm):not(.sm\:text-base):not(.sm\:text-lg):not(.sm\:text-xl):not(.sm\:text-xxl) {
  line-height: 2;
  font-size: 0.875rem;
}

.prose h1 {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 700;
  text-transform: unset;
}

.prose h2 {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
  text-transform: unset;
}

.prose h3 {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
  text-transform: unset;
}

.prose h4,
.prose h5 {
  font-size: 1rem;
  line-height: 1.7;
  text-transform: unset;
}

.prose a.link {
  margin-block-start: 0;
}

.prose hr {
  border-top: none;
  border-bottom: 1px solid rgb(var(--border-color));
}

.prose iframe {
  max-width: 100%;
}

[dir=ltr] .prose ul {
  list-style: none;
  margin-left: 0.875rem;
}

[dir=ltr] .prose ul li {
  position: relative;
}

[dir=ltr] .prose ul li:before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: calc(50% - 0.125rem);
}

[dir=ltr] .prose ol {
  margin-left: 1rem;
}

.prose table {
  table-layout: fixed;
  width: 100%;
}

.prose table tr:not(:last-child) {
  border-bottom: 1px solid rgb(var(--border-color));
}

.prose table tr:first-child th,
.prose table tr:first-child td {
  padding-top: 0;
  border: none;
}

:is(th, td):first-child {
  padding-left: 0;
}

.prose table th,
.prose table td {
  opacity: 1;
  font-size: 0.875rem;
  border: none;
  line-height: 1.7;
}

.section-stack {
  gap: 40px;
}

@media screen and (max-width: 699px) {
  .prose:not(.text-xxs):not(.text-xs):not(.text-sm):not(.text-base):not(.text-lg):not(.text-xl):not(.text-xxl):not(.sm\:text-xxs):not(.sm\:text-xs):not(.sm\:text-sm):not(.sm\:text-base):not(.sm\:text-lg):not(.sm\:text-xl):not(.sm\:text-xxl) {
    font-size: 0.75rem;
    line-height: 2;
  }

  .prose h1 {
    font-size: 1.25rem;
  }

  .prose h2 {
    font-size: 1.125rem;
  }

  .prose h3,
  .prose h4,
  .prose h5 {
    font-size: 1.125rem;
  }

  .prose table th,
  .prose table td {
    opacity: 1;
    font-size: 0.6875rem;
  }

  .section-stack {
    gap: 24px;
  }
}

@media screen and (min-width: 1400px) {
  .empty-state {
    padding-block: 10rem;
  }
}

.heading,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.prose :where(h1, h2, h3, h4, h5, h6),
.prose p,
.button,
.shopify-challenge__button,
.shopify-payment-button__button--unbranded,
a,
.block-swatch {
  letter-spacing: 0em;
}

textarea {
  min-height: 6lh;
}

.button {
  transition: all 0.2s;
}

.button:hover {
  opacity: 0.7;
}

/*============================================================================
 # Font
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/*============================================================================
 # Variables
==============================================================================*/
:root {
  --container-gutter--sm: 40px;
  --font-secondary: 'Zen Kaku Gothic New', sans-serif;
}

@media (max-width:699px) {
  :root {
    --container-gutter--sm: 20px;
  }
}

/*============================================================================
 # MultiClass
==============================================================================*/
.font-black {
  font-weight: 900;
}

.font-extrabold {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

/*============================================================================
 # Compornent
==============================================================================*/
/* ============ Section Header ============ */
/* type: 'primary'付与時のみ */
.c-section-header--primary .prose {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}

.c-section-header--primary .prose .h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #231815;
  padding-left: 27px;
  position: relative;
}

.c-section-header--primary .prose .h2::before {
  content: '';
  width: 15px;
  height: 23px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='23' viewBox='0 0 15 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H14.5L1.5 23H0L13 0Z' fill='%23231815' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-section-header--primary .prose .h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #707070;
  margin-top: 0;
}

.c-section-header--primary.c-section-header--small .prose {
  width: 100%;
}

.c-section-header--primary.c-section-header--small .prose .h2 {
  font-size: 22px;
  line-height: calc(36 /22);
}

.c-section-header--primary.c-section-header--small .prose .h2::before {
  content: '';
  width: 11.5px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0H11.5L1.5 20H0L10 0Z' fill='%23231815' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(0);
}

@media (max-width:699px) {
  .c-section-header--primary .prose {
    gap: 8px;
  }

  .c-section-header--primary .prose .h2 {
    font-size: 22px;
    padding-left: 16px;
  }

  .c-section-header--primary .prose .h2::before {
    height: 18px;
    width: 10.5px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0H10.5L1.5 18H0L9 0Z' fill='%23231815' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .c-section-header--primary.c-section-header--small .prose .h2 {
    font-size: 16px;
  }

  .c-section-header--primary.c-section-header--small .prose .h2::before {
    content: '';
    width: 7.5px;
    height: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMEg3LjVMMS41IDE2SDBMNiAwWiIgZmlsbD0iIzIzMTgxNSIgLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
    transform: translateY(0);
  }
}

/*================ Custom Locale Selector ================*/
.c-locale-selecter {
  display: flex;
  align-items: center;
}

.c-locale-selecter__item+.c-locale-selecter__item:before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  line-height: 1;
}

.c-locale-selecter__item a {
  opacity: .8;
}

/* ============ Collection Toolbar ============ */
@media (min-width:700px) {
  .c-collection-toolbar {
    display: none;
  }
}

@media (max-width:699px) {
  .c-collection-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    inset-block-start: inherit;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 998;
  }

  .c-collection-toolbar__button {
    padding-block: inherit;
    opacity: 1;
  }

  .c-sollection-toolbar__inner {
    display: flex;
    align-items: center;
    padding: 16px 30px 16px 30px;
  }

  .c-collection-toolbar__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    color: #231815;
  }

  .c-collection-toolbar__text--state {
    display: flex;
    gap: 10px;
    margin-left: auto;
  }
}

/* ============ Pagination ============ */
.pagination {
  border: none;
}

.pagination__link[aria-current="page"] {
  box-shadow: none;
  background: #231815;
  color: #fff;
  border-radius: 9999px;
}

.pagination__link {
  height: 34px;
  width: 34px;
  font-weight: 500;
  font-size: 16px;
  line-height: 0.8;
  border-radius: 9999px;
  transition: all 0.3s;
  font-family: var(--font-secondary);
}

.pagination__link:not(.pagination__link[aria-current="page"]):hover {
  opacity: .6;
}

a.pagination__link.h6 {
  box-shadow: 0px 4px 4px 0px rgba(203, 206, 221, 0.2);
}

@media screen and (min-width: 700px) {
  .pagination {
    grid-auto-columns: minmax(0, auto);
    gap: 11px;
  }
}

/*================ Top link  ================*/
.c-top-link {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

.c-top-link:hover {
  opacity: .8;
}

.c-top-link.is-visible {
  display: flex;
}

@media (max-width:699px) {
  .c-top-link {
    width: 40px;
    height: 40px;
    right: 20px;
  }

  .c-top-link--collection {
    bottom: 64px;
  }
}

/* ============ Button ============ */
.prose a.c-button__primary {
  background: none;
}

.c-button__primary {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  color: #231815;
  background: none;
  padding-bottom: 17px;
  width: 138px;
  padding-right: 18px;
  position: relative;
  border-bottom: 1px solid #CACACA;
  transition: all 0.3s ease-in-out;
}

.c-button__primary::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='white' stroke='%23231815' /%3E%3Cpath d='M8.87075 6.47864C8.87075 6.60184 8.9195 6.72363 9.01698 6.81851L10.791 8.52065L6.00074 8.52065C5.72452 8.52065 5.5 8.7359 5.5 9.00071C5.5 9.26552 5.72452 9.48077 6.00074 9.48077L10.791 9.48077L9.01698 11.1815C8.82201 11.3684 8.82201 11.6729 9.01698 11.8598C9.21196 12.0467 9.52955 12.0467 9.72452 11.8598L12.3538 9.33916C12.5487 9.15224 12.5487 8.84777 12.3538 8.66085L9.72452 6.14019C9.52955 5.95327 9.21196 5.95327 9.01698 6.14019C8.9195 6.23366 8.87075 6.35686 8.87075 6.48006L8.87075 6.47864Z' fill='%23231815' /%3E%3C/svg%3E");
  background-size: contain;
  position: absolute;
  right: 0;
  top: -2px;
}

.c-button__primary::after {
  content: '';
  width: 18px;
  height: 1px;
  background: #231815;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1px;
  transition: width 0.3s ease-in-out;
}

@media (hover: hover) {
  .c-button__primary:hover::after {
    width: 100%;
  }
}

@media (max-width:699px) {
  .c-button__primary {
    font-size: 12px;
    width: 120px;
  }

  .c-button__primary::before {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' fill='white' stroke='%23231815' /%3E%3Cpath d='M7.87075 5.47864C7.87075 5.60184 7.9195 5.72363 8.01698 5.81851L9.79099 7.52065L5.00074 7.52065C4.72452 7.52065 4.5 7.7359 4.5 8.00071C4.5 8.26552 4.72452 8.48077 5.00074 8.48077L9.79099 8.48077L8.01698 10.1815C7.82201 10.3684 7.82201 10.6729 8.01698 10.8598C8.21196 11.0467 8.52955 11.0467 8.72452 10.8598L11.3538 8.33916C11.5487 8.15224 11.5487 7.84777 11.3538 7.66085L8.72452 5.14019C8.52955 4.95327 8.21196 4.95327 8.01698 5.14019C7.9195 5.23366 7.87075 5.35686 7.87075 5.48006L7.87075 5.47864Z' fill='%23231815' /%3E%3C/svg%3E");
    background-size: contain;
  }

  .c-button__primary::after {
    width: 16px;
  }
}

/*============================================================================
 #Section
==============================================================================*/
/*================ Section ================*/
.bordered-section {
  border-color: #EAEAEA;
}

/*================ Custom Slider ================*/
.c-slider {
  height: 340px;
  position: relative;
}

.c-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-slider .page-dots>* {
  border-radius: 0;
  width: 23px;
  min-width: 23px;
  max-width: 23px;
}

.c-slider .page-dots {
  gap: 2px;
  inset-inline-end: 100px;
  position: absolute;
  z-index: 2;
  bottom: 20px;
}

.c-slider .page-dots>*:after {
  border-radius: 0;
}

.c-slider .page-dots--autoplay>*:not([aria-current="true"]):after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 1px;
  background: #ffffff50;
  opacity: 1;
  transform: translateY(-50%);
  margin-right: 2px;
}

.c-slider .page-dots--autoplay>*[aria-current="true"]:after {
  margin-right: 2px;
}

.c-slider .page-dots--autoplay svg {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 1));
}

.c-slider .circular-progress {
  transform: none;
}

.c-slider .circular-progress line:last-child {
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dasharray);
}

.c-slider .page-dots--autoplay>* .circular-progress line:last-child {
  stroke-dashoffset: 0;
  opacity: 0.2;
}

@keyframes animateLineProgress {
  from {
    stroke-dashoffset: var(--stroke-dasharray);
  }

  to {
    stroke-dashoffset: 0;
  }
}

.page-dots--autoplay>[aria-current="true"] .circular-progress line:last-child {
  animation: animateLineProgress var(--slideshow-progress-duration) linear var(--slideshow-progress-play-state) both;
  opacity: 1;
}

.c-slider__navigation-wrapper {
  height: 0;
}

.c-slider__slide-counter {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
}

.c-slider__current-slide {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.c-slider__total-slides {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.c-slider .progress-bar-bg {
  display: block;
  position: relative;
  width: 23px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border-radius: 0;
}

.c-slider .progress-bar-meter {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: width 5s linear;
}

.c-slider .page-dots>*[aria-current="true"] .progress-bar-meter {
  width: 100%;
  transition: width 5s linear;
}

.c-slider .page-dots>*[aria-current="false"] .progress-bar-meter {
  width: 0;
  transition: none;
}

@media (max-width: 699px) {
  .c-slider {
    overflow-x: hidden;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: calc(258 * (100vw / 390));
  }

  .c-slider__current-slide {
    font-size: 24px;
  }

  .c-slider__total-slides {
    font-size: 14px;
  }

  .c-slider__navigation-wrapper {
    gap: 12px;
  }

  .c-slider__slide-counter {
    font-size: 12px;
    right: 20px;
    bottom: 20px;
  }

  .c-slider .page-dots {
    inset-inline-end: 96px;
  }

  .c-slider__current-slide,
  .c-slider__total-slides {
    min-width: 18px;
  }
}

/*================ Custom bread crumb ================*/
.c-breadcrumb .breadcrumb {
  display: block;
}

.c-breadcrumb .breadcrumb__list {
  padding: 9px 0;
  margin-block-start: 0;
  margin-block-end: 0;
  gap: 0;
  margin-inline-start: 0;
}

.c-breadcrumb .breadcrumb__link {
  font-size: 12px;
  line-height: 12px;
}

.c-breadcrumb .breadcrumb__link:not([aria-current=page]):not(:hover) {
  opacity: 1;
}

.c-breadcrumb .breadcrumb__link:not([aria-current=page]) {
  text-decoration: underline;
}

.c-breadcrumb .breadcrumb__item {
  text-transform: none;
}

.c-breadcrumb a.breadcrumb__link:hover {
  opacity: .6;
}

.c-breadcrumb .breadcrumb__item:first-child {
  text-transform: uppercase;
  color: #2F2725;
  font-weight: 400;
}

.c-breadcrumb .breadcrumb__item:not(.breadcrumb__item:first-child) {
  font-weight: 500;
  color: #2F2725;
}

.c-breadcrumb :where(ol, ul):not(.unstyled-list) li {
  padding-inline-start: 0;
}

.c-breadcrumb .breadcrumb__item::marker {
  content: "";
  display: none;
}

.c-breadcrumb :where(ol, ul):not(.unstyled-list) li {
  list-style-type: none;
  counter-reset: none;
}

.c-breadcrumb .breadcrumb__item--empty {
  display: none;
}

.c-breadcrumb .breadcrumb__item--empty+.breadcrumb__item:before {
  display: none;
}

.c-breadcrumb .breadcrumb__item+.breadcrumb__item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' d='M1 8.5L5 4.5L0.999999 0.5' stroke='%23000'/%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 1;
  margin: 0 10px;
}

.c-breadcrumb .breadcrumb__item::marker {
  content: "";
  display: none;
}

@media screen and (max-width: 699px) {
  .c-breadcrumb .breadcrumb__list {
    display: flex;
    overflow-x: scroll;
  }

  .c-breadcrumb .breadcrumb__item {
    flex-shrink: 0;
  }

  .c-breadcrumb .breadcrumb__link {
    font-size: 10px;
    line-height: 10px;
  }
}

/* ============ Slideshow ============ */
.c-slideshow .page-dots>* {
  border-radius: 0;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
}

.c-slideshow .page-dots {
  gap: 2px;
  inset-inline-end: 123px;
}

.c-slideshow .page-dots>*:after {
  border-radius: 0;
}

/* アクティブでないドットのafter要素に横棒を表示 */
.c-slideshow .page-dots--autoplay>*:not([aria-current="true"]):after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background: currentColor;
  opacity: 0.2;
  transform: translateY(-50%);
  margin-right: 2px;
}

/* アクティブなドットのafter要素にも同じ間隔を適用 */
.c-slideshow .page-dots--autoplay>*[aria-current="true"]:after {
  margin-right: 2px;
}

/* SVGにドロップシャドウを適用 */
.c-slideshow .page-dots--autoplay svg {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 1));
}

/* 横棒プログレスバーのスタイル */
.c-slideshow .circular-progress {
  transform: none;
}

.c-slideshow .circular-progress line:last-child {
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dasharray);
}

/* アクティブでないドットの横棒プログレスバーを表示 */
.c-slideshow .page-dots--autoplay>* .circular-progress line:last-child {
  stroke-dashoffset: 0;
  opacity: 0.2;
}

/* 横棒プログレスバーのアニメーション */
@keyframes animateLineProgress {
  from {
    stroke-dashoffset: var(--stroke-dasharray);
  }

  to {
    stroke-dashoffset: 0;
  }
}

.page-dots--autoplay>[aria-current="true"] .circular-progress line:last-child {
  animation: animateLineProgress var(--slideshow-progress-duration) linear var(--slideshow-progress-play-state) both;
  opacity: 1;
}

/* ナビゲーションラッパー */
.c-slideshow__navigation-wrapper {
  height: 0;
}

/* スライドカウンター */
.c-slideshow__slide-counter {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  right: 46px;
  bottom: 48px;
}

.c-slideshow__current-slide {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.c-slideshow__total-slides {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
}

.c-slideshow__scroll-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: relative;
  z-index: 2;
  left: 46px;
  bottom: 100px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.c-slideshow__scroll-text::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: #fff;
  margin-top: 8px;
  animation: scrollDown 2s infinite;
}

.c-slideshow__scroll-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  margin-top: 8px;
}

@keyframes scrollDown {
  0% {
    transform: translateX(-50%) scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: translateX(-50%) scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: translateX(-50%) scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: translateX(-50%) scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media (max-width: 699px) {
  .c-slideshow__scroll-text {
    left: 20px;
  }

  .c-slideshow__navigation-wrapper {
    gap: 12px;
  }

  .c-slideshow__slide-counter {
    font-size: 12px;
    right: 20px;
    bottom: 20px;
  }

  .c-slideshow .page-dots {
    inset-inline-end: 96px;
  }

  .c-slideshow__current-slide,
  .c-slideshow__total-slides {
    min-width: 18px;
  }
}

/* ============ Custom Link List ============ */
.c-link-list .collection-card {
  gap: 16px;
}

.c-link-list__collection-card:hover .c-link-list__button {
  background-size: 100% 1px;
}

.c-link-list__button {
  background: none;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(18 / 16);
  position: relative;
  padding-left: 13px;
  padding-bottom: 2px;
  background: linear-gradient(to right, currentcolor, currentcolor) 0px 100% / 0% 1px no-repeat;
  text-decoration: none;
  transition: background-size 0.3s ease-in-out;
  overflow: visible;
  color: #231815;
}

.c-link-list__button::before {
  content: '';
  display: block;
  width: 8.5px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0H8.5L1.5 13H0L7 0Z' fill='%23231815' /%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-link-list__collection-list {
  row-gap: 52px;
  --collection-list-gap: 64px;
}

@media (max-width:699px) {
  .c-link-list .collection-card {
    gap: 12px;
  }

  .c-link-list__collection-list {
    row-gap: 42px;
    --collection-list-gap: 22px;
  }
}

/* ============ Rich Text ============ */
.c-rich-text__subheading {
  font-size: 14px;
  color: #707070;
  line-height: calc(24 / 14);
  padding-left: 14px;
  font-weight: 500;
  position: relative;
}

.c-rich-text__subheading::before {
  content: '';
  width: 7.5px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H7.5L1.5 12H0L6 0Z' fill='%23707070' /%3E%3C/svg%3E");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

@media (max-width:699px) {
  .c-rich-text__subheading {
    font-size: 12px;
    line-height: calc(24 / 12);
    padding-left: 10px;
  }

  .c-rich-text__subheading::before {
    width: 6.5px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0H6.5L1.5 10H0L5 0Z' fill='%23707070' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* ============ Custom blogs post ============ */
.c-blogs-post__container {
  display: flex;
  gap: 300px;
  max-width: 100%;
  width: 100%;
}

.c-blogs-post__contents {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.c-blogs-post__item {
  display: flex;
  gap: 23px;
  align-items: center;
  flex-direction: row;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: opacity 0.3s ease-in-out;
}

.c-blogs-post__item:hover {
  opacity: 0.6;
}

.c-blogs-post__item:first-child {
  padding-top: 5px;
}

.c-blogs-post__btn {
  margin-top: 47px;
}

.c-blogs-post__title {
  font-size: 14px;
  line-height: calc(22 / 14);
  font-weight: 400;
  color: #231815;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(530 * (100vw / 1440));
}

.c-blogs-post__date {
  font-size: 12px;
  color: #707070;
  line-height: calc(22 / 12);
  font-weight: 300;
}

.c-blogs-post__heading {
  min-width: 170px;
}

@media (max-width:999px) {
  .c-blogs-post__container {
    gap: 150px;
  }

  .c-blogs-post__title {
    width: clamp(15rem, -25.9699rem + 93.6455vw, 32.5rem);
  }
}

@media (max-width: 699px) {
  .c-blogs-post__container {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    gap: 22px;
  }

  .c-blogs-post__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .c-blogs-post__item:first-child {
    padding-top: 0;
  }

  .c-blogs-post__btn {
    margin-top: 32px;
  }

  .c-blogs-post__title {
    font-size: 13px;
    line-height: calc(22 / 13);
    text-decoration: underline;
    width: clamp(17.1875rem, 4.2587rem + 64.6438vw, 32.5rem);
  }

  .c-blogs-post__date {
    font-size: 11px;
  }
}

/* ============ Custom Blogs Slider ============ */
.c-blogs-slider {
  padding: 22px 0 50px;
}

.c-blogs-slider__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 16px 0;
}

.c-blogs-slider__content {
  flex: 1;
  overflow: hidden;
}

.c-blogs-slider__items {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.c-blogs-slider__item {
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 100%;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.c-blogs-slider__item:hover {
  opacity: 0.6;
}

.c-blogs-slider__category {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24 / 14);
  color: #707070;
  min-width: 98px;
  position: relative;
  padding-left: 14px;
}

.c-blogs-slider__category::before {
  content: '';
  width: 7.5px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H7.5L1.5 12H0L6 0Z' fill='%23707070' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-blogs-slider__date {
  font-size: 12px;
  color: #707070;
  font-weight: 300;
}

.c-blogs-slider__title {
  flex: 1;
  font-size: 14px;
  line-height: calc(22 / 14);
  font-weight: 400;
  color: #231815;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: clamp(23.0625rem, -0.0278rem + 52.7778vw, 40.875rem);
}

.c-blogs-slider__navigation {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  margin-right: 20px;
}

.c-blogs-slider__nav-btn {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #231815;
}

.c-blogs-slider__nav-btn:hover {
  opacity: .6;
}

.c-blogs-slider__nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.c-blogs-slider__nav-btn:disabled:hover {
  background: none;
  color: #231815;
}

.c-blogs-slider__counter {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  justify-content: center;
}

.c-blogs-slider__current {
  font-weight: 400;
  font-size: 14px;
  line-height: calc(22 / 14);
  color: #231815;
}

.c-blogs-slider__total {
  font-weight: 400;
  font-size: 14px;
  line-height: calc(22 / 14);
  color: #231815;
}

.c-blogs-slider__info {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: clamp(15.5rem, -24.3611rem + 91.1111vw, 46.25rem);
  gap: 24px;
}

@media (max-width: 699px) {
  .c-blogs-slider {
    padding: 0 0 42px;
  }

  .c-blogs-slider__inner {
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 16px 0 20px;
  }

  .c-blogs-slider__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-width: 0;
    width: 100%;
  }

  .c-blogs-slider__category,
  .c-blogs-slider__date {
    min-width: auto;
  }

  .c-blogs-slider__title {
    font-size: 13px;
    width: calc(100% - 10px);
  }

  .c-blogs-slider__category {
    font-size: 16px;
  }

  .c-blogs-slider__navigation {
    gap: 16px;
    margin-right: 0;
    position: absolute;
    top: 18px;
    right: 0;
    background: #fff;
  }

  .c-blogs-slider__nav-btn {
    width: 18px;
    height: 18px;
  }

  .c-blogs-slider__counter {
    font-size: 12px;
    min-width: auto;
  }

  .c-blogs-slider__info {
    display: flex;
    gap: 24px;
    max-width: 100%;
    padding-left: 10px;
  }

  .c-blogs-slider__title {
    max-width: clamp(11.5rem, -8.5rem + 100vw, 35.1875rem);
  }
}

/*================ Custom Collection ================*/
.c-collection {
  border-color: #EAEAEA;
}

@media screen and (max-width: 699px) {
  .c-collection .product-list--carousel {
    --product-list-card-width: min(150px, 65%);
  }
}

/*================ Custom Section ================*/
.c-section .prose.text-xxs,
.c-section .prose.text-xs,
.c-section .prose.text-sm,
.c-section .prose.text-base,
.c-section .prose.text-lg,
.c-section .prose.text-xl,
.c-section .prose.text-xxl,
.c-section .prose.sm\:text-xxs,
.c-section .prose.sm\:text-xs,
.c-section .prose.sm\:text-sm,
.c-section .prose.sm\:text-base,
.c-section .prose.sm\:text-lg,
.c-section .prose.sm\:text-xl,
.c-section .prose.sm\:text-xxl {
  line-height: 2;
}

/*================ Collection Banner ================*/
.c-collection-banner--image {
  margin-block-end: 48px;
}

.c-collection-banner .content-over-media--xs {
  min-height: 400px;
  height: 400px;
  max-height: 400px;
}

.c-collection-banner h1 {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: calc(30 / 24);
  font-weight: 500;
  color: #231815;
  padding-left: 0;
}

.c-collection-banner h1::before {
  content: '';
  width: 12px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='23' viewBox='0 0 15 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H14.5L1.5 23H0L13 0Z' fill='%23231815' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.c-collection-banner h1.c-collection-banner__title--white {
  color: #fff;
}

.c-collection-banner h1.c-collection-banner__title--white::before {
  content: '';
  width: 12px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='23' viewBox='0 0 15 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H14.5L1.5 23H0L13 0Z' fill='white' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.c-collection-banner .c-collection-banner__description--white {
  color: #fff;
}

@media (max-width:699px) {
  .c-collection-banner--image {
    margin-block-end: 30px;
  }

  .c-collection-banner h1 {
    font-size: 22px;
    line-height: calc(30 / 24);
  }

  .c-collection-banner h1::before {
    content: '';
    width: 10.5px;
    height: 18px;
    display: inline-block;
    margin-right: 5.5px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0H10.5L1.5 18H0L9 0Z' fill='%23231815' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .c-collection-banner h1.c-collection-banner__title--white::before {
    content: '';
    width: 10.5px;
    height: 18px;
    display: inline-block;
    margin-right: 5.5px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0H10.5L1.5 18H0L9 0Z' fill='white' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .c-collection-banner .content-over-media--xs {
    min-height: 250px;
    height: 250px;
    max-height: 250px;
  }
}

/* ============ Tabs ============ */
.c-tabs .content-tabs [role="tab"] {
  font-weight: 500;
  font-size: 14px;
  line-height: calc(16 / 14);
  padding-block-end: 16px;
  color: #000;
  padding-inline: 14px;
}

.c-tabs .content-tabs [role="tab"]:hover {
  opacity: 0.6;
}

.c-tabs .content-tabs [role="tab"]:not([aria-selected="true"]) {
  opacity: 1;
}

.c-tabs .content-tabs [role="tab"]:not([aria-selected="true"]):hover {
  opacity: 0.6;
}

.c-tabs .content-tabs::part(tab-list) {
  border-block-end: 1px solid #CACACA;
}


@media screen and (min-width: 1000px) {
  .c-tabs .content-tabs::part(tab-list) {
    gap: 0;
    margin-block-end: 28px;
  }
}

@media (max-width:699px) {
  .c-tabs .accordion {
    border: none;
  }

  .c-tabs .animated-plus {
    width: 12px;
    height: 12px;
  }

  .c-tabs .animated-plus:before {
    height: 1.5px;
    width: 12px;
  }

  .c-tabs .animated-plus:after {
    width: 1.5px;
    height: 12px;
  }

  .c-tabs .accordion__toggle {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .c-tabs .accordion__content {
    padding-top: 20px;
    padding-inline-end: 0;
    padding-block-end: 16px;
    margin-block-start: 0;
  }

  .c-tabs .accordion__content strong {
    font-size: 16px;
    font-weight: 700;
  }

  .c-tabs .accordion__content p {
    font-size: 13px;
    line-height: calc(24 / 13);
  }

  .c-tabs .prose :where(:not(meta, span)+*) {
    margin-block-start: 16px;
  }
}

/* ============ Size Chart Table ============ */
.prose .c-tabs__table {
  width: fit-content;
}

.accordion .table-scroller {
  overflow-x: scroll;
}

.c-tabs__table {
  width: 100%;
  max-width: none;
  margin: 16px 0;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
  border: 1px solid #d0d0d0;
  table-layout: auto;
}

.c-tabs__table tr {
  border-bottom: 1px solid #e0e0e0;
}

.c-tabs__table tr:last-child {
  border-bottom: none;
}

.c-tabs__table th,
.c-tabs__table td {
  padding: 6px 8px;
  text-align: center;
  width: 100px;
  min-width: 60px;
  max-width: 150px;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.c-tabs__table th {
  background: #f7f7f7;
  font-weight: 500;
  color: #231815;
}

.c-tabs__table td {
  color: #231815;
}

.c-tabs__table tr:nth-child(even) td {
  background: #fafafa;
}

.prose table.c-tabs__table tr:first-child th,
.prose table.c-tabs__table tr:first-child td {
  padding-bottom: 6px;
  padding-top: 6px;
}

@media (max-width: 700px) {
  .c-tabs__table {
    font-size: 11px;
    max-width: 100%;
  }

  .c-tabs__table th,
  .c-tabs__table td {
    padding: 4px 4px;
  }

  .prose table.c-tabs__table tr:first-child th,
  .prose table.c-tabs__table tr:first-child td {
    padding-bottom: 4px;
    padding-top: 4px;
  }
}

/*================ Custom Page Header ================*/
.c-page-header .prose {
  width: 100%;
  max-width: 1148px;
  margin-inline: auto;
}

.c-page-header .prose h1 {
  font-size: 22px;
  line-height: calc(30 / 24);
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}

.c-page-header .prose h1::before {
  content: '';
  width: 12px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='23' viewBox='0 0 15 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H14.5L1.5 23H0L13 0Z' fill='white' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.c-page-header .c-page-header--background-none .prose h1 {
  color: #231815;
  position: relative;
}

.c-page-header .c-page-header--background-none .prose h1::before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='23' viewBox='0 0 15 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H14.5L1.5 23H0L13 0Z' fill='%23231815' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
}

@media (max-width:699px) {
  .c-page-header .content-over-media--xs {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }

  .c-page-header .prose h1 {
    font-size: 22px;
    line-height: calc(24 / 22);
  }

  .c-page-header .prose h1::before {
    content: '';
    width: 10.5px;
    height: 18px;
    display: inline-block;
    margin-right: 12px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0H10.5L1.5 18H0L9 0Z' fill='white' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .c-page-header .c-page-header--background-none .prose h1::before {
    background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0H10.5L1.5 18H0L9 0Z' fill='%23231815' /%3E%3C/svg%3E");
    background-size: contain;
    content: '';
    width: 10.5px;
    height: 18px;
    display: inline-block;
    margin-right: 5.5px;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
}

/*============================================================================
 #Page
==============================================================================*/
/*================ Password ================*/
.shopify-section--main-password {
  overflow-x: hidden;
}

.container--password {
  margin-inline: var(--container-gutter--sm);
}

.c-password__inner {
  row-gap: 0;
  padding-block: 0;
  min-height: auto;
}

.c-password__header {
  padding: 30px 0;
}

.password__block-list {
  width: 100%;
}

.c-password__social-link {
  margin-left: auto;
  margin-right: 50px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.c-password__social-link:hover {
  opacity: 0.6;
}

.c-password__movie {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.c-password__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-password__scroll-down {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.c-password__scroll-text {
  position: relative;
  text-align: center;
}

.c-password__scroll-text::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -48px;
  content: "";
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 1px;
  z-index: 2;
}

.c-password__scroll-text::after {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -48px;
  content: "";
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 1px;
}

.c-password__introduction {
  margin-block-start: 138px;
  margin-block-end: 200px;
}

.c-password__introduction .prose {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.c-password__introduction .prose .h1,
.c-password__introduction .prose .h2,
.c-password__introduction .prose .h3,
.c-password__introduction .prose .h4 {
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0;
}

.c-password__introduction .prose .text-base,
.c-password__introduction .prose .text-lg {
  line-height: calc(34 / 18);
}

.c-password__introduction .prose :where(:not(meta, span)+*) {
  margin-block-start: 0;
}

.c-password__newsletter-form-heading {
  margin-block-start: 58px;
  margin-block-end: 32px;
}

.c-password__newsletter-form form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 738px;
  margin-inline: auto;
}

.c-password__newsletter-form .form-control {
  width: 100%;
  max-width: 610px;
}

.c-password__newsletter-form input {
  background: #fff;
  border-radius: 4px 0 0 4px;
  border-color: #B0B0B0;
}

.c-password__newsletter-form input::placeholder {
  color: #9C9C9C;
  font-weight: 500;
  font-size: 18px;
}

.c-password__newsletter-form .button {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 1.45;
  padding-inline: 21px;
  border-radius: 0 4px 4px 0;
}

.c-password__newsletter-form .button span {
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.c-password__text-icon {
  position: relative;
}

.c-password__text-icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -32px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='white' stroke='black' /%3E%3Cpath d='M11.162 16.794C10.8353 16.794 10.56 16.682 10.336 16.458C10.112 16.234 10 15.9633 10 15.646C10 15.3287 10.112 15.058 10.336 14.834C10.56 14.61 10.8353 14.498 11.162 14.498C11.498 14.498 11.778 14.61 12.002 14.834C12.226 15.058 12.338 15.3287 12.338 15.646C12.338 15.9633 12.226 16.234 12.002 16.458C11.778 16.682 11.498 16.794 11.162 16.794ZM11.162 6C11.5073 6 11.7827 6.098 11.988 6.294C12.2027 6.49 12.31 6.77933 12.31 7.162C12.31 7.50733 12.2587 7.96933 12.156 8.548C12.0627 9.12667 11.904 9.92933 11.68 10.956L11.372 13.126H10.952L10.672 10.956C10.448 9.92933 10.2847 9.12667 10.182 8.548C10.0793 7.96933 10.028 7.50733 10.028 7.162C10.028 6.77933 10.1307 6.49 10.336 6.294C10.5413 6.098 10.8167 6 11.162 6Z' fill='black'/%3E%3C/svg%3E");
}

.c-password__form-textearea {
  max-width: 1420px;
  display: grid;
  padding-left: 32px;
  gap: 10px;
  margin-block-start: 32px;
  margin-block-end: 54px;
  line-height: calc(26 / 14);
  margin-inline: auto;
}

.c-password__copyright {
  text-align: center;
  margin-block-end: 40px;
  font-weight: 400;
  margin-block-start: 80px;
}

.c-password__newsletter {
  position: relative;
}

.c-password__newsletter:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: calc(100% + 80px);
  background: #F6F6F6;
  z-index: -1;
  border-radius: 100px 100px 0 0;
}

.c-password__newsletter .floating-label {
  display: none;
}

.c-password__newsletter .prose:not(.prose--tight) :where(:not(meta, span)+*) {
  margin-block-start: 0;
}

.c-password__newsletter-title {
  margin-block-start: 0;
}

.c-password__newsletter-title p {
  text-transform: none;
  font-weight: 500;
}

.c-password__newsletter .prose .c-password__newsletter-text {
  margin-block-start: 20px;
}

.c-password__newsletter-title--small {
  font-size: 15px;
}

.password__block-list {
  gap: 0;
}

.c-password__footer {
  position: relative;
}

.c-password__footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 100%;
  background: #F6F6F6;
  z-index: -1;
}

.c-password__volume-control {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.c-password__volume-control button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.c-password__volume-control button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.c-password__volume-control svg {
  width: 20px;
  height: 20px;
}

@media (max-width:699px) {

  .c-password__introduction .prose .h1,
  .c-password__introduction .prose .h2,
  .c-password__introduction .prose .h3,
  .c-password__introduction .prose .h4 {
    font-weight: 300;
    line-height: 2;
  }

  .c-password__newsletter:before {
    border-radius: 40px 40px 0 0;
    top: -44px;
  }

  .password__block-list {
    gap: 0;
  }

  .c-password__header {
    padding: 24px 0;
  }

  .c-password__social-link {
    margin-right: 0;
    width: 24px;
  }

  .c-password__movie {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-block-start: 40px;
  }

  .c-password__introduction {
    margin-block-start: 44px;
    margin-block-end: 88px;
  }

  .c-password__introduction .prose .text-base,
  .c-password__introduction .prose .text-lg {
    line-height: calc(26 / 14);
  }

  .c-password__scroll-down {
    display: none;
  }

  .c-password__introduction .prose {
    gap: 28px;
  }

  .c-password__newsletter-form-heading {
    margin-block-start: 42px;
    margin-block-end: 24px;
    line-height: 2;
  }

  .c-password__newsletter .prose .c-password__newsletter-text {
    margin-block-start: 20px;
  }

  .c-password__newsletter-form form {
    flex-direction: column;
    row-gap: 12px;
    justify-content: center;
  }

  .c-password__newsletter-title p:nth-child(2) {
    padding-block-start: 8px;
  }

  .c-password__newsletter-form .button {
    flex-direction: row;
    border-radius: 4px;
    font-size: 16px;
    padding: 12px 27px;
    line-height: 2;
    gap: 12px;
  }

  .c-password__newsletter-form .button span {
    font-size: 14px;
  }

  .c-password__newsletter-form input {
    border-radius: 4px;
  }

  .c-password__newsletter-form input::placeholder {
    font-size: 16px;
  }

  .c-password__text-icon::before {
    width: 18px;
    height: 18px;
    left: -23px;
    top: 2px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' fill='white' stroke='%23231815' /%3E%3Cpath d='M8.11853 12.2135C7.88095 12.2135 7.68071 12.132 7.5178 11.9691C7.35489 11.8062 7.27344 11.6093 7.27344 11.3786C7.27344 11.1478 7.35489 10.9509 7.5178 10.788C7.68071 10.6251 7.88095 10.5436 8.11853 10.5436C8.36289 10.5436 8.56653 10.6251 8.72944 10.788C8.89235 10.9509 8.9738 11.1478 8.9738 11.3786C8.9738 11.6093 8.89235 11.8062 8.72944 11.9691C8.56653 12.132 8.36289 12.2135 8.11853 12.2135ZM8.11853 4.36328C8.36968 4.36328 8.56992 4.43455 8.71926 4.5771C8.87538 4.71965 8.95344 4.93007 8.95344 5.20837C8.95344 5.45952 8.9161 5.79552 8.84144 6.21637C8.77356 6.63722 8.65816 7.22098 8.49526 7.96765L8.27126 9.54583H7.9658L7.76216 7.96765C7.59926 7.22098 7.48047 6.63722 7.4058 6.21637C7.33113 5.79552 7.2938 5.45952 7.2938 5.20837C7.2938 4.93007 7.36847 4.71965 7.5178 4.5771C7.66713 4.43455 7.86738 4.36328 8.11853 4.36328Z' fill='%23231815' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .c-password__form-textearea {
    padding-left: 23px;
    gap: 12px;
    line-height: calc(20 / 12);
    margin-block-end: 34px;
    margin-block-start: 42px;
  }

  .c-password__newsletter-title--small {
    font-size: 14.5px;
  }

  .c-password__volume-control {
    top: 16px;
    right: 16px;
  }

  .c-password__volume-control button {
    width: 36px;
    height: 36px;
  }

  .c-password__volume-control svg {
    width: 18px;
    height: 18px;
  }

  .c-password__copyright {
    margin-block-start: 34px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

/*================ Article ================*/
.c-main-blog__title {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: calc(30 / 24);
  font-weight: 500;
  color: #231815;
  padding-left: 0;
  text-transform: none;
}

.c-main-blog__title::before {
  content: '';
  width: 12px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='23' viewBox='0 0 15 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H14.5L1.5 23H0L13 0Z' fill='%23231815' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.blog-post-card__info {
  gap: 8px;
}

.article__footer-bottom .branding-colors--facebook svg {
  width: 24px;
  height: 24px;
}

.article__footer-bottom .branding-colors--email svg {
  width: 24px;
  height: 24px;
}

.article__footer .social-media--block {
  grid-template-columns: repeat(auto-fit, minmax(0, .33fr));
  display: flex;
}

.article__image img {
  height: min(400px, 30vmax);
}

.article {
  --article-wrapper-offset: 0;
}

@media screen and (min-width: 1150px) {
  .blog-post-list {
    --blog-post-list-column-gap: 42px;
    --blog-post-list-row-gap: 42px;
  }
}

@media screen and (min-width: 1000px) {
  .blog-post-list {
    --blog-post-list-column-gap: 42px;
    --blog-post-list-row-gap: 42px;
  }
}

@media (max-width:699px) {
  .c-main-blog__title {
    font-size: 22px;
    line-height: calc(30 / 24);
    margin-block-end: 4px;
  }

  .c-main-blog__title::before {
    content: '';
    width: 10.5px;
    height: 18px;
    display: inline-block;
    margin-right: 5.5px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0H10.5L1.5 18H0L9 0Z' fill='%23231815' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .article__image {
    max-height: 250px;
    min-height: 250px;
    height: 250px;
  }

  .article__image img {
    height: 100%;
  }
}

/*================ Shop List ================*/
.c-shop-list {
  overflow-x: hidden;
}

.c-shop-list .blog-tags {
  margin-block-start: 28px;
  margin-block-end: 26px;
  gap: 75px;
}

.c-shop-list .blog-tags {
  position: relative;
}

.c-shop-list .blog-tags::before {
  position: absolute;
  bottom: -26px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 1px;
  background: #CACACA;
  content: '';
}

.c-shop-list .blog-tags li a {
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  font-size: 16px;
}

.c-shop-list .blog-tags li:not(.link-faded) {
  position: relative;
}

.c-shop-list .blog-tags li:not(.link-faded)::before {
  content: '';
  width: 84px;
  height: 1px;
  background: #231815;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.c-shop-list__list {
  margin-block-start: 8px;
}

.c-shop-list-card__thumbnail {
  width: 100%;
  height: 262px;
}

.c-shop-list-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-shop-list-card__info {
  background: #F8F8F8;
  padding: 27px 30px 22px;
}

.c-shop-list-card__store-name {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  border-bottom: solid 1px #EAEAEA;
  padding-block-end: 23px;
  margin-block-end: 22px;
}

.c-shop-list-card__address {
  line-height: calc(24 /13);
  margin-block-end: 12px;
  color: #000;
}

.c-shop-list-card__map-link {
  margin-block-end: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.c-shop-list-card__map-link a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 12px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

.c-shop-list-card__text--block {
  display: inline-block;
  min-width: 72px;
}

.c-shop-list-card__map-link svg {
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.c-shop-list-card__hours,
.c-shop-list-card__holiday,
.c-shop-list-card__phone {
  line-height: calc(22 / 13);
  color: #000;
}

@media screen and (min-width: 700px) {
  .c-shop-list__list {
    --blog-post-list-items-per-row: 2;
    --blog-post-list-column-gap: 60px;
    --blog-post-list-row-gap: 36px;
  }
}

@media (max-width:699px) {
  .c-shop-list__list {
    row-gap: 18px;
    margin-block-start: 4px;
  }

  .c-shop-list .blog-tags {
    margin-block-start: 9px;
  }

  .c-shop-list-card__thumbnail {
    height: 200px;
  }

  .c-shop-list-card__info {
    padding: 20px 20px 18px;
  }

  .c-shop-list-card__store-name {
    font-size: 16px;
    padding-block-end: 12px;
    margin-block-end: 8px;
  }

  .c-shop-list-card__address {
    margin-block-end: 8px;
  }
}

/*================ Look Book ================*/

.c-look-book-card {
  background: #F3F3F3;
}

.c-look-book-card__info {
  padding: 30px 26px 0;
}

.c-look-book-card__color-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block-end: 8px;
  align-items: center;
  margin-block-start: 19px;
}

.c-look-book-card__description {
  margin-block-start: 8px;
  line-height: 2;
}

.c-look-book-card__color-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #C1C1C1;
  display: inline-block;
  background: transparent;
  box-sizing: border-box;
}

.c-look-book-card__product-name {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(44 / 22);
  letter-spacing: 0.14em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.c-look-book-card__product-name--kana {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(22 / 12);
  color: #707070;
}

@media screen and (min-width: 700px) {
  .c-look-book__list {
    --blog-post-list-items-per-row: 3;
    --blog-post-list-column-gap: 42px;
    --blog-post-list-row-gap: 42px;
  }
}

@media (max-width:699px) {
  .c-look-book-card__product-name {
    font-size: 22px;
  }

  .c-look-book-card__product-name--kana {
    font-size: 12px;
  }
}

/* =====================
   c-look-bookセクション専用モーダルCSS
   ===================== */

/* ルックブックモーダルの基本スタイル */
.c-look-book-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-look-book-modal.is-open {
  opacity: 1;
  visibility: visible;
}

/* オーバーレイ */
.c-look-book-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

/* モーダルフレーム */
.c-look-book-modal__frame {
  position: relative;
  max-width: 1148px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.c-look-book-modal.is-open .c-look-book-modal__frame {
  transform: scale(1);
}

/* 閉じるボタン */
.c-look-book-modal__close {
  position: absolute;
  top: -5px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background-color 0.2s ease;
}

/* 画像ラッパー */
.c-look-book-modal__image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

/* メインスライダー */
.c-look-book-modal .main-swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 37px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.c-look-book-modal .main-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  min-height: 100%;
  box-sizing: border-box;
}

.c-look-book-modal .main-swiper .swiper-slide img {
  max-width: clamp(25rem, 0rem + 31.25vw, 37.5rem);
  max-height: clamp(25rem, 0rem + 31.25vw, 37.5rem);
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* 画像キャプション */
.c-look-book-modal__image-caption {
  margin-top: 7px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  max-width: 600px;
  padding: 0 20px;
  color: #fff;
  display: block;
  letter-spacing: 0;
}

/* サムネイルスライダー */
.c-look-book-modal__thumbnails {
  width: 100%;
  height: 100px;
  margin-top: auto;
}

.c-look-book-modal .thumbnail-swiper {
  width: 100%;
  height: 100%;
}

.c-look-book-modal .thumbnail-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 78px;
}

.c-look-book-modal__thumbnail-item {
  width: 78px;
  height: 78px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}

.c-look-book-modal__thumbnail-item:hover {
  opacity: 0.6;
}

.c-look-book-modal__thumbnail-item.is-active {
  border: 1px solid #000;
  opacity: 1;
  position: relative;
}

.c-look-book-modal__thumbnail-item.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .2;
}

.c-look-book-modal__thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiperナビゲーションボタン */
.c-look-book-modal .main-swiper .swiper-button-next,
.c-look-book-modal .main-swiper .swiper-button-prev {
  color: #fff;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.c-look-book-modal .main-swiper .swiper-button-next::after,
.c-look-book-modal .main-swiper .swiper-button-prev::after {
  font-size: 24px;
  color: #fff;
}


/* ルックブックカードのホバー効果 */
.c-look-book-card {
  cursor: pointer;
  transition: all .3s;
}

.c-look-book-card:hover {
  opacity: 0.7;
}

/* アクセシビリティ対応 */
.c-look-book-modal:focus {
  outline: none;
}

/* レスポンシブ対応 */
@media (max-width: 699px) {
  .c-look-book-modal__frame {
    width: calc(100% - 40px);
    max-height: 95vh;
    padding-top: clamp(2rem, -8.1818rem + 50.9091vw, 3.75rem);
    overflow-y: scroll;
  }

  .c-look-book-modal__close {
    top: -5px;
    right: -5px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .c-look-book-modal .main-swiper {
    height: calc(100% - 100px);
    margin-bottom: clamp(0.3125rem, -3.3239rem + 18.1818vw, 0.9375rem);
  }

  .c-look-book-modal .main-swiper .swiper-slide {
    padding: 10px 0;
    min-height: auto;
  }

  .c-look-book-modal .main-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 350px;
  }

  .c-look-book-modal__thumbnails {
    height: 78px;
  }

  .c-look-book-modal .swiper-button-next,
  .c-look-book-modal .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .c-look-book-modal .swiper-button-next::after,
  .c-look-book-modal .swiper-button-prev::after {
    font-size: 24px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  }

  .c-look-book-modal__image-caption {
    margin-top: clamp(1.25rem, -6.75rem + 40vw, 2.625rem);
  }
}

/*============================================================================
 #Policy
==============================================================================*/

/*============================================================================
 #Collection
==============================================================================*/
/*================ Main Collection ================*/
@media (min-width:1000px) {
  .collection {
    grid-template-columns: 258px minmax(0, 1fr);
  }
}

@media screen and (min-width: 700px) {
  .collection .product-list[collection-desktop-layout="compact"] {
    --product-list-items-per-row: 3;
  }

  .collection .product-list[collection-desktop-layout=medium] {
    --product-list-items-per-row: 3;
  }

  .collection .product-list[collection-desktop-layout="compact"] .product-card__info {
    display: block;
  }

  .collection__main {
    gap: 50px;
  }
}

@media (max-width:699px) {
  .collection__main {
    gap: 46px;
  }
}

/*================ Collection filter ================*/
.c-facets-sidebar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block-end: 20px;
  margin-block-end: 20px;
  gap: 12px;
  border-bottom: solid 1px #EAEAEA;
}

.c-facets-sidebar__header p {
  font-weight: 500;
}

.c-facets-sidebar__header .c-facets-sidebar__btn {
  background: none;
  border: solid 1px #CACACA;
  border-radius: 13px;
  padding: 0 15px;
  line-height: 2;
  font-size: 12px;
  color: #231815;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.3s;
}

.c-facets-sidebar__header .c-facets-sidebar__btn:hover {
  background: #231815;
  color: #fff;
  border-color: #231815;
}

.c-facets-sidebar {
  border: solid 1px #EAEAEA;
  border-radius: 14px;
  padding: 20px 18px;
  width: 100%;
}

.c-facets-sidebar__filter-btn {
  border-radius: 6px;
  margin-block-start: 20px;
  margin-block-end: 13px;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  font-size: 12px;
  font-weight: 500;
}

.c-facets-sidebar__reset {
  margin-inline: 16px;
}

.c-facets-sidebar__reset-btn {
  background: none;
  display: block;
  border: solid 1px #CACACA;
  text-align: center;
  border-radius: 6px;
  padding: 7px;
  font-size: 12px;
  font-weight: 500;
}

facets-form .accordion {
  border: none;
}

facets-form .accordion__content {
  padding-top: 18px;
  padding-inline-end: 0;
}

facets-form .accordion__toggle {
  padding-block: 10px;
  border-bottom: solid 1px #EAEAEA;
}

.c-accordion-list .toggle-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

.c-accordion-list .toggle-open {
  display: block;
}

.c-accordion-list .toggle-close {
  display: none;
}

.c-accordion-list .accordion__disclosure[open] .toggle-open {
  display: none;
}

.c-accordion-list .accordion__disclosure[open] .toggle-close {
  display: block;
}

.c-accordion-list .accordion {
  border: none;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox:checked~label {
  opacity: 1;
  transition: none;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox~label {
  opacity: 1;
  position: relative;
  transition: none;
}

.c-accordion-list .accordion:not(:has(.switch)) .checkbox-control {
  align-items: flex-start;
  column-gap: 0;
  text-align: start;
  display: flex;
  position: relative;
  padding-left: 24px;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  transition: all .2s;
  display: block;
  position: absolute;
  left: 0;
  top: calc(.5em - 4px);
  cursor: pointer;
  opacity: 1;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox:checked {
  background: #fff;
  border: 1px solid #CACACA;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #231815;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all .2s;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox~label {
  opacity: 1;
  position: relative;
  transition: none;
  margin: 0;
  padding: 0;
  transform: none;
  font-size: 12px;
  font-weight: 400;
}


.c-accordion-list .range-group .range::-webkit-slider-thumb {
  background: #fff;
  border: 1px solid #E8E8E8;
}

.c-accordion-list .range-group .range::-moz-range-thumb {
  background: #fff;
  border: 1px solid #E8E8E8;
}

.c-accordion-list .accordion:has(.switch) .checkbox-control label {
  font-size: 12px;
  font-weight: 400;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox:focus {
  outline: none;
  box-shadow: none;
}

.c-accordion-list .accordion:not(:has(.switch)) .checkbox-control label:focus {
  outline: none;
  box-shadow: none;
}

.c-accordion-list .accordion:not(:has(.switch)) .checkbox-control {
  outline: none;
}

.c-accordion-list .checkbox-control {
  outline: none;
}

/*============================================================================
 #Product
==============================================================================*/
/*================ Product Card ================*/
.badge {
  border-radius: 3px;
  font-weight: 500;
  padding: 2px 8px;
}

.badge--sold-out {
  text-transform: uppercase;
}

.c-product-card__info {
  text-align: left;
  justify-items: flex-start;
}

.c-product-card__cat {
  color: #676767;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  line-height: calc(14 / 12);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.5px;
}

.c-product-card__cat::before {
  content: '';
  width: 5.5px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0H5.5L1.5 10H0L4 0Z' fill='%23707070' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.c-product-card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(22 / 16);
  color: #231815;
  letter-spacing: 0;
  margin-block-end: 4px;
}

.c-product-card__swatch {
  margin-block-start: 8px;
}

.c-variant-sku {
  text-transform: uppercase;
}

@media screen and (max-width: 699px) {
  .product-list:not(.product-list--carousel) {
    margin-inline: 0;
  }

  .c-product-card__title {
    font-size: 14px;
    line-height: calc(22 / 14);
    margin-bottom: 0;
  }

  .product-card {
    gap: 10px;
  }

  .product-card__quick-add-button {
    padding: 7px;
  }

  .product-card__quick-add-button svg {
    width: 10px;
    height: 10px;
  }
}

/* ============ Price List ============ */
.c-price-list__text--small {
  font-size: 10px;
  color: #231815;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width:699px) {
  .c-product-card__info sale-price {
    font-size: 13px;
  }
}

/*================ Product ================*/
.shopify-section--main-product .product-gallery {
  gap: 10px;
}

.shopify-section--main-product .product-gallery__thumbnail-list .product-gallery__thumbnail {
  width: 75px;
}

.product-gallery__thumbnail[aria-current="true"] {
  border-color: #000;
}

@media (min-width:700px) {
  .product {
    --product-gap: 35px;
  }

  .shopify-section--main-product .product-gallery__thumbnail-scroller {
    gap: 6px;
  }
}

@media (min-width:999px) {
  .shopify-section--main-product .product-gallery__thumbnail-scroller {
    width: 75px;
  }
}

@media screen and (min-width: 1150px) {
  .product {
    --product-gap: 50px;
  }
}

@media (max-width: 999px) {
  .shopify-section--main-product .product-gallery__thumbnail-list .product-gallery__thumbnail {
    width: 75px;
  }

  .product-gallery__thumbnail-scroller {
    grid-auto-columns: 75px;
    gap: 4px;
  }
}

/*================ Product Info ================*/
.product-info__block-list>.product-info__block-item.c-product-info__block-item--price {
  border-top: solid 1px #EAEAEA;
  padding-block-start: 14px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--price .c-price-list__text--small {
  font-size: 12px;
  font-weight: 500;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--category {
  margin-block-end: 18px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--sku {
  background: #F8F8F8;
  border-radius: 9999px;
  padding: 7px 30px;
  width: 100%;
  margin-block-start: 26px;
  margin-block-end: 20px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--sku .c-product-info__sku {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--category span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #676767;
  font-weight: 500;
  line-height: 1;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--category span::before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H7.5L1.5 12H0L6 0Z' fill='%23707070' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  flex-shrink: 0;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--variant_picker legend {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--title {
  margin-block-end: 18px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--price sale-price {
  opacity: 1;
  color: #231815;
  line-height: calc(22 / 18);
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--buy_buttons {
  margin-block-start: 24px;
  margin-block-end: 29px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--buy_buttons .buy-buttons {
  gap: 8px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--buy_buttons .buy-buttons button {
  border-color: #231815;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--share_buttons {
  margin-block-start: 29px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--buy_buttons .buy-buttons button {
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  height: 62px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--share_buttons svg.icon.icon-custom-twitter {
  width: 17px;
  height: 17px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--share_buttons .branding-colors--facebook svg {
  width: 20px;
  height: 20px;
}

.product-info__block-list>.product-info__block-item.c-product-info__block-item--share_buttons .branding-colors--email svg {
  width: 18px;
  height: 18px;
}

.product-info :checked+.block-swatch,
.product-info .block-swatch.is-selected {
  background: #231815;
  color: #fff;
  border: solid 1px #B8B8B8;
}

.product-info.block-swatch {
  border: solid 1px #B8B8B8;
}

.product-info .block-swatch.is-disabled {
  color: #B8B8B8;
  border: solid 1px #B8B8B8;
}

.block-swatch.is-disabled:before {
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), #B8B8B8 calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
}

.product-info .quantity-selector {
  border-color: #231815;
}

.block-swatch {
  border-radius: 6px;
  color: #231815;
  border: solid 1px #B8B8B8;
}

.c-social-media {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-share-buttons {
  gap: 25px;
}

.c-share-buttons .c-share-buttons__text {
  font-size: 12px;
  letter-spacing: 0;
  color: #000;
  line-height: 2;
  font-weight: 400;
  opacity: 1;
}

.share-buttons .social-media {
  gap: 22px;
}

.social-media--list .social-media__item {
  opacity: 1;
}

.social-media--list .social-media__item:hover {
  opacity: .65;
}

@media (max-width:699px) {
  .product-info__block-list>.product-info__block-item.c-product-info__block-item--share_buttons svg.icon.icon-twitter {
    width: 22px;
    height: 22px;
  }

  .product-info__block-list>.product-info__block-item.c-product-info__block-item--share_buttons .branding-colors--facebook svg {
    width: 20px;
    height: 20px;
  }

  .product-info__block-list>.product-info__block-item.c-product-info__block-item--share_buttons .branding-colors--email svg {
    width: 18px;
    height: 18px;
  }

  .product-info__block-list>.product-info__block-item.c-product-info__block-item--buy_buttons .buy-buttons button {
    height: 58px;
  }

  .product-info__block-list>.product-info__block-item.c-product-info__block-item--sku .c-product-info__sku {
    gap: 8px 28px;
  }

  .product-info__block-list>.product-info__block-item.c-product-info__block-item--sku {
    padding: 11px 30px;
  }

  .product-info__block-list>.product-info__block-item.c-product-info__block-item--price .h4 {
    font-size: 18px;
  }
}

/*============================================================================
 #Cart
==============================================================================*/
/*================ Cart Drawer ================*/
.cart-drawer__button-price:before {
  display: none;
}

.cart-drawer .button-group .button {
  background: #231815;
  border-radius: 6px;
  font-weight: 500;
}

.cart-drawer .smallcaps {
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width:699px) {
  .cart-drawer__items .price-list .h5 {
    font-size: 12px;
  }

  .cart-drawer .button-group .button {
    font-size: 12px;
  }
}

/*============================================================================
 #Customer
==============================================================================*/
/*================ Login ================*/
/*================ MyAccount ================*/
/*================ Order ================*/
/* Shipping Date */
.c-order-shipping-date {
  background: #f8f8f8;
  padding: 12px 20px;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 640px) {
  .c-order-shipping-date {
    display: block;
  }
}

/*============================================================================
 #Header
==============================================================================*/
.header {
  --header-separation-border-color: none;
}

.header .header__cart-dot .cart-count {
  transition: ease-in-out 0.2s;
}

.header:hover .header__cart-dot .cart-count {
  background: #231815;
  color: #fff;
}

.header__logo-image--transparent {
  width: var(--header-transparent-logo-width, var(--header-logo-width));
  height: auto;
}

.header-search__input {
  text-transform: none;
}

.header__primary-nav .header__primary-nav-item a {
  text-transform: none;
}

x-header:not(x-header.is-solid) .header__primary-nav .header__primary-nav-item a {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

x-header:not(x-header.is-solid) .header__secondary-nav .c-header__sub-menu a.c-header__sub-menu-link {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

x-header:not(x-header.is-solid) .localization-selectors button {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
}

x-header .localization-selectors button.link-faded {
  color: var(--text-color);
}

x-header:not(x-header.c-header--top) .header__primary-nav .header__primary-nav-item a,
x-header:not(x-header.c-header--top) .header__secondary-nav .c-header__sub-menu a.c-header__sub-menu-link {
  text-shadow: none;
}

.header__primary-nav-item:hover:before {
  transform: scaleX(0.65);
}

.header-sidebar::part(header) {
  align-items: flex-start;
}

.drawer::part(header) {
  padding-block-start: 28px;
}

.header-sidebar__scroller {
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}

.header-sidebar__footer:before {
  display: none;
}

.c-header-sidebar__social {
  padding-block-start: 26px;
  border: none;
}

.c-header-sidebar__social svg {
  width: 24px;
  height: 24px;
}

.c-header-sidebar__copyright {
  border-top: none;
  margin-block-start: 36px;
}

.c-header-sidebar__menu-title {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #707070;
  font-weight: 400;
  margin-block-end: 25px;
}

.c-header-sidebar__textarea p {
  font-size: 13px;
  line-height: 2;
  color: #231815;
  font-weight: 400;
}

.c-header-sidebar__linklist {
  margin-block-start: 28px;
}

.c-header-sidebar__linklist .header-sidebar__linklist-button {
  font-size: 14px;
  color: #707070;
  text-transform: uppercase;
}

.c-header-sidebar__linklist.header-sidebar__linklist.divide-y .header-sidebar__nested-linklist {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
  row-gap: 0;
  margin-block-end: 0;
}

.c-header-sidebar__linklist.header-sidebar__linklist.divide-y .header-sidebar__nested-linklist a {
  border-top: solid 1px #B1B1B1;
  padding-top: 16px;
  padding-bottom: 20px;
  line-height: 1;
  padding-left: 10px;
  color: #231815;
  font-size: 13px;
}

.header-sidebar .divide-y> :not([hidden])~ :not([hidden]) {
  border-color: #B1B1B1;
}

.header__logo-image--transparent {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.c-header-sidebar__linklist .animated-plus::before {
  width: 12px;
  height: 1.5px;
  background-color: #231815;
}

.c-header-sidebar__linklist .animated-plus::after {
  height: 12px;
  width: 1.5px;
  background-color: #231815;
}

.c-header-sidebar__copyright-text {
  font-size: 11px;
  line-height: calc(16 / 11);
  font-weight: 400;
}

@media (max-width:999px) {
  .header__logo {
    grid-area: auto;
  }

  .header__secondary-nav {
    gap: 24px;
  }

  .header__nav-icon.icon-hamburger {
    margin-top: 6px;
  }
}

@media (max-width:699px) {
  .header {
    padding-block-start: 20px;
    padding-block-end: 20px;
  }

  .header__secondary-nav {
    flex-wrap: nowrap;
  }
}

/* ============ カートドット ============ */
.header__cart-dot {
  position: relative;
}

.header__cart-dot .cart-count {
  position: absolute;
  top: -27px;
  right: -30px;
  background: #231815;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  min-width: 18px;
}

x-header:not(x-header.is-solid) .header__cart-dot .cart-count {
  background: #fff;
  color: #231815;
}

x-header:not(x-header.is-solid) .header__cart-dot .cart-count--reverse {
  background: #231815;
  color: #fff;
}

@media (max-width: 699px) {
  .header__cart-dot .cart-count {
    width: 16px;
    height: 16px;
    min-width: 16px;
    font-size: 10px;
    top: -27px;
    right: -30px;
  }
}

@media (min-width:700px) {
  .header {
    --header-padding-block: 23px;
  }

  x-header:not(x-header.is-solid) .header__secondary-nav .icon {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
  }

  x-header:not(x-header.c-header--top) .header__secondary-nav .icon {
    filter: none;
  }
}

/* ============ モバイル用サブメニュー ============ */
.c-header__sub-menu {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  margin: 0;
  align-items: flex-end;
  margin-right: 20px;
}

.c-header__sub-menu li {
  padding-inline-start: 0;
  line-height: 1;
}

.c-header__sub-menu a {
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1;
  transition: opacity 0.3s ease-in-out;
}

.c-header__sub-menu a:hover {
  opacity: 0.6;
}

/*============================================================================
 #Footer
==============================================================================*/
.c-footer__block--text p {
  color: #fff;
  font-size: 14px;
  line-height: calc(30 / 14);
}

.c-footer__menu-title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #CACACA;
  text-transform: uppercase;
}

.c-footer__social-media .c-footer__menu-title {
  text-transform: none;
}

.c-footer__block--links ul li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
  color: #fff;
  opacity: 1;
}

.c-footer__social-media ul {
  margin-block-start: 23px;
}

.c-footer__social-media .social-media--list .social-media__item {
  opacity: 1;
}

.c-footer__social-media .social-media--list .social-media__item:hover {
  opacity: 0.65;
}

.c-footer__copyright {
  text-transform: none;
}

@media (min-width:700px) {
  .footer {
    padding-block-start: 72px;
    padding-block-end: 40px;
  }

  .footer__inner {
    max-width: 1138px;
    margin-inline: auto;
    row-gap: 0;
  }

  .c-footer__logo {
    transition: all .3s;
  }

  .c-footer__logo:hover {
    opacity: 0.65;
  }

  .c-footer__block--text .prose {
    margin-block-start: 6px;
  }

  .c-footer__social-media ul svg {
    width: 28px;
    height: 28px;
  }

  .c-footer__social-media {
    margin-block-start: 48px;
  }

  .footer__block.c-footer__block--text {
    max-width: 319px;
    margin-right: 30px;
  }

  .footer__block-list.c-footer__block-list {
    column-gap: 0;
    justify-content: baseline;
  }

  .footer__block.c-footer__block--links {
    width: fit-content;
    max-width: fit-content;
  }

  .footer__block.c-footer__block--links ul li {
    transition: opacity .3s;
  }

  .footer__block.c-footer__block--links ul li:hover {
    opacity: .65;
  }

  .footer__block.c-footer__block--links:nth-child(2) {
    margin-left: auto;
    margin-right: 87px;
  }

  .footer__block.c-footer__block--links:nth-child(3) {
    margin-right: 140px;
  }

  .footer__block.c-footer__block--links:nth-child(4):has(~ .footer__block.c-footer__block--links) {
    margin-right: 80px;
  }

  .footer__block.c-footer__block--links:nth-child(n+5) {
    margin-right: 80px;
  }

  .footer__block.c-footer__block--links:not(:has(~ .footer__block.c-footer__block--links)) {
    margin-right: 0;
  }

  .footer__block-list.c-footer__block-list {
    justify-content: flex-start;
  }

  .footer__aside {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-block-start: 11px;
  }

  .c-footer__copyright {
    font-size: 12px;
    color: #fff;
    opacity: 1;
    line-height: calc(32 / 12);
    font-weight: 400;
    text-transform: none;
    opacity: 1;
  }

  .c-footer__copyright br {
    display: none;
  }

  .footer__aside .localization-selectors {
    display: none;
  }
}

@media (max-width:699px) {
  .footer {
    padding-block-start: 46px;
    padding-block-end: 40px;
  }

  .footer__inner {
    row-gap: 0;
  }

  .c-footer__block--text p {
    font-size: 12px;
    font-weight: 400;
    line-height: calc(26 / 12);
  }

  .c-footer__block--text {
    margin-block-end: 45px;
  }

  .c-footer__block--links .v-stack {
    position: relative;
  }

  .c-footer__block--links .c-footer__menu-title {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
    user-select: none;
    transition: color 0.3s ease;
    font-size: 14px;
  }

  .c-footer__block--links .c-footer__menu-title::before,
  .c-footer__block--links .c-footer__menu-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #D9D9D9;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .c-footer__block--links .c-footer__menu-title::before {
    transform: translateY(-50%) rotate(90deg);
  }

  .c-footer__block--links .c-footer__menu-title::after {
    transform: translateY(-50%) rotate(0deg);
  }

  .c-footer__block--links .c-footer__menu-title.is-open::before {
    transform: translateY(-50%) rotate(0deg);
  }

  .c-footer__block--links {
    margin-block-end: 22px;
    padding-block-end: 22px;
    border-bottom: solid 1px #343434;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .c-footer__block--links .unstyled-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    margin-top: 0;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .c-footer__block--links .unstyled-list.is-open {
    max-height: 800px;
    opacity: 1;
    padding-top: 22px;
    transform: translateY(0);
  }

  .c-footer__block--links ul li {
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.1s;
  }

  .c-footer__block--links ul>* {
    border-top: solid 1px #343434;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .c-footer__block--links .unstyled-list.is-open ul li {
    opacity: 1;
    transform: translateY(0);
  }

  .c-footer__block--links:last-child {
    margin-block-end: 26px;
  }

  .c-footer__block--links ul li:nth-child(1) {
    transition-delay: 0.1s;
  }

  .c-footer__block--links ul li:nth-child(2) {
    transition-delay: 0.15s;
  }

  .c-footer__block--links ul li:nth-child(3) {
    transition-delay: 0.2s;
  }

  .c-footer__block--links ul li:nth-child(4) {
    transition-delay: 0.25s;
  }

  .c-footer__block--links ul li:nth-child(5) {
    transition-delay: 0.3s;
  }

  .c-footer__block--links ul li:nth-child(6) {
    transition-delay: 0.35s;
  }

  .c-footer__block--links ul li:nth-child(7) {
    transition-delay: 0.4s;
  }

  .c-footer__block--links ul li:nth-child(8) {
    transition-delay: 0.45s;
  }

  .c-footer__block--links ul li:nth-child(9) {
    transition-delay: 0.5s;
  }

  .c-footer__block--links ul li:nth-child(10) {
    transition-delay: 0.55s;
  }

  .c-footer__block--links ul li:nth-child(11) {
    transition-delay: 0.6s;
  }

  .c-footer__block--links ul li:nth-child(12) {
    transition-delay: 0.65s;
  }

  .c-footer__block--links ul li:nth-child(13) {
    transition-delay: 0.7s;
  }

  .c-footer__block--links ul li:nth-child(14) {
    transition-delay: 0.75s;
  }

  .c-footer__block--links ul li:nth-child(15) {
    transition-delay: 0.8s;
  }

  .c-footer__block--links ul li:last-child {
    padding-block-end: 0;
  }

  .c-footer__block--links ul li a {
    font-size: 13px;
    transition: opacity 0.3s ease;
    padding-left: 10px;
    display: block;
    width: 100%;
  }

  .c-footer__block--links ul li a:hover {
    opacity: 0.7;
  }

  .c-footer__block-list {
    display: block;
  }

  .footer__aside {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
    margin-block-start: 36px;
  }

  .c-footer__copyright {
    line-height: calc(16 / 11);
    font-size: 11px;
  }

  .c-footer__social-media ul {
    margin-block-start: 20px;
  }

  .c-footer__social-media ul svg {
    width: 24px;
    height: 24px;
  }

  .c-footer__logo {
    margin-block-end: 8px;
  }
}

/*============================================================================
 #APP
==============================================================================*/
/* ============ LangShop ============ */
html[lang="en"] .c-button__primary {
  width: fit-content;
  padding-right: 40px;
}

@media (max-width: 699px) {
  html[lang="en"] .c-button__primary {
    padding-right: 32px;
    width: fit-content;
  }
}

/*============================================================================
 #Layout
==============================================================================*/
