@charset "utf-8";

/*==============================*/

/* mainSection

/*==============================*/

.mainSection {
  margin-top : -155.6px;
}


@media screen and (max-width: 767.5px) {
  .mainSection {
    margin-top : -5.1px;

}
}

/*==============================*/

/* 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;
}

@media screen and (max-width: 767.5px) {

  .linkIconIG>span::before {
    top: -.175em!important;
  }
}