@charset "UTF-8";

/*===============================
common
===============================*/

/* pc */
@media (min-width: 768px) {
	body {
		background: url(https://d2w53g1q050m78.cloudfront.net/cosmecollegecom/uploads/hiritu/hrt-brsm01-arr/img/bg_pc.webp) no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
}

/*===============================
cv
===============================*/
.btn_top {
	top: 43.8%;
	left: 6.6%;
	width: 88.6%;
}
.btn_other_01 {
	top: 56%;
	left: 6.6%;
	width: 88.9%;
}
.btn_arr_series,
.btn_smt-mst_series {
	top: 77.5%;
	width: 48.3%;
}
.btn_arr_series {
	left: 2.8%;
}
.btn_smt-mst_series {
	left: 50.2%;
}

/* pc */
@media (min-width: 768px) {
	.ov {
		transition: 200ms;
	}
	.ov:hover {
		opacity: .8;
		transition: 200ms;
	}
}