@charset "utf-8";

.btnDetail {
	text-align: center;
	margin: 20px auto;
}

.microcopy {
	display: block;
	font-size: 1.4rem;
	color: #e7346e;
	margin: 0 auto 10px;
	font-weight: bold;
}

body .btnDetail a {
	width: 100%;
	display: flex;
	height: 65px;
	font-size: 1.8rem !important;
	font-weight: bold !important;
	align-items: center;
	justify-content: center;
	padding: 0 45px 0 20px !important;
	background: linear-gradient(to bottom, #f55a8b, #e7346e) !important;
	color: #fff !important;
	line-height: 1.4 !important;
	border-radius: 8px !important;
	text-decoration: none !important;
	position: relative;
	border: none;
	border-bottom: 1px solid #8f2044;
	box-shadow: 0 5px 0 #a1244d;
	transition: transform .15s ease, box-shadow .15s ease !important;
}

body .btnDetail a:hover {
	transform: translateY(-2px);
	box-shadow: 0 7px 0 #a1244d;
}

body .btnDetail a:active {
	transform: translateY(5px) !important;
	box-shadow: 0 0 0 #a1244d !important;
}

body .btnDetail a::after {
	content: ">" !important;
	font-size: 2.8rem !important;
	font-weight: bold !important;
	position: absolute !important;
	right: 15px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	transition: right .25s ease !important;
}

body .btnDetail a:hover::after {
	right: 12px !important;
}

body .btnDetail .secondary-link {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	margin-top: 15px;
	padding: 4px 14px !important;
	font-size: 1.3rem !important;
	font-weight: bold;
	color: #e7346e !important;
	text-decoration: none;
	transition: all .2s ease;
	background-color: #fff !important;
	background-image: none !important;
	border-radius: 20px !important;
	border: 2px solid #e7346e !important;
	box-shadow: none !important;
}

body .btnDetail .secondary-link:hover {
	text-decoration: none;
	background-color: #e7346e !important;
	color: #fff !important;
	transform: none !important;
	box-shadow: none !important;
}

body .btnDetail .secondary-link::after {
	display: none !important;
}
