html{
    font-size: 10vw;
    font-family:  "Hiragino Sans GB";
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    height: 100%;
}
body{
    padding: 0;
    margin: 0 auto;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 750px;
}
div,p,span,ul,li,i{
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
    text-shadow: none;
}
a{
    text-decoration: none;
    color: #000;
    outline: none;
    -moz-outline-style: none;
}
.clear_both{
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
}
img{
    display: block;
}

.banner_box{
    position: relative;
}

.text_box{
    height: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
    background: url(../img/img2.jpg) no-repeat;
    background-size: cover;
}
.img_w{
    width: 100%;
    display: block;
    position: relative;
}
.svg_banner1{
    width: 0;
    display: block;
}
.animation_banner1{
    width: 100%;
    animation: banner_animation1 15s linear forwards;
}
@keyframes banner_animation1 {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}



.title_font{
    font-size: .4667rem;
    padding-left:.1333rem;
    margin: .2667rem 0 .1333rem;
}
.font_name{
    text-align: center;
    font-size: .3467rem;
    padding: .2667rem 0;
    /* opacity: 0; */
}
.fs12{
    font-size: .3467rem;
    padding-left:.4rem;
}

@media screen and (min-width: 750px) {
    html{
        font-size: 75px;
    }
}