@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*mixin*/
/* ヘッダー固定ナビの個数 */
.p-prop_header .p-prop_header__nav--lp .lp-nav {
  grid-template-columns: repeat(3, 1fr) !important;
}
.p-prop_header .p-prop_header__nav--lp .lp-nav .item a {
  font-size: clamp(14px, 2vw, 20px) !important;
}

/* 游明朝体フォント設定 */
.u-font-Yumincho_R {
  font-family: "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "游明朝体 Pr6N", "Yu Mincho Pr6N", serif;
  font-weight: normal;
}
@supports (-webkit-hyphens: none) {
  .u-font-Yumincho_R {
    font-weight: 400;
  }
}

.u-font-Yumincho_M {
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M", "游明朝体 Pr6N", "Yu Mincho Pr6N", serif;
}
@supports (-webkit-hyphens: none) {
  .u-font-Yumincho_M {
    font-weight: 500;
  }
}

.u-font-Yumincho_D {
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D", "游明朝体 Pr6N", "Yu Mincho Pr6N", serif;
  font-weight: bolder;
}
@supports (-webkit-hyphens: none) {
  .u-font-Yumincho_D {
    font-weight: 600;
  }
}

/* フッター画像の設定 */
.p-lp-ftrMenu .p-lp-ftrMenu__list .item--top a {
  background: url(../../img/common/ftr_menu_top.jpg) no-repeat center/cover;
  background: url(../../img/common/ftr_menu_top.webp) no-repeat center/cover;
}
.p-lp-ftrMenu .p-lp-ftrMenu__list .item--location a {
  background: url(../../img/common/ftr_menu_location.jpg) no-repeat center/cover;
  background: url(../../img/common/ftr_menu_location.webp) no-repeat center/cover;
}
.p-lp-ftrMenu .p-lp-ftrMenu__list .item--outline a {
  background: url(../../img/common/ftr_menu_outline.jpg) no-repeat center/cover;
  background: url(../../img/common/ftr_menu_outline.webp) no-repeat center/cover;
}

.designers-heim-bnr {
  margin: 0 auto clamp(30px, 3vw, 60px);
}
.designers-heim-bnr a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .designers-heim-bnr a:hover:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .designers-heim-bnr a:hover:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=lp_common.css.map */