@charset "utf-8";

body,
html{
	/*height: 100%; 横幅がはみ出る */
	width: 100%;
}
body{overflow: hidden;}

#frame4scroll,
.f4scrl{
	margin: 0 auto;
	padding: 0 ;
	width: 100%;
	font-size: 12rem;
	color: #fff;
	border: 0;
}

header#top{
	position: fixed;
	z-index: 111;
	padding: 8px;
	width: 100%;
	font-size: 16px;
	color: #e5e5e5;
	background: #3b3a38;
	transition: all .6s cubic-bezier(0.42, 0, 0.52, 1);
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.scrollItem
{
}

.scrollItem h1{
	position: absolute;
	top: 50%;
	margin-top: -10%;
	margin-bottom: 0;
	width: 100%;
	font-family: 'Sorts Mill Goudy';
	color: #fff;
	font-size: 16vw;
	line-height: 68%;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 0.1em rgba(96,109,89,0.2);
	
}


#frame4scroll>article> div{
	position: relative;
	z-index: 11;
	display: table;
	padding: 40px;
	width: 100%;
	height: auto;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#frame4scroll div h2{
	margin-bottom: 40px;
	font-size: 44px;
	line-height: 40px;
	color: #333;
	text-align: center;
}

#frame4scroll div span{
	display: block;
	margin: 0 auto;
	width: 50%;
	width: 80%;
	max-width: 680px;
	font-size: 20px;
	line-height: 24px;
	color: #999;
}


#frame4scroll .box,
#frame4scroll .scrollItem{
	margin: 0 auto 40px;
	width: 80%;
	background: rgba(255,255,255,0.8);
}

/* 個別設定　+++++++++++++++++++++ */

#frame4scroll div#type1{
	padding-top: 80%;
	width: 100%;
	height: 0;
	background-size: 100% auto;
}

/*-------------------------------*/

#frame4scroll div#type1 h1{
	transition: all 4s cubic-bezier(0.42, 0, 0.52, 1) .3s;
	position: absolute;
	z-index: 11;
	top: 60%;
	left: 50%;
	font-family: 'Sorts Mill Goudy';
	color: #fff;
	font-size: 20vw;
	line-height: 76%;
	text-align: center;
	margin-top: -38%;
	margin-left: -50%;
	width: 100%;
}

#frame4scroll div#type1 h1 em:first-child{
	position: relative;
}

#frame4scroll div#type1 h1 em:last-child{
	position: relative;
}

@keyframes up {
    from {
		bottom: -60px;
    }
    to {
		bottom: 0;
    }
}

#frame4scroll div#type1 h1 em:last-child{
    animation-name: up;
    animation-duration: 2s;
    /* animation-delay: 1s; */
	animation-timing-function: ease-in;
}

@keyframes drop {
    from {
		top: -40px;
    }
    to {
		top: 0;
    }
}

#frame4scroll div#type1 h1 em:first-child{
    animation-name: drop;
    animation-duration: 1.6s;
	animation-timing-function: ease-out;
}

@keyframes fadeIn {
    from {
		color: rgba(255,255,255,0);
		text-shadow: 0 0 0.1em rgba(82,86,80,0);
    }
    to {
		color: rgba(255,255,255,1);
		text-shadow: 0 0 0.3em rgba(82,86,80,0.3);
    }
}

#frame4scroll div#type1 h1 {
    animation-name: fadeIn;
    animation-duration: 3s;
}

/*---------------------------------------*/

#frame4scroll #type2{
	padding-top: 40%;/*背景画像の高さを確保*/
	background: #fff url('../images/img_14.jpg') repeat-y;
	background-size: 100% auto;
}

#frame4scroll #type2.scrollItem{
	transition: all 4s cubic-bezier(0.42, 0, 0.52, 1) .3s;
	width: 100%;
	background-position: center bottom;
}

#frame4scroll #type2.scrollItem.on{
	background-position: center center;
}

#frame4scroll div#type6{
	margin-bottom: 0;
	padding-top: 40%;
	width: 100%;
	background: #fff url('../images/img_2.jpg') center no-repeat;
	background-size: 100% auto;
}

#frame4scroll #type6.scrollItem{
	transition: all 4s cubic-bezier(0.42, 0, 0.52, 1) .3s;
	background-position: center bottom;
}

#frame4scroll #type6.scrollItem.on{
	background-position: center 20%;
	
}


#frame4scroll #type6 h1{
	left: 0;
}


#frame4scroll #type5.scrollItem{
	margin-bottom: 0;
	width: 100%;
	background: rgba(255,255,255,1);
}

#frame4scroll #type7.scrollItem{
	margin-bottom: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	
}


#frame4scroll .scrollItem h1{
	transition: all 1.6s cubic-bezier(0.42, 0, 0.52, 1);
	margin-top: 400px;
	color: rgba(255,255,255,0);
}

#frame4scroll .scrollItem.on h1{
	margin-top: 0;
	color: rgba(255,255,255,1);
}

#frame4scroll div.ch_2{
	top: 80%;
	background: #fff;
}

#frame4scroll div.ch_2 span{
}

#frame4scroll div#ch_3{
	background: rgba(255,255,255,0.6);
}

#frame4scroll div#ch_3 span{
	margin: 0 auto;
}

.scrollItem
