@charset "utf-8";

/*==============================*/

/* anchorBox

/*==============================*/

#section01 .anchorBox .ttl span{
  width: 85px!important;
}


/*==============================*/

/* tip for you

/*==============================*/

.section.contents .interviewBox .fukidashiBox{
  max-height: 500px!important;
}
#section03 .interviewBox .fukidashiBox.andImage .img{
  background-image: url(../images/vol2_img_trip_06.jpg)!important;
}
#section04 .interviewBox .fukidashiBox.andImage .img{
  background-image: url(../images/vol2_img_trip_11.jpg)!important;
}
#section05 .interviewBox .fukidashiBox.andImage .img{
  background-image: url(../images/vol2_img_trip_16.jpg)!important;
}

/*==============================*/

/* instagram

/*==============================*/

section.contents .infoBox .storeLink{
  text-decoration: none;
}
section.contents .infoBox .storeLink span{
  color: var(--font-color)!important;
  text-decoration: none;
}
.linkIconIG>span::before {
  top: -0.5em!important;
}

@media screen and (max-width: 767.5px) {
  .linkIconIG>span::before {
    top: -.175em!important;
  }
}