@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　LP
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
body.is-locked {
  overflow: hidden;
  height: 100vh;
}
.btm-bg-w,
.l-footer{
	position: relative;
  background: #FFF;
}
.l-footer{
		padding-bottom: 60px;
}
.l-footer__contact {
  background-color: #333;
}
.c-cta,
.l-footer__nav,
.l-footer .c-hr,
.l-footer__recommend{
  display: none;
}
.l-footer::after{
  display: block;
  content:"";
  height: 0;
  overflow: hidden;  
}
.c-note{
  background: #FFF;
}
.c-note ul{
  width: 100%;
  max-width: min(86.455vw, 1440px);
  margin: 0 auto;
  font-size: 1.3rem; 
}
.sp{
	display: none;	
}

/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,.blur,.zoom,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1.5s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
}
.fade01{
	opacity: 0;
	transform: translate(0,30px); 
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-30px); 
}
.fade03 {
	opacity: 0;
	transform: translate(-30px,0); 
}
.fade04 {
	opacity: 0;
	transform: translate(30px,0); 
}
.blur {
  -webkit-filter: blur(14px);
	filter: blur(14px);  
}
.zoom{
  transform: scale(1.1,1.1); 
}
.delay01{
	transition-delay: 0.3s;		
}
.delay02{
	transition-delay: 0.6s;		
}
.delay03{
	transition-delay: 0.9s;		
}
.delay04{
	transition-delay: 1.2s;		
}
.delay05{
	transition-delay: 1.5s;		
}

.mv {
	opacity: 1;
  -webkit-filter: blur(0);
	filter: blur(0);
	transform: translate(0,0) scale(1,1); 
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.page-contents{
  font-family: "fot-tsukuaoldmin-pr6n", "游明朝体36ポかな M", "Yu Mincho 36p Kana M", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
}
.page-contents .inner-s{
  max-width: 1040px;
  margin-inline: auto;  
}
.layout-box{
  display: flex;
  justify-content: space-between;  
}
p + p{
  margin-top: 0;  
}


/* header
-----------------------------------------------------------------*/
.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	font-family: "fot-tsukuaoldmin-pr6n", "游明朝体36ポかな M", "Yu Mincho 36p Kana M", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.header .logo{
  padding: 30px 50px 0;  
}
.header .logo img{
 filter: drop-shadow(0 0 10px #000); 
}
.fv-btn-list{
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: center;  
}
.fv-btn-list li{
  margin: 0 10px;  
}
.fv-btn-list a{
  position: relative;
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  transition: .5s;  
}
.fv-btn-list a::after{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "→";
  line-height: 1;  
}
.fv-btn-list .reserve a{
  padding-right: 5px;
  background: rgb(0 0 0 / 1);
}
.fv-btn-list .oss a{
  background: rgb(89 87 87 / 1);
}
.fv-btn-list .website a{
  background: rgb(147 125 120 / 1);
  border-radius: 100vmax;
}
.fv-btn-list a:hover{
  opacity: 1;  
}
.fv-btn-list .reserve a:hover{
  background: rgb(0 0 0 / .8);
}
.fv-btn-list .oss a:hover{
  background: rgb(89 87 87 / .8);
}
.fv-btn-list .website a:hover{
  background: rgb(147 125 120 / .8);
}

/* fv-section
-----------------------------------------------------------------*/
.fv-section{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;  height: 100vh;
  overflow: hidden; 
}
.fv-section .ttl{
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;  
}
.fv-section .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;  height: 100vh;
  transform: scale(1.1); 
}
.fv-section .bg img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.fv-section .bg .caption{
	right: 5.2%;
	bottom: 5.8%;
	text-shadow: none;
}

/* concept-section
-----------------------------------------------------------------*/
.concept-spacer{  height: 100vh;
  margin-top: 100vh;
  margin-top: 100dvh;
  pointer-events: none; 
}
.concept-spacer2{  height: 100vh;
  pointer-events: none; 
}
.concept-section{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;  height: 100vh;
  color: #FFF;
  pointer-events: none;
  opacity: 0;
}
.concept-section .layout-box{
  align-items: center;  height: 100vh; 
}
.concept-section h2{
  margin: 0 20px 0 10%;  
}
.concept-section .txt{
  font-size: 2rem;
  line-height: 2.5;
}


/* access-section
-----------------------------------------------------------------*/
.access-wrap{
  position: relative;
  z-index: 10;  
}
.access-spacer{
  position: sticky;
  top: 0;
	height: 100vh;
  overflow: hidden;   
}
.access-map{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2000px;  
}
.access-map img{
  width: 100%;
}
.access-map .lader{
  position: absolute;
  left: 50%;
  top: 270px;
  transform: translateX(-107%);
  width: 375px;
  height: 375px;
  border-radius: 100vmax;
  overflow: hidden;
}
.access-map .lader::before{
  position:absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background: radial-gradient(circle,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, .8) 100%); 
  animation: lader 3.5s ease 0s infinite running;
}
.access-map .caption{
	right: 10px;
	bottom: 10px;
	text-shadow: none;
}
.access-section{
	position: sticky;
  top: 0;
	height: 100vh;
  padding-top: 8%;
  color: #FFF;
}
.access-section h2{
  margin-left: calc((100% - 1040px)/2);
  margin-bottom: 50px;  
}
.access-section .txt-area{
  max-width: 530px;
  padding-top: 120px;  
}
.access-section .txt{
  font-size: 2rem;
  line-height: 2.5;
}
.access-section .pic-list{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.access-section .pic-list li{
  width: calc((100% - 26px)/3);  
}
.access-section .pic-list .thumb{
  position: relative;  
}
.access-section .pic-list .thumb .caption{
	top: auto;
  right: 5px;
  bottom: 5px;
  font-size: 1rem; 
}
.access-section .pic-list h3{
  margin-top: 5px;
  font-size: 1.6rem;  
}

@keyframes lader {
  0% {
    transform: scale(.8);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }

}
@media screen and (max-width: 1060px) {
	.access-section h2{
		margin-left: 20px; 
	}	
}
.access-spacer2{  height: 100vh;
  margin-top: 100vh;
  margin-top: 100dvh;
  pointer-events: none; 
}

/* entry-section
-----------------------------------------------------------------*/
.entry-section{
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;  height: 100vh;
  padding: 0 min(2.882vw, 48px);   
}
.entry-section .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
}
.entry-section .bg .building{
  display: block;
  padding: 0 5%;
  text-align: center;  
}
.entry-section .bg .building img{
  max-width: none;
  width: auto;  height: 100vh;    
}
.entry-section .bg .ttl{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  padding: 0 4%;
  text-align: center;
  opacity: .2;  
}
.entry-section .bg .ttl img{
	mix-blend-mode: overlay;
}
.entry-section .bg .caption{
	text-shadow: none;
}
.cv-btn-area{
  position: relative;
  z-index: 10;
  width: 100%; 
  text-align: center; 
}
.cv-btn-list{
  max-width: 460px;
  width: 100%;
  margin-inline: auto; 
}
.cv-btn-list a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #FFF; 
	font-size: 1.6rem;
  transition: .3s; 
}
.cv-btn-list li{
   margin-bottom: 20px;
}
.cv-btn-list .reserve a{
  background: rgb(0 0 0 / 1);
}
.cv-btn-list .oss a{
  background: rgb(89 87 87 / 1);
}
.cv-btn-list a:hover{
  opacity: 1;  
}
.cv-btn-list .reserve a:hover{
  background: rgb(0 0 0 / .8);
}
.cv-btn-list .oss a:hover{
  background: rgb(89 87 87 / .8);
}
.cv-btn-list a::after{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "→";
  line-height: 1;    
}
.cv-btn-area .txt-link a{
  color: #FFF;
  text-decoration: underline;  
}
.cv-btn-area .txt-link a:hover{
  text-decoration: none;   
}


/* location-section
-----------------------------------------------------------------*/
.location-section{
  position: relative;
  z-index: 20;
  background: #C9C9C9;  
}
.location-section .pic-main-area{
  position: relative;
  overflow: hidden;
}
.location-section .pic-main-area .caption{
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 5px;
  padding: 0 20px;
  text-align: right;
  text-shadow: none;
  color: #666;  
}
.location-section .pic-main-area .ttl-area{
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;   
}
.location-section .pic-main-area .ttl-area h2{
  width: fit-content;
  margin-left: auto;  
}
.location-section .pic-main-area .pic-main{
  clip-path: polygon(10% 80px, 90% 80px, 90% calc(100% - 80px), 10% calc(100% - 80px));
	transition: 1.5s;
	transition-delay: .3s;
  line-height: 0;
}
.location-section .pic-main-area .pic-main img{
  display: inline-block;
  transform: scale(.9);
  transition-delay: .3s;
  transition: 6s; 
}
.location-section .pic-main-area .pic-main.on{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.location-section .pic-main-area .pic-main.on img{
  transform: scale(1.03);
}
.location-scenery-area{
  position: relative;
  margin-top: -20px;
  background: linear-gradient(180deg,rgba(201, 201, 201, 1) 0%,rgba(201, 201, 201, 1) 40%, rgba(5, 24, 43, 1) 85%, rgba(5, 24, 43, 1) 100%);  
}
.location-scenery-area .reflection{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 0;
  transition-delay: .5s;
  transition-duration: 3s; 
  overflow: hidden;   
}
.location-scenery-area .reflection img{
  display: inline-block;
  transform: scale(1.03);
  opacity: .5; 
}
.location-scenery-area .layout-box{
  position: relative;
  z-index: 30;
  flex-wrap: wrap;  
}
.location-scenery-area .layout-box .location-scenery{
  width: 50%;  
}
.location-scenery-area .layout-box .location-scenery._wide{
  width: 100%;  
}
.location-scenery-area .layout-box .location-scenery > span{
  position: relative;
  display: block;
}
.location-scenery-area .layout-box .location-scenery > span > span{
  position: relative;
}
.location-scenery-area .ls01{
  /*transform: translateY(-50%);*/
  left: 6.94vw;  
  width: 34.72vw;
}
.location-scenery-area .ls02{
  margin-top: 6.25vw;
  left: 17.22vw;
  width: 18.75vw;
}
.location-scenery-area .ls03{
  top: -5vw;
  margin-left: auto;
  width: 18.06vw;
}
.location-scenery-area .ls04{
  left: 11.81vw;
  margin-top: 12.5vw;
  width: 34.72vw;
}
.location-scenery-area .ls05{
  top: -11.11vw;
  width: 41.67vw;
}
.location-scenery-area .ls06{
  left: 15.2vw;
  width: 15.97vw;
}
.location-scenery-area .ls07{
  top: -17.71vw;
  left: 20.83vw;
  width: 25.69vw;
}
.location-scenery-area .ls08{
  margin-top: 15vw;
  width: 30.56vw;
}
.location-scenery-area .ls09{
	top: -2vw;
  left: 3vw;
  width: 27.78vw;
}
.location-scenery-area .ls10{
  margin: 5vw auto 0;
  width: 72.22vw;
}
.location-scenery-area .layout-box .location-scenery .caption{
  display: inline-block;
  bottom: -10px;
  transform: translateY(100%);
  font-size: 1.4rem;
}
.location-scenery-area .layout-box .location-scenery .caption._bk{
  color: #333;
  text-shadow: none;  
}
.txt-screen-area{
	position: relative;
}
.txt-screen-main{
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.txt-screen-spacer{
	height: 100vh;
	pointer-events: none;
}
.location-scenery-area .txt-screen-area .txt{
  width: 100%;
  padding: 110px 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
	color: #000; 
}
.location-scenery-area .txt-screen-area .txt > span{
  display: block;  
}
.location-scenery-area .txt-screen-area.txt > span + span{
  margin-top: 50px;  
}


/* lifestyle01-section
-----------------------------------------------------------------*/
.lifestyle01-section{
  position: relative;
  z-index: 20;
  background: #FFF;  
}
.lstyle-section{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100vh;
	background: #FFF;
}
.lifestyle01-section .layout-box{
  width: 100%;
}
.lifestyle01-section h2{
  position: relative;
  flex-shrink: 0;  
}
.lifestyle01-section h2 span{
  display: block;
  width: 150px;
}
.lifestyle01-section h2 span+ span{
  position: absolute;
  left: 0;
  top: 0;
  display: none; 
}
.lifestyle01-section .pic-area{
  max-width: 700px;
  margin-left: 20px;
}
.lifestyle01-section .pic{
  position: relative;  
}
.lifestyle01-timeline-pager{
  position: absolute;
	top: 0;
  right: 0;
	transform: translateY(-100%);
  z-index: 50;
  color: #FFF;
  font-size: 3rem;
	line-height: 1; 
  /*text-shadow: 0 0 8px rgb(0 0 0 / 50%);
	backdrop-filter: blur(10px);*/
	background: rgb(0 0 0 / .8);
	padding: 5px 15px;
  transition: .5s;  
}
/*.lstyle-section._sec01 .lifestyle01-timeline-pager{ top: 10%;}
.lstyle-section._sec02 .lifestyle01-timeline-pager{ top: 30%;}
.lstyle-section._sec03 .lifestyle01-timeline-pager{ top: 50%;}
.lstyle-section._sec04 .lifestyle01-timeline-pager{ top: 70%;}*/

.lifestyle01-section .pic-area .txt{
  margin-top: 30px;
	font-size: 1.8rem;
  line-height: 2;  
}


/* lifestyle02-section
-----------------------------------------------------------------*/
.lifestyle02-section{
  position: relative;
  z-index: 20;
  padding: 130px 0 0;
  background: url(../img/bg_lifestyle.png) no-repeat left top #C9C9C9;
  background-size: 70vw auto;  
}
.lifestyle02-section > .caption{
  right: auto;
  left: 3.47vw;
  top: 440px;
  bottom: auto;
  font-size: 1.3rem;
}
.lifestyle02-section h2{
  margin-bottom: 30px;
  text-align: right;  
}
.lifestyle02-section .pic-list{
  position: relative;
  margin: 0 3.47vw 175px;  
}
.lifestyle02-section .pic-list li{
  position: relative;
  width: 48.61vw;
}
.lifestyle02-section .pic-list li:nth-child(1) .caption{
  right: auto;
  left: 10px;
}
.lifestyle02-section .pic-list li:nth-child(2){
  position: absolute;
  right: 0;
  top: 80px;  
}
.lifestyle02-section .layout-box{
  flex-direction:row-reverse;
}
.lifestyle02-section .layout-con-nav{
  display: none;  
}
.lifestyle02-section .layout-cont{
  max-width: 478px;
  width: calc(50% - 10px);
  background: #555;
}
.lifestyle02-section .layout-hd{
  display: flex;
  align-items: center;
  background: #FFF;
  border-bottom: 1px solid #999;  
}
.lifestyle02-section .layout-hd h3{
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-height: 80px;
  height: 100%;
  margin-right: 20px;
  background: #555;
  line-height: 1;
  font-size: 1.9rem;
  color: #FFF;  
}
.lifestyle02-section .layout-hd h3 span{
  margin-right: 5px;
  font-size: 2.4rem;  
}
.lifestyle02-section .layout-hd > div{
	display: flex;
	align-items: center;
}
.lifestyle02-section .layout-hd p{
  line-height: 1.2;  
}
.lifestyle02-section .layout-hd .madori{
  margin-right: 20px;
  font-size: 2.1rem;  
}
.lifestyle02-section .layout-hd .madori small{
  font-size: 1.9rem;  
}
.lifestyle02-section .layout-hd .area{
  padding-left: 20px;
  border-left: 1px solid #999;
  font-size: 2rem; 
}
.lifestyle02-section .layout-hd .area span{
  color: #9B7E3B;
}
.lifestyle02-section .layout-hd .area strong{
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 400;
}
.lifestyle02-section .layout-cont .pic-layout{
	position: relative;
}
.lifestyle02-section .layout-cont .pic-layout .zoom{
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.lifestyle02-section .layout-cont .txt-area{
  padding: 20px;
  text-align: center;
  color: #FFF;  
}
.lifestyle02-section .layout-cont .txt-area .note{
  font-size: 1.3rem;
}
.lifestyle02-section .note-layout{
  display: flex;
  align-items: center;
  margin: 30px auto 10px;
  font-size: 1.2rem;
  line-height: 1;
}
.lifestyle02-section .note-layout .sans-serif{
  margin-left: 10px;
  padding-top: 5px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
.lifestyle02-section .note-layout + .note{
  font-size: 1.3rem;
	color: #000;
}
.lifestyle02-section .pic-building-area{
  position: relative;
  margin-top: 100px; 
	clip-path: inset(0); 
}
.lifestyle02-section .pic-building-area .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(../img/img_building.webp);
	background-size: cover;
	background-position: center;
}
.lifestyle02-section .pic-building-area pic-building{
	opacity: 0;
}
.lifestyle02-section .pick-up{
  padding: 80px 0 70px;
}
.lifestyle02-section .pick-up h3{
  margin-bottom: 25px; 
	color: #000; 
}
.ttl-sec .en{
  display: block;
  font-size: 2.1rem; 
}
.ttl-sec .ja{
  font-size: 2.6rem;
}
.lifestyle02-section .equipment-list .equipment-item{
  max-width: 322px;
	min-height: 468px;
	margin-inline:auto;
  background: #FFF; 
}
.lifestyle02-section .equipment-list .thumb{
  position: relative;  
}
.lifestyle02-section .equipment-list .caption{
  right: 5px;
  bottom: 5px;
  font-size: 1.3rem;  
}
.lifestyle02-section .equipment-list .txt-area{
  padding: 25px 20px;  
}
.lifestyle02-section .equipment-list h3{
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
.lifestyle02-section .equipment-list .txt{
  text-align: center;
  font-size: 1.6rem;
}
.lifestyle02-section .equipment-list .note{
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.lifestyle02-section .equipment-list li:last-child .note{
  margin-top: 10px;  
}
.lifestyle02-section .equipment-slider-area + .note{
	margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.5; 
	color: #000; 
}
.equipment-list .slick-prev,  .equipment-list .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.equipment-list .slick-prev{
	left: -30px;
	transform: translateX(-100%);
	background: url(../img/btn_prev.svg) no-repeat;
	background-size: 100% auto;
}
.equipment-list .slick-next{
	right: -30px;
	transform: translateX(100%);
	background: url(../img/btn_next.svg) no-repeat;
	background-size: 100% auto;
}

/* shopinfo-section
-----------------------------------------------------------------*/
.shopinfo-section{
  position: relative;
  z-index: 20px;
  padding: 130px 0 70px;
  background: #FFF;  
}
.shopinfo-section .inner-s{
  max-width: 1160px;  
}
.shopinfo-section h2{
  margin-bottom: 45px;  
}
.shopinfo-section .shop-list{
  display: flex;
  justify-content: space-between;  
}
.shopinfo-section .shop-list li{
  max-width: 520px;
  width: calc(50% - 10px);
}
.shopinfo-section .shop-list a{
	color: #000;
}
.shopinfo-section .shop-list .thumb{
  position: relative;  
}
.shopinfo-section .shop-list .caption{
  right: 5px;
  font-size: 1.3rem;  
}
.shopinfo-section .shop-list .txt{
  margin-top: 10px;
  padding-right: 50px;
  background: url(../img/ico_blank.png) no-repeat right top;
  background-size: 50px auto; 
  line-height: 1.6; 
}
.shopinfo-section .bg-area{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*height: calc(100% - 150px);*/
	height: 100%;
  overflow: hidden; 
	clip-path: inset(0); 
}
.shopinfo-section .bg-area .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(../img/bg_shop.webp);
	background-size: cover;
	background-position: center;
}
.shopinfo-section .bg-area .bg-pic{
	opacity: 0;
}


/* redevelopment-section
-----------------------------------------------------------------*/
.redevelopment-section{
  position: relative;
  z-index: 30;
  padding: 80px 0 0;
  background: #333;  
}
.redevelopment-section-intro{
  overflow: hidden;
}
.redevelopment-section .layout-box{
  position: relative;
  align-items: flex-end;
  margin-bottom: 165px;  
}
.redevelopment-section h2{
  position: absolute;
  left: 50%;
  top: 0;
  max-width: 520px;
  width: 50%;
  text-align: right;
}
.redevelopment-section .map{
  position: relative;
  z-index: 30;
  width: 50%;  
}
.redevelopment-section .map .caption{
  line-height: 1.4;
	text-align: right;  
}
.redevelopment-section .layout-box .txt-area{
  width: 50%;  
}
.redevelopment-section .layout-box .txt-area .txt{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  border-radius: 100vmax;
  border: 1px solid #FFF;
  margin-inline: auto;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 2;  
}
.redevelopment-section .layout-box .txt-area .txt::before,
.redevelopment-section .layout-box .txt-area .txt::after{
  position:absolute;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  border: 1px solid #FFF;
}
.redevelopment-section .layout-box .txt-area .txt::before{
  left: 0;
  transform: translateX(-95%);
}
.redevelopment-section .layout-box .txt-area .txt::after{
  right: 0;
  transform: translateX(95%);
}

.redevelopment-timeline-area {
	position: relative;
}
.redevelopment-timeline-area::before{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-120px);
	z-index: 30;
	display: block;
	width: 1px;
	height: 100%;
	margin-left: -520px;
	content: "";
	background: #FFF;
	opacity: .5;
}
.redevelopment-timeline-area .timeline-bg-area{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #333;
	opacity: 1;  
}
.timeline-bg-area p{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  z-index: 0;
}
.timeline-bg-area p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.timeline-bg-area p.active {
  opacity: 1;
	z-index: 10;
}
.redevelopment-timeline-area .bg-area img{
  width: 100%;  height: 100vh;
  object-fit: cover;  
}
.redevelopment-timeline{
  position: relative;
  z-index: 40;
	scroll-snap-type: y mandatory;
  overflow-y: scroll;
	margin-top: -100vh;
}
.redevelopment-timeline li {
  scroll-snap-align: start;
}
.redevelopment-timeline-area .timeline-panel{
	position: relative;
  display: flex;
  align-items: center;
	justify-content: center;	
  width: 100%;  height: 100vh;		
}
.redevelopment-timeline .timeline-item{
  position: relative;
	margin: 50px 150px;
}
.redevelopment-timeline .timeline-item .year{
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 60;
  transform: translateY(-70%);
  color: #FFF;
  font-size: 9rem;
  line-height: 1;  
}
.redevelopment-timeline .timeline-item .year strong{
	font-weight: normal;
}
.redevelopment-timeline .timeline-item .year small{
  font-size: 50%;  
}
.redevelopment-timeline .pic{
  position: relative;  
}
.redevelopment-timeline .pic .caption{
	line-height: 1.4;
	text-align: right;
}
.redevelopment-timeline .timeline-item .txt{
  margin-top: 20px;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 2;  
}
.redevelopment-timeline .timeline-item .txt span{
	padding-left: 20px;
	font-size: 1.5rem;
}
.year-next-item{
	display: none;
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 50;
	transform: translateX(-100px);
	width: 180px;
	margin-left: -520px;
  color: #FFF;
  font-size: 4.6rem;
  line-height: 1;
}
.year-next-item small{
	display: inline;
	font-size: 50%;
}

@media screen and (max-width: 1340px) {
	.redevelopment-timeline-area::before{
		left: 0;
		transform: translateX(20px);
		margin-left: 0;
	}
	.redevelopment-timeline-area .year-next-list{
		left: 0;
		transform: translateX(30px);
		margin-left: 0;
	}
}


/* cv-section
-----------------------------------------------------------------*/
.cv-section{
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;  height: 100vh;
	background: #FFF;
}
.cv-section .cv-btn-area{
  position: relative;
  z-index: 10;
  width: 100%; 
  text-align: center;   
}
.cv-section .cv-btn-area .txt-link a{
  color: #333;  
}
.cv-section .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.cv-section .bg img{
  width: 100%;  height: 100vh;
  object-fit: cover;  
}
.cv-section .ttl{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  padding: 0 4%;
  text-align: center;
  mix-blend-mode: overlay;
  opacity: .5;  
}
.cv-section .ttl img{
  height: auto;
}
.cv-section .caption{
	color: #666;
	text-shadow: none;
}

/* outline-section
-----------------------------------------------------------------*/
.outline-section{
  position: relative;
  z-index: 20;
  padding: 140px 0 20px;
  background: #FFF;  
}
.outline-section h2{
  margin-bottom: 30px;  
}
.outline-section table{
  width: 100%;
  borde-collapse: collapse;
  background: #FCFCFC;
  font-size: 1.4rem; 
}
.outline-section table th,
.outline-section table td{
  border: 1px solid #DDD;  
}
.outline-section table th{
  width: 190px;
  padding: 12px 30px;
  background: #EDEDED;
  font-weight: 300;  
}
.outline-section table td{
  padding: 12px 30px;
}
.outline-section .link-outline{
  margin-top: 15px;
  text-align: right;
  font-size: 1.4rem; 
}
.outline-section .link-outline a{
  text-decoration: underline;
}
.outline-section .link-outline a:hover{
  text-decoration: none;  
}
























/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.c-note ul{
		font-size: 1.2rem; 
	}
	.l-footer{
		padding-bottom: 60px;
	}
	#js-cta-fixed{
		display: none !important;
	}
	.pc{
		display: none;	
	}
	.sp{
		display: block;	
	}
	img.sp,
	br.sp{
		display: inline;
	}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.page-content{
	width: 100vw;
}
/* header
-----------------------------------------------------------------*/
	.header .logo{
		width: 180px;
		padding: 20px 15px 0;  
	}
	.header .logo img{
	 filter: drop-shadow(0 0 5px #000); 
	}
	.fv-btn-list{
		bottom: 10px;
	}
	.fv-btn-list li{
		margin: 0 5px;  
	}
	.fv-btn-list .website{
		display: none;
		position: fixed;
		right: 0;
		bottom: 50vh;
		transform: translateY(50%);
		margin: 0;
	}
	.fv-btn-list a{
		width: 175px;
		font-size: 1.3rem;
	}
	.fv-btn-list a::after{
		right: 7px;
	}
	.fv-btn-list .reserve a{
		padding-right: 5px;
	}
	.fv-btn-list .website a{
		width: 30px;
		height: 140px;
		padding-right: 10px;
		background: rgb(147 125 120 / 1);
		border-radius: 10px 0 0 10px;
		writing-mode: vertical-rl;
		font-size: 1.1rem;
		letter-spacing: .1em;
		line-height: 1;
	}
	.fv-btn-list .website a::after{
		display: none;
	}
	.fv-btn-list .reserve a:hover{
		background: rgb(0 0 0 / 1);
	}
	.fv-btn-list .oss a:hover{
		background: rgb(89 87 87 / 1);
	}
	.fv-btn-list .website a:hover{
		background: rgb(147 125 120 / 1);
	}


/* fv-section
-----------------------------------------------------------------*/
	.fv-section .ttl img{
		width: 32px;  
	}
	.fv-section .bg .caption{
		right: 7%;
		bottom: auto;
		top: 5.5%;
		text-shadow: none;
	}

/* concept-section
-----------------------------------------------------------------*/
	.concept-section .l-inner{
		display: flex;
		align-items: center;  height: 100vh;
	}
	.concept-section .layout-box{
		display: block;
		height: auto; 
	}
	.concept-section h2{
		width: 100px;
		margin: 0 auto 80px;  
	}
	.concept-section .txt{
		width: fit-cintent;
		margin-inline: auto;
		font-size: 1.5rem;
	}


/* access-section
-----------------------------------------------------------------*/
	.access-map{
		left: 0;
		transform: none;
		width: 100vw;  
	}
	.access-map img{
		max-width: 100%;
		width: 100%;
	}
	.access-map .lader{
		left: 50%;
		top: 34vw;
		transform: translateX(-30%);
		width: 49.33vw;
		height: 49.33vw;
	}
	.access-wrap .caption{
		bottom: auto;
		top: 105vw;
		opacity: .7;
	}
	.access-section{
		padding-top: 60px;
	}
	.access-section .layout-box{
		display: block;
	}
	.access-section h2{
		width: 100px;
		margin-left: 0;
		margin-bottom: 18vw;  
	}
	.access-section .txt-area{
		max-width: none;
		padding-top: 0;  
	}
	.access-section .txt{
		font-size: 1.4rem;
		line-height: 2;
	}
	.access-section .pic-list-area{
		width: 100%;
		overflow-x: auto;
		margin-top: 40px;
		padding-bottom: 10px;
	}
	.access-section .pic-list{
		pos: relative;
		max-width: 500px;
		width: 120%;
		margin-top: 0;
		margin-inline: auto;
	}
	.access-section .pic-list li{
		width: calc((100% - 20px)/3);  
	}
	.access-section .pic-list h3{
		margin-top: 3px;
		font-size: 1.2rem;  
	}


/* entry-section
-----------------------------------------------------------------*/
	.entry-section{
		overflow: hidden;
	}
	.entry-section .bg .building{
		padding: 0;
	}
	.entry-section .bg .ttl{
		display: none;
	}
	.cv-btn-list .reserve a:hover{
		background: rgb(0 0 0 / 1);
	}
	.cv-btn-list .oss a:hover{
		background: rgb(89 87 87 / 1);
	}
	.cv-btn-area .txt-link a{
		font-size: 1.4rem; 
	}
	.cv-btn-area .txt-link a:hover{
		text-decoration: underline;   
	}


/* location-section
-----------------------------------------------------------------*/
	.location-section .pic-main-area .caption{
		padding: 0 5px;
	}
	.location-section .pic-main-area .ttl-area{
		top: 4vw;   
	}
	.location-section .pic-main-area .ttl-area h2{
		width: 100px
	}
	.location-section .pic-main-area .ttl-area h2 img{
		filter: drop-shadow(0 0 5px #000);
	}
	.location-section .pic-main-area .pic-main.on img{
		transform: scale(1.03);
	}
	.location-scenery-area .reflection img{
		transform: scale(1.03);
	}
	.location-scenery-area{
		margin-top: -15px;
		background: linear-gradient(180deg,rgba(201, 201, 201, 1) 0%,rgba(201, 201, 201, 1) 40%, rgba(5, 24, 43, 1) 85%, rgba(5, 24, 43, 1) 100%);  
	}
	.location-scenery-area .layout-box{
		display: block;
		padding-top: 20vw;
	}
	.location-scenery-area .layout-box .location-scenery{
		width: 100%;  
	}
	.location-scenery-area .layout-box .location-scenery._wide{
		width: 100%;  
	}
	.location-scenery-area .layout-box .location-scenery > span{
		position: relative;
		display: block;
	}
	.location-scenery-area .layout-box .location-scenery > span > span{
		position: relative;
	}
	.location-scenery-area .ls01{
		left: 0;  
		width: 57vw;
	}
	.location-scenery-area .ls02{
		margin-top: -20vw;
		margin-left: auto;
		left: auto;
		width: 42vw;
	}
	.location-scenery-area .ls03{
		top: -5vw;
		left: 5vw;
		margin-left: 0;
		width: 45vw;
	}
	.location-scenery-area .ls04{
		left: 42vw;
		margin-top: -10vw;
		width: 58vw;
	}
	.location-scenery-area .ls05{
		top: 60vw;
		width: 56vw;
	}
	.location-scenery-area .ls06{
		top: 20vw;
		left: 3vw;
		width: 38vw;
	}
	.location-scenery-area .ls07{
		left: 48vw;
		width: 45vw;
	}
	.location-scenery-area .ls08{
		margin-top: 55vw;
		width:52vw;
	}
	.location-scenery-area .ls09{
		top: -85vw;
		left: 0;
		margin-left: auto;
		width: 58vw;
	}
	.location-scenery-area p:last-child{
		margin-top: -60vw;
	}
	.location-scenery-area .ls10{
		margin: 8vw auto 0;
		width: 86.67vw;
	}
	.location-scenery-area .layout-box .location-scenery .caption{
		bottom: -5px;
		font-size: 1rem;
		line-height: 1.4;
	}
	.location-scenery-area .txt-screen-area{
		margin-top: 50vw;
	}
	.location-scenery-area .txt-screen-area .txt{
		padding: 35vh 0 50px;
		font-size: 1.4rem;
	}
	.location-scenery-area .txt-screen-area .txt > span + span{
		margin-top: 30px;  
	}
	.location-scenery-area .txt-screen-area + .layout-box{
		padding-top: 0;
	}


/* lifestyle01-section
-----------------------------------------------------------------*/
	.lifestyle01-section .l-inner{
		padding-right: 0;
	}
	.lifestyle01-section .layout-box{
		position: relative;
		display: block;
	}
	.lifestyle01-section h2{
		position: absolute;
		left: 0;
		top: 0;
	}
	.lifestyle01-section h2 span{
		display: block;
		width: 100px;
	}
	.lifestyle01-section h2 span+ span{
		position: absolute;
		left: 0;
		top: 0;
		display: none; 
	}
	.lifestyle01-section .pic-area{
		width: calc(100% - 100px);
		margin-left: auto;
		padding-top: 110px;
	}
	.lifestyle01-timeline{
		position: relative;  
	}
	.lifestyle01-timeline-pager{
		font-size: 2rem;
		padding: 5px 15px 8px;  
	}
/*	.lstyle-section._sec01 .lifestyle01-timeline-pager{ top: 10%;}
	.lstyle-section._sec02 .lifestyle01-timeline-pager{ top: 30%;}
	.lstyle-section._sec03 .lifestyle01-timeline-pager{ top: 50%;}
	.lstyle-section._sec04 .lifestyle01-timeline-pager{ top: 70%;}*/
	.lifestyle01-section .pic-area .txt{
		margin-top: 20px;
		font-size: 1.4rem;
	}


/* lifestyle02-section
-----------------------------------------------------------------*/
	.lifestyle02-section{
		padding: 70px 0 0;
		background: url(../img/bg_lifestyle.png) no-repeat left -40vw top -2vw #C9C9C9;
		background-size: 145vw auto; 
	}
	.lifestyle02-section > .caption{
		left: 3vw;
		top: 80vw;
		font-size: 1.1rem;
	}
	.lifestyle02-section h2{
		margin-bottom: 20vw;
	}
	.lifestyle02-section h2 img{
		width: 130px;
	}
	.lifestyle02-section .pic-list{
		width: 100%;
		margin: 0 0 40px;  
	}
	.lifestyle02-section .pic-list li{
		width: 100%;
	}
	.lifestyle02-section .pic-list li:nth-child(1) .caption{
		right: auto;
		left: 5px;
	}
	.lifestyle02-section .pic-list li:nth-child(2){
		position: relative;
		top: 0;  
	}
	.lifestyle02-section .layout-con-nav{
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
		padding: 0 5px;  
	}
	.lifestyle02-section .layout-con-nav li{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48%;
		height: 57px;
		background: #555;
		color: #FFF;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.lifestyle02-section .layout-con-nav li.current{
		background: #FFF;
		color: #333;
	}
	.lifestyle02-section .layout-box{
		display: block;
		padding: 0 5px;
	}
	.lifestyle02-section .layout-cont{
		max-width: none;
		width: 100%;
	}
	.lifestyle02-section .layout-cont + .layout-cont{
		display: none;
	}
	.lifestyle02-section .layout-hd > div{
		display: block;
	}
	.lifestyle02-section .layout-hd .area{
		padding-left: 0;
		border-left: none;
	}
	.lifestyle02-section .layout-cont .pic-layout{
		position: relative;
		background: #FFF;
	}
	.lifestyle02-section .layout-cont .pic-layout .zoom{
		right: 15px;
		top: 20px;
		width: 40px;
	}
	.lifestyle02-section .layout-cont .pic-layout .sp-note{
		width: 70%;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.lifestyle02-section .layout-cont .txt-area{
		padding: 20px 30px;
		text-align: left;
	}
	.lifestyle02-section .layout-cont .txt-area .note{
		font-size: 1.1rem;
	}
	.lifestyle02-section .note-layout{
		height: 0;
		opacity: 0;
		overflow: hidden;
		margin: 0 0 15px;
	}
	.lifestyle02-section .note-layout + .note{
		padding: 0 5px;
		font-size: 1rem;
	}
	.lifestyle02-section .pic-building-area{
		position: relative;
		margin-top: 100px; 
		clip-path: inset(0);
		overflow: hidden; 
	}
	.lifestyle02-section .pic-building-area .bg{
		background-image: url(../img/img_building_sp.webp);
	}
	.lifestyle02-section .pic-building-area pic-building{
		opacity: 0;
	}
	.lifestyle02-section .pick-up{
		padding: 40px 0;
	}
	.lifestyle02-section .pick-up h3{
		margin-bottom: 15px;  
	}
	.ttl-sec .en{
		font-size: 1.4rem; 
	}
	.ttl-sec .ja{
		font-size: 1.7rem;
	}
	.equipment-slider-area{
		padding: 0 10px;
	}
	.lifestyle02-section .equipment-list .equipment-item{
		min-height: 380px;
	}
	.lifestyle02-section .equipment-list .thumb{
		position: relative;  
	}
	.lifestyle02-section .equipment-list .caption{
		right: 5px;
		bottom: 5px;
		font-size: 1.3rem;  
	}
	.lifestyle02-section .equipment-list .txt-area{
		padding: 15px;  
	}
	.lifestyle02-section .equipment-list h3{
		margin-bottom: 15px;
		padding-bottom: 0;
		border-bottom: none;
		text-align: left;
		font-size: 1.7rem;
	}
	.lifestyle02-section .equipment-list .txt{
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.lifestyle02-section .equipment-list .note{
		font-size: 1rem;
	}
	.lifestyle02-section .equipment-slider-area + .note{
		padding: 0 10px;
		margin-top: 15px;
		font-size: 1.1rem;
	}
	.equipment-list .slick-prev,  .equipment-list .slick-next{
			width: 16px;
			height: 34px;
	}
	.equipment-list .slick-prev{
		left: -5px;
		background: url(../img/btn_prev_sp.svg) no-repeat;
		background-size: 100% auto;
	}
	.equipment-list .slick-next{
		right: -5px;
		background: url(../img/btn_next_sp.svg) no-repeat;
		background-size: 100% auto;
	}


/* shopinfo-section
-----------------------------------------------------------------*/
	.shopinfo-section{
		padding: 50px 0 60px; 
	}
	.shopinfo-section h2{
		margin-bottom: 25px;  
	}
	.shopinfo-section h2 img{
		width: 150px;
	}
	.shopinfo-section .shop-list{
		display: block;
		padding: 0 10px;
	}
	.shopinfo-section .shop-list li{
		max-width: 520px;
		width: auto;
		margin-inline: auto;
	}
	.shopinfo-section .shop-list li + li{
		margin-top: 50px;
	}
	.shopinfo-section .shop-list .caption{
		font-size: 1rem;  
	}
	.shopinfo-section .shop-list .txt{
		padding-right: 50px;
		background-size: 40px auto; 
		font-size: 1.3rem;
		line-height: 2;
	}
	.shopinfo-section .bg-area{
		/*height: calc(100% - 160px);*/
		height: 100%;
	}
	.shopinfo-section .bg-area .bg-pic{
		opacity: 0;
	}


/* redevelopment-section
-----------------------------------------------------------------*/
	.redevelopment-section{
		padding: 60px 0 0;
	}
	.redevelopment-section .layout-box{
		display: block;
		margin-bottom: 50px;  
	}
	.redevelopment-section h2{
		left: auto;
		right: 15px;
		top: 0;
		max-width: none;
		width: 55px;
	}
	.redevelopment-section .map{
		padding-top: 75px;
		width: calc(100% - 75px);
		margin-left: min(-5.333vw, -24px);  
	}
	.redevelopment-section .map .caption{
		right: 0;
		bottom: -5px;
		transform: translateY(100%);
		width: 100%;
		padding-left: 10px;
	}
	.redevelopment-section .layout-box .txt-area{
		width: auto;
		margin-top: 70px;  
	}
	.redevelopment-section .layout-box .txt-area .txt{
		display: block;
		width: auto;
		height: auto;
		border-radius: none;
		border: none;
		font-size: 1.4rem;  
	}
	.redevelopment-section .layout-box .txt-area .txt::before,
	.redevelopment-section .layout-box .txt-area .txt::after{
		display: none;
	}
	.redevelopment-timeline .timeline-item{
		position: relative;
		margin: 0;
		padding: 20px 40px 20px 40px;
	}
	.redevelopment-timeline .timeline-item .year{
		left: 0;
		transform: translateY(-60%);
		font-size: 6.8rem;  
	}
	.redevelopment-timeline .pic .caption{
		line-height: 1.4;
	}
	.redevelopment-timeline .timeline-item .txt{
		margin-top: 25px;
		font-size: 1.3rem;  
	}
	.redevelopment-timeline .timeline-item .txt span{
		display: block;
		padding-left: 0;
		font-size: 1.2rem;
	}
	.year-next-item{
		position: absolute;
		left: 0;
		bottom: 60px;
		font-size: 3rem;
	}


/* cv-section
-----------------------------------------------------------------*/
	.cv-section .cv-btn-area{
		padding: 0 20px;
	}
	.cv-section .ttl{
		display: none; 
	}

/* outline-section
-----------------------------------------------------------------*/
	.outline-section{
		padding: 55px 0 20px; 
	}
	.outline-section h2{
		margin-bottom: 15px;  
	}
	.outline-section table{
		width: 100%;
		font-size: 1.2rem;
		border-bottom: 1px solid #DDD; 
	}
	.outline-section table th,
	.outline-section table td{
		display: block;
		border-bottom: none;
	}
	.outline-section table th{
		width: 100%;
		padding: 10px 15px;
	}
	.outline-section table td{
		padding: 10px 15px;
	}
	.outline-section .link-outline{
		margin-top: 10px;
		font-size: 1.2rem; 
	}
	.outline-section .link-outline a:hover{
		text-decoration: underline; 
	}
	.outline-section .outline-wrapper{
		position: relative;
		overflow: hidden;
		height: 300px;
	}
	.outline-section .outline-wrapper.on{
		height: 100%;
	}
	.outline-section .outline-wrapper::before{
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 5;
		display: block;
		width: 100%;
		height: 200px;
		content: "";
		background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	}
	.outline-section .outline-wrapper.on::before{
		display: none;
	}
	.outline-section .outline-wrapper .btn-viewmore{
		position: absolute;
		left: 50%;
		bottom: 15px;
		z-index: 10;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		align-items: center;
		width: 136px;
		height: 44px;
		border-radius: 100vmax;
		background: #FFF;
		box-shadow: 0px 3px 10px #2C3E5033;
		text-align: center;
		font-size: 1.3rem;
	}

}