@charset "utf-8";

/*==============================*/

/* mvtop section

/*==============================*/

.section .sectionInner .ttl span {
  font-family: 'Noto Sans JP';
  color: var(--font-color);
}

/*==============================*/

/* contents

/*==============================*/

.section.contents .sectionTtl span span {
  font-family: 'Noto Sans JP';
}

/*==============================*/

/* Shop information

/*==============================*/

section.contents .infoBox .storeLink a{
  color: #666;
}

@media (min-width: 767.5px){
  .mainSection {
    position: relative;
    margin-top: 0px;
  }
  .mainSection .mv {
    padding-top: 0;
  }

  .contentWrap {
    background-position: -0.8px 420px;
  }

  #tenant_link_new {
    padding-top: 2px;
  }
}

@media screen and (max-width: 750px) {
  .contentWrap {
    background-position: 0 76vw;
    background-image: url(../images/news_bg_img_01.png);
  }
}

@media screen and (max-width: 767.5px) {
  .mainSection {
    margin-top: -2px;
  }
  .mainSection .mv {
    padding-top: calc(75 / 375 * 100vw);
  }
}
