.timeline-carousel__item-wrapper {
	display: none;
}
.timeline-carousel__item-wrapper.slick-initialized {
	display: block; 
}
.timeline-carousel {
	padding: 0px 10% 90px;
	position: relative;
	overflow: hidden;
}
.timeline-carousel .slick-list {
	overflow: visible;
}
.timeline-carousel .slick-dots {
	bottom: -73px;
}
.timeline-carousel__image {
	margin-right: 30px;
}
.timeline-carousel__item {
	cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
	padding-bottom: 71.4%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner {
	position: relative;
	padding-top: 45px;
	margin-right: 30px;
}
.timeline-carousel__item-inner:after {
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0;
	content: "";
	border-bottom: 1px solid #5795cc;
}
.timeline-carousel__item-inner .year {
	font-size: 36px;
	line-height: 36px;
	color: #000;
	padding-right: 10px;
	z-index: 1;
	position: relative;
	top: -18px;
	font-weight: 900;
	background-color: #fff;
	display: inline-block;
}
.timeline-carousel__item-inner .month {
	color: #003f65;
	display: block;
	margin-bottom: 10px;
	font-weight: 900;
}
.timeline-carousel__item-inner p {
	margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
	color: #003f65;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
.timeline-carousel__item-inner .read-more:after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	margin-left: 0.3em;
	vertical-align: middle;
	border-top: 2px solid #003f65;
	border-right: 2px solid #003f65;
	display: inline-block;
	transform: rotate(45deg);
}
.timeline-carousel__item-inner .read-more:hover {
	color: #5795cc;
}
.timeline-carousel__item-inner .read-more:hover:after {
	border-top: 2px solid #5795cc;
	border-right: 2px solid #5795cc;
}
.timeline-carousel__item-inner .pointer {
	height: 29px;
	position: relative;
	z-index: 1;
	margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
	position: absolute;
	content: "";
}
.timeline-carousel__item-inner .pointer:after {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	top: 0;
	left: 0;
	background-color: #003f65;
}
.timeline-carousel__item-inner .pointer:before {
	width: 1px;
	height: 100%;
	top: 0;
	left: 4px;
	background-color: #003f65;
}
.timeline-carousel__item {
	opacity: 0.4;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item.slick-active {
	opacity: 1 !important;
}
.slick-dots {
	list-style: none;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
}
.timeline-modal-area .slick-dots {
	bottom: -24px;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 3px;
	position: relative;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots li.slick-active button {
	background: #003f65;
	border-color: #003f65;
}
.slick-dots li button {
	display: block;
	font-size: 0;
	width: 6px;
	height: 6px;
	padding: 0;
	background-color: #ccc;
	border-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
	background: #003f65;
	border-color: #003f65;
}
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}
.slick-prev {
	left: 0;
	background: url('https://www.nissan-global.com/JP/HERITAGE/GALLERY/IMG/btn_slide_prev_pc.png') no-repeat 0 0;
}

.slick-next {
	right: 0;
	background: url('https://www.nissan-global.com/JP/HERITAGE/GALLERY/IMG/btn_slide_next_pc.png') no-repeat 0 0;
}

.timeline-modal-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;

	display: none;
	justify-content: center;
	align-items: center;

	overscroll-behavior: contain;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	touch-action: none;
}
.timeline-modal-area::before,
.timeline-modal-area::after {
	content: "";
	width: 1px;
	height: calc(100vh + 1px);
	display: flex;
}
.timeline-modal-area::-webkit-scrollbar {
	display: none;
}
.timeline-modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}
.timeline-modal-content {
	width: calc(100% - 40px);
	max-width: 980px;
	background-color: #fff;
	display: none;
	z-index: 9999;
	position: relative;
}
.timeline-modal-wrap {
	display: flex;
	height: 80vh;
	position: relative;
	overflow-y: auto;
}
.timeline-modal-item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 40px;
}
.timeline-modal-item>div {
	flex-shrink: 0;
}
.timeline-modal-item .timeline-modal-slide {
	width: 60%;
	height: 100%;
}
.timeline-modal-item .timeline-modal-text {
	width: calc(40% - 20px);
}
.timeline-modal-slide-yt.slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #eee;
	padding: 6px;
}
.timeline-modal-slide-yt.slick-slide iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.timeline-modal-slide .slick-list,
.timeline-modal-slide .slick-track {
	height: 100%;
}
.timeline-modal-slide .slick-track {
	display: flex;
}
.timeline-modal-slide-imgwrap {
	/*width: 100%;*/
	height: calc(100% - 24px);
	display: flex;
	justify-content: center;
	align-items: center;
	/*aspect-ratio: 1 / 1;*/
	background-color: #eee;
	padding: 6px;
}
.timeline-modal-slide-img {
	height: 100% !important;
}
.timeline-modal-slide-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.timeline-modal-slide-cap {
	margin-top: 4px;
	font-size: 1.2rem;
	line-height: 1.722;
	text-align: center;
}

.timeline-modal-close {
	position: absolute;
	z-index: 100;
	bottom: calc(100% + 10px);
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.timeline-modal-close::before,
.timeline-modal-close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
}
.timeline-modal-close::after {
	transform: rotate(-45deg);
}
.timeline-modal-text h4 {
	margin-bottom: 10px;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.722;
}
.timeline-modal-text p {
	font-size: 1.4rem;
	line-height: 1.722;
}
.timeline-modal-text .note {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.722;
}

@media screen and (max-width: 767px) {
	.timeline-modal-wrap {
		max-height: 80vh;
		overflow-y: auto;
	}
	.timeline-modal-item {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: flex-end;
		position: static;
		width: 100%;
		height: 100%;
	}
	.timeline-modal-item .timeline-modal-slide,
	.timeline-modal-item .timeline-modal-text {
		width: 100%;
	}
	.timeline-modal-item .timeline-modal-slide {
		height: 70%;
	}
	.timeline-modal-text {
		margin-bottom: 20px;
	}
	.timeline-modal-text .note {
		font-size: 1.2rem;
		line-height: 1.5714;
	}
}