.u-heading .h1{
	font-family: ClashDisplay-Semibold, sans-serif;
    font-size: min(4.167vw, 60px);
    font-weight: 600;
}

.u-heading .h2
 {
    font-family: "ClashDisplay-Semibold", sans-serif;
    font-size: min(2.778vw, 40px);
    font-weight: 600;
}

.u-heading .h3 {
    font-family: "ClashDisplay-Semibold", sans-serif;
    font-size: min(2.361vw, 34px);
    font-weight: 600;
}

.u-heading .p {
    font-family: "NotoSansJP-Medium";
    font-size: min(1.25vw, 18px);
    font-weight: 500;
}


@media screen and (max-width: 768px) {

    .u-heading .h1 {
        font-family: "ClashDisplay-Semibold", sans-serif;
        font-size: calc(min(8vw, 60px) + min(0.533vw, 4px));
        font-weight: 600;
        line-height: 1.2;
    }


    .u-heading .h2 {
        font-family: "ClashDisplay-Semibold", sans-serif;
        font-size: calc(min(8vw, 60px) + min(0.533vw, 4px));
        font-weight: 600;
        line-height: 1.2;
    }

    .u-heading .h3 {
        font-family: "ClashDisplay-Semibold", sans-serif;
        font-size: min(6.4vw, 48px);
        font-weight: 600;
        line-height: 1.2;
    }

    .u-heading .p {
        font-size: min(3.2vw, 24px);
        font-weight: 400;
        margin-top: 0;
        line-height: 1.2;
    }
}