section, section *{ box-sizing:border-box; }
*{ box-sizing:border-box; }
section:last-child{ padding-bottom:150px !important; }
.mc-con{ width:100%; margin:0 auto; padding: 0 15px; max-width: 1430px; position: relative; z-index: 3;}

.main_sc{width: 100%; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover;}

/*sc01*/
#sc01{ background-color:#333; height: 100vh; position: relative; overflow: hidden;}
#sc01::after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}

.main-caption{width: 100%; max-width: 1430px; padding: 0 15px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 99; color: #fff; text-align: left;}
.main-caption > h2{font-size: 40px; margin-bottom: 1.5rem; font-weight: 800; line-height: 1.3;}
.main-caption > h5{font-size: 16px; font-weight: 300; line-height: 1.6; margin-bottom: 2rem;}
.main-caption > a{
    display: inline-block;
    padding: 1rem 2rem;
    color: #fff;
    background-color: #4eaf89;
    border: 1px solid #4eaf89;
    transition: .4s;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.main-caption > a > span{
    font-weight: 400;
}
.main-caption > a:hover{
    background-color: #fff;
    color: #dd4e43;
}

.sc01Sli{ position:relative; z-index:1; background-color:#333; overflow:hidden; }
.sc01_bg{ position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background-color:#333; background-position:center; background-size:cover; background-repeat:no-repeat; }
.sc01_mbg{ display:none; position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background-color:#333; background-position:center; background-size:cover; background-repeat:no-repeat; }
.sc01_fr{ position:relative; z-index:1; min-height:max(600px,36.4583333vw); padding:150px 70px; display:flex; align-items:center; /*background-color:rgba(0,0,0,.35);*/ }

.sc01mw{ position:relative; z-index:1; overflow:hidden; background-color:#333; width: 100%; height: 100%;}
.sc01mw > .sc01_bdo{ position:absolute; z-index:1; top:50%; left:50%; min-width:100%; height:155%; transform:translate(-50%,-50%); }

.vimeo_player_wrapper{opacity: 1 !important;}

.sect-tit{width: 100%; display: flex; align-items: flex-end; color: #000; margin-bottom: 3rem;}
.sect-tit > h3{font-size: 26px; font-weight: 700;}
.sect-tit > p{font-size: 20px; font-weight: 300; margin-left: 1rem; padding-left: 1rem; position: relative;}
.sect-tit > p::before{content: ""; width: 1px; height: 16px; background-color: rgba(0, 0, 0, 0.5); position: absolute; bottom: 6px; left: 0;}

/* sc02 */
#sc02{padding-top: 100px;}

.wz-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.wz-box{
    width: calc((100% - 60px) / 4);
}
.wz-thum{
    display: flex;
    margin-bottom: 1rem;
    position: relative;
}
.wz-thum img{
    width: 100%;
    border-radius: 10px;
}
.wz-thum > span{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    right: 8px;
    font-size: 16px;
    transition: .3s;
    opacity: 0;
}
.wz-box:hover .wz-thum > span{
    right: 15px;
    opacity: 1;
}
.wz-caption{
    padding-bottom: 30px;
}
.wz-caption > h5{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: 1;
    transition: .3s;
}
.wz-box:hover .wz-caption > h5{
    color: #4eaf89;
}
.wz-caption > p{
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1;
}
.wz-price{
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    line-height: 1;
}
.wz-price > h5{
    font-size: 18px;
    color: #eb0000;
    font-weight: 700;
    margin-right: 15px;
}
.wz-price > span{
    display: inline-block;
    color: #818181;
    font-size: 16px;
    position: relative;
}
.wz-price > span::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #818181;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.wz-price > p{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-left: 10px;
}

/* sc03 */
#sc03{
    padding: 100px 0;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc03-box{
    width: 49%;
}
.banner{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
    position: relative;
    border-radius: 20px;
    height: 270px;
}
.banner-tit{
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}
.banner-tit > p{
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    margin-bottom: 10px;
}
.banner-tit > h5{
    font-size: 26px;
    color: #000;
    font-weight: 700;
}

/* sc04 */

/* sc05 */
#sc05{
    padding: 100px 0;
}
.sc05-wrap{
    width: 100%;
}

/* sc06 */
#sc06{
    padding-bottom: 100px;
}

@media(min-width:1200px){
	.ms-img{display: block; width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}
	.ms-img-m{display: none;}

	.ani.up.delay{
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }
    .ani.up.delay2{
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }
    .ani.up.delay3{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }
    .ani.up.delay4{
        transition: 1s opacity 1.1s, 1s transform 1.1s;
    }
    .ani.up.delay5{
        transition: 1s opacity 1.4s, 1s transform 1.4s;
    }
    .ani.up.delay6{
        transition: 1s opacity 1.7s, 1s transform 1.7s;
    }
}
@media(max-width:1599px){
    .mc-con{padding: 0 2rem;}
   
}
@media(max-width:1199px){


    .mc-con{padding: 0 15px;}

	.sc01_fr{ padding:150px 15px; }
	.sc01_nav{ display:none; }

	.ms-img{display: none;}
	.ms-img-m{display: block; width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}

	.main-caption{padding: 0 15px;}
    .main-caption > p{font-size: 18px; margin-bottom: 10px;}
	.main-caption > h2{font-size: 32px; margin-bottom: 10px;}
	.main-caption > h5{font-size: 16px;}

	.mouse-s > p{font-size: 14px;}

    .sect-tit{
        margin-bottom: 1.5rem;
    }
    .sect-tit > h3{
        font-size: 24px;
    }
    .sect-tit > a{
        font-size: 12px;
        padding: 0 30px 2px 0;
    }
    .sect-tit > a:hover{
        padding-right: 52px;
    }
    .sect-tit > a::after{
        width: 15px;
        height: 15px;
        bottom: -8px;
        right: 4px;
    }


	
}
@media(max-width:900px){
    
}
@media(max-width:500px){
   
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink{
    50% {
      opacity: 0;
    }
}

@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
