/** Shopify CDN: Minification failed

Line 29:14 Expected identifier but found whitespace
Line 29:16 Unexpected "{"
Line 29:25 Expected ":"
Line 29:59 Expected ":"
Line 30:17 Expected identifier but found whitespace
Line 30:19 Unexpected "{"
Line 30:28 Expected ":"
Line 30:65 Expected ":"

**/


/* CSS from section stylesheet tags */
.tab-more-button {
  margin-top:0px !important;
}
.spacer {
  height: 0;
  width: 100%;
}

.product-wrapper-tab {
  display: contents;
}

.tab-page-width {
  padding-top: {{ section.settings.section_padding_top }}px; 
  padding-bottom: {{ section.settings.section_padding_bottom }}px;
}

/* タブのスタイル */
/* .product-grid-tab {
  justify-content: space-between;
} */

.tabs {
  text-align: center;
  margin-bottom: 20px;
  overflow-x: auto; /* 横方向にオーバーフローしたらスクロール可能にする */
  white-space: nowrap; /* タブが折り返されないようにする */
  -webkit-overflow-scrolling: touch; /* iOSの慣性スクロールを有効にする */
}

.tab-button {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: color 0.3s;
}

.tab-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;  
  background-color: #000;  
  transition: width 0.3s ease;  
}

.tab-button.active-tab::before {
  width: 100%; 
}

.tab-button p {
  margin: 0;
}

.tab-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; 
}

.tab-content[aria-hidden="true"] {
  display: none;
  opacity: 0;
}

.tab-content[aria-hidden="false"] {
  display: flex;
  opacity: 1;
}

.tab-content.active {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
}

.product-title {
  padding-top: 1.5rem;

}

@media screen and (min-width: 768px) {

  .ranking-badge {
  width: 35px;
  height: 35px;
    color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

  .product-grid-tab[data-columns="1"] .product-tab {
    flex: 1 0 calc(100% - 5px);
    box-sizing: border-box;
    padding: 0;
    max-width: calc(100% - 5px );
  }

  .product-grid-tab[data-columns="2"] .product-tab {
    flex: 1 0 calc(50% - 5px);
    box-sizing: border-box;
    padding: 0;
    max-width: calc(50% - 5px );
  }

  .product-grid-tab[data-columns="3"] .product-tab {
    flex: 1 0 calc(33% - 5px);
    box-sizing: border-box;
    padding: 0;
    max-width: calc(33% - 5px );
  }

  .product-grid-tab[data-columns="4"] .product-tab {
    flex: 1 0 calc(24% - 5px);
    box-sizing: border-box;
    padding: 0;
    max-width: calc(24% - 5px );
  }

  .product-grid-tab[data-columns="5"] .product-tab {
    flex: 1 0 calc(19% - 5px);
    box-sizing: border-box;
    padding: 0;
    max-width: calc(20% - 5px );
  }

  .product-grid-tab[data-change="true"] {
    flex-wrap: no-wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
  }

  .product-grid-tab[data-change="true"] .product-wrapper-tab {
    flex: 0 0 auto;
  }

  .product-grid-tab[data-change="true"] .product-tab {
    width: 25%;
    box-sizing: border-box; 
  }

  .product-grid-tab[data-change="true"] .more-button {
    display:none;
  }

  .grid[data-change="true"] {
    flex-wrap: nowrap;
  }
}

.product-tab img {
  margin-bottom: 5px;
  max-width: 100%;
  width: 100%;
}

.product-tab a {
  text-decoration: none;
  color: currentColor;
}

.product-title h2 {
  margin-top: 0;
  margin-bottom: 5px;
}

.product-price {
  margin: 0;
}

.product:hover {
  .product-title h2 {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
}

.tab-button h2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.product-title h2 {
  font-size: 14px;
  color: currentColor;
}

.product-price {
  font-size: 14px;
  padding-bottom: 1.3rem;
}

.tab-description {
  margin: 20px 0;
  font-size: 16px;
}

.tab-button.large h2 {
  font-size: 24px;
}

.tab-button.medium h2 {
  font-size: 18px;
}

.tab-button.small h2 {
  font-size: 12px;
}

.more-button {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  margin: 20px auto 0; 
}  

.tab-heading-large { font-size: 24px; }
.tab-heading-medium {
  font-size: 18px; 
  font-family: Assistant, sans-serif;
}
.tab-heading-small { font-size: 12px; }

.tab-description {
  margin: 10px 0;
}

.more-button-link {
  background: none;
  color: rgb(18, 18, 18,0.7);
  padding: 0;
}

.more-button-link:hover {
  opacity: 1;
  color: rgb(18, 18, 18,1);
  text-decoration-thickness: 0.2rem;
}

.more-button-outline {
  background: none;
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
}

.more-button-outline:hover {
  border: 2px solid #000;
}

.more-button-solid {
  background-color: #000;
  color: #fff;
  border: none;
  text-decoration: none;
}

.more-button-solid:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transition: .4s;
}

.more-button p {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .product-grid-tab[data-columns-sp="2"] .product-tab {
    flex: 1 0 calc(50% - 4px);  
    max-width: calc(50% - 4px);  
  }
  .product-grid-tab[data-columns-sp="1"] .product-tab {
    flex: 1 0 calc(100% - 20px);  
    max-width: calc(100% - 20px);  
  }

  .product-grid-tab[data-columns-sp="3"] .product-tab {
    flex: 1 0 calc(33% - 4px);  
    max-width: calc(33% - 4px);  
  }
  
  .product-grid-tab[data-change-sp="true"] {
    flex-wrap: nowrap !important;
    overflow-x: auto  !important;
    -webkit-overflow-scrolling: touch; /* 慣性スクロール for iOS */
  }

  .product-grid-tab[data-change-sp="true"] .product-wrapper-tab {
    flex: 0 0 auto;
  }

  .product-grid-tab[data-change-sp="true"] .product-tab {
    width: 25%;
    box-sizing: border-box; /* パディングとボーダーを含めた幅にする */
  }

  .product-grid-tab[data-change-sp="true"] .more-button {
    display:none;
  }

  .product-grid-tab {
    justify-content: center;
  }

  .tabs {
    /* 他のスタイルはそのまま */
    overflow-x: auto; /* 横方向にオーバーフローしたらスクロール可能にする */
    white-space: nowrap; /* タブが折り返されないようにする */
    -webkit-overflow-scrolling: touch; /* iOSの慣性スクロールを有効にする */
    /* scrollbar-width: none;
    -ms-overflow-style: none; */
  }

  /* .tabs::-webkit-scrollbar {
    display: none;
  } */

  .tab-button {
    display: inline-block; 
  
  }

  .ranking-badge {
    width: 20px;
    height: 20px;
        color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
    font-size:10px;
  }
}



.ranking-1 {
  background-color: #e7c91d;
}

.ranking-2 {
  background-color: #a6a291;
}

.ranking-3 {
  background-color: #a17c31;
}

.ranking-4, .ranking-5, .ranking-6, .ranking-7, .ranking-8, .ranking-9, .ranking-10 {
  background-color: #000000;
}

  .product-wrapper-tab .media.media--transparent{
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }