@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap');

/* -------------------------------------------------------------
   0. 共通ラッパー(.about/.history)の余白リセット
   ------------------------------------------------------------- */

.about:has(> .pr-page),
.csr:has(> .pr-page),
.history:has(> .pr-page) {
  padding-top: 0;
}

/* -------------------------------------------------------------
   1. 基本設定・変数
   ------------------------------------------------------------- */

.pr-page {
  --pr-red: #d92317;
  --pr-yellow: #ffc832;
  --pr-cream: #f6f7f1;
  --pr-text: #1e1e1e;
  --pr-blue-link: #2121ff;
  --pr-blue-light: #3dadff;
  --pr-green: #2fbf43;
  --pr-yellowgreen: #2fbf43;
  --pr-cyan: #37c3e7;
  color: var(--pr-text);
}

.pr-page * {
  box-sizing: border-box;
}

.pr-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pr-page a {
  text-decoration: none;
  color: inherit;
}

.pr-page section {
  position: relative;
}

.pr-page .pr-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.pr-page .pr-en {
  display: block;
  font-family: 'Crimson Text', serif;
  font-size: 52px;
  line-height: 1.3;
  color: var(--pr-text);
}

.pr-page .pr-ja {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .04em;
}

.pr-page .pr-section-heading {
  margin: 0 0 110px;
}

/* -------------------------------------------------------------
   2. ヒーロー
   ------------------------------------------------------------- */

.pr-page .pr-hero {
  position: relative;
  height: 700px;
  background: #000;
  overflow: hidden;
}

.pr-page .pr-hero__bg {
  width: 100%;
  height: 100%;
}

.pr-page .pr-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-page .pr-hero__title {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 72px;
  letter-spacing: .02em;
  text-shadow: 0 4px 6px rgba(0, 0, 0, .7);
  white-space: nowrap;
}

.pr-page .pr-hero__deco {
  position: absolute;
  width: 20%;
  max-width: 290px;
  city: .9;
  pointer-events: none;
  z-index: 0;
}

.pr-page .pr-hero__deco--tr {
  left: 0;
  top: 24%;
}

.pr-page .pr-hero__deco--bl {
  right: 0;
  top: 55%;
}

.pr-page .pr-bar {
  height: 12px;
  width: 100%;
}

.pr-page .pr-bar--red {
  background: var(--pr-red);
}

.pr-page .pr-bar--yellow {
  background: var(--pr-yellow);
}

/* -------------------------------------------------------------
   3. リード文
   ------------------------------------------------------------- */

.pr-page .pr-intro {
  padding: 70px 0 64px;
  text-align: center;
}

.pr-page .pr-intro__title {
  margin: 0 0 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #d92317;
  line-height: 1.5;
}

.pr-page .pr-intro__title .pr-big {
  font-size: 56px;
}

.pr-page .pr-intro__title .pr-small {
  font-size: 36px;
}

.pr-page .pr-intro__lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.85;
  text-align: left;
}

.pr-page .pr-intro__lead .pr-link {
  color: var(--pr-blue-link);
}

.pr-page .pr-intro__lead strong {
  font-weight: 700;
}

/* -------------------------------------------------------------
   4. 対象地域(Area)
   ------------------------------------------------------------- */

.pr-page .pr-area {
  background: var(--pr-cream);
  padding: 60px 0 90px;
  position: relative;
}

.pr-page .pr-area__red {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 55%;
  background: var(--pr-red);
  z-index: 0;
}

.pr-page .pr-area__body {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  right: -12%;
  z-index: 1;
}

.pr-page .pr-area__map {
  flex: 1 1 480px;
  max-width: 560px;
}

.pr-page .pr-area__list {
  flex: 1 1 300px;
  max-width: 460px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.02em;
  align-self: flex-end;
  margin-bottom: 6%;
}

.pr-page .pr-area__list p {
  margin: 0 0 20px;
}

.pr-page .pr-area__list p:last-child {
  margin-bottom: 0;
}

.pr-page .pr-area__deco {
  position: absolute;
  width: 40%;
  max-width: 330px;
  opacity: .85;
  pointer-events: none;
  z-index: 0;
  right: -14%;
  top: 15px;
}

.pr-page .pr-area__cta {
  position: absolute;
  right: 4%;
  bottom: -60px;
  width: 130px;
  z-index: 2;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .25));
}

/* -------------------------------------------------------------
   5. 対象物件(Property Types) / 土地面積
   ------------------------------------------------------------- */

.pr-page .pr-types {
  padding: 70px 0;
  overflow: hidden;
}

.pr-page .pr-types__backdrop {
  position: absolute;
  top: 200px;
  right: 0;
  width: 45%;
  height: 62%;
  background: var(--pr-green);
  z-index: 0;
  pointer-events: none;
}

.pr-page .pr-types .pr-inner {
  z-index: 1;
}

.pr-page .pr-types__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-bottom: 50px;
  max-width: 920px;
}

.pr-page .pr-type-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 28px;
  background: #fff;
  border: 4px solid var(--pr-green);
  border-radius: 4px;
  padding: 40px 48px;
}

.pr-page .pr-type-card__icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.pr-page .pr-type-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-page .pr-type-card__name {
  margin: 0 0 26px;
  font-weight: 700;
  font-size: 24px;
}

.pr-page .pr-type-card__desc {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.pr-page .pr-type-card__note {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.pr-page .pr-type-card__note p {
  margin: 0 0 4px;
}

.pr-page .pr-type-card__note .pr-note-small {
  font-size: 13px;
  color: #555;
}

.pr-page .pr-landsize {
  position: relative;
  z-index: 0;
  isolation: isolate;
  border: 2px solid var(--pr-yellow);
  border-radius: 6px;
  padding: 80px 160px;
  min-height: 260px;
  max-width: 900px;
  margin: 200px auto 100px;
  background: #fff;
  overflow: visible;
}

.pr-page .pr-landsize__heading {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--pr-yellow);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.pr-page .pr-landsize__cols {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  text-align: center;
}

.pr-page .pr-landsize__label {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 24px;
}

.pr-page .pr-landsize__value {
  margin: 0 0 36px;
  font-weight: 700;
  font-size: 19px;
}

.pr-page .pr-landsize__value:last-child {
  margin-bottom: 0;
}

.pr-page .pr-landsize__value .pr-underline {
  font-size: 26px;
  margin: 0 4px;
  border-bottom: 3px solid var(--pr-red);
  padding-bottom: 2px;
}

.pr-page .pr-landsize__value .pr-underline span {
  font-size: 18px;
}

.pr-page .pr-landsize__deco {
  position: absolute;
  right: -50px;
  bottom: 240px;
  width: 240px;
  opacity: .8;
  pointer-events: none;
  z-index: -1;
}

.pr-page .pr-landsize__square {
  position: absolute;
  left: -20%;
  bottom: -80px;
  width: 62%;
  aspect-ratio: 1262 / 509;
  background: var(--pr-yellow);
  z-index: -1;
}

/* -------------------------------------------------------------
   6. 出店条件(Requirements)
   ------------------------------------------------------------- */

.pr-page .pr-requirements {
  background: var(--pr-cream);
  padding: 100px 0 150px;
  position: relative;
  overflow: visible;
}

.pr-page .pr-requirements .pr-inner {
  max-width: 900px;
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.pr-page .pr-requirements .pr-section-heading {
  position: relative;
  z-index: 1;
}

.pr-page .pr-requirements__square {
  position: absolute;
  right: -60%;
  bottom: 330px;
  width: 76%;
  aspect-ratio: 955 / 698;
  background: var(--pr-green);
  z-index: -1;
}

.pr-page .pr-requirements__deco {
  position: absolute;
  left: -150px;
  bottom: -20px;
  width: 220px;
  opacity: .8;
  pointer-events: none;
  z-index: 2;
}

.pr-page .pr-requirements__panel {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 74px 100px;
  border-radius: 4px;
}

.pr-page .pr-req-block {
  margin-bottom: 50px;
}

.pr-page .pr-req-block:last-child {
  margin-bottom: 0;
}

.pr-page .pr-req-block h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
}

.pr-page .pr-req-block p {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.7;
}

.pr-page .pr-req-block .pr-req-note {
  font-size: 14px;
  color: #444;
}

/* -------------------------------------------------------------
   7. ご契約について(Contract)
   ------------------------------------------------------------- */

.pr-page .pr-contract {
  position: relative;
  z-index: 0;
  padding: 90px 0 70px;
  overflow: visible;
  margin-top: 50px;
}

.pr-page .pr-contract__square {
  position: absolute;
  left: 0;
  top: 0;
  width: 54%;
  aspect-ratio: 809 / 392;
  background: var(--pr-cyan);
  z-index: 0;
}

.pr-page .pr-contract .pr-inner {
  max-width: 980px;
  position: relative;
  z-index: 1;
}

.pr-page .pr-contract__box {
  background: #fff;
  padding: 60px 60px 50px 76px;
  margin-left: -3%;
}

.pr-page .pr-contract__heading {
  margin: 0 0 42px;
  font-size: 32px;
  font-weight: 700;
}

.pr-page .pr-contract__lead {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  max-width: 700px;
}

.pr-page .pr-contract__list {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.pr-page .pr-contract__docs {
  font-size: 14px;
  line-height: 1.8;
  color: var(--pr-text);
}

.pr-page .pr-contract__docs-title {
  margin: 0 0 4px;
}

.pr-page .pr-contract__docs p {
  margin: 0;
}

.pr-page .pr-contract__photo-wrap {
  width: 62%;
  margin: 40px 0 0 auto;
}

.pr-page .pr-contract__photo {
  width: 92%;
  display: block;
  opacity: .6;
  position: relative;
  margin: -30px 0 0 auto;
  z-index: -1;
  bottom: 70px;
  right: -20%;
}

.pr-page .pr-contract__deco {
  position: absolute;
  left: 300px;
  bottom: 40px;
  width: 400px;
  pointer-events: none;
  z-index: 2;
}

/* -------------------------------------------------------------
   8. 区切り線・下部ナビ
   ------------------------------------------------------------- */

.pr-page .pr-divider-full {
  width: 100%;
  height: 2px;
  object-fit: cover;
  margin: 20px 0 0;
}

.pr-page .pr-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 30px 0 10px;
  flex-wrap: wrap;
}

.pr-page .pr-bottom-nav__link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 22px;
}

.pr-page .pr-bottom-nav__link img {
  width: 70px;
}

.pr-page .pr-bottom-nav__en {
  font-family: 'Crimson Text', serif;
  font-size: 44px;
  margin: 0;
}

/* -------------------------------------------------------------
   9. お問い合わせ(Contact / 共有フォーム埋め込み)
   ------------------------------------------------------------- */

.contact-sec {
  padding: 8% 0!important;
  background: #f6f7f1;
  border-bottom: 1px solid #000;
}

/* =============================================================
   11. SP（max-width:955px）
   ============================================================= */

@media screen and (max-width: 955px) {

  .pr-page .pr-inner {
    padding: 0 20px;
  }

  .pr-page .pr-section-heading {
    margin: 0 0 90px;
  }

  /* --- ヒーロー --- */

  .pr-page .pr-hero {
    height: 380px;
  }

  .pr-page .pr-hero__title {
    font-size: 32px;
    text-shadow: 0 4px 6px rgba(0, 0, 0, .9);
  }

  .pr-page .pr-hero__deco {
    width: 144px;
  }

  .pr-page .pr-hero__deco--tr {
    left: 20px;
    top: 5%;
  }

  .pr-page .pr-hero__deco--bl {
    width: 146px;
    right: 0;
    top: 55%;
  }

  /* --- リード文 --- */

  .pr-page .pr-intro {
    padding: 36px 0 30px;
  }

  .pr-page .pr-intro__title .pr-big {
    font-size: 22px;
  }

  .pr-page .pr-intro__title .pr-small {
    font-size: 16px;
  }

  .pr-page .pr-intro__lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .pr-page .pr-en {
    font-size: 36px;
  }

  .pr-page .pr-ja {
    font-size: 15px;
  }

  /* --- 対象地域 --- */

  .pr-page .pr-area {
    padding: 40px 0 70px;
  }

  .pr-page .pr-area__body {
    right: 0;
  }

  .pr-page .pr-area__red {
    width: 40%;
    height: 50%;
    bottom: 0;
  }

  .pr-page .pr-area__map {
    max-width: 100%;
    flex: 1 1 430px;
  }

  .pr-page .pr-area__list {
    font-size: 15px;
    max-width: 100%;
    align-self: center;
    margin-bottom: 0;
    margin-left: 45%;
    flex: 1 1 0;
  }

  .pr-page .pr-area__deco {
    width: 40%;
    max-width: 180px;
    right: 0;
    top: 15px;
  }

  .pr-page .pr-area__cta {
    width: 90px;
    bottom: -36px;
  }

  /* --- 対象物件 / 土地面積 --- */

  .pr-page .pr-types {
    padding: 40px 0;
  }

  .pr-page .pr-types__backdrop {
    width: 100%;
    right: auto;
    top: 150px;
    height: 64%;
  }

  .pr-page .pr-type-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px;
  }

  .pr-page .pr-type-card__name {
    margin: 0 0 17px;
    font-size: 20px;
  }

  .pr-page .pr-type-card__desc {
    font-size: 15px;
  }

  .pr-page .pr-type-card__icon {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .pr-page .pr-type-card--ma {
    grid-template-columns: 1fr;
  }

  .pr-page .pr-type-card__note {
    text-align: left;
    font-size: 15px;
  }

  .pr-page .pr-landsize {
    padding: 28px 20px 48px;
    min-height: auto;
  }

  .pr-page .pr-landsize__cols {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pr-page .pr-landsize__col:first-child {
    border-right: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .pr-page .pr-landsize__deco {
    right: 0;
    bottom: 450px;
    width: 160px;
  }

  .pr-page .pr-landsize__heading {
    font-size: 24px;
  }

  .pr-page .pr-landsize__label {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .pr-page .pr-landsize__value .pr-underline {
    font-size: 24px;
  }

  .pr-page .pr-landsize__value .pr-underline span {
    font-size: 16px;
  }

  .pr-page .pr-landsize__square {
    width: 126px;
    height: 126px;
    aspect-ratio: auto;
    left: -4px;
    bottom: -24px;
  }

  /* --- 出店条件 --- */

  .pr-page .pr-requirements {
    padding: 40px 0;
  }

  .pr-page .pr-requirements__deco {
    left: 0;
    bottom: -130px;
    width: 110px;
  }

  .pr-page .pr-requirements__square {
    width: 80%;
    height: 30%;
    aspect-ratio: auto;
    right: 0;
    top: 130px;
  }

  .pr-page .pr-requirements__panel {
    padding: 28px 22px;
  }

  .pr-page .pr-req-block h3 {
    font-size: 18px;
  }

  .pr-page .pr-req-block p {
    font-size: 14px;
  }

  /* --- ご契約について --- */

  .pr-page .pr-contract {
    padding: 40px 0;
  }

  .pr-page .pr-contract__square {
    width: 220px;
    height: 220px;
    aspect-ratio: auto;
    top: 10px;
  }

  .pr-page .pr-contract__box {
    padding: 26px 22px;
    margin-left: 0;
  }

  .pr-page .pr-contract__heading {
    font-size: 24px;
  }

  .pr-page .pr-contract__lead {
    font-size: 14px;
    max-width: none;
  }

  .pr-page .pr-contract__list {
    font-size: 14px;
  }

  .pr-page .pr-contract__photo-wrap {
    width: 100%;
    margin: 24px 0 0;
  }

  .pr-page .pr-contract__photo {
    width: 100%;
    bottom: 10px;
    right: -10%;
  }

  .pr-page .pr-contract__deco {
    left: -110px;
    bottom: -20px;
    width: 240px;
  }

  /* --- 下部ナビ --- */

  .pr-page .pr-bottom-nav {
    gap: 20px;
  }

  .pr-page .pr-bottom-nav__en {
    font-size: 26px;
  }

  .pr-page .pr-bottom-nav__link {
    font-size: 15px;
  }

  .pr-page .pr-bottom-nav__link img {
    width: 44px;
  }

}

#page-top-contact {
  position: fixed;
  right: 1%;
  bottom: 0px;
  z-index: 4;
  cursor: pointer;
  width: calc(150px + (380 - 150) * ((100vw - 768px) / (1920 - 768)));
  display: block;
}