@charset "utf-8";
/* CSS Document */

/* --------------------------------
 * main image
 * -------------------------------- */
#FacebookArea {
	display: flex;
	flex-direction: row;
}
.main_image {
	position: relative;
	width: 80%;
}
.main_image .fb_image img {
	width: 100%;
}

.main_image .fb_text {
	width: 100%;
	display: flex;
	flex-direction: row;
	color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main_image .fb_text p {
	line-height: 0;
}

.main_image .fb_text .topics {
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	padding: 1rem 2rem;
}
.main_image .fb_text .topics p {
	line-height: 1.3;
}
.main_image .fb_text .topics .date {
	font-weight: bold;
	float: left;
	border-left: 1rem solid #69bd27;
	padding-left: 1rem;
}
.main_image .fb_text .topics .date + p {
	margin-left: 16rem;
}

/* ---------- facebook ---------- */
.facebook-wrapper {
	width: 20%;
    max-width: 500px;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

@media screen and (max-width:1100px) {
	.main_image {
		width: 100%;
	}
	
	.facebook-wrapper {
		display: none;
	}

}

/* --------------------------------
 * spirit
 * -------------------------------- */
.spirit {
	background: url("../img/top_bg_01.jpg") no-repeat top center;
	background-size: cover;
	text-align: right;
	position: relative;
	padding-bottom: 800px;
}
.spirit .figure {
	width: 700px;
	height: 800px;
	background: rgba(0,0,0,0.8);
	transform: scaleY(1.951) scaleX(1.43) perspective(2.1em) rotateX(2deg);
	transform-origin: bottom right;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.spirit h2 {
	position: absolute;
	top: 13%;
	right: 5%;
}
.spirit h2 img {
}
.spirit h3 {
	position: absolute;
	top: 28%;
	right: 0;
	padding: 1rem 3% 1rem 1rem;
	background-color: #69bd27;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;

}
.spirit h3:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 0;
	height: 0;
	border-left: 3rem solid transparent;
	border-bottom: 4.5rem solid #69bd27;
}
.spirit p {
	position: absolute;
	top: 38%;
	right: 5%;
	width: 30%;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

/* --------------------------------
 * limegreen
 * -------------------------------- */

.limegreen {
	background: url("../img/top_bg_02.jpg") no-repeat top center;
	background-size: cover;
	text-align: left;
	position: relative;
	padding-bottom: 800px;
}
.limegreen .figure {
	width: 700px;
	height: 800px;
	background: rgba(105,189,39,0.75);
	transform: scaleY(2) scaleX(1.7) perspective(5em) rotateX(-5deg);
	transform-origin: top left;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.limegreen h2 {
	position: absolute;
	top: 13%;
	left: 5%;
}
.limegreen h2 img {
}
.limegreen h3 {
	position: absolute;
	top: 28%;
	left: 0;
	padding: 1rem 1rem 1rem 5%;
	background-color: #000;
	color: #69bd27;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;

}
.limegreen h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-right: 3rem solid transparent;
	border-top: 4.5rem solid #000;
}
.limegreen p {
	position: absolute;
	top: 40%;
	left: 5%;
	width: 30%;
	color: #000;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

/* --------------------------------
 * categories
 * -------------------------------- */
.categories {
	background: url("../img/top_bg_03.jpg") no-repeat top right;
	background-size: cover;
}
.categories h2 {
	padding: 130px 0 15px 5%;
}
.categories h3 {
	color: #69bd27;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0 0 0 5%;
}
.categories ul {
	font-size: 3rem;
	letter-spacing: 1px;
	padding: 60px 0 100px 0;
}
.categories ul li {
}
.categories ul li a {
	line-height: 1.55;
	display: inline-block;
	padding: 2rem;
	margin: 0 0 20px -1px;
	width: 60%;
	padding-left: 5%;
	background: url("../common/img/ic_01.png") no-repeat right 30px center;
	border: 1px solid #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.categories ul li a:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
	-webkit-transform: translateX(15px);
 	transform: translateX(15px);
}

/* --------------------------------
 * racing-history
 * -------------------------------- */

.racing-history {
	background: #000;
	position: relative;
	text-align: center;
	overflow: hidden;
	height: 580px;
}


.racing-history video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}

.racing-history .racing-history-inner {
	position: absolute; 
	z-index: 2; 
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.racing-history h2 {
	padding: 80px 0;
}
.racing-history p {
	color: #fff;
	padding-bottom: 80px;
	text-shadow:0px 0px 3px #555d5f;
}
.racing-history .bt02 {
	font-size: 1.5rem;
	width: 20vw;
	margin: 0 auto;
}
.racing-history .bt02 a {
	margin: 0 auto;
}



@media screen and (min-width:63.9376em) and (max-width:1279px) {
	.spirit p, .limegreen p {
		width: 47.5%;
	}
	.categories ul li a {
		width: 80%;
	}
	
}

@media screen and (max-width: 63.9375em) { 
	
	/* --- spirit --- */
	
	.spirit {
		position: static;
		background-image: none;
		background-color: #000;
		text-align: center;
		padding-bottom: 60px;;
	}
	.spirit .figure {
		display: none;
	}
	.spirit h2 {
		position: static;
	}
	.spirit h3 {
		position: static;
		width: 100%;
		padding: 1rem;
		text-align: center;
	}
	.spirit h3::before {
		display: none;
	}
	.spirit p {
		position: static;
		width: 100%;
		padding: 0 5%;
	}
	
	
	/* --- limegreen --- */
	
	.limegreen {
		position: static;
		background-image: none;
		background-color: rgba(105,189,39,0.75);
		text-align: center;
		padding-bottom: 60px;
	}
	.limegreen .figure {
		display: none;
	}
	.limegreen h2 {
		position: static;
	}
	.limegreen h3 {
		position: static;
		width: 100%;
		padding: 1rem;
		text-align: center;
	}
	.limegreen h3::before {
		display: none;
	}
	.limegreen p {
		position: static;
		width: 100%;
		padding: 0 5%;
	}
	
	
	/* --- categories --- */
	
	.categories {
		background: url("../img/top_bg_03.jpg") no-repeat top right 10%;
	}
	
	.categories h2 {
		padding: 30px 0;
	}
	.categories ul {
		padding: 30px 0 0 0;
		margin: 1rem;
		border-bottom: 1px solid #fff;
	}
	.categories ul li a {
		width: 100%;
		margin: 0;
		border-bottom: none;
		font-size: 2rem;
		line-height: 1.3;
	}
	.categories ul li a:last-child {
	}
	.categories ul li a:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
		-webkit-transform: skew(0deg);
 		transform: skew(0deg);
	}
	
	
	
	/* --- racing history --- */
	
	.racing-history {
		background: #666666;
		position: static;
		padding-top: 0;
		height: auto;
	}
	.racing-history video {
		width: 100%;
		
	}
	.racing-history .racing-history-inner {
		padding: 60px 0 0;
		position: static;
	}
	.racing-history h2 {
		padding: 0 5% 30px 5%;
	}

	.racing-history p {
		padding: 0 5%;
		margin: 30px 0;
	}

}




/* --------------------------------
 * main slide
 * -------------------------------- */
#topics {
	background: #000;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 10px;
}
#topics img {
	width: 100%;
}

