@charset "utf-8";
/* CSS Document */

html {
	overflow-x: hidden;
}

body {
	max-width: 1580px;
	margin: 0 auto;
	overflow-x: hidden;
}

.mv-area {
	width: 100%;
    height: 800px;
	position: relative;
}

.insta-icon {
    width: 18px;
    height: 19px;
    position: absolute;
    top: 102px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 211px;
    opacity: .4;
    transition: all .5s;
}

.insta-icon:hover {
	opacity: 1;
}

.insta-icon2 {
    width: 18px;
    height: 19px;
    position: absolute;
    top: 285px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: unset;
    opacity: .4;
    transition: all .5s;
    display: none;
}

.insta-icon2:hover {
	opacity: 1;
}

.insta-icon img {
	width: 100%;
	height: auto;
}

.insta-icon2 img {
	width: 100%;
	height: auto;
}

.mv-area iframe {
    width: 100%;
    height: 800px;
}


.service-area {
    background: #292929;
    width: 100%;
    height: 929px;
    position: relative;
	overflow: hidden;
}

.service-title {
	width: 100%;
	height: 200px;
	position: relative;
}

.bg-text1 {
    font-size: 285px;
    color: #000;
    position: absolute;
    font-weight: bold;
    top: -327px;
    line-height: 1.3;
    opacity: 0.4;
}

.spot1 {
    position: absolute;
    width: 20%;
    height: 500px;
    bottom: 69px;
    left: 69px;
}

.spot2 {
    position: absolute;
    width: 20%;
    height: 500px;
    bottom: 69px;
    left: 28%;
}

.spot3 {
    position: absolute;
    width: 20%;
    height: 500px;
    top: 69px;
    left: 52%;
}

.spot4 {
    position: absolute;
    width: 20%;
    height: 500px;
    top: 69px;
    right: 69px;
}

.service-title h1 {
    font-family: 'Roboto';
    font-size: 46px;
    margin-left: 78px;
    margin-top: 49px;
}

.service-title p {
	margin-left: 176px;
}

.service-title p:last-of-type {
    color: #fff;
    -webkit-text-stroke: 1px #9f9f9fc2;
    text-stroke: 1px #9f9f9fc2;
    position: absolute;
    font-size: 200px;
    line-height: 0.9;
    top: -276px;
    z-index: -1;
    left: 825px;
    margin-left: 0px;
    width: 400px;
}

.line1 {
    /* height: 100vh; */
    border-bottom: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    margin-top: 0;
    animation: anim1 10s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes anim1 {
	0% {
		width: 0%;
	}

 	100% {
		width: 100%;
	}
}

.line2 {
    /* height: 100vh; */
    border-bottom: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 0;
    top: 63px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim2 10s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes anim2 {
	0% {
		width: 0%;
	}

 	100% {
		width: 100%;
	}
}

.line3 {
    /* height: 100vh; */
    border-bottom: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 0;
    top: 159px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim3 10s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}

@keyframes anim3 {
	0% {
		width: 0%;
	}

 	100% {
		width: 100%;
	}
}

.square1 {
	width: 10px;
	height: 10px;
	top: -3px;
	position: absolute;
	background: #303030;
	opacity: 1 !important;
	animation: anim4 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes anim4 {
	0% {
		left: 0%;
	}

 	100% {
		left: 100%;
	}
}

.square2 {
	width: 10px;
	height: 10px;
	top: -3px;
	position: absolute;
	background: #303030;
	opacity: 1 !important;
	animation: anim5 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    animation-fill-mode: forwards;
	animation-timing-function: linear;
}

@keyframes anim5 {
	0% {
		left: 0%;
	}

 	100% {
		left: 100%;
	}
}

.square3 {
	width: 10px;
	height: 10px;
	top: -3px;
	position: absolute;
	background: #303030;
	opacity: 1 !important;
	animation: anim6 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 3s;
    animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

@keyframes anim6 {
	0% {
		left: 0%;
	}

 	100% {
		left: 100%;
	}
}

.v-line1 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    right: 600px;
    top: -50px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim7 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    z-index: -1;
}



@keyframes anim7 {
	0% {
		height: 0%;
	}

 	100% {
		height: 254px;
	}
}

.square4 {
    width: 10px;
    height: 10px;
    left: -6px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim8 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim8 {
	0% {
		top: 0%;
	}

 	100% {
		top: 100%;
	}
}

.v-line2 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    right: 500px;
    top: -50px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim50 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    z-index: -1;
}



@keyframes anim50 {
	0% {
		height: 0%;
	}

 	100% {
		height: 254px;
	}
}

.square5 {
    width: 10px;
    height: 10px;
    left: -6px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim51 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim51 {
	0% {
		top: 0%;
	}

 	100% {
		top: 100%;
	}
}

.v-line3 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    right: 200px;
    top: -50px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim53 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    z-index: -1;
}



@keyframes anim53 {
	0% {
		height: 0%;
	}

 	100% {
		height: 254px;
	}
}

.square6 {
    width: 10px;
    height: 10px;
    left: -6px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim54 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim54 {
	0% {
		top: 0%;
	}

 	100% {
		top: 100%;
	}
}

.base-img1 {
    width: 539px;
    height: 203px;
    background: white;
    position: absolute;
    z-index: 4;
    top: 47px;
    left: 70px;
	opacity: 0.9;
}

.bg-bg1 {
    content: '';
    width: 539px;
    height: 203px;
    position: absolute;
    background-image: url(../4353691_s.jpg);
    z-index: 3;
    top: 75px;
    left: 114px;
    background-position: center;
}

.base-img1 p {
    text-align: left;
    /* padding-left: 3px; */
    font-size: 14px;
    width: 385px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 68px;
}

.text-box1 {
	text-align: center;
}

.text-box1 h2::before {
    content: '';
    border-bottom: 1.5px solid #000000;
    position: absolute;
    top: 57px;
    animation: anim20 5s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes anim20 {
	0% {
		width: 0%;
	}

 	100% {
		width: 81%;
	}
}

.bg-sq1 {
    width: 100px;
    height: 100px;
    top: 100px;
    position: absolute;
    background: #424242;
    animation: anim10 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 40%;
    opacity: 0.6;
}

@keyframes anim10 {
	0% {
		left: 40%;
	}

 	100% {
		left: 80%;
	}
}

.bg-sq2 {
    width: 70px;
    height: 70px;
    top: 336px;
    position: absolute;
    background: #626262;
    animation: anim11 30s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 10%;
    opacity: 0.3;
    z-index: 0;
}

@keyframes anim11 {
	0% {
		left: 10%;
	}

 	100% {
		left: 40%;
	}
}

.bg-sq3 {
    width: 80px;
    height: 80px;
    top: 131px;
    position: absolute;
    background: #000;
    animation: anim12 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 36%;
    opacity: 0.4;
    z-index: 0;
}

@keyframes anim12 {
	0% {
		left: 39%;
	}

 	100% {
		left: 79%;
	}
}

.bg-sq4 {
    width: 70px;
    height: 70px;
    top: 350px;
    position: absolute;
    background: #000;
    animation: anim13 30s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 10%;
    opacity: 0.4;
    z-index: 0;
}

@keyframes anim13 {
	0% {
		left: 9%;
	}

 	100% {
		left: 39%;
	}
}

.bg-sq5 {
    width: 200px;
    height: 200px;
    top: 697px;
    position: absolute;
    background: #000;
    animation: anim14 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 30%;
    opacity: 0.4;
    z-index: 1;
}

@keyframes anim14 {
	0% {
		left: 40%;
	}

 	100% {
		left: 90%;
	}
}

.bg-sq6 {
    width: 200px;
    height: 200px;
    top: 712px;
    position: absolute;
    background: #626262;
    animation: anim15 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 30%;
    opacity: 0.3;
    z-index: 0;
}

@keyframes anim15 {
	0% {
		left: 39%;
	}

 	100% {
		left: 89%;
	}
}

.title-area {
	 width: 100%;
	 height: 200px;
	 position: relative;
}

.product-title h1 {
	font-size: 48px;
    font-family: 'Roboto';
    margin-left: 78px;
    margin-top: 49px;
}

.product-title p {
	margin-left: 176px;
}

.product-area {
    width: 100%;
    height: 1163px;
    margin-top: 20px;
    position: relative;
}

.line4 {
    /* height: 100vh; */
    border-bottom: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    margin-top: 0;
    animation: anim60 10s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes anim60 {
	0% {
		width: 0%;
	}

 	100% {
		width: 100%;
	}
}

.line5 {
    /* height: 100vh; */
    border-bottom: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 0;
    top: 63px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim61 10s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes anim61 {
	0% {
		width: 0%;
	}

 	100% {
		width: 100%;
	}
}

.line6 {
    /* height: 100vh; */
    border-bottom: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 0;
    top: 168px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim62 10s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}

@keyframes anim62 {
	0% {
		width: 0%;
	}

 	100% {
		width: 100%;
	}
}

.square7 {
	width: 10px;
	height: 10px;
	top: -3px;
	position: absolute;
	background: #303030;
	opacity: 1 !important;
	animation: anim63 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes anim63 {
	0% {
		left: 0%;
	}

 	100% {
		left: 100%;
	}
}

.square8 {
	width: 10px;
	height: 10px;
	top: -3px;
	position: absolute;
	background: #303030;
	opacity: 1 !important;
	animation: anim64 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    animation-fill-mode: forwards;
	animation-timing-function: linear;
}

@keyframes anim64 {
	0% {
		left: 0%;
	}

 	100% {
		left: 100%;
	}
}

.square9 {
	width: 10px;
	height: 10px;
	top: -3px;
	position: absolute;
	background: #303030;
	opacity: 1 !important;
	animation: anim65 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 3s;
    animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

@keyframes anim65 {
	0% {
		left: 0%;
	}

 	100% {
		left: 100%;
	}
}

.v-line4 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 162px;
    top: -50px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim66 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes anim66 {
	0% {
		height: 0%;
	}

 	100% {
		height: 280px;
	}
}

.square10 {
    width: 10px;
    height: 10px;
    left: -6px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim67 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim67 {
	0% {
		top: 0%;
	}

 	100% {
		top: 100%;
	}
}

.v-line5 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 433px;
    top: -50px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim68 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes anim68 {
	0% {
		height: 0%;
	}

 	100% {
		height: 280px;
	}
}

.square11 {
    width: 10px;
    height: 10px;
    left: -6px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim69 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim69 {
	0% {
		top: 0%;
	}

 	100% {
		top: 100%;
	}
}

.v-line6 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 541px;
    top: -50px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim70 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes anim70 {
	0% {
		height: 0%;
	}

 	100% {
		height: 280px;
	}
}

.square12 {
    width: 10px;
    height: 10px;
    left: -6px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim71 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim71 {
	0% {
		top: 0%;
	}

 	100% {
		top: 100%;
	}
}

.product-intro {
	width: 100%;
	height: 100%
}

.product-intro iframe {
	width: 100%;
	height: 100%
}

.product-box {
    position: absolute;
    width: 600px;
    height: 300px;
    top: 1px;
    z-index: 10;
}

.base-img3 {
    width: 539px;
    height: 203px;
    background: white;
    position: absolute;
    z-index: 4;
    top: 47px;
    left: 70px;
	opacity: 0.9;
}

.bg-bg3 {
    content: '';
    width: 539px;
    height: 203px;
    position: absolute;
    background-image: url("../4401606_s.jpg");
    z-index: 3;
    top: 75px;
    left: 114px;
    background-position: center;
}

.base-img3 p {
    text-align: left;
    /* padding-left: 3px; */
    font-size: 14px;
    width: 385px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 68px;
}

.text-box3 {
	text-align: center;
}

.text-box3 h2::before {
    content: '';
    border-bottom: 1.5px solid #000000;
    position: absolute;
    top: 57px;
    animation: anim25 5s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes anim25 {
	0% {
		width: 0%;
	}

 	100% {
		width: 62%;
	}
}

.bg-box0 {
    width: 639px;
    height: 212px;
    background: rgba(44,44,44,0.89);
    opacity: 1;
    position: absolute;
    top: 333px;
    animation: anim31 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 272px;
    z-index: 1;
}

@keyframes anim31 {
	0% {
		transform: translate(-10px, -20px);
	}
	
	10% {
		transform: translate(20px, 20px);
		
	}
	
	40% {
		transform: translate(-5px,-10px);
	}

 	100% {
		transform: translate(10px, 30px);
	}
}

.bg-box1 {
    width: 639px;
    height: 212px;
    background: rgba(95,95,95,0.57);
    opacity: 1;
    position: absolute;
    top: 311px;
    animation: anim30 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 272px;
    z-index: 2;
}

@keyframes anim30 {
	0% {
		transform: translate(30px, 20px);
	}
	
	10% {
		transform: translate(-50px, -20px);
		
	}
	
	40% {
		transform: translate(20px, 30px);
	}

 	100% {
		transform: translate(-10px, -20px);
	}
}

.text-box4 {
    width: 515px;
    height: 212px;
    position: absolute;
    top: 319px;
    z-index: 3;
    left: 332px;
    color: white;
}

.text-box4 p:last-of-type {
	font-size: 13px;
}

.bg-box3 {
    width: 639px;
    height: 212px;
    background: rgba(44,44,44,0.89);
    opacity: 1;
    position: absolute;
    top: 776px;
    animation: anim131 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    right: 272px;
    z-index: 1;
}

@keyframes anim131 {
	0% {
		transform: translate(-10px, -20px);
	}
	
	10% {
		transform: translate(20px, 20px);
		
	}
	
	40% {
		transform: translate(-5px,-10px);
	}

 	100% {
		transform: translate(10px, 30px);
	}
}

.bg-box4 {
    width: 639px;
    height: 212px;
    background: rgba(95,95,95,0.57);
    opacity: 1;
    position: absolute;
    animation: anim130 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    right: 272px;
    z-index: 2;
    top: 797px;
}

@keyframes anim130 {
	0% {
		transform: translate(30px, 20px);
	}
	
	10% {
		transform: translate(-50px, -20px);
		
	}
	
	40% {
		transform: translate(20px, 30px);
	}

 	100% {
		transform: translate(-10px, -20px);
	}
}

.text-box5 {
    width: 515px;
    height: 212px;
    position: absolute;
    top: 796px;
    z-index: 3;
    right: 332px;
    color: white;
}

.text-box5 p:last-of-type {
	font-size: 13px;
}

.pop-bg {
	position: absolute;
    /* bottom: 0; */
    width: 400px;
    height: 226px;
    right: 102px;
    top: 186px;
/*    animation: anim31 15s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;*/
	z-index: 1;
}

@keyframes anim31 {
	0% {
		transform: translate(10px, 5px);
	}
	
	10% {
		transform: translate(-5px, -10px);
		
	}
	
	40% {
		transform: translate(5px, 10px);
	}

 	100% {
		transform: translate(-5px, -10px);
	}
}

.pop-bg img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
}

.pop-bg video {
    width: 120%;
    height: auto;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    left: -44px;
    top: -29px;
}

.v1 {
	opacity: 1;
}

.v2 {
	opacity: 0;
}

.pop-bg2 {
    position: absolute;
    width: 400px;
    height: 226px;
    left: 102px;
    top: 673px;
    z-index: 1;
}

@keyframes anim31 {
	0% {
		transform: translate(10px, 5px);
	}
	
	10% {
		transform: translate(-5px, -10px);
		
	}
	
	40% {
		transform: translate(5px, 10px);
	}

 	100% {
		transform: translate(-5px, -10px);
	}
}

.pop-bg2 img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
}

.pop-bg2 video {
    width: 120%;
    height: auto;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    left: -44px;
    top: -29px;
}

.v4 {
	opacity: 1;
}

.v3 {
	opacity: 0;
}

.bubble-img {
	width: 233px;
    height: 200px;
    position: absolute;
    top: 47px;
    left: 750px;
}

.bubble-img img {
	width: 100%;
	height: auto;
}

.bubble-img p {
    color: white;
    font-family: 'arial';
    font-weight: normal;
    position: absolute;
    top: 61px;
    left: 36px;
    animation: anim32 15s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
	z-index: 1;
}

@keyframes anim32 {
	0% {
		transform: translate(5px, 5px);
	}
	
	10% {
		transform: translate(-5px, -2px);
		
	}
	
	40% {
		transform: translate(2px, 10px);
	}

 	100% {
		transform: translate(-2px, -5px);
	}
}

.title-area2 {
    width: 100%;
    height: 200px;
    text-align: center;
}

.culture-title {
    line-height: 0.5;
}

.culture-title h1 {
    font-size: 48px;
    font-family: 'Roboto';
    margin-left: unset;
    margin-top: 73px;
}

.culture-content {
    width: 71%;
    margin: 0 auto;
    position: relative;
    height: 256px;
    overflow: hidden;
}

.video-box {
    width: 100%;
    position: absolute;
    height: 256px;
    z-index: 0;
}

.video-box video {
    width: 100%;
    height: auto;
    filter: grayscale(100%) brightness(52%);
}

.culture-title p {
    margin-left: unset;
}

.culture-text {
    text-align: center;
    line-height: 4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: white;
    top: 0px;
    animation: anim150 30s;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    z-index: 1;
}

@keyframes anim150 {
	0% {
		top: 250px;
	}
	

 	100% {
		top: -250px;
	}
}

.bg-img1 {
    background-image: url(../4506343_s.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(0%);
    background-position: inherit;
}

.bg-img1::before {
	content: '';
	background: black;
	width: 100%;
	height: auto;
	opacity: 0.8;
}

.culture-area {
    width: 100%;
    height: 700px;
    position: relative;
}

.footer-area {
	width: 100%;
	height: 400px;
	background: rgba(43,43,43,1.00);
	position: relative;
}

.navi-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navi-box ul {
	display: flex;
}

.navi-box li {
	margin-left: 120px;
	color: rgba(169,169,169,1.00);
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	transition: .5s;
}

.navi-box li:hover {
	color: white;
}

.navi-box li:first-of-type {
	margin-left: unset;
}

.logo-box {
	width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 105px;
}

.logo-box img {
	width: 100%;
	height: auto;
}


.container {
  padding: 2em;
}

/* GENERAL BUTTON STYLING */
button,
button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

button {
    background: transparent;
    border: 3px solid #8d8d8d;
    border-radius: 5px;
    color: darkgrey;
    display: block;
    font-size: 14px;
    font-weight: bold;
    /* margin: 1em auto; */
    /* padding: 2em 6em; */
    position: relative;
    text-transform: uppercase;
	cursor: pointer;
}

button::before,
button::after {
  background: #000;
  content: '';
  position: absolute;
  z-index: -1;
}

button:hover {
  color: darkgray;
}

/* BUTTON 5 */
.btn-5 {
    overflow: hidden;
    position: fixed;
    z-index: 6;
    right: 0;
    width: 200px;
    height: 63px;
    top: 67%;
}

.btn-5::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.btn-5:hover:after {
  height: 100%;
  width: 135%;
}

.product-title p:last-of-type {
    color: #fff;
    -webkit-text-stroke: 1px #9f9f9fc2;
    text-stroke: 1px #9f9f9fc2;
    position: absolute;
    font-size: 200px;
    line-height: 0.9;
    top: -276px;
    z-index: -1;
    left: 794px;
    margin-left: 0px;
    width: 400px;
}

.line7 {
    /* height: 100vh; */
    border-bottom: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 0;
    top: 124px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim80 10s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes anim80 {
	0% {
		width: 0%;
	}

 	100% {
		width: 100%;
	}
}

.line8 {
    /* height: 100vh; */
    border-bottom: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 0;
    top: 272px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim81 10s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes anim81 {
	0% {
		width: 0%;
	}

 	100% {
		width: 100%;
	}
}

.line9 {
    /* height: 100vh; */
    border-bottom: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 0;
    top: 550px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim82 10s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}

@keyframes anim82 {
	0% {
		width: 0%;
	}

 	100% {
		width: 100%;
	}
}

.square13 {
    width: 20px;
    height: 20px;
    top: -8px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim83 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes anim83 {
	0% {
		left: 0%;
	}

 	100% {
		left: 100%;
		transform: rotate(
		-200deg
		);
	}
}

.square14 {
    width: 30px;
    height: 30px;
    top: -13px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim84 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes anim84 {
	0% {
		left: 0%;
	}

 	100% {
		left: 100%;
		transform: rotate(140deg);
	}
}

.square15 {
    width: 35px;
    height: 35px;
    top: -16px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim85 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim85 {
	0% {
		left: 0%;
	}

 	100% {
		left: 100%;
		transform: rotate(
		300deg
		);
	}
}

.v-line7 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 162px;
    top: -75px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim86 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes anim86 {
	0% {
		height: 0%;
	}

 	100% {
		height: 775px;
	}
}

.square16 {
    width: 20px;
    height: 20px;
    left: -11px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim87 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim87 {
	0% {
		top: 0%;
	}

 	100% {
		top: 100%;
		transform: rotate(
		200deg
		);
	}
}

.v-line8 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 559px;
    top: -75px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim88 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes anim88 {
	0% {
		height: 0%;
	}

 	100% {
		height: 775px;
	}
}

.square17 {
    width: 30px;
    height: 30px;
    left: -16px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim89 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim89 {
	0% {
		top: 0%;
	}

 	100% {
		top: 100%;
		transform: rotate(
		-120deg
		);
	}
}

.v-line9 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    right: 209px;
    top: -75px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim90 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes anim90 {
	0% {
		height: 0%;
	}

 	100% {
		height: 775px;
	}
}

.square18 {
    width: 35px;
    height: 35px;
    left: -19px;
    position: absolute;
    background: #303030;
    opacity: 1 !important;
    animation: anim91 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes anim91 {
	0% {
		top: 0%;
	}

 	100% {
		top: 100%;
		transform: rotate(
		300deg
		);
	}
}

.bg-sq7 {
    width: 160px;
    height: 160px;
    bottom: 16px;
    position: absolute;
    background: #000;
    animation: anim92 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 30%;
    opacity: 0.4;
    z-index: 1;
}

@keyframes anim92 {
	0% {
		left: 16%;
	}

	100% {
		left: 33%;
	}
}

.bg-sq8 {
    width: 160px;
    height: 160px;
    bottom: 1px;
    position: absolute;
    background: #626262;
    animation: anim93 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 30%;
    opacity: 0.3;
    z-index: 0;
}

@keyframes anim93 {
	0% {
		left: 15%;
	}

	100% {
		left: 32%;
	}
}

header {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    transition: 0.8s;
    z-index: 10;
    top: 0px;
}

header:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

header h1 {
  font-family: Moderne Sans, sans-serif;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  letter-spacing: 0.5rem;
}

nav a {
  text-decoration: none;
  color: inherit;
  padding: 1rem;
}

.bg-sq9 {
    width: 100px;
    height: 100px;
    top: 17px;
    position: absolute;
    background: #424242;
    animation: anim94 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 40%;
    opacity: 0.6;
}

@keyframes anim94 {
	0% {
		left: 61%;
	}

	100% {
		left: 83%;
	}
}

.bg-sq10 {
    width: 90px;
    height: 90px;
    top: 10px;
    position: absolute;
    background: #000;
    animation: anim95 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: 36%;
    opacity: 0.4;
    z-index: 0;
}

@keyframes anim95 {
	0% {
		left: 64%;
	}

	100% {
		left: 84%;
	}
}

.culture-title p:last-of-type {
    color: #fff;
    -webkit-text-stroke: 1px #9f9f9fc2;
    text-stroke: 1px #9f9f9fc2;
    position: absolute;
    font-size: 200px;
    line-height: 0.9;
    top: -55px;
    z-index: -1;
    left: 50%;
    margin-left: 0px;
    width: fit-content;
    transform: translateX(-50%);
}

@media screen and (min-width:1025px) and (max-width:1280px) {

.spot3 {
    position: absolute;
    width: 20%;
    height: 500px;
    top: 359px;
    left: 52%;
}

.spot4 {
    position: absolute;
    width: 20%;
    height: 500px;
    top: 359px;
    right: 69px;
}

}

@media screen and (min-width:768px) and (max-width:1024px) {
.service-area {
    background: #292929;
    width: 100%;
    height: 1475px;
    position: relative;
    overflow: hidden;
}

.spot3 {
    position: absolute;
    width: 270px;
    height: 500px;
    top: 359px;
    left: 69px;
}

.spot4 {
    position: absolute;
    width: 270px;
    height: 500px;
    top: 359px;
    right: 69px;
}

.spot2 {
    position: absolute;
    width: 270px;
    height: 500px;
    bottom: 69px;
    right: 69px;
	left: unset;
}

.spot1 {
    position: absolute;
    width: 270px;
    height: 500px;
    bottom: 69px;
    left: 69px;
}

.product-area {
    width: 100%;
    height: 1601px;
    margin-top: 20px;
    position: relative;
}

.bubble-img {
    width: 233px;
    height: 200px;
    position: absolute;
    top: 305px;
    right: 564px;
	left: unset;
}

.pop-bg {
    position: absolute;
    /* bottom: 0; */
    width: 400px;
    height: 226px;
    right: 102px;
    top: 407px;
    z-index: 1;
}

.bg-box0 {
    width: 639px;
    height: 212px;
    background: rgba(44,44,44,0.89);
    opacity: 1;
    position: absolute;
    bottom: unset;
    animation: anim31 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: calc(50% - 318px);
    z-index: 1;
    top: 705px;
}

.bg-box1 {
    width: 639px;
    height: 212px;
    background: rgba(95,95,95,0.57);
    opacity: 1;
    position: absolute;
    bottom: unset;
    animation: anim30 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: calc(50% - 310px);
    z-index: 2;
    top: 693px;
}

.text-box4 {
    width: 515px;
    height: 212px;
    position: absolute;
    bottom: unset;
    z-index: 3;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    top: 693px;
}

.pop-bg2 {
    position: absolute;
    width: 400px;
    height: 226px;
    left: 102px;
    top: 995px;
    z-index: 1;
}

.bg-box3 {
    width: 639px;
    height: 212px;
    background: rgba(44,44,44,0.89);
    opacity: 1;
    position: absolute;
    bottom: unset;
    animation: anim31 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: calc(50% - 318px);
    z-index: 1;
    top: 1286px;
}

.bg-box4 {
    width: 639px;
    height: 212px;
    background: rgba(95,95,95,0.57);
    opacity: 1;
    position: absolute;
    bottom: unset;
    animation: anim30 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: calc(50% - 310px);
    z-index: 2;
    top: 1274px;
}

.text-box5 {
    width: 515px;
    height: 212px;
    position: absolute;
    bottom: unset;
    z-index: 3;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    top: 1284px;
}

.culture-content {
    width: 768px;
    margin: 0 auto;
    position: relative;
    height: 256px;
    overflow: hidden;
}

.service-title p {
    margin-left: 176px;
    font-size: 12px;
}

.product-title p {
    margin-left: 176px;
    font-size: 12px;
}

.navi-box ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 4;
}

.navi-box li {
    margin-left: unset;
    color: rgba(169,169,169,1.00);
    text-decoration: none;
    list-style: none;
    cursor: pointer;
    transition: .5s;
}

}

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


.insta-icon {
    width: 18px;
    height: 19px;
    position: absolute;
    top: 261px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: unset;
    opacity: .7;
    transition: all .5s;
}


}


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

.insta-icon {
    width: 18px;
    height: 19px;
    position: absolute;
    top: 261px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: unset;
    opacity: .7;
    transition: all .5s;
}

.service-title h1 {
    font-family: 'Roboto';
    font-size: 30px;
    /* margin-left: 78px; */
    /* margin-top: 49px; */
    margin: 0 auto;
    width: fit-content;
    padding-top: 38px;
}

.service-title p {
    margin: 0 auto;
    font-size: 12px;
    width: 182px;
    padding-top: 14px;
}

.service-title p span {
    margin-left: -28px;
}

.service-title p br {
	display: none;
}

.service-area {
    background: #292929;
    width: 100%;
    height: 2813px;
    position: relative;
    overflow: hidden;
}

.base-img1 {
    width: 282px;
    height: 227px;
    background: white;
    position: absolute;
    z-index: 4;
    top: 47px;
    left: 50%;
    opacity: 0.9;
    transform: translateX(-50%);
}

.text-box1 h2 {
	font-size: 25px;
}

.base-img1 p {
    text-align: left;
    /* padding-left: 3px; */
    font-size: 12px;
    width: 237px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 97px;
}

.bg-bg1 {
    content: '';
    width: 539px;
    height: 203px;
    position: absolute;
    background-image: url(../4353691_s.jpg);
    z-index: 3;
    top: 145px;
    left: 31%;
    background-position: center;
}

.spot3 {
    position: absolute;
    width: 254px;
    height: 500px;
    top: 451px;
    left: 50%;
    transform: translateX(-50%);
}

.spot4 {
    position: absolute;
    width: 254px;
    height: 500px;
    top: 1032px;
    left: 50%;
    transform: translateX(-50%);
}

.spot2 {
    position: absolute;
    width: 254px;
    height: 500px;
    bottom: 69px;
    left: 50%;
    transform: translateX(-50%);
    top: 2186px;
}

.spot1 {
    position: absolute;
    width: 254px;
    height: 500px;
    bottom: 69px;
    left: 50%;
    transform: translateX(-50%);
    top: 1608px;
}

.product-title h1 {
    font-family: 'Roboto';
    font-size: 30px;
    margin: 0 auto;
    width: fit-content;
    padding-top: 38px;
}

.product-title p {
    text-align: left;
    /* padding-left: 3px; */
    font-size: 12px;
    width: 237px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 97px;
    margin-left: unset;
}

.product-title p br {
	display: none;
}

.product-title p span:first-of-type {
	margin-left: -43px;
}

.product-title p span:last-of-type {
	margin-left: -79px;
}

.product-area {
    width: 100%;
    height: 1168px;
    margin-top: 70px;
    position: relative;
}

.v-line4 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 162px;
    top: -50px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim200 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes anim200 {

0% {
    height: 0%;
}

100% {
    height: 321px;
}

}

.v-line5 {
    /* height: 100vh; */
    border-left: solid 2px #000;
    /* margin: 0 auto; */
    /* padding-right: 10%; */
    position: absolute;
    left: 433px;
    top: -50px;
    opacity: 0.1;
    margin-top: 0;
    animation: anim201 6s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes anim201 {

0% {
    height: 0%;
}

100% {
    height: 321px;
}

}

.base-img3 {
    width: 282px;
    height: 245px;
    background: white;
    position: absolute;
    z-index: 4;
    top: 47px;
    left: 50%;
    opacity: 0.9;
    transform: translateX(-50%);
}

.product-box {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 1px;
    z-index: 10;
}

.text-box3 h2 {
	font-size: 25px;
}

.base-img3 p {
    text-align: left;
    /* padding-left: 3px; */
    font-size: 12px;
    width: 237px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 97px;
}

.text-box3 h2::before {
    content: '';
    border-bottom: 1.5px solid #000000;
    position: absolute;
    top: 57px;
    animation: anim25 5s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
	display: none;
}

.bg-bg3 {
    content: '';
    width: 539px;
    height: 203px;
    position: absolute;
    background-image: url(../4401606_s.jpg);
    z-index: 3;
    top: 152px;
    left: 114px;
    background-position: center;
}

.pop-bg {
    position: absolute;
    width: 300px;
    height: 226px;
    left: 50%;
    top: 554px;
    z-index: 1;
    transform: translateX(-50%);
}

.pop-bg video {
    width: 310px;
    height: auto;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.bg-box1 {
    width: 300px;
    height: 212px;
    background: rgba(95,95,95,0.57);
    opacity: 1;
    position: absolute;
    bottom: unset;
    animation: anim30 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: calc(50% - 150px);
    z-index: 2;
    top: 751px;
}

.bg-box0 {
    width: 300px;
    height: 212px;
    background: rgba(44,44,44,0.89);
    opacity: 1;
    position: absolute;
    bottom: unset;
    animation: anim31 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    left: calc(50% - 150px);
    z-index: 1;
    top: 760px;
}

.pop-bg2 {
    position: absolute;
    width: 300px;
    height: 226px;
    left: 50%;
    top: 1123px;
    z-index: 1;
    transform: translateX(-50%);
}

.pop-bg2 video {
    width: 310px;
    height: auto;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.bg-box3 {
    width: 300px;
    height: 212px;
    background: rgba(44,44,44,0.89);
    opacity: 1;
    position: absolute;
    top: 1364px;
    animation: anim131 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    right: unset;
    z-index: 1;
    left: calc(50% - 150px);
}

.bg-box4 {
    width: 300px;
    height: 212px;
    background: rgba(95,95,95,0.57);
    opacity: 1;
    position: absolute;
    animation: anim130 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    right: unset;
    z-index: 2;
    top: 1337px;
    left: calc(50% - 150px);
}

.text-box5 {
    width: 290px;
    height: 212px;
    position: absolute;
    top: 1366px;
    z-index: 3;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    font-size: 12px;
}

.text-box4 {
    width: 290px;
    height: 212px;
    position: absolute;
    bottom: unset;
    z-index: 3;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    top: 765px;
    font-size: 12px;
}

.text-box4 p:last-of-type {
    font-size: 12px;
}

.bubble-img {
    width: 155px;
    height: 164px;
    position: absolute;
    top: 366px;
    left: 15px;
}

.bubble-img p {
    color: white;
    font-family: 'arial';
    font-weight: normal;
    position: absolute;
    top: 43px;
    left: 25px;
    animation: anim32 15s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    z-index: 1;
    font-size: 12px;
}

.culture-title h1 {
    font-family: 'Roboto';
    font-size: 30px;
    margin: 0 auto;
    width: fit-content;
    padding-top: 38px;
}

.culture-title p {
    text-align: center;
    /* padding-left: 3px; */
    font-size: 12px;
    width: fit-content;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 74px;
    margin-left: unset;
}

.culture-content {
    width: 96%;
    margin: 0 auto;
    position: relative;
    height: 205px;
    overflow: hidden;
}

.culture-area {
    width: 100%;
    height: 605px;
    position: relative;
}

.culture-text {
    text-align: center;
    line-height: 3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    color: white;
    top: 0px;
    animation: anim150 30s;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    z-index: 1;
    font-size: 14px;
}

.footer-area {
    width: 100%;
    height: 662px;
    background: rgba(43,43,43,1.00);
    position: relative;
}

.navi-box {
    position: absolute;
    top: 86px;
    left: 50%;
    transform: translatex(-50%);
}

.navi-box ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: unset;
}

.navi-box li {
    margin-left: unset;
    color: rgba(169,169,169,1.00);
    text-decoration: none;
    list-style: none;
    cursor: pointer;
    transition: .5s;
    line-height: 5;
}

.logo-box {
    width: 100px;
    height: 100px;
    position: absolute;
    top: unset;
    transform: translatex(-50%);
    left: 50%;
    bottom: 69px;
}

.product-area {
    width: 100%;
    height: 1728px;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

}



