@charset "utf-8";

html {
    scroll-behavior: smooth;
}

.wrap {
	padding: 0 5%;
	max-width: 1280px;
	margin: auto;
}

#container {
	padding-top: 0 !important;
}

#gHeader {
	position: static;
}

#gHeader .hInner {
	padding: 20px 5%;
}

#gHeader .hInner h1 {
	width: 300px;
}

#mv img {
	width: 100%;
}

#anc {
	background-color: #000000;
	padding: 20px 0 50px;
}

#anc ul {
	display: flex;
	justify-content: space-between;
}

#anc ul li {
	width: 24%;
	display: flex;
    flex-direction: column;
}

#anc ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #4b7198;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	opacity: 1 !important;
	transition: 0.3s;
	height: 110px;
}

#anc ul li a::after {
	position: absolute;
	content: "";
	background-image: url(img/pc/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#anc ul li a:hover {
	background-color: #8b8681;
}

#main {
	background-color: #000;
}

#main .wrap {
	padding: 0;
}

#main section {
	position: relative;
}

#main section .button,
#main section .arrow {
	position: absolute;
	transition: 0.3s;
}

#main #raffle .button {
	width: 35%;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
}

#main #kinto a {
	position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
	transition: 0.3s;
}

#main #kinto a:hover {
	opacity: 0.7;
}

#main #customization {
	z-index: 1;
}

#main #color .arrow {
	width: 2.2%;
    height: 500px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	animation: loop_animation 1.2s linear infinite;
}

@keyframes loop_animation {
	0% {
		transform: translate(-50%, -20%);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(-50%, 0%);
		opacity: 0;
	}
}

#main #car .button {
	width: 16%;
}

#main #car .button_fj {
	bottom: 11%;
    left: 14.2%;
}

#main #car .button_70 {
	bottom: 11%;
	left: 32.7%;
}

#main #car .button_250 {
	bottom: 11%;
	right: 32.7%;
}

#main #car .button_300 {
	bottom: 11%;
	right: 14.2%;
}

#main #bottom_link {
	display: flex;
	justify-content: center;
	background-color: #000;
	padding: 5% 0;
}

#main #bottom_link a {
	width: 35%;
	transition: 0.3s;
}

#main #bottom_link a:hover {
	opacity: 0.7;
}

#gFooter > a {
	display: block;
	width: 300px;
	margin: 30px auto;
}





#main #raffle .end {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
}








@media (max-width: 896px) {

#gHeader .hInner {
    padding: 15px 5%;
}

#gHeader .hInner h1 {
    width: 150px;
    margin: auto;
}

#anc {
    padding: 20px 0;
}

#anc ul {
	flex-wrap: wrap;
}

#anc ul li {
	width: 49%;
	margin-top: 10px;
}

#anc ul li a {
	padding-bottom: 16px;
	height: 50px;
	font-size: 14px;
}

#main #raffle .button {
    width: 70%;
    bottom: 4%;
}

#main #kinto a {
    bottom: 5%;
    width: 70%;
}

#main #color .arrow {
    width: 6.5%;
}

@keyframes loop_animation {
	0% {
		transform: translate(-50%, -10%);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(-50%, 0%);
		opacity: 0;
	}
}

#main #car .button {
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
}

#main #car .button_fj {
	bottom: auto;
	top: 24%;
}

#main #car .button_70 {
	bottom: auto;
	top: 47.2%;
}

#main #car .button_250 {
	bottom: 25.2%;
}

#main #car .button_300 {
	bottom: 2%;
}

#main #bottom_link {
    padding: 10% 0;
}

#main #bottom_link a {
    width: 70%;
}

#gFooter .pageTop {
	bottom: 25vw;
}

#gFooter > a {
    width: 150px;
    margin: 20px auto;
}






#main #raffle .end {
	top: 35%;
	width: 80%;
}








}