/*Section1*/
.section1 {
    position: relative;
    min-height: 100vh;
    position: relative;
}

.section1::after {
    width: 100%;
    height: 100vh;
    content: '';
    background: linear-gradient(0deg, rgba(0, 8, 72, 1) 20%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ball {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 0;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
}

.ball_inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1.isReady .aBall {
    transform: none;
    transition: transform 1s;

}

.aBall {
    width: 35%;
    aspect-ratio: 1 / 1;
    position: relative;
    background: url(../img/ball_bg.png) no-repeat center center;
    background-size: cover;
    transform: scale(0) rotate(90deg);
    transition: transform 1s;
}

.aBall img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.aBall.is-inview {
    opacity: 0;
}

.div {
    width: 100%;
    height: 100vh;
    position: relative;
}

.ballImg08,
.ballImg09,
.ballImg10,
.ballImg11 {
    opacity: 0;
}

.div01 svg {
    width: 80%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 100px;
    right: 100px;

    fill: #fff;
    fill-opacity: 0;
    stroke: url(#gradation-1);
    stroke-linecap: round;
    stroke-linejoin: round;
}


.isReady svg #logo01 {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.isReady svg #logo02 {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .6s;
    animation-delay: 0.6s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.isReady svg #logo03 {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .7s;
    animation-delay: 0.7s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.isReady svg #logo04 {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .8s;
    animation-delay: 0.8s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.isReady svg #logo05 {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .9s;
    animation-delay: 0.9s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.isReady svg #logo06 {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1.0s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.isReady svg #logo07 {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.isReady svg #logo08 {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.isReady svg #logo09 {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

-webkit-keyframes dash1 {
    0% {
        stroke-dashoffset: 800;
        stroke-width: 3px;
    }

    50% {
        stroke-dashoffset: 1600;
        stroke-width: 0.1px;
    }

    50.1% {
        stroke-dashoffset: 800;
    }

    80% {
        stroke-width: 2px;
        fill: #1bb;
        fill-opacity: 0;
    }

    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
        stroke-width: 0;
        fill: #fff;
        fill-opacity: 1;
        stroke-dasharray: 400;
    }
}

@keyframes dash1 {
    0% {
        stroke-dashoffset: 800;
        stroke-width: 3px;
    }

    50% {
        stroke-dashoffset: 1600;
        stroke-width: 0.1px;
    }

    50.1% {
        stroke-dashoffset: 800;
    }

    80% {
        stroke-width: 2px;
        fill: #1bb;
        fill-opacity: 0;
    }

    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
        stroke-width: 0;
        fill: #fff;
        fill-opacity: 1;
        stroke-dasharray: 400;
    }
}

.div01 p {
    width: 30%;
    position: absolute;
    top: 120px;
    left: 60px;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: 1s;
}

.section1.isReady .div01 p {
    opacity: 1;
    transition: 1s;
    transition-delay: 1s;
}

.content02 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content02 .contentContainer {
    height: 100vh;
}

.content02 .contentContainer h1 {
    width: 50%;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    position: absolute;
    top: 120px;
    right: 40px;
    text-align: right;

    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}

.content02 .contentContainer p {
    text-transform: uppercase;
    width: 80%;
    font-size: 1.6vw;
    line-height: 1.2em;
    position: absolute;
    bottom: 16vw;
    left: 60px;

    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}

.section1.isReady .content02 h1,
.section1.isReady .content02 p {
    opacity: 1;
    transition: 1s;
    transition-delay: 1.5s;
}


.div02 {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    padding: 0 50px;
}

.div02 p {
    display: block;
}

.div02 p:first-child {
    font-size: 30px;
    line-height: 1em;
}

.div02 p:nth-child(2) {
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
}

.div02 a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    line-height: 1.5em;
}

.div02 a i {
    font-size: 60px;
}

.div03 {
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 50px 100px;
    line-height: 1.2em;
    font-size: 20px;
}

.div3Row {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    perspective: 600px;
    -webkit-perspective: 600px;
}

.div3Row:last-child {
    counter-reset: step-counter 3;
}

.div3Content {
    counter-increment: step-counter;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px 10px;
    border: 1px solid var(--darkGray);
    position: relative;
    z-index: 0;
    /*backdrop-filter: blur(10px);*/

    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;

    transform-origin: center top;
    transform-style: preserve-3d;

}

.div3Content::before {
    content: 'feature';
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
}

.div3Content::after {
    content: "00" counter(step-counter);
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 1;
}

/*Section2*/
.section2 {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 8, 72, 1) 10%, rgba(0, 0, 0, 1) 50%);

}

.section2Img {
    width: 105%;
    height: auto;
    position: absolute;
    bottom: 20%;
    left: -2.5%;
    z-index: 0;
    opacity: .7;
}

.section2 .content {
    border-top: 1px solid var(--darkGray);
    border-bottom: 1px solid var(--darkGray);
    z-index: 1;
}

.section2Left {
    width: 66.66%;
}

.section2Right {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    border-left: 1px solid var(--darkGray);
}

.section2Right video {
    width: 80%;
    display: block;

    mask-image: url(../img/iPhone.webp);
    mask-size: 87% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../img/iPhone.webp);
    -webkit-mask-size: 87% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.section2Title {
    height: 200px;
    border-bottom: 1px solid var(--darkGray);
    font-size: 2.5vw;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section2Title div {
    width: 90%;
}

.section2Title div:first-child {
    text-align: left;
}

.section2Title div:last-child {
    text-align: right;
}

.section2Content {
    width: 100%;
    height: calc(100% - 200px);
    text-transform: uppercase;
    padding: 30px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
}

.section2Bottom {
    width: 33.33%;
    aspect-ratio: 1 / 1;
    border-top: 1px solid var(--darkGray);
    border-right: 1px solid var(--darkGray);
    display: flex;
    text-align: center;
}

.section2Bottom:last-child {
    border-right: none;
}

.section2Bottom:nth-child(3) {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2em;

}

.section2Bottom:nth-child(4),
.section2Bottom:nth-child(5) {
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
    padding: 30px 30px;
    line-height: 1.2em;
}

#bm {
    width: 55%;
    height: auto;
    margin: 0 auto;
}

.section2BottomTop p {
    margin-top: 10px;
    color: var(--lightGray);
}
.section2BottomTop .small{
    font-size: 16px;
}

/*Section3*/
.section3 {
    position: relative;
    background: url(../img/bg01.webp) no-repeat bottom center;
    background-size: cover;
    height: 70vh;
    z-index: 0;

}

.section3::before {
    width: 100%;
    height: 20%;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section3 .content {
    height: 100%;
    padding: 50px 50px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid var(--darkGray);
}

.section3Title {
    display: flex;
    flex-direction: row;
    line-height: 1.2em;
    text-transform: uppercase;
    align-items: center;
    gap: 10px;
}

.section3Title .word {
    perspective: 600px;
    -webkit-perspective: 600px;
}

.section3Title .word .char {
    display: inline-block;
    transform-origin: center top;
    transform-style: preserve-3d;
}

.section2TitleMain {
    font-size: 6.5vw;
    font-weight: bold;
}

.section2TitleSub {
    font-size: 2.5vw;
    line-height: 1.1em;
}

.section3Content {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5em;
}

.section3Img {
    height: 65%;
    position: absolute;
    right: 50px;
    top: 18.5%;
}

/*Section4*/
.section4 {
    position: relative;
    background: url(../img/bg02.webp) no-repeat top center;
    background-size: cover;
    height: 450px;
    overflow: hidden;
}

.section4 .content {
    height: 100%;
    padding: 50px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    border-bottom: 1px solid var(--darkGray);
    line-height: 1em;
}

.section4Img {
    display: block;
    width: 50%;
    position: absolute;
    top: -25%;
    left: 25%;
    mix-blend-mode: luminosity;
}

.puprimeLogo {
    display: block;
    width: 20%;
    height: auto;
    fill: #fff;
    fill-opacity: 0;
    stroke: url(#gradation-1);
    stroke-linecap: round;
    stroke-linejoin: round;
}

.puprimeLogo.is-inview .puprimeLogoPath:nth-child(1) {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.puprimeLogo.is-inview .puprimeLogoPath:nth-child(2) {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .6s;
    animation-delay: 0.6s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.puprimeLogo.is-inview .puprimeLogoPath:nth-child(3) {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .7s;
    animation-delay: 0.7s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.puprimeLogo.is-inview .puprimeLogoPath:nth-child(4) {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .8s;
    animation-delay: 0.8s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.puprimeLogo.is-inview .puprimeLogoPath:nth-child(5) {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: .9s;
    animation-delay: 0.9s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.puprimeLogo.is-inview .puprimeLogoPath:nth-child(6) {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1.0s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.puprimeLogo.is-inview .puprimeLogoPath:nth-child(7) {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.puprimeLogo.is-inview .puprimeLogoPath:nth-child(8) {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.puprimeLogo.is-inview .puprimeLogoPath:nth-child(9) {
    -webkit-animation: dash1 2s linear forwards;
    animation: dash1 2s linear forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.section4 .content h2 {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1em;
}

.section4 .content p {
    font-size: 14px;
    color: var(--lightGray);
}

/*Section5*/

.section5 .content {
    border-bottom: 1px solid var(--darkGray);
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;

}

.section5Left {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    border-right: 1px solid var(--darkGray);
}

.section5Right {
    width: 66.66%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

#bm2 {
    width: 55%;
    height: auto;
}

.section5Left h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    line-height: 1em;
}

.aNews {
    display: flex;
    width: 100%;
    height: 25%;
    border-bottom: 1px solid var(--darkGray);
    padding: 10px 20px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2em;
}

.aNews:last-child {
    border-bottom: none;
}

.newsDate {
    font-size: 12px;
    color: var(--lightGray);
}

.newsContent {
    width: 100%;
    white-space: nowrap;
}

/*Section7*/
.section7 .content {
    padding: 50px 0;
    height: 80vh;
    border-bottom: 1px solid var(--darkGray);
}

.tradingview-widget-container {
    width: calc(100% - 10px) !important;
}




/*////RWD////*/
@media screen and (max-width:1660px) {}

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

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

@media screen and (max-width:1280px) {
    .div01 p {
        top: 100px;
        left: 40px;
    }

    .content02 .contentContainer h1 {
        width: 50%;
        font-size: 14px;
    }

    .content02 .contentContainer p {
        bottom: 200px;
    }

    /*Section4*/
    .section4 {
        height: 350px;
    }
}

@media screen and (max-width:1024px) {
    .div01 p {
        top: 110px;
        left: 30px;
    }

    .content02 .contentContainer h1 {
        width: 40%;
        top: 110px;
        right: 30px;
    }

    .content02 .contentContainer p {
        bottom: 185px;
        left: 35px;
    }

    .div02 p:first-child {
        font-size: 24px;
    }

    .div02 p:nth-child(2) {
        font-size: 36px;
    }

    .div3Row {
        width: 30%;
    }

    .div03 {
        font-size: 14px;
    }

    /*Section4*/
    .section4 .content h2 {
        font-size: 2em;
    }


}

@media (orientation:landscape) and (max-height:767px) {}

@media (orientation:portrait) and (max-height:1180px) {
    .div01 svg {
        width: 90%;
        right: 5%;
    }

    .aBall {
        width: 50%;
    }

    .div01 p {
        top: 100px;
        left: 30px;
    }

    .content02 .contentContainer p {
        font-size: 20px;
        bottom: 180px;
        left: 5%;
    }

    .div02 p:first-child {
        font-size: 24px;
    }

    .div3Row {
        width: 50%;
    }

    .div03 {
        font-size: 20px;
        padding: 100px 100px;
    }

    /*Section2*/

    .section2Right video {
        width: 90%;
    }

    .section2Img {
        bottom: 40%;
    }

    .section2Bottom {
        width: 100%;
    }

    .section2BottomTop h2 {
        font-size: 2em;
    }

    .section2BottomTop p {
        font-size: 16px;
        margin-top: 20px;
    }

    .section2BottomBottom {
        font-size: 20px;
        line-height: 1.5em;
    }

    .section2Bottom:nth-child(3) {
        border-right: none;

    }

    /*Section3*/
    .section3 {
        height: auto;
    }

    .section3 .content {
        justify-content: center;
        gap: 50px;
    }

    .section3Img {
        width: 100%;
        height: auto;
        position: relative;
        order: 2;
        margin: 0 auto;
        right: auto;
        top: auto;
    }

    .section3Content {
        order: 3;
    }

    .section2TitleMain {
        font-size: 10.5vw;
    }

    .section2TitleSub {
        font-size: 3.5vw;
    }

    /*Section4*/
    .section4 {
        height: 300px;
    }

    .section4Img {
        width: 60%;
        top: -30%;
        left: 20%;
    }

    .puprimeLogo {
        width: 30%;
    }


}

@media (orientation:portrait) and (max-height:1024px) {}

@media screen and (max-width:480px) {
    .tradingview-widget-container {
        width: 100% !important;
    }

    .div01 p {
        width: 40%;
        top: 70px;
        left: 30px;
        font-size: 12px;
    }

    .content02 .contentContainer h1 {
        top: 70px;
        right: 30px;
        font-size: 20px;
        line-height: 1.2em;
        text-transform: inherit;
        font-weight: normal;
    }

    .content02 .contentContainer p {
        text-transform: inherit;
        font-size: 14px;
        bottom: 110px;
        left: 5%;
    }


    .div01 svg {
        width: 90%;
        right: 5%;
        bottom: 60px;
    }

    .aBall {
        width: 80%;
    }

    .div02 p:first-child {
        font-size: 20px;
    }

    .div02 p:nth-child(2) {
        font-size: 32px;
    }

    .div02 a {
        line-height: 1.2em;
        font-size: 12px;
    }

    .div03 {
        font-size: 14px;
        padding: 100px 20px;
    }

    .div3Row {
        width: calc(50% - 10px);
    }

    /*Section2*/
    .section2Left,
    .section2Right {
        width: 100%;
    }

    .section2Title {
        font-size: 5vw;
    }

    .section2Right video {
        width: 80%;
    }

    .section2Img {
        width: 110%;
        bottom: 70%;
        left: -5%;
    }

    .section2BottomTop h2 {
        font-size: 1.5em;
    }

    .section2BottomTop p {
        font-size: 14px;
        margin-top: 10px;
    }

    .section2BottomBottom {
        font-size: 16px;
        line-height: 1.5em;
    }

    /*Section3*/
    .section3 .content {
        padding: 50px 20px;
    }
    .section2TitleMain {
        font-size: 16.5vw;
    }

    .section2TitleSub {
        font-size: 6vw;
    }

    .section3Content {
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .section3Title{
        width: 100%;
        justify-content: center;
    }

    /*Section4*/
    .section4 .content {
        justify-content: flex-start;
        padding: 30px 30px;
    }

    .section4Img {
        width: 100%;
        top: 0;
        left: 0%;
    }

    .section4 .content h2 {
        font-size: 1.5em;
    }

    .puprimeLogo {
        width: 40%;
    }

    .section4 .btn {
        width: 45%;
        font-size: 12px;
    }

    /*Section5*/
    .section5Left {
        width: 100%;
        aspect-ratio: 1 / 1;
        border-right: none;
        border-bottom: 1px solid var(--darkGray);
    }

    .section5Right {
        width: 100%;
    }
}

/*Iphone XR 414*896 */
@media (orientation: portrait) and (max-height:896px) {}

/*Iphone 12Pro 390*844 */
@media (orientation: portrait) and (max-height:844px) {}

@media (orientation: portrait) and (max-width:390px) {}

/*Iphone 10 375*812 */
@media (orientation: portrait) and (max-height:812px) {}

@media (orientation: portrait) and (max-width:375px) {}

/*Iphone 8Plus 414*736 */
@media (orientation: portrait) and (max-height:736px) {}

/*Iphone 8 375*667 */
@media (orientation: portrait) and (max-height:667px) {}

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

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