.color-primary1 {
    color: #007469;
}

.color-primary2 {
    color: #2b7a73;
}

#top-page .img_banner {
    z-index: -1;
}

#loadFont {
    font-family: Pecita;
    font-size: 30px;
}

@media only screen and (min-width: 1551px) {
    #top-page .background-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #top-page .custom-screen {
    }

    #top-page .image-top {
        margin-top: -7%;
    }

    #top-page .image-total {
        max-height: 15vw;
    }

    #top-page #total-kun {
        font-weight: 400;
        font-size: 96px;
        color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 11px;
    }

    #top-page .custom-p-logo {
        padding-top: 0px;
    }

    #top-page .text-title-1 {
        color: #007469;
        font-weight: 400;
        font-size: 52px;
        /* padding-left: 0px; */
        /* margin-top: 24px; */
    }

    #top-page .heart {
        display: block;
        width: 45%;
    }

    #top-page .images-nearby-heart {
        bottom: 20%;
        width: 110%;
    }

    #top-page .images-nearby-heart img {
        width: 30%;
    }

    #top-page .images-under-heart {
        z-index: 2;
        bottom: -11%;
        height: 150px;
        width: 100%;
    }

    #top-page .images-under-heart img {
        max-height: 100%;
        margin-left: 85px;
        margin-right: 10px;
    }

    .create-postcard-area #hashtag-img {
        max-width: 100%;
    }

    .create-postcard-area #hashtag-title-normal {
        font-size: 18px;
    }

    .create-postcard-area #hashtag-title-bold {
        font-size: 32px;
    }

    .create-postcard-area .hashtag-content-normal {
        color: #ea8d07;
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content {
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content-bold {
        color: #007469;
        font-size: 24px;
    }

    .create-postcard-area .card-text-bold {
        color: #007469;
        font-size: 39px;
    }

    .create-postcard-area .card-btn {
        background: #009f9a;
        box-shadow: 0px 4px 0px 0px #12645f;
        border-radius: 30px;
        border: none;
        padding: 10px 14px;
    }

    #top-page .other-donate {
        padding: 0px 100px;
    }

    #top-page .other-donate-title-bold {
        font-size: 40px;
        color: #007469;
    }

    #top-page .other-donate-content {
        font-size: 24px;
        color: #007469;
        text-align: justify;
    }

    #top-page .info-1-position {
        z-index: 2;
        padding-bottom: 140px;
    }

    #top-page .info-area {
        padding: 0px 100px;
    }

    #top-page .info-area-title {
        font-size: 40px;
        color: #007469;
    }

    #top-page .info-area-content {
        font-size: 18px;
        text-align: justify;
    }

    #top-page #total-child {
        font-size: 96px;
    }

    #top-page .background-title {
        background-image: url(../images/top-page/background-title.svg);
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    #top-page .text-title-2 {
        padding-left: 20px;
        line-height: 130%;
        height: 178px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top-page .hashtag-title-normal {
        font-size: 24px;
    }

    #top-page .hashtag-title-character {
        font-size: 32px;
    }

    #top-page .hashtag {
        top: 0%;
        fill: #fff;
        filter: drop-shadow(0px 1px 10.6px rgba(49, 176, 172, 0.56));
        left: 0;
    }

    #top-page .hashtag-title {
        left: 44px;
        max-width: 431px;
        top: 50%;
        transform: translateY(-50%);
    }

    #top-page .hashtag-title-pc {
        max-width: 603px;
        padding-left: 44px;
        padding-top: 16px;
    }

    #top-page .background-hashtag-pc {
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    #top-page .btn-top {
        border-radius: 30px;
        background: #009f9a;
        box-shadow: 0px 8px 0px 0px #12645f;
        display: inline-flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: 400px;
        min-width: 390px;
        margin-left: 44px;
        margin-top: 30px;
        border: none;
    }

    #top-page .text-note {
        color: #5e5e5e;
        padding-left: 20px;
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(100%);
        }
    }

    #top-page .moving-image {
        width: 100px;
        animation: moveRight 5s linear infinite;
    }

    .line-height-milk {
        line-height: 0%;
        text-align: center;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {
    #top-page .background-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #top-page .custom-screen {
        margin-top: -20px;
    }

    #top-page .image-top {
        margin-top: -7%;
    }

    #top-page .image-total {
        max-height: 14vw;
    }

    #top-page #total-kun {
        font-weight: 400;
        font-size: 96px;
        color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 11px;
    }

    #top-page .custom-p-logo {
        padding-top: 0px;
    }

    #top-page .text-title-1 {
        color: #007469;
        font-weight: 400;
        font-size: 56px;
        /* padding-left: 0px; */
        /* margin-top: 24px; */
    }

    #top-page .heart {
        display: block;
        width: 45%;
    }

    #top-page .images-nearby-heart {
        bottom: 10%;
        width: 100%;
    }

    #top-page .images-nearby-heart img {
        width: 30%;
    }

    #top-page .images-under-heart {
        z-index: 2;
        bottom: -11%;
        height: 150px;
        width: 100%;
    }

    #top-page .images-under-heart img {
        max-height: 100%;
        margin-left: 85px;
        margin-right: 10px;
    }

    .create-postcard-area #hashtag-img {
        max-width: 100%;
    }

    .create-postcard-area #hashtag-title-normal {
        font-size: 18px;
    }

    .create-postcard-area #hashtag-title-bold {
        font-size: 32px;
    }

    .create-postcard-area .hashtag-content-normal {
        color: #ea8d07;
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content {
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content-bold {
        color: #007469;
        font-size: 24px;
    }

    .create-postcard-area .card-text-bold {
        color: #007469;
        font-size: 39px;
    }

    .create-postcard-area .card-btn {
        background: #009f9a;
        box-shadow: 0px 4px 0px 0px #12645f;
        border-radius: 30px;
        border: none;
        padding: 10px 14px;
    }

    #top-page .other-donate {
        padding: 0px 100px;
    }

    #top-page .other-donate-title-bold {
        font-size: 40px;
        color: #007469;
    }

    #top-page .other-donate-content {
        font-size: 24px;
        color: #007469;
        text-align: justify;
    }

    #top-page .info-1-position {
        z-index: 2;
        padding-bottom: 140px;
    }

    #top-page .info-area {
        padding: 0px 100px;
    }

    #top-page .info-area-title {
        font-size: 40px;
        color: #007469;
    }

    #top-page .info-area-content {
        font-size: 18px;
        text-align: justify;
    }

    #top-page #total-child {
        font-size: 96px;
    }

    #top-page .background-title {
        background-image: url(../images/top-page/background-title.svg);
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    #top-page .text-title-2 {
        padding-left: 20px;
        line-height: 130%;
        height: 178px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top-page .hashtag-title-normal {
        font-size: 24px;
    }

    #top-page .hashtag-title-character {
        font-size: 32px;
    }

    #top-page .hashtag {
        top: 0%;
        fill: #fff;
        filter: drop-shadow(0px 1px 10.6px rgba(49, 176, 172, 0.56));
        left: 0;
    }

    #top-page .hashtag-title {
        left: 44px;
        max-width: 431px;
        top: 50%;
        transform: translateY(-50%);
    }

    #top-page .hashtag-title-pc {
        max-width: 603px;
        padding-left: 44px;
        padding-top: 16px;
    }

    #top-page .background-hashtag-pc {
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    #top-page .btn-top {
        border-radius: 30px;
        background: #009f9a;
        box-shadow: 0px 8px 0px 0px #12645f;
        display: inline-flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: 400px;
        min-width: 390px;
        margin-left: 44px;
        margin-top: 30px;
        border: none;
    }

    #top-page .text-note {
        color: #5e5e5e;
        padding-left: 20px;
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(100%);
        }
    }

    #top-page .moving-image {
        width: 100px;
        animation: moveRight 5s linear infinite;
    }

    .line-height-milk {
        line-height: 0%;
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #top-page .background-top {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
    }

    #top-page .custom-screen {
        margin-top: -20px;
    }

    #top-page .image-top {
        margin-top: -7%;
    }

    #top-page .image-total {
        max-height: 14vw;
    }

    #top-page #total-kun {
        font-weight: 400;
        font-size: 70px;
        color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 11px;
    }

    #top-page .custom-p-logo {
        padding-top: 0px;
    }

    #top-page .text-title-1 {
        color: #007469;
        font-weight: 400;
        font-size: 40px;
        /* padding-left: 0px; */
        margin-top: 10px;
    }

    #top-page .heart {
        display: block;
        width: 45%;
    }

    #top-page .images-nearby-heart {
        bottom: 10%;
        width: 100%;
    }

    #top-page .images-nearby-heart img {
        width: 30%;
    }

    #top-page .images-under-heart {
        z-index: 2;
        bottom: -11%;
        height: 150px;
        width: 100%;
    }

    #top-page .images-under-heart img {
        max-height: 100%;
        margin-left: 85px;
        margin-right: 10px;
    }

    .create-postcard-area #hashtag-img {
        max-width: 100%;
    }

    .create-postcard-area #hashtag-title-normal {
        font-size: 18px;
    }

    .create-postcard-area #hashtag-title-bold {
        font-size: 32px;
    }

    .create-postcard-area .hashtag-content-normal {
        color: #ea8d07;
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content {
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content-bold {
        color: #007469;
        font-size: 24px;
    }

    .create-postcard-area .card-text-bold {
        color: #007469;
        font-size: 39px;
    }

    .create-postcard-area .card-btn {
        background: #009f9a;
        box-shadow: 0px 4px 0px 0px #12645f;
        border-radius: 30px;
        border: none;
        padding: 10px 5px;
    }

    .create-postcard-area .card-btn span {
        font-size: 15px;
    }

    #top-page .other-donate {
        padding: 0px 100px;
    }

    #top-page .other-donate-title-bold {
        font-size: 40px;
        color: #007469;
    }

    #top-page .other-donate-content {
        font-size: 24px;
        color: #007469;
        text-align: justify;
    }

    #top-page .info-1-position {
        z-index: 2;
        padding-bottom: 140px;
    }

    #top-page .info-1-position {
        z-index: 2;
        padding-bottom: 140px;
    }

    #top-page .info-area {
        padding: 0px 100px;
    }

    #top-page .info-area-title {
        font-size: 40px;
        color: #007469;
    }

    #top-page .info-area-content {
        font-size: 18px;
        text-align: justify;
    }

    #top-page #total-child {
        font-size: 96px;
    }

    #top-page .background-title {
        background-image: url(../images/top-page/background-title.svg);
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    #top-page .text-title-2 {
        padding-left: 20px;
        line-height: 130%;
        height: 178px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top-page .hashtag-title-normal {
        font-size: 24px;
    }

    #top-page .hashtag-title-character {
        font-size: 32px;
    }

    #top-page .hashtag {
        top: 0%;
        fill: #fff;
        filter: drop-shadow(0px 1px 10.6px rgba(49, 176, 172, 0.56));
        left: 0;
    }

    #top-page .hashtag-title {
        left: 44px;
        max-width: 431px;
        top: 50%;
        transform: translateY(-50%);
    }

    #top-page .hashtag-title-pc {
        max-width: 603px;
        padding-left: 44px;
        padding-top: 16px;
    }

    #top-page .background-hashtag-pc {
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    #top-page .btn-top {
        border-radius: 30px;
        background: #009f9a;
        box-shadow: 0px 8px 0px 0px #12645f;
        display: inline-flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: 400px;
        min-width: 390px;
        margin-left: 44px;
        margin-top: 30px;
        border: none;
    }

    #top-page .text-note {
        color: #5e5e5e;
        padding-left: 20px;
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(100%);
        }
    }

    #top-page .moving-image {
        width: 100px;
        animation: moveRight 5s linear infinite;
    }

    .line-height-milk {
        line-height: 0%;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
    #top-page .background-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    @media only screen and (min-width: 1051px) and (max-width: 1199px) {
        #top-page .image-total-md {
            max-height: 15vw;
        }

        #top-page #total-kun {
            font-weight: 400;
            font-size: 64px;
            color: white;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            letter-spacing: 7px;
        }

        #top-page .text-title-1 {
            color: #007469;
            font-weight: 400;
            font-size: 40px;
            /* padding-left: 0px; */
        }
    }

    @media only screen and (min-width: 931px) and (max-width: 1050px) {
        #top-page .image-total-md {
            max-height: 16vw;
        }

        #top-page #total-kun {
            font-weight: 400;
            font-size: 64px;
            color: white;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            letter-spacing: 7px;
        }

        #top-page .text-title-1 {
            color: #007469;
            font-weight: 400;
            font-size: 36px;
            /* padding-left: 0px; */
        }
    }

    @media only screen and (min-width: 841px) and (max-width: 930px) {
        #top-page .image-total-md {
            max-height: 14vw;
        }

        #top-page #total-kun {
            font-weight: 400;
            font-size: 55px;
            color: white;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            letter-spacing: 7px;
        }

        #top-page .text-title-1 {
            color: #007469;
            font-weight: 400;
            font-size: 32px;
            /* padding-left: 0px; */
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 840px) {
        #top-page .image-total-md {
            max-height: 12vw;
        }

        #top-page #total-kun {
            font-weight: 400;
            font-size: 50px;
            color: white;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            letter-spacing: 7px;
        }

        #top-page .text-title-1 {
            color: #007469;
            font-weight: 400;
            font-size: 28px;
            /* padding-left: 0px; */
        }
    }

    #top-page .custom-p-logo {
        padding-top: 0px;
    }

    #top-page .heart {
        display: block;
        width: 40%;
    }

    #top-page .images-nearby-heart {
        bottom: 20%;
        width: 95%;
    }

    #top-page .images-nearby-heart img {
        width: 30%;
    }

    #top-page .images-under-heart {
        z-index: 2;
        bottom: -15%;
        height: 120px;
        width: 100%;
    }

    #top-page .images-under-heart img {
        max-height: 100%;
        margin-left: 55px;
        margin-right: 7px;
    }

    #top-page .container {
        max-width: 100%;
    }

    .create-postcard-area #hashtag-img {
        max-width: 100%;
    }

    .create-postcard-area #hashtag-title-normal {
        font-size: 18px;
    }

    .create-postcard-area #hashtag-title-bold {
        font-size: 39px;
    }

    .create-postcard-area .hashtag-content-normal {
        color: #ea8d07;
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content {
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content-bold {
        color: #007469;
        font-size: 24px;
    }

    .create-postcard-area .card-text-bold {
        color: #007469;
        font-size: 29px;
    }

    .create-postcard-area .card-btn {
        background: #009f9a;
        box-shadow: 0px 4px 0px 0px #12645f;
        border-radius: 30px;
        border: none;
        padding: 5px 5px;
    }

    .create-postcard-area .card-btn span {
        font-size: 12px;
    }

    #top-page .other-donate {
        padding: 0px 50px;
    }

    #top-page .other-donate-title-bold {
        font-size: 40px;
        color: #007469;
    }

    #top-page .other-donate-content {
        font-size: 24px;
        color: #007469;
        text-align: justify;
    }

    #top-page .info-1-position {
        z-index: 2;
        padding-bottom: 140px;
    }

    #top-page .info-area {
        padding: 0px 50px;
    }

    #top-page .info-area-title {
        font-size: 40px;
        color: #007469;
    }

    #top-page .info-area-content {
        font-size: 18px;
        text-align: justify;
    }

    #top-page #total-child {
        font-size: 60px;
    }

    #top-page .background-title {
        background-image: url(../images/top-page/background-title.svg);
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    #top-page .text-title-2 {
        padding-left: 20px;
        line-height: 130%;
        height: 178px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top-page .hashtag {
        top: 0%;
        fill: #fff;
        filter: drop-shadow(0px 1px 10.6px rgba(49, 176, 172, 0.56));
        left: 0;
    }

    #top-page .hashtag-title {
        left: 20px;
        max-width: 431px;
        top: 50%;
        transform: translateY(-50%);
    }

    #top-page .hashtag-title .hashtag-title-normal {
        font-size: 16px;
    }

    #top-page .hashtag-title .hashtag-title-character {
        font-size: 24px;
    }

    #top-page .hashtag-title-tablet {
        max-width: 603px;
        padding-left: 44px;
        padding-top: 16px;
    }

    #top-page .background-hashtag-tablet {
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    #top-page .btn-top {
        border-radius: 30px;
        background: #009f9a;
        box-shadow: 0px 8px 0px 0px #12645f;
        display: inline-flex;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: 400px;
        min-width: 329px;
        margin-left: 24px;
        margin-top: 20px;
        border: none;
    }

    #top-page .text-note {
        color: #5e5e5e;
        padding-left: 20px;
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(100%);
        }
    }

    #top-page .moving-image {
        width: 100px;
        animation: moveRight 5s linear infinite;
    }

    .line-height-milk {
        line-height: 86%;
        text-align: center;
    }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
    #top-page .background-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #top-page #total-kun {
        font-weight: 400;
        font-size: 43px;
        color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 7px;
    }

    #top-page .image-total-md {
        max-height: 13vw;
    }

    #top-page .custom-p-logo {
        padding-top: 0px;
    }

    #top-page .text-title-1 {
        color: #007469;
        font-weight: 400;
        font-size: 30px;
        /* padding-left: 0px; */
    }

    #top-page .heart {
        display: block;
        width: 100%;
    }

    #top-page .images-nearby-heart {
        bottom: 0%;
        width: 95%;
    }

    #top-page .images-nearby-heart img {
        width: 30%;
    }

    #top-page .images-under-heart {
        z-index: 2;
        bottom: -8%;
        height: 120px;
        width: 100%;
    }

    #top-page .images-under-heart img {
        max-height: 100%;
        margin-left: 55px;
        margin-right: 7px;
    }

    #top-page .container {
        max-width: 100%;
    }

    .create-postcard-area #hashtag-img {
        max-width: 100%;
    }

    .create-postcard-area #hashtag-title-normal {
        font-size: 18px;
    }

    .create-postcard-area #hashtag-title-bold {
        font-size: 32px;
    }

    .create-postcard-area .hashtag-content-normal {
        color: #ea8d07;
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content {
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content-bold {
        color: #007469;
        font-size: 24px;
    }

    .create-postcard-area .card-text-bold {
        color: #007469;
        font-size: 35px;
    }

    .create-postcard-area .card-btn {
        background: #009f9a;
        box-shadow: 0px 4px 0px 0px #12645f;
        border-radius: 30px;
        border: none;
        padding: 10px 14px;
    }

    .create-postcard-area .card-btn span {
        font-size: 18px;
    }

    #top-page .other-donate {
        padding: 0px 50px;
    }

    #top-page .other-donate-title-bold {
        font-size: 40px;
        color: #007469;
    }

    #top-page .other-donate-content {
        font-size: 24px;
        color: #007469;
        text-align: justify;
    }

    #top-page .info-area {
        padding: 0px 50px;
    }

    #top-page .info-area-title {
        font-size: 40px;
        color: #007469;
    }

    #top-page .info-area-content {
        font-size: 16px;
        text-align: justify;
    }

    #top-page .info-area-content-note {
        font-size: 13px !important;
        text-align: justify;
    }

    #top-page #total-child {
        font-size: 60px;
    }

    #top-page .background-title {
        background-image: url(../images/top-page/background-title.svg);
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    #top-page .text-title-2 {
        padding-left: 20px;
        line-height: 130%;
        height: 178px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top-page .hashtag {
        top: 0%;
        fill: #fff;
        filter: drop-shadow(0px 1px 10.6px rgba(49, 176, 172, 0.56));
        left: 0;
    }

    #top-page .hashtag-title {
        left: 20px;
        max-width: 431px;
        top: 50%;
        transform: translateY(-50%);
    }

    #top-page .hashtag-title .hashtag-title-normal {
        font-size: 16px;
    }

    #top-page .hashtag-title .hashtag-title-character {
        font-size: 24px;
    }

    #top-page .hashtag-title-tablet {
        max-width: 603px;
        padding-left: 44px;
        padding-top: 16px;
    }

    #top-page .background-hashtag-tablet {
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    #top-page .btn-top {
        border-radius: 30px;
        background: #009f9a;
        box-shadow: 0px 8px 0px 0px #12645f;
        display: inline-flex;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: 400px;
        min-width: 329px;
        margin-left: 24px;
        margin-top: 20px;
        border: none;
    }

    #top-page .text-note {
        color: #5e5e5e;
        padding-left: 20px;
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(100%);
        }
    }

    #top-page .moving-image {
        width: 100px;
        animation: moveRight 5s linear infinite;
    }

    .line-height-milk {
        line-height: 86%;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 620px) {
    #top-page .background-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #top-page .custom-screen {
        margin-top: -40px;
    }

    #top-page #total-kun {
        font-weight: 400;
        font-size: 64px;
        color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 7px;
    }

    #top-page .custom-p-logo {
        padding-top: 0px;
    }

    #top-page .text-title-1 {
        color: #007469;
        font-weight: 400;
        font-size: 36px;
        /* padding-left: 0px; */
    }

    #top-page .heart {
        display: block;
        width: 100%;
    }

    #top-page .images-nearby-heart {
        bottom: 0%;
        width: 95%;
    }

    #top-page .images-nearby-heart img {
        width: 30%;
    }

    #top-page .images-under-heart {
        z-index: 2;
        bottom: -8%;
        height: 120px;
        width: 100%;
    }

    #top-page .images-under-heart img {
        max-height: 100%;
        margin-left: 55px;
        margin-right: 7px;
    }

    .create-postcard-area #hashtag-img {
        max-width: 100%;
    }

    .create-postcard-area #hashtag-title-normal {
        font-size: 18px;
    }

    .create-postcard-area #hashtag-title-bold {
        font-size: 32px;
    }

    .create-postcard-area .hashtag-content-normal {
        color: #ea8d07;
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content {
        font-size: 18px;
    }

    .create-postcard-area .hashtag-content-bold {
        color: #007469;
        font-size: 24px;
    }

    .create-postcard-area .card-text-bold {
        color: #007469;
        font-size: 36px;
    }

    .create-postcard-area .card-btn {
        background: #009f9a;
        box-shadow: 0px 4px 0px 0px #12645f;
        border-radius: 30px;
        border: none;
        padding: 10px 14px;
    }

    .create-postcard-area .card-btn span {
        font-size: 14px;
    }

    #top-page .other-donate {
        padding: 0px 10px;
    }

    #top-page .other-donate-title-bold {
        font-size: 24px;
        color: #007469;
    }

    #top-page .other-donate-content {
        font-size: 20px;
        color: #007469;
        text-align: justify;
    }

    #top-page .info-area {
        padding: 0px 10px;
    }

    #top-page .info-area-title {
        font-size: 24px;
        color: #007469;
    }

    #top-page .info-area-content {
        font-size: 16px;
        text-align: justify;
    }

    #top-page .info-area-content-note {
        font-size: 13px !important;
        text-align: justify;
    }

    #top-page #total-child {
        font-size: 60px;
    }

    #top-page .background-title {
        background-image: url(../images/top-page/background-title.svg);
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    #top-page .text-title-2 {
        padding-left: 20px;
        line-height: 130%;
        height: 178px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top-page .hashtag {
        top: 0%;
        fill: #fff;
        filter: drop-shadow(0px 1px 10.6px rgba(49, 176, 172, 0.56));
        left: 0;
    }

    #top-page .hashtag-title {
        left: 20px;
        max-width: 431px;
        top: 50%;
        transform: translateY(-50%);
    }

    #top-page .hashtag-title .hashtag-title-normal {
        font-size: 16px;
    }

    #top-page .hashtag-title .hashtag-title-character {
        font-size: 24px;
    }

    #top-page .hashtag-title-tablet {
        max-width: 603px;
        padding-left: 44px;
        padding-top: 16px;
    }

    #top-page .background-hashtag-tablet {
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    #top-page .btn-top {
        border-radius: 30px;
        background: #009f9a;
        box-shadow: 0px 8px 0px 0px #12645f;
        display: inline-flex;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: 400px;
        min-width: 329px;
        margin-left: 24px;
        margin-top: 20px;
        border: none;
    }

    #top-page .text-note {
        color: #5e5e5e;
        padding-left: 20px;
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(100%);
        }
    }

    #top-page .moving-image {
        width: 100px;
        animation: moveRight 5s linear infinite;
    }

    .line-height-milk {
        line-height: 86%;
        text-align: center;
    }
}

/* TODO Mobile */
@media only screen and (max-width: 576px) {
    #top-page .background-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #top-page .custom-p-logo {
        padding-top: 32px;
        padding-left: 20px;
    }

    #top-page #total-kun {
        font-weight: 400;
        font-size: 58px;
        color: white;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        letter-spacing: 7px;
    }

    #top-page .text-title-1 {
        color: #007469;
        font-weight: 400;
        font-size: 36px;
        /* padding-left: 0px; */
        line-height: 86%;
    }

    #top-page .heart {
        display: block;
        width: 100%;
    }

    #top-page .images-nearby-heart {
        bottom: 0px;
        width: 95%;
    }

    #top-page .images-nearby-heart img {
        width: 30%;
    }

    #top-page .images-under-heart {
        z-index: 2;
        bottom: -14%;
        height: 90px;
        width: 100%;
    }

    #top-page .images-under-heart img {
        max-height: 100%;
        margin-left: 40px;
        margin-right: 0px;
    }

    .create-postcard-area #hashtag-img {
        max-width: 90%;
    }

    .create-postcard-area #hashtag-title-normal {
        font-size: 16px;
    }

    .create-postcard-area #hashtag-title-bold {
        font-size: 24px;
    }

    .create-postcard-area .hashtag-content-normal {
        color: #ea8d07;
        font-size: 16px;
    }

    .create-postcard-area .hashtag-content {
        font-size: 16px;
        width: 100%;
    }

    .create-postcard-area .hashtag-content-bold {
        color: #007469;
        font-size: 20px;
        width: 100%;
    }

    .create-postcard-area .card-text-bold {
        color: #007469;
        font-size: 24px;
    }

    .create-postcard-area .card-btn {
        background: #009f9a;
        box-shadow: 0px 4px 0px 0px #12645f;
        border-radius: 30px;
        border: none;
        padding: 5px 10px;
    }

    .create-postcard-area .card-btn span {
        font-size: 10px;
    }

    #top-page .other-donate {
        padding: 0px 10px;
    }

    #top-page .other-donate-title-bold {
        padding: 0px 10px;
        font-size: 24px;
        color: #007469;
    }

    #top-page .other-donate-content {
        font-size: 20px;
        color: #007469;
        text-align: justify;
    }

    #top-page .info-area {
        padding: 0px 10px;
    }

    #top-page .info-area-title {
        font-size: 24px;
        color: #007469;
    }

    #top-page .info-area-content {
        font-size: 16px;
        text-align: justify;
    }

    #top-page .info-area-content-note {
        font-size: 13px !important;
        text-align: justify;
    }

    #top-page #total-child {
        font-size: 48px;
    }

    #top-page .background-title {
        background-image: url(../images/top-page/background-title.svg);
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    #top-page .text-title-2 {
        padding-left: 20px;
        line-height: 130%;
        height: 178px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top-page .hashtag {
        top: -20%;
        fill: #fff;
        filter: drop-shadow(0px 1px 10.6px rgba(49, 176, 172, 0.56));
        left: 0;
    }

    #top-page .hashtag-title {
        left: 20px;
        max-width: 324px;
        top: 50%;
        transform: translateY(-50%);
    }

    #top-page .hashtag-title .hashtag-title-normal {
        font-size: 24px;
    }

    #top-page .hashtag-title .hashtag-title-character {
        font-size: 32px;
    }

    #top-page .btn-top {
        border-radius: 30px;
        background: #009f9a;
        box-shadow: 0px 8px 0px 0px #12645f;
        display: inline-flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: 400px;
        min-width: 390px;
        bottom: -15%;
        left: 50%;
        transform: translateX(-50%);
        font-size: clamp(1rem, 0.9432rem + 0.2424vw, 1.125rem);
        border: none;
    }

    #top-page .text-note {
        color: #5e5e5e;
        padding-left: 20px;
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(100%);
        }
    }

    #top-page .moving-image {
        width: 100px;
        animation: moveRight 5s linear infinite;
    }

    .line-height-milk {
        line-height: 86%;
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    #top-page .btn-top {
        padding: 12px 24px;
        min-width: 360px;
        border: none;
    }
}

.custom-font-mnkun-kidi {
    font-family: MNKUNKIDDI;
    color: #ff4034;
    text-shadow: 0px 0px 0 white, 0px 1px 0 white, 0px -1px 0 white,
        0px 0px 0 white, 0px -1px 0 white, 0px -1px 0 white, 0px 1px 0 white,
        0px -1px 0 white, 0px 2px 1px rgba(0, 0, 0, 1);
}
