/** Shopify CDN: Minification failed

Line 312:0 Unexpected "}"

**/
html{
  scroll-behavior: smooth;
}

#post-article .article-template__title{
  text-align:center;
  font-size:1.8rem;
  line-height:2.6rem;
  font-weight:600;
}
@media screen and (min-width: 750px) {
#post-article .article-template__title{
  font-size:2.4rem;
  line-height:3.2rem;
  font-weight:500;
}
}
.article-contents{
  scroll-margin-top: 8rem;
}
@media screen and (min-width: 750px) {
.article-contents{
  scroll-margin-top: 15rem;
}
}



#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;
}
@media screen and (min-width: 750px) {
.product-list-item{
  padding-top:0.8rem;
  padding-bottom:4rem;
  column-gap: 2.8rem;
}
.product-list-item.align-items--flex-start{
  align-items: flex-start;
}
.product-list-item.align-items--center{
  align-items: center;
}
  .product-list-item.align-items--flex-end{
  align-items: flex-end;
}
}


.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;
}
.article-contents h2.pt0{
  margin-top:0;;
}
@media screen and (min-width: 750px) {
.article-contents h2{
  font-size: 2rem;
  line-height:2.8rem;
  margin-top:10rem;
  padding-bottom:0.8rem;
}
  .article-contents h2.pt0{
    margin-top:0;;
  }
}













/* 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;
    margin-bottom: 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));
  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;
      margin-top: 3.2rem;
  }
  .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: calc(100% - 1px);
    transition: all .2s ease;
    top: 0.5px;
    left: 0.5px;
    z-index: 0;
    width: calc(100% - 1px);
    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{
  display: block;
  width: 100%;
  height: auto;
}
.article-contents img.image-max-width{
  width: auto;
  height: auto;
  display: block;
  max-width:100%;
  margin-left: auto;
  margin-right: auto;
}


/* 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;
    }
}





