<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 233:12 Unexpected "{"
Line 233:21 Expected ":"
Line 234:16 Expected identifier but found whitespace
Line 234:18 Unexpected "{"
Line 234:27 Expected ":"
Line 234:53 Expected ":"
Line 235:19 Expected identifier but found whitespace
Line 235:21 Unexpected "{"
Line 235:30 Expected ":"
Line 235:59 Expected ":"

**/
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.4rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.4rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

.button {
  font-size: 1rem;
}

.color-cart-button {
  font-size: 1.2rem;
}

.color-grid-cart-button {
  color: rgba(var(--color-grid-cart-button-text));
  background-color: rgba(var(--color-grid-cart-button));
}

.center {
  width: 100%;
}

.subtitle {
  font-family: var(--font-heading-family);
}

.footer-block__details-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.cart-notification__links P {
  font-size: 1.3rem;
  text-align: left;
}

.grid-item {
  display: flex;
}

/* 繝倥ャ繝繝ｼ */
.page-width.drawer-menu {
  max-width: 1400px;
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.menu-drawer__menu .menu-drawer__menu-item {
  font-size: calc(var(--font-body-scale) * 1.2rem);
}

.menu-drawer-accordion__navigation {
  overflow: overlay;
  padding: 5.6rem 0;
}

.menu-drawer-accordion__navigation::-webkit-scrollbar,
.menu-drawer__inner-submenu::-webkit-scrollbar {
  width: 0;
}

.menu-drawer-accordion__navigation .menu-drawer__close-button {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  background-color: rgba(var(--color-foreground),.04);
  margin: 0 0 2px 0;
  padding: 1.1rem 3rem;
  position: relative;
}

.menu-drawer-accordion__navigation details &gt; button {
  display: none;
}

.menu-drawer-accordion__navigation details[open] &gt; summary {
  display: none;
}

.menu-drawer-accordion__navigation details[open] &gt; button {
  display: initial;
}

.menu-drawer-accordion__navigation details .icon-plus {
  position: absolute;
  right: 2.5rem;
  width: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.menu-drawer-accordion__navigation details .icon-minus {
  position: absolute;
  right: 2.5rem;
  width: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.menu-opened .menu-drawer__menu-item {
  border-bottom: 1px solid #eee;
  margin: 0 1rem .2rem;
  padding: 1.1rem 2.2rem;
}

.list-menu__title {
  font-weight: bold;
}

.menu-drawer__menu-item.list-menu__title:focus,
.menu-drawer__menu-item.list-menu__title:hover {
  color: inherit;
  background-color: inherit;
}

.menu-opened .menu-block {
  margin: 1.2rem 0;
}

/* 3繧ｫ繝ｩ繝� */

@media screen and (max-width: 749px) {
  .grid--3-col-tablet-down .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
  .grid--4-col-tablet-down .grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--3-col-tablet-down .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--4-col-tablet-down .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}

/* 蝠�刀隧ｳ邏ｰ */
product-info .badge,
.product__inventory,
.product__description {
  font-size: 1.4rem;
}

.before-release {
  background-color: #121212;
  color: #fff;
  padding: 1rem 0;
  max-width: 44rem;
}

.price--on-sale .price__badge-sale {
  vertical-align: bottom;
}

.product-media-modal {
  background-color:rgba(0, 0, 0, .8);
}

.product-media-modal__content &gt; * {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
}

@media screen and (min-width: 990px) {
  .thumbnail-list.thumbnail--small {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .thumbnail-list.thumbnail--medium {
    grid-template-columns: repeat(5, 1fr);
  }
  
  .thumbnail-list.thumbnail--large {
    grid-template-columns: repeat(4, 1fr);
  }

  .product--medium .thumbnail-list.thumbnail--small {
    grid-template-columns: repeat(7, 1fr);
  }

  .product--medium .thumbnail-list.thumbnail--medium {
    grid-template-columns: repeat(6, 1fr);
  }

  .product--medium .thumbnail-list.thumbnail--large {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list.thumbnail--small {
    grid-template-columns: repeat(8, 1fr);
  }

  .product--large .thumbnail-list.thumbnail--medium {
    grid-template-columns: repeat(7, 1fr);
  }

  .product--large .thumbnail-list.thumbnail--large {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .product-media-modal__content {
    margin: 0 auto;
    max-width: 1100px;
  }
}

.product__media-toggle:after {
  width: 5.4rem;
  height: 5.4rem;
}

@media screen and (min-width: 750px) {
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.3rem;
  }
}

.product-form__input input[type=radio]:disabled+label,
.product-form__input input[type=radio].disabled+label {
  background-color: rgb(var(--color-foreground),.2);
}

.font-small {
  font-size: 1.2rem;
}

.font-medium {
  font-size: 1.4rem;
}

.font-large {
  font-size: 1.6rem;
}

.unclickable {
  pointer-events: none;  
}

.coupon-code {
  cursor: pointer;
  display: inline-block;
  background: #f1f1f1;
  padding: 0 1rem;
}

.product-form__quantity .form__label p {
  color: #dd1d1d;
  background: #f1f1f1;
  padding: 0.5rem 1rem;
}

/* 繧ｻ繝ｼ繝ｫ陦ｨ險� */
.price--on-sale .price-item--regular {
  display: block;
}

.price-item--sale {
  color: red;
}

.discount-percent {
  font-size: 1.3rem;
}

/* 繧ｳ繝ｬ繧ｯ繧ｷ繝ｧ繝ｳ繝ｪ繧ｹ繝� */
.card--layered .card__content {
  background-color: rgba(0, 0, 0, 0.2);
}

.card--layered .card__heading {
  color: #ffffff;
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}

.icon-wrap {
  display: none;
}

.card--card_row &gt; .card__content,
.card--layered &gt; .card__content {
  display: none;
}

/* 繝悶Ο繧ｰ險倅ｺ九Μ繧ｹ繝� */
.article-card__excerpt {
  font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

/* 繧ｦ繧｣繝�す繝･繝ｪ繧ｹ繝� */
.card-wrapper .button-wishlist {
  background-color: #fff;
  border: #f4f4f4;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  z-index: 2;
}

.card-wrapper .button-wishlist .icon-heart {
  width: 1.4rem;
}

.card-wrapper .button-wishlist span {
  display: none;
}

.active .icon-heart {
  color: red;
}

.product-button-wishlist .button-wishlist {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0;
  min-height: 2.4rem;
  display: flex;
  align-items: center;
}

.product-button-wishlist .button-wishlist .icon-heart {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.quick-add {
  grid-row-start: 3;
}

quick-add-modal .product-button-wishlist {
  display: none!important;
}

.drawer-wishlist .icon-heart {
    height: 1.2rem;
    margin-right: .5rem;
    width: 1.3rem;
}

/* 繧ｳ繝ｬ繧ｯ繧ｷ繝ｧ繝ｳ */
.collection-hero__text-wrapper .collection-hero__title + .collection-hero__description {
  font-size: 1.4rem;
}

@media screen and (max-width: 749px) {
  .collection-hero__text-wrapper .collection-hero__title + .collection-hero__description {
    padding-left: .5rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero__text-wrapper .collection-hero__title + .collection-hero__description {
    font-size: 1.4rem;
    text-align: center;
    margin: 2rem auto;
  }
}

.price .price__sale .price-item {
  display: block;
}

/* 霑ｽ蜉�繧ｹ繝ｩ繧､繝繝ｼ */
.swiper {
  width: 100%;
  height: 100%
}

.swiper-slide {
  justify-content: center;
  align-items: center;
}

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

@media screen and (max-width: 749px) {
  .swiper-section.page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 749px) and (max-width: 990px) {
  .swiper-section.page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
</pre></body></html>