p:not(.fade_in),h2:not(.fade_in){
    color:#5A5966;
}

h2{
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}
h3{
    font-family: 'Noto Serif JP', serif;
}
p{
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}
li{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}


img{
    line-height: 0;
}

header a{
    color: white;
}


small{
    color: white;
}

.btn:hover::after{
    content:"→";
    position: absolute;
    right: 15px;
    transition: all .2s linear;
}

.logo{
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
}

#footer_icon p{
    padding-bottom: 10px;
}

#footer_icon img{
    width: 35px;
    height: auto;
    padding-right: 20px;
    vertical-align: middle;
}

.text h2 {
    letter-spacing: 3px;
}

.content h3 {
    line-height: 2px;
    font-weight: 300;
    line-height: normal;
}