@charset "utf-8";

/*==============================*/

/* mainSection

/*==============================*/

.mainSection {
  margin-top : -156.7px;
}


@media screen and (max-width: 767.5px) {
  .mainSection {
    margin-top : -5.1px;
  }
  .mainSection .mv img {
    margin-top: -0.5px;
  }

  .headingBox br {
    display: block;
  }
}


/*==============================*/

/* tip for you

/*==============================*/

.section.contents .interviewBox .fukidashiBox{
  max-height: 500px!important;
}
#section04 .interviewBox .fukidashiBox.andImage .img{
  background-image: url(../images/vol5_img_gift_04.jpg)!important;;
}

.section.contents .interviewBox .fukidashiBox .txt {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}


/*==============================*/

/* nfotxt

/*==============================*/

.section.contents .infotxt:last-child {
  padding-bottom: 0px!important;
}

