@charset "utf-8";

/*==============================*/

/* tip for you

/*==============================*/
.mainSection {
  margin-top: -155.6px;
}

.interviewBox .fukidashiBox .text_lf a {
  text-decoration: underline;
}

.section .sectionInner {
  line-break: anywhere;
}
/*==============================*/

/* shop

/*==============================*/

section.contents .infoBox .storeLink a {
  color: var(--font-color);
}

@media screen and (max-width: 767.5px) {
  .mainSection {
      margin-top: -5.1px;
  }
}
/*==============================*/

/* vol32 独自CSS

/*==============================*/


/* btn */
.rvBtn {
  right: calc(50% - 20.5px);
}

.rvBtn.autumn a {
  width: 290px;
}

@media screen and (max-width: 750px) {
  .rvBtn {
    right: calc(50% - 80px);
  }
}

.bridgeBtn.btn {
  margin-top: 15px;
}

.bridgeBtn.btn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 290px;
  height: 48px;
  padding-bottom: 13px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #7E444F;
  background: #FBC086;
  border: 2px solid #FBC086;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  margin: 0 auto;
}

.bridgeBtn a::after {
  position: absolute;
  background: url(../../images/trip_link_icon_01.svg);
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-size: contain;
  transition: background 0.3s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .bridgeBtn a:hover {
    color: #7E444F;
    background-color: white;
  }
  .bridgeBtn a:hover::after {
    position: absolute;
    background: url(../../images/trip_link_icon_01.svg);
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-size: contain;
  }
}

#tenant_link_new4 {
  display: none;
  text-align: right;
  position: relative;
  margin-right: 13px;
}

.section.contents .infoBox .storeLink#tenant_link_new4::after {
  position: absolute;
  top: 2.2rem;
  right: -13px;
}