@charset "utf-8";
/* CSS Document */



/* 共通 */
section{
   
}


main{
    width: 100%;
    background-image: url(../img/nft/bg_tit.png);
    background-repeat: repeat-x;
    background-size: 80px;
    
}


p {
    font-size: 1.8rem;
    line-height: 40px;
    }



.ntf{
   

}

.block01 {
    background-color: #fff;
    padding-bottom: 0px;
}

.block01 .box01 {
    line-height: 35px;
    margin-bottom: 70px;
    
}

.block01 .box01 dl {
    display: flex;
        justify-content: space-between;
}


.block01 .box01 p span {
    font-size: 2.0rem;
    font-weight: 600;
     line-height: 35px;
     border-bottom: #ff8b00 2px solid;
    padding-bottom: 2px;
}

.block01 .box01 dl dd img {

    border-radius: 20px;
}

.block01 .box02 {
   background-image: url(../img/nft/nft_block01_bg01.png);
   background-repeat: no-repeat;
   background-size: cover;
}

.block01 .box02 .txt {
    margin-left: 40%;
    width: 60%;
    text-align: center;
    padding: 80px 0;
    background-image: url(../img/nft/nft_block01_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;

 }
 

 .block01 .box02 .txt dl {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-bottom: 40px;
 }

 .block01 .box02 .txt span {
    font-size: 2.0rem;
    font-weight: 500;
 }

 .block02 {
    background-image: url(../img/block03_back02@2x.png);
        background-size: 68px;
        padding-top: 120px;
        padding-bottom: 200px;
 }

 .block02 ul {
    display: flex;
   gap: 60px;
   justify-content: center;
    }

    .block02 ul li {
      
     
    
        }
        .block02 ul li dl dt img { 
            border-radius: 20px;
        }   

        .block02 ul li dl dd {
         font-size: 2.0rem;
        font-weight: 500;
        text-align: center;
        padding-left: 1rem;
        padding-top: 20px;
           
            }

            .block02 .nft_box {
                margin: auto;
                width: fit-content;
                background-color: #0c3a53;
                padding: 20px;
                border-radius: 20px;
                color: #fff;
                margin-top: 60px;
                line-height: 35px;
            
            }


 .block02 .nft_box dl {
    display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;

}


section.block03  {
    padding-top: 120px;
    padding-bottom: 0px;
}

.block03 .box01 dl {
    display: flex;
    margin-bottom: 70px;
    gap: 40px;

}




.block03 .box01 dl span {
    
    font-size: 2.0rem;
        font-weight: 600;
        line-height: 35px;
        border-bottom: #ff8b00 2px solid;
        padding-bottom: 2px;
}

.block03 .box01 dl dt {
    display: flex;
    margin-bottom: 70px;
    gap: 40px;

}

.block03 .teikei_box {
    background-color: #81c913;
    position: relative;
   
}

.block03 .teikei_box .block-inner {
    max-width: 1200px;
   
}


.block03 .teikei_box img {
    width: 100%;  
}

.block03 .teikei_box .box01 {
    margin: auto;
    width: 600px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top:120px;
    left: 50%;
  transform: translateX(-50%);
  padding: 60px 0;
  border-radius: 20px;

   
}

.block03 .teikei_box .box01 .button a {
    background-color: #ff8b00;
}


.block03 .teikei_box .box01 p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4.4rem;
    text-align: center;
    color: #ff8b00;
}

.block03 .teikei_box .box01 span {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 2.0rem;
}

.block03 .teikei_box .box02 {
    padding: 40px 0;
    margin-top: 60px;
}
 
 
 
 


.block07 {
    margin-top: -70px;
}



