body, p {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0px;
    color: var(--black);
    margin-bottom: 0;
}
h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.02px;
}
.text__date {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 0.03px;
    color: var(--poop-brown);
    word-break: break-all;
}
.text__bold {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 0.03px;
}
.text__description {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.43px;
    color: var(--camo); 
}
.text__category {
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.03px;
    color: var(--poop-brown);
}
.text__author {
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.4px;
    color: var(--brownish-grey);
}
.text__english-bold {
    font-family: 'Avenir';
    font-size: 20px;
    font-weight: 500;
    line-height: 0.85;
    letter-spacing: 0.04px;
}
.text__english {
    font-family: 'Avenir';
    font-size: 13px;
    font-weight: 300;
    font-style: oblique;
    line-height: 1.31;
    letter-spacing: 0.03px;
}
.text__slogan-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0px;
}
.text__slogan {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.31;
    letter-spacing: 0.03px;
}
.text__page-title {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.04px;
    color: var(--white);      
}
.text__post-title {
    font-family: 'HiraMinProN-W6';
    font-size: 22px;
    line-height: 1.32;
    letter-spacing: 0.02px;
}

@media only screen and (min-width: 992px){

    h1 {
        font-size: 28px;
        letter-spacing: 0.03px;
    }
    .text__date {
        font-size: 22px;
        line-height: 1.1;
        letter-spacing: 0.05px;
    }
    .text__bold {
        line-height: 1.31;
    }
    .text__description {
        font-size: 15px;
        letter-spacing: -0.5px;
    }
    .text__category {
        font-size: 15px;
    }
    .text__author {
        font-size: 14px;
        letter-spacing: -0.47px;
    }
    .text__english {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0.34px;
    }
    .text__slogan-title {
        font-size: 24px;
        line-height: 1.13;
    }
    .text__slogan {
        letter-spacing: 0.34px;
    }
    .text__page-title {
        font-size: 32px;
        letter-spacing: 0.03px;
    }
    .text__post-title {
        font-size: 32px;
        line-height: 1.28;
        letter-spacing: 0.03px;
    }

}