/*---------------------------------

  共通

---------------------------------*/


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

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

}

/*---------------------------------

  KV

---------------------------------*/

.kv{
    position: relative;
    min-height: 740px;
    background: url(../images/lp/kv_cloud_05.png) repeat-x bottom center , linear-gradient(105.96deg, #FFBCD0 1.51%, #FFF7D1 98.73%);
    background-size: 655px , 100%;
    overflow: hidden;
}
.kv::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 571px;
    height: 298px;
    background: url(../images/lp/kv_cloud_04.png) no-repeat left bottom;
    background-size: 571px;
}
.kv::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 492px;
    height: 163px;
    background: url(../images/lp/kv_cloud_06.png) no-repeat right bottom;
    background-size: 492px;
}

.kv .frame{
    position: relative;
    background: url(../images/lp/kv_cloud_03.png) repeat-x top;
    background-size: 257px;
    
}
.kv .frame::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 572px;
    height: 213px;
    background: url(../images/lp/kv_cloud_01.png) no-repeat right top , url(../images/lp/kv_cloud_02.png) no-repeat right 184px top 0;
    background-size: 273px , 388px;
    transform: scale(-1,1);
}
.kv .frame::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 650px;
    height: 213px;
    background: url(../images/lp/kv_cloud_01.png) no-repeat right top , url(../images/lp/kv_cloud_02.png) no-repeat right 262px top 0;
    background-size: 273px , 388px;
}

.kv .data{
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 162px 5% 0 5%;
    z-index: 1;
}
.kv .data::before{
    content: '';
    position: absolute;
    bottom: -170px;
    left: 30%;
    display: block;
    width: 200px;
    height: 200px;
    background: linear-gradient(111.93deg, #115CFF 7.03%, #BBFFFE 87.71%);
    border-radius: 50%;
    animation: fuwafuwa 3s ease-in-out infinite;
}
.kv .data::after{
    content: '';
    position: absolute;
    top: 380px;
    right: -1%;
    display: block;
    width: 150px;
    height: 150px;
    background: linear-gradient(118.65deg, #27E6A0 9.51%, #C3F6E4 91.63%);
    border-radius: 50%;
    animation: fuwafuwa 2.5s ease-in-out infinite;
}
.kv .catch{
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
}
.kv .catch::before{
    content: '';
    position: absolute;
    top: 50px;
    left: calc(65% - 310px);
    display: block;
    width: 77px;
    height: 77px;
    background: linear-gradient(118.65deg, #3CCFF7 9.51%, #F35FEE 91.63%);
    border-radius: 50%;
    z-index: -1;
    animation: fuwafuwa 2s ease-in-out infinite;
}
.kv .txt{
    margin-top: 24px; 
    font-weight: 800;
    line-height: 1.6;
}
.kv .illust{
    position: absolute;
    right: 10%;
    top: 60px;
    width: 100%;
    max-width: 700px;
    z-index: -1;
}
.kv .button{
    margin-top: 40px;
}


@media screen and (max-width:1024px){
 
    .kv .data{
        position: relative;
        width: 100%;
        max-width: 1500px;
        margin: auto;
        padding: 162px 5% 0 5%;
        z-index: 1;
    }
    .kv .data::before{
        bottom: -170px;
        left: 30%;
        width: 160px;
        height: 160px;
    }
    .kv .data::after{
        top: 380px;
        right: -1%;
        width: 130px;
        height: 130px;
    }
    .kv .catch{
        font-size: 40px;
    }
    .kv .illust{
        right: 2%;
        top: calc(50% - 120px);
        width: 65%;
        max-width: 600px;
    }

}

@media screen and (max-width:767px){
    
    .kv::before{
        width: 100%;
        height: 298px;
        background: url(../images/lp/kv_cloud_04.png) no-repeat left bottom;
        background-size: contain;
    }

    .kv .frame::before{
        width: 100%;
        height: 213px;
        background: url(../images/lp/kv_cloud_01.png) no-repeat right top , url(../images/lp/kv_cloud_02.png) no-repeat right 184px top 0;
        background-size: 273px , 388px;
    }
    
    .kv .data{
        padding: 44px 0 20px;
        text-align: center;
    }
    .kv .data::before{
        bottom: 30px;
        left: -15%;
        width: 130px;
        height: 130px;
    }
    .kv .data::after{
        top: 110px;
        right: -4%;
        width: 120px;
        height: 120px;
        z-index: -1;
    }
    .kv .catch{
        font-size: 34px;
        font-weight: 900;
        line-height: 1.2;
    }
    .kv .catch::before{
        top: 20px;
        left: calc(35% - 170px);
        width: 60px;
        height: 60px;
    }
    .kv .txt{
        margin-top: 15px;
        line-height: 1.4;
    }
    .kv .illust{
        position: relative;
        top: 30px;
        right: 0;
        width: 100%;
        max-width: 500px;
    }
    .kv .button{
        margin: 60px auto 0;
        text-align: left;
    }
    
}



/*---------------------------------

  bloc_about

---------------------------------*/

.bloc_about{
    position: relative;
    padding: 104px 0 316px;
    background: linear-gradient(180deg, #FFFFFF 0%, #CAFCF6 66.02%, #FFF9E4 93.42%);
    overflow: hidden;
}
.bloc_about::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/lp/about_bg_02.png) no-repeat bottom;
    background-size: 1920px;
}
.bloc_about::after{
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/lp/about_bg_01.png) no-repeat bottom , linear-gradient(180deg, #FFF7F5 0%, #FFFFFF 100px , transparent 100px);
    background-size: 100% , 100%;
}

.bloc_about .text_loop{
    height: 80px;
    margin: 0 0 120px;
    background: #00F2B5;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.bloc_about .text_loop::before{
    content: '';
    position: absolute;
    top: 170px;
    right: calc(40% - 400px);
    display: block;
    width: 242px;
    height: 242px;
    background: linear-gradient(118.65deg, #3CCFF7 9.51%, #F35FEE 91.63%);
    border-radius: 50%;
    animation: fuwafuwa 3s ease-in-out infinite;
}
.bloc_about .text_loop::after{
    content: '';
    position: absolute;
    top: 420px;
    left: -20px;
    display: block;
    width: 140px;
    height: 140px;
    background: linear-gradient(136.26deg, #FF8A99 16.91%, #FFD6CD 53.75%, #FFF5BC 84.72%);
    border-radius: 50%;
    animation: fuwafuwa 2.5s ease-in-out infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.bloc_about .text_loop .flex{
    width: max-content;
}
.bloc_about .text_loop .en{
    display: inline-block;
    width: max-content;
    margin: 0 0 0 40px;
    color: #211F35;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.4;
    animation: loop-slide 40s infinite linear 1s both;
}
.bloc_about .text_loop .en::before{
    content: 'WELCOME TO HACONIWORLD';
    display: inline-block;
    margin: 0 40px 0 0;
}
.bloc_about .text_loop .en::after{
    content: 'WELCOME TO HACONIWORLD';
    display: inline-block;
    margin: 0 0 0 40px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.bloc_about .inner{
    max-width: 920px;
}
.bloc_about .box{
    position: relative;
    padding: 60px 120px 80px;
    background: rgba(255,255,255,.85);
    border-radius: 40px;
    text-align: center;
    line-height: 2.2;
}

.bloc_about .box::after{
    content: '';
    position: absolute;
    bottom: -200px;
    right: 12%;
    display: block;
    width: 130px;
    height: 130px;
    background: linear-gradient(118.65deg, #FF95C1 9.51%, #FFC4CC 49.39%, #C8E7F4 91.63%);
    border-radius: 50%;
    animation: fuwafuwa 3s ease-in-out infinite;
    z-index: 1;
}
.bloc_about .box p{
    margin: 30px 0 0;
}
.bloc_about .button{
    position: relative;
    margin: 56px auto 0;
    text-align: left;
    z-index: 2;
}



@media screen and (max-width:1024px){
    
    .bloc_about .text_loop::before{
        top: 170px;
        right: 2%;
        width: 180px;
        height: 180px;
    }
    
}


@media screen and (max-width:767px){
    
    .bloc_about{
        padding: 90px 0 316px;
    }
    .bloc_about::after{
        background: url(../images/lp/about_bg_01.png) no-repeat bottom , linear-gradient(180deg, #FFF7F5 0%, #FFFFFF 80px , transparent 80px);
        background-size: 100% , 100%;
    }
    
    .bloc_about .text_loop{
        height: 66px;
        margin: 0 0 80px;
    }
    .bloc_about .text_loop::before{
        top: 170px;
        right: 2%;
        width: 144px;
        height: 144px;
    }
    .bloc_about .text_loop .en{
        font-size: 40px;
        line-height: 1.5;
    }    
    .bloc_about .box{
        padding: 40px 5% 40px;
        line-height: 2;
    }

    .bloc_about .box p{
        margin: 24px 0 0;
        font-size: 14px;
    }
    .bloc_about .button{
        margin: 40px auto 0;
    }
    
}

/*---------------------------------

  bloc_howto

---------------------------------*/

.bloc_howto{
    padding: 0 0 120px;
}
.bloc_howto .title{
    margin-bottom: 48px;
}
.bloc_howto .movie{
    width: 90%;
    max-width: 920px;
    margin: 0 auto 200px;
    border-radius: 40px;
    overflow: hidden;
}
.bloc_howto .movie iframe{
    width: 100%;
    aspect-ratio: 16/9;
}
.box_lets_hw{
    position: relative;
    padding: 120px 0 96px;
    background: radial-gradient(74.69% 108.27% at 50% 50%, #91EAEF 21.15%, #5A94F7 70.67%, #6C66A8 100%);
    border-radius: 90px;
    overflow: hidden;
}

.box_lets_hw::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/lp/lets_hw_img_02.png) no-repeat top 480px left -90px , url(../images/lp/lets_hw_img_04.png) no-repeat bottom 84px left 84px;
    background-size: 359px , 152px;
    z-index: 1;
}
.box_lets_hw::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/lp/lets_hw_img_01.png) no-repeat right -30px top 70px , url(../images/lp/lets_hw_img_03.png) no-repeat right 110px bottom 150px;
    background-size: 284px , 264px;
}
.box_lets_hw .text_loop{
    position: absolute;
    top: 50px;
    width: max-content;
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    opacity: .2;
    z-index: 0;
}
.box_lets_hw .text_loop .en{
    animation: loop-slide 20s infinite linear 1s both;
}

.box_lets_hw .ttl{
    position: relative;
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
}
.box_lets_hw .img{
    position: relative;
    display: block;
    width: 100%;
    max-width: 944px;
    margin: 56px auto 0;
}
.box_lets_hw .ttl::before{
    content: '';
    position: absolute;
    bottom: -140%;
    left: 40%;
    display: block;
    width: 22px;
    height: 33px;
    background: url(../images/lp/parts_kira.svg) no-repeat;
    background-size: 22px;
    animation: kirakira 3s linear infinite;
    z-index: 1;
}
.box_lets_hw .img::before{
    content: '';
    position: absolute;
    top: 38%;
    left: 33%;
    display: block;
    width: 22px;
    height: 33px;
    background: url(../images/lp/parts_kira.svg) no-repeat;
    background-size: 22px;
    animation: kirakira 2.6s linear infinite;
}
.box_lets_hw .img::after{
    content: '';
    position: absolute;
    top: 28%;
    right: 35%;
    display: block;
    width: 22px;
    height: 33px;
    background: url(../images/lp/parts_kira.svg) no-repeat;
    background-size: 22px;
    animation: kirakira 2s linear infinite;
}

.box_lets_hw .button{
    position: relative;
    margin: 48px auto 0;
    z-index: 2;
}

@keyframes kirakira {
  0% {
    opacity: 0;
    transform: scale(0.6) rotate(0deg);
    filter: drop-shadow(0 0 0 rgba(255,255,255,0));
  }
  10% {
    opacity: 0.9;
    transform: scale(1.12) rotate(8deg);
    filter: drop-shadow(0 0 6px rgba(255,255,200,0.9));
  }
  35% {
    opacity: 0.4;
    transform: scale(0.92) rotate(-4deg);
    filter: drop-shadow(0 0 2px rgba(255,255,200,0.6));
  }
  60% {
    opacity: 0.95;
    transform: scale(1.0) rotate(2deg);
    filter: drop-shadow(0 0 8px rgba(255,255,220,0.95));
  }
  100% {
    opacity: 0;
    transform: scale(0.6) rotate(0deg);
    filter: drop-shadow(0 0 0 rgba(255,255,255,0));
  }
}

@media screen and (max-width:767px){
    .bloc_howto .title{
        margin-bottom: 24px;
    }
    .bloc_howto .movie{
        margin: 0 auto 90px;
        border-radius: 15px;
    }
    .box_lets_hw{
        padding: 75px 5% 44px;
        border-radius: 32px;
    }
    .box_lets_hw::before{
        background: url(../images/lp/lets_hw_img_02.png) no-repeat top 230px left -90px , url(../images/lp/lets_hw_img_04.png) no-repeat bottom 130px left 10px;
        background-size: 180px , 44px;
        z-index: 1;
    }
    .box_lets_hw::after{
        background: url(../images/lp/lets_hw_img_01.png) no-repeat right -30px top 70px , url(../images/lp/lets_hw_img_03.png) no-repeat right 10px bottom 130px;
        background-size: 140px , 130px;
    }
    .box_lets_hw .text_loop{
        top: 25px;
        font-size: 50px;
    }   
    .box_lets_hw .ttl{
        font-size: 24px;
    }
    .box_lets_hw .ttl::before{
        bottom: -100%;
        left: 40%;
        width: 13px;
        height: 20px;
        background: url(../images/lp/parts_kira.svg) no-repeat;
        background-size: 13px;
        animation: kirakira 3s linear infinite;
    }
    .box_lets_hw .img::before{
        top: 38%;
        left: 33%;
        width: 13px;
        height: 20px;
        background: url(../images/lp/parts_kira.svg) no-repeat;
        background-size: 13px;
    }
    .box_lets_hw .img::after{
        top: 28%;
        right: 35%;
        width: 13px;
        height: 20px;
        background: url(../images/lp/parts_kira.svg) no-repeat;
        background-size: 13px;
    }
    
}




/*---------------------------------

  bloc_features

---------------------------------*/

.bloc_features{
    position: relative;
    padding: 16px 0 150px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFD3DA 100%);
}
.bloc_features::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/lp/features_bg.png) no-repeat bottom;
    background-size: 100%;
    mix-blend-mode: overlay;
}

.bloc_features .title{
    margin-bottom: 16px;
}
.bloc_features .intro{
    width: fit-content;
    margin: 0 auto 150px;
    font-size: 20px;
    font-weight: 700;
}
.bloc_features .flex.inner{
    gap: 40px 2%;
    max-width: 1080px;
}
.bloc_features .flex li{
    position: relative;
    width: 32%;
    padding: 40px 32px 32px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 #FF3E9C1A;

}
.bloc_features .flex li::before{
    content: '01';
    position: absolute;
    top: -110px;
    left: 0;
    color: #FFD0D7;
    font-size: 76px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}
.bloc_features .flex li:nth-child(2)::before{
    content: '02';
}
.bloc_features .flex li:nth-child(3)::before{
    content: '03';
}
.bloc_features .flex li .ttl{
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
.bloc_features .flex li .ttl::before{
    content: '';
    display: block;
    width: 100%;
    height: 160px;
    margin: 0 0 32px;
    background: url(../images/lp/features_ico_01.png) no-repeat center;
    background-size: 160px;
}
.bloc_features .flex li:nth-child(2) .ttl::before{
    background: url(../images/lp/features_ico_02.png) no-repeat center;
    background-size: 160px;
}
.bloc_features .flex li:nth-child(3) .ttl::before{
    background: url(../images/lp/features_ico_03.png) no-repeat center;
    background-size: 160px;
}
.bloc_features .flex li span{
    display: inline-block;
    margin: 20px 0 0;
    font-size: 12px;
}
.bloc_features .button{
    margin: 54px auto 0;
}

@media screen and (max-width:1024px){
    
    .bloc_features .intro{
        margin: 0 auto 80px;
    }
    .bloc_features .flex.inner{
        gap: 50px 2%;
        max-width: 600px;
    }
    .bloc_features .flex li{
        width: 100%;
        padding: 40px 32px 32px;
    }
    .bloc_features .flex li::before{
        top: -70px;
    }
    
    .bloc_features .flex li .ttl::before{
        height: 120px;
        margin: 0 0 32px;
        background-size: 120px;
    }
    .bloc_features .flex li:nth-child(2) .ttl::before{
        background-size: 120px;
    }
    .bloc_features .flex li:nth-child(3) .ttl::before{
        background-size: 120px;
    }    
    
}

/*---------------------------------

  bloc_faq

---------------------------------*/

.bloc_faq{
    padding: 120px 0 110px;
}
.bloc_faq .title{
    margin-bottom: 40px;
}
.bloc_faq .inner{
    max-width: 1080px;
}
.bloc_faq .inner dt{
    position: relative;
    padding: 40px 100px 40px 132px;
    margin: 16px 0 0;
    background: #F5F5F5;
    border-radius: 30px;
    transition: .5s;
    cursor: pointer;
}
.bloc_faq .inner dt.minus{
    border-radius: 30px 30px 0 0;
}

.bloc_faq .inner dt::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    display: block;
    width: 28px;
    height: 2px;
    background: var(--text);
    z-index: 1;
}
.bloc_faq .inner dt::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    display: block;
    width: 28px;
    height: 2px;
    background: var(--text);
    z-index: 1;
    transform: rotate(90deg);
    transition: .5s;
}
.bloc_faq .inner dt.minus::after{
    transform: rotate(0deg);
}
.bloc_faq .inner dt .en{
    position: absolute;
    top: calc(50% - 38px);
    left: 32px;
    display: block;
    width: 76px;
    height: 76px;
    background: #FF3E9C;
    border-radius: 50%;
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
}
.bloc_faq .inner dd{
    display: none;
    position: relative;
    padding: 30px 100px 40px 132px;
    background: #F5F5F5;
    border-radius: 0 0 30px 30px;
}
.bloc_faq .inner dd .en{
    position: absolute;
    top: calc(50% - 38px);
    left: 32px;
    display: block;
    width: 76px;
    height: 76px;
    background: #C2C2C2;
    border-radius: 50%;
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
}
.bloc_faq .button{
    margin: 48px auto 0;
}



@media screen and (max-width:767px){
    
    .bloc_faq .inner dt{
        padding: 25px 65px 25px 88px;
        margin: 16px 0 0;
        border-radius: 20px;
    }
    .bloc_faq .inner dt.minus{
        border-radius: 20px 20px 0 0;
    }

    .bloc_faq .inner dt::before{
        right: 32px;
        width: 24px;
    }
    .bloc_faq .inner dt::after{
        right: 32px;
        width: 24px;
    }
    .bloc_faq .inner dt .en{
        top: calc(50% - 24px);
        left: 24px;
        width: 48px;
        height: 48px;
        font-size: 27px;
    }
    .bloc_faq .inner dd{
        padding: 25px 65px 25px 88px;
        border-radius: 0 0 20px 20px;
    }
    .bloc_faq .inner dd .en{
        top: calc(50% - 24px);
        left: 24px;
        width: 48px;
        height: 48px;
        font-size: 27px;
    }
}
