.html, body  {
    font-family: "ten-mincho-antique", sans-serif;
    font-style: normal;
}

.padnone {
    padding: 0;
    margin: 0;
}

.big-margin {
    margin-bottom: 8vw;
}

.margin {
    margin-bottom: 5vw;
}

.small-margin {
    margin-bottom: 0.7vw;
}

.black {
    font-weight: 500;
}

.bold {
    font-weight: 400;
}

.regular {
    font-weight: 300;
}

.light {
    font-weight: 100;
}

.size1 {
    font-size: 5vw;
}

.size2 {
    font-size: 4.5vw;
}

.size3 {
    font-size: 4vw;
}

.size4 {
    font-size: 3.5vw;
}

.size5 {
    font-size: 3vw;
}

.size6 {
    font-size: 2.5vw;
}

.size7 {
    font-size: 2vw;
}

.size8 {
    font-size: 1.5vw;
}

.size9 {
    font-size: 1vw;
}

.size10 {
    font-size: 0.5vw;
}


.a-none a{
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .size1 {
        font-size: 8.5vw;
    }
    
    .size2 {
        font-size: 8vw;
    }
    
    .size3 {
        font-size: 7.5vw;
    }
    
    .size4 {
        font-size: 7vw;
    }
    
    .size5 {
        font-size: 6.5vw;
    }
    
    .size6 {
        font-size: 5.5vw;
    }
    
    .size7 {
        font-size: 5vw;
    }
    
    .size8 {
        font-size: 4.5vw;
    }
    
    .size9 {
        font-size: 4vw;
    }
    
    .size10 {
        font-size: 3vw;
    }
}