/** Shopify CDN: Minification failed

Line 47:41 Expected identifier but found "/"
Line 161:35 Expected ":"
Line 602:55 Expected ":"
Line 839:29 Expected ":"

**/


/* CSS from section stylesheet tags */
/* セクションのスタイル */
.category-list-grid { 
  width: 90%;
  margin: 0 auto;
}

/* タイトルのスタイル */
.category-list-header h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

/* カテゴリリストのスタイル */
.category-menu-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4つの均等な列 */
  gap: 10px; /* グリッドアイテム間の間隔 */
  padding: 0;
  margin-bottom: 20px; /* グリッド下の余白 */
}

.category-item a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px;
  border: 1px solid #ddd; /* ボーダー */
  text-align: center;
}

/* 商品グリッドのスタイル */
.categorys-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /
  gap: 10px; /* グリッドアイテム間の間隔 */
} 

.category-item {
  box-sizing: border-box;
}

.category-image-wrapper {
  position: relative;
}

.category-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 344 / 236;
  object-fit: cover;
} 

.recommended-badge, .new-item-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.recommended-badge {
  background: white;
  color: black;
  text-align: center;
}

.new-item-badge {
  background: brown;
  color: white;
  text-align: center;
}

.list-sold-out-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 100px;
}

.category-info {
  margin-top: 10px; 
  text-align: center;
}

.category-title {
  margin-bottom: 5px;
}

.category-price {
  font-weight: bold;
}

@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px; /* 列と行の間隔 */
  }

  .category-item {
    width: 100%;
    margin-top: 30px;
  }

  .recommended-badge, .new-item-badge {
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    font-size: 10px;
  }

  .list-sold-out-badge {
    left: 10px;
    padding: 3px 10px;
    font-size: 13px;
  }

  .category-title {
    font-size: 15px;
  }
}
.custom-blog-vertical-text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white; /* 半透明の背景 */
  color: black;
  writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright;
  padding: 5px;
    padding-bottom:20px;
    padding-top:20px;
  font-size: 13px;   
  font-weight:bold;
  transform-origin: bottom left;　 

} 

.custom-blog-wrapper {
  width: 90%;
  margin: 0 auto;
}
.custom-blog-info {
margin-top:10px; 
}
.custom-blog-title {
  width: 100%;
  border-bottom: 1px solid black;
}
.custom-post-title {
  margin-bottom:5px;  
}
  .custom-blog-date {
  font-size: 13px;
    color:#7D7D7D; 
  }
.custom-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.custom-blog-item {
  box-sizing: border-box;
}

.custom-view-more-link {
  display: block;
  text-align: right;
  margin-top: 20px; 
  text-decoration: none;
}

.custom-blog-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 344 / 236;
  object-fit: cover;
}
@media (max-width: 768px) {
.custom-blog-grid{
  grid-template-columns: repeat(2, 1fr);  
    gap: 5px; /* 列と行の間隔 */
}
 .custom-post-title {
  font-size:13px; 
   line-height:1.5;
 }
    .custom-blog-item {
margin-top:10px;
}
}
.info-wrapper {
    width:90%; 
  margin: 0 auto;  
  }
  .info-title {
    border-bottom:1px solid black; 
      margin: 0 10px; 
  } 
.blog-posts {
  display: flex;
  justify-content: space-between;
  width:100%;
  margin: 0 auto; 
      margin-bottom:30px;   
}
.blog-post {
  width: calc(33.333% - 20px);
  margin: 10px;
  position: relative;
}
.post-image { 
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 背景に重ねる黒の半透明のオーバーレイ */
  opacity:0.5; 
}
.post-info {
  position: relative; 
  color: black; /* テキストの色を黒に設定 */ 
  width: 80%; /* テキストのコンテナの幅を80%に設定 */
  background-color: white; /* テキストの背景色を白に設定 */
  padding: 10px 10px; /* 内部の上下にパディングを追加 */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* ソフトなシャドウを追加 */
      margin: 0 auto;
    margin-top: -30px; 
} 

.post-date {
  font-size: 0.8em;
}
.post-title {
  font-size: 1.2em;
  margin: 5px 0;
}
.post-excerpt {
  font-size: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
  .post-link {
  text-decoration: none;
  color: inherit; /* リンクの色を継承する */
  display: block; /* リンクをブロックレベル要素として扱う */
}

.post-image {
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
  overflow: hidden; /* ズーム時に背景画像がコンテナをはみ出さないようにする */
  transition: background-size 0.7s ease-in-out; /* 背景サイズの変更にトランジションを適用 */
}

.post-image:hover {
  background-size: 110%; /* 背景画像を10%拡大 */
} 
  .view-more-container {
  text-align: right; /* テキストを右寄せに */ 
      width:100%; 
  margin: 0 auto; 
    padding:0 10px; 
}

.info-view-more-button {
  color: #333; /* ボタンのテキスト色を暗めに設定 */
  text-decoration: none; /* 下線を無効に */
  transition: all 0.3s ease; /* ホバー時の変化をスムーズに */
      display: block; 
}
  .post-tag {
position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: #636463;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 480px) {
.blog-posts {
  display:block;
}
  .blog-post {
  width: 100%;
    margin:0px; 
      margin-top:30px;
}
    .info-title { 
      margin: 0px; 

  }  
  
}
.custom-product-item, 
.custom-product-item .custom-product-link, 
.custom-product-item .custom-product-info, 
.custom-product-item .custom-product-info h3, 
.custom-product-item .custom-product-info span, 
.custom-product-item .custom-recommended, 
.custom-product-item .custom-new-item {
  font-size: 15px; 
  font-weight:normal;
} 
.custom-products-wrapper { 
  width: 90%;
  margin: 0 auto;
}

.custom-products-title {
  width: 100%;
     border-bottom:1px solid #636463; 
  font-weight:normal;  
      margin-bottom: 20px;  

}

.custom-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap:35px;  
}

.custom-product-item {
  box-sizing: border-box;
}

.custom-product-image-wrapper {
  position: relative;
}

.custom-product-image {
display: block;
    width: 100%; 
    height: auto;
    aspect-ratio: 344 / 236;
    object-fit: cover;
} 

.custom-type {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px; 
  height: 60px;
  font-size: 13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-type {
  background: white;
  color: black;
  text-align: center;
  text-decoration: none;
}
.custom-type p{
font-size:12px;
}

.custom-new-item {
  background: brown;
  color: white;
  text-align: center;
  text-decoration: none;
}

.custom-sold-out-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #636463;
  color: white;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 100px;
}

.custom-product-info {
  margin-top: 10px;
}

.custom-product-title {
  margin-bottom: 5px;
}

.custom-product-price {
  /* 必要に応じたスタイルを追加 */
}

.custom-view-more-link {
  display: block;
  text-align: right;
  margin-top: 20px;
  text-decoration: none;
  color: #333; 
}
@media (max-width: 1024px) {
.custom-products-grid{
  grid-template-columns: repeat(3, 1fr);  
}
}
@media (max-width: 760px) {
  .custom-products-title { 
      margin-bottom: 0px;  

}

.custom-products-grid{
  grid-template-columns: repeat(2, 1fr);  
    gap: 10px!important; /* 列と行の間隔 */
    row-gap:10px;
}
  .custom-product-item { 
  width: 100%;
    margin:0px;  
      margin-top:30px;
}
    .products-grid-title { 
      margin: 0px; 

  }   
  .custom-type  {
    top: 5px;
  left: 5px;
      width: 50px;
  height: 50px;
    font-size:10px;
  }
  .custom-type  p{
    font-size:10px;
  } 
    .custom-new-item {
          top: 5px;
  left: 5px;
      width: 50px;
  height: 50px;
    font-size:10px; 
  }
  .custom-sold-out-badge {
    left: 10px; 
    padding: 3px 10px; 
    font-size: 11px;    
}
  .custom-product-title {
  font-size:15px; 
  }
}
/* スライダーのスタイルをここに追加 */
.swiper-container {
  width: 100%; 
  overflow: hidden;
  padding: 0 20px;
} 

.swiper-wrapper {
  display: flex; /* flexを追加 */
  justify-content: flex-start; /* アイテムを左に揃える */
}

.topix-slide { 
  flex-shrink: 0;
  height:auto;
  aspect-ratio:3 / 2;
}
.topix-slide img{
  width:100%; 
  height:100%;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;  
  width: 100%;
}

.slide-button {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}

.slide-button:hover {
  background-color: white;
  color: #333; 
}
@media (max-width: 768px) {
  .topix-slide {
        width:303px!important;
    margin-right: 10px!important; /* スライド間のスペースを維持 */
  }
  .slider-heading {
  font-size:20px;
  }
}
  @media (max-width: 480px) { 
  .topix-slide {
    width:303px!important;
    margin-right: 10px!important; /* スライド間のスペースを維持 */
  }
}
.custom-swiper-title {
  width: 100%;
  border-bottom: 1px solid black;
}
  .swiper-img {
  width:200px;
    height:200px;
    display:block;
  } 
  .swiper-link {
  width:200px; 
    height:200px;
    display:block;
  } 
  .custom-swiper-wrapper {
    background-color:#f5f5f5; 
    width:100%; 
  }  
  .custom-swiper-container .swiper-slide {
    width: fit-content!important;
}
/* カスタムSwiperコンテナのスタイル */ 
.custom-swiper-container {
  width: 90%;
  max-width: 1200px; /* 必要に応じて調整してください */
  margin: auto;
  position: relative;
  overflow:hidden;
padding-top:30px!important;
  padding-bottom:30px!important;  
}
 
/* カスタムSwiperスライドのスタイル */
.custom-swiper-container .swiper-slide {
  width: calc(20% - 10px); /* 5つのスライドを表示するための設定 */
  margin-right: 10px; /* スライド間の間隔 */　
}

/* カスタムSwiperページネーションのスタイル */
.custom-swiper-container .swiper-pagination {
  bottom: 10px; /* ページネーションの位置 */
}

/* スライダー内の各スライドのスタイル */
.custom-swiper-container .swiper-slide {
  width: auto; /* スライドの幅を内容に合わせる */
  height: auto; /* スライドの高さを内容に合わせる */
  overflow: hidden; /* はみ出た画像を隠す */
}
/* レスポンシブデザインのブレークポイント */
@media (max-width: 768px) {
  .custom-swiper-container .swiper-slide {
    width: calc(50% - 10px); /* 画面幅が768px以下では2つのスライドを表示 */
  }
}

@media (max-width: 480px) {
  .custom-swiper-container .swiper-slide {
    width: calc(100% - 10px); /* 画面幅が480px以下では1つのスライドを表示 */
  }
}

/* カスタムSwiperスライドのホバー効果 */
.custom-swiper-container .swiper-slide:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* ホバー時に影を付ける */
}
.important-notice {
  border: 1px solid #dcdcdc; /* ボーダー設定 */
  text-align: center;
  padding: 10px 0; /* 上下のパディング */
  font-size: 14px; /* フォントサイズ */
  width: 80%;
  margin:0 auto;
  max-width:1100px; 
}
  @media (max-width: 768px) {
.important-notice {
  padding: 10px 20px; /* 上下のパディング */ 
  font-size: 12px; /* フォントサイズ */

}
  }
.photobook-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
padding-inline: var(--container-gutter); 
}

.photobook-block {
  display: flex;
  flex-direction: column;
}

.photobook-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 12 / 9;
  cursor: pointer;
}
.photobook-number {
font-size:20px;
}
.photobook-title,
.photobook-text,
.photobook-number {
  display: block;
  margin-top: 10px; /* 上に余白を追加 */
}
.photobook-detail-title {
font-weight: normal; 
}
.photobook-details {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  justify-content: center;
  align-items: center;
  display:flex;
  top: 0;
  left: 0;
}

.photobook-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.photobook-more {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.photobook-up {
  background-color: #fff;
  padding: 50px;
  width: 60%; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height:80vh;
  overflow-y: auto;
   position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
}
.photobook-up-detail {
margin-top:20px;
  display:flex;
}
.photobook-close-more {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer; 
  z-index: 1001; 
}
  .photobook-detail-title {
  margin-right:30px;
  }
  .photobook-details-text {
  padding-top:30px;  
  } 
  @media (max-width: 768px) { /* 例えば、768px未満の画面幅で変更を加える */
      .photobook-container {
    grid-template-columns: repeat(2, 1fr); /* 画面幅768px未満では2列に変更 */
  }  
  .photobook-more {
    display: block; /* flexをblockに変更 */
    padding: 20px; /* パディングを追加 */
  } 
   .photobook-details-text {
  padding-top:20px;  
  }  
  .photobook-up {
        display: block; 
    width: auto; /* 幅を自動に変更 */
    max-width: 100%; /* 最大幅を100%に */
    margin: 0 auto; /* 中央揃え */
    width:90%;
    padding: 20px;
  }
.photobook-up-detail {
margin-left:0px;
} 
  .photobook-close-more {
    top: 10px;
    right: 10px;
  }
}
.product-info, 
.product-info h3, 
.product-info span, 
.product-info .product-type {
  font-size: 15px; 
  font-weight:normal; 
} 
    .products-grid-wrapper { 
      font-size:15px;
    width:90%; 
  margin: 0 auto;  
  } 
.product-image {
position:relative;
}
.sold-out-badge {
  position: absolute;
  bottom: 32px!important; /* 位置調整 */
  left: 10px; /* 位置調整 */
    border-radius: 100px; 
  background-color: #636463; 
  color: white;
  text-transform: uppercase;
  padding: 5px 15px; /* バッジのサイズ調整 */ 
  font-weight: bold;
  font-size: 0.9em;
  /* 文字が画像の外にはみ出さないようにする */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.recommended {
  background: white;
  color: black;  
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* モダンな影を追加 */
}
  .new-item {
        background:brown;
    color: white; 
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-decoration: none;　
    text-align: center;
    font-size: 13px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* モダンな影を追加 */
  }
  .products-grid-title {
  width:100%;
    border-bottom:1px solid #636463; 
      font-weight:normal;
  } 
/* 以下のスタイルをテーマのCSSファイルに追加 */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列の均等な幅を設定 */
  gap: 20px; /* 列と行の間隔 */
    row-gap:35px;  
  width:100%;
  margin:0 auto; 
}

.product-item { 
  box-sizing: border-box;
}

.product-item.hidden {
  display: none;
}
  .product-info {
    margin-top:-17px;
  } 
.product-title {
margin-bottom:5px;
}
.view-more-button {
  grid-column: 1 / -1; /* ボタンをグリッドの全幅にわたって配置 */
  padding: 10px 20px;
  margin-top: 20px;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 100%;
background-color: #F5F5F5; 
}
.product-item .product-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 344 / 236;
  object-fit: cover; 
}
.toggle-view-button {
  grid-column: 1 / -1; /* ボタンをグリッドの全幅にわたって配置 */
  padding: 10px 20px;
  margin-top: 20px;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 100%; 
  background-color: #F5F5F5;
}
  @media (max-width: 1024px) {
.product-grid{
  grid-template-columns: repeat(3, 1fr); 
}
  }
@media (max-width: 760px) {
.product-grid{
  grid-template-columns: repeat(2, 1fr);  
    gap: 10px; /* 列と行の間隔 */
    row-gap:10px;
}
  .product-item {
  width: 100%;
    margin:0px; 
      margin-top:30px;
}
    .products-grid-title { 
      margin: 0px; 
      font-size:24px;
 
  }   
  .recommended  {
    top: 5px;
  left: 5px;
      width: 50px;
  height: 50px;
    font-size:10px;
  }
    .new-item {
          top: 5px;
  left: 5px;
      width: 50px;
  height: 50px;
    font-size:10px; 
  }
  .sold-out-badge {
    bottom: 32px!important;
    left: 10px; 
    padding: 3px 10px;
    font-size: 11px;  
}
    .product-title {
  font-size:15px;
  }
}