/** Shopify CDN: Minification failed

Line 115:0 Unexpected "}"
Line 318:27 Unexpected "{"
Line 318:36 Expected ":"
Line 318:43 Unexpected "{"
Line 319:21 Expected identifier but found whitespace
Line 319:23 Unexpected "{"
Line 319:41 Expected ":"
Line 320:16 Expected identifier but found whitespace
Line 320:18 Unexpected "{"
Line 320:39 Expected ":"
... and 16 more hidden warnings

**/
.header {
    column-gap: 0.75rem;
}

/* ロゴリスト */
.logo-list__item img{
  border-radius: 1rem;
}
 
@media screen and (max-width: 500px) {
.logo-list__item{
  padding: 0.25rem;
  
}
}
/* 商品名等左寄せ */
.product-card__info{
  place-items: stretch;
  text-align: left;
}

.product-card__info .v-stack{
  place-items: stretch;
}

.product-card__info .h-stack{
  place-content: stretch;
}

.product-title{
  text-align: left !important;
}

.product-card__info :is(.price-list,.rating-badge) {
  justify-content: flex-start;
}

/* 配送料等テキスト */
.text-with-icons__item .v-stack p,
.text-with-icons__item .prose{
  text-align: left !important;
}

/* 商品カルーセル */
@media screen and (max-width: 699px) {
    .product-list--carousel {
        --product-list-card-width: min(300px, 45%);
    }
}

/* ブログカルーセル */
@media screen and (max-width: 699px) {
    .blog-post-list--carousel {
        --blog-post-list-card-width: 45%;
    }
  .blog-post-list {
    --blog-post-list-column-gap: 1.25rem;
    }
}

/* custom-slider-tag */
  ul.custom-slide-tags{
  display: flex;
  flex-wrap: wrap;
    gap:5px;
  align-items: center;
  list-style-type:none;
  padding-inline-start: 0!;
}

.custom-slide-tags .custom-slide-tag{
  max-width: 150px;
  height: auto;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 699px) {
  .custom-slide-tags .custom-slide-tag{
  max-width: 120px;
  padding: 4px 8px;
  font-size: 10px;
}  
}

.text--rich{
  font-size: 18px;
  line-height: 1.8;
}
h2.h1 + .text--rich{
    margin-block-start: 2rem;
}

p.h6 + h2.h1,
p.h6 + h2.h2{
margin-block-start: 0.75rem;
}
}

  /* パンくずリスト全体のコンテナ */
.nav-bread {
  margin: 15px 0 25px;
  font-size: 14px;
  color: #666;
}

/* リスト自体のスタイル */
.nav-bread__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 各リスト項目 */
.nav-bread__item {
  display: inline-flex;
  align-items: center;
}

/* 区切り記号 */
.nav-bread__item:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #999;
}

/* リンクスタイル */
.nav-bread__link {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* ホバー時のリンクスタイル */
.nav-bread__link:hover {
  color: #000;
  text-decoration: underline;
}

/* 現在のページ（最後の項目） */
.nav-bread__item:last-child {
  font-weight: 500;
  color: #333;
}

/* モバイル対応 */
@media (max-width: 750px) {
  .nav-bread {
    font-size: 12px;
  }
  
  .nav-bread__item:not(:last-child)::after {
    margin: 0 5px;
  }
}

/* 小カテゴリーリスト表示 */
  .subcategory-grid{
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(220px,1fr) );
    align-items: center;
    gap:2rem;
  }

  .subcategory-item{
    color: #666;
    text-decoration: none;
    border-color: #dfdfdf;
    background: #f2f2f2;
    border: 1px solid #7c8790;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
  }

  .subcategory-item__arrow{
    position: relative;
    display: inline-block;
    width: 11.1px;
    height: 18.1px;
  }
  
  .subcategory-item__arrow:after,
  .subcategory-item__arrow:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #666;
  transform-origin: calc(100% - 1px) 50%;
  }
  
  .subcategory-item__arrow:after{
    transform: rotate(-45deg);     
    }
  
  .subcategory-item__arrow:before{
    transform: rotate(45deg);
  }

.badge--冷凍{
  background-color: #92dbf0;
  color: #000;
}

.badge--常温配送{
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}

.badge--custom{
  display: none;
}

/* 商品詳細ページ サトーコメントブロック（c_character-comment.liquid） */
.character-comment-block {
  margin: 20px 0;
}

.character-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  
}

.character-image {
  max-width: 60px;
  height: auto;
  aspect-ratio: 44 / 77;
  flex: 1;
}

.comment-bubble {
  position: relative;
  background: #ffffff;
  border: 2px solid #000;
  padding: 28px 35px 28px 42px; 
  border-radius: 39.5px;
  width: 100%;

}

/* 黒い枠線部分(外側) */
.comment-bubble::before {
  content: '';
  position: absolute;
  left: -15px; /* 位置を調整 */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 12px 0; /* サイズを調整 */
  border-color: transparent #000 transparent transparent;
}

/* 白い内側部分 */
.comment-bubble::after {
  content: '';
  position: absolute;
  left: -11px; /* 位置を微調整 */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 10px 0; /* 外側より少し小さく */
  border-color: transparent #ffffff transparent transparent;
}

.comment-bubble p {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.1px;
  margin: 0; /* 余計な余白を削除 */
}
/* モバイル対応 */
@media (max-width: 490px) {
  .character-image {
      max-width: 44px;
      aspect-ratio: 44 / 77;   
  }
  .comment-bubble {
    padding: 16px 10px 16px 25px;
  }
}

/* サトーくんpage FV */
 .character-intro-section-{{ section.id }} {
    background-color: {{ section_bg_color }};
    padding-top: {{ section_padding_top }}px;
    padding-bottom: {{ section_padding_bottom }}px;
  }
  
  .character-intro__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .character-intro__bubble-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
  }
  
  .character-intro__bubble {
    background-color: #FFFFFF;
    border: 3px solid #000;
    border-radius: 50px;
    padding: 15px 39px 25px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .character-intro__bubble::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #000;
  }
  
  .character-intro__bubble::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 18px solid #FFFFFF;
    z-index: 1;
  }
  
  .character-intro__bubble-sub {
    color: #E2882B;
    text-align: center;
    font-family: inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.65px; /* 183.214% */
    letter-spacing: 1.603px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  
  .character-intro__bubble-main {
    color: #1C1C1C;
    font-size: 24px;
    font-weight: 500;
    line-height: 25.65px; /* 106.875% */
    letter-spacing: 1.603px;
    text-transform: uppercase;
  }
  
  .character-intro__character {
    margin-bottom: 40px;
  }
  
  .character-intro__character img {
    max-width: {{ character_image_width }}px;
    width: 100%;
    height: auto;
    display: inline-block;
  }
  
  .character-intro__box {
    background-color: {{ box_bg_color }};
    max-width: {{ box_max_width }}px;
    margin: 0 auto;
    padding: 30px;
  }
  
  .character-intro__box-title {
    color: #1C1C1C;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.65px; /* 128.25% */
    letter-spacing: 1.603px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .character-intro__box-subtitle {
    color: #E2882B;
    font-family: inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 25.65px; /* 213.75% */
    letter-spacing: 1.603px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .character-intro__box-text p{
    color: #1C1C1C;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 1.603px;
    text-transform: uppercase;
    text-align:left;
    border-bottom: 2px solid #CCC;
    padding-block: 10px;
  }
  
  @media (max-width: 768px) {
    .character-intro__bubble {
      padding: 12px 25px;
    }
    
    .character-intro__bubble-sub {
      font-size: 10px;
    }
    
    .character-intro__bubble-main {
      font-size: 16px;
    }
    
    .character-intro__character img {
      max-width: 200px;
    }
    
    .character-intro__box-title {
      font-size: 18px;
    }
    
    .character-intro__box-subtitle {
      font-size: 11px;
    }
    
    .character-intro__box-text p {
      font-size: 12px;
    }
  }