/** Shopify CDN: Minification failed

Line 191:10 Unexpected "{"
Line 191:19 Expected ":"
Line 421:3 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
@media (max-width: 575.98px)
.breadcrumb_collection .bg-breadcrumb .title-page h2, .breadcrumb_collection2 .bg-breadcrumb .title-page h2 {
    font-size: 24px;
}
#content123 {
    display: flex;
    justify-content: center;
    min-height: 0vh;
}


.row124 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

/* お問い合わせフォームの幅を調整 */
.contact-form, .contact-form-page {
    width: 100%;
    max-width: 1600px; /* お問い合わせフォームの最大幅を設定 */
    display: flex;
    flex-direction: column;
}

.col-md-6, .col-sm-6, .col-12 {
    flex: 0 0 100%; 
    width: 1600px;
}

/* メディアクエリによるレスポンシブデザイン */
@media (max-width: 768px) {
    .col-md-6, .col-sm-6, .col-12 {
        width: 100%; /* 小さな画面で幅を100%に設定 */
    }
@media (min-width: 768px)
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
}
    .contact-form, .contact-form-page {
        max-width: 100%; /* 小さな画面で最大幅を100%に設定 */
    }
}

@media (max-width: 480px) {
    .row124 {
        flex-direction: column; /* さらに小さな画面で縦並びに変更 */
    }

    /* 必要に応じて他のスタイリングを追加 */
}
/* カスタムセクションのスタイル */
.container {
  text-align: left !important;
}
.logo {
  margin-bottom: 20px;
}
.title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.text {
  margin-bottom: 20px;
  font-size: 16px;
}
.button {
  display: inline-block;
  padding: 10px 50px;
  background-color: #4caf50;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
/* ここにカスタムスタイルシートを追加 */
#section-news-list .news-list-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  #section-news-list .container{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom:30px
  }
  #section-news-list .news-list{
    border: 1px solid #ccc;
      list-style-type: none; 
  padding-left: 0; 
  }
  #section-news-list .news-list-item{
    border-bottom: 1px solid #ccc;
  }
  #section-news-list .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
  }
  #section-news-list .news-list-item:last-child{
    border-bottom: none;
  }
  #section-news-list .news-list-date{
    font-size: 12px;
    margin-right: 15px;
    color:#333;
    
  }
  #section-news-list .news-list-category{
    font-size: 10px;
   color: #354142;
    background: #b6eaec;
    padding: 5px;
    margin-right: 15px;
    font-family: 'Work Sans', sans-serif;
font-family: 'Zen Maru Gothic', serif;
    
  }
  @media screen and (max-width: 767px) {
  #section-news-list .news-list-category {
    font-family: 'Zen Maru Gothic', serif;
  }
}
  #section-news-list .news-list-info{
    position: relative;
    top: -1px;
  }

  #section-news-list .news-list-title{
    font-size: 14px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
    color: #333;

  }
  @media screen and (max-width: 768px){
    #section-news-list .container{
     padding: 0px 20px;
    }
    #section-news-list .news-list-item>a{
      display: block;
      padding: 15px;
font-family: 'Work Sans', sans-serif;

    }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
  }
  @media screen and (max-width: 768px){
  #section-news-list .container{
    padding: 0px 20px; /* パディングを調整 */
  }
  #section-news-list .news-list-item>a{
    display: block;
    padding: 15px; /* パディングを調整 */
    font-family: 'Work Sans', sans-serif;
  }
  #section-news-list .news-list-title{
    font-size: 13px; /* フォントサイズを小さく */
  }
  /* その他の必要なスタイル調整 */
}
@media only screen and (min-width: 768px){
#shopify-section-b886a311-855c-4acb-8a14-e291c4035c88 .container {
    width: 100%!important;
    margin: 0 auto;
}
}
/* セクション内のページタイトルを非表示にする */
.section-{{ section.id }} .page-title h1 {
    display: none !important;
}
  @media screen and (min-width: 750px)
.section-template--15002326859831__custom_liquid_8JmwA3-padding {
    text-align: center;
}
.slick-side-h1 .itemv-slide-h1 .picture-slideshow img {
    display: none; /* PC用の画像を隠す */
  }
.title-banner-top {
   text-align: left !important;
}
/* バナー内のテキストカラーを白に設定 */
.content-banner, .content-banner h3, .content-banner .list-inline.info-bottom, .content-banner .list-inline.info-bottom a {
  color: #ffffff; /* 白色 */
}

  #section-news-list .news-list-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  #section-news-list .container{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom:30px
  }
  #section-news-list .news-list{
    border: 1px solid #ccc;
      list-style-type: none;
  padding-left: 0;
  }
  #section-news-list .news-list-item{
    border-bottom: 1px solid #ccc;
  }
  #section-news-list .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
  }
  #section-news-list .news-list-item:last-child{
    border-bottom: none;
  }
  #section-news-list .news-list-date{
    font-size: 12px;
    margin-right: 15px;
    color:#333;

  }
  #section-news-list .news-list-category{
    font-size: 10px;
   color: #354142;
    background: #b6eaec;
    padding: 5px;
    margin-right: 15px;
    font-family: 'Work Sans', sans-serif;
font-family: 'Zen Maru Gothic', serif;

  }
  @media screen and (max-width: 767px) {
  #section-news-list .news-list-category {
    font-family: 'Zen Maru Gothic', serif;
  }
}
  #section-news-list .news-list-info{
    position: relative;
    top: -1px;
  }

  #section-news-list .news-list-title{
    font-size: 14px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
    color: #333;

  }
  @media screen and (max-width: 768px){
    #section-news-list .container{
     padding: 0px 20px;
    }
    #section-news-list .news-list-item>a{
      display: block;
      padding: 15px;
font-family: 'Work Sans', sans-serif;

    }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
  }
  @media screen and (max-width: 768px){
  #section-news-list .container{
    padding: 0px 20px; /* パディングを調整 */
  }
  #section-news-list .news-list-item>a{
    display: block;
    padding: 15px; /* パディングを調整 */
    font-family: 'Work Sans', sans-serif;
  }
  #section-news-list .news-list-title{
    font-size: 13px; /* フォントサイズを小さく */
  }
  /* その他の必要なスタイル調整 */
}
@media only screen and (min-width: 768px){
#shopify-section-b886a311-855c-4acb-8a14-e291c4035c88 .container {
    width: 100%!important;
    margin: 0 auto;
}
}
@media (max-width: 768px) {
    .list-inline.info-bottom {
        width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
}
/* ブログサムネイル画像のスタイル */
.section-blog-v1 .content-section-blog-v1 .picrure img {
  width: 100%; /* 幅をコンテナに合わせる */
  height: 100%; /* 高さをコンテナに合わせる */
  object-fit: cover; /* 画像がコンテナに収まるように調整 */
  object-position: center; /* 画像の中心部分を表示 */
}

.section-blog-v1 .content-section-blog-v1 .picrure {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  overflow: hidden;
}

.section-blog-v1 .content-section-blog-v1 .picrure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px){
#shopify-section-61a7f491-19b5-4382-a1b8-9f03cca0d7a9 .section-blog-v1 {
    width: 100%!important;
    margin: 0 auto;
}
}
@media (min-width: 768px) and (max-width: 991.98px){
.section-blog-v1 {
     margin-top: 0px!important; 
    padding-top:0px!important; 
    padding-bottom: 0px!important; 
}
}
.box-info {
      width: 100%; 
      height: 100%;
      overflow: hidden;
  }

  .box-img img {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      display: block; 
  }
  @media only screen and (min-width: 768px){
.section-collection-v1{
    width: 100% !important;
    margin: 0 auto;
}
  }
.title-product-v2 .block-title {
  font-family: "Avenir Next", a-otf-futo-go-b101-pr6n, YuGothic, "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #3a3a3a;
}
.ranking .ranking-position {
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 1.2em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.0);
  padding: 2px 5px;
  border-radius: 3px;
}
/* 既存のCSS */
/* ... */

/* タブレットとスマートフォン用のスタイル */
@media (max-width: 768px) {
  .title-product-v2 .block-title {
    font-size: 12px;
    line-height: 20px;
  }

  .ranking .ranking-position {
    top: -10px;
    left: 0;
    font-size: 1em;
  }

  /* その他のタブレット用のスタイル調整 */
}

@media (max-width: 480px) {
  .title-product-v2 .block-title {
    font-size: 10px;
    line-height: 18px;
  }

  .ranking .ranking-position {
    top: -5px;
    font-size: 0.8em;
  }
#section-template--21600977977666__9217c55d-c667-458a-a1c3-06a9e0f9341d .section-title p{
    width: 852px !important;
    margin: 0 auto;

  }