#home {}

.home-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background-image: url("../resources/home.webp");
	background-size: cover;
	background-position: center center;
}

.home-top>div {
	display: flex;
	align-items: flex-end;
	position: relative;
	padding-bottom: 16px;
	border-bottom: solid 1px #FFF;
}

.home-top>div>h1 {
	margin: 0 !important;
	font-size: 13rem;
	line-height: 1;
	color: #EEE;
	font-family: 'Antonio', sans-serif;
	font-weight: 300;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.home-top>div>h1>span {
	margin-top: 32px;
	color: #825035;
}

.home-top>div>div {
	margin-bottom: -6px;
	margin-left: 48px;
	text-align: center;
}

.home-top>div>div>p {
	line-height: 1;
	font-family: 'Antonio', sans-serif;
}

.home-top>div>div>.text1 {
	margin-bottom: 24px;
	padding: 4px 16px 8px 16px;
	font-size: 3.2rem;
	font-weight: 500;
	background-color: #DDD;
}

.home-top>div>div>.text2 {
	margin-bottom: 26px;
	font-size: 1.6rem;
	font-weight: 200;
	color: #FFF;
}

.home-top>div>div>.text3 {
	padding: 4px 0 8px 0;
	font-size: 3.2rem;
	font-weight: 500;
	background-color: #DDD;
}

.home-description1 {}

.home-description1>.title {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 144px 0 144px 0;
}

.home-description1>.title>h1 {
	margin: 0 !important;
	font-size: 20rem;
	line-height: 1;
	color: #FFF;
}

.home-description1-title-animation {
	background-color: #333!important;
}

.home-description1>.title>h2 {
	margin: 0 0 0 24px !important;
	font-size: 5rem;
	line-height: 1;
	font-family: 'Antonio', sans-serif;
	font-weight: 200;
}

.home-description1>.content {
	position: relative;
}

.home-description1>.content img {
	width: 100%;
	height: auto;
}

.home-description1>.content>.text {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	background-color: rgba(41, 41, 41, .53);
}

.home-description1>.content>.text p {
	margin-bottom: 0 !important;
	font-size: 1.4rem;
	line-height: 2;
	color: #DDD;
	opacity: 0;
  visibility: hidden;
	transition: opacity 1s, visibility 1s;
}

.home-description1>.content>.text p.m-t {
	margin-top: 40px;
}

.home-description2>.title {
	padding: 144px 0 144px 0;
}

.home-description2>.title>h1 {
	display: table;
	font-size: 12rem;
	color: #292929;
}

.schedule{
	padding: 0 100px 100px 100px;
	background-color: #333;
	color: #DDD;
}

.schedule > .title {
	padding: 112px 0 48px 0;
}

.schedule > .title > h1 {
	display: table;
	font-size: 12rem;
	color: #DDD;
}

.schedule > .title> h1 > span {
	display: inline-block;
}

.schedule>.title>h1>span:nth-child(1) {
	animation-delay: 0;
}
.schedule>.title>h1>span:nth-child(2) {
	animation-delay: 0.1s;
}
.schedule>.title>h1>span:nth-child(3) {
	animation-delay: 0.2s;
}
.schedule>.title>h1>span:nth-child(4) {
	animation-delay: 0.3s;
}
.schedule>.title>h1>span:nth-child(5) {
	animation-delay: 0.4s;
}
.schedule>.title>h1>span:nth-child(6) {
	animation-delay: 0.5s;
}

.home-description2>.title>h1>span {
	display: inline-block;
}

.home-description2>.title>h1>span:nth-child(1) {
	animation-delay: 0;
}
.home-description2>.title>h1>span:nth-child(2) {
	animation-delay: 0.1s;
}
.home-description2>.title>h1>span:nth-child(3) {
	animation-delay: 0.2s;
}
.home-description2>.title>h1>span:nth-child(4) {
	animation-delay: 0.3s;
}
.home-description2>.title>h1>span:nth-child(5) {
	animation-delay: 0.4s;
}
.home-description2>.title>h1>span:nth-child(6) {
	animation-delay: 0.5s;
}
.home-description2>.title>h1>span:nth-child(7) {
	animation-delay: 0.6s;
}
.home-description2>.title>h1>span:nth-child(8) {
	animation-delay: 0.7s;
}

.home-description2 .content>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-description2 .image {
	position: relative;
}

.home-description2 .image>.description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(32, 32, 32, .35);
}

.home-description2 .description>div {
	width: 500px;
	display: flex;
	flex-direction: column;
}

.home-description2 .description h1 {
	text-align: start;
	color: #DDD;
	font-family: 'Roboto Slab', serif;
	font-size: 3rem;
	font-weight: 300;
}

.home-description2 .description>div>div {
	margin-top: 48px;
	height: 166px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-description2 .description p {
	margin-bottom: 0 !important;
	color: #DDD;
	line-height: 1.8;
	text-align: justify;
}

.home-description2 .description .button {
	position: relative;
}

.home-description2 .description .button a {
	padding-left: 8px;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	color: #FFF;
	text-decoration: none;
}

.home-description2 .description .button span:first-of-type {
	display: block;
	width: 98%;
	height: 1px;
	background-color: #DDD;
}

.home-description2 .description .button span:last-of-type {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 1px;
	background-color: #FFF;
	transform: translate(6px, -3px) rotate(38deg);
}

.home-description2 .image img {
	max-width: 100%;
	height: auto;
}