@charset "utf-8";

/*==============================*/

/* tip for you

/*==============================*/

.section.contents:nth-child(3) .interviewBox .fukidashiBox .img {
  aspect-ratio: 7/8;
  background-image: url(../images/vol3_img_lunch_07.jpg);
}
.section.contents:nth-child(4) .interviewBox .fukidashiBox .img {
  aspect-ratio: 7/8;
  background-image: url(../images/vol3_img_lunch_16.jpg);
}
.section.contents:nth-child(5) .interviewBox .fukidashiBox .img {
  aspect-ratio: 7/8;
  background-image: url(../images/vol3_img_lunch_23.jpg);
}
section.contents .infoBox .storeLink {
  text-decoration: none;
}
.storeLink.linkIconIG span {
    color: var(--font-color);
    position: relative;
    padding-left: 38px;
    line-height: normal;
    text-decoration: none;
}


.linkIconIG>span::before {
  top: -0.5em!important;
}

@media screen and (max-width: 767.5px) {
  .section.contents .infoBox>div{
    padding-bottom: 0;
  }

  .linkIconIG>span::before {
    top: -.175em!important;
  }
}