.row {

}
section {

}
p {
	font-size: 16px;
	line-height: 32px;
}
.font-size14 {
	font-size: 14px;
	line-height: 1.6;
}
.font-size16 {
	font-size: 16px;
}
.font-size18 {
	font-size: 18px;
}
.font-size20 {
　padding: 40px 0 12px;
	font-size: 20px;
	line-height: 3;
	font-weight: 600;
}
.font-size22 {
	font-size: 22px;
	line-height: 1.6;
}
.font-size24 {
	font-size: 24px;
	line-height: 1.6;
	font-weight: 600;
}
.font-size26 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.6;
}
address {
	font-size: 16px;
	line-height: 24px;
}
.pcNone{
	display:none;
}
@media screen and (max-width: 480px){
.spNone{
	display:none;
}
}
/*------------------------------------------------------------
	index.html
body {
background-image: url("../images/landing.jpg");
width: 100%;
height: 6504px;

		background: url("../images/landing.jpg") no-repeat;
		background-position: center center;
		background-size:100% auto;

}
------------------------------------------------------------*/
body {
		background: url("../images/landing.jpg")repeat;
		background-position: center center;
}
.rocket {
		width: 20%;
		margin: 0 auto;
		position: absolute;
		bottom: 60px;
		z-index: 50;
    transform: scale(1.1);
    filter:drop-shadow: 0 35px 100px rgba(0,0,0,0.1);
    -webkit-animation:down 2s ease-in-out 0s alternate infinite;　/*複数のキーフレームを指定できます。*/
}

@-webkit-keyframes down{
    0%{
        filter:drop-shadow: 0 35px 100px rgba(0,0,0,0.1);
        transform: scale(1.1)
    }
    50%{
        filter:drop-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }
    100%{
        filter:drop-shadow: 0 2px 2px rgba(0,0,0,0.2);
        transform: scale(1.0)
    }
}

.lastlong {
height: 8434px;
margin: 0 auto;
text-align: center;
}


/*------------------------------------------------------------
	contact
------------------------------------------------------------*/

.landing {
z-index: 10;
}

.yokoso {
		padding: 0;
		top: 120px;
		position: absolute;
		z-index: 20;

}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/

footer {
    position: fixed !important;  
    bottom: 0;  
    right: 10%;  
    width: 100%;
		text-align: center;
}