/* 読み込み前のフォントを表示させない */
.wf-loading {
    opacity: 0;
}

/* Noto Sans CJK JP Regular */
.ns-r {
    font-family: "noto-sans-cjk-jp", sans-serif!important;
    font-weight: 400!important;
}

/* Noto Sans CJK JP Bold */
.ns-b {
    font-family: "noto-sans-cjk-jp", sans-serif!important;
    font-weight: 700!important;
}

:root {

}

html {
    font-size: 1vw;
    height: 100%;
    overflow-x: hidden;
}

body {
    padding-right: 0!important;
}

body, .post, .page, .archive, .single {
    margin: 0;
    font-family: "noto-sans-cjk-jp", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
}

ul, li {
    list-style: none;
    margin-left: 0!important;
    margin-bottom: 0!important;
    padding-left: 0!important;
}

a,
a:visited ,
a:hover {
    text-decoration: none!important;
    color: #000;
}

p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0!important;
}

.bold {
    font-weight: bold;
}

/* .logo-area span {
    text-indent: -9999px;
    display: block;
    position: absolute;
} */
