/** Shopify CDN: Minification failed

Line 136:58 Expected ":"

**/
/*             */
/* TOPページ関連     */
/*             */
#shopify-section-template--24842324771089__slideshow_image_g8cJNw,
#shopify-section-sections--24842325852433__toolbar,
#shopify-section-sections--24842325852433__header,
#shopify-section-sections--24842325819665__footer,
#shopify-section-template--24842324672785__collection-header{
  max-width: 100% !important;
}

.shopify-section{
  max-width: 1000px;
  margin: auto !important;
}

#shopify-section-template--24842324771089__featured_collection_py4GJp .new-grid {
  width: 100% !important;
  height: 20%;
}


.shopify-section-template--24842324771089__advanced_content_cYtrpk .btn{
  border: 1px solid #000 !important;
  color: #000 !important;
  background: #fff!important;
}


#section-template--24842324771089__blog_ver2_mEFnY6 .blog-ver2__header {
  display: flex;
  align-items: center !important;
  justify-content: center!important;
}


.hero-natural--template--24842324771089__slideshow_image_g8cJNw .slideshow__slide {
  max-width: 920px!important;
}


@media screen and (min-width: 1024px) {
  .new-grid {
    width: 100% !important;
    margin: 0 auto;
  }
}


@media screen and (min-width: 1024px) {
  .blog-layout__main {
    margin: 50px 0 0 !important;
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 1024px) {
  .blog-layout__sidebar {
    margin: 50px auto 0 !important;
  }
}

/*             */
/* 商品タグ     */
/*             */

.Polaris-LegacyStack{
    display: flex;
    gap: .5rem;
    font-size:  .7rem;
}


/*             */
/* タグカラー管理 */
/*             */

/* 基本カラー */
.Polaris-Tag {
  padding: 6px 12px;
  display: flex;
  text-align: center;
  background-color:rgb(129, 0, 0); /* デフォルトのグレー */
  color: white;
}

/* 特別なタグに対する色設定 */
.Polaris-Tag.spain {
  background-color:rgb(232, 95, 64); /* スペインのタグ */
}

.Polaris-Tag.italy {
  background-color:rgb(109, 171, 102); /* イタリアのタグ */
}

.Polaris-Tag.france {
  background-color: #3357FF; /* フランスのタグ */
}

.Polaris-Tag.japan {
  background-color:rgb(210, 135, 175); /* 日本のタグ */
}



.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--typeBaseSize);
}


/*              */
/* モバイル商品画像*/
/*              */

.product__photos .product__mobile-hero img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    opacity: 1;
}


.blog-list-compact__title{
  text-align: center;
  margin: 0 0 20px;、ｍｌｋｙ，７いいい８８８
}



.blog-card__title{
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}

/*             */
/* キャッチコピー関連     */
/*             */

.product-catch-copy, .catch-copy__text{
  font-size: 1.1rem;
}

.collection-content .catch-copy__text{
  font-size: 0.7rem;
}

#shopify-section-template--24842324771089__featured_collection_py4GJp .catch-copy__text{
  font-size: 0.7rem;
}

.index-section--sub-product .catch-copy__text{
  display: none;
}

/*             */
/* ブログ枚数制御    */
/*             */

@media screen and (max-width: 471px) {
  .blog-ver2__grid .blog-card:nth-of-type(n+5) {
    display: none !important;
  }
}