* {
    font-family: Calibri, Arial, Verdana;
    font-size: clamp(12px, 1vmin, 18px); /* 14 */
    color: #222222;
    user-select: none;
}
img {
    border : 0;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #162b47;
}
a:hover {
    color: #4080d6;
}
.stage {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.stage > * {
    min-width: 0;
    min-height: 0;
}
.h {
    flex: 2.5 1 0;
    background: url("/image/girls_300.png") bottom no-repeat;
    background-size: auto 100%;
}
.b {
    display: flex;
    min-height: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(9px, 0.8vmin, 15px); /* 12 */
}
.b1 {
    background-color: #4080d6;
    flex: 1.5 1 0;
}
.b2 {
    background-color: #F4F4F4;
    flex: 6 1 0;
}
.f {
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    flex-shrink: 0;
}
.lookthis {
    text-align: center;
}
.lookthis, .lookthis * {
    font-weight: bold;
    color: #FFFFFF;
    font-size: clamp(24px, 2vmin, 32px); /* 19 */
}
.links, .links * {
    font-size: clamp(18px, 1.6vmin, 29px); /* 23 */
}
.fade {
    color: #999999;
}
.copyright {
    color: #666666;
    margin: 30px 0 0 0;
}
