/** Shopify CDN: Minification failed

Line 43:0 Unexpected "}"
Line 109:0 Unexpected "@media"

**/
/* Category（h２）を真ん中に */
.collection-list-title {
  margin: auto;
}

/* 新作アイテム、ランキング、専用決済フォームのボタンのスタイル */
/* .collection__view-all .button,
.banner__buttons .button{
  background: #fff;
  color: #000;
  box-shadow: 1px 1px 4px #333;
  transition: all 0.7s
}

.button::before,
.button::after{
  content: none;
}

.collection__view-all .button:hover,
.banner__buttons .button:hover{
  background: #333;
  color: #fff;
  box-shadow: 1px 1px 4px #333;
} */

/* {% comment %}モバイル用の新作アイテム、ランキング、カテゴリーのレイアウト変更（１列に３つ表示させる）{% endcomment %}
@media screen and (max-width: 989px){
  .grid--1-col-tablet-down .grid__item {
    width: 32%;
  }

/* モバイル用のカテゴリーのレイアウト変更（１列に４つ表示させる） */
  .product-grid .grid--1-col-tablet-down .grid__item {
    width: 24%;
  }
} */

/* カテゴリーの矢印を消す */
.card .icon-wrap {
display: none;
}

/* カテゴリーh2を真ん中に */
.collection-list-wrapper  h2{
  margin: auto;
}

/* 専用決済フォームの白背景を消す。ボタン位置を下へ */
.slideshow__text.banner__box {
  background: transparent;
}

 .slideshow__text.banner__box {
  position: absolute;
  bottom: 0;
}

/* 商品カードの割聞後の価格、○％OFFのスタイル */
.price-red {
  color: #d63a26;
  font-weight: bold;
}
.price {
  font-size: calc(var(--font-heading-scale)* 1.2rem);
}

/* セールやプレオーダーのバッチを表示させる。 */
.card--standard:not(.card--horizontal) > .card__content .card__badge {
  display: block;
}

/* プレオーダーのテキストの文字サイズ（商品詳細ページ） */
.preorder-note-text {
  font-size:1.2rem;
}

/* カートの文字サイズを変更する */
.cart-item__name, .product-option {
  font-size: 1.2rem;
}
/* 商品名の文字サイズを変更 */
.product__title h1 {
      font-size: calc(var(--font-heading-scale)* 2rem);
}
/* カートのボタンの高さを調節する */
.quantity{
  min-height: calc((var(--inputs-border-width)* 2) + 4rem);
  width: calc(11rem / var(--font-body-scale) + var(--inputs-border-width)* 2);
}

/* カートページのバッチのレイアウト*/
.cart-item__details .card__badge {
  display: flex;
  flex-wrap: wrap;
}
.cart-item__details .card__badge .badge:nth-child(n+2) {
  margin-left: 0.5rem;
}
.product__info-container .card__badge .badge:nth-child(n+2) {
  margin-left: 0.5rem;
} 　
@media screen and (max-width: 749px) {
  .cart-item {
    grid-template: repeat(2, auto) / repeat(3, 1fr);
  }
}

/* 商品詳細のスライダーの調整 */
/* 共通 */
.swiper-slide img {
  width: 100%;
  height: 100%;
}
/* サブスライダー（メイン下のスライダー） */
.thumb-slider {
  margin-top: 1rem;
}
.swiper-slide {
  height: auto;
}
/* ページ送りの矢印を表示 */
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  display: block;
  width: 2rem;
  height:3rem;
  background: #121212;
  opacity:0.8;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color:#ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
.swiper-button-next:after {
  right: 0.5rem;
}
.swiper-button-prev:after {
  left: 0.5rem;
}

/* サブスライダーのページネーション */
.thumb-slider .swiper-slide.active-thumb {
  border: 1px solid #121212; 
  opacity: 0.8;
  transition: border 0.3s ease-in-out;
  box-sizing: border-box;
}
.thumb-slider .swiper-slide.active-thumb img {
  transform: scale(0.9);
  transition: 0.3s;
}

/* 商品詳細のpcのレイアウト */
@media screen and (min-width: 750px) {
  .product-slider {
    display: flex;
    justify-content: space-between;
  }
  .main-slider {
    width: 60%;
    margin-left: 0;
  }
  .thumb-slider {
    width: 38%;
    margin-top: 0;
  }
  .thumb-slider .swiper-wrapper {
    height:auto;
    transform: initial!important;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .thumb-slider  .swiper-slide {
    width: calc(32% - 1rem)!important;
    margin:0!important;
  }
  
}

/* サイズ表のレイアウト用 */
/* .size-guide-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-top: 16px;
}

.size-guide-table th,
.size-guide-table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.size-guide-table thead th {
  background-color: #f9f9f9;
  font-weight: bold;
} */
.table-container {
  overflow-x: scroll;
}
.size-table {
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.6;
  
}
.size-table th,
.size-table td {
  padding: 1rem;
  white-space: nowrap;
  border: 1px solid #ccc;
}

/* ブランドストーリー用のcss
section/custom-brand-story.liquid */
#brand-story .container {
  width: 100%;
}
#brand-story .title {
  padding: 3rem;
}
#brand-story .cover {
  position: absolute;
  width: 100%;
  height:100%;
  background-color: #333;
  opacity: 0.3;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
}
#brand-story .image-cover {
  position: relative;
}
#brand-story .text {
  font-size: 1.4rem;
  padding: 3rem;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #brand-story .title {
    padding: 0 1.5rem;
  }
  #brand-story .text {
    font-size: 1.4rem;
    padding: 35px 1.5rem;
  }
}

/* .footer用CSS */
.footer {
  border-top: none;
}
.footer__content-top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.footer__content-top {
  /* padding-left: calc(4rem / var(--font-body-scale));
  padding-right: calc(4rem / var(--font-body-scale)); */
  padding: 0;
  max-width: 726px;
}
.footer-block:only-child:last-child {
  max-width: auto;
}
.footer-block--newsletter {
  margin-top: 0;
}
.footer-block-image {
  margin-bottom: 0;
}
@media screen and (max-width: 998px) {
  .footer__content-top {
    max-width: 100%;
    padding: 0 9rem;
  }
}
@media screen and (max-width: 749px) {
 .footer__content-top {
    flex-direction: column-reverse;
  }
  .footer-block--newsletter {
    margin-right: auto;
  }
  .list-social__link {
    padding-left: 0;
  }
  .footer__content-top {
    padding-left: calc(2rem / var(--font-body-scale));
    padding-right: calc(2rem / var(--font-body-scale));
  }
  .footer-block__image-wrapper {
    max-width: min(100%, 60px)!important;
    margin-right: auto;
    margin-top: 0;
  }
  .footer .grid {
    margin-bottom: 0;
  } 
}
/* pre orderなどのバッチのスタイル */
.badge {
  font-size: 1rem;
  padding: .5rem 0.5rem .6rem;
}
.card__heading {
  margin-top: 1rem;
}
.card__information {
  padding: 0rem 1rem 1rem;
}

/* トップページのheaderのスタイル */
.template-index .header {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1200px;
  width: 100%;
  transform: translateX(-50%);
  background: transparent;
  border: none;
}

/* チャット・ページ下部メニューバー用css */
/* 共通：初期非表示 */
.floating-menu,
#ShopifyChat {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* 表示時 */
.floating-menu.active,
#ShopifyChat.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* 固定位置そのまま維持 */
.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
}

.floating-menu ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 1rem;
  list-style: none;
}

.floating-menu li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}














