@charset "shift_jis";


.k_ln {
	background: linear-gradient(#f79d4d, #f79d4d 100%);
	display: inline;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size 1.5s;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 3px #272727;
	color: #fff;
	line-height: 2.15;
}

@media screen and (max-width: 767px) {
	.k_ln {
		font-size: 1.8rem;
	}
}

.k_ln.on {
	background-size: 100% 100%;
}