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



/* 共通 */
section{
   
}


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


p {

    line-height: 28px;
    }



.ntf{
   

}

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

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

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

.block01 .box01 dl dd {
   width: 90%;
   margin: auto;
   margin-top: 20px;
}



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

.block01 .box01 dl dd img {
    width: 100%;
    border-radius: 20px;
}

.block01 .box02 {
   background-image: url(../img/nft/nft_block01_bg01.png);
   background-repeat: no-repeat;
   background-size: 200%;
   background-position: bottom left;
}

.block01 .box02 .txt {
    text-align: center;
    padding-bottom: 240px;
 }
 

 .block01 .box02 .txt dl {
    width: 70%;
    margin: auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-bottom: 10px;
    flex-direction: column;
        }

        .block01 .box02 .txt dl img {
            width: 100%;
                }       


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

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

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

    .block02 ul li {
        text-align: center;
      
     
    
        }
        .block02 ul li dl dt img { 
            border-radius: 20px;
            width: 80%;
        }   

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

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


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



.block02 .nft_box dl img {
   width: 100%;

}


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

.block03 .box01 dl {
    display: flex;
     margin-bottom: 70px;
     flex-direction: column;
     }





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

.block03 .box01 dl dt {
    display: flex;
    margin-bottom: 10px;
    gap: 40px;
    width: 90%;
   margin: auto;
   margin-bottom: 20px;

}

.block03 .box01 dl dt img {
    width: 100%;
}

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

.block03 .teikei_box .block-inner {

   
}


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

.block03 .teikei_box .box01 {
    width: 80%;
    margin: auto;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  

   
}

.block03 .teikei_box .box01 .button a {
    
    background-color: #ff8b00;
    width: 60%;
    margin: 20px auto;
}


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

.block03 .teikei_box .box01 span {
    display: block;
    width: 80%;
    margin: auto;
    
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.6rem;
    
}

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



