@charset "utf-8";

/*==============================*/

/* tip for you

/*==============================*/

#section03 .interviewBox .fukidashiBox .img {
  background-image: url(../images/vol17_img_trip_05.jpg)!important;
}
#section04 .interviewBox .fukidashiBox .img {
  background-image: url(../images/vol17_img_trip_10.jpg)!important;
}
#section05 .interviewBox .fukidashiBox .img {
  background-image: url(../images/vol17_img_trip_15.jpg)!important;
}

/*==============================*/

/* MV

/*==============================*/

@media (min-width: 767.5px){
  .mainSection {
      position: relative;
      margin-top: -155.6px;
  }
}

/*==============================*/

/* shop

/*==============================*/
body {
  background-color: #FCF4EF;
}
.mainTtlPC2 {
  background-color: #AF4534;
}

#section01 .interviewBox {
  border-color: #FBC086;
}

#section01 .anchorBox .anchorTxt a:before {
  background: url(../../images/trip_ico_arrow_04.svg) center / cover no-repeat;
}

.section.contents:nth-of-type(2n) .sectionTtl {
  background: linear-gradient(90deg, #FBD8A7 0%, #FEF5E9 100%);
}

.section.contents:nth-of-type(2n+1) .sectionTtl {
  background: linear-gradient(90deg, #FFD1BF 0%, #FFF3EF 100%);
}

.section.contents .interviewBox .fukidashiBox {
  border-color: #FBC086;
}

.section.contents .infoBox div {
  background: #FBC086;
}

#sectionEnd .sectionInner .interview {
  background: #FFE0D5;
}

.shareSection {
  background-color: #FFE0D5;
}

.topBtn a {
  background-color: #FBC086;
}

section.contents .infoBox .storeLink a {
  color: var(--font-color);
}


.interviewBox .fukidashiBox .text_lf {
  align-items: baseline !important;
}

.interviewBox .fukidashiBox .text_lf a {
  text-decoration: underline;
}

.interview .txt a {
  text-decoration: underline;
}