html {
	font-family: "Poppins", sans-serif;
	font-size: 62.5%;
	font-weight: 300;
}

.normal {
	width: 100%;
	height: 50vh;
	background: #4fc3f7;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.scroller {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background: #575e62;
	z-index: 20;
}
.scroller__fixed-content {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.scroller__fixed-content .wrapper {
	color: #fff;
	position: absolute;
	top: 50%;
	left: calc((100% - 1060px) / 2);
	transform: translateY(-50%);
	max-width: 408px;
}
.scroller__slidespacer .spacer {
	height: 100vh;
	width: 100%;
}
.scroller__slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.slide {
	color: #fff;
	width: 100%;
	height: 100vh;
	position: absolute;
	overflow: hidden;
}
.slide--style .title {
	font-size: 32px;
	margin-top: 36px;
	padding-left: 4px;
	line-height: 2.35;
	letter-spacing: 16.3px;
}
.slide--style .subtitle {
	font-family: "Azo Sans", sans-serif;
	font-size: 22px;
	line-height: 8.5px;
	letter-spacing: 8.5px;
	text-transform: uppercase;
}
.slide--style .subtitle em {
	font-weight: 700;
}
.slide--style p {
	font-size: 18px !important;
	margin-top: 40px;
	padding-left: 6px;
	letter-spacing: 2.3px;
	line-height: 2.4 !important;
	text-align: justify;
	pointer-events: none;
	opacity: 0;
	transform: translateX(-20px);
	transition: opacity 0.5s, transform 0.5s;
}
.slide--style p.show {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
}
.slide__background {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1s;
}
.slide.is-active .slide__background {
	opacity: 1;
}
.slide__content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide__content .wrapper {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 30px));
	left: 50%;
	transition: opacity 0.4s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.slide__content .wrapper p {
	line-height: 3.3;
	letter-spacing: 2.7px;
	padding-top: 60px;
	font-size: 18px;
}
.slide.is-active .slide__content .wrapper {
	opacity: 1;
	transform: translateY(-50%);
	transition: opacity 0.5s 0.2s,
		transform 0.6s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

#concept-pc {
	background-color: #000;
}
#concept-pc .scroller__fixed-content .wrapper {
	max-width: 500px;
}
#concept-pc .slide1 .slide__background {
	background-image: url(../img/top/img_top02.jpg);
}
#concept-pc .slide2 .slide__background {
	background-image: url(../img/top/img_top03.jpg);
}

#example01 {
	background-color: #000;
}
#example01 .slide1 .slide__background {
	background-image: url(../img/top/img_top04.jpg);
}
#example01 .slide2 .slide__background {
	background-image: url(../img/top/img_top05.jpg);
}
#example01 .slide3 .slide__background {
	background-image: url(../img/top/img_top06.jpg);
}

#example02 {
	background-color: #000;
}
#example02 .slide1 .slide__background {
	background-image: url(../img/top/img_top07.jpg);
}
#example02 .slide2 .slide__background {
	background-image: url(../img/top/img_top08.jpg);
}
#example02 .slide3 .slide__background {
	background-image: url(../img/top/img_top09.jpg);
}

#example36 {
	background-color: #fff;
}
#example36 .slide1 .slide__background {
	background-image: url(../img/top/img_top10.jpg);
}
#example36 .slide2 .slide__background {
	background-image: url(../img/top/img_top11.jpg);
}
#example36 .slide3 .slide__background {
	background-image: url(../img/top/img_top12.jpg);
}
#example36 .slide4 .slide__background {
	background-image: url(../img/top/img_top13.jpg);
}

.scroller.example2 .slide {
	top: 0;
	left: 0;
}
.scroller.example2 .slide--style {
	color: #575e62;
}
.scroller.example2 .slide__background {
	left: 50% !important;
}
.scroller.example2 .slide__content__txt {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 60px;
	padding-right: 50px;
	width: 50%;
	opacity: 0;
	transform: translate(0, calc(-50% - 20px));
	transition: opacity 0.5s, transform 0.5s;
}
.scroller.example2 .slide__content__txt .text {
	opacity: 1;
	transform: translateY(0);
}
.scroller.example2 .slide.is-active .slide__content__txt {
	opacity: 1;
	transform: translate(0, -50%);
	transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
}
.scroller.example2 .slide.is-active .slide__content__txt .text {
	opacity: 1;
	transform: translateY(0);
}
