@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

#countdown {
font-size: 2rem;
font-weight: bold;
}

.cdtblock {
    position: relative;
    display: inline-block;
}

.cdtblock img {
    display: block;
}

@media screen and (max-width: 767px) {
.commentblock {
    position: absolute;
    top: 70% !important;
    left: auto !important;
    width: 100%;
    color: #fff;
    font-size: 45px !important;
    }
}
.commentblock {
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
}

#CDT {
  font-family: "Noto Sans JP", sans-serif;
  color: #daf6ff;
  text-shadow: 0 0 20px #0aafe6;
  line-height: 1.2;
  text-align: center;
}

.day-character {
  font-size:60px;
}
@media screen and (max-width: 767px) {
.day-character {
  font-size:30px !important;
}
}
.point-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: end;
    gap: 0;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .point-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
.point-note {
    font-size: 12px !important;
    line-height: 1.8em!important;
    margin-top: 10px !important;
}
}