.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
    transition: 0.5s;
}
.menu-btn span:after {
    top: 8px;
    transition: 0.5s;
}

.lang_btn {
    position: fixed;
    top: 31px;
    right: 70px;
    z-index: 9999;
}

.lang_btn a{
background-color: #DB4A39;
color: #fff !important;
font-size: 13px;
padding: 5px 10px;
border: 1px #fff solid;
opacity: 1;
transition: 0.5s;
}
.lang_btn a:hover{
    transition: 0.5s;
    background-color: #fff;
    color: #DB4A39 !important;
        }


#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #DB4A39;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    list-style: none;
}

.menu-content ul li span{
    font-size: 8px;
    margin-left: 5px;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 15px 10px;
    position: relative;
    font-family: 'Ropa Sans', sans-serif;
    color: #fff;
    font-size: 35px;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 80;
    background-color: #DB4A39;
    transition: all 0.5s;/*アニメーション設定*/
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#menu-btn-check:checked ~ .menu-content {
    display: block;
    animation: appear .5s ease;
}
@keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }



.menu_os_bnr{
    margin: auto;
    text-align: center;
    max-width: 580px;
    width: 100%;
    bottom: 20px;
}
.menu_os_bnr a{
    opacity: 1;
    transition: 0.5s;
}
.menu_os_bnr a:hover{
    opacity: 0.5;
    transition: 0.5s;
}
.menu_os{
    font-family: 'Ropa Sans', sans-serif;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 20px auto;
}
.menu_os_bnr img{
    max-width: 500px;
}

@media screen and (max-width: 768px) {
    .menu_os_bnr img{
        width: 100%;
        max-width: 90%;
        text-align: center;
        bottom: 20px;

    }

}

.fv{
    position: relative;
    height: 100vh; 
}
.mv_video{
    position: fixed;
    z-index: -5;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
video{
    vertical-align: bottom;
  }

.fv_orange{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -4;
    height: 140vh;
    background-color: #DB4A39;
    width: 112px;
}

.fv_rider{
    text-align: center;
    position: absolute;
    left: 37%;
    bottom: 0;
    z-index: 0;
    max-height: 600px;
}
.fv_rider img{
    width: 100%;
}

.fv_copy{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
}
.fv_copy img{
    max-width: 80px;
}


.fv_logo{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
}
.fv_logo img{
    max-width: 250px;
}



.fv_bg{
    position: absolute;
    z-index: -5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 100vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.wrap_intro{
    width: 100%;
    background-color: #DB4A39;
    padding-top:120px;
}

.it_copy{
    margin-bottom: -7vw;
}
.it_copy img{
    width: 100%;
}


@media screen and (max-width: 768px) {
    .it_copy img{
        width: 100%;
    }
    .fv_copy img{
        max-width: 50px;
    }
    .fv_copy{
        top: 60%;
        left: 12%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 0;
    }
    .fv_rider{
        left: 22%;
        margin-bottom: -50px;
    }
    .fv_orange{
        height: 180vh;
    }
}


.it_txt{
    font-family: 'Ropa Sans', sans-serif;
    color: #fff;
    font-size: 40px;
    text-align: center;
    word-break: break-all;
}
.about_wrap{
    padding-top: 130px;
    background-color: #DB4A39;
}
.about{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
    position: relative;

}
.left_rider{
    width: 50%;
}
.about .about_txt{
    font-family: 'Noto Sans JP';
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.about .en{
    font-family: 'Noto Sans JP';
    font-weight: 400;
    color: #DB4A39;
    font-size: 9px;
    max-width: 300px;
    line-height: 20px;
}

.about .small{
    display: inline-block;
    font-family: 'Noto Sans JP';
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #111111;

}
.about .about_txt p{
margin: 30px 0;
}

.about .about_txt span{
    padding: 5px;
    }
    

    .about_right_txt{
    margin-bottom: 50px;
    }
    

    .project_wrap{
        max-width: 1000px;
        margin: 50px auto;
    
    }
    
    .pj_title{
    margin-bottom: 15px;
    }
    
    .pj_txt{
        margin-top: 15px;
        font-family: 'Noto Sans JP';
        color: #fff;
        font-size: 13px;
        width: 45%;
        line-height: 25px;
    }

    @media screen and (max-width: 768px) {
    
        .it_txt{
            text-align-last: left;
        }
        .about {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-end;
            z-index: 1;
            position: relative;
            flex-direction:row-reverse
        }
        .about_right_txt {
            margin-bottom: 50px;
            width: 95%;
        }
        .about .about_txt{
            font-size: 16px;
        }
        .left_rider{
            order: 1;
            line-height: 0;
        }
        .about .en{
            color: #883225;
            font-size: 12px;
            max-width: 100%;
        }
        .left_rider {
            width: 80%;
        }

    .project_wrap{
        max-width:  95%;
    }
    
    .pj_txt{
        width: 100%;
    }
    .about .about_txt span{
        padding: 5px 10px;
        background-color: #111111;
        }
    }



.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}
.joinus{
    max-width: 1000px;
    margin: auto;
    margin-top: 100px;
}
.joinus h3{
    text-align: center;
}
.joinus p{
    font-family: 'Noto Sans JP';
    color: #fff;
    font-size: 13px;
    text-align: left;
    line-height: 30px;
}
.joinus h3 img{
    width: 100%;
}


.joinus_flex{
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

.joinus_flex img{
    width: 140px;
}
.joinus_right{
    max-width: 800px;
}

.joinus_left{
    margin-right: 30px;
}

.joinus_left a{
    opacity: 1;
    transition: 0.5s;
}

.joinus_left a:hover{
    opacity: 0.5;
    transition: 0.5s;
    transform: scale(1.2);
}

.join_btn{
    width: 100%;
    margin: auto;
    margin-top: 40px;
    text-align: center !important;
    color: #fff;

}

.join_btn a{
    font-family: 'Noto Sans JP';
    color: #fff !important;
    font-size: 18px;
    background-color: #DB4A39;
    border-radius: 30px;
    padding: 10px 25px;
text-align: center;
}

@media screen and (max-width: 768px) {
    .joinus_flex{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;
        margin-top: 30px;
        max-width: 95%;
    }
    .joinus_flex img{
        width: 180px;
        margin-bottom: 50px;
    }
    }


@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
    animation-name: bgLRextendAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #111111;
    margin-top: -7px;
    margin-left: -5px;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}

}

.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

.scroll_left {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.scroll_right {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.scroll_up {
    transition: 1.5s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }


.it_way{
    position: relative;
    z-index: 0;
    margin: -43.5vw auto auto auto;
    line-height: 0;
}


.it_way img{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .it_way {
        position: relative;
        z-index: 0;
        margin: -84.5vw auto auto auto;
        line-height: 0;
    }
}

.wrap_vision{
    background-color: #43474A;
    background-image: url(../images/bg_vision.svg);
    padding-top: 100px;
    padding-bottom: 100px;
}

.vision_ttl{
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.vision_ttl p{
margin-top: -46px;
right: 0;
}

.vision_ttl p img{
    width: 100%;
}


.vision_content_wrap{
    margin: auto;
    max-width: 1000px;
}

.vision_title{
    display: flex;
    align-items: center;
    margin-top: 120px;
}

.vision_title div {
    margin-left: 40px;
}

.vision_title div .v_jp{
    font-family: 'Noto Sans JP';
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.vision_title div p{
    font-family: 'Ropa Sans', sans-serif;
    color: #fff;
    letter-spacing: 0;
}

.vision_txt{
    margin-top: 20px;
    font-family: 'Noto Sans JP';
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}


@media screen and (max-width: 768px) {
    .wrap_vision{
        padding-top: 50px;
    }
    .vision_title {
        flex-wrap: wrap;
        margin-top: 120px;
    }
    .vision_title div {
        margin:20px 0px 0px 0px;
    }
    .vision_content_wrap{
        max-width: 95%;
    }
    .vision_ttl{
        margin: auto;
        text-align: center;
        display: block;
        margin-top: -76px;
        z-index: 3;
    
    }
    .vision_ttl img{
        max-width: 95%;
    }
}


.world_wrap{
    background-color: #F7F7F7;
}

.world_contents{
    max-width: 1000px;
    margin: auto;
}

.world_contents h2{
    position: relative;
    text-align: center;
    padding: 65px 0;
    z-index: 5;
    margin-bottom: -130px;
}

.world_intro{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    z-index: 1;
}

.world_right{
z-index: 1;
}

.world_right img{
    width:45vw;
    max-width: 500px;
}

.wolrd_left{
    margin-bottom: -120px;
}
.world_jp{
    font-family: 'Noto Sans JP';
    color: #DB4A39;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0;
}

.world_en{
    margin-top: 50px;
    font-family: 'Ropa Sans', sans-serif;
    color: #DB4A39;
    font-size: 60px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .world_contents h2{
        margin-bottom: 20px;
    }
    .world_intro {
        margin: auto;
        max-width: 95%;
    }
    .world_contents h2{
        position: relative;
        text-align: center;
        padding: 65px 0;
        z-index: 5;
        margin-bottom: 0px;
    }
    
    .world_intro{
        display: block;
    }
    .wolrd_left{
        margin-bottom: -60px;
    }
    .world_right img{
        width:90%;
        max-width: 500px;
    }
    .world_en img{
        width: 100%;
    } 
}

.nft_scroll{
    background-image: url(../images/world_bg.jpg);
    background-size: cover;
    padding: 200px 0 120px 0;
    position: relative;
    z-index: 0;
}

.slider img{
    width: 250px;
}

.os_ttl{
    text-align: center;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 90px;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    letter-spacing: 0;
}

.os_subttl{
    text-align: center;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 0;
}

.os_bnr{
    margin: auto;
    margin-top: -190px;
    text-align: center;
    max-width: 580px;
    width: 100%;
}

.os_bnr img{
    width: 100%;
}

.msg_wrap{
    position: relative;
    z-index: 3;
    width: 100%;
    background-image: url(../images/rm_logo_bg.svg);
    background-color:#DB4A39;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.msg_contets{
max-width: 1000px;
margin: auto;
text-align: center;
margin-top: 150px;
}


.msg_contets p{
    margin-top: 30px;
}

.meg_rider{
    text-align: center;
    margin-top: 50px;
}
.meg_rider img{
    max-width: 800px;
    vertical-align:top;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .nft_scroll {
        padding: 50px 0 120px 0;
    }
    .msg_contets{
        width: 100%;
        text-align: center;
        margin-top: 150px;
        }
        
    .msg_contets .w70{
        width: 60%;
        text-align: center;
        margin: auto;
    }
    .msg_contets .w90{
        width: 95%;
        text-align: center;
        margin: auto;
    }

    .msg_contets .w80{
        width: 70%;
        text-align: center;
        margin: auto;
    }

.tmb20{
    margin-bottom: 25px;
}
}

.preparing_wrap{
    background-color: #F5F5F5;
}

.preparing_wrap p{
    text-align: center;
    font-family: 'Ropa Sans', sans-serif;
    color: #DB4A39;
    font-weight: bold;
}

.pre_main{
    font-size: 70px;
    padding-top: 80px;
    padding-bottom: 30px;
}

.pre_sub{
    margin-top: 10px;
    font-size: 40px;
}

.pre_small{
    margin-top: 20px;
    font-size: 20px;
    padding-bottom: 80px;

}


.sep_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.team_wrap{
    width: 50%;
    padding-bottom: 80px;
    height: 600px;
}
@media screen and (max-width: 768px) {

    .sep_wrap{
        display: block;
        width: 100%;
    }    
    .team_wrap{
        width: 100%;
        padding-bottom: 80px;
        height: 600px;
    }    
}

.bg_red{
    background-color: #DB4A39;
}

.bg_blk{
    background-color: #111111;
}

.team_wrap h3{
    text-align: center;
    padding: 80px 0;
}


.contents_sep{
    width: 100%;
    display: flex;
    justify-content: center;
}

.prof_left img{
    width: 200px;
}

.prof_left p{
    font-family: 'Noto Sans JP';
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
}

.prof_left p:nth-child(3){
    font-size: 10px;
}

.prof_left_icon img{
    width: 100px;
    margin-bottom: 30px;
}
.prof_left:nth-child(1){
    margin-right: 20px;
}

.prof_left:nth-child(2){
    margin-left: 20px;
}


.prof_left_icon:nth-child(1){
    margin-right: 50px;
}

.prof_left_icon:nth-child(2){
    margin-left: 50px;
}


.prof_left_icon p{
    font-family: 'Noto Sans JP';
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
}

.prof_left_icon a{
    opacity: 1;
    transition: 0.5s;
}


.prof_left_icon a:hover{
    opacity: 0.5;
    transition: 0.5s;
}


.right_txt{
    text-align: center;
    font-family: 'Ropa Sans', sans-serif;
    color: #DB4A39;
    font-weight: bold;
    margin-bottom: 30px;
}


.lastlogo{
text-align: center;
margin: 80px 0;
}

.lastlogo img{
width: 200px;
}

.footer p{
    background-color:#111111;
    font-family: 'Noto Sans JP';
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
}



/* 1129追加 */

.about_nft_wrap{
    background-color: #fff;
}

.about_nft_contents{
    margin: auto;
    padding: 100px 0;
    max-width: 980px;
    font-family: 'Noto Sans JP';
    width: 95%;
}

.about_nft_contents h2{
    text-align: center;
}

.about_nft_contents h2 p{
margin-top: 15px;
color: #DB4A39;
font-weight: bold;
}

.about_nft_contents .all{
    text-align: center; 
    font-weight: bold;
    font-size: 15px;
    margin-top: 50px;
    line-height: 25px;
}
.about_nft_contents .all span{
font-size: 30px;
}

.about_nft_contents .all img{

        width: 95%;
}
.about_nft_amount{
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.about_nft_amount img{
    max-width: 480px;
    width: 97%;
}
.about_nft_graph img{
width: 100%;
}

.rideontime_wrap{
    background-color: #3B3B3B;
    padding: 60px 0;
}

.rot_contents{
    max-width: 980px;
    margin: auto;
    display: flex;
    font-family: 'Noto Sans JP';
    color: #fff;
    justify-content: space-between;
    align-items: center;
    line-height: 20px;
    width: 95%;
    text-align: center;
}
.rot_contents img{
    width: 95%;
    text-align: center;
}
.rot_txt{
width: 50%;
font-size: 12px;
}
.rot_title{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}


.type_wrap{
    background-color: #F7F7F7;
    padding-bottom: 50px;
}

.type_contents{
    max-width: 980px;
    margin: auto;
    padding: 50px 0;
}

.type_contents h2{
    text-align: center;
    margin-bottom: 30px;
}

.type_contents .four_type{
display: flex;
justify-content: space-around;
}
.typecard{
    width: 20%;
}
.typecard p{
    font-family: 'Noto Sans JP';
    color: #111111;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.typecard p span{
    font-size: 15px;
    font-weight: 600;
}
.typecard img{
    width: 100%;
}

.holder{
    max-width: 980px;
    margin: 20px auto 0 auto;
    position: relative;
}

.holder_box{
    display: flex;
    justify-content: space-between;
    padding: 50px 15px 15px 15px; 
    background: #E5E2D0;
    border-radius: 10px;
}
.left_img{
    width: 20%;
}
.left_img img{
    width: 100%;
}
.holder_right{
    width: 75%;
    font-family: 'Noto Sans JP';
    color: #111111;
    line-height: 25px;
}
.holder_right span{
color: #DB4A39;
}
.holder_txt_up{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
.holder_txt_down{
    font-weight:400;
    font-size: 12px;
}
.holder h2{
z-index: 3;
margin-bottom: -27px;
}
.holder2_box{
    display: flex;
    justify-content: space-between;
    padding: 50px 15px 15px 15px; 
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Noto Sans JP';
    color: #111111;
    line-height: 25px;
    font-weight:400;
    font-size: 12px;

}

.road_map_wrap{
    max-width: 980px;
    margin: 30px auto;
    background-color: #393939;
    padding: 30px 30px;
    border-radius: 10px;
    }

    .road_map_wrap p{
        font-family: 'Noto Sans JP';
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        margin: 15px 0;
        line-height: 20px;
}

.rm_block hr{
margin-top: 30px;
}    

.rm_block span{
    padding: 5px 8px;
    font-size: 10px;
    background-color: #DB4A39;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
.about_nft_contents{
    max-width: 95%;
}
.about_nft_amount{
    display: block;
}

.about_nft_contents .all{
text-align: left;
}
.about_nft_graph{
    margin-top: 30px;
}
.rot_contents{
    display: block;
    max-width: 95%;
    text-align: center;
}
.rot_txt{
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
}
.type_contents .four_type{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    }
    .typecard{
        width: 48%;
    }
    .holder{
        max-width: 95%;
    }
    .holder_box{
        display: block;
        justify-content: space-between;
        padding: 50px 15px 15px 15px; 
        background: #E5E2D0;
        border-radius: 10px;
        }
    .left_img{
        width: 50%;
        text-align: center;
        margin: 30px auto;
    }
    .holder_right{
            width: 100%;
        }
    .holder_txt_down {
            font-weight: 400;
            font-size: 15px;
    }

    .holder2_box {
        font-size: 15px;
    }
    .road_map_wrap p {
        font-size: 15px;
    }
    .road_map_wrap{
        max-width: 90%;
    } 
    .ab_title img{
        width: 100%;
        max-width: 100%;
    }

    .fs25{
        font-size: 20px !important;
        text-align: center !important;
    }
}


.modal_pop{
    width: 100vw;
    height: 100vh;
    position:fixed;
    top: 0;
    left:0;
    z-index:9997!important;
    overflow-y:scroll;
}


.bg2{
    background-color: #fff;
    opacity: 0.95;
    width: 100%;
    height: 100vh;
    position:fixed;
    z-index:9998!important;
    top: 0;
}

.founder_img{
    padding-top: 30px;
    width: 80%;
    position: relative;
    z-index:9999!important;
    text-align: center;
    margin: auto;
}

.founder_img img{
    width: 100%;
    border-radius: 8px;
}

.btn{
    width: 100%;
    text-align: center;
    margin: 10px auto;
}
.show_pop{
    text-align: center;
}

.founder_txt{
    color: #111111;
    font-family: 'Noto Sans JP';
line-height: 20px;
position: relative;
z-index:9999!important;
line-height: 35px;
font-size: 16px;
max-width: 80%;
margin: 30px auto;
font-weight: 500;
}
.closebtn{
    z-index: 9999;
    position: fixed;
    top: 15px;
    right: 15px;
}

.dli-close {
    display: inline-block;
    vertical-align: middle;
    color: #DB4A39;
    line-height: 1;
    width: 3em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
  }
  
  .dli-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  .pop_name{
    margin-top: 10px;
    position: relative;
    z-index: 9999;
    width: 15vw;
  }

  .popup_img{
    position: absolute;
    z-index: 9999;
    top: 3vw;
    left: 3vw;
  }
  .popup_img img{
    width: 17vw;
    max-width: 150px;
  }

  .wish_wrap{
    background-color: #393939;
    width: 100%;
    padding: 20px 0;
  }

  .wish_wrap .btn {
max-width:750px;
opacity: 1;
transition: 0.5s;
}

  .wish_wrap .btn:hover {
    opacity: 0.5;
    transition: 0.5s;
      }
  .wish_wrap .btn button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  .wish_wrap .btn img{
    width: 95%;
    border-radius: 3px;
  }

  @media screen and (max-width: 768px) {
    .popup_img img {
        width: 20vw;
        max-width: 150px;
    }
.pop_name{
  width: 40vw;
}
  }

  .mint_block{
    padding: 50px 0 100px 0;
    display: flex;
    max-width: 960px;
    justify-content: space-around;
    margin: auto;
    flex-wrap: wrap;
  }

  .left_card {
width: 45%;
  }

  .left_card img{
width: 100%;
  }

  .right_iframe{
    width: 45%;
  }

  .mintisready{
    max-width: 980px;
    margin: auto;
    text-align: center;
    padding: 30px 0 15px 0;
  }
  .mintisready img {
    width: 90%;
  }

  .mint_title{
    font-size: 25px!important;
    line-height: 30px!important;
    font-weight: bold;
  }

  .mint_txt{
    margin-top: 20px !important;
    color: #393939 !important;
    font-size: 15px !important;
    line-height: 30px!important;
  }

  @media screen and (max-width: 768px) {
    .mint_block{
        padding: 50px 0 100px 0;
        display: block;
        max-width: 90%;
        margin: auto;
      }
      .left_card {
        width: 100%;
          }
        
          .left_card img{
        width: 100%;
          }
        
          .right_iframe{
            width: 100%;
            margin-top: 50px;
          }
        
  }

  .first_stgenlist{
    background-color: #DB4A39;
    text-align: center;
    margin: auto;
    height: 80vh;
  }
  .first_stgenlist p{
    padding: 50px 0;
  }
.first_stgenlist a{
    background-color: #fff;
    color: #DB4A39;
    padding: 30px 50px;
    width: 300px;
}
.pt100{
    padding-top: 100px;
}
.mint_title{
    color: #DB4A39;
text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.mint_txt{
    font-size: 12px !important;
    font-weight: 400;
}

.mint_txtblock{
    max-width: 1000px;
}

.bg_dl{
    margin: auto;
    text-align: center;
    background-color: #fff;
    padding-top: 30px;
}

.small_dl{
    color: #DB4A39;
text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 30px;
}

.dl_img {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    justify-content: space-around;
    padding-bottom: 50px;
}

.dl_img p{
    width: 50%;
    margin: 10px 0;
}

.dl_img img{
    width: 90%;
}


.firstgen_pv{
  position: relative;
  width: 90%;
  padding-top: 56.25%;
  max-width: 980px;
  margin: auto;
    max-height: 550px;
    margin-top: 50px;
}

.firstgen_pv iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 550px;
}
.schedule{
    width: 90%;
    max-width: 980px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.schedule img{
    width: 100%;
    text-align: center;
}

.flating_bnr{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    
}

.flating_bnr img{
    width: 180px;
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 3s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
 
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}
.firstgen_rider{
width: 100%;
text-align: center;

}
.firstgen_rider img{
    max-width: 400px;
    vertical-align:top;
}

@media screen and (max-width: 768px) {
    .flating_bnr{
        position: fixed;
        z-index: 9999;
        bottom: 2%;
        right: 2%;
    }
    
    .flating_bnr img{
        width: 150px;
    }
    .firstgen_rider img{
        max-width: 80%;
        vertical-align:top;
    }
    .type_title{
        margin-top: 30px;
    }
}

.mint_block_txt{
    text-align: center;
    font-family: 'Noto Sans JP';
    color: #DB4A39;
    font-size: 15px;
    font-weight: 500;
    margin: auto;
    margin-top: 30px;
    max-width: 980px;
    line-height: 20px;
}

.pre_main2{
    font-size: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mint_block_txt2{
    text-align: center;
    font-family: 'Noto Sans JP';
    color: #DB4A39;
    font-size: 15px;
    font-weight: 500;
    max-width: 980px;
    line-height: 20px;
}

.mint_block_txt2 img{
    width: 90%;
    max-width: 600px;
    margin-bottom: 30px;
}