@charset "utf-8";

/*==============================*/

/* mainSection

/*==============================*/

.mainSection {
  margin-top : -156.1px;
}


@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{
  color: var(--font-color2);
  text-decoration: none;
}

.linkIconIG>span::before {
  top: -0.5em!important;
}


@media screen and (max-width: 767.5px) {

  .linkIconIG>span::before {
    top: -.175em!important;
  }
}