
.header {
	width: 100%;
	margin: auto;
	height: 567px;
	background: url() no-repeat top center;
	background-size:cover;
}


.copybox{
	width: 900px;
	text-align: right;
	margin: auto;
}

.copymain{
	width: 500px;
	height: 65px;
	text-align: left;
	margin-left: 435px;
	margin-top: 280px;
	color: #FFFFFF;
	font-size: 33px;
	font-weight: normal;
	letter-spacing: -3px;
	font-family: min;
	font-weight: normal;
}
.copysub{
	width: 480px;
	height: 112px;
	text-align: left;
	margin-left: 440px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size:16px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: min;
}



/*　---------------　コンテンツ　---------------*/
.contents {
	background-color: #fefdf0;
	width: 840px;
	margin: auto;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
	position:relative; top:-30px;
}
.news {
	background-color: #ebeac9;
	width: 768px;
	margin: auto;
	padding: 20px;
	border-radius: 20px;
	text-align: left;
}

.jam {
	background: url(../media/top/jamback.gif);
	width: 768px;
	margin: auto;
	padding: 20px;
	border-radius: 20px;
	text-align: center;
	color: #535353;
	font-size: 20px;
	font-family: lemon;
	font-weight: bold;
	letter-spacing: -6px;
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.jam:hover{
	width: 800px;
	cursor: pointer
	}



.ichigo {
	background:
	url(../media/top/ichigotop.gif) repeat-x 0% 3% ,
	url(../media/top/ichigobottom.gif) repeat-x 0% 97%;
	background-color: #e2b4bd;
	width: 768px;
	margin: auto;
	padding: 20px;
	border-radius: 20px;
	text-align: left;
	color: #ffffff;
	font-size:16px;
	line-height: 27px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: min;
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.ichigo:hover{
	width: 800px;
	cursor: pointer
	}


.collabo {
	background: url(../media/top/collaboback.gif);
	width: 768px;
	margin: auto;
	padding: 20px;
	border-radius: 20px;
	text-align: center;
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.collabo:hover{
	width: 800px;
	cursor: pointer
	}

.hollys {
	background-color: #e9e8c3;
	width: 768px;
	margin: auto;
	padding: 20px;
	border-radius: 20px;
	text-align: center;
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.hollys:hover{
	width: 800px;
	cursor: pointer
	}
