/** Shopify CDN: Minification failed

Line 290:0 Unexpected "}"

**/
#post-article .article-template__content{
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 750px) {
#post-article .article-template__content{
  margin-bottom:5rem;
}
}


.product-list-item{
  border-bottom:1px solid #E5E5E5;
  padding-top:2rem;
  padding-bottom:2rem;
}
.product-list-item:first-child{
  border-top:1px solid #E5E5E5;
}
.product-list-item:only-child{
  border-top:none;
  border-bottom:none;
  padding-bottom:3.2rem;
}
.article-contents .flex-wrap__img{
  width:77.4853%;
  height: auto;
  margin-left:auto;
  margin-right:auto;
  display:block;
}
.article-contents .flex-wrap__img.image-narrow--nostrum{
  width:72.54%;
}
@media screen and (min-width: 750px) {
.product-list-item{
  padding-top:4rem;
  padding-bottom:4rem;
  column-gap: 2.8rem;
}
.article-contents .flex-wrap{
  display:flex;
  justify-content: space-between;
}
.article-contents .flex-wrap>*{
  flex-wrap:nowrap;
  flex:0 0 auto;
}
.article-contents .flex-wrap__img{
  width:35%;
}
.article-contents .flex-wrap__text{
  width:61%;
  flex:1 1 auto;
}
}







.article-contents .product-list-item__title{
  font-size: 1.5rem;
  line-height:2rem;
  font-weight: 500;
  margin-top:2.1rem;
  margin-bottom:0.9rem;
}
.product-list-item__description p{
  margin-top:0.8rem;
  margin-bottom:0.9rem;
}





/* h2 */
.article-contents h2{
  font-size: 1.6rem;
  line-height:2.1rem;
  letter-spacing: 0;
  font-weight:500;
  padding-bottom:0.55rem;
  border-bottom:1px solid #656D78;
  font-family:var(--font-body-family);
  margin-top:5rem;
  margin-bottom:2.4rem;
}
@media screen and (min-width: 750px) {
.article-contents h2{
  font-size: 2rem;
  line-height:2.8rem;
  margin-top:10rem;
  padding-bottom:0.8rem;
}
}



/* p */
.article-contents p{
  font-size: 1.3rem;
  line-height:2rem;
  font-weight:300;
}
.article-contents .product-list-item__description span{
  font-size:1.1rem;
}
@media screen and (min-width: 750px) {
  .article-contents p{
    font-size: 1.4rem;
    line-height:2.4rem;
  }
  .article-contents .product-list-item__description p,
  .article-contents .product-list-item__item{
      line-height:1.8rem;
  }
  .article-contents .product-list-item__description span{
    font-size:1rem;
  }
}

.article-contents .product-list-item__item{
  display:flex;
  justify-content: flex-start;
  font-size: 1.2rem;
  line-height:1.6rem;
  margin-top:1rem;
  margin-bottom:1rem;
}
.article-contents .product-list-item__item strong{
  width:7rem;
  flex:0 0 auto;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
.article-contents .product-list-item__item{
  font-size: 1.4rem;
}
}






/* button*/
.article-contents .button.button-outline {
  font-size: 1.2rem;
  min-height: 4rem;
  margin: 0;
  background-color: rgb(var(--color-foreground));
  margin-top: 1.6rem;
  color: rgb(var(--color-background));
}
.article-contents .button.button-outline .icon-arrow {
  position: absolute;
  right: 2rem;
  top: 1.7rem;
  width: 1.5rem;
}
.article-contents .button:before {
    box-shadow: 0 0 0 1px rgba(var(--color-foreground), .11);
    z-index: 0;
}
.article-contents .button.button-outline:after {
    box-shadow: none;
}
.article-contents .button span {
    position: relative;
    z-index: 2;
  color: rgb(var(--color-background));
}
@media screen and (max-width: 749px) {
  .article-contents .button.button-outline{
    width:100%;
    min-height: 3.6rem;
    margin-top: 1rem;
  }
  .article-contents .button.button-outline .icon-arrow {
    top: 1.3rem;
  }
}
@media screen and (min-width: 750px) {
  .article-contents .button.button-outline {
  max-width: 15.4rem;
  transition: all .2s ease;
  display: flex;
  margin-right: 0;
  margin-left: auto;
  }
  .article-contents .button:after {
    color: rgb(var(--color-background));
    background-color: #fff;
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    box-shadow: none;
    transition: all .2s ease;
    top: 0;
    left: 0;
  }
  .article-contents .button.button-outline:hover:after {
    color: rgb(var(--color-background));
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    transition: all .2s ease;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    box-shadow: none;
    background-color: rgb(var(--color-background));
  }
  .article-contents .button.button-outline .icon-arrow {
    transition: all var(--duration-default) ease-out;
  }
  .article-contents .button span {
    transition: all .2s ease;
  }
  .article-contents .button.button-outline:hover .icon-arrow {
      right: 1rem;
      color: rgb(var(--color-foreground));
      z-index: 1;
  }
  .article-contents .button.button-outline:hover span {
    color: rgb(var(--color-foreground));
  }
}






/* img */
.article-contents img{
  width: 100%;
  height: auto;
  display: block;
}
.hover-zoom{
  overflow:hidden;
  display:block;
}
.hover-zoom img{
  display:block;
  transform: scale(1);
  transition: transform var(--duration-medium) ease;
}
.hover-zoom:hover img{
  transform: scale(1.05);
}





/* price */
.article-contents .price .tax{
  font-size: 80%;
}
.article-contents .price--on-sale .price-item--regular .price-value{
  text-decoration: line-through;
}
.article-contents .price--on-sale .price-item--sale{
  color: rgb(var(--color-error));
  font-weight: 400;
}

.article-contents .price--on-sale .price-item--sale:before {
        content: "\2192";
        color: currentColor;
        font-size: 1.4rem;
        display: inline;
    }
}


