@charset "utf-8";

/*==============================*/

/* tip for you

/*==============================*/
.mainSection {
  margin-top: -155.6px;
}

.interviewBox .fukidashiBox .img {
  background-image: url(../images/vol21_img_trip_05.jpg)!important;
}

.interviewBox .fukidashiBox.andImage02 .img {
  background-image: url(../images/vol21_img_trip_10.jpg)!important;
}
.interviewBox .fukidashiBox.andImage03 .img {
  background-image: url(../images/vol21_img_trip_21.jpg)!important;
}
/*==============================*/

/* shop

/*==============================*/

section.contents .infoBox .storeLink a {
  color: var(--font-color);
}

@media screen and (max-width: 767.5px) {
  .mainSection {
      margin-top: -5.1px;
  }
}

/*==============================*/

/* vol34 独自CSS

/*==============================*/


/* btn */
.rvBtn {
  right: calc(50% - 20.5px);
}

.rvBtn.winter a {
  width: 290px;
}

@media screen and (max-width: 750px) {
  .rvBtn {
    right: calc(50% - 80px);
  }
}