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


section {
	position: relative;
}


/* cover */

div#topImage {
	position: relative;
	width: 100%;
	/*height: 70vh;*/
	overflow: hidden;
}

div#topImage img {
	width: 100%;
	/*height: 70vh;*/
	object-fit: cover;
}


#cover p {
	width: 60%;
	margin: 30px auto;
	text-align: center;
	line-height: 2;
}


@media screen and (max-width:767px){
	div#topImage {
		height: 80vh;
	}
	#cover p {
		width: 80%;
	}
}

@media screen and (max-width:480px){
	div#topImage {
		height: 85vh;
	}
	
	div#topImage img {
		height: 85vh;
	}
}



/* roast and cafe cover */

section h1 {
	font-size: 24px;
}

#cover {
	min-height: 90vh;
	background-color: #ffffff;
	padding-bottom: 30px;
}


#roastCov, #cafeCov {
	height: 100vh;
}

/*#roastCov {
	background: url("../images/roast_bg.jpg") center center no-repeat ;
	background-size: cover;
	background-attachment: scroll;
}*/

#cafeCov {
	background: url("../images/cafe_bg.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

#roastCov p, #cafeCov p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.covTxt {
	position: relative;
	top: 100px;
	left: 30px;
	background-color: rgba(142,70,0,0.70);
	color: #ffffff;
	padding: 20px;
	width: 50%;
}

@media screen and (max-width:480px){
	.covTxt {
		width: 60%;
	}
}

#bgMovie {
	position: fixed;
	z-index: -1;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#bgvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
}

/* tips */

#tipsCov {
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #ffffff;
}

#tipsCov h1 {
	text-align: center;
	margin-bottom: 30px;
}

#tipsCov ul {
	margin-bottom: 20px;
}

#tipsCov ul li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	padding: 15px;
	box-sizing: border-box;
	border: dashed thin #000000;

}

img.tipsTmb {
	height: 200px;
	width: 200px;
}

#tipsCov ul li p {
	font-size: 12px
}

@media screen and (max-width:480px){
	#tipsCov ul li {
		width: 150px;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	img.tipsTmb {
		height: 120px;
		width: 120px;
	}
	#tipsCov ul li p {
		font-size: 11px
	}
}


/* what's new */

#whatsNew {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

#whatsNew h1 {
	text-align: center;
	margin-bottom: 30px;
}

#whatsNew dl {
	width: 60%;
	margin: 0 auto;
	line-height: 22px;
}

#whatsNew dl dd {
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	float:left;
	width: 150px;
}

#whatsNew dl dt {
	font-family: vdl-v7gothic, sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 10px;
	
}

@media screen and (max-width:768px){
	#whatsNew dl {
		width: 80%;
	}
	#whatsNew dl dd {
		float: none;
	}
}
