@charset "utf-8";

body {
	background-color: #ffffff;
	position: relative;
}

#lf-new-head {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: 50 50;
}

#lf-info-wrap {
	width: 100%;
	height: 100%;
}

#lf-info {
	width: 900px;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin:  0 auto;
	text-align: center;
	letter-spacing: 0.02em;
}

#lf-info h1 {
	font-family: barlow condensed,sans-serif;
	font-size: 80px;
	color: #f5f5f5;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
	line-height: 1.2em;
}

#lf-byline {
	font-family: barlow condensed,sans-serif;
	font-size: 18px;
	color: #f5f5f5;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#lf-date {
	font-family: barlow condensed,sans-serif;
	font-size: 18px;
	color: #f5f5f5;
	font-weight: 400;
	margin-bottom: 20px;
}

#lf-lead {
	font-family: 'noto serif', serif;
	font-size: 18px;
	color: #f5f5f5;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.4em;
}

#lf-sub {
	font-family: 'noto serif', serif;
	font-size: 14px;
	color: #f5f5f5;
	font-weight: 400;
	margin-bottom: 20px;
	font-style: italic;
}

/* tablet portrait */
@media only screen and (min-width: 810px) and (max-width: 1023px){
#lf-new-head {
	width: 100%;
	height: 95vh;
}

#lf-info {
	width: 90%;
}

#lf-info h1 {
	font-size: 8vw;
	margin-bottom: 10px;
}

#lf-byline {
	font-size: 16px;
}

#lf-date {
	font-size: 16px;
}

#lf-lead {
	font-size: 16px;
	padding: 0 5px;
	margin-bottom: 30px;
}

#lf-sub {
	font-size: 14px;
}

}

/* 480-768 */
@media only screen and (min-width: 480px) and (max-width: 767px){
#lf-new-head {
	width: 100%;
	height: 100vh;
}

#lf-info {
	width: 90%;
}

#lf-info h1 {
	font-size: 15vw;
	margin-bottom: 10px;
}

#lf-byline {
	font-size: 16px;
}

#lf-date {
	font-size: 16px;
}

#lf-lead {
	font-size: 16px;
	padding: 0 5px;
	margin-bottom: 30px;
}

#lf-sub {
	font-size: 14px;
}

}


/* 320-375 */
@media only screen and (min-width: 320px) and (max-width: 479px){
#lf-new-head {
	width: 100%;
	height: 100vh;
}

#lf-info {
	width: 90%;
}

#lf-info h1 {
	font-size: 15vw;
	margin-bottom: 10px;
}

#lf-byline {
	font-size: 16px;
}

#lf-date {
	font-size: 16px;
}

#lf-lead {
	font-size: 16px;
	padding: 0 5px;
	margin-bottom: 30px;
}

#lf-sub {
	font-size: 14px;
}

}
