@charset "utf-8";

/*==============================*/

/* tip for you

/*==============================*/

.section.contents .interviewBox .fukidashiBox .txt{
  word-break: break-all;
}
.section.contents .interviewBox .fukidashiBox .storeLink {
  text-decoration: none;
}

.interviewBox .fukidashiBox .linkIconIG {
    position: relative;
    padding-left: 0;
    line-height: 45px;
}


.storeLink.linkIconIG span {
  color: var(--font-color);
  position: relative;
  padding-left: 38px;
  line-height: normal;
  text-decoration: none;
}



/*==============================*/

/* sectionTtl

/*==============================*/

#section02 .sectionTtl::before {
  display: none;
}



