@charset "utf-8";

.loco_jacket{
	margin-bottom: calc(50px + 2.5vw);
	margin-left: auto;
	margin-right: auto;
}

.loco_jacket img{
	max-height: 50%;
}

.loco_title{
	font-size: calc(45px + 3vw);
	line-height: 110%;
	font-weight: 300;
	letter-spacing: 0.2em;
	margin-bottom: calc(20px + 2vw);
	text-align: center;
}

.loco_date{
	font-size: calc(16px + 2vw);
	line-height: 120%;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-bottom: calc(15px + 2vw);
	text-align: center;
}

.loco_detail{
	font-size: calc(14px + 0.1vw);
	line-height: 190%;
	letter-spacing: 0.05em;
	font-weight: 300;
	margin-bottom: calc(50px + 4vw);
	text-align: center;
}

.loco_track{
	font-size: calc(16px + 0.1vw);
	line-height: 190%;
	letter-spacing: 0.05em;
	font-weight: 300;
	margin-bottom: calc(30px + 0.1vw);
	text-align: center;
	margin-bottom: calc(180px + 4vw);
}

.comment{
	font-size: calc(14px + 0.1vw);
	line-height: 190%;
	letter-spacing: 0.05em;
	font-weight: 300;
	margin-bottom: calc(30px + 0.1vw);
}

.comment_name{
	font-size: calc(18px + 0.1vw);
	line-height: 140%;
	letter-spacing: 0.05em;
	font-weight: 300;
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding-bottom: calc(50px + 0.1vw);
	margin-bottom: calc(50px + 0.1vw);
	text-align: center;
}

.comment_name_s{
	font-size: calc(13px + 0.1vw)!important;
}