@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/



.top_main {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.top_main .main_img {
	background: url(../images/top/main.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top:-50px;
	left:0;
	width: 100%;
	height: 120%;
}

.txt {
	position: absolute;
	bottom:20px;
	left: 20px;
	/* color: #fff; */
	width: 80.625%;
	max-width: 1290px;
}

.txt h2 {
	font-size: 5vw;
	line-height: 1.4;
	/*text-shadow: 0 0 3px rgba(0,0,0,0.3), 2px 2px 3px rgba(0,0,0,0.3), -2px 2px 3px rgba(0,0,0,0.3), -2px -2px 3px rgba(0,0,0,0.3), 2px -2px 3px rgba(0,0,0,0.3);*/
}
.txt h2 span {
	display: block;
}
.txt h2 span.ss {
	display: block;
	font-size: 1.875vw;
	/*text-shadow: 0 0 3px rgba(0,0,0,0.3), 2px 2px 3px rgba(0,0,0,0.3), -2px 2px 3px rgba(0,0,0,0.3), -2px -2px 3px rgba(0,0,0,0.3), 2px -2px 3px rgba(0,0,0,0.3);*/
}
.txt .cttl {
	font-size: 3.75vw;
	/*text-shadow: 0 0 3px rgba(0,0,0,0.3), 2px 2px 3px rgba(0,0,0,0.3), -2px 2px 3px rgba(0,0,0,0.3), -2px -2px 3px rgba(0,0,0,0.3), 2px -2px 3px rgba(0,0,0,0.3);*/
}
.top_main .scroll{
	position:absolute;
	bottom:0;
	right: 0;
	z-index:99;
}
.top_main .scroll a{
	display:block;
	width:100%;
	position:relative;
	text-align:right;
	animation:scr 1s both infinite alternate;
	-webkit-animation:scr 1s both infinite alternate;
}
@-webkit-keyframes scr{0%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0);}
100%{-webkit-transform:translate3d(0, 4px, 0);transform:translate3d(0, 4px, 0);}
}
@keyframes scr{0%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0);}
100%{-webkit-transform:translate3d(0, 4px, 0);transform:translate3d(0, 4px, 0);}
}


div.container{
}



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

}


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


	.top_main .main_img {
		background: url(../images/top/main_sp.jpg) center center no-repeat;
		background-size: cover;
	}

	.txt {
		bottom:35px;
		left: 20px;
	}

	.txt h2 {
		font-size: 10vw;
		line-height: 1.4;
	}
	.txt h2 span.ss {
		font-size: 4.5vw;
	}
	.txt .cttl {
		font-size: 7.5vw;
		line-height: 1.2;
	}
	
}


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


}
