
._m {
    background-color: #000E33;
    word-break: keep-all;
    overflow: hidden
}

._m .section-title>small {
    font-size: 48px;
    color:#fff;
	text-align:right;
	color: transparent;
}

._m .section-title>h4 {
    font-size: 28px;
    line-height: 1.3;
    font-weight:300;
	margin-top:50px;
    color: #fff;
	text-align:right;
}
._m .section-title>h4 b{font-weight:500;}

._m .section-title>p {
	white-space:nowrap;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    display: block;
	margin-top:20px;
	text-align:right;
}


@media screen and (max-width: 1280px) {
    ._m .section-title>h4 {
        font-size:60px
    }
}

@media screen and (max-width: 1024px) {
    ._m .section-title>h4 {
        font-size:50px
    }
}

@media screen and (max-width: 768px) {
    ._m ._m .visual-bg {
        height:100vh
    }
    ._m .section-title>h4 {
        font-size: 40px;
		font-weight:900;
		text-align:left;
		margin-top:10px;
    }

    ._m .section-title>p {
        font-size: 16px
    }

    ._m .section-title .more {
        font-size: 18px;
		color:#fff;
    }

    ._m .section-title>small {
        font-size: 18px;
		color:#2371cf;
    }
}

@media screen and (max-width: 480px) {
    ._m .section-title {
        text-align:center
    }

    ._m .section-title>h4 {
        font-size: 34px
    }

    ._m .section-title>p {
        max-width: 320px;
        margin: 0 auto
    }

    ._m .section-title>p br {
        display: none
    }

    ._m .section-title .more {
        font-size: 16px;
        margin-top: 60px;
        padding: 14px 24px
    }

    ._m .section-title .more span {
        padding-right: 18px
    }

    ._m .section-title .more i {
        font-size: 22px
    }
}

@media screen and (max-width: 320px) {
    ._m .section-title>h4 {
        font-size:30px;
        padding-top: 20px
    }

    ._m .section-title>p {
        font-size: 14px
    }

    ._m .section-title>small {
        font-size: 16px
    }
}

._m .visual-bg {
    background: url(/asset/img/main/visual_bg01.jpg) no-repeat center top/cover;
    height: 200vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: bgAnimation forwards 1s 1 ease-in-out
}

@keyframes bgAnimation {
    from {
        filter: blur(5px);
        scale: 1.1
    }

    to {
        filter: blur(0px);
        scale: 1
    }
}

._m .s1,._m .s2 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

@media screen and (max-width: 820px) {
    ._m .s1 {
        height:80vh
    }

    ._m .s2 {
        height: 50vh
    }
}

._m .s1 h2 small {
    font-size: 32px;
    padding-bottom: 0.71875em;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.025em
}

@media screen and (max-width: 1280px) {
    ._m .s1 h2 small {
        font-size:28px
    }

    ._m .s1 h2 .img-box {
        width: 80%;
        max-width: 600px;
        margin: 0 auto
    }

    ._m .s1 h2 .img-box img {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    ._m .s1 h2 small {
        font-size:20px
    }
}

@media screen and (max-width: 320px) {
    ._m .s1 h2 small {
        font-size:20px
    }
}

._m .s2 {
    height: 100vh;
    z-index: 1
}

._m .s2 .con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center
}

._m .s2 .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

._m .s2 .txt-box strong {
    font-size: 80px;
    left: -0.025em;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 0.525em;
    padding-top: 0.525em
}

._m .s2 .txt-box small {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.5;
    color: #e3e3e3;
    font-weight: 600
}

._m .s2 .img-box {
    margin: 0 auto
}

._m .s2 .img-box img {
    max-width: 114px
}

@media screen and (max-width: 1280px) {
    ._m .s2 .txt-box strong {
        font-size:60px
    }
}

@media screen and (max-width: 1024px) {
    ._m .s2 .txt-box strong {
        font-size:50px
    }
}

@media screen and (max-width: 768px) {
    ._m .s2 .img-box {
        width:80px
    }

    ._m .s2 .img-box img {
        width: 100%
    }

    ._m .s2 .txt-box {
        width: 90%;
        max-width: 500px
    }

    ._m .s2 .txt-box strong {
        font-size: 30px
    }

    ._m .s2 .txt-box small {
        font-size: 16px;
        font-weight: 400
    }

    ._m .s2 .txt-box small br {
        display: none
    }
}

@media screen and (max-width: 480px) {
    ._m .s2 .img-box {
        width:60px
    }

    ._m .s2 .txt-box strong {
        font-size: 26px;
        padding: 30px 0
    }
}

@media screen and (max-width: 320px) {
    ._m .s2 .img-box {
        width:50px
    }

    ._m .s2 .txt-box strong {
        font-size: 20px
    }

    ._m .s2 .txt-box small {
        font-size: 14px
    }
}

._m .s3 {
    position: relative;
    padding-bottom: 2000px
}

._m .s3 .scroll-down-circle {
    top: 40px;
    right: 0
}

._m .s3 .box {
    position: absolute
}

._m .s3 .img-box {
    position: relative;
    overflow: hidden;
    z-index: 1
}

._m .s3 .img-box>span {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

._m .s3 .img-box>span img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: unset;
    transition: width 1s, height 1s, left 1s
}

._m .s3 .txt-box {
    position: absolute;
    bottom: -40px;
    text-align: right;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box
}

._m .s3 .txt-box small {
    font-size: 20px;
    letter-spacing: -0.025em;
    display: block;
    font-weight: 600;
    color: #fff
}

._m .s3 .txt-box strong {
    font-size: 95px;
    letter-spacing: -0.025em;
    display: block;
    padding-top: 0.4em;
    font-family: "poppins";
    font-weight: 700;
    color: #fff;
    line-height: 0.85;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff
}

._m .s3 .n1 .img-box {
    width: 789px
}

._m .s3 .n1 .img-box>span {
    padding-bottom: calc(544 / 789 * 100%)
}

._m .s3 .n2 .img-box {
    width: 487px
}

._m .s3 .n2 .img-box>span {
    padding-bottom: calc(661 / 487 * 100%)
}

._m .s3 .n3 .img-box {
    width: 585px
}

._m .s3 .n3 .img-box>span {
    padding-bottom: calc(553 / 585 * 100%)
}

._m .s3 .stroke-txt {
    font-size: 95px;
    letter-spacing: -0.025em;
    color: #fff;
    font-weight: 700;
    color: #fff;
    line-height: 0.85;
    font-family: "poppins";
    text-align: right;
    position: absolute;
    bottom: -40px;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    color: transparent;
    -webkit-text-stroke: 1px #ddd;
    text-stroke: 1px #ddd
}

._m .s3 .n1 {
    right: -30px;
    top: 257px
}

._m .s3 .n2 {
    left: 0;
    top: 839px
}

._m .s3 .n2 .txt-box,._m .s3 .n2 .stroke-txt {
    text-align: left
}

._m .s3 .n3 {
    left: 50%;
    top: 1315px
}

._m .s3 .box:hover .img-box img {
    width: 110%;
    height: 110%;
    left: -5%
}

._m .s3 .box:hover .stroke-txt {
    -webkit-text-stroke: 1px #b18e16;
    text-stroke: 1px #b18e16;
    transition: all 0.5s
}

@media screen and (max-width: 1400px) {
    ._m .s3 {
        padding-bottom:1780px
    }

    ._m .s3 .n1 .img-box {
        width: 700px
    }

    ._m .s3 .n2 .img-box {
        width: 460px
    }

    ._m .s3 .n3 .img-box {
        width: 530px
    }
}

@media screen and (max-width: 1280px) {
    ._m .s3 .n1 {
        top:400px
    }

    ._m .s3 .n1 .img-box {
        width: 500px
    }

    ._m .s3 .n2 .img-box {
        width: 400px
    }

    ._m .s3 .n3 .img-box {
        width: 480px
    }

    ._m .s3 .txt-box strong,._m .s3 .stroke-txt {
        font-size: 80px
    }
}

@media screen and (max-width: 1024px) {
    ._m .s3 {
        padding-bottom:300px
    }

    ._m .s3 .section-title {
        margin-bottom: 140px
    }

    ._m .s3 .box {
        position: relative
    }

    ._m .s3 .box .img-box {
        width: calc(50% - 2.5vw)
    }

    ._m .s3 .n1 {
        top: 0;
        right: 0
    }

    ._m .s3 .n1 .img-box {
        margin-left: auto
    }

    ._m .s3 .n2 {
        top: 0;
        left: 0
    }

    ._m .s3 .n3 {
        top: 0;
        left: 0
    }

    ._m .s3 .n3 .img-box {
        margin-left: auto
    }

    ._m .s3 .txt-box strong,._m .s3 .stroke-txt {
        font-size: 50px
    }

    ._m .s3 .txt-box small {
        font-size: 16px;
        font-weight: 400
    }

    ._m .s3 .txt-box,._m .s3 .stroke-txt {
        bottom: -20px
    }
}

@media screen and (max-width: 820px) {
    ._m .s3 .scroll-down-circle {
        display:none
    }

    ._m .s3 {
        padding-bottom: 200px
    }

    ._m .s3 .box {
        display: block;
        margin-bottom: 130px
    }

    ._m .s3 .box .img-box {
        width: 100%;
        max-width: 400px
    }

    ._m .s3 .scroll-down-circle {
        top: 320px
    }
}

@media screen and (max-width: 480px) {
    ._m .s3 {
        padding-bottom:180px
    }

    ._m .s3 .section-title {
        margin-bottom: 90px
    }

    ._m .s3 .box {
        margin-bottom: 70px
    }

    ._m .s3 .txt-box strong,._m .s3 .stroke-txt {
        font-size: 40px
    }

    ._m .s3 .txt-box,._m .s3 .stroke-txt {
        bottom: -16px
    }

    ._m .s3 .scroll-down-circle {
        display: none
    }
}

@media screen and (max-width: 320px) {
    ._m .s3 .section-title {
        margin-bottom:70px
    }
}

._m .s4 .section-title .more {
    z-index: 0
}

._m .s4 .visual {
    position: relative;
    z-index: 1
}

._m .s4 .visual .img-area {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: inline-block;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: 0 auto
}

._m .s4 .visual .img-box {
    width: 100%;
    height: 100vh;
    margin: auto
}

._m .s4 .visual .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

._m .s4 .visual .txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translate(-50%, -50%)
}

._m .s4 .visual .section-title.n1 {
    position: absolute;
	text-align:right;
    left: 50%;
    top: calc(50% - 184px)
}

._m .s4 .visual .section-title.n1 small {
    color: #fff
}

._m .s4 .visual .section-title.n1 h4 {
    color: #fff;
}

._m .s4 .visual .section-title.n1 a {
    border-color: #797272;
    color: #fff
}

._m .s4 .visual .section-title.n1 p {
    color: #fff;
}


._m .s4 .visual .section-title.n2 small {
    color: transparent;
    -webkit-text-stroke: 1px #61E7FF;
    text-stroke: 1px #61E7FF;
}
	
._m .s4 .visual .section-title.n2 {
    position: absolute;
    right: unset;
    left: calc(70% + 2px);
    top: calc(50% - 184.5px);
	white-space:nowrap;
}

._m .s4 .visual .section-title.n2 h4 {
    color: transparent;
    -webkit-text-stroke: 1px #61E7FF;
    text-stroke: 1px #61E7FF;
	white-space:nowrap;
	text-align:left;
}
._m .s4 .visual .section-title.n2 p {
	text-align:left;
    color: transparent;
    -webkit-text-stroke: 1px #61E7FF;
    text-stroke: 1px #61E7FF;
	white-space:nowrap;
}

._m .s4 .horizon-scroll-area {
    margin-top: -200vh
}

._m .s4 .horizon-scroll-area .card {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    font-size: 0;
    z-index: 1
}

._m .s4 .horizon-scroll-area .card:nth-of-type(1) {
    margin-top: -150vh
}

._m .s4 .horizon-scroll-area .card:nth-of-type(2) {
    margin-top: -150vh
}

._m .s4 .horizon-scroll-area .card:nth-of-type(3) {
    margin-top: -150vh
}

._m .s4 .horizon-scroll-area .card:nth-of-type(4) {
    margin-top: -150vh
}

._m .s4 .horizon-scroll-area .img-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 100%;
    z-index: 10
}

._m .s4 .horizon-scroll-area .txt-area {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    padding-left: 100%;
    z-index: -1
}

._m .s4 .horizon-scroll-area .mini-box {
    width: auto;
    position: relative;
	overflow:hidden;
}

._m .s4 .horizon-scroll-area .img-box {
    width: calc(56700 / 1070 * 1vw)
}

._m .s4 .horizon-scroll-area .img-box span {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: calc(56700 / 1070 * 1%)
}

._m .s4 .horizon-scroll-area .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

._m .s4 .horizon-scroll-area .txt-box.n1 {
    position: absolute;
    top: 50%;
    left: 0
}

._m .s4 .horizon-scroll-area .txt-box.n1 small {
    color: #fff
}


._m .s4 .horizon-scroll-area .txt-box.n2 {
    color: #fff;
    display: inline-block;
}

._m .s4 .horizon-scroll-area .txt-box {
    text-align: right
}

._m .s4 .horizon-scroll-area small {
    font-size: 24px;
    letter-spacing: -0.025em;
    color: #FFF;
}

._m .s4 .horizon-scroll-area strong {
    display: block;
    font-size: 95px;
    color: transparent;
    font-weight: 400;
    -webkit-text-stroke: 1px #61E7FF;
    text-stroke: 1px #61E7FF;
}
._m .s4 .horizon-scroll-area .txt-box.n1 strong{
    color: #fff;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
	font-weight:900;
}
._m .s4 .mobile {
    display: none;
    max-width: 95%;
    margin: 0 auto
}

._m .s4 .mobile .section-title {
    margin-bottom: 60px;
	font-weight:900;
	text-align:left;
}

._m .s4 .mobile #mobile-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto
}

._m .s4 .mobile #mobile-slide .swiper-slide-active .mini-box .img-box::before {
    background-color: transparent
}

._m .s4 .mobile #mobile-slide .swiper-slide-active .mini-box .txt-box small {
    color: #FFF;
}

._m .s4 .mobile #mobile-slide .swiper-slide-active .mini-box .txt-box strong {
    color: #FFF;
}

._m .s4 .mobile #mobile-slide .img-box {
    position: relative
}

._m .s4 .mobile #mobile-slide .img-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s
}

._m .s4 .mobile #mobile-slide .txt-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right
}

._m .s4 .mobile #mobile-slide .txt-box small {
    font-size: 16px;
    color: #7e7e7e;
    transition: all 0.3s
}

._m .s4 .mobile #mobile-slide .txt-box strong {
    font-size: 50px;
    color: #7e7e7e;
    display: block;
    line-height: 1.3;
    letter-spacing: -0.025em;
    font-weight: 800;
    font-family: "Poppins";
    transition: all 0.3s
}

._m .s4 .mobile #mobile-slide .arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: 1
}

._m .s4 .mobile #mobile-slide .arrow .swiper-button-next,._m .s4 .mobile #mobile-slide .arrow .swiper-button-prev {
    position: absolute;
    margin-top: 0;
    top: -30px;
    height: 60px
}

._m .s4 .mobile #mobile-slide .arrow .swiper-button-next::after,._m .s4 .mobile #mobile-slide .arrow .swiper-button-prev::after {
    color: #fff
}

._m .s4 .mobile #mobile-slide .arrow .swiper-button-next {
    left: unset;
    right: 30px;
}

._m .s4 .mobile #mobile-slide .arrow .swiper-button-prev {
    right: unset;
    left: 30px;
}

@media screen and (max-width: 1280px) {
    ._m .s4 .horizon-scroll-area .img-box {
        width:70vw
    }
}

@media screen and (max-width: 1024px) {
    ._m .s4 .visual .section-title.n1,._m .s4 .visual .section-title.n2 {
        left:50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    ._m .s4 .horizon-scroll-area .img-box {
        width: 80vw
    }
}

@media screen and (max-width: 820px) {
    ._m .s4 .visual {
        display:none
    }

    ._m .s4 .horizon-scroll-area {
        display: none
    }

    ._m .s4 {
        padding-bottom: 360px
    }

    ._m .s4 .mobile {
        display: block
    }
}

@media screen and (max-width: 768px) {
	._m .s4{padding-bottom:3px;}
	._m .s4 .mobile .section-title{padding:50px 0; margin-bottom:0;}
}
@media screen and (max-width: 480px) {
    ._m .s4 {
        padding-bottom:250px
    }

    ._m .s4 .mobile #mobile-slide .txt-box strong {
        font-size: 30px
    }

    ._m .s4 .mobile #mobile-slide .arrow .swiper-button-next::after,._m .s4 .mobile #mobile-slide .arrow .swiper-button-prev::after {
        font-size: 30px
    }
}

@media screen and (max-width: 320px) {
    ._m .s4 {
        padding-bottom:220px
    }
}

._m .s5 {
    padding-bottom: 340px
}

._m .s5 .section-title {
    position: relative;
    margin-bottom: 130px
}

._m .s5 .section-title .more {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0
}

._m .s5 .con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 62px
}

._m .s5 .con .box>strong {
    font-size: 31px;
    letter-spacing: -0.025em;
    font-weight: 700;
    line-height: 1.6;
    color: #9a9a9a;
    border-bottom: 5px solid #9a9a9a;
    display: block;
    padding-bottom: 47px;
    margin-bottom: 35px;
    transition: color 0.3s
}

._m .s5 .con .box>p {
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 500;
    line-height: 2;
    color: #9a9a9a;
    transition: color 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

._m .s5 .con .box>p img {
    display: none
}

._m .s5 .con .box:hover strong {
    border-color: #fff;
    color: #fff
}

._m .s5 .con .box:hover p {
    color: #fff
}

@media screen and (max-width: 1280px) {
    ._m .s5 {
        padding-bottom:240px
    }

    ._m .s5 .con {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 100px 30px
    }
}

@media screen and (max-width: 768px) {
    ._m .s5 {
        padding-bottom:180px
    }

    ._m .s5 .con {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 100px
    }

    ._m .s5 .con strong {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 480px) {
    ._m .s5 .con {
        max-width:90vw;
        margin: 0 auto
    }

    ._m .s5 .con strong {
        font-size: 20px
    }

    ._m .s5 .con p {
        font-size: 16px
    }

    ._m .s5 .section-title .more {
        position: relative;
        margin-top: 30px
    }

    ._m .s5 .section-title {
        margin-bottom: 100px
    }
}