@charset "UTF-8";

@font-face {
    font-family: 'honokamaru';  src:url(font_1_honokamarugo_1.1.ttf);
}
@font-face {
    font-family: 'noto';
    src:url(NotoSansCJKjp-Regular.otf);
}



@font-face {
    font-family: 'avenir';
    src:url(Avenir Next Regular.ttf);
}


.midasi{
    font-family: 'honokamaru';
    font-size: 7vw;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #FFFFFF;  
    text-align: center;
}

.bun{
    font-family:'noto';
    color: #FFFFFF; 
    font-size: 2vw;
    text-align: center;
    margin-left: 3vw;
    margin-right: 3vw;
}

.komidasi{
    font-family: 'honokamaru';
    font-size: 3vw;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #FFFFFF;  
    text-decoration-line: underline;
    
}
.kokomidasi{
    font-family: 'honokamaru';
    font-size: 4vw;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #FFFFFF;  
    text-decoration-line: underline;
}
.hmoji{
    font-family: 'noto';
}
.a{
    font-family: 'noto';
    width: 30%;
}