/** Shopify CDN: Minification failed

Line 44:7 Expected ":"
Line 44:9 Expected identifier but found "20%"

**/
.featuredCollectionSlider{
  overflow-x: hidden;
}
.ranking_num{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; 
}
.announcement-bar.gradient{
  background: #F2F2F2;
}
.announcement-bar .announcement-bar__message{
  color: #000000;
}
header .header__icons .header__icon{
  margin-left: 10px;
}
header .header__icon{
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #F2F2F2;
}
header .header__icon svg path{
  fill: #00589F;
}
header .header__icon.header__icon--cart svg path,
header .header__icon.header__icon--menu svg path{
  fill: #FFFFFF;
}
header .header__icon.header__icon--cart,
header .header__icon.header__icon--menu{
  background: #00589F;
}
.header__bnr{
  width; 20%;
  max-width: 250px;
  height: 40px;
  margin: 15px 0;
}
.header__bnr img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .search-header__form .search__input.field__input{
  border-bottom: 1px solid #000000;
}
.menu-drawer__category h3{
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #00589F;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}
.menu-drawer__category ul{
  display: flex;
  flex-wrap: wrap;
}
.menu-drawer__category li{
    width: 50%;
}
.menu-drawer__category li a{
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  border-bottom: 1px solid #DFDFDF;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0%;

}
.menu-drawer__category li a::after{
  content: "";
  position: absolute;
  right: 10px;
  display: block; 
  width: 7px;
  height: 7px;
  rotate: 45deg;
  border-top: 2px solid #00589F;
  border-right: 2px solid #00589F;
}
.menu-drawer__category ul li:nth-of-type(odd) a{
  border-right: 1px solid #DFDFDF;
}
.menu-drawer__category ul li:nth-last-of-type(-n+2) a {
  border-bottom: none;
}
.menu-drawer__category .menu-drawer__category--image a{
  padding: 0 20px 0 0;
}
.menu-drawer__category .menu-drawer__category--image a img{
  margin-right: 10px;
}
@media(max-width: 768px){
  .header__bnr{
    display: none;
  }
}
.banner-sec-01 .page-width{
  max-width: 730px;
}
#shopify-section-template--22140135047191__concept_kMJ8VX{
  margin-top: 0;
}
.conceptB .d_title .main_en{
  font-weight: 400;
  font-size: 16px;
}
.conceptB p:last-child{
  font-size: 14px;
  font-weight: 400;
}
.conceptB .grid{
  padding: 40px;
  background: #F2F2F2;
}
.section-footer-padding{
  padding-bottom: 0px !important;
}
@media(max-width: 768px){
  .banner-custom-0 .contents_blocks{
      display: grid;
      grid-template-columns: 1fr 1fr; /* 2列構成 */
  }
  .banner-custom-0 .contents_blocks .contents_block_part:nth-of-type(1) {
    grid-column: span 2; /* 最初の要素を2列にまたがらせる */
  }
  .conceptB .d_title{
    display: flex;
    align-items: center;
  }
  .conceptB .grid{
    padding: 30px 15px 30px;
  }
  .conceptB p:last-child{
    font-size: 10px;
  }
  header .spOnly.a-search{
    margin-left: 5px;
    border-radius: 50%;
    background: #00589F;
  }
  header .spOnly.a-search svg{
    color: #FFFFFF;
  }
}
.footer__column.footer__column--info{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.center a.button{
  background-color: #00589F;
  width: 220px;
}
#sds_submit.button{
  background-color: #00589F;
}
.banner-sec-01 .parts_contents{
  max-width: 730px;
  margin: 0 auto;
}
.blog-custom .text-wrapper h3{
  font-weight: 500;
  font-size: 14px;
}
.blog-custom .text-wrapper time{
  font-weight: 400;
  font-size: 12px;
  color: #00589F;
}
.article-tags{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 5px;
}
.article-tag{
  padding: 3px 5px;
  color: #FFFFFF;
  background-color: #F2982B; 
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 10px;
}
.d_title .sub_jp{
  margin-top: 0.6rem !important;
}
.swiper-pagination-bullet-active{
  background: #00589F !important;
}
.footer__copyright.caption{
  font-size: 1.2rem;
}
@media(min-width: 768px){
  .detailSearch__form{
    padding: 30px;
    border: 1px solid #DFDFDF;
  } 
}

.option_chip.sold-out {
  text-decoration: line-through;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; /* クリック不可にする場合 */
}