button.models-popup-overview,
.popup-models-year,
.popup-models-header h2,
.models-history__list-catch,
.models-history__item-note,
.models-history h3 span,
.models-history__year span,
.models-info dl a,
.models-info dl dt{
	font-family: var(--font-bold);
	font-weight: normal;
	font-feature-settings: "palt";
}
.is_popup,
.is_popup_overview{
	overflow: hidden;
}
.popup{
	visibility: hidden;
	opacity: 0;
	transition: opacity 400ms ease, visibility 400ms ease;
	-webkit-backdrop-filter: blur(80px);
	backdrop-filter: blur(80px);
}
.is_popup .popup,
.is_popup_overview  .popup{
	visibility: visible;
	opacity: 1;
}
.popup-btn-close,
.popup-btn-next,
.popup-btn-prev{
	visibility: hidden;
	opacity: 0;
	z-index: 100000100;
}
.is_popup_overview .popup-btn-close,
.is_popup .popup-btn-close,
.is_popup .popup-btn-next,
.is_popup .popup-btn-prev{
	visibility: visible;
	opacity: 1;
}

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


	#models{
		padding: 80px 0;
		background: #F4F4F4;
	}
	.models-info-box{
		padding: 0 80px;
	}
	.models-info-box .inner{
		margin: auto;
		max-width: 1680px;
	}
	button.models-popup-overview{
		padding: 0 20px 0 0;
		color: #041D41;
	}

/* .models-info
====================================================================*/
	
	.models-info{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.models-info dl dt,
	.models-info dl dd{
		line-height: calc(27/16);
	}
	.models-info dl dt + dd{
		margin-top: 20px;
	}
	.models-info dl dd a{
		color: #041D41;
		text-decoration: underline;
	}
	.models-info__note{
		line-height: 1.5;
	}


/* models-history
====================================================================*/

	.models-history__list-catch{
		position: absolute;
		left:20px;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		font-size: 14px;
		line-height: calc(24/14);
	}

	.models-history{
		position: relative;
		margin: 65px 0 0;
	}
	.models-history:after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 80px;
		height: 100%;
		background: linear-gradient(to right, transparent 0%, #fff 100%);
	}
	.models-history-scr{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.models-history-contents{
		padding: 0 20px;
		width: 2470px;
		overflow: hidden;
	}
	.models-history__year{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 160px 0 110px;
		background: #fff;
		height: 40px;
	}
	.models-history__year span{
		position: relative;
		display: flex;
		align-items: center;
		height: 40px;
		font-size: 24px;
	}
	.models-history__year--top.models-history__year span:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 100%;
		left: 0;
		right: 0;
		display: block;
		height: 200vh;
		width: 1px;
		border-left: 1px dotted #041D41;
		opacity: 0.3;
	}
	.models-history__year--top{
		position: relative;
		z-index: 10;
	}
	.models-history__year--bottom{
		position: relative;
		z-index: 30;
	}


	.models-history__header{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 630px;
		background: #041D41;
	}
	.models-history__header h3{
		font-size: 24px;
		color: #fff;
		writing-mode: vertical-rl;
	}
	.models-history__on-offroad{
		border-top: 1px solid #041D41
	}
	.models-history_col{
		position: relative;
		display: flex;
	}
	.models-history__list{
		position: relative;
		width: calc(100% - 40px);
		height: 100%;
	}

	.models-history__list-secondary{
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: calc(100% - 20px);
		height: 200px;
		border-radius: 100px;
		background: #fff;
		z-index: 30;
	}
	.models-history__on-offroad .models-history__list-secondary{
		background: #DCE4F2;
	}

/* models-history__item
====================================================================*/

	.models-history__item{
		position: absolute;
	}
	.models-history__item button{
		position: relative;
		transition: opacity 600ms ease;
	}
	.models-history__item button:hover{
		opacity: 0.6;
	}
	.models-history__item figure{
		margin: auto;
		width: 236px;
	}
	.models-history__item figure{
		margin: auto;
		width: 236px;
	}
	.models-history__item-title{
		margin: 5px 0 0;
		text-align: center;

	}
	.models-history__item-title h3{
		font-size: 16px;
		display: flex;
		align-items: center;
		line-height: 1.3;
		justify-content: center;
		margin: 0 -10px;	
	}
	.models-history__item-title h3 span{
		position: relative;
		display: inline-block;
	}
	html[lang="en"] .models-history__item-title h3 span + span{
		padding: 0 0 0 10px;
	}
	html[lang="ja"] .models-history__item-title h3 span + span{
		padding: 0 0 0 10px;
		margin: 0 0 0 10px;
	}
	html[lang="ja"] .models-history__item-title h3 span + span:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 14px;
		background: #041D41;
		opacity: 0.7;
	}

	.models-history__item a{
		display: block;
		transition: opacity 600ms ease;
	}
	.models-history__item a:hover{
		opacity: 0.6;
	}

	.models-history__item a .models-history__item-title h3 span + span{
		position: relative;
		padding-right: 20px;
	}
	.models-history__item a .models-history__item-title h3 span + span:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 14px;
		height: 14px;
		background: url(../../shared/img/icon_blank_bl.svg) 50% 50% no-repeat;
		background-size: 100% 100%;
	}


	.models-history__item-note{
		position: absolute;
		top: 0;
		right: -50px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 93px;
		height: 93px;
		border-radius: 45px;
		border: 2px solid #B81D1D;
		background: #fff;
		color: #B81D1D;
		font-size: 12px;
		line-height: calc(16/12);
	}

	.models-history__item.models-history__item-multi figure{
		width: 204px;
	}
	.models-history__item-multi .models-history__item-figwrap{
		display: flex;
	}
	.models-history__item-multi .models-history__item-figwrap button + button{
		margin-left: -30px;
	}
	.models-history__on-offroad .models-history__item-note{
		right: 0;
		width: 52px;
		height: 52px;
	}
	html[lang="en"] .models-history__item-note{
		line-height: 1.1;
	}
	html[lang="en"] .models-history__on-offroad .models-history__item-note{
		right: 0;
		width: 60px;
		height: 60px;
		line-height: 1.1;
	}




	


/* popup
====================================================================*/


	.popup{
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 80px;
		width: 100%;
		height: 100%;
		z-index: 100000000;
		overflow: auto;
	}
	.popup-contents-wrap{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.popup-contents{
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		padding: 0 50px;
		max-width: 980px;
		width: 100%;
	}
	.popup-contents{
		padding: 0 50px;
		max-width: 1220px;
	}


	.popup-btn-next button,
	.popup-btn-prev button,
	.popup-btn-close button{
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		cursor: pointer;
	}
	.popup-btn-close{
		position: fixed;
		top: 80px;
		right: 80px;
		width: 30px;
		height: 30px;
		text-indent: -9999px;
	}
	.popup-btn-close button{
		background: url(../../shared/img/icon_close.svg) 50% 50% no-repeat;
		background-size: 25px 25px;
	}
	.popup-btn-next,
	.popup-btn-prev{
		position: fixed;
		margin: auto;
		top: 0;
		width: 30px;
		height: 30px;
		bottom: 0;
	}
	.popup-btn-prev{
		left: 80px;
	}
	.popup-btn-prev button{
		background: url(../../shared/img/arrow_bl_l.svg) 50% 50% no-repeat;
		background-size: 14px 24px;
	}
	.popup-btn-next{
		right: 80px;
	}
	.popup-btn-next button{
		background: url(../../shared/img/arrow_bl_r.svg) 50% 50% no-repeat;
		background-size: 14px 24px;
	}
	.popup-slide{
		position: relative;
		margin: auto;
		padding: 80px 0;
		max-width: 880px;
		width: 100%;
	}

	.popup-models{
		opacity: 0;
		transition: opacity 800ms ease;
	}
	.popup-models.on{
		opacity: 1;
	}

	.popup-models-year{
		font-size: 52px;
	}
	.popup-models-header h2{
		font-size: 28px;
	}
	.popup-models-lead{
		margin: 20px 0 0;
		padding: 20px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: calc(30/16);
	}
	.popup-models-btm{
		display: flex;
		justify-content: flex-end;
	}
	.popup-models figure{
		width: 100%;
		aspect-ratio: 880/564;
	}

	.is_popup_overview .popup-contents{
		padding: 0 50px;
		max-width: 1220px;
	}
	.is_popup_overview .popup-slide{
		max-width: 1220px;
	}


}



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

	#models{
		padding: 40px 0;
		background: #F4F4F4;
	}
	.models-info-box{
		padding: 0 16px;
	}
	.models-info-box .models-info-box-inner{
		margin: auto;
		max-width: 1680px;
	}
	button.models-popup-overview{
		padding: 0 15px 0 0;
		color: #041D41;
	}


/* .models-info
====================================================================*/
	
	.models-info dl dt,
	.models-info dl dd{
		line-height: calc(27/16);
	}
	.models-info dl dt + dd{
		margin-top: 20px;
	}
	.models-info dl dd a{
		color: #041D41;
		text-decoration: underline;
	}

	.models-info__note{
		margin: 20px 0 0;
		line-height: 1.5;
		display: flex;
		justify-content: flex-end;
	}

/* models-history
====================================================================*/

	.models-history__list-catch{
		position: absolute;
		left:20px;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		font-size: 14px;
		line-height: calc(24/14);
	}
	.models-history{
		position: relative;
		margin: 40px 0 0;
	}
	.models-history:after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 40px;
		height: 100%;
		background: linear-gradient(to right, transparent 0%, #fff 100%);
	}
	.models-history-scr{
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.models-history-contents{
		transform-origin: top left;
		padding: 0 20px;
		width: 2470px;
		overflow: hidden;
	}
	.models-history__year{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 160px 0 110px;
		background: #fff;
		height: 40px;
	}
	.models-history__year span{
		position: relative;
		display: flex;
		align-items: center;
		height: 40px;
		font-size: 24px;
	}
	.models-history__year--top.models-history__year span:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 100%;
		left: 0;
		right: 0;
		display: block;
		height: 200vh;
		width: 1px;
		border-left: 1px dotted #041D41;
		opacity: 0.3;
	}
	.models-history__year--top{
		position: relative;
		z-index: 10;
	}
	.models-history__year--bottom{
		position: relative;
		z-index: 30;
	}


	.models-history__header{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 630px;
		background: #041D41;
	}
	.models-history__header h3{
		font-size: 24px;
		color: #fff;
		writing-mode: vertical-rl;
	}
	.models-history__on-offroad{
		border-top: 1px solid #041D41
	}
	.models-history_col{
		position: relative;
		display: flex;
	}
	.models-history__list{
		position: relative;
		width: calc(100% - 40px);
		height: 100%;
	}

	.models-history__list-secondary{
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: calc(100% - 20px);
		height: 200px;
		border-radius: 100px;
		background: #fff;
		z-index: 30;
	}
	.models-history__on-offroad .models-history__list-secondary{
		background: #DCE4F2;
	}
	
/* models-history__item
====================================================================*/

	.models-history__item{
		position: absolute;
	}
	.models-history__item button{
		position: relative;
		color: #000;
	}
	.models-history__item figure{
		margin: auto;
		width: 236px;
	}
	.models-history__item figure{
		margin: auto;
		width: 236px;
	}
	.models-history__item-title{
		margin: 5px 0 0;
		text-align: center;

	}
	.models-history__item-title h3{
		font-size: 16px;
		display: flex;
		align-items: center;
		line-height: 1.3;
		justify-content: center;
		margin: 0 -10px;	
	}
	.models-history__item-title h3 span{
		position: relative;
		display: inline-block;
	}
	html[lang="en"] .models-history__item-title h3 span + span{
		padding: 0 0 0 10px;
	}
	html[lang="ja"] .models-history__item-title h3 span + span{
		padding: 0 0 0 10px;
		margin: 0 0 0 10px;
	}
	html[lang="ja"] .models-history__item-title h3 span + span:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 14px;
		background: #041D41;
		opacity: 0.7;
	}

	.models-history__item-note{
		position: absolute;
		top: 0;
		right: -50px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 93px;
		height: 93px;
		border-radius: 45px;
		border: 2px solid #B81D1D;
		background: #fff;
		color: #B81D1D;
		font-size: 12px;
		line-height: calc(16/12);
	}

	.models-history__item.models-history__item-multi figure{
		width: 204px;
	}
	.models-history__item-multi .models-history__item-figwrap{
		display: flex;
	}
	.models-history__item-multi .models-history__item-figwrap button + button{
		margin-left: -30px;
	}
	.models-history__on-offroad .models-history__item-note{
		right: 0;
		width: 52px;
		height: 52px;
	}
	html[lang="en"] .models-history__item-note{
		line-height: 1.1;
	}
	html[lang="en"] .models-history__on-offroad .models-history__item-note{
		right: 0;
		width: 60px;
		height: 60px;
		line-height: 1.1;
	}


/* popup
====================================================================*/


	.popup{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100000000;
		overflow: auto;
		background: rgba(255,255,255,0.5);
	}
	.popup-contents-wrap{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.popup-contents{
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		padding: 0 16px;
		width: 100%;
	}
	.popup-btn-next button,
	.popup-btn-prev button,
	.popup-btn-close button{
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		cursor: pointer;
	}
	.popup-btn-close{
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		text-indent: -9999px;
		background: #fff;
	}
	.popup-btn-close button{
		background: url(../../shared/img/icon_close.svg) 50% 50% no-repeat;
		background-size: 20px 20px;
	}
	.popup-btn-next,
	.popup-btn-prev{
		position: fixed;
		margin: auto;
		width: 60px;
		height: 60px;
		bottom: 0;
		background: #fff;
	}
	.popup-btn-prev{
		left: 0;
	}
	.popup-btn-prev button{
		background: url(../../shared/img/arrow_bl_l.svg) 50% 50% no-repeat;
		background-size: 9px 16px;
	}
	.popup-btn-next{
		right: 0;
	}
	.popup-btn-next button{
		background: url(../../shared/img/arrow_bl_r.svg) 50% 50% no-repeat;
		background-size: 9px 16px;
	}
	.popup-slide{
		position: relative;
		margin: auto;
		padding: 80px 0;
		max-width: 880px;
		width: 100%;
	}

	.popup-models{
		opacity: 0;
		transition: opacity 800ms ease;
	}
	.popup-models.on{
		opacity: 1;
	}

	.popup-models-year{
		font-size: 28px;
	}
	.popup-models-header h2{
		font-size: 16px;
	}
	.popup-models-lead{
		margin: 15px 0 0;
		padding: 15px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: calc(30/16);
	}
	.popup-models-btm{
		margin: 25px 0 0;
		display: flex;
		justify-content: flex-end;
	}
	.popup-models-btm .button-link{
		margin: 0;
		width: 200px;
	}
	.popup-models figure{
		width: 100%;
		aspect-ratio: 880/564;
	}



}



