body.lock-scroll {
  overflow: hidden;
}
.main-contents { 
  visibility: hidden; /* ← ページ本体は最初隠す */
}
/* ファーストアニメーション */
.page-animation {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: #fff;
  display: none; 
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  overscroll-behavior: contain;
  touch-action: none;
}

.page-animation.show {
  display: flex; 
}

.page-animation .bg {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100); 
  height: 100dvh;
  background: url('../img/fv-bg.jpg') center bottom / cover no-repeat;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: end;
}

.page-animation .fv-bottom {
  display: block;
  padding-bottom: 1rem;
  width: 100%;
  opacity: 0.6;
  margin-bottom: env(safe-area-inset-bottom);
}

.page-animation .title-image {
  width: 40%;
  max-width: 600px;
  opacity: 0;
  z-index: 2;
  transition: opacity 1s ease;
}

.page-animation .no1-image {
  width: 40%;
  max-width: 600px;
  opacity: 0;
  transition: opacity 1.5s ease, transform 3s ease;
  z-index: 2;
    position: absolute;
  transform: translate(-50%, -50%) scale(1); 
  top:50%;
  left:50%;
}

.page-animation .no1-image.fade-in {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.02); 
}

.page-animation .no1-image.fade-out {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.02); 
}

.page-animation {
  position: fixed;
  inset: 0;
  z-index: 2000; /* Openingより下、MVより上 */
  background: #fff;
  display: none; /* ← 最初は非表示 */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

.page-animation.show {
  display: flex;   /* JSで表示 */
}

.page-animation.active {
  opacity: 1;      /* フェードイン */
}

.page-animation.fade-out {
  opacity: 0;      /* フェードアウト */
}

@media (max-width: 767px) {
  .page-animation .bg {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100); 
  height: 100dvh;
  background: url('../img/fv-bg_sp.jpg') center bottom / cover no-repeat;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: end;
}
.page-animation .fv-bottom{
  display: block;
  width: 100%;
  margin-bottom: env(safe-area-inset-bottom);
}
.page-animation .title-image {
  width: auto;
  height: 40vh;
  opacity: 0;
  z-index: 2;
  transition: opacity 1s ease;
}
}

/* Main Visual */
.main_visual {
  width: 100%;
}
.band_text {
  background: #000000;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  font-family: 'Noto Serif JP',serif;
}
.band_text p{
  background: linear-gradient(to right, #a38a5b 0%,#c7b68c 50%,#a38a5b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: clamp(1.5rem, 0.133rem + 2.85vw, 2.625rem);
  letter-spacing: 0.2em;
  line-height: 1em;
  margin: 0 auto;
}
/* default container */
.content_container{
  width: 100%;
  padding: 3rem 1rem;
  box-sizing: border-box;
}
.content_inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* Features */
ul.features_list {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  justify-content: center;
  padding: 24px 0 10px;
}
ul.features_list li {
  font-size: clamp(1.25rem, 0.035rem + 2.53vw, 2.25rem);
  font-weight: 100;
  letter-spacing: 0.1em;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}
ul.features_list li:nth-child(2) {
  border-left: 1px solid #9b8a6e;
  border-right: 1px solid #9b8a6e;
}
ul.features_list li span {
  font-size: clamp(1rem, 0.392rem + 1.27vw, 1.5rem);
}

ul.features_list li span.fz18 {
  font-size: clamp(1rem, 0.696rem + 0.63vw, 1.25rem);
}



/* Content Menu */
ul.content_menu_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
ul.content_menu_list li {
  width: 100%;
    height: 23.5vw;
  max-height: 423px;
}
ul.content_menu_list li a {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  width: 80%;
  height: 23.5vw;
  max-height: 423px;
  position: relative;
}
.btn-text{
  width: 50%;
  max-height: 200px;
  position: absolute;
  top:50%;
  left:70%;
  transform:translate(-50%,-50%);
}
.view-more{
  position: absolute;
  bottom: 10px;
  right: 0;;
  width: 15%;
}
.location_btn_bg {
  background: url(../img/location_btn_bg.jpg) no-repeat;
  background-size: cover;
}
.location_btn {
  background: url(../img/location_btn.jpg) no-repeat center center / cover;
  background-size: 100%;
  transition: background-size 0.5s  ease-in-out;
  overflow: hidden;
}
.location_btn:hover {
  background-size: 101%;
  background-position: center; 
  opacity: 1;
}
.design_btn_bg {
  background: url(../img/design_btn_bg.jpg) no-repeat;
  /* filter: grayscale(100%); */
  background-size: cover;
}
.design_btn {
  background: url(../img/design_btn.jpg) no-repeat center center / cover;
  background-size: 100%;
  transition: background-size 0.5s  ease-in-out;
  overflow: hidden;
}
.design_btn:hover {
  background-size: 102%;
  background-position: center; 
  opacity: 1;
}
.plan_btn_bg {
  background: url(../img/plan_btn_bg.jpg) no-repeat;
  background-size: cover;
}
.plan_btn {
  background: url(../img/plan_btn.jpg) no-repeat center center / cover;
  background-size: 100%;
  transition: background-size 0.5s  ease-in-out;
  overflow: hidden;
}
.plan_btn:hover {
  background-size: 102%;
  background-position: center; 
  opacity: 1;
}
.quality_btn_bg {
  background: url(../img/quality_btn_bg.jpg) no-repeat;
  background-size: cover;
}
.quality_btn {
  background: url(../img/quality_btn.jpg) no-repeat center center / cover;
  background-size: 100%;
  transition: background-size 0.5s  ease-in-out;
  overflow: hidden;
}
.quality_btn:hover {
  background-size: 102%;
  background-position: center; 
  opacity: 1;
}
.comming_soon a:hover{
opacity: 1;
}
.comming_soon:hover {
  position: relative;
  filter: grayscale(100%);
  opacity: 1;
}

.comming_soon a:hover::after {
  content: ""; /* テキストは消す */
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 30%; 
  height: 100%; 
  background: url("../img/comming-soon.png") no-repeat center center;
  background-size: contain; /* 画像を枠にフィット */
  pointer-events: none;     /* クリックを透過 */
}
/* 普段は表示 */
.comming_soon .btn-text,
.comming_soon .view-more {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}
.comming_soon:hover .btn-text,
.comming_soon:hover .view-more {
  opacity: 0;        /* フェードアウト */
  visibility: hidden; /* 完全に消したい場合 */
  transition: opacity 0.4s ease;
}

/* Limited */
.limited {
  font-family:  "Noto Serif JP", serif;
  margin: 0 auto;
  padding: 4em 0 8em;
  text-align: center;
  width: 530px;
}
h3.limited_ttl {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #b5a57d;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 40px;
}
h3.limited_ttl span {
  font-family:  "Noto Serif JP", serif;
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 100;
  margin-top: 8px;
}
.limited p {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.8em;
  text-align: justify;
}
.limited_btn_wrap {
  background: #9b8a6e;
  color: #ffffff;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
  margin-top: 60px;
  padding: 24px 0;
  position: relative;
  width: 100%;
}
.limited_btn_wrap::after {
  border: 1px solid #FFF;
  content: "";
  display: block;
  height: 91%;
  left: 1.5%;
  position: absolute;
  top: 4%;
  width: 97%;
}
.limited_btn_wrap_ttl {
  margin-bottom: 16px;
}
.limited_btn_wrap .en {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #c3b9a8;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
.limited_btn a {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  background: #ffffff47;
  border: 1px solid #ffffff;
  border-radius: 40px;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1em;
  padding: 10px 80px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.limited_request p {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1em;
  text-align: center;
}
.request_btn a {
  background: #ebebeb;
  border: 1px solid #9b8a6e;
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding: 32px 0;
  position: relative;
  text-decoration: none;
}
.request_btn a::after {
  border: 1px solid #9b8a6e;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

/* Quality */
.quality {
  background: transparent url(../img/common/bg_03.webp) no-repeat 50% 50%;
    background-size: cover;
  justify-content: center;
}
.quality_ttl {
  font-size: 125%;
    font-family: 'Cinzel', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    letter-spacing: 0.3em;
    font-weight: normal;
    color:#9b8a6e;
}
.quality_ttl span {
  display: block;
    font-size: 225%;
    font-family: 'Cinzel',serif;
    
}
/* @media screen and (max-width: 1px) {
ul.features_list li {
  font-size: clamp(1.25rem, 0.035rem + 2.53vw, 2.25rem);
  font-weight: 100;
  letter-spacing: 0.1em;
  padding: 16px 60px;
  margin-bottom: 0.5em;
}
} */
@media screen and (max-width: 767px) {
  .band_text {
    padding: 20px 0;
  }
   .band_text p{
    font-size: 5vw;
  }

  ul.features_list {
    flex-direction: column;
  }
  ul.features_list li {
    font-size: 6vw;
    padding: 16px 1em;
  }
  ul.features_list li:nth-child(2) {
    border-bottom: 1px solid #9b8a6e;
    border-left: none;
    border-right: none;
    border-top: 1px solid #9b8a6e;
  }
  ul.features_list li span {
    font-size: 4.5vw;
  }
  ul.features_list li span.fz10 {
    font-size: 3.5vw;
  }
  ul.features_list li span.fz18 {
    font-size: 3.5vw;
  }
  ul.features_list li span.fz54 {
    font-size: 7.5vw;
  }
.location_btn {
  background: url(../img/location_btn_sp.jpg) no-repeat center center / cover;
  background-size: 100%;
  transition: background-size 0.5s  ease-in-out;
  overflow: hidden;
}
.design_btn {
  background: url(../img/design_btn_sp.jpg) no-repeat center center / cover;
  background-size: 100%;
  transition: background-size 0.5s  ease-in-out;
  overflow: hidden;
}
.plan_btn {
  background: url(../img/plan_btn_sp.jpg) no-repeat center center / cover;
  background-size: 100%;
  transition: background-size 0.5s  ease-in-out;
  overflow: hidden;
}
.quality_btn {
  background: url(../img/quality_btn_sp.jpg) no-repeat center center / cover;
  background-size: 100%;
  transition: background-size 0.5s  ease-in-out;
  overflow: hidden;
}
.view-more{
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 27%;
}

.comming_soon a:hover::after {
  content: ""; /* テキストは消す */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; 
  height: 100%; 
  background: url("../img/comming-soon_sp.png") no-repeat center center;
  background-size: contain; /* 画像を枠にフィット */
  pointer-events: none;     /* クリックを透過 */
}
  .limited {
    margin: 0 auto;
    padding: 4em 0;
    width: 80%;
  }
  h3.limited_ttl {
    font-size: 10.5vw;
  }
  .limited p {
    font-size: 3.5vw;
  }
  .limited_btn_wrap {
    font-size: 4vw;
    margin-bottom: 3em;
    margin-top: 2em;
  }
  .limited_btn_wrap_ttl {
    font-size: 5vw;
  }
  .limited_btn a {
    font-size: 4vw;
  }
  .limited_request a {
    font-size: 4vw;
  }
  ul.content_menu_list li {
  width: 100%;
    height: 52vw;
}
ul.content_menu_list li a {
  width: 100%;
  height: 52vw;
}

ul.content_menu_list li a .btn-text{
  display: none;
}
  .quality_ttl span {
    font-size: 125%;
    
}
}