* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    touch-action: manipulation;
}

.wrapper {
    width: 182mm;
    display: flex;
    flex-wrap: wrap;
}

.card {
    width: 90.5mm;
    height: 55mm;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-collapse: collapse;

    position: relative;
}

.card .type {
    position: absolute;
    top: 4px;
    left: 4px;
    font-family: "Yu Gothic Medium", sans-serif;
    font-size: 24px;
}

.card .english {
    margin-top: 8px;
    text-align: center;
    font-family: "Adobe Caslon Pro Regular", "Times New Roman", serif;
    font-size: 24px;
    line-height: 24px;
}

.card .japanese {
    text-align: center;
    font-size: 64px;
    font-family: "A P-OTF A1 Mincho StdN Medium", "A P-OTF A1明朝 StdN M", "Yu Mincho", serif;
    line-height: 64px;
}

.card .japanese.l2 {
    text-indent: 0.8em;
    letter-spacing: 0.8em;
}

.card .japanese.l3 {
    text-indent: 0.5em;
    letter-spacing: 0.5em;
}

.card .japanese.l4 {
    text-indent: 0.2em;
    letter-spacing: 0.2em;
}

.card .japanese.l5 {
    text-indent: 0.0em;
    letter-spacing: 0.05em;
}
.card .japanese.l6 {
    font-size: 48px;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
}
.card .japanese.l7 {
    font-size: 40px;
    text-indent: 0.15em;
    letter-spacing: 0.15em;
}
.card .japanese.l8 {
    font-size: 32px;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
}
.card .japanese.l11 {
    font-size: 24px;
    text-indent: 0.25em;
    letter-spacing: 0.25em;
}

.card .flavour {
    font-family: 'A P-OTF A1 Mincho StdN', 'A P-OTF A1明朝 StdN', 'Yu Mincho', serif;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    white-space: pre-wrap;
}
