#container {
	padding-top: 0!important;
}

#intro {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--key-color);
	color: var(--white);
	justify-content: center;
	z-index: 999;
	transition: all .7s;
	overflow: hidden;
}
#intro .box {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 1.44px;
	justify-content: center;
}
#intro .box strong {
	opacity: 0;
	transform: translateY(300px);
}
#intro.open .box strong {
	animation: ani_up .5s ease-in-out forwards;
}
#intro.open .box strong:nth-child(1) {
	animation-delay: .1s;
}
#intro.open .box strong:nth-child(2) {
	animation-delay: .2s;
}
#intro.open .box strong:nth-child(3) {
	animation-delay: .3s;
}
#intro.open .box strong:nth-child(4) {
	animation-delay: .4s;
}
#intro.open .box strong:nth-child(5) {
	animation-delay: .5s;
}
#intro.open .box strong:nth-child(6) {
	animation-delay: .6s;
}
#intro.open .box strong:nth-child(7) {
	animation-delay: .7s;
}
#intro.open .box strong:nth-child(8) {
	animation-delay: .8s;
}
@keyframes ani_up {
	0% {transform: translateY(300px); opacity:0;}
	100% {transform: translateY(0%); opacity: 1;}
}
#intro.close {
	height: 0;
	transform: translateY(-100%);
}



.visual {
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
}
.visual .video {
	position: relative;
	padding-bottom: 40.8%;
	border-radius: 40px;
	overflow: hidden;
}
.visual .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual .box {
	position: absolute;
	bottom: 40px;
	right: 40px;
	color: var(--white);
	font-size: 3.5vw;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}


#container .inner {
	margin-top: 200px;
	gap: 200px;
}

.info {
	gap: 40px;
}
.info .box {
	gap: 20px;
	text-transform: uppercase;
}
.info .box .txt {
	font-size: 1.9vw;
	line-height: 1.4;
	letter-spacing: 2px;
}
.info .box h2 {
	font-size: 6.65vw;
	font-weight: 600;
	letter-spacing: 8px;
}



.grid_box > .flex {
	gap: 20px;
}
.grid_box .item {
	width: calc(33.333% - 14px);
}
.grid_box .item a {
	position: relative;
	width: 100%;
	height: 550px;
	justify-content: center;
	border-radius: 40px;
	overflow: hidden;
}
.grid_box .item a .img {
	position: relative;
	height: 100%;
}
.grid_box .item a .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	transform: scale(1);
	transition: all .3s;
	object-fit: cover;
}
.grid_box .item a p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	color: var(--white);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	z-index: 1;
	transition: all .3s;
}
.grid_box .item a:hover .img img {
	filter: grayscale(1) blur(5px);
	transform: scale(1.05);
}
.grid_box .item a:hover p {
	font-size: 48px;
}


.team {
	gap: 120px;
}
.team > strong {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: var(--key-color);
}
.team .box {
	gap: 60px;
}
.team .box > div {
	width: calc(33.333% - 40px);
	gap: 30px;
}
.team .box > div h3 {
	font-size: 6.2vw;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--key-color);
}
.team .box > div p {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1.6px;
	text-transform: capitalize;
}



.main_bn {
	position: relative;
	padding: 244px 20px;
	color: var(--white);
	border-radius: 40px;
	overflow: hidden;
	box-sizing: border-box;
}
.main_bn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(36, 33, 33, 0.20) 0%, rgba(36, 33, 33, 0.20) 100%);
	z-index: 1;
}
.main_bn video {
    position: absolute;
    top: -34%;
    left: 0;
    width: 100%;
    height: 140%;
    object-fit: cover;
    z-index: -1;
}
.main_bn .box {
	position: relative;
	gap: 40px;
	z-index: 1;
}
.main_bn .box h2 {
	font-size: 64px;
	font-weight: 900;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}
.main_bn .box div {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
}


.portfolio {
	gap: 60px;
}
.portfolio > h4 {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}
.portfolio .swiper-slide .img {
	position: relative;
	height: 0;
    padding-bottom: 125%;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.portfolio .swiper-slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all .3s;
}
.portfolio .swiper-slide:hover .img img {
	transform: scale(1.05);
}
.portfolio .swiper-slide .txt {
	gap: 6px;
	text-transform: uppercase;
}
.portfolio .swiper-slide .txt .brand {
	color: var(--text);
	font-size: 20px;
	line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.portfolio .swiper-slide .txt .name {
	font-size: 24px;
	font-weight: 500;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}






@media screen and (max-width: 1240px) {
	#container .inner {
		margin-top: 120px;
		gap: 120px;
	}


	.grid_box .item a {
		height: 420px;
	}


	.team {
		gap: 70px;
	}
}
@media screen and (max-width: 1024px) {
	#container .inner {
        margin-top: 80px;
		gap: 85px;
    }


	.visual .video {
		padding-bottom: 64%;
	}


	.info {
		gap: 20px;
	}
	.info .box .txt {
    	font-size: 2.5vw;
	}
	.info .box h2 {
		letter-spacing: 2px;
	}


	.grid_box .item a {
        height: 315px;
        border-radius: 20px;
    }
	.grid_box .item a p {
		font-size: 24px;
	}
	.grid_box .item a:hover p {
		font-size: 34px;
	}


	.team {
        gap: 40px;
    }
	.team > strong {
		font-size: 34px;
	}
	.team .box > div {
		gap: 15px;
	}
	.team .box > div h3 {
    	font-size: 46px;
	}
	.team .box > div p {
    	font-size: 24px;
		letter-spacing: 0.8px;
	}



	.main_bn {
		padding: 170px 20px;
	}
	.main_bn .box h2 {
		font-size: 48px;
		letter-spacing: 2.8px;
	}
	.main_bn .box div {
    	font-size: 20px;
	}



	.portfolio {
		gap: 30px;
	}
	.portfolio > h4 {
    	font-size: 34px;
		letter-spacing: 1.4px;
	}
	.portfolio .swiper {
		margin: 0 -20px;
		width: calc(100% - -40px);
		padding: 0 20px;
		box-sizing: border-box;
	}
	.portfolio .swiper-slide .txt .brand {
		font-size: 16px;
	}
	.portfolio .swiper-slide .txt .name {
    	font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.visual {
		padding: 0;
	}
	.visual .video {
        padding-bottom: 80vh;
        border-radius: 0;
    }
	.visual .box {
		bottom: 20px;
		right: 20px;
		font-size: 24px;
	}


	.info {
        gap: 30px;
    }
	.info .box {
    	gap: 15px
	}
	.info .box > * {
		width: 100%;
		text-align: center;
	}
	.info .box .txt {
		font-size: 16px;
	}
	.info .box h2 {
        letter-spacing: 1px;
        font-size: 42px;
    }
	.info .btn_area {
		text-align: center;
	}


	.grid_box {
        overflow-x: auto;
        margin: 0 -20px;
        width: calc(100% - -40px);
        padding: 0 20px;
        box-sizing: border-box;
    }
	.grid_box > .flex {
		min-width: 700px;
		flex-wrap: nowrap;
	}
	.grid_box .item a {
        height: 260px;
	}
	.grid_box .item a p {
        font-size: 18px;
    }
	.grid_box .item a:hover p {
        font-size: 26px;
    }


	.team > strong {
        font-size: 26px;
    }
	.team .box {
		gap: 20px;
	}
	.team .box > div {
		flex: 1;
	}
	.team .box > div h3 {
        font-size: 36px;
    }
	.team .box > div p {
        font-size: 16px;
	}


	.main_bn {
		padding: 110px 20px;
		border-radius: 20px;
	}
	.main_bn .box {
		gap: 20px;
	}
	.main_bn .box h2 {
        font-size: 28px;
        letter-spacing: 1.8px;
    }
	.main_bn .box div {
        font-size: 14px;
    }


	.portfolio > h4 {
		font-size: 26px;
	}
	.portfolio .swiper-slide .txt .brand {
        font-size: 14px;
    }
	.portfolio .swiper-slide .txt .name {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
	.team > strong {
		text-align: center;
	}
	.team .box {
        gap: 30px;
    }
	.team .box > div {
		flex: none;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 380px) {
}