@charset "utf-8";

body{
    width: 100%;
}
.wrap{
    width: 100%;
}
.tt{
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}
.tt span{
    font-weight: 500;
}
/* nav */
nav{
    background-color: #111;
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
}

.nav-wrap{
    width: 1400px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1{
    display: flex;
    gap:12px;
    align-items: center;
}
h1 a{
    display: block;
    height: 26px;

}
h1 a img{
    height: 100%;
}
.nav-wrap .menu{
    display: flex;
    gap: 32px;
    font-size: 14px;
    font-weight: 400;
}
.nav-wrap .menu a{
    transition: .3s;
}
.nav-wrap .menu a:hover{
    transform: scale(1.1);
}
.nav-wrap .cta{
    border: 2px solid #ffcc55;
    border-radius: 20px;
    width: 140px;
    height: 40px;
    transition: .3s;
}
.nav-wrap .cta a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #ffcc55;
    position: relative;
    top: -1px;
}
.nav-wrap .cta:hover{
    /* box-shadow: 0  0 4px #ebbd50b7; */
    background-color: #ffcc55;
}
.nav-wrap .cta:hover a{
    color: #111;
    font-weight: 600;
}
.nav-wrap .mobile-menu{
    display: none;
}
/* main ***********************************/
#main{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.main-gif{
    font-size: 0;
}
.main-wrap{
    width: 100%;
    position: relative;
}
.main-wrap .bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
}
.main-wrap .main-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}
.main-wrap .ttt{
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}
.main-wrap .ttt span{
    font-weight: 500;
}
.main-wrap p{
    font-size: 24px;
    font-weight: 400;
    color: #ffba19;
    margin-top: 24px;
}
.main-cta, .btn{
    margin: 60px 0;
    width: 240px;
    height: 70px;
    background-color:#ffcc55;
    border-radius: 35px;   
    transition: .3s; 
}
.main-cta:hover, .btn:hover{
    background-color: #ffba19;
}
.main-cta a, .btn a{
    display: block;
    height: 100%;
    text-align: center;
    line-height: 68px;
    font-size: 28px;
    font-weight: 600;
    color: #111;
}


/* cont1 *******************************/
#cont1-megazone_digital_twin{
    width: 100%;
    background: linear-gradient(to top, #0f1432 , #000);
}
.cont1-wrap{
    width: 1400px;
    margin: auto;
    padding: 180px 0;
}
.cont1-1{
    margin-bottom: 100px;
}
.cont1-1 .sub{
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 64px;
}
.cont1-1 .sub span{
    font-weight: 500;
}
.cont1-1 .icon ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
}
.icon ul li{
    text-align: center;
}
.icon ul li div{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.icon ul li div img{
    height: 40px;
    transition: .5s;
}
.icon ul li div img.sm{
    height: 34px;
}
.icon ul li p{
    font-size: 18px;
    font-weight: 300;
    margin-top: 8px;
    transition: .5s;
}
.icon ul li:hover div{
    width: 160px;
    border: 2px solid #fff;
}
.icon ul li:hover div img{
    transform: scale(1.1);
}
.icon ul li:hover p{
    font-weight: 400;
    color: #ffba19;
}
/* cont1-2 */
.cont1-2 .tt{
    margin-bottom: 50px;
}
.cont1-2 .img-box{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.cont1-2 .img-box img{
    width: 100%;
    transition: .8s;
}
.cont1-2 .img-box img:hover{
    transform: scale(1.2);
}

/* cont2 ***************************/
#cont2-unnity_digital_twin{
    width: 100%;
    overflow: hidden;
}
.cont2-wrap{
    width: 100%;
    padding: 160px 0 0;
    background: url(../images/cont2-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    overflow: hidden;
}
.cont2-wrap .tt{
    margin-bottom: 100px;
}
.cont2-wrap .tt span{
    color: #ffcc55;
}
.cont2-wrap .box ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.cont2-wrap .box ul li{
    width: calc(50% - 10px);
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.48/1;
}
.cont2-wrap .box ul li img{
    transition: .3s;
}
.cont2-wrap .box ul li img:hover{
    transform: scale(1.2);
}
.cont2-wrap .box ul li .text{
    position: absolute;
    width: 70%;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.cont2-wrap .box ul li .text .title{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 26px;
    transition: .3s;
}
.cont2-wrap .box ul li:hover .text .title{
    color: #ffcc55;
}
.cont2-wrap .box ul li .text .sub{
    text-shadow: 1px 1px 4px #000;
    font-size: 20px;
    line-height: 32px;
}
.cont2-wrap .banner{
    height: 400px;
    text-align: center;
    position: relative;
}
.cont2-wrap .banner p{
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-48%, -50%);
    font-size: 32px;
    font-weight: 500;
    color: #ffcc55;
}

/* cont3************************************* */
#cont3-use_cases{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.cont3-wrap{
    width: 1400px;
    margin: auto;
    padding: 200px 0;
}
.cont3-wrap .tt{
    margin-bottom: 64px;
    color: #111;
    font-weight: 800;
    font-size: 60px;
}
.cont3-wrap .tt span{
    color: #ffcc55;
    font-weight: 700;
}
.cont3-wrap .movie{
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.cont3-wrap .movie a{
    position: relative;
    width: 17.5%;
    height: 310px;
    overflow: hidden;
    border-radius: 20px;
    transition: .8s;
    border: 1px solid #ddd;
    
}
.cont3-wrap .movie a.active{
    width: 40%;
}
.cont3-wrap .movie a .thum-img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    background-size: cover;
    transition: .8s;
    width: 100%;
    height: 315px;
    object-fit: cover;
    z-index: 10;
}
.cont3-wrap .movie a.fir .thum-img{background-image: url(../images/cont3-1.jpg);}
.cont3-wrap .movie a.sec .thum-img{background-image: url(../images/cont3-2.jpg);}
.cont3-wrap .movie a.thi .thum-img{background-image: url(../images/cont3-3.jpg);}
.cont3-wrap .movie a.four .thum-img{background-image: url(../images/cont3-4.jpg);}
.cont3-wrap .movie a.active .thum-img{
    display: none;
}
.cont3-wrap .movie a .thum-img video{
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 560px;
   z-index: 9;
}
.cont3-wrap .movie a .thum-img iframe{
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 560px;
    z-index: 9;
}






/* cont4-megazone-sevice******************** */
#cont4-megazoen-service{
    width: 100%;
    /* background: url(../images/cont4-bg.png); */
    background-repeat: no-repeat;
    background-size: contain;
}
.cont4-wrap{
    width: 1400px;
    margin: auto;
    padding: 160px 0;
}
.cont4-wrap .tt{
    margin-bottom: 64px;
}
.cont4-wrap .box{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.cont4-wrap .box li{
    width: calc(25% - 15px);
    padding: 20px;
    border-radius: 20px;
    background-color: #111;
    transition: .3s;
}
.cont4-wrap .box li:hover{
    box-shadow: 0 0 10px #ffcc55;
}
.cont4-wrap .box li .img-box{
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}
.cont4-wrap .box li .img-box img{
    width: 100%;
}
.cont4-wrap .box li .text .title{
    font-size: 28px;
    font-weight: 500;
    min-height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    transition: .3s;
}
.cont4-wrap .box li:hover .text .title{
    color: #ffcc55;
}
.cont4-wrap .box li .text .sub{
    font-size: 19px;
    font-weight: 400;
    margin: 30px 0;
}

/* cont5-megazoencloud */
#cont5-megazonecloud{
    width: 100%;
    background: linear-gradient(to bottom, #1c1608, #000);
}
.cont5-wrap{
    width: 1400px;
    margin: auto;
    padding: 180px 0;
}
.cont5-wrap .step{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    padding: 0 100px;
}
.cont5-wrap .step div{
    width: 14%;
    aspect-ratio: 1;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    border: 6px dotted #ffcc55;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: rgba(0, 0, 0, .5);
}
.cont5-wrap .step div.fou{
    width: 35%;
    aspect-ratio: inherit;
}
.cont5-wrap .text{
    text-align: center;
}
.cont5-wrap .text .title{
    font-size: 54px;
    font-weight: 600;
    color: #ffcc55;
    margin-bottom: 64px;
}
.cont5-wrap .text .sub{
    font-size: 24px;
    font-weight: 300;
}
.cont5-wrap .text .sub span{
    font-weight: 500;
}

/* cont6-wrap */
#cont6-last{
    width: 100%;
    background-image: url(../images/cont6-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

}
.cont6-wrap{
    width: 1400px;
    margin: auto;
    padding: 200px 0;
}
.cont6-wrap .tt span{
    color: #ffcc55;
}
.cont6-wrap .cont6-cta{
    background-color: rgba(0, 0, 0, .5);
    border: 2px solid #ffcc55;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.cont6-wrap .cont6-cta:hover{
    background-color: #ffba19;
}
.cont6-wrap .cont6-cta a{
    color: #ffcc55;
}
.cont6-wrap .cont6-cta:hover a{
    color: #fff;
}

/* footer */
footer{
    width: 100%;
    background-color: #111;
}
.footer-wrap{
    width: 1400px;
    margin: auto;
    padding: 120px 0;
}
.footer-wrap .logos{
    display: flex;
    justify-content: center;
    gap: 14px;
}
.footer-wrap .logos img{
    height: 34px;
}
.footer-wrap .logos .unity img{
    height: 38px;
}

