.text {
    font-family: var(--font2);
    font-weight: 500;
    font-size: 18px;
    cursor: auto !important;
}
a.button {
    margin-bottom: 1.4em;
}
.p4 .grid .grid.form {
    grid-template-columns: repeat(2, auto);
    max-width: 48em;
    width: calc(100% - 7em);
    margin-left: 0;
    cursor: auto !important;
    background: none;
    box-shadow: none;
    border: none;
}
.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 {
    min-height: 26em !important;
}
.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;
    }
    .text {
        font-family: var(--font2);
        font-weight: 500;
        font-size: 18px;
        cursor: auto !important;
        width: calc(100% - 1em);
        max-width: unset;
    }
    .p4 .grid.wrapper .image {
        position: relative;
        height: 58vw;
        max-height: unset;
        display: none;
    }
    .contents {
        padding-top: 2em !important;
    }
    .p4 .grid.wrapper .image img {
        position: relative;
        width: 100%;
        height: auto;
        max-height: 100%;
    }
}
@media screen and (min-device-width: 1081px) {
    .p4 .grid .grid.form {
        grid-template-columns: repeat(2, auto) !important;
        max-width: 48em !important;
        width: calc(100% - 5.88em) !important;
        margin-left: 0 !important;
        cursor: auto !important;
    }
    .grid.form textarea.text {
        grid-column: 1/3;
        max-width: unset;
    }
    .p4 .grid.wrapper .contents {
        width: calc(100% - 4em);
    }
    .p4 .grid.wrapper .header {
        left: -1em;
    }
    .p4 .grid.wrapper .button {
        left: -5em;
    }
    .text {
        width: calc(100% - 1em);
    }
}