/** Shopify CDN: Minification failed

Line 169:0 Expected ")" to go with "("

**/
/*コレクション画像と画像の隙間*/
body .collection__page-description{
  line-height:0;
}

/*ホームカテゴリー*/
.home-category{
  margin:20px 0;
}

.home-category1{
 width:100%;
  display:inline-flex;
  flex-direction:row;
  justify-content:space-between;
}

.home-category-list{
border: 1px solid #000000;
 width: 30%;
  margin:3px;
}

.home-category-list p{
margin-bottom:0;
  padding:10px 6px;
      text-align: center;
}

.home-category-list a{
text-decoration:none;
}


.so{
background:none;
}

/*" (＋tax)*/
.price-item:after{
content:" (Tax in)";
 font-size:11px;
}

/*ムービー*/
/* .season-movie{
   width:100vw !important;
  margin-left: calc( ( 100% - 100vw ) / 2 );
} */

/*ホームバナー*/
.textWithImage__column-container.with-padding{
 padding-top:15px;
  
}

/*ホームカテゴリー欄*/
.collection__list-item.floating__title .collection__item-details{
  background: none;
}
.collection__list-item.floating__title .collection__item-details a{
  color:#ffffff;
}

h6{
padding:10px 0;
}

/*サイズ表*/
th,td {
    border: solid 1px;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
  text-align:center;
}

th{
  background:#eeeeee;

}

table {
    border-collapse:  collapse; /* セルの線を重ねる */
}

/*カミングスーン*/
.comingSoonBadge2 {
  background: none !important;
  border:none !important;
}


/*違う色*/
.different-color{
 display:flex;
  width:300px;
}

.different-color img{
padding:10px;
  width:100px;
}

/*SALE*/
.sale-item {
    color: red;
    background: none;
}



@media screen and (max-width: 736px){
  .textWithImage__column-container {
     grid-template-columns: minmax(75px, 1fr) !important;
     grid-auto-columns: minmax(75px, 1fr) !important;
    
}
}

@media screen and (min-width:768px) {
  .popup_button{
    display: block; 
    width:40%; 
    margin: 0 0 0 auto !important;
  }
 
}


/* ===== コレクションカード用CSS ===== */
.cc-collections {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 8px; /* 間隔はそのまま */
  margin: 40px 0;
}

.cc-card {
  display: block;
  text-align: center; /* タイトルを中央揃え */
}

.cc-image {
  width: 100%;
  padding-top: 125%; /* 縦長比率維持 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.cc-card:hover .cc-image {
  transform: scale(1.05);
}

.cc-title {
  margin-top: 8px; /* 画像との間隔 */
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #000; /* お好みで変更 */
}

/* タブレット */
@media screen and (max-width:
