/** Shopify CDN: Minification failed

Line 646:0 Expected "}" to go with "{"

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















/* links */
.article-contents .links__item{
  margin:0;
}

.article-contents .links__link{
  position:relative;
  border-bottom:1px solid #E5E5E5;
  font-size:1.2rem;
  line-height:1.8rem;
  font-weight:300;
  padding:1.2rem 0.8rem;
}

.article-contents .links__link .icon-arrow-left{
  transform: rotate(90deg);
  position:absolute;
  right:0;
  
}
@media screen and (min-width: 750px) {
  .article-contents .links__link{
    font-size:1.8rem;
    font-weight:500;
    padding:1.7rem 1.2rem;
    z-index: 0;
    transition: all .2s ease;
  }
  .article-contents .links__link:hover{
        color: #fff;
  }
  .article-contents .links__link:after{
    color: rgb(var(--color-foreground));
    background-color: rgb(var(--color-foreground));
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    box-shadow: none;
    transition: all .2s ease;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .article-contents .links__link:hover:after{
    width: 100%;
  }
  .article-contents .links__link,
  .article-contents .links__link .icon-arrow-left{
    transition: all .2s ease;
  }
  .article-contents .links__link .icon-arrow-left{
   right:1.8rem;
    top: 2.2rem;
  }
  .article-contents .links__link:hover .icon-arrow-left{
   color:#fff;
  }
}




/* p */

.article-contents p.text-label{
  font-weight:500;
  margin-bottom:0.4rem;
}
.article-contents p.text-label + p{
  margin-top:0.4rem;
}
.article-contents p.text-label--large{
  font-weight:500;
}
@media screen and (max-width: 749px) {
.article-contents p.text-label--large{
  font-size: 1.4rem;
  margin-bottom:0.8rem;
  margin-top: 3.6rem;
}
.article-contents p.text-label--large + p{
  margin-top:0.8rem;
}
}
@media screen and (min-width: 750px) {
  .article-contents p.text-label + p{
    font-size: 1.2rem;
    line-height:2.4rem;
  }
  .article-contents p.text-label--large{
    font-size: 1.8rem;
    line-height:2.8rem;
    margin-bottom:0.8rem;
    margin-top: 4.8rem;
  }
}

.article-contents p small{
  font-size: 1.1rem;
  line-height:1.4rem;
}
@media screen and (min-width: 750px) {
.article-contents p small{
  font-size: 1rem;
  line-height:1.6rem;
}
}




/* img */
.article-contents .image-narrow--nostrum{
  max-width:245px;
  width: 72.5146%;
  margin-left: auto;
  margin-right: auto;
}

.article-contents img.image-max-width{
  width: auto;
  height: auto;
  display: block;
  max-width:100%;
  margin-left: auto;
  margin-right: auto;
}


/* nostrum */
.nostrum-img-1{
  width:86.257%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 750px) {
.nostrum-img-1{
  width:100%;
  max-width:392px;
}
}










.article-contents .flex-wrap--follimore{
  display:flex;
  align-items: flex-start;
  column-gap: 1.4rem;
}
.article-contents .flex-wrap--follimore .flex-wrap__img{
  width:10.6rem;
  flex:0 0 auto;
}
.article-contents .flex-wrap--follimore .flex-wrap__text p{
  margin-top:0;
}
.article-contents .flex-wrap--follimore span:first-child{
  font-weight:500;
  width:7rem;
  flex:0 0 auto;
}
@media screen and (max-width: 749px) {
  .article-contents .flex-wrap--follimore span{
    font-size:1.2rem;
  }
}
@media screen and (min-width: 750px) {
  .article-contents .flex-wrap--follimore{
    margin-bottom: 3.2rem;
    column-gap: 3.4rem;
  }
  .article-contents .flex-wrap--follimore p.text-label--large{
    line-height:1em;
  }
}

.grid-follimore{
  background-color:#F2F2F2;
  border-radius:4px;
  padding:2.4rem 2rem;
}
.grid-follimore__col1,
.grid-follimore__col2{
  border-radius:4px;
  margin-top:0;
  margin-bottom:0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-follimore .white{
  background-color:#fff;
  border:1px solid #E5E5E5;
  padding-top:0.2rem;
  padding-bottom:0.2rem;
  font-weight:500;
  font-size:1.4rem;
  line-height:2.8rem;
}
.grid-follimore .gray{
  background-color:#E5E5E5;
  font-weight:500;
  font-size:1.2rem;
  line-height:2.8rem;
}
.grid-follimore .note{
  font-size:1.1rem;
  line-height:1em;
  justify-content: flex-start;
}
@media screen and (max-width: 749px) {
  .grid-follimore .white{
    font-size:1.4rem;
    min-height: 3.9rem;
  }
  .grid-follimore .gray{
    font-size:1.2rem;
    min-height: 2.9rem;
  }
  .grid-follimore .white +.white{
    margin-top:0.4rem;
  }
  .grid-follimore .white +.gray{
    margin-top:2rem;
  }
  .grid-follimore .gray +.gray{
    margin-top:0.4rem;
  }
  .grid-follimore .note{
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 750px) {
  .grid-follimore{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap:0.8rem;
    column-gap:0.8rem;
  }
  .grid-follimore__col1 {
    width: 100%;
    flex: 0 0 auto;
  }
  .grid-follimore__col2 {
    width: calc(50% - 0.4rem);
    flex: 0 0 auto;
  }
  .grid-follimore .white{
    font-size:1.6rem;
    min-height: 6.3rem;
  }
  .grid-follimore .gray{
    font-size:1.4rem;
    min-height: 3.7rem;
  }
  .grid-follimore .white +.gray{
    margin-top:1.2rem;
  }
  .grid-follimore .note{
    margin-top:0.4rem;
}
}
.accent-follimore1{
  padding:2.4rem 2rem;
  background-color:#F2F2F2;
  border-radius:4px;
  margin-top:2rem;
  margin-bottom:4rem;
}
.accent-follimore1 p{
  margin-top:0;
  margin-bottom:0;
  text-align:center;
  font-size:1.6rem;
  line-height:2rem;
  font-weight:500;
}
.accent-follimore1 small{
  display: block;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 300;
}
.accent-follimore2{
  padding:1.6rem 2rem;
  border:1px solid #E5E5E5;
  border-radius:4px;
  margin-top:4rem;
}
.accent-follimore2 p{
  margin-top:0;
  margin-bottom:0;
  text-align:center;
  font-size:1.6rem;
  line-height:2.4rem;
  font-weight:500;
}
.text-label--large{
  margin-top:0;
  margin-bottom:0
}
.text-label--large+ p{
  margin-top:0;
  margin-bottom:0
}
@media screen and (min-width: 750px) {
.accent-follimore1{
  margin-top:3.2rem;
  margin-bottom:4.8rem;
}
  .accent-follimore1 p{
  font-size:1.8rem;
  line-height:2.8rem;
}
}


.follimore-img-1{
  margin-top:2.4rem;
}
@media screen and (min-width: 750px) {
.follimore-img-1{
  margin-top:3.2rem;
  max-width: 336px;
  margin-left: auto;
  margin-right: auto;
}
}








/* earthchild */
.links--earthchild{
  display:flex;
  column-gap: 0.4rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.links--earthchild .links__item{
  width: 88px;
  flex: 0 0 auto;
}
.links__link-earthchild{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position:relative;
  height: 100%;
  padding-bottom: 4rem;
}
.links__link-earthchild .img{
  border:1px solid #E5E5E5;
  border-radius:4px;
  overflow:hidden;
  display:block;
  margin-bottom: .4rem;
}
.links__link-earthchild .text{
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: block;
}
.links__link-earthchild .icon-arrow-left{
  transform: rotate(90deg);
  position:absolute;
  bottom:2rem;
  left:calc(50% - 0.5rem);
}
@media screen and (min-width: 750px) {
.links--earthchild{
  column-gap: 1.2rem;
    padding-bottom: 16px;
}
.links__link-earthchild{
  padding-bottom: 1.6rem;
}
.links__link-earthchild .img img{
  transition: all .2s ease;
}
.links__link-earthchild .icon-arrow-left{
  bottom:0;
  transition: all .2s ease;
}
.links--earthchild{
  justify-content: center;
}
.links__link-earthchild:hover .img img{
  transform: scale(1.07);
}
.links__link-earthchild:hover .icon-arrow-left{
    bottom:-0.4rem;
}






.accent-earthchild1{
    padding: 2.4rem 2rem;
    background-color: #f2f2f2;
    border-radius: 4px;  
}
.accent-earthchild1 p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
}
.accent-earthchild1 p + p {
    margin-top: 2rem;
}
.accent-earthchild1 .flex-wrap{
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  gap:1.2rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.accent-earthchild1 .flex-wrap > *{
    background-color: #fff;
    border-radius: 4px;
    width: calc(50% - 0.6rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    border: 1px solid #E5E5E5;
    height: 3.7rem;
}
.accent-earthchild2 {
    padding: 1.6rem 2rem;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-top: 3.6rem;
  margin-bottom:2.8rem;
}
.accent-earthchild2 p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
}
@media screen and (min-width: 750px) {
.accent-earthchild1{
    padding: 3.2rem 4.4rem; 
}
.accent-earthchild1 p {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.accent-earthchild1 .flex-wrap{
  font-size: 1.4rem;
  gap:0.8rem;
  flex-wrap: nowrap;;
}
.accent-earthchild1 .flex-wrap > *{
    width: calc(25% - 0.6rem);
    height: 4.5rem;
}
.accent-earthchild2 {
    border-radius: 4px;
    margin-top: 4rem;
}
.accent-earthchild2 p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
}

.article-contents .h3{
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  font-family:var(--font-body-family);
}
@media screen and (min-width: 750px) {
.article-contents .h3{
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 2.8rem;
}
}

.article-contents .label-earthchild{
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top:3.3rem;
  margin-bottom:1.3rem;
  font-weight: 500;
}
.article-contents .label-earthchild-small{
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top:0;
  margin-bottom:0;
  font-weight: 500;
}
.article-contents .label-earthchild-small + p{
  margin-top:0;
  margin-bottom:0;
}
@media screen and (min-width: 750px) {
.article-contents .label-earthchild{
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top:4.3rem;
  margin-bottom:1.5rem;
}
  .article-contents .label-earthchild-small{
  font-size: 1.4rem;
  line-height:2.8rem;
}
}

.flex-wrap--earthchild{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.6rem;
}
.flex-wrap--earthchild .flex-wrap__img{
  width: 10.6rem;
  flex: 0 0 auto;
}
@media screen and (min-width: 750px) {
.flex-wrap--earthchild{
  column-gap: 3.4rem;
}
.flex-wrap--earthchild .flex-wrap__img{
  width: 12.0rem;
}
}

@media screen and (max-width: 749px) {
.article-contents .earthchild-img-01{
  margin-top:2.4rem;
}
}


.article-contents .earthchild-img-03{
  margin-top:3.6rem;
  margin-bottom:3.6rem;
}

.article-contents .earthchild-img-07,
.article-contents .earthchild-img-08{
  margin-top:3.6rem;
  margin-bottom:3.6rem;
}

.article-contents .earthchild-img-11{
  margin-top:3.6rem;
  margin-bottom:3.6rem;
}

@media screen and (min-width: 750px) {
.article-contents .earthchild-img-09{
  margin-top:4.8rem;
  margin-bottom:4.8rem;
}
.article-contents .earthchild-img-09{
  margin-top:3.2rem;
  margin-bottom:4.8rem;
}
}






