@charset "utf-8";

a {
    color: white;
}

.html {
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none;    /* Firefox 対応 */
}

.html::-webkit-scrollbar {
    display: none; /* Chrome, Safari 対応 */
  }

.hitokoto-body {
    font-family: "Arial", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: white;
    overflow-x: hidden;
    background-color: transparent;
}

.body {
    display: block;
    margin-top: 3%;
    margin-bottom: 1%;
    background-size: 20px 2px;
    background-image: linear-gradient(to right, white 50%, transparent 50%);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 5%;
}

.date {
    font-size: 1.1em;
    font-weight: 550;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

.embeddedmovie iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}


