.btn {
	background-color: #FFF57F;
	border-radius: 20px 20px;
	color: #061C42;
	display: inline-block;
	font-size: 1.4875rem;
	font-weight: 900;
	line-height: 1.1;
	max-width: 18.75rem;
	padding: 0.9375rem 1.625rem 0.5rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.btn span {
	display: flex;
	font-size: 0.875rem;
}

.btn:hover {
	background-color: #061C42; 
	color: #FFFAC5;
	transition: 0.5s;
}

.btn:hover:before {
	transition: 0.5s;
}

.btn:before {
	content: "";
	display: inline-block;
}

.btn__sheep {
	position: relative;
}

.btn__sheep.btn:before {
	background-image: url("../images/common/pc-img/icon/SHEEP-IMAGE.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.125rem;
	max-width: 3.125rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.btn__sheep.btn:hover:before {
	background: url("../images/common/pc-img/icon/SHEEP-IMAGE-2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 3.75rem;
	max-width: 3.75rem;
	width: 100%;
}

.btn__hotpepper.btn,
.btn__line.btn {
	box-shadow: 3px 3px 5px 0px rgb(0, 0, 0);
	color: #fff;
	font-size: 1.125rem;
	max-width: 20rem;
	padding: 2rem 1.875rem 2rem 6.25rem;
	position: relative;
	width: 100%;
}

.btn__hotpepper.btn:hover,
.btn__line.btn:hover {
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0);
	transform: translateY(5px); 
}

.btn__hotpepper.btn:hover {
	background-color: #AE2C5A;
}

.btn__line.btn:hover {
	background-color: #02B902;
}

.btn__hotpepper.btn:before,
.btn__line.btn:before {
	background-image: url("../images/common/pc-img/sns-icon/hotpepper.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 2.3125rem;
	left: 1.875rem;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.btn__line.btn:before {
	background-image: url("../images/common/pc-img/sns-icon/line.webp");
	left: 1.875rem;
}

.btn__hotpepper {
	background-color: #AE2C5A;
}

.btn__hotpepper.btn:before {
	left: 1.875rem;
}

.btn__line.btn {
	align-items: center;
	background-color: #02B902;
	display: flex;
	padding-left: 5.25rem;
}

.btn__line span {
	align-self: baseline;
	font-size: 1.125rem;
	font-weight: bold;
}

.btn__sheep--gray.btn {
	background-color: #EFEFEF;
}
.btn__sheep--gray.btn:hover{
	background-color: #061C42;
}

@media screen and (min-width: 768px) {
	.btn {
		line-height: 1.3;
		max-width: 18.9375rem;
		padding: 0.875rem 3.5rem 0.5rem 1.875rem;
		width: 100%;
		font-size: 1.6875rem;
	}
	
	.btn span {
		font-size: 1rem;
	}
	
	.btn:before {
		background-image: url("../images/common/pc-img/drawer/drawer__menu.webp");
		background-repeat: no-repeat;
		background-size: contain;
		height: 2.5rem;
		max-width: 2.75rem;
		position: absolute;
		right: 0.5rem;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		z-index: 10;
	}
	
	.btn__sheep.btn:before {
		height: 5rem;
		max-width: 4.375rem;
	}
	
	.btn__sheep.btn:hover:before {
		height: 5rem;
		max-width: 4.375rem;
	}
	
	.btn__hotpepper.btn,
	.btn__line.btn {
		font-size: 1.75rem;
		max-width: 28.125rem;
		padding: 2.5625rem 1.75rem 2.125rem 6.375rem;
	}
	
	.btn__hotpepper.btn:before,
	.btn__line.btn:before {
		height: 3.5625rem;
		width: 3.75rem;
	}
	
	.btn__line.btn {
		padding-left: 6.25rem;
		padding-right: 1rem;
	}
	
	.btn__line span {
		font-size: 1.75rem;
	}
}