@charset "UTF-8";
/* CSS Document */

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p,
fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0;}
img{ border:none; outline: none;}
img a{ border:none; outline: none;}
a:focus{outline:none;}
a{ overflow:hidden;}
h1, h2, h3, h4, h5, h6{ font-size: 100%; font-weight: normal;}
ol, ul{ list-style:none;}
table{ border-collapse: collapse;  border-spacing:0;}
address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; font-weight: normal;}

.clearfix { float:none; clear:both;}



html{
	height:100%;
	width:100%;
	min-width:1020px;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#4C4C4C;
	font-size:12px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	min-width:1020px;
	-webkit-text-size-adjust:100%;

}


#wrapper{
	width:100%;
	text-align:center;
	min-width:1020px;
	padding-bottom:200px;
}



.mainimage{
	position:relative;
	height:650px;
	overflow:hidden;
	background:url(../images/mainimage.jpg) center top no-repeat;
	background-size:cover;
	text-align:center;
	opacity: 0;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}

#header{
	width:950px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

.hh{
	padding-top:20px;
}
.maincopy{
	position:absolute;
	top:250px;
}


@media screen and (min-width:1300px){
	.mainimage{height:800px}
	.maincopy{top:320px;}
}
@media screen and (min-width:1650px){
	.mainimage{height:900px}
	.maincopy{top:390px;}
}
@media screen and (min-width:2000px){
	.mainimage{height:1000px}
	.maincopy{top:420px;}
}


.itemname{
	width:100%;
	text-align:center;
	padding:40px 0;
	opacity: 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}

.itemname h2{
	padding-top:7px;
}





#itemarea{
	width:100%;
	height:525px;
	background:#dfe2e2;
}

.itemareaIn{
	width:950px;
	padding:35px 0 0 0;
	margin:0 auto;
	text-align:left;
}

#itemarea h3{
	padding:40px 0 0 0;
}

#itemarea h4{
	font-size:1.2em;
	line-height:1.6em;
	padding-top:10px;
}



#detail{
	width:950px;
	margin:0 auto;
	text-align:left;
	padding:50px 0;
}

#detail h3{
	padding-bottom:3px;
}

#detail h4{
	padding:10px 0 0 0;
	height:5.5em;
}

.deta01, .deta02, .deta03{
	width:295px;
	float:left;
}
.deta02, .deta03{ margin-left:32px;}


#spec{
	width:100%;
	border-top:1px solid #CCC;
	padding:20px 0;
}

.specIn{
	width:950px;
	margin:0 auto;
	text-align:left;
}

.specIn dl{
	width:950px;
}
.specIn dl dt{
	float:left;
	width:90px;
	padding:1px 0;
}
.specIn dl dd{
	float:left;
	width:860px;
	padding:1px 0;
}


#buy{
	width:100%;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#buy a{
	width:100%;
	display:block;
	text-align:center;
	padding:40px 0;
	background:#EDEEEF;
}

#buy a:hover{
	background:#ccc;
}








.move{
	opacity: 1;
}





















