@charset "utf-8";

/*==============================*/

/* sectionTtl

/*==============================*/

#section02 .sectionTtl::before {
  display: none;
}


/*==============================*/

/* instagram

/*==============================*/

section.contents .infoBox .storeLink{
  text-decoration: none;
}
section.contents .infoBox .storeLink span{
  text-decoration: none;
  color: var(--font-color)!important;
}


.linkIconIG>span::before {
  top: -0.5em!important;
}
.mainSection h1.mv{
  padding-top: 10px;
}

@media screen and (max-width: 767.5px) {

  .linkIconIG>span::before {
    top: -.175em!important;
  }
  .featureList li:nth-child(1) .col2 .txtBox .hashList{
    display: flex;
    flex-direction: column!important;
  }
  .section.contents .infoBox .infoItem{
    padding: 20px 20px 59px 20px!important;
}

}

