.btn {
    border-color: var(--Text);
}

/*Section1*/
.section1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

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

.div01 video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    transition: 0s;
}

.video02.is-inview {
    opacity: 0;
    transition: 0s;

}

.div01::after {
    width: 100%;
    height: 80vh;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.div01.is-inview::after {
    opacity: 0;
}

.hero {
    width: 100%;
    height: 100%;
    background: url(../img/bg03.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 3;
    clip-path: circle(0% at 50% 50%);
    mix-blend-mode: luminosity;
    transition: 1s;

    display: flex;
    justify-content: center;
    align-items: center;
}

.section1.isReady .hero {
    clip-path: circle(40% at 50% 0%);
    transition: 1s;
}

.heroImg01 {
    display: block;
    width: 66%;
    position: absolute;
    top: -48%;
    left: 17%;
    opacity: .6;
}

.heroTitle {
    margin-top: -7%;
    font-weight: 200;
    letter-spacing: 1em;
    color: var(--Green);
}

.hero svg {
    width: 45%;
    height: auto;
    display: block;
    position: absolute;
    top: 160px;
    right: 27.5%;

    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;
    }
}

.heroOutSide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

}

.heroOutSideInner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    text-align: center;

}

.heroOutSideInner p {
    display: block;
}

.heroOutSideInner p:first-child {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 40vh;
    letter-spacing: 5px;
}

.heroOutSideInner p:nth-child(2) {
    line-height: 1.2em;
    letter-spacing: 1px;
    color: var(--lightGray);
}

.heroOutSideInner p:last-child {
    font-size: 12px;
    color: var(--lightGray);
}

.ball {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
    opacity: .2;

}

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

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

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

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

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

.div02 {
    height: auto;
    position: relative;
    z-index: 3;
}

.div03 {
    height: auto;
    position: relative;
    z-index: 1;
}

.div03 .content {
    border-top: 1px solid var(--darkGray);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.div03Content {
    width: 33.33%;
    aspect-ratio: 1 / 1;
    border-right: 1px solid var(--darkGray);
    position: relative;
}

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

.div03Content div {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    position: relative;
}

.div03Content div:first-child {
    border-bottom: 1px solid var(--darkGray);
}

.div03Content02 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 20px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2em;
    text-align: center;
}

.div03Content div::before {
    width: 100%;
    text-align: center;
    content: 'investment rules';
    text-transform: uppercase;
    font-size: 10px;
    color: var(--Text);
    line-height: 1em;
    font-weight: 300;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
}




/*Section2*/
.section2{
    background: transparent;
}
.section2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: -1;
}
.div02 .content,
.section2 .content {
    border-top: 1px solid var(--darkGray);
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.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:nth-child(4) {
    border-right: none;
    border-right: none;
}
.section2Bottom:nth-child(2){
    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(3),
.section2Bottom:nth-child(4){
    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;
  }
  #bm svg,
  #bm svg path {
      stroke: var(--Text) !important;
      fill: var(--Text) !important;
  }
.section2BottomTop p{
    margin-top: 10px;
}
.section2BottomTop .small{
    font-size: 16px;
}

.section2Blank{
    width: 100%;
    padding: 50px 0;
}
/*Section3*/
.section3 {
    position: relative;
    background: transparent;

}

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

.section3 .content {
    border-bottom: 1px solid var(--darkGray);
    padding: 20vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tri {
    margin-top: -5%;
    width: 30%;
    aspect-ratio: 1 / 1;
    position: relative;
    background: url(../img/tri.png) no-repeat center center;
    background-size: 95% 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tri div {
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20%;
}

.triImg01 {
    width: 35%;
    position: absolute;
    top: 82%;
    left: -32%;
}

.triImg02 {
    width: 30%;
    position: absolute;
    top: 78%;
    right: -24%;
}

.triImg03 {
    width: 30%;
    position: absolute;
    top: -30%;
    left: 35%;
}

/*Section5*/
.section5 {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: .5s;
}

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

.section5.is-inview .puprimeLogo .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;
}

.section5.is-inview .puprimeLogo .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;
}

.section5.is-inview .puprimeLogo .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;
}

.section5.is-inview .puprimeLogo .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;
}

.section5.is-inview .puprimeLogo .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;
}

.section5.is-inview .puprimeLogo .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;
}

.section5.is-inview .puprimeLogo .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;
}

.section5.is-inview .puprimeLogo .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;
}

.section5.is-inview .puprimeLogo .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;
}

#video03 {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .7;
}

.section5.is-inview {
    height: 450px;
    transition: .5s;
}

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

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

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

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

.footerBall {
    opacity: 0;
}

.footerBall.is-inview {
    opacity: 1;
}

/*////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) {
    .tri {
        width: 40%;
    }

    /*Section5*/
    .section5.is-inview {
        height: 350px;
    }
}

@media screen and (max-width:1024px) {
    .hero {
        background-attachment: inherit;
    }

    .hero svg {
        top: 140px;
    }

    .heroTitle {
        margin-top: -15%;
    }

    /*Section5*/
    .section5 .content h2 {
        font-size: 2em;
    }

}

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

@media (orientation:portrait) and (max-height:1180px) {
    .hero svg {
        width: 50%;
        right: 25%;
    }

    .heroTitle {
        margin-top: -60%;
    }

    .aBall {
        width: 50%;
    }

    .heroOutSideInner {
        padding: 0 100px;
    }

    .heroOutSideInner p:nth-child(2) {
        font-size: 16px;
        margin-top: 10px;
    }

    .box02,
    .box03 {
        font-size: 24px;
    }

    .div03 .content {
        flex-direction: column;
    }

    .div03Content {
        width: 100%;
        border-right: none;
    }

    .div03Content02 {
        order: -1;
        border-bottom: 1px solid var(--darkGray);
    }

    .div03Content03 {
        border-top: 1px solid var(--darkGray);
    }

    .div03Content div {
        font-size: 40px;
    }

    .div03Content div::before {
        font-size: 16px;
    }

    /*Section2*/
    .div02 .content,
    .section2 .content {
        flex-direction: column;
    }
    .section2::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 60%);
    }
    .section2Left,
    .section2Right {
        width:100%;
    }

    .section2Right{
        border-left: none;
    }
    .section2Right video {
        width: 80%;
    }

    .section2Bottom {
        width: 100%;
        border-right: none !important;
    }

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

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


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

    /*Section3*/
    .section3 .content {
        padding: 15vh 0;
    }

    .tri {
        width: 50%;
    }

    /*Section5*/
    .section5.is-inview {
        height: 350px;
    }

    .puprimeLogo {
        width: 30%;
    }

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

}

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

    /*section5*/
    .section5 .content h2 {
        font-size: 1.8em;
    }
}

@media screen and (max-width:480px) {
    .status {
        background: transparent;
    }

    .section1.isReady .hero {
        clip-path: circle(50% at 50% 0%);
    }

    .hero svg {
        width: 80%;
        right: 10%;
        top: 140px;
    }

    .heroTitle {
        margin-top: -70%;
        font-size: 20px;
    }

    .heroOutSideInner {
        padding: 0 20px;
    }

    .aBall {
        width: 80%;
    }

    .div03Content div::before {
        font-size: 14px;
    }

    .div03Content div {
        font-size: 26px;
        line-height: 1em;
    }

    /*Section2*/

    .section2Title {
        font-size: 8vw;
    }

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

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

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

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

    /*Section3*/
    .tri {
        width: 55%;
    }

    .tri div {
        font-size: 22px;
    }

    /*Section5*/
    .section5 {
        height: 400px;
    }

    .section5::before {
        content: '';
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    }

    .section5::after {
        content: '';
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);

    }

    .section5 .content {
        padding: 30px 30px;
    }

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

    .section5 .content h2 {
        font-size: 1.2em;
    }

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

    .puprimeLogo {
        width: 40%;
        fill-opacity: 1;
    }
}

/*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) {}