.button-29 {
	align-items: center;
	appearance: none;
	background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
	border: 0;
	border-radius: 6px;
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s, transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow, transform;
	font-size: 18px;
}

.button-29:focus {
	box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
	box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
	transform: translateY(-2px);
}

.button-29:active {
	box-shadow: #3c4fe0 0 3px 7px inset;
	transform: translateY(2px);
}

.button-42 {
	background-color: initial;
	background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 48px;
	line-height: 1;
	outline: 0;
	overflow: hidden;
	padding: 0 20px;
	pointer-events: auto;
	position: relative;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: top;
	white-space: nowrap;
	width: 100%;
	z-index: 9;
	border: 0;
	transition: box-shadow .2s;
}

.button-42:hover {
	box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.btn-main {
	background-color: #937f6c;
	border-color: #937f6c;
	margin-top: 20px;
	padding: 5px 10px;
	border-radius: 30px;
	font-size: .8rem !important;
	color: #fff;
	box-shadow: #2d2824 1px 1px 0;
	width: 100%;
	cursor: pointer;
}

.j_button_02 {
	background-color: #f0b553;
	border: 1px solid #624a33;
	border-radius: 50px;
	box-shadow: 0 5px 0 #624a33;
	color: #624a33;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 20px;
	margin: 0 auto !important;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.j_button_02:hover {
	background-color: #fff;
	color: #3f2504 !important;
}

.j_button_02:active {
	box-shadow: #3f2504 2px 2px 0 0;
	transform: translate(2px, 2px);
}

.j_button_02-1 {
	background-color: #917f6b;
	border: 1px solid #917f6b;
	border-radius: 50px;
	box-shadow: 0 5px 0 #302923;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 20px;
	margin: 0 auto !important;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.j_button_02-1:hover, .j_button_02-1:active {
	box-shadow: none;
	transform: translate(2px, 2px);
}

.play_button {
	background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
	background-image: linear-gradient(top, #f4f1ee, #fff);
	border-radius: 50%;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .3), inset 0 4px 1px 1px white, inset 0 -3px 1px 1px rgba(204,198,197,.5);
	float: left;
	height: 70px;
	margin: 0 30px 30px 0;
	position: relative;
	width: 70px;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer;
}

.play_button:after {
	color: #862a35;
	content: "";
	display: block;
	font-size: 30px;
	height: 30px;
	text-decoration: none;
	text-shadow: 0 -1px 1px #bdb5b4, 1px 1px 1px white;
	position: absolute;
	width: 30px;
}

.play_button.play:after {
	content: "▶︎";
	left: 23px;
	top: 24px;
}


.play_button:hover {
	background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
	background-image: linear-gradient(top, #fff, #f4f1ee);
	color: #0088cc;
}

.play_button.play:hover:after {
	color: #83d244;
	text-shadow: 0 0 6px #83d244;
}


.play_button:active {
	background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
	background-image: linear-gradient(top, #efedec, #f7f4f4);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0 -3px 1px 1px rgba(204,198,197,.5);
}

.play_button:active:after {
	color: #dbd2d2;
	text-shadow: 0 -1px 1px #bdb5b4, 0 1px 1px white;
}