@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(--grablue);
  padding: 40px 0;
}
.merit ul{
  display: flex;
  justify-content: center;
}
.merit li{
}
.merit li:nth-of-type(1){
  border-right: 1px solid #fff;
  flex-basis: 30%;
  padding-right: 20px;
}
.merit li:nth-of-type(2){
  border-right: 1px solid #fff;
  flex-basis: 37%;
  padding: 0 20px;
}
.merit li:nth-of-type(3){
  flex-basis: 32%;
  padding-left: 20px;
}
.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: var(--blue);
  position: relative;
   outline: 2px solid var(--light);
  outline-offset: -15px;
  padding: 50px 45px;
  border: 6px solid;
  border-image:  linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) 1;
}

.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(--light);
  background: var(--red);
}
.pwa_fix .pwa_fix_btn a::after {
    border-bottom: solid 1px var(--light);
    border-right: solid 1px var(--light);
}
.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(--lblue);
  color: var(--light);
  border: 2px solid var(--light);
  font-size: 2.4rem;
  text-align: center;
  height: 50px;
}

.content_area{
  margin-top: 32px;
}
.content_box{
  margin-bottom: 80px;
}
.content_img{
  width: 100%;
}
.content_box h3{
  text-align: center;
  color: var(--blue);
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 500;
  padding-top: 56px;
}
.content_box .ja{
  text-align: center;
  color: var(--blue);
  font-size: 1.8rem;
  padding-top: 16px;
}
.content_box .txt{
  text-align: center;
  color: var(--blue);
  font-size: 1.8rem;
  padding: 32px 0 32px;
}

.small_content_area{
  background: var(--lblue);
  padding: 64px 0 40px;
}
.small_content_box {
  margin-bottom: 24px;
}
.small_content_box a{
  display: flex;
  justify-content: center;
  width: 100%;
}
.small_content_box.location .small_content_img {background-image: url(../image/con_location.jpg);}
.small_content_box.freeplan .small_content_img {background-image: url(../image/con_freeplan.jpg);}
.small_content_box.quality .small_content_img {background-image: url(../image/con_quality.jpg);}

.small_content_box .small_content_img {
  flex-basis: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.small_content_box .small_content_txt {
  flex-basis: 50%;
  background: var(--light);
  padding: 32px 24px;
}
.small_content_box .small_content_txt h4 {
  color: var(--blue);
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 500;
}
.small_content_box .small_content_txt .ja {
  font-size: 1.0rem;
  color: var(--blue);
  padding-top: 5px;
}
.small_content_box .small_content_txt .txt {
  font-size: 1.1rem;
  line-height: 2;
  color: var(--blue);
  padding: 16px 0 16px;
}

.moreLink{width: 100px;}
.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  font-size: 1.0rem;
  letter-spacing: 1px;
  color: var(--dbeije);
}
/*ホバーしたときに下線矢印も同時に色を変える*/
.small_content_box a:hover .lineArrow  {
     width: 120%;
}
.lineArrow {
  width: 110%;
  height: 11px;
  border-bottom: 1px solid var(--dbeije);
  border-right: 1px solid var(--dbeije);
   /*傾きを調節*/
  transform: skew(40deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -7px;
  transition: .3s;
}

.special_area{
  background-image: url(../image/con_special.jpg);
  background-size: cover;
  background-position: bottom center;
  min-height: 803px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.special_area .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.special_area h3{
  color: var(--light);
  text-align: center;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 500;
}
.special_area .ja{
  text-align: center;
    color: var(--light);
    font-size: 1.8rem;
    padding-top: 16px;
}
.special_area .txt{
      text-align: center;
    color: var(--light);
    font-size: 1.8rem;
    padding: 32px 0 32px;
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 1250px) {
  .merit{
  padding: 24px 0;
}
.merit li:nth-of-type(1){
  padding-right: 10px;
}
.merit li:nth-of-type(2){
  padding: 0 10px;
}
.merit li:nth-of-type(3){
  padding-left: 10px;
}
.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{
  background: var(--blue);
  position: relative;
   outline: 1px solid var(--light);
  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_box{
  margin-bottom: 64px;
}
.content_img{
  width: 100%;
}
.content_box h3{
  font-size: 4.0rem;
  padding-top: 40px;
}
.content_box .ja{
  text-align: center;
  color: var(--blue);
  font-size: 1.6rem;
  padding-top: 16px;
}
.content_box .txt{
  text-align: center;
  color: var(--blue);
  font-size: 1.3rem;
  padding: 16px 0;
}

.small_content_area{
  background: var(--lblue);
  padding: 0 0 64px;
}
.small_content_box {
  margin-bottom: -24px;
}
.small_content_box a{
  display: block;
  justify-content: center;
  width: 100%;
}

.small_content_box .small_content_img {
  flex-basis: 50%;
  background-position: bottom center;
  min-height: 120px;
        width: 50%;
        position: relative;
        margin-left: auto;
        top: 50px;

}


.small_content_box .small_content_txt {
  flex-basis: 50%;
  background: var(--light);
  padding: 16px;
}
.small_content_box .small_content_txt h4 {
  color: var(--blue);
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.small_content_box .small_content_txt .ja {
  font-size: 1.0rem;
  color: var(--blue);
  padding-top: 3px;
}
.small_content_box .small_content_txt .txt {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--blue);
  padding: 16px 0 16px;
}

.moreLink{width: 100px;}
.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  font-size: 1.0rem;
  letter-spacing: 1px;
  color: var(--dbeije);
}
/*ホバーしたときに下線矢印も同時に色を変える*/
.small_content_box a:hover .lineArrow  {
     width: 120%;
}
.lineArrow {
  width: 110%;
  height: 11px;
  border-bottom: 1px solid var(--dbeije);
  border-right: 1px solid var(--dbeije);
   /*傾きを調節*/
  transform: skew(40deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -7px;
  transition: .3s;
}

.special_area{
  background-image: url(../image/con_special.jpg);
  background-size: cover;
  background-position: bottom center;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.special_area .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.special_area h3{
          font-size: 4.0rem;
        padding-top: 40px;
}
.special_area .ja{
 text-align: center;
        font-size: 1.6rem;
        padding-top: 16px;
}
.special_area .txt{
   text-align: center;
        font-size: 1.3rem;
        padding: 16px 0;
}  
}