@charset "UTF-8";

/* ============================
   BASE
============================ */
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  overflow-x: hidden;
  
}

h2{
	font-size: 48px;
}


img {
  width: 100%;
}

.access-inner img,
.floor-inner img,
.sp-image img,
.sp-floorimage img {
  display: block;
}

/* ============================
   MAIN VISUAL
============================ */

.om06_mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.om06_mv img { 
	width: 100%; 
	height: 100%; 
	object-fit: cover; /*画像トリミングしてフィットさせる*/ 
	display: block; 
	opacity: 0; 
	animation: mv_fade 1.6s ease-out forwards; 
}


/* メインテキスト */
.mv-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  text-shadow: 3px 3px 4px rgba(92, 71, 21, 0.53);
}

/* タイトル */
.mv-text h1 {
  font-size: clamp(64px, 6vw, 90px);
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* サブテキスト*/
.mv-text p {
  font-size: 28px;
  line-height: 2;
}


/* ============================
   CONCEPT
============================ */
.om06_concept {
  text-align: center;
  padding: 100px 20px;
  background: url("../image/top/concept_bg.jpg") no-repeat center;
  background-size: cover;
}

.om06_concept h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(36px, 1.5vw, 48px);
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

.om06_concept p {
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 2;
}

/* ============================
   ACCESS
============================ */

/* ===== 初期（PC） ===== */
.sp-section,.sp-floorsection {
  display: none;
}

/* ===== スマホ（768px以下） ===== */
@media (max-width: 768px) {

  /* PC用を消す */
  .access-top,
  .shinjuku,
  .floor{
    display: none;
  }

  /* SP用を表示 */
  .sp-section,
  .sp-floorsection{
    display: block;
  }
}

/*↑ここまでが表示非表示要素*/


.access-inner {
  position: relative;
}

.access-inner h2{
	font-family: 'Noto Serif JP', serif;
}

.access-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 50%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
    to left,
    rgba(92,80,80,0.8) 80%,
    rgba(195,171,171,0.8) 80%,
    rgba(0,0,0,0) 80%
  );
}

/*テキスト*/

.access-text{
 width: 300px;
 transform: translateX(25%);
}
.access-text h2{
	font-size: clamp(36px, 1.5vw, 48px);
}

.access-text p{
	font-size: clamp(16px, 1.5vw, 24px);
}

.time {
  font-family: 'Allura', cursive;
  font-size: clamp(60px, 1.5vw, 77px);
  margin: 0 4px;
}


@media (max-width: 768px) {

.sp-section{
   background-image: linear-gradient(#5c5050, #c3abab);
}	
	

.sp-access-inner h2{
  font-family: 'Noto Serif JP', serif;
  color: #FFFFFF;
}

	.shinjuku-access{
		text-align: center;
	}
	
.sp-access-text,
.sp-text{
  max-width: 400px;   /* 幅を制限 */
  margin: 0 auto;     /* 中央配置 */
	padding: 0 30px;
}

.shibuya,
.biz{
  text-align: left !important;  /* 中は左揃え */
}
	
.sp-access-text h2{
  font-size: clamp(40px, 1.5vw, 48px);
  color: #FFFFFF;
  padding-top: 70px;
  text-align: center;
}

.sp-access-text p{
  font-size: clamp(18px, 1.5vw, 24px);
  color: #FFFFFF;
  text-align: center;
　letter-spacing: 0.1em; /* 推奨：フォントサイズに依存する単位 */
  line-height: 2;/*行間を開ける*/
  margin-bottom: 40px;
  padding: 0 20px;
}

.sp-access-inner img{
  width: 60%;
  height: 60%; 
}
	
.sp-image{
  margin: 0 auto;
  text-align: center;
}

.sp-time {
  font-family: 'Allura', cursive;
  font-size: clamp(60px, 1.5vw, 77px);
  margin: 0 4px;
}
	
.sp-text h3{
  font-size: clamp(36px, 1.5vw, 48px);
  font-family: 'Noto Serif JP', cursive;
  color: #FFFFFF;
  margin: 30px 0;
}
	
.sp-text p{
  font-size: clamp(18px, 1.5vw, 24px);
  color: #FFFFFF;
  letter-spacing: 0.1em; /* 推奨：フォントサイズに依存する単位 */
  line-height: 2;/*行間を開ける*/
  margin-bottom: 50px;
}

.sp-image img{
  width: 80%;
  height: 80%;
  display: block;
  margin: 0 auto;
}

/*floorplan SPバージョン変更部分*/	

.sp-floorsection{
  background-image: linear-gradient(#8E95AF, #8E95AF);
}
	
.sp-floorimage{
  margin: 0 auto;
  text-align: center;
}
	
.sp-floorimage img{
  width: 80%;
  height: 80%;
  display: block;
  margin: 0 auto;
}
	
.sp-floortext{
  max-width: 400px;   /* 幅を制限 */
  margin: 0 auto;     /* 中央配置 */
  color: #FFFFFF;
  padding-top: 80px;
 
}
	
.sp-floortext p{
  font-size: clamp(18px, 1.5vw, 24px);
  padding: 0 30px;
}
	
.sp-shinjuku-inner h2{
  color: #FFFFFF;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: clamp(40px, 1.5vw, 48px);
  padding: 30px;
}

	
/*↑ここまでが変更部分*/
	
/*テキスト・*/

.sp-botun-access{
  display: flex;
  margin-top: 100px;
}

.sp-btn-box{
  justify-content: flex-start;
}

.sp-ac-btn{
  display: inline-flex;
  align-items: center;
  width: 400px;
  height: 120px;
  padding-left: 40px;
  text-decoration: none;
  overflow: hidden;
  position: relative; /* ホバー時の変化 */
  margin: 0 0 20% 20%;
}

/*ボタン*/
.sp-ac-btn .sp-circle {
  position: absolute;
  left: 20px;
  width: 80px;
  height: 80px;
}

.sp-ac-btn .sp-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  transition: 
    transform 0.4s ease,
    opacity 0.4s ease,
    filter 0.4s ease;
  background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.2));

  /* 中をくり抜いて枠線だけにする */
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
/*テキスト*/
.sp-ac-btn .sp-ac-title {
  position: relative;
  font-size: 28px;
  letter-spacing: 4px;
  font-family: serif;
  margin-left: 30px;
  z-index: 1;
  transition: 0.4s ease; /* ホバー時に変化 */
  
  background: linear-gradient(90deg, #ffffff, #DFDFDF, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*ボタン*/
.sp-ac-btn .sp-ac-arrow {
  margin-left: 10px;
  font-size: 24px;
  transition: 0.3s;
  color: #ffffff;
}

/* ホバー時の演出 */
.sp-ac-btn:hover .sp-circle::before {
  transform: scale(1.08);
  opacity: 1;
  filter: brightness(1.3);
}

.sp-ac-btn:hover .sp-ac-title {
  color: #fff;
  opacity: 0.7;
  letter-spacing: 6px;
}

.sp-ac-btn:hover .sp-ac-arrow {
  transform: translateX(6px);
}
	
}



/* --- ACCESS SHINJUKU・--- */
.shinjuku-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
  width: 80%;
  margin: auto;
  padding: 100px;
}

.shinjuku{
	background: #F4F1EE;
}

.text{
  width: 100%;
}

.text h3{
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  color: #474646;
  margin-bottom: 20px;
  font-size: clamp(24px, 1.5vw, 32px);
}

.text p{
  font-size: clamp(16px, 1.5vw, 24px);
}

.image img{
  width: 100%;
  height: auto;
  display: block;
}

@media(max-width: 1020px) {
	
	.text{
		width: 260px;
	}
}


/*テキスト・*/

.botun-access{
	display: flex;
	margin-top: 100px;
}

.btn-box{
	justify-content: flex-start;
}

.ac-btn{
  display: inline-flex;
  align-items: center;
  width: 400px;
  height: 120px;
  padding-left: 40px;
  text-decoration: none;
  overflow: hidden;
  position: relative; /* ホバー時の変化 */
}

/*ボタン*/
.ac-btn .circle {
  position: absolute;
  left: 20px;
  width: 80px;
  height: 80px;
}

.ac-btn .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  transition: 
    transform 0.4s ease,
    opacity 0.4s ease,
    filter 0.4s ease;
  background: linear-gradient(135deg, #6D6861, rgba(255,255,255,0.2));

  /* 中をくり抜いて枠線だけにする */
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
/*テキスト*/
.ac-btn .ac-title {
  position: relative;
  font-size: 28px;
  letter-spacing: 4px;
  font-family: serif;
  margin-left: 30px;
  z-index: 1;
  transition: 0.4s ease; /* ホバー時に変化 */
  
  background: linear-gradient(90deg, #6D6861, #AC9D88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*ボタン*/
.ac-btn .ac-arrow {
  margin-left: 10px;
  font-size: 24px;
  transition: 0.3s;
  color: #6D6861;
}

/* ホバー時の演出 */
.ac-btn:hover .circle::before {
  transform: scale(1.08);
  opacity: 1;
  filter: brightness(1.3);
}

.ac-btn:hover .ac-title {
  color: #fff;
  opacity: 0.7;
  letter-spacing: 6px;
}

.ac-btn:hover .ac-arrow {
  transform: translateX(6px);
}

.roofplan-text h2{
	margin-bottom: 100px;
}



/* ============================
   FLOOR PLAN
============================ */
.floor-inner {
  position: relative;
}

.floor-inner h2{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(36px, 1.5vw, 48px);
}

.floor-inner p{
	font-size: clamp(16px, 1.5vw, 24px);
}

.overlay {
  position: absolute;
  top: 0;
  left: auto;
  width: 50%;
  height: 100%;
  background: rgba(135, 135, 190, 0.4);
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 400px;
  height: 120px;
  padding-left: 40px;
  text-decoration: none;
  overflow: hidden;
}

/* ボタン・*/
.btn .circle {
  position: absolute;
  left: 20px;
  width: 80px;
  height: 80px;
}

.btn .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px; /* 邱壹・螟ｪ縺・*/
  transition: 
    transform 0.4s ease,
    opacity 0.4s ease,
    filter 0.4s ease;
  background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.2));

  /* 中をくり抜いて枠線だけにする */
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
/* 繝・く繧ｹ繝・*/
.btn .title {
  position: relative;
  font-size: 28px;
  letter-spacing: 4px;
  color: white;
  font-family: serif;
  margin-left: 30px;
  z-index: 1;
  transition: 0.4s ease; /* ホバー時に変化 */
}

/* 矢印 */
.btn .arrow {
  margin-left: 10px;
  color: white;
  font-size: 24px;
  transition: 0.3s;
}

/* ホバー時のアニメーション */
.btn:hover .circle::before {
  transform: scale(1.08);
  opacity: 1;
  filter: brightness(1.3);
}

.btn:hover .title {
  color: #fff;
  opacity: 0.7;
  letter-spacing: 6px;
	
}

.btn:hover .arrow {
  transform: translateX(6px);
}

.roofplan-text h2{
  margin-bottom: clamp(60px, 1.5vw, 80px);
}


@media (max-width: 768px) {
  
	
}


/* --- LOCATION --- */

.lc-title{
	font-family: serif;
	margin-bottom: 50px;
}

.lc-title{
	font-size: clamp(36px, 1.5vw, 48px);
}

.location {
  background: linear-gradient(#E8E4DF, #ffffff);
  padding: 50px 0 150px;
}

.location-inner {
  width: 80%;
  margin: auto;
  text-align: center;
}

.location-images {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.img-box1 {
  position: relative;
  width: 45%;
}

.img-box2 {
  display: flex;
  align-items: flex-end;
  width: 35%;
  position: relative;
}

.label {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: white;
}

.label.right {
  right: 20px;
  left: auto;
}

.location-btn {
  margin: 40px 0 80px;
  border-radius: 30px;
}

.location-text{
	margin: 100px auto;
}

.location-text p{
	font-size: clamp(36px, 1.5vw, 48px);
}


@media (max-width: 768px) {
	
.location{
   background: linear-gradient(to bottom, #2D5836 0%, #ffffff 80%);
	}
	
.location-images {
   flex-direction: column; /* 横 → 縦 */
   align-items: center;     /* 中央寄せ */
   gap: 60px;
	}

.img-box1,
.img-box2 {
   width: 80%; /* 画面の80% */
	}

.img-box2 {
   align-items: center; /* 下寄せ解除して自然に */
	}

.location-text {
   margin: 100px auto;
   padding-top: 100px;
	}

.location-text p {
   font-size: 24px; /* スマホ用に少し小さく */
	}
	
.lc-title {
   color: #ffffff;
	}
	
}


/* ============================
   MENU
============================ */
.icon_menu_item a {
  transition: 0.25s;
}

.icon_menu_item a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* ============================
   ANIMATION
============================ */
@keyframes mv_fade {
  from { opacity: 0; transform: scale(1.02);}
  to { opacity: 1; transform: scale(1);}
}

.fade_up {
  opacity: 0;
  transform: translateY(30px);
}

.fade_up.is_show {
  opacity: 1;
  transform: translateY(0);
}


/* 初期状態（非表示） */
.fade_up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* 表示状態 */
.fade_up.is_show {
  opacity: 1;
  transform: translateY(0);
}

/* 左から */
.fade_left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s ease;
}

.fade_left.is_show {
  opacity: 1;
  transform: translateX(0);
}

/* 右から */
.fade_right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s ease;
}

.fade_right.is_show {
  opacity: 1;
  transform: translateX(0);
}


/*文字のアニメーション*/

.access-text h2,
.access-text p,
.roofplan-text h2,
.roofplan-text p {
  opacity: 0;
  transform: translateX(-20px);
  animation: slideFadeIn 0.8s ease forwards;
}

/* 各セクションごとに遅延 */
.access-text h2,
.roofplan-text h2 {
  animation-delay: 0.2s;
}

.access-text p:nth-of-type(1),
.roofplan-text p:nth-of-type(1) {
  animation-delay: 0.4s;
}

.access-text p:nth-of-type(2),
.roofplan-text p:nth-of-type(2) {
  animation-delay: 0.6s;
}

@keyframes slideFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



/* ============================
   SP
============================ */
@media (max-width: 768px) {
  img.om06_mv_pc {
    display: none;
  }
  img.om06_mv_sp {
    display: block;
  }
}

@media (max-width: 768px) {

  img.om06_mv_pc { display: none; }
  img.om06_mv_sp { display: block; }

  .shinjuku-inner,
  .location-images {
    flex-direction: column;
  }

  .img-box {
    width: 100%;
  }

  .om06_concept p {
    font-size: 14px;
  }
}

@media (max-width: 768px){
	.sp-ac-btn{
		max-width: 200px;
	}
	
	.sp-btn-box{
		max-width: 200px;
	}
	
	.botun-access{
		max-width: 200px;
	}
	
	.btn-box{
	  text-align: center;
	}
}
