/*
@import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
*/
@font-face {
	font-family: 'Dela Gothic One';
	src: url(/assets/fonts/Dela_Gothic_One/DelaGothicOne-Regular.ttf);
}
@font-face {
	font-family: 'Rampart One';
	src: url(/assets/fonts/Rampart_One/RampartOne-Regular.ttf);
}

.jones{
	margin: -20px 0px -12px 38px;
}

a.jones_link:hover{
	text-decoration: none;
}

.jones_title {
	display : inline-block;
	font-family: "Dela Gothic One", sans-serif; !important;
	font-weight: 1000 !important;
	font-size: 1.6em !important;
	font-style: normal !important;
	background: linear-gradient(0deg, #ffff00 20%, #dd0a00 80%);
	background: -webkit-linear-gradient(90deg, #ff0 20%, #dd0a00 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform:	perspective(168px)  /* 奥行 */
				rotateY(10deg)    /* すぼみ具合 */
				rotateZ(-3deg)
				skewX(-10deg)       /* 傾き角度 */
				scale(1, 1.4);
	margin: -15px 0px 25px 0px;
	letter-spacing: -0.02em;
	-webkit-text-stroke: 0.5px #111;
	filter: drop-shadow(-2.5px 3px #000);
}

#jones_subtitle{
	margin: 36px 0px 0px -260px;
	font-weight: bold;
	color: #b96a25;
	font-size: 9px;
	text-shadow:
		1px 1px 4px #eee, -1px -1px 4px #eee,
		-1px 1px 4px #eee,  1px -1px 4px #eee;
	position: absolute;
}

.kitcar{
	margin: -15px 0 0 0;
}

.kitcar_link {
	font-family: "Rampart One", sans-serif;
	font-style: normal;
	font-size: 2em;
	letter-spacing: -0.15em;
	font-weight: bolder;
	color: #8e6050 !important;
	vertical-align: central;
}

a.kitcar_link:hover{
	text-decoration: none;
}

