/** Shopify CDN: Minification failed

Line 640:5 Expected ":"

**/
html {
    letter-spacing: 0.01em;
    font-feature-settings: 'palt';
}
/* ------ font設定 ---------*/
body,
.shopify-policy__container h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13.6px;
}
.menu-drawer__navigation {font-family: var(--font-heading-family);}
body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5 {
    color: rgba(var(--color-foreground), 1) !important;
}
h1, h2, .h1, .h2 {
  text-transform: uppercase;
  text-align: center;
}
.product-template h1, .product-template .h1 {text-align: left;}
p, div, ul, li, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {letter-spacing: 0.04em}
.text-body {font-size: 1.4rem !important;}
.template-product .price-item {
  font-size: 2rem !important;
  letter-spacing: 0 !important;
}
.card-information .price,
.template-product .card-information .price,
.template-product .card-information .price-item {
  font-size: 1.36rem !important;
}
.coming-soon-label {font-size: 1.3rem !important;}
button, input, optgroup, select, textarea {
  font-size: 13.6px !important;
}
input, optgroup, select, textarea {
  color: rgba(33, 33, 33, 1) !important;
}
.price,
.price-item,
.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-family: var(--font-body-family) !important;
}

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

.pc_only {display:block;}
.sp_only {display:none;}

@media screen and (max-width: 767px) {
.pc_only {display:none;}
.sp_only {display:block;}
}


.template-product .product__tax.caption.rte {
    display: none;
}





/*------------------------------------------------
　　　　　　　　　      HEADER
------------------------------------------------*/
.header__icon--instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: -1.2rem;
}
.header__icon--cart {
  position: relative;
  margin-right: 0;
}
.header__icons .icon.icon-instagram {
    height: 2.5rem;
    width: 2.5rem;
    color: #000;
}
.header__icon,
.header__icon--cart .icon {
    width: 3.8rem !important;
}
.custom-header-nav-wrapper {
  width: 100%;
  border-top: 1px solid #000;
}
.custom-header-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
}
.custom-header-nav__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-header-nav__title,
.custom-header-nav__single-link {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #000;
}
.custom-header-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.custom-header-nav__menu a {
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  color: #000;
}

/* ------------- ハンバーガーメニュー --------------- */
.menu-drawer__navigation-container {
    padding: 0 30px 10px;
    box-sizing: border-box;
}
.menu-drawer__navigation {
    margin: 0;
    padding: 0;
}
.menu-drawer__menu.has-submenu.list-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-drawer__menu.has-submenu.list-menu > li {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}
.menu-drawer__menu.has-submenu.list-menu > li:last-child {
    margin-bottom: 0;
}
.menu-drawer__menu.has-submenu.list-menu > li > a.menu-drawer__menu-item {
    display: block;
    margin: 0;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
}
.menu-drawer__custom-group {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}
.menu-drawer__custom-title.menu-drawer__menu-item {
    display: block;
    margin: 0 0 20px;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
}
.menu-drawer__custom-list.list-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-drawer__custom-item {
    padding: 0;
    list-style: none;
}
.menu-drawer__custom-list.list-menu li {
  margin-bottom: 2rem !important;
}
.menu-drawer__custom-item:last-child {
    margin-bottom: 0;
}
.menu-drawer__custom-child.menu-drawer__menu-item {
    display: block;
    margin: 0;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.2;
    color: #999;
    text-decoration: none;
}
.menu-drawer__utility-links {
    display: none;
}

@media (max-width:749px) {
    .header {
        padding: 6px 1.6rem 6px 1.5rem !important;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    }
    header-drawer {
        margin-left: -0.5rem !important;
    }
    .header__icons {
        padding-right: 0;
    }
    .header__icon .svg-wrapper {
        width: 36px;
    }
    .header__icon {
        display: block !important;
        padding-right: 0.2rem !important;
    }
    a.header__icon.header__icon--account {
        width: 3.2rem !important;
    }
    .header__icon--instagram.header__icon .svg-wrapper {
        justify-content: flex-start;
        margin-left: 3px;
        width: 28px;
    }
    .menu-drawer__utility-links {
        display: none !important;
    }
    .custom-header-nav {
        flex-direction: column;
        gap: 24px;
        padding: 20px;
    }
}



/*------------------------------------------------
　　　　　　　　　        TOP
------------------------------------------------*/

/*------------ スライド --------------*/
.slideshow.banner {
  min-height: calc(100vh - var(--header-height));
}
.slideshow.banner .slideshow__slide,
.slideshow.banner .banner__media,
.slideshow.banner .media {
  min-height: calc(100vh - var(--header-height));
}
.slideshow.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*------------------------------------------------
　　　　　　　　　      商品一覧
------------------------------------------------*/
.custom-card-labels {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.card__media {
    position: relative;
}
.collection__view-all {
    text-transform: uppercase;
}
.card__content {
    margin-bottom: 10px;
}


/*------------ ラベル --------------*/
.card__media {
  position: relative;
}
.product-card__sold-out-overlay {
  position: absolute;
  inset: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(115, 115, 115, 0.25);
  z-index: 2;
  pointer-events: none;
}
.product-card__sold-out-overlay p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.coming-soon-label {
  color: red;
}
.custom-card-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.inventory-badge {
  color: #ff0000;
  font-size: 11px;
  white-space: nowrap;
  margin-top: 3px;
}
.card-information {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.product-template .badge {
    background-color: #d8180a;
    text-transform: uppercase;
    margin-left: 10px;
    vertical-align: sub;
}
.price--large {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 769px) {
  .product-card__sold-out-overlay p {
    font-size: 100%;
  }
  p.price.custom-card-price {
    margin-bottom: 0;
  }
  .inventory-badge {
    margin-top: 4px;
  }
  .card__content {
    margin-bottom: 20px;
  }
}




/*------------------------------------------------
　　　　　　　　　      商品詳細
------------------------------------------------*/
/* ------- 右側 -------- */
.template-product .product-form__input,
.template-product .product-form__buttons {
    max-width: 100% !important;
}
.template-product .quantity {
    width: calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    min-height: calc((var(--inputs-border-width) * 2) + 2.5rem);
}
.template-product .quantity__button {
    width: calc(3rem / var(--font-body-scale));
}
.template-product .quantity__button .svg-wrapper {
    width: 0.7em;
}
.template-product .quantity__button {
  font-size: 12px !important;
  color: #000 !important;
}
.template-product .shopify-payment-button {
    display: none !important;
}
.template-product .product-form__submit {
    background-color: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
}
.template-product .product__description {
    border-top: 1px solid rgba(33, 33, 33, 0.2);
}
.template-product .global-media-settings {
  border: none !important;
}

/* --------- サイズ表　----------- */
.product__size-chart {
  margin-top: 24px;
}
.product__size-chart .size-unit-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.product__size-chart .toggle-switch {
  position: relative;
  width: 40px;
  height: 22px;
}
.product__size-chart .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.product__size-chart .size-toggle-slider  {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 999px;
}
.product__size-chart .size-toggle-slider:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: .3s;
}
.product__size-chart .size-unit-toggle:checked + .size-toggle-slider:before {
  transform: translateX(18px);
}
.product__size-chart .size-table {
  width: 100%;
  border-collapse: collapse;
}
.product__size-chart .size-table th,
.product__size-chart .size-table td {
  padding: 8px;
  text-align: center;
}
.product__size-chart .size-table th {
  font-weight: 600;
}

@media screen and (max-width: 769px) {
  .template-product h1 {font-size: 26px;}
  .template-product .product__info-wrapper { margin-top: 30px;}

}




/*------------------------------------------------
　　　　　　　　　      POLICY
------------------------------------------------*/
.shopify-policy__container {
    max-width: 100%;
    margin: 0 auto 60px;
}
.shopify-policy__title h1,
.page-contact h1 {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 22px !important;
}
.shopify-policy__body p,
.shopify-policy__body li {
    margin-bottom: 5px;
}
.shopify-policy__container h3.lowerSubTtl {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 600;
}
.shopify-policy__container .policy_block {
    margin-bottom: 60px;
}
.shopify-policy__container .policy_block > .policy_block {
    margin-bottom: 40px;
}
.shopify-policy__container .policy_block h4 {
    font-size: 13.6px;
    font-weight: 600;
}
.shopify-policy__container ul.no_prefix > li {
    list-style: none;
}
.shopify-policy__container ol li ul {
    margin: 10px 0;
}
.shopify-policy__container .policy_block p {
    padding-left: 20px;
    margin: 0;
}
.policy_block li {
    text-indent: -1.2em;
    padding-left: 1em;
}
.policy_block.detail > * {
    padding-left: 0 !important;
}
.shopify-policy__container .privacy h3 {
    font-size: 15px;
}
.shopify-policy__container .privacy .policy_block.detail > ul,
.shopify-policy__container .privacy .policy_block.detail > ol {
    padding-left: 2rem !important;
}
.shopify-policy__container .privacy .policy_block p {
    padding-left: 0;
}

@media (max-width:768px) {
  .shopify-policy__container {
    margin: 0 0 40px;
    padding: 0 18px !important;
  }
  .shopify-policy__title h1,
  .page-contact h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px !important;
  }
  .shopify-policy__container h3.lowerSubTtl {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .shopify-policy__container .policy_block p,
  .shopify-policy__container .policy_block li {
    font-size: 12.5px;
  }
  .shopify-policy__container .policy_block {
    margin-bottom: 30px;
  }
  .rte ul, .rte ol {
    padding-left: 1rem;
  }
  .shopify-policy__container .privacy h3 {
    font-size: 14px;
  }
}



/*------------------------------------------------
　　　　　　　　　      CONTACT
------------------------------------------------*/
.page-contact button {
    color: #fff !important;
    text-transform: uppercase;
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 400px;
}
.page-contact .field__label {
    font-size: 1.36rem;
}
.page-contact .field:has(#ContactForm-phone) {
    display: none;
}
.page-contact .contact__fields {
    display: block;
}
.page-contact .field:has(#ContactForm-body),
.page-contact .text-area {
    min-height: 300px;
    resize: vertical;
}



/*------------------------------------------------
　　　　　　　　　      FOOTER
------------------------------------------------*/
.footer-block__details-content .list-menu__item--link,
.copyright__content,
.copyright__content a {
    color: #999 !important;
}
.footer-block__details-content .list-menu__item--link {
    font-size: 15px !important;
}
.copyright__content,
.copyright__content a {
    font-size: 13.6px !important;
}
.footer__copyright {
    margin-top: 0.6rem !important;
}
details-modal.header__search {
    display: none !important;
}
.footer__content-bottom {
    border-top: none !important;
    padding-top: 0 !important;
}
.footer__content-top {
    padding-bottom: 0 !important;
}
.footer-block--newsletter {
    margin-top: 0 !important;
}
svg.icon.icon-instagram {
    height: unset;
    width: unset;
    color: #999;
}
.svg-wrapper {
    width: 34px;
    height: 30px;
}

@media screen and (max-width: 767px) {
  .footer-block__details-content .list-menu__item--link {
    font-size: 12px !important;
  }
  .footer-block__details-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .footer .grid,
  .footer-block__details-content {
    margin-bottom: 0 !important;
  }
  .footer {
    padding-top: 0 !important;
  }
  .copyright__content, .copyright__content a {
    f
  }
}