@charset "UTF-8";

.motor-kv-wrap{
	z-index: 50;
}
.kv-contents-title,
.report-info__txt h3,
.link-box .link-box-txt h2,
#spirit .spirit-header h2,
.main-bnr__list-item .main-bnr__list-item-txt h2{
	font-family: "UD新ゴNT M", sans-serif;
}
.motor-kv .motor-kv_logo a{
	font-family: "UD新ゴNT DB", sans-serif;
}
.motor-main{
	overflow: hidden;
}
.motor-kv__name{
	font-family: "ナウ-GB",sans-serif;
}
.loading{
	position: fixed;
	display: flex;
	padding: 25px;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 500;
	transition: opacity 600ms ease, visibility 600ms ease;
}
.loading .loading-logo{
	width: 645px;
}

.is-kv-loaded .loading{
	opacity: 0;
	visibility: hidden;
}
.motor-contents__top .motor-kv__slide figure:nth-child(1){
	opacity: 1;
}

.motor-kv__loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: opacity 600ms ease, visibility 600ms ease;
}
.motor-kv__loading img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.is-kv-loaded .motor-kv__loading{
	opacity: 0;
	visibility: hidden;
}
.motor-contents__top .motor-kv:after{
	z-index: 20;
}
.motor-kv__button--next button,
.motor-kv__button--prev button{
	display: block;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.is-kv-single .motor-kv__pager,
.is-kv-single .motor-kv__button--next,
.is-kv-single .motor-kv__button--prev{
	display: none !important;
}

@media screen and (min-width: 768px) {


	.motor-kv__name{
		position: absolute;
		width: 100%;
		overflow: hidden;
		bottom: 0;
	}
	.motor-kv__name p{
		position: relative;
		left: 50%;
		width: 200vw;
		text-align: center;
		transform: translateX(-50%);
		bottom: -30px;
		font-size: 232px;
		color: #fff;
		opacity: 0.2;
		z-index: 40;
	}
	.motor-kv__name span{
		display: inline-block;
	}
	.motor-kv__name span + span{
		margin-left: 80px;
	}
	.kv-contents-title{
		position: absolute;
		left: 50%;
		bottom: 80px;
		z-index: 100;
		transform: translateX(-50%);
		color: #fff;
		font-size: 38px;
	}


/* kv full
====================================================================*/

	body #l-header{
		position: absolute !important;
		transition: transform 400ms ease !important;
		will-change: transform;
		z-index: 10000 !important;
	}
	body.is-hide-header #l-header{
		transform: translate3d(0,-120px,0);
	}
	body.is-hide-header .logo-30anniv {
		transform: translateY(0) !important;
	}

	.logo-30anniv{
		position: absolute;
		top: 100px;
		margin: 0 0 0 2%;
		left: 0;
		width: 180px;
		z-index: 100;
		transition: transform 400ms ease !important;
	}


	.motor-contents{
		overflow: inherit;
	}
	.motor-kv-offset{
		width: 100%;
		height: calc(100vh + 300px);
	}
	.motor-kv-wrap{
		position: sticky !important;
		bottom: 0;
		width: 100%;
	}
	.motor-kv{
		position: absolute !important;
		bottom: 0;
		width: 100%;
	}
	.motor-contents__top .motor-kv__pager.list-pager .swiper-pagination-bullet-active,
	.motor-contents__top .motor-kv__pager.list-pager span.active {
		background: #fff;
		border: 1px solid #fff;
	}
	.motor-contents__top .motor-kv__pager.list-pager span:hover {
		background: #fff;
		border: 1px solid #fff;
	}

/* motor-kv
====================================================================*/

	.motor-contents__top .motor-kv{
		position: relative;
		height: 100vh;
		z-index: 1000;
	}
	.motor-contents__top .motor-kv:after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 260px;
		background: linear-gradient(to top, #000, transparent);
		opacity: 0.7;
	}
	.motor-contents__top .motor-kv figure{
		height: 100%;
	}
	.motor-contents__top .motor-kv__slide{
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.motor-contents__top .motor-kv__slide figure{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 1200ms ease;
	}
	.motor-contents__top .motor-kv img,
	.motor-contents__top .motor-kv video{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.motor-contents__top .motor-kv__inner{
		height: 100%;
		overflow: hidden;
	}
	.motor-contents__top .motor-kv__slide figure.on{
		opacity: 1;
	}

	.motor-kv__overlayer{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding: 0 2%;
		width: 100%;
		height: 100%;
		z-index: 50;
	}
	.motor-kv__overlayer-inner{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.motor-kv__text{
		position: absolute;
		display: flex;
		justify-content: center;
		left: 0;
		width: 100%;
		bottom: 80px;
		text-align: center;
		color: #fff;
	}
	.motor-kv__text a{
		position: relative;
		display: block;
		color: #fff;
		transition: opacity 600ms ease;
	}
	.motor-kv__text a:hover{
		opacity: 0.6;
	}

	.motor-kv__text h1{
		font-size: 32px;
		font-weight: 600;
		line-height: 1.3;
	}
	.motor-kv__text p{
		position: relative;
		display: inline-block;
		margin: 20px 0 0;
		padding: 0 0 2px;
		font-size: 14px;
		line-height: 1.8;
		font-weight: 600;
	}
	.motor-kv__text span{
		display: block;
		margin: 2px 0 0;
		font-size: 12px;
		line-height: 1.5;
	}
	.motor-kv__text a p:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: -30px;
		bottom: 2px;
		width: 22px;
		height: 22px;
		background: url(../../img/arrow_kv_link.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.motor-kv__logo{
		position: absolute;
		top: 50%;
		left: 120px;
		width: 320px;
		transform: translateY(-50%);
		transition: opacity 600ms ease ,visibility 600ms ease;
		opacity: 0;
		visibility: hidden;
	}
	.motor-kv__logo.show{
		opacity: 1;
		visibility: visible;
	}
	.motor-kv__button--next,
	.motor-kv__button--prev{
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		width: 100px;
		height: 100px;
	}
	.motor-kv__button--next{
		right: 0;		
	}
	.motor-kv__button--prev{
		left: 0;		
	}
	.motor-kv__button--next button,
	.motor-kv__button--prev button,
	.motor-kv__button--next a,
	.motor-kv__button--prev a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.motor-kv__button--next button:after,
	.motor-kv__button--prev button:after,
	.motor-kv__button--next a:after,
	.motor-kv__button--prev a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		width: 13px;
		height: 22px;
		background-size: 100% 100%;
	}
	.motor-kv__button--next button:after,
	.motor-kv__button--next a:after{
		right: 0;
		background: url(../../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.motor-kv__button--prev button:after,
	.motor-kv__button--prev a:after{
		left: 0;
		background: url(../../img/arrow_wh_l.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.motor-contents__top .motor-kv .motor-kv__pager{
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 70;
	}
	.motor-kv__bike{
		position: absolute;
		right: 0;
		bottom: -20px;
		width: 308px;
		z-index: 100;
		transform: translate3d(-200vw, 0px, 0px);
	}
	.motor-caution p{
		font-size: 14px;
		line-height: 1.5;
	}

/* top
====================================================================*/

	.sec-header-top h2{
		font-size: 36px;
	}

}



@media screen and (max-width: 767px) {


	.kv-contents-title{
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 100;
		transform: translate(-50%,-50%);
		color: #fff;
		font-size: 60px;
	}

	.motor-kv__name{
		position: absolute;
		width: 100%;
		overflow: hidden;
		bottom: 0;
	}
	.motor-kv__name p{
		position: relative;
		left: 50%;
		width: 200vw;
		text-align: center;
		transform: translateX(-50%);
		bottom: -30px;
		font-size: 95px;
		color: #fff;
		opacity: 0.2;
		z-index: 40;
	}
	.motor-kv__name span{
		display: block;
	}
	.motor-kv__name span:nth-child(1) {
		position: relative;
		left: -30px;
	}
	.motor-kv__name span:nth-child(2) {
		position: relative;
		top: -10px;
		right: -60px;
	}


/* kv full
====================================================================*/

	.motor-contents__top .motor-kv .motor-kv__pager{
		position: absolute;
		bottom: 0;
		z-index: 70;
	}
	.motor-contents__top .motor-kv__pager.list-pager span{
		width: 10px;
		height: 10px;
	}
	.motor-contents__top .motor-kv__pager.list-pager .swiper-pagination-bullet-active,
	.motor-contents__top .motor-kv__pager.list-pager span.active {
		background: #fff;
		border: 1px solid #fff;
	}
	.motor-kv .motor-kv_logo{
		display: none;
	}
	.motor-contents{
		overflow: inherit;
	}
	.logo-30anniv{
		position: absolute;
		top: 16px;
		left: 16px;
		width: 145px;
		z-index: 100;
	}
	.motor-contents__top .logo-30anniv {
		transform: translateY(0) !important;
	}



/* motor-kv
====================================================================*/

	.motor-contents__top .motor-kv:after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 160px;
		background: linear-gradient(to top, #000, transparent);
		opacity: 0.6;
		z-index: 30;
	}
	.motor-contents__top .motor-kv{
		position: relative;
		height: 100vh;
	}
	.motor-contents__top .motor-kv .motor-kv__slide{
		position: relative;
		padding-top: 0;
		width: 100%;
		height: 100%;
		z-index: 30;
	}
	.motor-contents__top .motor-kv img,
	.motor-contents__top .motor-kv video{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.motor-contents__top .motor-kv figure{
		height: 100%;
	}
	.motor-contents__top .motor-kv__inner{
		position: relative;
		overflow: hidden;
		height: 100%;
	}
	.motor-contents__top .motor-kv__slide figure.on{
		opacity: 1;
	}
	.motor-contents__top .motor-kv__slide figure{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 1200ms ease;
	}
	.motor-kv__overlayer{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 50;
	}
	.motor-kv__overlayer-inner{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.motor-kv__text{
		position: absolute;
		display: flex;
		justify-content: center;
		left: 0;
		width: 100%;
		bottom: 65px;
		text-align: center;
		color: #fff;
	}
	.motor-kv__text a{
		position: relative;
		display: block;
		color: #fff;
	}
	.motor-kv__text h1{
		font-size: 18px;
		font-weight: 600;
		line-height: 1.3;
	}
	.motor-kv__text p{
		position: relative;
		display: inline-block;
		margin: 10px 0 0;
		line-height: 1.8;
		font-size: 10px;
		font-weight: 600;
	}
	.motor-kv__text span{
		display: block;
		margin: 5px 0 0;
		font-size: 10px;
		line-height: 1.5;
	}
	.motor-kv__text a p:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: -30px;
		bottom: 2px;
		width: 18px;
		height: 18px;
		background: url(../../img/arrow_kv_link.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.motor-kv__logo{
		position: absolute;
		top: 50%;
		left: 15px;
		width: 34vw;
		transform: translateY(-50%);
		transition: opacity 600ms ease ,visibility 600ms ease;
		opacity: 0;
		visibility: hidden;
	}

	.motor-kv__logo.show{
		opacity: 1;
		visibility: visible;
	}

	.motor-kv__button--next,
	.motor-kv__button--prev{
		display: none;
	}
	.motor-contents__top .motor-kv .motor-kv__pager{
		position: absolute;
		bottom: 25px;
		left: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 70;
	}


	.motor-kv__bike{
		position: absolute;
		right: 15px;
		bottom: -40px;
		width: 126px;
		z-index: 100;
		transform: translate3d(-200vw, 0px, 0px);
	}
	.motor-caution p{
		font-size: 12px;
		line-height: 1.5;
	}



}



