body{
    font-family:"IBM Plex Sans","IBM Plex Sans JP",sans-serif;
}
h1,h2,h3,h4{
    font-family:"IBM Plex Sans","IBM Plex Sans JP",sans-serif !important;
}
.site-branding {
    padding-left: 0 !important;
}
.site-title a {
    background: url(https://www.nekonote-office.net/wp-content/uploads/2023/04/office-nekonote.svg) left/contain no-repeat;
    height: 0;
    overflow-y: hidden;
    padding-top: 24px;
    min-width:300px;
}

nav#site-navigation .menu-toggle {
    position: relative;
    z-index: 1000;
}
.translate-box {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: flex-end;
        max-width: 70em;
        margin: 0 auto 2em;
        gap: 16px;
        top:-36px;
}
.home-menu-link a::before,.blog-menu-link a::before{
    font-family:"fontAwesome";
}
.home-menu-link a::before{
    content:"\f015";
    margin-right:0.5em
}

.blog-menu-link a::before{
    content:"\f02d";
    margin-right:0.5em;
}
@media screen and (max-width:50em){
    .site-header{
       min-height: 60vh;
       background-position:center !important;
       background-repeat:no-repeat !important;
       background-size:cover !important;
    background-image: url(https://flashmelody.sakura.ne.jp/translation_test/wp-content/uploads/2023/04/top.jpg) !important;
    }
    .site-header::before{
        position: absolute;
        top: 0;
        width: 100%;
        padding-top: 60vh !important;
        background: linear-gradient(180deg, rgb(255 255 255 / 50%) 50%, transparent 100%);
    }
    .translate-box {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        max-width: 75em;
        margin: 0 auto;
       gap: 16px;
}
}
@media screen and (max-width:414px){
.site-title a {
    background: url(https://www.nekonote-office.net/wp-content/uploads/2023/04/office-nekonote.svg) left/contain no-repeat;
    height: 0;
    overflow-y: hidden;
    padding-top: 24px;
    min-width:200px;
}
}

@media screen and (min-width: 50em) {
    .header-image .site-header:before {
        background: linear-gradient(183deg,white 20%,transparent 100%) !important;
    }
}

.site-branding {
    padding-left: 0 !important;
}

nav#site-navigation .menu-toggle {
    position: relative;
    z-index: 1000;
}
.translate-box {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: flex-end;
        max-width: 70em;
        margin: 0 auto 2em;
        gap: 16px;
        top:-36px;
}
.home-menu-link a::before,.blog-menu-link a::before{
    font-family:"fontAwesome";
}
.home-menu-link a::before{
    content:"\f015";
    margin-right:0.5em
}

.blog-menu-link a::before{
    content:"\f02d";
    margin-right:0.5em;
}
@media screen and (max-width:50em){
    .site-header{
       min-height: 60vh;
       background-position:center !important;
       background-repeat:no-repeat !important;
       background-size:cover !important;
    background-image: url(https://flashmelody.sakura.ne.jp/translation_test/wp-content/uploads/2023/04/top.jpg) !important;
    }
    .site-header::before{
        position: absolute;
        top: 0;
        width: 100%;
        padding-top: 60vh !important;
background: linear-gradient(180deg, rgb(255 255 255 / 100%) 24%, transparent 72%);

    }
    .translate-box {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        max-width: 75em;
        margin: 0 auto;
       gap: 16px;
}
}


@media screen and (min-width: 50em) {
    .header-image .site-header:before {
        background: linear-gradient(183deg,white 20%,transparent 100%) !important;
    }
}


/*fixed header*/

.header-inner-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

img.custom-logo {
    width: 50px;
}

.logo-wrapper {
    display: flex;
    align-content: center;
    gap: 5px;
    align-items: flex-start;
}

.site-title {
    margin-bottom: 0 !important;
}

p.site-description {
    font-weight: bold;
    font-size: 1em !important;
}

.site-branding {
    display: inline-block;
}

.site-title {
    font-size: 1.4em !important;
}

@media screen and (max-width:50em){
    .site-branding{
        font-size:0.6em;
    }
    .site-title{
        font-size: 2em !important;
    }
    img.custom-logo{
        width: 42px !important;
    }
    p.site-description{
       font-size:2.1em !important;
    }
}

@media screen and (max-width:414px){
    .site-branding{
        justify-content:flex-start !important;
    }
    .site-branding .site-title{
        font-size: 1.8em !important;
    }
    img.custom-logo{
    width: 28px !important;
    }
     p.site-description{
        font-size: 1.5em !important;
        line-height: 1;
        width: 80%;
    }
}
@media screen and (max-width:50em){
  .menu-toggle{
     display:flex;
     justify-content:center;
     align-items:center;
  }

  .menu-toggle::before{
    content:"\f0c9";
    font-family:"fontAwesome";
  }

  .menu-toggle.toggled-on::before{
    content:"\f00d";
    font-family:"fontAwesome";
  }
}
/*fixed on 2023-4-24*/
input#wp-block-search__input-1+button {
    white-space: nowrap;
}