@charset "utf-8";

/*========= スクロールダウンのためのCSS ===============*/


/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:47%;
	/* right:50%; */
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 2s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#eee;
}

/*========= レイアウトのためのCSS ===============*/

#catchtext1{
	/* display:none; */
	display:block;
  position: fixed;
  top: 60%;
  left: 55%;
	/* transform: translateY(-50%) translateX(-50%); */
	transform: translateY(-35%) translateX(-55%);
  /* color:#eee;
  text-shadow: 0 0 15px #666; */
	/* text-align: center; */

	/* z-index:5; */
	/* pointer-events: none; */
	opacity: 0;
	}

	#catchtext1.fadeout{
	  -webkit-transition: all 1.5s;
	  -moz-transition: all 1.5s;
	  -ms-transition: all 1.5s;
	  -o-transition: all 1.5s;
	  transition: all 1.5s;
	  opacity: 0;
	}

	#catchtext1.fadein{
	  -webkit-transition: all 1.5s;
	  -moz-transition: all 1.5s;
	  -ms-transition: all 1.5s;
	  -o-transition: all 1.5s;
	  transition: all 1.5s;
	  opacity: 1;
	}

#catchtext2{
	display:block;
  position: fixed;
  top: 60%;
  left: 55%;
	transform: translateY(-35%) translateX(-55%);
	opacity: 1;

}
#catchtext2.fadeout{
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	opacity: 0;
}
#catchtext2.fadein{
	  -webkit-transition: all 1.5s;
	  -moz-transition: all 1.5s;
	  -ms-transition: all 1.5s;
	  -o-transition: all 1.5s;
	  transition: all 1.5s;
	  opacity: 1;
	}

#catchtext3{
	display:block;
  position: fixed;
  top: 60%;
  left: 55%;
	transform: translateY(-35%) translateX(-55%);
	opacity: 0;

}
#catchtext3.fadeout{
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	opacity: 0;
}
#catchtext3.fadein{
	  -webkit-transition: all 1.5s;
	  -moz-transition: all 1.5s;
	  -ms-transition: all 1.5s;
	  -o-transition: all 1.5s;
	  transition: all 1.5s;
	  opacity: 1;
	}


#header{
	width:100%;
	height: 100vh;
	position: relative;
}

#header:before{
	content: '';
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height: 100vh;
	/*背景画像設定*/
	/* background:url("../img/01.jpg") no-repeat center; */
	/* background:url("../images/ichatch4og.png") no-repeat center; */
	/* background:url("../images/WatchingMoutain4OG.jpg") no-repeat center; */
	/* background:url("../images/man-in-grass.png") no-repeat center; */
	/* background:url("../images/dad-boy-in-grass.png") no-repeat center; */
	/* background:url("../images/family-in-sunset.png") no-repeat center; */
	/* background:url("../images/man-on-toppng.png") no-repeat center; */
	/* background:url("../images/shadow-in-grass.png") no-repeat center; */
	/* background:url("../images/coupple-on-top.png") no-repeat center; */
	/* background:url("../images/man-cityview.png") no-repeat center; */
	/* background:url("../images/boy-dad-mountain.png") no-repeat center; */
	/* background:url("../images/sunset-man.png") no-repeat center; */
	/* background:url("../images/top-view-sea.png") no-repeat center; */
	/* background:url("../images/woman-forward-sea.png") no-repeat center; */

	background-size:cover;
}

#container4leading-scroll{
	position: relative;
	z-index:2;
	/* background:#eee; */
	background:white;
	/* padding:600px 0; */
	padding:0 0 0 0;
	/* text-align: center; */
}

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

    #header{
			/* height: 90vh; */
			height: 100vh;
			/* background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%); */

    }
		#header:before{
			/* height: 90vh; */
			height: 100vh;
			/* background:url("") no-repeat left; */
			background:url("../images/WatchingMoutain4OG.jpg") no-repeat center;
			/* background:url("../images/man-on-top.png") no-repeat center; */
			/* background:url("../images/dad-boy-in-grass.png") no-repeat center; */

		}

		#catchtext1{
		  position: fixed;
		  top: 40%;
		  left: 15%;
			transform: translateY(-40%) translateX(-10%);
		}
		#catchtext2{
			position: fixed;
			top: 40%;
			left: 15%;
			transform: translateY(-40%) translateX(-10%);
		}

		#catchtext3{
			position: fixed;
			top: 40%;
			left: 15%;
			transform: translateY(-40%) translateX(-10%);
		}

		/* #catchtext .h2{
			font-size: 24px;
			color: dimgrey;
		}
		#catchtext .h6{
			font-size: 16px;
			color: orange;
		} */

}


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


		#catchtext1 {
			top: 45%;
		  left: 18%;
			/* transform: translateY(-50%) translateX(-50%); */
			transform: translateY(-45%) translateX(-14%);
		}
		#catchtext1 .h2{
			font-size: 26px;
		}
		#catchtext1 .h6{
			font-size: 14px;
		}

		#catchtext2 {
			top: 45%;
		  left: 18%;
			transform: translateY(-45%) translateX(-14%);
		}
		#catchtext2 .h2{
			font-size: 26px;
		}
		#catchtext2 .h6{
			font-size: 14px;
		}

		#catchtext3 {
			top: 45%;
			left: 18%;
			transform: translateY(-45%) translateX(-14%);
		}
		#catchtext3 .h2{
			font-size: 26px;
		}
		#catchtext3 .h6{
			font-size: 14px;
		}
}
