#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	border-bottom: 1px solid #eee;
}

#content {
	margin: 60px 0 0 0;
}

#main-img {
	position: relative;
}

#main-img .title {
	width: 100%;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 10;
	text-align: center;
}

#main-img .title-2 {
	padding: 20px 0 15px 0;
	text-align: center;
}

#main-img .img {
	animation-name: titleAnim;
	animation-duration: 1s;
	animation-timing-function: ease;
	width: 100% !important;
}

#main-img .triangle {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 60%;
	height: auto;
}


#page-title-en {
	margin: 0 0 5px 0;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Carme', sans-serif;
}

@keyframes titleAnim {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#page-title {
	margin: 0;
}
#main {
	padding: 20px 0;
	background-color: #333333;
}

.lower-box-1 {
	background-color: #fff;
}
