@charset "utf-8";

/*==============================*/

/* mvtop section

/*==============================*/


@media (max-width: 767.5px){
  .mainSection {
    padding-top: 2.5%;
  }
}

@media (min-width: 767.5px){
  .mainSection {
      margin-top: -154px;
  }
}

/*==============================*/

/* 今回教えてくれる人

/*==============================*/

@media (min-width: 100px) {
  #section01 .pickUpBox {
    margin-bottom: 120px;
  }
  #section01 .pickUpBox::after {
    width: 600px;
    height: 600px;
  }
}

/*==============================*/

/* tip for you

/*==============================*/

.interviewBox .fukidashiBox .img {
  background-image: url(../images/vol3_img_store_13.jpg)!important;
}

/*==============================*/

/* Shop

/*==============================*/


section.contents .infoBox .storeLink {
  color: var(--font-color);
}
section.contents .infoBox .storeLink a {
  color: var(--font-color);
}