@CHARSET "UTF-8";

html, body {
	height: 100%;
}

#Box {
	content: "";
	displat: block;
	clear: both;
	text-align: center;
	clear: both;
	padding: 10% 0 0 10%;
}

#BoxA {
	content: "";
	displat: block;
	clear: both;
	text-align: center;
	clear: both;
}

#BoxB {
	content: "";
	displat: block;
	clear: both;
	text-align: center;
	clear: both;
	color: #fff;
	padding: 10% 0 0 0;
}

#Box1 {
	color: #fff;
	float: left;
	text-align: rigth;
}

#Box2 {
	color: #fff;
	float: left;
	text-align: center;
}

#Box3 {
	color: #fff;
	float: left;
	text-align: left;
}

#type {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 75px;
	text-align: center;
	text-shadow: 1px 2px 3px #808080;
	float: left;
}

#type1 {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 2px 3px #808080;
	float: left;
}

#item {
	width: auto;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 100px;
	text-align: center;
	opacity: 0;
}

#float_right {
	float: right;
	animation-delay: 2s;
	//2
	秒遅延して実行
}

#float_left1 {
	padding: 0 30px 0 0;
	float: left;
	animation-delay: 1s;
	animation-duration: 2s;
}

#float_left2 {
	padding: 0 0 0 0;
	float: left;
	animation-delay: 2s;
	animation-duration: 2s;
}

#float_left3 {
	padding: 0 0 0 30px;
	float: left;
	animation-delay: 3s;
	animation-duration: 2s;
}

#float4 {
	animation-delay: 4s;
	animation-duration: 2s;
	font-family: serif;
}

/*************************
パララックス
*************************/
div.parallax {
	height: 600px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}



.content {
	padding: 30px 0;
}

.content h3 {
	font-size: 24px;
	border-bottom: #ff0000 solid 2px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.content p {
	line-height: 1.5em;
}

.box {
	max-width: 960px;
	margin: 0 auto;
}

.box2 {
	max-width: 960px;
	height: 20px;
	margin: 0 auto;
}

.box h2 {
	line-height: 600px;
	font-size: 60px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 2px 3px #808080;
}

.box h4 {
	font-size: 60px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 2px 3px #808080;
}

.parallax_img_0 {
	background: url(../img/main07.jpg);
}

.parallax_img_1 {
	background: url(../img/main08.jpg);
}

.parallax_img_2 {
	background: url(../img/main09.jpg);
}

.parallax_img_3 {
	background: url(../img/main10.jpg);
}

.parallax_img_4 {
	background: url(../img/main11.jpg);
}

/*************************
メディアクエリ
*************************/
@media screen and (max-width: 960px) {
	.box {
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	#Box {
		display: none;
	}
	#Box1 {
		display: none;
	}
	#sign-up-button {
		width: 80%;
		margin-top: 100px;
		font-size: 18px;
	}
	#non-sign-up-button {
		width: 80%;
		margin-top: 30px;
		font-size: 18px;
	}
	#logo01{
		display : none;
	}

	div.parallax {
	height: 300px;

}

.box h2 {
	line-height: 300px;
	font-size: 40px;

}

}

#page-top {
	float: right;
	bottom: 30px;
	margin-right: 20px;
}

#logo-top {
	position: fixed;
	top: 10px;
	left: 0px;
	animation-delay: 5s;
	position: fixed; /* 固定 */
	top: 0; /* 一番上に表示 */
	width: 100%; /* 中央に表示 */
	background: rgba(255, 255, 255, 0.9);
}

#logo {
	margin: 10px 0 5px 10px;
}

#logo01 {
	float: right;
	margin: 25px 10px 0px 0px;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#pageTop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 40px;
}

#pageTop a:hover {
	text-decoration: none;
	background: #999;
}

.layerTransparent {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
}

.frontContents {
	padding: 20px;
	color: #fff;
}



#sign-up-button {
	position: relative;
	vertical-align: top;
	width: 50%;
	height: 50px;
	margin-top: 60px;
	padding: 0;
	font-size: 18px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #4d9ffb;
	border: 0;
	border-bottom: 2px solid #669ae1;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #669ae1;
	box-shadow: inset 0 -2px #669ae1;
}

#sign-up-button:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#non-sign-up-button {
	position: relative;
	vertical-align: top;
	width: 50%;
	height: 50px;
	margin-top: 30px;
	padding: 0;
	font-size: 18px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #f0776c;
	border: 0;
	border-bottom: 2px solid #d76b60;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #d76b60;
	box-shadow: inset 0 -2px #d76b60;
}

#non-sign-up-button:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


@font-face {
	font-family: "myFont2";
	src: url("../font/Qwigley-Regular.eot?") format('eot'),
		url("../font/Qwigley-Regular.woff2") format('woff2'),
		url("../font/Qwigley-Regular.woff") format('woff');
}

.myFontClass2 {
	font-family: "myFont2";
	font-size: 120px;
	font-weight: bold;
}


.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin:100px 0 0 -30px;
}

.arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 3px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay:0s;
    -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

