<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.mainImg {
    position: relative;
}
.maintext {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    width: 50%;
}
.maintext p {
    color: #fff;
    font-family: serif;
    font-weight: 600;
    font-size: 3em;
}
.maintext .tag {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.maintext .tag p {
    font-size: 2.0em;
    background-color: #a40000;
    padding: 2px 4px 0px;
}
.hanabittl {
    line-height: 1.0em;
}
@media screen and (max-width: 767px) {
.maintext {
    padding: 20px;
    width: 70%;
}
.maintext p {
    font-size: 1.5em;
}
.maintext .tag {
    gap: 3px;
    margin-bottom: 0px;
}
.maintext .tag p {
    font-size: 0.8em;
}
}</pre></body></html>