@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*mixin*/
/* mixin */
/* color */
em {
  font-style: normal;
}

/* 本文 */
.u-font-noto_R {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.u-font-noto_M {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.u-font-noto_B {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

/* A1 */
.u-font-A1 {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}

/* 英字 */
.u-font-roboto-L {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.u-font-roboto-R {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* ヘッダー固定ナビの個数 */
.p-prop_header .p-prop_header__nav--lp .lp-nav {
  grid-template-columns: repeat(5, 1fr) !important;
}
.p-prop_header .p-prop_header__nav--lp .lp-nav li:nth-child(4) a {
  background: #0F2E53 !important;
}

/* フッター画像の設定 */
.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;
}
.p-lp-ftrMenu .p-lp-ftrMenu__list .item--city a {
  background: url(../../img/common/ftr_menu_city.jpg) no-repeat center/cover;
  background: url(../../img/common/ftr_menu_city.webp) no-repeat center/cover;
}
.p-lp-ftrMenu .p-lp-ftrMenu__list .item--landscape a {
  background: url(../../img/common/ftr_menu_landscape.jpg) no-repeat center/cover;
  background: url(../../img/common/ftr_menu_landscape.webp) no-repeat center/cover;
}

/* 画像注釈 */
figure {
  position: relative;
}

.p-lp-figCap {
  font-size: clamp(10px, 9.037037037px + 0.2469135802vw, 12px);
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.p-lp-figCap--L {
  right: auto;
  left: 8px;
}

.p-image-cap {
  text-align: right;
  margin-top: 8px;
}

.p-lp-headline {
  margin-top: clamp(50px, 25.9259259259px + 6.1728395062vw, 100px);
  margin-bottom: clamp(25px, 12.962962963px + 3.0864197531vw, 50px);
}
.p-lp-headline .p-lp-headline__lead {
  font-size: clamp(16px, 12.1481481481px + 0.987654321vw, 24px);
  line-height: 1.6;
  margin-top: clamp(10px, 5.1851851852px + 1.2345679012vw, 20px);
}/*# sourceMappingURL=lp_common.css.map */