.text {
    font-family: var(--font2);
    font-weight: 500;
    font-size: 18px;
    cursor: auto !important;
}
a.button {
    margin-bottom: 1.4em;
}
.grid.form {
    grid-template-columns: repeat(2, auto);
    max-width: 48em;
    width: calc(100% - 7em);
    margin-left: 0;
    cursor: auto !important;
}
.contents {
    width: 100%;
}
.contents, .contents * {
    cursor: auto !important;
}
.cover {
    cursor: auto !important;
}
.p4 .header {
    color: var(--theme1);
    position: relative;
    font-family: var(--font2);
    margin-top: 0;
    margin-bottom: 0.6em;
    font-size: 30px;
}
.p4 .image img {
    height: 29vw;
    max-height: 27em;
}
@media screen and (max-device-width: 1080px) {
    .grid.form {
        margin-left: auto;
        grid-template-columns: repeat(1, auto) !important;
        max-width: 24em;
    }
    .grid.form textarea.text {
        grid-column: auto !important;
    }
    .p4 .player {
        margin-right: 0;
        object-position: right;
        float: right;
    }
    .page-section .grid.wrapper {
        grid-gap: 2em;
    }
    .p4 .image {
        height: 58vw;
        max-height: unset;
    }
    .grid.form {
        width: calc(100% - 7em);
    }
}