@charset "utf-8";

/******
フォント

Century Gothic Pro
font-family: century-gothic, sans-serif;
font-weight: 400;→Regular
font-weight: 700;→Bold

Noto Sans JP
font-family: "Noto Sans JP", sans-serif;

Poppins
font-family: "Poppins", sans-serif;
font-weight: 300;→Light
font-weight: 400;→Regular
font-weight: 500;→Medium
font-weight: 600;→SemiBold
font-weight: 700;→Bold

*******/

body {
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

/* body.fixed {
  height: 100%;
  overflow: hidden;
} */

.img {
  width: 100%;
  height: auto;
}

.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.hover--opacity {
  transition: opacity 0.3s;
}

.hover--opacity:hover {
  opacity: 0.7;
}

.hover--line {
  /* transition: text-decoration 0.3s; */
}

.hover--line:hover .hover--line-item {
  text-decoration: underline;
}

.bg-cream {
  background-color: #f8f3ed;
}

.inner-1440 {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto;
}
.inner-1260 {
  width: calc(100% - 40px);
  max-width: 1260px;
  margin: 0 auto;
}
.inner-980 {
  width: calc(100% - 40px);
  max-width: 980px;
  margin: 0 auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.border-all {
  border: 1px solid #cccccc;
}

.border-t {
  border-top: 1px solid #cccccc;
}

.border-b {
  border-bottom: 1px solid #cccccc;
}

.border-l {
  border-left: 1px solid #cccccc;
}

.border-r {
  border-right: 1px solid #cccccc;
}

.sp {
  display: none;
}
.pc {
  display: block;
}

/*****
下層上部パーツ
******/

.low-head {
  position: relative;
  padding-top: clamp(10px, 1.875vw, 22px);
  margin-bottom: clamp(40px, 8.625vw, 137px);
}

.low-head::before,
.low-head::after {
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
}

.low-head::before {
  left: 27.5%;
}

.low-head::after {
  left: 50%;
}

.low-head__inner {
  padding-left: 5%;
  padding-right: 5%;
}

.low-head__title-en {
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  /* font-size: 96px; */
  font-size: clamp(46px, 6vw, 96px);
  padding-bottom: 7.375vw;
  position: relative;
  z-index: 1;
}

.low-head__under {
  padding-top: clamp(20px, 2.25vw, 35px);
  padding-bottom: clamp(20px, 2.25vw, 35px);
}

.low-head__title-ja {
  /* font-size: 18px; */
  font-size: clamp(16px, 1.125vw, 18px);
  position: relative;
  z-index: 1;
}

.breadcrumb {
  padding-bottom: 5.625vw;
  position: relative;
  z-index: 1;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  font-weight: 300;
}

.breadcrumb__item:first-child {
  font-family: century-gothic, sans-serif;
}

.breadcrumb__item:not(:last-child):after {
  content: ">>";
  margin: 0 1.125vw;
}
.single .breadcrumb__item--current br {
  display: none;
}
.single-breadcrumb {
  padding-bottom: clamp(10px, 1.875vw, 22px);
}

/*****
下部リンク
******/
.other-links {
  display: flex;
  justify-content: space-between;
  padding: clamp(42px, 4.375vw, 74px) 5%;
  background-color: #64625e;
  position: relative;
  z-index: 2;
}

.other-links__item {
  color: #fff;
  background-color: #7e7c78;
  width: 48%;
}

.other-links__link {
  color: #fff;
  display: block;
  padding-top: 4%;
  padding-bottom: 9.7%;
}

.other-links__head {
  margin-bottom: 2.875vw;
  line-height: 1;
}

.other-links__head-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.other-links__head-nameEn {
  font-family: century-gothic, sans-serif;
  font-size: clamp(40px, 3.75vw, 60px);
}

.other-links__head-nameJa {
  font-size: clamp(14px, 1.375vw, 22px);
  font-weight: bold;
  padding-right: 6%;
  padding-bottom: 1%;
}

.other-links__head-desc {
  line-height: 1.76;
  font-size: clamp(13px, 1.375vw, 17px);
}

.other-links__inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
/*****
モデルハウス見学
a reservation.リンク
******/
.reservationParts {
  background: url(../imgs_new/common/reservation_bg.jpg) center center / cover
    no-repeat;
  position: relative;
  z-index: 2;
}
.reservationParts__link:hover .reservationParts__txt-en::before {
  transform: translateX(10px);
}
.reservationParts__box {
  padding: clamp(100px, 13.75vw, 220px) 0 clamp(100px, 13.75vw, 220px);
}
.reservationParts__txt-jp {
  padding: 0 15px;
  font-size: clamp(20px, 2.0625vw, 33px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.reservationParts__txt-en {
  width: fit-content;
  padding: 0 70px;
  margin: 0 auto;
  font-family: century-gothic, sans-serif;
  font-size: clamp(42px, 6vw, 96px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
}
.reservationParts__txt-en::before {
  display: block;
  content: "";
  width: 6%;
  padding-top: 3%;
  background: url(../imgs_new/common/reservation_arrow.png) center center /
    cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transition: transform 0.3s;
}

/*****
無料プレミアム会員募集バナー
******/
.banner__singUp {
  width: clamp(280px, 55.9vw, 559px);
  position: fixed;
  bottom: 5vw;
  right: 0;
  z-index: 3;
  transition: opacity 0.5s ease; /* ← これが必要 */
  opacity: 1;
  pointer-events: auto;
}
.banner__singUp.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.banner__singUp-close {
  width: clamp(20px, 3.4vw, 34px);
  height: clamp(20px, 3.4vw, 34px);
  position: absolute;
  top: clamp(-7px, 1.3vw, -13px);
  left: clamp(-7px, 1.3vw, -13px);
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
    display: inline;
  }
}

@media screen and (max-width: 750px) {
  .sp.--750 {
    display: block;
  }

  .pc.--750 {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .low-head__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .low-head::before,
  .low-head::after {
    display: none;
  }

  .other-links {
    flex-direction: column;
    gap: 36px 0;
  }

  .other-links__item {
    width: 100%;
  }

  .other-links__link {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .reservationParts__txt-en {
    padding: 0 15px;
  }
  .reservationParts__txt-en::before {
    position: absolute;
    top: 164%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .reservationParts__link:hover .reservationParts__txt-en::before {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  /*****
無料プレミアム会員募集バナー
******/
  .banner__singUp {
    bottom: 80px;
  }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
