/** Shopify CDN: Minification failed

Line 181:5 Unexpected "/"

**/
img{
  max-width: 100% !important;
  height: auto;
}
.wrapper {
  display: flex;
  align-items: stretch;
  width: 80dvw;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .wrapper {
  width: 100dvw;
    flex-wrap: wrap;
    padding: 0 10px;
   }
  .header__heading-logo{
    width:140px;
  }
}
.col-2 {
  flex-basis: 25%;
  max-width: 25%;
}
@media (min-width: 993px) {
  .col-2 {
  max-width: 240px;
}
}
.col-4 {
  flex-basis: 33.33%;
  max-width: 33.33%;
}

.col-8 {
  flex-basis: 66.66%;
  max-width: 66.66%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (max-width: 992px) {

  .sp-hide {
    display: none;
  }
  .col-sp-2 {
  flex-basis: 25%;
  max-width: 25%;
}

  .col-sp-4 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  
  .col-sp-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  
  .col-sp-8 {
    flex-basis: 66.66%;
    max-width: 66.66%;
  }
  
  .col-sp-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

}
/*header*/
.header{
  padding-top: 10px !important;
  padding-bottom:10px !important;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (max-width: 992px) {
  .header{
    padding:0 !important;
  }
}
.header__icon .icon{
  color: #5aaac8 !important;
  border: 2px;
}
.header .gedan{
  margin-top: 10px;
  width: 100%;
  padding: 0 20px;
  border-bottom: 2px solid #5aaac8;
  border-top: 2px solid #5aaac8;
}
.header .gedan ul li a{
  font-weight: bold;
  font-size: 16px;
}
.header .gedan ul li a:after{
  content: " ＞ ";
  color: #5aaac8;
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
}
.wrapper main {
  order: 2;
}
@media (max-width: 992px) {
  .wrapper main {
  width:100%;
}
  #saigai{
    width:150px;
  }
  .login-wrap{
    margin-left: 10px;
    width:230px;
    margin-right: 10px;
  }
}

.wrapper .side-menu {
  order: 1;
  background: var(--gradient-base-background-2);
  margin-right:3%;
}
aside nav.side-menu dl{
  margin-bottom: 20px;
}
aside nav.side-menu dt{
  background-color: #464646;
  padding:8px 10px;
  line-height: 1em;
  text-align: center;
  color:#fff;
  font-weight: bold;
  span{
    display: block;
    font-size: 1.2rem;
  }
}
aside nav.side-menu dd{
 margin-left: 10px;  
}
aside nav.side-menu ul li{
  list-style-type: none; 
}
aside nav.side-menu ul{
  padding-left: 0;
}
aside nav.side-menu ul li a{
  text-decoration: none;
  font-weight: bold;
  color:#464646;
  padding:10px;
  display: block;
  border-bottom:1px solid #ccc;
}
aside nav.side-menu ul li a:before{
  content: "■ "; 
}

.section-sections--19089334370467__custom_liquid_VACdVY-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#apps/views-show #editMe.design_2 {
  display: none !important;
}
#appView .powrMark{
  display: none !important;
}
.section-header~.shopify-section-group-header-group {
    z-index: initial;
    margin-bottom: -60px;
    padding-bottom: 60px;
    background-color: #fff;
}
/*オススメ商品*/
.page-width{
  padding: 0; 
}
.multicolumn-card__image-wrapper{
  margin: 0 !important;
  background: #fff !important;
}

/*ブログ*/
.article-card{
  display: grid !important;
  grid-template-columns: 140px 1fr;
  gap: 30px 20px !important;
  object-fit: cover;
}
.title{
  margin-bottom: 10px;
}
.facets__heading--vertical {
        font-weight: 800;
}
#FacetFiltersForm{
  font-weight: 800;
}
/*メイン幅*/
@media screen and (min-width: 641px) {
.product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper{
  max-width: 35% !important;
  width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
main h1, .h1 {
        font-size: calc(var(--font-heading-scale) * 2.5rem);
    }
.product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
        max-width: 65% !important;
        width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.wrapper main {
    order: 2;
    width: 75%;
}
}
@media screen and (max-width: 640px) {
  /* SP時の画像の幅 */
  .article-card{
    grid-template-columns: 100px 1fr;
  }
}
.card__heading.h2{
  font-size: 1.6rem;
  text-align: left;
}

.page-width-desktop{
  padding: 0 1rem !important;
}