@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */


/* オープニングアニメーション */

/* .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #FAFBFB;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
} */

/* @keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 3s 0.5s forwards;
  width: 320px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
} */



/* 250306_MV */

/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
/* #Mv{
  position: relative;
  overflow: hidden;
}
#Mv .mv-scene{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#Mv .mv-pc-scene00{
	position: relative;
}

#Mv .mv-pc-scene00,
#Mv .mv-pc-scene01,
#Mv .mv-pc-scene02,
#Mv .mv-pc-scene-end,
#Mv .mv-pc-scene02 h1,
#Mv .mv-pc-scene02 .txt-lead,
#Mv .mv-pc-scene02 .building,
#Mv .btn-skip,
#Mv .btn-replay{
	opacity: 0;
}
#Mv.start .mv-pc-scene00,
#Mv.start .mv-pc-scene01,
#Mv.start .mv-pc-scene02,
#Mv.start .mv-pc-scene-end,
#Mv.start .mv-pc-scene02 h1,
#Mv.start .mv-pc-scene02 .txt-lead,
#Mv.start .mv-pc-scene02 .building,
#Mv.start .btn-skip,
#Mv.start .btn-replay{
	opacity: 1;
}


#Mv .mv-pc-scene00 .plot{
	z-index: 5;
}
#Mv .mv-pc-scene00 .line01{
	height: 0;
	z-index: 4;
	overflow: hidden;
}
#Mv .mv-pc-scene00 .bg01{
	z-index: 1;
}
#Mv.start .mv-pc-scene00 .bg01 .scale{
  animation:scale 7s ease-in-out;
  transform-origin: bottom;
}
@keyframes scale {
0% {
    transform:scale(1.0);
  }

  100% {
    transform:scale(3);
  }

}


#Mv.start .mv-pc-scene00{
	z-index: 1;
}
#Mv.start .mv-pc-scene01{
	transition-delay: 6s;
	transition-duration: 1s;
	opacity: 1;
	z-index: 2;
}
#Mv.start .mv-pc-scene01 .intro-building{
	bottom: -180%;
	transition-duration: 8s;
	transition-delay: 6s;
}

#Mv.start .mv-pc-scene02{
	transition-duration: 1s;
	transition-delay: 6s;
	z-index: 3;
}
#Mv.start .mv-pc-scene02 h1{
	transition-duration: 1.3s;
	transition-delay: 10.5s;	
}
#Mv.start .mv-pc-scene02 .txt-lead{
    transform: translate(-50%, -48%);
    -webkit-transform: translate(-50%, -48%);
    -ms-transform: translate(-50%, -48%);
	transition-duration: 1.3s;
	transition-delay: 8.5s;	
}
#Mv.start .mv-pc-scene02 .building{
	transition-duration: 1.3s;
	transition-delay: 12s;
}

#Mv.start .mv-pc-scene-end{
	transition-delay: 9s;
	z-index: 120;
}
#Mv.start .btn-skip{
	z-index: 100;
	pointer-events: auto;
}
#Mv.start .btn-replay{
	z-index: 130;
	pointer-events: auto;
	transition-delay: 12s;
}
#Mv.end .mv-pc-scene-end{
	opacity: 1;
	z-index: 120;
}
#Mv.end .btn-replay{
	opacity: 1;
	z-index: 130;
	pointer-events: auto;
}

#Mv .mv-pc-scene00 > div{
	position: relative;
}
#Mv .mv-pc-scene00 > div > p{
	position: absolute;
	top: 0;
}

#Mv .mv-pc-scene01{
	background: #fff;
}
#Mv .mv-pc-scene01 .intro-building{
	position: absolute;
	left: 0;
	bottom: 0;
}
#Mv .mv-pc-scene02 h1,
#Mv .mv-pc-scene-end h1{
	position: absolute;
	left: 56%;
	top: 50%;
	transform: translate(12.5vw,-50%);
	width: 17.52vw;
}
#Mv .mv-pc-scene02 .txt-lead,
#Mv .mv-pc-scene-end .txt-lead{
	position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 68%;
}
#Mv .mv-pc-scene02 .txt-lead{
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#Mv .mv-pc-scene00 .bg .caption,
#Mv .mv-pc-scene-end .bg .caption{
	position: absolute;
	left: 10px;
	bottom: 12px;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
}
#Mv .mv-pc-scene-end{
	z-index: -1;
}


#Mv .btn-skip{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: -1;
	transition-delay: 1s;
	cursor: pointer;
	pointer-events: none;
}
#Mv .btn-replay{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: -1;
	cursor: pointer;	
	pointer-events: none;
} */


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


}


@media screen and (max-width: 768px) {
  /*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/

	/* #Mv .mv-scene {
		top: 50%;
		transform: translateY(-50%);
	} */


	/* #Mv.start .btn-skip,
	#Mv.start .btn-replay{
		opacity: 1;
	}

	
	#Mv .btn-skip,
	#Mv .btn-replay{
		right: 10px;
		top: inherit;
    bottom: 10px;
	}
	#Mv .btn-skip img,
	#Mv .btn-replay img{
		width: auto;
		height: 25px;
	} */

}


/* 動画→止め画像MV */


#Mv .mv {
	position: relative;
}
#Mv .mv .img{
	line-height: 0;
}
#Mv .mv .video {
	position: relative;
}
#Mv .mv .contents.on .video {
	display: none;
}
#Mv .mv .video p {
	position: relative;
	width: 100%;
	overflow: hidden;
      line-height: 0;
}
#Mv .mv .video p video {
	width: 100%;
}
#Mv .mv .video .btn_skip {
	display: flex;
	width: 86px;
	height: 40px;
	/* padding: 12px 28px;
	background: rgba(255,255,255,0.85); */
	text-align: center;
	position: absolute;
	right: 30px;
    top: 30px;
	cursor: pointer;
	transition: .3s;
}
#Mv .mv .video .btn_skip:hover {
	opacity: .7;
}
#Mv .mv .video .btn_skip img {
	vertical-align: middle;
}
#Mv .mv .img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	transition: 2s;
}
#Mv .mv .contents.on .img {
	position: static;
	pointer-events: auto;
	opacity: 1;
}
#Mv .mv .img .btn_replay {
	display: flex;
	width: 104px;
	height: 40px;
	/* padding: 8px 22px;
	background: rgba(255, 255, 255, 0.85); */
	text-align: center;
	position: absolute;
	right: 30px;
    top: 30px;
	cursor: pointer;
	transition: .3s;
	z-index: 2;
}
#Mv .mv .img .btn_replay:hover {
	opacity: .7;
}
#Mv .mv .img .btn_replay img {
	vertical-align: middle;
}
#Mv .mv .img figure img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	#Mv .mv .video .btn_skip {
		right: 18px;
        top: auto;
        bottom: 18px;
	}
	#Mv .mv .img .btn_replay {
		right: 18px;
        top: auto;
        bottom: 18px;
	}
}



.merit{
  background: var(--lblue);
  padding: 24px 0;
}
.kakaku{
  background: var(--beije);
  padding: 24px 0 16px;
  text-align: center;
}

.intro{
  padding: 72px 0 40px;
}
.intro h2{
  text-align: center;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
.intro h2 span{
  display: block;
  font-size: 2.4rem;
}

.info{
  background: var(--gray);
  padding: 40px 50px;
  margin-bottom: 32px;
}
.info .info_ttl{
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--blue);
}
.info ul li{
  padding: 24px 0 8px;
  border-bottom: 1px solid #CACFD5;
}
.info ul li .days{
  font-size: 1.2rem;
}
.info ul li .txt{
  font-size: 1.5rem;
}

.pwa_fix {
  display: none;
}
.pwa_fix.active {
  display: block;
}
.pwa_fix small{
  display: block;
  font-size: 1.1rem;
  padding: 8px 0 16px;
}
.pwa_fix .pwa_fix_box{
  background: #B3933E;
background: linear-gradient(314deg, rgba(179, 147, 62, 1) 0%, rgba(209, 188, 134, 1) 20%, rgba(179, 147, 62, 1) 38%, rgba(191, 163, 90, 1) 76%, rgba(209, 188, 134, 1) 88%, rgba(179, 147, 62, 1) 100%);
  position: relative;
   outline: 2px solid var(--light);
  outline-offset: -15px;
  padding: 50px 45px;
  border: 4px solid var(--dark);
}

.pwa_fix .pwa_fix_img{
  width: 100%;
}
.pwa_fix .pwa_fix_txt{
  text-align: center;
  color: var(--light);
  font-size: 1.5rem;
  padding: 24px 0 0;
}
.pwa_fix .pwa_fix_txt span{
  color: var(--blue);
  background: var(--light);
  padding: 1px 4px;
  font-weight: 600;
  margin: 0 4px 0;
}
.pwa_fix .pwa_fix_btn a{
  color: var(--dark);
  background: var(--light);
}
.pwa_fix .pwa_fix_btn a::after {
    border-bottom: solid 1px var(--dark);
    border-right: solid 1px var(--dark);
}
.cp_code{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 0 auto 16px;
}
.cp_code .left{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 40%;
  background: var(--light);
  text-align: center;
  color: var(--blue);
  font-size: 1.3rem;
  line-height: 1;
  height: 50px;
}
.cp_code .right{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 60%;
  background: var(--red);
  color: var(--light);
  border: 2px solid var(--light);
  font-size: 2.4rem;
  text-align: center;
  height: 50px;
}


/* content_area */

.content_area{}

.con_ttl{
  width: 80px;
}

.con_box{
  padding: 0 0 64px;
  position: relative;
}
.con_box.plan{
  width: 100%;
  min-height: 600px;
  position: relative;
}
.con_box.plan::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  background-color: rgba(27, 17, 17, .7);
  backdrop-filter: blur(3px);
  z-index: 1;
}
.con_box.plan video {
  width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.con_box.plan .plan_btn,
.con_box.plan .plan_bg{
  position: relative;
  z-index: 2;
}

.con_box.plan .con_ttl{
  position: absolute;
  z-index: 2;
  top: 0; left: 0;
}
.con_box.plan .plan_txt{
  position: absolute;
    top: -207%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    writing-mode: vertical-rl;
    color: var(--light);
    z-index: 2;
    font-size: 1.5rem;
    letter-spacing: 5px;
    line-height: 2;
}
.con_box.plan .plan_bg{
  margin-bottom: 56px;
}
.con_box.plan .plan_btn a{
  background: var(--light);
}

.con_box.landplan,
.con_box.access,
.con_box.location{
  background: var(--grabeij);
  padding: 40px 0;
}
.con_box .con_ttl{position: absolute; top: 40px;}
.con_box.landplan .con_ttl{right: 0;}
.con_box.access .con_ttl{left: 0;}
.con_box.location .con_ttl{right: 0;}

.con_box .rl_txt{
  font-size: 2.0rem;
  letter-spacing: 5px;
  line-height: 2;
  display: block;
  writing-mode: vertical-rl;
  font-weight: 600;
  text-orientation: upright;
  position: absolute;
  top: 40px;
}
.con_box .rl_txt span{
  text-combine-upright: all; /* 2桁以上の数字などを1文字分にまとめる */
  /* 他のブラウザで動作しない場合に備えてベンダープレフィックスを追加 */
  -webkit-text-combine: horizontal; /* Safari */
  -ms-text-combine-horizontal: all; /* IE/Edge */
  padding-bottom: 5px;
}
.con_box.landplan .rl_txt{right: 100px;}
.con_box.access .rl_txt{left: 100px;}
.con_box.location .rl_txt{right: 100px;}

.con_box .btn{
  margin-top: 32px;
}

.landplan_img01{
  max-width: 65%;
}
.landplan_img02{
  max-width: 83%;
  margin-top: 48px;
}

.con_box.access{}
.access_img01{
  display: block;
  max-width: 78%;
  margin-left: auto;
  background: var(--light);
  padding: 6%;
}
.access_img02{
  margin-top: -100px;
}
.location_img01{
  max-width: 78%;
  margin-top: 48px;
}

.sub_content_area{}
.sub_content_area ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub_content_area li{
  flex-basis: 50%;
  border: .1px solid var(--light);
  background-size: cover;
  background-position: center;
  min-height: 300px;
  transition: .3s;
}
.sub_content_area li.gallery{background-image: url(../image/con_gallery_bg.jpg);}
.sub_content_area li.freeplan{background-image: url(../image/con_freeplan_bg.jpg);}
.sub_content_area li.quality{background-image: url(../image/con_quality_bg.jpg);}
.sub_content_area li.special{background-image: url(../image/con_sp_bg.jpg);}
.sub_content_area li a{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background-color: rgba(35, 24, 21, .5);
  min-height: 300px;
  transition: .3s;
  backdrop-filter: blur(2px);
}
.sub_content_area li a .en{
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--light);
  text-shadow: 0px 0px 3px #333, 0px 0px 3px #333, 0px 0px 3px #333;
}
.sub_content_area li a .ja{
  font-size: 1.4rem;
  line-height: 1;
  color: var(--light);
  padding: 8px 0 16px;
  text-shadow: 0px 0px 3px #333, 0px 0px 3px #333, 0px 0px 3px #333;
}
.sub_content_area li a .btn{
  width: 200px;
  margin: 0 auto;
  background: var(--light);
  padding: 16px 16px;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}
.sub_content_area li a .btn::after {
    content: '';
    width: 20px;
    height: 5px;
    border-bottom: solid 1px var(--dark);
    border-right: solid 1px var(--dark);
    transform: skew(45deg);
    position: absolute;
    top: 43%;
    right: 20px;
    transition: .3s;
}
.sub_content_area li:hover a .btn::after {
  right: 15px;
}
.sub_content_area li:hover a{
  background-color: rgba(35, 24, 21, .1);
  backdrop-filter: blur(0px);
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 1250px) {
  .merit{
  padding: 24px 0;
}
.intro{
  padding: 48px 0 24px;
}
.intro h2{
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
.intro h2 span{
  display: block;
  font-size: 1.8rem;
}

.info{
  background: var(--gray);
  padding: 40px 20px;
  margin-bottom: 32px;
}
.info .info_ttl{
  font-size: 1.6rem;
}
.info ul li .days{
  font-size: 1.1rem;
}
.info ul li .txt{
  font-size: 1.3rem;
}

.pwa_fix .pwa_fix_box{
  outline-offset: -10px;
  padding: 50px 16px 30px;
}

.pwa_fix .pwa_fix_img{
  width: 90%;
  text-align: center;
  display: block;
  margin: auto;
}
.pwa_fix .pwa_fix_txt{
  font-size: 1.1rem;
      padding: 16px 0 0;
}
.cp_code{
  width: 270px;
}
.cp_code .left{
  font-size: 1.1rem;
  height: 40px;
}
.cp_code .right{
  font-size: 2.0rem;
  height: 40px;
}

/* content_area */

.content_area{}

.con_ttl{
  width: 50px;
}

.con_box{
  padding: 0 0 32px;
  position: relative;
}
.con_box.plan{
  width: 100%;
  min-height: auto;
  position: relative;
}
.con_box.plan::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  background-color: rgba(27, 17, 17, .7);
  backdrop-filter: blur(3px);
  z-index: 1;
}
.con_box.plan video {
  width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.con_box.plan .plan_btn,
.con_box.plan .plan_bg{
  position: relative;
  z-index: 2;
}

.con_box.plan .con_ttl{
  position: absolute;
  z-index: 2;
  top: 0; left: 0;
}
.con_box.plan .plan_txt{
  position: absolute;
  height: 190px;
    top: -200%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    writing-mode: vertical-rl;
    color: var(--light);
    z-index: 2;
    font-size: 1.1rem;
    letter-spacing: 5px;
    line-height: 2;
}
.con_box.plan .plan_bg{
  margin-bottom: 56px;
}
.con_box.plan .plan_btn a{
  background: var(--light);
}

.con_box.landplan,
.con_box.access,
.con_box.location{
  background: var(--grabeij);
  padding: 40px 0 32px;
}
.con_box .con_ttl{position: absolute; top: 40px;}
.con_box.landplan .con_ttl{right: 0;}
.con_box.access .con_ttl{left: 0;}
.con_box.location .con_ttl{right: 0;}

.con_box .rl_txt{
  font-size: 1.3rem;
  letter-spacing: 5px;
  line-height: 2;
  display: block;
  writing-mode: vertical-rl;
  font-weight: 600;
  text-orientation: upright;
  position: absolute;
  top: 40px;
}
.con_box .rl_txt span{
  text-combine-upright: all; /* 2桁以上の数字などを1文字分にまとめる */
  /* 他のブラウザで動作しない場合に備えてベンダープレフィックスを追加 */
  -webkit-text-combine: horizontal; /* Safari */
  -ms-text-combine-horizontal: all; /* IE/Edge */
  padding-bottom: 5px;
}
.con_box.landplan .rl_txt{right: 70px;}
.con_box.access .rl_txt{left: 55px;}
.con_box.location .rl_txt{right: 70px;}

.con_box .btn{
  margin-top: 32px;
}

.landplan_img01{
  max-width: 65%;
}
.landplan_img02{
  max-width: 83%;
  margin-top: 48px;
}

.con_box.access{}
.access_img01{
  display: block;
  max-width: 78%;
  margin-left: auto;
  background: var(--light);
  padding: 6%;
}
.access_img02{
  margin-top: -56px;
}
.location_img01{
  max-width: 78%;
  margin-top: 48px;
}

.sub_content_area{}
.sub_content_area ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub_content_area li{
  flex-basis: 50%;
  border: .1px solid var(--light);
  background-size: cover;
  background-position: center;
  min-height: 200px;
  transition: .3s;
}
.sub_content_area li.gallery{background-image: url(../image/con_gallery_bg.jpg);}
.sub_content_area li.freeplan{background-image: url(../image/con_freeplan_bg.jpg);}
.sub_content_area li.quality{background-image: url(../image/con_quality_bg.jpg);}
.sub_content_area li.special{background-image: url(../image/con_sp_bg.jpg);}
.sub_content_area li a{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background-color: rgba(35, 24, 21, .5);
  min-height: 200px;
  transition: .3s;
  backdrop-filter: blur(0px);
}
.sub_content_area li a .en{
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--light);
  text-shadow: 0px 0px 3px #333, 0px 0px 3px #333, 0px 0px 3px #333;
}
.sub_content_area li a .ja{
  font-size: 1.4rem;
  line-height: 1;
  color: var(--light);
  padding: 8px 0 16px;
  text-shadow: 0px 0px 3px #333, 0px 0px 3px #333, 0px 0px 3px #333;
}
.sub_content_area li a .btn{
  width: 150px;
  margin: 0 auto;
  background: var(--light);
  padding: 12px 5px;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
}
.sub_content_area li a .btn::after {
    content: '';
        width: 15px;
        height: 4px;
        border-bottom: solid 1px var(--dark);
        border-right: solid 1px var(--dark);
        transform: skew(45deg);
        position: absolute;
        top: 43%;
        right: 12px;
        transition: .3s;
}
.sub_content_area li:hover a .btn::after {
  right: 15px;
}
.sub_content_area li:hover a{
  background-color: rgba(35, 24, 21, .1);
  backdrop-filter: blur(0px);
}


}